ph-main-edited.css
@charset "UTF-8";
 /**
 *
 * Pembroke Hill - default_17
 * @link http://pembrokehillorg.finalsite.com
 * Site Template : newclientcustom
 * Built By: Jeff Snow
 * Project Manager: Connie Cavallo
 * Designer: Keisha Croxton
 * ==== Git Info ====
 * Branch Name: clients/pembrokehillorg
 * Build version: 3.2.7
 * Git Tag: Composer-Build-2.0-598-g61df9e96fb
 * Last build by: James Brettschneider
 *
 **/
@import url('https://fonts.googleapis.com/css?family=Inter&display=swap');

@charset "UTF-8";
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem; }

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left; } }

@media (min-width: 900px) {
  .col-4 {
    width: 25%; } }

/*! helpers - box-model v0.0.1 */
.margin-x {
  margin-right: 1.33333em;
  margin-left: 1.33333em; }

.margin-x-2x {
  margin-right: 2.66667em;
  margin-left: 2.66667em; }

.margin-y {
  margin-top: 1.33333em;
  margin-bottom: 1.33333em; }

.margin-y-2x {
  margin-top: 2.66667em;
  margin-bottom: 2.66667em; }

.padding-x {
  padding-right: 1.33333em;
  padding-left: 1.33333em; }

.padding-x-2x {
  padding-right: 2.66667em;
  padding-left: 2.66667em; }

.padding-y {
  padding-top: 1.33333em;
  padding-bottom: 1.33333em; }

.padding-y-2x {
  padding-top: 2.66667em;
  padding-bottom: 2.66667em; }

.stretch-container {
  margin-right: -1.33333em;
  margin-left: -1.33333em; }

.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 */
/*!
 * Nivo Lightbox v1.3.1
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box; }

.nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1; }

.nivo-lightbox-wrap {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%; }

.nivo-lightbox-content {
  width: 100%;
  height: 100%; }

.nivo-lightbox-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center; }

.nivo-lightbox-nav {
  display: none; }

.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0; }

.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0; }

.nivo-lightbox-close {
  position: absolute;
  top: 4%;
  right: 4%;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff; }
  .nivo-lightbox-close:hover {
    color: #ACB1BA; }
  .nivo-lightbox-close span:before {
    content: "\e909";
    font-family: "icomoon";
    position: relative;
    display: inline-block;
    margin-left: 13px;
    font-size: 12px;
    font-weight: 300;
    top: 50%;
    width: 40px;
    height: 30px;
    left: 0; }

.nivo-lightbox-image {
  text-align: center; }

.nivo-lightbox-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle; }

.nivo-lightbox-content iframe {
  width: 100%;
  height: 100%; }

.nivo-lightbox-inline,
.nivo-lightbox-ajax {
  max-height: 100%;
  overflow: auto;
  box-sizing: border-box;
  /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */ }

.nivo-lightbox-error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000; }

.nivo-lightbox-error p {
  display: table-cell;
  vertical-align: middle; }

/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
  transition: all 0.2s ease-in-out; }

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  transition: all 0.3s;
  -ms-transform: scale(0.7);
  transform: scale(0.7); }

.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  -ms-transform: scale(1);
  transform: scale(1); }

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); }

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  -ms-transform: translateX(-10%);
  transform: translateX(-10%); }

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  -ms-transform: translateX(10%);
  transform: translateX(10%); }

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  -ms-transform: translateX(0);
  transform: translateX(0); }

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -ms-transform: translateY(-10%);
  transform: translateY(-10%); }

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  -ms-transform: translateY(10%);
  transform: translateY(10%); }

.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  perspective: 1000px; }

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  transition: all 0.3s ease-out;
  -ms-transform: translateZ(300px);
  transform: translateZ(300px); }

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts//icomoon.eot?1");
  src: url("../fonts//icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts//icomoon.woff2?1") format("woff2"), url("../fonts//icomoon.woff?1") format("woff"), url("../fonts//icomoon.ttf?1") format("truetype"), url("../fonts//icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope-o:before {
  content: "\f003"; }

.icon-clock-o:before {
  content: "\f017"; }

.icon-lock:before {
  content: "\f023"; }

.icon-print:before {
  content: "\f02f"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-gift:before {
  content: "\f06b"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-facebook-f:before {
  content: "\f09a"; }

.icon-bars:before {
  content: "\f0c9"; }

.icon-navicon:before {
  content: "\f0c9"; }

.icon-reorder:before {
  content: "\f0c9"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-info:before {
  content: "\f129"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-play-button .path1:before {
  content: "\e900";
  color: black; }

.icon-play-button .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: black; }

.icon-play-button .path3:before {
  content: "\e902";
  margin-left: -1em;
  color: black;
  opacity: 0.4; }

.icon-play-button .path4:before {
  content: "\e903";
  margin-left: -1em;
  color: black;
  opacity: 0.4; }

.icon-play-button .path5:before {
  content: "\e904";
  margin-left: -1em;
  color: black; }

.icon-quotation-mark:before {
  content: "\e905"; }

.icon-bullhorn:before {
  content: "\e906"; }

.icon-calendar:before {
  content: "\e907"; }

.icon-cellphone:before {
  content: "\e908"; }

.icon-close-icon:before {
  content: "\e909"; }

.icon-map:before {
  content: "\e90a"; }

.icon-sun:before {
  content: "\e90b"; }

.fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1.25;
  font-size: 18px;
  color: #1f3240; }
  .fsTitle a, .fsFacebookFrom a, .fsVimeoTitle a, .fsYoutubeTitle a {
    color: #1f3240; }

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 38px;
  line-height: 45px;
  color: #00346C;
  font-family: Marcellus, serif;
  margin-bottom: 20px; }

h2, .admissions .welcome h2.fsElementTitle, .admissions .admissions-team > header {
  margin-top: 0;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
  font-family: Marcellus, serif;
  letter-spacing: 1px;
  margin-bottom: 20px; }

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  font-family: Marcellus, serif;
  letter-spacing: 1px;
  margin-bottom: 15px; }

h4, .admissions .admission-events h2.fsElementTitle, .admissions .admission-events .admissions-team > header.fsElementTitle, .admissions .steps-container > header > h2.fsElementTitle, .admissions .welcome .steps-container > header > h2.fsElementTitle, .admissions .steps-container > header.admissions-team > header.fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 21px;
  line-height: 28px;
  font-family: Marcellus, serif;
  letter-spacing: 1px;
  margin-bottom: 10px; }

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: normal;
  margin-bottom: 10px; }

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 5px; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  text-decoration: none;
  color: #da0331;
  font-weight: 600;
  transition: background .3s, color .3s; }
  a:hover {
    color: #00346C; }

ul,
ol {
  margin-top: 0;
  padding-left: 1.33333em; }

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.styled,
.fs_style_33 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto; }
  .fsAthleticsEvent.fsTable .fsElementTable tr, .fsAthleticsRoster .fsElementTable tr,
  table.styled tr,
  .fs_style_33 tr {
    border-bottom: 1px solid #fff; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  .fsAthleticsEvent.fsTable .fsElementTable td,
  .fsAthleticsRoster .fsElementTable td,
  table.styled th,
  table.styled td,
  .fs_style_33 th,
  .fs_style_33 td {
    vertical-align: top; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.styled th,
  .fs_style_33 th {
    padding: 10px;
    text-align: left;
    background: #00346C;
    color: #fff; }
  
  .fsAthleticsEvent.fsTable .fsElementTable td,
  .fsAthleticsRoster .fsElementTable td,
  table.styled td,
  .fs_style_33 td {
    padding: 10px;
    background: rgba(242, 241, 239, 0.35);
    font-weight: 500; }
  .fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td, .fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
  table.styled tr:nth-of-type(odd) td,
  .fs_style_33 tr:nth-of-type(odd) td {
    background-color: rgba(212, 216, 206, 0.4); }

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0;
  max-width: 100%; }

.button,
/*.fs_style_26 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #E31937;
  color: #fff;
  outline: 0;
  border-radius: 20px;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center; }
  .button:hover,
  .fs_style_26:hover {
    background: #cc1631;
    color: #fff; }
  .button em,
  .fs_style_26 em {
    display: block;
    font-style: normal;
    text-transform: uppercase; }*/

/*.fs_style_27 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #00346C;
  color: #fff;
  outline: 0;
  border-radius: 20px;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center; }
  .fs_style_27:hover {
    background: #002853;
    color: #fff; }
  .fs_style_27 em {
    display: block;
    font-style: normal;
    text-transform: uppercase; }*/

/*.fs_style_28 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #E31937;
  color: #fff;
  outline: 0;
  border-radius: 20px;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  font-size: 17px; }
  .fs_style_28:hover {
    background: #cc1631;
    color: #fff; }
  .fs_style_28 em {
    display: block;
    font-style: normal;
    text-transform: uppercase; }*/

/*.fs_style_29 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #00346C;
  color: #fff;
  outline: 0;
  border-radius: 20px;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  font-size: 17px; }
  .fs_style_29:hover {
    background: #002853;
    color: #fff; }
  .fs_style_29 em {
    display: block;
    font-style: normal;
    text-transform: uppercase; }*/

/*.fs_style_30 {
  display: inline-block;
  text-align: center;
  border: 0;
  margin: 0 0 20px;
  padding: 30px 20px;
  background: #E31937;
  color: #fff;
  outline: 0;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 500; }
  .fs_style_30:hover {
    background: #cc1631;
    color: #fff; }
  .fs_style_30 em {
    display: block;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 15px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    text-align: center;
    margin-top: 10px; }*/

/*.fs_style_31 {
  display: inline-block;
  text-align: center;
  border: 0;
  margin: 0 0 20px;
  padding: 30px 20px;
  background: #00346C;
  color: #fff;
  outline: 0;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 500; }
  .fs_style_31:hover {
    background: #002853;
    color: #fff; }
  .fs_style_31 em {
    display: block;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 15px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    text-align: center;
    margin-top: 10px; }*/

/*** New Button Styles ***/

/* Small Red Button */
 .fs_style_26 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #FFF;
  color: #da0331;
  outline: 0;
  border: 2px solid #da0331;
  border-radius: 3px;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center; }
  .button:hover,
  .fs_style_26:hover {
    background: #da0331;
    color: #fff; 
  .border: 2px solid transparent; }
  .button em,
  .fs_style_26 em {
    display: block;
    font-style: normal;
    text-transform: uppercase; }
 
  /* Small Blue Button */
  .fs_style_27{
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #FFF;
  color: #00346C;
  border: 2px solid #00346C;
  outline: 0;
  border-radius: 3px;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center; }
  .button:hover,
  .fs_style_27:hover {
    background: #00346C;
    color: #fff; 
  .border: 2px solid transparent;}
  .button em,
  .fs_style_27 em {
    display: block;
    font-style: normal;
    text-transform: uppercase; }
  
  /* Medium Red Button */
  .fs_style_28 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #FFF;
  color: #da0331;
  outline: 0;
  border: 2px solid #da0331;
  border-radius: 3px;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  font-size: 17px; }
  .fs_style_28:hover {
    background: #da0331;
    color: #fff; 
  .border: 2px solid transparent;}
  .fs_style_28 em {
    display: block;
    font-style: normal;
    text-transform: uppercase; }

  /* Medium Blue Button */
  .fs_style_29 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #FFF;
  color: #00346C;
  outline: 0;
  border: 2px solid #00346C;
  border-radius: 3px;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  font-size: 17px; }
  .fs_style_29:hover {
    background: #00346C;
    color: #fff; 
  .border: 2px solid transparent;}
  .fs_style_29 em {
    display: block;
    font-style: normal;
    text-transform: uppercase; }
  
/* Large Red Button */
  .fs_style_30 {
  display: inline-block;
  text-align: center;
  border: 0;
  margin: 0 0 20px;
  padding: 30px 20px;
  background: #FFF;
  color: #da0331;
  outline: 0;
  border: 2px solid #da0331;
  border-radius: 3px;
  font-family: "Inter", sans-serif;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 500; }
  .fs_style_30:hover, .fs_style_30.transparent:hover {
    background: #da0331;
    color: #FFF; 
   .border: 2px solid transparent;}
  .fs_style_30 em {
    display: block;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 15px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    text-align: center;
    margin-top: 10px; }
  .fs_style_30.transparent {
     background: transparent; }

  /* Large Blue Button */
  .fs_style_31 {
  display: inline-block;
  text-align: center;
  border: 0;
  margin: 0 0 20px;
  padding: 30px 20px;
  background: #FFF;
  color: #00346C;
  outline: 0;
  border: 2px solid #00346C;
  border-radius: 3px;
  font-family: "Inter", sans-serif;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 500; }
  .fs_style_31:hover {
    background: #00346C;
    color: #FFF; 
   .border: 2px solid transparent;}
  .fs_style_31 em {
    display: block;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 15px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    text-align: center;
    margin-top: 10px; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #1f3240;
  color: #fff;
  outline: 0;
  border-radius: 3px;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center; }
  .fsStyleDefaultButton:hover {
    background: #17252f;
    color: #fff; }
  .fsStyleDefaultButton em {
    display: block;
    font-style: normal;
    text-transform: uppercase; }
  .fsStyleDefaultButton.fsCategoryLink {
    margin-right: 5px; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #1f3240;
  color: #fff;
  outline: 0;
  border-radius: 3px;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center; }
  .fsStyleUpdateButton:hover {
    background: #17252f;
    color: #fff; }
  .fsStyleUpdateButton em {
    display: block;
    font-style: normal;
    text-transform: uppercase; }
  .fsStyleUpdateButton.fsElementToolsSearchButton {
    margin-top: 20px;
    margin-bottom: 0; }

.lead-in,
.fs_style_24 {
  font-size: 1.33333em;
  line-height: 1.5em;
  color: #272727;
  display: block; }

.callout,
.fs_style_32 {
  display: block;
  font-size: 1.33333em;
  line-height: 1.5em;
  color: #272727;
  border-left: 5px solid #00346C;
  margin: 10px 0px;
  padding: 0px 20px; }

blockquote,
.fs_style_25 {
  position: relative;
  background-color: #e3e5e8;
  border: 1px solid #ACB1BA;
  border-bottom: 2px solid #E31937;
  margin: 40px 0 20px 0;
  color: #00346C;
  font-size: 18px;
  padding: 40px 30px 25px;
  line-height: 1.66em;
  text-align: center; }
  blockquote p,
  .fs_style_25 p {
    margin: 0; }
  blockquote b,
  blockquote strong,
  .fs_style_25 b,
  .fs_style_25 strong {
    display: block;
    margin-top: 0;
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 600;
    margin-bottom: 5px;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600; }
  blockquote:before,
  .fs_style_25:before {
    font-family: "icomoon";
    width: 38px;
    height: 38px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    line-height: 38px;
    padding-right: 2px;
    color: #fff;
    background: #E31937;
    font-size: 14px;
    top: 0;
    content: '\e905'; }

cite,
.fs_style_34 {
  display: block;
  margin-top: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
  margin-bottom: 5px;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600; }

/*! structure - header v0.0.1 */
#fsAccountBar {
  background-color: #f4f4f4; }
  #fsAccountBar .fsAccountBarMenu {
    background-color: #f4f4f4;
    border-width: 0;
    left: 0; }
    #fsAccountBar .fsAccountBarMenu li:hover {
      background-color: #ddd; }
    #fsAccountBar .fsAccountBarMenu ul {
      background-color: #f4f4f4;
      left: 100%; }

#fsHeader {
  padding: 0;
  background-color: #fff; }
  #fsHeader > .fsBanner {
    position: relative; }

body:not(.no-header-photo) .photo-page-title {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  left: 0;
  right: 0;
  margin-top: 0;
  font-weight: normal;
  font-size: 38px;
  line-height: 45px;
  color: #00346C;
  font-family: "Inter", sans-serif;
  font-weight: 200;
  font-variant: all-small-caps;
  margin-bottom: 20px;
  display: block;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 0; }

@media (max-width: 699px) {
  body:not(.no-header-photo) .photo-page-title {
    display: none; } }

body:not(.no-header-photo) .fsPageTitle {
  display: none; }
  @media (max-width: 699px) {
    body:not(.no-header-photo) .fsPageTitle {
      display: block; } }

.landing:not(.no-header-photo) .fsPageTitle {
  display: none; }

body:not(.landing) .photo-page-title {
  text-align: right;
  padding-right: 20px; }
.top-container {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 201;
  background: #fff;
  transition: height 0.3s ease-in-out;
  border-bottom: 3px solid #E31937;
  padding: 20px 0; }
  .top-container .nav-utility-header {
    display: none; }
  @media (min-width: 1180px) {
    .top-container {
      border-bottom: 0;
      top: 0;
      padding: 0; }
      .top-container .nav-utility-header {
        display: block; }
   }

@media (min-width: 1180px) {
  .headroomfix {
    height: 187px; }
    .fsDraftMode .headroomfix {
      height: 0; } }

.fsAccountBarVisible .top-container.headroom--not-top {
  top: 40px !important; }

.util-container {
  margin-bottom: 0 !important;
  letter-spacing: 2px;
  transition: all .3s ease-in-out; }
  .util-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 85px;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .util-container > .fsElementContent > .fsElement {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

.site-info-container {
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0px; }
  @media (max-width: 1179px) {
    .site-info-container {
      left: 20px; } }
  @media (max-width: 699px) {
    .site-info-container {
      width: 100%;
      right: 0;
      left: 0;
      margin: 0 auto; } }
  .site-info-container a.logo-img {
    display: block;
    padding: 0;
    width: 175px;
    height: 60px;
    margin-top: 12px;
    color: transparent;
    background: url("../images/logo-2022-tm.svg") no-repeat center center;
    background-size: contain;
    transition: all .3s; }
    .site-info-container a.logo-img:hover {
      color: transparent; }
    @media (max-width: 699px) {
      .site-info-container a.logo-img {
        width: 225px;
        height: 77px;
        left: 0;
        right: 0;
        margin: 0 auto; } }
  .site-info-container a.logo-school {
    display: none;
    position: absolute;
    top: 14px;
    left: 136px;
    font-size: 37px;
    font-family: "Inter", sans-serif;
    color: #1f3240;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    transition: all .3s ease-in-out; }
    .site-info-container a.logo-school:hover {
      color: #1f3240; }
    @media (max-width: 699px) {
      .site-info-container a.logo-school {
        left: 0;
        right: 0;
        top: 66px;
        margin: 0 auto;
        font-size: 23px;
        text-align: center; } }
  .site-info-container a.logo-tagline {
    display: none;
    position: absolute;
    top: 57px;
    left: 136px;
    font-size: 22px;
    font-style: italic;
    font-family: "Inter", sans-serif;
    color: #E31937;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.014em;
    transition: all .3s ease-in-out; }
    .site-info-container a.logo-tagline:hover {
      color: #E31937; }
    @media (max-width: 699px) {
      .site-info-container a.logo-tagline {
        font-size: 14px;
        left: 0;
        right: 0;
        top: 94px;
        margin: 0 auto;
        text-align: center; } }

body:not(.fsComposeMode) .header-photo img {
  opacity: 0; }

.header-photo {
  left: 0;
  width: 100%;
  max-height: 500px;
  height: 39.2vw;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative; }
  .header-photo img {
    width: 100%; }
  .header-photo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url("../images/topbanneroverlay.png") bottom center repeat-x; }

.custom-landing > .fsContainer {
  height: 140px;
  border-bottom: 20px solid #00346C;
  box-shadow: 0 0 0 5px #E31937; }

@media (min-width: 700px) and (max-width: 800px) {
  .custom-landing .site-info-container .logo-img {
    width: 98px; }
  .custom-landing .site-info-container .logo-school, .custom-landing .site-info-container .logo-tagline {
    left: 110px; } }

@media (max-width: 699px) {
  .custom-landing > .fsContainer {
    height: auto; }
  .custom-landing .fsStyleColumn {
    margin-bottom: 0 !important; }
  .custom-landing .site-info-container {
    position: static;
    margin-top: 20px; }
    .custom-landing .site-info-container .logo-school, .custom-landing .site-info-container .logo-tagline {
      position: static;
      display: block; } }

  .logo-footer {
      width:45%;
      margin: 0 auto; }

      #fsFooter {
        border-top: 3px solid #E31937;
        background-color: #022852;
        color: #fff; }
        #fsFooter .fsBanner:after {
          content: normal; }
        body.fsDraftMode #fsFooter .fsBanner {
          -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
          body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
            -ms-flex: 0 1 100%;
            flex: 0 1 100%; }
        #fsFooter .footer-link-container {
          margin-bottom: 40px; }
        #fsFooter .nav-utility-ftr {
          background-color: #00346C; }
          #fsFooter .nav-utility-ftr > .fsElementContent {
            position: relative;
            margin: 0 auto;
            max-width: 78.66667em;
            max-width: 73.75rem; }
          #fsFooter .nav-utility-ftr .fsNavLevel1 {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            #fsFooter .nav-utility-ftr .fsNavLevel1, #fsFooter .nav-utility-ftr .fsNavLevel1 ul {
              margin: 0;
              padding: 0;
              list-style: none; }
            #fsFooter .nav-utility-ftr .fsNavLevel1 li {
              margin: 0;
              padding: 0; }
            @media (max-width: 899px) {
              #fsFooter .nav-utility-ftr .fsNavLevel1 {
                -ms-flex-pack: center;
                justify-content: center; } }
            @media (max-width: 499px) {
              #fsFooter .nav-utility-ftr .fsNavLevel1 {
                -ms-flex-direction: column;
                flex-direction: column;
                -ms-flex-align: center;
                align-items: center; } }
            #fsFooter .nav-utility-ftr .fsNavLevel1 > li {
              -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
              #fsFooter .nav-utility-ftr .fsNavLevel1 > li a {
                display: inline-block;
                position: relative;
                font-size: 14px;
                font-weight: 600;
                padding-left: 14px;
                padding-right: 14px;
                line-height: 72px;
                height: 72px;
                color: #fff;
                text-transform: uppercase;
                letter-spacing: .1em; }
                #fsFooter .nav-utility-ftr .fsNavLevel1 > li a:hover {
                  color: #ACB1BA; }
              #fsFooter .nav-utility-ftr .fsNavLevel1 > li.footer-contact a:before {
                /* font-family: "icomoon";
                position: absolute;
                content: "î¤ˆ"; */
                text-align: center;
                display: inline-block;
                color: #ACB1BA;
                width: 50px;
                font-size: 34px;
                height: 72px;
                left: 4px;
                top: 0px;
                line-height: 72px;
                font-weight: 400;
                transition: color .3s ease-in-out; }
              #fsFooter .nav-utility-ftr .fsNavLevel1 > li.footer-contact a:hover:before {
                color: #fff; }
              #fsFooter .nav-utility-ftr .fsNavLevel1 > li.footer-directions a:before {
                /* font-family: "icomoon";
                position: absolute;
                content: "î¤Š"; */
                text-align: center;
                display: inline-block;
                color: #ACB1BA;
                width: 50px;
                font-size: 34px;
                height: 72px;
                left: 4px;
                top: 0px;
                line-height: 72px;
                font-weight: 400;
                transition: color .3s ease-in-out; }
              #fsFooter .nav-utility-ftr .fsNavLevel1 > li.footer-directions a:hover:before {
                color: #fff; }
              #fsFooter .nav-utility-ftr .fsNavLevel1 > li.footer-news a:before {
                /* font-family: "icomoon";
                position: absolute;
                content: "î¤†"; */
                text-align: center;
                display: inline-block;
                color: #ACB1BA;
                width: 50px;
                font-size: 34px;
                height: 72px;
                left: 4px;
                top: 0px;
                line-height: 72px;
                font-weight: 400;
                transition: color .3s ease-in-out; }
              #fsFooter .nav-utility-ftr .fsNavLevel1 > li.footer-news a:hover:before {
                color: #fff; }
              #fsFooter .nav-utility-ftr .fsNavLevel1 > li.footer-calendar a:before {
                /* font-family: "icomoon";
                position: absolute;
                content: "î¤‡"; */
                text-align: center;
                display: inline-block;
                color: #ACB1BA;
                width: 50px;
                font-size: 34px;
                height: 72px;
                left: 4px;
                top: 0px;
                line-height: 72px;
                font-weight: 400;
                transition: color .3s ease-in-out; }
              #fsFooter .nav-utility-ftr .fsNavLevel1 > li.footer-calendar a:hover:before {
                color: #fff; }
              #fsFooter .nav-utility-ftr .fsNavLevel1 > li.footer-summer a:before {
                /* font-family: "icomoon";
                position: absolute;
                content: "î¤‹"; */
                text-align: center;
                display: inline-block;
                color: #ACB1BA;
                width: 50px;
                font-size: 34px;
                height: 72px;
                left: 4px;
                top: 0px;
                line-height: 72px;
                font-weight: 400;
                transition: color .3s ease-in-out; }
              #fsFooter .nav-utility-ftr .fsNavLevel1 > li.footer-summer a:hover:before {
                color: #fff; }
              @media (max-width: 899px) {
                #fsFooter .nav-utility-ftr .fsNavLevel1 > li.footer-contact, #fsFooter .nav-utility-ftr .fsNavLevel1 > li.footer-directions, #fsFooter .nav-utility-ftr .fsNavLevel1 > li.footer-news {
                  padding: 0 20px; } }
              @media (max-width: 899px) {
                #fsFooter .nav-utility-ftr .fsNavLevel1 > li.footer-calendar, #fsFooter .nav-utility-ftr .fsNavLevel1 > li.footer-summer {
                  padding: 0 20px; } }
              @media (max-width: 499px) {
                #fsFooter .nav-utility-ftr .fsNavLevel1 > li {
                  -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
                  padding: 0 20px; } }
        #fsFooter .address-container {
          position: relative;
          margin: 0 auto;
          max-width: 78.66667em;
          max-width: 73.75rem; }
          #fsFooter .address-container > .fsElementContent {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            #fsFooter .address-container > .fsElementContent > * {
              margin: 0 auto; }
            @media (max-width: 749px) {
              #fsFooter .address-container > .fsElementContent {
                -ms-flex-direction: column;
                flex-direction: column;
                -ms-flex-pack: center;
                justify-content: center;
                -ms-flex-align: center;
                align-items: center; } }
        #fsFooter .nav-social {
          -ms-flex: 0 1 240px;
          flex: 0 1 240px;
          position: relative;
          height: 125px;
          vertical-align: top; }
          @media (max-width: 749px) {
            #fsFooter .nav-social {
              -ms-flex: 0 0 125px;
              flex: 0 0 125px; } }
      
      .school-details-container {
        -ms-flex: 0 1 260px;
        flex: 0 1 260px;
        margin-bottom: 30px !important; }
        @media (max-width: 977px) {
          .school-details-container {
            text-align: center; } }
        .school-details-container.first {
          -ms-flex: 0 1 211px;
          flex: 0 1 211px; }
        @media (max-width: 749px) {
          .school-details-container {
            -ms-flex: 0 0 auto !important;
            flex: 0 0 auto !important;
            max-width: 270px;
            margin-bottom: 15px !important; } }
      
      .school-details {
        margin-bottom: 20px;
        vertical-align: top; }
        .school-details [itemprop='campus'] {
          font-size: 16px;
          font-family: "Inter", sans-serif;
          font-weight: 500;
          line-height: 1.4; }
        .school-details [itemprop='mission'],
        .school-details [itemprop='ages'] {
          font-size: 12px;
          font-family: "Inter", sans-serif;
          font-style: italic;
          font-weight: 500;
          line-height: 1.3;
          margin-bottom: 8px; }
        .school-details [itemprop='mission'] {
          font-style: normal;
          line-height: 1.6;
          margin-top: 4px; }
        .school-details [itemprop='address'] {
          font-size: 11px; }
        .school-details [itemprop='telephone'] {
          font-size: 11px; }
        .school-details [itemprop='streetAddress'] {
          display: block; }
        .school-details a {
          color: inherit; }

/*! structure - layouts v0.0.1 */
* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box;
  pointer-events: none; }

html {
  font-family: "Inter", sans-serif;
  background: #022852;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 15px;
  line-height: 22px;
  color: #1f3240;
  margin-top: 125px; }

  @media (min-width: 1180px) {
    body {
      margin-top: 145px;
    }
  }
#fsPageWrapper {
  overflow: hidden;
  position: relative;
  background: #fff; }

#fsPageBodyWrapper {
  padding-right: 1.33333em;
  padding-left: 1.33333em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff; }
  .landing #fsPageBodyWrapper {
    padding-top: 40px;
    padding-bottom: 0px; }

.landing .fsPageLayout > .fsDiv {
  margin-bottom: 0; }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 500px; }
  @media (min-width: 600px) {
    #fsPageBody {
      display: block; } }
  @media (min-width: 800px) {
    #fsPageBody {
      display: -ms-flexbox;
      display: flex; } }

#fsPageContent {
  width: 100%; }

#fsBannerLeft {
  -ms-flex-order: 3;
  order: 3;
  width: 100%; }
  @media (min-width: 700px) {
    #fsBannerLeft {
      padding-right: 40px;
      width: 100%;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 800px) {
    #fsBannerLeft {
      padding-right: 40px;
      width: 300px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 3;
      order: 3;
      padding-right: 20px;
      width: 100%; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 100%; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 300px; } }

.fsHasRightBanner #fsPageContent {
  -ms-flex-order: 1;
  order: 1;
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasRightBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 315px); } }

.fsHasLeftBanner #fsPageContent {
  -ms-flex-order: 1;
  order: 1;
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 300px); } }

.fsHasLeftBanner.fsHasRightBanner #fsPageContent {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: 100%; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: 100%; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 440px);
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: calc(100% - 615px); } }

#fsBannerRight {
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 800px) {
    #fsBannerRight {
      padding-left: 40px;
      width: 315px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: 100%; } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: 100%; } }
    @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: 40px;
        width: 315px; } }

@media (min-width: 800px) {
  .fsLayout {
    margin-right: -20px;
    margin-left: -20px; } }

.fsLayout .fsDiv {
  margin-bottom: 20px;
  width: 100%;
  float: none; }
  @media (min-width: 800px) {
    .fsLayout .fsDiv {
      float: left; } }
  @media (min-width: 800px) {
    .fsLayout .fsDiv {
      padding-right: 1.33333em;
      padding-left: 1.33333em; } }

@media (min-width: 800px) {
  .fsTwoColumnLayout .fsDiv {
    width: 50%; } }

@media (min-width: 900px) {
  .fsThreeColumnLayout .fsDiv {
    width: 33.33333%; } }

@media (min-width: 800px) {
  .fsFourColumnLayout .fsDiv {
    width: 50%; } }

@media (min-width: 1000px) {
  .fsFourColumnLayout .fsDiv {
    width: 25%; } }

.fsLayout .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 700px) {
    .fsLayout .fsStyleTwoThirds {
      width: 66.66667%; } }

.fsLayout .fsStyleOneThird {
  width: 100%; }
  @media (min-width: 700px) {
    .fsLayout .fsStyleOneThird {
      width: 33.33333%; } }

div[class*="fsTwoColumnWide"] {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  div[class*="fsTwoColumnWide"] > .fsDiv {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
    margin-bottom: 20px; }
    @media (min-width: 700px) {
      div[class*="fsTwoColumnWide"] > .fsDiv {
        margin-bottom: 0; } }
    div[class*="fsTwoColumnWide"] > .fsDiv:last-child {
      margin-bottom: 0; }

.fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 300px); } }
  @media (min-width: 700px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
      width: 100%; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 300px); } }
  .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 300px); } }
    @media (min-width: 800px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 300px); } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 200px); } }

.fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
  -ms-flex-order: 3;
  order: 3; }
  @media (min-width: 700px) {
    .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      width: 300px;
      padding-right: 40px; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      width: 100%;
      padding-right: 0;
      margin-bottom: 20px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      width: 300px;
      padding-right: 40px;
      margin-bottom: 0; } }
  @media (min-width: 600px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 3;
      order: 3;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 700px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      padding-right: 40px;
      width: 300px; } }
  @media (min-width: 800px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 1000px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      padding-right: 40px;
      width: 300px; } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
        padding-right: 20px;
        width: 200px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 240px);
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 315px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 40px;
      width: 315px; } }

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 700px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 300px; } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 300px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 300px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 440px);
      margin-bottom: 0; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 615px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 40px;
      width: 315px; } }

.fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 315px); } }
  .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 800px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 240px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 315px); } }
  @media (min-width: 700px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
      width: 100%; } }
  @media (min-width: 1000px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
      width: calc(100% - 315px); } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 240px); } }

.fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
  -ms-flex-order: 2;
  order: 2; }
  @media (min-width: 700px) {
    .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      width: 315px;
      padding-left: 40px; } }
  .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
    width: 100%;
    padding: 0; }
    @media (min-width: 800px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
        padding-left: 20px;
        width: 240px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
        padding-left: 40px;
        width: 315px; } }
  @media (min-width: 700px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
      width: 100%;
      padding-left: 0;
      margin-bottom: 20px; } }
  @media (min-width: 1000px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
      width: 315px;
      padding-left: 40px;
      margin-bottom: 0; } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
        padding-left: 20px;
        width: 240px; } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 300px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 200px);
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 300px); } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding: 0; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
      -ms-flex-order: 3;
      order: 3;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 40px;
      width: 300px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 40px;
      width: 300px; } }

@media (min-width: 600px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    -ms-flex-order: 3;
    order: 3;
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 700px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 300px; } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    -ms-flex-order: 1;
    order: 1;
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 300px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 300px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 440px);
      margin-bottom: 0; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 615px); } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      -ms-flex-order: 1;
      order: 1;
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 40px;
      width: 315px; } }

.fsElephantRightLayout,
.fsElephantLeftLayout {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fsElephantRightLayout > div,
  .fsElephantLeftLayout > div {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
    margin-bottom: 20px; }
    @media (min-width: 700px) {
      .fsElephantRightLayout > div,
      .fsElephantLeftLayout > div {
        margin-bottom: 0; } }
    .fsElephantRightLayout > div:last-child,
    .fsElephantLeftLayout > div:last-child {
      margin-bottom: 0; }

@media (min-width: 700px) {
  .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: calc(100% - 315px); } }

.fsElephantRightLayout > div.fsStyleTwoThirds > .fsDiv {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 800px) {
  .fsElephantRightLayout > div.fsStyleTwoThirds > .fsTwoColumnLayout {
    margin-right: -20px;
    margin-left: -20px; } }

@media (min-width: 700px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1000px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: calc(100% - 315px); } }

@media (min-width: 700px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1000px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: calc(100% - 240px); } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
      width: calc(100% - 240px); } }

@media (min-width: 700px) {
  .fsElephantRightLayout > div.fsStyleOneThird {
    width: 315px;
    padding-left: 40px;
    padding-right: 0; } }

@media (min-width: 700px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1000px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 315px;
    padding-left: 40px;
    margin-bottom: 0; } }

@media (min-width: 700px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1000px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 240px;
    padding-left: 20px;
    margin-bottom: 0; } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }

@media (min-width: 700px) {
  .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: calc(100% - 300px); } }

.fsElephantLeftLayout > div.fsStyleTwoThirds > .fsDiv {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 800px) {
  .fsElephantLeftLayout > div.fsStyleTwoThirds > .fsTwoColumnLayout {
    margin-right: -20px;
    margin-left: -20px; } }

@media (min-width: 700px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1000px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: calc(100% - 200px); } }

@media (min-width: 700px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1000px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: calc(100% - 300px); } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
      width: calc(100% - 200px); } }

@media (min-width: 700px) {
  .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 300px;
    padding-right: 40px;
    padding-left: 0; } }

@media (min-width: 700px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1000px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 200px;
    padding-right: 20px;
    margin-bottom: 0; } }

@media (min-width: 700px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1000px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 300px;
    padding-right: 40px;
    margin-bottom: 0; } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
      padding-right: 20px;
      width: 200px; } }

#fsPoweredByFinalsite {
  width: 132px;
  position: absolute;
  bottom: 0;
  right: 10px; }
  @media (max-width: 977px) {
    #fsPoweredByFinalsite {
      right: 0;
      left: 0;
      margin: 0 auto;
      bottom: 20px; } }

.fsBreadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsBreadcrumb li {
  display: inline-block; }

.nav-main {
  background-color: #00346C;
  border-top: 3px solid #E31937;
  transition: all .3s ease-in-out; }
  #fsHeader .nav-main {
    display: none; }
    @media (min-width: 1180px) {
      #fsHeader .nav-main {
        display: block; } }
  .nav-main, .nav-main ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-main li {
    margin: 0;
    padding: 0; }
  .nav-main .fsNavLevel1 {
    transition: all .25s ease-in-out; }
    @media (min-width: 1180px) {
      .nav-main .fsNavLevel1 {
        position: relative;
        margin: 0 auto;
        max-width: 78.66667em;
        max-width: 73.75rem;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .no-flexbox .nav-main .fsNavLevel1 {
          text-align: justify;
          font-size: 0.1px; }
          .no-flexbox .nav-main .fsNavLevel1 > li {
            display: inline-block; }
          .no-flexbox .nav-main .fsNavLevel1:after {
            content: "";
            display: inline-block;
            width: 100%; } }
    .nav-main .fsNavLevel1 > li {
      position: static !important; }
      @media (min-width: 1180px) {
        .nav-main .fsNavLevel1 > li {
          -ms-flex: 1 auto;
          flex: 1 auto; } }
      .nav-main .fsNavLevel1 > li > a {
        font-size: 18px;
        padding: 18px 10px 20px;
        font-weight: normal !important;
        color: #fff;
        display: block;
        text-transform: uppercase;
        transition: all .3s ease-in-out;
        position: relative; }
        .top-container.headroom--not-top .nav-main .fsNavLevel1 > li > a {
          padding-bottom: 18px; }
      .nav-main .fsNavLevel1 > li:hover > a, .nav-main .fsNavLevel1 > li:focus > a {
        background-color: #E31937; }
        .nav-main .fsNavLevel1 > li:hover > a:before, .nav-main .fsNavLevel1 > li:focus > a:before {
          /*position: absolute;
          content: '';
          width: 0;
          height: 0;
          margin: 0 auto;
          left: 0;
          right: 0;
          bottom: 0;
          border-style: solid;
          border-width: 0 20.5px 14px 20.5px;
          border-color: transparent transparent #ffffff transparent;*/ }
        .headroom--unpinned .nav-main .fsNavLevel1 > li:hover > a:before, .headroom--unpinned .nav-main .fsNavLevel1 > li:focus > a:before {
          border-color: transparent transparent #E31937 transparent; }
      .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
        background-color: rgba(0, 0, 0, 0.25); }

.nav-main .fsNavLevel1 > li {
  position: relative; }
  .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    overflow: hidden; }
  .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
    max-height: 9999px; }
  @media (max-width: 599px) {
    .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
      max-height: 9999px; } }
  .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
    z-index: 300; }

.nav-main .fsNavPageInfo {
  background: #fff;
  width: 100%;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2); }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 0;
    left: auto;
    -ms-transform: none;
    transform: none; }
  @media (min-width: 1180px) {
    .nav-main .fsNavParentPage:hover .fsNavPageInfo {
      display: -ms-flexbox;
      display: flex; } }

.nav-main .fsNavPageDescription {
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  background-color: #F2F1EF; }
  .nav-main .fsNavPageDescription ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px; }
    .nav-main .fsNavPageDescription ul li {
      -ms-flex: 0 0 230px;
      flex: 0 0 230px;
      margin: 10px 45px; }
      .nav-main .fsNavPageDescription ul li a {
        display: block;
        background-color: transparent;
        color: #E31937;
        text-align: center;
        padding: 10px;
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase;
        border-radius: 3px; 
        border: 2px solid #E31937;}
        .nav-main .fsNavPageDescription ul li a:hover {
          background: #E31937; 
          color: #FFF;}

.nav-main .col-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 20px 40px;
  -ms-flex-order: 1;
  order: 1;
  width: 100%; }

.nav-main .fsNavLevel2 {
  -ms-flex: 1 auto;
  flex: 1 auto; }
  .nav-main .fsNavLevel2 .fsNavCurrentPage a {
    color: #da0331; }
  .nav-main .fsNavLevel2 a {
    padding: 0.66667em;
    color: #1f3240;
    font-weight: 600;
    display: block;
    font-size: 16px; }
    .nav-main .fsNavLevel2 a:hover {
      color: #00346C; }

/*! navigation - off-canvas v0.0.1 */
.nav-mobile {
  display: none; }

.mobile-menu-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  background-color: rgba(172, 177, 186, 0.6);
  max-width: 40px;
  height: 40px;
  top: 30px;
  left: auto;
  right: 30px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 99; }
  @media (max-width: 699px) {
    .mobile-menu-trigger {
      top: 10px;
      right: 20px; } }
  @media (min-width: 1180px) {
    .mobile-menu-trigger {
      display: none; } }
  .mobile-menu-trigger:before, .mobile-menu-trigger:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 12px;
    content: '';
    background: rgba(31, 50, 64, 0.66); }
  .mobile-menu-trigger:before {
    margin-top: -0.26667em;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: margin-top .3s, transform .3s; }
  .mobile-menu-trigger:after {
    box-shadow: 0 0.26667em 0 0 rgba(31, 50, 64, 0.66);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: box-shadow .3s, transform .3s; }
  .menu_active .mobile-menu-trigger:before {
    margin-top: 0;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  .menu_active .mobile-menu-trigger:after {
    box-shadow: none;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

.exit-off-canvas {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 26, 51, 0.25);
  opacity: 0;
  cursor: default;
  visibility: hidden;
  transition: all .5s;
  text-indent: -999px; }

.menu_active .exit-off-canvas {
  opacity: 1;
  visibility: visible; }

.mobile-top-bar {
  background-color: rgba(0, 0, 0, 0.25);
  overflow: hidden; }

#fsMenu {
  zoom: 1;
  position: absolute;
  top: 0px;
  right: -300px;
  width: 300px;
  height: 100%;
  z-index: 10000;
  background-color: #00346C;
  transition: right .5s; }
  #fsMenu:after {
    display: table;
    clear: both;
    content: ''; }
  .menu_active #fsMenu {
    right: 0; }
  .fsAccountBarVisible #fsMenu {
    top: 45px; }
    @media (max-width: 1179px) {
      .fsAccountBarVisible #fsMenu {
        top: 128px; } }
  #fsMenu .fsNavPageInfo .fsNavPageDescription, #fsMenu .fsNavPageThumbnail {
    display: none; }
  #fsMenu .mobile-back-btn {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    font: 400 16px "Inter", sans-serif;
    text-transform: uppercase;
    float: left;
    line-height: 1.2;
    margin: 18px 20px 18px; }
    #fsMenu .mobile-back-btn:before {
      content: "";
      font-family: "icomoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: relative;
      font-size: 16px;
      top: 0px;
      margin-right: 8px; }
  #fsMenu .top-search-container {
    background-color: #00346C;
    float: none;
    padding: 25px 20px; }
    #fsMenu .top-search-container > .fsElementContent {
      background-color: #000;
      width: 100%; }
    @media (max-width: 1179px) {
      #fsMenu .top-search-container {
        display: block; } }
  #fsMenu .top-right-button {
    position: relative;
    margin: 0 12px;
    padding: 30px 8px 20px 8px;
    border-top: 2px solid #002d54; }
    #fsMenu .top-right-button a {
      border-color: #fff;
      color: #fff; }
      #fsMenu .top-right-button a:hover {
        background-color: #fff;
        color: #00346C; }
  #fsMenu .mobile-menu-close {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    float: right;
    margin: 10px 0px 10px 20px;
    vertical-align: top;
    padding-right: 20px;
    line-height: 1.2;
    letter-spacing: .15em;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    height: 35px;
    color: #fff; }
    #fsMenu .mobile-menu-close span {
      letter-spacing: 0;
      content: '';
      margin-top: 0px;
      margin-left: 22px;
      vertical-align: middle;
      position: relative;
      display: inline-block;
      height: 35px;
      width: 35px;
      background-color: rgba(0, 0, 0, 0.25);
      border-radius: 5px;
      -ms-transform: translateY(0);
      transform: translateY(0);
      background-size: 100% 100%; }
      #fsMenu .mobile-menu-close span:before {
        content: "\e909";
        font-family: "icomoon";
        position: absolute;
        width: 100%;
        font-size: 12px;
        font-weight: 300;
        top: 50%;
        -ms-transform: translateY(-60%);
        transform: translateY(-60%);
        left: 0; }
  #fsMenu .mobile-main {
    clear: none;
    display: block;
    width: 100%;
    background-color: transparent;
    padding: 0;
    margin-top: 23px;
    border-top: 1px solid rgba(172, 177, 186, 0.25); }
    #fsMenu .mobile-main .fsElementContent {
      display: block; }
    #fsMenu .mobile-main .fsNavLevel1 {
      padding: 0;
      text-align: left; }
      #fsMenu .mobile-main .fsNavLevel1 > li > .fsNavPageInfo {
        display: none !important; }
      #fsMenu .mobile-main .fsNavLevel1 li {
        float: none;
        padding: 0;
        display: block;
        border-bottom: 1px solid rgba(172, 177, 186, 0.25); }
        #fsMenu .mobile-main .fsNavLevel1 li:last-child {
          text-align: left; }
        #fsMenu .mobile-main .fsNavLevel1 li.fsNavCurrentPage a, #fsMenu .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor a {
          color: #fff;
          text-transform: uppercase; }
        #fsMenu .mobile-main .fsNavLevel1 li > a {
          padding: 15px 30px;
          font-size: 20px;
          line-height: 1;
          color: #fff;
          font-family: "Inter", sans-serif;
          font-weight: 500;
          display: block;
          position: relative;
          text-transform: uppercase;
          letter-spacing: .01em; }
          #fsMenu .mobile-main .fsNavLevel1 li > a:before {
            display: none; }
          #fsMenu .mobile-main .fsNavLevel1 li > a span.next-menu-btn {
            display: block;
            position: absolute;
            top: 50%;
            right: 0;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 100%;
            height: 100%;
            text-align: center;
            cursor: pointer; }
            #fsMenu .mobile-main .fsNavLevel1 li > a span.next-menu-btn:before {
              content: "";
              font-family: "icomoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none;
              font-size: 18px;
              color: #e0e0e0;
              position: absolute;
              top: 50%;
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              right: 25px;
              font-weight: 300;
              transition: all .3s ease-in-out; }
          #fsMenu .mobile-main .fsNavLevel1 li > a:hover {
            background-color: #00315c; }
  #fsMenu .mobile-util {
    display: block;
    clear: both;
    float: none;
    margin-top: 0;
    padding: 15px 0 0 !important;
    margin-bottom: 23px !important;
    border-bottom: 1px solid rgba(172, 177, 186, 0.25); }
    #fsMenu .mobile-util, #fsMenu .mobile-util ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    #fsMenu .mobile-util li {
      margin: 0;
      padding: 0; }
    #fsMenu .mobile-util header {
      display: none; }
    #fsMenu .mobile-util ul.fsNavLevel1 {
      position: static;
      opacity: 1;
      visibility: visible;
      width: auto;
      background: transparent;
      -ms-transform: none;
      transform: none;
      text-align: left;
      padding-left: 10px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      #fsMenu .mobile-util ul.fsNavLevel1 li {
        float: none;
        margin: 0;
        padding: 0px 0;
        position: relative; }
        #fsMenu .mobile-util ul.fsNavLevel1 li.util-login a {
          padding-left: 49px;
          background: rgba(0, 0, 0, 0.2); }
          #fsMenu .mobile-util ul.fsNavLevel1 li.util-login a:before {
            font-family: "icomoon";
            position: absolute;
            content: "";
            text-align: center;
            display: inline-block;
            width: 25px;
            height: 25px;
            left: 15px;
            top: 5px;
            background: rgba(0, 0, 0, 0.3);
            line-height: 25px;
            border-radius: 50%;
            font-weight: 400;
            transition: background .3s ease-in-out; }
          #fsMenu .mobile-util ul.fsNavLevel1 li.util-login a:hover {
            background: rgba(0, 0, 0, 0.15); }
            #fsMenu .mobile-util ul.fsNavLevel1 li.util-login a:hover:before {
              background: rgba(0, 0, 0, 0.25); }
        #fsMenu .mobile-util ul.fsNavLevel1 li.util-inquire a {
          padding-left: 49px;
          background: rgba(0, 0, 0, 0.2); }
          #fsMenu .mobile-util ul.fsNavLevel1 li.util-inquire a:before {
            font-family: "icomoon";
            position: absolute;
            content: "";
            text-align: center;
            display: inline-block;
            width: 25px;
            height: 25px;
            left: 15px;
            top: 5px;
            background: rgba(0, 0, 0, 0.3);
            line-height: 25px;
            border-radius: 50%;
            font-weight: 400;
            transition: background .3s ease-in-out; }
          #fsMenu .mobile-util ul.fsNavLevel1 li.util-inquire a:hover {
            background: rgba(0, 0, 0, 0.15); }
            #fsMenu .mobile-util ul.fsNavLevel1 li.util-inquire a:hover:before {
              background: rgba(0, 0, 0, 0.25); }
        #fsMenu .mobile-util ul.fsNavLevel1 li.util-gift a {
          padding-left: 49px;
          background: rgba(0, 0, 0, 0.2); }
          #fsMenu .mobile-util ul.fsNavLevel1 li.util-gift a:before {
            font-family: "icomoon";
            position: absolute;
            content: "";
            text-align: center;
            display: inline-block;
            width: 25px;
            height: 25px;
            left: 15px;
            top: 5px;
            background: rgba(0, 0, 0, 0.3);
            line-height: 25px;
            border-radius: 50%;
            font-weight: 400;
            transition: background .3s ease-in-out; }
          #fsMenu .mobile-util ul.fsNavLevel1 li.util-gift a:hover {
            background: rgba(0, 0, 0, 0.15); }
            #fsMenu .mobile-util ul.fsNavLevel1 li.util-gift a:hover:before {
              background: rgba(0, 0, 0, 0.25); }
        #fsMenu .mobile-util ul.fsNavLevel1 li a {
          color: #fff;
          font: 400 12px "Inter", sans-serif;
          padding: 37px 10px 15px 10px !important;
          display: block;
          letter-spacing: .15em;
          position: relative;
          text-transform: uppercase;
          background: transparent !important; }
          #fsMenu .mobile-util ul.fsNavLevel1 li a:hover {
            color: #fff; }
          #fsMenu .mobile-util ul.fsNavLevel1 li a:before {
            font-size: 14px;
            color: #fff;
            width: 20px;
            font-weight: 500;
            letter-spacing: 0px;
            display: inline-block;
            margin: 0 auto;
            text-align: center;
            left: 0 !important;
            right: 0 !important; }
      #fsMenu .mobile-util ul.fsNavLevel1 .fsNavPageInfo {
        z-index: 1;
        max-height: 100%;
        position: relative;
        width: 100%;
        top: 0;
        background-color: transparent;
        padding: 6px 0px; }
        #fsMenu .mobile-util ul.fsNavLevel1 .fsNavPageInfo li {
          padding: 0;
          margin: 0; }
          #fsMenu .mobile-util ul.fsNavLevel1 .fsNavPageInfo li a {
            font-size: 15px;
            font-family: "Inter", sans-serif;
            font-weight: 300;
            padding: 10px 10px 10px 50px; }
            #fsMenu .mobile-util ul.fsNavLevel1 .fsNavPageInfo li a:hover {
              background-color: transparent; }
  #fsMenu .popup-btns {
    float: none;
    width: 100%;
    padding: 0 20px;
    margin-top: 37px; }
  #fsMenu .mobile-menu-level2 {
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100% !important;
    z-index: 1;
    transition: right .5s; }
    #fsMenu.mobile-menu-level2-active .mobile-menu-level2 {
      right: 0; }
    #fsMenu .mobile-menu-level2:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 55px;
      background-color: #004578; }
    #fsMenu .mobile-menu-level2 .mobile-back-btn, #fsMenu .mobile-menu-level2 .mobile-menu-close {
      position: relative;
      z-index: 1; }
    #fsMenu .mobile-menu-level2 .mobile-main {
      margin-top: 55px;
      background-color: #fff, .99;
      border-top: 0px; }
    #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 {
      padding: 0; }
      #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 > li > .fsNavPageInfo {
        display: block !important; }
      #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li {
        display: none;
        border-bottom: 0px; }
        #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor {
          display: block; }
          #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage a, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor a {
            color: #00346C !important;
            padding: 20px 0px !important;
            margin: 0 35px !important;
            line-height: 1;
            height: auto !important;
            font-weight: 300;
            font-size: 16px;
            border-bottom: 1px solid #d7d7d7; }
            #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage a:before, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage a:after, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor a:before, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor a:after {
              display: none; }
            #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage a span.next-menu-btn, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor a span.next-menu-btn {
              display: none; }
            #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage a:hover, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor a:hover {
              color: #E31937 !important; }
          #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage > a, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor > a {
            color: #fff !important;
            background-color: #00346C;
            font-size: 20px;
            font-weight: 500;
            padding: 18px 0px !important;
            height: auto !important; }
            #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage > a:before, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage > a:after, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor > a:before, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor > a:after {
              display: none; }
            #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage > a span.next-menu-btn, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor > a span.next-menu-btn {
              display: none; }
            #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage > a:hover, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor > a:hover {
              color: #fff !important; }
          #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage .fsNavPageInfo, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor .fsNavPageInfo {
            border: 0px solid #ececec;
            border-width: 0px 0;
            padding: 0px 0; }
            #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage .fsNavPageInfo ul, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor .fsNavPageInfo ul {
              width: 100%;
              float: none;
              display: block;
              margin: 0;
              padding: 0px 0px; }
              #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage .fsNavPageInfo ul li, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor .fsNavPageInfo ul li {
                display: block; }
                #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage .fsNavPageInfo ul li a, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor .fsNavPageInfo ul li a {
                  font-size: 16px;
                  padding: 12px 35px;
                  font-family: "Inter", sans-serif;
                  color: #000;
                  text-transform: capitalize; }
                  #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage .fsNavPageInfo ul li a:hover, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor .fsNavPageInfo ul li a:hover {
                    color: #00346C;
                    background-color: transparent; }
              #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage .fsNavPageInfo ul .fsNavLevel3 a, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor .fsNavPageInfo ul .fsNavLevel3 a {
                padding: 12px 25px 12px 30px !important;
                border-bottom: 0; }
              #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPage .fsNavPageInfo ul .fsNavLevel4 a, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 li.fsNavCurrentPageAncestor .fsNavPageInfo ul .fsNavLevel4 a {
                padding: 12px 25px 12px 60px !important;
                border-bottom: 0; }
      #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 > li.fsNavCurrentPage > a, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
        margin: 0 !important;
        padding-left: 35px !important; }
    #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 {
      display: block;
      padding: 22px 0px !important; }
      #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavParentPage > a {
        background-color: transparent;
        border-bottom: 0px; }
        #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavParentPage > a:hover {
          color: #E31937 !important; }
      #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPage > a, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPageAncestor > a {
        color: #E31937 !important;
        background-color: transparent;
        border-bottom: 0px; }
        #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPage > a:hover, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPageAncestor > a:hover {
          color: #E31937 !important; }
      #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPage .fsNavPageInfo, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPageAncestor .fsNavPageInfo {
        display: block;
        padding: 0px 0px !important;
        border: 0 none !important;
        background: transparent !important; }
        #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPage .fsNavPageInfo ul, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPageAncestor .fsNavPageInfo ul {
          width: 100%;
          float: none; }
          #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPage .fsNavPageInfo ul li.fsNavCurrentPage > a:after, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPage .fsNavPageInfo ul li.fsNavCurrentPageAncestor > a:after, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPageAncestor .fsNavPageInfo ul li.fsNavCurrentPage > a:after, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPageAncestor .fsNavPageInfo ul li.fsNavCurrentPageAncestor > a:after {
            content: "";
            font-family: "icomoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            color: #E31937;
            font-size: 17px;
            position: absolute;
            top: 50%;
            left: 3px;
            -ms-transform: translateY(-50.5%);
            transform: translateY(-50.5%);
            opacity: 1; }
          #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPage .fsNavPageInfo ul li a, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPageAncestor .fsNavPageInfo ul li a {
            border-bottom: 0px solid #e2e2e2;
            font-weight: 400;
            position: relative; }
            #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPage .fsNavPageInfo ul li a:after, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPageAncestor .fsNavPageInfo ul li a:after {
              content: "";
              font-family: "icomoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none;
              color: #E31937;
              font-size: 17px;
              position: absolute;
              top: 50%;
              left: 3px;
              -ms-transform: translateY(-50.5%);
              transform: translateY(-50.5%);
              opacity: 0;
              transition: opacity .5s; }
            #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPage .fsNavPageInfo ul li a:hover:after, #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 li.fsNavCurrentPageAncestor .fsNavPageInfo ul li a:hover:after {
              opacity: 1; }
      #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 > li.fsNavParentPage > a {
        border-bottom: 1px solid #d7d7d7 !important; }
      #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 > li.fsNavParentPage > .fsNavPageInfo {
        max-height: 0;
        overflow: hidden;
        transition: max-height .2s ease-in-out; }
      #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 > li.fsNavParentPage.active > .fsNavPageInfo {
        max-height: 1000px; }
      #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 > li.fsNavParentPage.active > a {
        border-bottom: 0px solid #d7d7d7 !important; }
      #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 > li span.next-level-btn {
        display: block;
        position: absolute;
        top: 50%;
        right: -30px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50px;
        height: 100%;
        text-align: center;
        cursor: pointer; }
        #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 > li span.next-level-btn:before {
          content: "";
          font-family: "icomoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          font-size: 25px;
          color: #1f3240;
          position: absolute;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 25px;
          font-weight: 300;
          transition: all .3s ease-in-out; }
      #fsMenu .mobile-menu-level2 .mobile-main .fsNavLevel2 > li.active span.next-level-btn:before {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }

.rsrc-box, .rsrc-box ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.rsrc-box li {
  margin: 0;
  padding: 0; }

/* body:not(.fsDraftMode) .nav-sub,
body:not(.fsDraftMode) .portal-sub-nav {
  margin-top: -115px; } */

/* body.landing .nav-sub,
body:not(.fsDraftMode).no-header-photo .nav-sub,
body:not(.fsDraftMode).no-header-photo .portal-sub-nav {
  margin-top: 0px !important; } */

.nav-sub,
.portal-sub-nav {
  background-color: #F2F1EF;
  display: none; }
  @media (min-width: 800px) {
    .nav-sub,
    .portal-sub-nav {
      display: block; } }
  .no-header-photo .nav-sub, .no-header-photo
  .portal-sub-nav {
    margin-top: 0 !important; }
  .nav-sub, .nav-sub ul,
  .portal-sub-nav,
  .portal-sub-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-sub li,
  .portal-sub-nav li {
    margin: 0;
    padding: 0; }
  #fsHeader .nav-sub, #fsHeader
  .portal-sub-nav {
    display: block;
    padding: 0 20px;
    background: #fff; }
  #fsPageBody .nav-sub, #fsPageBody
  .portal-sub-nav {
    display: none; }
    @media (min-width: 800px) {
      #fsPageBody .nav-sub, #fsPageBody
      .portal-sub-nav {
        display: block; } }
  .nav-sub.nav-sub-empty,
  .portal-sub-nav.nav-sub-empty {
    display: none !important; }
  .nav-sub > .fsElementContent,
  .portal-sub-nav > .fsElementContent {
    padding: 15px 20px; }
    @media (max-width: 799px) {
      .nav-sub > .fsElementContent,
      .portal-sub-nav > .fsElementContent {
        height: auto;
        max-height: 0;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease; } }
    .nav-sub.active-nav > .fsElementContent {
      max-height: 9999px;
      visibility: visible;
      opacity: 1; }
  .nav-sub ul li.fsNavCurrentPage > a, .nav-sub ul li.fsNavCurrentPageAncestor > a,
  .portal-sub-nav ul li.fsNavCurrentPage > a,
  .portal-sub-nav ul li.fsNavCurrentPageAncestor > a {
    color: #da0331; }
  .nav-sub ul li a,
  .portal-sub-nav ul li a {
    display: block;
    padding: 10px 0;
    font-weight: 600;
    font-size: 16px;
    color: #1f3240; }
    .nav-sub ul li a:hover,
    .portal-sub-nav ul li a:hover {
      color: #00346C; }
  .nav-sub .fsNavLevel1 > li,
  .portal-sub-nav .fsNavLevel1 > li {
    border-bottom: 1px solid rgba(76, 76, 76, 0.15); }
    .nav-sub .fsNavLevel1 > li:last-child,
    .portal-sub-nav .fsNavLevel1 > li:last-child {
      border-bottom: none; }
  .nav-sub > header,
  .portal-sub-nav > header {
    display: block; }
    @media (min-width: 800px) {
      .nav-sub > header,
      .portal-sub-nav > header {
        display: none; } }
    .nav-sub > header > .fsElementTitle,
    .portal-sub-nav > header > .fsElementTitle {
      margin-top: 0;
      font-weight: normal;
      font-size: 18px;
      line-height: 26px;
      font-weight: 600;
      letter-spacing: normal;
      margin-bottom: 10px;
      position: relative;
      margin: 0;
      padding: 20px;
      cursor: pointer;
      text-align: center; }
      @media (min-width: 800px) {
        .nav-sub > header > .fsElementTitle,
        .portal-sub-nav > header > .fsElementTitle {
          cursor: default; } }
      @media (max-width: 799px) {
        .nav-sub > header > .fsElementTitle:after,
        .portal-sub-nav > header > .fsElementTitle:after {
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          width: 40px;
          line-height: 40px;
          text-align: center;
          margin-left: 8px;
          content: "";
          font-family: "icomoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; } }
      @media (max-width: 799px) {
        .nav-sub.active-nav > header > .fsElementTitle:after {
          content: "";
          font-family: "icomoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; } }

.landing .nav-sub {
  /*background: rgba(0, 52, 108, 0.15);*/
  margin-bottom: 0 !important; }
  .landing .nav-sub > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem;
    padding: 0 !important; }
    @media (min-width: 800px) {
      .landing .nav-sub > .fsElementContent {
        padding: 24px 0 !important; } }
  .landing .nav-sub.active-nav > .fsElementContent {
    padding: 0 0 24px 0 !important; }
  .landing .nav-sub .fsNavLevel1 {
    padding: 0 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .landing .nav-sub .fsNavLevel1 > li {
      border-bottom: 0px solid rgba(76, 76, 76, 0.15);
      -ms-flex: 1 auto;
      flex: 1 auto; }
      .landing .nav-sub .fsNavLevel1 > li > a {
        padding: 5px 10px;
        text-align: center; }

.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;
    margin-top: 0;
    vertical-align: top; }
    .nav-social .fsNavLevel1 li:not(:last-child) {
      margin-right: 10px; }
      .nav-social .fsNavLevel1 [href*='facebook']:before {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .nav-social .fsNavLevel1 [href*='instagram']:before {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .nav-social .fsNavLevel1 [href*='linkedin']:before {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .nav-social .fsNavLevel1 [href*='pinterest']:before {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .nav-social .fsNavLevel1 [href*='tumblr']:before {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .nav-social .fsNavLevel1 [href*='twitter']:before {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .nav-social .fsNavLevel1 [href*='vimeo']:before {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .nav-social .fsNavLevel1 [href*='vine']:before {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .nav-social .fsNavLevel1 [href*='youtube']:before {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .nav-social .fsNavLevel1 [href*='rss']:before {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
  .nav-social .fsNavLevel1 [href*='facebook']:hover {
    background: #fff;
    border-color: #3b5998; }
    .nav-social .fsNavLevel1 [href*='facebook']:hover:before {
      color: #3b5998; }
  .nav-social .fsNavLevel1 [href*='instagram']:hover {
    background: #fff;
    border-color: #3f729b; }
    .nav-social .fsNavLevel1 [href*='instagram']:hover:before {
      color: #3b5998; }
  .nav-social .fsNavLevel1 [href*='linkedin']:hover {
    background: #fff;
    border-color: #0077b5; }
    .nav-social .fsNavLevel1 [href*='linkedin']:hover:before {
      color: #3b5998; }
  .nav-social .fsNavLevel1 [href*='pinterest']:hover {
    background: #fff;
    border-color: #cc2127; }
    .nav-social .fsNavLevel1 [href*='pinterest']:hover:before {
      color: #3b5998; }
  .nav-social .fsNavLevel1 [href*='tumblr']:hover {
    background: #fff;
    border-color: #35465c; }
    .nav-social .fsNavLevel1 [href*='tumblr']:hover:before {
      color: #3b5998; }
  .nav-social .fsNavLevel1 [href*='twitter']:hover {
    background: #fff;
    border-color: #55acee; }
    .nav-social .fsNavLevel1 [href*='twitter']:hover:before {
      color: #3b5998; }
  .nav-social .fsNavLevel1 [href*='vimeo']:hover {
    background: #fff;
    border-color: #1ab7ea; }
    .nav-social .fsNavLevel1 [href*='vimeo']:hover:before {
      color: #3b5998; }
  .nav-social .fsNavLevel1 [href*='vine']:hover {
    background: #fff;
    border-color: #00b488; }
    .nav-social .fsNavLevel1 [href*='vine']:hover:before {
      color: #3b5998; }
  .nav-social .fsNavLevel1 [href*='youtube']:hover {
    background: #fff;
    border-color: #cd201f; }
    .nav-social .fsNavLevel1 [href*='youtube']:hover:before {
      color: #3b5998; }
  .nav-social .fsNavLevel1 [href*='rss']:hover {
    background: #fff;
    border-color: #f26522; }
    .nav-social .fsNavLevel1 [href*='rss']:hover:before {
      color: #3b5998; }
  .nav-social .fsNavLevel1 a {
    display: block;
    position: relative;
    border: 0px solid #E31937;
    /*background: #E31937;*/
    height: 50px;
    width: 45px;
    border-radius: 3px; }
    .nav-social .fsNavLevel1 a:before {
      color: #fff;
      font-size: 24px;
      transition: 0.3s all;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.nav-utility-header {
  /* padding-top: 46px !important; */
  transition: all .3s ease-in-out; }
  .nav-utility-header, .nav-utility-header ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-utility-header li {
    margin: 0;
    padding: 0; }
  @media (min-width: 1180px) {
    .headroom--not-top .nav-utility-header {
      padding-top: 20px !important; } }
  .nav-utility-header .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .nav-utility-header .fsNavLevel1 > li {
      position: relative;
      margin-left: 13px; }
      @media (min-width: 1180px) {
        .nav-utility-header .fsNavLevel1 > li {
          -ms-flex: 1 auto;
          flex: 1 auto; } }
      .nav-utility-header .fsNavLevel1 > li > a {
        padding: 11px 20px 11px;
        background: #00346C;
        color: #fff;
        display: block;
        border-radius: 3px;
        line-height: 1.1;
        font-size: 12px;
        letter-spacing: .1rem;
        font-weight: 600;
        text-transform: uppercase; }
      .nav-utility-header .fsNavLevel1 > li.util-login a {
        padding-left: 49px;
        background: #E31937; }
        .nav-utility-header .fsNavLevel1 > li.util-login a:before {
          font-family: "icomoon";
          position: absolute;
          content: "";
          text-align: center;
          display: inline-block;
          width: 25px;
          height: 25px;
          left: 15px;
          top: 5px;
          background: rgba(0, 0, 0, 0.2);
          line-height: 25px;
          border-radius: 14%;
          font-weight: 400;
          transition: background .3s ease-in-out; }
        .nav-utility-header .fsNavLevel1 > li.util-login a:hover {
          background: #b5142c; }
          .nav-utility-header .fsNavLevel1 > li.util-login a:hover:before {
            background: rgba(0, 0, 0, 0.25); }
      .nav-utility-header .fsNavLevel1 > li.util-inquire a {
        padding-left: 49px;
        background: #00346C; }
        .nav-utility-header .fsNavLevel1 > li.util-inquire a:before {
          font-family: "icomoon";
          position: absolute;
          content: "";
          text-align: center;
          display: inline-block;
          width: 25px;
          height: 25px;
          left: 15px;
          top: 5px;
          background: rgba(0, 0, 0, 0.3);
          line-height: 25px;
          border-radius: 14%;
          font-weight: 400;
          transition: background .3s ease-in-out; }
        .nav-utility-header .fsNavLevel1 > li.util-inquire a:hover {
          background: #1f3240; }
          .nav-utility-header .fsNavLevel1 > li.util-inquire a:hover:before {
            background: rgba(0, 0, 0, 0.5); }
      .nav-utility-header .fsNavLevel1 > li.util-gift a {
        padding-left: 49px;
        background: #00346C; }
        .nav-utility-header .fsNavLevel1 > li.util-gift a:before {
          font-family: "icomoon";
          position: absolute;
          content: "";
          text-align: center;
          display: inline-block;
          width: 25px;
          height: 25px;
          left: 15px;
          top: 5px;
          background: rgba(0, 0, 0, 0.3);
          line-height: 25px;
          border-radius: 14%;
          font-weight: 400;
          transition: background .3s ease-in-out; }
        .nav-utility-header .fsNavLevel1 > li.util-gift a:hover {
          background: #1f3240; }
          .nav-utility-header .fsNavLevel1 > li.util-gift a:hover:before {
            background: rgba(0, 0, 0, 0.5); }
      .nav-utility-header .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
        background: #E31937; }

.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-site-map .fsElementContent nav ul {
  margin: 0 0 0 20px;
  padding: 0; }
  .nav-site-map .fsElementContent nav ul li {
    margin: 0;
    padding: 0;
    font-weight: 400; }
  .nav-site-map .fsElementContent nav ul.fsNavLevel1 {
    margin-left: 0;
    list-style: none; }
    @media (min-width: 600px) {
      .nav-site-map .fsElementContent nav ul.fsNavLevel1 {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 0;
        column-gap: 0;
        -moz-column-rule: 0;
        column-rule: 0;
        min-height: initial; }
        .nav-site-map .fsElementContent nav ul.fsNavLevel1 li {
          page-break-inside: avoid;
          break-inside: avoid-column; }
        .no-csscolumns .nav-site-map .fsElementContent nav ul.fsNavLevel1 li {
          float: left;
          display: block;
          width: 100%;
          vertical-align: top; } }
    .nav-site-map .fsElementContent nav ul.fsNavLevel1 > li {
      margin-bottom: 20px;
      font-weight: 700; }
  .nav-site-map .fsElementContent nav ul.fsNavLevel2 {
    list-style: disc; }
  .nav-site-map .fsElementContent nav ul.fsNavLevel3 {
    list-style: circle; }
  .nav-site-map .fsElementContent nav ul.fsNavLevel4 {
    list-style: square; }
  .nav-site-map .fsElementContent nav ul.fsNavLevel5 {
    list-style: disc; }

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }
  @media (min-width: 800px) {
    .fsConstituent.fsSearch > .fsElementContent {
      margin: 0 -10px; } }
  .fsConstituent.fsSearch label {
    display: block;
    margin-bottom: 1.33333em; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch label {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
        padding: 0 10px; } }
    @media (min-width: 900px) {
      .fsConstituent.fsSearch label {
        width: 32.83333%; } }
  .fsConstituent.fsSearch input,
  .fsConstituent.fsSearch select {
    display: block;
    width: 100%; }
  .fsConstituent.fsSearch [type*='submit'] {
    width: auto; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch [type*='submit'] {
        margin-left: 0.66667em; } }
  .fsConstituent.fsSearch .fsConstituentSearchButton {
    display: block;
    margin: 0 10px; }

.fsConstituent .fsElementPagination {
  margin: 20px 0; }

/*! elements - constituent profile */
.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile .fsProfileImage {
    display: block;
    margin-bottom: 20px; }
  .fsConstituentProfile .fsFullName {
    color: #00346C; }
  @media (min-width: 800px) {
    .fsConstituentProfile.fsHasPhoto > div, .fsConstituentProfile.fsHasPhoto > h3 {
      padding: 0;
      padding-left: calc(25% + 20px); } }
  @media (min-width: 600px) {
    .fsConstituentProfile.fsHasPhoto .fsProfileImage {
      float: left;
      padding-right: 20px;
      max-width: 50%; } }
  @media (min-width: 800px) {
    .fsConstituentProfile.fsHasPhoto .fsProfileImage {
      position: absolute;
      left: 0;
      top: 0;
      max-width: 25%;
      padding: 0;
      float: none; } }
  @media (min-width: 600px) {
    .fsConstituentProfile:not(.fsHasPhoto) .fsProfileImage {
      float: left;
      padding-right: 20px;
      max-width: 50%; } }
  @media (min-width: 800px) {
    .fsConstituentProfile:not(.fsHasPhoto) .fsProfileImage {
      max-width: 25%; } }

.fsProfileSection {
  margin-bottom: 1.33333em;
  font-size: 16px; }
  .fsProfileSection h4, .fsProfileSection .admissions .admission-events h2.fsElementTitle, .admissions .admission-events .fsProfileSection h2.fsElementTitle, .fsProfileSection .admissions .admission-events .admissions-team > header.fsElementTitle, .admissions .admission-events .fsProfileSection .admissions-team > header.fsElementTitle, .fsProfileSection .admissions .steps-container > header > h2.fsElementTitle, .admissions .fsProfileSection .steps-container > header > h2.fsElementTitle, .fsProfileSection .admissions .welcome .steps-container > header > h2.fsElementTitle, .fsProfileSection .admissions .steps-container > header.admissions-team > header.fsElementTitle, .admissions .fsProfileSection .steps-container > header.admissions-team > header.fsElementTitle {
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid #272727;
    margin: 0 0 .5em 0;
    padding: 0 0 .5em 0; }
  .fsProfileSection .fsProfileSectionData {
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .fsProfileSection .fsProfileSectionData.fsTitle {
      font-weight: normal;
      font-size: 1em; }

.fsProfileSectionSpecialData > div, .fsProfileSpecialFieldName > div {
  width: auto;
  float: none; }
  @media (min-width: 800px) {
    .fsProfileSectionSpecialData > div, .fsProfileSpecialFieldName > div {
      float: left; }
      .fsProfileSectionSpecialData > div:first-child, .fsProfileSpecialFieldName > div:first-child {
        width: 25%; }
      .fsProfileSectionSpecialData > div:last-child, .fsProfileSpecialFieldName > div:last-child {
        width: 75%; } }

.fsProfileSectionFieldName,
.fsProfileSectionFieldValue {
  width: auto;
  float: none; }

@media (min-width: 800px) {
  .fsProfileSectionFieldName {
    width: 25%;
    float: left; } }

@media (min-width: 800px) {
  .fsProfileSectionFieldValue {
    width: 75%;
    float: left; } }

@media (min-width: 800px) {
  .fsBiography .fsProfileSectionFieldName {
    font-weight: bold; }
  .fsBiography .fsProfileSectionFieldName,
  .fsBiography .fsProfileSectionFieldValue {
    float: none;
    width: 100%; } }

.fsProfileSectionData.fsEmployedSince {
  width: 100% !important; }

/*! elements - constituent default layout */
.fsDirectory {
  word-break: break-word;
  margin-bottom: 20px; }
  .fsDirectory .fsConstituentItem {
    padding: 20px 0;
    background-color: #f1f2f2; }
    .fsDirectory .fsConstituentItem > h3, .fsDirectory .fsConstituentItem > div {
      padding-right: 20px;
      padding-left: 20px;
      margin-bottom: 10px;
      padding-top: 0; }
      .fsDirectory .fsConstituentItem > h3:last-child, .fsDirectory .fsConstituentItem > div:last-child {
        margin-bottom: 0; }
    .fsDirectory .fsConstituentItem .fsPhoto img {
      display: block; }

.fsConstituentColumnLayout_1 .fsConstituentItem {
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid; }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_2 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_2 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid; }
  @media (min-width: 800px) {
    .fsConstituentColumnLayout_2 .fsConstituentItem {
      width: calc(50% - 20px);
      margin: 0 10px;
      margin-bottom: 20px; } }
  .fsConstituentColumnLayout_2 .fsConstituentItem:nth-child(2n+1) {
    clear: both; }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_3 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_3 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid; }
  @media (min-width: 800px) {
    .fsConstituentColumnLayout_3 .fsConstituentItem {
      width: calc(50% - 20px);
      float: left;
      margin: 0 10px;
      margin-bottom: 20px; }
      .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 900px) {
    .fsConstituentColumnLayout_3 .fsConstituentItem {
      width: calc(33.33% - 20px); }
      .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(2n+1) {
        clear: none; }
      .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(3n+1) {
        clear: both; } }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_4 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_4 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid; }
  @media (min-width: 800px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(50% - 20px);
      margin: 0 10px;
      margin-bottom: 20px; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 900px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(33.33% - 20px); }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
        clear: none; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
        clear: both; } }
  @media (min-width: 1000px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(25% - 20px); }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
        clear: none; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(4n+1) {
        clear: both; } }

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #F2F1EF;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2, .fsAccordion .fsPanel > header .admissions .welcome h2.fsElementTitle, .admissions .welcome .fsAccordion .fsPanel > header h2.fsElementTitle, .fsTabs .fsPanel > header .admissions .welcome h2.fsElementTitle, .admissions .welcome .fsTabs .fsPanel > header h2.fsElementTitle, .fsAccordion .fsPanel > header .admissions .admissions-team > header, .admissions .fsAccordion .fsPanel > header .admissions-team > header, .fsTabs .fsPanel > header .admissions .admissions-team > header, .admissions .fsTabs .fsPanel > header .admissions-team > header {
    font-family: "Inter", sans-serif ;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 1px;
    border-bottom: 1px solid rgba(0, 52, 108, 0.3);
    display: block;
    padding: 0px 20px 2px 20px;
    color: #00346C;
    transition: .3s;
    position: relative; }
    .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a, .fsAccordion .fsPanel > header .admissions .welcome h2.fsElementTitle a, .admissions .welcome .fsAccordion .fsPanel > header h2.fsElementTitle a, .fsTabs .fsPanel > header .admissions .welcome h2.fsElementTitle a, .admissions .welcome .fsTabs .fsPanel > header h2.fsElementTitle a, .fsAccordion .fsPanel > header .admissions .admissions-team > header a, .admissions .fsAccordion .fsPanel > header .admissions-team > header a, .fsTabs .fsPanel > header .admissions .admissions-team > header a, .admissions .fsTabs .fsPanel > header .admissions-team > header a {
      transition: none; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: #00346C;
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2, .fsAccordion .fsPanel > header:hover .admissions .admissions-team > header, .admissions .fsAccordion .fsPanel > header:hover .admissions-team > header, .fsTabs .fsPanel > header:hover .admissions .admissions-team > header, .admissions .fsTabs .fsPanel > header:hover .admissions-team > header {
      color: #fff;
      transition: .3s; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #E31937; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2, .fsAccordion .fsPanel.fsStateOpen > header .admissions .admissions-team > header, .admissions .fsAccordion .fsPanel.fsStateOpen > header .admissions-team > header, .fsTabs .fsPanel.fsStateOpen > header .admissions .admissions-team > header, .admissions .fsTabs .fsPanel.fsStateOpen > header .admissions-team > header {
    color: #fff;
    border-bottom: 1px solid #fff; }
    .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before, .fsAccordion .fsPanel.fsStateOpen > header .admissions .admissions-team > header:before, .admissions .fsAccordion .fsPanel.fsStateOpen > header .admissions-team > header:before, .fsTabs .fsPanel.fsStateOpen > header .admissions .admissions-team > header:before, .admissions .fsTabs .fsPanel.fsStateOpen > header .admissions-team > header:before {
      content: "" }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after, .fsPanelIconAfter.fsAccordion .fsPanel > header .admissions .admissions-team > header::after, .admissions .fsPanelIconAfter.fsAccordion .fsPanel > header .admissions-team > header::after, .fsPanelIconAfter.fsTabs .fsPanel > header .admissions .admissions-team > header::after, .admissions .fsPanelIconAfter.fsTabs .fsPanel > header .admissions-team > header::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before,
.fsPanelIconBefore.fsAccordion .fsPanel > header .admissions .admissions-team > header::before,
.admissions .fsPanelIconBefore.fsAccordion .fsPanel > header .admissions-team > header::before,
.fsPanelIconBefore.fsTabs .fsPanel > header .admissions .admissions-team > header::before,
.admissions .fsPanelIconBefore.fsTabs .fsPanel > header .admissions-team > header::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 2px;
  font-family: "icomoon";
  font-weight: 400;
  font-size: 14px;
  content: "";
   }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header .admissions .admissions-team > header::before, .admissions .fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header .admissions-team > header::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header .admissions .admissions-team > header::before, .admissions .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header .admissions-team > header::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header .admissions .admissions-team > header::after,
.admissions .fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header .admissions-team > header::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header .admissions .admissions-team > header::after,
.admissions .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header .admissions-team > header::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 2px;
  font-family: "icomoon";
  font-weight: 400;
  font-size: 14px;
  content: ""; }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2, .fsPanelIconBefore.fsAccordion .fsPanel > header .admissions .admissions-team > header, .admissions .fsPanelIconBefore.fsAccordion .fsPanel > header .admissions-team > header, .fsPanelIconBefore.fsTabs .fsPanel > header .admissions .admissions-team > header, .admissions .fsPanelIconBefore.fsTabs .fsPanel > header .admissions-team > header {
  padding-left: 40px; }
  .fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before, .fsPanelIconBefore.fsAccordion .fsPanel > header .admissions .admissions-team > header:before, .admissions .fsPanelIconBefore.fsAccordion .fsPanel > header .admissions-team > header:before, .fsPanelIconBefore.fsTabs .fsPanel > header .admissions .admissions-team > header:before, .admissions .fsPanelIconBefore.fsTabs .fsPanel > header .admissions-team > header:before {
    left: 13.33333px; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2, .fsPanelIconAfter.fsAccordion .fsPanel > header .admissions .admissions-team > header, .admissions .fsPanelIconAfter.fsAccordion .fsPanel > header .admissions-team > header, .fsPanelIconAfter.fsTabs .fsPanel > header .admissions .admissions-team > header, .admissions .fsPanelIconAfter.fsTabs .fsPanel > header .admissions-team > header {
  padding-right: 40px; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before, .fsPanelIconAfter.fsAccordion .fsPanel > header .admissions .admissions-team > header:before, .admissions .fsPanelIconAfter.fsAccordion .fsPanel > header .admissions-team > header:before, .fsPanelIconAfter.fsTabs .fsPanel > header .admissions .admissions-team > header:before, .admissions .fsPanelIconAfter.fsTabs .fsPanel > header .admissions-team > header:before {
    display: none; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after, .fsPanelIconAfter.fsAccordion .fsPanel > header .admissions .admissions-team > header:after, .admissions .fsPanelIconAfter.fsAccordion .fsPanel > header .admissions-team > header:after, .fsPanelIconAfter.fsTabs .fsPanel > header .admissions .admissions-team > header:after, .admissions .fsPanelIconAfter.fsTabs .fsPanel > header .admissions-team > header:after {
    right: 13.33333px; }

.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header .admissions .admissions-team > header:before, .admissions .fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header .admissions-team > header:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header .admissions .admissions-team > header:before, .admissions .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header .admissions-team > header:before {
  content: ''; }

.fsAccordion {
  margin-bottom: 20px; }

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px; }
  .fsAthleticsEvent > .fsElementContent {
    width: 100%; }
  .fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 10px; }
  .fsAthleticsEvent .fsElementEventIcon {
    display: inline-block;
    max-width: 100%; }
@media (max-width: 900px) {
    .fsAthleticsEvent.fsList .fsListItems article {
    margin-bottom: 0px; }
}
  .fsAthleticsEvent.fsList .fsTitle {
    display: inline-block;
    margin-bottom: 0; }
  .fsAthleticsEvent.fsList .fsElementEventIcon {
    margin-right: 10px; }
  .fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
    outline: 0; }
  .fsAthleticsEvent.fsList .fsAlertIcon {
    margin-left: 5px;
    margin-bottom: -3px; }
  .fsAthleticsEvent.fsList .fsAthleticsOpponents {
    display: inline; }
  .fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
    display: inline; }
  @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-weight: 700;
        color: #E31937; }
      .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 */
#fsAthleticsEventElementDialog .fsAthleticsEvent.fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px; }

/*! elements - athletics roster */
.fsAthleticsRoster .fsElementTable td:before, .fsAthleticsRosterList li > div:before {
  margin-right: 5px;
  display: inline-block;
  font-weight: 700;
  color: #E31937; }

.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: '; }

.fsAthleticsRoster {
  margin-bottom: 20px; }
  @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 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #000; }
  .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 */
.fsAthleticsTeam {
  margin-bottom: 20px; }

.fsAthleticsTeamDirectory {
  max-width: 100%;
  margin-bottom: 20px; }
  .fsAthleticsTeamDirectory, .fsAthleticsTeamDirectory ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsAthleticsTeamDirectory li {
    margin: 0;
    padding: 0; }
  .fsAthleticsTeamDirectory > li {
    margin-bottom: 10px; }
  .fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
    display: inline-block; }

.fsAthleticsTeamIcon {
  margin-right: 10px; }

.fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
      float: left; margin-right:10px; } }

.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 article {
  position: relative;
  padding-left: 100px;
  min-height: 80px;
  padding-top: 0; }
  .fsCalendar article .fsElementEventColorIcon {
    width: 12px;
    height: 12px; }

.fsCalendar .fsTitle {
  line-height: 1.5;
  margin-bottom: 6px; }

.fsCalendar .fsDate {
  position: absolute;
  top: 5px;
  left: 0;
  font-weight: 600;
  text-align: center;
  height: 80px;
  width: 80px;
  color: #fff;
  background: #00346C;
  border-radius: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }
  .fsCalendar .fsDate > span {
    display: block; }
    .fsCalendar .fsDate > span.fsMonth {
      text-transform: uppercase;
      font-size: 14px; }
    .fsCalendar .fsDate > span.fsDay {
      font-size: 30px;
      font-weight: 400;
      line-height: 1; }

.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0; }

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */
/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendar.fsGrid .fsCalendarDate {
  text-align: left; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
    margin-bottom: 0; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
    margin-top: 5px; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1;
  text-align: left; }

@media (min-width: 800px) {
  .flexbox .fsCalendarEventGrid .fsCalendarRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .flexbox .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important; } }

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar:after {
    display: none; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar > div {
    margin: 0; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
    margin-right: 10px; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
    width: 100%; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
        width: auto; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    margin: 10px 0; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
        -ms-flex-order: 3;
        order: 3;
        margin: 0; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
    z-index: 1; }

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(0, 52, 108, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(0, 52, 108, 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, 52, 108, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(0, 52, 108, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 1;
        font-size: 15px;
        margin-bottom: 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
      border-left: 1px solid #EDEDED;
      border-right: 1px solid #EDEDED;
      zoom: 1;
      display: block; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
        display: table;
        clear: both;
        content: ''; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
        border-top: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
        border-bottom: 1px solid #EDEDED; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
      width: 16.666% !important;
      height: 50px !important;
      border: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
        display: block; } }

#event-view {
  padding: 20px;
  margin: 20px auto 0; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }
    #event-view .fsCalendarDaybox > div {
      margin-bottom: 20px; }
  #event-view .fsCalendarEventTitle {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px; }
  @media screen and (min-width: 800px) {
    #event-view {
      display: none; } }

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #1f3240;
    color: #fff;
    outline: 0;
    border-radius: 20px;
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    padding: 10px 20px; }
    .scroll-up span:hover {
      background: #17252f;
      color: #fff; }
    .scroll-up span em {
      display: block;
      font-style: normal;
      text-transform: uppercase; }
  .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, .fsCalendar.fsGrid .fsCalendarLegend .admissions .admission-events h2.fsElementTitle, .admissions .admission-events .fsCalendar.fsGrid .fsCalendarLegend h2.fsElementTitle, .fsCalendar.fsGrid .fsCalendarLegend .admissions .admission-events .admissions-team > header.fsElementTitle, .admissions .admission-events .fsCalendar.fsGrid .fsCalendarLegend .admissions-team > header.fsElementTitle, .fsCalendar.fsGrid .fsCalendarLegend .admissions .steps-container > header > h2.fsElementTitle, .admissions .fsCalendar.fsGrid .fsCalendarLegend .steps-container > header > h2.fsElementTitle, .fsCalendar.fsGrid .fsCalendarLegend .admissions .welcome .steps-container > header > h2.fsElementTitle, .fsCalendar.fsGrid .fsCalendarLegend .admissions .steps-container > header.admissions-team > header.fsElementTitle, .admissions .fsCalendar.fsGrid .fsCalendarLegend .steps-container > header.admissions-team > header.fsElementTitle {
  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 {
  z-index: 1;
  position: relative; }

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
  .fsElement:not(.fsPanel):not(.top-container):last-child {
    margin-bottom: 0; }

.fsElement.no-margin {
  margin-bottom: 0; }

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

.fsListItems article {
  margin-bottom: 20px; }

.module, .module-red, .module-light {
  margin-bottom: 1.33333em;
  padding: 1.33333em;
  color: #fff; }
  .module h1, .module-red h1, .module-light h1, .module h2, .module-red h2, .module-light h2, .module .admissions .welcome h2.fsElementTitle, .admissions .welcome .module h2.fsElementTitle, .module-red .admissions .welcome h2.fsElementTitle, .admissions .welcome .module-red h2.fsElementTitle, .module-light .admissions .welcome h2.fsElementTitle, .admissions .welcome .module-light h2.fsElementTitle, .module .admissions .admissions-team > header, .admissions .module .admissions-team > header, .module-red .admissions .admissions-team > header, .admissions .module-red .admissions-team > header, .module-light .admissions .admissions-team > header, .admissions .module-light .admissions-team > header, .module h3, .module-red h3, .module-light h3, .module h4, .module-red h4, .module-light h4, .module .admissions .admission-events h2.fsElementTitle, .admissions .admission-events .module h2.fsElementTitle, .module-red .admissions .admission-events h2.fsElementTitle, .admissions .admission-events .module-red h2.fsElementTitle, .module-light .admissions .admission-events h2.fsElementTitle, .admissions .admission-events .module-light h2.fsElementTitle, .module .admissions .admission-events .admissions-team > header.fsElementTitle, .admissions .admission-events .module .admissions-team > header.fsElementTitle, .module-red .admissions .admission-events .admissions-team > header.fsElementTitle, .admissions .admission-events .module-red .admissions-team > header.fsElementTitle, .module-light .admissions .admission-events .admissions-team > header.fsElementTitle, .admissions .admission-events .module-light .admissions-team > header.fsElementTitle, .module .admissions .steps-container > header > h2.fsElementTitle, .admissions .module .steps-container > header > h2.fsElementTitle, .module-red .admissions .steps-container > header > h2.fsElementTitle, .admissions .module-red .steps-container > header > h2.fsElementTitle, .module-light .admissions .steps-container > header > h2.fsElementTitle, .admissions .module-light .steps-container > header > h2.fsElementTitle, .module .admissions .welcome .steps-container > header > h2.fsElementTitle, .module-red .admissions .welcome .steps-container > header > h2.fsElementTitle, .module-light .admissions .welcome .steps-container > header > h2.fsElementTitle, .module .admissions .steps-container > header.admissions-team > header.fsElementTitle, .admissions .module .steps-container > header.admissions-team > header.fsElementTitle, .module-red .admissions .steps-container > header.admissions-team > header.fsElementTitle, .admissions .module-red .steps-container > header.admissions-team > header.fsElementTitle, .module-light .admissions .steps-container > header.admissions-team > header.fsElementTitle, .admissions .module-light .steps-container > header.admissions-team > header.fsElementTitle, .module h5, .module-red h5, .module-light h5, .module h6, .module-red h6, .module-light h6 {
    color: inherit; }
  .module a, .module-red a, .module-light a {
    color: #fff; }
  .module .fsElementTitle, .module-red .fsElementTitle, .module-light .fsElementTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 21px;
    line-height: 28px;
    font-family: Marcellus, serif;
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: 10px; }
  .home .module, .home .module-red, .home .module-light {
    margin-bottom: 0 !important; }

.module {
  background: #00346C; }

.module-red {
  background: #E31937; }

.module-light {
  background: #F2F1EF;
  color: #1f3240; }
  .module-light a {
    color: #00346C; }
    .module-light a.fs_style_27 {
      color: #fff; }

/*! elements - forms */
textarea,
input,
select {
  padding: 5px;
  max-width: 100%; }

input::-moz-placeholder {
  color: rgba(31, 50, 64, 0.5); }

input:-ms-input-placeholder {
  color: rgba(31, 50, 64, 0.5); }

input::placeholder {
  color: rgba(31, 50, 64, 0.5); }

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed body {
    margin: 0; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input {
      border: solid 1px #ccc; }
      .fsComposerFormEmbed form input.fileUploader {
        padding: 0;
        width: 100%;
        border: none; }
    .fsComposerFormEmbed form fieldset {
      padding: 0; }
    .fsComposerFormEmbed form textarea {
      max-width: 100%;
      width: 100%;
      border: solid 1px #ccc; }
    .fsComposerFormEmbed form .mainGroupSub {
      max-width: 100%;
      width: 100% !important; }
    .fsComposerFormEmbed form .formPage {
      margin-bottom: 20px; }
    .fsComposerFormEmbed form .elementRow {
      max-width: 100%;
      margin: 0; }
      .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .elementContainer {
      margin: 0 0 20px;
      padding: 0; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementContainer {
          width: 100%; } }
      .fsComposerFormEmbed form .elementContainer label {
        margin-bottom: 2px; }
        .fsComposerFormEmbed form .elementContainer label.horizontal {
          white-space: normal;
          margin-right: 10px !important; }
          .fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
            margin-right: 0; }
      .fsComposerFormEmbed form .elementContainer hr {
        margin: 0 auto; }
      .fsComposerFormEmbed form .elementContainer p:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 599px) {
      .fsComposerFormEmbed form .elementBody > input {
        width: 100%; } }
    .fsComposerFormEmbed form .elementBody > .descText {
      margin-bottom: 10px; }
    .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: left;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
          width: 20%;
          padding-right: 10px;
          text-align: right;
          float: left; } }
    @media (min-width: 600px) {
      .fsComposerFormEmbed form .labelLeft .elementContainer > label {
        padding: 5px 10px 5px 5px; } }
    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
      width: 100%; }
    .fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
      width: auto; }
    .fsComposerFormEmbed form .labelLeft .elementBody {
      margin: 0;
      width: 100%;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementBody {
          width: 80%;
          float: left; } }
    .fsComposerFormEmbed form .linkLike {
      color: #00346C;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #ACB1BA; }
    .fsComposerFormEmbed form .required {
      color: #00346C; }
    .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: #00346C;
        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: #ACB1BA;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      border: 0;
      margin: 0;
      padding: 10px 20px;
      outline: 0;
      background: #00346C !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: #E31937 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "Inter", 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; }
  .fsComposerFormEmbed .requiredLegend {
    display: none; }

.fsFormsRequiredLegend {
  display: none; }

.fsFormFieldLayoutColumns .fsFormFieldOption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

/*! elements - login */
.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView, .fsAccount .fsLoginMainView, .fsAccount .fsLoginForgotView, .fsAccount .fsLoginNewView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after, .fsAccount .fsLoginMainView:after, .fsAccount .fsLoginForgotView:after, .fsAccount .fsLoginNewView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3, .fsAccount .fsLoginMainView h3, .fsAccount .fsLoginForgotView h3, .fsAccount .fsLoginNewView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span, .fsAccount .fsLoginMainView span, .fsAccount .fsLoginForgotView span, .fsAccount .fsLoginNewView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView button, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginForgotView button, .fsAccount .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginNewView button {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #1f3240;
    color: #fff;
    outline: 0;
    border-radius: 20px;
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView button:hover, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover, .fsLogin .fsLoginForgotView button:hover, .fsLogin .fsLoginNewView .fsLoginSubmit:hover, .fsLogin .fsLoginNewView button:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView button:hover, .fsAccount .fsLoginForgotView .fsLoginSubmit:hover, .fsAccount .fsLoginForgotView button:hover, .fsAccount .fsLoginNewView .fsLoginSubmit:hover, .fsAccount .fsLoginNewView button:hover {
      background: #17252f;
      color: #fff; }
    .fsLogin .fsLoginMainView .fsLoginSubmit em, .fsLogin .fsLoginMainView button em, .fsLogin .fsLoginForgotView .fsLoginSubmit em, .fsLogin .fsLoginForgotView button em, .fsLogin .fsLoginNewView .fsLoginSubmit em, .fsLogin .fsLoginNewView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em, .fsAccount .fsLoginMainView button em, .fsAccount .fsLoginForgotView .fsLoginSubmit em, .fsAccount .fsLoginForgotView button em, .fsAccount .fsLoginNewView .fsLoginSubmit em, .fsAccount .fsLoginNewView button em {
      display: block;
      font-style: normal;
      text-transform: uppercase; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block; }

.fsLogin .fsLoginForgotView .fsLoginForgotSubmit, .fsAccount .fsLoginForgotView .fsLoginForgotSubmit {
  margin-right: 10px; }

.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px; }
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
    max-width: 100%; }
  @media screen and (max-width: 599px) {
    .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
      overflow: hidden;
      border-radius: 5px; } }

.fsLogin .fsLoginNewFields .fsLoginNewContinue, .fsAccount .fsLoginNewFields .fsLoginNewContinue {
  margin-right: 10px; }

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px; }

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccount .fsAccountLogout a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #1f3240;
    color: #fff;
    outline: 0;
    border-radius: 20px;
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center; }
    .fsAccount .fsAccountLogout a:hover {
      background: #17252f;
      color: #fff; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal;
      text-transform: uppercase; }

.fsMediaCustomPlayer {
  background: none;
  position: relative; }
  .fsMediaCustomPlayer article {
    background-position: center;
    background-size: cover;
    outline: 0;
    position: relative; }
    .fsMediaCustomPlayer article img {
      opacity: 0;
      visibility: hidden; }
  .fsMediaCustomPlayer .caption-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    left: 0;
    line-height: 22px;
    padding: 10px;
    position: absolute;
    width: 100%; }
    @media (min-width: 800px) {
      .fsMediaCustomPlayer .caption-wrapper {
        padding: 20px; } }
    .fsMediaCustomPlayer .caption-wrapper a {
      color: rgba(255, 255, 255, 0.5); }
      .fsMediaCustomPlayer .caption-wrapper a:hover {
        text-decoration: underline; }
  @media (min-width: 800px) {
    .fsMediaCustomPlayer .caption-title {
      margin-top: 0;
      font-weight: normal;
      font-size: 32px;
      line-height: 40px;
      font-family: "Inter", sans-serif;
      font-weight: 500;
      letter-spacing: normal;
      margin-bottom: 20px;
      margin-bottom: 0; } }
  .fsMediaCustomPlayer .caption-desc {
    display: none; }
    @media (min-width: 800px) {
      .fsMediaCustomPlayer .caption-desc {
        display: block; } }
    .fsMediaCustomPlayer .caption-desc p:last-child {
      margin-bottom: 0; }
    .fsMediaCustomPlayer .caption-desc:empty {
      display: none; }
  .fsMediaCustomPlayer .slick-next, .fsMediaCustomPlayer .slick-prev {
    background: none;
    border: none;
    color: transparent;
    height: 40px;
    outline: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    z-index: 2; }
    .fsMediaCustomPlayer .slick-next:before, .fsMediaCustomPlayer .slick-prev:before {
      color: #fff;
      display: block;
      font-size: 50px;
      font-weight: normal;
      height: 100%;
      left: 0;
      line-height: 30px;
      position: absolute;
      top: 0;
      width: 100%;
      text-align: center;
      text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35); }
  .fsMediaCustomPlayer .slick-next {
    left: auto;
    right: 0; }
    .fsMediaCustomPlayer .slick-next:before {
      content: '\203A'; }
  .fsMediaCustomPlayer .slick-prev {
    left: 0;
    right: auto; }
    .fsMediaCustomPlayer .slick-prev:before {
      content: '\2039'; }

.fsNews.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsNews.fsThumbnailAlignLeft .fsThumbnail {
      float: left;margin-right:10px; } }

.fsNews.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsNews.fsThumbnailAlignRight .fsThumbnail {
      float: right; } }

.fsNews .fsTitle {
  margin-top: 5px;
  margin-bottom: 10px; }

.fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
      float: left; margin-right:10px; } }

.fsPostElement.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsPostElement.fsThumbnailAlignRight .fsThumbnail {
      float: right; } }

.fsPostElement .fsTitle {
  color: #00346C; }

.fsPostElement .fsDateTime {
  color: #E31937; }

.hero-image {
  margin-top: -15px;
  border-bottom: 15px solid #ACB1BA; }
  .hero-image figure {
    position: relative; }
    .hero-image figure img {
      width: 100%; }
  .hero-image figcaption {
    padding: 15px; }
    .hero-image figcaption h2, .hero-image figcaption .admissions .welcome h2.fsElementTitle, .admissions .welcome .hero-image figcaption h2.fsElementTitle, .hero-image figcaption .admissions .admissions-team > header, .admissions .hero-image figcaption .admissions-team > header {
      font-size: 20px;
      line-height: 1;
      margin-bottom: 10px;
      color: #00346C; }
      @media (min-width: 900px) {
        .hero-image figcaption h2, .hero-image figcaption .admissions .welcome h2.fsElementTitle, .admissions .welcome .hero-image figcaption h2.fsElementTitle, .hero-image figcaption .admissions .admissions-team > header, .admissions .hero-image figcaption .admissions-team > header {
          font-size: 28px; } }
    .hero-image figcaption *:last-child {
      margin-bottom: 0; }
    @media (min-width: 700px) {
      .hero-image figcaption {
        position: absolute;
        bottom: 20px;
        left: 20px;
        max-width: 65%;
        background-color: rgba(255, 255, 255, 0.85);
        padding: 20px; } }
    @media (min-width: 900px) {
      .hero-image figcaption {
        bottom: 40px;
        left: 40px; } }

.fsResourceElement .fsTitle {
  margin-bottom: 10px; }

.fsResourceElement.hero figcaption {
  position: absolute;
  max-width: 50%;
  z-index: 10;
  margin-right: auto;
  background: transparent !important;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  left: calc(50% - 567px);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  color: #fff;
  bottom: 75px; }
  @media (max-width: 1219px) {
    .fsResourceElement.hero figcaption {
      left: 20px; } }
  @media (max-width: 1179px) {
    .fsResourceElement.hero figcaption {
      max-width: 70%; } }
  @media (max-width: 899px) {
    .fsResourceElement.hero figcaption {
      max-width: 100%;
      left: 0; } }
  @media (max-width: 699px) {
    .fsResourceElement.hero figcaption {
      position: relative;
      background: #00346C !important;
      margin-left: auto;
      padding: 20px 15px 70px 15px;
      text-shadow: none;
      height: auto;
      text-align: center;
      width: 100%;
      bottom: 0;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.3;
      letter-spacing: .05em; } }
  .fsResourceElement.hero figcaption a {
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 11px 0px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px; }
    .fsResourceElement.hero figcaption a:hover {
      opacity: .8; }
  .fsResourceElement.hero figcaption h2, .fsResourceElement.hero figcaption .admissions .welcome h2.fsElementTitle, .admissions .welcome .fsResourceElement.hero figcaption h2.fsElementTitle, .fsResourceElement.hero figcaption .admissions .admissions-team > header, .admissions .fsResourceElement.hero figcaption .admissions-team > header {
    padding: 10px 0px 0;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    font-family: "Inter", sans-serif; }
    @media (max-width: 899px) {
      .fsResourceElement.hero figcaption h2, .fsResourceElement.hero figcaption .admissions .welcome h2.fsElementTitle, .admissions .welcome .fsResourceElement.hero figcaption h2.fsElementTitle, .fsResourceElement.hero figcaption .admissions .admissions-team > header, .admissions .fsResourceElement.hero figcaption .admissions-team > header {
        padding: 10px 10px 0px 25px;
        font-size: 30px; } }
    @media (max-width: 699px) {
      .fsResourceElement.hero figcaption h2, .fsResourceElement.hero figcaption .admissions .welcome h2.fsElementTitle, .admissions .welcome .fsResourceElement.hero figcaption h2.fsElementTitle, .fsResourceElement.hero figcaption .admissions .admissions-team > header, .admissions .fsResourceElement.hero figcaption .admissions-team > header {
        padding: 10px;
        font-size: 28px;
        line-height: 1.2; } }

.fsResourceElement.hero {
  width: 100%;
  position: relative;
  margin-bottom: 0px;
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  transition: all 1s cubic-bezier(0.32, 0.88, 0.57, 1.3);
  opacity: 1;
  border-bottom: 3px solid #E31937; }
  .fsLiveMode .fsResourceElement.hero {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .fsResourceElement.hero .slick-dots {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
    position: absolute;
    width: auto;
    display: flex;
    z-index: 3;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1180px;
    padding: 0 20px;
    right: 6px;
    bottom: 45px;
    width: 100%;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .fsResourceElement.hero .slick-dots, .fsResourceElement.hero .slick-dots ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .fsResourceElement.hero .slick-dots li {
      margin: 0;
      padding: 0; }
    .fsResourceElement.hero .slick-dots li {
      margin: 0; }
      .fsResourceElement.hero .slick-dots li.slick-active button {
        background-color: #E31937;
        border-color: #E31937; }
      .fsResourceElement.hero .slick-dots li button {
        border: 0;
        background: none;
        outline: 0;
        margin: 0;
        padding: 0;
        position: relative;
        width: 9px;
        height: 9px;
        border: solid 2px rgba(255, 255, 255, 0.5);
        color: transparent;
        margin-right: 0;
        border-radius: 50%;
        cursor: pointer;
        box-sizing: content-box; }
        .fsResourceElement.hero .slick-dots li button:before {
          display: none; }
        .fsResourceElement.hero .slick-dots li button:hover {
          border-color: #E31937; }
    @media (max-width: 699px) {
      .fsResourceElement.hero .slick-dots {
        -ms-flex-pack: center;
        justify-content: center; } }
    .fsResourceElement.hero .slick-dots li button {
      margin-right: 10px;
      border-radius: 50%; }
  body:not(.accessible).drawer-is-active .fsResourceElement.hero {
    -ms-transform: translate(-100px, 100px);
    transform: translate(-100px, 100px);
    opacity: 0.5; }
  .fsResourceElement.hero > header {
    padding-top: 40px; }
    @media (min-width: 1180px) {
      .fsResourceElement.hero > header {
        position: absolute;
        bottom: 50px;
        padding-top: 0;
        left: 50%;
        width: 100%;
        pointer-events: none;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 2; } }
    .fsResourceElement.hero > header h2.fsElementTitle, .admissions .welcome .fsResourceElement.hero > header h2.fsElementTitle, .fsResourceElement.hero > header .admissions .admissions-team > header.fsElementTitle, .admissions .fsResourceElement.hero > header .admissions-team > header.fsElementTitle,
    .fsResourceElement.hero > header .fsElementHeaderContent {
      width: 100%;
      margin: 0;
      font-weight: 700;
      font-size: 30px;
      line-height: 1;
      color: #00346C;
      text-align: center; }
      @media (min-width: 1180px) {
        .fsResourceElement.hero > header h2.fsElementTitle, .admissions .welcome .fsResourceElement.hero > header h2.fsElementTitle, .fsResourceElement.hero > header .admissions .admissions-team > header.fsElementTitle, .admissions .fsResourceElement.hero > header .admissions-team > header.fsElementTitle,
        .fsResourceElement.hero > header .fsElementHeaderContent {
          font-size: 49px;
          color: #fff;
          width: auto; } }
    .fsResourceElement.hero > header h2.fsElementTitle, .admissions .welcome .fsResourceElement.hero > header h2.fsElementTitle, .fsResourceElement.hero > header .admissions .admissions-team > header.fsElementTitle, .admissions .fsResourceElement.hero > header .admissions-team > header.fsElementTitle {
      margin-right: 5px;
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      font-weight: 400; }
    .fsResourceElement.hero > header .fsElementHeaderContent {
      font-weight: 700;
      text-transform: uppercase; }
  .fsResourceElement.hero article {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0px;
    overflow: hidden;
    height: auto; }
    .fsResourceElement.hero article figure,
    .fsResourceElement.hero article .fsResourceLink {
      display: block; }
    .fsLiveMode .fsResourceElement.hero article img {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center center;
      object-position: center center;
      opacity: 1;
      display: block; }
    .fsResourceElement.hero article picture,
    .fsResourceElement.hero article video,
    .fsResourceElement.hero article .fsResourceVideoThumbnail {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
      height: 650px;
      max-height: calc(100vh - 187px); }
      @media (max-width: 699px) {
        .fsResourceElement.hero article picture,
        .fsResourceElement.hero article video,
        .fsResourceElement.hero article .fsResourceVideoThumbnail {
          height: 180px; } }
      .home .fsResourceElement.hero article picture, .home
      .fsResourceElement.hero article video, .home
      .fsResourceElement.hero article .fsResourceVideoThumbnail {
        height: 650px;
        max-height: calc(100vh - 187px); }
        @media (max-width: 699px) {
          .home .fsResourceElement.hero article picture, .home
          .fsResourceElement.hero article video, .home
          .fsResourceElement.hero article .fsResourceVideoThumbnail {
            height: 180px; } }
    .fsLiveMode .fsResourceElement.hero article .fsResourceVideoThumbnail img {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center center;
      object-position: center center;
      opacity: 1;
      display: block; }
    .fsResourceElement.hero article video {
      -ms-flex-order: -1;
      order: -1;
      -o-object-fit: cover;
      object-fit: cover; }
  .fsResourceElement.hero footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    @media (min-width: 800px) {
      .fsResourceElement.hero footer {
        width: auto; } }
    .fsResourceElement.hero footer .fsElementFooterContent,
    .fsResourceElement.hero footer a {
      margin-bottom: 0; }
    .fsResourceElement.hero footer .fsElementFooterContent {
      display: -ms-flexbox;
      display: flex; }
    .fsResourceElement.hero footer a {
      width: 50%;
      padding: 15px 5px; }
      @media (min-width: 800px) {
        .fsResourceElement.hero footer a {
          width: auto;
          padding: 15px 20px; } }
      .fsResourceElement.hero footer a:first-child {
        border-right: solid 1px #fff; }
        @media (min-width: 800px) {
          .fsResourceElement.hero footer a:first-child {
            border-right: 0;
            margin-right: 1px; } }

.fsImage.fsStateFloatRight {
  margin-bottom: 30px; }
  @media (min-width: 800px) {
    .fsImage.fsStateFloatRight {
      margin-left: 60px; } }

.fsImage.fsStateFloatLeft {
  margin-bottom: 30px; }
  @media (min-width: 800px) {
    .fsImage.fsStateFloatLeft {
      margin-right: 60px; } }

.fsImage picture {
  display: block; }

.fsResourceElement.fsListNav .fsResourceCollectionName + nav {
  margin-top: 20px; }

.fsResourceElement.fsListNav .fsTitle {
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  margin-bottom: 0; }

.fsResourceElement.hero {
  position: relative; }
  .fsResourceElement.hero article:before {
    content: "";
    position: absolute;
    height: 20%;
    min-height: 120px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%); }
    @media (min-width: 1180px) {
      .fsResourceElement.hero article:before {
        min-height: 313px; } }
  .fsResourceElement.hero figure .fsResourceLink {
    pointer-events: none; }
  .fsResourceElement.hero picture {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: block;
    z-index: 0; }
  .fsResourceElement.hero .slick-slider {
    padding: 0;
    margin-bottom: 0; }
    @media (max-width: 1179px) {
      .fsResourceElement.hero .slick-slider {
        position: static; } }
  .fsResourceElement.hero .fsPager,
  .fsResourceElement.hero .slick-dots {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
    position: absolute;
    width: auto;
    z-index: 3;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1180px;
    padding: 0 25px;
    right: 6px;
    bottom: 45px;
    width: 100%;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .fsResourceElement.hero .fsPager li,
    .fsResourceElement.hero .slick-dots li {
      margin: 0; }
      .fsResourceElement.hero .fsPager li.slick-active button,
      .fsResourceElement.hero .slick-dots li.slick-active button {
        background-color: #E31937;
        border-color: #E31937; }
      .fsResourceElement.hero .fsPager li button,
      .fsResourceElement.hero .slick-dots li button {
        border: 0;
        background: none;
        outline: 0;
        margin: 0;
        padding: 0;
        position: relative;
        width: 9px;
        height: 9px;
        border: solid 2px rgba(255, 255, 255, 0.5);
        color: transparent;
        margin-right: 0;
        border-radius: 50%;
        cursor: pointer;
        box-sizing: content-box; }
        .fsResourceElement.hero .fsPager li button:before,
        .fsResourceElement.hero .slick-dots li button:before {
          display: none; }
        .fsResourceElement.hero .fsPager li button:hover,
        .fsResourceElement.hero .slick-dots li button:hover {
          border-color: #E31937; }
    @media (max-width: 699px) {
      .fsResourceElement.hero .fsPager,
      .fsResourceElement.hero .slick-dots {
        -ms-flex-pack: center;
        justify-content: center; } }
    .fsResourceElement.hero .fsPager li button,
    .fsResourceElement.hero .slick-dots li button {
      border-radius: 50%; }
  .fsResourceElement.hero .fsSlideshowPause,
  .fsResourceElement.hero .fsSlideshowPlay {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    width: 42px;
    height: 52px;
    z-index: 5;
    -ms-transform: none;
    transform: none;
    border-radius: 0%;
    color: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    box-sizing: content-box;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    width: 34px;
    height: 34px;
    top: auto;
    z-index: 5;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    border: solid 2px #fff;
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s; }
    .fsResourceElement.hero .fsSlideshowPause:before,
    .fsResourceElement.hero .fsSlideshowPlay:before {
      position: absolute;
      height: 100%;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-transform: none;
      transform: none;
      left: 0;
      top: 0;
      font-size: 1.25rem;
      color: #00346C; }
    .fsResourceElement.hero .fsSlideshowPause.fsLeftArrow, .fsResourceElement.hero .fsSlideshowPause.fsPrevArrow, .fsResourceElement.hero .fsSlideshowPause.slick-prev,
    .fsResourceElement.hero .fsSlideshowPlay.fsLeftArrow,
    .fsResourceElement.hero .fsSlideshowPlay.fsPrevArrow,
    .fsResourceElement.hero .fsSlideshowPlay.slick-prev {
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
    @media (min-width: 800px) {
      .fsResourceElement.hero .fsSlideshowPause,
      .fsResourceElement.hero .fsSlideshowPlay {
        -ms-transform: none;
        transform: none;
        width: 42px;
        height: 42px; } }
    @media (min-width: 1000px) {
      .fsResourceElement.hero .fsSlideshowPause,
      .fsResourceElement.hero .fsSlideshowPlay {
        right: 33px;
        bottom: 33px; } }
    .fsResourceElement.hero .fsSlideshowPause:hover,
    .fsResourceElement.hero .fsSlideshowPlay:hover {
      border-color: #ACB1BA; }
    .fsResourceElement.hero .fsSlideshowPause:before,
    .fsResourceElement.hero .fsSlideshowPlay:before {
      color: #fff; }
      @media (min-width: 1180px) {
        .fsResourceElement.hero .fsSlideshowPause:before,
        .fsResourceElement.hero .fsSlideshowPlay:before {
          font-size: 38px; } }
  .fsResourceElement.hero .fsSlideshowPause:before, .fsResourceElement.hero .fsSlideshowPause:after {
    content: "";
    position: absolute;
    height: 12px;
    width: 3px;
    margin: 0;
    padding: 0;
    left: 50%;
    top: 50%;
    background-color: #fff; }
    @media (min-width: 1180px) {
      .fsResourceElement.hero .fsSlideshowPause:before, .fsResourceElement.hero .fsSlideshowPause:after {
        height: 18px; } }
  .fsResourceElement.hero .fsSlideshowPause:before {
    -ms-transform: translate(-5px, -50%);
    transform: translate(-5px, -50%); }
  .fsResourceElement.hero .fsSlideshowPause:after {
    -ms-transform: translate(3px, -50%);
    transform: translate(3px, -50%); }
  .fsResourceElement.hero .fsSlideshowPlay:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .fsResourceElement.hero .slick-arrow {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    width: 42px;
    height: 52px;
    z-index: 5;
    -ms-transform: none;
    transform: none;
    border-radius: 0%;
    color: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    box-sizing: content-box;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    left: auto;
    top: auto;
    width: 70px;
    color: transparent;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    bottom: 15px;
    right: 12px; }
    .fsResourceElement.hero .slick-arrow:before {
      position: absolute;
      height: 100%;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-transform: none;
      transform: none;
      left: 0;
      top: 0;
      font-size: 1.25rem;
      color: #fff; }
    .fsResourceElement.hero .slick-arrow.fsLeftArrow, .fsResourceElement.hero .slick-arrow.fsPrevArrow, .fsResourceElement.hero .slick-arrow.slick-prev {
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
    @media (min-width: 800px) {
      .fsResourceElement.hero .slick-arrow {
        bottom: 40px;
        right: 20px; } }
    .fsResourceElement.hero .slick-arrow:hover:before, .fsResourceElement.hero .slick-arrow:focus:before {
      color: #ACB1BA; }
    .fsResourceElement.hero .slick-arrow.fsLeftArrow {
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
    .fsResourceElement.hero .slick-arrow:before {
      font-size: 26px; }
      @media (min-width: 800px) {
        .fsResourceElement.hero .slick-arrow:before {
          font-size: 38px; } }

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage .fsTitle {
  text-align: center; }

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage img {
  margin: 0 auto; }

.fsResourceElement.fsSingleItem.hero {
  position: relative;
  margin-bottom: 0; }
  @media (min-width: 1000px) {
    .fsResourceElement.fsSingleItem.hero {
      margin-bottom: 5px; } }
  @media (min-width: 1100px) {
    .fsResourceElement.fsSingleItem.hero {
      margin-bottom: 35px; } }
  body:not(.home) .fsResourceElement.fsSingleItem.hero {
    margin-bottom: 0; }
  .fsResourceElement.fsSingleItem.hero article {
    position: relative; }
    .fsResourceElement.fsSingleItem.hero article picture {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover; }
    .fsLiveMode .fsResourceElement.fsSingleItem.hero article img {
      opacity: 0;
      height: 0; }

/*! _dialog.scss - src/sass/modules/resources/_dialog.scss - resource dialog pop up */
/*! _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 */
.top-search-embed {
  background-color: #ACB1BA;
  border-radius: 3px;
  margin-left: 13px; }
  @media (max-width: 1179px) {
    #fsHeader .top-search-embed {
      display: none; } }
  .top-search-embed label {
    display: none; }
  .top-search-embed > .fsElementContent {
    padding: 0px !important;
    text-align: center;
    width: 150px; }
  .top-search-embed .top-search form {
    padding: 0px;
    margin: 0px;
    width: 100%;
    overflow: hidden;
    border: 0px; }
  .top-search-embed .top-search input {
    background-color: transparent;
    height: 32px;
    border: 0px;
    margin: 0;
    padding: 10px 5px 10px 16px;
    float: left;
    display: block;
    width: calc(100% - 40px);
    height: 35px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.1;
    color: #fff;
    font-family: "Inter", sans-serif; }
  .top-search-embed .top-search button {
    height: 32px;
    width: 40px;
    margin: 0px;
    padding: 0px;
    float: left;
    display: block;
    background-color: transparent;
    border: 0px;
    text-indent: -999px; }
    .top-search-embed .top-search button:before {
      text-indent: 0px;
      content: '\f002';
      font-family: "icomoon";
      position: absolute;
      text-align: center;
      display: inline-block;
      width: 25px;
      height: 25px;
      right: 13px;
      top: 5px;
      background: rgba(0, 0, 0, 0.25);
      font-size: 14px;
      font-weight: 400;
      color: #fff;
      line-height: 25px;
      border-radius: 14%;
      font-weight: 400;
      transition: background .3s ease-in-out; }
    .top-search-embed .top-search button:hover:before {
      background: #00346C; }
  .top-search-embed input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1rem; }
  .top-search-embed input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1rem; }
  .top-search-embed input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1rem; }
  .top-search-embed input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1rem; }
  #fsMenu .top-search-embed {
    background: rgba(0, 0, 0, 0.15);
    right: 0;
    margin: 0 auto;
    left: 0;
    width: calc(100% - 40px);
    border-radius: 20px;
    position: relative; }
    #fsMenu .top-search-embed > .fsElementContent {
      width: 260px;
      right: 0;
      left: 0;
      margin: 0 auto;
      border-radius: 20px; }
    #fsMenu .top-search-embed input {
      background: #fff;
      color: #00346C;
      border-radius: 3px; }
    #fsMenu .top-search-embed button {
      color: #fff; }
      #fsMenu .top-search-embed button:before {
        color: #fff;
        background: rgba(0, 0, 0, 0.15);
        font-size: 14px;
        font-weight: 400; }

#mobile-menu input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff !important; }

#mobile-menu input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important; }

#mobile-menu input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff !important; }

#mobile-menu input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important; }

.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: #E31937 !important;
          background-image: none !important;
          width: 100%;
          height: 50px !important;
          color: #000;
          padding-left: 10px !important;
          padding-right: 85px !important;
          margin: 0 !important;
          border-radius: 0 !important;
          font-size: 15px;
          font-family: "Inter", 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: #00346C;
      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: "Inter", sans-serif;
        opacity: 1;
        display: block;
        position: absolute;
        text-align: center;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        line-height: 50px;
        font-size: 15px; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
        background: black;
        transition: .3s; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
        border: 0;
        height: 100%;
        width: 100%;
        color: transparent;
        opacity: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0; }

/*! _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 #1f3240; }
      .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: #1f3240;
        padding-left: 10px !important;
        padding-right: 85px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 15px;
        font-family: "Inter", 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: #1f3240;
    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: 15px;
      font-family: "Inter", sans-serif; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: black;
      transition: .3s; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
      border: 0;
      height: 100%;
      width: 100%;
      color: transparent;
      opacity: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */
.fsSearchResults form.gsc-search-box-tools, .fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 20px; }

.fsSearchResults .gsc-control-cse, .fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 15px; }

.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: #1f3240; }
  .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: #E31937; }

.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: #00346C !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: #ACB1BA !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: 15px; }

.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 20px;
  background: #1f3240;
  color: #fff;
  outline: 0;
  border-radius: 20px;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center; }
  .vimeo_view_link a:hover {
    background: #17252f;
    color: #fff; }
  .vimeo_view_link a em {
    display: block;
    font-style: normal;
    text-transform: uppercase; }

/*! elements - social youtube */
.fsYoutube {
  margin-bottom: 20px; }
  .fsYoutube .fsSocialVideoFrame {
    margin-bottom: 20px; }

.fsYoutubeList, .fsYoutubeList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsYoutubeList li {
  margin: 0;
  padding: 0; }

.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .3s;
  opacity: .6; }
  .fsYoutubeList .fsYoutubeListItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .fsYoutubeList .fsYoutubeListItem:hover {
    border: none;
    border-bottom: solid 1px #dddedf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    transition: opacity .3s; }
    .fsYoutubeList .fsYoutubeListItem:hover:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.fsYoutubeThumb {
  margin-bottom: 10px;
  margin-right: 20px;
  float: none; }
  @media (min-width: 600px) {
    .fsYoutubeThumb {
      float: left;
      margin-bottom: 0; } }

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #1f3240;
  color: #fff;
  outline: 0;
  border-radius: 20px;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center; }
  .Youtube_view_link a:hover {
    background: #17252f;
    color: #fff; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal;
    text-transform: uppercase; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 2px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 16px;
        font-family: "Inter", sans-serif;
        margin-bottom: 0px;
        margin-top: 1px;
        border-bottom: 1px solid rgba(0, 52, 108, 0.3);
        display: block;
        padding: 0px 20px 2px 20px;
        color: #00346C;
        transition: .3s;
        border-bottom: 0;
        padding: 10px;
        background: #F2F1EF;
        color: #00346C; }
        .fsTabs .fsTabsNav li a:hover {
          background: #00346C;
          color: #fff; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #E31937;
        color: #fff; }

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block; }
  @media (min-width: 600px) {
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
      display: none; } }

/*! pages - home v0.0.1 */
.home #fsPageBodyWrapper {
  padding: 0; }

.home #fsPageBody {
  max-width: 100%; }

.home #fsPageContent > .fsPageLayout > .fsDiv {
  margin-bottom: 0; }

.title-style {
  padding-top: 60px;
  padding-bottom: 60px; }
  .title-style > .fsContainer > header,
  .title-style > header {
    text-align: center;
    padding-bottom: 20px; }
    @media (max-width: 899px) {
      .title-style > .fsContainer > header,
      .title-style > header {
        padding: 0 15px; } }
    .title-style > .fsContainer > header > .fsElementTitle,
    .title-style > header > .fsElementTitle {
      color: #00346C;
      font-weight: 400;
      font-size: 45px;
      line-height: 1.2;
      position: relative;
      letter-spacing: 2px;
      padding-bottom: 24px;
      /*margin-bottom: 28px;*/ }
      .title-style > .fsContainer > header > .fsElementTitle .title-diamond,
      .title-style > header > .fsElementTitle .title-diamond {
        /*display: block;*/
        /* Removes the diamond underline for the H2's. Remove comments to enable*/
        display: none;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 8px;
        text-align: center;
        position: absolute; }
        .title-style > .fsContainer > header > .fsElementTitle .title-diamond:before,
        .title-style > header > .fsElementTitle .title-diamond:before {
          content: '';
          position: absolute;
          background-color: rgba(168, 168, 168, 0.5);
          width: 115px;
          height: 1px;
          bottom: 4px;
          left: 50%;
          -ms-transform: translateX(-128px);
          transform: translateX(-128px); }
        .title-style > .fsContainer > header > .fsElementTitle .title-diamond:after,
        .title-style > header > .fsElementTitle .title-diamond:after {
          content: '';
          position: absolute;
          background-color: rgba(168, 168, 168, 0.5);
          width: 115px;
          height: 1px;
          bottom: 4px;
          left: 50%;
          -ms-transform: translateX(13px);
          transform: translateX(13px); }
        .title-style > .fsContainer > header > .fsElementTitle .title-diamond .the-diamond,
        .title-style > header > .fsElementTitle .title-diamond .the-diamond {
          width: 9px;
          height: 9px;
          position: absolute;
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          background: transparent url("../images/reddiamond.png") center center no-repeat;
          bottom: 0; }
      @media (max-width: 899px) {
        .title-style > .fsContainer > header > .fsElementTitle,
        .title-style > header > .fsElementTitle {
          font-size: 42px; } }
      @media (max-width: 699px) {
        .title-style > .fsContainer > header > .fsElementTitle,
        .title-style > header > .fsElementTitle {
          font-size: 35px; } }
    .title-style > .fsContainer > header > .fsElementHeaderContent,
    .title-style > header > .fsElementHeaderContent {
      font-size: 20px;
      line-height: 1.4;
      position: relative;
      margin: 0 auto;
      max-width: 52.66667em;
      max-width: 49.375rem; }

.landing .title-style > header > .fsElementHeaderContent {
  font-size: 20px;
  position: relative;
  margin: 0 auto;
  max-width: 56.66667em;
  max-width: 53.125rem; }

.landing .title-style .fsElementContent {
  font-size: 16px;
  position: relative;
  margin: 0 auto;
  max-width: 78.66667em;
  max-width: 73.75rem;
  text-align: center; }

.why-pembroke-container {
  position: relative;
  margin: 0 auto;
  max-width: 96em;
  max-width: 90rem;
  padding-bottom: 70px; }
  .why-pembroke-container > .fsContainer > .fsElementContent {
    padding: 0 20px !important;
    position: relative; }
    @media (min-width: 600px) {
      .why-pembroke-container > .fsContainer > .fsElementContent {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media (min-width: 1000px) {
      .why-pembroke-container > .fsContainer > .fsElementContent {
        height: 59.6vw;
        max-height: 858px;
        font-size: 0;
        display: block; } }

.why-box {
  height: 150px;
  border-bottom: 3px solid #E31937;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px; }
  .why-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+60,0.6+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
    /* IE6-9 */
    opacity: 1;
    transition: opacity .3s ease-in-out; }
  .why-box:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+60,0.6+100 */
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity .3s ease-in-out; }
  .why-box .inner-con {
    z-index: 2;
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #E31937;
    transition: transform .3s ease-in-out;
    color: #fff; }
    .why-box .inner-con header {
      position: absolute;
      left: 0;
      width: 100%;
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);
      padding: 0 20px; }
      .why-box .inner-con header .fsElementTitle {
        color: #fff;
        font-size: 32px;
        transition: all .3s ease-in-out; }
    .why-box .inner-con .fsElementContent {
      padding: 15px 20px;
      text-align: left;
      font-size: 16px; }
      .why-box .inner-con .fsElementContent p {
        margin-bottom: 5px; }
      .why-box .inner-con .fsElementContent a {
        color: #fff; }
        .why-box .inner-con .fsElementContent a:hover {
          color: #fff;
          text-decoration: underline; }
  @media (min-width: 600px) {
    .why-box {
      height: 300px;
      display: inline-block;
      -ms-flex: 0 0 calc(50% - 10px);
      flex: 0 0 calc(50% - 10px); } }
  @media (min-width: 1000px) {
    .why-box {
      position: absolute; }
      .why-box .inner-con header {
        text-align: left; }
        .why-box .inner-con header .fsTitle {
          font-size: 30px; }
      .why-box .inner-con .fsElementContent {
        font-size: 14px; }
      .why-box:nth-child(1) {
        position: absolute;
        width: calc(33.333% - 20px);
        height: calc(50% - 10px); }
      .why-box:nth-child(2) {
        position: absolute;
        left: calc(33.333% + 20px);
        width: calc(33.333% - 20px);
        height: calc(66.66% - 20px); }
      .why-box:nth-child(3) {
        position: absolute;
        left: calc(66.666% + 20px);
        width: calc(33.333% - 20px);
        height: calc(33.333% - 20px); }
      .why-box:nth-child(4) {
        position: absolute;
        top: 33.333%;
        left: calc(66.666% + 20px);
        width: calc(33.333% - 20px);
        height: calc(33.333% - 20px); }
      .why-box:nth-child(5) {
        position: absolute;
        top: calc(50% + 10px);
        width: calc(33.333% - 20px);
        height: calc(50% - 20px); }
      .why-box:nth-child(6) {
        position: absolute;
        top: 66.666%;
        left: calc(33.333% + 20px);
        width: calc(66.666% - 20px);
        height: calc(33.333% - 10px); } }
  @media (min-width: 1180px) {
    .why-box .inner-con header .fsElementTitle {
      font-size: 32px; }
    .why-box .inner-con .fsElementContent {
      font-size: 16px; } }
  @media (max-width: 599px) {
    .why-box > .inner-con {
      height: 100%; }
      .why-box > .inner-con header {
        height: 100%; }
        .why-box > .inner-con header .fsElementTitle {
          position: absolute;
          width: 100%;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
  .why-box:hover:before, .why-box.on:before {
    opacity: 0; }
  .why-box:hover:after, .why-box.on:after {
    opacity: 1; }
  .why-box:hover .inner-con, .why-box.on .inner-con {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
    .why-box:hover .inner-con header .fsElementTitle, .why-box.on .inner-con header .fsElementTitle {
      margin-bottom: 5px; }

.we-are-container {
  position: relative;
  padding-bottom: 70px;
  background: #F2F1EF; }
  .we-are-container > .fsContainer > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem;
    position: relative; }
    @media (max-width: 1339px) {
      .we-are-container > .fsContainer > .fsElementContent {
        padding: 0 80px; } }
    @media (max-width: 899px) {
      .we-are-container > .fsContainer > .fsElementContent {
        padding: 0 80px; } }
    @media (max-width: 749px) {
      .we-are-container > .fsContainer > .fsElementContent {
        padding-bottom: 40px; } }
    @media (max-width: 599px) {
      .we-are-container > .fsContainer > .fsElementContent {
        padding: 0 20px 40px 20px; } }
  .we-are-container .slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ACB1BA;
    border-radius: 20px;
    left: -70px;
    cursor: pointer;
    transition: background-color .3s ease-in-out; }
    @media (max-width: 1339px) {
      .we-are-container .slick-arrow {
        left: 20px; } }
    @media (max-width: 749px) {
      .we-are-container .slick-arrow {
        bottom: -40px;
        top: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        -ms-transform: translateX(-100%);
        transform: translateX(-100%); } }
    .we-are-container .slick-arrow:hover {
      background-color: #00346C; }
    .we-are-container .slick-arrow:before {
      color: #fff;
      position: absolute;
      margin: 3px 13px 0 13px;
      font-size: 30px;
      line-height: 1; }
    .we-are-container .slick-arrow.icon-angle-right {
      left: auto;
      right: -70px; }
      .we-are-container .slick-arrow.icon-angle-right:before {
        margin: 3px 13px 0 16px; }
      @media (max-width: 1339px) {
        .we-are-container .slick-arrow.icon-angle-right {
          right: 20px; } }
      @media (max-width: 749px) {
        .we-are-container .slick-arrow.icon-angle-right {
          left: 0;
          right: 0;
          margin: 0 auto;
          -ms-transform: translateX(100%);
          transform: translateX(100%); } }

.we-box {
  margin: 0 10px;
  background-position: center center;
  background-size: cover;
  height: 400px;
  position: relative;
  text-align: center;
  border-bottom: 0px solid #E31937; }
  .we-box:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    background-color: #E31937;
    bottom: 0;
    left: 0;
    transition: all .3s ease-in-out; }
  .we-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+60,0.6+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
    /* IE6-9 */ }
  .we-box .inner-con {
    position: absolute;
    width: 100%;
    bottom: 0; }
    .we-box .inner-con > header {
      font-size: 49px;
      transition: all .3s ease-in-out; }
      .we-box .inner-con > header .icon-play-button,
      .we-box .inner-con > header .icon-play-button *:before {
        color: #fff; }
      .we-box .inner-con > header .icon-play-button:after {
        content: 'Play Video';
        display: block;
        position: relative;
        font-size: 12px;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
        text-transform: uppercase;
        letter-spacing: .1em;
        padding-top: 15px;
        font-family: "Inter", sans-serif; }
      .we-box .inner-con > header .fsElementTitle {
        font-size: 24px;
        color: #fff;
        font-family: "Inter", sans-serif;
        margin-top: 14px;
        margin-bottom: 0;
        transition: all .3s ease-in-out; }
      .we-box .inner-con > header .fsElementHeaderContent {
        font-family: "Inter", sans-serif;
        color: #fff;
        transition: all .3s ease-in-out; }
    .we-box .inner-con .fsElementContent {
      font-family: "Inter", sans-serif;
      color: #fff;
      transition: all .3s ease-in-out;
      margin-bottom: 12px; }
      .we-box .inner-con .fsElementContent p {
        margin-bottom: 0; }
  .we-box:hover:after {
    height: 3px; }
  .we-box:hover .inner-con header {
    -ms-transform: translateY(72px);
    transform: translateY(72px); }
    .we-box:hover .inner-con header .fsElementTitle {
      -ms-transform: translateY(400px);
      transform: translateY(400px);
      opacity: 0; }
  .we-box:hover .inner-con .fsElementContent {
    -ms-transform: translateY(400px);
    transform: translateY(400px);
    opacity: 0; }
  body:not(.fsDraftMode) .we-box .inner-con > footer a {
    text-indent: -9999px;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0; }

.whats-happening-container {
  padding-bottom: 50px; }
  .whats-happening-container footer {
    text-align: center;
    padding-top: 20px; }
    .whats-happening-container footer a {
      display: inline-block;
      margin: 10px 5px;
      background: #FFF;
      color: #E31937;
      text-transform: uppercase;
      font-size: 17px;
      padding: 10px 50px;
      border-radius: 3px;
      border: 2px solid #E31937;
      font-weight: 300;
      letter-spacing: .1em; }
      .whats-happening-container footer a:hover {
        background: #E31937;
        color: #FFF; }
    @media (max-width: 599px) {
      .whats-happening-container footer {
        margin: 0 14px; }
        .whats-happening-container footer a {
          display: block;
          margin-bottom: 20px; } }
  .whats-happening-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem;
    position: relative; }
    @media (max-width: 1339px) {
      .whats-happening-container > .fsElementContent {
        padding: 0 30px; } }
    @media (max-width: 699px) {
      .whats-happening-container > .fsElementContent {
        padding: 0 10px; } }

.news-slideshow article {
  margin: 0 10px;
  padding: 20px;
  border: 2px solid #ececec;
  background: #F2F1EF;
  min-height: 350px; }
  .news-slideshow article .fsThumbnail {
    display: block;
    height: 222px;
    width: 100%;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center center;
    position: relative; }
    .news-slideshow article .fsThumbnail img {
      display: none; }
    .news-slideshow article .fsThumbnail:after {
      /* content: '';
      position: absolute;
      display: inline-block;
      width: 50px;
      background-color: #E31937;
      height: 2px;
      bottom: -27px;
      left: 0; */ }
  .news-slideshow article .fsSummary {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
    /*font-family: "Inter", sans-serif; */
    color: #00346C; }
  .news-slideshow article .fsDateTime {
    /*position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    overflow: hidden;
    text-align: right;
    padding-top: 40px;
    padding-right: 20px; */}
    .news-slideshow article .fsDateTime .fsDate {
      /* position: relative;
      color: #fff !important;
      font-size: 14px;
      text-transform: uppercase; */ 
      display: none;}
    .news-slideshow article .fsDateTime:before {
      /* background: #00346C;
      bottom: 0;
      content: '';
      display: block;
      height: 70px;
      left: 0;
      position: absolute;
      right: 0;
      -ms-transform: skewY(-11.8deg);
      transform: skewY(-11.8deg);
      -ms-transform-origin: 100%;
      transform-origin: 100%;
      z-index: 0; */ }

.visit-pembroke-container footer {
  text-align: center;
  padding-top: 20px; }
  .visit-pembroke-container footer a {
    display: inline-block;
    margin: 10px 5px;
    background: transparent;
    color: #E31937;
    text-transform: uppercase;
    font-size: 17px;
    padding: 10px 50px;
    border: 2px solid #E31973;
    border-radius: 3px;
    font-weight: 300;
    letter-spacing: .1em; }
    .visit-pembroke-container footer a:hover {
      background: #E31937; }
  @media (max-width: 599px) {
    .visit-pembroke-container footer {
      margin: 0 14px; }
      .visit-pembroke-container footer a {
        display: block;
        margin-bottom: 20px; } }

.home-buttons {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; }
  @media (max-width: 899px) {
    .home-buttons {
      background-attachment: scroll; } }
  .home-buttons .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 66.66667em;
    max-width: 62.5rem;
    padding: 100px 0; }
  .home-buttons ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .home-buttons ul, .home-buttons ul ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .home-buttons ul li {
      margin: 0;
      padding: 0; }
    .home-buttons ul li {
      -ms-flex: 1 auto;
      flex: 1 auto;
      margin: 10px 30px; }
      @media (max-width: 1179px) {
        .home-buttons ul li {
          max-width: 280px; } }
      @media (max-width: 599px) {
        .home-buttons ul li {
          max-width: 100%; } }
      .home-buttons ul li a {
        display: block;
        border: 2px solid #fff;
        text-align: center;
        padding: 30px 0;
        border-radius: 5px;
        font-family: "Inter", sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        letter-spacing: .1em;
        text-transform: uppercase; }
        .home-buttons ul li a b,
        .home-buttons ul li a strong {
          margin-bottom: 17px;
          display: block;
          font-size: 35px;
          font-weight: 600;
          font-family: "Inter", sans-serif;
          text-transform: uppercase; }
        .home-buttons ul li a:hover {
          background: #fff;
          color: #a8a8a8; }
          .home-buttons ul li a:hover b,
          .home-buttons ul li a:hover strong {
            color: #00346C; }

body:not(.fsDraftMode) .multimedia-slideshow {
  position: relative;
  background-color: #f9f9f9;
  border-bottom: 3px solid #E31937; }
  body:not(.fsDraftMode) .multimedia-slideshow > .fsContainer > header {
    display: none;
    height: 0; }

body:not(.fsDraftMode) .multimedia-slide {
  height: auto;
  min-height: 155px;
  height: 230px;
  height: 650px;
  max-height: calc(100vh - 187px); }
  @media (max-width: 899px) {
    body:not(.fsDraftMode) .multimedia-slide {
      max-height: 650px; } }
  @media (max-width: 699px) {
    body:not(.fsDraftMode) .multimedia-slide {
      max-height: auto;
      min-height: auto;
      height: auto; } }
  body:not(.fsDraftMode) .multimedia-slide:before {
    height: 650px;
    max-height: calc(100vh - 187px);
    background: transparent url("../images/homeoverdesktop.png") center bottom repeat-x;
    content: '';
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0; }
    @media (max-width: 899px) {
      body:not(.fsDraftMode) .multimedia-slide:before {
        max-height: 650px; } }
    @media (max-width: 699px) {
      body:not(.fsDraftMode) .multimedia-slide:before {
        max-height: auto;
        min-height: auto;
        height: auto; } }
  body:not(.fsDraftMode) .multimedia-slide.slick-current {
    z-index: 1; }
  body:not(.fsDraftMode) .multimedia-slide .multimedia-img-wrapper,
  body:not(.fsDraftMode) .multimedia-slide .main-compartment-wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 78.66667em;
    max-width: 73.75rem;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: 3;
    background-size: cover;
    background-position: center center; }
    @media (max-width: 699px) {
      body:not(.fsDraftMode) .multimedia-slide .multimedia-img-wrapper,
      body:not(.fsDraftMode) .multimedia-slide .main-compartment-wrapper {
        position: relative;
        display: block;
        height: 200px; } }
    @media (max-width: 599px) {
      body:not(.fsDraftMode) .multimedia-slide .multimedia-img-wrapper,
      body:not(.fsDraftMode) .multimedia-slide .main-compartment-wrapper {
        height: 168px; } }
  body:not(.fsDraftMode) .multimedia-slide .caption-wrapper {
    max-width: 50%;
    z-index: 1;
    margin-right: auto;
    background: transparent;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    left: calc(50% - 590px); }
    @media (max-width: 1219px) {
      body:not(.fsDraftMode) .multimedia-slide .caption-wrapper {
        left: 20px; } }
    @media (max-width: 1179px) {
      body:not(.fsDraftMode) .multimedia-slide .caption-wrapper {
        max-width: 70%; } }
    @media (max-width: 899px) {
      body:not(.fsDraftMode) .multimedia-slide .caption-wrapper {
        max-width: 100%;
        left: 0; } }
    @media (max-width: 699px) {
      body:not(.fsDraftMode) .multimedia-slide .caption-wrapper {
        position: relative;
        background: #00346C !important;
        margin-left: auto;
        padding: 20px 15px 60px 15px;
        text-shadow: none;
        height: 300px; } }
  body:not(.fsDraftMode) .multimedia-slide .caption-title {
    padding: 10px 20px 0;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    font-family: "Inter", sans-serif; }
    @media (max-width: 899px) {
      body:not(.fsDraftMode) .multimedia-slide .caption-title {
        padding: 10px 10px 0px 25px;
        font-size: 30px; } }
    @media (max-width: 699px) {
      body:not(.fsDraftMode) .multimedia-slide .caption-title {
        padding: 10px;
        font-size: 28px;
        line-height: 1.2; } }
  body:not(.fsDraftMode) .multimedia-slide .caption-desc {
    padding: 17px 10px 60px 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Inter", sans-serif;
    color: #fff; }
    body:not(.fsDraftMode) .multimedia-slide .caption-desc a {
      text-transform: uppercase;
      color: #fff;
      display: inline-block;
      padding: 11px 0px;
      font-family: "Inter", sans-serif;
      font-weight: 600;
      font-size: 14px; }
      body:not(.fsDraftMode) .multimedia-slide .caption-desc a:hover {
        opacity: .8; }
    @media (max-width: 899px) {
      body:not(.fsDraftMode) .multimedia-slide .caption-desc {
        padding: 10px 10px 60px 25px; } }
    @media (max-width: 799px) {
      body:not(.fsDraftMode) .multimedia-slide .caption-desc {
        display: block; } }
    @media (max-width: 699px) {
      body:not(.fsDraftMode) .multimedia-slide .caption-desc {
        padding: 10px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.3;
        letter-spacing: .05em;
        display: block; } }
  body:not(.fsDraftMode) .multimedia-slide h1,
  body:not(.fsDraftMode) .multimedia-slide h2,
  body:not(.fsDraftMode) .multimedia-slide .admissions .welcome h2.fsElementTitle,
  .admissions .welcome body:not(.fsDraftMode) .multimedia-slide h2.fsElementTitle,
  body:not(.fsDraftMode) .multimedia-slide .admissions .admissions-team > header,
  .admissions body:not(.fsDraftMode) .multimedia-slide .admissions-team > header,
  body:not(.fsDraftMode) .multimedia-slide h3,
  body:not(.fsDraftMode) .multimedia-slide h4,
  body:not(.fsDraftMode) .multimedia-slide .admissions .admission-events h2.fsElementTitle,
  .admissions .admission-events body:not(.fsDraftMode) .multimedia-slide h2.fsElementTitle,
  body:not(.fsDraftMode) .multimedia-slide .admissions .admission-events .admissions-team > header.fsElementTitle,
  .admissions .admission-events body:not(.fsDraftMode) .multimedia-slide .admissions-team > header.fsElementTitle,
  body:not(.fsDraftMode) .multimedia-slide .admissions .steps-container > header > h2.fsElementTitle,
  .admissions body:not(.fsDraftMode) .multimedia-slide .steps-container > header > h2.fsElementTitle,
  body:not(.fsDraftMode) .multimedia-slide .admissions .welcome .steps-container > header > h2.fsElementTitle,
  body:not(.fsDraftMode) .multimedia-slide .admissions .steps-container > header.admissions-team > header.fsElementTitle,
  .admissions body:not(.fsDraftMode) .multimedia-slide .steps-container > header.admissions-team > header.fsElementTitle,
  body:not(.fsDraftMode) .multimedia-slide h5,
  body:not(.fsDraftMode) .multimedia-slide h6 {
    font-size: 32px;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    line-height: 1.3; }
  @media (max-width: 699px) {
    body:not(.fsDraftMode) .multimedia-slide {
      text-align: center; }
      body:not(.fsDraftMode) .multimedia-slide .main-caption-desc {
        color: #6c6c6c;
        font-family: "Inter", sans-serif;
        line-height: 1.3;
        font-weight: 400; }
        body:not(.fsDraftMode) .multimedia-slide .main-caption-desc a {
          font-size: 15px;
          color: #8c8c8c; }
          body:not(.fsDraftMode) .multimedia-slide .main-caption-desc a:hover {
            color: #00346C; }
      body:not(.fsDraftMode) .multimedia-slide h1,
      body:not(.fsDraftMode) .multimedia-slide h2,
      body:not(.fsDraftMode) .multimedia-slide .admissions .welcome h2.fsElementTitle,
      .admissions .welcome body:not(.fsDraftMode) .multimedia-slide h2.fsElementTitle,
      body:not(.fsDraftMode) .multimedia-slide .admissions .admissions-team > header,
      .admissions body:not(.fsDraftMode) .multimedia-slide .admissions-team > header,
      body:not(.fsDraftMode) .multimedia-slide h3,
      body:not(.fsDraftMode) .multimedia-slide h4,
      body:not(.fsDraftMode) .multimedia-slide .admissions .admission-events h2.fsElementTitle,
      .admissions .admission-events body:not(.fsDraftMode) .multimedia-slide h2.fsElementTitle,
      body:not(.fsDraftMode) .multimedia-slide .admissions .admission-events .admissions-team > header.fsElementTitle,
      .admissions .admission-events body:not(.fsDraftMode) .multimedia-slide .admissions-team > header.fsElementTitle,
      body:not(.fsDraftMode) .multimedia-slide .admissions .steps-container > header > h2.fsElementTitle,
      .admissions body:not(.fsDraftMode) .multimedia-slide .steps-container > header > h2.fsElementTitle,
      body:not(.fsDraftMode) .multimedia-slide .admissions .welcome .steps-container > header > h2.fsElementTitle,
      body:not(.fsDraftMode) .multimedia-slide .admissions .steps-container > header.admissions-team > header.fsElementTitle,
      .admissions body:not(.fsDraftMode) .multimedia-slide .steps-container > header.admissions-team > header.fsElementTitle,
      body:not(.fsDraftMode) .multimedia-slide h5,
      body:not(.fsDraftMode) .multimedia-slide h6 {
        color: #00346C;
        margin-bottom: 20px;
        line-height: 1.2; } }
  body:not(.fsDraftMode) .multimedia-slide .video-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center center; }
    @media (max-width: 699px) {
      body:not(.fsDraftMode) .multimedia-slide .video-wrapper {
        height: 200px;
        position: relative; } }
    @media (max-width: 599px) {
      body:not(.fsDraftMode) .multimedia-slide .video-wrapper {
        height: 168px; } }

body:not(.fsDraftMode) .multimedia-img-wrapper {
  display: none; }

body:not(.fsDraftMode) .multimedia-controls {
  position: absolute;
  width: 100%;
  padding: 0 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 35px;
  line-height: 1;
  text-align: left;
  max-width: 1180px; }
  @media (max-width: 749px) {
    body:not(.fsDraftMode) .multimedia-controls {
      bottom: 40px; } }
  body:not(.fsDraftMode) .multimedia-controls .slick-prev {
    margin-top: -20px;
    left: auto;
    right: 90px; }
    body:not(.fsDraftMode) .multimedia-controls .slick-prev:before {
      content: "\e923" !important;
      font-family: icomoon;
      font-size: 22px; }
  body:not(.fsDraftMode) .multimedia-controls .slick-next {
    margin-top: -20px;
    right: 50px; }
    body:not(.fsDraftMode) .multimedia-controls .slick-next:before {
      content: "\e924" !important;
      font-family: icomoon;
      font-size: 22px; }
  body:not(.fsDraftMode) .multimedia-controls .slick-dots {
    position: relative;
    z-index: 2;
    text-align: left;
    width: 100%;
    left: 17px;
    max-width: 1180px;
    padding: 0 20px;
    right: 6px; }
    body:not(.fsDraftMode) .multimedia-controls .slick-dots, body:not(.fsDraftMode) .multimedia-controls .slick-dots ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    body:not(.fsDraftMode) .multimedia-controls .slick-dots li {
      margin: 0;
      padding: 0; }
    @media (max-width: 1219px) {
      body:not(.fsDraftMode) .multimedia-controls .slick-dots {
        max-width: calc(100% - 60px);
        margin-left: 20px;
        right: auto; } }
    @media (max-width: 749px) {
      body:not(.fsDraftMode) .multimedia-controls .slick-dots {
        margin: 0 auto;
        text-align: center;
        left: 0;
        right: 0; } }
    body:not(.fsDraftMode) .multimedia-controls .slick-dots li {
      display: inline-block; }
      body:not(.fsDraftMode) .multimedia-controls .slick-dots li button {
        border: 0;
        background: none;
        outline: 0;
        margin: 0;
        padding: 0;
        width: 13px;
        height: 13px;
        border: 2px solid rgba(255, 255, 255, 0.5);
        background-color: transparent;
        text-indent: -9999px;
        border-radius: 50%;
        margin: 3px 5px; }
        @media (max-width: 599px) {
          body:not(.fsDraftMode) .multimedia-controls .slick-dots li button {
            width: 12px;
            height: 12px; } }
      body:not(.fsDraftMode) .multimedia-controls .slick-dots li:hover button {
        background-color: transparent;
        border: 2px solid #E31937; }
      body:not(.fsDraftMode) .multimedia-controls .slick-dots li.slick-active button {
        background-color: #E31937;
        border: 2px solid #E31937; }

body:not(.fsDraftMode) .fsMediaCustomPlayer article.video-slide video {
  max-width: none;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  max-height: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden; }

@media (min-width: 600px) {
  body:not(.fsDraftMode) .fsMediaCustomPlayer article.video-slide video {
    opacity: 1;
    visibility: visible; } }

body:not(.fsDraftMode) .landing-box-container {
  padding: 30px 0 40px;
  position: relative;
  margin: 0 auto;
  max-width: 96em;
  max-width: 90rem;
  padding-bottom: 70px; }
  body:not(.fsDraftMode) .landing-box-container > header,
  body:not(.fsDraftMode) .landing-box-container > .fsContainer > header {
    text-align: center; }
    body:not(.fsDraftMode) .landing-box-container > header .fsElementTitle,
    body:not(.fsDraftMode) .landing-box-container > .fsContainer > header .fsElementTitle {
      display: block;
      margin-bottom: 30px; }
  body:not(.fsDraftMode) .landing-box-container > .fsContainer > .fsElementContent,
  body:not(.fsDraftMode) .landing-box-container > .fsElementContent {
    padding: 0 0px !important;
    position: relative; }
    @media (min-width: 600px) {
      body:not(.fsDraftMode) .landing-box-container > .fsContainer > .fsElementContent,
      body:not(.fsDraftMode) .landing-box-container > .fsElementContent {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media (min-width: 1000px) {
      body:not(.fsDraftMode) .landing-box-container > .fsContainer > .fsElementContent,
      body:not(.fsDraftMode) .landing-box-container > .fsElementContent {
        height: 59.6vw;
        max-height: 758px;
        font-size: 0;
        display: block;
        padding: 0 !important; } }

body:not(.fsDraftMode) .invis-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-indent: -9999px;
  text-transform: uppercase; }

body:not(.fsDraftMode) .landing-box {
  height: 150px;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px; }
  body:not(.fsDraftMode) .landing-box.image-box {
    display: none; }
    body:not(.fsDraftMode) .landing-box.image-box .inner-con {
      display: none; }
  body:not(.fsDraftMode) .landing-box .inner-con {
    color: #fff;
    text-align: center; }
    body:not(.fsDraftMode) .landing-box .inner-con .fsElementContent {
      padding: 20px 30px;
      text-align: left;
      font-size: 16px;
      line-height: 1.4; }
      body:not(.fsDraftMode) .landing-box .inner-con .fsElementContent p {
        margin-bottom: 5px; }
      body:not(.fsDraftMode) .landing-box .inner-con .fsElementContent a {
        color: #fff;
        text-transform: uppercase; }
        body:not(.fsDraftMode) .landing-box .inner-con .fsElementContent a:hover {
          color: #fff;
          text-decoration: underline; }
  body:not(.fsDraftMode) .landing-box.button-box .inner-con {
    z-index: 2;
    position: relative;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 52, 108, 0.8);
    transition: all .3s ease-in-out;
    color: #fff; }
    body:not(.fsDraftMode) .landing-box.button-box .inner-con header {
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 0 20px;
      transition: all .3s ease-in-out; }
      body:not(.fsDraftMode) .landing-box.button-box .inner-con header .fsElementTitle {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 32px;
        transition: all .3s ease-in-out;
        margin-bottom: 7px; }
      body:not(.fsDraftMode) .landing-box.button-box .inner-con header .fsElementHeaderContent {
        color: #fff;
        text-align: center;
        font-size: 14px;
        text-transform: uppercase; }
    body:not(.fsDraftMode) .landing-box.button-box .inner-con .fsElementContent {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      text-align: center;
      font-size: 18px;
      letter-spacing: .1em;
      transition: all .3s ease-in-out;
      opacity: 0; }
  @media (min-width: 600px) {
    body:not(.fsDraftMode) .landing-box {
      height: 300px;
      display: inline-block;
      -ms-flex: 0 0 calc(50% - 10px);
      flex: 0 0 calc(50% - 10px); } }
  @media (min-width: 1000px) {
    body:not(.fsDraftMode) .landing-box {
      position: absolute; }
      body:not(.fsDraftMode) .landing-box.image-box {
        display: block; }
      body:not(.fsDraftMode) .landing-box .inner-con header {
        text-align: left; }
        body:not(.fsDraftMode) .landing-box .inner-con header .fsTitle {
          font-size: 30px; }
      body:not(.fsDraftMode) .landing-box .inner-con .fsElementContent {
        font-size: 14px; }
      body:not(.fsDraftMode) .landing-box:nth-child(1) {
        position: absolute;
        width: calc(33.333% - 10px);
        height: calc(50% - 10px); }
      body:not(.fsDraftMode) .landing-box:nth-child(2) {
        position: absolute;
        left: calc(33.333% + 10px);
        width: calc(33.333% - 10px);
        height: calc(45% - 10px); }
      body:not(.fsDraftMode) .landing-box:nth-child(3) {
        position: absolute;
        left: calc(66.666% + 20px);
        width: calc(33.333% - 20px);
        height: calc(33.333% - 10px); }
      body:not(.fsDraftMode) .landing-box:nth-child(4) {
        position: absolute;
        top: calc(50% + 10px);
        width: calc(33.333% - 10px);
        height: calc(50% - 10px); }
      body:not(.fsDraftMode) .landing-box:nth-child(5) {
        position: absolute;
        left: calc(33.333% + 10px);
        top: calc(45% + 10px);
        width: calc(33.333% - 10px);
        height: calc(55% - 10px); }
      body:not(.fsDraftMode) .landing-box:nth-child(6) {
        position: absolute;
        top: calc(33.333% + 10px);
        left: calc(66.666% + 20px);
        width: calc(33.333% - 20px);
        height: calc(33.333% - 10px); }
      body:not(.fsDraftMode) .landing-box:nth-child(7) {
        position: absolute;
        top: calc(66.666% + 20px);
        left: calc(66.666% + 20px);
        width: calc(33.333% - 20px);
        height: calc(33.333% - 20px); } }
  @media (min-width: 1180px) {
    body:not(.fsDraftMode) .landing-box .inner-con header .fsElementTitle {
      font-size: 32px; }
    body:not(.fsDraftMode) .landing-box .inner-con .fsElementContent {
      font-size: 16px; } }
  @media (max-width: 799px) {
    body:not(.fsDraftMode) .landing-box.text-box .inner-con .fsElementContent {
      font-size: 14px; } }
  @media (max-width: 599px) {
    body:not(.fsDraftMode) .landing-box > .inner-con {
      height: 100%; }
      body:not(.fsDraftMode) .landing-box > .inner-con header .fsElementTitle {
        font-size: 28px !important; }
    body:not(.fsDraftMode) .landing-box.text-box {
      height: auto; } }
  body:not(.fsDraftMode) .landing-box.text-box {
    background: #E31937; }
    body:not(.fsDraftMode) .landing-box.text-box .inner-con {
      background: none;
      top: 0;
      -ms-transform: translateY(0) !important;
      transform: translateY(0) !important; }
  body:not(.fsDraftMode) .landing-box:hover:before {
    opacity: 0; }
  body:not(.fsDraftMode) .landing-box:hover:after {
    opacity: 1; }
  body:not(.fsDraftMode) .landing-box:hover.button-box .inner-con {
    background-color: rgba(0, 0, 0, 0.4); }
    body:not(.fsDraftMode) .landing-box:hover.button-box .inner-con header {
      -ms-transform: translateY(-200%);
      transform: translateY(-200%);
      opacity: 0; }
    body:not(.fsDraftMode) .landing-box:hover.button-box .inner-con .fsElementContent {
      top: 50%;
      opacity: 1;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

body:not(.fsDraftMode) .explore-container {
  background: #F2F1EF;
  position: relative;
  margin-bottom: 0;
  padding: 50px 0 !important;
  position: relative;
  margin: 0 auto;
  max-width: 96em;
  max-width: 90rem;
  padding-bottom: 10px; }
  body:not(.fsDraftMode) .explore-container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: #F2F1EF; }
  body:not(.fsDraftMode) .explore-container:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    background: #F2F1EF; }
  body:not(.fsDraftMode) .explore-container > header {
    text-align: center; }
    body:not(.fsDraftMode) .explore-container > header .fsElementTitle {
      display: block;
      margin-bottom: 30px; }
  body:not(.fsDraftMode) .explore-container .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  body:not(.fsDraftMode) .explore-container .explore-box {
    background-size: cover;
    background-position: center center;
    max-height: 280px;
    height: 24vw;
    -ms-flex: 0 0 calc(25% - 15px);
    flex: 0 0 calc(25% - 15px);
    position: relative;
    margin-bottom: 75px !important; }
    @media (max-width: 599px) {
      body:not(.fsDraftMode) .explore-container .explore-box:last-child {
        margin-bottom: 50px !important; } }
    @media (max-width: 749px) {
      body:not(.fsDraftMode) .explore-container .explore-box {
        height: 40vw;
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px); } }
    @media (max-width: 499px) {
      body:not(.fsDraftMode) .explore-container .explore-box {
        height: 200px;
        -ms-flex: 0 0 calc(100% - 10px);
        flex: 0 0 calc(100% - 10px); } }
    body:not(.fsDraftMode) .explore-container .explore-box header {
      position: absolute;
      top: 100%;
      width: 100%;
      left: 0;
      -ms-transform: translateY(6px);
      transform: translateY(6px); }
      @media (max-width: 749px) {
        body:not(.fsDraftMode) .explore-container .explore-box header {
          text-align: center; } }
      body:not(.fsDraftMode) .explore-container .explore-box header .fsElementTitle {
        font-size: 24px;
        font-family: "Inter", sans-serif;
        font-weight: 600; }
    body:not(.fsDraftMode) .explore-container .explore-box .fsElementContent {
      position: absolute;
      top: 100%;
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      font-size: 18px;
      color: #fff;
      letter-spacing: .1em;
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      opacity: 0;
      transition: all .3s ease-in-out; }
      body:not(.fsDraftMode) .explore-container .explore-box .fsElementContent p {
        margin: 0;
        display: block;
        width: 100%; }
      body:not(.fsDraftMode) .explore-container .explore-box .fsElementContent a {
        color: #fff;
        display: block;
        text-transform: uppercase; }
    body:not(.fsDraftMode) .explore-container .explore-box:before {
      content: '';
      position: absolute;
      background-color: rgba(227, 25, 55, 0.8);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: all .3s ease-in-out; }
    body:not(.fsDraftMode) .explore-container .explore-box:hover:before {
      opacity: 1; }
    body:not(.fsDraftMode) .explore-container .explore-box:hover .fsElementContent {
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      opacity: 1; }
  body:not(.fsDraftMode) .explore-container .invis-link {
    height: calc(100% + 55px); }

.portal-page .fsTwoColumnWideRightLayout > .fsDiv > .fsElement + .fsElement {
  margin-top: 2em; }

.photo-slideshow {
  position: relative; }
  .photo-slideshow .fsMediaContainer {
    position: relative; }
    .photo-slideshow .fsMediaContainer .slick-list {
      height: 250px !important; }
      @media (min-width: 600px) {
        .photo-slideshow .fsMediaContainer .slick-list {
          height: 400px !important; } }
      @media (min-width: 800px) {
        .photo-slideshow .fsMediaContainer .slick-list {
          height: 550px !important; } }
    .photo-slideshow .fsMediaContainer .slick-track {
      height: 100%; }
    .photo-slideshow .fsMediaContainer .slick-arrow {
      background: rgba(0, 0, 0, 0.3);
      border: none;
      font-size: 0;
      position: absolute;
      bottom: 0 !important;
      right: 0 !important;
      left: auto !important;
      width: 52px;
      height: 52px;
      z-index: 2;
      top: auto !important;
      -ms-transform: translateY(0) !important;
      transform: translateY(0) !important; }
      .photo-slideshow .fsMediaContainer .slick-arrow:hover {
        background: rgba(0, 0, 0, 0.5); }
      .photo-slideshow .fsMediaContainer .slick-arrow.slick-prev {
        right: 53px !important; }
        .photo-slideshow .fsMediaContainer .slick-arrow.slick-prev:before {
          content: '\f104';
          font-family: "icomoon";
          font-size: 32px;
          line-height: 50px; }
      .photo-slideshow .fsMediaContainer .slick-arrow.slick-next:before {
        content: '\f105';
        font-family: "icomoon";
        font-size: 32px;
        line-height: 50px; }
    .photo-slideshow .fsMediaContainer article {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative; }
      .photo-slideshow .fsMediaContainer article:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 275px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
        z-index: 1; }
      .photo-slideshow .fsMediaContainer article .caption-wrapper {
        padding: 30px;
        position: absolute;
        width: calc(100% - 200px);
        bottom: 0;
        z-index: 5;
        font-size: 18px;
        background-color: transparent; }
        .photo-slideshow .fsMediaContainer article .caption-wrapper .slide-title {
          font-weight: 600;
          font-size: 22px; }
        .photo-slideshow .fsMediaContainer article .caption-wrapper .slide-description {
          font-size: 16px;
          font-weight: 400; }
        .photo-slideshow .fsMediaContainer article .caption-wrapper p {
          margin: 10px 0; }
          .photo-slideshow .fsMediaContainer article .caption-wrapper p:last-child {
            margin: 10px 0 0; }
        .photo-slideshow .fsMediaContainer article .caption-wrapper a {
          color: #fff;
          position: relative; }
          .photo-slideshow .fsMediaContainer article .caption-wrapper a:after {
            content: '';
            width: 100%;
            height: 2px;
            position: absolute;
            bottom: -5px;
            left: 0; }
          .photo-slideshow .fsMediaContainer article .caption-wrapper a:hover {
            text-decoration: none; }
            .photo-slideshow .fsMediaContainer article .caption-wrapper a:hover:after {
              background: white; }

body.fsDraftMode .why-box,
body.fsDraftMode .we-box {
  background-repeat: no-repeat; }
  body.fsDraftMode .why-box.fsStateEditable,
  body.fsDraftMode .we-box.fsStateEditable {
    background: rgba(255, 255, 255, 0.7) !important; }

/*! pages - style-guide v0.0.1 */
.style-guide-page .fsPageTitle {
  margin-bottom: 2em;
  padding: 1.33333em;
  background: rgba(0, 0, 0, 0.1); }

.colors ol {
  zoom: 1;
  margin-bottom: 2.66667em;
  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: 26.66667%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 13.33333%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 6.66667%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #1f3240;
      color: #1f3240; }
      .colors ol li:nth-of-type(1):after {
        content: "#1f3240"; }
    .colors ol li:nth-of-type(2) {
      background: #00346C;
      color: #00346C; }
      .colors ol li:nth-of-type(2):after {
        content: "#00346C"; }
    .colors ol li:nth-of-type(3) {
      background: #E31937;
      color: #E31937; }
      .colors ol li:nth-of-type(3):after {
        content: "#E31937"; }
    .colors ol li:nth-of-type(4) {
      background: #ACB1BA;
      color: #ACB1BA; }
      .colors ol li:nth-of-type(4):after {
        content: "#ACB1BA"; }
    .colors ol li:nth-of-type(5) {
      background: #022852;
      color: #022852; }
      .colors ol li:nth-of-type(5):after {
        content: "#022852"; }
    .colors ol li:nth-of-type(2) {
      background: #00346C;
      color: #00346C; }
      .colors ol li:nth-of-type(2):after {
        content: "#00346C"; }
    .colors ol li:nth-of-type(4) {
      background: #ACB1BA;
      color: #ACB1BA; }
      .colors ol li:nth-of-type(4):after {
        content: "#ACB1BA"; }
    .colors ol li:nth-of-type(3) {
      background: #E31937;
      color: #E31937; }
      .colors ol li:nth-of-type(3):after {
        content: "#E31937"; }
    .colors ol li:nth-of-type(9) {
      background: #820c15;
      color: #820c15; }
      .colors ol li:nth-of-type(9):after {
        content: "#820c15"; }
    .colors ol li:nth-of-type(10) {
      background: #000;
      color: #000; }
      .colors ol li:nth-of-type(10):after {
        content: "#000"; }
    .colors ol li:nth-of-type(11) {
      background: #272727;
      color: #272727; }
      .colors ol li:nth-of-type(11):after {
        content: "#272727"; }
    .colors ol li:nth-of-type(12) {
      background: #a8a8a8;
      color: #a8a8a8; }
      .colors ol li:nth-of-type(12):after {
        content: "#a8a8a8"; }
    .colors ol li:nth-of-type(13) {
      background: #e1e1e1;
      color: #e1e1e1; }
      .colors ol li:nth-of-type(13):after {
        content: "#e1e1e1"; }
    .colors ol li:nth-of-type(14) {
      background: #fff;
      color: #fff; }
      .colors ol li:nth-of-type(14):after {
        content: "#fff"; }
    .colors ol li:nth-of-type(15) {
      background: #e3e5e8;
      color: #e3e5e8; }
      .colors ol li:nth-of-type(15):after {
        content: "#e3e5e8"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.66667em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.33333em;
    padding: 0.33333em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "Inter", sans-serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "Inter", sans-serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "Inter", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "Inter", sans-serif; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(5) {
      font-family: "icomoon"; }
      .fonts ol li:nth-of-type(5):after {
        content: "icomoon"; }
    .fonts ol li:nth-of-type(6) {
      font-family: "FontAwesome"; }
      .fonts ol li:nth-of-type(6):after {
        content: "FontAwesome"; }
    .fonts ol li:nth-of-type(7) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(7):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

.headers h1:after {
  content: " size: 38px / line: 45px"; }

.headers h2:after, .headers .admissions .welcome h2.fsElementTitle:after, .admissions .welcome .headers h2.fsElementTitle:after, .headers .admissions .admissions-team > header:after, .admissions .headers .admissions-team > header:after {
  content: " size: 32px / line: 40px"; }

.headers h3:after {
  content: " size: 24px / line: 32px"; }

.headers h4:after, .headers .admissions .admission-events h2.fsElementTitle:after, .admissions .admission-events .headers h2.fsElementTitle:after, .headers .admissions .admission-events .admissions-team > header.fsElementTitle:after, .admissions .admission-events .headers .admissions-team > header.fsElementTitle:after, .headers .admissions .steps-container > header > h2.fsElementTitle:after, .admissions .headers .steps-container > header > h2.fsElementTitle:after, .headers .admissions .welcome .steps-container > header > h2.fsElementTitle:after, .headers .admissions .steps-container > header.admissions-team > header.fsElementTitle:after, .admissions .headers .steps-container > header.admissions-team > header.fsElementTitle:after {
  content: " size: 21px / line: 28px"; }

.headers h5:after {
  content: " size: 18px / line: 26px"; }

.headers h6:after {
  content: " size: 15px / line: 26px"; }

.admissions {
  /*==============================*/
  /* FOR LAYOUT 2 ONLY            */
  /*==============================*/
  /*==============================*/
  /* Layout Resets                */
  /*==============================*/
  /*========================*/
  /* Main image             */
  /*========================*/
  /*==============================*/
  /* Welcome Content Section      */
  /*==============================*/
  /*==============================*/
  /* Buttons                      */
  /*==============================*/
  /*==============================*/
  /* Admissions Events            */
  /*==============================*/
  /*==============================*/
  /* Admissions Team              */
  /*==============================*/
  /*==============================*/
  /* Admissions Steps             */
  /*==============================*/ }
  .admissions #fsPageBodyWrapper {
    padding-bottom: 0; }
  .admissions #fsPageContent {
    margin-bottom: 0; }
  .admissions .fsLayout {
    margin-left: 0;
    margin-right: 0; }
  .admissions .fsDiv {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0; }
  .admissions .fsTwoColumnLayout .fsDiv:first-child {
    width: 57.62712%; }
    @media (max-width: 800px) {
      .admissions .fsTwoColumnLayout .fsDiv:first-child {
        width: 100%;
        float: none; } }
  .admissions .fsTwoColumnLayout .fsDiv:last-child {
    width: 32.20339%;
    float: right; }
    @media (max-width: 800px) {
      .admissions .fsTwoColumnLayout .fsDiv:last-child {
        width: 100%;
        float: none; } }
  .admissions .landing-banner {
    height: 600px;
    height: 41.667vw;
    background-size: cover;
    position: relative;
    min-height: 600px; }
    @media (max-width: 800px) {
      .admissions .landing-banner {
        min-height: 0px;
        height: 430px; } }
    @media (max-width: 600px) {
      .admissions .landing-banner {
        padding-top: 65.625vw;
        height: auto;
        background-position: center bottom; } }
    .admissions .landing-banner > .fsElementContent {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.2); }
      @media (max-width: 600px) {
        .admissions .landing-banner > .fsElementContent {
          position: relative;
          background: #fff;
          padding: 20px 15px; } }
    .admissions .landing-banner > .fsElementContent > * {
      text-align: center;
      display: block;
      position: absolute;
      bottom: 25px;
      left: 0;
      right: 0;
      text-align: center;
      color: #fff;
      font: 400 18px/18px "Inter", sans-serif;
      padding: 0 10px; }
      @media (max-width: 800px) {
        .admissions .landing-banner > .fsElementContent > * {
          max-width: 580px; } }
      @media (max-width: 600px) {
        .admissions .landing-banner > .fsElementContent > * {
          font-size: 15px;
          color: #1f3240;
          bottom: auto;
          top: 0;
          position: relative; } }
      .admissions .landing-banner > .fsElementContent > * strong {
        font-weight: 700;
        font-size: 30px;
        line-height: 35px;
       }



h2.fsPagePopTitle {
    color: #E31937 !important;
}