@charset "UTF-8";
 /**
 *
 * Loomis Chaffee - default_19
 * @link https://www.loomischaffee.org
 * Site Template : newclientcustom
 * Built By: Wendy Dawley Beaulac
 * Project Manager: Lisa Hill
 * Designer: Kelly Wilson
 * ==== Git Info ====
 * Branch Name: clients/loomis-19
 * Build version: 3.2.7
 * Git Tag: Composer-Build-2.0-535-g692d340449
 * Last build by: Jesse Rogers
 *
 **/

@charset "UTF-8";
/*! config-site v0.0.1 */
/*! config-type v0.0.1 */
/*! config-constants v0.0.1 */
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem; }

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

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
		<div class='parent'>
			<span class='sibling'>Dropdown</span>
			<ul class='dropdown'>
				<li>Link</li>
				<li>Link</li>
				<li>Link</li>
			</ul>
		</div>

Use: 
		.parent {
				@include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
		}

		.parent {
				@include drop(".dropdown", true, ".drop-class"); //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
		}

*/
/*! helpers - typography v0.0.1 */
body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  transition-duration: 50ms; }

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  transition-delay: 0; }
  body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
    transition-delay: 50ms; }

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  transition-duration: 100ms; }

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  transition-delay: 0; }
  body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
    transition-delay: 100ms; }

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  transition-duration: 150ms; }

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  transition-delay: 0; }
  body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
    transition-delay: 150ms; }

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  transition-duration: 200ms; }

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  transition-delay: 0; }
  body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
    transition-delay: 200ms; }

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  transition-duration: 250ms; }

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  transition-delay: 0; }
  body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
    transition-delay: 250ms; }

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  transition-duration: 300ms; }

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  transition-delay: 0; }
  body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
    transition-delay: 300ms; }

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  transition-duration: 350ms; }

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  transition-delay: 0; }
  body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
    transition-delay: 350ms; }

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  transition-duration: 400ms; }

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  transition-delay: 0; }
  body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
    transition-delay: 400ms; }

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  transition-duration: 450ms; }

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  transition-delay: 0; }
  body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
    transition-delay: 450ms; }

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  transition-duration: 500ms; }

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  transition-delay: 0; }
  body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
    transition-delay: 500ms; }

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  transition-duration: 550ms; }

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  transition-delay: 0; }
  body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
    transition-delay: 550ms; }

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  transition-duration: 600ms; }

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  transition-delay: 0; }
  body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
    transition-delay: 600ms; }

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  transition-duration: 650ms; }

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  transition-delay: 0; }
  body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
    transition-delay: 650ms; }

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  transition-duration: 700ms; }

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  transition-delay: 0; }
  body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
    transition-delay: 700ms; }

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  transition-duration: 750ms; }

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  transition-delay: 0; }
  body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
    transition-delay: 750ms; }

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  transition-duration: 800ms; }

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  transition-delay: 0; }
  body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
    transition-delay: 800ms; }

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  transition-duration: 850ms; }

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  transition-delay: 0; }
  body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
    transition-delay: 850ms; }

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  transition-duration: 900ms; }

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  transition-delay: 0; }
  body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
    transition-delay: 900ms; }

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  transition-duration: 950ms; }

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  transition-delay: 0; }
  body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
    transition-delay: 950ms; }

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  transition-duration: 1000ms; }

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  transition-delay: 0; }
  body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
    transition-delay: 1000ms; }

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  transition-duration: 1050ms; }

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  transition-delay: 0; }
  body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
    transition-delay: 1050ms; }

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  transition-duration: 1100ms; }

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  transition-delay: 0; }
  body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
    transition-delay: 1100ms; }

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  transition-duration: 1150ms; }

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  transition-delay: 0; }
  body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
    transition-delay: 1150ms; }

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  transition-duration: 1200ms; }

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  transition-delay: 0; }
  body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
    transition-delay: 1200ms; }

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  transition-duration: 1250ms; }

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  transition-delay: 0; }
  body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
    transition-delay: 1250ms; }

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  transition-duration: 1300ms; }

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  transition-delay: 0; }
  body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
    transition-delay: 1300ms; }

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  transition-duration: 1350ms; }

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  transition-delay: 0; }
  body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
    transition-delay: 1350ms; }

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  transition-duration: 1400ms; }

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  transition-delay: 0; }
  body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
    transition-delay: 1400ms; }

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  transition-duration: 1450ms; }

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  transition-delay: 0; }
  body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
    transition-delay: 1450ms; }

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  transition-duration: 1500ms; }

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  transition-delay: 0; }
  body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
    transition-delay: 1500ms; }

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  transition-duration: 1550ms; }

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  transition-delay: 0; }
  body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
    transition-delay: 1550ms; }

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  transition-duration: 1600ms; }

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  transition-delay: 0; }
  body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
    transition-delay: 1600ms; }

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  transition-duration: 1650ms; }

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  transition-delay: 0; }
  body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
    transition-delay: 1650ms; }

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  transition-duration: 1700ms; }

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  transition-delay: 0; }
  body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
    transition-delay: 1700ms; }

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  transition-duration: 1750ms; }

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  transition-delay: 0; }
  body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
    transition-delay: 1750ms; }

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  transition-duration: 1800ms; }

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  transition-delay: 0; }
  body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
    transition-delay: 1800ms; }

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  transition-duration: 1850ms; }

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  transition-delay: 0; }
  body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
    transition-delay: 1850ms; }

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  transition-duration: 1900ms; }

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  transition-delay: 0; }
  body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
    transition-delay: 1900ms; }

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  transition-duration: 1950ms; }

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  transition-delay: 0; }
  body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
    transition-delay: 1950ms; }

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms; }

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  transition-delay: 0; }
  body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
    transition-delay: 2000ms; }

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  transition-duration: 2050ms; }

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  transition-delay: 0; }
  body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
    transition-delay: 2050ms; }

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  transition-duration: 2100ms; }

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  transition-delay: 0; }
  body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
    transition-delay: 2100ms; }

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  transition-duration: 2150ms; }

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  transition-delay: 0; }
  body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
    transition-delay: 2150ms; }

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  transition-duration: 2200ms; }

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  transition-delay: 0; }
  body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
    transition-delay: 2200ms; }

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  transition-duration: 2250ms; }

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  transition-delay: 0; }
  body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
    transition-delay: 2250ms; }

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  transition-duration: 2300ms; }

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  transition-delay: 0; }
  body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
    transition-delay: 2300ms; }

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  transition-duration: 2350ms; }

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  transition-delay: 0; }
  body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
    transition-delay: 2350ms; }

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  transition-duration: 2400ms; }

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  transition-delay: 0; }
  body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
    transition-delay: 2400ms; }

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  transition-duration: 2450ms; }

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  transition-delay: 0; }
  body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
    transition-delay: 2450ms; }

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  transition-duration: 2500ms; }

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  transition-delay: 0; }
  body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
    transition-delay: 2500ms; }

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  transition-duration: 2550ms; }

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  transition-delay: 0; }
  body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
    transition-delay: 2550ms; }

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  transition-duration: 2600ms; }

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  transition-delay: 0; }
  body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
    transition-delay: 2600ms; }

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  transition-duration: 2650ms; }

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  transition-delay: 0; }
  body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
    transition-delay: 2650ms; }

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  transition-duration: 2700ms; }

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  transition-delay: 0; }
  body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
    transition-delay: 2700ms; }

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  transition-duration: 2750ms; }

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  transition-delay: 0; }
  body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
    transition-delay: 2750ms; }

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  transition-duration: 2800ms; }

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  transition-delay: 0; }
  body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
    transition-delay: 2800ms; }

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  transition-duration: 2850ms; }

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  transition-delay: 0; }
  body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
    transition-delay: 2850ms; }

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  transition-duration: 2900ms; }

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  transition-delay: 0; }
  body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
    transition-delay: 2900ms; }

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  transition-duration: 2950ms; }

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  transition-delay: 0; }
  body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
    transition-delay: 2950ms; }

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  transition-duration: 3000ms; }

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  transition-delay: 0; }
  body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
    transition-delay: 3000ms; }

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1); }

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }

body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  transition-property: opacity, transform; }
  [data-aos^='fade'][data-aos^='fade'].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

[data-aos='fade-up'] {
  transform: translate3d(0, 100px, 0); }

[data-aos='fade-down'] {
  transform: translate3d(0, -100px, 0); }

[data-aos='fade-right'] {
  transform: translate3d(-100px, 0, 0); }

[data-aos='fade-left'] {
  transform: translate3d(100px, 0, 0); }

[data-aos='fade-up-right'] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos='fade-up-left'] {
  transform: translate3d(100px, 100px, 0); }

[data-aos='fade-down-right'] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos='fade-down-left'] {
  transform: translate3d(100px, -100px, 0); }

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^='zoom'][data-aos^='zoom'] {
  opacity: 0;
  transition-property: opacity, transform; }
  [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1); }

[data-aos='zoom-in'] {
  -ms-transform: scale(0.6);
  transform: scale(0.6); }

[data-aos='zoom-in-up'] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos='zoom-in-down'] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos='zoom-in-right'] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos='zoom-in-left'] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos='zoom-out'] {
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

[data-aos='zoom-out-up'] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos='zoom-out-down'] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos='zoom-out-right'] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos='zoom-out-left'] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

/**
 * Slide animations
 */
[data-aos^='slide'][data-aos^='slide'] {
  transition-property: transform; }
  [data-aos^='slide'][data-aos^='slide'].aos-animate {
    transform: translate3d(0, 0, 0); }

[data-aos='slide-up'] {
  transform: translate3d(0, 100%, 0); }

[data-aos='slide-down'] {
  transform: translate3d(0, -100%, 0); }

[data-aos='slide-right'] {
  transform: translate3d(-100%, 0, 0); }

[data-aos='slide-left'] {
  transform: translate3d(100%, 0, 0); }

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^='flip'][data-aos^='flip'] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos='flip-left'] {
  transform: perspective(2500px) rotateY(-100deg); }
  [data-aos='flip-left'].aos-animate {
    transform: perspective(2500px) rotateY(0); }

[data-aos='flip-right'] {
  transform: perspective(2500px) rotateY(100deg); }
  [data-aos='flip-right'].aos-animate {
    transform: perspective(2500px) rotateY(0); }

[data-aos='flip-up'] {
  transform: perspective(2500px) rotateX(-100deg); }
  [data-aos='flip-up'].aos-animate {
    transform: perspective(2500px) rotateX(0); }

[data-aos='flip-down'] {
  transform: perspective(2500px) rotateX(100deg); }
  [data-aos='flip-down'].aos-animate {
    transform: perspective(2500px) rotateX(0); }

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

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

h1 {
  font-family: adobe-caslon-pro, serif;
  font-weight: 600;
  margin-top: 0;
  color: #98252B;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 12px; }
  .portal-page h1 {
    font-family: adelle, serif;
    font-weight: 600;
    margin-top: 0;
    color: #941014;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 12px; }

h2 {
  font-family: adobe-caslon-pro, serif;
  font-weight: 600;
  margin-top: 0;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 12px; }
  .portal-page h2 {
    font-family: adelle, serif;
    font-weight: 600;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #d0cdc0;
    color: #941014;
    font-size: 1.25em; }

h3 {
  font-family: adobe-caslon-pro, serif;
  font-weight: 600;
  margin-top: 0;
  font-size: 21px;
  line-height: 27px;
  margin-bottom: 12px; }
  .portal-page h3 {
    font-family: adelle, serif;
    font-weight: 600;
    margin-top: 0;
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 12px; }

h4 {
  font-family: adobe-caslon-pro, serif;
  font-weight: 600;
  margin-top: 0;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 12px; }
  .portal-page h4 {
    font-family: adelle, serif; }

h5 {
  font-family: adobe-caslon-pro, serif;
  font-weight: 600;
  margin-top: 0;
  font-family: "proxima-nova-condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 12px; }
  .portal-page h5 {
    font-family: adelle, serif; }

h6 {
  font-family: adobe-caslon-pro, serif;
  font-weight: 600;
  margin-top: 0;
  font-family: "proxima-nova-condensed", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 10px; }
  .portal-page h6 {
    font-family: adelle, serif; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  outline: 0;
  text-decoration: none;
  color: #1ab8b5;
  transition: color 0.3s ease; }
  a:hover {
    color: #148b89; }

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

#fsPageContent .fsElement.fsContent table th {
  padding: 0.625em 1.25em;
  text-align: left;
  background: #ebe8df;
  color: #98252B;
  font-weight: bold; }

#fsPageContent .fsElement.fsContent table tr:nth-of-type(odd) td {
  background-color: #ebe8df; }

table.styled,
table.fs_style_32 {
  margin-bottom: 1.25em;
  width: 100%; }
  table.styled th,
  table.styled td,
  table.fs_style_32 th,
  table.fs_style_32 td {
    vertical-align: top;
    border-bottom: 1px solid #fff; }
  table.styled th,
  table.fs_style_32 th {
    padding: 0.625em 1.25em;
    text-align: left;
    background: #ebe8df;
    color: #98252B;
    font-weight: bold; }
  table.styled td,
  table.fs_style_32 td {
    padding: 0.625em 1.25em; }
    table.styled tr:nth-of-type(odd) td {
      background-color: #ebe8df; }

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

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

.fsEnotifyArchive {
  margin-bottom: 20px; }

/*! content - buttons v0.0.1 */
.fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #4c5359;
  color: #fff;
  outline: 0;
  border-radius: 0;
  text-shadow: none; }
  .fsLoadMoreButton:hover {
    background: #40464b;
    color: #fff; }
  .fsLoadMoreButton em {
    display: block;
    font-style: normal; }

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

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

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

.fs_style_36 {
  display: block;
  background: #FFDD7F;
  color: rgba(0, 0, 0, 0.7);
  font-family: "proxima-nova-condensed", sans-serif;
  font-weight: 700;
  border-radius: 2px;
  text-align: center;
  padding: 10px 20px; }
  @media (min-width: 600px) {
    .fs_style_36 {
      display: inline-block; } }
  .fs_style_36:hover, .fs_style_36:focus {
    color: rgba(0, 0, 0, 0.7);
    background: #ffe698; }

/*! content - style manger v0.0.1 */
.lead-in,
.fs_style_19 {
  color: #3d6078;
  font-family: adobe-caslon-pro, serif;
  font-size: 1.125em;
  line-height: 1.38889em;
  font-weight: 400; }

/*
blockquote, .fs_style_28 {
  display: block;
  margin-bottom: 0.5em;
  margin-left: 0;
  padding-left: 0;
	color: $m4;
  line-height: 1.4em;
}
*/
blockquote {
  position: relative;
  width: 100%;
  margin: 30px 0;
  padding: 30px 20px;
  color: #1c2b39;
  border-top: 3px solid #ffe698;
  border-bottom: 3px solid #ffe698;
  font-family: adobe-caslon-pro, serif;
  font-weight: 600;
  text-align: center; }
  blockquote:before, blockquote:after {
    position: absolute;
    left: 0;
    right: 0;
    padding: 25px 0px;
    margin: 0 auto;
    height: 50px;
    width: 50px;
    background: #ffe698;
    color: #98252B;
    font-family: "Proxima Nova", "proxima-nova", sans-serif;
    font-size: 3em;
    line-height: 0.5;
    font-weight: 600;
    border-radius: 50%; }
  blockquote:before {
    content: '“';
    top: -30px; }
  blockquote:after {
    content: '”';
    bottom: -30px; }

cite, .fs_style_29 {
  display: block;
  margin-top: 1.2em;
  margin-bottom: 1em;
  color: #98252B;
  font-weight: bold;
  text-transform: uppercase; }

.callout {
  padding: 20px;
  background: #ffe698;
  color: #4c5359; }
  .callout h2.fsElementTitle {
    border: 0 !important; }
  .callout.left {
    float: left;
    margin-left: 20px; }
    @media (min-width: 500px) {
      .callout.left {
        width: 50%; } }
  .callout.right {
    float: right;
    margin-right: 20px; }
    @media (min-width: 500px) {
      .callout.right {
        width: 50%; } }

.fs_style_24, .fs_style_25, .fs_style_26, .fs_style_27 {
  display: inline-block;
  margin-bottom: 0.625em;
  padding: 1em 2em 0.8em;
  font-family: "proxima-nova-condensed", sans-serif;
  text-align: center;
  text-transform: uppercase; }
  .fs_style_24:hover, .fs_style_25:hover, .fs_style_26:hover, .fs_style_27:hover {
    background-color: #5fb8b6;
    color: #fff;
    border-color: #5fb8b6; }

.fs_style_24 {
  border: 3px solid #d0cdc0; }

.fs_style_25 {
  background-color: #98252B;
  color: #fff;
  border: 3px solid #98252B; }

.fs_style_26 {
  background-color: #ffe698;
  color: #98252B;
  border: 3px solid #ffe698; }

.fs_style_27 {
  background-color: #3d6078;
  color: #fff;
  border: 3px solid #3d6078; }

.fs_style_35 {
  table-layout: fixed; }
  .fs_style_35 tr td {
    background: none !important;
    border: 1px solid #ccc;
    padding: 20px;
    border-bottom: none; }
  .fs_style_35 tr:last-child {
    border-bottom: 1px solid #ccc; }

@media (max-width: 600px) {
  .fs_style_35 {
    display: block; }
    .fs_style_35 td {
      display: block;
      width: 100%; } }

/*! structure - header v0.0.1 */
body:not(.fsComposeMode) .sticky-header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 15px 30px 20px;
  z-index: 999;
  transition: background .3s ease, padding .3s ease; }
  body:not(.fsComposeMode).home.fsAccountBarVisible .sticky-header {
    margin-top: 40px; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .sticky-header {
      padding: 35px 15px 35px 20px; } }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .sticky-header {
      padding: 42px 40px 0 40px; }
      .fsAccountBarVisible body:not(.fsComposeMode) .sticky-header {
        top: 40px; } }
  body:not(.fsComposeMode).home .sticky-header:before {
    content: '';
    background: #98252B;
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    transition: .8s ease-in-out; }
  body:not(.fsComposeMode) .sticky-header > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }

body:not(.fsComposeMode) .sticky-header.stick-it {
  padding: 15px 15px 0 20px; }
  body:not(.fsComposeMode) .sticky-header.stick-it:before {
    height: 55px; }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .sticky-header.stick-it {
      background: #fff;
      border-bottom: solid 1px #CFD2D6;
      padding: 5px 40px 0 40px; }
      body:not(.fsComposeMode) .sticky-header.stick-it:before {
        height: 50px; }
      body:not(.fsComposeMode) .sticky-header.stick-it .site-info-container a {
        width: 180px;
        height: 22px; }
      body:not(.fsComposeMode) .sticky-header.stick-it .nav-utility-header {
        margin-top: 2px; }
      body:not(.fsComposeMode) .sticky-header.stick-it .nav-main {
        margin-top: 9px; }
        body:not(.fsComposeMode) .sticky-header.stick-it .nav-main .fsNavLevel1 > li:hover > a, body:not(.fsComposeMode) .sticky-header.stick-it .nav-main .fsNavLevel1 > li:focus > a, body:not(.fsComposeMode) .sticky-header.stick-it .nav-main .fsNavLevel1 > li.fsNavCurrentPage > a, body:not(.fsComposeMode) .sticky-header.stick-it .nav-main .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
          color: #98252B; }
        body:not(.fsComposeMode) .sticky-header.stick-it .nav-main .fsNavLevel1 > li > a {
          color: #333E48;
          padding: 12px 0; } }

body:not(.fsComposeMode) .sticky-header.interior-header {
  background: #98252B;
  padding: 16.5px 15px 16.5px 20px; }
  body:not(.fsComposeMode).fsAccountBarVisible .sticky-header.interior-header {
    margin-top: 40px; }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .sticky-header.interior-header {
      background: #fff;
      padding: 5px 40px 0 40px;
      border-bottom: solid 1px #CFD2D6; }
      body:not(.fsComposeMode) .sticky-header.interior-header:before {
        content: '';
        background: #98252B;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 50px; }
      body:not(.fsComposeMode) .sticky-header.interior-header .site-info-container a {
        width: 180px;
        height: 22px; }
      body:not(.fsComposeMode) .sticky-header.interior-header .nav-utility-header {
        margin-top: 2px; }
      body:not(.fsComposeMode) .sticky-header.interior-header .nav-main {
        margin-top: 9px; }
        body:not(.fsComposeMode) .sticky-header.interior-header .nav-main .fsNavLevel1 > li:hover > a, body:not(.fsComposeMode) .sticky-header.interior-header .nav-main .fsNavLevel1 > li:focus > a, body:not(.fsComposeMode) .sticky-header.interior-header .nav-main .fsNavLevel1 > li.fsNavCurrentPage > a, body:not(.fsComposeMode) .sticky-header.interior-header .nav-main .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
          color: #98252B; }
        body:not(.fsComposeMode) .sticky-header.interior-header .nav-main .fsNavLevel1 > li > a {
          color: #333E48;
          padding: 12px 0; } }

.mobile-menu-button {
  z-index: 10; }
  @media (min-width: 1000px) {
    .mobile-menu-button {
      display: none; } }

.hero-image {
  height: 75vw;
  margin-top: 55px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 600px) {
    .hero-image {
      max-height: 380px;
      height: 45vw; } }
  @media (min-width: 1000px) {
    .hero-image {
      margin-top: 101px; } }
  .hero-image img {
    display: none; }
  .hero-image.fsGrid {
    height: 60vw; }
    @media (min-width: 600px) {
      .hero-image.fsGrid {
        max-height: 380px;
        height: 45vw; } }
    .hero-image.fsGrid .fsListItems {
      display: -ms-flexbox;
      display: flex; }
      .hero-image.fsGrid .fsListItems article {
        height: 60vw;
        margin: 0;
        -ms-flex: 1;
        flex: 1;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover; }
        @media (min-width: 600px) {
          .hero-image.fsGrid .fsListItems article {
            max-height: 380px;
            height: 45vw; } }
        .hero-image.fsGrid .fsListItems article:nth-child(n+3) {
          display: none; }
          @media (min-width: 600px) {
            .hero-image.fsGrid .fsListItems article:nth-child(n+3) {
              display: block; } }

.site-info-container {
  z-index: 10;
  width: 175px;
  height: 22px; }
  @media (min-width: 1000px) {
    .site-info-container {
      width: auto;
      height: auto; } }
  @media (min-width: 1220px) {
    .site-info-container {
      padding: 10px;
      padding-left: 0; } }
  .site-info-container a {
    display: block;
    width: 100%;
    margin: 0 auto;
    background-image: url("../images/logo.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    color: transparent;
    -ms-transform: rotate(0.0001deg);
    transform: rotate(0.0001deg); }
    @media (min-width: 1000px) {
      .site-info-container a {
        width: 270px;
        height: 33px;
        margin: 0; } }
    .site-info-container a:hover {
      color: transparent; }

#fsHeader .search-panel {
  padding: 77px 20px;
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: fixed;
  border-bottom: solid 1px #CFD2D6;
  background-color: #fff;
  color: #98252B; }
  #fsHeader .search-panel:before {
    content: '';
    background: #98252B;
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0; }
  .search-active #fsHeader .search-panel {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1000; }
    @media (max-width: 799px) {
      .search-active #fsHeader .search-panel {
        height: 100%; } }
  #fsHeader .search-panel .fsContainer {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
  #fsHeader .search-panel .fsElementTitle {
    color: #333E48;
    font-size: 24px;
    line-height: 34px;
    text-align: center; }
    @media (min-width: 600px) {
      #fsHeader .search-panel .fsElementTitle {
        font-size: 30px;
        line-height: 36px; } }
    @media (min-width: 1000px) {
      #fsHeader .search-panel .fsElementTitle {
        text-align: left; } }
  @media (min-width: 800px) {
    #fsHeader .search-panel .search-column {
      padding-right: 20px; } }
  #fsHeader .search-panel .site-search:before {
    content: none; }
  #fsHeader .search-panel .site-search input {
    border: 1px solid #CFD2D6;
    padding: 20px 15px 20px 60px; }
  #fsHeader .search-panel .site-search button {
    width: 60px; }
    #fsHeader .search-panel .site-search button:before {
      content: "";
      font-family: "Icomoon";
      font-weight: normal;
      speak: none;
      color: #98252B;
      font-size: 25px;
      width: 25px;
      height: 25px;
      line-height: 1;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  #fsHeader .search-panel a {
    color: #1c2b39; }
    #fsHeader .search-panel a:hover {
      color: #5fb8b6; }

#fsHeader .popular-searches {
  text-align: center; }
  @media (min-width: 800px) {
    #fsHeader .popular-searches {
      text-align: left; } }
  #fsHeader .popular-searches .fsElementTitle {
    color: #98252B;
    font-family: "proxima-nova-condensed", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase; }
  @media (min-width: 800px) {
    #fsHeader .popular-searches .fsNavLevel1 {
      -moz-column-count: 2;
      column-count: 2; } }
  @media (min-width: 1000px) {
    #fsHeader .popular-searches .fsNavLevel1 {
      -moz-column-count: 3;
      column-count: 3; } }
  #fsHeader .popular-searches a {
    color: #40617A;
    font-family: "proxima-nova-condensed", sans-serif;
    font-weight: 700;
    display: block;
    padding: 5px 0; }
    #fsHeader .popular-searches a:hover, #fsHeader .popular-searches a:focus {
      color: #98252B; }

.search-close {
  position: absolute;
  top: 15px;
  right: 0;
  width: 50px;
  height: 50px;
  background: none;
  border: 0;
  outline: 0;
  z-index: 9999999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0; }
  @media (min-width: 600px) {
    .search-close {
      top: 25px;
      right: 0; } }
  @media (min-width: 1000px) {
    .search-close {
      top: 35px;
      right: 38px; } }

.search-close:before {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  background: rgba(51, 62, 72, 0.6);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.search-close:after {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  background: rgba(51, 62, 72, 0.6);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

@media (max-width: 37.5em) {
  .search-close {
    width: 50px;
    height: 50px;
    padding: 15px; } }

.photo-grid > .fsElementContent {
  display: -ms-flexbox;
  display: flex; }
  .photo-grid > .fsElementContent > .fsContent {
    -ms-flex: 1;
    flex: 1;
    min-height: 380px;
    padding: 1.25em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: min-height 0.2s ease; }
    .photo-grid > .fsElementContent > .fsContent > header {
      padding: 3.5em 1.5625em;
      background-color: rgba(95, 184, 182, 0.9);
      color: #fff;
      text-align: center; }
      @media screen and (max-width: 959px) {
        .photo-grid > .fsElementContent > .fsContent > header {
          display: none; } }
      .photo-grid > .fsElementContent > .fsContent > header h3:after {
        content: '';
        display: block;
        width: 60px;
        height: 1px;
        margin: 16px auto;
        background-color: #fff; }
      .photo-grid > .fsElementContent > .fsContent > header a {
        color: #fff; }
      .photo-grid > .fsElementContent > .fsContent > header .fs_style_24 {
        color: #fff;
        font-family: "Proxima Nova", "proxima-nova", sans-serif;
        font-size: 0.75em;
        border-width: 1px;
        text-transform: uppercase; }
    @media screen and (max-width: 1179px) {
      .photo-grid > .fsElementContent > .fsContent {
        min-height: 280px; } }
    @media screen and (max-width: 959px) {
      .photo-grid > .fsElementContent > .fsContent:nth-child(n+3) {
        display: none; } }
    @media screen and (max-width: 499px) {
      .photo-grid > .fsElementContent > .fsContent {
        min-height: 180px; } }

#fsHeader .header-photo {
  background-size: cover; }
  #fsHeader .header-photo > .fsElementContent img {
    visibility: hidden; }

#fsHeader .fsBanner.summer-top .sticky-header {
  background: #5fb8b6; }

#fsHeader .fsBanner.summer-top .site-info-container a {
  position: relative;
  top: auto;
  background-image: url("../images/2018-summer-logo.png"); }
  @media (min-width: 1000px) {
    #fsHeader .fsBanner.summer-top .site-info-container a {
      width: 450px;
      height: 60px; } }

#fsHeader .fsBanner.summer-top .site-info-container:after {
  display: none;
  top: -17px;
  width: 100px;
  height: 200px;
  background-image: url("../images/summer-banner.svg"); }

#fsHeader .fsBanner.summer-top .nav-main {
  background-color: #396079; }

#fsHeader .fsBanner.summer-top .nav-util .fsElementContent {
  top: 45px; }

#fsHeader .fsBanner.summer-top .nav-util .fsNavLevel1 a {
  color: #ffdd75; }
  #fsHeader .fsBanner.summer-top .nav-util .fsNavLevel1 a:hover {
    color: white; }

#fsFooter {
  padding: 0;
  color: #fff;
  background: #98252B;
  position: relative; }
  #fsFooter .fsBanner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #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 .fsElementTitle {
    border-bottom: none;
    color: #fff;
    padding-bottom: 0; }

.footer-wrap {
  padding: 40px 20px 30px; }
  @media (min-width: 600px) {
    .footer-wrap {
      padding: 40px 34px 30px; } }
  .footer-wrap > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
    @media (min-width: 600px) {
      .footer-wrap > .fsElementContent {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: justify;
        justify-content: space-between; } }

.footer-image {
  height: 260px;
  position: relative;
  padding: 0 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 600px) {
    .footer-image {
      height: 220px; } }
  .footer-image:before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .footer-image header {
    text-align: center;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: relative; }
    .footer-image header .fsElementTitle {
      color: #fff;
      font-family: "proxima-nova-condensed", sans-serif;
      font-weight: 700;
      font-size: 16px;
      line-height: 20px;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .footer-image header .fsElementHeaderContent {
      color: #fff;
      font-family: adobe-caslon-pro, serif;
      font-size: 24px;
      line-height: 34px; }
      @media (min-width: 1000px) {
        .footer-image header .fsElementHeaderContent {
          font-size: 36px;
          line-height: 46px; } }
      .footer-image header .fsElementHeaderContent p {
        margin: 0; }
  .footer-image .fsElementContent {
    display: none; }
  .footer-image img {
    display: none; }

.address-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 600px) {
    .address-container {
      -ms-flex-direction: row;
      flex-direction: row; } }
  .address-container header {
    width: 80px;
    height: 100px;
    margin-bottom: 30px; }
    @media (min-width: 600px) {
      .address-container header {
        width: 100px;
        height: 124px;
        margin-bottom: 0;
        margin-right: 30px; } }

.nav-social {
  text-align: center;
  margin-bottom: 30px; }
  @media (min-width: 600px) {
    .nav-social {
      text-align: right;
      margin-bottom: 0; } }
  .nav-social .fsElementTitle {
    font-size: 24px;
    line-height: 34px;
    font-style: italic;
    font-weight: 400;
    font-family: adobe-caslon-pro, serif;
    margin-bottom: 30px; }

.school-details {
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
  font-family: "proxima-nova-condensed", sans-serif;
  text-transform: uppercase;
  line-height: 26px; }
  @media (min-width: 600px) {
    .school-details {
      margin-bottom: 0;
      text-align: left; } }
  .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: "Proxima Nova", "proxima-nova", sans-serif;
  background: #98252B; }

body {
  font-size: 1em;
  line-height: 1.375;
  color: #4c5359; }
  body.fsAccountBarVisible {
    margin-top: 40px; }

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

#fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff; }
  @media (min-width: 800px) {
    #fsPageBodyWrapper {
      padding-top: 110px; } }
  @media (min-width: 1000px) {
    #fsPageBodyWrapper {
      padding-top: 150px; } }
  body.hasBannerImg #fsPageBodyWrapper {
    padding-top: 40px; }

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

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

#fsPageContent {
  margin-bottom: 20px;
  width: 100% !important;
  float: none !important; }
  @media (min-width: 800px) {
    #fsPageContent {
      float: left !important; } }
  @media (min-width: 800px) {
    .fsHasRightBanner #fsPageContent {
      width: 72.88136% !important; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner #fsPageContent {
      width: 76.27119% !important; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: 49.15254% !important; } }

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

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

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

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

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

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

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

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

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

#fsPoweredByFinalsite {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem; }
  @media (min-width: 1000px) {
    #fsPoweredByFinalsite {
      margin: 0; } }

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

.fsBreadcrumb li {
  display: inline-block; }

/*! navigation - main v0.0.1 */
nav ul, nav ul ul {
  margin: 0;
  padding: 0;
  list-style: none; }

nav ul li {
  margin: 0;
  padding: 0; }

.nav-main {
  display: none; }
  @media (min-width: 1000px) {
    .nav-main {
      display: block;
      width: 100%;
      margin-top: 28px;
      position: relative; } }
  .nav-main .fsNavLevel1, .nav-main .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-main .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  @media (min-width: 1000px) {
    .nav-main .fsNavLevel1 {
      max-width: 1180px;
      width: 100%;
      margin: 0 auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media (min-width: 1000px) and (min-width: 1100px) {
    .nav-main .fsNavLevel1 {
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (min-width: 1000px) {
      .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%; } }
  @media (min-width: 1220px) {
    .nav-main .fsNavLevel1 {
      padding-left: 0; } }
  @media (min-width: 1000px) {
    .nav-main .fsNavLevel1 > li {
      -ms-flex: 0 auto;
      flex: 0 auto; } }
  .nav-main .fsNavLevel1 > li:hover > a:before, .nav-main .fsNavLevel1 > li:focus > a:before, .nav-main .fsNavLevel1 > li.fsNavCurrentPage > a:before, .nav-main .fsNavLevel1 > li.fsNavCurrentPageAncestor > a:before {
    background: #98252B; }
  .nav-main .fsNavLevel1 > li > a {
    display: block;
    padding: 14px 0;
    color: #fff;
    font-family: "proxima-nova-condensed", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    position: relative; }
    @media (min-width: 1100px) {
      .nav-main .fsNavLevel1 > li > a {
        padding: 14px 0;
        margin: 0 25px; } }
    .nav-main .fsNavLevel1 > li > a:before {
      content: '';
      width: 100%;
      height: 4px;
      background: transparent;
      position: absolute;
      bottom: 0;
      left: 0; }
  .nav-main .fsNavLevel1 > li.fsNavCurrentPage > a,
  .nav-main .fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
    color: #5fb8b6; }

.nav-main .fsNavLevel1 > li {
  position: relative;
  position: static; }
  .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 > .fsNavPageInfo {
    z-index: 300;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 40px;
    border-bottom: solid 1px #CFD2D6;
    max-height: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in .3s, visibility .3s ease-in .3s; }
    @media (min-width: 1400px) {
      .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
        padding: 40px 80px; } }
  .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo, .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: none;
    opacity: 1;
    visibility: visible; }

.nav-main .fsNavPageInfo {
  width: 100%;
  background: #eeeff1;
  text-align: left;
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px; }

.nav-main .fsNavPageDescription {
  font-size: 14px;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 40px;
  -ms-flex: 1;
  flex: 1;
  width: 260px; }
  @media (min-width: 1200px) {
    .nav-main .fsNavPageDescription {
      font-size: 16px;
      line-height: 26px; } }
  .nav-main .fsNavPageDescription h2 {
    font-size: 20px;
    line-height: 26px; }
    @media (min-width: 1200px) {
      .nav-main .fsNavPageDescription h2 {
        font-size: 30px;
        line-height: 36px; } }
  .nav-main .fsNavPageDescription .fs_style_37 {
    color: #40617A;
    font-weight: 700;
    margin-top: 10px;
    display: block; }
    .nav-main .fsNavPageDescription .fs_style_37:hover, .nav-main .fsNavPageDescription .fs_style_37:focus {
      color: #98252B; }

.nav-main .fsNavPageThumbnail {
  -ms-flex-order: 1;
  order: 1;
  width: 280px;
  height: 20vw;
  max-height: 300px;
  -ms-flex: 1;
  flex: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  .nav-main .fsNavPageThumbnail img {
    display: none; }

.nav-main .col-wrap {
  -ms-flex-order: 3;
  order: 3;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -ms-flex: 2;
  flex: 2; }
  @media (min-width: 1200px) {
    .nav-main .col-wrap {
      width: 580px; } }

.nav-main .fsNavLevel2 {
  padding: 0 20px;
  width: 260px; }
  .nav-main .fsNavLevel2.column-1 {
    padding-right: 20px; }
  .nav-main .fsNavLevel2.column-2 {
    padding-left: 20px; }
  .nav-main .fsNavLevel2 li {
    border-bottom: solid 1px #CFD2D6; }
    .nav-main .fsNavLevel2 li:last-child {
      border: none; }
  .nav-main .fsNavLevel2 a {
    display: block;
    padding: 14px 0;
    color: #40617A;
    font-family: "proxima-nova-condensed", sans-serif;
    font-weight: 600; }
    .nav-main .fsNavLevel2 a:hover, .nav-main .fsNavLevel2 a:focus {
      color: #98252B; }

/*! navigation - off-canvas v0.0.1 */
#fsHeader .fsMenu-btn {
  display: block;
  background: transparent;
  color: #fff;
  border: 0;
  font-size: 16px;
  line-height: 1;
  padding: 0; }
  #fsHeader .fsMenu-btn span {
    display: none; }
  #fsHeader .fsMenu-btn:before {
    content: "";
    font-family: "Icomoon";
    font-weight: normal;
    speak: none;
    display: block; }
  @media (min-width: 1000px) {
    #fsHeader .fsMenu-btn {
      display: none; } }

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #98252B;
  color: #fff;
  z-index: 1000;
  padding-top: 10px;
  padding-bottom: 20px;
  overflow: auto; }
  .drawer-is-active .fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  @media (min-width: 1000px) {
    .fsMenu {
      display: none; } }
  .fsMenu a {
    display: block;
    padding: 1em 0;
    color: #fff; }
    .fsMenu a:hover {
      color: #5fb8b6; }
  .fsMenu .mobile-menu-button {
    background: #fff;
    width: 100%;
    cursor: pointer; }
    @media (min-width: 600px) {
      .fsMenu .mobile-menu-button {
        padding-top: 10px; } }
    .fsMenu .mobile-menu-button .fsMenu-btn {
      top: 0;
      left: 0;
      display: block;
      width: 60px;
      height: 60px;
      background: transparent;
      color: #fff;
      line-height: 1;
      border: none;
      padding: 0;
      position: relative; }
      .fsMenu .mobile-menu-button .fsMenu-btn:before {
        color: rgba(51, 62, 72, 0.6);
        content: "";
        font-family: "Icomoon";
        font-weight: normal;
        speak: none;
        font-size: 15px;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .fsMenu .nav-mobile-main {
    background: #fff;
    margin-bottom: 0;
    padding: 0 20px; }
    .fsMenu .nav-mobile-main .fsNavLevel1 > li {
      position: relative;
      border-bottom: 1px solid #CFD2D6;
      text-transform: uppercase; }
      .fsMenu .nav-mobile-main .fsNavLevel1 > li:first-child {
        border-top: 1px solid #CFD2D6; }
      .fsMenu .nav-mobile-main .fsNavLevel1 > li:last-child {
        border-bottom: none; }
      .fsMenu .nav-mobile-main .fsNavLevel1 > li.nav-active .fsNavPageInfo {
        display: block;
        padding-bottom: 1em; }
        .fsMenu .nav-mobile-main .fsNavLevel1 > li.nav-active .fsNavPageInfo a {
          padding: 12px 20px;
          text-transform: none; }
      .fsMenu .nav-mobile-main .fsNavLevel1 > li.nav-active .drop-btn:focus {
        outline: 0; }
      .fsMenu .nav-mobile-main .fsNavLevel1 > li.nav-active .drop-btn:before {
        content: "";
        font-family: "Icomoon";
        font-weight: normal;
        speak: none; }
    .fsMenu .nav-mobile-main .fsNavLevel2 a {
      color: #40617A; }
    .fsMenu .nav-mobile-main a {
      color: #333E48;
      font-family: "proxima-nova-condensed", sans-serif;
      font-weight: 700; }
      .fsMenu .nav-mobile-main a:hover, .fsMenu .nav-mobile-main a:focus {
        color: #98252B; }
    .fsMenu .nav-mobile-main .drop-btn {
      position: absolute;
      top: 0;
      right: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -ms-flex-align: center;
      align-items: center;
      background: transparent;
      color: transparent;
      line-height: 1;
      border: none;
      overflow: hidden;
      padding: 0;
      width: 50px;
      height: 55px;
      z-index: 100; }
      .fsMenu .nav-mobile-main .drop-btn:before {
        color: rgba(51, 62, 72, 0.6);
        font-size: 15px;
        content: "";
        font-family: "Icomoon";
        font-weight: normal;
        speak: none;
        display: block; }
    .fsMenu .nav-mobile-main .fsNavPageInfo {
      display: none; }
  .fsMenu .nav-mobile-utility-1 {
    background: rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    margin-bottom: 20px; }
    .fsMenu .nav-mobile-utility-1 .fsNavLevel1 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; }
    .fsMenu .nav-mobile-utility-1 li {
      display: block; }
      .fsMenu .nav-mobile-utility-1 li.summer, .fsMenu .nav-mobile-utility-1 li.login, .fsMenu .nav-mobile-utility-1 li.search {
        display: none; }
      .fsMenu .nav-mobile-utility-1 li.inquire a:before {
        content: "";
        font-family: "Icomoon";
        font-weight: normal;
        speak: none;
        color: #fff;
        font-size: 14px;
        vertical-align: top;
        display: block;
        margin-bottom: 8px; }
      .fsMenu .nav-mobile-utility-1 li.visit a:before {
        content: "";
        font-family: "Icomoon";
        font-weight: normal;
        speak: none;
        color: #fff;
        font-size: 14px;
        vertical-align: top;
        display: block;
        margin-bottom: 8px; }
      .fsMenu .nav-mobile-utility-1 li.apply a:before {
        content: "";
        font-family: "Icomoon";
        font-weight: normal;
        speak: none;
        color: #fff;
        font-size: 14px;
        vertical-align: top;
        display: block;
        margin-bottom: 8px; }
      .fsMenu .nav-mobile-utility-1 li.summer a:before {
        content: "";
        font-family: "Icomoon";
        font-weight: normal;
        speak: none;
        color: #fff;
        font-size: 14px;
        vertical-align: top;
        display: block;
        margin-bottom: 8px; }
      .fsMenu .nav-mobile-utility-1 li.login a:before {
        content: "";
        font-family: "Icomoon";
        font-weight: normal;
        speak: none;
        color: #fff;
        font-size: 14px;
        vertical-align: top;
        display: block;
        margin-bottom: 8px; }
      .fsMenu .nav-mobile-utility-1 li.search a:before {
        content: "";
        font-family: "Icomoon";
        font-weight: normal;
        speak: none;
        color: #fff;
        font-size: 14px;
        vertical-align: top;
        display: block;
        margin-bottom: 8px; }
      .fsMenu .nav-mobile-utility-1 li:nth-child(2) {
        border-left: solid 1px rgba(255, 255, 255, 0.3);
        border-right: solid 1px rgba(255, 255, 255, 0.3); }
      .fsMenu .nav-mobile-utility-1 li a {
        font-family: "proxima-nova-condensed", sans-serif;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 30px; }
        .fsMenu .nav-mobile-utility-1 li a:hover, .fsMenu .nav-mobile-utility-1 li a:focus {
          color: inherit; }
  .fsMenu .nav-mobile-utility-2 {
    padding: 0 20px; }
    .fsMenu .nav-mobile-utility-2 .fsNavLevel1 > li.inquire, .fsMenu .nav-mobile-utility-2 .fsNavLevel1 > li.visit, .fsMenu .nav-mobile-utility-2 .fsNavLevel1 > li.apply, .fsMenu .nav-mobile-utility-2 .fsNavLevel1 > li.search {
      display: none; }
    .fsMenu .nav-mobile-utility-2 .fsNavLevel1 > li.inquire > a:before {
      content: "";
      font-family: "Icomoon";
      font-weight: normal;
      speak: none;
      color: #fff;
      font-size: 14px;
      vertical-align: top;
      margin-right: 10px;
      vertical-align: top;
      display: inline-block; }
    .fsMenu .nav-mobile-utility-2 .fsNavLevel1 > li.visit > a:before {
      content: "";
      font-family: "Icomoon";
      font-weight: normal;
      speak: none;
      color: #fff;
      font-size: 14px;
      vertical-align: top;
      margin-right: 10px;
      vertical-align: top;
      display: inline-block; }
    .fsMenu .nav-mobile-utility-2 .fsNavLevel1 > li.apply > a:before {
      content: "";
      font-family: "Icomoon";
      font-weight: normal;
      speak: none;
      color: #fff;
      font-size: 14px;
      vertical-align: top;
      margin-right: 10px;
      vertical-align: top;
      display: inline-block; }
    .fsMenu .nav-mobile-utility-2 .fsNavLevel1 > li.summer > a:before {
      content: "";
      font-family: "Icomoon";
      font-weight: normal;
      speak: none;
      color: #fff;
      font-size: 14px;
      vertical-align: top;
      margin-right: 10px;
      vertical-align: top;
      display: inline-block; }
    .fsMenu .nav-mobile-utility-2 .fsNavLevel1 > li.login > a:before {
      content: "";
      font-family: "Icomoon";
      font-weight: normal;
      speak: none;
      color: #fff;
      font-size: 14px;
      vertical-align: top;
      margin-right: 10px;
      vertical-align: top;
      display: inline-block; }
    .fsMenu .nav-mobile-utility-2 .fsNavLevel1 > li.search > a:before {
      content: "";
      font-family: "Icomoon";
      font-weight: normal;
      speak: none;
      color: #fff;
      font-size: 14px;
      vertical-align: top;
      margin-right: 10px;
      vertical-align: top;
      display: inline-block; }
    .fsMenu .nav-mobile-utility-2 .fsNavLevel1 > li a {
      font-family: "proxima-nova-condensed", sans-serif;
      font-weight: 700;
      padding: 8px 10px 8px 24px; }
      .fsMenu .nav-mobile-utility-2 .fsNavLevel1 > li a:hover, .fsMenu .nav-mobile-utility-2 .fsNavLevel1 > li a:focus {
        color: #fff;
        text-decoration: underline; }
    .fsMenu .nav-mobile-utility-2 .fsNavLevel1 > li > a {
      display: block;
      font-size: 14px;
      padding: 10px 0;
      text-transform: uppercase; }

/*! navigation - sub v0.0.1 */
.nav-sub, .nav-sub ul {
  margin: 0;
  padding: 0;
  list-style: none; }

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

#fsHeader .nav-sub {
  display: block;
  padding: 0 20px;
  background: #fff; }
  @media (min-width: 800px) {
    #fsHeader .nav-sub {
      display: none; } }

#fsPageBody .nav-sub {
  display: none; }
  @media (min-width: 800px) {
    #fsPageBody .nav-sub {
      display: block; } }

.nav-sub.nav-sub-empty {
  display: none !important; }

@media (max-width: 799px) {
  .nav-sub > .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 {
  color: #98252B; }

.nav-sub ul li a {
  display: block;
  padding: 10px 0;
  color: #4c5359;
  font-family: "proxima-nova-condensed", sans-serif;
  font-size: 1.125em;
  font-weight: 600; }
  .nav-sub ul li a:hover {
    color: #1ab8b5; }

.nav-sub .fsNavLevel2 ul {
  padding-left: 1.25em; }

.nav-sub .fsNavLevel2 li a {
  position: relative;
  padding-left: 1.25em; }
  .nav-sub .fsNavLevel2 li a:before {
    content: "";
    font-family: "Icomoon";
    font-weight: normal;
    speak: none;
    position: absolute;
    left: 0;
    color: #d0cdc0;
    font-size: 0.75em; }

.nav-sub > header {
  display: block; }
  @media (min-width: 800px) {
    .nav-sub > header {
      text-align: left; } }
  .nav-sub > header > .fsElementTitle {
    font-family: adobe-caslon-pro, serif;
    font-weight: 600;
    margin-top: 0;
    font-family: "proxima-nova-condensed", sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
    position: relative;
    margin: 0;
    padding: 20px;
    cursor: pointer;
    text-align: center; }
    @media (min-width: 800px) {
      .nav-sub > header > .fsElementTitle {
        padding-left: 0;
        text-align: left;
        text-transform: uppercase;
        cursor: default; } }
    @media (max-width: 799px) {
      .nav-sub > 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-weight: normal;
        speak: none; } }
    @media (max-width: 799px) {
      .nav-sub.active-nav > header > .fsElementTitle:after {
        content: "";
        font-family: "Icomoon";
        font-weight: normal;
        speak: none; } }

/*! Navigation - Social */
.nav-social .fsNavLevel1 {
  font-size: 0; }
  .nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-social .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  .nav-social .fsNavLevel1 li {
    display: inline-block; }
    .nav-social .fsNavLevel1 li:not(:last-child) {
      margin-right: 10px; }
  .nav-social .fsNavLevel1 [href*='facebook']:before {
    content: "";
    font-family: "Icomoon";
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='instagram']:before {
    content: "";
    font-family: "Icomoon";
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='linkedin']:before {
    content: "";
    font-family: "Icomoon";
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='pinterest']:before {
    content: "";
    font-family: "Icomoon";
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='tumblr']:before {
    content: "";
    font-family: "Icomoon";
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='twitter']:before {
    content: "";
    font-family: "Icomoon";
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vimeo']:before {
    content: "";
    font-family: "Icomoon";
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vine']:before {
    content: "";
    font-family: "Icomoon";
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='youtube']:before {
    content: "";
    font-family: "Icomoon";
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='rss']:before {
    content: "";
    font-family: "Icomoon";
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='facebook']:hover {
    background: #3b5998; }
    .nav-social .fsNavLevel1 [href*='facebook']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='instagram']:hover {
    background: #3f729b; }
    .nav-social .fsNavLevel1 [href*='instagram']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='linkedin']:hover {
    background: #0077b5; }
    .nav-social .fsNavLevel1 [href*='linkedin']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='pinterest']:hover {
    background: #cc2127; }
    .nav-social .fsNavLevel1 [href*='pinterest']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='tumblr']:hover {
    background: #35465c; }
    .nav-social .fsNavLevel1 [href*='tumblr']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='twitter']:hover {
    background: #55acee; }
    .nav-social .fsNavLevel1 [href*='twitter']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='vimeo']:hover {
    background: #1ab7ea; }
    .nav-social .fsNavLevel1 [href*='vimeo']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='vine']:hover {
    background: #00b488; }
    .nav-social .fsNavLevel1 [href*='vine']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='youtube']:hover {
    background: #cd201f; }
    .nav-social .fsNavLevel1 [href*='youtube']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='rss']:hover {
    background: #f26522; }
    .nav-social .fsNavLevel1 [href*='rss']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 a {
    display: block;
    position: relative;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 100%; }
    .nav-social .fsNavLevel1 a:before {
      color: #98252B;
      font-size: 16px;
      transition: 0.3s all;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.nav-social .rss a:before {
  content: "";
  font-family: "Icomoon";
  font-weight: normal;
  speak: none; }

.nav-social .rss a:hover {
  background-color: #db633b;
  color: #fff; }
  .nav-social .rss a:hover:before {
    color: #fff; }

.nav-utility-header .fsNavLevel1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .nav-utility-header .fsNavLevel1 > li {
    display: none; }
    @media (min-width: 1000px) {
      .nav-utility-header .fsNavLevel1 > li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 15px;
        position: relative; }
        .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
          position: absolute;
          top: 100%;
          left: 0;
          max-height: 0;
          overflow: hidden; }
        .nav-utility-header .fsNavLevel1 > li:hover > .fsNavPageInfo {
          max-height: 9999px; } }
  @media (min-width: 1000px) and (max-width: 599px) {
    .nav-utility-header .fsNavLevel1 > li:focus > .fsNavPageInfo {
      max-height: 9999px; } }
    .nav-utility-header .fsNavLevel1 > li.inquire > a:before {
      content: "";
      font-family: "Icomoon";
      font-weight: normal;
      speak: none;
      font-size: 15px;
      margin-right: 10px;
      vertical-align: top; }
    .nav-utility-header .fsNavLevel1 > li.visit > a:before {
      content: "";
      font-family: "Icomoon";
      font-weight: normal;
      speak: none;
      font-size: 15px;
      margin-right: 10px;
      vertical-align: top; }
    .nav-utility-header .fsNavLevel1 > li.apply > a:before {
      content: "";
      font-family: "Icomoon";
      font-weight: normal;
      speak: none;
      font-size: 15px;
      margin-right: 10px;
      vertical-align: top; }
    .nav-utility-header .fsNavLevel1 > li.summer > a:before {
      content: "";
      font-family: "Icomoon";
      font-weight: normal;
      speak: none;
      font-size: 15px;
      margin-right: 10px;
      vertical-align: top; }
    .nav-utility-header .fsNavLevel1 > li.login > a:before {
      content: "";
      font-family: "Icomoon";
      font-weight: normal;
      speak: none;
      font-size: 15px;
      margin-right: 10px;
      vertical-align: top; }
    .nav-utility-header .fsNavLevel1 > li.search > a:before {
      content: "";
      font-family: "Icomoon";
      font-weight: normal;
      speak: none;
      font-size: 15px;
      margin-right: 10px;
      vertical-align: top; }
    .nav-utility-header .fsNavLevel1 > li.search {
      display: block;
      width: 20px;
      height: 20px;
      margin-right: 0;
      position: relative; }
      @media (min-width: 1000px) {
        .nav-utility-header .fsNavLevel1 > li.search {
          border-left: solid 1px #fff;
          padding-left: 25px;
          width: 45px;
          margin-left: 10px; } }
      .nav-utility-header .fsNavLevel1 > li.search a {
        display: block;
        font-size: 0;
        width: 100%;
        height: 100%;
        padding: 0; }
        .nav-utility-header .fsNavLevel1 > li.search a:before {
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          margin-right: 0; }
    .nav-utility-header .fsNavLevel1 > li:hover > a, .nav-utility-header .fsNavLevel1 > li:focus > a {
      color: rgba(255, 255, 255, 0.7); }
    .nav-utility-header .fsNavLevel1 > li > a {
      color: #fff;
      font-family: "proxima-nova-condensed", sans-serif;
      font-size: 14px;
      line-height: 18px;
      text-transform: uppercase;
      display: inline-block;
      padding: 10px 0; }
    .nav-utility-header .fsNavLevel1 > li.covid-19 a {
      background: #fed16d;
      letter-spacing: 1.5px;
      padding: 4px 6px;
      transition: background 0.3s;
      font-weight: 700;
      color: #323e47; }
      .nav-utility-header .fsNavLevel1 > li.covid-19 a:hover, .nav-utility-header .fsNavLevel1 > li.covid-19 a:focus {
        background: #98252B; }

.nav-utility-header .fsNavPageInfo {
  background: #fff;
  width: 185px;
  z-index: 10;
  padding: 0 23px; }
  .nav-utility-header .fsNavLevel1 > li.login > .fsNavPageInfo {
    left: auto;
    right: 0; }
  .nav-utility-header .fsNavLevel1 > li:hover > .fsNavPageInfo {
    border-bottom: solid 1px #CFD2D6; }
  .nav-utility-header .fsNavPageInfo .fsNavLevel2 li {
    border-bottom: solid 1px rgba(51, 62, 72, 0.3); }
    .nav-utility-header .fsNavPageInfo .fsNavLevel2 li:last-child {
      border: none; }
    .nav-utility-header .fsNavPageInfo .fsNavLevel2 li a {
      color: #40617A;
      display: block;
      font-family: "proxima-nova-condensed", sans-serif;
      font-weight: 700;
      line-height: 20px;
      padding: 15px 0; }
      .nav-utility-header .fsNavPageInfo .fsNavLevel2 li a:hover, .nav-utility-header .fsNavPageInfo .fsNavLevel2 li a:focus {
        color: #4c5359; }

.nav-utility-footer {
  padding-top: 30px;
  border-top: solid 1px rgba(255, 255, 255, 0.3); }
  @media (min-width: 600px) {
    .nav-utility-footer {
      width: 100%;
      margin-top: 30px; } }
  @media (min-width: 1000px) {
    .nav-utility-footer {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .nav-utility-footer .fsElementContent {
    margin-bottom: 30px; }
    @media (min-width: 1000px) {
      .nav-utility-footer .fsElementContent {
        margin-bottom: 0; } }
  .nav-utility-footer .fsNavLevel1 {
    -moz-column-count: 2;
    column-count: 2;
    text-align: center; }
    .nav-utility-footer .fsNavLevel1, .nav-utility-footer .fsNavLevel1 ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .nav-utility-footer .fsNavLevel1 li {
      margin: 0;
      padding: 0; }
    @media (min-width: 700px) {
      .nav-utility-footer .fsNavLevel1 {
        -moz-column-count: 1;
        column-count: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: center;
        justify-content: center; } }
    .nav-utility-footer .fsNavLevel1 li:first-child a {
      padding-left: 0; }
    .nav-utility-footer .fsNavLevel1 li a {
      color: #fff;
      display: block;
      font-family: "proxima-nova-condensed", sans-serif;
      line-height: 20px;
      padding: 7px 0; }
      @media (min-width: 600px) {
        .nav-utility-footer .fsNavLevel1 li a {
          padding: 7px 15px; } }
      .nav-utility-footer .fsNavLevel1 li a:hover, .nav-utility-footer .fsNavLevel1 li a:focus {
        text-decoration: underline; }

.nav-select > .fsElementContent,
.nav-select > header {
  display: none; }

select.nav-select-drop {
  margin-bottom: 1em; }

/* In This Section Navigation */
.fsElement.nav-section {
  background-color: #1c2b39; }
  .home .fsElement.nav-section {
    display: none; }
  @media (min-width: 800px) {
    .fsElement.nav-section {
      display: none; } }
  .fsElement.nav-section h2.fsElementTitle {
    margin: 0;
    padding: 16px 20px;
    background-color: #161e26;
    color: #fff;
    border-width: 0;
    font-family: "proxima-nova-condensed", sans-serif;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase; }
    .fsElement.nav-section h2.fsElementTitle:after {
      content: "";
      font-family: "Icomoon";
      font-weight: normal;
      speak: none;
      float: right; }
  .fsElement.nav-section > .fsElementContent {
    display: none; }
  .fsElement.nav-section.active-nav > .fsElementContent {
    display: block; }
  .fsElement.nav-section .fsNavLevel1 > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .fsElement.nav-section .fsNavLevel1 > li > a {
      padding: 1em 1.5625em; }
  .fsElement.nav-section li {
    position: relative; }
    .fsElement.nav-section li .fsNavPageInfo {
      display: none;
      padding-left: 20px; }
    .fsElement.nav-section li.nav-active .fsNavPageInfo {
      display: block; }
  .fsElement.nav-section a {
    display: block;
    padding: 0.5em 1.5625em;
    color: #bec7cf;
    font-family: "proxima-nova-condensed", sans-serif; }
  .fsElement.nav-section .fsNavCurrentPage > a,
  .fsElement.nav-section .fsNavCurrentPageAncestor > a {
    color: #ffe698; }
  .fsElement.nav-section .drop-btn {
    position: absolute;
    top: 0;
    right: 1.5625em;
    display: block;
    width: 2.5em;
    height: 3.2em;
    background: transparent;
    color: #fff;
    line-height: 1;
    border: none;
    overflow: hidden;
    z-index: 100; }
    .fsElement.nav-section .drop-btn:before {
      content: "";
      font-family: "Icomoon";
      font-weight: normal;
      speak: none;
      display: block;
      margin-top: 1em;
      margin-bottom: 2em; }

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

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }
  @media (min-width: 800px) {
    .fsConstituent.fsSearch > .fsElementContent {
      margin: 0 -10px; } }
  .fsConstituent.fsSearch label {
    display: block;
    margin-bottom: 1.25em; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch label {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
        padding: 0 10px; } }
    @media (min-width: 900px) {
      .fsConstituent.fsSearch label {
        width: 32.83333%; } }
  .fsConstituent.fsSearch input,
  .fsConstituent.fsSearch select {
    display: block;
    width: 100%; }
  .fsConstituent.fsSearch [type*='submit'] {
    width: auto; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch [type*='submit'] {
        margin-left: 0.625em; } }
  .fsConstituent.fsSearch .fsConstituentSearchButton {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #4c5359;
    color: #fff;
    outline: 0;
    border-radius: 0;
    display: block;
    margin: 0 10px; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover {
      background: #40464b;
      color: #fff; }
    .fsConstituent.fsSearch .fsConstituentSearchButton em {
      display: block;
      font-style: normal; }

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

/*! elements - constituent profile */
.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile .fsProfileImage {
    display: block;
    margin-bottom: 20px; }
  .fsConstituentProfile .fsFullName {
    color: #98252B; }
  @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.25em;
  font-size: 16px; }
  .fsProfileSection h4 {
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid #333;
    margin: 0 0 .5em 0;
    padding: 0 0 .5em 0; }
  .fsProfileSection .fsProfileSectionData {
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .fsProfileSection .fsProfileSectionData.fsTitle {
      font-weight: normal;
      font-size: 1em; }

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

.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 {
  cursor: pointer; }
  .fsAccordion .fsPanel > header h2.fsElementTitle {
    display: block;
    margin-bottom: 2px;
    padding: 0.5em 0;
    color: #4c5359;
    font-family: "proxima-nova-condensed", sans-serif;
    font-size: 1.125em;
    transition: .3s;
    position: relative;
    border: 0; }
    .fsAccordion .fsPanel > header h2.fsElementTitle a {
      transition: none; }

.fsAccordion .fsPanel {
  border-bottom: 3px solid #d0cdc0; }

.fsAccordion .fsPanel.fsStateOpen > header h2:before {
  content: "";
  background-color: #98252B !important; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before {
  content: '';
  border: none;
  width: 16px;
  height: 16px;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  background-color: #d0cdc0;
  color: #fff;
  font-family: "Icomoon";
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  content: ""; }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: 16px;
  height: 16px;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  background-color: #d0cdc0;
  color: #fff;
  font-family: "Icomoon";
  font-size: 10px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  content: ""; }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2 {
  padding-left: 40px; }
  .fsPanelIconBefore.fsAccordion .fsPanel > header h2:before {
    left: 13.33333px; }

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

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

.fsAccordion {
  margin-bottom: 20px; }

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px; }
  .fsAthleticsEvent.fsList .fsAlertFeeds {
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .fsAthleticsEvent.fsList .fsAlertFeeds {
        margin-bottom: 0; } }
  .fsAthleticsEvent.fsList .fsListItems article {
    margin-bottom: 20px; }
  .fsAthleticsEvent.fsList .fsDateTime {
    font-weight: bold; }
  .fsAthleticsEvent.fsList .fsTitle {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal; }
  .fsAthleticsEvent.fsList .fsElementEventIcon {
    margin-right: 10px; }
  .fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
    outline: 0; }
  .fsAthleticsEvent.fsList .fsAlertIcon {
    margin-left: 5px;
    margin-bottom: -3px; }
  .fsAthleticsEvent.fsList .fsLoadMoreButton {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #4c5359;
    color: #fff;
    outline: 0;
    border-radius: 0;
    padding: 10px 20px; }
    .fsAthleticsEvent.fsList .fsLoadMoreButton:hover {
      background: #40464b;
      color: #fff; }
    .fsAthleticsEvent.fsList .fsLoadMoreButton em {
      display: block;
      font-style: normal; }
  .fsAthleticsEvent.fsList .fsAthleticsOpponents {
    display: inline; }
  .fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
    display: inline; }
  .fsAthleticsEvent.fsTable {
    overflow-x: auto; }
    .fsAthleticsEvent.fsTable thead th {
      background: #581c27;
      color: #fff;
      padding-left: 10px; }
    .fsAthleticsEvent.fsTable .fsEventTable td, .fsAthleticsEvent.fsTable table.fsTable td {
      padding: 10px; }
      .fsAthleticsEvent.fsTable .fsEventTable td .fsAthleticsOpponentNames, .fsAthleticsEvent.fsTable table.fsTable td .fsAthleticsOpponentNames {
        display: inline; }

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

/*! elements - athletics roster */
.fsAthleticsRoster {
  margin-bottom: 20px; }
  .fsAthleticsRoster table td {
    padding-right: 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 #d0cdc0; }
  .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; }

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

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px; }

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _list.scss - src/sass/modules/calendar/list.scss - calendar list */
.fsCalendar article {
  position: relative;
  padding-left: 100px;
  min-height: 90px;
  padding-top: 0; }
  .fsCalendar article .fsElementEventColorIcon {
    width: 12px;
    height: 12px; }

.fsCalendar .fsDate {
  position: absolute;
  top: 5px;
  left: 0;
  height: 90px;
  width: 90px;
  padding-top: 1.5em;
  color: #98252B;
  background: #ffe698;
  border: 3px solid #d0cdc0;
  font-family: "proxima-nova-condensed", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50%; }
  .fsCalendar .fsDate > span.fsDayName, .fsCalendar .fsDate > span.fsMonth {
    font-size: 0.875em; }
  .fsCalendar .fsDate > span.fsDay {
    display: block;
    font-size: 1.75em; }
  .fsCalendar .fsDate > span.fsYear {
    display: block;
    font-size: 0.875em; }

.fsCalendar .fsDayContainer article:nth-child(n+2) .fsDate {
  display: none; }

.fsCalendar .fsAllDay {
  display: none; }

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

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendar.fsGrid .fsDisplayNavigation input[type='radio'] ~ span {
  background-color: #98252B;
  color: #fff;
  opacity: 1; }

.fsCalendar.fsGrid .fsDisplayNavigation input[type='radio']:checked ~ span {
  background-color: #581c27;
  color: #fff; }

.fsCalendarEventGrid .fsCalendarWeekdays {
  height: 26px; }
  .fsCalendarEventGrid .fsCalendarWeekdays > span {
    font-size: 12px;
    font-weight: bold;
    text-transform: none; }

.fsCalendarEventGrid .fsCalendarDaybox {
  margin-right: 1px;
  padding: 0;
  border-width: 0; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
    margin: 10px;
    font-size: 14px;
    padding: 0; }
    .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
      margin-bottom: 5px; }
      .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
        margin-bottom: 0; }
  .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
    background-color: transparent; }
    .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange .fsCalendarDate {
      background-color: #98252B;
      color: #fff; }
  .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    padding: 0; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    outline: 0; }
    .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
      margin-top: 5px; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
    padding: 6px;
    background-color: #ffe698;
    color: #98252B;
    font-size: 12px;
    line-height: 1; }

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

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

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(152, 37, 43, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(152, 37, 43, 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(152, 37, 43, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(152, 37, 43, 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: #4c5359;
    color: #fff;
    outline: 0;
    border-radius: 0;
    padding: 10px 20px; }
    .scroll-up span:hover {
      background: #40464b;
      color: #fff; }
    .scroll-up span em {
      display: block;
      font-style: normal; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

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

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

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

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

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

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

.fsCalendarTools.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%; }

.fsCalendarTools.fsMiniGrid .fsCalendarMonthBrowser {
  background: #98252B;
  color: #fff;
  font-family: adobe-caslon-pro, serif; }
  .fsCalendarTools.fsMiniGrid .fsCalendarMonthBrowser button:before {
    color: #fff !important; }
  .fsCalendarTools.fsMiniGrid .fsCalendarMonthBrowser .fsCalendarGridShowMonthPickerButton:after {
    border-top-color: #fff; }

.fsCalendarTools.fsMiniGrid .fsCalendarDaybox {
  margin: 0 !important;
  background: transparent !important;
  border: 1px solid #d0cdc0; }
  .fsCalendarTools.fsMiniGrid .fsCalendarDaybox.fsCalendarOutOfRange .fsCalendarDate {
    background: transparent;
    color: #d0cdc0; }

.fsCalendarTools.fsMiniGrid .fsCalendarWeekdays {
  background: #581c27;
  color: #fff; }
  .fsCalendarTools.fsMiniGrid .fsCalendarWeekdays span {
    margin-top: 6px; }

.fsCalendarTools.fsMiniGrid .fsCalendarDate {
  background: transparent;
  font-size: 14px;
  line-height: 2.5;
  font-weight: bold; }

.fsCalendarTools.fsSearch .fsElementToolsDateRange input {
  max-width: 6em; }

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
.fsCalendar .fsTitle {
  font-family: "Proxima Nova", "proxima-nova", sans-serif;
  font-size: 0.875em; }
  .fsCalendar .fsTitle a {
    color: #4c5359; }
    .fsCalendar .fsTitle a:hover {
      color: #1ab8b5; }

.fsCalendar .fsMeridian {
  text-transform: lowercase; }

/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
footer:not(#fsFooter) .fsElement h2.fsElementTitle {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #d0cdc0;
  color: #98252B;
  font-size: 1.25em; }

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

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

.module {
  background: #98252B; }
  .module h2.fsElementTitle {
    border: 0;
    color: #fff; }

.photo-link {
  position: relative;
  background-size: cover;
  background-repeat: none; }
  .photo-link footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center; }
    .photo-link footer a {
      display: block;
      padding: 20px 10px;
      background-color: rgba(28, 43, 57, 0.8);
      color: #fff; }
      .photo-link footer a:hover {
        background-color: #5fb8b6; }

.scroll-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 95px;
  height: 70px;
  padding: 0px 10px 30px;
  border: 0;
  outline: 0;
  background: rgba(28, 43, 57, 0.8);
  color: #fff;
  font-family: "proxima-nova-condensed", sans-serif;
  text-transform: uppercase;
  transition: .3s all ease-in-out;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media (max-width: 959px) {
    .scroll-btn {
      display: none; } }
  .scroll-btn:after {
    content: '\f101';
    font-family: "icomoon";
    color: #fff;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    text-align: center;
    width: 100%;
    transition: .3s all ease-in-out; }
  .scroll-btn:hover {
    color: #5fb8b6;
    background: #1c2b39; }
    .scroll-btn:hover:after {
      color: #5fb8b6; }

.fsSlideshow .fsPager,
.slick-slider .slick-dots {
  width: 100%;
  text-align: center; }

.fsSlideshow .fsPager li,
.slick-slider .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 20px; }

.fsSlideshow .fsPager li button,
.slick-slider .slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  width: 16px;
  height: 16px;
  line-height: 0;
  outline: none;
  padding: 5px;
  width: 20px; }
  .fsSlideshow .fsPager li button:before,
  .slick-slider .slick-dots li button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\2022';
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    left: 0;
    color: #e1e1e1;
    font-family: 'slick';
    font-size: 28px;
    line-height: 18px;
    text-align: center;
    opacity: 1;
    border-radius: 50%; }

.fsSlideshow .fsPager li.slick-active button:before,
.slick-slider .slick-dots li.slick-active button:before {
  color: #5fb8b6;
  opacity: 0.8; }

.site-search {
  position: relative;
  display: block; }
  .site-search:before {
    content: '\f002';
    position: absolute;
    top: 50%;
    left: 0;
    width: 2.5em;
    color: #1c2b39;
    font-family: "Icomoon";
    text-align: center;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 200; }
  .site-search input {
    width: 100%;
    padding: 0.625em 0.83333em 0.625em 2.5em;
    background: #fff;
    color: #1c2b39;
    border: 0;
    outline: 0;
    font-family: "proxima-nova-condensed", sans-serif;
    font-size: 18px;
    font-weight: bold;
    box-shadow: none; }
  .site-search button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2.5em;
    padding: 0;
    background: none;
    color: transparent;
    border: 0;
    box-shadow: none; }

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

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input {
      border: solid 1px #ccc; }
      .fsComposerFormEmbed form input.fileUploader {
        padding: 0;
        width: 100%;
        border: none; }
    .fsComposerFormEmbed form fieldset {
      padding: 0; }
    .fsComposerFormEmbed form textarea {
      max-width: 100%;
      width: 100%;
      border: solid 1px #ccc; }
    .fsComposerFormEmbed form .mainGroupSub {
      max-width: 100%;
      width: 100% !important; }
    .fsComposerFormEmbed form .formPage {
      margin-bottom: 20px; }
    .fsComposerFormEmbed form .elementRow {
      max-width: 100%;
      margin: 0; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .elementRow {
          display: -ms-flexbox;
          display: flex; } }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .elementRow {
          display: -ms-flexbox;
          display: flex; } }
      .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: #1ab8b5;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #148b89; }
    .fsComposerFormEmbed form .required {
      color: #98252B; }
    .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%;
      width: 100% !important;
      width: 100% !important; }
      .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: #1ab8b5;
        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: #148b89;
          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: #98252B !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: #ffe698 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "Proxima Nova", "proxima-nova", sans-serif;
    max-width: 100%; }
  .fsComposerFormEmbed .ui-datepicker:empty {
    display: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
      content: '';
      font-weight: bold;
      transition: .3s; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
      transition: .3s;
      opacity: .5; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
    content: '\203A'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
    content: '\2039'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-default {
    background: rgba(0, 0, 0, 0.05);
    text-align: center; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-active {
    background: rgba(0, 0, 0, 0.1); }
  .fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
    border: solid 1px #d3d3d3;
    background-color: #d3d3d3; }

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

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

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

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

/*! elements - login */
.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView, .fsAccount .fsLoginMainView, .fsAccount .fsLoginForgotView, .fsAccount .fsLoginNewView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after, .fsAccount .fsLoginMainView:after, .fsAccount .fsLoginForgotView:after, .fsAccount .fsLoginNewView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3, .fsAccount .fsLoginMainView h3, .fsAccount .fsLoginForgotView h3, .fsAccount .fsLoginNewView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span, .fsAccount .fsLoginMainView span, .fsAccount .fsLoginForgotView span, .fsAccount .fsLoginNewView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView button, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginForgotView button, .fsAccount .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginNewView button {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #4c5359;
    color: #fff;
    outline: 0;
    border-radius: 0; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView button:hover, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover, .fsLogin .fsLoginForgotView button:hover, .fsLogin .fsLoginNewView .fsLoginSubmit:hover, .fsLogin .fsLoginNewView button:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView button:hover, .fsAccount .fsLoginForgotView .fsLoginSubmit:hover, .fsAccount .fsLoginForgotView button:hover, .fsAccount .fsLoginNewView .fsLoginSubmit:hover, .fsAccount .fsLoginNewView button:hover {
      background: #40464b;
      color: #fff; }
    .fsLogin .fsLoginMainView .fsLoginSubmit em, .fsLogin .fsLoginMainView button em, .fsLogin .fsLoginForgotView .fsLoginSubmit em, .fsLogin .fsLoginForgotView button em, .fsLogin .fsLoginNewView .fsLoginSubmit em, .fsLogin .fsLoginNewView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em, .fsAccount .fsLoginMainView button em, .fsAccount .fsLoginForgotView .fsLoginSubmit em, .fsAccount .fsLoginForgotView button em, .fsAccount .fsLoginNewView .fsLoginSubmit em, .fsAccount .fsLoginNewView button em {
      display: block;
      font-style: normal; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

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

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

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

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

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

.fsAccount .fsAccountLinks {
  margin: 0; }

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

.fsMediaCustomPlayer {
  position: relative;
  background: transparent; }
  .fsMediaCustomPlayer article {
    position: relative;
    background-position: center;
    background-size: cover;
    outline: 0; }
    .fsMediaCustomPlayer article img {
      opacity: 0;
      visibility: hidden; }
  .fsMediaCustomPlayer .caption-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 2.625em 1.75em;
    background-color: rgba(28, 43, 57, 0.6);
    color: #fff;
    font-family: "proxima-nova-condensed", sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-align: center; }
    @media (min-width: 960px) {
      .fsMediaCustomPlayer .caption-wrapper {
        left: 50%;
        bottom: 80px;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
        .fsMediaCustomPlayer .caption-wrapper.left-bottom {
          left: 80px;
          right: auto;
          -ms-transform: none;
          transform: none;
          text-align: left; }
        .fsMediaCustomPlayer .caption-wrapper.right-bottom {
          left: auto;
          right: 80px;
          -ms-transform: none;
          transform: none;
          text-align: left; }
        .fsMediaCustomPlayer .caption-wrapper.left-top {
          top: 80px;
          left: 80px;
          right: auto;
          bottom: auto;
          -ms-transform: none;
          transform: none;
          text-align: left; } }
    .fsMediaCustomPlayer .caption-wrapper a {
      display: inline-block;
      margin-top: 1.125em;
      padding: 1.125em 1.75em;
      background-color: #5fb8b6;
      color: #fff;
      line-height: 1;
      text-transform: uppercase; }
      .fsMediaCustomPlayer .caption-wrapper a:hover {
        background-color: rgba(95, 184, 182, 0.6); }
  .fsMediaCustomPlayer .caption-title {
    font-size: 2.625em;
    line-height: 1;
    font-weight: 600; }
  .fsMediaCustomPlayer .caption-desc {
    display: block;
    text-transform: uppercase; }
    .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; } }

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

.fsNews .fsTitle {
  font-family: "Proxima Nova", "proxima-nova", sans-serif;
  font-weight: 600; }
  .fsNews .fsTitle a {
    color: #4c5359; }
    .fsNews .fsTitle a:hover {
      color: #5fb8b6; }

.fsNews.fsList .fsThumbnail {
  display: inline-block;
  margin-bottom: 0.5em; }

.fsNews.fsGrid .fsListItems {
  width: 100%;
  min-height: initial;
  -moz-column-count: 1;
  column-count: 1;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -moz-column-rule: none;
  column-rule: none; }
  .fsNews.fsGrid .fsListItems > * {
    page-break-inside: avoid;
    break-inside: avoid-column; }
  .fsNews.fsGrid .fsListItems .fsAlertFeeds {
    -moz-column-span: all;
    column-span: all; }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleTwoColumns {
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleThreeColumns {
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleThreeColumns {
    -moz-column-count: 3;
    column-count: 3; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFourColumns {
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFourColumns {
    -moz-column-count: 3;
    column-count: 3; } }

@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFourColumns {
    -moz-column-count: 4;
    column-count: 4; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFiveColumns {
    -moz-column-count: 2;
    column-count: 2; } }

@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFiveColumns {
    -moz-column-count: 3;
    column-count: 3; } }

@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFiveColumns {
    -moz-column-count: 4;
    column-count: 4; } }

@media (min-width: 1200px) {
  .fsNews.fsGrid .fsStyleFiveColumns {
    -moz-column-count: 5;
    column-count: 5; } }

.fsNews.fsSlideshow article {
  position: relative;
  margin: 0 11px;
  color: #fff;
  overflow: hidden;
  transition: 0.4s all cubic-bezier(0.4, 0, 0.2, 1); }
  .fsNews.fsSlideshow article > * {
    position: relative;
    z-index: 2; }
  .fsNews.fsSlideshow article:hover {
    padding-top: 24px;
    /*
				&:before {
					background-color: rgba($m4, 0.9);
				}

				.fsSummary {
					opacity: 1;
				}
                */ }
  .fsNews.fsSlideshow article:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.4s all cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1; }

.fsNews.fsSlideshow .fsThumbnail {
  position: relative;
  display: block; }
  .fsNews.fsSlideshow .fsThumbnail img {
    display: block;
    width: 100%; }
    @media (min-width: 600px) {
      .fsNews.fsSlideshow .fsThumbnail img {
        width: auto; } }

.fsNews.fsSlideshow .fsTitle {
  margin-bottom: 10px; }
  .fsNews.fsSlideshow .fsTitle a {
    color: #4c5359; }
    .fsNews.fsSlideshow .fsTitle a:hover {
      color: #5fb8b6; }

.fsNews.fsSlideshow .fsSummary {
  color: #4c5359;
  transition: 0.4s all cubic-bezier(0.4, 0, 0.2, 1); }

.fsNews.fsSlideshow .fsReadMoreLink {
  text-transform: uppercase; }

.fsNews.fsSlideshow.campus-news article {
  height: 200px;
  padding: 95px 24px 0; }
  .fsNews.fsSlideshow.campus-news article:hover {
    padding-top: 70px; }
    .fsNews.fsSlideshow.campus-news article:hover:before {
      background-color: rgba(28, 43, 57, 0.9); }
    .fsNews.fsSlideshow.campus-news article:hover .fsSummary {
      opacity: 1; }
  .fsNews.fsSlideshow.campus-news article:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(28, 43, 57, 0);
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(55, 58, 61, 0.9));
    transition: 0.4s all cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1; }
  .fsNews.fsSlideshow.campus-news article .fsTitle {
    font-family: adobe-caslon-pro, serif;
    font-weight: normal; }
    .fsNews.fsSlideshow.campus-news article .fsTitle a {
      color: #fff; }
      .fsNews.fsSlideshow.campus-news article .fsTitle a:hover {
        color: #5fb8b6; }

@media (max-width: 500px) {
  .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
    margin-right: 10em; }
  .fsPostElement.fsThumbnailAlignRight .fsThumbnail {
    margin-left: 10em; } }

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

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.fsSearch.site-search {
  margin-bottom: 20px; }
  .fsSearch.site-search form.gsc-search-box-tools {
    width: 400px; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
      padding: 0; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
        border: 0;
        height: 100%; }
        .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
          background: #ffe698 !important;
          background-image: none !important;
          width: 100%;
          height: 50px !important;
          color: #d0cdc0;
          padding-left: 10px !important;
          padding-right: 10px !important;
          margin: 0 !important;
          border-radius: 0 !important;
          font-size: 16px;
          font-family: "Proxima Nova", "proxima-nova", sans-serif; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
      padding: 0;
      overflow: hidden;
      height: 50px;
      width: 75px;
      background: #98252B;
      position: relative;
      transition: .3s; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
        content: "Search";
        color: #fff;
        font-family: "Proxima Nova", "proxima-nova", sans-serif;
        opacity: 1;
        display: block;
        position: absolute;
        text-align: center;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        line-height: 50px;
        font-size: 16px; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
        background: #987300;
        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 #4c5359; }
      .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: #4c5359;
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 16px;
        font-family: "Proxima Nova", "proxima-nova", sans-serif; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
    padding: 0;
    height: 50px;
    width: 75px;
    background: #4c5359;
    position: relative;
    transition: .3s; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
      content: "Search";
      color: #fff;
      opacity: 1;
      display: block;
      position: absolute;
      text-align: center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      line-height: 50px;
      font-size: 16px;
      font-family: "Proxima Nova", "proxima-nova", sans-serif; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: #987300;
      transition: .3s; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
      border: 0;
      height: 100%;
      width: 100%;
      color: transparent;
      opacity: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }

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

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

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

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

.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: #1ab8b5 !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: #148b89 !important; }

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

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

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

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

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

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

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

.fsFacebookFollow {
  margin-top: 20px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #ffe698;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 2px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-bottom: -2px;
        background: #ffe698;
        color: #98252B; }
        .fsTabs .fsTabsNav li a:hover {
          background: #5fb8b6;
          color: #fff; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #98252B;
        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 {
  margin-bottom: 0; }
  .home #fsPageContent .fsDiv {
    margin-bottom: 0; }

body:not(.fsComposeMode) .main-slideshow {
  position: relative;
  /* Icon Hang */ }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .main-slideshow {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%; } }
  body:not(.fsComposeMode) .main-slideshow .fsElementSlideshow[data-arrows*="true"] {
    padding: 0; }
  body:not(.fsComposeMode) .main-slideshow .fsListItems {
    margin: 0;
    display: block; }
  body:not(.fsComposeMode) .main-slideshow article {
    padding: 0;
    margin-bottom: 0;
    position: relative; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .main-slideshow article {
        height: 100vh; } }
    body:not(.fsComposeMode) .main-slideshow article:before {
      content: '';
      background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
      opacity: .9;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 14vw;
      z-index: 10; }
    body:not(.fsComposeMode) .main-slideshow article:after {
      content: '';
      background: linear-gradient(360deg, #000 0%, rgba(0, 0, 0, 0) 100%);
      opacity: .8;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 30vw;
      visibility: visible; }
    body:not(.fsComposeMode) .main-slideshow article picture {
      display: block;
      height: 110vw;
      position: relative;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .main-slideshow article picture {
          height: 80vw;
          max-height: 900px; } }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode) .main-slideshow article picture {
          height: 100vh;
          max-height: none; } }
      body:not(.fsComposeMode) .main-slideshow article picture img {
        display: none; }
    body:not(.fsComposeMode) .main-slideshow article .fsResourceName {
      display: none; }
    body:not(.fsComposeMode) .main-slideshow article .fsResourceTitle,
    body:not(.fsComposeMode) .main-slideshow article h2 {
      color: #fff;
      font-family: adobe-caslon-pro, serif;
      font-size: 30px;
      line-height: 36px;
      position: absolute;
      bottom: 80px;
      left: 50%;
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      text-align: center;
      text-shadow: 0 2px 50px rgba(0, 0, 0, 0.8);
      width: 100%;
      z-index: 10;
      opacity: 1;
      visibility: visible;
      transition: .3s ease; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .main-slideshow article .fsResourceTitle,
        body:not(.fsComposeMode) .main-slideshow article h2 {
          font-size: 80px;
          line-height: 100px;
          top: 50%;
          bottom: auto;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode).start-float .main-slideshow article .fsResourceTitle {
          opacity: 0;
          visibility: hidden; } }
    body:not(.fsComposeMode) .main-slideshow article h2 {
      position: static;
      top: 0;
      left: 0;
      right: auto;
      bottom: auto;
      -ms-transform: none;
      transform: none; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .main-slideshow article h2 {
          text-align: left; } }
    body:not(.fsComposeMode) .main-slideshow article figcaption {
      background: #40617A;
      color: #fff;
      padding: 38px 20px 40px;
      z-index: 10; }
      @media (max-width: 800px) {
        body:not(.fsComposeMode) .main-slideshow article figcaption.title-only {
          width: 100%;
          background: transparent;
          position: absolute;
          bottom: 0;
          padding: 0 15px 60px; }
          body:not(.fsComposeMode) .main-slideshow article figcaption.title-only h2 {
            font-size: 30px;
            line-height: 36px;
            text-align: left; } }
      @media (max-width: 600px) {
        body:not(.fsComposeMode) .main-slideshow article figcaption.title-only h2 {
          text-align: center; } }
      @media (min-width: 800px) {
        body:not(.fsComposeMode) .main-slideshow article figcaption {
          position: absolute;
          left: 0;
          bottom: 30px;
          padding: 0 0 56px 34px;
          background: transparent;
          max-width: 700px;
          display: block;
          width: 100%; } }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode) .main-slideshow article figcaption {
          bottom: 80px;
          opacity: 1;
          visibility: visible;
          transition: .3s ease; } }
      @media (min-width: 1100px) {
        body:not(.fsComposeMode) .main-slideshow article figcaption {
          padding-left: 80px; } }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode).start-float .main-slideshow article figcaption {
          opacity: 0;
          visibility: hidden; } }
      body:not(.fsComposeMode) .main-slideshow article figcaption .fsResourceTitle,
      body:not(.fsComposeMode) .main-slideshow article figcaption h2 {
        position: static;
        -ms-transform: none;
        transform: none;
        font-size: 24px;
        line-height: 34px;
        text-align: left;
        margin-bottom: 20px;
        text-shadow: 0 2px 50px #000; }
        @media (min-width: 600px) {
          body:not(.fsComposeMode) .main-slideshow article figcaption .fsResourceTitle,
          body:not(.fsComposeMode) .main-slideshow article figcaption h2 {
            font-size: 30px;
            line-height: 36px; } }
      body:not(.fsComposeMode) .main-slideshow article figcaption p {
        margin-bottom: 32px;
        text-shadow: 0 2px 50px #000; }
      body:not(.fsComposeMode) .main-slideshow article figcaption p:last-of-type {
        margin: 0; }
        body:not(.fsComposeMode) .main-slideshow article figcaption p:last-of-type strong a {
          line-height: 1; }
    body:not(.fsComposeMode) .main-slideshow article.fsResourceTypeVideo {
      height: 110vw; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .main-slideshow article.fsResourceTypeVideo {
          height: 80vw;
          max-height: 900px; } }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode) .main-slideshow article.fsResourceTypeVideo {
          height: 100vh;
          max-height: none; } }
      body:not(.fsComposeMode) .main-slideshow article.fsResourceTypeVideo .fsResourceVideoWrapper {
        height: 100%; }
        body:not(.fsComposeMode) .main-slideshow article.fsResourceTypeVideo .fsResourceVideoWrapper .fsPlayOverlay {
          display: none; }
      body:not(.fsComposeMode) .main-slideshow article.fsResourceTypeVideo .video-controls {
        display: block; }
        @media (min-width: 1000px) {
          body:not(.fsComposeMode) .main-slideshow article.fsResourceTypeVideo .video-controls {
            display: none; } }
        body:not(.fsComposeMode) .main-slideshow article.fsResourceTypeVideo .video-controls button {
          border: 0;
          background: none;
          outline: 0;
          margin: 0;
          padding: 0; }
        body:not(.fsComposeMode) .main-slideshow article.fsResourceTypeVideo .video-controls .play-button {
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          z-index: 5;
          font-size: 0;
          display: none;
          width: 50px;
          height: 50px;
          cursor: pointer; }
          body:not(.fsComposeMode) .main-slideshow article.fsResourceTypeVideo .video-controls .play-button:before {
            content: '';
            position: absolute;
            left: calc(50% + 2px);
            top: 50%;
            transform: translate3d(-50%, -50%, 0);
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 15px solid white;
            z-index: 1; }
          body:not(.fsComposeMode) .main-slideshow article.fsResourceTypeVideo .video-controls .play-button:after {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate3d(-50%, -50%, 0);
            display: block;
            width: 50px;
            height: 50px;
            content: '';
            border-radius: 50%;
            background: rgba(0, 0, 0, 0.5);
            border: 3px solid #fff;
            visibility: visible; }
        body:not(.fsComposeMode) .main-slideshow article.fsResourceTypeVideo .video-controls .pause-button {
          position: absolute;
          bottom: 20px;
          left: 20px;
          display: block;
          z-index: 9999;
          width: 12px;
          height: 16px;
          border-right: 4px solid #fff;
          border-left: 4px solid #fff;
          font-size: 0;
          cursor: pointer; }
      body:not(.fsComposeMode) .main-slideshow article.fsResourceTypeVideo.play-ended .video-controls .play-button {
        display: block; }
      body:not(.fsComposeMode) .main-slideshow article.fsResourceTypeVideo.play-ended .video-controls .pause-button {
        display: none; }
      body:not(.fsComposeMode) .main-slideshow article.fsResourceTypeVideo.playing .video-controls .play-button {
        display: none; }
      body:not(.fsComposeMode) .main-slideshow article.fsResourceTypeVideo.playing .video-controls .pause-button {
        display: block; }
      body:not(.fsComposeMode) .main-slideshow article.fsResourceTypeVideo video {
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%; }
  body:not(.fsComposeMode) .main-slideshow .button-controls {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    margin-top: calc(110vw - 50px - 16px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end;
    opacity: 1;
    visibility: visible;
    transition: .3s ease; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .main-slideshow .button-controls {
        max-height: 900px;
        margin-top: calc(80vw - 30px - 16px); } }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).start-float .main-slideshow .button-controls {
        opacity: 0;
        visibility: hidden; } }
    @media (min-width: 800px) {
      body:not(.fsComposeMode) .main-slideshow .button-controls {
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 40px 30px 40px;
        height: auto;
        width: auto;
        top: auto;
        bottom: 0; } }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .main-slideshow .button-controls {
        margin-bottom: 80px;
        padding-bottom: 0; } }
    @media (min-width: 1100px) {
      body:not(.fsComposeMode) .main-slideshow .button-controls {
        padding-left: 80px; } }
    body:not(.fsComposeMode) .main-slideshow .button-controls .pause-play {
      border: 0;
      background: none;
      outline: 0;
      margin: 0;
      padding: 0;
      width: 16px;
      height: 16px;
      line-height: 1;
      margin-right: 7px;
      cursor: pointer; }
      body:not(.fsComposeMode) .main-slideshow .button-controls .pause-play:before {
        color: rgba(255, 255, 255, 0.6);
        content: "";
        font-family: "Icomoon";
        font-weight: normal;
        speak: none; }
      body:not(.fsComposeMode) .main-slideshow.pause-slideshow .button-controls .pause-play:before {
        content: "";
        font-family: "Icomoon";
        font-weight: normal;
        speak: none; }
    body:not(.fsComposeMode) .main-slideshow .button-controls .fsPager {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0;
      margin: 0;
      list-style-type: none; }
      @media (min-width: 600px) {
        body:not(.fsComposeMode) .main-slideshow .button-controls .fsPager {
          -ms-flex-pack: start;
          justify-content: flex-start; } }
      body:not(.fsComposeMode) .main-slideshow .button-controls .fsPager li {
        line-height: 1;
        margin: 0 7px;
        width: 16px;
        height: 16px;
        vertical-align: middle;
        position: relative; }
        body:not(.fsComposeMode) .main-slideshow .button-controls .fsPager li:hover button, body:not(.fsComposeMode) .main-slideshow .button-controls .fsPager li.slick-active button {
          border-color: #fff; }
          body:not(.fsComposeMode) .main-slideshow .button-controls .fsPager li:hover button:before, body:not(.fsComposeMode) .main-slideshow .button-controls .fsPager li.slick-active button:before {
            background: #fff; }
      body:not(.fsComposeMode) .main-slideshow .button-controls .fsPager button {
        border: 0;
        background: none;
        outline: 0;
        margin: 0;
        padding: 0;
        background: transparent;
        cursor: pointer;
        font-size: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 100%;
        border: solid 1px transparent;
        transition: .3s ease; }
        body:not(.fsComposeMode) .main-slideshow .button-controls .fsPager button:before {
          content: '';
          background: rgba(255, 255, 255, 0.5);
          display: block;
          width: 10px;
          height: 10px;
          border-radius: 100%;
          transition: .3s;
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

@keyframes hvr-icon-hang {
  0% {
    transform: translateY(6px); }
  50% {
    transform: translateY(2px); }
  100% {
    transform: translateY(6px); } }

@keyframes hvr-icon-hang-sink {
  100% {
    transform: translateY(6px); } }
  body:not(.fsComposeMode) .main-slideshow footer {
    position: absolute;
    right: 0;
    bottom: 80px;
    display: none;
    opacity: 1;
    visibility: visible;
    transition: .3s ease;
    z-index: 1; }
    @media (min-width: 800px) {
      body:not(.fsComposeMode) .main-slideshow footer {
        display: block; } }
    body:not(.fsComposeMode) .main-slideshow footer a {
      background: #40617A;
      color: #fff;
      display: block;
      font-family: adobe-caslon-pro, serif;
      font-style: italic;
      font-size: 20px;
      line-height: 30px;
      padding: 18px 50px;
      position: relative;
      cursor: pointer;
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      transition-duration: 0.3s; }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode) .main-slideshow footer a {
          font-size: 30px;
          line-height: 36px;
          padding: 35px 70px; } }
      body:not(.fsComposeMode) .main-slideshow footer a:before {
        content: '';
        background-image: url("../images/seal.svg");
        background-position: 0 -20%;
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 40%;
        opacity: .2;
        position: absolute;
        top: 0;
        left: 10px;
        width: 100%;
        height: 100%; }
      body:not(.fsComposeMode) .main-slideshow footer a:after {
        content: "";
        font-family: "Icomoon";
        font-weight: normal;
        speak: none;
        font-size: 15px;
        font-style: normal;
        display: block;
        line-height: 1;
        transform: translateZ(0);
        animation-name: hvr-icon-hang-sink, hvr-icon-hang;
        animation-duration: .3s, 1.5s;
        animation-delay: 0s, .3s;
        animation-timing-function: ease-out, ease-in-out;
        animation-iteration-count: 1, infinite;
        animation-fill-mode: forwards;
        animation-direction: normal, alternate; }
      body:not(.fsComposeMode) .main-slideshow footer a:hover, body:not(.fsComposeMode) .main-slideshow footer a:focus {
        background: #375469; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode).start-float .main-slideshow footer {
        opacity: 0;
        visibility: hidden; } }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .main-slideshow:before {
      content: '';
      background: rgba(0, 0, 0, 0.3);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      visibility: hidden;
      transition: all .3s ease;
      z-index: 10; } }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode).start-float .main-slideshow:before {
      opacity: 1;
      visibility: visible; } }

@media (min-width: 1000px) {
  .floating-box-panel {
    background: transparent;
    margin-top: 100vh;
    padding: 80px 40px; } }

@media (min-width: 1440px) {
  .floating-box-panel {
    padding-left: 80px;
    padding-right: 80px; } }

.floating-box-panel > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.photo-block-left {
  background: #fff;
  padding: 40px 25px;
  color: #333E48;
  line-height: 26px;
  position: relative;
  width: 100%; }
  @media (min-width: 600px) {
    .photo-block-left {
      padding: 80px 34px; } }
  @media (min-width: 1000px) {
    .photo-block-left {
      padding: 24px;
      margin-bottom: 200px; } }
  .photo-block-left figure {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 600px) {
      .photo-block-left figure {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
  .photo-block-left picture {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
    display: block;
    width: 100%; }
    @media (min-width: 600px) {
      .photo-block-left picture {
        max-width: 280px; } }
    .photo-block-left picture img {
      width: 100%; }
  @media (min-width: 1000px) {
    .photo-block-left {
      max-width: 640px; } }
  @media (min-width: 600px) {
    .photo-block-left picture {
      margin-bottom: 0; } }
  @media (min-width: 600px) {
    .photo-block-left picture {
      margin-right: 30px; } }
  .photo-block-left figcaption {
    -ms-flex-order: 2;
    order: 2; }
    @media (min-width: 600px) {
      .photo-block-left figcaption {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%; } }
  .photo-block-left h2 {
    line-height: 34px;
    margin-bottom: 9px; }
  .photo-block-left p {
    margin-bottom: 10px; }
    .photo-block-left p:last-of-type {
      margin-bottom: 0; }
  .photo-block-left a {
    color: #40617A; }
    .photo-block-left a:hover, .photo-block-left a:focus {
      text-decoration: underline; }

.photo-block-right {
  background: #fff;
  padding: 40px 25px;
  color: #333E48;
  line-height: 26px;
  position: relative;
  width: 100%; }
  @media (min-width: 600px) {
    .photo-block-right {
      padding: 80px 34px; } }
  @media (min-width: 1000px) {
    .photo-block-right {
      padding: 24px;
      margin-bottom: 200px; } }
  .photo-block-right figure {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 600px) {
      .photo-block-right figure {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
  .photo-block-right picture {
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 30px;
    display: block;
    width: 100%; }
    @media (min-width: 600px) {
      .photo-block-right picture {
        max-width: 280px; } }
    .photo-block-right picture img {
      width: 100%; }
  @media (min-width: 1000px) {
    .photo-block-right {
      max-width: 640px; } }
  @media (min-width: 600px) {
    .photo-block-right picture {
      margin-bottom: 0; } }
  @media (min-width: 600px) {
    .photo-block-right picture {
      margin-left: 30px; } }
  @media (max-width: 599px) {
    .photo-block-right picture {
      -ms-flex-order: 1;
      order: 1; } }
  @media (max-width: 599px) {
    .photo-block-right figcaption {
      -ms-flex-order: 2;
      order: 2; } }
  .photo-block-right figcaption {
    -ms-flex-order: 1;
    order: 1; }
    @media (min-width: 600px) {
      .photo-block-right figcaption {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%; } }
  .photo-block-right h2 {
    line-height: 34px;
    margin-bottom: 9px; }
  .photo-block-right p {
    margin-bottom: 10px; }
    .photo-block-right p:last-of-type {
      margin-bottom: 0; }
  .photo-block-right a {
    color: #40617A; }
    .photo-block-right a:hover, .photo-block-right a:focus {
      text-decoration: underline; }

.photo-block-stack {
  background: #fff;
  padding: 40px 25px;
  color: #333E48;
  line-height: 26px;
  position: relative;
  width: 330px;
  -ms-flex-negative: 0; }
  @media (min-width: 600px) {
    .photo-block-stack {
      padding: 80px 34px; } }
  @media (min-width: 1000px) {
    .photo-block-stack {
      padding: 24px;
      margin-bottom: 200px; } }
  .photo-block-stack figure {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 600px) {
      .photo-block-stack figure {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
  .photo-block-stack picture {
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 30px;
    display: block;
    width: 100%; }
    @media (min-width: 600px) {
      .photo-block-stack picture {
        max-width: 280px; } }
    .photo-block-stack picture img {
      width: 100%; }
  @media (min-width: 600px) {
    .photo-block-stack figure {
      -ms-flex-direction: row;
      flex-direction: row; }
    .photo-block-stack picture {
      margin-right: 30px;
      margin-bottom: 0; } }
  @media (max-width: 999px) {
    .photo-block-stack {
      width: 100%; } }
  @media (min-width: 1000px) {
    .photo-block-stack figure {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .photo-block-stack picture {
      margin-right: 0;
      margin-bottom: 30px;
      width: 100%; } }
  .photo-block-stack figcaption {
    -ms-flex-order: 2;
    order: 2; }
    @media (min-width: 600px) {
      .photo-block-stack figcaption {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%; } }
  .photo-block-stack h2 {
    line-height: 34px;
    margin-bottom: 9px; }
  .photo-block-stack p {
    margin-bottom: 10px; }
    .photo-block-stack p:last-of-type {
      margin-bottom: 0; }
  .photo-block-stack a {
    color: #40617A; }
    .photo-block-stack a:hover, .photo-block-stack a:focus {
      text-decoration: underline; }

.photo-block {
  background: #fff;
  padding: 40px 25px;
  position: relative;
  width: 100%; }
  @media (min-width: 600px) {
    .photo-block {
      padding: 80px 34px; } }
  @media (min-width: 1000px) {
    .photo-block {
      max-width: 830px;
      padding: 24px;
      margin-bottom: 200px; } }
  .photo-block header {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 50px;
    padding: 0 25px;
    text-align: center;
    width: 100%;
    z-index: 20;
    opacity: 1;
    visibility: visible;
    transition: .3s ease; }
    @media (min-width: 1000px) {
      .photo-block header {
        bottom: 100px; } }
    .photo-block header .fsElementHeaderContent h2 {
      font-size: 24px;
      font-weight: 400;
      line-height: 34px;
      margin-bottom: 30px; }
      @media (min-width: 600px) {
        .photo-block header .fsElementHeaderContent h2 {
          font-size: 36px;
          line-height: 46px; } }
  .photo-block article {
    position: relative; }
    .photo-block article.fsResourceTypeVideo:before {
      content: '';
      background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 60%;
      z-index: 10; }
  .photo-block figure {
    position: relative; }
  .photo-block picture {
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 530px;
    height: 57.35vw;
    position: relative;
    margin-bottom: 30px; }
    @media (min-width: 600px) {
      .photo-block picture {
        margin-bottom: 0; } }
    .photo-block picture:before {
      content: '';
      background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 10; }
    .photo-block picture img {
      width: 100%;
      display: none; }
  .photo-block figcaption {
    text-align: center; }
    @media (min-width: 600px) {
      .photo-block figcaption {
        color: #fff;
        position: absolute;
        left: 0;
        bottom: 50px;
        width: 100%;
        z-index: 10; } }
    @media (min-width: 1000px) {
      .photo-block figcaption {
        bottom: 100px; } }
    .photo-block figcaption em {
      font-family: "proxima-nova-condensed", sans-serif;
      text-transform: uppercase;
      font-style: normal;
      line-height: 20px;
      font-weight: 700; }
    .photo-block figcaption h2 {
      font-size: 24px;
      font-weight: 400;
      line-height: 34px;
      margin-bottom: 30px; }
      @media (min-width: 600px) {
        .photo-block figcaption h2 {
          font-size: 36px;
          line-height: 46px; } }
    .photo-block figcaption p:last-of-type {
      margin-bottom: 0; }
  .photo-block video {
    display: block; }
  @media (max-width: 599px) {
    .photo-block {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      .photo-block header {
        color: #333E48;
        position: static;
        -ms-flex-order: 2;
        order: 2; }
      .photo-block .fsElementContent {
        -ms-flex-order: 1;
        order: 1; } }

.video-block {
  background: #fff;
  padding: 40px 25px;
  position: relative;
  width: 100%; }
  @media (min-width: 600px) {
    .video-block {
      padding: 80px 34px; } }
  @media (min-width: 1000px) {
    .video-block {
      max-width: 830px;
      padding: 24px;
      margin-bottom: 200px; } }
  .video-block header {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 50px;
    padding: 0 25px;
    text-align: center;
    width: 100%;
    z-index: 20;
    opacity: 1;
    visibility: visible;
    transition: .3s ease; }
    @media (min-width: 1000px) {
      .video-block header {
        bottom: 100px; } }
    .video-block header .fsElementHeaderContent h2 {
      font-size: 24px;
      font-weight: 400;
      line-height: 34px;
      margin-bottom: 30px; }
      @media (min-width: 600px) {
        .video-block header .fsElementHeaderContent h2 {
          font-size: 36px;
          line-height: 46px; } }
  .video-block article {
    position: relative; }
    .video-block article.fsResourceTypeVideo:before {
      content: '';
      background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 60%;
      z-index: 10; }
  .video-block figure {
    position: relative; }
  .video-block picture {
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 530px;
    height: 57.35vw;
    position: relative;
    margin-bottom: 30px; }
    @media (min-width: 600px) {
      .video-block picture {
        margin-bottom: 0; } }
    .video-block picture:before {
      content: '';
      background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 10; }
    .video-block picture img {
      width: 100%;
      display: none; }
  .video-block figcaption {
    text-align: center; }
    @media (min-width: 600px) {
      .video-block figcaption {
        color: #fff;
        position: absolute;
        left: 0;
        bottom: 50px;
        width: 100%;
        z-index: 10; } }
    @media (min-width: 1000px) {
      .video-block figcaption {
        bottom: 100px; } }
    .video-block figcaption em {
      font-family: "proxima-nova-condensed", sans-serif;
      text-transform: uppercase;
      font-style: normal;
      line-height: 20px;
      font-weight: 700; }
    .video-block figcaption h2 {
      font-size: 24px;
      font-weight: 400;
      line-height: 34px;
      margin-bottom: 30px; }
      @media (min-width: 600px) {
        .video-block figcaption h2 {
          font-size: 36px;
          line-height: 46px; } }
    .video-block figcaption p:last-of-type {
      margin-bottom: 0; }
  .video-block video {
    display: block; }
  .video-block header {
    bottom: 70px; }
    @media (min-width: 600px) {
      .video-block header {
        bottom: 87px; } }
    .video-block header .fsElementHeaderContent h2 {
      margin-bottom: 0; }
  .video-block .video-wrapper {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    border: none;
    padding: 0 0 56.25% 0;
    display: block;
    position: relative;
    height: 0;
    width: 100%;
    overflow: hidden; }
    .video-block .video-wrapper:after {
      content: '\e902';
      font-family: "Icomoon";
      font-size: 49px;
      line-height: 1;
      color: #fff;
      width: 49px;
      height: 49px;
      position: absolute;
      top: 35%;
      left: 50%;
      -ms-transform: translate(-50%, -35%);
      transform: translate(-50%, -35%);
      opacity: 1;
      visibility: visible;
      transition: .3s ease; }
      @media (min-width: 600px) {
        .video-block .video-wrapper:after {
          top: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }
  .video-block video {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    height: 63vw; }
    @media (min-width: 600px) {
      .video-block video {
        height: auto; } }
  .video-block.play-video header {
    opacity: 0;
    visibility: hidden; }
  .video-block.play-video video {
    opacity: 1;
    visibility: visible; }
  .video-block.play-video .video-wrapper:after {
    opacity: 0;
    visibility: hidden; }

.align-left {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.align-right {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.align-center {
  -ms-flex-item-align: center;
  align-self: center; }

@media (min-width: 600px) {
  body:not(.fsComposeMode) .floating-box-panel > .fsElementContent .fsResourceElement {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 50%, 0);
    transition: all 2.5s cubic-bezier(0.16, 0.84, 0.44, 1);
    min-height: 1px; } }

@media (max-width: 999px) {
  body:not(.fsComposeMode) .floating-box-panel > .fsElementContent .fsResourceElement:first-child {
    opacity: 1;
    visibility: visible;
    -ms-transform: none;
    transform: none; } }

@media (max-width: 999px) {
  body:not(.fsComposeMode) .floating-box-panel > .fsElementContent .fsResourceElement:nth-child(2) {
    background: rgba(207, 210, 214, 0.35); } }

@media (max-width: 999px) {
  body:not(.fsComposeMode) .floating-box-panel > .fsElementContent .fsResourceElement:nth-child(4) {
    background: rgba(207, 210, 214, 0.35); } }

@media (min-width: 600px) {
  body:not(.fsComposeMode) .floating-box-panel > .fsElementContent .fsResourceElement:last-child {
    margin-bottom: 0; } }

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .floating-box-panel > .fsElementContent .fsResourceElement:last-child {
    margin-bottom: 120px; } }

body:not(.fsComposeMode) .floating-box-panel > .fsElementContent .fsResourceElement.float-it {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: all 2.5s cubic-bezier(0.16, 0.84, 0.44, 1); }

.news-panel {
  background: rgba(207, 210, 214, 0.35);
  position: relative;
  height: 100%;
  padding: 40px 20px 34px 20px; }
  @media (min-width: 600px) {
    .news-panel {
      padding: 40px 34px 34px 34px; } }
  @media (min-width: 1000px) {
    .news-panel {
      background: #fff;
      padding: 90px 34px 86px 34px; } }
  .news-panel > header {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
    .news-panel > header .fsElementTitle {
      color: #98252B;
      font-size: 30px;
      line-height: 36px;
      text-align: center; }
      @media (min-width: 600px) {
        .news-panel > header .fsElementTitle {
          font-size: 36px;
          line-height: 46px;
          text-align: left;
          border-bottom: solid 1px #CFD2D6;
          padding-bottom: 3px;
          margin-bottom: 40px; } }
  .news-panel > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
    @media (min-width: 1000px) {
      .news-panel > .fsElementContent {
        display: -ms-flexbox;
        display: flex; } }

@media (min-width: 600px) {
  .featured-posts {
    margin-bottom: 40px; } }

@media (min-width: 1000px) {
  .featured-posts {
    width: 66%;
    margin-bottom: 0; } }

.featured-posts .fsListItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 600px) {
    .featured-posts .fsListItems {
      margin-left: -16px;
      margin-right: -16px;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; } }
  @media (min-width: 1000px) {
    .featured-posts .fsListItems {
      margin-left: 0;
      margin-right: 0; } }

.featured-posts .slick-list {
  -ms-flex-order: 2;
  order: 2; }

.featured-posts .fsPager {
  -ms-flex-order: 1;
  order: 1;
  margin: 5px 0 30px 0;
  padding: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 600px) {
    .featured-posts .fsPager {
      display: none; } }
  .featured-posts .fsPager li {
    line-height: 1;
    margin: 0 7px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    position: relative; }
    .featured-posts .fsPager li:hover button, .featured-posts .fsPager li:focus button, .featured-posts .fsPager li.slick-active button {
      border-color: #7E868C; }
      .featured-posts .fsPager li:hover button:before, .featured-posts .fsPager li:focus button:before, .featured-posts .fsPager li.slick-active button:before {
        background: #7E868C; }
  .featured-posts .fsPager button {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    font-size: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: solid 1px transparent;
    transition: .3s ease; }
    .featured-posts .fsPager button:before {
      content: '';
      background: rgba(126, 134, 140, 0.5);
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 100%;
      transition: .3s; }

@media (min-width: 600px) {
  .featured-posts article {
    padding: 0 16px;
    margin-bottom: 0;
    width: 50%; } }

@media (min-width: 1000px) {
  .featured-posts article:first-child {
    padding: 0 10px 0 0; }
  .featured-posts article:last-child {
    padding: 0 0 0 10px; } }

.featured-posts article .fsThumbnail {
  margin-bottom: 20px; }

.featured-posts article .fsTitle {
  color: #333E48;
  font-family: adobe-caslon-pro, serif;
  font-size: 24px;
  line-height: 34px; }
  .featured-posts article .fsTitle a {
    color: inherit; }
    .featured-posts article .fsTitle a:hover, .featured-posts article .fsTitle a:focus {
      color: #98252B; }

.featured-posts article .fsSummary {
  line-height: 26px; }

.featured-posts article .fsReadMoreLink {
  color: #40617A;
  font-weight: 700; }
  .featured-posts article .fsReadMoreLink:hover, .featured-posts article .fsReadMoreLink:focus {
    color: #98252B; }

@media (min-width: 600px) {
  .featured-headlines {
    display: block;
    text-align: center; } }

@media (min-width: 1000px) {
  .featured-headlines {
    width: 34%;
    padding-left: 50px; } }

@media (min-width: 1300px) {
  .featured-headlines {
    padding-left: 60px; } }

.featured-headlines header,
.featured-headlines .fsElementContent {
  display: none; }
  @media (min-width: 600px) {
    .featured-headlines header,
    .featured-headlines .fsElementContent {
      display: block; } }

.featured-headlines .fsElementTitle {
  color: #98252B;
  font-family: "proxima-nova-condensed", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px; }

.featured-headlines article {
  border-bottom: solid 1px #CFD2D6;
  margin-bottom: 18px;
  padding-bottom: 10px; }
  .featured-headlines article:last-child {
    border-bottom: none; }
  .featured-headlines article .fsTitle {
    color: #333E48;
    font-family: adobe-caslon-pro, serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal; }
  .featured-headlines article .fsPostLink {
    color: #333E48;
    display: block; }
    .featured-headlines article .fsPostLink:hover, .featured-headlines article .fsPostLink:focus {
      color: #98252B; }

.featured-headlines footer {
  margin-top: 4px; }

.portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent a, .portal:not(.fsComposeMode) .portal-cal .fsElementFooterContent a, .portal:not(.fsComposeMode) .portal-directory .fsElementPagination a, .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsEmail a {
  color: #148b89; }
  .portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent a:hover, .portal:not(.fsComposeMode) .portal-cal .fsElementFooterContent a:hover, .portal:not(.fsComposeMode) .portal-directory .fsElementPagination a:hover, .portal:not(.fsComposeMode) .portal-directory .fsConstituentItem .fsEmail a:hover {
    color: #1ab8b5; }

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

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

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

#fsAccountBar {
  background: #98252B;
  color: #fff;
  font-size: 16px;
  font-family: "Proxima Nova", "proxima-nova", sans-serif;
  height: 40px; }
  #fsAccountBar > ul > li {
    height: 40px;
    padding: 10px 12px 8px; }
  #fsAccountBar a {
    color: #fff;
    font-size: 16px;
    font-family: "Proxima Nova", "proxima-nova", sans-serif; }
    #fsAccountBar a:hover {
      color: #148b89; }
  #fsAccountBar .fsAccountBarAvatar {
    height: 40px; }
  #fsAccountBar .fsAccountBarMenu a {
    color: #4c5359;
    font-size: 16px;
    font-family: "Proxima Nova", "proxima-nova", sans-serif; }
    #fsAccountBar .fsAccountBarMenu a:hover {
      color: #148b89; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 44.44444%;
    transition: all .3s ease; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 22.22222%; } }
    @media (min-width: 960px) {
      .colors ol li {
        margin-bottom: 0;
        width: 11.11111%; } }
    .colors ol li:hover {
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      z-index: 999; }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #4c5359;
      color: #4c5359; }
      .colors ol li:nth-of-type(1):after {
        content: "#4c5359"; }
    .colors ol li:nth-of-type(2) {
      background: #98252B;
      color: #98252B; }
      .colors ol li:nth-of-type(2):after {
        content: "#98252B"; }
    .colors ol li:nth-of-type(3) {
      background: #ffe698;
      color: #ffe698; }
      .colors ol li:nth-of-type(3):after {
        content: "#ffe698"; }
    .colors ol li:nth-of-type(4) {
      background: #5fb8b6;
      color: #5fb8b6; }
      .colors ol li:nth-of-type(4):after {
        content: "#5fb8b6"; }
    .colors ol li:nth-of-type(5) {
      background: #1c2b39;
      color: #1c2b39; }
      .colors ol li:nth-of-type(5):after {
        content: "#1c2b39"; }
    .colors ol li:nth-of-type(6) {
      background: #3d6078;
      color: #3d6078; }
      .colors ol li:nth-of-type(6):after {
        content: "#3d6078"; }
    .colors ol li:nth-of-type(7) {
      background: #581c27;
      color: #581c27; }
      .colors ol li:nth-of-type(7):after {
        content: "#581c27"; }
    .colors ol li:nth-of-type(8) {
      background: #d0cdc0;
      color: #d0cdc0; }
      .colors ol li:nth-of-type(8):after {
        content: "#d0cdc0"; }
    .colors ol li:nth-of-type(9) {
      background: #333;
      color: #333; }
      .colors ol li:nth-of-type(9):after {
        content: "#333"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.3125em;
    padding: 0.3125em; }
    .fonts ol li:nth-of-type(1) {
      font-family: adobe-caslon-pro, serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "adobe-caslon-pro, serif"; }
    .fonts ol li:nth-of-type(2) {
      font-family: adelle, serif; }
      .fonts ol li:nth-of-type(2):after {
        content: "adelle, serif"; }
    .fonts ol li:nth-of-type(3) {
      font-family: "Proxima Nova", "proxima-nova", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "Proxima Nova, proxima-nova, sans-serif"; }
    .fonts ol li:nth-of-type(4) {
      font-family: "proxima-nova-condensed", sans-serif; }
      .fonts ol li:nth-of-type(4):after {
        content: "proxima-nova-condensed, sans-serif"; }
    .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: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(6):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

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

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

.headers h3:after {
  content: " size: 21px / line: 27px"; }

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

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

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

/*
*  Pagepop Custom Styles
*/
#fsPagePopHideButton {
  box-shadow: inset 0 30px 0 #FF932A; }

#fsPagePopHideButton:hover {
  box-shadow: inset 0 0 0 #FF932A; }

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

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

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

.central {
  display: none; }

body:not(.fsComposeMode) .main-slideshow article figcaption.central {
  display: block; }
  @media (min-width: 800px) {
    body:not(.fsComposeMode) .main-slideshow article figcaption.central {
      top: 50%;
      bottom: auto;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      max-width: none;
      text-align: center;
      padding: 0;
      padding: 0 20px; }
      body:not(.fsComposeMode) .main-slideshow article figcaption.central .fsResourceTitle {
        font-size: 80px;
        line-height: 100px;
        text-align: center; }
      body:not(.fsComposeMode) .main-slideshow article figcaption.central p {
        font-size: 20px; } }

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-hdr,
  .nav-utility-ftr,
  #fsMenu,
  #fsFooter,
  .fsThumbnail {
    display: none !important; }
  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100%; }
  html {
    font-size: 100%;
    /* for IE */ }
  body {
    font-size: 62.5%; }
  #fsHeader {
    border-bottom: 2px solid #000; }
    #fsHeader .site-name {
      font-family: adobe-caslon-pro, serif;
      font-weight: 600;
      margin-top: 0;
      color: #98252B;
      font-size: 28px;
      line-height: 32px;
      margin-bottom: 12px; }
  * {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    min-height: auto !important;
    height: auto !important; }
  a, a:visited {
    text-decoration: underline; }
  dl dd {
    margin-left: 0; }
  div, dl, li {
    height: auto !important;
    height: 1%; }
  thead {
    display: table-header-group; }
  tr, img, h2, h3, pre, blockquote {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; } }
