@charset "UTF-8";
 /**
 *
 * Vanguard University of Southern California - default_17
 * @link https://vanguardedu.finalsite.com
 * Site Template : newclientcustom
 * Built By: Lindsey Noble
 * Project Manager: Mike Hartzler
 * Designer: Julianne Hamilton
 * ==== Git Info ====
 * Branch Name: clients/vanguardedu
 * Build version: 3.2.7
 * Git Tag: Composer-Build-2.0-677-g768c621dff
 * Last build by: JonB7
 *
 **/

@charset "UTF-8";
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  width: 1180px;
  max-width: calc(100% - 40px); }
  @media (min-width: 900px) {
    .compartment {
      max-width: calc(100% - 60px); } }

@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.17647em;
  margin-left: 1.17647em; }

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/
/*! helpers - typography v0.0.1 */
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
  /* MSPointer events - direct all pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 0px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
  box-sizing: border-box; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
  box-sizing: border-box; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
		sprites locations
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
		sprites locations
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
		sprites locations
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/* ---------------------------------------- */
.nav-main .fsNavLevel1 > li:last-child > a {
  border: solid 1px #d5ca9f;
  padding: 10px 8px; }

.nav-main .fsNavLevel1 > li:last-child > a:hover {
  transition: .3s;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #d5ca9f; }

.nav-main .fsNavLevel1 > li:last-child > a:after {
  content: '';
  position: absolute;
  top: calc(100% - -8px);
  left: 0;
  background-color: #80d3ce;
  height: 0;
  width: 100%;
  transition: .3s; }

@media (max-width: 1050px) {
  .nav-main .fsNavLevel1 > li:last-child > a:after {
    top: calc(100% - -3px); } }

.no-message .j-instagram .j-message {
  display: none; }

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

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

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

h1 {
  margin-top: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  color: #003767;
  font-size: 30px;
  line-height: 1.1;
  color: #d5ca9f;
  margin-bottom: 30px; }
  @media (min-width: 700px) {
    h1 {
      font-size: 48px;
      line-height: 1.1875; } }

h2 {
  margin-top: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  color: #003767;
  font-size: 24px;
  line-height: 1.333;
  margin-bottom: 20px; }

h3 {
  margin-top: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  color: #003767;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 20px; }

h4 {
  margin-top: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  color: #003767;
  font-size: 18px;
  line-height: 1.333;
  margin-bottom: 20px; }

h5 {
  margin-top: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  color: #003767;
  font-size: 16px;
  line-height: 1.375;
  margin-bottom: 20px; }

h6 {
  margin-top: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  color: #003767;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 20px; }

.fsTitle, .fsDialogContent .fsAthleticsTitle, .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin-top: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  color: #003767;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 20px;
  margin-bottom: 0; }
  .fsTitle a, .fsDialogContent .fsAthleticsTitle a, .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle a, .fsFacebookFrom a, .fsVimeoTitle a, .fsYoutubeTitle a {
    color: inherit; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  text-decoration: none;
  color: #00aeef;
  transition: background .3s, color .3s; }
  a:hover, a:focus {
    color: #7fd6f7;
    outline: transparent;
    transition: background .3s, color .3s; }

ul,
ol {
  padding-left: 1.17647em; }

li {
  margin-bottom: 5px; }

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.styled,
table.fs_style_27 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  font-family: "futura-pt", sans-serif;
  font-size: 17px;
  line-height: 1.5; }
  .fsAthleticsEvent.fsTable .fsElementTable:last-child, .fsAthleticsRoster .fsElementTable:last-child,
  table.styled:last-child,
  table.fs_style_27:last-child {
    margin-bottom: 0; }
  .fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(even) td, .fsAthleticsRoster .fsElementTable tr:nth-of-type(even) td,
  table.styled tr:nth-of-type(even) td,
  table.fs_style_27 tr:nth-of-type(even) td {
    background: rgba(157, 159, 162, 0.07); }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  .fsAthleticsEvent.fsTable .fsElementTable td,
  .fsAthleticsRoster .fsElementTable td,
  table.styled th,
  table.styled td,
  table.fs_style_27 th,
  table.fs_style_27 td {
    vertical-align: top;
    border-bottom: 1px solid #cecfd0;
    border-top: 1px solid #cecfd0; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.styled th,
  table.fs_style_27 th {
    margin-top: 0;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    color: #003767;
    font-size: 18px;
    line-height: 1.333;
    margin-bottom: 20px;
    padding: 15px;
    text-align: left;
    background: #00a79d;
    color: #fff;
    border-color: #00a79d; }
    .fsAthleticsEvent.fsTable .fsElementTable th:first-child, .fsAthleticsRoster .fsElementTable th:first-child,
    table.styled th:first-child,
    table.fs_style_27 th:first-child {
      border-left: 1px solid #00a79d; }
    .fsAthleticsEvent.fsTable .fsElementTable th:last-child, .fsAthleticsRoster .fsElementTable th:last-child,
    table.styled th:last-child,
    table.fs_style_27 th:last-child {
      border-right: 1px solid #00a79d; }
  
  .fsAthleticsEvent.fsTable .fsElementTable td,
  .fsAthleticsRoster .fsElementTable td,
  table.styled td,
  table.fs_style_27 td {
    padding: 10px 15px; }
    .fsAthleticsEvent.fsTable .fsElementTable td:first-child, .fsAthleticsRoster .fsElementTable td:first-child,
    table.styled td:first-child,
    table.fs_style_27 td:first-child {
      border-left: 1px solid #cecfd0; }
    .fsAthleticsEvent.fsTable .fsElementTable td:last-child, .fsAthleticsRoster .fsElementTable td:last-child,
    table.styled td:last-child,
    table.fs_style_27 td:last-child {
      border-right: 1px solid #cecfd0; }

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

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

/*! _main.scss - src/sass/modules/common/ - main common import */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElement {
  margin-bottom: 40px; }
  body:not(.fsComposeMode) p:last-child {
    margin-bottom: 0; }
  .fsElement:last-child {
    margin-bottom: 0; }

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }
  .fsElementFooterContent a:last-child {
    margin-bottom: 0; }

.fsTagFilter .fsToolsList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fsTagFilter .fsToolsList li {
    -ms-flex-positive: 1;
    flex-grow: 1; }

.fsPanel {
  margin-bottom: 0; }

.fsDateTime,
.fsDate {
  color: #d5ca9f;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .025em;
  font-family: "futura-pt", sans-serif;
  font-weight: 800; }
  .fsDateTime .fsMonth + .fsDay:after,
  .fsDate .fsMonth + .fsDay:after {
    content: ','; }
  .fsDateTime .fsMonth + .fsDay:last-child:after, .fsDateTime .fsMonth + .fsDay:first-child:after,
  .fsDate .fsMonth + .fsDay:last-child:after,
  .fsDate .fsMonth + .fsDay:first-child:after {
    display: none; }

.fsReadMoreLink {
  display: inline-block;
  margin-top: 10px; }

.fsTags .fsTag {
  background: rgba(213, 202, 159, 0.3);
  margin-top: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  color: #003767;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 20px;
  font-size: 13px;
  margin-bottom: 0;
  color: #9d9fa2;
  padding: 5px 10px;
  margin-right: 2px; }

.fsDialogCloseButton {
  opacity: 1; }
  .fsDialogCloseButton:after, .fsDialogCloseButton:before {
    background: #cecfd0; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #cecfd0; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: #9a9c9e; }

.fsElementDialog {
  color: #505154;
  max-width: calc(100% - 40px);
  width: 700px;
  min-width: 240px;
  max-height: calc(100vh - 40px); }
  .touch .fsElementDialog {
    overflow: scroll;
    -webkit-overflow-scrolling: touch; }

.fsComments input,
.fsCalendarTools.fsSearch input,
.fsEmbeddedMapOptions input,
.fsNewsTools.fsSearch input,
.fsComments input,
.fsCalendarTools.fsSearch input,
.fsEmbeddedMapOptions input,
.fsNewsTools.fsSearch input {
  border: solid 1px #cecfd0; }
  .fsComments input:hover, .fsComments input:focus,
  .fsCalendarTools.fsSearch input:hover,
  .fsCalendarTools.fsSearch input:focus,
  .fsEmbeddedMapOptions input:hover,
  .fsEmbeddedMapOptions input:focus,
  .fsNewsTools.fsSearch input:hover,
  .fsNewsTools.fsSearch input:focus,
  .fsComments input:hover,
  .fsComments input:focus,
  .fsCalendarTools.fsSearch input:hover,
  .fsCalendarTools.fsSearch input:focus,
  .fsEmbeddedMapOptions input:hover,
  .fsEmbeddedMapOptions input:focus,
  .fsNewsTools.fsSearch input:hover,
  .fsNewsTools.fsSearch input:focus {
    border: solid 1px #cecfd0; }
  .fsComments input:focus,
  .fsCalendarTools.fsSearch input:focus,
  .fsEmbeddedMapOptions input:focus,
  .fsNewsTools.fsSearch input:focus,
  .fsComments input:focus,
  .fsCalendarTools.fsSearch input:focus,
  .fsEmbeddedMapOptions input:focus,
  .fsNewsTools.fsSearch input:focus {
    outline: 0;
    box-shadow: inset 0 0 0 1px #cecfd0; }

.rd-back, .rd-next {
  margin-top: 10px; }

/*! elements - common - list subtype v0.0.1 */
/* Contains generic styles that apply to every element with the class '.fsList' and the list subtype selected */
.fsList article {
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: solid 1px #cecfd0; }

.fsList .fsListItems:last-of-type > article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

.fsList .fsListItems:last-of-type > .fsDayContainer:last-child article:last-child {
  border-bottom: none;
  margin-bottom: 0; }

.fsList .fsListItems + button {
  margin-top: 25px; }

/*! element - common - slideshow subtype v0.0.1 */
/* Contains generic styles that apply to every element slideshow subtype*/
.fsSlideshow.fsSlideshowVertical .fsElementSlideshow[data-slides-to-show="1"] article {
  padding-bottom: 0; }

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

.fsSlideshow.fsSlideshowHorizontal article {
  padding-bottom: 0; }

.fsSlideshow .fsNextButton:before,
.fsSlideshow .fsPrevButton:before {
  color: #505154;
  font-size: 20px;
  transition: opacity .3s;
  display: inline-block;
  line-height: 1;
  width: auto;
  height: auto;
  opacity: .5;
  position: absolute;
  font-family: "IcoMoon";
  font-weight: normal; }

.fsSlideshow .fsNextButton.fsUpArrow:before, .fsSlideshow .fsNextButton.fsDownArrow:before,
.fsSlideshow .fsPrevButton.fsUpArrow:before,
.fsSlideshow .fsPrevButton.fsDownArrow:before {
  top: auto;
  bottom: 0; }

.fsSlideshow .fsNextButton.fsLeftArrow:before, .fsSlideshow .fsNextButton.fsRightArrow:before,
.fsSlideshow .fsPrevButton.fsLeftArrow:before,
.fsSlideshow .fsPrevButton.fsRightArrow:before {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0); }

.fsSlideshow .fsNextButton.fsLeftArrow:before,
.fsSlideshow .fsPrevButton.fsLeftArrow:before {
  left: 0; }

.fsSlideshow .fsNextButton.fsRightArrow:before,
.fsSlideshow .fsPrevButton.fsRightArrow:before {
  right: 0; }

.fsSlideshow .fsNextButton:hover:before,
.fsSlideshow .fsPrevButton:hover:before {
  opacity: 1;
  transition: opacity .3s; }

.fsSlideshow .fsPrevButton:before {
  content: ""; }

.fsSlideshow .fsNextButton:before {
  content: ""; }

.fsSlideshow .fsPager {
  margin-bottom: 0;
  margin-top: 20px; }
  .fsSlideshow .fsPager li {
    width: 10px;
    height: 10px;
    position: relative;
    vertical-align: middle;
    margin: 0 6px;
    cursor: pointer;
    display: inline-block;
    padding: 0; }
    .fsSlideshow .fsPager li button {
      width: 100%;
      height: 100%; }
      .fsSlideshow .fsPager li button:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #cecfd0;
        transition: .3s;
        opacity: 1; }
      .fsSlideshow .fsPager li button:hover:before {
        transition: .3s;
        background-color: #9d9fa2; }
    .fsSlideshow .fsPager li.slick-active button:before {
      background-color: #505154;
      opacity: 1; }

.slick-dots {
  margin-bottom: 0;
  margin-top: 20px;
  list-style: none;
  margin: 0;
  padding: 0; }
  .slick-dots li {
    width: 10px;
    height: 10px;
    position: relative;
    vertical-align: middle;
    margin: 0 6px;
    cursor: pointer;
    display: inline-block;
    padding: 0; }
    .slick-dots li button {
      width: 100%;
      height: 100%; }
      .slick-dots li button:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #cecfd0;
        transition: .3s;
        opacity: 1; }
      .slick-dots li button:hover:before {
        transition: .3s;
        background-color: #9d9fa2; }
    .slick-dots li.slick-active button:before {
      background-color: #505154;
      opacity: 1; }
  .slick-dots li button {
    background: rgba(0, 0, 0, 0);
    border: 0;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    outline: none;
    padding: 0; }
    .slick-dots li button:before {
      position: absolute;
      top: 0;
      left: 0; }

.lead-in,
.fs_style_24 {
  font-size: 22px;
  line-height: 1.318;
  color: #9d9fa2; }
  .lead-in + blockquote,
  .lead-in .fs_style_35,
  .fs_style_24 + blockquote,
  .fs_style_24 .fs_style_35 {
    margin: 70px 0; }

blockquote,
.fs_style_35 {
  position: relative;
  margin: 30px 0;
  font-size: 17px;
  line-height: 25px;
  font-style: italic;
  padding-top: 25px;
  padding-bottom: 20px;
  border-bottom: solid 1px #cecfd0; }
  blockquote:before,
  .fs_style_35:before {
    content: '';
    width: calc(100% - 40px);
    height: 1px;
    background-color: #cecfd0;
    position: absolute;
    right: 0;
    top: 0; }
  blockquote:after,
  .fs_style_35:after {
    content: '\201c';
    position: absolute;
    left: 0;
    top: 0;
    color: #00aeef;
    font-size: 72px;
    font-weight: 400;
    line-height: .65;
    display: block;
    font-style: normal; }
  blockquote .fs_style_25,
  .fs_style_35 .fs_style_25 {
    text-align: right; }
  blockquote:last-child,
  .fs_style_35:last-child {
    margin-bottom: 0; }

cite,
.fs_style_36 {
  display: block;
  margin: 20px 0 0;
  font-style: normal;
  font-family: "futura-pt", sans-serif;
  color: #e98824;
  font-weight: 800;
  text-align: right;
  font-size: 18px;
  line-height: 21px; }

.fs_style_25 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  font-family: "futura-pt", sans-serif; }

.callout,
.fs_style_26 {
  margin: 30px 0;
  font-family: "futura-pt", sans-serif;
  color: #81a3b8;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.333; }

.fs_style_37 {
  display: block;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #003767;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 30px;
  position: relative; }
  .fs_style_37:after {
    content: '';
    width: 40px;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    bottom: 0;
    height: 4px;
    background-color: #cecfd0; }

.fs_style_38 {
  float: left;
  font-size: 65px;
  font-weight: 400;
  font-family: "adriane", Georgia, serif;
  color: #00a79d;
  margin-right: 10px;
  line-height: .87; }
  .fs_style_38.fix-height {
    line-height: .88; }
  .fsComposeMode .fs_style_38 {
    float: none;
    display: inline-block; }

.custom-profile {
  background-size: auto 350px;
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 0;
  min-height: 350px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
  margin-top: 40px;
  background-color: #fff; }
  .custom-profile:before {
    content: '';
    position: absolute;
    width: calc(100% - 350px);
    right: 0;
    top: 0;
    background-color: #fff;
    height: 100%; }
  .fsComposeMode .custom-profile .fsElementAddWrapper {
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .fsComposeMode .custom-profile .fsElementActionSection {
    z-index: 10; }
  .custom-profile > header {
    width: 350px;
    min-height: 350px;
    background-color: rgba(0, 55, 103, 0.9);
    color: #fff;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3125;
    padding: 2.7vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    opacity: 0;
    visibility: hidden;
    -ms-transform: scale(0);
    transform: scale(0);
    transition: .3s; }
    @media (min-width: 1440px) {
      .custom-profile > header {
        padding: 40px; } }
  .custom-profile .fsElementHeaderContent {
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden; }
    .custom-profile .fsElementHeaderContent br {
      content: '' !important;
      display: block !important;
      margin: 10px; }
  .custom-profile > footer {
    width: 100%; }
    .custom-profile > footer h4 {
      color: #e98824;
      margin-bottom: 0; }
    .custom-profile > footer .fs_style_25 {
      padding-left: 0;
      margin-top: 0;
      margin-bottom: 0; }
  .custom-profile .fsElementFooterContent {
    margin-top: 15px;
    white-space: normal; }
  .custom-profile > .fsElementContent {
    width: calc(100% - 350px);
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    font-style: italic;
    z-index: 5;
    max-width: 830px; }
    .custom-profile > .fsElementContent:before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 15px 20px 0;
      border-color: transparent rgba(255, 255, 255, 0.9) transparent transparent;
      left: -35px; }
    .custom-profile > .fsElementContent:after {
      content: '';
      width: 21px;
      height: 100%;
      position: absolute;
      left: -20px;
      top: 0;
      background-color: rgba(255, 255, 255, 0.9); }
    .custom-profile > .fsElementContent > p:last-child {
      margin-bottom: 0; }
    .custom-profile > .fsElementContent .fs_style_24 {
      font-style: normal; }
  .custom-profile.open > header {
    opacity: 1;
    visibility: visible;
    -ms-transform: scale(1);
    transform: scale(1);
    transition: .4s;
    z-index: 40; }
  .custom-profile.open .fsElementHeaderContent {
    opacity: 1;
    visibility: visible;
    transition: .3s ease-in .3s; }
  .custom-profile:not(.slick-slide) {
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
    background-size: auto 350px;
    background-position-x: 50%; }
    @media (min-width: 400px) {
      .custom-profile:not(.slick-slide) {
        background-size: auto 350px;
        background-position-x: 0; } }
    @media (min-width: 700px) {
      .custom-profile:not(.slick-slide) {
        margin: 70px 0 40px; } }
    .fsContainer > header + .fsElementContent > .custom-profile:not(.slick-slide) {
      margin-top: 25px; }
    .custom-profile:not(.slick-slide) > .fsElementContent,
    .custom-profile:not(.slick-slide) > header,
    .custom-profile:not(.slick-slide) > footer {
      -ms-flex-order: 1;
      order: 1; }
    .custom-profile:not(.slick-slide):before {
      display: none; }
      @media (min-width: 1100px) {
        .custom-profile:not(.slick-slide):before {
          display: block; } }
    .custom-profile:not(.slick-slide) > .fsElementContent {
      width: 100%;
      -ms-flex-order: 3;
      order: 3;
      padding-left: 0;
      padding-bottom: 0;
      padding-right: 0; }
      @media (min-width: 1100px) {
        .custom-profile:not(.slick-slide) > .fsElementContent {
          width: calc(100% - 350px);
          padding: 10px 0 10px 25px;
          min-height: 350px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-order: 1;
          order: 1; } }
      @media (min-width: 1180px) {
        .custom-profile:not(.slick-slide) > .fsElementContent {
          padding-right: 25px; } }
    @media (min-width: 1000px) {
      .custom-profile:not(.slick-slide) > footer {
        width: calc(100% - 350px);
        padding-left: 25px; } }
    @media (min-width: 1100px) {
      .custom-profile:not(.slick-slide) > footer {
        position: absolute;
        left: 0;
        top: 365px;
        width: 350px;
        padding-left: 0; } }
    @media (min-width: 1000px) {
      .custom-profile:not(.slick-slide) > footer .fsElementFooterContent {
        margin-top: 0; } }

.profile-toggle {
  position: absolute;
  border-radius: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 50px;
  height: 50px;
  color: transparent;
  background-color: #00aeef;
  box-shadow: 10px 17.3px 24px rgba(0, 0, 0, 0.5);
  top: -10px;
  left: -10px;
  margin-bottom: 0;
  cursor: pointer;
  border: none;
  z-index: 50;
  padding: 0; }
  .profile-toggle:focus {
    outline: none; }
  .profile-toggle:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    color: #fff;
    font-size: 21px;
    transition: .3s;
    line-height: 1; }
  .profile-toggle.on:after {
    transform: translate3d(-50%, -50%, 0) rotate(135deg);
    transition: .3s; }

.custom-infographic {
  text-align: center;
  padding: 45px 10px;
  min-height: 245px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 700px) {
    .custom-infographic {
      padding: 40px 20px; } }
  .custom-infographic.slick-slide {
    display: -ms-flexbox !important;
    display: flex !important; }
  .custom-infographic > header .fsElementTitle {
    color: #00aeef;
    font-family: "adriane", Georgia, serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative; }
    @media (min-width: 700px) {
      .custom-infographic > header .fsElementTitle {
        font-size: 70px;
        line-height: 90px; } }
    .fsTwoColumnLayout .custom-infographic > header .fsElementTitle {
      font-size: 70px;
      line-height: 1.3; }
      @media (min-width: 400px) {
        .fsTwoColumnLayout .custom-infographic > header .fsElementTitle {
          font-size: 50px; } }
      @media (min-width: 500px) {
        .fsTwoColumnLayout .custom-infographic > header .fsElementTitle {
          font-size: 70px; } }
    .fsThreeColumnLayout .custom-infographic > header .fsElementTitle {
      font-size: 70px;
      line-height: 1.3; }
      @media (min-width: 400px) {
        .fsThreeColumnLayout .custom-infographic > header .fsElementTitle {
          font-size: 50px; } }
      @media (min-width: 500px) {
        .fsThreeColumnLayout .custom-infographic > header .fsElementTitle {
          font-size: 70px; } }
      @media (min-width: 700px) {
        .fsThreeColumnLayout .custom-infographic > header .fsElementTitle {
          font-size: 50px; } }
      @media (min-width: 800px) {
        .fsThreeColumnLayout .custom-infographic > header .fsElementTitle {
          font-size: 70px; } }
    .fsFourColumnLayout .custom-infographic > header .fsElementTitle {
      font-size: 70px;
      line-height: 1.3; }
      @media (min-width: 400px) {
        .fsFourColumnLayout .custom-infographic > header .fsElementTitle {
          font-size: 50px; } }
      @media (min-width: 600px) {
        .fsFourColumnLayout .custom-infographic > header .fsElementTitle {
          font-size: 70px; } }
      @media (min-width: 800px) {
        .fsFourColumnLayout .custom-infographic > header .fsElementTitle {
          font-size: 50px; } }
      @media (min-width: 1000px) {
        .fsFourColumnLayout .custom-infographic > header .fsElementTitle {
          font-size: 70px; } }
    .custom-infographic > header .fsElementTitle:after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translate3d(-50%, 0, 0);
      bottom: 0;
      height: 6px;
      width: 45px;
      background-color: #cecfd0; }
  .custom-infographic > header .fsElementHeaderContent {
    margin-bottom: 0;
    font-family: "futura-pt", sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 22px; }
  body:not(.fsComposeMode) .custom-infographic > .fsElementContent {
    display: none; }

.fsLayout.infographic-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .fsLayout.infographic-container > .fsDiv {
    float: none;
    margin-bottom: 40px; }
  .fsLayout.infographic-container + .logo-container {
    margin-top: 20px; }
    @media (min-width: 600px) {
      .fsLayout.infographic-container + .logo-container {
        margin-top: 50px; } }
    @media (min-width: 800px) {
      .fsLayout.infographic-container + .logo-container {
        margin-top: 90px; } }
  .fsLayout.infographic-container .custom-infographic {
    min-height: 0;
    padding: 0; }
  .fsLayout.infographic-container.fsTwoColumnLayout, .fsLayout.infographic-container.fsThreeColumnLayout, .fsLayout.infographic-container.fsFourColumnLayout {
    margin-top: 30px; }
    @media (min-width: 400px) {
      .fsLayout.infographic-container.fsTwoColumnLayout, .fsLayout.infographic-container.fsThreeColumnLayout, .fsLayout.infographic-container.fsFourColumnLayout {
        margin-left: -10px;
        margin-right: -10px; } }
    @media (min-width: 700px) {
      .fsLayout.infographic-container.fsTwoColumnLayout, .fsLayout.infographic-container.fsThreeColumnLayout, .fsLayout.infographic-container.fsFourColumnLayout {
        margin-top: 60px; } }
    @media (min-width: 400px) {
      .fsLayout.infographic-container.fsTwoColumnLayout > .fsDiv, .fsLayout.infographic-container.fsThreeColumnLayout > .fsDiv, .fsLayout.infographic-container.fsFourColumnLayout > .fsDiv {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px; } }
  @media (min-width: 700px) {
    .fsLayout.infographic-container.fsTwoColumnLayout {
      margin-bottom: 70px; } }
  @media (min-width: 400px) {
    .fsLayout.infographic-container.fsTwoColumnLayout > .fsDiv {
      margin-bottom: 0; } }
  .fsLayout.infographic-container.fsThreeColumnLayout {
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 700px) {
      .fsLayout.infographic-container.fsThreeColumnLayout {
        margin-bottom: 70px; } }
    @media (min-width: 700px) {
      .fsLayout.infographic-container.fsThreeColumnLayout > .fsDiv {
        width: 33.33%;
        margin-bottom: 0; } }
  @media (min-width: 800px) {
    .fsLayout.infographic-container.fsFourColumnLayout {
      margin-bottom: 70px; } }
  @media (min-width: 800px) {
    .fsLayout.infographic-container.fsFourColumnLayout > .fsDiv {
      width: 25%;
      margin-bottom: 0; } }
  .fsLayout.infographic-container:last-child {
    margin-bottom: 0; }

.custom-logo {
  margin: 20px 0;
  padding: 0 20px;
  width: 50%; }
  @media (min-width: 500px) {
    .custom-logo {
      width: 33.333%; } }
  @media (min-width: 700px) {
    .custom-logo {
      padding: 0 10px;
      width: auto; } }
  @media (min-width: 800px) {
    .custom-logo {
      padding: 0 20px; } }
  @media (min-width: 1000px) {
    .custom-logo {
      padding: 0 30px; } }
  .custom-logo:last-child {
    margin-bottom: 20px; }
  .custom-logo a {
    display: block; }
    .custom-logo a:hover img {
      filter: grayscale(0);
      opacity: 1;
      transition: .3s; }
  .custom-logo img {
    display: block;
    filter: grayscale(1);
    opacity: .7;
    transition: .3s;
    max-height: 50px;
    width: auto;
    margin: 0 auto; }
    @media (min-width: 700px) {
      .custom-logo img {
        max-height: 40px; } }
    @media (min-width: 800px) {
      .custom-logo img {
        max-height: 50px; } }
    .fsComposeMode .custom-logo img {
      filter: grayscale(0);
      opacity: 1; }

.logo-container {
  margin-top: 50px; }
  @media (min-width: 700px) {
    .logo-container {
      margin-top: 70px; } }
  .logo-container:last-of-type {
    margin-bottom: 80px; }
  .logo-container + .logo-container {
    margin-top: 0; }
  .logo-container > header .fsElementHeaderContent {
    font-size: 22px;
    line-height: 1.318;
    color: #9d9fa2;
    text-align: center;
    max-width: 980px;
    margin: 30px auto 0; }
    .logo-container > header .fsElementHeaderContent + blockquote,
    .logo-container > header .fsElementHeaderContent .fs_style_35 {
      margin: 70px 0; }
  .logo-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 45px;
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px; }
    @media (min-width: 700px) {
      .logo-container > .fsElementContent {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: -10px;
        margin-right: -10px; } }
    @media (min-width: 800px) {
      .logo-container > .fsElementContent {
        margin-left: -20px;
        margin-right: -20px; } }
    @media (min-width: 1000px) {
      .logo-container > .fsElementContent {
        margin-left: -30px;
        margin-right: -30px; } }
    .logo-container > .fsElementContent:before, .logo-container > .fsElementContent:after {
      content: '';
      position: absolute;
      background-color: #cecfd0;
      top: 0;
      height: 1px;
      width: calc(100% - 40px);
      left: 20px; }
      @media (min-width: 700px) {
        .logo-container > .fsElementContent:before, .logo-container > .fsElementContent:after {
          width: calc(100% - 20px);
          left: 10px; } }
      @media (min-width: 800px) {
        .logo-container > .fsElementContent:before, .logo-container > .fsElementContent:after {
          width: calc(100% - 40px);
          left: 20px; } }
      @media (min-width: 1000px) {
        .logo-container > .fsElementContent:before, .logo-container > .fsElementContent:after {
          width: calc(100% - 60px);
          left: 30px; } }
    .logo-container > .fsElementContent:after {
      top: auto;
      bottom: 0; }
    .fsComposeMode .logo-container > .fsElementContent {
      display: block; }

.button,
.fs_style_28 {
  margin-top: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  color: #003767;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 20px;
  display: inline-block;
  margin: 0 0 10px;
  padding: 10px 15px;
  color: #9d9fa2;
  outline: #d5ca9f;
  border-radius: 0;
  position: relative;
  transition: .3s;
  background-color: transparent;
  border: solid 1px #d5ca9f;
  text-align: center; }
  .button:hover, .button:focus,
  .fs_style_28:hover,
  .fs_style_28:focus {
    color: #505154;
    transition: .3s;
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #d5ca9f; }
  .button em,
  .fs_style_28 em {
    display: block;
    font-style: normal; }

.button-slate,
.fs_style_29 {
  margin-top: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  color: #003767;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 20px;
  display: inline-block;
  margin: 0 0 10px;
  padding: 10px 15px;
  color: #9d9fa2;
  outline: #81a3b8;
  border-radius: 0;
  position: relative;
  transition: .3s;
  background-color: transparent;
  border: solid 1px #81a3b8;
  text-align: center; }
  .button-slate:hover, .button-slate:focus,
  .fs_style_29:hover,
  .fs_style_29:focus {
    color: #505154;
    transition: .3s;
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #81a3b8; }
  .button-slate em,
  .fs_style_29 em {
    display: block;
    font-style: normal; }

.button-teal,
.fs_style_30 {
  margin-top: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  color: #003767;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 20px;
  display: inline-block;
  margin: 0 0 10px;
  padding: 10px 15px;
  color: #fff;
  outline: #00a79d;
  border-radius: 0;
  position: relative;
  transition: .3s;
  background-color: transparent;
  border: solid 1px #00a79d;
  text-align: center;
  border: none;
  background-color: #00a79d; }
  .button-teal:hover, .button-teal:focus,
  .fs_style_30:hover,
  .fs_style_30:focus {
    color: #fff;
    transition: .3s;
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #00a79d; }
  .button-teal em,
  .fs_style_30 em {
    display: block;
    font-style: normal; }
  .button-teal:hover,
  .fs_style_30:hover {
    box-shadow: none;
    background-color: rgba(0, 167, 157, 0.7); }

@keyframes bounce {
  50% {
    transform: translate(3px, 0); } }

.fs_style_31 {
  margin-top: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  color: #003767;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 20px;
  display: inline-block;
  margin: 0 5px 10px 0;
  color: #81a3b8;
  border-radius: 0;
  position: relative;
  transition: .3s;
  text-decoration: none; }
  .fs_style_31:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: inline-block;
    color: #003767;
    font-weight: 700;
    margin-left: 5px; }
  .fs_style_31:hover, .fs_style_31:focus {
    color: #003767;
    transition: .3s; }
    .fs_style_31:hover:after, .fs_style_31:focus:after {
      animation: bounce .4s 2; }
  .fs_style_31:first-child {
    margin-left: 0; }

.fs_style_32 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  letter-spacing: .1em;
  display: block;
  margin: 0 0 20px;
  padding: 15px 15px;
  color: #fff;
  outline: #003767;
  border-radius: 0;
  position: relative;
  transition: .3s;
  background-color: #003767;
  text-align: center; }
  .fs_style_32:hover, .fs_style_32:focus {
    transition: .3s;
    background-color: rgba(0, 55, 103, 0.7);
    color: #fff; }
  .fs_style_32 em {
    display: block;
    font-weight: normal;
    font-family: "adriane", Georgia, serif;
    letter-spacing: 0;
    text-transform: none;
    font-size: 17px;
    line-height: 25px; }

.fs_style_33 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  letter-spacing: .1em;
  display: block;
  margin: 0 0 20px;
  padding: 15px 15px;
  color: #fff;
  outline: #af7c31;
  border-radius: 0;
  position: relative;
  transition: .3s;
  background-color: #af7c31;
  text-align: center; }
  .fs_style_33:hover, .fs_style_33:focus {
    transition: .3s;
    background-color: rgba(175, 124, 49, 0.7);
    color: #fff; }
  .fs_style_33 em {
    display: block;
    font-weight: normal;
    font-family: "adriane", Georgia, serif;
    letter-spacing: 0;
    text-transform: none;
    font-size: 17px;
    line-height: 25px; }

.fs_style_34 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  letter-spacing: .1em;
  display: block;
  margin: 0 0 20px;
  padding: 15px 15px;
  color: #fff;
  outline: #81a3b8;
  border-radius: 0;
  position: relative;
  transition: .3s;
  background-color: #81a3b8;
  text-align: center; }
  .fs_style_34:hover, .fs_style_34:focus {
    transition: .3s;
    background-color: rgba(129, 163, 184, 0.7);
    color: #fff; }
  .fs_style_34 em {
    display: block;
    font-weight: normal;
    font-family: "adriane", Georgia, serif;
    letter-spacing: 0;
    text-transform: none;
    font-size: 17px;
    line-height: 25px; }

.fs_style_40 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  letter-spacing: .1em;
  display: block;
  margin: 0 0 20px;
  padding: 15px 15px;
  color: #fff;
  outline: #00a79d;
  border-radius: 0;
  position: relative;
  transition: .3s;
  background-color: #00a79d;
  text-align: center; }
  .fs_style_40:hover, .fs_style_40:focus {
    transition: .3s;
    background-color: rgba(0, 167, 157, 0.7);
    color: #fff; }
  .fs_style_40 em {
    display: block;
    font-weight: normal;
    font-family: "adriane", Georgia, serif;
    letter-spacing: 0;
    text-transform: none;
    font-size: 17px;
    line-height: 25px; }

.fsStyleDefaultButton {
  margin-top: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  color: #003767;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 20px;
  display: inline-block;
  margin: 0 0 10px;
  padding: 10px 15px;
  color: #9d9fa2;
  outline: #d5ca9f;
  border-radius: 0;
  position: relative;
  transition: .3s;
  background-color: transparent;
  border: solid 1px #d5ca9f;
  text-align: center; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus {
    color: #505154;
    transition: .3s;
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #d5ca9f; }
  .fsStyleDefaultButton em {
    display: block;
    font-style: normal; }
  .fsStyleDefaultButton.fsCategoryLink, .fsStyleDefaultButton.fsTagLink {
    margin-right: 5px;
    margin-bottom: 5px; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }

.fsStyleUpdateButton {
  margin-top: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  color: #003767;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 20px;
  display: inline-block;
  margin: 0 0 10px;
  padding: 10px 15px;
  color: #9d9fa2;
  outline: #d5ca9f;
  border-radius: 0;
  position: relative;
  transition: .3s;
  background-color: transparent;
  border: solid 1px #d5ca9f;
  text-align: center; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus {
    color: #505154;
    transition: .3s;
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #d5ca9f; }
  .fsStyleUpdateButton em {
    display: block;
    font-style: normal; }
  .fsStyleUpdateButton.fsElementToolsSearchButton {
    margin-top: 20px;
    margin-bottom: 0; }

.fsStyleSelectList .fsStateSelected a {
  color: inherit;
  background: inherit;
  box-shadow: inset 0 0 0 1px #d5ca9f; }
  .fsStyleSelectList .fsStateSelected a:hover {
    background: inherit; }

.custom-image-button {
  position: relative;
  background-size: cover;
  background-position: center; }
  body:not(.fsComposeMode) .custom-image-button {
    height: 31.25vw; }
    @media (min-width: 960px) {
      body:not(.fsComposeMode) .custom-image-button {
        height: 20.833vw; } }
  .custom-image-button:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 30%, transparent 60%, transparent 100%); }
    @media (min-width: 500px) {
      .custom-image-button:before {
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 20%, transparent 40%, transparent 100%); } }
  .custom-image-button > header {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0) scale(0);
    background-color: rgba(0, 167, 157, 0.9);
    min-width: calc(100% + 20px);
    min-height: calc(100% + 20px);
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 10px 17.3px 24px rgba(0, 0, 0, 0.3);
    transition: .3s;
    display: -ms-flexbox;
    display: flex;
    background-size: cover;
    background-position: center; }
    .custom-image-button > header:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 167, 157, 0.9); }
    body.fsComposeMode .custom-image-button > header {
      position: relative;
      opacity: 1;
      visibility: visible;
      -ms-transform: none;
      transform: none;
      width: auto;
      height: auto;
      left: auto;
      top: auto; }
    .custom-image-button > header .fsElementTitle {
      position: relative;
      color: #fff;
      text-align: center;
      padding: 20px 30px;
      font-size: 16px;
      font-size: 5vw; }
      @media (min-width: 500px) {
        .custom-image-button > header .fsElementTitle {
          font-size: 24px; } }
      @media (min-width: 600px) {
        .custom-image-button > header .fsElementTitle {
          font-size: 22px; } }
      @media (min-width: 800px) {
        .custom-image-button > header .fsElementTitle {
          font-size: 24px;
          padding: 20px 40px; } }
      @media (min-width: 960px) {
        .custom-image-button > header .fsElementTitle {
          padding: 20px;
          font-size: 22px; } }
      @media (min-width: 1000px) {
        .custom-image-button > header .fsElementTitle {
          font-size: 24px;
          padding: 20px 40px; } }
      .custom-image-button > header .fsElementTitle:after {
        content: '';
        width: 40px;
        position: absolute;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        bottom: 0;
        height: 5px;
        background-color: rgba(255, 255, 255, 0.5); }
    .custom-image-button > header .fsElementHeaderContent {
      margin-bottom: 0;
      padding: 0 30px 20px;
      color: #fff;
      line-height: 1.47;
      display: none;
      position: relative; }
      @media (min-width: 600px) {
        .custom-image-button > header .fsElementHeaderContent {
          display: block; } }
      @media (min-width: 800px) {
        .custom-image-button > header .fsElementHeaderContent {
          padding: 0 40px 20px;
          font-size: 17px; } }
      @media (min-width: 960px) {
        .custom-image-button > header .fsElementHeaderContent {
          font-size: 15px;
          padding: 0 20px 20px; } }
      @media (min-width: 1000px) {
        .custom-image-button > header .fsElementHeaderContent {
          padding: 0 40px 20px;
          font-size: 17px; } }
  .custom-image-button > .fsElementContent {
    color: #fff;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    font-size: 5vw; }
    @media (min-width: 500px) {
      .custom-image-button > .fsElementContent {
        font-size: 24px; } }
    body:not(.fsComposeMode) .custom-image-button > .fsElementContent {
      text-align: center; }
      body:not(.fsComposeMode) .custom-image-button > .fsElementContent a {
        color: inherit;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 3.125vw; }
        @media (min-width: 500px) {
          body:not(.fsComposeMode) .custom-image-button > .fsElementContent a {
            padding: 20px; } }
      body:not(.fsComposeMode) .custom-image-button > .fsElementContent p {
        margin-bottom: 0; }
  body:not(.fsComposeMode) .custom-image-button:hover > header {
    transform: translate3d(-50%, -50%, 0) scale(1);
    opacity: 1;
    visibility: visible;
    transition: .3s;
    z-index: 50; }
  body:not(.fsComposeMode) .custom-image-button:hover > .fsElementContent a {
    z-index: 55;
    color: transparent; }
  .custom-image-button .fs_style_31 {
    margin-bottom: 0;
    margin-top: 15px;
    color: #fff; }
    .custom-image-button .fs_style_31:after, .custom-image-button .fs_style_31:hover {
      color: #fff; }

.fs_style_39 {
  display: inline-block;
  color: #594a42;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.333;
  font-family: "futura-pt", sans-serif; }
  .fs_style_39:hover {
    color: #00a79d; }
  .fs_style_39:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: inline-block;
    color: #00a79d;
    margin-right: 14px;
    line-height: 1;
    font-size: 23px;
    vertical-align: bottom; }

/*! structure - header v0.0.1 */
.fsHeader > .fsBanner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  background-color: #003767; }
  @media (min-width: 800px) {
    .fsHeader > .fsBanner {
      -ms-flex-pack: end;
      justify-content: flex-end; } }

.site-name {
  overflow: hidden;
  white-space: nowrap;
  height: 40px;
  width: 145px;
  position: relative;
  margin: 10px 0 10px 20px; }
  @media (min-width: 700px) {
    .site-name {
      height: 50px;
      width: 180px; } }
  @media (min-width: 800px) {
    .site-name {
      position: absolute;
      left: 20px;
      top: 20px;
      margin: 0;
      height: 60px;
      width: 215px; } }
  @media (min-width: 900px) {
    .site-name {
      left: 30px; } }
  @media (min-width: 1080px) {
    .site-name {
      height: 125px;
      top: 0; } }
  @media (min-width: 800px) {
    .header-giving .site-name {
      width: 295px; } }
  .site-name h1 {
    margin-bottom: 0; }
  .site-name a {
    display: block;
    padding: 0;
    color: transparent;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 100%; }
    .header-giving .site-name a {
      height: 30px; }
    .site-name a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #fff;
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      left: 0;
      font-size: 40px;
      line-height: 1; }
      @media (min-width: 700px) {
        .site-name a:before {
          font-size: 50px; } }
      @media (min-width: 800px) {
        .site-name a:before {
          font-size: 60px; } }
      .header-giving .site-name a:before {
        content: '';
        background-image: url("../images/giving-logo.svg");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: left center;
        color: transparent;
        width: 100%;
        height: 100%; }
    .site-name a:hover {
      color: transparent; }

.custom-hero {
  width: 100%;
  margin-bottom: 0;
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 200px;
  padding-bottom: 20px;
  padding-top: 40px; }
  @media (min-width: 800px) {
    .custom-hero {
      padding-bottom: 0;
      min-height: 27.7777vw;
      max-height: 400px; } }
  body:not(.fsComposeMode) .custom-hero {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: end;
    align-content: flex-end; }
    @media (min-width: 1255px) {
      body:not(.fsComposeMode) .custom-hero {
        -ms-flex-pack: center;
        justify-content: center; } }
    body:not(.fsComposeMode) .custom-hero > .fsElementContent {
      display: none; }
  body:not(.fsComposeMode) .fsPageBodyWrapper .custom-hero {
    display: none; }
  .custom-hero:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 30%, transparent 75%, transparent 100%); }
  .fsHeader .custom-hero .nav-breadcrumb {
    background: transparent;
    color: #fff;
    width: 100%;
    padding-bottom: 20px; }
    .fsHeader .custom-hero .nav-breadcrumb a {
      color: rgba(255, 255, 255, 0.5); }
      .fsHeader .custom-hero .nav-breadcrumb a:hover, .fsHeader .custom-hero .nav-breadcrumb a:focus {
        color: #fff; }
  .custom-hero > header,
  .custom-hero > footer,
  .custom-hero > .fsElementContent {
    position: relative; }
  .custom-hero > header,
  .custom-hero > footer {
    width: calc(100% - 40px); }
    @media (min-width: 700px) {
      .custom-hero > header,
      .custom-hero > footer {
        width: auto; } }
  .custom-hero > header {
    margin-left: 20px;
    margin-right: 20px; }
    @media (min-width: 700px) {
      .custom-hero > header {
        margin-bottom: 15px; } }
    @media (min-width: 900px) {
      .custom-hero > header {
        margin-left: 30px;
        margin-right: 30px;
        width: calc(62% - 60px);
        margin-bottom: 38px; } }
    @media (min-width: 1255px) {
      .custom-hero > header {
        margin-right: 0;
        width: 780px; } }
    .custom-hero > header .fsElementTitle {
      margin-top: 0;
      font-family: "futura-pt", sans-serif;
      font-weight: 700;
      color: #003767;
      font-size: 30px;
      line-height: 1.1;
      color: #d5ca9f;
      margin-bottom: 30px;
      color: #fff;
      margin-bottom: 0; }
      @media (min-width: 700px) {
        .custom-hero > header .fsElementTitle {
          font-size: 48px;
          line-height: 1.1875; } }
  .custom-hero > footer {
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px; }
    @media (min-width: 400px) {
      .custom-hero > footer {
        margin-top: 20px; } }
    @media (min-width: 700px) {
      .custom-hero > footer {
        margin-bottom: 20px;
        margin-top: 10px; } }
    @media (min-width: 900px) {
      .custom-hero > footer {
        margin-bottom: 50px;
        margin-right: 30px;
        margin-left: 30px;
        width: calc(38% - 60px); } }
    @media (min-width: 1255px) {
      .custom-hero > footer {
        width: 370px; } }
    .custom-hero > footer .fsElementFooterContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 0;
      font-family: "futura-pt", sans-serif;
      font-size: 16px;
      font-weight: 800;
      line-height: 21px;
      color: rgba(255, 255, 255, 0.8); }
      @media (min-width: 700px) {
        .custom-hero > footer .fsElementFooterContent {
          -ms-flex-pack: end;
          justify-content: flex-end; } }
      .custom-hero > footer .fsElementFooterContent strong {
        color: #fff;
        margin-left: 5px;
        display: inline-block; }
        @media (min-width: 400px) {
          .custom-hero > footer .fsElementFooterContent strong {
            width: auto;
            margin-right: 20px;
            margin-bottom: 0; } }
        @media (min-width: 800px) {
          .custom-hero > footer .fsElementFooterContent strong {
            margin-right: 30px; } }
      .custom-hero > footer .fsElementFooterContent a {
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        margin-top: 10px; }
        @media (min-width: 400px) {
          .custom-hero > footer .fsElementFooterContent a {
            -ms-flex-positive: 0;
            flex-grow: 0;
            max-width: 100%;
            width: auto;
            margin-top: 0; } }
  @media (min-width: 1255px) {
    .custom-hero.no-button > header {
      margin-left: 0;
      width: 1180px; } }

.has-hero .fsPageBodyWrapper {
  padding-top: 25px; }
  @media (min-width: 800px) {
    .has-hero .fsPageBodyWrapper {
      padding-top: 65px; } }
  @media (min-width: 900px) {
    .has-hero .fsPageBodyWrapper {
      padding-top: 95px; } }

.footer-tracking {
  display: none; }

.fsFooter {
  padding: 0;
  color: #fff; }
  .fsFooter .fsBanner {
    padding-bottom: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .fsFooter .fsBanner:after {
      display: none; }

.footer-container-main {
  background-color: #1f2020;
  margin-bottom: 0;
  width: 100%;
  position: relative; }
  .footer-container-main:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    color: rgba(0, 0, 0, 0.7);
    font-size: 250px;
    line-height: 1;
    top: 65px;
    display: none; }
    @media (min-width: 700px) {
      .footer-container-main:before {
        display: block; } }
  .footer-container-main > header {
    display: none; }
  .footer-container-main > .fsElementContent {
    position: relative;
    margin: 0 auto;
    width: 1180px;
    max-width: calc(100% - 40px);
    padding-top: 45px; }
    @media (min-width: 900px) {
      .footer-container-main > .fsElementContent {
        max-width: calc(100% - 60px); } }
    @media (min-width: 700px) {
      .footer-container-main > .fsElementContent {
        padding-top: 70px; } }

.footer-wrapper.one {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px; }
  @media (min-width: 700px) {
    .footer-wrapper.one {
      margin: 0 0 50px;
      min-height: 250px;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .footer-wrapper.one:after {
    display: none; }
  .footer-wrapper.one > .fsDiv {
    width: 100%;
    padding: 0;
    margin: 0; }
    @media (min-width: 700px) {
      .footer-wrapper.one > .fsDiv {
        width: auto; } }
    .footer-wrapper.one > .fsDiv.fsStyleColumn-1 {
      margin-bottom: 30px; }
      @media (min-width: 700px) {
        .footer-wrapper.one > .fsDiv.fsStyleColumn-1 {
          margin-bottom: 0; } }
    .footer-wrapper.one > .fsDiv.fsStyleColumn-2 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (min-width: 700px) {
        .footer-wrapper.one > .fsDiv.fsStyleColumn-2 {
          width: 400px;
          -ms-flex-pack: justify;
          justify-content: space-between;
          padding-top: 5px; } }
      .footer-wrapper.one > .fsDiv.fsStyleColumn-2:after {
        display: none; }
      .footer-wrapper.one > .fsDiv.fsStyleColumn-2 .fsElement {
        width: 100%; }
        @media (min-width: 700px) {
          .footer-wrapper.one > .fsDiv.fsStyleColumn-2 .fsElement {
            width: auto;
            margin-bottom: 0;
            padding-left: 20px;
            padding-right: 20px; } }

.footer-wrapper.two {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 30px; }
  .footer-wrapper.two > header {
    position: relative;
    margin-bottom: 20px; }
    .footer-wrapper.two > header:before {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #fff;
      opacity: .2;
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      left: 0; }
    .footer-wrapper.two > header .fsElementTitle {
      font-size: 13px;
      line-height: 1.1;
      color: rgba(255, 255, 255, 0.4);
      text-transform: uppercase;
      letter-spacing: .1em;
      display: inline-block;
      padding: 0 5px;
      background-color: #1f2020;
      position: relative;
      margin-bottom: 0; }
      @media (min-width: 330px) {
        .footer-wrapper.two > header .fsElementTitle {
          padding: 0 10px; } }

.footer-wrapper.utilities {
  position: relative;
  margin: 0 auto;
  width: 1180px;
  max-width: calc(100% - 40px);
  padding: 35px 0 0;
  margin-bottom: 25px; }
  @media (min-width: 900px) {
    .footer-wrapper.utilities {
      max-width: calc(100% - 60px); } }
  @media (min-width: 700px) {
    .footer-wrapper.utilities {
      margin-bottom: 0;
      padding: 40px 0 0; } }
  .footer-wrapper.utilities > header {
    display: none; }
  .footer-wrapper.utilities .nav-utility-ftr {
    margin: 0 auto;
    display: inline-block; }
    .footer-wrapper.utilities .nav-utility-ftr > header {
      display: none; }
    .footer-wrapper.utilities .nav-utility-ftr ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .footer-wrapper.utilities .nav-utility-ftr ul li {
        margin: 0;
        padding-right: 30px; }
        @media (min-width: 700px) {
          .footer-wrapper.utilities .nav-utility-ftr ul li {
            padding: 0 15px; } }
    .footer-wrapper.utilities .nav-utility-ftr a {
      font-size: 15px;
      line-height: 1;
      color: rgba(255, 255, 255, 0.8); }
      .footer-wrapper.utilities .nav-utility-ftr a:hover, .footer-wrapper.utilities .nav-utility-ftr a:focus {
        color: #fff; }
  .footer-wrapper.utilities > .fsElementContent {
    zoom: 1; }
    .footer-wrapper.utilities > .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 700px) {
      .footer-wrapper.utilities > .fsElementContent {
        text-align: right; } }
    @media (min-width: 900px) {
      .footer-wrapper.utilities > .fsElementContent {
        display: block;
        text-align: center; } }
  .footer-wrapper.utilities #fsPoweredByFinalsite {
    margin-top: 25px;
    text-align: left; }
    @media (min-width: 900px) {
      .footer-wrapper.utilities #fsPoweredByFinalsite {
        float: right;
        margin-top: 0; } }

@media (min-width: 800px) {
  .affiliation-credits {
    padding: 0 15px; } }

.affiliation-credits ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 600px) {
    .affiliation-credits ul {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media (min-width: 800px) {
    .affiliation-credits ul {
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.affiliation-credits li {
  margin: 0 0 20px;
  padding: 0 15px; }
  @media (min-width: 800px) {
    .affiliation-credits li {
      -ms-flex-positive: 0;
      flex-grow: 0;
      margin: 0;
      width: auto;
      text-align: center; } }

.affiliation-credits a {
  display: block;
  margin: 0 auto;
  opacity: .3;
  transition: .3s; }
  .affiliation-credits a:hover, .affiliation-credits a:focus {
    opacity: 1;
    transition: .3s; }

.affiliation-credits img {
  display: block; }
  @media (min-width: 800px) {
    .affiliation-credits img {
      margin: 0 auto; } }

.nav-utility-ftr {
  font-family: "futura-pt", sans-serif;
  margin-bottom: 30px; }
  .nav-utility-ftr ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .nav-utility-ftr li {
    margin: 0; }
  .nav-utility-ftr > header .fsElementTitle {
    color: #fff;
    font-size: 13px;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 15px; }
  .nav-utility-ftr a {
    display: inline-block;
    color: #d5ca9f; }
    .nav-utility-ftr a:hover, .nav-utility-ftr a:focus {
      color: #fff; }

.footer-weather {
  margin-bottom: 25px;
  display: -ms-flexbox;
  display: flex;
  font-family: "futura-pt", sans-serif;
  font-size: 15px;
  line-height: 1;
  opacity: .8; }
  @media (min-width: 700px) {
    .footer-weather {
      margin-bottom: 0;
      float: left;
      padding: 5px 0; } }
  .footer-weather > header {
    padding-right: 10px;
    margin-right: 10px;
    border-right: solid 1px #9d9fa2; }
    .footer-weather > header .fsElementTitle {
      color: #fff;
      font-size: 15px;
      margin-bottom: 0;
      line-height: 1; }

.school-details-container {
  margin-bottom: 30px; }

.school-details {
  font-family: "futura-pt", sans-serif;
  font-size: 16px; }
  @media (min-width: 330px) {
    .school-details {
      font-size: 17px; } }
  .school-details [itemprop='name'] {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 800;
    line-height: 1.2;
    font-size: 6vw; }
    @media (min-width: 330px) {
      .school-details [itemprop='name'] {
        font-size: 20px; } }
    .school-details [itemprop='name'] a {
      color: inherit; }
  .school-details [itemprop='address'] {
    display: block; }
  .school-details a {
    color: #d5ca9f; }
    .school-details a:hover {
      color: #fff; }
  .school-details .footer-slogan {
    color: #fefefe;
    font-family: "adriane", Georgia, serif;
    font-size: 15px;
    font-style: italic;
    margin-bottom: 10px; }

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

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

html {
  font-family: "adriane", Georgia, serif;
  background: #161616;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  height: 100%;
  font-size: 17px;
  line-height: 25px;
  color: #505154; }
  body.dialog-open {
    overflow-y: hidden; }

#fsPageWrapper {
  overflow-x: hidden;
  position: relative;
  height: 100%; }
  @media (min-width: 800px) {
    body.home:not(.fill-content) #fsPageWrapper {
      overflow-x: visible; } }

.fsPageBodyWrapper {
  padding-bottom: 40px;
  background: #fff; }
  @media (min-width: 600px) {
    .fsPageBodyWrapper {
      padding-bottom: 100px; } }
  @media (min-width: 800px) {
    .no-breadcrumb .fsPageBodyWrapper {
      padding-top: 65px; } }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  width: 1180px;
  max-width: calc(100% - 40px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 900px) {
    #fsPageBody {
      max-width: calc(100% - 60px); } }
  @media (min-width: 600px) {
    #fsPageBody {
      display: block; } }
  @media (min-width: 800px) {
    #fsPageBody {
      display: -ms-flexbox;
      display: flex; } }

#fsPageContent {
  width: 100%; }

#fsBannerLeft {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 700px) {
    #fsBannerLeft {
      padding-right: 60px;
      width: 300px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 60px;
      width: 300px; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 1100px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 60px;
      width: 300px; } }

.fsHasRightBanner #fsPageContent {
  -ms-flex-order: 1;
  order: 1;
  width: 100%; }
  @media (min-width: 700px) {
    .fsHasRightBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 270px); } }
  @media (min-width: 900px) {
    .fsHasRightBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 400px); } }

.fsHasLeftBanner #fsPageContent {
  -ms-flex-order: 1;
  order: 1;
  width: 100%; }
  @media (min-width: 700px) {
    .fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 300px); } }

.fsHasLeftBanner.fsHasRightBanner #fsPageContent {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: calc(100% - 300px); } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 470px);
      margin-bottom: 0; } }
  @media (min-width: 1100px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: calc(100% - 700px); } }

#fsBannerRight {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 700px) {
    #fsBannerRight {
      padding-left: 30px;
      width: 270px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 900px) {
    #fsBannerRight {
      padding-left: 80px;
      width: 400px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 300px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        -ms-flex-order: 1;
        order: 1;
        padding-left: 30px;
        width: 270px; } }
    @media (min-width: 1100px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 80px;
        width: 400px; } }

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

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

.fsOneColumnLayout > .fsDiv:last-child {
  margin-bottom: 0; }

@media (min-width: 600px) {
  .fsTwoColumnLayout .fsDiv {
    width: 50%;
    margin-bottom: 0; } }

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

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

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

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

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

div[class*="fsTwoColumnWide"],
.wide-left,
.wide-right,
.fsTwoColumnLayout.wide-left,
.fsTwoColumnLayout.wide-right {
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fsComposeMode div[class*="fsTwoColumnWide"], .fsComposeMode
  .wide-left, .fsComposeMode
  .wide-right, .fsComposeMode
  .fsTwoColumnLayout.wide-left, .fsComposeMode
  .fsTwoColumnLayout.wide-right {
    display: block; }
  div[class*="fsTwoColumnWide"] > .fsDiv,
  .wide-left > .fsDiv,
  .wide-right > .fsDiv,
  .fsTwoColumnLayout.wide-left > .fsDiv,
  .fsTwoColumnLayout.wide-right > .fsDiv {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
    margin-bottom: 40px; }
    @media (min-width: 700px) {
      div[class*="fsTwoColumnWide"] > .fsDiv,
      .wide-left > .fsDiv,
      .wide-right > .fsDiv,
      .fsTwoColumnLayout.wide-left > .fsDiv,
      .fsTwoColumnLayout.wide-right > .fsDiv {
        margin-bottom: 0; }
        .fsComposeMode div[class*="fsTwoColumnWide"] > .fsDiv, .fsComposeMode
        .wide-left > .fsDiv, .fsComposeMode
        .wide-right > .fsDiv, .fsComposeMode
        .fsTwoColumnLayout.wide-left > .fsDiv, .fsComposeMode
        .fsTwoColumnLayout.wide-right > .fsDiv {
          float: left; } }
    div[class*="fsTwoColumnWide"] > .fsDiv:last-child,
    .wide-left > .fsDiv:last-child,
    .wide-right > .fsDiv:last-child,
    .fsTwoColumnLayout.wide-left > .fsDiv:last-child,
    .fsTwoColumnLayout.wide-right > .fsDiv:last-child {
      margin-bottom: 0; }

.fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 300px); } }
  @media (min-width: 700px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
      width: 100%; } }
  @media (min-width: 1100px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 300px); } }
  .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 300px); } }
    @media (min-width: 800px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px);
        margin-bottom: 0; } }
    @media (min-width: 1100px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 300px); } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 1100px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 200px); } }

.fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      width: 300px;
      padding-right: 60px; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      width: 100%;
      padding-right: 0;
      margin-bottom: 20px; } }
  @media (min-width: 1100px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      width: 300px;
      padding-right: 60px;
      margin-bottom: 0; } }
  @media (min-width: 600px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 700px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      padding-right: 60px;
      width: 300px; } }
  @media (min-width: 800px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 1100px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      padding-right: 60px;
      width: 300px; } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
    width: 100%; }
    @media (min-width: 1100px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
        padding-right: 20px;
        width: 200px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 270px);
      margin-bottom: 0; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 400px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 30px;
      width: 270px; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 80px;
      width: 400px; } }

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 700px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 60px;
    width: 300px; } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 60px;
    width: 300px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 300px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 470px);
      margin-bottom: 0; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 700px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 30px;
      width: 270px; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 80px;
      width: 400px; } }

.fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds, .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleColumn-1,
.wide-left > .fsDiv.fsStyleTwoThirds,
.wide-left > .fsDiv.fsStyleColumn-1 {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds, .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleColumn-1,
    .wide-left > .fsDiv.fsStyleTwoThirds,
    .wide-left > .fsDiv.fsStyleColumn-1 {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 270px); } }
  @media (min-width: 900px) {
    .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds, .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleColumn-1,
    .wide-left > .fsDiv.fsStyleTwoThirds,
    .wide-left > .fsDiv.fsStyleColumn-1 {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 400px); } }
  .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds, .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleColumn-1, .fsHasLeftBanner
  .wide-left > .fsDiv.fsStyleTwoThirds, .fsHasLeftBanner
  .wide-left > .fsDiv.fsStyleColumn-1 {
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 800px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds, .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleColumn-1, .fsHasLeftBanner
      .wide-left > .fsDiv.fsStyleTwoThirds, .fsHasLeftBanner
      .wide-left > .fsDiv.fsStyleColumn-1 {
        width: calc(100% - 270px);
        margin-bottom: 0; } }
    @media (min-width: 1100px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds, .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleColumn-1, .fsHasLeftBanner
      .wide-left > .fsDiv.fsStyleTwoThirds, .fsHasLeftBanner
      .wide-left > .fsDiv.fsStyleColumn-1 {
        width: calc(100% - 400px); } }
  @media (min-width: 700px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds, .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleColumn-1, .fsHasRightBanner
    .wide-left > .fsDiv.fsStyleTwoThirds, .fsHasRightBanner
    .wide-left > .fsDiv.fsStyleColumn-1 {
      width: 100%; } }
  @media (min-width: 1100px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds, .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleColumn-1, .fsHasRightBanner
    .wide-left > .fsDiv.fsStyleTwoThirds, .fsHasRightBanner
    .wide-left > .fsDiv.fsStyleColumn-1 {
      width: calc(100% - 400px); } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds, .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleColumn-1, .fsHasLeftBanner.fsHasRightBanner
  .wide-left > .fsDiv.fsStyleTwoThirds, .fsHasLeftBanner.fsHasRightBanner
  .wide-left > .fsDiv.fsStyleColumn-1 {
    width: 100%; }
    @media (min-width: 1100px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds, .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleColumn-1, .fsHasLeftBanner.fsHasRightBanner
      .wide-left > .fsDiv.fsStyleTwoThirds, .fsHasLeftBanner.fsHasRightBanner
      .wide-left > .fsDiv.fsStyleColumn-1 {
        width: calc(100% - 270px); } }

.fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird, .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleColumn-2,
.wide-left > .fsDiv.fsStyleOneThird,
.wide-left > .fsDiv.fsStyleColumn-2 {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird, .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleColumn-2,
    .wide-left > .fsDiv.fsStyleOneThird,
    .wide-left > .fsDiv.fsStyleColumn-2 {
      -ms-flex-order: 1;
      order: 1;
      width: 270px;
      padding-left: 30px; } }
  @media (min-width: 900px) {
    .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird, .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleColumn-2,
    .wide-left > .fsDiv.fsStyleOneThird,
    .wide-left > .fsDiv.fsStyleColumn-2 {
      -ms-flex-order: 1;
      order: 1;
      width: 400px;
      padding-left: 80px; } }
  .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird, .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleColumn-2, .fsHasLeftBanner
  .wide-left > .fsDiv.fsStyleOneThird, .fsHasLeftBanner
  .wide-left > .fsDiv.fsStyleColumn-2 {
    width: 100%;
    padding: 0; }
    @media (min-width: 800px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird, .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleColumn-2, .fsHasLeftBanner
      .wide-left > .fsDiv.fsStyleOneThird, .fsHasLeftBanner
      .wide-left > .fsDiv.fsStyleColumn-2 {
        padding-left: 30px;
        width: 270px; } }
    @media (min-width: 1100px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird, .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleColumn-2, .fsHasLeftBanner
      .wide-left > .fsDiv.fsStyleOneThird, .fsHasLeftBanner
      .wide-left > .fsDiv.fsStyleColumn-2 {
        padding-left: 80px;
        width: 400px; } }
  @media (min-width: 700px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird, .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleColumn-2, .fsHasRightBanner
    .wide-left > .fsDiv.fsStyleOneThird, .fsHasRightBanner
    .wide-left > .fsDiv.fsStyleColumn-2 {
      width: 100%;
      padding-left: 0;
      margin-bottom: 20px; } }
  @media (min-width: 1100px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird, .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleColumn-2, .fsHasRightBanner
    .wide-left > .fsDiv.fsStyleOneThird, .fsHasRightBanner
    .wide-left > .fsDiv.fsStyleColumn-2 {
      width: 400px;
      padding-left: 80px;
      margin-bottom: 0; } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird, .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleColumn-2, .fsHasLeftBanner.fsHasRightBanner
  .wide-left > .fsDiv.fsStyleOneThird, .fsHasLeftBanner.fsHasRightBanner
  .wide-left > .fsDiv.fsStyleColumn-2 {
    width: 100%; }
    @media (min-width: 1100px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird, .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleColumn-2, .fsHasLeftBanner.fsHasRightBanner
      .wide-left > .fsDiv.fsStyleOneThird, .fsHasLeftBanner.fsHasRightBanner
      .wide-left > .fsDiv.fsStyleColumn-2 {
        padding-left: 30px;
        width: 270px; } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 300px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 200px);
      margin-bottom: 0; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 300px); } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding: 0; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 60px;
      width: 300px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 60px;
      width: 300px; } }

@media (min-width: 600px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    -ms-flex-order: 1;
    order: 1;
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 700px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 60px;
    width: 300px; } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    -ms-flex-order: 1;
    order: 1;
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 60px;
    width: 300px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 300px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 470px);
      margin-bottom: 0; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 700px); } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      -ms-flex-order: 1;
      order: 1;
      padding-left: 30px;
      width: 270px; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 80px;
      width: 400px; } }

.fsElephantRightLayout,
.fsElephantLeftLayout {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fsElephantRightLayout > div,
  .fsElephantLeftLayout > div {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
    margin-bottom: 20px; }
    @media (min-width: 700px) {
      .fsElephantRightLayout > div,
      .fsElephantLeftLayout > div {
        margin-bottom: 0; } }
    .fsElephantRightLayout > div:last-child,
    .fsElephantLeftLayout > div:last-child {
      margin-bottom: 0; }

@media (min-width: 700px) {
  .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: calc(100% - 270px); } }

@media (min-width: 900px) {
  .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: calc(100% - 400px); } }

.fsElephantRightLayout > div.fsStyleTwoThirds > .fsDiv {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 800px) {
  .fsElephantRightLayout > div.fsStyleTwoThirds > .fsTwoColumnLayout {
    margin-left: -15px;
    margin-right: -15px; } }

@media (min-width: 700px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1100px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: calc(100% - 400px); } }

@media (min-width: 700px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1100px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: calc(100% - 270px); } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
      width: calc(100% - 270px); } }

@media (min-width: 700px) {
  .fsElephantRightLayout > div.fsStyleOneThird {
    width: 270px;
    padding-left: 30px;
    padding-right: 0; } }

@media (min-width: 900px) {
  .fsElephantRightLayout > div.fsStyleOneThird {
    width: 400px;
    padding-left: 80px; } }

@media (min-width: 700px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1100px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 400px;
    padding-left: 80px;
    margin-bottom: 0; } }

@media (min-width: 700px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1100px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 270px;
    padding-left: 30px;
    margin-bottom: 0; } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
      padding-left: 30px;
      width: 270px; } }

@media (min-width: 700px) {
  .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: calc(100% - 300px); } }

.fsElephantLeftLayout > div.fsStyleTwoThirds > .fsDiv {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 800px) {
  .fsElephantLeftLayout > div.fsStyleTwoThirds > .fsTwoColumnLayout {
    margin-left: -15px;
    margin-right: -15px; } }

@media (min-width: 700px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1100px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: calc(100% - 200px); } }

@media (min-width: 700px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1100px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: calc(100% - 300px); } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
      width: calc(100% - 200px); } }

@media (min-width: 700px) {
  .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 300px;
    padding-right: 60px;
    padding-left: 0; } }

@media (min-width: 700px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1100px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 200px;
    padding-right: 20px;
    margin-bottom: 0; } }

@media (min-width: 700px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1100px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 300px;
    padding-right: 60px;
    margin-bottom: 0; } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
      padding-right: 20px;
      width: 200px; } }

.wide-right {
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (min-width: 800px) {
    .wide-right > .fsDiv.fsStyleColumn-1 {
      width: 400px;
      padding-right: 20px; } }
  @media (min-width: 800px) {
    .wide-right > .fsDiv.fsStyleColumn-2 {
      width: calc(100% - 400px); } }

.fsBreadcrumb {
  width: 100%;
  margin-top: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  color: #003767;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 20px;
  margin-bottom: 0;
  color: #9d9fa2;
  padding-bottom: 30px;
  font-size: 13px;
  line-height: 1.4; }
  .fsHeader .fsBreadcrumb {
    background-color: #fff; }
    .fsHeader .fsBreadcrumb:last-child {
      padding-top: 65px; }
    .fsHeader .fsBreadcrumb > header {
      display: none; }
    .fsHeader .fsBreadcrumb > .fsElementContent {
      position: relative;
      margin: 0 auto;
      width: 1180px;
      max-width: calc(100% - 40px); }
      @media (min-width: 900px) {
        .fsHeader .fsBreadcrumb > .fsElementContent {
          max-width: calc(100% - 60px); } }
  .fsBreadcrumb.nav-breadcrumb {
    display: none; }
    @media (min-width: 800px) {
      .fsBreadcrumb.nav-breadcrumb {
        display: block; } }
    .no-breadcrumb .fsBreadcrumb.nav-breadcrumb {
      display: none; }
    .header-giving .fsBreadcrumb.nav-breadcrumb li:first-child {
      display: none; }
  .fsBreadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .fsBreadcrumb li {
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex; }
  .fsBreadcrumb a {
    color: #cecfd0; }
    .fsBreadcrumb a:hover {
      color: #9d9fa2; }
  .fsBreadcrumb span {
    color: #cecfd0;
    margin: 0 8px; }

.nav-main {
  margin-bottom: 0;
  font-family: "futura-pt", sans-serif;
  display: none; }
  @media (min-width: 800px) {
    .nav-main {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-top: 30px;
      padding-right: 20px; } }
  @media (min-width: 900px) {
    .nav-main {
      padding-right: 30px; }
      .header-giving .nav-main {
        width: 100%; } }
  @media (min-width: 1080px) {
    .nav-main {
      width: calc(100% - 275px);
      margin-top: 12px; } }
  .nav-main > header {
    display: none; }
  .nav-main .fsNavLevel1 {
    position: relative; }
    .nav-main .fsNavLevel1, .nav-main .fsNavLevel1 ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .nav-main .fsNavLevel1 li {
      margin: 0;
      padding: 0; }
    @media (min-width: 800px) {
      .nav-main .fsNavLevel1 {
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      overflow: hidden;
      opacity: 0;
      visibility: hidden; }
    .menu-item-open .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      opacity: 1;
      visibility: visible;
      transition: .3s ease-in .15s; }
    .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
      opacity: 1;
      visibility: visible;
      transition: .3s ease-in .15s; }
    .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
      opacity: 1;
      visibility: visible;
      transition: .3s ease-in .15s; }
    @media (max-width: 599px) {
      .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
        opacity: 1;
        visibility: visible;
        transition: .3s ease-in .15s; } }
    @media (min-width: 800px) {
      .nav-main .fsNavLevel1 > li {
        -ms-flex: 1 auto;
        flex: 1 auto;
        margin-left: 22px; }
        .nav-main .fsNavLevel1 > li:first-child {
          margin-left: 0; } }
    @media (min-width: 930px) {
      .nav-main .fsNavLevel1 > li {
        margin-left: 24px; } }
    @media (min-width: 1180px) {
      .nav-main .fsNavLevel1 > li {
        margin-left: 40px; } }
    .nav-main .fsNavLevel1 > li > a {
      color: #fff;
      display: block;
      font-size: 15px;
      font-weight: 800;
      text-transform: uppercase;
      line-height: 1.2;
      letter-spacing: .1em;
      padding-bottom: 20px;
      padding-top: 10px;
      position: relative; }
      @media (min-width: 1080px) {
        .nav-main .fsNavLevel1 > li > a {
          padding-bottom: 25px; } }
      .nav-main .fsNavLevel1 > li > a:after {
        content: '';
        position: absolute;
        top: calc(100% - 6px);
        left: 0;
        background-color: #80d3ce;
        height: 0;
        width: 100%;
        transition: .3s; }
      .nav-main .fsNavLevel1 > li > a:focus:after {
        height: 6px;
        transition: .3s; }
    .nav-main .fsNavLevel1 > li:hover > a:after, .nav-main .fsNavLevel1 > li.menu-item-open > a:after {
      height: 6px;
      transition: .3s; }
    .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
      color: #00aeef; }

.nav-main .fsNavPageInfo {
  background: #00a79d;
  text-align: left;
  z-index: 300;
  width: 680px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 30px;
  left: 0; }

.nav-main .fsNavLevel1 > li:nth-last-child(-n+3) > .fsNavPageInfo, .nav-main .fsNavLevel1 > li:last-child > .fsNavPageInfo {
  right: 0;
  left: auto; }

.nav-main .fsNavLevel2 {
  width: calc(50% - 10px); }
  .nav-main .fsNavLevel2 li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3); }
    .nav-main .fsNavLevel2 li:last-child {
      border-bottom: none; }
    .nav-main .fsNavLevel2 li a {
      padding: 14px 0;
      color: #fff;
      display: block;
      font-size: 19px;
      line-height: 1.2;
      font-weight: normal; }
      .nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus {
        color: #003767; }

.fsHeader,
.fsFooter,
.fsPageBodyWrapper {
  transition: transform .3s; }
  @media (min-width: 800px) {
    .fsHeader,
    .fsFooter,
    .fsPageBodyWrapper {
      transition: transform 0s; } }

.drawer-is-active .fsHeader,
.drawer-is-active .fsFooter,
.drawer-is-active .fsPageBodyWrapper {
  transition: transform .5s;
  -ms-transform: translateX(calc(-100% + 60px));
  transform: translateX(calc(-100% + 60px)); }
  @media (min-width: 800px) {
    .drawer-is-active .fsHeader,
    .drawer-is-active .fsFooter,
    .drawer-is-active .fsPageBodyWrapper {
      -ms-transform: translateX(0);
      transform: translateX(0); } }

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  max-width: 60px;
  height: 60px;
  cursor: pointer;
  right: 0;
  left: auto;
  transition: .3s;
  background-color: #003767; }
  .drawer-trigger > header {
    display: none; }
  @media (min-width: 700px) {
    .drawer-trigger {
      height: 70px; } }
  @media (min-width: 800px) {
    .drawer-trigger {
      display: none; } }
  .drawer-trigger:before, .drawer-trigger:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 20px;
    content: '';
    background: #fff;
    opacity: .8; }
  .drawer-trigger:before {
    margin-top: -6px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: margin-top .3s, opacity .3s, transform .3s; }
  .drawer-trigger:after {
    box-shadow: 0 6px 0 0 #fff;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: box-shadow .3s, opacity .3s, transform .3s; }

@media (min-width: 800px) {
  #fsMenu {
    display: none; } }

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease-out .3s, visibility .3s ease-out .3s, transform .3s;
  top: 0;
  right: 0;
  transform: translate3d(100%, 0, 0);
  top: 0;
  min-height: 100vh;
  height: 100%;
  max-width: calc(100% - 60px);
  background: #00a79d;
  box-shadow: inset 3px 0 7px rgba(0, 0, 0, 0.15);
  padding: 10px;
  font-family: "futura-pt", sans-serif;
  overflow: hidden; }
  .drawer-is-active .fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transition: opacity .3s, visibility .3s, transform .5s;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    overflow: auto; }
  .fsMenu .site-search {
    display: block; }
    .fsMenu .site-search ::-webkit-input-placeholder {
      color: transparent; }
    .fsMenu .site-search :-moz-placeholder {
      color: transparent; }
    .fsMenu .site-search ::-moz-placeholder {
      color: transparent; }
    .fsMenu .site-search :-ms-input-placeholder {
      color: transparent; }
    .fsMenu .site-search input:-webkit-autofill,
    .fsMenu .site-search input:-webkit-autofill:hover,
    .fsMenu .site-search input:-webkit-autofill:focus input:-webkit-autofill,
    .fsMenu .site-search textarea:-webkit-autofill,
    .fsMenu .site-search textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
    .fsMenu .site-search select:-webkit-autofill,
    .fsMenu .site-search select:-webkit-autofill:hover,
    .fsMenu .site-search select:-webkit-autofill:focus {
      border: none;
      -webkit-text-fill-color: #fff;
      -webkit-box-shadow: 0 0 0px 1000px #00a79d inset;
      transition: background-color 5000s ease-in-out 0s; }

.nav-main-mobile {
  margin-bottom: 10px; }
  .nav-main-mobile > header {
    display: none; }
  .nav-main-mobile .fsNavPageInfo {
    display: none; }
  .nav-main-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .nav-main-mobile li {
    position: relative;
    margin-bottom: 0; }
  .nav-main-mobile .fsNavLevel1 {
    padding: 0;
    margin: 0;
    list-style: none; }
    .nav-main-mobile .fsNavLevel1 > li {
      border-bottom: solid 1px rgba(255, 255, 255, 0.2);
      position: relative; }
      .nav-main-mobile .fsNavLevel1 > li:last-child {
        border-bottom: none; }
      .nav-main-mobile .fsNavLevel1 > li > a {
        display: block;
        padding: 11px 10px;
        color: #fff;
        font-size: 15px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .1em;
        line-height: 1.2; }
        .nav-main-mobile .fsNavLevel1 > li > a:hover {
          color: rgba(255, 255, 255, 0.8); }
      .nav-main-mobile .fsNavLevel1 > li.fsNavParentPage > a {
        width: calc(100% - 40px); }
      .nav-main-mobile .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
        color: rgba(255, 255, 255, 0.8); }
        .nav-main-mobile .fsNavLevel1 > li.fsNavCurrentPageAncestor > a:hover, .nav-main-mobile .fsNavLevel1 > li.fsNavCurrentPageAncestor > a:focus {
          color: #fff; }
  .nav-main-mobile .fsNavLevel2 a, .nav-main-mobile .fsNavLevel3 a, .nav-main-mobile .fsNavLevel4 a, .nav-main-mobile .fsNavLevel5 a,
  .nav-main-mobile .fsNavLevel6 a, .nav-main-mobile .fsNavLevel7 a, .nav-main-mobile .fsNavLevel8 a, .nav-main-mobile .fsNavLevel9 a {
    color: #fff; }
    .nav-main-mobile .fsNavLevel2 a:hover, .nav-main-mobile .fsNavLevel3 a:hover, .nav-main-mobile .fsNavLevel4 a:hover, .nav-main-mobile .fsNavLevel5 a:hover,
    .nav-main-mobile .fsNavLevel6 a:hover, .nav-main-mobile .fsNavLevel7 a:hover, .nav-main-mobile .fsNavLevel8 a:hover, .nav-main-mobile .fsNavLevel9 a:hover {
      color: rgba(255, 255, 255, 0.8); }
  .nav-main-mobile .fsNavLevel2 > li > a, .nav-main-mobile .fsNavLevel3 > li > a, .nav-main-mobile .fsNavLevel4 > li > a, .nav-main-mobile .fsNavLevel5 > li > a,
  .nav-main-mobile .fsNavLevel6 > li > a, .nav-main-mobile .fsNavLevel7 > li > a, .nav-main-mobile .fsNavLevel8 > li > a, .nav-main-mobile .fsNavLevel9 > li > a {
    display: block;
    padding: 7px 10px;
    line-height: 1.55; }
  .nav-main-mobile .fsNavLevel2 > li.fsNavParentPage > a, .nav-main-mobile .fsNavLevel3 > li.fsNavParentPage > a, .nav-main-mobile .fsNavLevel4 > li.fsNavParentPage > a, .nav-main-mobile .fsNavLevel5 > li.fsNavParentPage > a,
  .nav-main-mobile .fsNavLevel6 > li.fsNavParentPage > a, .nav-main-mobile .fsNavLevel7 > li.fsNavParentPage > a, .nav-main-mobile .fsNavLevel8 > li.fsNavParentPage > a, .nav-main-mobile .fsNavLevel9 > li.fsNavParentPage > a {
    width: calc(100% - 50px); }
  .nav-main-mobile .fsNavLevel2 > li.fsNavCurrentPage > a, .nav-main-mobile .fsNavLevel3 > li.fsNavCurrentPage > a, .nav-main-mobile .fsNavLevel4 > li.fsNavCurrentPage > a, .nav-main-mobile .fsNavLevel5 > li.fsNavCurrentPage > a,
  .nav-main-mobile .fsNavLevel6 > li.fsNavCurrentPage > a, .nav-main-mobile .fsNavLevel7 > li.fsNavCurrentPage > a, .nav-main-mobile .fsNavLevel8 > li.fsNavCurrentPage > a, .nav-main-mobile .fsNavLevel9 > li.fsNavCurrentPage > a {
    color: #7fd6f7; }
  .nav-main-mobile .fsNavLevel2 > li.fsNavCurrentPageAncestor > a, .nav-main-mobile .fsNavLevel3 > li.fsNavCurrentPageAncestor > a, .nav-main-mobile .fsNavLevel4 > li.fsNavCurrentPageAncestor > a, .nav-main-mobile .fsNavLevel5 > li.fsNavCurrentPageAncestor > a,
  .nav-main-mobile .fsNavLevel6 > li.fsNavCurrentPageAncestor > a, .nav-main-mobile .fsNavLevel7 > li.fsNavCurrentPageAncestor > a, .nav-main-mobile .fsNavLevel8 > li.fsNavCurrentPageAncestor > a, .nav-main-mobile .fsNavLevel9 > li.fsNavCurrentPageAncestor > a {
    color: rgba(255, 255, 255, 0.8); }
    .nav-main-mobile .fsNavLevel2 > li.fsNavCurrentPageAncestor > a:hover, .nav-main-mobile .fsNavLevel2 > li.fsNavCurrentPageAncestor > a:focus, .nav-main-mobile .fsNavLevel3 > li.fsNavCurrentPageAncestor > a:hover, .nav-main-mobile .fsNavLevel3 > li.fsNavCurrentPageAncestor > a:focus, .nav-main-mobile .fsNavLevel4 > li.fsNavCurrentPageAncestor > a:hover, .nav-main-mobile .fsNavLevel4 > li.fsNavCurrentPageAncestor > a:focus, .nav-main-mobile .fsNavLevel5 > li.fsNavCurrentPageAncestor > a:hover, .nav-main-mobile .fsNavLevel5 > li.fsNavCurrentPageAncestor > a:focus,
    .nav-main-mobile .fsNavLevel6 > li.fsNavCurrentPageAncestor > a:hover,
    .nav-main-mobile .fsNavLevel6 > li.fsNavCurrentPageAncestor > a:focus, .nav-main-mobile .fsNavLevel7 > li.fsNavCurrentPageAncestor > a:hover, .nav-main-mobile .fsNavLevel7 > li.fsNavCurrentPageAncestor > a:focus, .nav-main-mobile .fsNavLevel8 > li.fsNavCurrentPageAncestor > a:hover, .nav-main-mobile .fsNavLevel8 > li.fsNavCurrentPageAncestor > a:focus, .nav-main-mobile .fsNavLevel9 > li.fsNavCurrentPageAncestor > a:hover, .nav-main-mobile .fsNavLevel9 > li.fsNavCurrentPageAncestor > a:focus {
      color: #fff; }
  .nav-main-mobile .fsNavLevel2 {
    padding: 0 0 10px; }
  .nav-main-mobile .fsNavLevel3 > li > a {
    padding-left: 20px; }
  .nav-main-mobile .fsNavLevel4 > li > a {
    padding-left: 30px; }
  .nav-main-mobile .fsNavLevel5 > li > a {
    padding-left: 40px; }
  .nav-main-mobile .fsNavLevel6 > li > a {
    padding-left: 50px; }
  .nav-main-mobile .fsNavLevel7 > li > a {
    padding-left: 60px; }
  .nav-main-mobile .fsNavLevel8 > li > a {
    padding-left: 70px; }
  .nav-main-mobile .fsNavLevel9 > li > a {
    padding-left: 80px; }
  .nav-main-mobile .open:not(.fsNavCurrentPageAncestor) > .mobile-toggle:before, .nav-main-mobile .fsNavCurrentPageAncestor:not(.open) > .mobile-toggle:before {
    transform: translate3d(-50%, 0, 0) rotate(45deg); }
  .nav-main-mobile .open:not(.fsNavCurrentPageAncestor) > .fsNavPageInfo, .nav-main-mobile .fsNavCurrentPageAncestor:not(.open) > .fsNavPageInfo {
    display: block; }

.mobile-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: transparent; }
  .mobile-toggle:before {
    content: "";
    font-family: "IcoMoon";
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    top: 0;
    transition: .3s; }
  .mobile-toggle:hover:before {
    color: rgba(255, 255, 255, 0.8);
    transition: .3s; }

.mobile-utility-nav {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 1.3; }
  .mobile-utility-nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .mobile-utility-nav li {
    margin-bottom: 0; }
    .mobile-utility-nav li.header-athletics > a:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: inline-block;
      margin-left: 3px;
      font-weight: 800;
      -ms-transform: translateY(1px);
      transform: translateY(1px); }
    .mobile-utility-nav li.header-login {
      padding-left: 10px;
      margin-top: 10px; }
      .mobile-utility-nav li.header-login > a {
        margin-top: 0;
        font-family: "futura-pt", sans-serif;
        font-weight: 700;
        color: #003767;
        font-size: 15px;
        line-height: 1.2;
        text-transform: uppercase;
        letter-spacing: .1em;
        margin-bottom: 20px;
        display: inline-block;
        margin: 0 0 10px;
        padding: 10px 15px;
        color: #fff;
        outline: #fff;
        border-radius: 0;
        position: relative;
        transition: .3s;
        background-color: transparent;
        border: solid 1px #fff;
        text-align: center;
        margin: 0;
        opacity: .8; }
        .mobile-utility-nav li.header-login > a:hover, .mobile-utility-nav li.header-login > a:focus {
          color: #fff;
          transition: .3s;
          background-color: transparent;
          box-shadow: inset 0 0 0 1px #fff; }
        .mobile-utility-nav li.header-login > a em {
          display: block;
          font-style: normal; }
        .mobile-utility-nav li.header-login > a:hover {
          opacity: 1; }
    .mobile-utility-nav li.fsNavParentPage > a:after {
      content: "";
      font-family: "IcoMoon";
      font-size: 11px;
      margin-left: 5px;
      vertical-align: top; }
  .mobile-utility-nav a {
    color: rgba(255, 255, 255, 0.8);
    padding: 7px 10px;
    display: block; }
    .mobile-utility-nav a:hover {
      color: #7fd6f7; }
  .mobile-utility-nav .fsNavPageInfo {
    display: none; }

.nav-sub-horizontal {
  width: 100%;
  background-color: #fff;
  font-family: "futura-pt", sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0;
  border-bottom: solid 1px #cecfd0;
  border-top: solid 1px #cecfd0;
  padding: 0;
  display: none; }
  @media (min-width: 800px) {
    .nav-sub-horizontal {
      display: block; } }
  .nav-sub-horizontal > header {
    display: none; }
  .nav-sub-horizontal > .fsElementContent {
    position: relative;
    margin: 0 auto;
    width: 1180px;
    max-width: calc(100% - 40px); }
    @media (min-width: 900px) {
      .nav-sub-horizontal > .fsElementContent {
        max-width: calc(100% - 60px); } }
  .nav-sub-horizontal.nav-empty {
    display: none; }
  .nav-sub-horizontal ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-sub-horizontal ul li {
      margin: 3px 10px; }
      .nav-sub-horizontal ul li.fsNavCurrentPage > a, .nav-sub-horizontal ul li.fsNavCurrentPageAncestor > a {
        color: #00aeef; }
        .nav-sub-horizontal ul li.fsNavCurrentPage > a:after, .nav-sub-horizontal ul li.fsNavCurrentPageAncestor > a:after {
          height: 3px;
          transition: .3s; }
      .nav-sub-horizontal ul li a {
        display: block;
        padding: 5px 10px;
        color: #505154;
        position: relative; }
        .nav-sub-horizontal ul li a:after {
          content: '';
          position: absolute;
          left: 50%;
          transform: translate3d(-50%, 0, 0);
          top: calc(100% - 3px);
          width: 20px;
          height: 0;
          background-color: #00aeef;
          transition: .3s; }
        .nav-sub-horizontal ul li a:hover, .nav-sub-horizontal ul li a:focus {
          color: #00aeef; }
          .nav-sub-horizontal ul li a:hover:after, .nav-sub-horizontal ul li a:focus:after {
            height: 3px;
            transition: .3s; }
  .nav-sub-horizontal .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 0; }

.nav-tier {
  background-color: rgba(157, 159, 162, 0.07);
  border: solid 1px #cecfd0;
  border-bottom: none;
  font-family: "futura-pt", sans-serif;
  font-size: 19px;
  line-height: 1.16;
  position: relative;
  padding-top: 4px;
  display: none; }
  @media (min-width: 800px) {
    .nav-tier {
      display: block; } }
  .nav-tier header > h2 {
    padding: 10px 15px 0px; }
  .nav-tier:before {
    content: '';
    width: calc(100% + 2px);
    height: 5px;
    background-color: #00aeef;
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 2; }
  .nav-tier.header {
    display: block;
    background-color: #fff;
    margin-bottom: 0;
    width: 100%;
    padding: 20px 20px 25px;
    border: none; }
    .nav-tier.header:before {
      display: none; }
    @media (min-width: 800px) {
      .nav-tier.header {
        display: none; } }
  body:not(.fsComposeMode) .nav-tier.nav-sub-empty {
    display: none !important; }
  .nav-tier ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .nav-tier ul li {
      margin-bottom: 0; }
      .nav-tier ul li > .fsNavPageInfo {
        display: none; }
      .nav-tier ul li.fsNavCurrentPage > .fsNavPageInfo, .nav-tier ul li.fsNavCurrentPageAncestor > .fsNavPageInfo {
        display: block; }
      .nav-tier ul li.fsNavCurrentPage {
        position: relative;
        display: block; }
        .nav-tier ul li.fsNavCurrentPage:before {
          content: '';
          position: absolute;
          left: -10px;
          top: -1px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 26px 10px 26px 0;
          border-color: transparent #cecfd0 transparent transparent; }
        .nav-tier ul li.fsNavCurrentPage:after {
          content: '';
          position: absolute;
          left: -9px;
          top: 0;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 25px 10px 25px 0;
          border-color: transparent #fff transparent transparent; }
        .nav-tier ul li.fsNavCurrentPage > a {
          color: #00aeef;
          background-color: #fff; }
      .nav-tier ul li.fsNavParentPage > a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: inline-block;
        font-size: 16px;
        color: #9d9fa2;
        margin-right: 5px;
        -ms-transform: translateY(1px);
        transform: translateY(1px); }
      .nav-tier ul li a {
        display: block;
        padding: 13px 20px 14px;
        color: #505154;
        border-bottom: solid 1px #cecfd0; }
        @media (min-width: 800px) {
          .nav-tier ul li a {
            padding: 13px 30px 14px; } }
        .nav-tier ul li a:hover, .nav-tier ul li a:focus {
          color: #9d9fa2; }
  .nav-tier .fsNavLevel2 > li > a {
    padding-left: 30px; }
    @media (min-width: 800px) {
      .nav-tier .fsNavLevel2 > li > a {
        padding-left: 40px; } }
  .nav-tier .fsNavLevel3 > li > a {
    padding-left: 40px; }
    @media (min-width: 800px) {
      .nav-tier .fsNavLevel3 > li > a {
        padding-left: 50px; } }
  .nav-tier .fsNavLevel4 > li > a {
    padding-left: 50px; }
    @media (min-width: 800px) {
      .nav-tier .fsNavLevel4 > li > a {
        padding-left: 60px; } }
  .nav-tier .fsNavLevel5 > li > a {
    padding-left: 60px; }
    @media (min-width: 800px) {
      .nav-tier .fsNavLevel5 > li > a {
        padding-left: 70px; } }
  .nav-tier .fsNavLevel6 > li > a {
    padding-left: 70px; }
    @media (min-width: 800px) {
      .nav-tier .fsNavLevel6 > li > a {
        padding-left: 80px; } }
  .nav-tier .fsNavLevel7 > li > a {
    padding-left: 80px; }
    @media (min-width: 800px) {
      .nav-tier .fsNavLevel7 > li > a {
        padding-left: 90px; } }
  .nav-tier.header > header {
    display: block; }
    @media (min-width: 800px) {
      .nav-tier.header > header {
        display: none; } }
    .nav-tier.header > header > .fsElementTitle {
      margin-top: 0;
      font-family: "futura-pt", sans-serif;
      font-weight: 700;
      color: #003767;
      font-size: 15px;
      line-height: 1.2;
      text-transform: uppercase;
      letter-spacing: .1em;
      margin-bottom: 20px;
      line-height: 1.3;
      position: relative;
      margin: 0;
      padding: 19px 20px 15px;
      cursor: pointer;
      background-color: rgba(80, 81, 84, 0.07);
      border: solid 1px #cecfd0;
      color: #505154; }
      .nav-tier.header > header > .fsElementTitle:before {
        content: '';
        width: calc(100% + 2px);
        left: -1px;
        top: -1px;
        height: 5px;
        position: absolute;
        background-color: #00aeef; }
      .nav-tier.header > header > .fsElementTitle:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #9d9fa2;
        display: inline-block;
        margin-left: 3px; }
      @media (min-width: 800px) {
        .nav-tier.header > header > .fsElementTitle {
          cursor: default; } }
  .nav-tier.header > .fsElementContent {
    border-left: solid 1px #cecfd0;
    border-right: solid 1px #cecfd0; }
    @media (max-width: 799px) {
      .nav-tier.header > .fsElementContent {
        height: auto;
        max-height: 0;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease; } }
    .nav-tier.header.active-sub-nav > .fsElementContent {
      max-height: 9999px;
      visibility: visible;
      opacity: 1; }
  .nav-tier.header ul li.fsNavCurrentPage:before,
  .nav-tier.header ul li.fsNavCurrentPage:after {
    display: none; }

.nav-social .fsNavLevel1 {
  font-size: 0; }
  .nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-social .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  .nav-social .fsNavLevel1 li {
    display: inline-block; }
    .nav-social .fsNavLevel1 li:not(:last-child) {
      margin-right: 14px; }
  .nav-social .fsNavLevel1 [href*='facebook']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='instagram']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='linkedin']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='pinterest']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='tumblr']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='twitter']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vimeo']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vine']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='youtube']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='rss']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='facebook']:hover {
    background: #3b5998;
    border-color: #3b5998; }
    .nav-social .fsNavLevel1 [href*='facebook']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='instagram']:hover {
    background: #3f729b;
    border-color: #3f729b; }
    .nav-social .fsNavLevel1 [href*='instagram']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='linkedin']:hover {
    background: #0077b5;
    border-color: #0077b5; }
    .nav-social .fsNavLevel1 [href*='linkedin']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='pinterest']:hover {
    background: #cc2127;
    border-color: #cc2127; }
    .nav-social .fsNavLevel1 [href*='pinterest']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='tumblr']:hover {
    background: #35465c;
    border-color: #35465c; }
    .nav-social .fsNavLevel1 [href*='tumblr']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='twitter']:hover {
    background: #55acee;
    border-color: #55acee; }
    .nav-social .fsNavLevel1 [href*='twitter']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='vimeo']:hover {
    background: #1ab7ea;
    border-color: #1ab7ea; }
    .nav-social .fsNavLevel1 [href*='vimeo']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='vine']:hover {
    background: #00b488;
    border-color: #00b488; }
    .nav-social .fsNavLevel1 [href*='vine']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='youtube']:hover {
    background: #cd201f;
    border-color: #cd201f; }
    .nav-social .fsNavLevel1 [href*='youtube']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='rss']:hover {
    background: #f26522;
    border-color: #f26522; }
    .nav-social .fsNavLevel1 [href*='rss']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 a {
    display: block;
    position: relative;
    border: 1px solid #d5ca9f;
    height: 45px;
    width: 45px;
    border-radius: 100%; }
    .nav-social .fsNavLevel1 a:before {
      color: rgba(255, 255, 255, 0.8);
      font-size: 18px;
      transition: 0.3s all;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.header-utility-container {
  margin-bottom: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 800;
  position: relative;
  padding-top: 10px;
  display: none; }
  @media (min-width: 650px) {
    .header-utility-container {
      display: block;
      margin-right: 70px; } }
  @media (min-width: 700px) {
    .header-utility-container {
      padding-top: 15px; } }
  @media (min-width: 800px) {
    .header-utility-container {
      padding-top: 30px;
      padding-right: 20px;
      margin-right: 0; } }
  @media (min-width: 900px) {
    .header-utility-container {
      padding-right: 30px; } }
  @media (min-width: 1080px) {
    .header-utility-container {
      padding-top: 20px;
      min-height: 60px; } }
  .header-utility-container > header {
    display: none; }
  .search-is-active .header-giving .header-utility-container .site-search {
    width: 435px; }

.header-utility-nav {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0; }
  .header-giving .header-utility-nav {
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 650px) {
      .header-giving .header-utility-nav {
        padding-top: 12px; } }
    @media (min-width: 900px) {
      .header-giving .header-utility-nav {
        padding-top: 5px; } }
    @media (min-width: 1080px) {
      .header-giving .header-utility-nav {
        padding-top: 10px;
        padding-bottom: 5px; } }
  .header-utility-nav a {
    color: #fff; }
    .header-giving .header-utility-nav a {
      font-size: 13px;
      letter-spacing: .1em;
      display: block;
      line-height: 1.2;
      text-transform: uppercase;
      opacity: .8;
      transition: .3s;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-align: center;
      align-items: center; }
      .header-giving .header-utility-nav a:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: inline-block;
        margin-left: 3px; }
      .header-giving .header-utility-nav a:hover {
        opacity: 1; }
  .header-utility-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .header-utility-nav ul.fsNavLevel1 {
      display: -ms-flexbox;
      display: flex; }
      .header-utility-nav ul.fsNavLevel1 > li {
        margin-left: 20px;
        margin-bottom: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media (min-width: 700px) {
          .header-utility-nav ul.fsNavLevel1 > li {
            margin-left: 30px; } }
        .header-utility-nav ul.fsNavLevel1 > li > a {
          font-size: 13px;
          letter-spacing: .1em;
          display: block;
          line-height: 1.2;
          text-transform: uppercase;
          opacity: .8;
          transition: .3s;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-positive: 1;
          flex-grow: 1;
          -ms-flex-align: center;
          align-items: center; }
        .header-utility-nav ul.fsNavLevel1 > li:hover > a {
          opacity: 1;
          transition: .3s; }
        .header-utility-nav ul.fsNavLevel1 > li.header-login > a {
          margin-top: 0;
          font-family: "futura-pt", sans-serif;
          font-weight: 700;
          color: #003767;
          font-size: 15px;
          line-height: 1.2;
          text-transform: uppercase;
          letter-spacing: .1em;
          margin-bottom: 20px;
          display: inline-block;
          margin: 0 0 10px;
          padding: 10px 15px;
          color: #9d9fa2;
          outline: #d5ca9f;
          border-radius: 0;
          position: relative;
          transition: .3s;
          background-color: transparent;
          border: solid 1px #d5ca9f;
          text-align: center;
          border: none !important;
          color: rgba(255, 255, 255, 0.8);
          opacity: 1;
          margin-bottom: 0;
          font-size: 13px; }
          .header-utility-nav ul.fsNavLevel1 > li.header-login > a:hover, .header-utility-nav ul.fsNavLevel1 > li.header-login > a:focus {
            color: #505154;
            transition: .3s;
            background-color: transparent;
            box-shadow: inset 0 0 0 1px #d5ca9f; }
          .header-utility-nav ul.fsNavLevel1 > li.header-login > a em {
            display: block;
            font-style: normal; }
          .header-utility-nav ul.fsNavLevel1 > li.header-login > a:hover, .header-utility-nav ul.fsNavLevel1 > li.header-login > a:focus {
            color: #fff;
            box-shadow: none !important; }
        .header-utility-nav ul.fsNavLevel1 > li.header-athletics {
          margin-left: 0; }
          .header-utility-nav ul.fsNavLevel1 > li.header-athletics > a:after {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            display: inline-block;
            margin-left: 3px; }
        .header-utility-nav ul.fsNavLevel1 > li.fsNavParentPage {
          position: relative; }
          .header-utility-nav ul.fsNavLevel1 > li.fsNavParentPage:hover > .fsNavPageInfo {
            opacity: 1;
            visibility: visible;
            transition: .3s;
            z-index: 300; }
        .header-utility-nav ul.fsNavLevel1 > li.apply-header > a {
          pointer-events: none;
          cursor: default; }
  .header-utility-nav .fsNavPageInfo {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    top: 100%;
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    transition: .3s; }
    .header-utility-nav .fsNavPageInfo > ul {
      margin-top: 10px;
      position: relative;
      background-color: #00a79d;
      padding: 19px 0;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      width: 205px; }
      .header-utility-nav .fsNavPageInfo > ul:before {
        content: '';
        position: absolute;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        top: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 12.5px 10px 12.5px;
        border-color: transparent transparent #00a79d transparent; }
      .header-utility-nav .fsNavPageInfo > ul > li {
        margin-bottom: 0; }
    .header-utility-nav .fsNavPageInfo a {
      display: block;
      font-weight: normal;
      font-size: 19px;
      font-weight: 300;
      line-height: 1.2;
      padding: 8px 30px; }
      .header-utility-nav .fsNavPageInfo a:hover {
        color: rgba(255, 255, 255, 0.7); }
  .header-utility-nav .fsElementFooterContent {
    margin-top: 0; }
  .header-utility-nav > footer {
    width: 35px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    cursor: pointer;
    position: relative;
    display: none; }
    @media (min-width: 700px) {
      .header-utility-nav > footer {
        margin-left: 9px; } }
    @media (min-width: 800px) {
      .header-utility-nav > footer {
        display: block; } }
    .header-utility-nav > footer:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #fff;
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      right: 0;
      font-size: 15px;
      line-height: 1;
      opacity: .8;
      transition: .3s; }
    .header-utility-nav > footer:hover:after {
      opacity: 1;
      transition: .3s; }

.nav-utility-footer .fsNavLevel1, .nav-utility-footer .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-utility-footer .fsNavLevel1 li {
  margin: 0;
  padding: 0; }

.nav-custom-programs {
  font-family: "futura-pt", sans-serif;
  font-weight: 300; }
  @media (min-width: 600px) {
    .nav-custom-programs {
      font-size: 19px;
      line-height: 22px; } }
  .nav-custom-programs > header {
    position: relative; }
    .nav-custom-programs > header:after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translate3d(-50%, 0, 0);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 14px 10px 14px;
      border-color: transparent transparent #003767 transparent;
      top: calc(100% + 10px);
      opacity: 0;
      visibility: hidden; }
    .nav-custom-programs > header .fsElementTitle {
      margin-bottom: 0;
      cursor: pointer;
      text-align: center;
      color: #594a42;
      background-color: rgba(213, 202, 159, 0.5);
      padding: 20px 10px;
      line-height: 1.4;
      font-size: 20px; }
      @media (min-width: 700px) {
        .nav-custom-programs > header .fsElementTitle {
          font-size: 18px; } }
      @media (min-width: 1000px) {
        .nav-custom-programs > header .fsElementTitle {
          font-size: 20px; } }
      .nav-custom-programs > header .fsElementTitle:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #af7c31;
        display: inline-block;
        margin-left: 10px;
        font-size: 18px;
        transition: .3s; }
  .nav-custom-programs > .fsElementContent {
    margin-top: 20px;
    height: 0;
    overflow: hidden; }
  .nav-custom-programs nav {
    width: 1400px;
    max-width: calc(100vw - 40px);
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    background-color: #003767;
    z-index: 200;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    box-shadow: 1px 1.7px 4px rgba(0, 0, 0, 0.1); }
  .nav-custom-programs .fsNavLevel1 {
    list-style: none;
    margin: 0; }
    .nav-custom-programs .fsNavLevel1 li {
      margin: 0; }
    .nav-custom-programs .fsNavLevel1 a {
      color: #fff;
      display: block;
      padding: 10px; }
      @media (min-width: 600px) {
        .nav-custom-programs .fsNavLevel1 a {
          padding: 14px 10px; } }
      .nav-custom-programs .fsNavLevel1 a:hover, .nav-custom-programs .fsNavLevel1 a:focus {
        color: #7fd6f7; }
  .nav-custom-programs .fsElementHeaderContent {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3333;
    margin-bottom: 0;
    padding: 30px 20px 20px;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
    @media (min-width: 600px) {
      .nav-custom-programs .fsElementHeaderContent {
        font-size: 24px; } }
    @media (min-width: 700px) {
      .nav-custom-programs .fsElementHeaderContent {
        padding: 40px 40px 20px; } }
    .nav-custom-programs .fsElementHeaderContent + .nav-program-wrapper {
      padding-top: 0; }
  .nav-custom-programs.open > header:after {
    opacity: 1;
    visibility: visible;
    transition: .3s; }
  .nav-custom-programs.open > header .fsElementTitle:after {
    -ms-transform: rotate(180deg) translateY(-3px);
    transform: rotate(180deg) translateY(-3px);
    transition: .3s; }
  .nav-custom-programs.open > .fsElementContent {
    height: auto; }
  .nav-custom-programs.open nav {
    opacity: 1;
    visibility: visible;
    transition: .3s; }
  .nav-custom-programs.open .fsElementHeaderContent,
  .nav-custom-programs.open .nav-program-wrapper {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: .3s ease-in .2s; }
  body.fsComposeMode .nav-custom-programs nav,
  body.fsComposeMode .nav-custom-programs .fsElementHeaderContent,
  body.fsComposeMode .nav-custom-programs header:after,
  body.fsComposeMode .nav-custom-programs .fsElementHeaderContent {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0);
    transform: translateY(0); }
  body.fsComposeMode .nav-custom-programs .fsElementHeaderContent {
    background-color: #003767; }
  body.fsComposeMode .nav-custom-programs nav {
    position: relative;
    max-width: 100%;
    left: 0; }
  body.fsComposeMode .nav-custom-programs > .fsElementContent {
    height: auto;
    margin-top: 0; }

.nav-program-wrapper {
  padding: 20px 20px 30px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  height: 230px; }
  @media (min-width: 700px) {
    .nav-program-wrapper {
      padding: 30px; } }
  @media (min-width: 900px) {
    .nav-program-wrapper {
      -ms-flex-direction: column;
      flex-direction: column; } }
  .nav-program-wrapper.mCS_no_scrollbar {
    height: auto; }
  .nav-program-wrapper .menu-col {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 900px) {
      .nav-program-wrapper .menu-col {
        width: 100%;
        -ms-flex-align: end;
        align-items: flex-end; } }
    @media (min-width: 900px) {
      .nav-program-wrapper .menu-col:last-child li {
        border-bottom: none; } }
    .nav-program-wrapper .menu-col li {
      display: block;
      border-bottom: solid 1px rgba(255, 255, 255, 0.3);
      width: 100%; }
      @media (min-width: 900px) {
        .nav-program-wrapper .menu-col li {
          width: calc(25% - 20px);
          margin-right: 20px; } }
      .nav-program-wrapper .menu-col li:last-child {
        margin-right: 0; }
  .nav-program-wrapper .mCSB_scrollTools {
    opacity: 1;
    width: 10px; }
    .nav-program-wrapper .mCSB_scrollTools .mCSB_draggerRail {
      width: 10px;
      border-radius: 5px;
      background-color: rgba(255, 255, 255, 0.3); }
    .nav-program-wrapper .mCSB_scrollTools .mCSB_dragger_bar {
      width: 10px;
      border-radius: 5px; }
  .nav-program-wrapper .mCSB_inside > .mCSB_container {
    margin-right: 30px; }
    @media (min-width: 600px) {
      .nav-program-wrapper .mCSB_inside > .mCSB_container {
        margin-right: 40px; } }
    @media (min-width: 900px) {
      .nav-program-wrapper .mCSB_inside > .mCSB_container {
        margin-right: 20px; } }
  .nav-program-wrapper .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0; }

.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 default layout */
.fsConstituent {
  word-break: break-word; }
  .fsConstituent .fsElementPagination {
    margin: 20px 0; }
  .fsConstituent .fsPhoto[style*="background-image"],
  .fsConstituent .fsProfileImage[style*="background-image"] {
    background-size: cover;
    background-position: center;
    display: inline-block; }
    .fsConstituent .fsPhoto[style*="background-image"] > img,
    .fsConstituent .fsProfileImage[style*="background-image"] > img {
      opacity: 0;
      visibility: hidden; }
  .fsConstituent .fsFullName a {
    color: inherit; }
    .fsConstituent .fsFullName a:hover {
      color: #7fd6f7; }
  .fsConstituent .fsTitle {
    font-family: "adriane", Georgia, serif;
    color: #505154; }
  .fsConstituent[class*="fsThumbnailAlign"] .fsPhoto img,
  .fsConstituent[class*="fsThumbnailAlign"] .fsProfileImage img {
    float: none;
    margin: 0; }
  .fsConstituent.fsThumbnailAlignLeft .fsPhoto,
  .fsConstituent.fsThumbnailAlignLeft .fsProfileImage {
    float: left;
    padding-right: 0; }
  .fsConstituent.fsThumbnailAlignRight .fsPhoto,
  .fsConstituent.fsThumbnailAlignRight .fsProfileImage {
    float: right;
    padding-left: 0; }

.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile > div,
  .fsConstituentProfile > h3 {
    margin-bottom: 20px; }
  .fsConstituentProfile > div > strong {
    display: block; }

.fsConstituent.constituent-slideshow {
  margin: 60px auto 75px;
  position: relative; }
  .fsConstituent.constituent-slideshow > header {
    max-width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
    z-index: 5; }
    .fsConstituent.constituent-slideshow > header .fsElementTitle {
      display: block;
      text-align: center;
      font-family: "futura-pt", sans-serif;
      font-size: 18px;
      font-weight: 800;
      line-height: 22px;
      text-transform: uppercase;
      letter-spacing: .1em;
      color: #003767;
      padding-bottom: 20px;
      margin-bottom: 20px;
      margin-top: 30px;
      position: relative;
      margin-top: 0;
      margin-bottom: 30px;
      letter-spacing: .1rem; }
      .fsConstituent.constituent-slideshow > header .fsElementTitle:after {
        content: '';
        width: 40px;
        position: absolute;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        bottom: 0;
        height: 4px;
        background-color: #cecfd0; }
      @media (min-width: 700px) {
        .fsConstituent.constituent-slideshow > header .fsElementTitle {
          margin-bottom: 50px;
          letter-spacing: .1em; } }
  .fsConstituent.constituent-slideshow .fsConstituentColumnLayout_1 {
    position: relative;
    margin: 0;
    display: block; }
  .fsConstituent.constituent-slideshow .fsElementPagination {
    display: none; }
  .fsConstituent.constituent-slideshow .fsConstituentItem {
    float: left;
    margin: 0;
    padding: 0;
    min-height: 250px;
    position: relative; }
    .fsConstituent.constituent-slideshow .fsConstituentItem.fsHasPhoto .fsPhoto {
      width: 250px;
      height: 250px;
      overflow: hidden;
      background-size: cover;
      background-position: center;
      left: 0;
      top: 0; }
      .fsConstituent.constituent-slideshow .fsConstituentItem.fsHasPhoto .fsPhoto img {
        opacity: 0;
        visibility: hidden; }
    .fsConstituent.constituent-slideshow .fsConstituentItem h3 {
      font-size: 24px; }
    .fsConstituent.constituent-slideshow .fsConstituentItem .fsDepartments {
      font-style: italic; }
  .fsConstituent.constituent-slideshow > .const-slideshow-wrapper {
    position: relative;
    min-height: 250px; }
  .fsConstituent.constituent-slideshow .const-main-slideshow {
    background-color: #fff;
    position: relative;
    z-index: 5;
    width: 250px; }
    @media (min-width: 700px) {
      .fsConstituent.constituent-slideshow .const-main-slideshow {
        width: calc(100% - 50px); } }
    @media (min-width: 1000px) {
      .fsConstituent.constituent-slideshow .const-main-slideshow {
        width: 67.5vw; } }
    @media (min-width: 1180px) {
      .fsConstituent.constituent-slideshow .const-main-slideshow {
        width: 940px; } }
    .fsConstituent.constituent-slideshow .const-main-slideshow .slick-slide {
      position: relative; }
      @media (min-width: 700px) {
        .fsConstituent.constituent-slideshow .const-main-slideshow .slick-slide {
          padding-left: 270px;
          padding-top: 30px;
          padding-bottom: 60px;
          padding-right: 40px; } }
      @media (min-width: 800px) {
        .fsConstituent.constituent-slideshow .const-main-slideshow .slick-slide {
          padding-left: 280px; } }
      @media (min-width: 900px) {
        .fsConstituent.constituent-slideshow .const-main-slideshow .slick-slide {
          padding-left: 300px; } }
      @media (min-width: 1000px) {
        .fsConstituent.constituent-slideshow .const-main-slideshow .slick-slide {
          padding-left: 270px;
          padding-right: 0; } }
      @media (min-width: 1180px) {
        .fsConstituent.constituent-slideshow .const-main-slideshow .slick-slide {
          padding-left: 300px; } }
      .fsConstituent.constituent-slideshow .const-main-slideshow .slick-slide:before {
        content: '';
        width: 250px;
        height: 250px;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #003767;
        display: none;
        background-image: url("../images/constituent-fallback.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
        @media (min-width: 700px) {
          .fsConstituent.constituent-slideshow .const-main-slideshow .slick-slide:before {
            display: block; } }
      .fsConstituent.constituent-slideshow .const-main-slideshow .slick-slide.fsHasPhoto:before {
        display: none; }
      @media (min-width: 700px) {
        .fsConstituent.constituent-slideshow .const-main-slideshow .slick-slide.fsHasPhoto .fsPhoto {
          position: absolute; } }
  .fsConstituent.constituent-slideshow .const-image-slideshow {
    position: absolute;
    top: 0;
    height: 250px;
    width: 520px;
    left: 255px; }
    @media (min-width: 700px) {
      .fsConstituent.constituent-slideshow .const-image-slideshow {
        left: calc(100% - 45px); } }
    @media (min-width: 1000px) {
      .fsConstituent.constituent-slideshow .const-image-slideshow {
        width: 780px;
        left: calc(67.5vw - 5px); } }
    @media (min-width: 1180px) {
      .fsConstituent.constituent-slideshow .const-image-slideshow {
        left: 935px; } }
    .fsConstituent.constituent-slideshow .const-image-slideshow:before {
      content: '';
      width: 100vw;
      height: 100%;
      position: absolute;
      right: calc(100% - 5px);
      top: 0;
      background-color: #fff;
      z-index: 3; }
    .fsConstituent.constituent-slideshow .const-image-slideshow .fsConstituentItem {
      width: 250px;
      background-color: #003767;
      margin-left: 5px;
      margin-right: 5px;
      position: relative;
      background-image: url("../images/constituent-fallback.jpg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      .fsConstituent.constituent-slideshow .const-image-slideshow .fsConstituentItem:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #003767;
        opacity: .6;
        z-index: 3; }
      .fsConstituent.constituent-slideshow .const-image-slideshow .fsConstituentItem.fsHasPhoto .fsPhoto {
        position: absolute; }
      .fsConstituent.constituent-slideshow .const-image-slideshow .fsConstituentItem > div:not(.fsPhoto),
      .fsConstituent.constituent-slideshow .const-image-slideshow .fsConstituentItem > h3 {
        opacity: 0;
        visibility: hidden; }
    .fsConstituent.constituent-slideshow .const-image-slideshow .slick-list {
      overflow: visible; }
  .fsConstituent.constituent-slideshow .slick-arrow {
    position: absolute;
    width: 45px;
    height: 45px;
    border: 1px solid #d5ca9f;
    border-radius: 100%;
    background: #fff;
    overflow: hidden;
    color: transparent;
    z-index: 20;
    padding: 0;
    top: 130px;
    left: 232px; }
    @media (min-width: 700px) {
      .fsConstituent.constituent-slideshow .slick-arrow {
        top: auto;
        bottom: 70px;
        left: calc(100% - 63px); } }
    @media (min-width: 1000px) {
      .fsConstituent.constituent-slideshow .slick-arrow {
        bottom: 0; } }
    .fsConstituent.constituent-slideshow .slick-arrow:before {
      color: #505154;
      font-size: 16px;
      transition: opacity .3s;
      display: inline-block;
      line-height: 1;
      width: auto;
      height: auto;
      opacity: .5;
      position: absolute;
      font-family: "IcoMoon";
      font-weight: normal; }
    .fsConstituent.constituent-slideshow .slick-arrow.slick-prev:before, .fsConstituent.constituent-slideshow .slick-arrow.slick-next:before {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate3d(-50%, -50%, 0); }
    .fsConstituent.constituent-slideshow .slick-arrow:hover, .fsConstituent.constituent-slideshow .slick-arrow:focus {
      outline: transparent; }
      .fsConstituent.constituent-slideshow .slick-arrow:hover:before, .fsConstituent.constituent-slideshow .slick-arrow:focus:before {
        opacity: 1;
        transition: opacity .3s; }
  @media (min-width: 1000px) {
    .fsConstituent.constituent-slideshow .slick-prev {
      left: calc(67.5vw - 125px); } }
  @media (min-width: 1180px) {
    .fsConstituent.constituent-slideshow .slick-prev {
      left: 790px; } }
  .fsConstituent.constituent-slideshow .slick-prev:before {
    content: ""; }
  .fsConstituent.constituent-slideshow .slick-next {
    top: 75px; }
    @media (min-width: 700px) {
      .fsConstituent.constituent-slideshow .slick-next {
        bottom: 125px;
        top: auto; } }
    @media (min-width: 1000px) {
      .fsConstituent.constituent-slideshow .slick-next {
        left: calc(67.5vw - 70px);
        bottom: 0; } }
    @media (min-width: 1180px) {
      .fsConstituent.constituent-slideshow .slick-next {
        left: 845px; } }
    .fsConstituent.constituent-slideshow .slick-next:before {
      content: ""; }
  body.fsComposeMode .fsConstituent.constituent-slideshow > .fsElementContent {
    width: 940px;
    background-color: #fff;
    position: relative;
    z-index: 5; }
    body.fsComposeMode .fsConstituent.constituent-slideshow > .fsElementContent .fsConstituentItem {
      padding-left: 300px;
      padding-top: 30px;
      padding-bottom: 60px;
      position: relative; }
      body.fsComposeMode .fsConstituent.constituent-slideshow > .fsElementContent .fsConstituentItem:before {
        content: '';
        width: 250px;
        height: 250px;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #003767; }

/*! elements - constituent default layout */
.fsConstituent .fsConstituentItem {
  float: none;
  width: calc(100% - 20px);
  margin: 0 auto 40px; }

.fsConstituent.fsThumbnailAlignLeft .fsPhoto {
  margin-right: 10px;
  margin-bottom: 10px; }

.fsConstituent.fsThumbnailAlignRight .fsPhoto {
  margin-left: 10px;
  margin-bottom: 10px; }

.fsConstituentItem {
  padding-left: 10px;
  padding-right: 10px; }
  .fsConstituentItem > h3,
  .fsConstituentItem > div {
    margin-bottom: 10px; }
    .fsConstituentItem > h3:last-child,
    .fsConstituentItem > div:last-child {
      margin-bottom: 0; }
  .fsConstituentItem .fsPhoto img {
    display: block; }

div[class^="fsConstituentColumnLayout"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px; }

@media (min-width: 600px) {
  .fsConstituentColumnLayout_2 .fsConstituentItem,
  .fsConstituentColumnLayout_3 .fsConstituentItem,
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px; } }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_3 .fsConstituentItem,
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(33.33% - 20px); } }

@media (min-width: 1000px) {
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(25% - 20px); } }

/*! elements - constituent profile */
.fsConstituent.fsProfile .fsFullName {
  margin-bottom: 20px; }

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
  margin: 0 0 20px 0;
  padding: 0;
  float: none; }

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
  float: none;
  width: 100%; }
  @media (min-width: 800px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
      padding: 0; } }

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3:first-child, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3:first-child, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3:first-child, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3:first-child {
  padding: 0; }

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage {
  float: none; }
  @media (min-width: 600px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage {
      max-width: 40%; } }

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto .fsProfileImage {
    max-width: 512px; } }

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    max-width: 25%; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto .fsProfileImage {
    max-width: 128px; } }

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSection:after, .fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSection:after {
  display: none; }

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSectionData, .fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSectionData {
  float: none;
  display: block;
  width: 100%; }
  .fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSectionData > div, .fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSectionData > div {
    clear: none; }

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    margin-right: 20px;
    float: left; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3 {
    padding-left: calc(40% + 20px); } }

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-left: 532px; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3 {
    padding-left: calc(25% + 20px); } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-left: 148px; } }

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    margin-left: 20px;
    float: right; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3 {
    padding-right: calc(40% + 20px); } }

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-right: 532px; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
    padding-right: calc(25% + 20px); } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-right: 148px; } }

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

.fsProfileSection {
  margin-bottom: 20px; }
  .fsProfileSection h4 {
    margin: 0 0 1rem 0; }

.fsProfileSectionData {
  margin-bottom: 1em; }
  .fsProfileSectionData:last-child {
    margin-bottom: 0; }
  .fsProfileSectionData.fsTitle {
    font-weight: inherit;
    font-size: 17px;
    line-height: 25px; }
  .fsProfileSectionData > div {
    width: auto;
    float: none;
    display: block; }
  .fsProfileSectionData.fsStyleHalf {
    width: 100%; }
    @media (min-width: 600px) {
      .fsProfileSectionData.fsStyleHalf {
        width: 50%; } }

.fsProfileSectionSpecialData > div {
  width: auto;
  float: none;
  display: block; }

.fsProfileSectionSpecialData div[id^="fsEmail"] {
  display: inline-block; }

.fsProfileSectionFieldName,
.fsEmail > div:first-child {
  font-weight: 700; }

/*! elements - constituent search */
.fsConstituent.fsSearch {
  overflow: hidden; }
  .fsConstituent.fsSearch + .fsConstituent {
    border-top: solid 1px #cecfd0;
    margin-top: 20px;
    padding-top: 20px; }

.fsConstituentSearchForm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .fsConstituentSearchForm > label {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .fsConstituentSearchForm > label > span {
      margin-bottom: 2px; }
    .fsConstituentSearchForm > label > select,
    .fsConstituentSearchForm > label > input {
      border: solid 1px #cecfd0;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .fsConstituentSearchForm > label > select {
      height: 33px;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; }
  .fsConstituentSearchForm [type*='submit'] {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 10px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsConstituentSearchForm [type*='submit'] {
        width: auto; } }

/*! elements - constituent default layout */
.fsConstituent.fsElementDialog .fsProfileImage:first-child {
  margin-top: 1em; }

.fsConstituent.fsElementDialog .fsProfileImage img {
  float: none;
  margin: 0; }

.fsConstituent .fsDialogContent {
  padding-top: 45px; }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
  margin: 0 0 20px 0;
  padding: 0;
  float: none; }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
  float: none;
  width: 100%; }
  @media (min-width: 800px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
      padding: 0; } }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3:first-child, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3:first-child, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3:first-child, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3:first-child {
  padding: 0; }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage {
  float: none; }
  @media (min-width: 600px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage {
      max-width: 40%; } }

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
    max-width: 25%; } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage {
    max-width: 128px; } }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSection:after, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSection:after {
  display: none; }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData {
  float: none;
  display: block;
  width: 100%; }
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData > div, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData > div {
    clear: none; }

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage {
    margin-right: 20px;
    float: left; } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3 {
    padding-left: calc(40% + 20px); } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3 {
    padding-left: calc(25% + 20px); } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle > h3 {
    padding-left: 148px; } }

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
    margin-left: 20px;
    float: right; } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3 {
    padding-right: calc(40% + 20px); } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
    padding-right: calc(25% + 20px); } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle > h3 {
    padding-right: 148px; } }

/*! elements - accordion */
.fsAccordion .fsPanel, .fsTabs .fsPanel {
  border-bottom: solid 1px #cecfd0; }
  .fsAccordion .fsPanel:first-of-type, .fsTabs .fsPanel:first-of-type {
    border-top: solid 1px #cecfd0; }
  .fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
    cursor: pointer;
    background: transparent;
    transition: .3s;
    position: relative; }
    .fsAccordion .fsPanel > header:before, .fsTabs .fsPanel > header:before {
      content: '';
      position: absolute;
      top: -1px;
      height: calc(100% + 2px);
      width: 0;
      background-color: #00aeef;
      transition: .3s; }
    .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
      font-size: 13px;
      text-transform: uppercase;
      font-family: "futura-pt", sans-serif;
      line-height: 1.3;
      letter-spacing: .1em;
      color: #505154;
      margin-bottom: 0;
      display: block;
      padding: 22px 20px;
      color: #505154;
      transition: .3s;
      font-weight: 700;
      position: relative; }
      .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
        transition: none; }
    .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
      background: rgba(157, 159, 162, 0.07);
      transition: .3s; }
      .fsAccordion .fsPanel > header:hover:before, .fsTabs .fsPanel > header:hover:before, .fsAccordion .fsPanel > header:hover:after, .fsTabs .fsPanel > header:hover:after {
        width: 4px;
        transition: .3s; }
      .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
        color: #505154;
        transition: .3s; }
  .fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
    background: transparent; }
    .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
      color: #505154; }
      .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
        content: ""; }
  .fsAccordion .fsPanel > .fsElementContent, .fsTabs .fsPanel > .fsElementContent {
    padding: 0 20px 20px; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 18px;
  font-family: "IcoMoon";
  color: #00aeef;
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  content: ""; }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 18px;
  font-family: "IcoMoon";
  color: #00aeef;
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  content: ""; }

.teal.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .teal.fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.teal.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.teal.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  color: #fff; }

.teal.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .teal.fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.teal.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.teal.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  color: #fff; }

.fsPanelIconBefore.fsAccordion .fsPanel > header:before, .fsPanelIconBefore.fsTabs .fsPanel > header:before {
  left: 0; }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 40px; }
  .fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
    left: 5px;
    transition: .3s; }

.fsPanelIconBefore.fsAccordion .fsPanel > header:hover h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header:hover h2:before {
  left: 10px;
  transition: .3s; }

.fsPanelIconBefore.fsAccordion .fsPanel > .fsElementContent, .fsPanelIconBefore.fsTabs .fsPanel > .fsElementContent {
  padding-left: 40px; }

.fsPanelIconAfter.fsAccordion .fsPanel > header:before, .fsPanelIconAfter.fsTabs .fsPanel > header:before {
  right: 0; }

.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: 5px;
    transition: .3s; }

.fsPanelIconAfter.fsAccordion .fsPanel > header:hover h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header:hover h2:after {
  right: 10px;
  transition: .3s; }

.fsPanelIconAfter.fsAccordion .fsPanel > .fsElementContent, .fsPanelIconAfter.fsTabs .fsPanel > .fsElementContent {
  padding-right: 40px; }

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

.fsAccordion {
  margin-bottom: 20px; }

.fsAccordion.teal .fsPanel > header:before,
.fsTabs.teal .fsPanel > header:before {
  background-color: #fff; }

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent > .fsElementContent {
  width: 100%; }

.fsAthleticsEvent .fsAlertFeeds {
  margin-bottom: 10px; }

.fsAthleticsEvent .fsElementEventIcon {
  display: inline-block;
  max-width: 100%; }

.fsAthleticsEvent .fsTitle {
  display: inline-block;
  color: #003767;
  margin-bottom: 0; }
  .fsAthleticsEvent .fsTitle a {
    color: inherit; }

.fsAthleticsEvent .fsAthleticsOpponents {
  display: inline;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  line-height: 22px; }

.fsAthleticsEvent .fsAthleticsOpponentNames {
  display: inline-block; }

.fsAthleticsEvent .fsAthleticsDismissal,
.fsAthleticsEvent .fsAthleticsDeparture,
.fsAthleticsEvent .fsAthleticsReturn,
.fsAthleticsEvent .fsAthleticsPickup {
  margin-top: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  color: #003767;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 20px;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 10px; }
  .fsAthleticsEvent .fsAthleticsDismissal .fsDateTime,
  .fsAthleticsEvent .fsAthleticsDeparture .fsDateTime,
  .fsAthleticsEvent .fsAthleticsReturn .fsDateTime,
  .fsAthleticsEvent .fsAthleticsPickup .fsDateTime {
    display: inline-block; }

.fsAthleticsEvent .fsAthleticsEventReadMoreLink {
  display: inline-block;
  margin-top: 10px; }

.fsAthleticsEvent article > div {
  margin-top: 10px; }
  .fsAthleticsEvent article > div.fsDateTime {
    margin-top: 0; }
    .fsAthleticsEvent article > div.fsDateTime + .fsTitle {
      margin-top: 2px; }

/*! elements - athletics events - list subtype */
.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 .fsAthleticsOpponentNames {
  display: inline; }

/*! elements - athletics events */
/*! elements - athletics events - table*/
.fsAthleticsEvent.fsTable > .fsElementContent {
  overflow: auto; }

@media (max-width: 800px) {
  .fsAthleticsEvent.fsTable .fsElementTable thead {
    display: none; } }

.fsAthleticsEvent.fsTable .fsElementTable thead th {
  display: table-cell;
  text-transform: none;
  letter-spacing: 0; }

.fsAthleticsEvent.fsTable .fsElementTable td {
  display: table-cell;
  font-family: "futura-pt", sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0; }
  .fsAthleticsEvent.fsTable .fsElementTable td > span {
    display: none; }
  .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle {
    color: #505154; }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable td {
      display: block;
      width: 100%;
      padding: 2px 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:not(:last-child) {
        border: 0; }
      .fsAthleticsEvent.fsTable .fsElementTable td:first-of-type {
        padding-top: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:last-of-type {
        padding-bottom: 10px;
        border-right: none;
        border-top: none; }
      .fsAthleticsEvent.fsTable .fsElementTable td:before {
        display: inline-block;
        font-weight: 700;
        color: #00a79d; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
        content: 'Team: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents {
        display: block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents:before {
          content: 'Opponent: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate:before {
        content: 'Date: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime:before {
        content: 'Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsLocations:before {
        content: 'Location: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAdvantage:before {
        content: 'Advantage: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsEventType:before {
        content: 'Type: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails:before {
        content: 'Details: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsResult:before {
        content: 'Result: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsScore:before {
        content: 'Score: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAlerts:before {
        content: 'Alerts: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDismissal:before {
        content: 'Dismissal: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDeparture:before {
        content: 'Departure: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsReturn:before {
        content: 'Return Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsPickup:before {
        content: 'Pickup Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsRecap:before {
        content: 'Recap: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus:before {
        content: 'Status: '; } }

.fsAthleticsEvent.fsTable .fsElementTable .fsDateTime,
.fsAthleticsEvent.fsTable .fsElementTable .fsDate {
  font-weight: normal;
  color: #505154;
  font-size: 17px;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0; }

/*! elements - athletics popup modal */
.fsAthleticsEvent.fsDialog {
  margin: auto; }

.fsDialogContent .fsAthleticsContainer {
  margin-top: 5px; }

.fsDialogContent .fsAthleticsItem {
  margin-bottom: 5px; }

/*! elements - athletics roster */
.fsAthleticsRoster .fsElementTable td:before, .fsAthleticsRosterList li > div:before {
  margin-right: 5px;
  display: inline-block;
  font-weight: 700;
  color: #d5ca9f; }

.fsAthleticsRoster .fsElementTable td.fsRosterPlayerNumber:before, .fsAthleticsRosterList li > div.fsRosterPlayerNumber:before {
  content: 'Number: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterName:before, .fsAthleticsRosterList li > div.fsRosterName:before {
  content: 'Name: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterPosition:before, .fsAthleticsRosterList li > div.fsRosterPosition:before {
  content: 'Position: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterClass:before, .fsAthleticsRosterList li > div.fsRosterClass:before {
  content: 'Class: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterGradeLevel:before, .fsAthleticsRosterList li > div.fsRosterGradeLevel:before {
  content: 'Grade: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterHometown:before, .fsAthleticsRosterList li > div.fsRosterHometown:before {
  content: 'Hometown: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterHeight:before, .fsAthleticsRosterList li > div.fsRosterHeight:before {
  content: 'Height: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterWeight:before, .fsAthleticsRosterList li > div.fsRosterWeight:before {
  content: 'Weight: '; }

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable thead {
    display: none; } }

@media (min-width: 800px) {
  .fsAthleticsRoster .fsElementTable td:before {
    display: none; } }

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px; }
    .fsAthleticsRoster .fsElementTable td:not(:last-child) {
      border: 0; }
    .fsAthleticsRoster .fsElementTable td:first-of-type {
      padding-top: 10px; }
    .fsAthleticsRoster .fsElementTable td:last-of-type {
      padding-bottom: 10px; } }

.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 {
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: solid 1px #cecfd0; }
  .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; }

/*! elements - athletics teams */
.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; }

.fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

.fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
      float: right; } }

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */
.fsCalendar .fsEventDetails > div:first-child {
  margin-top: 10px; }

.fsCalendar .fsEventDetails > div:last-child {
  margin-bottom: 0; }

.fsCalendar .fsEventDetails:empty {
  margin-top: 0; }

.fsCalendar .fsTimeRange {
  font-style: italic;
  margin-bottom: 0; }

.fsCalendar .fsLocation {
  font-style: italic;
  margin-bottom: 10px; }

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

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */
.fsCalendar.fsList .fsListItems + button {
  margin-top: 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: 18px; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle:hover {
    color: #7fd6f7; }
  .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; }
    .flexbox .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      .flexbox .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
        height: auto;
        -ms-flex-positive: 1;
        flex-grow: 1; } }

.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;
  margin-top: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  color: #003767;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 20px;
  margin-bottom: 0; }
  .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; }

.fsCalendarEventGrid .fsCalendarWeekdays {
  color: #d5ca9f;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-family: "futura-pt", sans-serif;
  font-weight: 800; }

.fsCalendarEventGrid .fsCalendarRow .fsCalendarToday {
  background-color: rgba(213, 202, 159, 0.3); }

.fsCalendarEventGrid .fsCalendarRow .fsCalendarOutOfRange {
  background-color: rgba(157, 159, 162, 0.07); }

.fsCalendarGridControlBar .fsCalendarNextMonth::before,
.fsCalendarGridControlBar .fsCalendarPrevMonth::before {
  margin-top: -3px; }

@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.has-info {
        background-color: rgba(0, 55, 103, 0.12); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(0, 55, 103, 0.2); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(0, 55, 103, 0.05); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
          position: relative;
          min-height: 0;
          height: 25px;
          border: 1px solid #EDEDED; }
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
            background-color: rgba(0, 55, 103, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(0, 55, 103, 0.3); }
      .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 {
    margin-top: 0;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    color: #003767;
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 20px;
    display: inline-block;
    margin: 0 0 10px;
    padding: 10px 15px;
    color: #9d9fa2;
    outline: #d5ca9f;
    border-radius: 0;
    position: relative;
    transition: .3s;
    background-color: transparent;
    border: solid 1px #d5ca9f;
    text-align: center;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus {
      color: #505154;
      transition: .3s;
      background-color: transparent;
      box-shadow: inset 0 0 0 1px #d5ca9f; }
    .scroll-up span em {
      display: block;
      font-style: normal; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

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

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

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

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

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -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 .fsAlertFeeds {
  float: none; }

@media (min-width: 800px) {
  .fsCalendar.fsSlideshowHorizontal {
    margin-top: 50px;
    margin-bottom: 70px; } }

.fsCalendar.fsSlideshowHorizontal:first-child {
  margin-top: 0; }

.fsCalendar.fsSlideshowHorizontal article {
  position: relative;
  padding-left: 30px;
  padding-top: 0;
  padding-right: 25px; }
  .fsCalendar.fsSlideshowHorizontal article:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: calc(100% - 15px);
    background-color: #d5ca9f;
    opacity: .5; }

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.title-styled > header .fsElementTitle {
  display: block;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #003767;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 30px;
  position: relative; }
  .title-styled > header .fsElementTitle:after {
    content: '';
    width: 40px;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    bottom: 0;
    height: 4px;
    background-color: #cecfd0; }

.module.blue, .module.teal, .module.cyan, .module.orange {
  padding: 30px;
  color: #fff; }
  .module.blue h1, .module.teal h1, .module.cyan h1, .module.orange h1, .module.blue h2, .module.teal h2, .module.cyan h2, .module.orange h2, .module.blue h3, .module.teal h3, .module.cyan h3, .module.orange h3, .module.blue h4, .module.teal h4, .module.cyan h4, .module.orange h4, .module.blue h5, .module.teal h5, .module.cyan h5, .module.orange h5, .module.blue h6, .module.teal h6, .module.cyan h6, .module.orange h6 {
    color: inherit; }
  .module.blue .fs_style_31, .module.teal .fs_style_31, .module.cyan .fs_style_31, .module.orange .fs_style_31 {
    text-decoration: none;
    color: #fff; }
    .module.blue .fs_style_31:after, .module.teal .fs_style_31:after, .module.cyan .fs_style_31:after, .module.orange .fs_style_31:after {
      color: #fff; }
    .module.blue .fs_style_31:hover, .module.teal .fs_style_31:hover, .module.cyan .fs_style_31:hover, .module.orange .fs_style_31:hover {
      color: #fff; }
  .module.blue .lead-in, .module.teal .lead-in, .module.cyan .lead-in, .module.orange .lead-in,
  .module.blue .fs_style_24,
  .module.teal .fs_style_24,
  .module.cyan .fs_style_24,
  .module.orange .fs_style_24 {
    color: #fff; }
  .module.blue .fs_style_28, .module.teal .fs_style_28, .module.cyan .fs_style_28, .module.orange .fs_style_28,
  .module.blue .fs_style_29,
  .module.teal .fs_style_29,
  .module.cyan .fs_style_29,
  .module.orange .fs_style_29 {
    color: rgba(255, 255, 255, 0.8); }
    .module.blue .fs_style_28:hover, .module.teal .fs_style_28:hover, .module.cyan .fs_style_28:hover, .module.orange .fs_style_28:hover,
    .module.blue .fs_style_29:hover,
    .module.teal .fs_style_29:hover,
    .module.cyan .fs_style_29:hover,
    .module.orange .fs_style_29:hover {
      color: #fff; }
  body:not(.fsComposeMode) .fsContainer.module.blue .fsContent > .fsElementContent, body:not(.fsComposeMode) .fsContainer.module.teal .fsContent > .fsElementContent, body:not(.fsComposeMode) .fsContainer.module.cyan .fsContent > .fsElementContent, body:not(.fsComposeMode) .fsContainer.module.orange .fsContent > .fsElementContent {
    zoom: 1; }
    body:not(.fsComposeMode) .fsContainer.module.blue .fsContent > .fsElementContent:after, body:not(.fsComposeMode) .fsContainer.module.teal .fsContent > .fsElementContent:after, body:not(.fsComposeMode) .fsContainer.module.cyan .fsContent > .fsElementContent:after, body:not(.fsComposeMode) .fsContainer.module.orange .fsContent > .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }

.module > header .fsElementTitle, .fsTabs.custom-course-tabs > header .fsElementTitle {
  padding-bottom: 20px;
  position: relative; }
  .module > header .fsElementTitle:after, .fsTabs.custom-course-tabs > header .fsElementTitle:after {
    content: '';
    width: 50px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .5;
    background-color: #fff; }

.module.blue {
  background-color: #003767; }

.module.cyan {
  background-color: #00aeef; }

.module.orange {
  background-color: #e98824; }

.module.teal {
  background-color: #00a79d; }

.module.cyan a:not(.re-icon), .module.orange a:not(.re-icon), .module.teal a:not(.re-icon) {
  color: #fff;
  text-decoration: underline;
  transition: .3s; }
  .module.cyan a:not(.re-icon):hover, .module.orange a:not(.re-icon):hover, .module.teal a:not(.re-icon):hover {
    color: rgba(255, 255, 255, 0.5);
    transition: .3s; }
  .module.cyan a:not(.re-icon).fs_style_31, .module.cyan a:not(.re-icon).fs_style_28, .module.orange a:not(.re-icon).fs_style_31, .module.orange a:not(.re-icon).fs_style_28, .module.teal a:not(.re-icon).fs_style_31, .module.teal a:not(.re-icon).fs_style_28 {
    text-decoration: none; }

.module.tan {
  padding: 30px;
  background-color: rgba(213, 202, 159, 0.3); }
  .module.tan > header .fsElementTitle:after {
    background-color: #af7c31; }

.element-styled {
  border: solid 1px #cecfd0;
  position: relative;
  padding-top: 30px;
  padding-bottom: 15px;
  margin: 50px 0; }
  .element-styled:before {
    content: '';
    font-family: "IcoMoon";
    font-size: 34px;
    line-height: 1;
    position: absolute;
    left: 25px;
    top: -20px;
    display: block;
    background-color: #fff;
    color: #00a79d;
    padding: 0 5px; }
  .element-styled .fsElementEmpty {
    padding: 10px 20px 20px; }
  .element-styled article {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px; }
    @media (min-width: 800px) {
      .element-styled article {
        padding-left: 30px;
        padding-right: 30px; } }
    .element-styled article > div:last-child {
      margin-bottom: 0; }
  .element-styled .fsListItems:last-of-type > article:last-of-type {
    padding-bottom: 20px; }
  .element-styled .fsDayContainer:last-of-type > article:last-of-type {
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: none; }
  .element-styled > header {
    border-bottom: solid 1px #cecfd0;
    margin-bottom: 20px;
    padding: 0 20px 20px; }
    @media (min-width: 800px) {
      .element-styled > header {
        padding: 0 30px 20px; } }
    .element-styled > header .fsElementTitle:last-child {
      margin-bottom: 0; }
  .element-styled > footer {
    border-top: solid 1px #cecfd0;
    margin-top: 5px;
    padding: 15px 15px 0; }
    @media (min-width: 800px) {
      .element-styled > footer {
        padding: 15px 30px 0; } }
  .element-styled .fsElementFooterContent {
    margin-top: 0; }
  .element-styled .fsElementHeaderContent {
    margin-bottom: 0; }
  .fsSharedContainer.element-styled > .fsContainer > header, .fsSharedContainer.accreditations-container.element-styled > .fsContainer > header {
    border-bottom: solid 1px #cecfd0;
    margin-bottom: 25px;
    padding: 0 20px 20px; }
    @media (min-width: 800px) {
      .fsSharedContainer.element-styled > .fsContainer > header, .fsSharedContainer.accreditations-container.element-styled > .fsContainer > header {
        padding: 0 30px 20px; } }
    .fsSharedContainer.element-styled > .fsContainer > header .fsElementTitle:last-child, .fsSharedContainer.accreditations-container.element-styled > .fsContainer > header .fsElementTitle:last-child {
      margin-bottom: 0; }
  .fsSharedContainer.element-styled > .fsContainer > footer, .fsSharedContainer.accreditations-container.element-styled > .fsContainer > footer {
    border-top: solid 1px #cecfd0;
    margin-top: 5px;
    padding: 15px 15px 0; }
    @media (min-width: 800px) {
      .fsSharedContainer.element-styled > .fsContainer > footer, .fsSharedContainer.accreditations-container.element-styled > .fsContainer > footer {
        padding: 15px 30px 0; } }

.element-styled.fsCalendar:before {
  content: ""; }

.element-styled.fsNews:before, .element-styled.fsPostElement:before {
  content: "";
  font-size: 44px;
  top: -24px;
  padding: 0; }

.element-styled.fsNews article, .element-styled.fsPostElement article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .element-styled.fsNews article:after, .element-styled.fsPostElement article:after {
    display: none; }
  .element-styled.fsNews article > div,
  .element-styled.fsNews article > a, .element-styled.fsPostElement article > div,
  .element-styled.fsPostElement article > a {
    -ms-flex-order: 5;
    order: 5; }
  .element-styled.fsNews article > .fsDateTime, .element-styled.fsPostElement article > .fsDateTime {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 10px; }
  .element-styled.fsNews article > .fsTitle, .element-styled.fsPostElement article > .fsTitle {
    -ms-flex-order: 2;
    order: 2; }

.element-styled.fsNews.fsSlideshow article, .element-styled.fsPostElement.fsSlideshow article {
  display: block; }
  .element-styled.fsNews.fsSlideshow article .fsThumbnail, .element-styled.fsPostElement.fsSlideshow article .fsThumbnail {
    margin-bottom: 0; }

.element-styled.fsNews.fsSlideshow .fsPrevButton.fsLeftArrow:before, .element-styled.fsPostElement.fsSlideshow .fsPrevButton.fsLeftArrow:before {
  left: 10px; }

.element-styled.fsNews.fsSlideshow .fsNextButton.fsRightArrow:before, .element-styled.fsPostElement.fsSlideshow .fsNextButton.fsRightArrow:before {
  right: 10px; }

.element-styled.fsNews.fsSlideshow .fsElementSlideshow[data-slides-to-show="1"], .element-styled.fsPostElement.fsSlideshow .fsElementSlideshow[data-slides-to-show="1"] {
  padding-left: 40px;
  padding-right: 40px; }
  .element-styled.fsNews.fsSlideshow .fsElementSlideshow[data-slides-to-show="1"] article, .element-styled.fsPostElement.fsSlideshow .fsElementSlideshow[data-slides-to-show="1"] article {
    padding-left: 0;
    padding-right: 0; }

.home .element-styled.slideshow .slick-slide {
  height: auto; }

.element-styled.slideshow .slick-slide:focus {
  outline: transparent;
  background-color: #fff; }

.element-styled.slideshow .slick-slide article {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .element-styled.slideshow .slick-slide article > div, .element-styled.slideshow .slick-slide article > a {
    width: 100%; }

.home .element-styled.slideshow article {
  -ms-flex-positive: 1;
  flex-grow: 1; }

.element-styled.slideshow article:last-child {
  margin-bottom: 0;
  border-bottom: none; }

.element-styled.slideshow .slick-dots {
  text-align: right; }
  @media (min-width: 800px) {
    .element-styled.slideshow .slick-dots {
      padding: 0 0 0 14px; } }
  .element-styled.slideshow .slick-dots li {
    vertical-align: super; }

.element-styled.slideshow footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 9px; }
  @media (min-width: 800px) {
    .element-styled.slideshow footer {
      padding-right: 16px; } }

.element-styled.accreditations-container > header {
  margin-bottom: 25px; }

.accreditation-content {
  border-bottom: solid 1px #cecfd0;
  margin-bottom: 25px;
  padding: 0 20px 25px; }
  @media (min-width: 800px) {
    .accreditation-content {
      padding: 0 30px 25px; } }
  .accreditation-content:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px; }
  body:not(.fsComposeMode) .accreditation-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    body:not(.fsComposeMode) .accreditation-content > header {
      width: 60px;
      margin-right: 10px; }
      @media (min-width: 800px) {
        body:not(.fsComposeMode) .accreditation-content > header {
          margin-right: 20px;
          width: 90px; } }
      body:not(.fsComposeMode) .accreditation-content > header img {
        display: block;
        width: 100%; }
    body:not(.fsComposeMode) .accreditation-content > .fsElementContent {
      display: none; }
    body:not(.fsComposeMode) .accreditation-content > footer {
      font-family: "futura-pt", sans-serif;
      font-size: 19px;
      font-weight: 300;
      line-height: 22px;
      width: calc(100% - 90px); }
      body:not(.fsComposeMode) .accreditation-content > footer a {
        color: #505154; }

.background-image-callout {
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  padding: 40px; }
  @media (min-width: 500px) {
    .background-image-callout {
      padding: 60px; } }
  @media (min-width: 700px) {
    .background-image-callout {
      padding: calc(3.5vw + 20px) calc(4vw + 20px); } }
  @media (min-width: 800px) {
    .background-image-callout {
      margin-top: 80px;
      margin-bottom: 70px;
      padding: calc(3.5vw + 30px) calc(4vw + 30px); } }
  @media (min-width: 1100px) {
    .background-image-callout {
      padding: 80px 90px; } }
  .background-image-callout a {
    color: rgba(255, 255, 255, 0.8); }
    .background-image-callout a:hover, .background-image-callout a:focus {
      color: #fff; }
  .background-image-callout:before {
    content: '';
    position: absolute;
    background-color: #003767;
    opacity: .8;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    left: 20px;
    top: 20px; }
    @media (min-width: 500px) {
      .background-image-callout:before {
        width: calc(100% - 60px);
        height: calc(100% - 60px);
        left: 30px;
        top: 30px; } }
    @media (min-width: 700px) {
      .background-image-callout:before {
        width: calc(100% - 8vw);
        height: calc(100% - 7vw);
        left: 4vw;
        top: 3.5vw; } }
    @media (min-width: 1100px) {
      .background-image-callout:before {
        width: calc(100% - 120px);
        height: calc(100% - 100px);
        left: 60px;
        top: 50px; } }
  .background-image-callout > header,
  .background-image-callout > .fsElementContent,
  .background-image-callout > footer {
    position: relative; }
  .background-image-callout .fsElementTitle {
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
    color: #fff; }
    .background-image-callout .fsElementTitle:after {
      content: '';
      width: 50px;
      height: 5px;
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #fff;
      opacity: .5; }
  .background-image-callout .fsElementFooterContent {
    margin-top: 30px; }

/*! elements - forms */
textarea,
input,
select {
  padding: 5px;
  max-width: 100%; }
  textarea:focus,
  input:focus,
  select:focus {
    outline: 0;
    box-shadow: inset 0 0 0 1px #cecfd0; }

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed body {
    margin: 0; }
  .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: #00aeef;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #7fd6f7; }
    .fsComposerFormEmbed form .required {
      color: #003767; }
    .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;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: start;
      align-items: flex-start; }
      .fsComposerFormEmbed form .pageBreak:after {
        display: table;
        clear: both;
        content: ''; }
      .fsComposerFormEmbed form .pageBreak .nextPage {
        margin-bottom: 5px; }
      .fsComposerFormEmbed form .pageBreak .nextPage, .fsComposerFormEmbed form .pageBreak .prevPage {
        background: none;
        border: none;
        color: #00aeef;
        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: #7fd6f7;
          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: transparent !important;
      text-shadow: none;
      font-size: inherit;
      float: left;
      line-height: 1;
      border-radius: 0;
      color: #9d9fa2 !important;
      border: solid 1px #d5ca9f !important;
      margin-top: 0;
      font-family: "futura-pt", sans-serif;
      font-weight: 700;
      color: #003767;
      font-size: 15px;
      line-height: 1.2;
      text-transform: uppercase;
      letter-spacing: .1em;
      margin-bottom: 20px;
      display: inline-block;
      margin: 0 0 10px;
      padding: 10px 15px;
      color: #9d9fa2;
      outline: #d5ca9f;
      border-radius: 0;
      position: relative;
      transition: .3s;
      background-color: transparent;
      border: solid 1px #d5ca9f;
      text-align: center; }
      .fsComposerFormEmbed form .submitBtn:hover, .fsComposerFormEmbed form .submitBtn:focus {
        color: #505154;
        transition: .3s;
        background-color: transparent;
        box-shadow: inset 0 0 0 1px #d5ca9f; }
      .fsComposerFormEmbed form .submitBtn em {
        display: block;
        font-style: normal; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        color: #505154 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "futura-pt", 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: #cecfd0; }

:-moz-placeholder {
  color: #cecfd0; }

::-moz-placeholder {
  color: #cecfd0; }

:-ms-input-placeholder {
  color: #cecfd0; }

form .mainGroupSub .saveForLaterPanel {
  padding: 0px; }

/*! elements - login */
.fsLogin .fsLoginMainView,
.fsLogin .fsLoginForgotView,
.fsLogin .fsLoginNewView,
.fsLogin .fsResetPasswordView, .fsAccount .fsLoginMainView,
.fsAccount .fsLoginForgotView,
.fsAccount .fsLoginNewView,
.fsAccount .fsResetPasswordView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after,
  .fsLogin .fsLoginForgotView:after,
  .fsLogin .fsLoginNewView:after,
  .fsLogin .fsResetPasswordView:after, .fsAccount .fsLoginMainView:after,
  .fsAccount .fsLoginForgotView:after,
  .fsAccount .fsLoginNewView:after,
  .fsAccount .fsResetPasswordView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3,
  .fsLogin .fsLoginForgotView h3,
  .fsLogin .fsLoginNewView h3,
  .fsLogin .fsResetPasswordView h3, .fsAccount .fsLoginMainView h3,
  .fsAccount .fsLoginForgotView h3,
  .fsAccount .fsLoginNewView h3,
  .fsAccount .fsResetPasswordView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span,
  .fsLogin .fsLoginForgotView span,
  .fsLogin .fsLoginNewView span,
  .fsLogin .fsResetPasswordView span, .fsAccount .fsLoginMainView span,
  .fsAccount .fsLoginForgotView span,
  .fsAccount .fsLoginNewView span,
  .fsAccount .fsResetPasswordView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginMainView button,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView button,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsLoginNewView button,
  .fsLogin .fsResetPasswordView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView button, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginMainView button,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView button,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsLoginNewView button,
  .fsAccount .fsResetPasswordView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView button {
    margin-top: 0;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    color: #003767;
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 20px;
    display: inline-block;
    margin: 0 0 10px;
    padding: 10px 15px;
    color: #9d9fa2;
    outline: #d5ca9f;
    border-radius: 0;
    position: relative;
    transition: .3s;
    background-color: transparent;
    border: solid 1px #d5ca9f;
    text-align: center; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView .fsLoginSubmit:focus,
    .fsLogin .fsLoginMainView button:hover,
    .fsLogin .fsLoginMainView button:focus,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:hover,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:focus,
    .fsLogin .fsLoginForgotView button:hover,
    .fsLogin .fsLoginForgotView button:focus,
    .fsLogin .fsLoginNewView .fsLoginSubmit:hover,
    .fsLogin .fsLoginNewView .fsLoginSubmit:focus,
    .fsLogin .fsLoginNewView button:hover,
    .fsLogin .fsLoginNewView button:focus,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:hover,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:focus,
    .fsLogin .fsResetPasswordView button:hover,
    .fsLogin .fsResetPasswordView button:focus, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:focus,
    .fsAccount .fsLoginMainView button:hover,
    .fsAccount .fsLoginMainView button:focus,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:hover,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:focus,
    .fsAccount .fsLoginForgotView button:hover,
    .fsAccount .fsLoginForgotView button:focus,
    .fsAccount .fsLoginNewView .fsLoginSubmit:hover,
    .fsAccount .fsLoginNewView .fsLoginSubmit:focus,
    .fsAccount .fsLoginNewView button:hover,
    .fsAccount .fsLoginNewView button:focus,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:hover,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:focus,
    .fsAccount .fsResetPasswordView button:hover,
    .fsAccount .fsResetPasswordView button:focus {
      color: #505154;
      transition: .3s;
      background-color: transparent;
      box-shadow: inset 0 0 0 1px #d5ca9f; }
    .fsLogin .fsLoginMainView .fsLoginSubmit em,
    .fsLogin .fsLoginMainView button em,
    .fsLogin .fsLoginForgotView .fsLoginSubmit em,
    .fsLogin .fsLoginForgotView button em,
    .fsLogin .fsLoginNewView .fsLoginSubmit em,
    .fsLogin .fsLoginNewView button em,
    .fsLogin .fsResetPasswordView .fsLoginSubmit em,
    .fsLogin .fsResetPasswordView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em,
    .fsAccount .fsLoginMainView button em,
    .fsAccount .fsLoginForgotView .fsLoginSubmit em,
    .fsAccount .fsLoginForgotView button em,
    .fsAccount .fsLoginNewView .fsLoginSubmit em,
    .fsAccount .fsLoginNewView button em,
    .fsAccount .fsResetPasswordView .fsLoginSubmit em,
    .fsAccount .fsResetPasswordView button em {
      display: block;
      font-style: normal; }
    .fsLogin .fsLoginMainView .fsLoginSubmit + button,
    .fsLogin .fsLoginMainView button + button,
    .fsLogin .fsLoginForgotView .fsLoginSubmit + button,
    .fsLogin .fsLoginForgotView button + button,
    .fsLogin .fsLoginNewView .fsLoginSubmit + button,
    .fsLogin .fsLoginNewView button + button,
    .fsLogin .fsResetPasswordView .fsLoginSubmit + button,
    .fsLogin .fsResetPasswordView button + button, .fsAccount .fsLoginMainView .fsLoginSubmit + button,
    .fsAccount .fsLoginMainView button + button,
    .fsAccount .fsLoginForgotView .fsLoginSubmit + button,
    .fsAccount .fsLoginForgotView button + button,
    .fsAccount .fsLoginNewView .fsLoginSubmit + button,
    .fsAccount .fsLoginNewView button + button,
    .fsAccount .fsResetPasswordView .fsLoginSubmit + button,
    .fsAccount .fsResetPasswordView button + button {
      margin-left: 10px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginMainView .fsLoginNewAccountLink,
  .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginForgotView .fsLoginNewAccountLink,
  .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginNewView .fsLoginNewAccountLink,
  .fsLogin .fsResetPasswordView .fsLoginForgotPasswordLink,
  .fsLogin .fsResetPasswordView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginMainView .fsLoginNewAccountLink,
  .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginForgotView .fsLoginNewAccountLink,
  .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginNewView .fsLoginNewAccountLink,
  .fsAccount .fsResetPasswordView .fsLoginForgotPasswordLink,
  .fsAccount .fsResetPasswordView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

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

.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 .fsLoginNewSuccess button, .fsAccount .fsLoginNewSuccess button {
  margin-top: 20px; }

.fsLogin .fsResetPasswordFields > div, .fsAccount .fsResetPasswordFields > div {
  margin-bottom: 20px; }
  .fsLogin .fsResetPasswordFields > div:last-child, .fsAccount .fsResetPasswordFields > div:last-child {
    margin-bottom: 0; }

.fsLogin .fsResetPasswordFields label > span, .fsAccount .fsResetPasswordFields label > span {
  display: block; }

.fsLogin .fsResetPasswordFields label > input, .fsAccount .fsResetPasswordFields label > input {
  margin-bottom: 20px; }

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

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccount .fsAccountLogout a {
    margin-top: 0;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    color: #003767;
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 20px;
    display: inline-block;
    margin: 0 0 10px;
    padding: 10px 15px;
    color: #9d9fa2;
    outline: #d5ca9f;
    border-radius: 0;
    position: relative;
    transition: .3s;
    background-color: transparent;
    border: solid 1px #d5ca9f;
    text-align: center; }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus {
      color: #505154;
      transition: .3s;
      background-color: transparent;
      box-shadow: inset 0 0 0 1px #d5ca9f; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal; }

.fsMediaContainer {
  font-family: "futura-pt", sans-serif; }

.fsMedia.fsPlayer .fsMediaPlayOverlay::before,
.fsMediaGallery:not([data-mediatype="1"]) .fsMediaPlayOverlay::before {
  box-shadow: none;
  border: 1px solid white;
  border-radius: 0;
  background-color: #00aeef;
  content: '';
  display: inline-block;
  position: absolute;
  left: auto;
  top: auto;
  transition: .3s;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px; }
  @media (min-width: 600px) {
    .fsMedia.fsPlayer .fsMediaPlayOverlay::before,
    .fsMediaGallery:not([data-mediatype="1"]) .fsMediaPlayOverlay::before {
      width: 70px;
      height: 70px;
      bottom: 30px;
      right: 30px; } }

.fsMedia.fsPlayer .fsMediaPlayOverlay:hover::before,
.fsMediaGallery:not([data-mediatype="1"]) .fsMediaPlayOverlay:hover::before {
  background-color: rgba(0, 174, 239, 0.7);
  box-shadow: none;
  transition: .3s; }

.fsMedia.fsPlayer .fsMediaPlayOverlay::after,
.fsMediaGallery:not([data-mediatype="1"]) .fsMediaPlayOverlay::after {
  transition: none;
  border-radius: 0;
  content: '';
  display: inline-block;
  height: 0;
  margin: auto;
  position: absolute;
  left: auto;
  top: auto;
  -ms-transform: none;
  transform: none;
  width: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  opacity: 1;
  right: 41px;
  bottom: 42px;
  border-width: 8px 0 8px 16px; }
  @media (min-width: 600px) {
    .fsMedia.fsPlayer .fsMediaPlayOverlay::after,
    .fsMediaGallery:not([data-mediatype="1"]) .fsMediaPlayOverlay::after {
      right: 55px;
      bottom: 53px;
      border-width: 12px 0 12px 20px; } }

.fsMedia.fsPlayer .fsMediaPlayOverlay:hover::after,
.fsMediaGallery:not([data-mediatype="1"]) .fsMediaPlayOverlay:hover::after {
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  left: auto;
  border-width: 8px 0 8px 16px;
  right: 41px; }
  @media (min-width: 600px) {
    .fsMedia.fsPlayer .fsMediaPlayOverlay:hover::after,
    .fsMediaGallery:not([data-mediatype="1"]) .fsMediaPlayOverlay:hover::after {
      border-width: 12px 0 12px 20px;
      right: 55px; } }

.fsMediaCustomPlayer {
  background: none;
  position: relative; }
  .fsMediaCustomPlayer article {
    background-position: center;
    background-size: cover;
    outline: 0;
    position: relative; }
    .fsMediaCustomPlayer article img {
      opacity: 0;
      visibility: hidden; }
  .fsMediaCustomPlayer .caption-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    font-family: "futura-pt", sans-serif;
    font-size: 17px;
    left: 0;
    line-height: 25px;
    padding: 10px;
    position: absolute;
    width: 100%; }
    @media (min-width: 800px) {
      .fsMediaCustomPlayer .caption-wrapper {
        padding: 20px; } }
    .fsMediaCustomPlayer .caption-wrapper a {
      color: rgba(255, 255, 255, 0.5); }
      .fsMediaCustomPlayer .caption-wrapper a:hover {
        text-decoration: underline; }
  @media (min-width: 800px) {
    .fsMediaCustomPlayer .caption-title {
      margin-top: 0;
      font-family: "futura-pt", sans-serif;
      font-weight: 700;
      color: #003767;
      font-size: 24px;
      line-height: 1.333;
      margin-bottom: 20px;
      margin-bottom: 0; } }
  .fsMediaCustomPlayer .caption-desc {
    display: none; }
    @media (min-width: 800px) {
      .fsMediaCustomPlayer .caption-desc {
        display: block; } }
    .fsMediaCustomPlayer .caption-desc p:last-child {
      margin-bottom: 0; }
    .fsMediaCustomPlayer .caption-desc:empty {
      display: none; }

.custom-video {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1030px;
  margin: 50px auto;
  max-width: 100%;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 800px) {
    .custom-video {
      display: -ms-flexbox;
      display: flex;
      margin: 90px auto; } }
  .custom-video .fsMediaContainer {
    box-shadow: 5px -5px 0px 0px rgba(129, 163, 184, 0.5); }
    @media (min-width: 600px) {
      .custom-video .fsMediaContainer {
        box-shadow: 10px -10px 0px 0px rgba(129, 163, 184, 0.5); } }
  .custom-video > header {
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .custom-video > header {
        margin-bottom: 30px; } }
    @media (min-width: 800px) {
      .custom-video > header {
        width: 22.33%;
        padding: 0 30px;
        min-width: 230px;
        margin-bottom: 0; } }
    .custom-video > header .fsElementTitle {
      margin-top: 0;
      font-family: "futura-pt", sans-serif;
      font-weight: 700;
      color: #003767;
      font-size: 15px;
      line-height: 1.2;
      text-transform: uppercase;
      letter-spacing: .1em;
      margin-bottom: 20px;
      color: #81a3b8;
      margin-bottom: 0; }
    .custom-video > header .fsElementHeaderContent strong {
      display: block;
      margin-top: 0;
      font-family: "futura-pt", sans-serif;
      font-weight: 700;
      color: #003767;
      font-size: 24px;
      line-height: 1.333;
      margin-bottom: 20px; }
      .custom-video > header .fsElementHeaderContent strong + br {
        display: none; }
  .custom-video > .fsElementContent {
    padding-right: 5px; }
    @media (min-width: 600px) {
      .custom-video > .fsElementContent {
        padding-right: 10px; } }
    @media (min-width: 800px) {
      .custom-video > .fsElementContent {
        padding-right: 20px;
        width: 77.666%;
        max-width: calc(100% - 230px); } }
  .custom-video .fsMediaTitle {
    display: none; }

.timeline-enhancement.main {
  position: relative; }
  @media (min-width: 700px) {
    .timeline-enhancement.main {
      width: 100vw;
      margin-left: 50%;
      transform: translate3d(-50%, 0, 0);
      margin-top: 90px; } }
  .fsComposeMode .timeline-enhancement.main {
    width: 100%;
    margin-left: 0;
    transform: translate3d(0, 0, 0); }
  .timeline-enhancement.main > header .fsElementTitle {
    display: block;
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #003767;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
    position: relative;
    margin-bottom: 40px;
    margin-top: 0; }
    .timeline-enhancement.main > header .fsElementTitle:after {
      content: '';
      width: 40px;
      position: absolute;
      left: 50%;
      transform: translate3d(-50%, 0, 0);
      bottom: 0;
      height: 4px;
      background-color: #cecfd0; }
    @media (min-width: 700px) {
      .timeline-enhancement.main > header .fsElementTitle {
        margin-top: 30px;
        margin-bottom: 50px; } }
  @media (min-width: 700px) {
    .timeline-enhancement.main .slick-list,
    .timeline-enhancement.main .fsMediaCustomPlayer {
      overflow: visible; } }
  @media (min-width: 700px) {
    .timeline-enhancement.main .slick-track {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; } }

.timeline-enhancement.nav {
  margin-top: 40px; }
  @media (min-width: 500px) {
    .timeline-enhancement.nav {
      margin-top: 60px; } }
  .timeline-enhancement.nav > header {
    display: none; }
  .timeline-enhancement.nav > .fsElementContent {
    padding: 0 55px; }
  .timeline-enhancement.nav .fsMediaCustomPlayer {
    overflow: visible; }
  .timeline-enhancement.nav .slick-list:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: 1px;
    width: 100%;
    background-color: #cecfd0; }

.timeline-enhancement .slick-arrow {
  position: absolute;
  top: -16px;
  width: 45px;
  height: 45px;
  border: 1px solid #d5ca9f;
  border-radius: 100%;
  background: #fff;
  overflow: hidden;
  color: transparent;
  z-index: 20;
  padding: 0; }
  .timeline-enhancement .slick-arrow:before {
    color: #505154;
    font-size: 16px;
    transition: opacity .3s;
    display: inline-block;
    line-height: 1;
    width: auto;
    height: auto;
    opacity: .5;
    position: absolute;
    font-family: "IcoMoon";
    font-weight: normal; }
  .timeline-enhancement .slick-arrow.slick-prev:before, .timeline-enhancement .slick-arrow.slick-next:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0); }
  .timeline-enhancement .slick-arrow:hover, .timeline-enhancement .slick-arrow:focus {
    outline: transparent; }
    .timeline-enhancement .slick-arrow:hover:before, .timeline-enhancement .slick-arrow:focus:before {
      opacity: 1;
      transition: opacity .3s; }

.timeline-enhancement .slick-prev {
  left: -55px; }
  .timeline-enhancement .slick-prev:before {
    content: ""; }

.timeline-enhancement .slick-next {
  left: auto;
  right: -55px; }
  .timeline-enhancement .slick-next:before {
    content: ""; }

.timeline-slide {
  background: none !important;
  position: relative; }
  @media (min-width: 700px) {
    .timeline-slide {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 20px 0; } }
  @media (min-width: 1100px) {
    .timeline-slide {
      padding: 0; } }

.timeline-image {
  background-size: cover;
  background-position: center;
  min-height: 45vw; }
  @media (min-width: 700px) {
    .timeline-image {
      width: 50%;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      min-height: auto; } }
  @media (min-width: 1100px) {
    .timeline-image {
      min-height: 360px;
      position: relative;
      top: auto;
      height: auto; } }
  @media (min-width: 700px) {
    .timeline-image img {
      opacity: 0;
      visibility: hidden;
      max-height: 100%; } }

.timeline-content {
  background-color: rgba(0, 55, 103, 0.94);
  color: #fff;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 20px; }
  @media (min-width: 700px) {
    .timeline-content {
      padding: 50px;
      min-height: 22.222vw;
      width: calc(50% + 20px);
      margin-left: calc(50% - 20px); } }
  @media (min-width: 1100px) {
    .timeline-content {
      padding: 30px 75px;
      min-height: 320px;
      margin-left: -20px; } }
  .timeline-content > div {
    max-width: 550px; }

.timeline-year {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  font-family: "futura-pt", sans-serif;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 20px; }
  .timeline-year:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    opacity: .5;
    height: 5px;
    width: 50px; }

.timeline-caption {
  font-family: "adriane", Georgia, serif;
  font-size: 17px;
  line-height: 1.47; }

.timeline-nav-item {
  color: #00aeef;
  font-family: "adriane", Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  padding-top: 25px;
  position: relative; }
  .timeline-nav-item:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    top: 0;
    border-radius: 100%;
    background-color: #cecfd0;
    transition: .3s; }
    .slick-current .timeline-nav-item:before {
      background-color: #505154; }
  .timeline-nav-item:hover:before {
    background-color: #505154;
    transition: .3s; }

.timeline-nav-slide {
  cursor: pointer; }

.fsNews.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsNews.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

.fsNews.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsNews.fsThumbnailAlignRight .fsThumbnail {
      float: right; } }

.fsNews .fsDateTime {
  color: #d5ca9f;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .025em;
  font-family: "futura-pt", sans-serif;
  font-weight: 800; }

.fsPostElement.fsThumbnailAlignLeft .fsThumbnail,
.fsNews.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsPostElement.fsThumbnailAlignLeft .fsThumbnail,
    .fsNews.fsThumbnailAlignLeft .fsThumbnail {
      float: left;
      margin-right: 30px; } }

.fsPostElement.fsThumbnailAlignRight .fsThumbnail,
.fsNews.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsPostElement.fsThumbnailAlignRight .fsThumbnail,
    .fsNews.fsThumbnailAlignRight .fsThumbnail {
      float: right; } }

.fsPostElement[class*="fsThumbnailAlign"] .fsThumbnail,
.fsNews[class*="fsThumbnailAlign"] .fsThumbnail {
  margin-bottom: 30px; }
  .fsPostElement[class*="fsThumbnailAlign"] .fsThumbnail img,
  .fsNews[class*="fsThumbnailAlign"] .fsThumbnail img {
    display: block; }

.fsPostElement .fsThumbnail,
.fsNews .fsThumbnail {
  display: inline-block;
  margin-bottom: 20px; }
  .fsPostElement .fsThumbnail img,
  .fsNews .fsThumbnail img {
    display: block; }

.fsPostElement .fsTitle,
.fsNews .fsTitle {
  margin-bottom: 15px; }

.fsPostElement .fsAuthor,
.fsNews .fsAuthor {
  font-style: italic;
  margin-bottom: 10px; }

.fsPostElement .fsDateTime,
.fsNews .fsDateTime {
  margin-bottom: 10px; }

.fsPostElement .fsSummary p:empty,
.fsNews .fsSummary p:empty {
  margin-bottom: 0; }

.fsPostElement .fsSummary p:last-child,
.fsNews .fsSummary p:last-child {
  margin-bottom: 0; }

.fsPostElement .fsCategory,
.fsNews .fsCategory {
  font-family: "futura-pt", sans-serif;
  color: #9d9fa2;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 4px 0; }
  .fsPostElement .fsCategory:not(:last-child),
  .fsNews .fsCategory:not(:last-child) {
    border: none; }
    .fsPostElement .fsCategory:not(:last-child):after,
    .fsNews .fsCategory:not(:last-child):after {
      content: ', ';
      display: inline-block;
      margin-right: 5px; }

.fsPostElement .fsCategories,
.fsNews .fsCategories {
  margin: 5px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (min-width: 600px) {
  .fsPostElement.academic-concentrations {
    margin: 65px 0 60px; } }

.fsPostElement.academic-concentrations:last-child {
  margin-bottom: 0; }

.fsPostElement.academic-concentrations .fsTitle {
  margin-top: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  color: #003767;
  font-size: 24px;
  line-height: 1.333;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .fsPostElement.academic-concentrations .fsTitle:after {
    content: '';
    width: 50px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(175, 124, 49, 0.5); }
  .fsPostElement.academic-concentrations .fsTitle + .fsReadMoreLink {
    margin-top: 0; }

.fsPostElement.academic-concentrations .fsReadMoreLink {
  margin-top: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  color: #003767;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 20px;
  display: inline-block;
  margin: 0 5px 10px 0;
  color: #81a3b8;
  border-radius: 0;
  position: relative;
  transition: .3s;
  text-decoration: none;
  margin-top: 20px; }
  .fsPostElement.academic-concentrations .fsReadMoreLink:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: inline-block;
    color: #003767;
    font-weight: 700;
    margin-left: 5px; }
  .fsPostElement.academic-concentrations .fsReadMoreLink:hover, .fsPostElement.academic-concentrations .fsReadMoreLink:focus {
    color: #003767;
    transition: .3s; }
    .fsPostElement.academic-concentrations .fsReadMoreLink:hover:after, .fsPostElement.academic-concentrations .fsReadMoreLink:focus:after {
      animation: bounce .4s 2; }
  .fsPostElement.academic-concentrations .fsReadMoreLink:first-child {
    margin-left: 0; }

.fsPostElement.academic-concentrations .fsThumbnail {
  max-width: 280px;
  margin-top: 5px;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .fsPostElement.academic-concentrations .fsThumbnail {
      width: 35.8974%; } }
  @media (min-width: 600px) {
    .fsPostElement.academic-concentrations .fsThumbnail + .fsTitle:after {
      left: calc(35.8974% + 30px); } }

.fsPostElement.post-thumbnail-buttons > header .fsElementTitle {
  display: block;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #003767;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 30px;
  position: relative;
  margin-bottom: 30px; }
  .fsPostElement.post-thumbnail-buttons > header .fsElementTitle:after {
    content: '';
    width: 40px;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    bottom: 0;
    height: 4px;
    background-color: #cecfd0; }
  @media (min-width: 600px) {
    .fsPostElement.post-thumbnail-buttons > header .fsElementTitle {
      margin-bottom: 40px; } }

.fsPostElement.post-thumbnail-buttons .fsListItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fsPostElement.post-thumbnail-buttons .fsListItems article {
    padding-bottom: 0;
    border-bottom: none;
    border-right: solid 1px #fff;
    min-width: 200px;
    min-height: 215px;
    position: relative;
    background-color: #003767;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden;
    transition: background-color .3s;
    max-width: 260px;
    margin-bottom: 1px;
    width: 50%; }
    @media (min-width: 600px) {
      .fsPostElement.post-thumbnail-buttons .fsListItems article {
        width: 33.333%; } }
    .fsPostElement.post-thumbnail-buttons .fsListItems article:last-child {
      margin-bottom: 1px; }
    .fsPostElement.post-thumbnail-buttons .fsListItems article:not(.has-thumbnail) {
      -ms-flex-pack: center;
      justify-content: center; }
      .fsPostElement.post-thumbnail-buttons .fsListItems article:not(.has-thumbnail) .fsTitle {
        font-family: "adriane", Georgia, serif;
        text-align: center;
        padding: 0;
        font-size: 22px;
        font-weight: 400;
        line-height: 1.3;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -ms-flexbox;
        display: flex; }
        .fsPostElement.post-thumbnail-buttons .fsListItems article:not(.has-thumbnail) .fsTitle a {
          padding: 20px;
          -ms-flex-positive: 1;
          flex-grow: 1;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-pack: center;
          justify-content: center; }
          @media (min-width: 1180px) {
            .fsPostElement.post-thumbnail-buttons .fsListItems article:not(.has-thumbnail) .fsTitle a {
              padding: 20px 30px; } }
      .fsPostElement.post-thumbnail-buttons .fsListItems article:not(.has-thumbnail):hover {
        background-color: rgba(0, 55, 103, 0.7);
        transition: .3s; }
    .fsPostElement.post-thumbnail-buttons .fsListItems article:hover .fsThumbnail {
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      transition: 1.5s; }
      .fsPostElement.post-thumbnail-buttons .fsListItems article:hover .fsThumbnail:before {
        opacity: .85;
        transition: opacity .5s; }
  .fsPostElement.post-thumbnail-buttons .fsListItems .fsThumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    max-width: none;
    margin-bottom: 0;
    -ms-transform: scale(1);
    transform: scale(1);
    transition: .5s; }
    .fsPostElement.post-thumbnail-buttons .fsListItems .fsThumbnail:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 20%, transparent 40%, transparent 100%);
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.98) 20%, rgba(0, 0, 0, 0.62) 40%, transparent 75%, transparent 100%);
      opacity: .7;
      transition: opacity .5s; }
    .fsPostElement.post-thumbnail-buttons .fsListItems .fsThumbnail img {
      opacity: 0;
      visibility: hidden; }
  .fsPostElement.post-thumbnail-buttons .fsListItems .fsTitle {
    margin-bottom: 0;
    padding: 20px;
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 24px; }
    @media (min-width: 1180px) {
      .fsPostElement.post-thumbnail-buttons .fsListItems .fsTitle {
        padding: 20px 30px; } }
    .fsPostElement.post-thumbnail-buttons .fsListItems .fsTitle a:hover {
      color: #fff; }

.fsPostElement.post-thumbnail-buttons .fsElementFooterContent {
  margin-top: 15px; }

body:not(.home) .fsPostElement.hp-posts-slideshow .fsListItems {
  margin-left: -10px; }
  @media screen and (max-width: 699px) {
    body:not(.home) .fsPostElement.hp-posts-slideshow .fsListItems {
      margin-left: 0; } }

body:not(.home) .fsPostElement.hp-posts-slideshow > footer {
  max-width: 100%;
  padding-left: 0;
  margin-left: 0; }
  @media (min-width: 1180px) {
    body:not(.home) .fsPostElement.hp-posts-slideshow > footer {
      margin-left: 10px; } }

@media screen and (max-width: 799px) {
  body:not(.home) .fsPostElement.hp-posts-slideshow + .custom-video {
    margin-top: 0px; } }

/*! _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;
    position: relative; }
  .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 */
.site-search {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8); }
  .site-search > header {
    display: none; }
  .site-search form {
    position: relative;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.2); }
    .site-search form > label {
      position: absolute;
      width: 50px;
      height: 100%;
      left: 0;
      color: transparent; }
      .site-search form > label:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        color: rgba(255, 255, 255, 0.8);
        font-size: 15px;
        width: 20px;
        text-align: center; }
    .site-search form > input {
      background: transparent;
      padding: 0 0 0 40px;
      height: 100%;
      border: none;
      box-shadow: none;
      width: calc(100% - 50px);
      color: rgba(255, 255, 255, 0.8);
      font-size: 13px;
      line-height: 1.1;
      text-transform: uppercase;
      letter-spacing: .1em; }
    .site-search form > button {
      width: 50px;
      padding: 0;
      background: rgba(255, 255, 255, 0.2);
      border: none;
      color: transparent;
      position: relative;
      transition: .3s; }
      .site-search form > button:hover {
        background: rgba(255, 255, 255, 0.5);
        transition: .3s; }
      .site-search form > button:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        color: #fff;
        font-size: 16px; }
  .header-utility-container .site-search {
    position: absolute;
    right: 20px;
    top: 24px;
    background-color: #1a4b76;
    width: 0;
    overflow: hidden;
    display: none;
    transition: .3s; }
    @media (min-width: 800px) {
      .header-utility-container .site-search {
        display: block; } }
    @media (min-width: 900px) {
      .header-utility-container .site-search {
        right: 30px; } }
    @media (min-width: 1080px) {
      .header-utility-container .site-search {
        top: 15px; } }
    .search-is-active .header-utility-container .site-search {
      width: 100%;
      transition: .3s;
      z-index: 300; }
  .site-search form.gsc-search-box-tools {
    width: 400px; }
    .site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
      padding: 0; }
      .site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
        border: 0;
        height: 100%; }
        .site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
          background: #d5ca9f !important;
          background-image: none !important;
          width: 100%;
          height: 50px !important;
          color: #cecfd0;
          padding-left: 10px !important;
          padding-right: 85px !important;
          margin: 0 !important;
          border-radius: 0 !important;
          font-size: 17px;
          font-family: "futura-pt", sans-serif; }
    .site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
      padding: 0;
      overflow: hidden;
      height: 50px;
      width: 75px;
      background: #003767;
      position: absolute;
      right: 0;
      top: 0;
      transition: .3s; }
      .site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
        content: "Search";
        color: #fff;
        font-family: "futura-pt", sans-serif;
        opacity: 1;
        display: block;
        position: absolute;
        text-align: center;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        line-height: 50px;
        font-size: 17px; }
      .site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
        background: #514824;
        transition: .3s; }
      .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-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 #505154; }
      .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: #505154;
        padding-left: 10px !important;
        padding-right: 85px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 17px;
        font-family: "futura-pt", sans-serif; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
    padding: 0;
    overflow: hidden;
    height: 100%;
    width: 75px;
    background: #505154;
    position: absolute;
    transition: .3s;
    right: 0;
    top: 0; }
    .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: 17px;
      font-family: "futura-pt", sans-serif; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: #514824;
      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: "futura-pt", sans-serif;
  font-size: 17px; }

.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: #505154; }
  .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: #d5ca9f; }

.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: #00aeef !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: #7fd6f7 !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: 17px; }

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

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

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

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

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

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

.fsFacebookFollow {
  margin-top: 20px; }

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

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

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

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

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

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

.vimeo_view_link a {
  margin-top: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  color: #003767;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 20px;
  display: inline-block;
  margin: 0 0 10px;
  padding: 10px 15px;
  color: #9d9fa2;
  outline: #d5ca9f;
  border-radius: 0;
  position: relative;
  transition: .3s;
  background-color: transparent;
  border: solid 1px #d5ca9f;
  text-align: center; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus {
    color: #505154;
    transition: .3s;
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #d5ca9f; }
  .vimeo_view_link a em {
    display: block;
    font-style: normal; }

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

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

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

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

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

.Youtube_view_link a {
  margin-top: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  color: #003767;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 20px;
  display: inline-block;
  margin: 0 0 10px;
  padding: 10px 15px;
  color: #9d9fa2;
  outline: #d5ca9f;
  border-radius: 0;
  position: relative;
  transition: .3s;
  background-color: transparent;
  border: solid 1px #d5ca9f;
  text-align: center; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus {
    color: #505154;
    transition: .3s;
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #d5ca9f; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none;
    border-bottom: solid 1px #cecfd0;
    padding-left: 10px; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 5px;
      margin-bottom: 0;
      border: solid 1px #cecfd0;
      border-bottom: none; }
      .fsTabs .fsTabsNav li a {
        display: block;
        font-size: 13px;
        text-transform: uppercase;
        font-family: "futura-pt", sans-serif;
        line-height: 1.3;
        letter-spacing: .1em;
        color: #505154;
        margin-bottom: 0;
        display: block;
        padding: 22px 20px;
        color: #505154;
        transition: .3s;
        font-weight: 700;
        background: transparent;
        color: #505154;
        padding: 20px 20px 19px;
        position: relative; }
        .fsTabs .fsTabsNav li a:before {
          content: '';
          position: absolute;
          width: calc(100% + 2px);
          height: 0;
          background-color: #00aeef;
          transition: .3s;
          left: -1px;
          top: -1px; }
        .fsTabs .fsTabsNav li a:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 0;
          background-color: #fff;
          transition: .3s;
          left: 0;
          bottom: -1px; }
        .fsTabs .fsTabsNav li a:hover {
          background: rgba(157, 159, 162, 0.07);
          color: #505154; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: transparent;
        color: #505154; }
        .fsTabs .fsTabsNav li.fsStateSelected a:before {
          height: 4px;
          transition: .3s; }
        .fsTabs .fsTabsNav li.fsStateSelected a:after {
          height: 1px;
          transition: .3s; }
  @media (min-width: 600px) {
    .fsTabs .fsPanel {
      border: none; }
      .fsTabs .fsPanel:first-of-type {
        border: none; }
      .fsTabs .fsPanel > .fsElementContent {
        padding: 25px 0 0; } }

@media (min-width: 600px) {
  .fsPanelIconBefore.fsTabs .fsPanel > .fsElementContent {
    padding-left: 0; } }

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

.fsTabs.custom-course-tabs {
  background-color: rgba(213, 202, 159, 0.3);
  padding: 70px 0;
  position: relative; }
  .fsTabs.custom-course-tabs > header .fsElementTitle {
    margin-bottom: 40px; }
    .fsTabs.custom-course-tabs > header .fsElementTitle:after {
      background-color: #af7c31; }
  .fsTabs.custom-course-tabs:before, .fsTabs.custom-course-tabs:after {
    content: '';
    width: 100vw;
    position: absolute;
    top: 0;
    height: 100%;
    background-color: rgba(213, 202, 159, 0.3); }
  .fsTabs.custom-course-tabs:before {
    right: 100%; }
  .fsTabs.custom-course-tabs:after {
    left: 100%; }
  @media (min-width: 600px) {
    .fsTabs.custom-course-tabs > .fsElementContent {
      display: -ms-flexbox;
      display: flex; }
      .fsComposeMode .fsTabs.custom-course-tabs > .fsElementContent {
        display: block; } }
  .fsTabs.custom-course-tabs > .fsElementContent > .fsTabsNav {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 40%;
    max-width: 475px;
    min-width: 245px;
    padding: 0;
    border: none; }
    @media (min-width: 600px) {
      .fsTabs.custom-course-tabs > .fsElementContent > .fsTabsNav {
        display: -ms-flexbox;
        display: flex; } }
    .fsTabs.custom-course-tabs > .fsElementContent > .fsTabsNav .fsTabsNavItem {
      margin: 0;
      border: none;
      border-bottom: solid 1px #cecfd0;
      position: relative; }
      .fsTabs.custom-course-tabs > .fsElementContent > .fsTabsNav .fsTabsNavItem a {
        color: #9d9fa2;
        padding: 14px 20px;
        font-size: 13px;
        display: block; }
        .fsTabs.custom-course-tabs > .fsElementContent > .fsTabsNav .fsTabsNavItem a:before, .fsTabs.custom-course-tabs > .fsElementContent > .fsTabsNav .fsTabsNavItem a:after {
          display: none; }
        .fsTabs.custom-course-tabs > .fsElementContent > .fsTabsNav .fsTabsNavItem a:hover {
          background: none;
          color: #00aeef; }
      .fsTabs.custom-course-tabs > .fsElementContent > .fsTabsNav .fsTabsNavItem.fsStateSelected {
        background-color: rgba(255, 255, 255, 0.8); }
        .fsTabs.custom-course-tabs > .fsElementContent > .fsTabsNav .fsTabsNavItem.fsStateSelected:after {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 25px 0 25px 10px;
          border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
          position: absolute;
          top: 0;
          left: 100%; }
        .fsTabs.custom-course-tabs > .fsElementContent > .fsTabsNav .fsTabsNavItem.fsStateSelected a {
          color: #00aeef; }
      .fsTabs.custom-course-tabs > .fsElementContent > .fsTabsNav .fsTabsNavItem .course-number {
        margin-right: 10px; }
      .fsTabs.custom-course-tabs > .fsElementContent > .fsTabsNav .fsTabsNavItem .course-desc {
        font-family: "futura-pt", sans-serif;
        text-transform: none;
        letter-spacing: 0;
        font-size: 19px;
        font-weight: 300;
        line-height: 22px;
        color: #505154; }
  @media (min-width: 600px) {
    .fsTabs.custom-course-tabs > .fsElementContent > .fsPanel {
      padding-left: 30px;
      width: 60%;
      max-width: calc(100% - 245px);
      min-width: calc(100% - 475px); } }
  @media (min-width: 800px) {
    .fsTabs.custom-course-tabs > .fsElementContent > .fsPanel {
      padding-left: 8vw; } }
  @media (min-width: 1180px) {
    .fsTabs.custom-course-tabs > .fsElementContent > .fsPanel {
      padding-left: 115px;
      width: calc(100% - 475px); } }
  .fsTabs.custom-course-tabs > .fsElementContent > .fsPanel.fsStateOpen > header {
    background-color: rgba(255, 255, 255, 0.8); }
  .fsTabs.custom-course-tabs > .fsElementContent > .fsPanel > header {
    font-family: "futura-pt", sans-serif;
    padding: 12px 20px 12px 0; }
    .fsTabs.custom-course-tabs > .fsElementContent > .fsPanel > header .fsElementTitle {
      display: inline-block;
      font-weight: 800;
      color: #9d9fa2;
      font-size: 15px;
      padding: 0 0 0 40px;
      margin-right: 10px; }
      .fsTabs.custom-course-tabs > .fsElementContent > .fsPanel > header .fsElementTitle:before {
        top: -4px; }
    .fsTabs.custom-course-tabs > .fsElementContent > .fsPanel > header .fsElementHeaderContent {
      margin: 0;
      display: block;
      font-size: 19px;
      font-weight: 300;
      line-height: 22px;
      padding-left: 40px; }
      @media (min-width: 600px) {
        .fsTabs.custom-course-tabs > .fsElementContent > .fsPanel > header .fsElementHeaderContent {
          display: inline-block;
          padding-left: 0; } }
  .fsTabs.custom-course-tabs > .fsElementContent > .fsPanel > .fsElementContent {
    padding-top: 20px; }
    @media (min-width: 600px) {
      .fsTabs.custom-course-tabs > .fsElementContent > .fsPanel > .fsElementContent {
        padding-top: 0; } }
  .fsTabs.custom-course-tabs .fsPanel .fsElement > header .fsElementTitle {
    color: #af7c31;
    font-family: "adriane", Georgia, serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 10px; }

/*! elements - tools v0.0.1 */
/* Contains generic styles that apply to every element tool type */
.fsElementToolsKeyword + .fsElementToolsDateRange {
  margin-top: 20px; }

.fsStyleOneThird .fsElementToolsDateRange,
.fsBanner .fsElementToolsDateRange,
.fsElementToolsDateRange .fsThreeColumnLayout > .fsDiv,
.fsElementToolsDateRange .fsFourColumnLayout > .fsDiv {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column; }
  .fsStyleOneThird .fsElementToolsDateRange > input,
  .fsBanner .fsElementToolsDateRange > input,
  .fsElementToolsDateRange .fsThreeColumnLayout > .fsDiv > input,
  .fsElementToolsDateRange .fsFourColumnLayout > .fsDiv > input {
    margin-bottom: 0; }

.fsNewsTools .fsToolsList {
  margin-top: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  color: #003767;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 20px;
  margin: 20px 0;
  padding-left: 10px;
  font-size: 13px;
  color: #9d9fa2; }

.fsNewsTools.fsCategoryFilter button {
  margin: 0; }

.fsPostToolsElement .fsToolsList {
  margin: 0; }
  .fsPostToolsElement .fsToolsList li {
    margin: 0;
    padding: 0; }

/*! pages - home v0.0.1 */
.pull-page-wrapper {
  position: relative;
  white-space: normal; }
  .pull-page-wrapper > header {
    display: none; }
  .pull-page-wrapper > .fsElementContent {
    padding-top: 10px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translate3d(-50%, 0, 0); }
    @media (min-width: 600px) {
      .pull-page-wrapper > .fsElementContent {
        padding-top: 30px; } }
    @media (min-width: 1000px) {
      .pull-page-wrapper > .fsElementContent {
        padding-top: 35px; } }

.hp-pullpage .fsCalendar {
  max-width: 380px;
  margin: 0 auto 40px; }

.hp-panel {
  padding: 30px 0;
  margin-bottom: 0; }
  @media (min-width: 1000px) {
    .hp-panel {
      padding: 55px 0; } }
  .hp-panel > header {
    margin: 0 auto; }
    .home .hp-panel > header {
      max-width: calc(100% - 40px); }
    .hp-panel > header .fsElementTitle {
      display: block;
      text-align: center;
      font-family: "futura-pt", sans-serif;
      font-size: 18px;
      font-weight: 800;
      line-height: 22px;
      text-transform: uppercase;
      letter-spacing: .1em;
      color: #003767;
      padding-bottom: 20px;
      margin-bottom: 20px;
      margin-top: 30px;
      position: relative;
      margin-top: 0;
      margin-bottom: 30px;
      letter-spacing: .1rem; }
      .hp-panel > header .fsElementTitle:after {
        content: '';
        width: 40px;
        position: absolute;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        bottom: 0;
        height: 4px;
        background-color: #cecfd0; }
      @media (min-width: 700px) {
        .hp-panel > header .fsElementTitle {
          margin-bottom: 50px;
          letter-spacing: .1em; } }
  .hp-panel .fsElement {
    margin-bottom: 0; }
  .hp-panel.one {
    position: relative;
    margin: 0 auto;
    width: 1180px;
    max-width: calc(100% - 40px);
    padding-bottom: 10px; }
    @media (min-width: 900px) {
      .hp-panel.one {
        max-width: calc(100% - 60px); } }
    @media (min-width: 700px) {
      .hp-panel.one {
        padding-bottom: 20px; } }
    @media (min-width: 1000px) {
      .hp-panel.one .fs_style_24 {
        font-size: 30px;
        line-height: 1.3; } }
    @media (min-width: 1000px) {
      .hp-panel.one .fs_style_38 {
        font-size: 89px;
        line-height: .88;
        margin-right: 15px; } }
    @media (min-width: 1000px) {
      .hp-panel.one .fs_style_38.fix-height {
        -ms-transform: translateY(-20px);
        transform: translateY(-20px); } }
  .hp-panel.values > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
    .hp-panel.values > .fsElementContent:after {
      content: '';
      position: absolute;
      left: 50%;
      top: 0;
      height: 100%;
      width: 1px;
      background-color: #fff; }
      @media (min-width: 960px) {
        .hp-panel.values > .fsElementContent:after {
          display: none; } }
    body.fsComposeMode .hp-panel.values > .fsElementContent {
      display: block; }
  .hp-panel.values .custom-image-button {
    margin: 0;
    padding: 0;
    width: 50%;
    margin-bottom: 1px; }
    @media (min-width: 960px) {
      .hp-panel.values .custom-image-button {
        width: 33.33%;
        margin-bottom: 0; } }
    @media (min-width: 960px) {
      .hp-panel.values .custom-image-button:nth-child(2), .hp-panel.values .custom-image-button:nth-child(5) {
        border-left: solid 1px #fff;
        border-right: solid 1px #fff; } }
    @media (min-width: 960px) {
      .hp-panel.values .custom-image-button:nth-child(n+4) {
        margin-top: 1px; } }
    @media (min-width: 960px) {
      .hp-panel.values .custom-image-button:first-child .fsElementTitle,
      .hp-panel.values .custom-image-button:first-child .fsElementHeaderContent, .hp-panel.values .custom-image-button:nth-child(4) .fsElementTitle,
      .hp-panel.values .custom-image-button:nth-child(4) .fsElementHeaderContent {
        padding-left: 30px; } }
    @media (min-width: 1000px) {
      .hp-panel.values .custom-image-button:first-child .fsElementTitle,
      .hp-panel.values .custom-image-button:first-child .fsElementHeaderContent, .hp-panel.values .custom-image-button:nth-child(4) .fsElementTitle,
      .hp-panel.values .custom-image-button:nth-child(4) .fsElementHeaderContent {
        padding-left: 50px; } }
    @media (min-width: 960px) {
      .hp-panel.values .custom-image-button:nth-child(3) .fsElementTitle,
      .hp-panel.values .custom-image-button:nth-child(3) .fsElementHeaderContent, .hp-panel.values .custom-image-button:nth-child(6) .fsElementTitle,
      .hp-panel.values .custom-image-button:nth-child(6) .fsElementHeaderContent {
        padding-right: 30px; } }
    @media (min-width: 1000px) {
      .hp-panel.values .custom-image-button:nth-child(3) .fsElementTitle,
      .hp-panel.values .custom-image-button:nth-child(3) .fsElementHeaderContent, .hp-panel.values .custom-image-button:nth-child(6) .fsElementTitle,
      .hp-panel.values .custom-image-button:nth-child(6) .fsElementHeaderContent {
        padding-right: 50px; } }
  .hp-panel.profiles > header .fsElementTitle, .hp-panel.hp-posts-slideshow > header .fsElementTitle {
    margin-bottom: 10px; }
    @media (min-width: 700px) {
      .hp-panel.profiles > header .fsElementTitle, .hp-panel.hp-posts-slideshow > header .fsElementTitle {
        margin-bottom: 30px; } }
  @media (min-width: 1980px) {
    .hp-panel.profiles .slick-slider, .hp-panel.hp-posts-slideshow .slick-slider {
      width: calc(100% + 7.6vw); } }
  .hp-panel.profiles .slick-slide, .hp-panel.hp-posts-slideshow .slick-slide {
    margin: 20px 0 0; }
    @media (min-width: 700px) {
      .hp-panel.profiles .slick-slide, .hp-panel.hp-posts-slideshow .slick-slide {
        margin: 20px 10px 0; } }
    @media (min-width: 1180px) {
      .hp-panel.profiles .slick-slide, .hp-panel.hp-posts-slideshow .slick-slide {
        margin: 20px 20px 0; } }
  .hp-panel.profiles .slick-arrow, .hp-panel.hp-posts-slideshow .slick-arrow {
    position: absolute;
    left: auto;
    width: 45px;
    height: 45px;
    border: 1px solid #d5ca9f;
    border-radius: 100%;
    background: #fff;
    overflow: hidden;
    color: transparent;
    z-index: 20;
    padding: 0;
    right: -26px;
    top: 100px; }
    @media (min-width: 500px) {
      .hp-panel.profiles .slick-arrow, .hp-panel.hp-posts-slideshow .slick-arrow {
        top: 135px; } }
    @media (min-width: 700px) {
      .hp-panel.profiles .slick-arrow, .hp-panel.hp-posts-slideshow .slick-arrow {
        top: 100px; } }
    @media (min-width: 800px) {
      .hp-panel.profiles .slick-arrow, .hp-panel.hp-posts-slideshow .slick-arrow {
        top: 135px; } }
    @media (min-width: 1100px) {
      .hp-panel.profiles .slick-arrow, .hp-panel.hp-posts-slideshow .slick-arrow {
        top: 390px; } }
    @media (min-width: 1300px) {
      .hp-panel.profiles .slick-arrow, .hp-panel.hp-posts-slideshow .slick-arrow {
        top: 310px; } }
    .hp-panel.profiles .slick-arrow:before, .hp-panel.hp-posts-slideshow .slick-arrow:before {
      color: #505154;
      font-size: 16px;
      transition: opacity .3s;
      display: inline-block;
      line-height: 1;
      width: auto;
      height: auto;
      opacity: .5;
      position: absolute;
      font-family: "IcoMoon";
      font-weight: normal; }
    .hp-panel.profiles .slick-arrow.slick-prev:before, .hp-panel.profiles .slick-arrow.slick-next:before, .hp-panel.hp-posts-slideshow .slick-arrow.slick-prev:before, .hp-panel.hp-posts-slideshow .slick-arrow.slick-next:before {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate3d(-50%, -50%, 0); }
    .hp-panel.profiles .slick-arrow:hover, .hp-panel.profiles .slick-arrow:focus, .hp-panel.hp-posts-slideshow .slick-arrow:hover, .hp-panel.hp-posts-slideshow .slick-arrow:focus {
      outline: transparent; }
      .hp-panel.profiles .slick-arrow:hover:before, .hp-panel.profiles .slick-arrow:focus:before, .hp-panel.hp-posts-slideshow .slick-arrow:hover:before, .hp-panel.hp-posts-slideshow .slick-arrow:focus:before {
        opacity: 1;
        transition: opacity .3s; }
  .hp-panel.profiles .slick-prev, .hp-panel.hp-posts-slideshow .slick-prev {
    top: 160px; }
    @media (min-width: 500px) {
      .hp-panel.profiles .slick-prev, .hp-panel.hp-posts-slideshow .slick-prev {
        top: 190px; } }
    @media (min-width: 700px) {
      .hp-panel.profiles .slick-prev, .hp-panel.hp-posts-slideshow .slick-prev {
        top: 160px; } }
    @media (min-width: 800px) {
      .hp-panel.profiles .slick-prev, .hp-panel.hp-posts-slideshow .slick-prev {
        top: 190px; } }
    @media (min-width: 1100px) {
      .hp-panel.profiles .slick-prev, .hp-panel.hp-posts-slideshow .slick-prev {
        right: -75px;
        top: 390px; } }
    @media (min-width: 1300px) {
      .hp-panel.profiles .slick-prev, .hp-panel.hp-posts-slideshow .slick-prev {
        right: 105px;
        top: 310px; } }
    .hp-panel.profiles .slick-prev:before, .hp-panel.hp-posts-slideshow .slick-prev:before {
      content: ""; }
  @media (min-width: 1100px) {
    .hp-panel.profiles .slick-next, .hp-panel.hp-posts-slideshow .slick-next {
      right: -130px; } }
  @media (min-width: 1300px) {
    .hp-panel.profiles .slick-next, .hp-panel.hp-posts-slideshow .slick-next {
      right: 50px; } }
  .hp-panel.profiles .slick-next:before, .hp-panel.hp-posts-slideshow .slick-next:before {
    content: ""; }
  .hp-panel.infographic {
    position: relative;
    padding-bottom: 10px; }
    @media (min-width: 700px) {
      .hp-panel.infographic {
        padding-bottom: 30px; } }
    @media (min-width: 1000px) {
      .hp-panel.infographic {
        padding-bottom: 55px; } }
    .hp-panel.infographic > footer {
      background-color: #fff; }
      @media (min-width: 700px) {
        .hp-panel.infographic > footer {
          position: absolute;
          left: 0;
          bottom: 30px; } }
      @media (min-width: 1000px) {
        .hp-panel.infographic > footer {
          bottom: 55px; } }
      .fsComposeMode .hp-panel.infographic > footer {
        position: relative; }
      .hp-panel.infographic > footer .fsElementFooterContent {
        margin: 0; }
      .hp-panel.infographic > footer a {
        padding: 15px 20px;
        margin-right: 0; }
      .fsComposeMode .hp-panel.infographic > footer {
        position: relative;
        left: auto;
        bottom: auto; }

.hp-panel.profiles > .fsElementContent,
.hp-posts-slideshow .fsListItems {
  margin: 0 auto;
  margin-left: 10px;
  max-width: 275px; }
  @media (min-width: 500px) {
    .hp-panel.profiles > .fsElementContent,
    .hp-posts-slideshow .fsListItems {
      max-width: 360px; } }
  @media (min-width: 700px) {
    .hp-panel.profiles > .fsElementContent,
    .hp-posts-slideshow .fsListItems {
      max-width: calc(100% - 65px); } }
  @media (min-width: 1100px) {
    .hp-panel.profiles > .fsElementContent,
    .hp-posts-slideshow .fsListItems {
      margin-left: 20px;
      max-width: calc(100% - 180px); } }
  @media (min-width: 1300px) {
    .hp-panel.profiles > .fsElementContent,
    .hp-posts-slideshow .fsListItems {
      margin-left: 40px;
      max-width: calc(100% - 10.4vw); } }
  @media (min-width: 1400px) {
    .hp-panel.profiles > .fsElementContent,
    .hp-posts-slideshow .fsListItems {
      max-width: calc(100% - 220px);
      width: 1220px;
      margin-left: auto; } }

@media (min-width: 600px) {
  .hp-posts-slideshow .fsListItems .fsTitle {
    font-size: 24px; } }

.infographic-wrapper {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 285px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 89vw; }
  @media (min-width: 700px) {
    .infographic-wrapper {
      height: 45.83vw; } }
  @media (min-width: 1000px) {
    .infographic-wrapper {
      height: 660px; } }
  .infographic-wrapper > .fsElementContent {
    background-color: rgba(255, 255, 255, 0.9);
    width: 350px;
    max-width: calc(100% - 40px);
    margin: 6.25vw auto; }
    @media (min-width: 700px) {
      .infographic-wrapper > .fsElementContent {
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        right: 6.25vw;
        margin: 0; } }
    @media (min-width: 800px) {
      .infographic-wrapper > .fsElementContent {
        right: 12.5vw; } }
    .fsComposeMode .infographic-wrapper > .fsElementContent {
      position: relative;
      right: auto;
      transform: translate3d(0, 0, 0);
      top: auto;
      height: auto; }
  body.fsComposeMode .infographic-wrapper {
    display: block;
    height: auto; }

.hp-cta-container {
  display: -ms-flexbox;
  display: flex;
  margin-left: -2.5px;
  margin-right: -2.5px; }
  @media (min-width: 600px) {
    .hp-cta-container {
      margin-left: -10px;
      margin-right: -10px; } }
  @media (min-width: 900px) {
    .hp-cta-container {
      margin-left: -15px;
      margin-right: -15px; } }
  .fsDraftMode .hp-cta-container {
    display: block; }
  .hp-cta-container a {
    margin-bottom: 0;
    font-size: 4.375vw; }
    @media (min-width: 500px) {
      .hp-cta-container a {
        font-size: 20px; } }
  .hp-cta-container > .fsStyleColumn {
    margin-bottom: 0;
    padding: 0 2.5px; }
    @media (min-width: 600px) {
      .hp-cta-container > .fsStyleColumn {
        padding: 0 10px; } }
    @media (min-width: 900px) {
      .hp-cta-container > .fsStyleColumn {
        padding: 0 15px; } }

/*! pages - home v0.0.1 */
.home .fsPageBodyWrapper,
.hp-pullpage .fsPageBodyWrapper {
  padding: 0;
  position: relative;
  overflow: hidden; }
  .home .fsPageBodyWrapper > .screen,
  .hp-pullpage .fsPageBodyWrapper > .screen {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100vh - 203px); }

.home #fsPageBody,
.hp-pullpage #fsPageBody {
  max-width: 100%;
  width: 100%; }

.home .fsLayout > .fsDiv,
.hp-pullpage .fsLayout > .fsDiv {
  min-height: 0; }

.home.fill-content .fsPageBodyWrapper,
.hp-pullpage.fill-content .fsPageBodyWrapper {
  min-height: 100vh; }
  .home.fill-content .fsPageBodyWrapper > .screen,
  .hp-pullpage.fill-content .fsPageBodyWrapper > .screen {
    background-color: #fff;
    height: 0;
    transition: height 1s ease-in .8s;
    z-index: 500; }

.home .fsHeader > .fsBanner,
.hp-pullpage .fsHeader > .fsBanner {
  background-color: none;
  display: block;
  position: relative; }

.home .fsHeader.show-content,
.hp-pullpage .fsHeader.show-content {
  overflow: hidden; }
  .home .fsHeader.show-content.pulled,
  .hp-pullpage .fsHeader.show-content.pulled {
    overflow: visible; }

@media (min-width: 800px) {
  .home .drawer-trigger,
  .hp-pullpage .drawer-trigger {
    display: block;
    max-width: 80px;
    height: 80px;
    background-color: #fff; }
    .home .drawer-trigger:before, .home .drawer-trigger:after,
    .hp-pullpage .drawer-trigger:before,
    .hp-pullpage .drawer-trigger:after {
      background-color: #505154;
      width: 26px;
      height: 3px;
      opacity: 1; }
    .home .drawer-trigger:after,
    .hp-pullpage .drawer-trigger:after {
      box-shadow: 0 7px 0 0 #505154; } }

.home .header-utility-container,
.home .nav-main,
.hp-pullpage .header-utility-container,
.hp-pullpage .nav-main {
  opacity: 0;
  visibility: hidden;
  -ms-transform: translateX(-100px);
  transform: translateX(-100px); }

@media (min-width: 800px) {
  .home .show-content .drawer-trigger,
  .hp-pullpage .show-content .drawer-trigger {
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateX(100%);
    transform: translateX(100%); } }

.home .show-content .header-utility-container,
.home .show-content .nav-main,
.hp-pullpage .show-content .header-utility-container,
.hp-pullpage .show-content .nav-main {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: .3s; }

.home .show-content .header-utility-container,
.hp-pullpage .show-content .header-utility-container {
  z-index: 300; }

.home:not(.fill-content) .fsFooter {
  display: none; }

.home:not(.fill-content):not(.fsComposeMode) .fsPageContent {
  height: 0;
  overflow: hidden; }

.home:not(.fill-content) #fsPoweredByFinalsite {
  position: absolute;
  bottom: 20px;
  right: 20px; }
  @media (min-width: 700px) {
    .home:not(.fill-content) #fsPoweredByFinalsite {
      right: 30px;
      bottom: 30px; } }

.fsHeader.pulled .hp-header-wrapper {
  background-color: #003767;
  transition: 1s;
  position: relative;
  overflow: visible; }

.fsHeader.pulled .hp-splash-wrapper {
  height: auto;
  min-height: 0;
  transition: 1s; }
  .fsHeader.pulled .hp-splash-wrapper:before {
    opacity: 0;
    visibility: hidden;
    transition: .5s; }
  .fsHeader.pulled .hp-splash-wrapper:after {
    opacity: 1;
    visibility: visible;
    transition: .3s ease-in .5s; }

.fsHeader.pulled .hp-splash-video video {
  opacity: 0;
  visibility: hidden;
  transition: 1s; }

.fsHeader.pulled .hp-pullpage-nav {
  position: relative;
  top: auto;
  height: auto;
  border-bottom: solid 1px #cecfd0;
  height: 80px; }
  @media (min-width: 600px) {
    .fsHeader.pulled .hp-pullpage-nav {
      height: auto; } }
  .fsHeader.pulled .hp-pullpage-nav ul {
    position: relative;
    max-height: none; }
    .fsHeader.pulled .hp-pullpage-nav ul.fsNavLevel1 {
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-direction: row;
      flex-direction: row; }
      @media screen and (max-width: 599px) {
        .fsHeader.pulled .hp-pullpage-nav ul.fsNavLevel1 {
          max-width: 300vw;
          transform: translate3d(0, 0, 0);
          padding-left: 20px;
          left: auto;
          width: 550px; } }
      .fsHeader.pulled .hp-pullpage-nav ul.fsNavLevel1 > li {
        width: auto;
        height: auto;
        padding: 0;
        border: none;
        margin-right: 40px;
        min-height: 0; }
        @media (min-width: 800px) {
          .fsHeader.pulled .hp-pullpage-nav ul.fsNavLevel1 > li {
            margin-right: 30px; } }
        @media (min-width: 900px) {
          .fsHeader.pulled .hp-pullpage-nav ul.fsNavLevel1 > li {
            margin-right: 50px; } }
        .fsHeader.pulled .hp-pullpage-nav ul.fsNavLevel1 > li:after, .fsHeader.pulled .hp-pullpage-nav ul.fsNavLevel1 > li:before {
          display: none; }
        .fsHeader.pulled .hp-pullpage-nav ul.fsNavLevel1 > li > a {
          position: relative;
          font-size: 13px;
          font-weight: 800;
          line-height: 1.3;
          text-transform: uppercase;
          letter-spacing: .1em;
          left: auto;
          top: auto;
          color: #9d9fa2;
          padding: 33px 0 31px;
          max-width: 100%; }
          .fsHeader.pulled .hp-pullpage-nav ul.fsNavLevel1 > li > a:hover {
            color: #505154; }
        .fsHeader.pulled .hp-pullpage-nav ul.fsNavLevel1 > li > .fsNavPageInfo {
          display: none; }
        .fsHeader.pulled .hp-pullpage-nav ul.fsNavLevel1 > li.prof-studies {
          transform: translate3d(0, 0, 0); }
          .fsHeader.pulled .hp-pullpage-nav ul.fsNavLevel1 > li.prof-studies > a {
            transform: translate3d(0, 0, 0); }
        .fsHeader.pulled .hp-pullpage-nav ul.fsNavLevel1 > li.opened:before {
          display: block;
          top: calc(100% - 4px);
          height: 5px;
          width: 100%; }
          @media (min-width: 600px) {
            .fsHeader.pulled .hp-pullpage-nav ul.fsNavLevel1 > li.opened:before {
              transition: .5s ease-in .5s; } }
        .fsHeader.pulled .hp-pullpage-nav ul.fsNavLevel1 > li.opened > a {
          color: #505154;
          transition: color .5s ease-in .5s; }

.hp-header-wrapper {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background-color: #003767; }
  .hp-header-wrapper:hover {
    z-index: 505; }
  @media (min-width: 800px) {
    .hp-header-wrapper {
      background-color: transparent; } }
  .hp-header-wrapper > header {
    display: none; }
  .hp-header-wrapper > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
    @media (min-width: 800px) {
      .hp-header-wrapper > .fsElementContent {
        -ms-flex-pack: end;
        justify-content: flex-end; } }

.hp-splash-wrapper {
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
  min-height: 520px; }
  @media (min-width: 600px) {
    .has-video .hp-splash-wrapper {
      background: none !important; } }
  .hp-splash-wrapper:before, .hp-splash-wrapper:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10; }
  .hp-splash-wrapper:after {
    background-color: #fff;
    opacity: 0;
    visibility: hidden; }
  .hp-splash-wrapper > .fsElementContent {
    position: relative; }
  .hp-splash-wrapper > header {
    display: none; }

.hp-splash-video {
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none; }
  body.has-video .hp-splash-video {
    display: block; }
  .hp-splash-video > header {
    display: none; }
  .hp-splash-video .fsMediaCustomPlayer {
    position: static; }
  .hp-splash-video video {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    position: fixed;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100vh; }

.hp-pullpage-nav {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  color: #fff;
  min-height: 360px;
  top: 100px;
  height: calc(100vh - 160px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 501; }
  @media (min-width: 700px) {
    .hp-pullpage-nav {
      display: block;
      height: 260px;
      top: 35vh;
      min-height: 260px; } }
  @media (min-width: 1440px) {
    .hp-pullpage-nav {
      height: 18vw; } }
  .hp-pullpage-nav:after {
    content: '';
    background-image: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
    width: 100px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s ease-in .5s;
    opacity: 0;
    visibility: hidden; }
    @media (min-width: 800px) {
      .hp-pullpage-nav:after {
        display: none; } }
  .fill-content .hp-pullpage-nav {
    min-height: 0; }
    .fill-content .hp-pullpage-nav:after {
      opacity: 1;
      visibility: visible;
      transition: .5s ease-in .5s; }
  .hp-pullpage-nav > header {
    display: none; }
  .hp-pullpage-nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .hp-pullpage-nav ul.fsNavLevel1 {
      position: absolute;
      left: 50%;
      transform: translate3d(-50%, 0, 0);
      width: 1180px;
      height: 100%;
      top: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      max-width: calc(100% - 40px); }
      @media (min-width: 700px) {
        .hp-pullpage-nav ul.fsNavLevel1 {
          -ms-flex-direction: row;
          flex-direction: row;
          max-height: calc(100% - 60px); } }
      @media (min-width: 1000px) {
        .hp-pullpage-nav ul.fsNavLevel1 {
          max-width: calc(100% - 60px); } }
      @media (min-width: 1440px) {
        .hp-pullpage-nav ul.fsNavLevel1 {
          width: 82vw;
          max-height: 100%; } }
      .hp-pullpage-nav ul.fsNavLevel1 > li {
        min-height: 120px;
        width: calc(100% - 20px);
        margin: 0;
        border: solid 1px rgba(255, 255, 255, 0.4);
        position: relative;
        height: 33.333%; }
        @media (min-width: 700px) {
          .hp-pullpage-nav ul.fsNavLevel1 > li {
            width: 33.333%;
            height: 260px;
            min-height: 0; } }
        @media (min-width: 1440px) {
          .hp-pullpage-nav ul.fsNavLevel1 > li {
            height: 100%; } }
        .hp-pullpage-nav ul.fsNavLevel1 > li:before {
          content: '';
          width: 5px;
          position: absolute;
          left: -1px;
          top: -1px;
          height: calc(100% + 2px);
          background-color: #003767;
          z-index: 1; }
          @media (min-width: 700px) {
            .hp-pullpage-nav ul.fsNavLevel1 > li:before {
              width: calc(100% + 2px);
              height: 5px; } }
        .hp-pullpage-nav ul.fsNavLevel1 > li:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          position: absolute;
          right: 30px;
          bottom: 30px;
          color: #fff;
          font-size: 21px;
          line-height: 17px; }
          @media (min-width: 700px) {
            .hp-pullpage-nav ul.fsNavLevel1 > li:after {
              font-size: 18px;
              right: 20px;
              bottom: 20px; } }
          @media (min-width: 900px) {
            .hp-pullpage-nav ul.fsNavLevel1 > li:after {
              right: 30px;
              bottom: 30px;
              font-size: 21px; } }
          @media (min-width: 1440px) {
            .hp-pullpage-nav ul.fsNavLevel1 > li:after {
              right: 2vw;
              bottom: 2vw; } }
        .hp-pullpage-nav ul.fsNavLevel1 > li > a {
          display: block;
          color: #fff;
          font-weight: 800;
          line-height: 29px;
          position: absolute;
          left: 20px;
          top: 20px;
          font-family: "futura-pt", sans-serif;
          font-size: 24px;
          max-width: calc(100% - 60px); }
          @media (min-width: 500px) {
            .hp-pullpage-nav ul.fsNavLevel1 > li > a {
              max-width: calc(100% - 40px); } }
          @media (min-width: 700px) {
            .hp-pullpage-nav ul.fsNavLevel1 > li > a {
              top: 90px;
              font-size: 18px;
              line-height: 1.2; } }
          @media (min-width: 800px) {
            .hp-pullpage-nav ul.fsNavLevel1 > li > a {
              font-size: 20px; } }
          @media (min-width: 900px) {
            .hp-pullpage-nav ul.fsNavLevel1 > li > a {
              font-size: 24px;
              left: 30px; } }
          @media (min-width: 1440px) {
            .hp-pullpage-nav ul.fsNavLevel1 > li > a {
              font-size: 1.666vw;
              left: 2vw;
              top: 6.25vw; } }
        .hp-pullpage-nav ul.fsNavLevel1 > li:hover {
          z-index: 200; }
          .hp-pullpage-nav ul.fsNavLevel1 > li:hover > .fsNavPageInfo {
            opacity: 1;
            visibility: visible;
            transform: translate3d(0, -50%, 0) scale(1);
            transition: .4s; }
          .hp-pullpage-nav ul.fsNavLevel1 > li:hover .fsNavPageDescription {
            opacity: 1;
            visibility: visible;
            -ms-transform: scale(1);
            transform: scale(1);
            transition: .3s ease-in .1s; }
        .hp-pullpage-nav ul.fsNavLevel1 > li > .fsNavPageInfo {
          position: absolute;
          top: 50%;
          transform: translate3d(0, -50%, 0);
          left: -1px;
          width: calc(100% + 40px);
          min-width: 300px;
          min-height: 300px;
          background-color: #003767;
          border: 1px solid #9d9fa2;
          box-shadow: 10px 17.3px 24px rgba(0, 0, 0, 0.5);
          z-index: 5;
          color: #fff;
          transform: translate3d(0, -50%, 0) scale(0);
          opacity: 0;
          visibility: hidden;
          transition: .3s;
          line-height: 1.5;
          display: none;
          cursor: pointer; }
          @media (min-width: 700px) {
            .hp-pullpage-nav ul.fsNavLevel1 > li > .fsNavPageInfo {
              display: block; } }
          @media (min-width: 1440px) {
            .hp-pullpage-nav ul.fsNavLevel1 > li > .fsNavPageInfo {
              font-size: 1.15vw;
              height: calc(100% + 14.58vw); } }
          .hp-pullpage-nav ul.fsNavLevel1 > li > .fsNavPageInfo h1, .hp-pullpage-nav ul.fsNavLevel1 > li > .fsNavPageInfo h2, .hp-pullpage-nav ul.fsNavLevel1 > li > .fsNavPageInfo h3, .hp-pullpage-nav ul.fsNavLevel1 > li > .fsNavPageInfo h4, .hp-pullpage-nav ul.fsNavLevel1 > li > .fsNavPageInfo h5, .hp-pullpage-nav ul.fsNavLevel1 > li > .fsNavPageInfo h6, .hp-pullpage-nav ul.fsNavLevel1 > li > .fsNavPageInfo a {
            color: inherit; }
          .hp-pullpage-nav ul.fsNavLevel1 > li > .fsNavPageInfo h2 {
            position: relative;
            padding-bottom: 20px;
            margin-bottom: 20px;
            font-size: 22px; }
            @media (min-width: 900px) {
              .hp-pullpage-nav ul.fsNavLevel1 > li > .fsNavPageInfo h2 {
                font-size: 24px;
                padding-bottom: 25px;
                margin-bottom: 25px; } }
            @media (min-width: 1440px) {
              .hp-pullpage-nav ul.fsNavLevel1 > li > .fsNavPageInfo h2 {
                font-size: 1.66vw;
                margin-bottom: 1.7vw;
                padding-bottom: 1.4vw; } }
            .hp-pullpage-nav ul.fsNavLevel1 > li > .fsNavPageInfo h2:after {
              content: '';
              width: 50px;
              height: 5px;
              background-color: rgba(255, 255, 255, 0.5);
              position: absolute;
              left: 0;
              bottom: 0; }
          .hp-pullpage-nav ul.fsNavLevel1 > li > .fsNavPageInfo h6 {
            font-size: 13px;
            margin-bottom: 10px; }
          .hp-pullpage-nav ul.fsNavLevel1 > li > .fsNavPageInfo a {
            margin-top: 0;
            font-family: "futura-pt", sans-serif;
            font-weight: 700;
            color: #003767;
            font-size: 15px;
            line-height: 1.2;
            text-transform: uppercase;
            letter-spacing: .1em;
            margin-bottom: 20px;
            display: inline-block;
            margin: 0 5px 10px 0;
            color: #81a3b8;
            border-radius: 0;
            position: relative;
            transition: .3s;
            text-decoration: none;
            margin: 0;
            color: #fff;
            position: absolute;
            bottom: 20px;
            right: 20px; }
            .hp-pullpage-nav ul.fsNavLevel1 > li > .fsNavPageInfo a:after {
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none;
              display: inline-block;
              color: #003767;
              font-weight: 700;
              margin-left: 5px; }
            .hp-pullpage-nav ul.fsNavLevel1 > li > .fsNavPageInfo a:hover, .hp-pullpage-nav ul.fsNavLevel1 > li > .fsNavPageInfo a:focus {
              color: #003767;
              transition: .3s; }
              .hp-pullpage-nav ul.fsNavLevel1 > li > .fsNavPageInfo a:hover:after, .hp-pullpage-nav ul.fsNavLevel1 > li > .fsNavPageInfo a:focus:after {
                animation: bounce .4s 2; }
            .hp-pullpage-nav ul.fsNavLevel1 > li > .fsNavPageInfo a:first-child {
              margin-left: 0; }
            @media (min-width: 900px) {
              .hp-pullpage-nav ul.fsNavLevel1 > li > .fsNavPageInfo a {
                bottom: 30px;
                right: 30px; } }
            @media (min-width: 1440px) {
              .hp-pullpage-nav ul.fsNavLevel1 > li > .fsNavPageInfo a {
                font-size: 1vw; } }
            .hp-pullpage-nav ul.fsNavLevel1 > li > .fsNavPageInfo a:after, .hp-pullpage-nav ul.fsNavLevel1 > li > .fsNavPageInfo a:hover {
              color: #fff; }
            .hp-pullpage-nav ul.fsNavLevel1 > li > .fsNavPageInfo a:after {
              font-size: 18px;
              line-height: 17px;
              font-weight: normal;
              vertical-align: text-top; }
              @media (min-width: 900px) {
                .hp-pullpage-nav ul.fsNavLevel1 > li > .fsNavPageInfo a:after {
                  font-size: 21px; } }
              @media (min-width: 1440px) {
                .hp-pullpage-nav ul.fsNavLevel1 > li > .fsNavPageInfo a:after {
                  font-size: 1.4vw;
                  line-height: .8; } }
        .hp-pullpage-nav ul.fsNavLevel1 > li .fsNavPageDescription {
          opacity: 0;
          visibility: hidden;
          padding: 20px 20px 50px;
          -ms-transform: scale(0.75);
          transform: scale(0.75);
          height: 100%;
          font-size: 15px;
          line-height: 1.47; }
          @media (min-width: 900px) {
            .hp-pullpage-nav ul.fsNavLevel1 > li .fsNavPageDescription {
              font-size: 17px;
              padding: 30px 30px 60px; } }
          .hp-pullpage-nav ul.fsNavLevel1 > li .fsNavPageDescription br {
            content: '';
            display: block;
            margin-bottom: 5px; }
        .hp-pullpage-nav ul.fsNavLevel1 > li.prof-studies {
          -ms-flex-item-align: end;
          align-self: flex-end; }
          @media (min-width: 700px) {
            .hp-pullpage-nav ul.fsNavLevel1 > li.prof-studies {
              transform: translate3d(-1px, -40px, 0);
              -ms-flex-item-align: stretch;
              align-self: stretch; } }
          .hp-pullpage-nav ul.fsNavLevel1 > li.prof-studies:before {
            background-color: #af7c31; }
          @media (min-width: 700px) {
            .hp-pullpage-nav ul.fsNavLevel1 > li.prof-studies > a {
              -ms-transform: translateY(40px);
              transform: translateY(40px); } }
          .hp-pullpage-nav ul.fsNavLevel1 > li.prof-studies > .fsNavPageInfo {
            background-color: #af7c31;
            left: 50%;
            transform: translate3d(-50%, -50%, 0) scale(0); }
          .hp-pullpage-nav ul.fsNavLevel1 > li.prof-studies:hover > .fsNavPageInfo {
            transform: translate3d(-50%, -50%, 0) scale(1); }
        @media (min-width: 700px) {
          .hp-pullpage-nav ul.fsNavLevel1 > li.graduate {
            transform: translate3d(-2px, 0, 0); } }
        .hp-pullpage-nav ul.fsNavLevel1 > li.graduate:before {
          background-color: #81a3b8; }
        .hp-pullpage-nav ul.fsNavLevel1 > li.graduate > .fsNavPageInfo {
          background-color: #81a3b8;
          left: auto;
          right: -1px; }

@keyframes unveil {
  0% {
    height: 0; }
  50% {
    height: 100%; }
  100% {
    height: 0; } }

.hp-pull-container {
  width: 100vw;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  margin-bottom: 0;
  background-color: #fff; }
  .hp-pull-container > header {
    display: none; }
    .fsComposeMode .hp-pull-container > header {
      display: block; }
  .hp-pull-container.active {
    z-index: 501; }
  .hp-pull-container.has-content {
    position: relative; }
    .hp-pull-container.has-content:after, .hp-pull-container.has-content:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 0;
      top: 0;
      left: 0;
      background-color: #00aeef; }
    .hp-pull-container.has-content:before {
      height: 100%;
      z-index: 500;
      transition: 0s ease-in 1s; }
    .hp-pull-container.has-content > .fsElementContent {
      opacity: 0;
      visibility: hidden;
      transition: .3s; }
    .hp-pull-container.has-content.prof-studies:after, .hp-pull-container.has-content.prof-studies:before {
      background-color: #e98824; }
    .hp-pull-container.has-content.graduate:after, .hp-pull-container.has-content.graduate:before {
      background-color: #00a79d; }
    .hp-pull-container.has-content.active:after {
      height: 0;
      animation: unveil 1.5s 1; }
      .stuck .hp-pull-container.has-content.active:after {
        animation: unveil 2s 1; }
    .hp-pull-container.has-content.active:before {
      height: 0; }
    .hp-pull-container.has-content.active > .fsElementContent {
      opacity: 1;
      visibility: visible;
      transition: .3s ease-in 1.25s; }
  .fill-content .hp-pull-container.master > .fsElementContent {
    width: 300vw;
    display: -ms-flexbox;
    display: flex;
    transition: transform 1s; }
  .fill-content .hp-pull-container.master.undergraduate-active > .fsElementContent {
    transform: translate3d(0, 0, 0); }
  .fill-content .hp-pull-container.master.prof-studies-active > .fsElementContent {
    transform: translate3d(-100vw, 0, 0); }
  .fill-content .hp-pull-container.master.graduate-active > .fsElementContent {
    transform: translate3d(-200vw, 0, 0); }

.profiles .slick-list {
  overflow: visible; }
  .profiles .slick-list:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 1; }

.profiles .slick-slide {
  display: -ms-flexbox !important;
  display: flex !important;
  outline: transparent;
  -ms-flex-align: start;
  align-items: flex-start;
  background-size: auto 265px;
  background-position-x: 10px;
  white-space: nowrap;
  padding-top: 265px; }
  @media (min-width: 500px) {
    .profiles .slick-slide {
      background-size: auto 350px;
      padding-top: 350px; } }
  @media (min-width: 700px) {
    .profiles .slick-slide {
      background-size: auto 265px;
      background-position-x: 0;
      white-space: normal;
      padding-top: 0; } }
  @media (min-width: 800px) {
    .profiles .slick-slide {
      background-size: auto 350px; } }
  .profiles .slick-slide:before {
    display: none; }
    @media (min-width: 700px) {
      .profiles .slick-slide:before {
        height: 100%;
        width: calc(100% - 265px);
        display: block; } }
    @media (min-width: 800px) {
      .profiles .slick-slide:before {
        width: calc(100% - 350px); } }
  .profiles .slick-slide .profile-toggle {
    left: 0; }
    @media (min-width: 700px) {
      .profiles .slick-slide .profile-toggle {
        left: -10px; } }
  .profiles .slick-slide > header {
    width: 100%;
    min-height: 265px;
    white-space: normal;
    padding: 50px 25px 20px;
    margin-left: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 265px; }
    @media (min-width: 500px) {
      .profiles .slick-slide > header {
        min-height: 350px;
        width: 350px; } }
    @media (min-width: 700px) {
      .profiles .slick-slide > header {
        width: 265px;
        min-height: 265px;
        margin-left: 0;
        height: 100%; } }
    @media (min-width: 800px) {
      .profiles .slick-slide > header {
        width: 350px;
        min-height: 350px;
        height: auto; } }
    @media (min-width: 1000px) {
      .profiles .slick-slide > header {
        position: relative;
        padding: 2.7vw; } }
  .profiles .slick-slide > button, .profiles .slick-slide > header, .profiles .slick-slide > .fsElementContent, .profiles .slick-slide > footer {
    -ms-flex-order: 5;
    order: 5; }
  .profiles .slick-slide > footer {
    width: 100%;
    padding-left: 10px; }
    @media (min-width: 700px) {
      .profiles .slick-slide > footer {
        max-width: 265px;
        top: 265px;
        left: 0;
        position: absolute;
        padding-left: 0; } }
    @media (min-width: 800px) {
      .profiles .slick-slide > footer {
        top: 350px;
        max-width: 350px; } }
    @media (min-width: 1000px) {
      .profiles .slick-slide > footer {
        width: 100%;
        top: 0;
        position: relative;
        max-width: 100%; } }
  .profiles .slick-slide > .fsElementContent {
    margin-top: 0;
    padding: 15px 0 15px 10px;
    -ms-flex-order: 10;
    order: 10;
    min-width: calc(100vw - 40px);
    white-space: normal; }
    @media (min-width: 500px) {
      .profiles .slick-slide > .fsElementContent {
        min-width: calc(100vw - 50px); } }
    @media (min-width: 700px) {
      .profiles .slick-slide > .fsElementContent {
        -ms-flex-order: 5;
        order: 5;
        width: calc(100% - 265px);
        margin-left: 265px;
        padding: 15px;
        min-width: 0; } }
    @media (min-width: 800px) {
      .profiles .slick-slide > .fsElementContent {
        margin-left: 350px;
        width: calc(100% - 350px);
        padding: 25px 20px;
        margin-top: 10px; } }
    @media (min-width: 1000px) {
      .profiles .slick-slide > .fsElementContent {
        margin-top: 20px;
        margin-left: 0;
        -ms-flex-order: 5;
        order: 5;
        padding: 25px; } }
    @media (min-width: 1100px) {
      .profiles .slick-slide > .fsElementContent {
        margin-top: 40px; } }
    .profiles .slick-slide > .fsElementContent:before {
      transform: translate3d(0, 0, 0);
      top: 112px;
      left: -24px;
      display: none; }
      @media (min-width: 700px) {
        .profiles .slick-slide > .fsElementContent:before {
          display: block; } }
      @media (min-width: 800px) {
        .profiles .slick-slide > .fsElementContent:before {
          left: -34px;
          top: 50%;
          transform: translate3d(0, -50%, 0); } }
    .profiles .slick-slide > .fsElementContent:after {
      left: -10px;
      width: 11px;
      display: none; }
      @media (min-width: 700px) {
        .profiles .slick-slide > .fsElementContent:after {
          display: block; } }
      @media (min-width: 800px) {
        .profiles .slick-slide > .fsElementContent:after {
          width: 21px;
          left: -20px; } }
  .profiles .slick-slide:after {
    content: '';
    position: absolute;
    height: 265px;
    width: 265px;
    background-color: rgba(0, 55, 103, 0.6);
    top: 0;
    left: 10px;
    opacity: 1;
    visibility: visible;
    transition: .3s ease-in .15s; }
    @media (min-width: 500px) {
      .profiles .slick-slide:after {
        height: 350px;
        width: 350px; } }
    @media (min-width: 700px) {
      .profiles .slick-slide:after {
        height: 265px;
        width: 265px;
        left: 0; } }
    @media (min-width: 800px) {
      .profiles .slick-slide:after {
        height: 350px;
        width: 350px; } }
  .profiles .slick-slide.show:after {
    opacity: 0;
    visibility: hidden;
    transition: .3s; }
  .profiles .slick-slide.open > .fsElementContent {
    opacity: 0;
    visibility: hidden;
    transition: .3s; }
  .profiles .slick-slide.slick-current {
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 50; }
    @media (min-width: 1100px) {
      .profiles .slick-slide.slick-current > .fsElementContent {
        padding-right: 0; } }
  .profiles .slick-slide > .profile-toggle,
  .profiles .slick-slide > footer,
  .profiles .slick-slide > .fsElementContent {
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    -ms-transform: scale(0);
    transform: scale(0); }
  .profiles .slick-slide > .fsElementContent {
    -ms-transform: scale(0.5);
    transform: scale(0.5); }
  @media (min-width: 600px) {
    .profiles .slick-slide.show > .profile-toggle,
    .profiles .slick-slide.show > footer,
    .profiles .slick-slide.show > .fsElementContent, .profiles .slick-slide.slick-current.start > .profile-toggle,
    .profiles .slick-slide.slick-current.start > footer,
    .profiles .slick-slide.slick-current.start > .fsElementContent {
      opacity: 1;
      visibility: visible;
      -ms-transform: scale(1);
      transform: scale(1); } }
  @media (min-width: 600px) {
    .profiles .slick-slide.show > .fsElementContent, .profiles .slick-slide.slick-current.start > .fsElementContent {
      -ms-transform: scale(1);
      transform: scale(1);
      transition: .3s ease-in .15s; } }
  .profiles .slick-slide.show.open > .fsElementContent, .profiles .slick-slide.slick-current.start.open > .fsElementContent {
    opacity: 0;
    visibility: hidden;
    transition: .3s; }
    @media (min-width: 500px) {
      .profiles .slick-slide.show.open > .fsElementContent, .profiles .slick-slide.slick-current.start.open > .fsElementContent {
        opacity: 1;
        visibility: visible; } }
  @media (max-width: 599px) {
    .profiles .slick-slide.slick-active > .profile-toggle,
    .profiles .slick-slide.slick-active > footer,
    .profiles .slick-slide.slick-active > .fsElementContent, .profiles .slick-slide.slick-current.start > .profile-toggle,
    .profiles .slick-slide.slick-current.start > footer,
    .profiles .slick-slide.slick-current.start > .fsElementContent {
      opacity: 1;
      visibility: visible;
      -ms-transform: scale(1);
      transform: scale(1); }
    .profiles .slick-slide.slick-active > .fsElementContent, .profiles .slick-slide.slick-current.start > .fsElementContent {
      -ms-transform: scale(1);
      transform: scale(1);
      transition: .3s ease-in .15s; } }

.infographic-wrapper .slick-slider {
  padding: 0 40px; }

.infographic-wrapper .slick-slide:focus {
  background-color: rgba(255, 255, 255, 0.25);
  outline: transparent; }

.infographic-wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 50px;
  height: 50px;
  background: transparent;
  overflow: hidden;
  color: transparent;
  z-index: 200;
  padding: 0;
  border: none; }
  .infographic-wrapper .slick-arrow:before {
    color: #505154;
    font-size: 16px;
    transition: opacity .3s;
    display: inline-block;
    line-height: 1;
    width: auto;
    height: auto;
    opacity: .5;
    position: absolute;
    font-family: "IcoMoon";
    font-weight: normal; }
  .infographic-wrapper .slick-arrow.slick-prev:before, .infographic-wrapper .slick-arrow.slick-next:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0); }
  .infographic-wrapper .slick-arrow:hover, .infographic-wrapper .slick-arrow:focus {
    outline: transparent; }
    .infographic-wrapper .slick-arrow:hover:before, .infographic-wrapper .slick-arrow:focus:before {
      opacity: 1;
      transition: opacity .3s; }

.infographic-wrapper .slick-prev {
  left: 0; }
  .infographic-wrapper .slick-prev:before {
    content: ""; }

.infographic-wrapper .slick-next {
  right: 0; }
  .infographic-wrapper .slick-next:before {
    content: ""; }

.fsPostElement.hp-posts-slideshow {
  margin-bottom: 40px; }
  @media screen and (max-width: 699px) {
    .fsPostElement.hp-posts-slideshow .fsListItems {
      width: 580px;
      margin-left: 20px;
      max-width: 82.8125vw;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media screen and (max-width: 399px) {
    .fsPostElement.hp-posts-slideshow .fsListItems {
      max-width: 265px; } }
  .fsPostElement.hp-posts-slideshow .slick-list {
    overflow: visible; }
    .fsPostElement.hp-posts-slideshow .slick-list:before {
      content: '';
      position: absolute;
      right: 100%;
      top: 0;
      height: 100%;
      width: 100%;
      background-color: #fff;
      z-index: 1; }
  .fsPostElement.hp-posts-slideshow .slick-slide {
    outline: transparent;
    border-bottom: none;
    position: relative;
    padding: 0; }
    @media (min-width: 700px) {
      .fsPostElement.hp-posts-slideshow .slick-slide {
        padding: 35px 0 0 calc(40.3vw + 35px);
        padding-right: 35px;
        min-height: 390px; } }
    @media (min-width: 1100px) {
      .fsPostElement.hp-posts-slideshow .slick-slide {
        padding-right: 15px; } }
    @media (min-width: 1180px) {
      .fsPostElement.hp-posts-slideshow .slick-slide {
        padding-left: 630px;
        padding-right: 0; } }
    @media (min-width: 1300px) {
      .fsPostElement.hp-posts-slideshow .slick-slide {
        padding-bottom: 60px; } }
    .fsPostElement.hp-posts-slideshow .slick-slide .fsThumbnail {
      min-height: 178px;
      position: relative;
      width: calc(100% - 10px);
      height: 55.625vw; }
      @media (min-width: 700px) {
        .fsPostElement.hp-posts-slideshow .slick-slide .fsThumbnail {
          max-width: 580px;
          margin-bottom: 0;
          position: absolute;
          height: 100%;
          left: 0;
          top: 0;
          width: 40.3vw; } }
      @media (min-width: 1180px) {
        .fsPostElement.hp-posts-slideshow .slick-slide .fsThumbnail {
          width: 580px; } }
      .fsPostElement.hp-posts-slideshow .slick-slide .fsThumbnail:after {
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 55, 103, 0.6);
        position: absolute;
        transition: .3s;
        z-index: 1; }
      .fsPostElement.hp-posts-slideshow .slick-slide .fsThumbnail .fsCroppedImage {
        padding-bottom: 0;
        height: 100%; }
    .fsPostElement.hp-posts-slideshow .slick-slide > div,
    .fsPostElement.hp-posts-slideshow .slick-slide > .fsReadMoreLink {
      opacity: 0;
      visibility: hidden;
      transition: .2s;
      -ms-transform: scale(1, 0.5);
      transform: scale(1, 0.5); }
    .fsPostElement.hp-posts-slideshow .slick-slide.show > div,
    .fsPostElement.hp-posts-slideshow .slick-slide.show > .fsReadMoreLink, .fsPostElement.hp-posts-slideshow .slick-slide.slick-current.start > div,
    .fsPostElement.hp-posts-slideshow .slick-slide.slick-current.start > .fsReadMoreLink {
      opacity: 1;
      visibility: visible;
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      transition: .3s ease-in .15s; }
    .fsPostElement.hp-posts-slideshow .slick-slide.show .fsThumbnail:after {
      opacity: 0;
      visibility: hidden; }
    body:not(.fsComposeMode) .fsPostElement.hp-posts-slideshow .slick-slide.fsElementEmpty {
      min-height: 0; }
  .fsPostElement.hp-posts-slideshow .fsListItems .slick-arrow {
    top: calc(27.8125vw - 30px); }
    @media screen and (max-width: 699px) {
      .fsPostElement.hp-posts-slideshow .fsListItems .slick-arrow {
        right: -17px; } }
    @media (min-width: 700px) {
      .fsPostElement.hp-posts-slideshow .fsListItems .slick-arrow {
        top: calc(50% - 50px); } }
    @media (min-width: 1100px) {
      .fsPostElement.hp-posts-slideshow .fsListItems .slick-arrow {
        top: calc(100% + 20px); } }
    @media (min-width: 1300px) {
      .fsPostElement.hp-posts-slideshow .fsListItems .slick-arrow {
        top: auto;
        bottom: 20px; } }
    .fsPostElement.hp-posts-slideshow .fsListItems .slick-arrow.slick-prev {
      top: calc(27.8125vw + 25px); }
      @media (min-width: 700px) {
        .fsPostElement.hp-posts-slideshow .fsListItems .slick-arrow.slick-prev {
          top: calc(50% + 5px); } }
      @media (min-width: 1100px) {
        .fsPostElement.hp-posts-slideshow .fsListItems .slick-arrow.slick-prev {
          top: calc(100% + 20px); } }
      @media (min-width: 1300px) {
        .fsPostElement.hp-posts-slideshow .fsListItems .slick-arrow.slick-prev {
          top: auto;
          bottom: 20px; } }
  .fsPostElement.hp-posts-slideshow > footer {
    max-width: calc(100% - 40px);
    margin: 15px auto 0; }
    @media (min-width: 1100px) {
      .fsPostElement.hp-posts-slideshow > footer {
        padding-left: 10px;
        margin-left: 20px;
        max-width: calc(100% - 180px); } }
    @media (min-width: 1180px) {
      .fsPostElement.hp-posts-slideshow > footer {
        padding-left: 20px; } }
    @media (min-width: 1300px) {
      .fsPostElement.hp-posts-slideshow > footer {
        margin-left: 40px;
        max-width: calc(100% - 10.4vw); } }
    @media (min-width: 1400px) {
      .fsPostElement.hp-posts-slideshow > footer {
        max-width: calc(100% - 220px);
        width: 1220px;
        margin-left: auto; } }
    @media (min-width: 1980px) {
      .fsPostElement.hp-posts-slideshow > footer {
        width: calc(100% + 7.6vw); } }
    .fsPostElement.hp-posts-slideshow > footer .fsElementFooterContent {
      margin-top: 0; }

.hp-panel.social {
  position: relative;
  margin: 0 auto;
  width: 1180px;
  max-width: calc(100% - 40px);
  padding-top: 0; }
  @media (min-width: 900px) {
    .hp-panel.social {
      max-width: calc(100% - 60px); } }
  .hp-panel.social > header .fsElementTitle {
    text-transform: none; }

@media (min-width: 600px) {
  body:not(.fsComposeMode) .hp-social-wrapper > .fsDiv.fsStyleColumn-1 {
    width: calc(100% - 260px);
    padding-right: 20px; } }

@media (min-width: 800px) {
  body:not(.fsComposeMode) .hp-social-wrapper > .fsDiv.fsStyleColumn-1 {
    width: 310px; } }

@media (min-width: 900px) {
  body:not(.fsComposeMode) .hp-social-wrapper > .fsDiv.fsStyleColumn-1 {
    width: calc(100% - 520px); } }

@media (min-width: 1080px) {
  body:not(.fsComposeMode) .hp-social-wrapper > .fsDiv.fsStyleColumn-1 {
    width: calc(100% - 680px); } }

@media (min-width: 1180px) {
  body:not(.fsComposeMode) .hp-social-wrapper > .fsDiv.fsStyleColumn-1 {
    width: calc(100% - 780px); } }

body:not(.fsComposeMode) .hp-social-wrapper > .fsDiv.fsStyleColumn-2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 400px;
  margin: 0 auto; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .hp-social-wrapper > .fsDiv.fsStyleColumn-2 {
      width: 260px;
      max-width: 100%;
      margin: 0;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 800px) {
    body:not(.fsComposeMode) .hp-social-wrapper > .fsDiv.fsStyleColumn-2 {
      width: calc(100% - 310px); } }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .hp-social-wrapper > .fsDiv.fsStyleColumn-2 {
      width: 520px; } }
  @media (min-width: 1080px) {
    body:not(.fsComposeMode) .hp-social-wrapper > .fsDiv.fsStyleColumn-2 {
      width: 680px;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media (min-width: 1180px) {
    body:not(.fsComposeMode) .hp-social-wrapper > .fsDiv.fsStyleColumn-2 {
      width: 780px; } }
  body:not(.fsComposeMode) .hp-social-wrapper > .fsDiv.fsStyleColumn-2 .hp-instagram {
    width: 100%;
    margin-bottom: 20px; }

.hp-social-wrapper .fsCalendar {
  margin: 0 auto;
  max-width: 400px; }
  @media (min-width: 600px) {
    .hp-social-wrapper .fsCalendar {
      margin: 0; } }

.hp-social-wrapper .hp-twitter {
  margin-bottom: 40px; }
  @media (min-width: 900px) {
    .hp-social-wrapper .hp-twitter {
      width: calc(50% + 20px);
      padding-right: 20px;
      margin-bottom: 0; } }
  @media (min-width: 1080px) {
    .hp-social-wrapper .hp-twitter {
      width: calc(66.666% + 40px);
      padding-right: 40px; } }

.hp-social-wrapper .hp-facebook {
  width: 100%;
  padding: 30px 18px 15px;
  border: solid 1px #cecfd0;
  font-family: "futura-pt", sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: #d5ca9f;
  position: relative; }
  @media (min-width: 600px) {
    .hp-social-wrapper .hp-facebook {
      width: 285px; } }
  @media (min-width: 900px) {
    .hp-social-wrapper .hp-facebook {
      width: 180px; } }
  .hp-social-wrapper .hp-facebook:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #00a79d;
    line-height: 1;
    font-size: 36px;
    position: absolute;
    padding: 0 5px;
    background-color: #fff;
    top: -17px;
    left: 10px; }
  .hp-social-wrapper .hp-facebook > header .fsElementTitle {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #9d9fa2;
    margin-bottom: 8px; }
  .hp-social-wrapper .hp-facebook > header .fsElementHeaderContent {
    margin-bottom: 7px; }
    .hp-social-wrapper .hp-facebook > header .fsElementHeaderContent:before {
      content: "" "" "" "" "";
      display: inline-block;
      font-family: "IcoMoon";
      letter-spacing: .1em;
      font-size: 14px;
      margin-right: 5px; }
  .hp-social-wrapper .hp-facebook > footer .fsElementFooterContent {
    margin-top: 0; }

.hp-instagram.fsFeeds {
  overflow: hidden; }
  @media (min-width: 1080px) {
    .hp-instagram.fsFeeds {
      height: 19.237vw; } }
  @media (min-width: 1180px) {
    .hp-instagram.fsFeeds {
      height: 260px; } }
  .hp-instagram.fsFeeds .juicer-feed {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .hp-instagram.fsFeeds .feed-item {
    transition: opacity .3s;
    width: 100%; }
    @media (min-width: 800px) {
      .hp-instagram.fsFeeds .feed-item {
        width: 50%; } }
    @media (min-width: 1080px) {
      .hp-instagram.fsFeeds .feed-item {
        height: 19.237vw;
        width: 33.333%; } }
    @media (min-width: 1180px) {
      .hp-instagram.fsFeeds .feed-item {
        height: 260px; } }
    .hp-instagram.fsFeeds .feed-item:hover {
      opacity: .7;
      transition: opacity .3s; }
    .hp-instagram.fsFeeds .feed-item:first-child, .hp-instagram.fsFeeds .feed-item:nth-child(2) {
      border-right: solid 1px #fff; }
    .hp-instagram.fsFeeds .feed-item:nth-child(n+2) {
      display: none; }
      @media (min-width: 800px) {
        .hp-instagram.fsFeeds .feed-item:nth-child(n+2) {
          display: block; } }
    .hp-instagram.fsFeeds .feed-item:nth-child(n+3) {
      display: none; }
      @media (min-width: 1080px) {
        .hp-instagram.fsFeeds .feed-item:nth-child(n+3) {
          display: block; } }
    .hp-instagram.fsFeeds .feed-item:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      right: 10px;
      bottom: 10px;
      color: #fff;
      line-height: 1;
      font-size: 20px; }
  .hp-instagram.fsFeeds .j-image {
    height: 100%; }
    .hp-instagram.fsFeeds .j-image img {
      max-height: 100%;
      height: 100% !important;
      display: block; }
  .hp-instagram.fsFeeds .j-text {
    display: none; }

.hp-twitter > header {
  background-color: rgba(213, 202, 159, 0.3);
  padding: 50px 30px 0; }
  .hp-twitter > header .fsElementTitle {
    margin-bottom: 0;
    font-size: 20px; }

.hp-twitter .juicer-feed {
  background-color: rgba(213, 202, 159, 0.3); }
  .hp-twitter .juicer-feed li.feed-item {
    background: none;
    margin-bottom: 0 !important;
    padding: 15px 30px 75px; }
    .hp-twitter .juicer-feed li.feed-item > div.j-meta {
      position: absolute;
      left: auto;
      right: 0;
      top: auto;
      bottom: 0;
      width: 80px;
      height: 80px;
      background: none;
      padding-top: 45px;
      padding-left: 45px; }
      .hp-twitter .juicer-feed li.feed-item > div.j-meta:before {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 80px 80px;
        border-color: transparent transparent rgba(175, 124, 49, 0.5) transparent; }
      .hp-twitter .juicer-feed li.feed-item > div.j-meta nav {
        position: relative;
        z-index: 20;
        text-align: left; }
      .hp-twitter .juicer-feed li.feed-item > div.j-meta a {
        position: relative;
        z-index: 5; }
        .hp-twitter .juicer-feed li.feed-item > div.j-meta a:before {
          margin: 0;
          font-size: 24px; }
      .hp-twitter .juicer-feed li.feed-item > div.j-meta > ul {
        display: none; }
    .hp-twitter .juicer-feed li.feed-item > div.j-text {
      margin: 0;
      padding: 0;
      min-height: 0; }
    .hp-twitter .juicer-feed li.feed-item > a > img {
      display: none; }
    .hp-twitter .juicer-feed li.feed-item .j-message {
      padding: 0;
      height: auto; }
      .hp-twitter .juicer-feed li.feed-item .j-message p:last-of-type {
        margin-bottom: 0; }
      .hp-twitter .juicer-feed li.feed-item .j-message .info {
        display: none; }

.hp-panel.cta {
  padding-bottom: 70px; }
  @media (min-width: 600px) {
    .hp-panel.cta {
      padding-bottom: 80px; } }
  .hp-panel.cta > .fsElementContent {
    position: relative;
    margin: 0 auto;
    width: 1180px;
    max-width: calc(100% - 40px); }
    @media (min-width: 900px) {
      .hp-panel.cta > .fsElementContent {
        max-width: calc(100% - 60px); } }
  .home .hp-panel.cta {
    margin-top: 0; }
    @media (min-width: 600px) {
      .home .hp-panel.cta {
        margin-top: 40px; } }

.fsContainer.cta {
  margin-top: 60px; }
  @media (min-width: 900px) {
    .fsContainer.cta {
      margin-top: 90px; } }
  .fsContainer.cta > header {
    max-width: 100%; }
    .fsContainer.cta > header .fsElementTitle {
      padding-bottom: 0;
      margin-bottom: 15px;
      text-transform: none;
      font-family: "adriane", Georgia, serif;
      font-size: 5vw;
      font-weight: 400;
      line-height: 1.3;
      letter-spacing: 0;
      color: #9d9fa2;
      text-align: center; }
      @media (min-width: 600px) {
        .fsContainer.cta > header .fsElementTitle {
          font-size: 30px;
          margin-bottom: 40px; } }
      .fsContainer.cta > header .fsElementTitle:after {
        display: none; }

@media (min-width: 800px) {
  body.fill-content:not(.fsComposeMode) .hp-panel > header {
    -ms-transform: scale(0);
    transform: scale(0);
    transition: .3s; } }

@media (min-width: 800px) {
  body.fill-content:not(.fsComposeMode) .hp-panel.animate > header {
    -ms-transform: scale(1);
    transform: scale(1);
    transition: .4s; } }

@media (min-width: 800px) {
  body.fill-content:not(.fsComposeMode) .hp-panel.values > .fsElementContent, body.fill-content:not(.fsComposeMode) .hp-panel.infographic > .fsElementContent, body.fill-content:not(.fsComposeMode) .hp-panel.social > .fsElementContent {
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    transition: .3s;
    opacity: 0;
    visibility: hidden; }
  body.fill-content:not(.fsComposeMode) .hp-panel.values.animate > .fsElementContent, body.fill-content:not(.fsComposeMode) .hp-panel.infographic.animate > .fsElementContent, body.fill-content:not(.fsComposeMode) .hp-panel.social.animate > .fsElementContent {
    -ms-transform: scale(1);
    transform: scale(1);
    transition: .4s ease-in .2s;
    opacity: 1;
    visibility: visible; } }

@media (min-width: 800px) {
  body.fill-content:not(.fsComposeMode) .hp-panel.profiles > .fsElementContent, body.fill-content:not(.fsComposeMode) .hp-panel.hp-posts-slideshow > .fsElementContent {
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    transition: .3s;
    opacity: 0;
    visibility: hidden; }
  body.fill-content:not(.fsComposeMode) .hp-panel.profiles.animate > .fsElementContent, body.fill-content:not(.fsComposeMode) .hp-panel.hp-posts-slideshow.animate > .fsElementContent {
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: .4s ease-in .2s;
    opacity: 1;
    visibility: visible; } }

@media (min-width: 800px) {
  body.fill-content:not(.fsComposeMode) .hp-panel.cta .fsStyleColumn {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    transition: .3s; }
    body.fill-content:not(.fsComposeMode) .hp-panel.cta .fsStyleColumn .fsElement {
      -ms-transform: scale(1);
      transform: scale(1);
      transition: .3s; }
      body.fill-content:not(.fsComposeMode) .hp-panel.cta .fsStyleColumn .fsElement:hover {
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        transition: .3s; }
  body.fill-content:not(.fsComposeMode) .hp-panel.cta.animate .fsStyleColumn {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    transition: .4s ease-in .3s; }
    body.fill-content:not(.fsComposeMode) .hp-panel.cta.animate .fsStyleColumn.fsStyleColumn-2 {
      transition: .4s ease-in .5s; }
    body.fill-content:not(.fsComposeMode) .hp-panel.cta.animate .fsStyleColumn.fsStyleColumn-3 {
      transition: .4s ease-in .7s; } }

.hp-splash-wrapper .site-search {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, -50%, 0) scale(0.75);
  display: none; }
  @media (min-width: 800px) {
    .hp-splash-wrapper .site-search {
      display: block; } }
  .hide-search .hp-splash-wrapper .site-search {
    display: none !important; }

@media (min-width: 800px) {
  .hp-splash-wrapper.fixed > .fsElementContent {
    margin-bottom: 80px; } }

@media (min-width: 800px) {
  .hp-splash-wrapper.fixed .hp-pullpage-nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    border-bottom: solid 1px #cecfd0;
    z-index: 99; } }

.hp-splash-wrapper.fixed .hp-pullpage-nav .site-search {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, -50%, 0) scale(1);
  transition: .3s; }

.hp-splash-wrapper .site-search form {
  height: 40px; }
  .hp-splash-wrapper .site-search form > label:after {
    color: #00aeef; }
  .hp-splash-wrapper .site-search form > input {
    color: #9d9fa2;
    font-size: 13px;
    font-family: "futura-pt", sans-serif;
    font-weight: 800;
    letter-spacing: .1em;
    width: 265px; }
  .hp-splash-wrapper .site-search form > button {
    display: none;
    border: solid 1px #00aeef;
    height: 100%;
    width: 38px;
    font-size: 13px;
    line-height: 1;
    font-family: "futura-pt", sans-serif;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 0 10px;
    margin-left: 15px; }
    @media (min-width: 900px) {
      .hp-splash-wrapper .site-search form > button {
        color: #00aeef;
        width: auto; } }
    .hp-splash-wrapper .site-search form > button:after {
      color: #00aeef; }
      @media (min-width: 900px) {
        .hp-splash-wrapper .site-search form > button:after {
          display: none; } }
    .hp-splash-wrapper .site-search form > button:hover {
      border: solid 1px #00a79d;
      transition: .3s;
      color: #00a79d; }
      .hp-splash-wrapper .site-search form > button:hover:after {
        color: #00a79d;
        transition: .3s; }
  .hp-splash-wrapper .site-search.on form > button {
    display: block; }

.hp-splash-wrapper .site-search ::-webkit-input-placeholder {
  color: #9d9fa2; }

.hp-splash-wrapper .site-search :-moz-placeholder {
  color: #9d9fa2; }

.hp-splash-wrapper .site-search ::-moz-placeholder {
  color: #9d9fa2; }

.hp-splash-wrapper .site-search :-ms-input-placeholder {
  color: #9d9fa2; }

.site-search.on ::-webkit-input-placeholder {
  color: #cecfd0; }

.site-search.on :-moz-placeholder {
  color: #cecfd0; }

.site-search.on ::-moz-placeholder {
  color: #cecfd0; }

.site-search.on :-ms-input-placeholder {
  color: #cecfd0; }

.portal-page .fsTwoColumnWideRightLayout > .fsDiv > .fsElement + .fsElement {
  margin-top: 2em; }

/*! pages - home v0.0.1 */
.ad-landing .fsPageBodyWrapper {
  padding: 0;
  position: relative;
  overflow: hidden; }

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

.ad-landing .fsLayout > .fsDiv {
  min-height: 0; }

.ad-landing .fsPageLayout {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .ad-landing .fsPageLayout .fsElement {
    margin-bottom: 0; }
  .ad-landing .fsPageLayout:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 40px;
    line-height: 1;
    z-index: 10; }
    @media (min-width: 600px) {
      .ad-landing .fsPageLayout:before {
        top: 30px;
        left: 30px; } }
    @media (min-width: 700px) {
      .ad-landing .fsPageLayout:before {
        font-size: 50px; } }
    @media (min-width: 800px) {
      .ad-landing .fsPageLayout:before {
        font-size: 60px; } }
    @media (min-width: 900px) {
      .ad-landing .fsPageLayout:before {
        top: 50px;
        left: 50px; } }
  .ad-landing .fsPageLayout > .fsDiv {
    padding: 0; }
    .ad-landing .fsPageLayout > .fsDiv:first-of-type {
      background-image: url("../images/ad-bg.png");
      background-attachment: fixed;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: bottom center; }
      @media (min-width: 800px) {
        .ad-landing .fsPageLayout > .fsDiv:first-of-type {
          max-width: calc(100% - 355px);
          width: 66.66%; } }
    .ad-landing .fsPageLayout > .fsDiv:last-of-type {
      width: 33.333%;
      background-color: #003767;
      color: #fff;
      padding: 50px 20px;
      position: relative;
      min-width: 355px;
      display: none; }
      @media (min-width: 800px) {
        .ad-landing .fsPageLayout > .fsDiv:last-of-type {
          display: block; } }

.ad-landing .footer-container-main:before {
  display: none; }

.ad-landing .fsFooter {
  position: relative; }
  .ad-landing .fsFooter .fsBanner {
    background: #161616; }

@media (min-width: 700px) {
  .ad-landing .footer-container-main > .fsElementContent {
    padding-top: 45px; } }

.ad-landing .module.teal {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(0, 167, 157, 0.8); }
  @media (min-width: 600px) {
    .ad-landing .module.teal {
      padding-top: 90px;
      padding-bottom: 90px; } }
  .ad-landing .module.teal > header .fsElementTitle {
    display: block;
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #003767;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
    position: relative;
    color: #fff;
    margin-top: 0; }
    .ad-landing .module.teal > header .fsElementTitle:after {
      content: '';
      width: 40px;
      position: absolute;
      left: 50%;
      transform: translate3d(-50%, 0, 0);
      bottom: 0;
      height: 4px;
      background-color: #cecfd0; }
    .ad-landing .module.teal > header .fsElementTitle:after {
      background-color: #fff; }
  .ad-landing .module.teal > .fsElementContent,
  .ad-landing .module.teal > header,
  .ad-landing .module.teal > footer {
    max-width: 700px;
    margin: 0 auto; }
  .ad-landing .module.teal ul {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto; }
  .ad-landing .module.teal p + ul {
    margin-top: 40px; }

.ad-landing.no-logo .fsPageLayout:before {
  display: none; }

.ad-landing #fsHeader + #fsPageBodyWrapper .fsPageLayout:before {
  display: none; }

.ad-landing .hp-header-wrapper {
  background: transparent !important; }
  .ad-landing .hp-header-wrapper .site-name {
    margin: 20px; }
    @media (min-width: 600px) {
      .ad-landing .hp-header-wrapper .site-name {
        left: 10px;
        top: 10px; } }
    @media (min-width: 800px) {
      .ad-landing .hp-header-wrapper .site-name {
        left: 10px;
        top: 10px; } }
    @media (min-width: 900px) {
      .ad-landing .hp-header-wrapper .site-name {
        left: 30px;
        top: 30px; } }
    @media (min-width: 1080px) {
      .ad-landing .hp-header-wrapper .site-name {
        top: 30px;
        height: 60px; } }

body:not(.fsComposeMode) .module.teal ul:last-child {
  margin-bottom: 0; }

.ad-landing-hero {
  background-size: cover;
  background-position: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 150px 20px 20px;
  color: #fff;
  margin-bottom: 0; }
  @media (min-width: 600px) {
    .ad-landing-hero {
      padding: 150px 30px 30px; } }
  @media (min-width: 700px) {
    .ad-landing-hero {
      min-height: 690px; } }
  @media (min-width: 900px) {
    .ad-landing-hero {
      padding: 150px 50px 50px; } }
  .ad-landing-hero:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.12) 75%, rgba(0, 0, 0, 0.12) 100%);
    */ }
  .ad-landing-hero > header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative; }
    .ad-landing-hero > header .fsElementHeaderContent {
      line-height: 1.2;
      font-weight: 400;
      position: relative;
      padding-bottom: 5px;
      margin-bottom: 20px;
      font-size: 24px; }
      @media (min-width: 600px) {
        .ad-landing-hero > header .fsElementHeaderContent {
          font-size: 36px; } }
      @media (min-width: 1000px) {
        .ad-landing-hero > header .fsElementHeaderContent {
          font-size: 48px; } }
      .ad-landing-hero > header .fsElementHeaderContent em {
        font-weight: normal;
        font-size: 20px; }
        @media (min-width: 600px) {
          .ad-landing-hero > header .fsElementHeaderContent em {
            font-size: 24px; } }
        @media (min-width: 1000px) {
          .ad-landing-hero > header .fsElementHeaderContent em {
            font-size: 30px; } }
      .ad-landing-hero > header .fsElementHeaderContent:after {
        content: '';
        width: 50px;
        height: 5px;
        opacity: .5;
        background-color: #fff;
        position: absolute;
        left: 0;
        bottom: 0; }
    .ad-landing-hero > header .fsElementTitle {
      color: inherit;
      font-weight: 800;
      font-size: 36px;
      line-height: 1; }
      @media (min-width: 600px) {
        .ad-landing-hero > header .fsElementTitle {
          font-size: 48px; } }
      @media (min-width: 1000px) {
        .ad-landing-hero > header .fsElementTitle {
          font-size: 60px;
          margin-bottom: 30px; } }
  .ad-landing-hero > .fsElementContent {
    font-family: "futura-pt", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.333;
    position: relative; }
    @media (min-width: 600px) {
      .ad-landing-hero > .fsElementContent {
        font-size: 22px; } }
    @media (min-width: 1000px) {
      .ad-landing-hero > .fsElementContent {
        font-size: 24px; } }
  .ad-landing-hero > footer {
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 21px;
    position: relative; }
    .ad-landing-hero > footer strong {
      opacity: .8; }
    .ad-landing-hero > footer .fsElementFooterContent {
      margin-top: 30px; }
      @media (min-width: 1000px) {
        .ad-landing-hero > footer .fsElementFooterContent {
          margin-top: 40px; } }

.ad-lead-in,
.ad-infographic {
  padding: 50px 20px;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  background-color: #fff; }
  @media (min-width: 600px) {
    .ad-lead-in,
    .ad-infographic {
      font-size: 26px;
      padding: 90px 20px; } }
  @media (min-width: 900px) {
    .ad-lead-in,
    .ad-infographic {
      font-size: 30px; } }
  .ad-lead-in br,
  .ad-infographic br {
    display: none; }
    @media (min-width: 900px) {
      .ad-lead-in br,
      .ad-infographic br {
        display: block; } }
  .ad-lead-in > .fsElementContent,
  .ad-lead-in > header,
  .ad-lead-in > footer,
  .ad-infographic > .fsElementContent,
  .ad-infographic > header,
  .ad-infographic > footer {
    max-width: 700px;
    margin: 0 auto; }

.ad-infographic {
  padding-bottom: 100px; }
  .ad-infographic > header .fsElementTitle {
    color: #00aeef;
    font-family: "adriane", Georgia, serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0; }
    @media (min-width: 900px) {
      .ad-infographic > header .fsElementTitle {
        font-size: 70px; } }
  .ad-infographic > .fsElementContent u {
    text-decoration: none;
    position: relative;
    display: inline-block; }
    .ad-infographic > .fsElementContent u:after {
      content: '';
      width: 100%;
      height: 5px;
      position: absolute;
      left: 0;
      bottom: -2px;
      background-color: #9d9fa2;
      opacity: .5; }

.ad-content-wrapper {
  margin: 0;
  background-color: #fff; }
  .ad-content-wrapper > header {
    position: relative; }
    .ad-content-wrapper > header .fsElementTitle {
      padding: 15px 20px;
      background-color: rgba(0, 167, 157, 0.8);
      color: #fff;
      position: absolute;
      right: 30px;
      bottom: 30px;
      margin-bottom: 0;
      font-size: 20px;
      font-weight: 800;
      max-width: calc(100% - 60px);
      line-height: 1.25; }
    .ad-content-wrapper > header .fsElementHeaderContent {
      margin-bottom: 0; }
      .ad-content-wrapper > header .fsElementHeaderContent img {
        display: block;
        width: 100%; }
  .ad-content-wrapper .fsContent {
    padding: 55px 20px; }
    .ad-content-wrapper .fsContent > header,
    .ad-content-wrapper .fsContent > .fsElementContent,
    .ad-content-wrapper .fsContent > footer {
      max-width: 660px;
      margin: 0 auto; }

.ad-container {
  padding: 0 20px 60px;
  margin: 0;
  background-color: #fff; }
  @media (min-width: 600px) {
    .ad-container {
      padding: 0 20px 100px; } }
  .ad-container > header,
  .ad-container > .fsElementContent,
  .ad-container > footer {
    max-width: 700px;
    margin: 0 auto; }
  .ad-container .custom-profile {
    margin: 0 !important; }

body:not(.fsComposeMode) .ad-form {
  margin: 0 auto;
  background-color: #003767;
  z-index: 20;
  padding: 50px 20px; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .ad-form {
      padding: 90px 50px; } }
  @media (min-width: 800px) {
    body:not(.fsComposeMode) .ad-form {
      min-width: 355px;
      position: fixed;
      bottom: 50%;
      transform: translate3d(0, 50%, 0);
      width: 33.333%;
      right: 0;
      padding: 0; } }
  @media (min-width: 800px) {
    body:not(.fsComposeMode) .ad-form.bottom {
      bottom: 50px;
      transform: translate3d(0, 0, 0);
      position: absolute; } }
  body:not(.fsComposeMode) .ad-form > header,
  body:not(.fsComposeMode) .ad-form > .fsElementContent,
  body:not(.fsComposeMode) .ad-form > footer {
    margin: 0 auto; }
    @media (min-width: 500px) {
      body:not(.fsComposeMode) .ad-form > header,
      body:not(.fsComposeMode) .ad-form > .fsElementContent,
      body:not(.fsComposeMode) .ad-form > footer {
        max-width: calc(100% - 40px); } }
    @media (min-width: 800px) {
      body:not(.fsComposeMode) .ad-form > header,
      body:not(.fsComposeMode) .ad-form > .fsElementContent,
      body:not(.fsComposeMode) .ad-form > footer {
        max-width: 315px; } }
  body:not(.fsComposeMode) .ad-form > header {
    text-align: center;
    font-family: "futura-pt", sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 25px; }

.ad-grid-schedule {
  padding: 55px 20px; }
  @media (min-width: 600px) {
    .ad-grid-schedule {
      padding: 60px 30px; } }
  @media (min-width: 700px) {
    .ad-grid-schedule {
      padding: 60px 6.25vw; } }
  @media (min-width: 800px) {
    .ad-grid-schedule {
      padding: 60px 3vw; } }
  @media (min-width: 1440px) {
    .ad-grid-schedule {
      padding: 60px 50px; } }
  .ad-grid-schedule > header .fsElementTitle {
    display: block;
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #003767;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
    position: relative;
    margin-top: 0; }
    .ad-grid-schedule > header .fsElementTitle:after {
      content: '';
      width: 40px;
      position: absolute;
      left: 50%;
      transform: translate3d(-50%, 0, 0);
      bottom: 0;
      height: 4px;
      background-color: #cecfd0; }
    .ad-grid-schedule > header .fsElementTitle:after {
      background-color: rgba(157, 159, 162, 0.5); }

.schedule-container {
  font-family: "futura-pt", sans-serif; }
  .schedule-container + .schedule-container {
    margin-top: 25px; }
  .schedule-container > header {
    text-align: center; }
    .schedule-container > header .fsElementTitle {
      color: #af7c31;
      margin-bottom: 10px; }
  .schedule-container > .fsElementContent {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 500px) {
      .schedule-container > .fsElementContent {
        margin-left: -3px;
        margin-right: -3px; } }
    body:not(.fsComposeMode) .schedule-container > .fsElementContent {
      display: -ms-flexbox;
      display: flex; }

.schedule-content-block {
  background-color: #fff;
  margin-top: 6px;
  padding: 25px 20px;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3125;
  width: 100%; }
  @media (min-width: 500px) {
    .schedule-content-block {
      width: calc(50% - 6px);
      margin: 6px 3px 0; } }
  @media (min-width: 700px) {
    .schedule-content-block {
      width: calc(33.333% - 6px); } }
  @media (min-width: 800px) {
    .schedule-content-block {
      width: calc(100% - 6px); } }
  @media (min-width: 850px) {
    .schedule-content-block {
      width: calc(50% - 6px); } }
  @media (min-width: 1100px) {
    .schedule-content-block {
      width: calc(33.333% - 6px); } }
  .schedule-content-block > header .fsElementTitle {
    color: #81a3b8;
    font-size: 13px;
    font-weight: 800;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: .01em;
    margin-bottom: 10px; }
  .schedule-content-block p {
    margin-bottom: 10px; }

.ad-landing-footer .footer-address {
  margin-bottom: 25px;
  font-family: "futura-pt", sans-serif;
  font-size: 15px;
  line-height: 1.47;
  opacity: .8; }
  @media (min-width: 600px) {
    .ad-landing-footer .footer-address {
      display: -ms-flexbox;
      display: flex;
      width: calc(100% - 140px);
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      text-align: left;
      line-height: 1; } }
  @media (min-width: 700px) {
    .ad-landing-footer .footer-address {
      margin-bottom: 0;
      float: left;
      padding: 5px 0; } }
  .ad-landing-footer .footer-address a {
    color: #d5ca9f; }
  .ad-landing-footer .footer-address .fsElementHeaderContent,
  .ad-landing-footer .footer-address .fsElementFooterContent {
    margin: 0; }
  @media (min-width: 600px) {
    .ad-landing-footer .footer-address > header {
      display: -ms-flexbox;
      display: flex;
      text-align: left;
      width: 100%;
      margin-bottom: 15px; } }
  @media (min-width: 980px) {
    .ad-landing-footer .footer-address > header {
      width: auto;
      padding-right: 10px;
      margin-right: 10px;
      border-right: solid 1px #9d9fa2;
      margin-bottom: 0; } }
  .ad-landing-footer .footer-address > header .fsElementTitle {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0; }
    @media (min-width: 600px) {
      .ad-landing-footer .footer-address > header .fsElementTitle {
        padding-right: 10px;
        margin-right: 10px;
        border-right: solid 1px #9d9fa2;
        line-height: 1; } }
  .ad-landing-footer .footer-address > .fsElementContent {
    color: #d5ca9f; }
    @media (min-width: 600px) {
      .ad-landing-footer .footer-address > .fsElementContent {
        padding-right: 10px;
        margin-right: 10px;
        border-right: solid 1px #9d9fa2; } }
  .ad-landing-footer .footer-address > footer {
    color: #d5ca9f; }

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

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

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

.campus-map .instructions {
  position: relative;
  margin: 0 auto;
  width: 1180px;
  max-width: calc(100% - 40px);
  max-width: 1220px;
  padding: 0 20px; }
  @media (min-width: 900px) {
    .campus-map .instructions {
      max-width: calc(100% - 60px); } }

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

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

.campus-map .map-wrapper {
  width: 100%;
  height: auto;
  position: relative; }
  .campus-map .map-wrapper .map-container {
    position: relative;
    padding-left: 10px;
    padding-right: 10px; }
    .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-lead-in > .fsElementContent {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  width: 1220px;
  padding: 0 20px;
  margin-bottom: 40px; }

.campus-map .map-lead-in h3 {
  display: block;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #003767;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 30px;
  position: relative; }
  .campus-map .map-lead-in h3:after {
    content: '';
    width: 40px;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    bottom: 0;
    height: 4px;
    background-color: #cecfd0; }

.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.mobile {
    display: none; } }

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

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

.campus-map .map-points ul:not(.redactor-toolbar) {
  font-size: 0; }
  .campus-map .map-points ul:not(.redactor-toolbar) li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    counter-increment: li;
    transition: 0.3s all;
    visibility: hidden;
    opacity: 0;
    z-index: 500; }
    .campus-map .map-points ul:not(.redactor-toolbar) li.active-modal {
      visibility: visible;
      opacity: 1; }
    @media (min-width: 800px) {
      .campus-map .map-points ul:not(.redactor-toolbar) li {
        visibility: visible;
        opacity: 1; } }
    .campus-map .map-points ul:not(.redactor-toolbar) li:hover {
      z-index: 1; }
    .campus-map .map-points ul:not(.redactor-toolbar) li:before {
      border-radius: 100%; }
    .campus-map .map-points ul:not(.redactor-toolbar) li a {
      display: block;
      position: relative; }
      .campus-map .map-points ul:not(.redactor-toolbar) li a:hover:before {
        background: #ffffff; }
      .campus-map .map-points ul:not(.redactor-toolbar) li a:hover .map-text {
        background: rgba(22, 48, 82, 0.9);
        -ms-transform: scale(1) translate(-50%, -10%);
        transform: scale(1) translate(-50%, -10%);
        opacity: 1;
        visibility: visible; }
      .campus-map .map-points ul:not(.redactor-toolbar) li a span.marker {
        border-radius: 100%;
        transition: all 0.3s ease;
        display: inline-block;
        vertical-align: bottom;
        color: #505154;
        width: 30px;
        height: 30px;
        line-height: 28px;
        text-align: center;
        font-size: 1.125rem;
        z-index: 1;
        position: relative;
        font-weight: 600; }
        .campus-map .map-points ul:not(.redactor-toolbar) li a span.marker:after {
          content: '\e900';
          font-family: 'CampusMap';
          width: 30px;
          height: 30px;
          display: block;
          color: rgba(255, 255, 255, 0.96);
          text-shadow: 1px 0px 8px #4c4b4b;
          position: absolute;
          top: 5px;
          left: -10px;
          font-size: 50px;
          z-index: -1; }
      .campus-map .map-points ul:not(.redactor-toolbar) li a .map-text {
        bottom: 100%;
        font-size: 0.875rem;
        color: #FFF;
        padding: 5px;
        position: absolute;
        left: 50%;
        border-radius: 5px;
        white-space: nowrap;
        -ms-transform: scale(0.95) translate(-50%, 100%);
        transform: scale(0.95) translate(-50%, 100%);
        opacity: 0;
        visibility: hidden;
        z-index: 0;
        transition: all 0.3s ease; }

.campus-map .map-key {
  margin: 40px 0 20px 0;
  padding: 40px 20px;
  position: relative;
  margin: 0 auto;
  width: 1180px;
  max-width: calc(100% - 40px);
  max-width: 1220px; }
  @media (min-width: 900px) {
    .campus-map .map-key {
      max-width: calc(100% - 60px); } }
  .campus-map .map-key ul:not(.redactor-toolbar) {
    padding: 0;
    margin: 0;
    list-style: none; }
    .campus-map .map-key ul:not(.redactor-toolbar) li {
      padding: 10px 5px;
      margin: 0 -3px 2px;
      display: inline-block;
      width: 25%;
      vertical-align: top; }
      @media (max-width: 800px) {
        .campus-map .map-key ul:not(.redactor-toolbar) li {
          width: 50%; } }
      @media (max-width: 500px) {
        .campus-map .map-key ul:not(.redactor-toolbar) li {
          width: 100%;
          margin: 5px 0; } }
      .campus-map .map-key ul:not(.redactor-toolbar) li:before {
        box-shadow: 1px 0px 4px #020202;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        margin-right: 15px;
        background: rgba(255, 255, 255, 0.96);
        color: #003767;
        width: 30px;
        height: 30px;
        font-size: 18px;
        border-radius: 100%; }
      @media screen and (min-width: 600px) {
        .campus-map .map-key ul:not(.redactor-toolbar) li {
          page-break-inside: avoid;
          break-inside: avoid-column; } }

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

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

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

.campus-map .locations-container {
  position: relative;
  margin: 0 auto;
  width: 1180px;
  max-width: calc(100% - 40px);
  padding: 35px 0; }
  @media (min-width: 900px) {
    .campus-map .locations-container {
      max-width: calc(100% - 60px); } }
  .campus-map .locations-container > header h2.fsElementTitle {
    text-align: center;
    margin-bottom: 30px; }

.fsComposeMode.campus-map .locations {
  width: 100%;
  display: block; }
  .fsComposeMode.campus-map .locations li {
    min-height: 50px; }

.campus-map .locations {
  margin-bottom: 50px;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  width: 25%;
  margin: 0 -3px 50px; }
  @media (max-width: 799px) {
    .campus-map .locations {
      width: 50%;
      margin-bottom: 40px; } }
  @media (max-width: 600px) {
    .campus-map .locations {
      width: 100%;
      margin: 0 0 30px;
      margin-bottom: 30px; } }
  .campus-map .locations a {
    display: block;
    color: #505154; }
    .campus-map:not(.fsComposeMode) .locations a {
      display: -ms-flexbox;
      display: flex; }
  .campus-map .locations.category-1 header h2.fsElementTitle,
  .campus-map .locations.category-1 span.marker {
    color: #003767;
    min-width: 30px;
    padding-right: 5px; }
    .campus-map .locations.category-1 header h2.fsElementTitle:after,
    .campus-map .locations.category-1 span.marker:after {
      width: auto; }
  .campus-map .locations.category-1 a:hover, .campus-map .locations.category-1 a:focus {
    color: #003767; }
  .campus-map .locations.category-2 header h2.fsElementTitle,
  .campus-map .locations.category-2 span.marker {
    color: #00aeef; }
  .campus-map .locations.category-2 a:hover, .campus-map .locations.category-2 a:focus {
    color: #00aeef; }
  .campus-map .locations.category-3 header h2.fsElementTitle,
  .campus-map .locations.category-3 span.marker {
    color: #e98824; }
  .campus-map .locations.category-3 a:hover, .campus-map .locations.category-3 a:focus {
    color: #e98824; }
  .campus-map .locations.category-4 header h2.fsElementTitle,
  .campus-map .locations.category-4 span.marker {
    color: #00a79d; }
  .campus-map .locations.category-4 a:hover, .campus-map .locations.category-4 a:focus {
    color: #00a79d; }
  .campus-map .locations.category-5 header h2.fsElementTitle,
  .campus-map .locations.category-5 span.marker {
    color: #0072bc; }
  .campus-map .locations.category-6 header h2.fsElementTitle,
  .campus-map .locations.category-6 span.marker {
    color: #acc02a; }
  .campus-map .locations.category-7 header h2.fsElementTitle,
  .campus-map .locations.category-7 span.marker {
    color: #7da7d9; }
  .campus-map .locations.category-8 header h2.fsElementTitle,
  .campus-map .locations.category-8 span.marker {
    color: #39b54a; }
  .campus-map .locations ul, .campus-map .locations ul ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .campus-map .locations ul li {
    margin: 0;
    padding: 0; }
  .campus-map .locations header h2.fsElementTitle {
    font-size: 18px;
    line-height: 24px;
    font-family: "futura-pt", sans-serif;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 12px;
    font-weight: 600; }
    .campus-map .locations header h2.fsElementTitle:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 75px;
      max-width: 100%;
      height: 1px;
      background: #cccccc; }
  .campus-map .locations span.marker {
    display: inline-block;
    padding-right: 5px;
    padding-right: 0;
    font-weight: 500;
    min-width: 40px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .campus-map .locations span.marker:after {
      content: "-";
      display: inline-block;
      margin-left: 5px;
      color: #505154 !important;
      width: 12px;
      text-align: left; }

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

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

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

.campus-map .map-points .link-4 span.marker {
  color: #00a79d !important; }

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

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

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

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

.campus-map.navy-pins .locations span.marker {
  color: #003767 !important; }

.campus-map.navy-pins .map-points ul:not(.redactor-toolbar) li a span.marker:after {
  color: #003767; }

.campus-map.navy-pins .map-points .link-1 span.marker {
  color: #fff !important; }

.campus-map.navy-pins .map-points .link-2 span.marker {
  color: #fff !important; }

.campus-map.navy-pins .map-points .link-3 span.marker {
  color: #fff !important; }

.campus-map.navy-pins .map-points .link-4 span.marker {
  color: #fff !important; }

.campus-map.navy-pins .map-points .link-5 span.marker {
  color: #fff !important; }

.campus-map.navy-pins .map-points .link-6 span.marker {
  color: #fff !important; }

.campus-map.navy-pins .map-points .link-7 span.marker {
  color: #fff !important; }

.campus-map.navy-pins .map-points .link-8 span.marker {
  color: #fff !important; }

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

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

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

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

/*! pages - style-guide v0.0.1 */
.colors ol {
  zoom: 1;
  margin-bottom: 2.35294em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 36.36364%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 18.18182%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #003767;
      color: #003767; }
      .colors ol li:nth-of-type(1):after {
        content: "#003767"; }
    .colors ol li:nth-of-type(2) {
      background: #d5ca9f;
      color: #d5ca9f; }
      .colors ol li:nth-of-type(2):after {
        content: "#d5ca9f"; }
    .colors ol li:nth-of-type(3) {
      background: #00a79d;
      color: #00a79d; }
      .colors ol li:nth-of-type(3):after {
        content: "#00a79d"; }
    .colors ol li:nth-of-type(4) {
      background: #00aeef;
      color: #00aeef; }
      .colors ol li:nth-of-type(4):after {
        content: "#00aeef"; }
    .colors ol li:nth-of-type(5) {
      background: #e98824;
      color: #e98824; }
      .colors ol li:nth-of-type(5):after {
        content: "#e98824"; }
    .colors ol li:nth-of-type(6) {
      background: #af7c31;
      color: #af7c31; }
      .colors ol li:nth-of-type(6):after {
        content: "#af7c31"; }
    .colors ol li:nth-of-type(7) {
      background: #594a42;
      color: #594a42; }
      .colors ol li:nth-of-type(7):after {
        content: "#594a42"; }
    .colors ol li:nth-of-type(8) {
      background: #81a3b8;
      color: #81a3b8; }
      .colors ol li:nth-of-type(8):after {
        content: "#81a3b8"; }
    .colors ol li:nth-of-type(9) {
      background: #cecfd0;
      color: #cecfd0; }
      .colors ol li:nth-of-type(9):after {
        content: "#cecfd0"; }
    .colors ol li:nth-of-type(10) {
      background: #9d9fa2;
      color: #9d9fa2; }
      .colors ol li:nth-of-type(10):after {
        content: "#9d9fa2"; }
    .colors ol li:nth-of-type(11) {
      background: #505154;
      color: #505154; }
      .colors ol li:nth-of-type(11):after {
        content: "#505154"; }

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

.headers h1:after {
  content: " size: 48px / line: 1.1875"; }

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

.headers h3:after {
  content: " size: 20px / line: 1.1"; }

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

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

.headers h6:after {
  content: " size: 15px / line: 1.2"; }

@keyframes bounceRight {
  50% {
    transform: translate(3px, 0); } }

body:not(.fsComposeMode).home-redesign #fsPageBodyWrapper {
  padding: 0px;
  margin: 0px; }

body:not(.fsComposeMode).home-redesign #fsPageBody {
  max-width: 100%;
  width: 100%; }

body:not(.fsComposeMode).home-redesign #fsPageContent .fsDiv {
  margin: 0px; }

body:not(.fsComposeMode).home-redesign #ae_app #ae_launcher.ae-cta-position-preset-right-lower {
  right: auto;
  width: 80px;
  bottom: 0; }
  body:not(.fsComposeMode).home-redesign #ae_app #ae_launcher.ae-cta-position-preset-right-lower:hover {
    width: 170px; }

body:not(.fsComposeMode).home-redesign #ae_app #ae_launcher.ae-cta-position-preset-right-lower.ae-launcher-hover {
  bottom: 0; }

body:not(.fsComposeMode).home-redesign .ae-carousel .ae-carousel-stage ul > li section, body:not(.fsComposeMode).home-redesign .ae-carousel .ae-carousel-stage ul > li article {
  opacity: 1 !important;
  transition-delay: unset !important;
  transition-duration: unset !important;
  -ms-transform: translate(0) !important;
  transform: translate(0) !important; }

body:not(.fsComposeMode).home-redesign .instructions {
  display: none; }

body:not(.fsComposeMode).home-redesign h1.fsPageTitle {
  position: absolute;
  font-size: 0px;
  left: -9999px;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  line-height: unset;
  text-indent: -9999px; }

body:not(.fsComposeMode).home-redesign .nav-sub-horizontal,
body:not(.fsComposeMode).home-redesign .nav-breadcrumb,
body:not(.fsComposeMode).home-redesign .nav-tier,
body:not(.fsComposeMode).home-redesign .custom-hero {
  display: none !important; }

body:not(.fsComposeMode).home-redesign .main-slideshow {
  display: block;
  width: 100%;
  z-index: 10;
  position: relative;
  margin: 0;
  padding: 0; }
  body:not(.fsComposeMode).home-redesign .main-slideshow .fsElementSlideshow {
    margin: 0px;
    padding: 0px; }
  body:not(.fsComposeMode).home-redesign .main-slideshow .slick-slider {
    margin: 0px !important;
    padding: 0px !important; }
  body:not(.fsComposeMode).home-redesign .main-slideshow .fsResourceCollectionDescription {
    margin: 0px; }
  body:not(.fsComposeMode).home-redesign .main-slideshow article {
    position: relative;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    z-index: 10; }
    body:not(.fsComposeMode).home-redesign .main-slideshow article figure {
      margin: 0px; }
    body:not(.fsComposeMode).home-redesign .main-slideshow article picture {
      position: relative;
      z-index: 1;
      display: block;
      width: 100%;
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat;
      min-height: 300px; }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode).home-redesign .main-slideshow article picture {
          height: calc(100vh - 143px); } }
      @media (min-width: 1100px) {
        body:not(.fsComposeMode).home-redesign .main-slideshow article picture {
          height: calc(100vh - 125px); } }
      body:not(.fsComposeMode).home-redesign .main-slideshow article picture:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 281px;
        left: 0;
        bottom: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.57) 100%); }
        @media (min-width: 900px) {
          body:not(.fsComposeMode).home-redesign .main-slideshow article picture:before {
            height: 467px; } }
      body:not(.fsComposeMode).home-redesign .main-slideshow article picture img {
        opacity: 0;
        margin: 0 auto;
        max-height: calc(100vh - 125px); }
    body:not(.fsComposeMode).home-redesign .main-slideshow article .fsResourceName {
      display: none; }
    body:not(.fsComposeMode).home-redesign .main-slideshow article figcaption,
    body:not(.fsComposeMode).home-redesign .main-slideshow article .fsDescription {
      position: absolute;
      z-index: 1;
      display: block;
      max-width: 70%;
      width: auto;
      bottom: 32px;
      left: 19px;
      font-family: "futura-pt", sans-serif;
      font-size: 8px;
      font-weight: 500;
      line-height: 8px;
      letter-spacing: .1em;
      color: #ffffff; }
      @media (min-width: 900px) {
        body:not(.fsComposeMode).home-redesign .main-slideshow article figcaption,
        body:not(.fsComposeMode).home-redesign .main-slideshow article .fsDescription {
          font-size: 15px;
          line-height: 15px;
          bottom: 144px;
          left: 30px;
          max-width: 50%; } }
      body:not(.fsComposeMode).home-redesign .main-slideshow article figcaption .fsResourceName,
      body:not(.fsComposeMode).home-redesign .main-slideshow article .fsDescription .fsResourceName {
        display: none !important; }
      body:not(.fsComposeMode).home-redesign .main-slideshow article figcaption .fsTitle,
      body:not(.fsComposeMode).home-redesign .main-slideshow article .fsDescription .fsTitle {
        display: table;
        position: relative;
        min-width: 101px;
        width: auto;
        text-align: left;
        padding: 21px 16px;
        font-family: "futura-pt", sans-serif;
        font-size: 39px;
        font-weight: 500;
        line-height: 35px;
        letter-spacing: 0.02em;
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 55px;
        background: rgba(0, 0, 0, 0.2);
        border: 1px solid #ffffff; }
        @media (min-width: 900px) {
          body:not(.fsComposeMode).home-redesign .main-slideshow article figcaption .fsTitle,
          body:not(.fsComposeMode).home-redesign .main-slideshow article .fsDescription .fsTitle {
            font-size: 84px;
            line-height: 75px;
            text-align: center;
            padding: 16px;
            min-width: 185px;
            margin-bottom: 48px; } }
        @media (min-width: 1000px) {
          body:not(.fsComposeMode).home-redesign .main-slideshow article figcaption .fsTitle,
          body:not(.fsComposeMode).home-redesign .main-slideshow article .fsDescription .fsTitle {
            -ms-transform: translateX(calc(-100% - 30px));
            transform: translateX(calc(-100% - 30px));
            transition: all .3s ease-in-out; } }
        body:not(.fsComposeMode).home-redesign .main-slideshow article figcaption .fsTitle span,
        body:not(.fsComposeMode).home-redesign .main-slideshow article .fsDescription .fsTitle span {
          display: block;
          width: auto; }
          @media (min-width: 1000px) {
            body:not(.fsComposeMode).home-redesign .main-slideshow article figcaption .fsTitle span,
            body:not(.fsComposeMode).home-redesign .main-slideshow article .fsDescription .fsTitle span {
              width: 0;
              transition: all .6s ease-in-out;
              overflow: hidden; } }
      body:not(.fsComposeMode).home-redesign .main-slideshow article figcaption a,
      body:not(.fsComposeMode).home-redesign .main-slideshow article .fsDescription a {
        position: relative;
        font-weight: 700;
        padding-right: 38px;
        letter-spacing: .1em;
        color: #ffffff;
        text-transform: uppercase; }
        @media (min-width: 900px) {
          body:not(.fsComposeMode).home-redesign .main-slideshow article figcaption a,
          body:not(.fsComposeMode).home-redesign .main-slideshow article .fsDescription a {
            padding-right: 60px; } }
        @media (min-width: 1000px) {
          body:not(.fsComposeMode).home-redesign .main-slideshow article figcaption a,
          body:not(.fsComposeMode).home-redesign .main-slideshow article .fsDescription a {
            opacity: 0;
            transition: all .7s ease-in-out; } }
        body:not(.fsComposeMode).home-redesign .main-slideshow article figcaption a:after,
        body:not(.fsComposeMode).home-redesign .main-slideshow article .fsDescription a:after {
          position: absolute;
          content: "\e91c";
          right: 0;
          top: 0;
          width: 25px;
          height: 100%;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center;
          font-family: "IcoMoon";
          font-size: 7px;
          font-weight: 400;
          color: #ffffff; }
          @media (min-width: 900px) {
            body:not(.fsComposeMode).home-redesign .main-slideshow article figcaption a:after,
            body:not(.fsComposeMode).home-redesign .main-slideshow article .fsDescription a:after {
              width: 47px;
              font-size: 13px; } }
        body:not(.fsComposeMode).home-redesign .main-slideshow article figcaption a:before,
        body:not(.fsComposeMode).home-redesign .main-slideshow article .fsDescription a:before {
          position: absolute;
          content: "";
          width: 25px;
          height: 25px;
          right: 1px;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          border-radius: 100%;
          border: 1px solid #D5CAA2; }
          @media (min-width: 900px) {
            body:not(.fsComposeMode).home-redesign .main-slideshow article figcaption a:before,
            body:not(.fsComposeMode).home-redesign .main-slideshow article .fsDescription a:before {
              width: 47px;
              height: 47px; } }
        body:not(.fsComposeMode).home-redesign .main-slideshow article figcaption a:hover, body:not(.fsComposeMode).home-redesign .main-slideshow article figcaption a:focus,
        body:not(.fsComposeMode).home-redesign .main-slideshow article .fsDescription a:hover,
        body:not(.fsComposeMode).home-redesign .main-slideshow article .fsDescription a:focus {
          color: #ffffff; }
          body:not(.fsComposeMode).home-redesign .main-slideshow article figcaption a:hover:after, body:not(.fsComposeMode).home-redesign .main-slideshow article figcaption a:focus:after,
          body:not(.fsComposeMode).home-redesign .main-slideshow article .fsDescription a:hover:after,
          body:not(.fsComposeMode).home-redesign .main-slideshow article .fsDescription a:focus:after {
            animation: bounceRight 0.4s 2;
            -webkit-animation: bounceRight 0.4s 2; }
    body:not(.fsComposeMode).home-redesign .main-slideshow article.fsResourceTypeVideo .video-wrapper {
      position: relative;
      overflow: hidden; }
      body:not(.fsComposeMode).home-redesign .main-slideshow article.fsResourceTypeVideo .video-wrapper:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 281px;
        left: 0;
        bottom: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.57) 100%); }
        @media (min-width: 900px) {
          body:not(.fsComposeMode).home-redesign .main-slideshow article.fsResourceTypeVideo .video-wrapper:before {
            height: 467px; } }
    body:not(.fsComposeMode).home-redesign .main-slideshow article.fsResourceTypeVideo video {
      display: block;
      width: 100%; }
      @media (max-width: 999px) {
        body:not(.fsComposeMode).home-redesign .main-slideshow article.fsResourceTypeVideo video {
          position: static !important;
          margin: 0 !important;
          width: 100% !important;
          height: auto !important; } }
      @media (max-width: 499px) {
        body:not(.fsComposeMode).home-redesign .main-slideshow article.fsResourceTypeVideo video {
          height: 300px !important;
          -o-object-fit: cover;
          object-fit: cover; } }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode).home-redesign .main-slideshow article.fsResourceTypeVideo video {
          height: calc(100vh - 143px);
          -o-object-fit: cover;
          object-fit: cover; } }
      @media (min-width: 1100px) {
        body:not(.fsComposeMode).home-redesign .main-slideshow article.fsResourceTypeVideo video {
          height: calc(100vh - 125px); } }
  body:not(.fsComposeMode).home-redesign .main-slideshow.align-left article figcaption .fsTitle, body:not(.fsComposeMode).home-redesign .main-slideshow.align-left article .fsDescription .fsTitle {
    display: -ms-flexbox;
    display: flex; }
  body:not(.fsComposeMode).home-redesign .main-slideshow.align-left article figcaption .fsTitle span:not(:last-child), body:not(.fsComposeMode).home-redesign .main-slideshow.align-left article .fsDescription .fsTitle span:not(:last-child) {
    margin-right: 12px; }
  body:not(.fsComposeMode).home-redesign .main-slideshow .slick-arrow {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: 0px;
    display: block;
    -ms-transform: none;
    transform: none;
    left: auto;
    right: 21px;
    top: auto;
    border: 1px solid #D5CAA2;
    border-radius: 100%; }
    @media (max-width: 899px) {
      body:not(.fsComposeMode).home-redesign .main-slideshow .slick-arrow {
        bottom: 23px !important;
        border-color: #ffffff;
        width: 25px;
        height: 25px; } }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).home-redesign .main-slideshow .slick-arrow {
        -ms-transform: translateX(calc(100% + 21px));
        transform: translateX(calc(100% + 21px));
        transition: all .3s ease-in-out; } }
    body:not(.fsComposeMode).home-redesign .main-slideshow .slick-arrow:before {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      right: auto;
      -ms-transform: none;
      transform: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 14px;
      font-weight: 400;
      color: #ffffff;
      opacity: 1;
      line-height: unset;
      transition: all .3s; }
      @media (max-width: 899px) {
        body:not(.fsComposeMode).home-redesign .main-slideshow .slick-arrow:before {
          font-size: 8px; } }
    body:not(.fsComposeMode).home-redesign .main-slideshow .slick-arrow.fsPrevButton {
      bottom: 263px; }
      @media (max-width: 899px) {
        body:not(.fsComposeMode).home-redesign .main-slideshow .slick-arrow.fsPrevButton {
          right: 53px; } }
      body:not(.fsComposeMode).home-redesign .main-slideshow .slick-arrow.fsPrevButton:before {
        padding-top: 1px; }
        @media (max-width: 899px) {
          body:not(.fsComposeMode).home-redesign .main-slideshow .slick-arrow.fsPrevButton:before {
            padding-top: 0; } }
    body:not(.fsComposeMode).home-redesign .main-slideshow .slick-arrow.fsNextButton {
      bottom: 208px; }
      @media (max-width: 899px) {
        body:not(.fsComposeMode).home-redesign .main-slideshow .slick-arrow.fsNextButton {
          right: 23px; } }
      body:not(.fsComposeMode).home-redesign .main-slideshow .slick-arrow.fsNextButton:before {
        padding-top: 3px;
        padding-left: 2px; }
        @media (max-width: 899px) {
          body:not(.fsComposeMode).home-redesign .main-slideshow .slick-arrow.fsNextButton:before {
            padding-top: 0; } }
    body:not(.fsComposeMode).home-redesign .main-slideshow .slick-arrow:hover:before, body:not(.fsComposeMode).home-redesign .main-slideshow .slick-arrow:focus:before {
      color: rgba(255, 255, 255, 0.7); }
  body:not(.fsComposeMode).home-redesign .main-slideshow .scroll-down {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 14px;
    height: 132px;
    font-size: 0px;
    right: 38px;
    bottom: 30px;
    cursor: pointer;
    display: none; }
    @media (min-width: 1300px) {
      body:not(.fsComposeMode).home-redesign .main-slideshow .scroll-down {
        display: block; } }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).home-redesign .main-slideshow .scroll-down {
        -ms-transform: translateX(calc(100% + 38px));
        transform: translateX(calc(100% + 38px));
        transition: all .3s ease-in-out; } }
    body:not(.fsComposeMode).home-redesign .main-slideshow .scroll-down:after, body:not(.fsComposeMode).home-redesign .main-slideshow .scroll-down:before {
      position: absolute;
      width: 100%;
      left: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      font-family: "IcoMoon";
      font-weight: 400;
      color: #ffffff;
      line-height: 1;
      transition: all .3s; }
    body:not(.fsComposeMode).home-redesign .main-slideshow .scroll-down:after {
      content: "\e91b";
      top: 0;
      height: 14px;
      font-size: 14px; }
    body:not(.fsComposeMode).home-redesign .main-slideshow .scroll-down:before {
      content: "\e920";
      bottom: 0;
      height: 113px;
      padding-left: 1px;
      padding-top: 1px;
      font-size: 113px; }
    body:not(.fsComposeMode).home-redesign .main-slideshow .scroll-down:hover:before, body:not(.fsComposeMode).home-redesign .main-slideshow .scroll-down:focus:before {
      -ms-transform: translateY(5px);
      transform: translateY(5px); }
  body:not(.fsComposeMode).home-redesign .main-slideshow .fsElementSlideshowControls {
    display: none;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 32px;
    bottom: 328px; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode).home-redesign .main-slideshow .fsElementSlideshowControls {
        display: block; } }
  body:not(.fsComposeMode).home-redesign .main-slideshow .fsElementSlideshowControls > button {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 328px;
    left: 0;
    top: 0;
    right: auto;
    opacity: 1;
    border-radius: 100%;
    background: #202020;
    cursor: pointer;
    transition: all .3s !important; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).home-redesign .main-slideshow .fsElementSlideshowControls > button {
        -ms-transform: translateX(calc(100% + 32px));
        transform: translateX(calc(100% + 32px));
        transition: all .3s ease-in-out !important; } }
    body:not(.fsComposeMode).home-redesign .main-slideshow .fsElementSlideshowControls > button:before {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      margin: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      font-family: "IcoMoon";
      transition: all .3s; }
    body:not(.fsComposeMode).home-redesign .main-slideshow .fsElementSlideshowControls > button:hover, body:not(.fsComposeMode).home-redesign .main-slideshow .fsElementSlideshowControls > button:focus {
      background: #D5CAA2; }
      body:not(.fsComposeMode).home-redesign .main-slideshow .fsElementSlideshowControls > button:hover:before, body:not(.fsComposeMode).home-redesign .main-slideshow .fsElementSlideshowControls > button:focus:before {
        color: #202020; }
    body:not(.fsComposeMode).home-redesign .main-slideshow .fsElementSlideshowControls > button.fsSlideshowPlay:before {
      content: "\e91a";
      font-size: 10px;
      padding-left: 1px; }
    body:not(.fsComposeMode).home-redesign .main-slideshow .fsElementSlideshowControls > button.fsSlideshowPause:before {
      content: "\e921";
      font-size: 17px; }

body:not(.fsComposeMode).home-redesign .hp-cta-links {
  display: block;
  width: 100%;
  margin: 0;
  z-index: 10;
  position: relative;
  padding: 17px 10px 20px 10px; }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode).home-redesign .hp-cta-links {
      position: absolute;
      left: 50%;
      top: 0;
      padding: 0;
      max-width: 1195px;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode).home-redesign .hp-cta-links {
      transform: translate3d(-50%, 0, 0);
      transition: all .7s ease-in-out; } }
  body:not(.fsComposeMode).home-redesign .hp-cta-links > header {
    display: none; }
  body:not(.fsComposeMode).home-redesign .hp-cta-links > .fsElementContent {
    position: relative;
    max-width: 1190px;
    margin: 0 auto;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).home-redesign .hp-cta-links > .fsElementContent {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center; } }
  body:not(.fsComposeMode).home-redesign .hp-cta-links .fsContent {
    width: 100%;
    display: block;
    text-align: center;
    padding: 14px 13px 13px 13px;
    background: #ffffff;
    border: 1px solid;
    border-top: 4px solid;
    transition: all .3s ease-in-out;
    margin-bottom: 11px; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).home-redesign .hp-cta-links .fsContent {
        padding: 19px 13px 40px 13px;
        border-top: 5px solid;
        width: calc(33.33% - 10px);
        margin: 0 5px;
        transform: translate3d(0, 0, 0);
        min-height: 210px; } }
    body:not(.fsComposeMode).home-redesign .hp-cta-links .fsContent:before {
      position: relative;
      display: block;
      text-align: center;
      font-family: "IcoMoon";
      font-size: 26px;
      font-weight: 400;
      line-height: 1;
      margin-bottom: 10px; }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode).home-redesign .hp-cta-links .fsContent:before {
          font-size: 30px;
          margin-bottom: 13px; } }
    body:not(.fsComposeMode).home-redesign .hp-cta-links .fsContent header {
      display: block;
      width: 100%;
      max-width: 165px;
      margin: 0 auto; }
    body:not(.fsComposeMode).home-redesign .hp-cta-links .fsContent header h2 {
      display: block;
      margin-bottom: 11px;
      font-size: 25px;
      font-family: "adriane", Georgia, serif;
      line-height: 28px;
      font-weight: 400;
      color: #003767;
      text-transform: uppercase; }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode).home-redesign .hp-cta-links .fsContent header h2 {
          max-height: 56px;
          overflow: hidden;
          margin-bottom: 13px; } }
    body:not(.fsComposeMode).home-redesign .hp-cta-links .fsContent .fsElementContent {
      font-family: "adriane", Georgia, serif;
      font-size: 13px;
      font-weight: 400;
      font-style: italic;
      line-height: 18px;
      color: #767676;
      max-width: 270px;
      margin: 0 auto; }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode).home-redesign .hp-cta-links .fsContent .fsElementContent {
          font-size: 15px;
          line-height: 21px;
          max-height: 63px;
          overflow: hidden; } }
      body:not(.fsComposeMode).home-redesign .hp-cta-links .fsContent .fsElementContent a {
        color: #767676;
        text-decoration: underline; }
        body:not(.fsComposeMode).home-redesign .hp-cta-links .fsContent .fsElementContent a:hover, body:not(.fsComposeMode).home-redesign .hp-cta-links .fsContent .fsElementContent a:focus {
          color: #767676;
          text-decoration: none; }
    body:not(.fsComposeMode).home-redesign .hp-cta-links .fsContent footer .fsElementFooterContent {
      margin: 0; }
      body:not(.fsComposeMode).home-redesign .hp-cta-links .fsContent footer .fsElementFooterContent a {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        font-size: 0px;
        z-index: 1; }
    body:not(.fsComposeMode).home-redesign .hp-cta-links .fsContent:first-child {
      border-color: #52A4D8; }
      body:not(.fsComposeMode).home-redesign .hp-cta-links .fsContent:first-child:before {
        content: "\e91e";
        color: #52A4D8; }
    body:not(.fsComposeMode).home-redesign .hp-cta-links .fsContent:nth-child(2) {
      border-color: #e98824; }
      body:not(.fsComposeMode).home-redesign .hp-cta-links .fsContent:nth-child(2):before {
        content: "\e91f";
        color: #e98824; }
    body:not(.fsComposeMode).home-redesign .hp-cta-links .fsContent:last-child {
      border-color: #00a79d; }
      body:not(.fsComposeMode).home-redesign .hp-cta-links .fsContent:last-child:before {
        content: "\e91d";
        color: #00a79d; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).home-redesign .hp-cta-links .fsContent:hover, body:not(.fsComposeMode).home-redesign .hp-cta-links .fsContent:focus {
        transform: translate3d(0, calc(-100% + 67px), 0px); }
        body:not(.fsComposeMode).home-redesign .hp-cta-links .fsContent:hover.newHover, body:not(.fsComposeMode).home-redesign .hp-cta-links .fsContent:focus.newHover {
          transform: translate3d(0, -20px, 0px); } }

body:not(.fsComposeMode).home-redesign .hp-welcome {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 32px;
  padding: 0px 10px 38px 10px;
  background-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #54A7A1; }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode).home-redesign .hp-welcome {
      padding: 243px 30px 90px 30px;
      background-size: cover;
      background-color: transparent;
      margin-bottom: 70px; } }
  body:not(.fsComposeMode).home-redesign .hp-welcome:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: #379991;
    mix-blend-mode: multiply;
    display: none; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).home-redesign .hp-welcome:after {
        display: block; } }
  body:not(.fsComposeMode).home-redesign .hp-welcome:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 375px;
    left: 0;
    bottom: 0;
    z-index: 3;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.57) 100%); }
    @media (max-width: 899px) {
      body:not(.fsComposeMode).home-redesign .hp-welcome:before {
        height: 694px;
        opacity: .9; } }
  body:not(.fsComposeMode).home-redesign .hp-welcome > header {
    display: none; }
  body:not(.fsComposeMode).home-redesign .hp-welcome > .fsElementContent {
    position: relative;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    z-index: 10; }
  body:not(.fsComposeMode).home-redesign .hp-welcome .fsContent.welcome {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center; }
  body:not(.fsComposeMode).home-redesign .hp-welcome .fsContent.welcome header h2 {
    display: block;
    margin-bottom: 19px;
    text-transform: none;
    font-family: "futura-pt", sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
    color: rgba(255, 255, 255, 0.95); }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).home-redesign .hp-welcome .fsContent.welcome header h2 {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 30px; } }
  body:not(.fsComposeMode).home-redesign .hp-welcome .fsContent.welcome .fsElementContent {
    font-family: "adriane", Georgia, serif;
    font-size: 14px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.9);
    padding: 0 20px; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).home-redesign .hp-welcome .fsContent.welcome .fsElementContent {
        font-size: 20px;
        line-height: 36px;
        padding: 0; } }
    body:not(.fsComposeMode).home-redesign .hp-welcome .fsContent.welcome .fsElementContent p {
      margin: 0; }
    body:not(.fsComposeMode).home-redesign .hp-welcome .fsContent.welcome .fsElementContent a {
      color: rgba(255, 255, 255, 0.9);
      text-decoration: underline; }
      body:not(.fsComposeMode).home-redesign .hp-welcome .fsContent.welcome .fsElementContent a:hover, body:not(.fsComposeMode).home-redesign .hp-welcome .fsContent.welcome .fsElementContent a:focus {
        text-decoration: none; }

body:not(.fsComposeMode).home-redesign .hp-discover {
  display: block;
  width: 100%;
  margin-bottom: 9px;
  padding: 0 15px; }
  @media (min-width: 900px) {
    body:not(.fsComposeMode).home-redesign .hp-discover {
      margin-bottom: 71px; } }
  body:not(.fsComposeMode).home-redesign .hp-discover > header {
    position: relative;
    margin: 0 auto;
    width: 1180px;
    max-width: calc(100% - 40px); }
    @media (min-width: 900px) {
      body:not(.fsComposeMode).home-redesign .hp-discover > header {
        max-width: calc(100% - 60px); } }
  body:not(.fsComposeMode).home-redesign .hp-discover > header h2 {
    display: block;
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
    text-transform: none;
    color: #d5ca9f;
    text-align: center; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode).home-redesign .hp-discover > header h2 {
        font-size: 45px;
        line-height: 50px; } }
  body:not(.fsComposeMode).home-redesign .hp-discover > .fsElementContent {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode).home-redesign .hp-discover > .fsElementContent {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }
  body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement > header {
    display: none; }
  body:not(.fsComposeMode).home-redesign .hp-discover .accordion-text {
    width: 100%;
    margin-bottom: 51px;
    padding: 24px 20px 0px 24px;
    border: 1px solid #d5ca9f; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode).home-redesign .hp-discover .accordion-text {
        padding: 39px;
        width: calc(49.15% - 20px);
        margin: 0 10px; } }
    @media (min-width: 1200px) {
      body:not(.fsComposeMode).home-redesign .hp-discover .accordion-text {
        padding: 49px; } }
    @media (max-width: 899px) {
      body:not(.fsComposeMode).home-redesign .hp-discover .accordion-text .accordion-slide {
        display: none;
        padding-bottom: 40px; } }
    @media (min-width: 900px) {
      body:not(.fsComposeMode).home-redesign .hp-discover .accordion-text .accordion-slide {
        display: block !important; } }
    body:not(.fsComposeMode).home-redesign .hp-discover .accordion-text header h2 {
      display: block;
      font-family: "futura-pt", sans-serif;
      font-size: 24px;
      font-weight: 500;
      line-height: 26px;
      color: #005B91;
      position: relative;
      padding-bottom: 23px;
      padding-right: 30px;
      margin-bottom: 0;
      cursor: pointer; }
      @media (min-width: 900px) {
        body:not(.fsComposeMode).home-redesign .hp-discover .accordion-text header h2 {
          padding-bottom: 25px;
          padding-right: 0;
          margin-bottom: 20px;
          pointer-events: none;
          cursor: none; } }
      body:not(.fsComposeMode).home-redesign .hp-discover .accordion-text header h2:before {
        position: absolute;
        content: "";
        width: 50px;
        height: 5px;
        left: 0;
        bottom: 0;
        background: #d5ca9f; }
        @media (max-width: 899px) {
          body:not(.fsComposeMode).home-redesign .hp-discover .accordion-text header h2:before {
            width: 0;
            opacity: 0;
            transition: all .3s; } }
      body:not(.fsComposeMode).home-redesign .hp-discover .accordion-text header h2:after {
        position: absolute;
        content: "\e904";
        width: 26px;
        height: 26px;
        right: -3px;
        top: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: "IcoMoon";
        font-size: 29px;
        font-weight: 400;
        color: #163051;
        display: block; }
        @media (min-width: 900px) {
          body:not(.fsComposeMode).home-redesign .hp-discover .accordion-text header h2:after {
            display: none; } }
      body:not(.fsComposeMode).home-redesign .hp-discover .accordion-text header h2.active:after {
        content: "\e903"; }
      body:not(.fsComposeMode).home-redesign .hp-discover .accordion-text header h2.active:before {
        opacity: 1;
        width: 50px;
        transition-delay: .5s; }
    body:not(.fsComposeMode).home-redesign .hp-discover .accordion-text .fsElementContent {
      position: relative;
      display: block;
      font-size: 14px;
      font-weight: 400;
      line-height: 26px;
      color: #767676;
      padding-bottom: 20px;
      padding-right: 30px;
      padding-top: 17px; }
      @media (min-width: 900px) {
        body:not(.fsComposeMode).home-redesign .hp-discover .accordion-text .fsElementContent {
          font-size: 17px;
          line-height: 32px;
          padding-right: 0;
          padding-top: 0; } }
      body:not(.fsComposeMode).home-redesign .hp-discover .accordion-text .fsElementContent:before {
        position: absolute;
        content: "";
        width: 186px;
        height: 1px;
        bottom: 0;
        left: 0;
        background: #d5ca9f; }
        @media (min-width: 900px) {
          body:not(.fsComposeMode).home-redesign .hp-discover .accordion-text .fsElementContent:before {
            left: 50%;
            -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }
      body:not(.fsComposeMode).home-redesign .hp-discover .accordion-text .fsElementContent a {
        color: #767676;
        text-decoration: underline; }
        body:not(.fsComposeMode).home-redesign .hp-discover .accordion-text .fsElementContent a:hover, body:not(.fsComposeMode).home-redesign .hp-discover .accordion-text .fsElementContent a:focus {
          color: #767676; }
    body:not(.fsComposeMode).home-redesign .hp-discover .accordion-text footer .fsElementFooterContent {
      margin: 0;
      padding-top: 20px;
      font-size: 15px;
      font-weight: 400;
      font-style: italic;
      line-height: 19px;
      color: #767676;
      padding-right: 40px; }
      @media (min-width: 900px) {
        body:not(.fsComposeMode).home-redesign .hp-discover .accordion-text footer .fsElementFooterContent {
          font-size: 18px;
          line-height: 23px;
          padding-right: 0; } }
  body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
    border: none; }
    body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article .holderImage {
      display: block;
      position: relative;
      z-index: 2; }
    body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article .fsThumbnail {
      display: block;
      margin: 0;
      z-index: 3;
      position: relative;
      max-width: unset !important;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      pointer-events: none; }
      body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article .fsThumbnail img {
        display: none; }
      body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article .fsThumbnail:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 134px;
        left: 0;
        bottom: 0;
        z-index: 4;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.57) 100%); }
        @media (min-width: 900px) {
          body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article .fsThumbnail:before {
            height: 269px; } }
      body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article .fsThumbnail:after {
        position: absolute;
        content: "";
        width: calc(100% - 39px);
        height: calc(100% - 39px);
        border: 1px solid rgba(255, 255, 255, 0.6);
        left: 20px;
        top: 20px;
        right: 20px;
        bottom: 20px;
        z-index: 5;
        opacity: 0;
        transition: all .4s ease-in-out; }
        @media (max-width: 899px) {
          body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article .fsThumbnail:after {
            display: none; } }
      body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article .fsThumbnail span {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 6; }
        body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article .fsThumbnail span:before, body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article .fsThumbnail span:after {
          position: absolute;
          content: "";
          width: 100%;
          height: 100%;
          left: 0;
          top: 0; }
        body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article .fsThumbnail span:before {
          z-index: 7;
          mix-blend-mode: normal;
          opacity: 0;
          -ms-transform: scale(0.8);
          transform: scale(0.8);
          transition: all .4s ease-in-out; }
        body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article .fsThumbnail span:after {
          z-index: 8;
          background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.57) 100%);
          mix-blend-mode: multiply;
          opacity: 0;
          -ms-transform: scale(0.8);
          transform: scale(0.8);
          transition: all .4s ease-in-out; }
    body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article .holderInfo {
      display: block;
      position: absolute;
      z-index: 10;
      width: 100%;
      left: 0;
      bottom: 0;
      transition: all .3s ease-in-out; }
      @media (max-width: 899px) {
        body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article .holderInfo {
          padding: 0 30px 20px 30px !important; } }
    body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article .fsTitle {
      display: block;
      margin-bottom: 15px;
      font-size: 24px;
      font-weight: 500;
      line-height: 29px;
      text-transform: none;
      color: #ffffff; }
      @media (max-width: 899px) {
        body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article .fsTitle {
          margin-bottom: 0 !important; } }
      body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article .fsTitle a {
        color: #ffffff; }
        body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article .fsTitle a:hover, body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article .fsTitle a:focus {
          color: #ffffff;
          text-decoration: underline; }
    body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article .fsReadMoreLink {
      margin: 0;
      position: relative;
      font-family: "futura-pt", sans-serif;
      font-size: 12px;
      font-weight: 700;
      color: #ffffff;
      line-height: 12px;
      letter-spacing: .1em;
      text-transform: uppercase;
      padding-right: 23px;
      opacity: 0;
      transition: all .3s ease-in-out; }
      body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article .fsReadMoreLink:before {
        position: absolute;
        content: "\e91c";
        width: 12px;
        height: 100%;
        right: 0;
        top: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: "IcoMoon";
        font-size: 10px;
        font-weight: 400;
        color: #ffffff; }
      body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article .fsReadMoreLink:hover, body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article .fsReadMoreLink:focus {
        color: #ffffff; }
        body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article .fsReadMoreLink:hover:before, body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article .fsReadMoreLink:focus:before {
          animation: bounceRight 0.4s 2;
          -webkit-animation: bounceRight 0.4s 2; }
    body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article:hover .fsThumbnail span:before, body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article:hover .fsThumbnail span:after, body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article:focus .fsThumbnail span:before, body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article:focus .fsThumbnail span:after, body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article.focus .fsThumbnail span:before, body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article.focus .fsThumbnail span:after {
      opacity: 1;
      -ms-transform: scale(1);
      transform: scale(1); }
    body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article:hover .holderInfo, body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article:focus .holderInfo, body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article.focus .holderInfo {
      -ms-transform: translateY(0);
      transform: translateY(0); }
    body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article:hover .fsReadMoreLink, body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article:focus .fsReadMoreLink, body:not(.fsComposeMode).home-redesign .hp-discover .fsPostElement article.focus .fsReadMoreLink {
      opacity: 1;
      transition-delay: .6s; }
  body:not(.fsComposeMode).home-redesign .hp-discover .featured-post {
    width: 100%;
    max-width: 290px;
    margin: 0 auto 13px auto; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode).home-redesign .hp-discover .featured-post {
        width: calc(50.85% - 20px);
        margin: 0 10px;
        max-width: unset; } }
    body:not(.fsComposeMode).home-redesign .hp-discover .featured-post article .fsThumbnail {
      height: 178px; }
      @media (min-width: 900px) {
        body:not(.fsComposeMode).home-redesign .hp-discover .featured-post article .fsThumbnail {
          height: 435px; } }
      body:not(.fsComposeMode).home-redesign .hp-discover .featured-post article .fsThumbnail:after {
        opacity: 1; }
      body:not(.fsComposeMode).home-redesign .hp-discover .featured-post article .fsThumbnail span:before {
        background: rgba(113, 98, 132, 0.9); }
    body:not(.fsComposeMode).home-redesign .hp-discover .featured-post article:hover .fsThumbnail:after,
    body:not(.fsComposeMode).home-redesign .hp-discover .featured-post article:focus .fsThumbnail:after {
      opacity: 0; }
    body:not(.fsComposeMode).home-redesign .hp-discover .featured-post .holderInfo {
      padding: 0 54px 60px 54px;
      -ms-transform: translateY(30px);
      transform: translateY(30px); }
      @media (min-width: 900px) {
        body:not(.fsComposeMode).home-redesign .hp-discover .featured-post .holderInfo {
          -ms-transform: translateY(50px);
          transform: translateY(50px); } }
  body:not(.fsComposeMode).home-redesign .hp-discover .posts-list {
    display: block;
    width: 100%;
    margin: 0; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list {
        margin-top: 20px;
        padding: 0 5px; } }
  body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 290px;
    margin: 0 auto; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems {
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: unset;
        margin: 0; } }
    body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article {
      width: 100%;
      margin-bottom: 13px; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(1) {
        transition-delay: 0.2s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(2) {
        transition-delay: 0.4s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(3) {
        transition-delay: 0.6s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(4) {
        transition-delay: 0.8s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(5) {
        transition-delay: 1s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(6) {
        transition-delay: 1.2s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(7) {
        transition-delay: 1.4s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(8) {
        transition-delay: 1.6s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(9) {
        transition-delay: 1.8s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(10) {
        transition-delay: 2s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(11) {
        transition-delay: 2.2s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(12) {
        transition-delay: 2.4s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(13) {
        transition-delay: 2.6s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(14) {
        transition-delay: 2.8s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(15) {
        transition-delay: 3s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(16) {
        transition-delay: 3.2s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(17) {
        transition-delay: 3.4s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(18) {
        transition-delay: 3.6s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(19) {
        transition-delay: 3.8s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(20) {
        transition-delay: 4s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(21) {
        transition-delay: 4.2s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(22) {
        transition-delay: 4.4s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(23) {
        transition-delay: 4.6s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(24) {
        transition-delay: 4.8s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(25) {
        transition-delay: 5s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(26) {
        transition-delay: 5.2s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(27) {
        transition-delay: 5.4s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(28) {
        transition-delay: 5.6s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(29) {
        transition-delay: 5.8s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(30) {
        transition-delay: 6s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(31) {
        transition-delay: 6.2s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(32) {
        transition-delay: 6.4s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(33) {
        transition-delay: 6.6s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(34) {
        transition-delay: 6.8s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(35) {
        transition-delay: 7s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(36) {
        transition-delay: 7.2s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(37) {
        transition-delay: 7.4s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(38) {
        transition-delay: 7.6s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(39) {
        transition-delay: 7.8s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(40) {
        transition-delay: 8s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(41) {
        transition-delay: 8.2s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(42) {
        transition-delay: 8.4s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(43) {
        transition-delay: 8.6s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(44) {
        transition-delay: 8.8s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(45) {
        transition-delay: 9s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(46) {
        transition-delay: 9.2s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(47) {
        transition-delay: 9.4s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(48) {
        transition-delay: 9.6s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(49) {
        transition-delay: 9.8s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(50) {
        transition-delay: 10s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(51) {
        transition-delay: 10.2s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(52) {
        transition-delay: 10.4s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(53) {
        transition-delay: 10.6s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(54) {
        transition-delay: 10.8s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(55) {
        transition-delay: 11s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(56) {
        transition-delay: 11.2s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(57) {
        transition-delay: 11.4s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(58) {
        transition-delay: 11.6s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(59) {
        transition-delay: 11.8s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(60) {
        transition-delay: 12s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(61) {
        transition-delay: 12.2s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(62) {
        transition-delay: 12.4s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(63) {
        transition-delay: 12.6s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(64) {
        transition-delay: 12.8s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(65) {
        transition-delay: 13s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(66) {
        transition-delay: 13.2s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(67) {
        transition-delay: 13.4s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(68) {
        transition-delay: 13.6s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(69) {
        transition-delay: 13.8s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(70) {
        transition-delay: 14s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(71) {
        transition-delay: 14.2s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(72) {
        transition-delay: 14.4s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(73) {
        transition-delay: 14.6s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(74) {
        transition-delay: 14.8s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(75) {
        transition-delay: 15s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(76) {
        transition-delay: 15.2s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(77) {
        transition-delay: 15.4s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(78) {
        transition-delay: 15.6s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(79) {
        transition-delay: 15.8s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(80) {
        transition-delay: 16s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(81) {
        transition-delay: 16.2s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(82) {
        transition-delay: 16.4s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(83) {
        transition-delay: 16.6s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(84) {
        transition-delay: 16.8s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(85) {
        transition-delay: 17s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(86) {
        transition-delay: 17.2s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(87) {
        transition-delay: 17.4s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(88) {
        transition-delay: 17.6s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(89) {
        transition-delay: 17.8s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(90) {
        transition-delay: 18s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(91) {
        transition-delay: 18.2s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(92) {
        transition-delay: 18.4s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(93) {
        transition-delay: 18.6s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(94) {
        transition-delay: 18.8s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(95) {
        transition-delay: 19s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(96) {
        transition-delay: 19.2s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(97) {
        transition-delay: 19.4s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(98) {
        transition-delay: 19.6s; }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article.aos-animate:nth-child(99) {
        transition-delay: 19.8s; }
      @media (min-width: 900px) {
        body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article {
          width: calc((100% / 3) - 10px);
          margin: 0 5px; } }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article .fsThumbnail {
        height: 178px; }
        @media (min-width: 900px) {
          body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article .fsThumbnail {
            height: 253px; } }
        @media (min-width: 900px) {
          body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article .fsThumbnail:before {
            height: 190px; } }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article:nth-child(3n+1) .fsThumbnail span:before {
        background: rgba(0, 85, 108, 0.9); }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article:nth-child(3n+2) .fsThumbnail span:before {
        background: rgba(176, 120, 27, 0.9); }
      body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems article:nth-child(3n+3) .fsThumbnail span:before {
        background: rgba(1, 120, 109, 0.9); }
    body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems .holderInfo {
      padding: 0 40px 35px 40px;
      -ms-transform: translateY(30px);
      transform: translateY(30px); }
      @media (min-width: 900px) {
        body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems .holderInfo {
          -ms-transform: translateY(39px);
          transform: translateY(39px); } }
    body:not(.fsComposeMode).home-redesign .hp-discover .posts-list .fsListItems .fsTitle {
      margin-bottom: 7px; }

body:not(.fsComposeMode).home-redesign .hp-infographic-slider {
  display: block;
  width: 100%;
  margin-bottom: 70px;
  position: relative;
  padding: 70px 20px;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden; }
  @media (max-width: 699px) {
    body:not(.fsComposeMode).home-redesign .hp-infographic-slider {
      background-size: 0;
      padding: 40px 20px;
      margin-bottom: 18px; } }
  body:not(.fsComposeMode).home-redesign .hp-infographic-slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, #438FA3 0%, #005B91 100%);
    z-index: 2; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode).home-redesign .hp-infographic-slider:before {
        mix-blend-mode: multiply; } }
  body:not(.fsComposeMode).home-redesign .hp-infographic-slider:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 3;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.57) 100%); }
    @media (min-width: 700px) {
      body:not(.fsComposeMode).home-redesign .hp-infographic-slider:after {
        opacity: .9;
        height: 317px; } }
  body:not(.fsComposeMode).home-redesign .hp-infographic-slider > header {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 10; }
    body:not(.fsComposeMode).home-redesign .hp-infographic-slider > header h2 {
      font-size: 40px;
      font-weight: 800;
      line-height: 44px;
      color: #ffffff;
      margin-bottom: 36px;
      text-transform: none; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode).home-redesign .hp-infographic-slider > header h2 {
          font-size: 45px;
          line-height: 50px;
          margin-bottom: 50px;
          color: rgba(255, 255, 255, 0.95); } }
  body:not(.fsComposeMode).home-redesign .hp-infographic-slider > .fsElementContent {
    max-width: 1332px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    padding: 0 76px; }
    body:not(.fsComposeMode).home-redesign .hp-infographic-slider > .fsElementContent:not(.mobile-slider) {
      display: none; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode).home-redesign .hp-infographic-slider > .fsElementContent:not(.mobile-slider) {
          display: block; } }
    body:not(.fsComposeMode).home-redesign .hp-infographic-slider > .fsElementContent.mobile-slider {
      display: block;
      padding: 0 0 67px 0; }
      body:not(.fsComposeMode).home-redesign .hp-infographic-slider > .fsElementContent.mobile-slider .slick-list {
        padding: 33px 0 20px 0; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode).home-redesign .hp-infographic-slider > .fsElementContent.mobile-slider {
          display: none; } }
    body:not(.fsComposeMode).home-redesign .hp-infographic-slider > .fsElementContent .slick-list {
      border: 1px solid #ffffff; }
  body:not(.fsComposeMode).home-redesign .hp-infographic-slider .fsContent {
    display: block;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 44px; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode).home-redesign .hp-infographic-slider .fsContent {
        padding: 39px 15px 59px 15px;
        margin-bottom: 0; } }
    body:not(.fsComposeMode).home-redesign .hp-infographic-slider .fsContent header h2 {
      font-family: "adriane", Georgia, serif;
      font-size: 45px;
      font-weight: 400;
      line-height: 50px;
      color: #ffffff;
      margin-bottom: 32px;
      text-transform: none; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode).home-redesign .hp-infographic-slider .fsContent header h2 {
          font-size: 50px;
          line-height: 55px;
          margin-bottom: 19px; } }
    body:not(.fsComposeMode).home-redesign .hp-infographic-slider .fsContent .fsElementContent {
      position: relative;
      font-size: 15px;
      font-weight: 400;
      font-style: italic;
      line-height: 19px;
      color: #ffffff;
      padding-bottom: 35px; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode).home-redesign .hp-infographic-slider .fsContent .fsElementContent {
          font-size: 18px;
          line-height: 23px; } }
      body:not(.fsComposeMode).home-redesign .hp-infographic-slider .fsContent .fsElementContent:before {
        position: absolute;
        content: "";
        width: 164px;
        height: 1px;
        bottom: 0;
        left: 50%;
        background: #CECFD0;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      body:not(.fsComposeMode).home-redesign .hp-infographic-slider .fsContent .fsElementContent a {
        color: #ffffff;
        text-decoration: underline; }
        body:not(.fsComposeMode).home-redesign .hp-infographic-slider .fsContent .fsElementContent a:hover, body:not(.fsComposeMode).home-redesign .hp-infographic-slider .fsContent .fsElementContent a:focus {
          color: #ffffff;
          text-decoration: none; }
      body:not(.fsComposeMode).home-redesign .hp-infographic-slider .fsContent .fsElementContent p {
        margin: 0; }
  body:not(.fsComposeMode).home-redesign .hp-infographic-slider .slick-arrow {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 0px;
    background: transparent;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    border: 1px solid #D5CAA2;
    position: absolute;
    z-index: 1;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .3s;
    cursor: pointer; }
    @media (max-width: 699px) {
      body:not(.fsComposeMode).home-redesign .hp-infographic-slider .slick-arrow {
        top: auto;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        bottom: 0;
        width: 40px;
        height: 40px; } }
    body:not(.fsComposeMode).home-redesign .hp-infographic-slider .slick-arrow:hover, body:not(.fsComposeMode).home-redesign .hp-infographic-slider .slick-arrow:focus {
      background: #ffffff;
      border-color: #ffffff; }
      body:not(.fsComposeMode).home-redesign .hp-infographic-slider .slick-arrow:hover:before, body:not(.fsComposeMode).home-redesign .hp-infographic-slider .slick-arrow:focus:before {
        color: #003767; }
    body:not(.fsComposeMode).home-redesign .hp-infographic-slider .slick-arrow:before {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      font-family: "IcoMoon";
      font-size: 15px;
      font-weight: 400;
      color: #ffffff;
      transition: all .3s; }
      @media (max-width: 699px) {
        body:not(.fsComposeMode).home-redesign .hp-infographic-slider .slick-arrow:before {
          font-size: 13px; } }
    body:not(.fsComposeMode).home-redesign .hp-infographic-slider .slick-arrow.slick-prev {
      left: 0; }
      @media (max-width: 699px) {
        body:not(.fsComposeMode).home-redesign .hp-infographic-slider .slick-arrow.slick-prev {
          left: calc(50% - 23px); } }
      body:not(.fsComposeMode).home-redesign .hp-infographic-slider .slick-arrow.slick-prev:before {
        content: "\e913";
        padding-right: 2px; }
    body:not(.fsComposeMode).home-redesign .hp-infographic-slider .slick-arrow.slick-next {
      right: 0; }
      @media (max-width: 699px) {
        body:not(.fsComposeMode).home-redesign .hp-infographic-slider .slick-arrow.slick-next {
          right: auto;
          left: calc(50% + 23px); } }
      body:not(.fsComposeMode).home-redesign .hp-infographic-slider .slick-arrow.slick-next:before {
        content: "\e912";
        padding-left: 2px; }

body:not(.fsComposeMode).home-redesign .hp-social-media {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 27px; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode).home-redesign .hp-social-media {
      margin-bottom: 70px; } }
  body:not(.fsComposeMode).home-redesign .hp-social-media > header {
    display: none; }
  body:not(.fsComposeMode).home-redesign .hp-social-media > .fsElementContent {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode).home-redesign .hp-social-media > .fsElementContent {
        -ms-flex-direction: row;
        flex-direction: row; } }
    @media (max-width: 699px) {
      body:not(.fsComposeMode).home-redesign .hp-social-media > .fsElementContent {
        padding-left: 0 !important; } }
  body:not(.fsComposeMode).home-redesign .hp-social-media .nav-social {
    width: calc(100% - 20px);
    margin: 0 auto 22px auto;
    padding: 40px 20px 42px 20px;
    text-align: center;
    border: 1px solid #D5CA9F; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode).home-redesign .hp-social-media .nav-social {
        width: 250px;
        padding: 40px 20px;
        margin: 0; } }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).home-redesign .hp-social-media .nav-social {
        width: 400px;
        padding: 67px 40px 66px 40px; } }
    body:not(.fsComposeMode).home-redesign .hp-social-media .nav-social > header h2 {
      display: block;
      font-family: "adriane", Georgia, serif;
      font-size: 34px;
      font-weight: 400;
      line-height: 37px;
      color: #003767;
      text-transform: uppercase;
      max-width: 256px;
      margin: 0 auto 24px auto;
      color: #005B91; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode).home-redesign .hp-social-media .nav-social > header h2 {
          font-size: 25px;
          line-height: 28px;
          max-width: 100%;
          margin: 0 0 20px 0;
          color: #003767; } }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode).home-redesign .hp-social-media .nav-social > header h2 {
          padding: 0 70px; } }
    body:not(.fsComposeMode).home-redesign .hp-social-media .nav-social > header .fsElementHeaderContent {
      display: block;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      font-style: italic;
      color: #878787;
      margin-bottom: 40px; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode).home-redesign .hp-social-media .nav-social > header .fsElementHeaderContent {
          font-size: 18px;
          line-height: 23px;
          margin-bottom: 30px; } }
      body:not(.fsComposeMode).home-redesign .hp-social-media .nav-social > header .fsElementHeaderContent a {
        color: #878787;
        text-decoration: underline; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .nav-social > header .fsElementHeaderContent a:hover, body:not(.fsComposeMode).home-redesign .hp-social-media .nav-social > header .fsElementHeaderContent a:focus {
          color: #878787;
          text-decoration: none; }
    body:not(.fsComposeMode).home-redesign .hp-social-media .nav-social .fsNavLevel1 li {
      margin: 0 6px; }
    body:not(.fsComposeMode).home-redesign .hp-social-media .nav-social .fsNavLevel1 li a {
      width: 34px;
      height: 34px;
      border-color: #D4CA9F;
      transition: all .3s; }
      body:not(.fsComposeMode).home-redesign .hp-social-media .nav-social .fsNavLevel1 li a:before {
        color: #003767;
        font-size: 13px;
        transition: all .3s; }
      body:not(.fsComposeMode).home-redesign .hp-social-media .nav-social .fsNavLevel1 li a:hover, body:not(.fsComposeMode).home-redesign .hp-social-media .nav-social .fsNavLevel1 li a:focus {
        border-color: #003767;
        background: #003767; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .nav-social .fsNavLevel1 li a:hover:before, body:not(.fsComposeMode).home-redesign .hp-social-media .nav-social .fsNavLevel1 li a:focus:before {
          color: #ffffff; }
  body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom {
    width: 100%;
    padding-left: 10px; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom {
        width: calc(100% - 250px);
        padding-left: 19px;
        padding-top: 20px; } }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom {
        width: calc(100% - 400px); } }
    body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > header {
      display: none; }
    body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom .slick-arrow {
      display: block;
      position: relative;
      width: 45px;
      height: 45px;
      border: 1px solid #D5CAA2;
      background: transparent;
      font-size: 0px;
      padding: 0;
      margin: 0;
      border-radius: 100%;
      cursor: pointer; }
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom .slick-arrow:before {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: "IcoMoon";
        font-size: 15px;
        font-weight: 400;
        color: #757678;
        padding-top: 1px;
        transition: all .3s; }
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom .slick-arrow:hover:before, body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom .slick-arrow:focus:before {
        color: #A8A9AA; }
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom .slick-arrow.slick-prev:before {
        content: "\e913";
        padding-right: 2px; }
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom .slick-arrow.slick-next:before {
        content: "\e912";
        padding-left: 2px; }
    body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) {
      position: static; }
      @media (max-width: 699px) {
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) {
          position: relative;
          padding-bottom: 60px; } }
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article {
        display: block;
        width: 248px;
        height: auto;
        margin: 0 4.5px;
        z-index: 1;
        background-image: url("../images/instagram-default-image.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(1) {
          transition-delay: 0.2s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(2) {
          transition-delay: 0.4s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(3) {
          transition-delay: 0.6s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(4) {
          transition-delay: 0.8s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(5) {
          transition-delay: 1s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(6) {
          transition-delay: 1.2s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(7) {
          transition-delay: 1.4s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(8) {
          transition-delay: 1.6s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(9) {
          transition-delay: 1.8s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(10) {
          transition-delay: 2s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(11) {
          transition-delay: 2.2s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(12) {
          transition-delay: 2.4s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(13) {
          transition-delay: 2.6s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(14) {
          transition-delay: 2.8s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(15) {
          transition-delay: 3s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(16) {
          transition-delay: 3.2s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(17) {
          transition-delay: 3.4s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(18) {
          transition-delay: 3.6s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(19) {
          transition-delay: 3.8s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(20) {
          transition-delay: 4s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(21) {
          transition-delay: 4.2s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(22) {
          transition-delay: 4.4s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(23) {
          transition-delay: 4.6s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(24) {
          transition-delay: 4.8s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(25) {
          transition-delay: 5s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(26) {
          transition-delay: 5.2s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(27) {
          transition-delay: 5.4s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(28) {
          transition-delay: 5.6s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(29) {
          transition-delay: 5.8s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(30) {
          transition-delay: 6s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(31) {
          transition-delay: 6.2s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(32) {
          transition-delay: 6.4s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(33) {
          transition-delay: 6.6s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(34) {
          transition-delay: 6.8s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(35) {
          transition-delay: 7s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(36) {
          transition-delay: 7.2s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(37) {
          transition-delay: 7.4s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(38) {
          transition-delay: 7.6s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(39) {
          transition-delay: 7.8s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(40) {
          transition-delay: 8s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(41) {
          transition-delay: 8.2s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(42) {
          transition-delay: 8.4s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(43) {
          transition-delay: 8.6s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(44) {
          transition-delay: 8.8s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(45) {
          transition-delay: 9s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(46) {
          transition-delay: 9.2s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(47) {
          transition-delay: 9.4s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(48) {
          transition-delay: 9.6s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(49) {
          transition-delay: 9.8s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(50) {
          transition-delay: 10s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(51) {
          transition-delay: 10.2s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(52) {
          transition-delay: 10.4s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(53) {
          transition-delay: 10.6s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(54) {
          transition-delay: 10.8s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(55) {
          transition-delay: 11s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(56) {
          transition-delay: 11.2s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(57) {
          transition-delay: 11.4s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(58) {
          transition-delay: 11.6s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(59) {
          transition-delay: 11.8s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(60) {
          transition-delay: 12s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(61) {
          transition-delay: 12.2s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(62) {
          transition-delay: 12.4s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(63) {
          transition-delay: 12.6s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(64) {
          transition-delay: 12.8s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(65) {
          transition-delay: 13s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(66) {
          transition-delay: 13.2s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(67) {
          transition-delay: 13.4s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(68) {
          transition-delay: 13.6s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(69) {
          transition-delay: 13.8s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(70) {
          transition-delay: 14s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(71) {
          transition-delay: 14.2s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(72) {
          transition-delay: 14.4s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(73) {
          transition-delay: 14.6s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(74) {
          transition-delay: 14.8s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(75) {
          transition-delay: 15s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(76) {
          transition-delay: 15.2s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(77) {
          transition-delay: 15.4s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(78) {
          transition-delay: 15.6s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(79) {
          transition-delay: 15.8s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(80) {
          transition-delay: 16s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(81) {
          transition-delay: 16.2s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(82) {
          transition-delay: 16.4s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(83) {
          transition-delay: 16.6s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(84) {
          transition-delay: 16.8s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(85) {
          transition-delay: 17s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(86) {
          transition-delay: 17.2s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(87) {
          transition-delay: 17.4s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(88) {
          transition-delay: 17.6s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(89) {
          transition-delay: 17.8s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(90) {
          transition-delay: 18s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(91) {
          transition-delay: 18.2s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(92) {
          transition-delay: 18.4s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(93) {
          transition-delay: 18.6s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(94) {
          transition-delay: 18.8s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(95) {
          transition-delay: 19s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(96) {
          transition-delay: 19.2s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(97) {
          transition-delay: 19.4s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(98) {
          transition-delay: 19.6s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.aos-animate:nth-child(99) {
          transition-delay: 19.8s; }
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) .controls {
        position: absolute;
        max-width: 1180px;
        width: 100%;
        z-index: 1;
        bottom: 4px;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        @media (max-width: 1199px) {
          body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) .controls {
            padding: 0 20px; } }
        @media (max-width: 699px) {
          body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) .controls {
            width: 100%;
            left: 0;
            bottom: 0;
            -ms-transform: none;
            transform: none;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center; }
            body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) .controls .slick-arrow {
              border-color: #505154;
              width: 34px;
              height: 34px;
              margin: 0 3.5px !important; }
              body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) .controls .slick-arrow:before {
                font-size: 11px; } }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) .controls .slick-prev {
          margin-right: 10px; }
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article .post-image {
        display: block;
        position: relative;
        z-index: 2;
        width: 100%;
        height: 253px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article .post-image img {
          display: none; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article .post-image:before, body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article .post-image:after {
          position: absolute;
          content: "";
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          opacity: 0;
          -ms-transform: scale(0.8);
          transform: scale(0.8);
          transition: all .4s ease-in-out; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article .post-image:before {
          z-index: 3;
          background: rgba(113, 98, 132, 0.9);
          mix-blend-mode: normal; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article .post-image:after {
          background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.57) 100%);
          mix-blend-mode: multiply;
          z-index: 4; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article .post-image .feed-url {
          position: absolute;
          width: 25px;
          height: 25px;
          display: block;
          font-size: 0px;
          left: 19px;
          top: 19px;
          z-index: 6;
          opacity: 0;
          visibility: hidden;
          pointer-events: none;
          -ms-transform: scale(0);
          transform: scale(0);
          transition: all .4s; }
          body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article .post-image .feed-url:before {
            position: absolute;
            content: "\e90f";
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            font-family: "IcoMoon";
            font-size: 25px;
            font-weight: 400;
            color: #ffffff;
            transition: all .4s; }
          body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article .post-image .feed-url:hover:before, body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article .post-image .feed-url:focus:before {
            -ms-transform: scale(1.1);
            transform: scale(1.1); }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article .post-image .trigger-popUp {
          display: block;
          padding: 0;
          margin: 0;
          font-size: 0px;
          border: none;
          background: transparent;
          position: absolute;
          z-index: 5;
          width: 45px;
          height: 45px;
          left: 50%;
          top: 50%;
          -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
          border-radius: 100%;
          border: 1px solid #ffffff;
          cursor: pointer;
          visibility: hidden;
          pointer-events: none;
          opacity: 0;
          transition: all .4s; }
          body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article .post-image .trigger-popUp:before {
            position: absolute;
            content: "\e904";
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            font-family: "IcoMoon";
            font-size: 22px;
            font-weight: 400;
            color: #ffffff;
            transition: all .4s; }
          body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article .post-image .trigger-popUp:hover, body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article .post-image .trigger-popUp:focus {
            background: #ffffff; }
            body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article .post-image .trigger-popUp:hover:before, body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article .post-image .trigger-popUp:focus:before {
              color: #003767; }
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article .right-info {
        display: none; }
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article:hover .post-image:before, body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article:hover .post-image:after, body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article:hover .post-image .feed-url,
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article:focus .post-image:before,
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article:focus .post-image:after,
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article:focus .post-image .feed-url,
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.focus .post-image:before,
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.focus .post-image:after,
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.focus .post-image .feed-url {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1); }
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article:hover .post-image .trigger-popUp,
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article:focus .post-image .trigger-popUp,
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.focus .post-image .trigger-popUp {
        opacity: 1;
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1); }
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article:hover .post-image .feed-url, body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article:hover .post-image .trigger-popUp,
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article:focus .post-image .feed-url,
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article:focus .post-image .trigger-popUp,
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.focus .post-image .feed-url,
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent:not(.popUpSlider) article.focus .post-image .trigger-popUp {
        visibility: visible;
        pointer-events: auto; }
    body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding: 30px 0px;
      width: 100%;
      position: fixed;
      width: 100%;
      height: 100vh;
      left: 0;
      top: 0;
      z-index: 100;
      background: rgba(7, 23, 41, 0.9);
      overflow-y: auto;
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: all .5s ease-in-out; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider {
          padding: 50px 20px;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center; } }
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .slick-list {
        max-width: 1180px;
        width: 100%;
        margin: 0 auto;
        opacity: 0;
        transition: all .3s ease-in-out; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .slick-list:before {
          position: absolute;
          content: "";
          width: 100%;
          height: calc(100% - 44px);
          left: 0;
          bottom: 0;
          background: #ffffff;
          display: block; }
          @media (min-width: 700px) {
            body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .slick-list:before {
              display: none; } }
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .controls {
        position: absolute;
        z-index: 10;
        width: 100%;
        bottom: 20px;
        left: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row; }
        @media (min-width: 700px) {
          body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .controls {
            width: calc(100% - 360px);
            top: 97px;
            right: 0;
            left: auto;
            max-height: 44px; } }
        @media (min-width: 1100px) {
          body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .controls {
            width: calc(100% - 630px); } }
        @media (max-width: 699px) {
          body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .controls {
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center; }
            body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .controls .slick-arrow {
              border-color: #505154;
              width: 34px;
              height: 34px;
              margin: 0 3.5px !important; }
              body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .controls .slick-arrow:before {
                font-size: 11px; } }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .controls .slick-next {
          margin-left: 10px; }
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .trigger-close {
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px;
        padding: 0 20px; }
        @media (min-width: 700px) {
          body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .trigger-close {
            padding: 0;
            margin-bottom: 21px; } }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .trigger-close button {
          display: block;
          position: relative;
          padding: 0;
          margin: 0;
          width: 34px;
          height: 34px;
          border: 1px solid rgba(80, 81, 84, 0.7);
          border-radius: 100%;
          font-size: 0px;
          cursor: pointer;
          transition: all .3s;
          background: transparent; }
          @media (min-width: 700px) {
            body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .trigger-close button {
              width: 46px;
              height: 46px; } }
          body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .trigger-close button:before {
            position: absolute;
            content: "\e905";
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            font-family: "IcoMoon";
            font-size: 14px;
            font-weight: 400;
            color: #ffffff;
            transition: all .3s; }
            @media (min-width: 700px) {
              body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .trigger-close button:before {
                font-size: 19px; } }
          body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .trigger-close button:hover, body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .trigger-close button:focus {
            background: #ffffff;
            border-color: #ffffff; }
            body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .trigger-close button:hover:before, body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .trigger-close button:focus:before {
              color: #003767; }
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider article {
        padding: 20px 20px 80px 20px;
        display: block;
        width: 100%;
        position: relative;
        background-color: #ffffff; }
        @media (min-width: 700px) {
          body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider article {
            padding: 30px; } }
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .inner-holder {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media (min-width: 700px) {
          body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .inner-holder {
            -ms-flex-direction: row;
            flex-direction: row; } }
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .post-image {
        width: 100%;
        height: 200px;
        display: block;
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0;
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
        transition: transform .5s, opacity .5s ease-in-out; }
        @media (min-width: 400px) {
          body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .post-image {
            height: 300px; } }
        @media (min-width: 700px) {
          body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .post-image {
            width: 300px; } }
        @media (min-width: 1100px) {
          body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .post-image {
            width: 520px;
            height: 500px; } }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .post-image .feed-url,
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .post-image .trigger-popUp,
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .post-image img {
          display: none; }
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .right-info {
        position: relative;
        display: block;
        padding: 20px 0 0 0;
        width: 100%;
        opacity: 0;
        -ms-transform: translateX(50px);
        transform: translateX(50px);
        transition: transform .5s, opacity .5s ease-in-out; }
        @media (min-width: 700px) {
          body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .right-info {
            width: calc(100% - 300px);
            padding: 80px 0px 60px 40px; } }
        @media (min-width: 1100px) {
          body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .right-info {
            padding: 113px 50px 60px 80px;
            width: calc(100% - 520px); } }
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .feed-name {
        display: block;
        width: 100%;
        margin-bottom: 10px; }
        @media (min-width: 700px) {
          body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .feed-name {
            margin-bottom: 20px; } }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .feed-name a {
          font-family: "adriane", Georgia, serif;
          font-size: 17px;
          font-weight: 700;
          line-height: 32px;
          color: #005B91;
          text-decoration: none; }
          body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .feed-name a:hover, body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .feed-name a:focus {
            color: #005B91;
            text-decoration: underline; }
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .feed-desc {
        display: block;
        width: 100%;
        font-family: "adriane", Georgia, serif;
        font-size: 15px;
        font-weight: 700;
        line-height: 29px;
        color: #505154;
        max-height: 192px;
        overflow: hidden; }
        @media (min-width: 700px) {
          body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .feed-desc {
            font-size: 17px;
            line-height: 32px; } }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .feed-desc br {
          display: none; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .feed-desc a {
          color: #505154;
          text-decoration: underline; }
          body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .feed-desc a:hover, body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .feed-desc a:focus {
            color: #505154;
            text-decoration: none; }
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .follow-us {
        display: block;
        width: 100%;
        position: relative;
        margin-top: 20px; }
        @media (min-width: 700px) {
          body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .follow-us {
            position: absolute;
            left: 40px;
            bottom: 0px;
            margin-top: 0; } }
        @media (min-width: 1100px) {
          body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .follow-us {
            bottom: 21px;
            left: 80px; } }
      body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .follow-us a {
        position: relative;
        padding-left: 98px;
        font-family: "adriane", Georgia, serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 32px;
        color: #505154;
        transition: all .3s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .follow-us a:before {
          position: absolute;
          content: "\e90f";
          width: 28px;
          height: 28px;
          left: 0;
          top: -4px;
          border-radius: 100%;
          border: 1px solid #505154;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center;
          font-family: "IcoMoon";
          font-size: 14px;
          font-weight: 400;
          color: #505154;
          transition: all .3s; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .follow-us a:hover, body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .follow-us a:focus {
          color: #003767; }
          body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .follow-us a:hover:before, body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .follow-us a:focus:before {
            border-color: #003767;
            background: #003767;
            color: #ffffff; }
        body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .follow-us a span {
          position: relative;
          display: inline-block;
          font-size: 14px;
          font-weight: 700;
          line-height: 32px; }
          body:not(.fsComposeMode).home-redesign .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .follow-us a span:before {
            position: absolute;
            content: "";
            width: 40px;
            height: 1px;
            top: 15.5px;
            right: calc(100% + 15px);
            background: #CECFD0; }

body:not(.fsComposeMode).home-redesign.active-popUp {
  overflow-y: hidden; }
  body:not(.fsComposeMode).home-redesign.active-popUp .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -ms-transform: scale(1);
    transform: scale(1); }
    body:not(.fsComposeMode).home-redesign.active-popUp .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .slick-list {
      opacity: 1;
      transition-delay: .9s; }
    body:not(.fsComposeMode).home-redesign.active-popUp .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .post-image,
    body:not(.fsComposeMode).home-redesign.active-popUp .hp-social-media .fsFeeds.fsCustom > .fsElementContent.popUpSlider .right-info {
      opacity: 1;
      -ms-transform: translateX(0);
      transform: translateX(0);
      transition-delay: 1.2s; }

@media (min-width: 1000px) {
  body:not(.fsComposeMode).home-redesign.animate .main-slideshow article figcaption .fsTitle,
  body:not(.fsComposeMode).home-redesign.animate .main-slideshow article .fsDescription .fsTitle,
  body:not(.fsComposeMode).home-redesign.animate .main-slideshow .slick-arrow,
  body:not(.fsComposeMode).home-redesign.animate .main-slideshow .fsElementSlideshowControls > button,
  body:not(.fsComposeMode).home-redesign.animate .main-slideshow .scroll-down {
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition-delay: .4s; }
  body:not(.fsComposeMode).home-redesign.animate .main-slideshow article figcaption .fsTitle span,
  body:not(.fsComposeMode).home-redesign.animate .main-slideshow article .fsDescription .fsTitle span {
    width: 100%;
    transition-delay: 1.1s; }
  body:not(.fsComposeMode).home-redesign.animate .main-slideshow article figcaption a,
  body:not(.fsComposeMode).home-redesign.animate .main-slideshow article .fsDescription a {
    opacity: 1;
    transition-delay: 1.9s; }
  body:not(.fsComposeMode).home-redesign.animate .hp-cta-links {
    transform: translate3d(-50%, -67px, 0);
    transition-delay: 1.9s; } }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0); }

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  -ms-transform: scale(0.6);
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0); }

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  .fsThumbnail {
    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-family: "futura-pt", sans-serif;
      font-weight: 700;
      color: #003767;
      font-size: 30px;
      line-height: 1.1;
      color: #d5ca9f;
      margin-bottom: 30px; } }
    @media print and (min-width: 700px) {
      .fsHeader .site-name {
        font-size: 48px;
        line-height: 1.1875; } }

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