@charset "UTF-8";
 /**
 *
 * Greens Farms Academy - default_17
 * @link https://www.gfacademy.org/
 * Site Template : newclientcustom
 * Built By: Ryan Reese
 * Project Manager: Michelle Walker
 * Designer: Joe Cloughley
 * ==== Git Info ====
 * Branch Name: clients/greenfarms
 * Build version: 3.2.7
 * Git Tag: v3.0-205-g2080c965b7
 * Last build by: Jesse Rogers
 *
 **/

@charset "UTF-8";
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
@import url("//hello.myfonts.net/count/396d00");
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 75em;
  max-width: 75rem; }

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

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //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 */
@font-face {
  font-family: 'IcoMoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

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

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

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

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

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

/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'LuloCleanThree-Bold';
  src: url("../fonts/webfonts/396D00_0_0.eot");
  src: url("../fonts/webfonts/396D00_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/396D00_0_0.woff2") format("woff2"), url("../fonts/webfonts/396D00_0_0.woff") format("woff"), url("../fonts/webfonts/396D00_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'LuloCleanOne';
  src: url("../fonts/webfonts/396D00_1_0.eot");
  src: url("../fonts/webfonts/396D00_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/396D00_1_0.woff2") format("woff2"), url("../fonts/webfonts/396D00_1_0.woff") format("woff"), url("../fonts/webfonts/396D00_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'LuloCleanOne-Bold';
  src: url("../fonts/webfonts/396D00_2_0.eot");
  src: url("../fonts/webfonts/396D00_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/396D00_2_0.woff2") format("woff2"), url("../fonts/webfonts/396D00_2_0.woff") format("woff"), url("../fonts/webfonts/396D00_2_0.ttf") format("truetype"); }

@font-face {
  font-family: 'LuloCleanThree';
  src: url("../fonts/webfonts/396D00_3_0.eot");
  src: url("../fonts/webfonts/396D00_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/396D00_3_0.woff2") format("woff2"), url("../fonts/webfonts/396D00_3_0.woff") format("woff"), url("../fonts/webfonts/396D00_3_0.ttf") format("truetype"); }

@font-face {
  font-family: 'LuloCleanOutline';
  src: url("../fonts/webfonts/396D00_4_0.eot");
  src: url("../fonts/webfonts/396D00_4_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/396D00_4_0.woff2") format("woff2"), url("../fonts/webfonts/396D00_4_0.woff") format("woff"), url("../fonts/webfonts/396D00_4_0.ttf") format("truetype"); }

@font-face {
  font-family: 'LuloCleanOutline-Bold';
  src: url("../fonts/webfonts/396D00_5_0.eot");
  src: url("../fonts/webfonts/396D00_5_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/396D00_5_0.woff2") format("woff2"), url("../fonts/webfonts/396D00_5_0.woff") format("woff"), url("../fonts/webfonts/396D00_5_0.ttf") format("truetype"); }

@font-face {
  font-family: 'LuloCleanFour-Bold';
  src: url("../fonts/webfonts/396D00_6_0.eot");
  src: url("../fonts/webfonts/396D00_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/396D00_6_0.woff2") format("woff2"), url("../fonts/webfonts/396D00_6_0.woff") format("woff"), url("../fonts/webfonts/396D00_6_0.ttf") format("truetype"); }

@font-face {
  font-family: 'LuloCleanFour';
  src: url("../fonts/webfonts/396D00_7_0.eot");
  src: url("../fonts/webfonts/396D00_7_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/396D00_7_0.woff2") format("woff2"), url("../fonts/webfonts/396D00_7_0.woff") format("woff"), url("../fonts/webfonts/396D00_7_0.ttf") format("truetype"); }

@font-face {
  font-family: 'LuloCleanTwo';
  src: url("../fonts/webfonts/396D00_8_0.eot");
  src: url("../fonts/webfonts/396D00_8_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/396D00_8_0.woff2") format("woff2"), url("../fonts/webfonts/396D00_8_0.woff") format("woff"), url("../fonts/webfonts/396D00_8_0.ttf") format("truetype"); }

@font-face {
  font-family: 'LuloCleanTwo-Bold';
  src: url("../fonts/webfonts/396D00_9_0.eot");
  src: url("../fonts/webfonts/396D00_9_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/396D00_9_0.woff2") format("woff2"), url("../fonts/webfonts/396D00_9_0.woff") format("woff"), url("../fonts/webfonts/396D00_9_0.ttf") format("truetype"); }

.fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.25;
  font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
  color: #333333; }
  .fsTitle > a, .fsFacebookFrom > a, .fsVimeoTitle > a, .fsYoutubeTitle > a {
    color: inherit;
    font-family: inherit;
    transition: 0.3s all; }
    .fsTitle > a:hover, .fsFacebookFrom > a:hover, .fsVimeoTitle > a:hover, .fsYoutubeTitle > a:hover, .fsTitle > a:focus, .fsFacebookFrom > a:focus, .fsVimeoTitle > a:focus, .fsYoutubeTitle > a:focus {
      opacity: 0.75;
      color: inherit; }

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 0.025em;
  font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
  color: #333333;
  margin-bottom: 28px; }

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 37px;
  line-height: 48px;
  color: #333333;
  font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
  margin-bottom: 25px; }

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 26px;
  line-height: 33px;
  font-family: "LuloCleanOne-Bold", serif;
  text-transform: uppercase;
  color: #161E4A;
  margin-bottom: 20px; }

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 23px;
  line-height: 30px;
  letter-spacing: 0.025em;
  font-family: "LuloCleanOne-Bold", serif;
  text-transform: uppercase;
  color: #161E4A;
  margin-bottom: 13px; }

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.025em;
  font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
  color: #d9293e;
  margin-bottom: 12px; }

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: 0.025em;
  font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
  color: #d9293e;
  margin-bottom: 12px; }

p {
  margin: 0 0 25px; }

hr {
  margin: 0 auto 20px;
  border-color: rgba(0, 0, 0, 0.1); }

a {
  text-decoration: none;
  color: #d9293e;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: normal;
  transition: background .3s, color .3s; }
  a:hover, a:focus {
    color: #d9293e; }

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

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.fs_style_40 {
  width: 100%;
  overflow-x: auto;
  display: block; }
  .fsAthleticsEvent.fsTable .fsElementTable tbody, .fsAthleticsRoster .fsElementTable tbody,
  table.fs_style_40 tbody {
    display: table;
    width: 100%; }
  .fsAthleticsEvent.fsTable .fsElementTable tr th, .fsAthleticsRoster .fsElementTable tr th,
  .fsAthleticsEvent.fsTable .fsElementTable tr td,
  .fsAthleticsRoster .fsElementTable tr td,
  table.fs_style_40 tr th,
  table.fs_style_40 tr td {
    vertical-align: top;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 20px; }
  .fsAthleticsEvent.fsTable .fsElementTable tr th, .fsAthleticsRoster .fsElementTable tr th,
  table.fs_style_40 tr th {
    text-align: left;
    color: #003d7e;
    text-transform: uppercase;
    border-bottom-width: 3px;
    font-family: "GillSans-SemiBold", sans-serif; }

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; }
  .fsElement:last-child {
    margin-bottom: 0; }
  .fsElement > header .fsElementTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 26px;
    line-height: 33px;
    font-family: "LuloCleanOne-Bold", serif;
    text-transform: uppercase;
    color: #161E4A;
    margin-bottom: 20px; }

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

.fsPanel {
  margin-bottom: 0; }

.fsPageTitle {
  font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
  font-size: 2.5rem;
  line-height: 48px;
  margin-bottom: 0.625rem; }

.fsDialogCloseButton {
  opacity: 1; }
  .fsDialogCloseButton:after, .fsDialogCloseButton:before {
    background: #333333; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #333333; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: black; }

.fsElementDialog {
  color: #333333; }

/*! 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 {
  margin-bottom: 20px; }

/*! element - common - slideshow subtype v0.0.1 */
/* Contains generic styles that apply to every element slideshow subtype*/
.fsSlideshow.fsSlideshowVertical article {
  margin: 10px 0; }

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

.fsSlideshow.fsSlideshowHorizontal article {
  margin: 0 10px; }

.fsSlideshow .fsNextButton:before,
.fsSlideshow .fsPrevButton:before {
  color: #333333;
  font-size: 45px;
  transition: opacity .3s;
  display: inline-block;
  line-height: 1;
  width: auto;
  height: auto;
  opacity: .5;
  position: absolute; }

.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 .fsPager {
  margin-bottom: 0;
  margin-top: 20px; }
  .fsSlideshow .fsPager li {
    width: 12px;
    height: 12px;
    position: relative;
    vertical-align: middle; }
    .fsSlideshow .fsPager li button {
      width: 100%;
      height: 100%; }
      .fsSlideshow .fsPager li button:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #333333;
        transition: .3s; }
      .fsSlideshow .fsPager li button:hover:before {
        transition: .3s; }

.fs_style_36 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 24px;
  background: #FFF;
  color: #003d7e;
  border-radius: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 3px solid #003d7e;
  text-align: center;
  transition: 0.3s all; }
  .fs_style_36:hover, .fs_style_36:focus {
    background: #003d7e;
    color: #FFF;
    -ms-transform: scale(1.03);
    transform: scale(1.03); }

.fs_style_37 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 24px;
  background: #FFF;
  color: #d9293e;
  border-radius: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 3px solid #d9293e;
  text-align: center;
  transition: 0.3s all; }
  .fs_style_37:hover, .fs_style_37:focus {
    background: #d9293e;
    color: #FFF;
    -ms-transform: scale(1.03);
    transform: scale(1.03); }

.fs_style_38 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 11px 57px 11px 10px;
  color: #333333;
  border-radius: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 3px solid #003d7e;
  font-size: 1rem;
  line-height: 1.75;
  position: relative;
  text-align: center;
  max-width: 400px;
  width: 100%; }
  #fsBannerLeft .fs_style_38 {
    display: block; }
  #fsBannerRight .fs_style_38 {
    display: block; }
  .fs_style_38:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 47px;
    height: 100%;
    background: #003d7e; }
  .fs_style_38:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 2.5rem;
    line-height: 1;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -3px;
    width: 50px; }
  .fs_style_38:hover, .fs_style_38:focus {
    background: #003d7e;
    color: #FFF; }
    .fs_style_38:hover em, .fs_style_38:focus em {
      color: inherit; }
  .fs_style_38 em {
    display: block;
    font-style: normal;
    text-transform: none;
    color: #7f7f7f;
    font-family: "GillSans", sans-serif; }

.fs_style_39 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 11px 57px 11px 10px;
  color: #333333;
  border-radius: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 3px solid #d9293e;
  font-size: 1rem;
  line-height: 1.75;
  position: relative;
  text-align: center;
  max-width: 400px;
  width: 100%; }
  #fsBannerLeft .fs_style_39 {
    display: block; }
  #fsBannerRight .fs_style_39 {
    display: block; }
  .fs_style_39:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 47px;
    height: 100%;
    background: #d9293e; }
  .fs_style_39:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 2.5rem;
    line-height: 1;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -3px;
    width: 50px; }
  .fs_style_39:hover, .fs_style_39:focus {
    background: #d9293e;
    color: #FFF; }
    .fs_style_39:hover em, .fs_style_39:focus em {
      color: inherit; }
  .fs_style_39 em {
    display: block;
    font-style: normal;
    text-transform: none;
    color: #7f7f7f;
    font-family: "GillSans", sans-serif; }

/*
.fs_style_41{

  @include maxwidth-callout-button($m2);
}

.fs_style_42{

  @include maxwidth-callout-button($m1);
}
*/
.redesign.sticky-header .inquiry-buttons {
  margin: 0 0 5px 0; }

.redesign .inquiry-buttons {
  margin: 0 0 5px 0; }
  @media (min-width: 1200px) {
    .redesign .inquiry-buttons {
      margin: 0 0 35px 0; } }
  .redesign .inquiry-buttons > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .redesign .inquiry-buttons > .fsElementContent p {
      margin: 0 5px 0 0; }
      .redesign .inquiry-buttons > .fsElementContent p a {
        position: relative;
        padding: 7px 22px 7px 52px; }
        @media (max-width: 999px) {
          .redesign .inquiry-buttons > .fsElementContent p a {
            padding: 6px 22px 6px 52px; } }
        .redesign .inquiry-buttons > .fsElementContent p a:before, .redesign .inquiry-buttons > .fsElementContent p a:after {
          content: '';
          display: inline-block;
          width: 22px;
          height: 20px;
          overflow: hidden;
          background-size: contain;
          position: absolute;
          left: 20px;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          transition: .3s; }
        .redesign .inquiry-buttons > .fsElementContent p a:after {
          background: url("../images/np_question-white.svg") no-repeat 0 50%; }
      .redesign .inquiry-buttons > .fsElementContent p:last-child {
        margin: 0; }
        .redesign .inquiry-buttons > .fsElementContent p:last-child a {
          padding: 7px 34px 7px 40px; }
          @media (max-width: 999px) {
            .redesign .inquiry-buttons > .fsElementContent p:last-child a {
              padding: 6px 34px 6px 40px; } }
          .redesign .inquiry-buttons > .fsElementContent p:last-child a:before, .redesign .inquiry-buttons > .fsElementContent p:last-child a:after {
            width: 17px;
            height: 17px;
            left: 12px; }
          .redesign .inquiry-buttons > .fsElementContent p:last-child a:after {
            background: url("../images/np_pencil-white.svg") no-repeat 0 50%; }
    .redesign .inquiry-buttons > .fsElementContent .fs_style_37 {
      color: #fff;
      font-size: 15px;
      font-weight: bold;
      letter-spacing: 0.44px;
      line-height: 18px;
      text-align: center;
      background: #DB012E;
      border: 3px solid #DB012E;
      margin: 0; }
      @media (max-width: 999px) {
        .redesign .inquiry-buttons > .fsElementContent .fs_style_37 {
          width: 135px; } }
      .redesign .inquiry-buttons > .fsElementContent .fs_style_37:hover, .redesign .inquiry-buttons > .fsElementContent .fs_style_37:focus {
        color: #fff;
        -ms-transform: none;
        transform: none;
        background: #BD0027;
        border: 3px solid #BD0027; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 24px;
  background: #FFF;
  color: #003d7e;
  border-radius: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 3px solid #003d7e;
  text-align: center;
  transition: 0.3s all; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus {
    background: #003d7e;
    color: #FFF;
    -ms-transform: scale(1.03);
    transform: scale(1.03); }
  .fsStyleDefaultButton.fsCategoryLink {
    margin-right: 5px; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 24px;
  background: #FFF;
  color: #003d7e;
  border-radius: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 3px solid #003d7e;
  text-align: center;
  transition: 0.3s all; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus {
    background: #003d7e;
    color: #FFF;
    -ms-transform: scale(1.03);
    transform: scale(1.03); }
  .fsStyleUpdateButton.fsElementToolsSearchButton {
    margin-top: 20px;
    margin-bottom: 0; }

.fs_style_34 {
  font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
  font-style: italic;
  font-size: 2em;
  line-height: 1.1875em;
  color: #003d7e; }

blockquote {
  position: relative;
  margin: 55px 0;
  font-size: 1.5rem;
  line-height: 1.333;
  color: #333333;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 42px 0px 44px; }
  blockquote:before, blockquote:after {
    content: '';
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80px;
    height: 30px; }
  blockquote:before {
    background: #FFF url("../images/beginquote.png") no-repeat center;
    top: -15px; }
  blockquote:after {
    background: #FFF url("../images/endquote.png") no-repeat center;
    bottom: -15px; }

cite, .fs_style_35 {
  display: block;
  font-style: normal;
  text-transform: uppercase;
  color: #003d7e;
  font-family: "GillSans-SemiBold", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1rem;
  line-height: 1.5;
  margin: 30px 0 0; }
  cite:before, .fs_style_35:before {
    content: '- '; }

.module.blue {
  padding: 22px 30px 21px;
  background-color: #003d7e;
  color: #fff; }
  .module.blue h1, .module.blue h2, .module.blue h3, .module.blue h4, .module.blue h5, .module.blue h6 {
    color: #fff; }
  .module.blue a {
    color: rgba(255, 255, 255, 0.5);
    font-family: "GillSans", sans-serif;
    text-transform: uppercase; }
    .module.blue a:hover, .module.blue a:focus {
      color: #fff;
      text-decoration: underline; }
  .module.blue > header .fsElementTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0.025em;
    font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
    color: #d9293e;
    margin-bottom: 12px;
    color: inherit;
    line-height: 1.75;
    display: inline-block;
    margin-bottom: 15px; }
    .module.blue > header .fsElementTitle:after {
      content: '';
      display: block;
      height: 3px;
      width: 100%;
      background: #fff;
      margin-top: 10px; }
  .module.blue > .fsElementContent p {
    margin-bottom: 17px; }
    .module.blue > .fsElementContent p:last-child {
      margin-bottom: 0; }

.module.red {
  padding: 22px 30px 21px;
  background-color: #d9293e;
  color: #fff; }
  .module.red h1, .module.red h2, .module.red h3, .module.red h4, .module.red h5, .module.red h6 {
    color: #fff; }
  .module.red a {
    color: rgba(255, 255, 255, 0.5);
    font-family: "GillSans", sans-serif;
    text-transform: uppercase; }
    .module.red a:hover, .module.red a:focus {
      color: #fff;
      text-decoration: underline; }
  .module.red > header .fsElementTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0.025em;
    font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
    color: #d9293e;
    margin-bottom: 12px;
    color: inherit;
    line-height: 1.75;
    display: inline-block;
    margin-bottom: 15px; }
    .module.red > header .fsElementTitle:after {
      content: '';
      display: block;
      height: 3px;
      width: 100%;
      background: #fff;
      margin-top: 10px; }
  .module.red > .fsElementContent p {
    margin-bottom: 17px; }
    .module.red > .fsElementContent p:last-child {
      margin-bottom: 0; }

.module.dkblue {
  padding: 22px 30px 21px;
  background-color: #161E4A;
  color: #fff; }
  .module.dkblue h1, .module.dkblue h2, .module.dkblue h3, .module.dkblue h4, .module.dkblue h5, .module.dkblue h6 {
    color: #fff; }
  .module.dkblue a {
    color: rgba(255, 255, 255, 0.5);
    font-family: "GillSans", sans-serif;
    text-transform: uppercase; }
    .module.dkblue a:hover, .module.dkblue a:focus {
      color: #fff;
      text-decoration: underline; }
  .module.dkblue > header .fsElementTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0.025em;
    font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
    color: #d9293e;
    margin-bottom: 12px;
    color: inherit;
    line-height: 1.75;
    display: inline-block;
    margin-bottom: 15px; }
    .module.dkblue > header .fsElementTitle:after {
      content: '';
      display: block;
      height: 3px;
      width: 100%;
      background: #fff;
      margin-top: 10px; }
  .module.dkblue > .fsElementContent p {
    margin-bottom: 17px; }
    .module.dkblue > .fsElementContent p:last-child {
      margin-bottom: 0; }

.module.grey, .module.gray {
  padding: 22px 30px 21px;
  background-color: #f6f4f2;
  color: #333333; }
  .module.grey h1, .module.grey h2, .module.grey h3, .module.grey h4, .module.grey h5, .module.grey h6, .module.gray h1, .module.gray h2, .module.gray h3, .module.gray h4, .module.gray h5, .module.gray h6 {
    color: #333333; }
  .module.grey a, .module.gray a {
    color: #003d7e;
    font-family: "GillSans", sans-serif;
    text-transform: uppercase; }
    .module.grey a:hover, .module.grey a:focus, .module.gray a:hover, .module.gray a:focus {
      color: #333333;
      text-decoration: underline; }
  .module.grey > header .fsElementTitle, .module.gray > header .fsElementTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0.025em;
    font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
    color: #d9293e;
    margin-bottom: 12px;
    color: inherit;
    line-height: 1.75;
    display: inline-block;
    margin-bottom: 15px; }
    .module.grey > header .fsElementTitle:after, .module.gray > header .fsElementTitle:after {
      content: '';
      display: block;
      height: 3px;
      width: 100%;
      background: #333333;
      margin-top: 10px; }
  .module.grey > .fsElementContent p, .module.gray > .fsElementContent p {
    margin-bottom: 17px; }
    .module.grey > .fsElementContent p:last-child, .module.gray > .fsElementContent p:last-child {
      margin-bottom: 0; }
  .module.grey h1, .module.grey h2, .module.grey h3, .module.grey h4, .module.grey h5, .module.grey h6, .module.gray h1, .module.gray h2, .module.gray h3, .module.gray h4, .module.gray h5, .module.gray h6 {
    color: #003d7e; }
  .module.grey a:hover, .module.grey a:focus, .module.gray a:hover, .module.gray a:focus {
    color: #d9293e; }
  .module.grey > header .fsElementTitle, .module.gray > header .fsElementTitle {
    color: #003d7e; }
    .module.grey > header .fsElementTitle:after, .module.gray > header .fsElementTitle:after {
      background: #003d7e; }

/*! structure - header v0.0.1 */
body.fsComposeMode.redesign #fsHeader {
  position: static; }

.fsAccountBarVisible.redesign .fsHeader {
  margin-top: 45px; }

.redesign.sticky-header #fsHeader .fsBanner {
  border-bottom: 2px solid #eeeeee; }

.redesign.sticky-header #fsHeader .top-header .search-quicklinks > .fsElementContent {
  -ms-flex-align: center;
  align-items: center;
  max-width: 560px; }

.redesign.sticky-header #fsHeader .top-header .search-quicklinks .custom-search {
  -ms-flex-order: 1;
  order: 1;
  margin: 0; }
  .redesign.sticky-header #fsHeader .top-header .search-quicklinks .custom-search > header .fsElementHeaderContent button:before {
    line-height: normal;
    font-size: 14px; }

.redesign.sticky-header #fsHeader .top-header .search-quicklinks .nav-utility-header {
  -ms-flex-order: 0;
  order: 0;
  margin: 0; }

.redesign.sticky-header #fsHeader .top-header .search-quicklinks .portal-links {
  -ms-flex-order: 2;
  order: 2;
  margin: 0; }
  .redesign.sticky-header #fsHeader .top-header .search-quicklinks .portal-links > .fsElementContent {
    padding: 10px 0 14px 22.5px; }

.redesign.sticky-header #fsHeader .bottom-header > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .redesign.sticky-header #fsHeader .bottom-header > .fsElementContent .nav-container {
    display: none; }
    @media (min-width: 1000px) {
      .redesign.sticky-header #fsHeader .bottom-header > .fsElementContent .nav-container {
        width: calc(100% - 300px);
        margin-top: 53px;
        transition: margin .3s ease-in-out;
        display: block; } }

.redesign.sticky-header #fsHeader .school-name {
  width: 300px;
  display: block;
  text-align: left;
  margin: 5px 0 0 0;
  padding: 0; }
  .redesign.sticky-header #fsHeader .school-name a {
    display: inline-block;
    color: transparent;
    background: url("../images/logo-new.svg") no-repeat 0 50%;
    height: 74px;
    width: 189px;
    overflow: hidden;
    background-size: cover;
    font-size: 0; }
    @media (min-width: 1000px) {
      .redesign.sticky-header #fsHeader .school-name a {
        height: 114.37px;
        width: 278.1px; } }
    .redesign.sticky-header #fsHeader .school-name a:hover {
      color: transparent; }
  .redesign.sticky-header #fsHeader .school-name footer {
    color: #161E4A;
    font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
    font-size: 14px;
    letter-spacing: 0.44px;
    line-height: 14px;
    margin-top: -10px;
    padding-bottom: 9px;
    text-transform: uppercase; }
    @media (min-width: 1000px) {
      .redesign.sticky-header #fsHeader .school-name footer {
        font-size: 20px;
        line-height: 18px;
        margin-top: -15px;
        padding-bottom: 12px; } }
    .redesign.sticky-header #fsHeader .school-name footer p {
      margin: 0; }
    .redesign.sticky-header #fsHeader .school-name footer .fsElementFooterContent span {
      display: none; }

.redesign #fsHeader {
  border: 0; }
  @media (min-width: 1000px) {
    .redesign #fsHeader {
      margin-bottom: 30px;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 501; } }
  .redesign #fsHeader .fsBanner {
    position: relative;
    padding: 0; }
    @media (min-width: 1000px) {
      .redesign #fsHeader .fsBanner {
        padding: 0 60px;
        transition: .3s; } }
  .redesign #fsHeader .top-header {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 5px;
    right: 60px;
    display: none; }
    @media (min-width: 1000px) {
      .redesign #fsHeader .top-header {
        display: -ms-flexbox;
        display: flex; } }
    .redesign #fsHeader .top-header .search-quicklinks > .fsElementContent {
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      transition: .3s; }
      @media (min-width: 1200px) {
        .redesign #fsHeader .top-header .search-quicklinks > .fsElementContent {
          max-width: 290px;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
    .redesign #fsHeader .top-header .search-quicklinks .custom-search {
      -ms-flex-order: 1;
      order: 1;
      margin: 0; }
      .redesign #fsHeader .top-header .search-quicklinks .custom-search > header .fsElementHeaderContent button:before {
        line-height: normal;
        font-size: 14px; }
      .redesign #fsHeader .top-header .search-quicklinks .custom-search > .fsElementContent {
        left: auto;
        right: 0;
        background: #161E4A; }
        .redesign #fsHeader .top-header .search-quicklinks .custom-search > .fsElementContent form input {
          background: #161E4A; }
    .redesign #fsHeader .top-header .search-quicklinks .nav-utility-header {
      margin: 4px 0 0 0; }
      @media (min-width: 1200px) {
        .redesign #fsHeader .top-header .search-quicklinks .nav-utility-header {
          -ms-flex-order: 1;
          order: 1; } }
      .redesign #fsHeader .top-header .search-quicklinks .nav-utility-header > .fsElementContent {
        display: -ms-flexbox;
        display: flex; }
      .redesign #fsHeader .top-header .search-quicklinks .nav-utility-header .fsNavLevel1 > li {
        margin-right: 20px; }
        .redesign #fsHeader .top-header .search-quicklinks .nav-utility-header .fsNavLevel1 > li.login > a:before {
          font-size: 18px;
          line-height: unset; }
        .redesign #fsHeader .top-header .search-quicklinks .nav-utility-header .fsNavLevel1 > li > a {
          color: #3F3F3F;
          font-size: 13px;
          font-weight: 600;
          letter-spacing: 0.47px;
          line-height: 15px; }
    .redesign #fsHeader .top-header .search-quicklinks .portal-links {
      margin: 0; }
      @media (min-width: 1200px) {
        .redesign #fsHeader .top-header .search-quicklinks .portal-links {
          -ms-flex-order: 0;
          order: 0; } }
      .redesign #fsHeader .top-header .search-quicklinks .portal-links > .fsElementContent {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 2px;
        padding: 10px 0 14px 22.5px; }
        @media (min-width: 1200px) {
          .redesign #fsHeader .top-header .search-quicklinks .portal-links > .fsElementContent {
            padding: 14px 0 10px 22.5px; } }
        .redesign #fsHeader .top-header .search-quicklinks .portal-links > .fsElementContent p {
          margin: 0 22px 0 0; }
          .redesign #fsHeader .top-header .search-quicklinks .portal-links > .fsElementContent p a {
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 0.5px;
            line-height: 17px; }
          .redesign #fsHeader .top-header .search-quicklinks .portal-links > .fsElementContent p:first-child a {
            color: #3F3F3F; }
            .redesign #fsHeader .top-header .search-quicklinks .portal-links > .fsElementContent p:first-child a:hover, .redesign #fsHeader .top-header .search-quicklinks .portal-links > .fsElementContent p:first-child a:focus {
              color: #366797; }
          .redesign #fsHeader .top-header .search-quicklinks .portal-links > .fsElementContent p:last-child {
            margin-right: 0; }
            .redesign #fsHeader .top-header .search-quicklinks .portal-links > .fsElementContent p:last-child a {
              color: #366797; }
              .redesign #fsHeader .top-header .search-quicklinks .portal-links > .fsElementContent p:last-child a:hover, .redesign #fsHeader .top-header .search-quicklinks .portal-links > .fsElementContent p:last-child a:focus {
                color: #3F3F3F; }
  .redesign #fsHeader .bottom-header {
    padding: 10px 30px; }
    @media (min-width: 1000px) {
      .redesign #fsHeader .bottom-header {
        padding: 0; } }
    .redesign #fsHeader .bottom-header > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .redesign #fsHeader .bottom-header > .fsElementContent .nav-container {
        display: none; }
        @media (min-width: 1000px) {
          .redesign #fsHeader .bottom-header > .fsElementContent .nav-container {
            width: calc(100% - 300px);
            margin-top: 53px;
            transition: margin .3s ease-in-out;
            display: block; } }
        @media (min-width: 1200px) {
          .redesign #fsHeader .bottom-header > .fsElementContent .nav-container {
            width: calc(100% - 447.22px);
            margin-top: 126px; } }
  .redesign #fsHeader .school-name {
    width: 218px;
    display: block;
    text-align: left;
    margin: 5px 0 0 0;
    padding: 0; }
    @media (min-width: 1000px) {
      .redesign #fsHeader .school-name {
        width: 300px; } }
    @media (min-width: 1200px) {
      .redesign #fsHeader .school-name {
        width: 447.22px;
        margin: 55px 0 0 0; } }
    .redesign #fsHeader .school-name a {
      display: inline-block;
      color: transparent;
      background: url("../images/logo-new.svg") no-repeat 0 50%;
      height: 74px;
      width: 189px;
      overflow: hidden;
      background-size: cover;
      transition: .3s;
      font-size: 0; }
      @media (min-width: 1000px) {
        .redesign #fsHeader .school-name a {
          height: 114.37px;
          width: 278.1px; } }
      @media (min-width: 1200px) {
        .redesign #fsHeader .school-name a {
          height: 182.14px;
          width: 447.22px; } }
      .redesign #fsHeader .school-name a:hover {
        color: transparent; }
    .redesign #fsHeader .school-name footer {
      color: #161E4A;
      font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
      font-size: 12px;
      letter-spacing: 0.44px;
      line-height: 14px;
      margin-top: -13px;
      padding-bottom: 12px; }
      @media (min-width: 1200px) {
        .redesign #fsHeader .school-name footer {
          font-size: 15px;
          line-height: 18px;
          margin-top: -20px; } }
      .redesign #fsHeader .school-name footer p {
        margin: 0; }

#fsHeader {
  background: #FFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  @media (min-width: 700px) {
    #fsHeader {
      border-bottom: 0; } }
  @media (min-width: 700px) {
    #fsHeader .fsBanner {
      padding-top: 3px; } }
  @media (min-width: 1000px) {
    #fsHeader .fsBanner {
      padding-top: 18px; } }
  #fsHeader .fsBanner:after {
    content: normal; }
  #fsHeader .skip-link {
    margin: 0; }
    #fsHeader .skip-link p {
      margin: 0; }
    #fsHeader .skip-link a {
      position: absolute;
      top: -40px;
      left: 0px;
      color: #fff;
      padding: 6px;
      background: transparent;
      transition: top 1s ease-out, background 1s linear;
      z-index: 9999; }
      #fsHeader .skip-link a:focus {
        left: 0px;
        top: 0px;
        background: #003d7e;
        color: #FFF;
        transition: top .1s ease-in, background .5s linear; }
  #fsHeader .top-header {
    position: relative;
    z-index: 600;
    display: none; }
    @media (min-width: 700px) {
      #fsHeader .top-header {
        display: block;
        padding: 0 30px;
        margin: 0 0 9px; } }
    @media (min-width: 1000px) {
      #fsHeader .top-header {
        padding: 0 60px;
        margin-bottom: -22px; } }
    #fsHeader .top-header > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    #fsHeader .top-header .search-quicklinks {
      margin: 0; }
      #fsHeader .top-header .search-quicklinks > .fsElementContent {
        display: -ms-flexbox;
        display: flex; }
      #fsHeader .top-header .search-quicklinks .custom-search {
        margin: 0 23px 0 0;
        position: relative;
        overflow: hidden; }
        #fsHeader .top-header .search-quicklinks .custom-search.search-open {
          overflow: visible; }
          #fsHeader .top-header .search-quicklinks .custom-search.search-open > header .fsElementHeaderContent button {
            display: none; }
          #fsHeader .top-header .search-quicklinks .custom-search.search-open > .fsElementContent {
            opacity: 1;
            width: 300px;
            z-index: 6; }
        #fsHeader .top-header .search-quicklinks .custom-search > header .fsElementHeaderContent {
          margin: 0;
          position: relative;
          z-index: 5;
          width: 15px; }
          #fsHeader .top-header .search-quicklinks .custom-search > header .fsElementHeaderContent button {
            vertical-align: bottom;
            border: 0;
            background: none;
            margin: 0;
            padding: 0;
            font-size: 0;
            line-height: 1;
            color: #333333;
            width: 15px;
            transition: 0.3s opacity; }
            #fsHeader .top-header .search-quicklinks .custom-search > header .fsElementHeaderContent button:hover, #fsHeader .top-header .search-quicklinks .custom-search > header .fsElementHeaderContent button:focus {
              opacity: 0.75; }
            #fsHeader .top-header .search-quicklinks .custom-search > header .fsElementHeaderContent button:before {
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none;
              font-size: 1rem;
              line-height: 44px; }
        #fsHeader .top-header .search-quicklinks .custom-search > .fsElementContent {
          position: absolute;
          top: -8px;
          left: -21px;
          background: #003d7e;
          transition: 0.3s all;
          opacity: 0;
          z-index: -1;
          width: 77px; }
          #fsHeader .top-header .search-quicklinks .custom-search > .fsElementContent form {
            overflow: hidden; }
            #fsHeader .top-header .search-quicklinks .custom-search > .fsElementContent form label {
              position: absolute;
              z-index: -1;
              top: 0;
              left: 0;
              color: transparent; }
            #fsHeader .top-header .search-quicklinks .custom-search > .fsElementContent form input {
              float: left;
              width: calc(100% - 57px);
              line-height: 60px;
              height: 60px;
              border: 0;
              background: #003d7e;
              padding: 0 20px 0 0;
              position: relative;
              font-size: 1rem;
              color: #FFF;
              outline: 0; }
            #fsHeader .top-header .search-quicklinks .custom-search > .fsElementContent form button {
              float: left;
              width: 57px;
              text-align: center;
              vertical-align: bottom;
              border: 0;
              background: none;
              margin: 0;
              padding: 0;
              outline: 0;
              font-size: 0;
              line-height: 1;
              color: #FFF;
              transition: 0.3s opacity;
              position: relative; }
              #fsHeader .top-header .search-quicklinks .custom-search > .fsElementContent form button:before {
                content: "";
                font-family: "IcoMoon";
                font-smoothing: antialiased;
                font-weight: normal;
                speak: none;
                font-size: 1rem;
                line-height: 60px;
                height: 60px; }
  #fsHeader .school-name {
    margin: 0 auto;
    display: table;
    text-align: center;
    position: relative;
    max-width: 260px;
    z-index: 450; }
    @media (min-width: 700px) {
      #fsHeader .school-name {
        margin-bottom: 42px;
        max-width: 100%;
        padding-left: 34px; } }
    @media (min-width: 1000px) {
      #fsHeader .school-name {
        margin-bottom: 66px;
        padding-left: 50px; } }
    #fsHeader .school-name > header .fsElementTitle {
      font-weight: 600;
      font-family: "minion-pro", serif;
      color: #003d7e;
      font-size: 2rem;
      line-height: 1;
      text-transform: none;
      margin: 0 0 8px;
      letter-spacing: 0.015em;
      font-variant: small-caps; }
      @media (min-width: 700px) {
        #fsHeader .school-name > header .fsElementTitle {
          font-size: 2.75rem;
          line-height: 1.25;
          margin: 0; } }
    #fsHeader .school-name > .fsElementContent {
      font-size: 0.875rem;
      text-transform: uppercase;
      line-height: 1.5714;
      letter-spacing: 0.025em; }
      @media (min-width: 700px) {
        #fsHeader .school-name > .fsElementContent {
          line-height: normal; } }
      #fsHeader .school-name > .fsElementContent p:last-child {
        margin-bottom: 0; }
    #fsHeader .school-name > footer .fsElementFooterContent {
      margin: 0; }
      #fsHeader .school-name > footer .fsElementFooterContent a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0; }
  #fsHeader .nav-logo {
    margin: 0;
    min-height: 115px;
    position: relative;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 700px) {
      #fsHeader .nav-logo {
        padding: 0 30px; } }
    @media (min-width: 1000px) {
      #fsHeader .nav-logo {
        padding: 0 60px; } }
    #fsHeader .nav-logo > .fsElementContent {
      width: 100%; }
    #fsHeader .nav-logo .nav-main {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      #fsHeader .nav-logo .nav-main > .fsElementContent {
        position: relative;
        margin: 0 auto;
        max-width: 75em;
        max-width: 75rem;
        position: static; }
    #fsHeader .nav-logo .logo-holder {
      position: relative;
      margin: -1px 0;
      background: #FFF; }
    #fsHeader .nav-logo .logo {
      margin: 0 0 15px; }
      @media (min-width: 700px) {
        #fsHeader .nav-logo .logo {
          max-height: 60px;
          display: none;
          margin: 0; } }
      body.fsComposeMode #fsHeader .nav-logo .logo {
        display: block;
        max-height: 100%; }
      #fsHeader .nav-logo .logo.cloned {
        display: block; }
        body.fsComposeMode #fsHeader .nav-logo .logo.cloned {
          display: none; }
      #fsHeader .nav-logo .logo a {
        display: table;
        padding: 0;
        position: relative;
        z-index: 400;
        margin: 0 auto;
        max-width: 140px; }
        @media (min-width: 700px) {
          #fsHeader .nav-logo .logo a {
            top: -40px;
            display: block;
            margin: 0; } }
        @media (min-width: 1000px) {
          #fsHeader .nav-logo .logo a {
            max-width: 100%;
            top: -75px; } }
        #fsHeader .nav-logo .logo a img {
          vertical-align: bottom; }
  #fsHeader .nav-tier {
    margin: 10px 0 0; }
  #fsHeader .masthead-slideshow {
    margin: 0;
    background: #f6f4f2; }
    @media (min-width: 700px) {
      #fsHeader .masthead-slideshow {
        margin: 0 -30px 20px; } }
    @media (min-width: 1000px) {
      #fsHeader .masthead-slideshow {
        margin: 0 0 20px; } }
    #fsHeader .masthead-slideshow > header {
      display: none; }

.redesign #fsFooter {
  background: #171f4a; }
  .redesign #fsFooter:before {
    display: none; }
  .redesign #fsFooter .fsBanner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 0;
    margin: 0;
    min-height: auto; }
    .redesign #fsFooter .fsBanner .footer-container {
      width: 100%;
      margin: 0; }
      .redesign #fsFooter .fsBanner .footer-container > .fsElementContent {
        position: relative;
        margin: 0 auto;
        max-width: 78.75em;
        max-width: 78.75rem;
        max-width: 1440px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        padding: 48px 20px 45px; }
        @media (min-width: 1200px) {
          .redesign #fsFooter .fsBanner .footer-container > .fsElementContent {
            padding: 48px 112px 42px 168px;
            min-height: 241px;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-align: start;
            align-items: flex-start; } }
        @media (min-width: 1000px) {
          .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .school-details-container, .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .nav-utility-footer {
            width: 50%;
            -ms-flex-positive: 1;
            flex-grow: 1; } }
        .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .nav-utility-footer {
          padding-top: 16px; }
          @media (min-width: 1000px) {
            .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .nav-utility-footer {
              padding-top: 16px; } }
          .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .nav-utility-footer .fsNavLevel1 {
            -ms-flex-pack: center;
            justify-content: center; }
            @media (min-width: 1200px) {
              .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .nav-utility-footer .fsNavLevel1 {
                -ms-flex-pack: end;
                justify-content: flex-end; } }
            .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .nav-utility-footer .fsNavLevel1 > li {
              width: 100%; }
              @media (max-width: 359px) {
                .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .nav-utility-footer .fsNavLevel1 > li {
                  margin: 0 0 15px 0; } }
              @media (min-width: 360px) {
                .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .nav-utility-footer .fsNavLevel1 > li {
                  width: 156px;
                  -ms-flex-positive: 1;
                  flex-grow: 1; } }
              .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .nav-utility-footer .fsNavLevel1 > li > a {
                position: relative;
                color: #fff;
                font-family: "proxima-nova", sans-serif;
                font-size: 18px;
                font-weight: bold;
                letter-spacing: 0.41px;
                line-height: 21px;
                text-align: center;
                text-align: center;
                background: #DB012E;
                border: 3px solid #DB012E;
                margin: 0;
                padding: 8px 22px 8px 30px; }
                @media (min-width: 360px) {
                  .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .nav-utility-footer .fsNavLevel1 > li > a {
                    font-size: 14px;
                    line-height: 17px;
                    padding: 7px 22px 7px 30px; } }
                .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .nav-utility-footer .fsNavLevel1 > li > a:before, .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .nav-utility-footer .fsNavLevel1 > li > a:after {
                  content: '';
                  display: inline-block;
                  width: 22px;
                  height: 20px;
                  overflow: hidden;
                  background-size: contain;
                  position: absolute;
                  left: 11px;
                  top: 50%;
                  -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
                  transition: .3s; }
                .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .nav-utility-footer .fsNavLevel1 > li > a:hover, .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .nav-utility-footer .fsNavLevel1 > li > a:focus {
                  color: #fff;
                  -ms-transform: none;
                  transform: none;
                  background: #BD0027;
                  border: 3px solid #BD0027; }
              .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .nav-utility-footer .fsNavLevel1 > li a[href*=directory]:after {
                background: url("../images/np_phone-white.svg") no-repeat 0 50%; }
              .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .nav-utility-footer .fsNavLevel1 > li a[href*=employment] {
                padding-left: 40px; }
                .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .nav-utility-footer .fsNavLevel1 > li a[href*=employment]:after {
                  height: 21px;
                  background: url("../images/np_user-white.svg") no-repeat 0 50%; }
              .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .nav-utility-footer .fsNavLevel1 > li a[href*=calendar]:after {
                background: url("../images/calendar-white.svg") no-repeat 0 50%; }
              .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .nav-utility-footer .fsNavLevel1 > li a[href*=giving]:after {
                background: url("../images/heart.svg") no-repeat 0 50%; }
              .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .nav-utility-footer .fsNavLevel1 > li:last-child {
                margin-right: 0 !important; }
                .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .nav-utility-footer .fsNavLevel1 > li:last-child a:after {
                  height: 21px;
                  background: url("../images/np_question-white.svg") no-repeat 0 50%; }
              @media (min-width: 360px) {
                .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .nav-utility-footer .fsNavLevel1 > li:nth-child(2n+1) {
                  margin-right: 8px; } }
              @media (min-width: 700px) {
                .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .nav-utility-footer .fsNavLevel1 > li:nth-child(2n+1) {
                  margin-right: 8px; } }
              @media (min-width: 360px) {
                .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .nav-utility-footer .fsNavLevel1 > li:nth-child(1n+3) {
                  margin-top: 8px; } }
        .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .school-details-container {
          text-align: center;
          margin-bottom: 30px; }
          @media (min-width: 1000px) {
            .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .school-details-container {
              text-align: left; } }
          @media (min-width: 1200px) {
            .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .school-details-container {
              margin-bottom: 0; } }
          .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .school-details-container > .fsElementContent {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
            font-size: 20px;
            letter-spacing: 0.34px;
            line-height: 26px; }
            @media (min-width: 1000px) {
              .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .school-details-container > .fsElementContent {
                font-size: 24px;
                letter-spacing: 0.41px;
                line-height: 32px;
                -ms-flex-direction: row;
                flex-direction: row; } }
            .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .school-details-container > .fsElementContent p {
              margin: 0; }
            .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .school-details-container > .fsElementContent a {
              font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
              color: #fff; }
              .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .school-details-container > .fsElementContent a:hover, .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .school-details-container > .fsElementContent a:focus {
                color: #fff; }
            .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .school-details-container > .fsElementContent .footer-logo {
              display: inline-block;
              color: transparent;
              background: url("../images/logo-footer.svg") no-repeat 0 50%;
              height: 127px;
              width: 129px;
              overflow: hidden;
              background-size: cover;
              margin-bottom: 10px; }
              @media (min-width: 1000px) {
                .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .school-details-container > .fsElementContent .footer-logo {
                  margin-right: 45px;
                  margin-bottom: 0;
                  height: 190px;
                  width: 192px; } }
              .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .school-details-container > .fsElementContent .footer-logo:hover {
                color: transparent; }
          .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .school-details-container [itemprop='name'] {
            font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
            text-transform: uppercase; }
            @media (max-width: 999px) {
              .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .school-details-container [itemprop='name'] {
                font-size: 18px;
                letter-spacing: 0.34px;
                line-height: 24px; } }
            @media (min-width: 1000px) {
              .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .school-details-container [itemprop='name'] {
                margin-top: 10px; } }
          .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .school-details-container [itemprop='address'],
          .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .school-details-container [itemprop='telephone'] {
            font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
            font-size: 20px;
            letter-spacing: 0.34px;
            line-height: 26px; }
            @media (min-width: 1000px) {
              .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .school-details-container [itemprop='address'],
              .redesign #fsFooter .fsBanner .footer-container > .fsElementContent .school-details-container [itemprop='telephone'] {
                font-size: 24px;
                letter-spacing: 0.41px;
                line-height: 32px; } }
    .redesign #fsFooter .fsBanner .nav-social {
      width: 100%;
      background: #fff; }
      .redesign #fsFooter .fsBanner .nav-social .fsNavLevel1 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .redesign #fsFooter .fsBanner .nav-social .fsNavLevel1 li {
          position: relative;
          border-right: 5px solid #161E4A;
          padding: 0 50px;
          margin: 0;
          background-color: #fff;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          height: 110px;
          transition: .3s; }
          .redesign #fsFooter .fsBanner .nav-social .fsNavLevel1 li:hover, .redesign #fsFooter .fsBanner .nav-social .fsNavLevel1 li:focus {
            background-color: #ECECEC; }
          @media (max-width: 899px) {
            .redesign #fsFooter .fsBanner .nav-social .fsNavLevel1 li:first-child {
              width: 100%;
              height: 78px;
              border-right: 0;
              border-bottom: 5px solid #161E4A;
              -ms-flex-pack: center;
              justify-content: center; } }
          @media (max-width: 649px) {
            .redesign #fsFooter .fsBanner .nav-social .fsNavLevel1 li:nth-child(2) {
              width: 50%;
              border-bottom: 5px solid #161E4A;
              -ms-flex-pack: center;
              justify-content: center; } }
          @media (max-width: 649px) {
            .redesign #fsFooter .fsBanner .nav-social .fsNavLevel1 li:nth-child(3) {
              width: 50%;
              border-right: 0;
              border-bottom: 5px solid #161E4A;
              -ms-flex-pack: center;
              justify-content: center; } }
          @media (max-width: 649px) {
            .redesign #fsFooter .fsBanner .nav-social .fsNavLevel1 li:nth-child(4) {
              width: 33.33%;
              -ms-flex-pack: center;
              justify-content: center; } }
          @media (max-width: 649px) {
            .redesign #fsFooter .fsBanner .nav-social .fsNavLevel1 li:nth-child(5) {
              width: 33.33%;
              -ms-flex-pack: center;
              justify-content: center; } }
          @media (max-width: 649px) {
            .redesign #fsFooter .fsBanner .nav-social .fsNavLevel1 li:nth-child(6) {
              width: 33.33%;
              border-right: 0;
              -ms-flex-pack: center;
              justify-content: center; } }
          .redesign #fsFooter .fsBanner .nav-social .fsNavLevel1 li h2 {
            margin: 0;
            color: #161E4A;
            font-family: "LuloCleanOne-Bold", serif;
            font-size: 22px;
            letter-spacing: 0.56px;
            line-height: 27px;
            text-align: center; }
            @media (min-width: 900px) {
              .redesign #fsFooter .fsBanner .nav-social .fsNavLevel1 li h2 {
                font-size: 19px; } }
          .redesign #fsFooter .fsBanner .nav-social .fsNavLevel1 li a:before {
            color: #161E4A;
            font-size: 27px; }
  .redesign #fsFooter #fsPoweredByFinalsite {
    position: absolute;
    bottom: 0;
    right: 0; }

#fsFooter {
  color: #fff;
  background: url("../images/footerbg.png");
  background-size: cover;
  background-position: center;
  position: relative; }
  #fsFooter:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); }
  #fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 78.75em;
    max-width: 78.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding: 53px 20px 54px; }
    @media (min-width: 700px) {
      #fsFooter .fsBanner {
        padding: 53px 30px 0;
        min-height: 241px;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start; } }
    @media (min-width: 1000px) {
      #fsFooter .fsBanner {
        min-height: 328px; } }
    #fsFooter .fsBanner:after {
      content: normal; }
    body.fsDraftMode #fsFooter .fsBanner {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        left: 0; }
  #fsFooter .school-details-container {
    margin: 0 0 35px;
    color: #FFF;
    text-align: center; }
    @media (min-width: 700px) {
      #fsFooter .school-details-container {
        text-align: left;
        margin-bottom: 0; } }
    #fsFooter .school-details-container [itemprop='name'] {
      margin-top: 0;
      font-weight: normal;
      font-size: 26px;
      line-height: 33px;
      font-family: "LuloCleanOne-Bold", serif;
      text-transform: uppercase;
      color: #161E4A;
      margin-bottom: 20px;
      color: inherit;
      margin-bottom: 13px; }
    #fsFooter .school-details-container [itemprop='address'],
    #fsFooter .school-details-container [itemprop='telephone'] {
      font-size: 1.25rem;
      line-height: 1.4; }
    #fsFooter .school-details-container [itemprop='streetAddress'] {
      display: block; }
    #fsFooter .school-details-container a {
      color: inherit; }
  #fsFooter .nav-utility-footer {
    margin: 0;
    max-width: 320px;
    padding-top: 7px; }
    @media (min-width: 700px) {
      #fsFooter .nav-utility-footer {
        padding-top: 9px; } }
    @media (min-width: 1000px) {
      #fsFooter .nav-utility-footer {
        padding-top: 7px; } }

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

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

html {
  font-family: "Gotham A", "Gotham B", sans-serif;
  background: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 16px;
  line-height: 23px;
  color: #1A1919 !important; }

#fsPageWrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh; }
  #fsPageWrapper #fsHeader,
  #fsPageWrapper #fsFooter {
    -ms-flex-negative: 0;
    flex-shrink: 0; }

#fsPageBodyWrapper {
  padding: 50px 20px 40px;
  background: #fff;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

body.redesign:not(.hasBannerImage) #fsPageBodyWrapper {
  padding-top: 0; }
  @media (min-width: 1000px) {
    body.redesign:not(.hasBannerImage) #fsPageBodyWrapper {
      padding-top: 185px; } }
  @media (min-width: 1200px) {
    body.redesign:not(.hasBannerImage) #fsPageBodyWrapper {
      padding-top: 285px; } }

.redesign #fsPageBodyWrapper {
  padding-top: 0; }
  @media (min-width: 1000px) {
    .redesign #fsPageBodyWrapper {
      padding-top: 155px; } }
  @media (min-width: 1200px) {
    .redesign #fsPageBodyWrapper {
      padding-top: 255px; } }

body.fsComposeMode.redesign #fsPageBodyWrapper {
  padding-top: 0; }
  @media (min-width: 1000px) {
    body.fsComposeMode.redesign #fsPageBodyWrapper {
      padding-top: 0; } }
  @media (min-width: 1200px) {
    body.fsComposeMode.redesign #fsPageBodyWrapper {
      padding-top: 0; } }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 75em;
  max-width: 75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#fsBannerLeft {
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    #fsBannerLeft {
      padding-right: 20px;
      width: 220px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerLeft {
      padding-right: 50px;
      width: 250px;
      -ms-flex-order: 1;
      order: 1; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 220px; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 50px;
      width: 250px; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 220px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 50px;
      width: 250px; } }

#fsPageContent {
  width: 100%; }
  .fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 240px); } }
    @media (min-width: 700px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 375px); } }
  .fsHasLeftBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 220px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 250px); } }
  .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% - 220px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 250px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 460px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 625px); } }

#fsBannerRight {
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerRight {
      padding-left: 50px;
      width: 375px;
      -ms-flex-order: 1;
      order: 1; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        margin-top: 40px; } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        margin-top: 0; } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        -ms-flex-order: 1;
        order: 1;
        padding-left: 20px;
        width: 240px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 50px;
        width: 375px; } }

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

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

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

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

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

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

.fsLayout .fsStyleOneThird {
  float: none; }

.fsLayout .fsStyleTwoThirds {
  float: none; }
  .fsLayout .fsStyleTwoThirds > .fsDiv {
    padding-left: 0;
    padding-right: 0;
    float: none; }
  @media (min-width: 600px) {
    .fsLayout .fsStyleTwoThirds > .fsTwoColumnLayout {
      margin-right: -20px;
      margin-left: -20px; } }

.fsTwoColumnWideRightLayout,
.fsElephantLeftLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .fsTwoColumnWideRightLayout,
    .fsElephantLeftLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-left: 0;
        padding-right: 20px;
        width: 220px;
        margin-bottom: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-right: 50px;
        width: 250px; } }
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 600px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 220px); } }
    @media (min-width: 700px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        width: calc(100% - 250px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 240px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 375px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      margin-top: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 50px;
      width: 375px; } }

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 220px; } }

@media (min-width: 700px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 50px;
    width: 250px; } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 220px; } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 50px;
    width: 250px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 220px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 250px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 220px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 250px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 220px); } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 250px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 220px;
    margin-top: 0; } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 50px;
    width: 250px; } }

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-right: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-right: 20px;
      width: 220px; } }

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 220px); } }

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

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

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 220px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 460px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      margin-top: 0; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-right: 20px;
      width: 220px;
      margin-bottom: 0; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 220px); } }

.fsTwoColumnWideLeftLayout,
.fsElephantRightLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .fsTwoColumnWideLeftLayout,
    .fsElephantRightLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .fsTwoColumnWideLeftLayout .fsStyleOneThird,
      .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 20px;
        padding-right: 0;
        width: 240px;
        margin-bottom: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideLeftLayout .fsStyleOneThird,
      .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 50px;
        width: 375px; } }
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 600px) {
      .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
      .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 240px);
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
      .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 375px); } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 220px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 250px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 220px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 250px); } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 220px; } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 50px;
      width: 250px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 220px;
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 50px;
      width: 250px; } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 50px;
      width: 375px; } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 240px);
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 375px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 240px); } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 375px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    margin-top: 0; } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 50px;
    width: 375px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 240px); } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      margin-top: 0; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 220px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 460px); } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 220px;
      margin-bottom: 0; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 220px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 0; }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      width: 100%;
      padding-left: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 0; }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 240px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: 100%; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 240px); } }

#fsPoweredByFinalsite {
  margin-left: auto; }

/*! _main.scss - src/sass/navigation/ - main import */
.fsNavigation ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .fsNavigation ul li.fsNavCurrentPage > a, .fsNavigation ul li.fsNavCurrentPageAncestor > a {
    color: #d9293e;
    background: transparent; }
  .fsNavigation ul li a {
    display: block;
    padding: 10px 0;
    color: #003d7e;
    background: transparent; }
    .fsNavigation ul li a:hover, .fsNavigation ul li a:focus {
      color: #d9293e;
      background: transparent; }

.fsNavigation .fsNavLevel2 > li > a {
  padding-left: 10px; }

.fsNavigation .fsNavLevel3 > li > a {
  padding-left: 20px; }

.fsNavigation .fsNavLevel4 > li > a {
  padding-left: 30px; }

.fsNavigation .fsNavLevel5 > li > a {
  padding-left: 40px; }

.fsBreadcrumb ul li {
  display: inline-block; }
  .fsBreadcrumb ul li a {
    display: inline-block;
    padding: 0; }

.nav-site-map ul {
  margin: 0 0 0 20px;
  padding: 0; }
  .nav-site-map ul.fsNavLevel1 {
    margin-left: 0;
    list-style: none; }
    @media (min-width: 600px) {
      .nav-site-map 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 ul.fsNavLevel1 li {
          page-break-inside: avoid;
          break-inside: avoid-column; } }
    .nav-site-map ul.fsNavLevel1 > li > a {
      margin-bottom: 20px; }
  .nav-site-map ul.fsNavLevel2 {
    list-style: disc; }
  .nav-site-map ul.fsNavLevel3 {
    list-style: circle; }
  .nav-site-map ul.fsNavLevel4 {
    list-style: square; }
  .nav-site-map ul.fsNavLevel5 {
    list-style: disc; }

.home .nav-tier {
  display: none !important; }

.nav-tier {
  display: block; }
  @media (min-width: 700px) {
    .nav-tier {
      display: block;
      padding: 0 20px; } }
  .nav-tier > header {
    display: block; }
    @media (min-width: 700px) {
      .nav-tier > header {
        display: none; } }
  @media screen and (max-width: 699px) {
    .nav-tier > header {
      display: block;
      position: relative; }
      .nav-tier > header .fsElementTitle {
        position: relative;
        margin-top: 0;
        font-weight: normal;
        font-size: 24px;
        line-height: 31px;
        letter-spacing: 0.025em;
        font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
        color: #d9293e;
        margin-bottom: 12px;
        margin-bottom: 0;
        text-align: center;
        display: block;
        padding: 15px 20px 16px;
        color: #FFF;
        background-color: #003d7e;
        transition: .3s;
        cursor: pointer;
        position: relative;
        padding-right: 40px; }
        .nav-tier > header .fsElementTitle:hover {
          background-color: #003d7e;
          color: #FFF; }
        .nav-tier > header .fsElementTitle:after {
          content: "";
          line-height: 1;
          font-family: "IcoMoon";
          vertical-align: middle;
          position: relative;
          margin-left: 10px;
          top: -1px; }
    .nav-tier > .fsElementContent {
      position: relative;
      display: block;
      background-color: #f6f4f2; }
      .nav-tier > .fsElementContent ul li a {
        display: block;
        padding: 10px 20px;
        color: #333333;
        background: transparent; }
        .nav-tier > .fsElementContent ul li a:hover, .nav-tier > .fsElementContent ul li a:focus {
          color: #d9293e;
          background: white; }
      .nav-tier > .fsElementContent ul li.fsNavCurrentPage > a {
        color: #d9293e;
        background: #d7cec5; }
        .nav-tier > .fsElementContent ul li.fsNavCurrentPage > a:hover, .nav-tier > .fsElementContent ul li.fsNavCurrentPage > a:focus {
          color: #d9293e;
          background: #ccc1b6; }
      .nav-tier > .fsElementContent ul li.fsNavCurrentPageAncestor {
        background: #e1dbd4; }
        .nav-tier > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
          color: #003d7e;
          background: transparent; }
          .nav-tier > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
            color: #d9293e;
            background: #d7cec5; }
      .nav-tier > .fsElementContent .fsNavLevel1 > li > a {
        padding-left: 20px; }
      .nav-tier > .fsElementContent .fsNavLevel2 > li > a {
        padding-left: 30px; }
      .nav-tier > .fsElementContent .fsNavLevel3 > li > a {
        padding-left: 40px; }
      .nav-tier > .fsElementContent .fsNavLevel4 > li > a {
        padding-left: 50px; }
      .nav-tier > .fsElementContent .fsNavLevel5 > li > a {
        padding-left: 60px; }
    .nav-tier.active-nav > header .fsElementTitle {
      background-color: #003d7e;
      color: #FFF; }
      .nav-tier.active-nav > header .fsElementTitle:after {
        content: ""; } }
  .nav-tier > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease; }
    @media (min-width: 700px) {
      .nav-tier > .fsElementContent {
        max-height: 9999px;
        visibility: visible;
        opacity: 1; } }
  .nav-tier.active-nav > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1; }
  .nav-tier > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 75em;
    max-width: 75rem;
    background: #f6f4f2; }
  .nav-tier ul li a {
    display: block;
    padding: 8px 15px;
    color: #333333;
    background: #f6f4f2;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    transition: 0.3s all; }
    .nav-tier ul li a:hover, .nav-tier ul li a:focus {
      color: rgba(51, 51, 51, 0.75);
      background: #f6f4f2; }
  .nav-tier ul li.fsNavCurrentPage > a {
    color: #003d7e;
    background: #f6f4f2; }
    .nav-tier ul li.fsNavCurrentPage > a:hover, .nav-tier ul li.fsNavCurrentPage > a:focus {
      color: rgba(0, 61, 126, 0.75);
      background: #f6f4f2; }
  .nav-tier ul li.fsNavCurrentPageAncestor {
    background: #f6f4f2; }
    .nav-tier ul li.fsNavCurrentPageAncestor > a {
      color: #FFF;
      background: #003d7e; }
      .nav-tier ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
        color: rgba(255, 255, 255, 0.75);
        background: #003d7e; }
  @media (min-width: 700px) {
    .nav-tier .fsNavLevel1 {
      padding-left: 0; }
      .nav-tier .fsNavLevel1 > li {
        display: none; }
        .nav-tier .fsNavLevel1 > li[class*="fsNavCurrentPage"] {
          display: table; }
          .nav-tier .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
            color: #FFF;
            background: #003d7e;
            display: table-cell;
            vertical-align: middle;
            white-space: nowrap; }
            .nav-tier .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:hover, .nav-tier .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:focus {
              color: rgba(255, 255, 255, 0.75);
              background: #003d7e; }
        .nav-tier .fsNavLevel1 > li > .fsNavPageInfo {
          padding-left: 20px;
          position: relative;
          display: table-cell; }
          .nav-tier .fsNavLevel1 > li > .fsNavPageInfo:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 15px;
            height: 100%;
            background-image: url("../images/navtier-angle.png");
            background-size: 15px 100%; } }
  @media (min-width: 700px) {
    .nav-tier .fsNavLevel2 > li {
      display: inline-block;
      position: relative; }
      .nav-tier .fsNavLevel2 > li:hover > .fsNavPageInfo, .nav-tier .fsNavLevel2 > li.menu-item-open > .fsNavPageInfo {
        opacity: 1;
        visibility: visible; }
      .nav-tier .fsNavLevel2 > li:not(:last-child):after {
        content: "";
        background: #b8b7b5;
        position: absolute;
        top: 15px;
        right: 0;
        width: 1px;
        height: 11px; }
      .nav-tier .fsNavLevel2 > li > a {
        padding-left: 15px; }
    .nav-tier .fsNavLevel2 .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: #003d7e;
      transition: 0.3s all;
      opacity: 0;
      visibility: hidden;
      width: 200px;
      z-index: 20;
      padding: 11px 10px; }
      .nav-tier .fsNavLevel2 .fsNavPageInfo:before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #003d7e; } }
  @media (min-width: 700px) {
    .nav-tier .fsNavLevel3 > li:not(:last-child) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .nav-tier .fsNavLevel3 > li a {
      color: #FFF;
      display: block;
      text-transform: none;
      font-size: 1rem;
      line-height: 1.5;
      background: none;
      padding: 7px 10px 8px;
      font-family: "GillSans", sans-serif;
      transition: 0.3s all; }
      .nav-tier .fsNavLevel3 > li a:hover, .nav-tier .fsNavLevel3 > li a:focus {
        opacity: 0.75;
        background: none;
        color: #FFF; } }

.nav-sub {
  display: none; }
  .nav-sub > header {
    display: block;
    position: relative; }
    .nav-sub > header .fsElementTitle {
      position: relative;
      margin-top: 0;
      font-weight: normal;
      font-size: 24px;
      line-height: 31px;
      letter-spacing: 0.025em;
      font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
      color: #d9293e;
      margin-bottom: 12px;
      margin-bottom: 0;
      text-align: center;
      display: block;
      padding: 15px 20px 16px;
      color: #FFF;
      background-color: #003d7e;
      transition: .3s;
      cursor: pointer;
      position: relative;
      padding-right: 40px; }
      .nav-sub > header .fsElementTitle:hover {
        background-color: #003d7e;
        color: #FFF; }
      .nav-sub > header .fsElementTitle:after {
        content: "";
        line-height: 1;
        font-family: "IcoMoon";
        vertical-align: middle;
        position: relative;
        margin-left: 10px;
        top: -1px; }
  .nav-sub > .fsElementContent {
    position: relative;
    display: block;
    background-color: #f6f4f2; }
    .nav-sub > .fsElementContent ul li a {
      display: block;
      padding: 10px 20px;
      color: #333333;
      background: transparent; }
      .nav-sub > .fsElementContent ul li a:hover, .nav-sub > .fsElementContent ul li a:focus {
        color: #d9293e;
        background: white; }
    .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
      color: #d9293e;
      background: #d7cec5; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
        color: #d9293e;
        background: #ccc1b6; }
    .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
      background: #e1dbd4; }
      .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
        color: #003d7e;
        background: transparent; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
          color: #d9293e;
          background: #d7cec5; }
    .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
      padding-left: 20px; }
    .nav-sub > .fsElementContent .fsNavLevel2 > li > a {
      padding-left: 30px; }
    .nav-sub > .fsElementContent .fsNavLevel3 > li > a {
      padding-left: 40px; }
    .nav-sub > .fsElementContent .fsNavLevel4 > li > a {
      padding-left: 50px; }
    .nav-sub > .fsElementContent .fsNavLevel5 > li > a {
      padding-left: 60px; }
  .nav-sub.active-nav > header .fsElementTitle {
    background-color: #003d7e;
    color: #FFF; }
    .nav-sub.active-nav > header .fsElementTitle:after {
      content: ""; }
  @media (min-width: 600px) {
    .nav-sub {
      display: block; } }
  .nav-sub > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease; }
    @media (min-width: 600px) {
      .nav-sub > .fsElementContent {
        max-height: 9999px;
        visibility: visible;
        opacity: 1; } }
  .nav-sub.active-nav > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1; }
  .fsHeader .nav-sub {
    display: block; }
    @media (min-width: 600px) {
      .fsHeader .nav-sub {
        display: none; } }
  body:not(.fsHasLeftBanner):not(.fsHasRightBanner) .fsHeader .nav-sub {
    display: block; }
    body:not(.fsHasLeftBanner):not(.fsHasRightBanner) .fsHeader .nav-sub.active-nav > .fsElementContent {
      max-height: 9999px;
      visibility: visible;
      opacity: 1; }
    body:not(.fsHasLeftBanner):not(.fsHasRightBanner) .fsHeader .nav-sub > header .fsElementTitle {
      cursor: pointer;
      display: block; }
      @media (min-width: 700px) {
        body:not(.fsHasLeftBanner):not(.fsHasRightBanner) .fsHeader .nav-sub > header .fsElementTitle {
          display: none;
          cursor: default; } }
    body:not(.fsHasLeftBanner):not(.fsHasRightBanner) .fsHeader .nav-sub > .fsElementContent {
      max-height: 0;
      visibility: hidden;
      opacity: 0; }
      @media (min-width: 700px) {
        body:not(.fsHasLeftBanner):not(.fsHasRightBanner) .fsHeader .nav-sub > .fsElementContent {
          max-height: 9999px;
          visibility: visible;
          opacity: 1; } }
    @media (min-width: 700px) {
      body:not(.fsHasLeftBanner):not(.fsHasRightBanner) .fsHeader .nav-sub {
        display: none; } }
  .nav-sub.nav-sub-empty {
    display: none !important; }
  .nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-sub ul li a {
      display: block;
      letter-spacing: 0.025em;
      padding: 13px 10px;
      color: #333333;
      background: transparent; }
      .nav-sub ul li a:hover, .nav-sub ul li a:focus {
        color: #d9293e;
        background: transparent; }
    .nav-sub ul li.fsNavCurrentPage > a {
      color: #003d7e;
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPage > a:hover, .nav-sub ul li.fsNavCurrentPage > a:focus {
        color: #d9293e;
        background: transparent; }
    .nav-sub ul li.fsNavCurrentPageAncestor {
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPageAncestor > a {
        color: #003d7e;
        background: transparent; }
        .nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
          color: #d9293e;
          background: transparent; }
  .nav-sub .fsNavLevel1 {
    padding: 15px;
    background: #f6f4f2; }
    @media screen and (max-width: 599px) {
      .nav-sub .fsNavLevel1 {
        padding-top: 13px;
        padding-bottom: 13px; } }
    .nav-sub .fsNavLevel1 > li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .nav-sub .fsNavLevel1 > li:last-child {
        border-bottom: none; }
      .nav-sub .fsNavLevel1 > li > a {
        font-size: 1.125rem; }
  .nav-sub .fsNavLevel2 {
    padding: 6px 0 25px 20px; }
    .nav-sub .fsNavLevel2 > li > a {
      font-weight: 600;
      font-family: "proxima-nova", sans-serif;
      font-size: 0.875rem;
      padding: 3px 10px; }

.nav-main {
  margin-bottom: 0; }
  .fsHeader .nav-main {
    display: none; }
    @media (min-width: 700px) {
      .fsHeader .nav-main {
        display: block; } }
  @media (min-width: 700px) {
    .nav-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 75em;
      max-width: 75rem;
      position: static;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .nav-main .fsNavLevel1 > li:hover.fsNavParentPage > a:after, .nav-main .fsNavLevel1 > li.menu-item-open.fsNavParentPage > a:after {
    border-bottom-width: 11px; }
  .nav-main .fsNavLevel1 > li:hover > a, .nav-main .fsNavLevel1 > li.menu-item-open > a {
    color: #003d7e;
    background: transparent; }
  .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo, .nav-main .fsNavLevel1 > li.menu-item-open .fsNavPageInfo {
    opacity: 1;
    visibility: visible; }
  .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
    color: #003d7e;
    background: transparent; }
  .nav-main .fsNavLevel1 > li > a {
    display: block;
    color: #000;
    background: transparent;
    padding: 18px 6px;
    text-transform: uppercase;
    font-size: 0.875rem;
    position: relative; }
    @media (min-width: 720px) {
      .nav-main .fsNavLevel1 > li > a {
        padding: 18px 7px; } }
    @media (min-width: 730px) {
      .nav-main .fsNavLevel1 > li > a {
        padding: 18px 8px; } }
    @media (min-width: 740px) {
      .nav-main .fsNavLevel1 > li > a {
        padding: 18px 9px; } }
    @media (min-width: 1000px) {
      .nav-main .fsNavLevel1 > li > a {
        font-size: 1.125rem;
        padding: 18px 12px; } }
    @media (min-width: 1025px) {
      .nav-main .fsNavLevel1 > li > a {
        padding: 18px 13px; } }
    @media (min-width: 1040px) {
      .nav-main .fsNavLevel1 > li > a {
        padding: 18px 14px; } }
    @media (min-width: 1055px) {
      .nav-main .fsNavLevel1 > li > a {
        padding: 18px 15px; } }
    @media (min-width: 1070px) {
      .nav-main .fsNavLevel1 > li > a {
        padding: 18px 16px; } }
    @media (min-width: 1085px) {
      .nav-main .fsNavLevel1 > li > a {
        padding: 18px 17px; } }
    @media (min-width: 1100px) {
      .nav-main .fsNavLevel1 > li > a {
        padding: 18px 19px; } }
    @media (min-width: 1110px) {
      .nav-main .fsNavLevel1 > li > a {
        padding: 18px 20px; } }
    .nav-main .fsNavLevel1 > li > a:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      border-left: 11px solid transparent;
      border-right: 11px solid transparent;
      border-bottom: 0px solid #003d7e;
      transition: 0.25s border ease-in-out; }
    .nav-main .fsNavLevel1 > li > a:focus {
      color: #003d7e;
      background: transparent; }
  @media (max-width: 600px) {
    .nav-main .fsNavLevel1 > li:nth-child(-n+3) {
      margin: 0 -9px; } }

@media (min-width: 1000px) {
  .redesign .nav-main {
    margin-right: -18px; } }

.redesign .nav-main .fsNavLevel1 {
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 100%; }
  @media (min-width: 700px) {
    .redesign .nav-main .fsNavLevel1 {
      display: block; } }
  @media (min-width: 1000px) {
    .redesign .nav-main .fsNavLevel1 {
      display: -ms-flexbox;
      display: flex; } }
  .redesign .nav-main .fsNavLevel1 > li > a {
    color: #161E4A;
    font-family: "Gotham A", "Gotham B", sans-serif; }
    @media (min-width: 1000px) {
      .redesign .nav-main .fsNavLevel1 > li > a {
        font-size: 13px;
        padding: 18px 8px;
        line-height: 16px;
        font-weight: 500; } }
    @media (min-width: 1100px) {
      .redesign .nav-main .fsNavLevel1 > li > a {
        font-size: 15px;
        line-height: 18px;
        padding: 18px 10px; } }
    @media (min-width: 1300px) {
      .redesign .nav-main .fsNavLevel1 > li > a {
        font-size: 16px;
        padding: 18px 12px; } }
    @media (min-width: 1400px) {
      .redesign .nav-main .fsNavLevel1 > li > a {
        font-size: 17px;
        line-height: 20px;
        padding: 18px; } }
    .redesign .nav-main .fsNavLevel1 > li > a:after {
      border-bottom: 0px solid #171f4a; }
  .redesign .nav-main .fsNavLevel1 > li:hover a {
    border-bottom-width: 11px; }
  .redesign .nav-main .fsNavLevel1 > li.menu-item-open.fsNavParentPage > a:after {
    border-bottom-width: 11px; }

.redesign .nav-main .fsNavLevel2 li {
  border: 0; }
  .redesign .nav-main .fsNavLevel2 li a {
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.75px;
    padding: 6px 10px; }

.redesign .nav-main .fsNavPageInfo {
  background: #171f4a;
  width: 100%;
  left: 0;
  padding: 50px 20px;
  -ms-flex-pack: center;
  justify-content: center; }

.redesign .nav-main .col-wrap {
  width: 380px; }

.redesign .nav-main .fsNavPageThumbnail {
  height: 100%; }
  .redesign .nav-main .fsNavPageThumbnail:before {
    background-image: linear-gradient(to right, rgba(23, 31, 74, 0.4) 0, #171f4a 90%); }
  .redesign .nav-main .fsNavPageThumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%; }

.redesign .nav-main .fsNavPageDescription {
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  letter-spacing: 0.31px;
  line-height: 22px;
  max-width: 280px;
  margin-right: 100px;
  margin-top: 7px; }
  .redesign .nav-main .fsNavPageDescription h3, .redesign .nav-main .fsNavPageDescription h4, .redesign .nav-main .fsNavPageDescription h5, .redesign .nav-main .fsNavPageDescription h6 {
    font-family: "LuloCleanOne-Bold", serif;
    font-size: 13px;
    letter-spacing: 0.31px;
    line-height: 22px;
    text-transform: uppercase; }

.nav-main .fsNavPageInfo {
  background: #003d7e;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 300;
  display: -ms-flexbox;
  display: flex;
  padding: 71px 20px 0 300px;
  min-height: 304px; }

.nav-main .fsNavPageDescription {
  -ms-flex-order: 2;
  order: 2;
  color: #FFF;
  position: relative;
  z-index: 20;
  max-width: 378px;
  margin-right: 60px;
  display: none; }
  @media (min-width: 1000px) {
    .nav-main .fsNavPageDescription {
      display: block; } }
  .nav-main .fsNavPageDescription h1, .nav-main .fsNavPageDescription h2, .nav-main .fsNavPageDescription h3, .nav-main .fsNavPageDescription h4, .nav-main .fsNavPageDescription h5, .nav-main .fsNavPageDescription h6 {
    color: inherit;
    margin-bottom: 15px; }

.nav-main .fsNavPageThumbnail {
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 466px;
  position: absolute;
  top: 0;
  left: 0; }
  .nav-main .fsNavPageThumbnail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 466px;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0, 61, 126, 0.4) 0, #003d7e 90%); }
  .nav-main .fsNavPageThumbnail img {
    vertical-align: bottom;
    width: 100%; }

.nav-main .col-wrap {
  -ms-flex-order: 3;
  order: 3;
  position: relative;
  z-index: 25;
  width: 580px;
  display: -ms-flexbox;
  display: flex; }

.nav-main .fsNavLevel2 {
  position: relative;
  width: calc(50% - 20px); }
  .nav-main .fsNavLevel2:first-child {
    margin-right: 40px; }
  .nav-main .fsNavLevel2 li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .nav-main .fsNavLevel2 li a {
      display: block;
      color: #fff;
      background: transparent;
      padding: 8px 10px;
      font-family: "GillSans", sans-serif;
      transition: 0.3s all; }
      .nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus {
        opacity: 0.75;
        color: #fff;
        background: transparent; }
    .nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
      color: #fff;
      background: transparent; }

.drawer-ribbon {
  position: relative;
  height: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
  padding: 0 12px; }
  .drawer-is-active.active-menu-showing .drawer-ribbon {
    background: #003165; }
  .drawer-is-active .drawer-ribbon {
    background: #003d7e; }
    .drawer-is-active .drawer-ribbon .drawer-trigger:before, .drawer-is-active .drawer-ribbon .drawer-trigger:after {
      background-color: #FFF; }
  @media (min-width: 700px) {
    .drawer-ribbon {
      display: none; } }

.redesign .drawer-ribbon {
  position: absolute;
  right: 18px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 600; }
  @media (min-width: 700px) {
    .redesign .drawer-ribbon {
      display: -ms-flexbox;
      display: flex;
      right: 18px; } }
  @media (min-width: 1000px) {
    .redesign .drawer-ribbon {
      display: none; } }

.redesign.drawer-is-active .drawer-ribbon {
  top: calc(50% - 10px);
  right: 10px;
  background: #161E4A; }

.drawer-trigger {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  position: relative;
  width: 31px;
  height: 20px;
  font-size: 0;
  line-height: 1; }
  .drawer-trigger:before, .drawer-trigger:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 100%;
    max-width: 25px;
    margin: 0 auto;
    content: '';
    background: #000; }
  .drawer-trigger:before {
    margin-top: -0.34375rem;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: margin-top .3s, transform .3s; }
  .drawer-trigger:after {
    box-shadow: 0 0.34375rem 0 0 #000;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: box-shadow .3s, transform .3s; }
  .drawer-is-active .drawer-trigger:before {
    margin-top: 0;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  .drawer-is-active .drawer-trigger:after {
    box-shadow: none;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

.redesign .drawer-trigger {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  position: relative;
  width: 31px;
  height: 20px;
  font-size: 0;
  line-height: 1; }
  .redesign .drawer-trigger:before, .redesign .drawer-trigger:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 3px;
    width: 100%;
    max-width: 25px;
    margin: 0 auto;
    content: '';
    background: #161E4A; }
  .redesign .drawer-trigger:before {
    margin-top: -0.65625rem;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: margin-top .3s, transform .3s; }
  .redesign .drawer-trigger:after {
    box-shadow: 0 0.65625rem 0 0 #161E4A;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: box-shadow .3s, transform .3s; }

.redesign.drawer-is-active .drawer-trigger:before {
  margin-top: 0;
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg); }

.redesign.drawer-is-active .drawer-trigger:after {
  box-shadow: none;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg); }

.redesign #fsMenu {
  top: 0;
  background: #161E4A; }
  @media (min-width: 700px) {
    .redesign #fsMenu {
      display: block; } }
  @media (min-width: 1000px) {
    .redesign #fsMenu {
      display: none; } }
  .redesign #fsMenu .fsMenu {
    padding: 5px 0; }
  .redesign #fsMenu .custom-search {
    margin-bottom: 30px; }
    .redesign #fsMenu .custom-search form {
      background: #c0c0c0;
      max-width: 275px;
      margin: 0 auto; }
      .redesign #fsMenu .custom-search form input {
        color: #40464b;
        height: 42px;
        line-height: 42px; }
      .redesign #fsMenu .custom-search form button {
        color: #40464b; }
        .redesign #fsMenu .custom-search form button:before {
          height: 42px;
          line-height: 42px; }
  .redesign #fsMenu .school-name {
    margin: 10px 0 10px 22.5px; }
    .redesign #fsMenu .school-name a {
      display: inline-block;
      color: transparent;
      background: url("../images/logo-new-white.svg") no-repeat 0 50%;
      height: 74px;
      width: 189px;
      overflow: hidden;
      background-size: contain; }
      .redesign #fsMenu .school-name a:hover {
        color: transparent; }
    .redesign #fsMenu .school-name footer {
      color: #fff;
      font-family: "minion-pro", serif;
      font-size: 12px;
      letter-spacing: 0.44px;
      line-height: 14px;
      margin-top: -13px;
      padding-bottom: 12px; }
      .redesign #fsMenu .school-name footer .fsElementFooterContent {
        margin-top: 0px; }
      .redesign #fsMenu .school-name footer p {
        margin: 0; }
  .redesign #fsMenu .inquiry-buttons {
    margin-bottom: 15px; }
    .redesign #fsMenu .inquiry-buttons > .fsElementContent {
      -ms-flex-pack: center;
      justify-content: center; }

#fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  left: 0;
  transform: translate3d(-20%, 0, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  top: 48px;
  min-height: 100%;
  background: #003d7e; }
  @media (min-width: 700px) {
    #fsMenu {
      display: none; } }
  .drawer-is-active #fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  #fsMenu .fsMenu {
    padding: 20px 0; }
  #fsMenu .nav-main {
    margin: 0 0 20px; }
    #fsMenu .nav-main .fsNavLevel1 > li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
      #fsMenu .nav-main .fsNavLevel1 > li:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.25); }
      #fsMenu .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
        opacity: 0 !important;
        visibility: hidden !important; }
      #fsMenu .nav-main .fsNavLevel1 > li.active-menu > .fsNavPageInfo {
        opacity: 1 !important;
        visibility: visible !important;
        left: 0; }
      #fsMenu .nav-main .fsNavLevel1 > li.fsNavParentPage > a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        position: absolute;
        right: 20px;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      #fsMenu .nav-main .fsNavLevel1 > li > a {
        padding: 13px 30px 13px 20px;
        font-size: 1.125rem;
        color: #FFF;
        transition: 0.3s opacity; }
        #fsMenu .nav-main .fsNavLevel1 > li > a:hover, #fsMenu .nav-main .fsNavLevel1 > li > a:focus {
          opacity: 0.75; }
        #fsMenu .nav-main .fsNavLevel1 > li > a:after {
          content: normal; }
    #fsMenu .nav-main .fsNavLevel2 {
      width: auto;
      border-bottom: 1px solid rgba(255, 255, 255, 0.25);
      padding: 0 0 10px;
      margin: 0; }
      #fsMenu .nav-main .fsNavLevel2 li {
        border: 0; }
        #fsMenu .nav-main .fsNavLevel2 li.tier1 {
          border-bottom: 1px solid rgba(255, 255, 255, 0.25);
          margin-bottom: 10px; }
          #fsMenu .nav-main .fsNavLevel2 li.tier1 a {
            font-size: 1.125rem;
            line-height: 50px;
            text-transform: uppercase;
            font-family: "GillSans-SemiBold", sans-serif;
            padding: 0 20px;
            color: #FFF; }
        #fsMenu .nav-main .fsNavLevel2 li a {
          font-size: 1rem;
          line-height: 2.225;
          color: #FFF;
          padding: 0px 30px;
          transition: 0.3s all; }
          #fsMenu .nav-main .fsNavLevel2 li a:hover, #fsMenu .nav-main .fsNavLevel2 li a:focus {
            opacity: 0.75; }
    #fsMenu .nav-main .fsNavPageInfo {
      height: 100%;
      padding: 11px 0px 0 0px;
      top: 0;
      width: 100%;
      background: #003165;
      left: -50px;
      display: block;
      overflow: visible;
      opacity: 0;
      visibility: hidden;
      transition: 0.3s all;
      min-height: 1px; }
      #fsMenu .nav-main .fsNavPageInfo .back-btn {
        cursor: pointer;
        color: #FFF;
        transition: 0.3s opacity;
        font-size: 1.125rem;
        font-family: "GillSans-SemiBold", sans-serif;
        line-height: 2.777;
        margin-left: 20px;
        position: relative; }
        #fsMenu .nav-main .fsNavPageInfo .back-btn:hover, #fsMenu .nav-main .fsNavPageInfo .back-btn:focus {
          opacity: 0.75; }
        #fsMenu .nav-main .fsNavPageInfo .back-btn:after {
          content: '';
          background: rgba(255, 255, 255, 0.25);
          position: absolute;
          top: calc(100% + 13px);
          left: -20px;
          width: 100vw;
          height: 1px; }
        #fsMenu .nav-main .fsNavPageInfo .back-btn:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          margin-right: 7px;
          vertical-align: middle;
          position: relative;
          top: -2px; }
  #fsMenu .custom-search {
    margin: 0 0 12px; }
    #fsMenu .custom-search form {
      overflow: hidden;
      position: relative;
      background: #002e5f; }
      #fsMenu .custom-search form label {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0; }
      #fsMenu .custom-search form input {
        float: left;
        width: calc(100% - 55px);
        line-height: 50px;
        height: 50px;
        border: 0;
        background: none;
        padding: 0 0 0 20px;
        position: relative;
        font-size: 1rem;
        color: #FFF; }
      #fsMenu .custom-search form button {
        float: left;
        width: 55px;
        text-align: center;
        vertical-align: bottom;
        border: 0;
        background: none;
        margin: 0;
        padding: 0;
        font-size: 0;
        line-height: 1;
        color: #FFF;
        transition: 0.3s opacity; }
        #fsMenu .custom-search form button:hover, #fsMenu .custom-search form button:focus {
          opacity: 0.75; }
        #fsMenu .custom-search form button:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          font-size: 1rem;
          line-height: 50px;
          height: 50px; }
  #fsMenu .nav-utility-header {
    padding: 0 20px;
    margin-bottom: 15px; }
    #fsMenu .nav-utility-header .fsNavLevel1 {
      display: block; }
      #fsMenu .nav-utility-header .fsNavLevel1 li a {
        color: #FFF;
        padding: 6px 0;
        transition: 0.3s opacity; }
        #fsMenu .nav-utility-header .fsNavLevel1 li a:hover, #fsMenu .nav-utility-header .fsNavLevel1 li a:focus {
          opacity: 0.75; }
    #fsMenu .nav-utility-header .fsNavLevel2 li {
      border: 0; }
      #fsMenu .nav-utility-header .fsNavLevel2 li a {
        font-style: italic; }
    #fsMenu .nav-utility-header .fsNavPageInfo {
      padding: 0 20px;
      width: auto;
      position: static;
      opacity: 1;
      visibility: visible;
      background: none;
      -ms-transform: none;
      transform: none; }
  #fsMenu .nav-social {
    padding: 0 20px; }
    #fsMenu .nav-social .fsNavLevel1 a {
      padding: 0;
      transition: 0.3s all; }
      #fsMenu .nav-social .fsNavLevel1 a:before {
        color: #FFF; }
      #fsMenu .nav-social .fsNavLevel1 a:hover:before, #fsMenu .nav-social .fsNavLevel1 a:focus:before {
        opacity: 0.75; }

.mobile-nav {
  margin-bottom: 0; }
  .mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .mobile-nav li {
    position: relative;
    margin-bottom: 0; }
    .mobile-nav li:before {
      display: none; }
    .mobile-nav li.fsNavParentPage > a {
      width: calc(100% - 55px);
      border-right: solid 2px #273057; }
    .mobile-nav li.fsNavCurrentPageAncestor > a, .mobile-nav li.fsNavCurrentPage > a {
      color: #a4a5ac; }
  .mobile-nav .fsNavPageInfo {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
  .mobile-nav .fsNavLevel1 {
    border-top: solid 2px #273057; }
    .mobile-nav .fsNavLevel1 > li {
      border-bottom: solid 2px #273057; }
      .mobile-nav .fsNavLevel1 > li > a {
        color: #fff;
        font-size: 16px;
        line-height: 1.2;
        display: block;
        padding: 13px 10px 13px 22.5px;
        text-transform: uppercase; }
        .mobile-nav .fsNavLevel1 > li > a:hover, .mobile-nav .fsNavLevel1 > li > a:focus {
          color: #a4a5ac;
          text-decoration: none; }
      .mobile-nav .fsNavLevel1 > li.fsNavParentPage.open > a {
        color: #a4a5ac;
        position: relative; }
        .mobile-nav .fsNavLevel1 > li.fsNavParentPage.open > a:before {
          content: '';
          background: #FF0F31;
          width: 5px;
          height: 25px;
          position: absolute;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 0; }
  .mobile-nav .fsNavLevel2 {
    padding: 10px; }
    .mobile-nav .fsNavLevel2 li a {
      padding-top: 0;
      padding-bottom: 0;
      font-size: 11px;
      color: #fff;
      text-transform: uppercase; }
      .mobile-nav .fsNavLevel2 li a:hover, .mobile-nav .fsNavLevel2 li a:focus {
        color: #a4a5ac;
        text-decoration: none; }
    .mobile-nav .fsNavLevel2 li.fsNavCurrentPage > a {
      color: #a4a5ac;
      text-decoration: none; }
    .mobile-nav .fsNavLevel2 > li > a {
      padding-left: 15px; }
  .mobile-nav .open:not(.fsNavCurrentPageAncestor) > .mobile-toggle:before, .mobile-nav .fsNavCurrentPageAncestor:not(.open) > .mobile-toggle:before {
    content: '\e926'; }
  .mobile-nav .open:not(.fsNavCurrentPageAncestor) > .fsNavPageInfo, .mobile-nav .fsNavCurrentPageAncestor:not(.open) > .fsNavPageInfo {
    border-top: solid 2px #273057;
    max-height: 9999px;
    transition: max-height 0.5s cubic-bezier(1, 0, 1, 0); }
    .mobile-nav .open:not(.fsNavCurrentPageAncestor) > .fsNavPageInfo li.fsNavParentPage, .mobile-nav .fsNavCurrentPageAncestor:not(.open) > .fsNavPageInfo li.fsNavParentPage {
      border-top: solid 2px #273057;
      box-shadow: 0px 2px 0 0 #273057; }

.mobile-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  height: 42px;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: transparent; }
  .mobile-toggle:before {
    content: '\e927';
    font-family: "IcoMoon";
    color: #FF0F31;
    font-size: 16px;
    font-weight: normal;
    transition: .3s; }

.mobile-nav-utility .fsNavLevel1 {
  border-top: 0; }
  .mobile-nav-utility .fsNavLevel1 .quicklinks a, .mobile-nav-utility .fsNavLevel1 .login a {
    text-transform: none; }
  .mobile-nav-utility .fsNavLevel1 .login > a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    vertical-align: middle;
    position: relative;
    top: 0px;
    margin-right: 8px;
    line-height: 1; }

.portal-links .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  padding: 14px 22.5px; }
  .portal-links .fsElementContent p {
    margin-right: 20px; }
    .portal-links .fsElementContent p a {
      color: #fff;
      font-size: 13px;
      line-height: 1.2; }
      .portal-links .fsElementContent p a:hover, .portal-links .fsElementContent p a:focus {
        color: #a4a5ac; }

.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;
    vertical-align: bottom; }
    .nav-social .fsNavLevel1 li:not(:last-child) {
      margin-right: 18px; }
  .nav-social .fsNavLevel1 [href*='facebook']: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*='instagram']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='flickr']: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*='facebook']:hover:before, .nav-social .fsNavLevel1 [href*='facebook']:focus:before {
    opacity: 0.75;
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .nav-social .fsNavLevel1 [href*='twitter']:hover:before, .nav-social .fsNavLevel1 [href*='twitter']:focus:before {
    opacity: 0.75;
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .nav-social .fsNavLevel1 [href*='instagram']:hover:before, .nav-social .fsNavLevel1 [href*='instagram']:focus:before {
    opacity: 0.75;
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .nav-social .fsNavLevel1 [href*='flickr']:hover:before, .nav-social .fsNavLevel1 [href*='flickr']:focus:before {
    opacity: 0.75;
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .nav-social .fsNavLevel1 [href*='vimeo']:hover:before, .nav-social .fsNavLevel1 [href*='vimeo']:focus:before {
    opacity: 0.75;
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .nav-social .fsNavLevel1 a {
    display: block;
    font-size: 0;
    line-height: 1; }
    .nav-social .fsNavLevel1 a:before {
      color: #333333;
      font-size: 1.125rem;
      line-height: 1.334;
      transition: 0.3s all;
      display: block; }

.redesign .nav-utility-header .fsNavPageInfo {
  background: #161E4A; }

.nav-utility-header .fsNavLevel1 {
  display: -ms-flexbox;
  display: flex; }
  .nav-utility-header .fsNavLevel1, .nav-utility-header .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-utility-header .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  .nav-utility-header .fsNavLevel1 > li {
    position: relative; }
    .nav-utility-header .fsNavLevel1 > li:not(:last-child) {
      margin-right: 23px; }
    .nav-utility-header .fsNavLevel1 > li:hover > .fsNavPageInfo, .nav-utility-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
      opacity: 1;
      visibility: visible; }
    .nav-utility-header .fsNavLevel1 > li.login > a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      vertical-align: middle;
      position: relative;
      top: -2px;
      margin-right: 8px;
      line-height: 1; }
    .nav-utility-header .fsNavLevel1 > li.quicklinks > a:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      vertical-align: middle;
      position: relative;
      top: -2px;
      margin-left: 8px;
      line-height: 1; }
    .nav-utility-header .fsNavLevel1 > li > a {
      text-transform: uppercase;
      color: #333333;
      display: block;
      transition: 0.3s all; }
      .nav-utility-header .fsNavLevel1 > li > a:hover, .nav-utility-header .fsNavLevel1 > li > a:focus {
        opacity: 0.75;
        color: #333333; }

.nav-utility-header .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #003d7e;
  transition: 0.3s all;
  opacity: 0;
  visibility: hidden;
  width: 200px;
  z-index: 20;
  padding: 11px 10px; }
  .nav-utility-header .fsNavPageInfo:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #003d7e; }

.nav-utility-header .fsNavLevel2 li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.nav-utility-header .fsNavLevel2 li a {
  color: #FFF;
  display: block;
  padding: 7px 10px 8px;
  font-family: "GillSans", sans-serif;
  transition: 0.3s all; }
  .nav-utility-header .fsNavLevel2 li a:hover, .nav-utility-header .fsNavLevel2 li a:focus {
    opacity: 0.75;
    color: #FFF; }

.nav-utility-footer .fsNavLevel1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .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-utility-footer .fsNavLevel1 > li {
    width: calc(50% - 10px); }
    @media (min-width: 700px) {
      .nav-utility-footer .fsNavLevel1 > li {
        width: calc(50% - 15px); } }
    .nav-utility-footer .fsNavLevel1 > li:nth-child(2n+1) {
      margin-right: 20px; }
      @media (min-width: 700px) {
        .nav-utility-footer .fsNavLevel1 > li:nth-child(2n+1) {
          margin-right: 30px; } }
    .nav-utility-footer .fsNavLevel1 > li:nth-child(1n+3) {
      margin-top: 20px; }
    .nav-utility-footer .fsNavLevel1 > li > a {
      display: inline-block;
      border: 0;
      margin: 0 0 20px;
      padding: 10px 24px;
      background: transparent;
      color: #FFF;
      border-radius: 0;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      border: 3px solid #FFF;
      text-align: center;
      transition: 0.3s all;
      padding: 5px 0px;
      display: block;
      margin: 0; }
      .nav-utility-footer .fsNavLevel1 > li > a:hover, .nav-utility-footer .fsNavLevel1 > li > a:focus {
        background: #FFF;
        color: transparent;
        -ms-transform: scale(1.03);
        transform: scale(1.03); }
      .nav-utility-footer .fsNavLevel1 > li > a:hover, .nav-utility-footer .fsNavLevel1 > li > a:focus {
        color: #333333; }

/*! 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[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; }

/*! 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-family: "GillSans", sans-serif;
    font-size: 16px;
    line-height: 23px; }
  .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-family: "GillSans-SemiBold", sans-serif; }

/*! elements - constituent search */
.fsConstituent.fsSearch {
  overflow: hidden; }
  .fsConstituent.fsSearch + .fsConstituent {
    border-top: solid 1px #ccc1b6;
    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 #ccc1b6;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .fsConstituentSearchForm > label > select {
      height: 32px;
      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 {
  margin-bottom: 3px; }
  .fsAccordion .fsPanel:last-child, .fsTabs .fsPanel:last-child {
    margin-bottom: 0; }
  .fsAccordion .fsPanel > .fsElementContent, .fsTabs .fsPanel > .fsElementContent {
    padding: 20px 20px 23px;
    border: 3px solid #003d7e;
    border-top: 0; }
    .fsAccordion .fsPanel > .fsElementContent p:last-child, .fsTabs .fsPanel > .fsElementContent p:last-child {
      margin-bottom: 0; }
  .fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
    cursor: pointer;
    background: #f6f4f2;
    transition: .3s; }
    .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
      font-family: "GillSans-SemiBold", sans-serif;
      margin-bottom: 0px;
      display: block;
      font-size: 1rem;
      line-height: 1.5;
      letter-spacing: 0.05em;
      padding: 13px 20px;
      color: #333333;
      transition: .3s;
      position: relative;
      display: -ms-flexbox;
      display: flex; }
      .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
        transition: none; }
    .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
      background: #d9293e;
      transition: .3s; }
      .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
        color: #FFF;
        transition: .3s; }
  .fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
    background: #003d7e; }
    .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
      color: #FFF; }
      .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
        content: ""; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  font-family: "IcoMoon";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  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;
  font-family: "IcoMoon";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  content: ""; }

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

.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 50px; }
  .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: 20px; }

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

.fsAccordion > header .fsElementTitle {
  margin-bottom: 10px;
  font-family: "GillSans-SemiBold", sans-serif;
  text-transform: uppercase; }

/*! 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: #003d7e;
  margin-bottom: 0; }
  .fsAthleticsEvent .fsTitle a {
    color: inherit; }

/*! elements - athletics events - list subtype */
.fsAthleticsEvent.fsList .fsTitle {
  display: inline-block;
  margin-bottom: 0; }

.fsAthleticsEvent.fsList .fsElementEventIcon {
  margin-right: 10px; }

.fsAthleticsEvent.fsList .fsAthleticsEventDetailLink:hover, .fsAthleticsEvent.fsList .fsAthleticsEventDetailLink:focus {
  color: #d9293e; }

.fsAthleticsEvent.fsList .fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px; }

.fsAthleticsEvent.fsList .fsAthleticsOpponents {
  display: inline; }

.fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
  display: inline; }

/*! elements - athletics events */
/*! elements - athletics events - table*/
@media (max-width: 800px) {
  .fsAthleticsEvent.fsTable .fsElementTable thead {
    display: none; } }

@media (max-width: 800px) {
  .fsAthleticsEvent.fsTable .fsElementTable td {
    display: inline-block;
    width: 100%;
    padding: 0 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; }
    .fsAthleticsEvent.fsTable .fsElementTable td:before {
      display: inline-block;
      font-family: "GillSans-SemiBold", sans-serif;
      color: #d9293e; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
      content: 'Team: '; }
    .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents {
      display: inline-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: '; } }

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

/*! elements - athletics roster */
.fsAthleticsRoster .fsElementTable td:before, .fsAthleticsRosterList li > div:before {
  margin-right: 5px;
  display: inline-block;
  font-family: "GillSans-SemiBold", sans-serif;
  color: #d9293e; }

.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: 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
  .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 .fsAlertFeeds {
  margin-bottom: 5px; }

.fsCalendar header .fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.025em;
  font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
  color: #d9293e;
  margin-bottom: 12px;
  color: #003d7e;
  display: inline-block;
  margin-bottom: 30px; }
  .fsCalendar header .fsElementTitle:after {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    margin-top: 10px; }

.fsCalendar article {
  background: #f6f4f2;
  padding: 20px 20px 15px; }

.fsCalendar .fsTitle {
  margin-bottom: 14px; }
  .fsCalendar .fsTitle:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    margin-top: 17px; }

.fsCalendar .fsDate {
  background: #003d7e;
  color: #FFF;
  text-transform: uppercase;
  display: table;
  font-family: "GillSans-SemiBold", sans-serif;
  padding: 3px 12px;
  margin-bottom: 14px; }
  .fsCalendar .fsDate span {
    vertical-align: top; }
  .fsCalendar .fsDate .fsDay {
    margin-left: 4px; }

.fsCalendar .fsEventDetails {
  color: #7f7f7f; }

.fsCalendar .fsAllDay {
  text-transform: capitalize; }

.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: 1.1em;
  font-family: "GillSans-SemiBold", sans-serif;
  outline: 0; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
    margin-top: 5px; }

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

@media (min-width: 800px) {
  .flexbox .fsCalendarEventGrid .fsCalendarRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .flexbox .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important; }
    .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; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar:after {
    display: none; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar > div {
    margin: 0; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
    margin-right: 10px; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
    width: 100%; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
        width: auto; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    margin: 10px 0; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
        -ms-flex-order: 3;
        order: 3;
        margin: 0; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
    z-index: 1; }

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

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

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-family: "GillSans-SemiBold", sans-serif;
  font-size: 14px; }
  .scroll-up span {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 24px;
    background: #FFF;
    color: #003d7e;
    border-radius: 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border: 3px solid #003d7e;
    text-align: center;
    transition: 0.3s all;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus {
      background: #003d7e;
      color: #FFF;
      -ms-transform: scale(1.03);
      transform: scale(1.03); }
  .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; }

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
.fsFormsElement fieldset > legend {
  font-weight: bold; }

.fsFormsElement .fsFormFieldOption {
  -ms-flex-align: center;
  align-items: center; }

.fsFormsElement .fsFormFieldWrapper > label {
  font-weight: bold; }

/*! elements - forms */
textarea,
input,
select {
  padding: 5px;
  max-width: 100%; }

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed body {
    margin: 0; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input,
    .fsComposerFormEmbed form textarea,
    .fsComposerFormEmbed form select {
      font-family: "GillSans", sans-serif;
      font-size: 16px;
      line-height: 23px;
      color: #333333; }
    .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: #003d7e;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #d9293e; }
    .fsComposerFormEmbed form .required {
      color: #003d7e; }
    .fsComposerFormEmbed form .pageControls {
      padding: 10px 0 !important;
      margin-bottom: 10px; }
      .fsComposerFormEmbed form .pageControls .userConfirmation {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .userConfirmation {
      margin-bottom: 20px; }
      .fsComposerFormEmbed form .userConfirmation .userConfirmationToggle {
        margin-right: 5px; }
      .fsComposerFormEmbed form .userConfirmation > label {
        display: block; }
    .fsComposerFormEmbed form .elementColumn {
      zoom: 1;
      margin-bottom: 20px;
      max-width: 100%; }
      .fsComposerFormEmbed form .elementColumn:after {
        display: table;
        clear: both;
        content: ''; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementColumn {
          float: none !important;
          width: 100% !important; } }
      .fsComposerFormEmbed form .elementColumn .elementContainer {
        margin-bottom: 0; }
      .fsComposerFormEmbed form .elementColumn .elementBody > input {
        width: 100%; }
    .fsComposerFormEmbed form .pageBreak {
      zoom: 1; }
      .fsComposerFormEmbed form .pageBreak:after {
        display: table;
        clear: both;
        content: ''; }
      .fsComposerFormEmbed form .pageBreak .nextPage, .fsComposerFormEmbed form .pageBreak .prevPage {
        background: none;
        border: none;
        color: #003d7e;
        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: #d9293e;
          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;
      color: #FFF;
      background: #003d7e !important;
      text-shadow: none;
      font-size: inherit;
      border: none !important;
      float: left;
      line-height: 1; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        color: #fff !important;
        background: #d9293e !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "GillSans", sans-serif;
    max-width: 100%; }
  .fsComposerFormEmbed .ui-datepicker:empty {
    display: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
      content: '';
      font-weight: bold;
      transition: .3s; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
      transition: .3s;
      opacity: .5; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
    content: '\203A'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
    content: '\2039'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-default {
    background: rgba(0, 0, 0, 0.05);
    text-align: center; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-active {
    background: rgba(0, 0, 0, 0.1); }
  .fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
    border: solid 1px #d3d3d3;
    background-color: #d3d3d3; }

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

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

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

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

/*! elements - login */
.fsLogin .fsLoginMainView,
.fsLogin .fsLoginForgotView,
.fsLogin .fsLoginNewView,
.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 {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 24px;
    background: #FFF;
    color: #003d7e;
    border-radius: 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border: 3px solid #003d7e;
    text-align: center;
    transition: 0.3s all; }
    .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 {
      background: #003d7e;
      color: #FFF;
      -ms-transform: scale(1.03);
      transform: scale(1.03); }
    .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 {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 24px;
    background: #FFF;
    color: #003d7e;
    border-radius: 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border: 3px solid #003d7e;
    text-align: center;
    transition: 0.3s all; }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus {
      background: #003d7e;
      color: #FFF;
      -ms-transform: scale(1.03);
      transform: scale(1.03); }

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #FFF;
  font-family: "GillSans", sans-serif; }
  @media (min-width: 1000px) {
    .home.redesign .fsMediaCustomPlayer {
      width: calc(100% - 120px); } }
  .home.redesign .fsMediaCustomPlayer .universal-slide article {
    height: 472px; }
  @media (min-width: 1000px) {
    .redesign .fsMediaCustomPlayer {
      width: calc(100% - 80px);
      margin: 0 auto; } }
  @media (max-width: 999px) {
    .redesign .fsMediaCustomPlayer .caption-wrapper {
      background: none;
      color: #fff;
      max-width: 490px;
      position: absolute;
      bottom: 75px;
      left: 50%;
      padding: 0;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
  @media (max-width: 599px) {
    .redesign .fsMediaCustomPlayer .caption-wrapper {
      max-width: 250px; } }
  .redesign .fsMediaCustomPlayer .caption-wrapper .caption-title {
    font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
    font-size: 40px;
    line-height: 48px;
    text-align: center; }
  @media (max-width: 999px) {
    .redesign .fsMediaCustomPlayer .caption-wrapper .caption-desc:before {
      background: rgba(255, 255, 255, 0.25); } }
  @media (min-width: 700px) {
    .redesign .fsMediaCustomPlayer .caption-wrapper .caption-desc:before {
      width: 330px; } }
  .redesign .fsMediaCustomPlayer .universal-slide:before {
    content: ''; }
    @media (max-width: 999px) {
      .redesign .fsMediaCustomPlayer .universal-slide:before {
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
        height: 80%; } }
  .redesign .fsMediaCustomPlayer .universal-slide article {
    height: 400px; }
  .redesign .fsMediaCustomPlayer .slick-dots li button {
    background-color: rgba(255, 255, 255, 0.5); }
  .redesign .fsMediaCustomPlayer .slick-dots li:hover button, .redesign .fsMediaCustomPlayer .slick-dots li:focus button {
    background-color: #fff; }
  .redesign .fsMediaCustomPlayer .slick-dots li.slick-active button {
    background-color: #fff; }

.fsCustomSlider .fsElement {
  margin-bottom: 0; }

.fsCustomSlider .universal-slide {
  position: relative; }
  .fsCustomSlider .universal-slide article {
    background-size: cover;
    background-position: center; }
  .fsCustomSlider .universal-slide:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent); }
    @media (min-width: 1000px) {
      .fsCustomSlider .universal-slide:before {
        content: ''; } }
  .fsCustomSlider .universal-slide img {
    opacity: 0;
    min-height: 300px; }

.fsCustomSlider .slick-next, .fsCustomSlider .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 2; }
  .fsCustomSlider .slick-next:before, .fsCustomSlider .slick-prev:before {
    color: #fff;
    display: block;
    font-size: 50px;
    font-weight: normal;
    height: 100%;
    left: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center; }

.fsCustomSlider .slick-next {
  left: auto;
  right: 0; }
  .fsCustomSlider .slick-next:before {
    content: '\203A'; }

.fsCustomSlider .slick-prev {
  left: 0;
  right: auto; }
  .fsCustomSlider .slick-prev:before {
    content: '\2039'; }

.fsCustomSlider .slider-play-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 0;
  border: 0;
  padding: 0;
  z-index: 1;
  background: transparent;
  line-height: 1; }
  @media (min-width: 1000px) {
    .fsCustomSlider .slider-play-btn {
      bottom: 35.5px;
      right: 45px;
      top: auto;
      left: auto; } }
  .fsCustomSlider .slider-play-btn:before {
    color: #f6f4f2;
    font-size: 0.875rem;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px; }

.fsCustomSlider.slider-paused .slider-play-btn:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.fsCustomSlider.slider-playing .slider-play-btn:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.fsCustomSlider .slick-dots {
  position: absolute;
  line-height: 1;
  font-size: 0;
  bottom: 30px;
  right: 50%;
  -ms-transform: translateX(50%);
  transform: translateX(50%); }
  .fsCustomSlider .slick-dots, .fsCustomSlider .slick-dots ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsCustomSlider .slick-dots li {
    margin: 0;
    padding: 0; }
  @media (min-width: 700px) {
    .fsCustomSlider .slick-dots {
      bottom: 40px; } }
  @media (min-width: 1000px) {
    .fsCustomSlider .slick-dots {
      right: 93px;
      -ms-transform: none;
      transform: none; }
      .fsCustomSlider .slick-dots:nth-child(3):after {
        content: '';
        position: absolute;
        height: 20px;
        width: 1px;
        left: calc(100% + 16px);
        top: -4px;
        background: rgba(246, 244, 242, 0.5); } }
  .fsCustomSlider .slick-dots li {
    display: inline-block;
    vertical-align: bottom; }
  .fsCustomSlider .slick-dots li + li {
    margin-left: 10px; }
  .fsCustomSlider .slick-dots button {
    border: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    font-size: 0;
    line-height: 1;
    vertical-align: bottom;
    transition: 0.3s all; }
    @media (min-width: 1000px) {
      .fsCustomSlider .slick-dots button {
        background-color: rgba(255, 255, 255, 0.5); } }
  .fsCustomSlider .slick-dots .slick-active button, .fsCustomSlider .slick-dots button:focus, .fsCustomSlider .slick-dots button:hover {
    background-color: #000; }
    @media (min-width: 1000px) {
      .fsCustomSlider .slick-dots .slick-active button, .fsCustomSlider .slick-dots button:focus, .fsCustomSlider .slick-dots button:hover {
        background-color: #fff; } }

.fsCustomSlider .caption-wrapper {
  font-family: "GillSans", sans-serif;
  font-size: 16px;
  line-height: 23px;
  width: 100%;
  text-align: center;
  color: #333333;
  padding: 22px 20px 63px;
  background: #f6f4f2; }
  @media (min-width: 700px) {
    .fsCustomSlider .caption-wrapper {
      padding: 35px 20px 83px; } }
  @media (min-width: 1000px) {
    .fsCustomSlider .caption-wrapper {
      background: none;
      color: #fff;
      max-width: 490px;
      position: absolute;
      bottom: 31px;
      left: 45px;
      padding: 0; } }
  .fsCustomSlider .caption-wrapper a {
    color: inherit; }
    .fsCustomSlider .caption-wrapper a:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      vertical-align: middle;
      position: relative;
      top: -1px;
      margin-left: 4px; }
    .fsCustomSlider .caption-wrapper a:hover, .fsCustomSlider .caption-wrapper a:focus {
      color: #d9293e; }
  .fsCustomSlider .caption-wrapper.is-empty {
    display: none; }

.fsCustomSlider .caption-title {
  font-size: 1.75rem;
  line-height: 1.2857;
  font-family: "minion-pro", serif;
  font-weight: 600;
  margin-bottom: 0; }
  @media (min-width: 700px) {
    .fsCustomSlider .caption-title {
      font-size: 2.5rem;
      line-height: 1.05;
      width: 490px;
      margin: 0 auto; } }
  @media (min-width: 1000px) {
    .fsCustomSlider .caption-title {
      width: auto;
      margin: 0; } }

.fsCustomSlider .caption-desc {
  margin-top: 23px; }
  @media (min-width: 700px) {
    .fsCustomSlider .caption-desc {
      max-width: 470px;
      margin: 19px auto 0; } }
  @media (min-width: 1000px) {
    .fsCustomSlider .caption-desc {
      margin: 17px 0 0;
      max-width: 100%; } }
  .fsCustomSlider .caption-desc:before {
    content: '';
    display: block;
    height: 3px;
    background: rgba(0, 0, 0, 0.25);
    margin: 0 0 24px; }
    @media (min-width: 700px) {
      .fsCustomSlider .caption-desc:before {
        width: 305px;
        margin: 0 auto 14px; } }
    @media (min-width: 1000px) {
      .fsCustomSlider .caption-desc:before {
        background: rgba(255, 255, 255, 0.25); } }
  .fsCustomSlider .caption-desc p:last-child {
    margin-bottom: 0; }
  .fsCustomSlider .caption-desc:empty {
    display: none; }

.fsNews header .fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.025em;
  font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
  color: #d9293e;
  margin-bottom: 12px;
  color: #003d7e;
  display: inline-block;
  margin-bottom: 30px; }
  .fsNews header .fsElementTitle:after {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    margin-top: 10px; }

.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 article .fsThumbnail {
  margin-bottom: 19px; }
  .fsNews article .fsThumbnail img, .fsNews article .fsThumbnail .fsCroppedImage {
    vertical-align: bottom; }

.fsNews article .fsTitle:not(:last-child) {
  margin-bottom: 14px; }

.fsNews article .fsAuthor,
.fsNews article .fsDateTime {
  color: #7f7f7f; }

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

.fsNews.fsList article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1); }

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

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

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

.fsPostElement header .fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.025em;
  font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
  color: #d9293e;
  margin-bottom: 12px;
  color: #003d7e;
  display: inline-block;
  margin-bottom: 30px; }
  .fsPostElement header .fsElementTitle:after {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    margin-top: 10px; }

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

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

.fsPostElement article .fsThumbnail {
  margin-bottom: 19px; }
  .fsPostElement article .fsThumbnail img, .fsPostElement article .fsThumbnail .fsCroppedImage {
    vertical-align: bottom; }

.fsPostElement article .fsTitle:not(:last-child) {
  margin-bottom: 14px; }

.fsPostElement article .fsAuthor,
.fsPostElement article .fsDateTime {
  color: #7f7f7f; }

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

.fsPostElement.fsList article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1); }

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

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

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

/*! _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 */
.fsSearch.site-search {
  margin-bottom: 20px; }
  .fsSearch.site-search form.gsc-search-box-tools {
    width: 400px; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
      padding: 0; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
        border: 0;
        height: 100%; }
        .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
          background: #d9293e !important;
          background-image: none !important;
          width: 100%;
          height: 50px !important;
          color: #f6f4f2;
          padding-left: 10px !important;
          padding-right: 85px !important;
          margin: 0 !important;
          border-radius: 0 !important;
          font-size: 16px;
          font-family: "GillSans", sans-serif; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
      padding: 0;
      overflow: hidden;
      height: 50px;
      width: 75px;
      background: #003d7e;
      position: absolute;
      right: 0;
      top: 0;
      transition: .3s; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
        content: "Search";
        color: #fff;
        font-family: "GillSans", sans-serif;
        opacity: 1;
        display: block;
        position: absolute;
        text-align: center;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        line-height: 50px;
        font-size: 16px; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
        background: #d9293e;
        transition: .3s; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
        border: 0;
        height: 100%;
        width: 100%;
        color: transparent;
        opacity: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0; }

/*! _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 #333333; }
      .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: #333333;
        padding-left: 10px !important;
        padding-right: 85px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 16px;
        font-family: "GillSans", 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: #333333;
    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: 16px;
      font-family: "GillSans", sans-serif; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: #d9293e;
      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: "GillSans", sans-serif;
  font-size: 16px; }

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

.fsSearchResults .gsc-webResult .gsc-result, .fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 20px; }
  .fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
    color: #333333; }
  .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: #d9293e; }

.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: #003d7e !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: #d9293e !important; }

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

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

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

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

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

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

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

.fsFacebookFollow {
  margin-top: 20px; }

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

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

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

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

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

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

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 24px;
  background: #FFF;
  color: #003d7e;
  border-radius: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 3px solid #003d7e;
  text-align: center;
  transition: 0.3s all; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus {
    background: #003d7e;
    color: #FFF;
    -ms-transform: scale(1.03);
    transform: scale(1.03); }

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

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

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

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

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

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 24px;
  background: #FFF;
  color: #003d7e;
  border-radius: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 3px solid #003d7e;
  text-align: center;
  transition: 0.3s all; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus {
    background: #003d7e;
    color: #FFF;
    -ms-transform: scale(1.03);
    transform: scale(1.03); }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 10px; }
      .fsTabs .fsTabsNav li:last-child {
        margin-right: 0; }
      .fsTabs .fsTabsNav li a {
        display: block;
        font-family: "GillSans-SemiBold", sans-serif;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        border-bottom: 3px solid #003d7e;
        transition: 0.3s all;
        padding: 13px 21px 10px;
        background: #f6f4f2;
        color: #003d7e; }
        .fsTabs .fsTabsNav li a:hover {
          background: #ece7e3;
          color: #003d7e; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #003d7e;
        color: #FFF;
        border-bottom-color: #003d7e; }
  .fsTabs .fsPanel {
    border: 0; }
    .fsTabs .fsPanel > .fsElementContent {
      padding: 14px 20px;
      border: 0; }

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

/*! pages - home v0.0.1 */
@media (min-width: 1000px) {
  body:not(.fsComposeMode).home.redesign #fsPageBodyWrapper {
    padding-top: 155px; } }

@media (min-width: 1200px) {
  body:not(.fsComposeMode).home.redesign #fsPageBodyWrapper {
    padding-top: 255px; } }

body:not(.fsComposeMode).home.redesign .expect-greatness {
  padding: 0; }
  body:not(.fsComposeMode).home.redesign .expect-greatness .video-container {
    position: relative;
    overflow: hidden; }
    body:not(.fsComposeMode).home.redesign .expect-greatness .video-container footer {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      body:not(.fsComposeMode).home.redesign .expect-greatness .video-container footer .fsElementFooterContent {
        display: block; }
        body:not(.fsComposeMode).home.redesign .expect-greatness .video-container footer .fsElementFooterContent a {
          position: relative;
          color: transparent;
          transition: all .3s ease-in-out;
          display: block;
          width: 30px;
          height: 30px;
          content: '';
          background-image: url("../images/np_play-button.svg");
          background-size: cover; }
          @media (min-width: 500px) {
            body:not(.fsComposeMode).home.redesign .expect-greatness .video-container footer .fsElementFooterContent a {
              width: 59px;
              height: 59px; } }
  body:not(.fsComposeMode).home.redesign .expect-greatness .tile-board {
    margin-bottom: 40px; }
    body:not(.fsComposeMode).home.redesign .expect-greatness .tile-board .tile > header .fsElementTitle {
      font-family: "LuloCleanOne-Bold", serif;
      font-size: 13px;
      letter-spacing: 0.53px;
      line-height: 26px;
      text-transform: uppercase; }
      @media (min-width: 1200px) {
        body:not(.fsComposeMode).home.redesign .expect-greatness .tile-board .tile > header .fsElementTitle {
          font-size: 18px;
          line-height: 31px; } }
    body:not(.fsComposeMode).home.redesign .expect-greatness .tile-board .tile > .fsElementContent {
      font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
      font-size: 17px;
      letter-spacing: 0.5px;
      line-height: 21px; }
      @media (max-width: 1399px) {
        body:not(.fsComposeMode).home.redesign .expect-greatness .tile-board .tile > .fsElementContent p {
          display: none; } }
    body:not(.fsComposeMode).home.redesign .expect-greatness .tile-board .tile.bluebg {
      background: #171f4a !important; }
    @media (max-width: 999px) {
      body:not(.fsComposeMode).home.redesign .expect-greatness .tile-board .slick-arrow {
        display: none !important; } }
    @media (max-width: 999px) {
      body:not(.fsComposeMode).home.redesign .expect-greatness .tile-board .slick-slider {
        padding-bottom: 0; } }

body:not(.fsComposeMode).home.redesign .school-news-events {
  padding: 20px 0px 0; }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode).home.redesign .school-news-events > header {
      margin-bottom: 58px; } }
  body:not(.fsComposeMode).home.redesign .school-news-events > header .fsElementTitle {
    color: #373737;
    font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
    font-size: 32px;
    line-height: 38px;
    padding: 0;
    font-weight: normal; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).home.redesign .school-news-events > header .fsElementTitle {
        font-size: 40px;
        line-height: 48px;
        padding: 0 20px; } }
    body:not(.fsComposeMode).home.redesign .school-news-events > header .fsElementTitle:before, body:not(.fsComposeMode).home.redesign .school-news-events > header .fsElementTitle:after {
      background: #C3C3C3;
      height: 1px; }
      @media (max-width: 999px) {
        body:not(.fsComposeMode).home.redesign .school-news-events > header .fsElementTitle:before, body:not(.fsComposeMode).home.redesign .school-news-events > header .fsElementTitle:after {
          display: none; } }
  body:not(.fsComposeMode).home.redesign .school-news-events > .fsElementContent {
    max-width: 1074px; }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode).home.redesign .school-news-events .image-spotlight {
      min-height: 322px; } }
  body:not(.fsComposeMode).home.redesign .school-news-events .image-spotlight > .fsElementContent {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 11px 20px; }
  body:not(.fsComposeMode).home.redesign .school-news-events .image-spotlight:after {
    display: none; }
  body:not(.fsComposeMode).home.redesign .school-news-events .school-news article .fsTitle {
    color: #373737;
    font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
    font-size: 19px;
    letter-spacing: 0.56px;
    line-height: 27px; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).home.redesign .school-news-events .school-news article .fsTitle {
        font-size: 20px;
        letter-spacing: 0.59px;
        line-height: 30px; } }
  body:not(.fsComposeMode).home.redesign .school-news-events .school-news > footer {
    text-align: left; }
    body:not(.fsComposeMode).home.redesign .school-news-events .school-news > footer .fsElementFooterContent {
      display: -ms-flexbox;
      display: flex; }
      body:not(.fsComposeMode).home.redesign .school-news-events .school-news > footer .fsElementFooterContent a {
        display: inline-block;
        border: 0;
        margin: 0 0 20px;
        padding: 10px 24px;
        background: #FFF;
        color: #003d7e;
        border-radius: 0;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        border: 3px solid #003d7e;
        text-align: center;
        transition: 0.3s all;
        color: #DB012E;
        background-color: #F4F4F4;
        font-family: "Gotham A", "Gotham B", sans-serif;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.41px;
        line-height: 15px;
        border: 0;
        margin-right: 10px;
        padding: 17px 19px; }
        body:not(.fsComposeMode).home.redesign .school-news-events .school-news > footer .fsElementFooterContent a:hover, body:not(.fsComposeMode).home.redesign .school-news-events .school-news > footer .fsElementFooterContent a:focus {
          background: #003d7e;
          color: #FFF;
          -ms-transform: scale(1.03);
          transform: scale(1.03); }
        body:not(.fsComposeMode).home.redesign .school-news-events .school-news > footer .fsElementFooterContent a:hover, body:not(.fsComposeMode).home.redesign .school-news-events .school-news > footer .fsElementFooterContent a:focus {
          color: #fff;
          -ms-transform: none;
          transform: none;
          background-color: #BD0027; }
  body:not(.fsComposeMode).home.redesign .school-news-events .school-events .fsTitle {
    color: #373737;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.47px;
    line-height: 23px; }
    body:not(.fsComposeMode).home.redesign .school-news-events .school-events .fsTitle .fsCalendarEventLink {
      font-weight: 500; }
  body:not(.fsComposeMode).home.redesign .school-news-events .school-events .fsEventDetails {
    color: #626262;
    font-size: 14px;
    letter-spacing: 0.24px;
    line-height: 20px;
    position: absolute;
    bottom: 13px;
    left: 19px; }
  body:not(.fsComposeMode).home.redesign .school-news-events .school-events article {
    height: 241px;
    position: relative; }
  body:not(.fsComposeMode).home.redesign .school-news-events .school-events > footer {
    text-align: center; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode).home.redesign .school-news-events .school-events > footer {
        text-align: right; } }
    body:not(.fsComposeMode).home.redesign .school-news-events .school-events > footer a {
      display: inline-block;
      border: 0;
      margin: 0 0 20px;
      padding: 10px 24px;
      background: #FFF;
      color: #003d7e;
      border-radius: 0;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      border: 3px solid #003d7e;
      text-align: center;
      transition: 0.3s all;
      color: #DB012E;
      background-color: #F4F4F4;
      font-family: "Gotham A", "Gotham B", sans-serif;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.41px;
      line-height: 15px;
      border: 0;
      padding: 17px 22px; }
      body:not(.fsComposeMode).home.redesign .school-news-events .school-events > footer a:hover, body:not(.fsComposeMode).home.redesign .school-news-events .school-events > footer a:focus {
        background: #003d7e;
        color: #FFF;
        -ms-transform: scale(1.03);
        transform: scale(1.03); }
      body:not(.fsComposeMode).home.redesign .school-news-events .school-events > footer a:hover, body:not(.fsComposeMode).home.redesign .school-news-events .school-events > footer a:focus {
        color: #fff;
        -ms-transform: none;
        transform: none;
        background-color: #BD0027; }

body:not(.fsComposeMode).home.redesign .intro-slider-container {
  position: relative;
  min-height: 322px;
  margin: 0;
  padding: 0; }
  body:not(.fsComposeMode).home.redesign .intro-slider-container:before {
    content: '';
    background: url("../images/farm.png") no-repeat 0 50%;
    width: 100%;
    height: 322px;
    background-size: cover;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0; }
  body:not(.fsComposeMode).home.redesign .intro-slider-container .intro-slide {
    color: #161E4A;
    font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    margin: 0;
    min-height: 322px;
    padding: 28px 10px 80px 10px; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).home.redesign .intro-slider-container .intro-slide {
        padding: 0 150px;
        font-size: 32px;
        line-height: 39px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center; } }
    body:not(.fsComposeMode).home.redesign .intro-slider-container .intro-slide h2 {
      font-family: "LuloCleanOutline-Bold", serif;
      font-size: 36px;
      letter-spacing: -3.54px;
      line-height: 45px;
      text-transform: uppercase;
      color: #161E4A; }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode).home.redesign .intro-slider-container .intro-slide h2 {
          font-size: 57px;
          letter-spacing: -5.61px;
          line-height: 66px; } }
      body:not(.fsComposeMode).home.redesign .intro-slider-container .intro-slide h2 strong {
        font-family: "LuloCleanOne-Bold", serif;
        display: block; }
    body:not(.fsComposeMode).home.redesign .intro-slider-container .intro-slide > .fsElementContent {
      padding-top: 34px; }
  body:not(.fsComposeMode).home.redesign .intro-slider-container .slick-arrow {
    height: 37.4px;
    width: 37.4px;
    background-color: #161E4A;
    position: absolute;
    bottom: 30px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    margin: 0;
    color: #fff;
    font-size: 0;
    line-height: 1;
    z-index: 20;
    cursor: pointer; }
    body:not(.fsComposeMode).home.redesign .intro-slider-container .slick-arrow:hover, body:not(.fsComposeMode).home.redesign .intro-slider-container .slick-arrow:focus {
      opacity: 0.75; }
    body:not(.fsComposeMode).home.redesign .intro-slider-container .slick-arrow:before {
      content: '';
      font-size: 22px;
      position: relative;
      top: -1px;
      height: 37.4px;
      width: 37.4px;
      display: block;
      line-height: 37.4px;
      transition: 0.3s opacity; }
  body:not(.fsComposeMode).home.redesign .intro-slider-container .slick-prev {
    left: calc(50% - 24px);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).home.redesign .intro-slider-container .slick-prev {
        left: auto;
        right: 112px;
        -ms-transform: none;
        transform: none; } }
    body:not(.fsComposeMode).home.redesign .intro-slider-container .slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      left: -1px; }
  body:not(.fsComposeMode).home.redesign .intro-slider-container .slick-next {
    right: calc(50% - 24px);
    -ms-transform: translateX(50%);
    transform: translateX(50%); }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).home.redesign .intro-slider-container .slick-next {
        right: 68px;
        -ms-transform: none;
        transform: none; } }
    body:not(.fsComposeMode).home.redesign .intro-slider-container .slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      right: -1px; }

body:not(.fsComposeMode).home.redesign .spotlight {
  padding: 16px 0 39px 0; }
  body:not(.fsComposeMode).home.redesign .spotlight .person {
    padding-top: 302px; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).home.redesign .spotlight .person {
        padding-top: 310px; } }
    body:not(.fsComposeMode).home.redesign .spotlight .person .image {
      width: 100%;
      height: 412px;
      position: absolute;
      top: 0;
      left: 0; }
    body:not(.fsComposeMode).home.redesign .spotlight .person .overlay-text {
      border-bottom: 5px solid #161E4A; }
      @media (max-width: 999px) {
        body:not(.fsComposeMode).home.redesign .spotlight .person .overlay-text {
          width: calc(100% - 24px);
          margin: 0 auto;
          padding-top: 32px; } }
      body:not(.fsComposeMode).home.redesign .spotlight .person .overlay-text > header .fsElementTitle {
        color: #161E4A;
        font-family: "LuloCleanOne-Bold", serif;
        font-size: 26px;
        letter-spacing: -0.94px;
        line-height: 36px;
        text-transform: uppercase;
        margin-bottom: 19px; }
      body:not(.fsComposeMode).home.redesign .spotlight .person .overlay-text > header .fsElementHeaderContent {
        color: #161E4A;
        font-family: "LuloCleanOne-Bold", serif;
        font-size: 17px;
        letter-spacing: 0.5px;
        line-height: 25px;
        margin-bottom: 7px; }
        @media (max-width: 599px) {
          body:not(.fsComposeMode).home.redesign .spotlight .person .overlay-text > header .fsElementHeaderContent {
            font-size: 12px;
            letter-spacing: 0.35px;
            line-height: 20px; } }
      body:not(.fsComposeMode).home.redesign .spotlight .person .overlay-text .fsElementContent {
        color: #161E4A;
        font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
        font-size: 17px;
        letter-spacing: 0.5px;
        line-height: 25px; }
  @media (max-width: 999px) {
    body:not(.fsComposeMode).home.redesign .spotlight .slick-dots {
      display: none !important; } }

@media (max-width: 699px) {
  body:not(.fsComposeMode).home.redesign .beyond {
    padding-bottom: 14px; } }

@media (min-width: 1000px) {
  body:not(.fsComposeMode).home.redesign .beyond {
    margin-bottom: 46px; } }

@media (min-width: 1000px) {
  body:not(.fsComposeMode).home.redesign .beyond > header {
    margin-bottom: 41px; } }

body:not(.fsComposeMode).home.redesign .beyond > header .fsElementTitle {
  color: #010101;
  font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: normal; }
  @media (max-width: 999px) {
    body:not(.fsComposeMode).home.redesign .beyond > header .fsElementTitle {
      font-size: 32px;
      line-height: 38px;
      text-align: center;
      padding: 0; } }
  body:not(.fsComposeMode).home.redesign .beyond > header .fsElementTitle:before, body:not(.fsComposeMode).home.redesign .beyond > header .fsElementTitle:after {
    background: #C3C3C3;
    height: 1px; }
    @media (max-width: 999px) {
      body:not(.fsComposeMode).home.redesign .beyond > header .fsElementTitle:before, body:not(.fsComposeMode).home.redesign .beyond > header .fsElementTitle:after {
        display: none; } }

@media (max-width: 699px) {
  body:not(.fsComposeMode).home.redesign .beyond > .fsElementContent {
    padding: 0 14px; } }

body:not(.fsComposeMode).home.redesign .beyond .top-panel .intro-text > .fsElementContent {
  color: #373737;
  font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
  font-size: 26px;
  letter-spacing: 0.44px;
  line-height: 31px; }

body:not(.fsComposeMode).home.redesign .beyond .top-panel .infograph .stat > .fsElementContent {
  color: #003E77;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.56px;
  line-height: 25px; }
  @media (max-width: 699px) {
    body:not(.fsComposeMode).home.redesign .beyond .top-panel .infograph .stat > .fsElementContent {
      font-size: 23px; } }

body:not(.fsComposeMode).home.redesign .beyond .alumni-tabs {
  max-width: 1090px; }
  @media (max-width: 699px) {
    body:not(.fsComposeMode).home.redesign .beyond .alumni-tabs .fsTabsNav {
      margin-bottom: 40px; } }
  body:not(.fsComposeMode).home.redesign .beyond .alumni-tabs .fsPanel .intro > header .fsElementTitle {
    color: #161E4A;
    font-family: "LuloCleanOne-Bold", serif;
    font-size: 24px;
    letter-spacing: 0.71px;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 12px; }
    body:not(.fsComposeMode).home.redesign .beyond .alumni-tabs .fsPanel .intro > header .fsElementTitle:after {
      margin-top: 7px; }
  body:not(.fsComposeMode).home.redesign .beyond .alumni-tabs .fsPanel .intro > header .fsElementHeaderContent {
    color: #161E4A;
    font-family: "LuloCleanOne-Bold", serif;
    font-size: 25px;
    letter-spacing: -2.05px;
    line-height: 35px;
    text-transform: uppercase; }
  body:not(.fsComposeMode).home.redesign .beyond .alumni-tabs .fsPanel .intro .fsElementContent {
    color: #373737;
    font-family: "Gotham A", "Gotham B", sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.24px;
    line-height: 21px; }
    body:not(.fsComposeMode).home.redesign .beyond .alumni-tabs .fsPanel .intro .fsElementContent p a {
      margin-top: 20px;
      display: block; }
  body:not(.fsComposeMode).home.redesign .beyond .alumni-tabs .fsPanel > .fsElementContent {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode).home.redesign .beyond .alumni-tabs .fsPanel .profile-image {
      width: 364px;
      height: 364px; } }
  body:not(.fsComposeMode).home.redesign .beyond .alumni-tabs .fsPanel .profile-quote {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px; }
    body:not(.fsComposeMode).home.redesign .beyond .alumni-tabs .fsPanel .profile-quote blockquote {
      color: #161E4A;
      font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
      font-size: 38px;
      letter-spacing: 0.64px;
      line-height: 38px; }
      body:not(.fsComposeMode).home.redesign .beyond .alumni-tabs .fsPanel .profile-quote blockquote:before {
        width: 60px;
        height: 25px;
        background: #f6f4f2 url("../images/np_quote_left.svg") no-repeat 50% 0; }
      body:not(.fsComposeMode).home.redesign .beyond .alumni-tabs .fsPanel .profile-quote blockquote:after {
        width: 60px;
        height: 25px;
        background: #f6f4f2 url("../images/np_quote_right.svg") no-repeat 50% 0; }

body:not(.fsComposeMode).home.redesign .masthead-slideshow {
  margin-bottom: 0; }

body.fsDraftMode.home.redesign .intro-slider-container .intro-slide {
  display: block; }
  body.fsDraftMode.home.redesign .intro-slider-container .intro-slide > .fsElementContent {
    padding-top: 90px; }

.home #fsPageBodyWrapper {
  padding: 0; }

.home #fsPageBody {
  max-width: 100% !important;
  display: block; }
  .home #fsPageBody:after {
    content: normal; }

.home #fsPageContent {
  margin: 0;
  padding: 0; }

.home .fsPageLayout {
  margin: 0; }
  .home .fsPageLayout > .fsDiv {
    padding: 0;
    margin: 0;
    float: none;
    min-height: 0px; }
    .home .fsPageLayout > .fsDiv:after {
      content: normal; }
  .home .fsPageLayout:after {
    content: normal; }

.home #fsHeader .masthead-slideshow {
  margin-bottom: 0; }

.home .expect-greatness {
  margin: 0;
  padding: 20px 0 10px;
  background: none !important; }
  @media (min-width: 700px) {
    .home .expect-greatness {
      padding: 40px 0 35px; } }
  @media (min-width: 1000px) {
    .home .expect-greatness {
      padding: 160px 0 43px; } }
  .home .expect-greatness .building-bg {
    display: none; }
    @media (min-width: 1000px) {
      .home .expect-greatness .building-bg {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 729px;
        height: 800px;
        background-repeat: no-repeat;
        background-position: 0 -253px;
        transition: opacity 0.6s ease;
        opacity: 0; }
        .home .expect-greatness .building-bg.show {
          opacity: 1; } }
  .home .expect-greatness .intro-text {
    position: relative;
    margin: 0 auto;
    max-width: 77.5em;
    max-width: 77.5rem;
    margin-bottom: 20px;
    padding: 14px 20px; }
    @media (min-width: 700px) {
      .home .expect-greatness .intro-text {
        padding: 14px 30px; } }
    @media (min-width: 1000px) {
      .home .expect-greatness .intro-text {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 14px 20px;
        margin-bottom: 26px; } }
    .home .expect-greatness .intro-text > header {
      text-align: center;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-bottom: 5px; }
      @media (min-width: 700px) {
        .home .expect-greatness .intro-text > header {
          margin-bottom: 25px; } }
      @media (min-width: 1000px) {
        .home .expect-greatness .intro-text > header {
          padding: 0 38px;
          margin-bottom: 0; } }
      .home .expect-greatness .intro-text > header .fsElementTitle {
        text-transform: uppercase;
        font-family: "GillSans-SemiBold", sans-serif;
        color: #003d7e;
        margin: 0 0 4px;
        letter-spacing: 0.05em;
        line-height: 1.5;
        font-size: 1rem; }
        @media (min-width: 700px) {
          .home .expect-greatness .intro-text > header .fsElementTitle {
            margin: 0; } }
      .home .expect-greatness .intro-text > header .fsElementHeaderContent {
        font-size: 1.75rem;
        line-height: 1.2857;
        font-weight: 600;
        font-family: "minion-pro", serif;
        margin: 0; }
        @media (min-width: 700px) {
          .home .expect-greatness .intro-text > header .fsElementHeaderContent {
            font-size: 2.5rem;
            line-height: 1.125; } }
    .home .expect-greatness .intro-text > .fsElementContent {
      font-size: 1.25rem;
      line-height: 1.4;
      text-align: center; }
      @media (min-width: 1000px) {
        .home .expect-greatness .intro-text > .fsElementContent {
          border-left: 3px solid #003d7e;
          padding-left: 40px;
          text-align: left; } }
      .home .expect-greatness .intro-text > .fsElementContent p:last-child {
        margin-bottom: 0; }
  .home .expect-greatness .tile-board .slick-slider {
    padding-bottom: 60px; }
    @media (min-width: 700px) {
      .home .expect-greatness .tile-board .slick-slider {
        padding-bottom: 0; } }
    @media screen and (max-width: 999px) {
      .home .expect-greatness .tile-board .slick-slider {
        padding-left: 0 !important; } }
  @media screen and (max-width: 999px) {
    .home .expect-greatness .tile-board .slick-track {
      left: 0 !important; } }
  @media (min-width: 700px) {
    .home .expect-greatness .tile-board .slick-list {
      padding: 0 15px; } }
  @media (min-width: 1000px) {
    .home .expect-greatness .tile-board .slick-list {
      padding: 0 0 0 60px; } }
  .home .expect-greatness .tile-board .slick-next, .home .expect-greatness .tile-board .slick-prev {
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 60px;
    padding: 0;
    border: 0;
    margin: 0;
    background: #FFF;
    color: #000;
    font-size: 0;
    line-height: 1;
    z-index: 20; }
    @media (min-width: 700px) {
      .home .expect-greatness .tile-board .slick-next, .home .expect-greatness .tile-board .slick-prev {
        bottom: auto;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    .home .expect-greatness .tile-board .slick-next:hover:before, .home .expect-greatness .tile-board .slick-next:focus:before, .home .expect-greatness .tile-board .slick-prev:hover:before, .home .expect-greatness .tile-board .slick-prev:focus:before {
      opacity: 0.75; }
    .home .expect-greatness .tile-board .slick-next:before, .home .expect-greatness .tile-board .slick-prev:before {
      font-size: 2.5rem;
      position: relative;
      top: -1px;
      transition: 0.3s opacity; }
    @media (min-width: 700px) {
      .home .expect-greatness .tile-board .slick-next.hide, .home .expect-greatness .tile-board .slick-prev.hide {
        opacity: 0;
        visibility: hidden; } }
  .home .expect-greatness .tile-board .slick-prev {
    left: 20px; }
    @media (min-width: 700px) {
      .home .expect-greatness .tile-board .slick-prev {
        left: 0; } }
    .home .expect-greatness .tile-board .slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      left: -1px; }
  .home .expect-greatness .tile-board .slick-next {
    right: 20px; }
    @media (min-width: 700px) {
      .home .expect-greatness .tile-board .slick-next {
        right: 0; } }
    .home .expect-greatness .tile-board .slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      right: -1px; }
  .home .expect-greatness .tile-board .grid-slide {
    margin: 0; }
    @media (min-width: 700px) {
      .home .expect-greatness .tile-board .grid-slide {
        margin: 0 15px; } }
    @media (min-width: 1000px) {
      .home .expect-greatness .tile-board .grid-slide {
        margin: 0 20px 0 0; } }
    .home .expect-greatness .tile-board .grid-slide .inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media screen and (max-width: 699px) {
        .home .expect-greatness .tile-board .grid-slide .inner {
          width: calc(100vw - 17px) !important;
          height: calc(100vw - 17px) !important; } }
      @media screen and (min-width: 700px) and (max-width: 999px) {
        .home .expect-greatness .tile-board .grid-slide .inner {
          width: calc(100vw - 77px) !important;
          height: calc(100vw - 77px) !important; } }
      @media (min-width: 700px) {
        .home .expect-greatness .tile-board .grid-slide .inner {
          -ms-flex-flow: column wrap;
          flex-flow: column wrap;
          -ms-flex-align: start;
          align-items: flex-start;
          -ms-flex-line-pack: start;
          align-content: flex-start; } }
  .home .expect-greatness .tile-board .tile {
    margin: 0;
    background-size: cover;
    background-position: center;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    padding: 20px;
    width: calc(100vw - 17px);
    height: calc(100vw - 17px);
    transition: background 0.3s ease; }
    .home .expect-greatness .tile-board .tile:hover > header, .home .expect-greatness .tile-board .tile:hover > .fsElementContent {
      top: -7px; }
    .home .expect-greatness .tile-board .tile > footer .fsElementFooterContent {
      display: none; }
    @media (min-width: 700px) {
      .home .expect-greatness .tile-board .tile {
        width: calc(50% - 15px);
        height: calc(50% - 15px); } }
    @media (min-width: 1000px) {
      .home .expect-greatness .tile-board .tile {
        width: calc(50% - 10px);
        height: calc(50% - 10px); } }
    .home .expect-greatness .tile-board .tile .featured-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3;
      opacity: 0; }
    .home .expect-greatness .tile-board .tile > header {
      position: relative;
      top: 0;
      transition: top 0.3s ease; }
      .home .expect-greatness .tile-board .tile > header .fsElementTitle {
        color: inherit;
        margin: 0;
        position: relative;
        font-family: "GillSans-SemiBold", sans-serif;
        line-height: 1.23; }
    .home .expect-greatness .tile-board .tile > .fsElementContent {
      position: relative;
      margin-top: 18px;
      top: 0;
      transition: top 0.3s ease; }
      .home .expect-greatness .tile-board .tile > .fsElementContent:empty {
        display: none; }
      .home .expect-greatness .tile-board .tile > .fsElementContent p:last-child {
        margin-bottom: 0; }
      .home .expect-greatness .tile-board .tile > .fsElementContent a {
        color: inherit; }
    .home .expect-greatness .tile-board .tile.bluebg {
      background: #003d7e !important; }
      .home .expect-greatness .tile-board .tile.bluebg:before {
        content: normal !important; }
      .home .expect-greatness .tile-board .tile.bluebg:hover {
        background: #003165 !important; }
    .home .expect-greatness .tile-board .tile.redbg {
      background: #d9293e !important; }
      .home .expect-greatness .tile-board .tile.redbg:before {
        content: normal !important; }
      .home .expect-greatness .tile-board .tile.redbg:hover {
        background: #c52336 !important; }
    @media (min-width: 700px) {
      .home .expect-greatness .tile-board .tile.one {
        margin-right: 30px; } }
    @media (min-width: 1000px) {
      .home .expect-greatness .tile-board .tile.one {
        margin-right: 20px; } }
    .home .expect-greatness .tile-board .tile.one:hover:before {
      background: rgba(0, 0, 0, 0.05); }
    .home .expect-greatness .tile-board .tile.one:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0);
      transition: background 0.3s ease; }
    .home .expect-greatness .tile-board .tile.two {
      background: #003d7e; }
      .home .expect-greatness .tile-board .tile.two:hover {
        background: #003165; }
      @media (min-width: 700px) {
        .home .expect-greatness .tile-board .tile.two {
          margin-top: 30px;
          margin-right: 30px; } }
      @media (min-width: 1000px) {
        .home .expect-greatness .tile-board .tile.two {
          margin-top: 20px;
          margin-right: 20px; } }
    .home .expect-greatness .tile-board .tile.three {
      background: #d9293e; }
      .home .expect-greatness .tile-board .tile.three:hover {
        background: #c52336; }
    @media (min-width: 700px) {
      .home .expect-greatness .tile-board .tile.four {
        margin-top: 30px; } }
    @media (min-width: 1000px) {
      .home .expect-greatness .tile-board .tile.four {
        margin-top: 20px; } }
    .home .expect-greatness .tile-board .tile.four:hover:before {
      background: rgba(0, 0, 0, 0.45); }
    .home .expect-greatness .tile-board .tile.four:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      transition: background 0.3s ease; }
    .home .expect-greatness .tile-board .tile.big {
      -ms-flex-pack: end;
      justify-content: flex-end;
      text-align: left;
      padding: 0;
      margin: 0; }
      .home .expect-greatness .tile-board .tile.big:hover > header, .home .expect-greatness .tile-board .tile.big:hover > .fsElementContent {
        top: 0; }
      .home .expect-greatness .tile-board .tile.big .featured-overlay {
        display: none; }
      @media screen and (max-width: 699px) {
        .home .expect-greatness .tile-board .tile.big {
          width: calc(100vw - 17px) !important;
          height: calc(100vw - 17px) !important; } }
      @media screen and (min-width: 700px) and (max-width: 999px) {
        .home .expect-greatness .tile-board .tile.big {
          margin: 0 15px;
          width: calc(100vw - 77px) !important;
          height: calc(100vw - 77px) !important; } }
      @media (min-width: 1000px) {
        .home .expect-greatness .tile-board .tile.big {
          margin: 0 20px 0 0; } }
      .home .expect-greatness .tile-board .tile.big > header {
        background: rgba(0, 0, 0, 0.4);
        padding: 16px 20px 7px; }
        .home .expect-greatness .tile-board .tile.big > header .fsElementTitle {
          font-size: 1.25rem;
          line-height: 1.2;
          margin: 0; }
      .home .expect-greatness .tile-board .tile.big > .fsElementContent {
        background: rgba(0, 0, 0, 0.4);
        padding: 7px 20px 17px;
        margin: 0;
        transition: padding 0.3s ease; }
        .home .expect-greatness .tile-board .tile.big > .fsElementContent a {
          transition: 0.3s opacity; }
          .home .expect-greatness .tile-board .tile.big > .fsElementContent a:hover, .home .expect-greatness .tile-board .tile.big > .fsElementContent a:focus {
            opacity: 0.75; }
          .home .expect-greatness .tile-board .tile.big > .fsElementContent a:after {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            vertical-align: middle;
            position: relative;
            top: -2px;
            margin-left: 5px; }

.home .school-news-events {
  margin: 0;
  padding: 20px 0px 15px;
  overflow: hidden; }
  @media (min-width: 700px) {
    .home .school-news-events {
      padding: 20px 0px 35px; } }
  @media (min-width: 1000px) {
    .home .school-news-events {
      padding: 20px 0px 55px; } }
  .home .school-news-events > header {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 20px; }
    @media (min-width: 700px) {
      .home .school-news-events > header {
        margin-bottom: 52px; } }
    @media (min-width: 1000px) {
      .home .school-news-events > header {
        margin-bottom: 61px; } }
    .home .school-news-events > header .fsElementTitle {
      margin: 0;
      font-size: 1.75rem;
      line-height: 1.2857;
      padding: 0 20px;
      position: relative;
      display: inline-block; }
      @media (min-width: 700px) {
        .home .school-news-events > header .fsElementTitle {
          padding: 0 25px;
          font-size: 2.5rem;
          line-height: 1; } }
      .home .school-news-events > header .fsElementTitle:before, .home .school-news-events > header .fsElementTitle:after {
        content: '';
        width: 9999px;
        height: 3px;
        position: absolute;
        top: 50%;
        background: #f3f0ed; }
        @media (min-width: 700px) {
          .home .school-news-events > header .fsElementTitle:before, .home .school-news-events > header .fsElementTitle:after {
            top: calc(50% + 4px); } }
      .home .school-news-events > header .fsElementTitle:before {
        right: 100%; }
      .home .school-news-events > header .fsElementTitle:after {
        left: 100%; }
  .home .school-news-events > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 77.5em;
    max-width: 77.5rem;
    padding: 0 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 700px) {
      .home .school-news-events > .fsElementContent {
        padding: 0 15px; } }
    @media (min-width: 1000px) {
      .home .school-news-events > .fsElementContent {
        padding: 0 20px;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }
  .home .school-news-events .image-spotlight {
    margin: 0;
    width: calc(100% + 40px);
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    margin: 0 -20px 35px;
    padding-bottom: 66.6%; }
    @media (min-width: 700px) {
      .home .school-news-events .image-spotlight {
        min-height: 1px;
        margin: 0 15px 55px;
        width: calc(100% - 30px); } }
    @media (min-width: 1000px) {
      .home .school-news-events .image-spotlight {
        width: 47.916%;
        padding-bottom: 0;
        min-height: 385px;
        margin: 0; } }
    .home .school-news-events .image-spotlight:after {
      content: '';
      background: rgba(0, 0, 0, 0.4);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      visibility: visible; }
      @media (min-width: 700px) {
        .home .school-news-events .image-spotlight:after {
          content: normal; } }
    .home .school-news-events .image-spotlight > header .fsElementTitle {
      position: absolute;
      top: 25px;
      left: 20px;
      color: #FFF;
      font-family: "GillSans-SemiBold", sans-serif;
      border-bottom: 3px solid #FFF;
      font-weight: normal;
      margin: 0;
      padding-bottom: 9px;
      font-size: 1rem;
      line-height: 1.5;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      z-index: 2; }
      @media (min-width: 700px) {
        .home .school-news-events .image-spotlight > header .fsElementTitle {
          top: 14px; } }
    .home .school-news-events .image-spotlight > .fsElementContent {
      position: absolute;
      bottom: 0;
      left: 0;
      color: #FFF;
      padding: 23px 20px;
      z-index: 1; }
      @media (min-width: 700px) {
        .home .school-news-events .image-spotlight > .fsElementContent {
          background: rgba(0, 0, 0, 0.4);
          padding: 11px 20px; } }
      .home .school-news-events .image-spotlight > .fsElementContent p:last-child {
        margin-bottom: 0; }
      .home .school-news-events .image-spotlight > .fsElementContent a {
        color: inherit;
        transition: 0.3s all;
        margin-left: 4px; }
        .home .school-news-events .image-spotlight > .fsElementContent a:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          vertical-align: middle;
          position: relative;
          top: -2px;
          margin-left: 5px; }
        .home .school-news-events .image-spotlight > .fsElementContent a:hover, .home .school-news-events .image-spotlight > .fsElementContent a:focus {
          opacity: 0.75;
          color: inherit; }
  .home .school-news-events .school-events {
    margin: 0;
    width: 100%; }
    @media (min-width: 1000px) {
      .home .school-news-events .school-events {
        margin-top: 50px; } }
    .home .school-news-events .school-events > footer {
      text-align: center;
      margin-top: 23px; }
      @media (min-width: 1000px) {
        .home .school-news-events .school-events > footer {
          margin-top: 33px; } }
      .home .school-news-events .school-events > footer .fsElementFooterContent {
        margin: 0; }
      .home .school-news-events .school-events > footer a {
        color: #d9293e;
        text-transform: uppercase; }
        .home .school-news-events .school-events > footer a:hover, .home .school-news-events .school-events > footer a:focus {
          color: #003d7e; }
    .home .school-news-events .school-events .slick-dots {
      text-align: center;
      margin: 30px 0 0;
      padding: 0;
      list-style: none;
      font-size: 0;
      line-height: 1; }
      .home .school-news-events .school-events .slick-dots li {
        display: inline-block;
        vertical-align: bottom; }
        .home .school-news-events .school-events .slick-dots li:not(:last-child) {
          margin-right: 8px; }
        .home .school-news-events .school-events .slick-dots li.slick-active button {
          background: #000; }
        .home .school-news-events .school-events .slick-dots li button {
          width: 11px;
          height: 11px;
          border-radius: 100%;
          background: rgba(0, 0, 0, 0.5);
          padding: 0;
          margin: 0;
          border: 0;
          transition: 0.3s all;
          vertical-align: bottom; }
          .home .school-news-events .school-events .slick-dots li button:hover, .home .school-news-events .school-events .slick-dots li button:focus {
            background: #000; }
    @media (min-width: 1000px) {
      .home .school-news-events .school-events .fsListItems {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .home .school-news-events .school-events article {
      margin: 0; }
      @media (min-width: 700px) {
        .home .school-news-events .school-events article {
          margin: 0 15px; } }
      @media (min-width: 1000px) {
        .home .school-news-events .school-events article {
          width: calc(25% - 30px);
          margin: 0; } }
  .home .school-news-events .school-news {
    margin: 0 0 35px; }
    @media (min-width: 700px) {
      .home .school-news-events .school-news {
        margin-bottom: 55px;
        padding: 0 15px; } }
    @media (min-width: 1000px) {
      .home .school-news-events .school-news {
        margin-bottom: 0px;
        padding: 0;
        width: calc(52.084% - 50px);
        margin-left: 50px; } }
    .home .school-news-events .school-news > header {
      z-index: 5;
      margin-bottom: 25px; }
      .home .school-news-events .school-news > header .fsElementTitle {
        margin: 0; }
        .home .school-news-events .school-news > header .fsElementTitle:after {
          background: #003d7e; }
    .home .school-news-events .school-news > footer {
      text-align: center;
      margin-top: 30px; }
      @media (min-width: 1000px) {
        .home .school-news-events .school-news > footer {
          margin-top: 45px; } }
      .home .school-news-events .school-news > footer .fsElementFooterContent {
        margin: 0; }
      .home .school-news-events .school-news > footer a {
        color: #d9293e;
        text-transform: uppercase; }
        .home .school-news-events .school-news > footer a:hover, .home .school-news-events .school-news > footer a:focus {
          color: #003d7e; }
    .home .school-news-events .school-news .fsListItems {
      position: relative;
      padding-top: 13px; }
    .home .school-news-events .school-news article .fsTitle {
      margin-bottom: 0; }

.home .spotlight {
  margin: 0;
  padding: 20px 0; }
  .home .spotlight .slick-dots {
    position: absolute;
    top: calc(((100vw - 17px) / 3.5) + 30px);
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 1; }
    @media (min-width: 700px) {
      .home .spotlight .slick-dots {
        top: 150px; } }
    @media (min-width: 1000px) {
      .home .spotlight .slick-dots {
        top: 258px; } }
    .home .spotlight .slick-dots li {
      display: inline-block;
      vertical-align: bottom; }
      .home .spotlight .slick-dots li:not(:last-child) {
        margin-right: 8px; }
      .home .spotlight .slick-dots li.slick-active button {
        background: #000; }
        @media (min-width: 700px) {
          .home .spotlight .slick-dots li.slick-active button {
            background: #FFF; } }
      .home .spotlight .slick-dots li button {
        width: 11px;
        height: 11px;
        border-radius: 100%;
        background: rgba(0, 0, 0, 0.5);
        padding: 0;
        margin: 0;
        border: 0;
        transition: 0.3s all;
        vertical-align: bottom; }
        @media (min-width: 700px) {
          .home .spotlight .slick-dots li button {
            background: rgba(255, 255, 255, 0.5); } }
        .home .spotlight .slick-dots li button:hover, .home .spotlight .slick-dots li button:focus {
          background: #000; }
          @media (min-width: 700px) {
            .home .spotlight .slick-dots li button:hover, .home .spotlight .slick-dots li button:focus {
              background: #FFF; } }
  .home .spotlight .person {
    margin: 0;
    position: relative;
    opacity: 1 !important; }
    .home .spotlight .person.slick-active .image {
      opacity: 1; }
    @media (min-width: 700px) {
      .home .spotlight .person {
        padding-top: 190px; } }
    @media (min-width: 1000px) {
      .home .spotlight .person {
        padding-top: 300px; } }
    .home .spotlight .person .overlay-text {
      background: #f6f4f2;
      margin: 0;
      border-bottom: 5px solid #003d7e;
      text-align: center;
      padding: 63px 20px 29px;
      position: relative; }
      @media (min-width: 700px) {
        .home .spotlight .person .overlay-text {
          margin: 0 30px;
          padding: 35px 20px 45px; } }
      @media (min-width: 1000px) {
        .home .spotlight .person .overlay-text {
          margin: 0 auto;
          max-width: 950px; } }
      .home .spotlight .person .overlay-text > header {
        margin-bottom: 25px; }
        .home .spotlight .person .overlay-text > header .fsElementTitle {
          margin-top: 0;
          font-weight: normal;
          font-size: 22px;
          line-height: 29px;
          letter-spacing: 0.025em;
          font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
          color: #d9293e;
          margin-bottom: 12px;
          letter-spacing: 0;
          margin-bottom: 15px; }
        .home .spotlight .person .overlay-text > header .fsElementHeaderContent {
          margin-top: 0;
          font-weight: normal;
          font-size: 37px;
          line-height: 48px;
          color: #333333;
          font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
          margin-bottom: 25px;
          color: #000;
          margin: 0; }
      .home .spotlight .person .overlay-text > .fsElementContent {
        position: relative;
        margin: 0 auto;
        max-width: 45em;
        max-width: 45rem;
        color: #000; }
        .home .spotlight .person .overlay-text > .fsElementContent p:last-child {
          margin: 0; }
    .home .spotlight .person .image {
      margin: 0;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transition: opacity 500ms ease; }
      @media (min-width: 700px) {
        .home .spotlight .person .image {
          width: 100%;
          position: absolute;
          top: 0;
          left: 0; } }
      .home .spotlight .person .image:before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent); }
        @media (min-width: 700px) {
          .home .spotlight .person .image:before {
            content: ''; } }
      .home .spotlight .person .image img {
        visibility: hidden;
        opacity: 0; }
        @media (min-width: 700px) {
          .home .spotlight .person .image img {
            height: 220px; } }
        @media (min-width: 1000px) {
          .home .spotlight .person .image img {
            height: 400px; } }

.home .beyond {
  margin: 0;
  padding: 20px 0px 40px; }
  @media (min-width: 700px) {
    .home .beyond {
      padding: 35px 0px 60px; } }
  @media (min-width: 1000px) {
    .home .beyond {
      padding: 55px 0px 80px; } }
  .home .beyond > header {
    text-align: center;
    margin-bottom: 23px;
    padding: 0 20px;
    overflow: hidden; }
    @media (min-width: 700px) {
      .home .beyond > header {
        margin-bottom: 47px; } }
    @media (min-width: 1000px) {
      .home .beyond > header {
        margin-bottom: 67px; } }
    .home .beyond > header .fsElementTitle {
      margin: 0;
      font-size: 1.75rem;
      line-height: 1.357;
      padding: 0 20px;
      position: relative;
      display: inline-block; }
      @media (min-width: 700px) {
        .home .beyond > header .fsElementTitle {
          font-size: 2.5rem;
          line-height: 1; } }
      @media (min-width: 1000px) {
        .home .beyond > header .fsElementTitle {
          padding: 0 25px; } }
      .home .beyond > header .fsElementTitle:before, .home .beyond > header .fsElementTitle:after {
        content: '';
        width: 9999px;
        height: 3px;
        position: absolute;
        top: calc(50% + 3px);
        background: #f3f0ed; }
      .home .beyond > header .fsElementTitle:before {
        right: 100%; }
      .home .beyond > header .fsElementTitle:after {
        left: 100%; }
  .home .beyond > .fsElementContent {
    padding: 0 20px; }
    @media (min-width: 700px) {
      .home .beyond > .fsElementContent {
        padding: 0 30px; } }
  .home .beyond .alumni-tabs {
    position: relative;
    margin: 0 auto;
    max-width: 75em;
    max-width: 75rem; }
    .home .beyond .alumni-tabs > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 700px) {
        .home .beyond .alumni-tabs > .fsElementContent {
          -ms-flex-direction: row;
          flex-direction: row; } }
    .home .beyond .alumni-tabs .fsTabsNav {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-bottom: 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (min-width: 700px) {
        .home .beyond .alumni-tabs .fsTabsNav {
          margin-bottom: 0;
          margin-right: 20px;
          width: 75px;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .home .beyond .alumni-tabs .fsTabsNav li {
        display: block;
        margin: 0 20px 0 0; }
        @media (min-width: 700px) {
          .home .beyond .alumni-tabs .fsTabsNav li {
            margin: 0 0 15px; } }
        .home .beyond .alumni-tabs .fsTabsNav li:last-child {
          margin-right: 0; }
          @media (min-width: 700px) {
            .home .beyond .alumni-tabs .fsTabsNav li:last-child {
              margin-bottom: 0; } }
        .home .beyond .alumni-tabs .fsTabsNav li.fsStateSelected a {
          opacity: 1; }
        .home .beyond .alumni-tabs .fsTabsNav li a {
          padding: 0;
          width: 75px;
          height: 75px;
          border: 0;
          font-size: 0;
          line-height: 1;
          background-size: cover;
          background-position: center;
          opacity: 0.5; }
          .home .beyond .alumni-tabs .fsTabsNav li a:hover, .home .beyond .alumni-tabs .fsTabsNav li a:focus {
            opacity: 1; }
    .home .beyond .alumni-tabs .fsPanel {
      background: #f6f4f2;
      display: none !important;
      width: 100%; }
      @media (min-width: 700px) {
        .home .beyond .alumni-tabs .fsPanel {
          width: calc(100% - 95px); } }
      .home .beyond .alumni-tabs .fsPanel.fsStateOpen {
        display: block !important; }
      .home .beyond .alumni-tabs .fsPanel > header {
        display: none; }
      .home .beyond .alumni-tabs .fsPanel > .fsElementContent {
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column; }
        @media (min-width: 700px) {
          .home .beyond .alumni-tabs .fsPanel > .fsElementContent {
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
            padding: 34px 30px 40px; } }
        @media (min-width: 1000px) {
          .home .beyond .alumni-tabs .fsPanel > .fsElementContent {
            -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
            -ms-flex-align: center;
            align-items: center;
            padding: 0; } }
      .home .beyond .alumni-tabs .fsPanel .intro {
        margin: 0;
        text-align: center;
        padding: 40px 20px 0; }
        @media (min-width: 700px) {
          .home .beyond .alumni-tabs .fsPanel .intro {
            padding: 0;
            margin-bottom: 55px;
            width: 100%; } }
        @media (min-width: 1000px) {
          .home .beyond .alumni-tabs .fsPanel .intro {
            padding: 0 2.71%;
            width: 30.77%;
            margin-bottom: 0; } }
        .home .beyond .alumni-tabs .fsPanel .intro > header {
          margin-bottom: 22px; }
          .home .beyond .alumni-tabs .fsPanel .intro > header .fsElementTitle {
            font-family: "GillSans-SemiBold", sans-serif;
            font-size: 1rem;
            text-transform: uppercase;
            line-height: normal;
            display: inline-block; }
            .home .beyond .alumni-tabs .fsPanel .intro > header .fsElementTitle:after {
              content: '';
              display: block;
              height: 3px;
              background: #333333;
              margin-top: 11px; }
          .home .beyond .alumni-tabs .fsPanel .intro > header .fsElementHeaderContent {
            margin: 0;
            font-family: "minion-pro", serif;
            font-size: 2rem;
            line-height: 1.25;
            font-weight: 500;
            color: #003d7e; }
        .home .beyond .alumni-tabs .fsPanel .intro > .fsElementContent p:last-child {
          margin-bottom: 0; }
      .home .beyond .alumni-tabs .fsPanel .profile-quote {
        margin: 0;
        text-align: center;
        padding: 25px 0; }
        @media (min-width: 700px) {
          .home .beyond .alumni-tabs .fsPanel .profile-quote {
            width: 47.37%;
            padding: 0; } }
        @media (min-width: 1000px) {
          .home .beyond .alumni-tabs .fsPanel .profile-quote {
            width: 33.03%;
            padding: 0 4.52% 0 0; } }
        .home .beyond .alumni-tabs .fsPanel .profile-quote blockquote {
          margin: 15px 0;
          padding: 32px 20px 38px; }
          @media (min-width: 700px) {
            .home .beyond .alumni-tabs .fsPanel .profile-quote blockquote {
              padding: 32px 0px 38px; } }
          @media (min-width: 1000px) {
            .home .beyond .alumni-tabs .fsPanel .profile-quote blockquote {
              padding: 57px 0 63px; } }
          .home .beyond .alumni-tabs .fsPanel .profile-quote blockquote:before, .home .beyond .alumni-tabs .fsPanel .profile-quote blockquote:after {
            background-color: #f6f4f2; }
      .home .beyond .alumni-tabs .fsPanel .profile-image {
        margin: 0;
        display: none; }
        @media (min-width: 700px) {
          .home .beyond .alumni-tabs .fsPanel .profile-image {
            display: block;
            width: 47.37%;
            margin-left: 5.26%; } }
        @media (min-width: 1000px) {
          .home .beyond .alumni-tabs .fsPanel .profile-image {
            width: 36.2%;
            margin-left: 0; } }
        .home .beyond .alumni-tabs .fsPanel .profile-image p {
          margin: 0; }
        .home .beyond .alumni-tabs .fsPanel .profile-image img {
          width: 100%;
          vertical-align: bottom; }
  .home .beyond .top-panel {
    position: relative;
    margin: 0 auto;
    max-width: 75em;
    max-width: 75rem;
    margin-bottom: 40px; }
    @media (min-width: 700px) {
      .home .beyond .top-panel {
        margin-bottom: 50px; } }
    .home .beyond .top-panel > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 1000px) {
        .home .beyond .top-panel > .fsElementContent {
          -ms-flex-direction: row;
          flex-direction: row;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -ms-flex-align: center;
          align-items: center; } }
    .home .beyond .top-panel .infograph {
      margin: 0 auto;
      max-width: 170px; }
      @media (min-width: 700px) {
        .home .beyond .top-panel .infograph {
          max-width: 100%;
          margin: 0; } }
      @media (min-width: 1000px) {
        .home .beyond .top-panel .infograph {
          width: 56.58%; } }
      @media (min-width: 700px) {
        .home .beyond .top-panel .infograph > .fsElementContent {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -ms-flex-align: center;
          align-items: center; } }
      .home .beyond .top-panel .infograph .slick-dots {
        margin: 34px 0 0;
        padding: 0;
        list-style: none;
        font-size: 0;
        line-height: 1;
        text-align: center; }
        .home .beyond .top-panel .infograph .slick-dots li {
          display: inline-block;
          vertical-align: bottom; }
          .home .beyond .top-panel .infograph .slick-dots li:not(:last-child) {
            margin-right: 8px; }
          .home .beyond .top-panel .infograph .slick-dots li.slick-active button {
            background: #000; }
          .home .beyond .top-panel .infograph .slick-dots li button {
            width: 11px;
            height: 11px;
            border-radius: 100%;
            background: rgba(0, 0, 0, 0.5);
            padding: 0;
            margin: 0;
            border: 0;
            transition: 0.3s all;
            vertical-align: bottom; }
            .home .beyond .top-panel .infograph .slick-dots li button:hover, .home .beyond .top-panel .infograph .slick-dots li button:focus {
              background: #000; }
      .home .beyond .top-panel .infograph .stat {
        margin: 0;
        color: #003d7e;
        text-align: center;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        @media (min-width: 700px) {
          .home .beyond .top-panel .infograph .stat:nth-child(1) {
            width: 23.56%; } }
        @media (min-width: 700px) {
          .home .beyond .top-panel .infograph .stat:nth-child(2) {
            width: 30.19%; } }
        @media (min-width: 700px) {
          .home .beyond .top-panel .infograph .stat:nth-child(3) {
            width: 30.19%; } }
        .home .beyond .top-panel .infograph .stat.no-icon:before {
          content: normal !important; }
        .home .beyond .top-panel .infograph .stat:before {
          display: block;
          margin: 0 auto 20px;
          font-size: 4.125rem;
          line-height: 1; }
        .home .beyond .top-panel .infograph .stat.hand:before {
          content: '';
          background: url("../images/icon-hand.png");
          width: 82px;
          height: 64px; }
        .home .beyond .top-panel .infograph .stat.soccerball:before {
          content: '';
          background: url("../images/icon-soccerball.png");
          width: 74px;
          height: 73px; }
        .home .beyond .top-panel .infograph .stat.statechamp:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .home .beyond .top-panel .infograph .stat.student-athlete:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .home .beyond .top-panel .infograph .stat.theatre:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .home .beyond .top-panel .infograph .stat.clock:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .home .beyond .top-panel .infograph .stat.travel:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .home .beyond .top-panel .infograph .stat.winter-sports:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .home .beyond .top-panel .infograph .stat.world-perspective:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .home .beyond .top-panel .infograph .stat.money-gift:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .home .beyond .top-panel .infograph .stat.ball:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .home .beyond .top-panel .infograph .stat.three-students:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .home .beyond .top-panel .infograph .stat.partnership:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .home .beyond .top-panel .infograph .stat.salutorian:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .home .beyond .top-panel .infograph .stat.school:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .home .beyond .top-panel .infograph .stat.science-experiment:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .home .beyond .top-panel .infograph .stat.three-ecosystems:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .home .beyond .top-panel .infograph .stat.spring-sports:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .home .beyond .top-panel .infograph .stat.ap-classes:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .home .beyond .top-panel .infograph .stat.campus:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .home .beyond .top-panel .infograph .stat.fall-sports:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .home .beyond .top-panel .infograph .stat.first-choice-college:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .home .beyond .top-panel .infograph .stat.learn-instrument:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .home .beyond .top-panel .infograph .stat.learn-languages:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .home .beyond .top-panel .infograph .stat.lightbulb:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .home .beyond .top-panel .infograph .stat.mansion-built:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .home .beyond .top-panel .infograph .stat.metro-north:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .home .beyond .top-panel .infograph .stat > header .fsElementTitle {
          font-size: 3.375rem;
          line-height: 1;
          font-family: "GillSans-Light", sans-serif;
          font-weight: 300;
          color: inherit;
          margin-bottom: 13px; }
        .home .beyond .top-panel .infograph .stat > .fsElementContent {
          font-size: 1.25rem;
          line-height: 1.3; }
          .home .beyond .top-panel .infograph .stat > .fsElementContent p:last-child {
            margin-bottom: 0; }
    .home .beyond .top-panel .intro-text {
      margin: 0 0 40px;
      text-align: center; }
      @media (min-width: 700px) {
        .home .beyond .top-panel .intro-text {
          margin-bottom: 52px; } }
      @media (min-width: 1000px) {
        .home .beyond .top-panel .intro-text {
          -ms-flex-negative: 0;
          flex-shrink: 0;
          width: 35.58%;
          margin-bottom: 0; } }
      .home .beyond .top-panel .intro-text > .fsElementContent {
        font-size: 1.625rem;
        line-height: 1.307; }
        .home .beyond .top-panel .intro-text > .fsElementContent p:last-child {
          margin: 0; }

.home.fsComposeMode .image-spotlight > .fsElementContent {
  bottom: 28px; }
  .home.fsComposeMode .image-spotlight > .fsElementContent .redactor-toolbar li a {
    color: #333; }
  .home.fsComposeMode .image-spotlight > .fsElementContent .fsElementActionSection {
    position: relative;
    z-index: 10; }

.home.fsComposeMode .tile-board .tile > .fsElementContent .redactor-toolbar li a {
  color: #333; }

.home.fsComposeMode .expect-greatness .intro-text {
  -ms-flex-direction: column;
  flex-direction: column; }
  .home.fsComposeMode .expect-greatness .intro-text .fsElementAddWrapper {
    width: 100%; }

.home.fsComposeMode .spotlight .person {
  padding-top: 0; }
  .home.fsComposeMode .spotlight .person .image {
    position: relative;
    background: none !important;
    opacity: 1; }
    .home.fsComposeMode .spotlight .person .image:before {
      content: normal; }
    .home.fsComposeMode .spotlight .person .image img {
      height: auto;
      visibility: visible;
      opacity: 1; }
  .home.fsComposeMode .spotlight .person .overlay-text {
    max-width: 100%; }
    .home.fsComposeMode .spotlight .person .overlay-text > .fsElementContent {
      max-width: 100%; }

.home.fsComposeMode .beyond .top-panel > .fsElementContent {
  -ms-flex-direction: column;
  flex-direction: column; }

.home.fsComposeMode .beyond .top-panel .intro-text, .home.fsComposeMode .beyond .top-panel .infograph {
  width: 100%; }

.home.fsComposeMode .beyond .alumni-tabs > .fsElementContent {
  padding: 25px 0; }

.home.fsComposeMode .beyond .alumni-tabs .fsTabsNav li {
  margin-bottom: 0;
  padding-bottom: 40px; }

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

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 66.66667%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 33.33333%; } }
    @media (min-width: 1200px) {
      .colors ol li {
        margin-bottom: 0;
        width: 16.66667%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #333333;
      color: #333333; }
      .colors ol li:nth-of-type(1):after {
        content: "#333333"; }
    .colors ol li:nth-of-type(2) {
      background: #003d7e;
      color: #003d7e; }
      .colors ol li:nth-of-type(2):after {
        content: "#003d7e"; }
    .colors ol li:nth-of-type(3) {
      background: #d9293e;
      color: #d9293e; }
      .colors ol li:nth-of-type(3):after {
        content: "#d9293e"; }
    .colors ol li:nth-of-type(4) {
      background: #000;
      color: #000; }
      .colors ol li:nth-of-type(4):after {
        content: "#000"; }
    .colors ol li:nth-of-type(5) {
      background: #7f7f7f;
      color: #7f7f7f; }
      .colors ol li:nth-of-type(5):after {
        content: "#7f7f7f"; }
    .colors ol li:nth-of-type(6) {
      background: #f6f4f2;
      color: #f6f4f2; }
      .colors ol li:nth-of-type(6):after {
        content: "#f6f4f2"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.3125em;
    padding: 0.3125em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "minion-pro", serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "minion-pro, serif"; }
    .fonts ol li:nth-of-type(2) {
      font-family: "GillSans", sans-serif; }
      .fonts ol li:nth-of-type(2):after {
        content: "GillSans, sans-serif"; }
    .fonts ol li:nth-of-type(3) {
      font-family: "proxima-nova", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "proxima-nova, sans-serif"; }
    .fonts ol li:nth-of-type(4) {
      font-family: "Gotham A", "Gotham B", sans-serif; }
      .fonts ol li:nth-of-type(4):after {
        content: "Gotham A, Gotham B, sans-serif"; }
    .fonts ol li:nth-of-type(5) {
      font-family: "Gotham Narrow A", "Gotham Narrow B", sans-serif; }
      .fonts ol li:nth-of-type(5):after {
        content: "Gotham Narrow A, Gotham Narrow B, sans-serif"; }
    .fonts ol li:nth-of-type(6) {
      font-family: "Hoefler Text A", "Hoefler Text B", sans-serif; }
      .fonts ol li:nth-of-type(6):after {
        content: "Hoefler Text A, Hoefler Text B, sans-serif"; }
    .fonts ol li:nth-of-type(7) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(7):after {
        content: "IcoMoon"; }

.headers h1:after {
  content: " size: 40px / line: 46px"; }

.headers h2:after {
  content: " size: 37px / line: 48px"; }

.headers h3:after {
  content: " size: 26px / line: 33px"; }

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

.headers h5:after {
  content: " size: 24px / line: 31px"; }

.headers h6:after {
  content: " size: 22px / line: 29px"; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
             * Remove all paddings around the image on small screen
             */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

body:not(.home) .spotlight .slick-dots {
  position: absolute;
  top: calc(((100vw - 17px) / 3.5) + 30px);
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 1; }
  @media (min-width: 700px) {
    body:not(.home) .spotlight .slick-dots {
      top: 150px; } }
  @media (min-width: 1000px) {
    body:not(.home) .spotlight .slick-dots {
      top: 258px; } }
  body:not(.home) .spotlight .slick-dots li {
    display: inline-block;
    vertical-align: bottom; }
    body:not(.home) .spotlight .slick-dots li:not(:last-child) {
      margin-right: 8px; }
    body:not(.home) .spotlight .slick-dots li.slick-active button {
      background: #000; }
      @media (min-width: 700px) {
        body:not(.home) .spotlight .slick-dots li.slick-active button {
          background: #FFF; } }
    body:not(.home) .spotlight .slick-dots li button {
      width: 11px;
      height: 11px;
      border-radius: 100%;
      background: rgba(0, 0, 0, 0.5);
      padding: 0;
      margin: 0;
      border: 0;
      transition: 0.3s all;
      vertical-align: bottom; }
      @media (min-width: 700px) {
        body:not(.home) .spotlight .slick-dots li button {
          background: rgba(255, 255, 255, 0.5); } }
      body:not(.home) .spotlight .slick-dots li button:hover, body:not(.home) .spotlight .slick-dots li button:focus {
        background: #000; }
        @media (min-width: 700px) {
          body:not(.home) .spotlight .slick-dots li button:hover, body:not(.home) .spotlight .slick-dots li button:focus {
            background: #FFF; } }

body:not(.home) .spotlight .person {
  margin: 0;
  position: relative;
  opacity: 1 !important; }
  body:not(.home) .spotlight .person.slick-active .image {
    opacity: 1; }
  @media (min-width: 700px) {
    body:not(.home) .spotlight .person {
      padding-top: 190px; } }
  @media (min-width: 1000px) {
    body:not(.home) .spotlight .person {
      padding-top: 300px; } }
  body:not(.home) .spotlight .person .overlay-text {
    background: #f6f4f2;
    margin: 0;
    border-bottom: 5px solid #003d7e;
    text-align: center;
    padding: 63px 20px 29px;
    position: relative; }
    @media (min-width: 700px) {
      body:not(.home) .spotlight .person .overlay-text {
        margin: 0 30px;
        padding: 35px 20px 45px; } }
    @media (min-width: 1000px) {
      body:not(.home) .spotlight .person .overlay-text {
        margin: 0 auto;
        max-width: 950px; } }
    body:not(.home) .spotlight .person .overlay-text > header {
      margin-bottom: 25px; }
      body:not(.home) .spotlight .person .overlay-text > header .fsElementTitle {
        margin-top: 0;
        font-weight: normal;
        font-size: 22px;
        line-height: 29px;
        letter-spacing: 0.025em;
        font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
        color: #d9293e;
        margin-bottom: 12px;
        letter-spacing: 0;
        margin-bottom: 15px; }
      body:not(.home) .spotlight .person .overlay-text > header .fsElementHeaderContent {
        margin-top: 0;
        font-weight: normal;
        font-size: 37px;
        line-height: 48px;
        color: #333333;
        font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
        margin-bottom: 25px;
        color: #000;
        margin: 0; }
    body:not(.home) .spotlight .person .overlay-text > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 45em;
      max-width: 45rem;
      color: #000; }
      body:not(.home) .spotlight .person .overlay-text > .fsElementContent p:last-child {
        margin: 0; }
  body:not(.home) .spotlight .person .image {
    margin: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 500ms ease; }
    @media (min-width: 700px) {
      body:not(.home) .spotlight .person .image {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0; } }
    body:not(.home) .spotlight .person .image:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent); }
    body:not(.home) .spotlight .person .image img {
      visibility: hidden;
      opacity: 0; }
      @media (min-width: 700px) {
        body:not(.home) .spotlight .person .image img {
          height: 220px; } }
      @media (min-width: 1000px) {
        body:not(.home) .spotlight .person .image img {
          height: 400px; } }

body:not(.home) .stat {
  color: #003d7e;
  text-align: center; }
  body:not(.home) .stat.no-icon:before {
    content: normal !important; }
  body:not(.home) .stat:before {
    display: block;
    margin: 0 auto 20px;
    font-size: 4.125rem;
    line-height: 1; }
  body:not(.home) .stat.hand:before {
    content: '';
    background: url("../images/icon-hand.png");
    width: 82px;
    height: 64px; }
  body:not(.home) .stat.soccerball:before {
    content: '';
    background: url("../images/icon-soccerball.png");
    width: 74px;
    height: 73px; }
  body:not(.home) .stat.statechamp:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  body:not(.home) .stat.student-athlete:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  body:not(.home) .stat.theatre:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  body:not(.home) .stat.clock:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  body:not(.home) .stat.travel:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  body:not(.home) .stat.winter-sports:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  body:not(.home) .stat.world-perspective:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  body:not(.home) .stat.money-gift:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  body:not(.home) .stat.ball:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  body:not(.home) .stat.three-students:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  body:not(.home) .stat.partnership:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  body:not(.home) .stat.salutorian:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  body:not(.home) .stat.school:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  body:not(.home) .stat.science-experiment:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  body:not(.home) .stat.three-ecosystems:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  body:not(.home) .stat.spring-sports:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  body:not(.home) .stat.ap-classes:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  body:not(.home) .stat.campus:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  body:not(.home) .stat.fall-sports:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  body:not(.home) .stat.first-choice-college:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  body:not(.home) .stat.learn-instrument:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  body:not(.home) .stat.learn-languages:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  body:not(.home) .stat.lightbulb:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  body:not(.home) .stat.mansion-built:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  body:not(.home) .stat.metro-north:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  body:not(.home) .stat > header .fsElementTitle {
    font-size: 3.375rem;
    line-height: 1;
    font-family: "GillSans-Light", sans-serif;
    font-weight: 300;
    color: inherit;
    margin-bottom: 13px; }
  body:not(.home) .stat > .fsElementContent {
    font-size: 1.25rem;
    line-height: 1.3; }
    body:not(.home) .stat > .fsElementContent p:last-child {
      margin-bottom: 0; }

body:not(.home) .alumni-tabs > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 700px) {
    body:not(.home) .alumni-tabs > .fsElementContent {
      -ms-flex-direction: row;
      flex-direction: row; } }

body:not(.home) .alumni-tabs .fsTabsNav {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 700px) {
    body:not(.home) .alumni-tabs .fsTabsNav {
      margin-bottom: 0;
      margin-right: 20px;
      width: 75px;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-direction: column;
      flex-direction: column; } }
  body:not(.home) .alumni-tabs .fsTabsNav li {
    display: block;
    margin: 0 20px 0 0; }
    @media (min-width: 700px) {
      body:not(.home) .alumni-tabs .fsTabsNav li {
        margin: 0 0 15px; } }
    body:not(.home) .alumni-tabs .fsTabsNav li:last-child {
      margin-right: 0; }
      @media (min-width: 700px) {
        body:not(.home) .alumni-tabs .fsTabsNav li:last-child {
          margin-bottom: 0; } }
    body:not(.home) .alumni-tabs .fsTabsNav li.fsStateSelected a {
      opacity: 1; }
    body:not(.home) .alumni-tabs .fsTabsNav li a {
      padding: 0;
      width: 75px;
      height: 75px;
      border: 0;
      font-size: 0;
      line-height: 1;
      background-size: cover;
      background-position: center;
      opacity: 0.5; }
      body:not(.home) .alumni-tabs .fsTabsNav li a:hover, body:not(.home) .alumni-tabs .fsTabsNav li a:focus {
        opacity: 1; }

body:not(.home) .alumni-tabs .fsPanel {
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #f6f4f2;
  display: none !important; }
  body:not(.home) .alumni-tabs .fsPanel.fsStateOpen {
    display: block !important; }
  body:not(.home) .alumni-tabs .fsPanel > header {
    display: none !important; }
  body:not(.home) .alumni-tabs .fsPanel > .fsElementContent {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 700px) {
      body:not(.home) .alumni-tabs .fsPanel > .fsElementContent {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding: 34px 30px 40px; } }
    @media (min-width: 1000px) {
      body:not(.home) .alumni-tabs .fsPanel > .fsElementContent {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-align: center;
        align-items: center;
        padding: 0; } }
  body:not(.home) .alumni-tabs .fsPanel .intro {
    margin: 0;
    text-align: center;
    padding: 40px 0 0; }
    @media (min-width: 700px) {
      body:not(.home) .alumni-tabs .fsPanel .intro {
        padding: 0;
        margin-bottom: 55px;
        width: 100%; } }
    @media (min-width: 1000px) {
      body:not(.home) .alumni-tabs .fsPanel .intro {
        padding: 0 2.71%;
        width: 30.77%;
        margin-bottom: 0; } }
    body:not(.home) .alumni-tabs .fsPanel .intro > header {
      margin-bottom: 22px; }
      body:not(.home) .alumni-tabs .fsPanel .intro > header .fsElementTitle {
        font-family: "GillSans-SemiBold", sans-serif;
        font-size: 1rem;
        text-transform: uppercase;
        line-height: normal;
        display: inline-block; }
        body:not(.home) .alumni-tabs .fsPanel .intro > header .fsElementTitle:after {
          content: '';
          display: block;
          height: 3px;
          background: #333333;
          margin-top: 11px; }
      body:not(.home) .alumni-tabs .fsPanel .intro > header .fsElementHeaderContent {
        margin: 0;
        font-family: "minion-pro", serif;
        font-size: 2rem;
        line-height: 1.25;
        font-weight: 500;
        color: #003d7e; }
    body:not(.home) .alumni-tabs .fsPanel .intro > .fsElementContent p:last-child {
      margin-bottom: 0; }
  body:not(.home) .alumni-tabs .fsPanel .profile-quote {
    margin: 0;
    text-align: center;
    padding: 25px 0; }
    @media (min-width: 700px) {
      body:not(.home) .alumni-tabs .fsPanel .profile-quote {
        width: 47.37%;
        padding: 0; } }
    @media (min-width: 1000px) {
      body:not(.home) .alumni-tabs .fsPanel .profile-quote {
        width: 33.03%;
        padding: 0 4.52% 0 0; } }
    body:not(.home) .alumni-tabs .fsPanel .profile-quote blockquote {
      margin: 15px 0;
      padding: 32px 20px 38px; }
      @media (min-width: 700px) {
        body:not(.home) .alumni-tabs .fsPanel .profile-quote blockquote {
          padding: 32px 0px 38px; } }
      @media (min-width: 1000px) {
        body:not(.home) .alumni-tabs .fsPanel .profile-quote blockquote {
          padding: 57px 0 63px; } }
      body:not(.home) .alumni-tabs .fsPanel .profile-quote blockquote:before, body:not(.home) .alumni-tabs .fsPanel .profile-quote blockquote:after {
        background-color: #f6f4f2; }
  body:not(.home) .alumni-tabs .fsPanel .profile-image {
    margin: 0;
    display: none; }
    @media (min-width: 700px) {
      body:not(.home) .alumni-tabs .fsPanel .profile-image {
        display: block;
        width: 47.37%;
        margin-left: 5.26%; } }
    @media (min-width: 1000px) {
      body:not(.home) .alumni-tabs .fsPanel .profile-image {
        width: 36.2%;
        margin-left: 0; } }
    body:not(.home) .alumni-tabs .fsPanel .profile-image p {
      margin: 0; }
    body:not(.home) .alumni-tabs .fsPanel .profile-image img {
      width: 100%;
      vertical-align: bottom; }

body:not(.home) .tile-board > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 1000px) {
    body:not(.home) .tile-board > .fsElementContent {
      -ms-flex-direction: row;
      flex-direction: row; } }

body:not(.home) .tile-board .grid-slide {
  margin: 0 0 20px 0; }
  @media (min-width: 1000px) {
    body:not(.home) .tile-board .grid-slide {
      margin: 0 20px 0 0; } }
  body:not(.home) .tile-board .grid-slide .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (max-width: 699px) {
      body:not(.home) .tile-board .grid-slide .inner {
        width: calc(100vw - 57px) !important;
        height: calc(400vw - 168px) !important; } }
    @media screen and (min-width: 700px) and (max-width: 999px) {
      body:not(.home) .tile-board .grid-slide .inner {
        width: calc(100vw - 57px) !important;
        height: calc(100vw - 57px) !important; } }
    @media (min-width: 700px) {
      body:not(.home) .tile-board .grid-slide .inner {
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start; } }

body:not(.home) .tile-board .tile {
  margin: 0;
  background-size: cover;
  background-position: center;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  padding: 20px;
  transition: background 0.3s ease;
  width: 100%;
  height: 100%; }
  @media (min-width: 700px) {
    body:not(.home) .tile-board .tile {
      width: calc(50% - 10px);
      height: calc(50% - 10px); } }
  body:not(.home) .tile-board .tile:hover > header, body:not(.home) .tile-board .tile:hover > .fsElementContent {
    top: -7px; }
  body:not(.home) .tile-board .tile > footer .fsElementFooterContent {
    display: none; }
  body:not(.home) .tile-board .tile .featured-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0; }
  body:not(.home) .tile-board .tile > header {
    position: relative;
    top: 0;
    transition: top 0.3s ease; }
    body:not(.home) .tile-board .tile > header .fsElementTitle {
      color: inherit;
      margin: 0;
      position: relative;
      font-family: "GillSans-SemiBold", sans-serif;
      line-height: 1.23; }
  body:not(.home) .tile-board .tile > .fsElementContent {
    position: relative;
    margin-top: 18px;
    top: 0;
    transition: top 0.3s ease; }
    body:not(.home) .tile-board .tile > .fsElementContent:empty {
      display: none; }
    body:not(.home) .tile-board .tile > .fsElementContent p:last-child {
      margin-bottom: 0; }
    body:not(.home) .tile-board .tile > .fsElementContent a {
      color: inherit; }
  body:not(.home) .tile-board .tile.bluebg {
    background: #003d7e !important; }
    body:not(.home) .tile-board .tile.bluebg:before {
      content: normal !important; }
    body:not(.home) .tile-board .tile.bluebg:hover {
      background: #003165 !important; }
  body:not(.home) .tile-board .tile.redbg {
    background: #d9293e !important; }
    body:not(.home) .tile-board .tile.redbg:before {
      content: normal !important; }
    body:not(.home) .tile-board .tile.redbg:hover {
      background: #c52336 !important; }
  body:not(.home) .tile-board .tile.one {
    margin-bottom: 20px; }
    @media (min-width: 700px) {
      body:not(.home) .tile-board .tile.one {
        margin-right: 20px;
        margin-bottom: 0; } }
    body:not(.home) .tile-board .tile.one:hover:before {
      background: rgba(0, 0, 0, 0.05); }
    body:not(.home) .tile-board .tile.one:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0);
      transition: background 0.3s ease; }
  body:not(.home) .tile-board .tile.two {
    background: #003d7e;
    margin-bottom: 20px;
    background-position: center !important;
    background-size: cover !important; }
    body:not(.home) .tile-board .tile.two:hover {
      background: #003165; }
    @media (min-width: 700px) {
      body:not(.home) .tile-board .tile.two {
        margin: 20px 20px 0 0; } }
  body:not(.home) .tile-board .tile.three {
    background: #d9293e;
    margin-bottom: 20px;
    background-position: center !important;
    background-size: cover !important; }
    @media (min-width: 700px) {
      body:not(.home) .tile-board .tile.three {
        margin-bottom: 0; } }
    body:not(.home) .tile-board .tile.three:hover {
      background: #c52336; }
  @media (min-width: 700px) {
    body:not(.home) .tile-board .tile.four {
      margin-top: 20px; } }
  body:not(.home) .tile-board .tile.four.title-showing:hover:before {
    background: rgba(0, 0, 0, 0.45); }
  body:not(.home) .tile-board .tile.four.title-showing:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition: background 0.3s ease; }
  body:not(.home) .tile-board .tile.big {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: left;
    padding: 0;
    margin: 0; }
    body:not(.home) .tile-board .tile.big:hover > header, body:not(.home) .tile-board .tile.big:hover > .fsElementContent {
      top: 0; }
    body:not(.home) .tile-board .tile.big:hover > .fsElementContent {
      padding: 7px 20px 24px; }
    body:not(.home) .tile-board .tile.big .featured-overlay {
      display: none; }
    @media screen and (max-width: 999px) {
      body:not(.home) .tile-board .tile.big {
        width: calc(100vw - 57px) !important;
        height: calc(100vw - 57px) !important; } }
    @media (min-width: 1000px) {
      body:not(.home) .tile-board .tile.big {
        margin: 0; } }
    body:not(.home) .tile-board .tile.big > header {
      background: rgba(0, 0, 0, 0.4);
      padding: 16px 20px 7px; }
      body:not(.home) .tile-board .tile.big > header .fsElementTitle {
        font-size: 1.25rem;
        line-height: 1.2;
        margin: 0; }
    body:not(.home) .tile-board .tile.big > .fsElementContent {
      background: rgba(0, 0, 0, 0.4);
      padding: 7px 20px 17px;
      margin: 0;
      transition: padding 0.3s ease; }
      body:not(.home) .tile-board .tile.big > .fsElementContent a:hover, body:not(.home) .tile-board .tile.big > .fsElementContent a:focus {
        color: #d9293e; }
      body:not(.home) .tile-board .tile.big > .fsElementContent a:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        vertical-align: middle;
        position: relative;
        top: -2px;
        margin-left: 5px; }

body:not(.home):not(.fsComposeMode) .image-spotlight {
  position: relative; }
  body:not(.home):not(.fsComposeMode) .image-spotlight:after {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: visible; }
    @media (min-width: 700px) {
      body:not(.home):not(.fsComposeMode) .image-spotlight:after {
        content: normal; } }
  body:not(.home):not(.fsComposeMode) .image-spotlight > header .fsElementTitle {
    position: absolute;
    top: 25px;
    left: 20px;
    color: #FFF;
    font-family: "GillSans-SemiBold", sans-serif;
    border-bottom: 3px solid #FFF;
    font-weight: normal;
    margin: 0;
    padding-bottom: 9px;
    font-size: 1rem;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 2; }
    @media (min-width: 700px) {
      body:not(.home):not(.fsComposeMode) .image-spotlight > header .fsElementTitle {
        top: 14px; } }
    body:not(.fsComposeMode) .image-spotlight.black-header > header .fsElementTitle {
      color: #000;
      border-bottom: 3px solid #000; }
  body:not(.home):not(.fsComposeMode) .image-spotlight > header .fsElementHeaderContent {
    margin: 0; }
    body:not(.home):not(.fsComposeMode) .image-spotlight > header .fsElementHeaderContent img {
      width: 100%;
      vertical-align: bottom; }
  body:not(.home):not(.fsComposeMode) .image-spotlight > .fsElementContent {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    padding: 23px 20px;
    z-index: 1; }
    @media (min-width: 700px) {
      body:not(.home):not(.fsComposeMode) .image-spotlight > .fsElementContent {
        background: rgba(0, 0, 0, 0.4);
        padding: 11px 20px; } }
    body:not(.home):not(.fsComposeMode) .image-spotlight > .fsElementContent p:last-child {
      margin-bottom: 0; }
    body:not(.home):not(.fsComposeMode) .image-spotlight > .fsElementContent a {
      color: inherit;
      margin-left: 4px; }
      body:not(.home):not(.fsComposeMode) .image-spotlight > .fsElementContent a:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        vertical-align: middle;
        position: relative;
        top: -2px;
        margin-left: 5px; }
      body:not(.home):not(.fsComposeMode) .image-spotlight > .fsElementContent a:hover, body:not(.home):not(.fsComposeMode) .image-spotlight > .fsElementContent a:focus {
        color: #d9293e; }

body:not(.home).fsComposeMode .spotlight .person {
  padding-top: 0; }
  body:not(.home).fsComposeMode .spotlight .person .image {
    position: static;
    opacity: 1;
    background: none !important; }
    body:not(.home).fsComposeMode .spotlight .person .image img {
      opacity: 1;
      visibility: visible;
      height: auto; }

body:not(.home).fsComposeMode .alumni-tabs > .fsElementContent {
  padding: 25px 0; }

body:not(.home).fsComposeMode .tile-board .tile {
  height: auto !important; }
  body:not(.home).fsComposeMode .tile-board .tile > .fsElementContent .redactor-toolbar li a {
    color: #333; }

body:not(.home).fsComposeMode .image-spotlight > .fsElementContent {
  bottom: 28px; }
  body:not(.home).fsComposeMode .image-spotlight > .fsElementContent .redactor-toolbar li a {
    color: #333; }
  body:not(.home).fsComposeMode .image-spotlight > .fsElementContent .fsElementActionSection {
    position: relative;
    z-index: 10; }

.image-spotlight > .fsElementContent.hidden {
  display: none; }

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

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

.post-padding {
  padding: 35px; }

.content-padding {
  padding: 35px !important; }

body:not(.fsComposeMode) .spacing-fix .fsElementContent {
  overflow: hidden; }

/* Callout left */
.fs_style_41 {
  padding-right: 25px;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 100%;
  color: #d9293e;
  position: relative;
  font-size: 22px;
  line-height: 34px;
  font-weight: 700; }
  @media (max-width: 599px) {
    .fs_style_41 {
      display: inline-block;
      padding-right: 0;
      margin-top: 0; } }
  @media (min-width: 600px) {
    .fs_style_41 {
      float: left;
      margin-right: 30px;
      width: 50%; } }
  .fs_style_41:before {
    content: '';
    display: block;
    width: 4px;
    position: absolute;
    top: 6px;
    bottom: 3px;
    background-color: #d9293e;
    right: 0; }
    @media (max-width: 599px) {
      .fs_style_41:before {
        content: none; } }

/* Callout right */
.fs_style_42 {
  padding-left: 25px;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 100%;
  color: #d9293e;
  position: relative;
  font-size: 22px;
  line-height: 34px;
  font-weight: 700; }
  @media (max-width: 599px) {
    .fs_style_42 {
      display: inline-block;
      padding-left: 0;
      margin-top: 0; } }
  @media (min-width: 600px) {
    .fs_style_42 {
      float: right;
      margin-left: 30px;
      width: 50%; } }
  .fs_style_42:before {
    content: '';
    display: block;
    width: 4px;
    position: absolute;
    top: 6px;
    bottom: 3px;
    background-color: #d9293e;
    left: 0; }
    @media (max-width: 599px) {
      .fs_style_42:before {
        content: none; } }

.photo-slider2 .bpa-slide {
  position: relative;
  background-size: cover;
  background-position: center; }
  @media (min-width: 700px) {
    .photo-slider2 .bpa-slide:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 200px;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); } }

.photo-slider2 img {
  visibility: hidden;
  opacity: 0; }

.photo-slider2 .caption-desc {
  margin-top: 0; }
  .photo-slider2 .caption-desc:before {
    content: normal; }

.photo-slider2 .caption-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background: none;
  text-align: left;
  font-size: 16px;
  max-width: 100%;
  padding: 25px;
  width: calc(100% - 150px);
  z-index: 5; }
  .photo-slider2 .caption-wrapper h1,
  .photo-slider2 .caption-wrapper h2,
  .photo-slider2 .caption-wrapper h3,
  .photo-slider2 .caption-wrapper h4,
  .photo-slider2 .caption-wrapper h5,
  .photo-slider2 .caption-wrapper h6 {
    color: #fff; }
  .photo-slider2 .caption-wrapper p {
    margin-bottom: 0; }
  .photo-slider2 .caption-wrapper a {
    display: block;
    color: #fff;
    font-weight: 400;
    line-height: 1.3; }
    .photo-slider2 .caption-wrapper a:hover span:after {
      background-color: #fff; }
    .photo-slider2 .caption-wrapper a span {
      display: inline-block; }
      .photo-slider2 .caption-wrapper a span:after {
        content: "";
        display: block;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.4);
        transition: background-color 0.3s; }
  @media (max-width: 699px) {
    .photo-slider2 .caption-wrapper {
      position: static;
      background-color: #003d7e;
      width: 100%;
      padding-right: 105px; } }

.photo-slider2 .caption-title {
  font-size: 18px;
  font-weight: 700;
  font-family: "GillSans", sans-serif;
  line-height: normal; }

.photo-slider2 .slick-arrow {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 0;
  width: 50px;
  height: 50px;
  position: absolute;
  top: auto;
  left: auto;
  -ms-transform: translateY(0);
  transform: translateY(0);
  bottom: 0;
  z-index: 1;
  border: 0;
  text-align: center;
  line-height: 50px;
  transition: 0.3s all; }
  .photo-slider2 .slick-arrow:hover, .photo-slider2 .slick-arrow:focus {
    background-color: rgba(0, 0, 0, 0.5); }
  .photo-slider2 .slick-arrow:before {
    color: #fff;
    font-size: 40px;
    line-height: 35px; }
  @media (max-width: 699px) {
    .photo-slider2 .slick-arrow {
      top: 0;
      bottom: auto; } }

.photo-slider2 .slick-next {
  right: 0; }

.photo-slider2 .slick-prev {
  right: 51px; }

.photo-slider2.photo-left .caption-wrapper {
  font-family: "GillSans", sans-serif;
  font-size: 16px;
  line-height: 23px;
  width: 100%;
  text-align: center;
  color: #333333;
  padding: 22px 20px 63px;
  background: #f6f4f2; }
  @media (min-width: 700px) {
    .photo-slider2.photo-left .caption-wrapper {
      padding: 35px 20px 83px; } }
  @media (min-width: 1000px) {
    .photo-slider2.photo-left .caption-wrapper {
      background: none;
      color: #fff;
      max-width: 490px;
      position: absolute;
      bottom: 31px;
      left: 45px;
      padding: 0; } }
  .photo-slider2.photo-left .caption-wrapper a {
    color: inherit; }
    .photo-slider2.photo-left .caption-wrapper a:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      vertical-align: middle;
      position: relative;
      top: -1px;
      margin-left: 4px; }
    .photo-slider2.photo-left .caption-wrapper a:hover, .photo-slider2.photo-left .caption-wrapper a:focus {
      color: #d9293e; }
  .photo-slider2.photo-left .caption-wrapper.is-empty {
    display: none; }

.photo-slider2.photo-left .caption-title {
  font-size: 1.75rem;
  line-height: 1.2857;
  font-family: "minion-pro", serif;
  font-weight: 600;
  margin-bottom: 0; }
  @media (min-width: 700px) {
    .photo-slider2.photo-left .caption-title {
      font-size: 2.5rem;
      line-height: 1.05;
      width: 490px;
      margin: 0 auto; } }
  @media (min-width: 1000px) {
    .photo-slider2.photo-left .caption-title {
      width: auto;
      margin: 0; } }

.photo-slider2.photo-left .caption-desc {
  margin-top: 23px; }
  @media (min-width: 700px) {
    .photo-slider2.photo-left .caption-desc {
      max-width: 470px;
      margin: 19px auto 0; } }
  @media (min-width: 1000px) {
    .photo-slider2.photo-left .caption-desc {
      margin: 17px 0 0;
      max-width: 100%; } }
  .photo-slider2.photo-left .caption-desc:before {
    content: '';
    display: block;
    height: 3px;
    background: rgba(0, 0, 0, 0.25);
    margin: 0 0 24px; }
    @media (min-width: 700px) {
      .photo-slider2.photo-left .caption-desc:before {
        width: 305px;
        margin: 0 auto 14px; } }
    @media (min-width: 1000px) {
      .photo-slider2.photo-left .caption-desc:before {
        background: rgba(255, 255, 255, 0.25); } }
  .photo-slider2.photo-left .caption-desc p:last-child {
    margin-bottom: 0; }
  .photo-slider2.photo-left .caption-desc:empty {
    display: none; }

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

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

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

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

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

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

.athletics-2 .landing-info {
  float: left; }

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

.athletics-2 .ath-seasons {
  position: relative;
  margin-bottom: 60px; }
  .athletics-2 .ath-seasons .fsTabsNav {
    text-align: center;
    background: #fff;
    display: block; }
  @media (max-width: 900px) {
    .athletics-2 .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header {
      display: none; } }
  .athletics-2 .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
    display: none; }
  .athletics-2 .ath-seasons .fsPanel {
    position: relative;
    margin: 0 auto;
    max-width: 60em;
    max-width: 60rem;
    background: #f6f4f2;
    position: relative;
    padding: 20px; }
    .athletics-2 .ath-seasons .fsPanel:before, .athletics-2 .ath-seasons .fsPanel:after {
      content: '';
      position: absolute;
      display: block;
      background: #f6f4f2;
      top: 0;
      height: 100%;
      opacity: 1;
      visibility: visible;
      width: 100vw; }
    .athletics-2 .ath-seasons .fsPanel:before {
      left: -100vw; }
    .athletics-2 .ath-seasons .fsPanel:after {
      right: -100vw; }
  .athletics-2 .ath-seasons .fsAthleticsTeamDirectory {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .athletics-2 .ath-seasons li[data-sport] {
    margin: 0 30px 20px;
    width: calc(100% - 60px); }
    @media (min-width: 600px) {
      .athletics-2 .ath-seasons li[data-sport] {
        width: calc((100% / 2) - 60px); } }
    @media (min-width: 800px) {
      .athletics-2 .ath-seasons li[data-sport] {
        width: calc((100% / 3) - 60px); } }
  .athletics-2 .ath-seasons li[data-sport]:before {
    content: attr(data-sport);
    pointer-events: auto;
    display: block;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: #003d7e; }

.athletics-2 .ath-cal-slider footer a,
.athletics-2 .ath-scoreboard footer a {
  color: #d9293e; }
  .athletics-2 .ath-cal-slider footer a:hover,
  .athletics-2 .ath-scoreboard footer a:hover {
    color: #003d7e; }

.athletics-2 .ath-cal-slider article {
  height: 275px; }
  .athletics-2 .ath-cal-slider article .fsTitle {
    font-size: 1.3rem; }

.athletics-2 .ath-cal-slider > footer .fsElementFooterContent {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (min-width: 900px) {
  .athletics-2 .ath-cal-slider {
    padding-right: 40px; } }

.athletics-2 .ath-cal-slider .ath-cal-dots {
  float: left;
  font-size: 0;
  line-height: 1; }

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

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

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

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

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

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

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

.athletics-2 .ath-coach-arrows {
  text-align: center;
  padding: 20px 0;
  vertical-align: middle; }
  .athletics-2 .ath-coach-arrows .slick-arrow {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    display: inline-block;
    z-index: 9999;
    height: 40px;
    width: 40px;
    background: none;
    color: transparent;
    padding: 0 10px;
    position: relative;
    font-family: "IcoMoon"; }
    .athletics-2 .ath-coach-arrows .slick-arrow:before {
      content: '';
      color: #d9293e;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .athletics-2 .ath-coach-arrows .slick-prev {
    border-right: 0; }
    .athletics-2 .ath-coach-arrows .slick-prev:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .athletics-2 .ath-coach-arrows .slick-next {
    border-left: 0; }
    .athletics-2 .ath-coach-arrows .slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }

.athletics-2 .athletics-button {
  margin: 0; }
  .athletics-2 .athletics-button:last-of-type {
    margin-bottom: 40px; }
  .athletics-2 .athletics-button p:empty {
    display: none; }
  .athletics-2 .athletics-button a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 24px;
    background: #fff;
    color: #003d7e;
    border-radius: 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border: 3px solid #003d7e;
    text-align: center;
    transition: 0.3s all;
    padding: 20px 10px;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px; }
    .athletics-2 .athletics-button a:hover, .athletics-2 .athletics-button a:focus {
      background: #003d7e;
      color: #fff;
      -ms-transform: scale(1.03);
      transform: scale(1.03); }
    .athletics-2 .athletics-button a:hover {
      background: #003d7e; }
    .athletics-2 .athletics-button a strong {
      font-size: 15px;
      text-transform: none;
      font-weight: normal; }

.athletics-2 .module-athletics {
  padding: 22px 30px 21px;
  background-color: #fcfcfc;
  color: #333333;
  padding: 20px;
  border: 1px solid #dddddd;
  border-top: 0;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  box-shadow: 0 -4px 0 #003d7e; }
  .athletics-2 .module-athletics h1, .athletics-2 .module-athletics h2, .athletics-2 .module-athletics h3, .athletics-2 .module-athletics h4, .athletics-2 .module-athletics h5, .athletics-2 .module-athletics h6 {
    color: #333333; }
  .athletics-2 .module-athletics a {
    color: #003d7e;
    font-family: "GillSans", sans-serif;
    text-transform: uppercase; }
    .athletics-2 .module-athletics a:hover, .athletics-2 .module-athletics a:focus {
      color: #333333;
      text-decoration: underline; }
  .athletics-2 .module-athletics > header .fsElementTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0.025em;
    font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
    color: #d9293e;
    margin-bottom: 12px;
    color: inherit;
    line-height: 1.75;
    display: inline-block;
    margin-bottom: 15px; }
    .athletics-2 .module-athletics > header .fsElementTitle:after {
      content: '';
      display: block;
      height: 3px;
      width: 100%;
      background: #333333;
      margin-top: 10px; }
  .athletics-2 .module-athletics > .fsElementContent p {
    margin-bottom: 17px; }
    .athletics-2 .module-athletics > .fsElementContent p:last-child {
      margin-bottom: 0; }
  .athletics-2 .module-athletics .fsElementTitle {
    color: #003d7e;
    text-align: center;
    font-size: 20px !important;
    line-height: 1.2em !important; }
    .athletics-2 .module-athletics .fsElementTitle:after {
      content: normal !important; }
  .athletics-2 .module-athletics h1 a, .athletics-2 .module-athletics h4 a, .athletics-2 .module-athletics h5 a, .athletics-2 .module-athletics h6 a {
    text-transform: uppercase; }
  .athletics-2 .module-athletics a {
    text-transform: none;
    font-family: "GillSans-SemiBold", sans-serif; }
    .athletics-2 .module-athletics a:hover, .athletics-2 .module-athletics a:focus {
      color: #d9293e;
      text-decoration: none; }

.athletics-2 .ath-slideshow-container {
  overflow: hidden;
  margin-top: -4px; }
  @media (min-width: 700px) {
    .athletics-2 .ath-slideshow-container {
      margin: -4px -30px 40px; } }
  @media (min-width: 1000px) {
    .athletics-2 .ath-slideshow-container {
      margin: -4px -60px 40px; } }
  .athletics-2 .ath-slideshow-container > header {
    display: none; }

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

.athletics-2.fsHasLeftBanner #fsPageContent {
  width: 100% !important; }

.athletics-2 #fsBannerLeft {
  margin-bottom: 20px;
  width: 100%;
  float: none;
  padding-right: 0; }
  @media (min-width: 900px) {
    .athletics-2 #fsBannerLeft {
      display: none; } }

@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-weight: normal;
      font-size: 40px;
      line-height: 46px;
      letter-spacing: 0.025em;
      font-family: "Hoefler Text A", "Hoefler Text B", sans-serif;
      color: #333333;
      margin-bottom: 28px; }
  * {
    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; } }
