@charset "UTF-8";
 /**
 *
 * Charlotte Latin School - default_19
 * @link https://charlottelatin.finalsite.com
 * Site Template : newclientcustom
 * Built By: Keisha Croxton
 * Project Manager: Connie Cavallo
 * Designer: Keisha Croxton
 * ==== Git Info ====
 * Branch Name: clients/charlottelatin-19
 * Build version: 3.2.7
 * Git Tag: 
 * Last build by: Chris Norman
 *
 **/

@charset "UTF-8";
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-art:before {
  content: "\e900"; }

.icon-book:before {
  content: "\e901"; }

.icon-bus:before {
  content: "\e902"; }

.icon-close-icon:before {
  content: "\e903"; }

.icon-double-arrow:before {
  content: "\e904"; }

.icon-football:before {
  content: "\e905"; }

.icon-gears:before {
  content: "\e906"; }

.icon-globe:before {
  content: "\e907"; }

.icon-grad-cap:before {
  content: "\e908"; }

.icon-left-arrow:before {
  content: "\e909"; }

.icon-map:before {
  content: "\e90a"; }

.icon-quotation-mark:before {
  content: "\e90b"; }

.icon-right-arrow:before {
  content: "\e90c"; }

.icon-book-reader:before {
  content: "\e912"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-search:before {
  content: "\f002"; }

.icon-clock-o:before {
  content: "\f017"; }

.icon-video-camera:before {
  content: "\f03d"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-gift:before {
  content: "\f06b"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-facebook-f:before {
  content: "\f09a"; }

.icon-bullhorn:before {
  content: "\f0a1"; }

.icon-group:before {
  content: "\f0c0"; }

.icon-users:before {
  content: "\f0c0"; }

.icon-chain:before {
  content: "\f0c1"; }

.icon-link:before {
  content: "\f0c1"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-long-arrow-left:before {
  content: "\f177"; }

.icon-long-arrow-right:before {
  content: "\f178"; }

.icon-graduation-cap:before {
  content: "\f19d"; }

.icon-mortar-board:before {
  content: "\f19d"; }

.icon-pinterest-p:before {
  content: "\f231"; }

.icon-vimeo:before {
  content: "\f27d"; }

/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem; }

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left; } }

@media (min-width: 900px) {
  .col-4 {
    width: 25%; } }

/*! helpers - box-model v0.0.1 */
.margin-x {
  margin-right: 1.25em;
  margin-left: 1.25em; }

.margin-x-2x {
  margin-right: 2.5em;
  margin-left: 2.5em; }

.margin-y {
  margin-top: 1.25em;
  margin-bottom: 1.25em; }

.margin-y-2x {
  margin-top: 2.5em;
  margin-bottom: 2.5em; }

.padding-x {
  padding-right: 1.25em;
  padding-left: 1.25em; }

.padding-x-2x {
  padding-right: 2.5em;
  padding-left: 2.5em; }

.padding-y {
  padding-top: 1.25em;
  padding-bottom: 1.25em; }

.padding-y-2x {
  padding-top: 2.5em;
  padding-bottom: 2.5em; }

.stretch-container {
  margin-right: -1.25em;
  margin-left: -1.25em; }

.cover {
  position: absolute;
  height: 100%;
  width: 100%; }

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
		<div class='parent'>
			<span class='sibling'>Dropdown</span>
			<ul class='dropdown'>
				<li>Link</li>
				<li>Link</li>
				<li>Link</li>
			</ul>
		</div>

Use:
		.parent {
				@include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
		}

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
		.parent {
				@include drop(".dropdown", true, ".drop-class");
		}

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/
/*! helpers - typography v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("../fonts/icomoon.eot?3");
  src: url("../fonts/icomoon.woff2?4") format("woff2"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?34") format("truetype"), url("../fonts/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

.fsTitle, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0; }

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 45px;
  font-family: "adobe-garamond-pro", serif;
  color: #25346e;
  margin-bottom: 20px; }

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 34px;
  line-height: 40px;
  font-family: "adobe-garamond-pro", serif;
  color: #25346e;
  margin-bottom: 20px; }

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
  font-family: "adobe-garamond-pro", serif;
  color: #25346e;
  margin-bottom: 15px; }

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  font-family: "adobe-garamond-pro", serif;
  color: #25346e;
  margin-bottom: 10px; }

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #25346e;
  margin-bottom: 10px; }

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #25346e;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  outline: 0;
  text-decoration: none;
  color: #ff7e14;
  font-weight: 600;
  transition: background .3s, color .3s; }
  a:hover {
    color: #3bb1b9; }

ul,
ol {
  margin-top: 0;
  padding-left: 1.25em; }

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.styled,
table.fs_style_28 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  .fsAthleticsEvent.fsTable .fsElementTable td,
  .fsAthleticsRoster .fsElementTable td,
  table.styled th,
  table.styled td,
  table.fs_style_28 th,
  table.fs_style_28 td {
    vertical-align: top;
    border-bottom: 1px solid #ffffff; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.styled th,
  table.fs_style_28 th {
    padding: 0.625em 1.25em;
    text-align: left;
    background: #25346e;
    color: #ffffff;
    font-weight: 600; }
  
  .fsAthleticsEvent.fsTable .fsElementTable td,
  .fsAthleticsRoster .fsElementTable td,
  table.styled td,
  table.fs_style_28 td {
    padding: 0.625em 1.25em;
    background: #f3f3f3; }
    table.styled tr:nth-of-type(odd) td {
      background-color: #e0e4f5; }
    table.fs_style_28 tr:nth-of-type(odd) td {
      background-color: #e0e4f5; }

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0;
  max-width: 100%; }

.wf-loading {
  visibility: hidden;
  opacity: 0; }

.wf-active, .wf-inactive {
  visibility: visible;
  opacity: 1; }

.fs_style_30 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 30px;
  background: #25346e;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1.5px;
  font-weight: 600;
  outline: 0;
  border-radius: 0;
  transition: all 0.3s ease; }
  .fs_style_30:hover {
    color: #ffffff; }
  .fs_style_30:hover {
    background: #ff7e14; }

.fs_style_31 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 30px;
  background: #ff7e14;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1.5px;
  font-weight: 600;
  outline: 0;
  border-radius: 0;
  transition: all 0.3s ease; }
  .fs_style_31:hover {
    color: #ffffff; }
  .fs_style_31:hover {
    background: #25346e; }

.fs_style_32 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 30px;
  background: #9bc34b;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1.5px;
  font-weight: 600;
  outline: 0;
  border-radius: 0;
  transition: all 0.3s ease; }
  .fs_style_32:hover {
    color: #ffffff; }
  .fs_style_32:hover {
    background: #3bb1b9; }

.fs_style_33 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 30px;
  background: #3bb1b9;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1.5px;
  font-weight: 600;
  outline: 0;
  border-radius: 0;
  transition: all 0.3s ease; }
  .fs_style_33:hover {
    color: #ffffff; }
  .fs_style_33:hover {
    background: #9bc34b; }

.fs_style_34 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 25px 40px;
  background: #25346e;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1.5px;
  font-weight: 500;
  outline: 0;
  border-radius: 0; }
  .fs_style_34:hover {
    background: #1f2b5b;
    color: #ffffff; }
  .fs_style_34:hover {
    background: #ff7e14; }

.fs_style_35 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 25px 40px;
  background: #ff7e14;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1.5px;
  font-weight: 500;
  outline: 0;
  border-radius: 0; }
  .fs_style_35:hover {
    background: #fa7100;
    color: #ffffff; }
  .fs_style_35:hover {
    background: #25346e; }

#fsBannerLeft .fs_style_30,
#fsBannerLeft .fs_style_31,
#fsBannerLeft .fs_style_32,
#fsBannerLeft .fs_style_33,
#fsBannerLeft .fs_style_34,
#fsBannerLeft .fs_style_35,
#fsBannerRight .fs_style_30,
#fsBannerRight .fs_style_31,
#fsBannerRight .fs_style_32,
#fsBannerRight .fs_style_33,
#fsBannerRight .fs_style_34,
#fsBannerRight .fs_style_35 {
  display: block;
  width: 100%; }

.flyout-container header .fsElementHeaderContent span {
  cursor: pointer; }

.flyout-container .theFly.open {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  display: block; }

.flyout-container .theFly .close-button {
  background: transparent;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  transition: all ease 0.3s; }
  .flyout-container .theFly .close-button:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: inline-block;
    margin-left: 10px;
    font-size: 12px; }
  .flyout-container .theFly .close-button:hover {
    color: #3bb1b9; }

.flyout-container .theFly .theFlyContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding: 70px 0 50px; }

body:not(.fsComposeMode) .theFly {
  color: #ffffff;
  background-color: rgba(37, 52, 110, 0.95);
  position: fixed;
  width: 100vw;
  left: 0;
  bottom: -100%;
  padding: 50px 0;
  max-height: 100%;
  overflow-y: auto;
  z-index: 500;
  transition: all ease 0.3s;
  opacity: 0;
  visibility: hidden; }
  body:not(.fsComposeMode) .theFly h1, body:not(.fsComposeMode) .theFly h2, body:not(.fsComposeMode) .theFly h3, body:not(.fsComposeMode) .theFly h4, body:not(.fsComposeMode) .theFly h5, body:not(.fsComposeMode) .theFly h6 {
    color: #ffffff; }
  body:not(.fsComposeMode) .theFly .fsAccordion .fsPanel.fsStateOpen .fsElementContent {
    color: #6a718c; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 30px;
  background: #6a718c;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1.5px;
  font-weight: 600;
  outline: 0;
  border-radius: 0;
  transition: all 0.3s ease; }
  .fsStyleDefaultButton:hover {
    color: #ffffff; }
  .fsStyleDefaultButton.fsCategoryLink {
    margin-right: 5px; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 15px 30px;
  background: #6a718c;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1.5px;
  font-weight: 600;
  outline: 0;
  border-radius: 0;
  transition: all 0.3s ease; }
  .fsStyleUpdateButton:hover {
    color: #ffffff; }
  .fsStyleUpdateButton.fsElementToolsSearchButton {
    margin-top: 20px;
    margin-bottom: 0; }

.lead-in,
.fs_style_27 {
  font-size: 18px;
  line-height: 27px;
  color: #4b4d53;
  font-weight: 500; }

blockquote,
.fs_style_25 {
  position: relative;
  margin: 20px 0;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  padding: 80px 30px 20px 40px;
  background: #f3f3f3;
  border-left: #ff7e14 5px solid;
  border-right: #e1e1e1 1px solid;
  border-top: #e1e1e1 1px solid;
  border-bottom: #e1e1e1 1px solid; }
  blockquote:before,
  .fs_style_25:before {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 25px;
    content: '\e90b';
    color: #ffffff;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    font-family: "IcoMoon";
    background-color: #25346e;
    height: 38px;
    width: 38px;
    border-radius: 50%; }
  blockquote:after,
  .fs_style_25:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #ff7e14; }

cite,
.fs_style_26 {
  display: block;
  margin: 0 0 20px;
  font-style: normal;
  margin-top: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #25346e;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-align: center; }

/*! structure - header v0.0.1 */
#fsHeader .header-top {
  height: 50px;
  background-color: #ffffff;
  padding: 0 20px;
  display: none; }
  @media (min-width: 900px) {
    #fsHeader .header-top {
      display: block; } }
  @media (min-width: 1200px) {
    #fsHeader .header-top {
      padding: 0; } }
  #fsHeader .header-top > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #fsHeader .header-top .header-tagline {
    margin-top: 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #25346e;
    margin-bottom: 10px;
    margin-bottom: 0;
    font-size: 16px;
    padding: 12px 0; }
    #fsHeader .header-top .header-tagline p {
      margin-bottom: 0; }

#fsHeader .header-logo-nav {
  height: 75px;
  background-color: #25346e;
  padding: 0 20px; }
  @media (min-width: 1200px) {
    #fsHeader .header-logo-nav {
      padding: 0; } }
  #fsHeader .header-logo-nav > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.site-info-container {
  overflow: hidden;
  white-space: nowrap;
  max-width: 115px;
  margin: 0 auto;
  transition: all ease 0.3s; }
  @media (min-width: 900px) {
    .site-info-container {
      margin: 0; } }
  .site-info-container h1 {
    margin: 0; }
  .site-info-container a {
    display: block;
    padding: 16px 0;
    color: transparent;
    background: url("../images/logo-white.svg") no-repeat 0 50%; }
    .site-info-container a:hover {
      color: transparent; }

@media (min-width: 900px) {
  body:not(.fsDraftMode) #fsHeader > .fsBanner {
    position: relative; }
  body:not(.fsDraftMode) #fsHeader .fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 400; }
  body:not(.fsDraftMode) #fsHeader .nav-sub {
    margin-top: 125px; }
  body:not(.fsDraftMode) #fsHeader .top-search {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    transition: all ease 0.3s; }
    body:not(.fsDraftMode) #fsHeader .top-search.active {
      opacity: 1;
      z-index: 1; } }

@media (min-width: 900px) and (max-width: 1099px) {
  body:not(.fsDraftMode) #fsHeader .header-tagline {
    transition: all ease 0.3s;
    opacity: 1; }
    body:not(.fsDraftMode) #fsHeader .header-tagline.active {
      opacity: 0; } }

@media (min-width: 900px) {
  body:not(.fsDraftMode) #fsHeader .nav-utility-header {
    transition: all ease 0.3s; }
    body:not(.fsDraftMode) #fsHeader .nav-utility-header.active {
      margin-right: 90px; }
      body:not(.fsDraftMode) #fsHeader .nav-utility-header.active li.util-search {
        opacity: 0; } }

.search-quicklinks-panel {
  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, -20%, 0);
  -ms-transform: translate(0, -20%);
  transform: translate(0, -20%);
  top: 0;
  max-width: 100%;
  background: #25346e;
  padding: 30px;
  z-index: 600; }
  @media (min-width: 900px) {
    body:not(.home) .search-quicklinks-panel {
      top: -125px; } }
  @media (min-width: 900px) {
    .search-quicklinks-panel {
      min-height: 100%;
      height: 100vh; } }
  .search-is-active .search-quicklinks-panel {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .search-quicklinks-panel > header {
    text-align: right;
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
  .search-quicklinks-panel .close-search-panel {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    width: 30px;
    height: 30px; }
    .search-quicklinks-panel .close-search-panel:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 30px;
      color: #fff; }
  .search-quicklinks-panel > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }

.search-panel {
  margin-bottom: 50px; }
  .search-panel .fsElementTitle {
    color: #fff;
    font-family: "proxima-nova", sans-serif; }
  .search-panel form {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 60px; }
  .search-panel label {
    color: #fff;
    position: absolute;
    left: -9999px;
    top: 0;
    visibility: hidden; }
  .search-panel .fsSearchElementKeyword {
    margin-bottom: 0;
    width: calc(100% - 30px); }
  .search-panel .fsStyleSearchField {
    height: 100%; }
  .search-panel .fsSearchElementSearchButton {
    background: #ff7e14;
    font-size: 0;
    margin: 0;
    width: 60px;
    padding: 0;
    line-height: 1;
    position: relative; }
    .search-panel .fsSearchElementSearchButton:before {
      font-size: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }

.icon-links {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: solid 1px #fff; }
  .icon-links .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .icon-links .fsNavLevel1, .icon-links .fsNavLevel1 ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .icon-links .fsNavLevel1 li {
      margin: 0;
      padding: 0; }
    @media (min-width: 1000px) {
      .icon-links .fsNavLevel1 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    .icon-links .fsNavLevel1 li {
      position: relative;
      width: 50%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 20px;
      cursor: pointer; }
      @media (min-width: 600px) {
        .icon-links .fsNavLevel1 li {
          width: 33.33%; } }
      .icon-links .fsNavLevel1 li.calendar-icon:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .icon-links .fsNavLevel1 li.menu-icon:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .icon-links .fsNavLevel1 li.map-icon:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .icon-links .fsNavLevel1 li.book-reader-icon:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .icon-links .fsNavLevel1 li.employment-icon:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .icon-links .fsNavLevel1 li.directory-icon:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .icon-links .fsNavLevel1 li.store-icon:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .icon-links .fsNavLevel1 li.summer-icon:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .icon-links .fsNavLevel1 li.heart-icon:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .icon-links .fsNavLevel1 li.star-icon:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .icon-links .fsNavLevel1 li.football-icon:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .icon-links .fsNavLevel1 li.art-icon:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .icon-links .fsNavLevel1 li.globe-icon:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .icon-links .fsNavLevel1 li.book-icon:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .icon-links .fsNavLevel1 li.gradcap-icon:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .icon-links .fsNavLevel1 li.bus-icon:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .icon-links .fsNavLevel1 li.gift-icon:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .icon-links .fsNavLevel1 li.summer-icon:before {
        font-size: 50px; }
      .icon-links .fsNavLevel1 li:before {
        content: '';
        color: #fff;
        background: #ff7e14;
        border-radius: 100%;
        height: 70px;
        width: 70px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-transform: scale(1);
        transform: scale(1);
        transition: all .3s ease;
        margin-bottom: 20px;
        font-size: 30px; }
      .icon-links .fsNavLevel1 li:hover:before {
        box-shadow: 0 0 0 3px #fff;
        -ms-transform: scale(1.15);
        transform: scale(1.15); }
      .icon-links .fsNavLevel1 li a {
        color: #fff;
        font-family: "proxima-nova", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        padding: 0;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: end;
        align-items: flex-end;
        line-height: 1;
        text-align: center; }

.quicklinks-nav {
  padding-top: 10px; }
  .quicklinks-nav .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .quicklinks-nav .fsNavLevel1, .quicklinks-nav .fsNavLevel1 ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .quicklinks-nav .fsNavLevel1 li {
      margin: 0;
      padding: 0; }
    @media (min-width: 700px) {
      .quicklinks-nav .fsNavLevel1 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    .quicklinks-nav .fsNavLevel1 > li {
      width: 100%;
      margin-bottom: 20px; }
      @media (min-width: 700px) {
        .quicklinks-nav .fsNavLevel1 > li {
          width: auto; } }
      .quicklinks-nav .fsNavLevel1 > li > a {
        color: #fff;
        display: block;
        font-size: 28px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 20px;
        pointer-events: none; }
  .quicklinks-nav .fsNavLevel2 li a {
    color: #ff7e14;
    display: block;
    padding: 5px 0; }
    .quicklinks-nav .fsNavLevel2 li a:hover, .quicklinks-nav .fsNavLevel2 li a:focus {
      color: #fff; }

body:not(.fsDraftMode) .fsPageBody .hero {
  display: none; }
  body:not(.fsDraftMode) .fsPageBody .hero.headerHero {
    display: block;
    margin-bottom: 20px; }
    @media (min-width: 900px) {
      body:not(.fsDraftMode) .fsPageBody .hero.headerHero {
        margin-bottom: 40px; } }

#fsFooter {
  background-color: #ffffff;
  border-top: 1px solid #e1e1e1;
  padding: 0; }
  #fsFooter .fsContainer {
    padding: 40px 20px; }
    @media (min-width: 1200px) {
      #fsFooter .fsContainer {
        padding: 40px 0; } }
    @media (min-width: 700px) {
      #fsFooter .fsContainer > .fsElementContent {
        position: relative;
        margin: 0 auto;
        max-width: 73.75em;
        max-width: 73.75rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  #fsFooter .footer-logo {
    width: 185px;
    margin: 0 auto; }
    @media (min-width: 700px) {
      #fsFooter .footer-logo {
        margin-right: 30px; } }
    @media (min-width: 900px) {
      #fsFooter .footer-logo {
        width: 250px;
        margin-right: 55px; } }
    #fsFooter .footer-logo img {
      width: 100%; }
  #fsFooter .address-container {
    margin-bottom: 0; }
  #fsFooter .school-details-container {
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 700px) {
      #fsFooter .school-details-container {
        margin-right: 30px;
        width: 180px;
        text-align: left; } }
    @media (min-width: 900px) {
      #fsFooter .school-details-container {
        margin-right: 55px; } }
  #fsFooter .footer-seo {
    text-align: center; }
    @media (min-width: 700px) {
      #fsFooter .footer-seo {
        text-align: left;
        width: calc(100% - 425px); } }
    @media (min-width: 900px) {
      #fsFooter .footer-seo {
        width: calc(100% - 540px); } }
    #fsFooter .footer-seo p {
      margin-bottom: 0; }
  #fsFooter .utility-container {
    background-color: #25346e;
    padding: 10px 20px; }
    @media (min-width: 1200px) {
      #fsFooter .utility-container {
        padding: 10px 0; } }
    @media (min-width: 700px) {
      #fsFooter .utility-container .nav-utility-footer .fsNavLevel1 li {
        display: inline-block;
        margin-right: 20px; } }
    @media (max-width: 699px) {
      #fsFooter .utility-container .nav-utility-footer nav .fsNavLevel1 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 20px auto; }
        #fsFooter .utility-container .nav-utility-footer nav .fsNavLevel1 li {
          margin: 0 15px;
          line-height: 24px; }
          #fsFooter .utility-container .nav-utility-footer nav .fsNavLevel1 li:last-child {
            margin: 0; } }

.school-details [itemprop='name'] {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #25346e;
  margin-bottom: 10px;
  margin-bottom: 5px; }

.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", sans-serif;
  background: #25346e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 16px;
  line-height: 24px;
  color: #6a718c; }

#fsPageWrapper {
  overflow: hidden;
  position: relative; }

#fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff; }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 600px) {
    #fsPageBody {
      display: block; } }
  @media (min-width: 800px) {
    #fsPageBody {
      display: -ms-flexbox;
      display: flex; } }

#fsPageContent {
  width: 100%; }

#fsBannerLeft {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 700px) {
    #fsBannerLeft {
      padding-right: 40px;
      width: 280px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }

.fsHasRightBanner #fsPageContent {
  -ms-flex-order: 1;
  order: 1;
  width: 100%; }
  @media (min-width: 700px) {
    .fsHasRightBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 320px); } }

.fsHasLeftBanner #fsPageContent {
  -ms-flex-order: 1;
  order: 1;
  width: 100%; }
  @media (min-width: 700px) {
    .fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 280px); } }

.fsHasLeftBanner.fsHasRightBanner #fsPageContent {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: calc(100% - 280px); } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 440px);
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: calc(100% - 600px); } }

#fsBannerRight {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 700px) {
    #fsBannerRight {
      padding-left: 40px;
      width: 320px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 280px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        -ms-flex-order: 1;
        order: 1;
        padding-left: 20px;
        width: 240px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 40px;
        width: 320px; } }

@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: 700px) {
    .fsLayout .fsStyleTwoThirds {
      width: 66.66667%; } }

.fsLayout .fsStyleOneThird {
  width: 100%; }
  @media (min-width: 700px) {
    .fsLayout .fsStyleOneThird {
      width: 33.33333%; } }

div[class*="fsTwoColumnWide"] {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  div[class*="fsTwoColumnWide"] > .fsDiv {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
    margin-bottom: 20px; }
    @media (min-width: 700px) {
      div[class*="fsTwoColumnWide"] > .fsDiv {
        margin-bottom: 0; } }
    div[class*="fsTwoColumnWide"] > .fsDiv:last-child {
      margin-bottom: 0; }

.fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 280px); } }
  @media (min-width: 700px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
      width: 100%; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 280px); } }
  .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 280px); } }
    @media (min-width: 800px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 280px); } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 200px); } }

.fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      width: 280px;
      padding-right: 40px; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      width: 100%;
      padding-right: 0;
      margin-bottom: 20px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      width: 280px;
      padding-right: 40px;
      margin-bottom: 0; } }
  @media (min-width: 600px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 700px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      padding-right: 40px;
      width: 280px; } }
  @media (min-width: 800px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 1000px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      padding-right: 40px;
      width: 280px; } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
        padding-right: 20px;
        width: 200px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 240px);
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 320px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 40px;
      width: 320px; } }

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 700px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px; } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 280px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 440px);
      margin-bottom: 0; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 600px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 40px;
      width: 320px; } }

.fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 320px); } }
  .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 800px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 240px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 320px); } }
  @media (min-width: 700px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
      width: 100%; } }
  @media (min-width: 1000px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
      width: calc(100% - 320px); } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 240px); } }

.fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      width: 320px;
      padding-left: 40px; } }
  .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
    width: 100%;
    padding: 0; }
    @media (min-width: 800px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
        padding-left: 20px;
        width: 240px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
        padding-left: 40px;
        width: 320px; } }
  @media (min-width: 700px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
      width: 100%;
      padding-left: 0;
      margin-bottom: 20px; } }
  @media (min-width: 1000px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
      width: 320px;
      padding-left: 40px;
      margin-bottom: 0; } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
        padding-left: 20px;
        width: 240px; } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 280px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 200px);
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 280px); } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding: 0; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }

@media (min-width: 600px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    -ms-flex-order: 1;
    order: 1;
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 700px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px; } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    -ms-flex-order: 1;
    order: 1;
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 280px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 440px);
      margin-bottom: 0; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 600px); } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      -ms-flex-order: 1;
      order: 1;
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 40px;
      width: 320px; } }

.fsElephantRightLayout,
.fsElephantLeftLayout {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fsElephantRightLayout > div,
  .fsElephantLeftLayout > div {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
    margin-bottom: 20px; }
    @media (min-width: 700px) {
      .fsElephantRightLayout > div,
      .fsElephantLeftLayout > div {
        margin-bottom: 0; } }
    .fsElephantRightLayout > div:last-child,
    .fsElephantLeftLayout > div:last-child {
      margin-bottom: 0; }

@media (min-width: 700px) {
  .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: calc(100% - 320px); } }

.fsElephantRightLayout > div.fsStyleTwoThirds > .fsDiv {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 800px) {
  .fsElephantRightLayout > div.fsStyleTwoThirds > .fsTwoColumnLayout {
    margin-right: -20px;
    margin-left: -20px; } }

@media (min-width: 700px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1000px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: calc(100% - 320px); } }

@media (min-width: 700px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1000px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: calc(100% - 240px); } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
      width: calc(100% - 240px); } }

@media (min-width: 700px) {
  .fsElephantRightLayout > div.fsStyleOneThird {
    width: 320px;
    padding-left: 40px;
    padding-right: 0; } }

@media (min-width: 700px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1000px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 320px;
    padding-left: 40px;
    margin-bottom: 0; } }

@media (min-width: 700px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1000px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 240px;
    padding-left: 20px;
    margin-bottom: 0; } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }

@media (min-width: 700px) {
  .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: calc(100% - 280px); } }

.fsElephantLeftLayout > div.fsStyleTwoThirds > .fsDiv {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 800px) {
  .fsElephantLeftLayout > div.fsStyleTwoThirds > .fsTwoColumnLayout {
    margin-right: -20px;
    margin-left: -20px; } }

@media (min-width: 700px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1000px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: calc(100% - 200px); } }

@media (min-width: 700px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1000px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: calc(100% - 280px); } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
      width: calc(100% - 200px); } }

@media (min-width: 700px) {
  .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 280px;
    padding-right: 40px;
    padding-left: 0; } }

@media (min-width: 700px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1000px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 200px;
    padding-right: 20px;
    margin-bottom: 0; } }

@media (min-width: 700px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1000px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 280px;
    padding-right: 40px;
    margin-bottom: 0; } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
      padding-right: 20px;
      width: 200px; } }

body:not(.fsComposeMode) #fsPageBodyWrapper {
  margin-top: 0; }

#fsPoweredByFinalsite {
  width: 135px; }
  @media (max-width: 699px) {
    #fsPoweredByFinalsite {
      margin: 0 auto; } }

.fsBreadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsBreadcrumb li {
  display: inline-block; }

#fsHeader .nav-main {
  display: none; }
  @media (min-width: 900px) {
    #fsHeader .nav-main {
      display: block; } }
  @media (max-width: 1299px) {
    #fsHeader .nav-main {
      width: calc(100% - 75px); } }

.nav-main, .nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-main li {
  margin: 0;
  padding: 0; }

@media (min-width: 900px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .no-flexbox .nav-main .fsNavLevel1 {
      text-align: justify;
      font-size: 0.1px; }
      .no-flexbox .nav-main .fsNavLevel1 > li {
        display: inline-block; }
      .no-flexbox .nav-main .fsNavLevel1:after {
        content: "";
        display: inline-block;
        width: 100%; } }

.nav-main .fsNavLevel1 > li {
  position: relative; }
  .nav-main .fsNavLevel1 > li:not(.fsNavParentPage):after {
    display: none; }
  @media (min-width: 900px) {
    .nav-main .fsNavLevel1 > li {
      -ms-flex: 1 auto;
      flex: 1 auto; } }
  .nav-main .fsNavLevel1 > li:last-child > a {
    padding-right: 0; }
  .nav-main .fsNavLevel1 > li > a {
    padding: 0 15px;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 75px;
    letter-spacing: .5px;
    font-weight: 400; }
    @media (min-width: 1100px) {
      .nav-main .fsNavLevel1 > li > a {
        padding: 0 1.25em;
        font-size: 20px; } }
  .nav-main .fsNavLevel1 > li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ff7e14;
    opacity: 0; }
  .nav-main .fsNavLevel1 > li:hover > a {
    color: rgba(255, 255, 255, 0.7); }
  .nav-main .fsNavLevel1 > li:hover:after {
    opacity: 1; }
  .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
    color: #ff7e14;
    font-weight: 700; }

.nav-main .fsNavLevel1 > li {
  position: relative; }
  .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    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; }

.nav-main .fsNavPageInfo {
  background: #1e2b5b;
  text-align: left;
  width: 750px; }
  .nav-main .fsNavLevel1 > li:first-of-type .fsNavPageInfo {
    left: 0;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:nth-of-type(2) .fsNavPageInfo {
    left: 0;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:last-of-type .fsNavPageInfo {
    right: 0;
    left: auto;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:nth-last-of-type(2) .fsNavPageInfo {
    right: 0;
    left: auto;
    -ms-transform: none;
    transform: none; }
  @media (min-width: 980px) {
    .nav-main .fsNavParentPage:hover .fsNavPageInfo {
      display: block;
      display: -ms-flexbox;
      display: flex;
      border-top: 3px solid #ff7e14; } }

.nav-main .fsNavPageDescription {
  background-color: rgba(21, 27, 51, 0.25);
  width: 335px;
  padding: 30px;
  color: #ffffff; }
  .nav-main .fsNavPageDescription a {
    text-transform: uppercase;
    color: #9bc34b;
    font-size: 25px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: .5px; }
    .nav-main .fsNavPageDescription a:hover {
      color: #3bb1b9; }

.nav-main .fsNavLevel2 {
  padding: 30px;
  width: calc(100% - 335px); }
  .nav-main .fsNavLevel2 li.fsNavCurrentPage > a {
    color: #ff7e14; }
  .nav-main .fsNavLevel2 a {
    padding: 5px 0.625em;
    color: #fff;
    display: block; }
    .nav-main .fsNavLevel2 a:hover {
      color: #3bb1b9; }

.nav-main .twoCol-list {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 15px); }
  .nav-main .twoCol-list:first-child {
    margin-right: 15px; }
  .nav-main .twoCol-list:last-child {
    margin-left: 15px; }

.drawer-ribbon {
  position: relative;
  height: 50px; }
  @media (min-width: 900px) {
    .drawer-ribbon {
      display: none; } }

.mobile-search-trigger {
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 75px;
  width: 100%;
  max-width: 60px;
  background-color: #1e2b5b;
  cursor: pointer; }
  .mobile-search-trigger:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #ff7e14;
    font-size: 20px; }
  @media (min-width: 700px) {
    .mobile-search-trigger {
      max-width: 75px; } }
  @media (min-width: 900px) {
    .mobile-search-trigger {
      display: none; } }

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  height: 75px;
  max-width: 60px;
  background-color: #1e2b5b;
  /*    // Danger Zone
    // xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

    &:before,
    &:after {
      position: absolute;
      top: 50%;
      left: 50%;
      height: $height + px;
      width: 50%;
      content: '';
      background: $color;
    }

    &:before {
      margin-top: ce($height * -2);
      transform: translate(-50%, -50%);
      transition:
        margin-top .3s,
        transform .3s;
    }

    &:after {
      box-shadow: 0 ce($height * 2) 0 0 $color;
      transform: translate(-50%, -50%);
      transition:
        box-shadow .3s,
        transform .3s;
    }


    // Active Trigger State
    // ================================

    .drawer-is-active & {

      &:before {
        margin-top: 0;
        transform:
          translate(-50%, -50%)
          rotate(-45deg);
      }

      &:after {
        box-shadow: none;
        transform:
          translate(-50%, -50%)
          rotate(45deg);
      }

    }*/ }
  .drawer-trigger:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #ff7e14;
    font-size: 20px; }
  @media (min-width: 700px) {
    .drawer-trigger {
      max-width: 75px; } }
  @media (min-width: 900px) {
    .drawer-trigger {
      display: none; } }

body.drawer-is-active {
  position: relative;
  min-height: 100%;
  top: 0px; }
  body.drawer-is-active #fsPageWrapper {
    overflow: visible; }

body.drawer-is-active:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 400; }

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  left: 0;
  transform: translate3d(-20%, 0, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  top: 0;
  max-width: 37.5em;
  background: #25346e; }
  .drawer-is-active .fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .fsMenu a {
    color: #ffffff; }
  .fsMenu .menu-top {
    background: #1e2b5b;
    position: relative; }
    .fsMenu .menu-top .site-info-container {
      margin: 0 0 0 20px; }
      .fsMenu .menu-top .site-info-container a {
        font-size: 0; }
    .fsMenu .menu-top .drawer-close {
      border: 0;
      background: none;
      outline: 0;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 0;
      right: 0;
      height: 75px;
      width: 100%;
      max-width: 60px;
      background-color: rgba(0, 0, 0, 0.2);
      text-align: center;
      cursor: pointer; }
      .fsMenu .menu-top .drawer-close:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #ff7e14;
        font-size: 18px;
        line-height: 75px; }
      @media (min-width: 700px) {
        .fsMenu .menu-top .drawer-close {
          max-width: 75px; } }
  .fsMenu .top-search {
    padding: 20px; }
    .fsMenu .top-search form {
      width: 100%;
      background-color: rgba(21, 27, 51, 0.35); }
      .fsMenu .top-search form input {
        width: 83%;
        background-color: transparent;
        border: 0;
        color: #ffffff;
        padding: 0 10px 0 20px;
        height: 40px;
        line-height: 40px; }
      .fsMenu .top-search form button {
        -webkit-appearance: none;
        background: transparent;
        box-shadow: 0;
        border: 0;
        height: 40px;
        width: 15%;
        padding: 0; }
        .fsMenu .top-search form button:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          color: #ff7e14;
          font-size: 14px;
          line-height: 30px;
          padding-right: 10px;
          transition: color .3s;
          text-align: center; }
  .fsMenu .nav-utility-header {
    background-color: rgba(106, 113, 140, 0.25);
    padding: 10px 20px; }
    .fsMenu .nav-utility-header .fsNavLevel1 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .fsMenu .nav-utility-header .fsNavLevel1 li {
        padding: 5px 15px; }
        .fsMenu .nav-utility-header .fsNavLevel1 li.util-search {
          display: none; }
  .fsMenu .portal-nav {
    background-color: rgba(21, 27, 51, 0.3); }
    .fsMenu .portal-nav, .fsMenu .portal-nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .fsMenu .portal-nav li {
      margin: 0;
      padding: 0; }
    .fsMenu .portal-nav h2.fsElementTitle {
      padding: 20px;
      padding-bottom: 0;
      margin-top: 0;
      font-weight: normal;
      font-size: 18px;
      line-height: 24px;
      font-weight: 600;
      color: #25346e;
      margin-bottom: 10px;
      font-family: "proxima-nova", sans-serif;
      text-transform: uppercase;
      color: #ff7e14; }
    .fsMenu .portal-nav .fsNavLevel1 > li {
      padding: 10px 20px; }
      .fsMenu .portal-nav .fsNavLevel1 > li.active {
        background: #1e2b5b; }
        .fsMenu .portal-nav .fsNavLevel1 > li.active > a {
          color: #ff7e14; }
    .fsMenu .portal-nav .fsNavLevel2 {
      padding-left: 1.25em; }
      .fsMenu .portal-nav .fsNavLevel2 > li {
        padding: 10px; }
        .fsMenu .portal-nav .fsNavLevel2 > li.active {
          background: #1e2b5b; }
          .fsMenu .portal-nav .fsNavLevel2 > li.active > a {
            color: #ff7e14; }
    .fsMenu .portal-nav .fsNavLevel3 {
      padding-left: 1.25em; }
      .fsMenu .portal-nav .fsNavLevel3 > li {
        padding: 10px; }
        .fsMenu .portal-nav .fsNavLevel3 > li.active {
          background: #1e2b5b; }
          .fsMenu .portal-nav .fsNavLevel3 > li.active > a {
            color: #ff7e14; }
  .fsMenu .main-navigation .fsNavLevel1 > li {
    padding: 20px;
    border-bottom: 1px solid rgba(106, 113, 140, 0.3); }
    .fsMenu .main-navigation .fsNavLevel1 > li > a {
      text-transform: uppercase;
      font-size: 18px;
      letter-spacing: .5px;
      font-weight: 400; }
    .fsMenu .main-navigation .fsNavLevel1 > li.active {
      background: #1e2b5b; }
      .fsMenu .main-navigation .fsNavLevel1 > li.active > a {
        color: #ff7e14; }
  .fsMenu .main-navigation .fsNavLevel2 {
    padding-left: 1.25em; }
    .fsMenu .main-navigation .fsNavLevel2 > li {
      padding: 10px; }
      .fsMenu .main-navigation .fsNavLevel2 > li.active {
        background: #1e2b5b; }
        .fsMenu .main-navigation .fsNavLevel2 > li.active > a {
          color: #ff7e14; }
  .fsMenu .main-navigation .fsNavLevel3 {
    padding-left: 1.25em; }
    .fsMenu .main-navigation .fsNavLevel3 > li {
      padding: 20px; }
      .fsMenu .main-navigation .fsNavLevel3 > li.active {
        background: #1e2b5b; }
        .fsMenu .main-navigation .fsNavLevel3 > li.active > a {
          color: #ff7e14; }
  .fsMenu .main-navigation ul, .fsMenu .main-navigation ul ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsMenu .main-navigation ul li {
    margin: 0;
    padding: 0; }
  .fsMenu .main-navigation ul li.fsNavParentPage {
    position: relative; }
    .fsMenu .main-navigation ul li.fsNavParentPage .fsNavPageInfo {
      display: none; }
    .fsMenu .main-navigation ul li.fsNavParentPage .drop-trigger {
      color: #ffffff;
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      width: 60px;
      text-align: center;
      font-size: 25px;
      padding: 20px 0; }
      .fsMenu .main-navigation ul li.fsNavParentPage .drop-trigger:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .fsMenu .main-navigation ul li.fsNavParentPage .drop-trigger.expanded:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #ff7e14; }
  .fsMenu .main-navigation ul li.fsNavCurrentPage > a, .fsMenu .main-navigation ul li.fsNavCurrentPageAncestor > a {
    color: #ff7e14 !important; }
  .fsMenu .main-navigation ul li.fsNavCurrentPage > .fsNavPageInfo, .fsMenu .main-navigation ul li.fsNavCurrentPageAncestor > .fsNavPageInfo {
    display: block; }

.nav-sub {
  background-color: #f8f8f8;
  border: 1px solid #e1e1e1; }
  .nav-sub, .nav-sub ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-sub li {
    margin: 0;
    padding: 0; }
  #fsHeader .nav-sub {
    border-left: 0;
    border-right: 0;
    /*    background: #fff;
    @include breakpoint($bp-large) {
      display: none;
    }*/ }
    @media (min-width: 700px) {
      #fsHeader .nav-sub {
        display: block !important; } }
    @media (max-width: 1099px) {
      #fsHeader .nav-sub {
        padding: 0 20px; } }
    #fsHeader .nav-sub .fsNavLevel1 {
      padding: 15px 0; }
      #fsHeader .nav-sub .fsNavLevel1 > li {
        border-bottom: 0;
        margin-right: 40px;
        line-height: 20px; }
        #fsHeader .nav-sub .fsNavLevel1 > li:last-child {
          margin-right: 0; }
      @media (min-width: 700px) {
        #fsHeader .nav-sub .fsNavLevel1 {
          position: relative;
          margin: 0 auto;
          max-width: 73.75em;
          max-width: 73.75rem;
          text-align: center;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .no-flexbox #fsHeader .nav-sub .fsNavLevel1 {
            text-align: justify;
            font-size: 0.1px; }
            .no-flexbox #fsHeader .nav-sub .fsNavLevel1 > li {
              display: inline-block; }
            .no-flexbox #fsHeader .nav-sub .fsNavLevel1:after {
              content: "";
              display: inline-block;
              width: 100%; } }
    #fsHeader .nav-sub .fsNavLevel2 {
      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: 699px) {
    .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 {
    padding: 5px 20px; }
    .nav-sub ul li.fsNavCurrentPage > a, .nav-sub ul li.fsNavCurrentPageAncestor > a {
      color: #ff7e14;
      font-weight: 700; }
    .nav-sub ul li a {
      display: block;
      padding: 10px 0;
      color: #6a718c; }
      .nav-sub ul li a:hover {
        color: #3bb1b9; }
  .nav-sub .fsNavLevel1 > li {
    border-bottom: 1px solid #e1e1e1; }
    .nav-sub .fsNavLevel1 > li:last-child {
      border-bottom: none; }
  .nav-sub .fsNavLevel2 {
    margin-bottom: 10px; }
    .nav-sub .fsNavLevel2 > li > a {
      display: block; }
  .nav-sub .fsNavLevel3 {
    margin-bottom: 10px; }
    .nav-sub .fsNavLevel3 > li > a {
      display: block; }
  .nav-sub > header {
    display: block; }
    @media (min-width: 800px) {
      .nav-sub > header {
        display: none; } }
    .nav-sub > header > .fsElementTitle {
      margin-top: 0;
      font-weight: normal;
      font-size: 18px;
      line-height: 24px;
      font-weight: 600;
      color: #25346e;
      margin-bottom: 10px;
      position: relative;
      margin: 0;
      padding: 20px;
      cursor: pointer;
      text-align: center; }
      @media (min-width: 800px) {
        .nav-sub > header > .fsElementTitle {
          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;
          font-size: 14px;
          text-align: center;
          margin-left: 8px;
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; } }
      @media (max-width: 799px) {
        .nav-sub.active-nav > header > .fsElementTitle:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; } }
  @media (min-width: 900px) {
    body.no-main-nav:not(.fsDraftMode) #fsHeader .nav-sub {
      margin-top: 0; } }

@media (max-width: 699px) {
  .nav-social .fsNavLevel1 {
    margin-bottom: 20px !important;
    text-align: center; } }

.nav-social .fsNavLevel1 {
  font-size: 0; }
  .nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-social .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  .nav-social .fsNavLevel1 li {
    display: inline-block; }
    .nav-social .fsNavLevel1 li:not(:last-child) {
      margin-right: 10px; }
  .nav-social .fsNavLevel1 [href*='facebook']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='instagram']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='linkedin']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='pinterest']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='tumblr']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='twitter']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vimeo']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vine']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='youtube']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='rss']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='facebook']:hover {
    background: #9bc34b;
    border-color: #9bc34b; }
    .nav-social .fsNavLevel1 [href*='facebook']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='instagram']:hover {
    background: #9bc34b;
    border-color: #9bc34b; }
    .nav-social .fsNavLevel1 [href*='instagram']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='linkedin']:hover {
    background: #9bc34b;
    border-color: #9bc34b; }
    .nav-social .fsNavLevel1 [href*='linkedin']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='pinterest']:hover {
    background: #9bc34b;
    border-color: #9bc34b; }
    .nav-social .fsNavLevel1 [href*='pinterest']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='tumblr']:hover {
    background: #9bc34b;
    border-color: #9bc34b; }
    .nav-social .fsNavLevel1 [href*='tumblr']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='twitter']:hover {
    background: #9bc34b;
    border-color: #9bc34b; }
    .nav-social .fsNavLevel1 [href*='twitter']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='vimeo']:hover {
    background: #9bc34b;
    border-color: #9bc34b; }
    .nav-social .fsNavLevel1 [href*='vimeo']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='vine']:hover {
    background: #9bc34b;
    border-color: #9bc34b; }
    .nav-social .fsNavLevel1 [href*='vine']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='youtube']:hover {
    background: #9bc34b;
    border-color: #9bc34b; }
    .nav-social .fsNavLevel1 [href*='youtube']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 [href*='rss']:hover {
    background: #9bc34b;
    border-color: #9bc34b; }
    .nav-social .fsNavLevel1 [href*='rss']:hover:before {
      color: #fff; }
  .nav-social .fsNavLevel1 a {
    display: block;
    position: relative;
    background: rgba(255, 255, 255, 0.3);
    height: 35px;
    width: 35px;
    border-radius: 100%; }
    .nav-social .fsNavLevel1 a:before {
      color: #ffffff;
      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-utility-header .fsNavLevel1, .nav-utility-header .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-utility-header .fsNavLevel1 li {
  margin: 0;
  padding: 0; }

@media (min-width: 900px) {
  .nav-utility-header .fsNavLevel1 li {
    display: inline-block;
    margin-right: 22px;
    padding: 11px 0; }
    .nav-utility-header .fsNavLevel1 li:last-child {
      margin-right: 0; } }

@media (min-width: 1100px) {
  .nav-utility-header .fsNavLevel1 li {
    margin-right: 32px; }
    .nav-utility-header .fsNavLevel1 li:last-child {
      margin-right: 0; } }

.nav-utility-header .fsNavLevel1 li a {
  position: relative;
  padding-left: 25px; }
  .nav-utility-header .fsNavLevel1 li a:before {
    content: '';
    margin-right: 10px;
    font-size: 15px;
    position: absolute;
    left: 0; }

.nav-utility-header .fsNavLevel1 li.util-news a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.nav-utility-header .fsNavLevel1 li.util-calendar a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.nav-utility-header .fsNavLevel1 li.util-alumni a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.nav-utility-header .fsNavLevel1 li.util-giving a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.nav-utility-header .fsNavLevel1 li.util-vision a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.nav-utility-header .fsNavLevel1 li.util-apply a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.nav-utility-header .fsNavLevel1 li.util-login a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.nav-utility-header .fsNavLevel1 li.util-shop a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 20px; }

.nav-utility-header .fsNavLevel1 li.util-search a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.nav-utility-header .fsNavLevel1 li.util-summer a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 20px; }

.nav-utility-header .fsNavLevel1 li.util-covid a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.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: 900px) {
  .nav-utility-footer .fsNavLevel1 li {
    display: inline-block;
    margin-right: 40px; } }

.nav-utility-footer .fsNavLevel1 li a {
  margin-top: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #25346e;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  line-height: 32px;
  margin: 0;
  color: rgba(255, 255, 255, 0.6); }
  .nav-utility-footer .fsNavLevel1 li a:hover {
    color: #9bc34b; }

.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: block;
    margin: 0 10px; }

.fsConstituent .fsElementPagination {
  margin: 20px 0; }

/*! elements - constituent profile */
.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile .fsProfileImage {
    display: block;
    margin-bottom: 20px; }
  .fsConstituentProfile .fsFullName {
    color: #25346e; }
    .fsConstituentProfile .fsFullName a {
      color: inherit;
      font-weight: 400; }
      .fsConstituentProfile .fsFullName a:hover {
        color: #3bb1b9; }
  @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 #1e2b5b;
    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; }
    .fsDirectory .fsConstituentItem .fsFullName a {
      color: inherit;
      font-weight: 400; }
      .fsDirectory .fsConstituentItem .fsFullName a:hover {
        color: #3bb1b9; }
    .fsDirectory .fsConstituentItem > h3, .fsDirectory .fsConstituentItem > div {
      padding-right: 20px;
      padding-left: 20px;
      margin-bottom: 10px;
      padding-top: 0; }
      .fsDirectory .fsConstituentItem > h3:last-child, .fsDirectory .fsConstituentItem > div:last-child {
        margin-bottom: 0; }
    .fsDirectory .fsConstituentItem .fsPhoto img {
      display: block; }

.fsConstituentColumnLayout_1 .fsConstituentItem {
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid; }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_2 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_2 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
  page-break-inside: avoid;
  break-inside: avoid; }
  @media (min-width: 800px) {
    .fsConstituentColumnLayout_2 .fsConstituentItem {
      width: calc(50% - 20px);
      margin: 0 10px;
      margin-bottom: 30px; } }
  .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: 30px;
  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: 30px; }
      .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: 30px;
  page-break-inside: avoid;
  break-inside: avoid; }
  @media (min-width: 800px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(50% - 20px);
      margin: 0 10px;
      margin-bottom: 30px; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 900px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(33.33% - 20px); }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
        clear: none; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
        clear: both; } }
  @media (min-width: 1000px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(25% - 20px); }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
        clear: none; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(4n+1) {
        clear: both; } }

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #ffffff;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    margin-top: 0;
    font-weight: normal;
    font-size: 34px;
    line-height: 40px;
    font-family: "adobe-garamond-pro", serif;
    color: #25346e;
    margin-bottom: 20px;
    margin-bottom: 2px;
    display: block;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 10px 13.33333px;
    color: #6a718c;
    transition: .3s;
    border: 1px solid #d4d6df;
    word-break: keep-all;
    position: relative; }
    .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
      transition: none; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: #3bb1b9;
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #ffffff;
      transition: .3s;
      border: 1px solid #3bb1b9; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #ff7e14; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #ffffff;
    border: 1px solid #ff7e14; }
    .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
      content: ""; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  font-family: "IcoMoon";
  text-align: center;
  background-color: rgba(106, 113, 140, 0.1);
  padding-top: 10px;
  font-size: 14px;
  border: none;
  width: 40px;
  height: 100%;
  position: absolute;
  margin: 0;
  top: 0;
  content: ""; }

.fsPanelIconAfter.fsAccordion .fsPanel > header:hover h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header:hover h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header:hover h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header:hover h2::before {
  content: '';
  font-family: "IcoMoon";
  text-align: center;
  background-color: rgba(106, 113, 140, 0.1);
  padding-top: 10px;
  font-size: 14px;
  border: none;
  width: 40px;
  height: 100%;
  position: absolute;
  margin: 0;
  top: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0.1); }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  font-family: "IcoMoon";
  text-align: center;
  background-color: rgba(106, 113, 140, 0.1);
  padding-top: 10px;
  font-size: 14px;
  border: none;
  width: 40px;
  height: 100%;
  position: absolute;
  margin: 0;
  top: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0.2); }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 40px; }
  .fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
    left: 13.33333px; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 40px; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
    display: none; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
    right: 13.33333px; }

.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: ''; }

.fsAccordion {
  margin-bottom: 20px; }

.fsAccordion .fsPanel.fsStateOpen > header ~ .fsElementContent {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  background-color: #ffffff;
  overflow: auto; }

.fsAccordion .fsPanel.fsStateOpen:last-of-type > header ~ .fsElementContent {
  border-bottom: 1px solid #e1e1e1; }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2:before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
  left: 0; }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2,
.fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 50px;
  padding-right: 50px; }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #ff7e14; }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2:hover:after,
.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2:after {
  display: none; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2:after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
  right: 0; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2,
.fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-left: 50px;
  padding-right: 50px; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #ff7e14;
  display: block; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2:hover:before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2:before {
  display: none; }

.styled-accordion.fsPanelIconBefore.fsAccordion .fsPanel > header h2,
.styled-accordion.fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-right: 15px; }

.styled-accordion.fsPanelIconBefore.fsAccordion .fsPanel > header h2:before,
.styled-accordion.fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
  background-color: transparent;
  opacity: 0;
  transition: all ease 0.3s;
  left: -10px; }

.styled-accordion.fsPanelIconBefore.fsAccordion .fsPanel > header h2:after,
.styled-accordion.fsPanelIconBefore.fsTabs .fsPanel > header h2:after {
  display: none; }

.styled-accordion.fsPanelIconBefore.fsAccordion .fsPanel > header h2:hover {
  color: #3bb1b9;
  background: #ffffff;
  border: 1px solid #d4d6df; }
  .styled-accordion.fsPanelIconBefore.fsAccordion .fsPanel > header h2:hover:before {
    color: #3bb1b9;
    opacity: 1;
    left: 0; }

.styled-accordion.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2 {
  color: #ff7e14;
  background: #ffffff;
  border: 1px solid #d4d6df; }
  .styled-accordion.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2:before {
    color: #ff7e14;
    opacity: 1;
    left: 0; }

.styled-accordion.fsPanelIconAfter.fsAccordion .fsPanel > header h2,
.styled-accordion.fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-left: 15px; }

.styled-accordion.fsPanelIconAfter.fsAccordion .fsPanel > header h2:after,
.styled-accordion.fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
  background-color: transparent;
  opacity: 0;
  transition: all ease 0.3s;
  right: -10px; }

.styled-accordion.fsPanelIconAfter.fsAccordion .fsPanel > header h2:before,
.styled-accordion.fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
  display: none; }

.styled-accordion.fsPanelIconAfter.fsAccordion .fsPanel > header h2:hover {
  color: #3bb1b9;
  background: #ffffff;
  border: 1px solid #d4d6df; }
  .styled-accordion.fsPanelIconAfter.fsAccordion .fsPanel > header h2:hover:after {
    color: #3bb1b9;
    opacity: 1;
    right: 0; }

.styled-accordion.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2 {
  color: #ff7e14;
  background: #ffffff;
  border: 1px solid #d4d6df; }
  .styled-accordion.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2:after {
    color: #ff7e14;
    opacity: 1;
    right: 0; }

body.fsAccountBarVisible:not(.fsDraftMode) #fsHeader .fixed-header {
  top: 45px !important; }

#fsAccountBar {
  background-color: #e1e1e1;
  z-index: 9999; }
  #fsAccountBar > ul > li {
    cursor: pointer; }
    #fsAccountBar > ul > li:hover {
      background-color: #25346e;
      color: #ffffff; }
    #fsAccountBar > ul > li:first-child ul {
      margin-left: 35px; }
  #fsAccountBar .fsAccountBarMenu {
    background-color: #25346e; }
    #fsAccountBar .fsAccountBarMenu li:hover {
      background-color: #2b3d81; }
    #fsAccountBar .fsAccountBarMenu ul {
      background-color: #25346e;
      left: 100%; }

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px; }
  .fsAthleticsEvent > .fsElementContent {
    width: 100%; }
  .fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 10px; }
  .fsAthleticsEvent .fsElementEventIcon {
    display: inline-block;
    max-width: 100%; }
  .fsAthleticsEvent.fsList .fsListItems article {
    margin-bottom: 20px; }
  .fsAthleticsEvent.fsList .fsTitle {
    display: inline-block;
    margin-bottom: 0; }
  .fsAthleticsEvent.fsList .fsElementEventIcon {
    margin-right: 10px; }
  .fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
    outline: 0; }
  .fsAthleticsEvent.fsList .fsAlertIcon {
    margin-left: 5px;
    margin-bottom: -3px; }
  .fsAthleticsEvent.fsList .fsAthleticsOpponents {
    display: inline; }
  .fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
    display: inline; }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable thead {
      display: none; } }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable td {
      display: inline-block;
      width: 100%;
      padding: 0 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:not(:last-child) {
        border: 0; }
      .fsAthleticsEvent.fsTable .fsElementTable td:first-of-type {
        padding-top: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:last-of-type {
        padding-bottom: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:before {
        display: inline-block;
        font-weight: 700;
        color: #ff7e14; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
        content: 'Team: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents {
        display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents:before {
          content: 'Opponent: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate:before {
        content: 'Date: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime:before {
        content: 'Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsLocations:before {
        content: 'Location: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAdvantage:before {
        content: 'Advantage: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsEventType:before {
        content: 'Type: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails:before {
        content: 'Details: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsResult:before {
        content: 'Result: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsScore:before {
        content: 'Score: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAlerts:before {
        content: 'Alerts: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDismissal:before {
        content: 'Dismissal: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDeparture:before {
        content: 'Departure: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsReturn:before {
        content: 'Return Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsPickup:before {
        content: 'Pickup Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsRecap:before {
        content: 'Recap: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus:before {
        content: 'Status: '; } }

/*! elements - athletics popup modal */
#fsAthleticsEventElementDialog .fsAthleticsEvent.fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px; }

/*! elements - athletics roster */
.fsAthleticsRoster .fsElementTable td:before, .fsAthleticsRosterList li > div:before {
  margin-right: 5px;
  display: inline-block;
  font-weight: 700;
  color: #ff7e14; }

.fsAthleticsRoster .fsElementTable td.fsRosterPlayerNumber:before, .fsAthleticsRosterList li > div.fsRosterPlayerNumber:before {
  content: 'Number: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterName:before, .fsAthleticsRosterList li > div.fsRosterName:before {
  content: 'Name: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterPosition:before, .fsAthleticsRosterList li > div.fsRosterPosition:before {
  content: 'Position: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterClass:before, .fsAthleticsRosterList li > div.fsRosterClass:before {
  content: 'Class: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterGradeLevel:before, .fsAthleticsRosterList li > div.fsRosterGradeLevel:before {
  content: 'Grade: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterHometown:before, .fsAthleticsRosterList li > div.fsRosterHometown:before {
  content: 'Hometown: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterHeight:before, .fsAthleticsRosterList li > div.fsRosterHeight:before {
  content: 'Height: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterWeight:before, .fsAthleticsRosterList li > div.fsRosterWeight:before {
  content: 'Weight: '; }

.fsAthleticsRoster {
  margin-bottom: 20px; }
  .fsAthleticsRoster.fsCoaches .fsRosterName:before {
    content: none; }
  .fsAthleticsRoster.fsCoaches .fsRosterName .fsConstituentProfileLink {
    font-weight: normal;
    font-size: 28px;
    line-height: 34px;
    font-family: "adobe-garamond-pro", serif;
    color: #25346e; }
    .fsAthleticsRoster.fsCoaches .fsRosterName .fsConstituentProfileLink:hover {
      color: #3bb1b9; }
    .fsAthleticsRoster.fsCoaches .fsRosterName .fsConstituentProfileLink .fsCoachImage {
      display: block; }
  @media (max-width: 800px) {
    .fsAthleticsRoster .fsElementTable thead {
      display: none; } }
  @media (min-width: 800px) {
    .fsAthleticsRoster .fsElementTable td:before {
      display: none; } }
  @media (max-width: 800px) {
    .fsAthleticsRoster .fsElementTable td {
      display: inline-block;
      width: 100%;
      padding: 0 10px; }
      .fsAthleticsRoster .fsElementTable td:not(:last-child) {
        border: 0; }
      .fsAthleticsRoster .fsElementTable td:first-of-type {
        padding-top: 10px; }
      .fsAthleticsRoster .fsElementTable td:last-of-type {
        padding-bottom: 10px; } }

.fsAthleticsRosterContent {
  margin-bottom: 20px; }
  .fsAthleticsRosterContent p:last-child {
    margin-bottom: 0; }
  .fsAthleticsRosterContent:empty {
    margin-bottom: 0; }

.fsAthleticsRosterList, .fsAthleticsRosterList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsAthleticsRosterList li {
  margin: 0;
  padding: 0; }

.fsAthleticsRosterList li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #151b33; }
  .fsAthleticsRosterList li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .fsAthleticsRosterList li > div {
    margin-bottom: 10px; }
    .fsAthleticsRosterList li > div:last-child {
      margin-bottom: 0; }

/*! elements - athletics teams */
.fsAthleticsTeam {
  margin-bottom: 20px; }

.fsAthleticsTeamDirectory {
  max-width: 100%;
  margin-bottom: 20px; }
  .fsAthleticsTeamDirectory, .fsAthleticsTeamDirectory ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsAthleticsTeamDirectory li {
    margin: 0;
    padding: 0; }
  .fsAthleticsTeamDirectory > li {
    margin-bottom: 10px; }
  .fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
    display: inline-block; }

.fsAthleticsTeamIcon {
  margin-right: 10px; }

.fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

.fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
      float: right; } }

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */
.fsCalendar article {
  position: relative;
  padding-left: 100px;
  min-height: 75px;
  padding-top: 0; }
  .fsCalendar article .fsElementEventColorIcon {
    width: 12px;
    height: 12px; }

.fsCalendar .fsDate {
  position: absolute;
  top: 5px;
  left: 0;
  text-align: center;
  height: 75px;
  width: 75px;
  color: #ffffff;
  background: #9bc34b;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }
  .fsCalendar .fsDate > span {
    display: block; }
    .fsCalendar .fsDate > span.fsMonth {
      font-size: 15px;
      line-height: 15px;
      font-weight: 600;
      letter-spacing: 1.5px;
      text-transform: uppercase; }
    .fsCalendar .fsDate > span.fsDay {
      font-size: 35px;
      line-height: 35px;
      font-weight: 600; }
    .fsCalendar .fsDate > span.fsYear {
      font-size: 15px;
      line-height: 15px;
      font-weight: 600;
      letter-spacing: 1.5px;
      text-transform: uppercase; }

.fsCalendar .fsTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #25346e;
  margin-bottom: 10px; }
  .fsCalendar .fsTitle a {
    color: #25346e; }
    .fsCalendar .fsTitle a:hover {
      color: #3bb1b9; }

.fsCalendar .fsTimeRange:before, .fsCalendar .fsAllDay:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #9bc34b;
  margin-right: 5px; }

.fsCalendar .fsLocation:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #9bc34b;
  padding-left: 2px;
  margin-right: 9px; }

.fsCalendar .fsAllDay {
  text-transform: capitalize; }

.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0; }

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */
/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
    margin-bottom: 0; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 16px;
  font-weight: bold;
  outline: 0; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
    margin-top: 5px; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1; }

@media (min-width: 800px) {
  .flexbox .fsCalendarEventGrid .fsCalendarRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .flexbox .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important; } }

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar:after {
    display: none; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar > div {
    margin: 0; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
    margin-right: 10px; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
    width: 100%; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
        width: auto; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    margin: 10px 0; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
        -ms-flex-order: 3;
        order: 3;
        margin: 0; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
    z-index: 1; }

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(37, 52, 110, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(37, 52, 110, 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(37, 52, 110, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(37, 52, 110, 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: 15px 30px;
    background: #6a718c;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 1.5px;
    font-weight: 600;
    outline: 0;
    border-radius: 0;
    transition: all 0.3s ease;
    padding: 10px 20px; }
    .scroll-up span:hover {
      color: #ffffff; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

.fsCalendar.fsGrid .fsCalendarEventGrid + .fsCalendarLegend {
  margin-top: 40px; }

.fsCalendar.fsGrid .fsCalendarLegend, .fsCalendar.fsGrid .fsCalendarLegend ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsCalendar.fsGrid .fsCalendarLegend li {
  margin: 0;
  padding: 0; }

.fsCalendar.fsGrid .fsCalendarLegend h4 {
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
  margin-left: 0; }
  @media (min-width: 600px) {
    .fsCalendar.fsGrid .fsCalendarLegend > ul > li {
      width: 49%; } }

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
/*.fsElement {
  margin-bottom: $gutter;

  &:last-child {
    margin-bottom: 0;
  }

  > header {}

  > .fsElementContent {}

  > footer {}
}
*/
/*.fsElementHeaderContent {
  margin-bottom: $gutter;
}

.fsElementFooterContent {
  margin-top: $gutter;
}*/
.fsListItems article {
  margin-bottom: 20px; }

.module {
  margin-bottom: 1.25em;
  padding: 1.25em; }

.callout,
.module,
.fs_style_36,
.fs_style_37,
.fs_style_38 {
  padding: 20px; }
  .callout.left,
  .module.left,
  .fs_style_36.left,
  .fs_style_37.left,
  .fs_style_38.left {
    float: left;
    margin-left: 20px; }
    @media (min-width: 500px) {
      .callout.left,
      .module.left,
      .fs_style_36.left,
      .fs_style_37.left,
      .fs_style_38.left {
        width: 50%; } }
  .callout.right,
  .module.right,
  .fs_style_36.right,
  .fs_style_37.right,
  .fs_style_38.right {
    float: right;
    margin-right: 20px; }
    @media (min-width: 500px) {
      .callout.right,
      .module.right,
      .fs_style_36.right,
      .fs_style_37.right,
      .fs_style_38.right {
        width: 50%; } }

.module.blue,
.fs_style_36 {
  background: #25346e;
  color: #ffffff; }
  .module.blue h1, .module.blue h2, .module.blue h3, .module.blue h4, .module.blue h5, .module.blue h6, .module.blue a,
  .fs_style_36 h1,
  .fs_style_36 h2,
  .fs_style_36 h3,
  .fs_style_36 h4,
  .fs_style_36 h5,
  .fs_style_36 h6,
  .fs_style_36 a {
    color: #ffffff; }
  .module.blue header,
  .fs_style_36 header {
    margin-top: 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    font-family: "adobe-garamond-pro", serif;
    color: #25346e;
    margin-bottom: 10px;
    color: #ffffff; }
  .module.blue a:hover,
  .fs_style_36 a:hover {
    color: #3bb1b9; }

.module.orange,
.fs_style_37 {
  background: #ff7e14;
  color: #ffffff; }
  .module.orange h1, .module.orange h2, .module.orange h3, .module.orange h4, .module.orange h5, .module.orange h6, .module.orange a,
  .fs_style_37 h1,
  .fs_style_37 h2,
  .fs_style_37 h3,
  .fs_style_37 h4,
  .fs_style_37 h5,
  .fs_style_37 h6,
  .fs_style_37 a {
    color: #ffffff; }
  .module.orange header,
  .fs_style_37 header {
    margin-top: 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    font-family: "adobe-garamond-pro", serif;
    color: #25346e;
    margin-bottom: 10px;
    color: #ffffff; }
  .module.orange a:hover,
  .fs_style_37 a:hover {
    color: #3bb1b9; }

.module.outline,
.fs_style_38 {
  border: 1px solid #ff7e14;
  color: #ff7e14; }
  .module.outline header,
  .fs_style_38 header {
    background-color: #ff7e14;
    padding: 20px;
    margin-top: 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    font-family: "adobe-garamond-pro", serif;
    color: #25346e;
    margin-bottom: 10px;
    color: #ffffff; }
    .module.outline header h1, .module.outline header h2, .module.outline header h3, .module.outline header h4, .module.outline header h5, .module.outline header h6,
    .fs_style_38 header h1,
    .fs_style_38 header h2,
    .fs_style_38 header h3,
    .fs_style_38 header h4,
    .fs_style_38 header h5,
    .fs_style_38 header h6 {
      color: #ffffff;
      margin-bottom: 0; }

.module.outline {
  padding: 0;
  padding-bottom: 20px; }
  .module.outline .fsElementContent {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px; }

/*! elements - forms */
textarea,
input,
select {
  padding: 5px;
  max-width: 100%; }

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed body {
    margin: 0; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input {
      border: solid 1px #ccc; }
      .fsComposerFormEmbed form input.fileUploader {
        padding: 0;
        width: 100%;
        border: none; }
    .fsComposerFormEmbed form fieldset {
      padding: 0; }
    .fsComposerFormEmbed form textarea {
      max-width: 100%;
      width: 100%;
      border: solid 1px #ccc; }
    .fsComposerFormEmbed form .mainGroupSub {
      max-width: 100%;
      width: 100% !important; }
    .fsComposerFormEmbed form .formPage {
      margin-bottom: 20px; }
    .fsComposerFormEmbed form .elementRow {
      max-width: 100%;
      margin: 0; }
      .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .elementContainer {
      margin: 0 0 20px;
      padding: 0; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementContainer {
          width: 100%; } }
      .fsComposerFormEmbed form .elementContainer label {
        margin-bottom: 2px; }
        .fsComposerFormEmbed form .elementContainer label.horizontal {
          white-space: normal;
          margin-right: 10px !important; }
          .fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
            margin-right: 0; }
      .fsComposerFormEmbed form .elementContainer hr {
        margin: auto 0; }
      .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: #ff7e14;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #3bb1b9; }
    .fsComposerFormEmbed form .required {
      color: #25346e; }
    .fsComposerFormEmbed form .pageControls {
      padding: 10px 0 !important;
      margin-bottom: 10px; }
      .fsComposerFormEmbed form .pageControls .userConfirmation {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .userConfirmation {
      margin-bottom: 20px; }
      .fsComposerFormEmbed form .userConfirmation .userConfirmationToggle {
        margin-right: 5px; }
      .fsComposerFormEmbed form .userConfirmation > label {
        display: block; }
    .fsComposerFormEmbed form .elementColumn {
      zoom: 1;
      margin-bottom: 20px;
      max-width: 100%; }
      .fsComposerFormEmbed form .elementColumn:after {
        display: table;
        clear: both;
        content: ''; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementColumn {
          float: none !important;
          width: 100% !important; } }
      .fsComposerFormEmbed form .elementColumn .elementContainer {
        margin-bottom: 0; }
      .fsComposerFormEmbed form .elementColumn .elementBody > input {
        width: 100%; }
    .fsComposerFormEmbed form .pageBreak {
      zoom: 1; }
      .fsComposerFormEmbed form .pageBreak:after {
        display: table;
        clear: both;
        content: ''; }
      .fsComposerFormEmbed form .pageBreak .nextPage, .fsComposerFormEmbed form .pageBreak .prevPage {
        background: none;
        border: none;
        color: #ff7e14;
        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: #3bb1b9;
          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: #25346e !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: #ff7e14 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "proxima-nova", sans-serif;
    max-width: 100%; }
  .fsComposerFormEmbed .ui-datepicker:empty {
    display: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
      content: '';
      font-weight: bold;
      transition: .3s; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
      transition: .3s;
      opacity: .5; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
    content: '\203A'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
    content: '\2039'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-default {
    background: rgba(0, 0, 0, 0.05);
    text-align: center; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-active {
    background: rgba(0, 0, 0, 0.1); }
  .fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
    border: solid 1px #d3d3d3;
    background-color: #d3d3d3; }

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

/*! elements - login */
.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView, .fsAccount .fsLoginMainView, .fsAccount .fsLoginForgotView, .fsAccount .fsLoginNewView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after, .fsAccount .fsLoginMainView:after, .fsAccount .fsLoginForgotView:after, .fsAccount .fsLoginNewView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3, .fsAccount .fsLoginMainView h3, .fsAccount .fsLoginForgotView h3, .fsAccount .fsLoginNewView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span, .fsAccount .fsLoginMainView span, .fsAccount .fsLoginForgotView span, .fsAccount .fsLoginNewView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView button, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginForgotView button, .fsAccount .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginNewView button {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 15px 30px;
    background: #6a718c;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 1.5px;
    font-weight: 600;
    outline: 0;
    border-radius: 0;
    transition: all 0.3s ease; }
    .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 {
      color: #ffffff; }
  .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: 15px 30px;
    background: #6a718c;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 1.5px;
    font-weight: 600;
    outline: 0;
    border-radius: 0;
    transition: all 0.3s ease; }
    .fsAccount .fsAccountLogout a:hover {
      color: #ffffff; }

.fsMediaCustomPlayer {
  background: none;
  position: relative; }
  .fsMediaCustomPlayer article {
    background-position: center;
    background-size: cover;
    outline: 0;
    position: relative; }
    .fsMediaCustomPlayer article img {
      opacity: 0;
      visibility: hidden; }
  .fsMediaCustomPlayer .caption-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    left: 0;
    line-height: 24px;
    padding: 10px;
    position: absolute;
    width: 100%; }
    @media (min-width: 800px) {
      .fsMediaCustomPlayer .caption-wrapper {
        padding: 20px; } }
    .fsMediaCustomPlayer .caption-wrapper a {
      color: rgba(255, 255, 255, 0.5); }
      .fsMediaCustomPlayer .caption-wrapper a:hover {
        text-decoration: underline; }
  @media (min-width: 800px) {
    .fsMediaCustomPlayer .caption-title {
      margin-top: 0;
      font-weight: normal;
      font-size: 34px;
      line-height: 40px;
      font-family: "adobe-garamond-pro", serif;
      color: #25346e;
      margin-bottom: 20px;
      margin-bottom: 0; } }
  .fsMediaCustomPlayer .caption-desc {
    display: none; }
    @media (min-width: 800px) {
      .fsMediaCustomPlayer .caption-desc {
        display: block; } }
    .fsMediaCustomPlayer .caption-desc p:last-child {
      margin-bottom: 0; }
    .fsMediaCustomPlayer .caption-desc:empty {
      display: none; }
  .fsMediaCustomPlayer .slick-next, .fsMediaCustomPlayer .slick-prev {
    background: none;
    border: none;
    color: transparent;
    height: 40px;
    outline: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    z-index: 2; }
    .fsMediaCustomPlayer .slick-next:before, .fsMediaCustomPlayer .slick-prev:before {
      color: #fff;
      display: block;
      font-size: 50px;
      font-weight: normal;
      height: 100%;
      left: 0;
      line-height: 30px;
      position: absolute;
      top: 0;
      width: 100%;
      text-align: center;
      text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35); }
  .fsMediaCustomPlayer .slick-next {
    left: auto;
    right: 0; }
    .fsMediaCustomPlayer .slick-next:before {
      content: '\203A'; }
  .fsMediaCustomPlayer .slick-prev {
    left: 0;
    right: auto; }
    .fsMediaCustomPlayer .slick-prev:before {
      content: '\2039'; }

.fsNews.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsNews.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

.fsNews.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsNews.fsThumbnailAlignRight .fsThumbnail {
      float: right; } }

.fsNews .fsThumbnail {
  margin-bottom: 10px;
  display: block; }

.fsNews .fsTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #25346e;
  margin-bottom: 10px; }
  .fsNews .fsTitle a {
    color: #25346e; }
    .fsNews .fsTitle a:hover {
      color: #3bb1b9; }

.fsNews.fsList article {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccd9e7; }
  .fsNews.fsList article:last-child {
    border-bottom: 0;
    padding-bottom: 0; }

.fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

.fsPostElement.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsPostElement.fsThumbnailAlignRight .fsThumbnail {
      float: right; } }

.fsPostElement .fsThumbnail {
  margin-bottom: 10px;
  display: block; }

.fsPostElement .fsTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #25346e;
  margin-bottom: 10px; }
  .fsPostElement .fsTitle a {
    color: #25346e; }
    .fsPostElement .fsTitle a:hover {
      color: #3bb1b9; }

.fsPostElement .fsElementControls {
  margin-bottom: 7px; }

.fsPostElement.fsList article {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccd9e7; }
  .fsPostElement.fsList article:last-child {
    border-bottom: 0;
    padding-bottom: 0; }

/*! _main.scss - src/sass/modules/search/ - main search import */
.fsSearch form.gsc-search-box-tools {
  margin-bottom: 0;
  overflow: hidden;
  font-size: inherit; }
  .fsSearch form.gsc-search-box-tools table {
    border: 0; }
  .fsSearch form.gsc-search-box-tools > table.gsc-search-box {
    margin-bottom: 0;
    position: relative; }
  .fsSearch form.gsc-search-box-tools td.gsib_a {
    padding: 0; }
  .fsSearch form.gsc-search-box-tools td.gsib_b {
    display: none !important; }
  .fsSearch form.gsc-search-box-tools table.gsc-branding {
    display: none; }

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.fsSearch.site-search {
  margin-bottom: 20px; }
  .fsSearch.site-search form.gsc-search-box-tools {
    width: 400px; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
      padding: 0; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
        border: 0;
        height: 100%; }
        .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
          background: #ff7e14 !important;
          background-image: none !important;
          width: 100%;
          height: 50px !important;
          color: #151b33;
          padding-left: 10px !important;
          padding-right: 85px !important;
          margin: 0 !important;
          border-radius: 0 !important;
          font-size: 16px;
          font-family: "proxima-nova", sans-serif; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
      padding: 0;
      overflow: hidden;
      height: 50px;
      width: 75px;
      background: #25346e;
      position: absolute;
      right: 0;
      top: 0;
      transition: .3s; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
        content: "Search";
        color: #fff;
        font-family: "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: #140900;
        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; }

#fsHeader .top-search form {
  background-color: #e1e1e1;
  height: 50px;
  width: 175px; }
  #fsHeader .top-search form ::-webkit-input-placeholder {
    color: #6a718c; }
  #fsHeader .top-search form :-moz-placeholder {
    color: #6a718c; }
  #fsHeader .top-search form ::-moz-placeholder {
    color: #6a718c; }
  #fsHeader .top-search form :-ms-input-placeholder {
    color: #6a718c; }
  #fsHeader .top-search form input {
    border: 0;
    background-color: transparent;
    padding: 0 5px 0 20px;
    width: 130px;
    height: 50px;
    line-height: 50px; }
  #fsHeader .top-search form button {
    -webkit-appearance: none;
    background: transparent;
    box-shadow: 0;
    border: 0;
    height: 50px;
    width: 40px;
    padding: 0; }
    #fsHeader .top-search form button:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #ff7e14;
      font-size: 14px;
      line-height: 30px;
      padding-right: 10px;
      transition: color .3s;
      text-align: center; }
    #fsHeader .top-search form button:hover:before {
      color: #3bb1b9; }

/*! _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 #6a718c; }
      .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: #6a718c;
        padding-left: 10px !important;
        padding-right: 85px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 16px;
        font-family: "proxima-nova", sans-serif; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
    padding: 0;
    overflow: hidden;
    height: 100%;
    width: 75px;
    background: #6a718c;
    position: absolute;
    transition: .3s;
    right: 0;
    top: 0; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
      content: "Search";
      color: #fff;
      opacity: 1;
      display: block;
      position: absolute;
      text-align: center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      line-height: 50px;
      font-size: 16px;
      font-family: "proxima-nova", sans-serif; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: #140900;
      transition: .3s; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
      border: 0;
      height: 100%;
      width: 100%;
      color: transparent;
      opacity: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */
.fsSearchResults form.gsc-search-box-tools, .fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 20px; }

.fsSearchResults .gsc-control-cse, .fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px; }

.fsSearchResults .gsc-results, .fsSearchFieldWithResults .gsc-results {
  width: 100%; }

.fsSearchResults .gsc-webResult .gsc-result, .fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 20px; }
  .fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
    color: #6a718c; }
  .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: #ff7e14; }

.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: #ff7e14 !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: #3bb1b9 !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: 15px 30px;
  background: #6a718c;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1.5px;
  font-weight: 600;
  outline: 0;
  border-radius: 0;
  transition: all 0.3s ease; }
  .vimeo_view_link a:hover {
    color: #ffffff; }

/*! 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: 15px 30px;
  background: #6a718c;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1.5px;
  font-weight: 600;
  outline: 0;
  border-radius: 0;
  transition: all 0.3s ease; }
  .Youtube_view_link a:hover {
    color: #ffffff; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 2px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-top: 0;
        font-weight: normal;
        font-size: 34px;
        line-height: 40px;
        font-family: "adobe-garamond-pro", serif;
        color: #25346e;
        margin-bottom: 20px;
        margin-bottom: 2px;
        display: block;
        font-family: "proxima-nova", sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        padding: 10px 13.33333px;
        color: #6a718c;
        transition: .3s;
        border: 1px solid #d4d6df;
        word-break: keep-all;
        background: #ffffff;
        color: #6a718c; }
        .fsTabs .fsTabsNav li a:hover {
          background: #3bb1b9;
          color: #ffffff;
          border: 1px solid #3bb1b9; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #ff7e14;
        color: #ffffff;
        border: 1px solid #ff7e14;
        position: relative; }
        .fsTabs .fsTabsNav li.fsStateSelected a:after {
          content: '';
          position: absolute;
          bottom: -12px;
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          width: 0;
          height: 0;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-top: 12px solid #ff7e14; }

.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 */
body.home:not(.fsDraftMode) #fsHeader .home-navbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  height: 75px;
  opacity: 0;
  transition: all ease-in-out 0.3s; }
  @media (min-width: 900px) {
    body.home:not(.fsDraftMode) #fsHeader .home-navbar {
      opacity: 1;
      background-color: rgba(37, 52, 110, 0.8); } }
  body.home:not(.fsDraftMode) #fsHeader .home-navbar > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px; }
    @media (min-width: 1200px) {
      body.home:not(.fsDraftMode) #fsHeader .home-navbar > .fsElementContent {
        padding: 0; } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-20px); }
  60% {
    transform: translateY(-10px); } }
  body.home:not(.fsDraftMode) #fsHeader .home-navbar .arrow-down button {
    font-size: 0;
    background-color: transparent;
    border: 0;
    height: 75px;
    width: 50px;
    cursor: pointer;
    animation: bounce 2.5s infinite; }
    body.home:not(.fsDraftMode) #fsHeader .home-navbar .arrow-down button:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 30px;
      line-height: 75px;
      color: #ffffff;
      transition: all ease 0.3s;
      cursor: pointer; }
  body.home:not(.fsDraftMode) #fsHeader .home-navbar .arrow-down:hover button:after {
    color: #ff7e14; }
  body.home:not(.fsDraftMode) #fsHeader .home-navbar .header-pinned.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    top: auto;
    bottom: 100%; }
  body.home:not(.fsDraftMode) #fsHeader .home-navbar .header-pinned.nav-main .fsNavLevel1 > li:after {
    bottom: auto;
    top: 0;
    border-top: 12px solid #ff7e14;
    border-bottom: 0; }
  body.home:not(.fsDraftMode) #fsHeader .home-navbar .header-pinned.nav-main .fsNavParentPage:hover .fsNavPageInfo {
    border-top: 0;
    border-bottom: 3px solid #ff7e14; }

body.home:not(.fsDraftMode) #fsHeader .fixed-header {
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out 0s; }

body.home:not(.fsDraftMode) #fsHeader .home-slider header h2 {
  display: none; }

body.home:not(.fsDraftMode) #fsHeader .home-slider:before {
  content: '';
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  width: 100%;
  background: url(../images/logo-white.svg) no-repeat;
  background-size: contain;
  background-position-x: left;
  text-align: left;
  background-position: left;
  background-repeat: no-repeat;
  transition: .3s ease-in-out 0s;
  height: 200px;
  display: block;
  z-index: 200;
  position: absolute;
  height: 100px;
  top: 55px;
  left: 0;
  right: 0; }
  @media (max-width: 1199px) {
    body.home:not(.fsDraftMode) #fsHeader .home-slider:before {
      left: 20px; } }

body.home:not(.fsDraftMode) #fsHeader .home-slider.header-pinned:before {
  position: fixed;
  height: 60px; }

body.home:not(.fsDraftMode).header-pinned .fixed-header {
  opacity: 1 !important;
  visibility: visible !important; }

body.home:not(.fsDraftMode).header-pinned .home-navbar {
  opacity: 0 !important;
  visibility: hidden !important; }

body.home:not(.fsDraftMode).header-pinned .home-slider:before {
  opacity: 0 !important;
  visibility: hidden !important; }

body.home:not(.fsDraftMode) #fsPageBodyWrapper.no-sub-nav {
  margin-top: 0; }

body.home:not(.fsDraftMode).fsAccountBarVisible .home-slider {
  height: calc(100vh - 95px); }
  @media (min-width: 900px) {
    body.home:not(.fsDraftMode).fsAccountBarVisible .home-slider {
      height: calc(100vh - 95px); }
      body.home:not(.fsDraftMode).fsAccountBarVisible .home-slider article {
        height: calc(100vh - 95px); } }
  body.home:not(.fsDraftMode).fsAccountBarVisible .home-slider .universal-slide {
    height: calc(100vh - 95px); }

@media (max-width: 899px) {
  body.home:not(.fsDraftMode) .fixed-header {
    opacity: 1 !important;
    visibility: visible !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 499;
    width: 100%; }
  body.home:not(.fsDraftMode) .home-slider:before {
    opacity: 0;
    visibility: hidden; } }

body.home:not(.fsDraftMode) .home-slider {
  position: relative;
  height: 100%;
  margin-top: 75px;
  background-color: #ffffff; }
  @media (min-width: 700px) {
    body.home:not(.fsDraftMode) .home-slider {
      height: 430px;
      background-color: transparent;
      padding-bottom: 0; } }
  @media (min-width: 900px) {
    body.home:not(.fsDraftMode) .home-slider {
      height: calc(100vh - 50px);
      margin-top: 0; } }
  body.home:not(.fsDraftMode) .home-slider .universal-slide, body.home:not(.fsDraftMode) .home-slider article {
    height: 100%;
    position: relative;
    background-size: cover; }
    @media (max-width: 899px) {
      body.home:not(.fsDraftMode) .home-slider .universal-slide, body.home:not(.fsDraftMode) .home-slider article {
        background: none !important;
        height: auto; } }
    @media (min-width: 700px) {
      body.home:not(.fsDraftMode) .home-slider .universal-slide, body.home:not(.fsDraftMode) .home-slider article {
        height: 430px; } }
    @media (min-width: 900px) {
      body.home:not(.fsDraftMode) .home-slider .universal-slide, body.home:not(.fsDraftMode) .home-slider article {
        height: calc(100vh - 50px); } }
    body.home:not(.fsDraftMode) .home-slider .universal-slide img, body.home:not(.fsDraftMode) .home-slider article img {
      opacity: 0;
      visibility: hidden; }
      @media (max-width: 899px) {
        body.home:not(.fsDraftMode) .home-slider .universal-slide img, body.home:not(.fsDraftMode) .home-slider article img {
          vertical-align: bottom;
          width: 100%;
          visibility: visible;
          opacity: 1; } }
    @media (min-width: 700px) {
      body.home:not(.fsDraftMode) .home-slider .universal-slide:after, body.home:not(.fsDraftMode) .home-slider article:after {
        content: '';
        background-color: rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important; } }
    @media (min-width: 900px) {
      body.home:not(.fsDraftMode) .home-slider .universal-slide:after, body.home:not(.fsDraftMode) .home-slider article:after {
        content: '';
        background-color: rgba(0, 0, 0, 0.15);
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important; } }
  body.home:not(.fsDraftMode) .home-slider .slick-dots, body.home:not(.fsDraftMode) .home-slider .fsPager {
    list-style-type: none;
    width: 100%;
    max-width: 980px;
    position: absolute;
    bottom: 75px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; }
    @media (min-width: 700px) {
      body.home:not(.fsDraftMode) .home-slider .slick-dots, body.home:not(.fsDraftMode) .home-slider .fsPager {
        bottom: 10px; } }
    @media (min-width: 900px) {
      body.home:not(.fsDraftMode) .home-slider .slick-dots, body.home:not(.fsDraftMode) .home-slider .fsPager {
        bottom: 75px; } }
    body.home:not(.fsDraftMode) .home-slider .slick-dots li, body.home:not(.fsDraftMode) .home-slider .fsPager li {
      display: inline-block;
      margin-right: 10px; }
      body.home:not(.fsDraftMode) .home-slider .slick-dots li:last-of-type, body.home:not(.fsDraftMode) .home-slider .fsPager li:last-of-type {
        margin-right: 0; }
      body.home:not(.fsDraftMode) .home-slider .slick-dots li button, body.home:not(.fsDraftMode) .home-slider .fsPager li button {
        border: 0;
        border-radius: 100%;
        height: 16px;
        width: 16px;
        background-color: rgba(106, 113, 140, 0.6);
        transition: all ease 0.3s;
        font-size: 0; }
        @media (min-width: 700px) {
          body.home:not(.fsDraftMode) .home-slider .slick-dots li button, body.home:not(.fsDraftMode) .home-slider .fsPager li button {
            background-color: rgba(255, 255, 255, 0.7); } }
      body.home:not(.fsDraftMode) .home-slider .slick-dots li:hover button, body.home:not(.fsDraftMode) .home-slider .fsPager li:hover button {
        background-color: #ff7e14; }
      body.home:not(.fsDraftMode) .home-slider .slick-dots li.slick-active button, body.home:not(.fsDraftMode) .home-slider .fsPager li.slick-active button {
        background-color: #25346e; }
  body.home:not(.fsDraftMode) .home-slider .fsPager {
    margin-bottom: 7px; }
    @media (max-width: 699px) {
      body.home:not(.fsDraftMode) .home-slider .fsPager {
        z-index: 9;
        z-index: 9;
        position: relative;
        top: auto;
        bottom: auto;
        height: auto;
        margin-bottom: 0;
        padding-top: 20px;
        padding-bottom: 15px; } }
    body.home:not(.fsDraftMode) .home-slider .fsPager li {
      margin: 0;
      margin-right: 10px; }
    body.home:not(.fsDraftMode) .home-slider .fsPager button:before {
      display: none; }

body.home:not(.fsDraftMode) .resource-slider .fsElementSlideshow {
  padding: 0 !important; }

body.home:not(.fsDraftMode) .resource-slider .fsPrevButton, body.home:not(.fsDraftMode) .resource-slider .fsNextButton {
  display: none !important; }

body.home:not(.fsDraftMode) .resource-slider .fsSlideshowPause:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: relative;
  top: 1px; }

body.home:not(.fsDraftMode) .resource-slider .fsSlideshowPlay:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

body.home:not(.fsDraftMode) .resource-slider article {
  padding: 0; }
  @media (max-width: 899px) {
    body.home:not(.fsDraftMode) .resource-slider article figcaption {
      margin-top: 20px; } }

body.home:not(.fsDraftMode) .resource-slider video {
  -o-object-fit: cover;
  object-fit: cover;
  line-height: 0;
  display: block;
  height: 100%;
  width: 100%; }

body.home:not(.fsDraftMode) .resource-slider.fsSlideshow .fsElementSlideshow {
  margin-bottom: 0; }
  body.home:not(.fsDraftMode) .resource-slider.fsSlideshow .fsElementSlideshow .fsElementSlideshowControls > button {
    top: 20px;
    right: 20px;
    background-color: #25346e; }

body.home:not(.fsDraftMode) .resource-slider.fsSlideshow article {
  padding: 0; }
  body.home:not(.fsDraftMode) .resource-slider.fsSlideshow article video {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%; }
  body.home:not(.fsDraftMode) .resource-slider.fsSlideshow article video::-webkit-media-controls {
    display: none; }
  body.home:not(.fsDraftMode) .resource-slider.fsSlideshow article video::-webkit-media-controls-panel {
    display: none !important;
    opacity: 1 !important; }

body.home:not(.fsDraftMode) .caption-wrapper, body.home:not(.fsDraftMode) figcaption {
  max-width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  padding: 0 20px;
  position: relative;
  top: auto;
  bottom: auto;
  left: 0;
  color: #6a718c;
  background-color: #ffffff; }
  @media (min-width: 700px) {
    body.home:not(.fsDraftMode) .caption-wrapper, body.home:not(.fsDraftMode) figcaption {
      color: #ffffff;
      font-size: 21px;
      line-height: 29px;
      background-color: transparent;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
      z-index: 100;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      body.home:not(.fsDraftMode) .caption-wrapper h1, body.home:not(.fsDraftMode) .caption-wrapper h2, body.home:not(.fsDraftMode) .caption-wrapper h3, body.home:not(.fsDraftMode) .caption-wrapper h4, body.home:not(.fsDraftMode) .caption-wrapper h5, body.home:not(.fsDraftMode) .caption-wrapper h6, body.home:not(.fsDraftMode) figcaption h1, body.home:not(.fsDraftMode) figcaption h2, body.home:not(.fsDraftMode) figcaption h3, body.home:not(.fsDraftMode) figcaption h4, body.home:not(.fsDraftMode) figcaption h5, body.home:not(.fsDraftMode) figcaption h6 {
        color: #ffffff; } }
  @media (min-width: 700px) {
    body.home:not(.fsDraftMode) .caption-wrapper, body.home:not(.fsDraftMode) figcaption {
      max-width: 980px;
      top: auto;
      -ms-transform: none;
      transform: none;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 115px; } }
  @media (min-width: 1200px) {
    body.home:not(.fsDraftMode) .caption-wrapper, body.home:not(.fsDraftMode) figcaption {
      padding: 0; } }

body.home:not(.fsDraftMode) .caption-desc {
  display: block;
  padding-top: 20px;
  padding-bottom: 30px; }
  @media (min-width: 700px) {
    body.home:not(.fsDraftMode) .caption-desc {
      padding-top: 0;
      padding-bottom: 0;
      background-color: transparent; } }
  body.home:not(.fsDraftMode) .caption-desc a {
    color: #ff7e14;
    text-decoration: none; }
    body.home:not(.fsDraftMode) .caption-desc a:hover {
      text-decoration: underline; }

.home.drawer-is-active {
  top: 0 !important; }
  .home.drawer-is-active .home-slider {
    margin-top: 0 !important;
    padding-top: 75px; }
    @media (min-width: 700px) {
      .home.drawer-is-active .home-slider {
        height: 505px !important; } }

.home #fsPageBodyWrapper {
  padding: 0; }

.home #fsPageBody {
  max-width: 100%; }

.home #fsPageContent {
  margin-bottom: 0px; }
  .home #fsPageContent > .fsPageLayout > .fsDiv {
    margin-bottom: 0px;
    padding: 0; }

.home .fsContainer h2.fsElementTitle {
  text-align: center; }
  @media (min-width: 900px) {
    .home .fsContainer h2.fsElementTitle {
      font-size: 50px;
      line-height: 57px; } }

.home .fsContainer .fsElementFooterContent {
  text-align: center; }

.home .our-community {
  padding: 30px 20px;
  position: relative; }
  .home .our-community > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    padding: 0 20px; }
    @media (min-width: 1300px) {
      .home .our-community > .fsElementContent {
        padding: 0; } }
  @media (min-width: 1100px) {
    .home .our-community {
      padding: 75px 20px; } }
  .home .our-community > header .fsElementHeaderContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 25px; }
    @media (min-width: 900px) {
      .home .our-community > header .fsElementHeaderContent {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 50px; } }
    @media (min-width: 1300px) {
      .home .our-community > header .fsElementHeaderContent {
        padding: 0; } }
  .home .our-community > footer .fsElementFooterContent {
    margin-top: 50px; }
    .home .our-community > footer .fsElementFooterContent a {
      display: inline-block;
      border: 0;
      margin: 0 0 20px;
      padding: 15px 30px;
      background: #25346e;
      color: #ffffff;
      text-transform: uppercase;
      font-size: 15px;
      line-height: 18px;
      letter-spacing: 1.5px;
      font-weight: 600;
      outline: 0;
      border-radius: 0;
      transition: all 0.3s ease;
      padding: 20px 30px;
      width: 290px; }
      .home .our-community > footer .fsElementFooterContent a:hover {
        color: #ffffff; }
      .home .our-community > footer .fsElementFooterContent a:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        margin-left: 10px;
        display: inline-block; }
      .home .our-community > footer .fsElementFooterContent a:hover {
        background: #ff7e14; }
  .home .our-community .slick-arrow {
    border: 0;
    background-color: transparent;
    position: absolute;
    bottom: 300px;
    font-size: 0;
    height: 50px;
    width: 50px;
    margin-top: 45px;
    transition: all ease 0.3s;
    z-index: 300; }
    .home .our-community .slick-arrow:after {
      text-align: center;
      line-height: 50px;
      font-size: 35px;
      color: #ffffff;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); }
    .home .our-community .slick-arrow:hover {
      background-color: #9bc34b; }
      .home .our-community .slick-arrow:hover:after {
        color: #ffffff; }
    .home .our-community .slick-arrow.slick-prev {
      left: 60px; }
      @media (min-width: 700px) {
        .home .our-community .slick-arrow.slick-prev {
          left: 220px; } }
      @media (min-width: 900px) {
        .home .our-community .slick-arrow.slick-prev {
          left: 40px; } }
      .home .our-community .slick-arrow.slick-prev:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .home .our-community .slick-arrow.slick-next {
      right: 60px; }
      @media (min-width: 700px) {
        .home .our-community .slick-arrow.slick-next {
          right: 220px; } }
      @media (min-width: 900px) {
        .home .our-community .slick-arrow.slick-next {
          right: 40px; } }
      .home .our-community .slick-arrow.slick-next:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    @media (min-width: 500px) {
      .home .our-community .slick-arrow {
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: auto; }
        .home .our-community .slick-arrow:after {
          color: #e1e1e1;
          text-shadow: 0 0 0; } }
  .home .our-community .profiles-container .profile-slide {
    background-size: cover;
    background-position: center center;
    position: relative; }
    .home .our-community .profiles-container .profile-slide .fsElementContent {
      padding: 20px; }
      .home .our-community .profiles-container .profile-slide .fsElementContent header {
        font-family: "adobe-garamond-pro", serif;
        font-size: 24px;
        line-height: 32px; }
      .home .our-community .profiles-container .profile-slide .fsElementContent p {
        margin-bottom: 0; }
  .home .our-community .profiles-nav .profile-slide {
    height: 325px;
    background-size: cover;
    background-position: center center;
    position: relative; }
    .home .our-community .profiles-nav .profile-slide .fsElementContent {
      display: none; }
    .home .our-community .profiles-nav .profile-slide:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 1;
      transition: all ease-in-out 0.3s; }
    .home .our-community .profiles-nav .profile-slide:hover:before {
      content: '';
      opacity: 0;
      transition: all ease-in-out 0.3s; }

.home .sets-apart {
  padding: 30px 20px;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-color: #151b33; }
  .home .sets-apart > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    padding: 0 20px; }
    @media (min-width: 1300px) {
      .home .sets-apart > .fsElementContent {
        padding: 0; } }
  @media (min-width: 1100px) {
    .home .sets-apart {
      padding: 75px 20px; } }
  .home .sets-apart > header {
    margin-bottom: 50px; }
  .home .sets-apart > footer .fsElementFooterContent {
    padding: 0 20px;
    margin-top: 50px; }
    .home .sets-apart > footer .fsElementFooterContent a {
      display: inline-block;
      border: 0;
      margin: 0 0 20px;
      padding: 15px 30px;
      background: #25346e;
      color: #ffffff;
      text-transform: uppercase;
      font-size: 15px;
      line-height: 18px;
      letter-spacing: 1.5px;
      font-weight: 600;
      outline: 0;
      border-radius: 0;
      transition: all 0.3s ease;
      background-color: transparent;
      border: 1px solid #ffffff;
      padding: 20px;
      width: 100%; }
      .home .sets-apart > footer .fsElementFooterContent a:hover {
        color: #ffffff; }
      @media (min-width: 700px) {
        .home .sets-apart > footer .fsElementFooterContent a {
          width: 205px; }
          .home .sets-apart > footer .fsElementFooterContent a:first-of-type {
            margin-right: 50px; } }
      .home .sets-apart > footer .fsElementFooterContent a:hover {
        background: #ff7e14;
        border-color: #ff7e14; }
  .home .sets-apart .stat {
    padding: 20px;
    color: #ffffff;
    text-align: center;
    transition: all ease-in-out 0.3s; }
    .home .sets-apart .stat .fsElementHeaderContent {
      font-size: 40px;
      line-height: 46px;
      font-weight: 700;
      margin-bottom: 10px;
      transition: all ease-in-out 0.3s; }
      .home .sets-apart .stat .fsElementHeaderContent [class^="icon-"], .home .sets-apart .stat .fsElementHeaderContent [class*=" icon-"], .home .sets-apart .stat .fsElementHeaderContent [class*="fa"] {
        display: block;
        font-weight: 700;
        font-family: "proxima-nova", sans-serif !important; }
        .home .sets-apart .stat .fsElementHeaderContent [class^="icon-"]::before, .home .sets-apart .stat .fsElementHeaderContent [class*=" icon-"]::before, .home .sets-apart .stat .fsElementHeaderContent [class*="fa"]::before {
          display: block;
          margin-bottom: 7px;
          font-family: "IcoMoon";
          font-size: 75px;
          line-height: 75px;
          font-weight: 400;
          transition: all ease-in-out 0.3s; }
        .home .sets-apart .stat .fsElementHeaderContent [class^="icon-"].solid::before, .home .sets-apart .stat .fsElementHeaderContent [class*=" icon-"].solid::before, .home .sets-apart .stat .fsElementHeaderContent [class*="fa"].solid::before {
          font-weight: 700; }
        .home .sets-apart .stat .fsElementHeaderContent [class^="icon-"].light::before, .home .sets-apart .stat .fsElementHeaderContent [class*=" icon-"].light::before, .home .sets-apart .stat .fsElementHeaderContent [class*="fa"].light::before {
          font-weight: 300; }
      .home .sets-apart .stat .fsElementHeaderContent [class*="fa"]::before {
        font-family: 'Font Awesome 5 Free'; }
    .home .sets-apart .stat .fsElementFooterContent {
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: .5px;
      transition: all ease-in-out 0.3s; }
      .home .sets-apart .stat .fsElementFooterContent p {
        margin-bottom: 0; }
    .home .sets-apart .stat a {
      color: #ffffff;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1px; }
      .home .sets-apart .stat a:hover {
        text-decoration: underline; }
    .home .sets-apart .stat.blue {
      background-color: #25346e; }
    .home .sets-apart .stat.orange {
      background-color: #ff7e14; }
    .home .sets-apart .stat.green {
      background-color: #9bc34b; }
    .home .sets-apart .stat.teal {
      background-color: #3bb1b9; }

.home .cta-buttons {
  padding: 30px 20px;
  background-color: #e1e1e1; }
  .home .cta-buttons > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    padding: 0 20px; }
    @media (min-width: 1300px) {
      .home .cta-buttons > .fsElementContent {
        padding: 0; } }
  @media (min-width: 1100px) {
    .home .cta-buttons {
      padding: 75px 20px; } }

body:not(.fsDraftMode) .profiles-container {
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 200; }
  body:not(.fsDraftMode) .profiles-container > .fsElementContent.slick-initialized.slick-slider {
    width: 290px;
    margin: 0 auto; }
  body:not(.fsDraftMode) .profiles-container .profile-slide {
    height: 410px;
    width: 290px; }
    body:not(.fsDraftMode) .profiles-container .profile-slide .fsElementContent {
      position: absolute;
      bottom: 0;
      color: #ffffff;
      max-height: 200px;
      overflow: hidden; }
    body:not(.fsDraftMode) .profiles-container .profile-slide a {
      color: #ffffff;
      font-weight: 400; }
      body:not(.fsDraftMode) .profiles-container .profile-slide a:hover {
        text-decoration: underline; }
    body:not(.fsDraftMode) .profiles-container .profile-slide.blue .fsElementContent {
      background-color: #25346e; }
    body:not(.fsDraftMode) .profiles-container .profile-slide.orange .fsElementContent {
      background-color: #ff7e14; }
    body:not(.fsDraftMode) .profiles-container .profile-slide.green .fsElementContent {
      background-color: #9bc34b; }
    body:not(.fsDraftMode) .profiles-container .profile-slide.teal .fsElementContent {
      background-color: #3bb1b9; }

body:not(.fsDraftMode) .profiles-nav {
  position: relative;
  padding-top: 45px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s; }
  @media (min-width: 700px) {
    body:not(.fsDraftMode) .profiles-nav {
      opacity: 1;
      visibility: visible; } }

body:not(.fsDraftMode) .sets-apart {
  position: relative; }
  body:not(.fsDraftMode) .sets-apart header .fsElementTitle,
  body:not(.fsDraftMode) .sets-apart .fsElementContent,
  body:not(.fsDraftMode) .sets-apart footer .fsElementFooterContent {
    position: relative;
    z-index: 100; }
  body:not(.fsDraftMode) .sets-apart h2.fsElementTitle {
    color: #ffffff; }
  body:not(.fsDraftMode) .sets-apart:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 27, 51, 0.75);
    z-index: 1; }
  @media (min-width: 700px) {
    body:not(.fsDraftMode) .sets-apart > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-line-pack: stretch;
      align-content: stretch; } }
  body:not(.fsDraftMode) .sets-apart .stat {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    transition: all ease 0.3s; }
    @media (max-width: 1099px) {
      body:not(.fsDraftMode) .sets-apart .stat {
        cursor: pointer; } }
    body:not(.fsDraftMode) .sets-apart .stat header, body:not(.fsDraftMode) .sets-apart .stat footer {
      opacity: 1;
      visibility: visible;
      position: relative;
      transition: all ease-in-out 0.3s; }
    body:not(.fsDraftMode) .sets-apart .stat .fsElementContent {
      opacity: 0;
      visibility: hidden;
      transition: all ease 0.3s;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      right: 0;
      padding: 20px; }
    body:not(.fsDraftMode) .sets-apart .stat:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 700px) {
      body:not(.fsDraftMode) .sets-apart .stat {
        width: calc(50% - 30px);
        margin-bottom: 50px; }
        body:not(.fsDraftMode) .sets-apart .stat:nth-last-of-type(2) {
          margin-bottom: 0; }
        body:not(.fsDraftMode) .sets-apart .stat:last-of-type {
          margin-bottom: 0; } }
    @media (min-width: 900px) {
      body:not(.fsDraftMode) .sets-apart .stat {
        width: calc(25% - 30px); }
        body:not(.fsDraftMode) .sets-apart .stat:nth-last-of-type(3), body:not(.fsDraftMode) .sets-apart .stat:nth-last-of-type(4) {
          margin-bottom: 0; } }
    body:not(.fsDraftMode) .sets-apart .stat:hover {
      transition: all ease-in-out 0.3s; }
      body:not(.fsDraftMode) .sets-apart .stat:hover .fsElementContent {
        opacity: 1;
        visibility: visible;
        transition: all ease-in-out 0.3s; }
      body:not(.fsDraftMode) .sets-apart .stat:hover header, body:not(.fsDraftMode) .sets-apart .stat:hover footer {
        opacity: 0;
        visibility: hidden;
        transition: all ease-in-out 0.3s; }

body:not(.fsDraftMode) .cta-buttons ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 700px) {
    body:not(.fsDraftMode) .cta-buttons ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (min-width: 1100px) {
    body:not(.fsDraftMode) .cta-buttons ul {
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  body:not(.fsDraftMode) .cta-buttons ul li {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 700px) {
      body:not(.fsDraftMode) .cta-buttons ul li:first-of-type {
        margin-right: 20px; } }
    @media (min-width: 1100px) {
      body:not(.fsDraftMode) .cta-buttons ul li:first-of-type {
        margin-right: 0; } }
    body:not(.fsDraftMode) .cta-buttons ul li:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 700px) {
      body:not(.fsDraftMode) .cta-buttons ul li {
        width: calc(50% - 15px); } }
    @media (min-width: 1100px) {
      body:not(.fsDraftMode) .cta-buttons ul li {
        width: calc(33% - 10px);
        margin-bottom: 0; } }
    body:not(.fsDraftMode) .cta-buttons ul li a {
      display: inline-block;
      border: 0;
      margin: 0 0 20px;
      padding: 25px 40px;
      background: #25346e;
      color: #ffffff;
      text-transform: uppercase;
      font-size: 20px;
      line-height: 25px;
      letter-spacing: 1.5px;
      font-weight: 500;
      outline: 0;
      border-radius: 0;
      text-align: center;
      display: block;
      margin-bottom: 0;
      padding: 25px;
      color: #ffffff; }
      body:not(.fsDraftMode) .cta-buttons ul li a:hover {
        background: #1f2b5b;
        color: #ffffff; }
      body:not(.fsDraftMode) .cta-buttons ul li a:hover {
        background: #ff7e14; }
      body:not(.fsDraftMode) .cta-buttons ul li a:before {
        display: inline-block;
        margin-right: 10px; }
    body:not(.fsDraftMode) .cta-buttons ul li:first-of-type a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    body:not(.fsDraftMode) .cta-buttons ul li:nth-of-type(2) a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    body:not(.fsDraftMode) .cta-buttons ul li:last-of-type a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }

body.fsDraftMode.home #fsHeader .home-navbar {
  opacity: 0; }

body.fsDraftMode.home .profiles-container .profile-slide {
  color: #ffffff; }
  body.fsDraftMode.home .profiles-container .profile-slide header {
    font-size: 30px;
    line-height: 35px; }

body.fsDraftMode.home .sets-apart h2.fsElementTitle {
  color: #ffffff; }

.home .social-home {
  padding: 30px;
  position: relative;
  background: #e1e1e1; }
  .home .social-home > header {
    margin-bottom: 40px; }
    .home .social-home > header .fsElementHeaderContent {
      margin: 0 auto;
      max-width: 70vw;
      text-align: center; }
      @media (min-width: 900px) {
        .home .social-home > header .fsElementHeaderContent {
          font-size: 18px;
          line-height: 27px; } }
  .home .social-home .fsElementContent .feeds-home .feed-item {
    display: block;
    overflow: hidden; }
    .home .social-home .fsElementContent .feeds-home .feed-item .j-poster h3,
    .home .social-home .fsElementContent .feeds-home .feed-item .j-text .j-edit span,
    .home .social-home .fsElementContent .feeds-home .feed-item .j-text a,
    .home .social-home .fsElementContent .feeds-home .feed-item .j-poster .j-date,
    .home .social-home .fsElementContent .feeds-home .feed-item .j-meta .j-twitter-date,
    .home .social-home .fsElementContent .feeds-home .feed-item .j-twitter-text:before {
      color: #fff; }
  .home .social-home .fsElementContent .feeds-home .feed-item.j-facebook,
  .home .social-home .fsElementContent .feeds-home .feed-item.j-twitter,
  .home .social-home .fsElementContent .feeds-home .feed-item.j-instagram {
    height: 300px;
    color: #fff;
    font-weight: bold;
    border: 8px solid #fff !important; }
    .home .social-home .fsElementContent .feeds-home .feed-item.j-facebook .j-poster h3,
    .home .social-home .fsElementContent .feeds-home .feed-item.j-twitter .j-poster h3,
    .home .social-home .fsElementContent .feeds-home .feed-item.j-instagram .j-poster h3 {
      font-weight: bold; }
    .home .social-home .fsElementContent .feeds-home .feed-item.j-facebook .j-poster img,
    .home .social-home .fsElementContent .feeds-home .feed-item.j-twitter .j-poster img,
    .home .social-home .fsElementContent .feeds-home .feed-item.j-instagram .j-poster img {
      border-radius: 0 !important; }
  .home .social-home .fsElementContent .feeds-home .feed-item.j-facebook .j-image,
  .home .social-home .fsElementContent .feeds-home .feed-item.j-twitter .j-image,
  .home .social-home .fsElementContent .feeds-home .feed-item.j-twitter .j-twitter-intents {
    display: none; }
  .home .social-home .fsElementContent .feeds-home .feed-item.j-facebook:first-child {
    background: #ff7e14 !important; }
  .home .social-home .fsElementContent .feeds-home .feed-item.j-facebook:nth-child(2) {
    background: #9bc34b !important; }
  .home .social-home .fsElementContent .feeds-home .feed-item.j-twitter:first-child {
    background: #33b1b9 !important; }
  .home .social-home .fsElementContent .feeds-home .feed-item.j-twitter:nth-child(2) {
    background: #1e2b5b !important; }
  .home .social-home .fsElementContent .feeds-home .feed-item.j-instagram {
    padding: 0 !important; }
    .home .social-home .fsElementContent .feeds-home .feed-item.j-instagram .j-poster,
    .home .social-home .fsElementContent .feeds-home .feed-item.j-instagram .j-text .j-message {
      display: none;
      position: absolute; }
    .home .social-home .fsElementContent .feeds-home .feed-item.j-instagram .j-poster h3,
    .home .social-home .fsElementContent .feeds-home .feed-item.j-instagram .j-poster .j-date,
    .home .social-home .fsElementContent .feeds-home .feed-item.j-instagram .j-text a {
      color: #fff; }
    .home .social-home .fsElementContent .feeds-home .feed-item.j-instagram .j-text .j-meta {
      display: block;
      position: absolute;
      bottom: 20px;
      width: 100%;
      padding: 0 15px;
      transition: all 0s ease 0s; }
    .home .social-home .fsElementContent .feeds-home .feed-item.j-instagram .j-image:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: transparent; }
    .home .social-home .fsElementContent .feeds-home .feed-item.j-instagram .j-image img {
      margin-bottom: 0 !important; }
    .home .social-home .fsElementContent .feeds-home .feed-item.j-instagram:hover .j-poster {
      display: block;
      position: absolute;
      top: 30px;
      width: 100%;
      z-index: 9;
      padding: 0 15px;
      transition: all 0s ease 0s; }
    .home .social-home .fsElementContent .feeds-home .feed-item.j-instagram:hover .j-text {
      display: block; }
      .home .social-home .fsElementContent .feeds-home .feed-item.j-instagram:hover .j-text .j-message {
        display: block;
        position: absolute;
        top: 65px;
        max-height: 165px;
        overflow: hidden;
        color: #fff;
        padding: 0 15px;
        transition: all 0s ease 0s; }
    .home .social-home .fsElementContent .feeds-home .feed-item.j-instagram:hover .j-image:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      transition: all 0s ease 0s; }
  .home .social-home .fsElementContent .feeds-home.facebook-two .feed-item:first-child,
  .home .social-home .fsElementContent .feeds-home.twitter-two .feed-item:first-child {
    display: none; }
  .home .social-home .fsElementContent .feeds-home .j-paginate {
    display: none; }

@media (min-width: 900px) and (max-width: 1023px) {
  .home:not(.fsComposeMode) .social-home .fsThreeColumnLayout .fsDiv {
    width: 50%; } }

@media (min-width: 1024px) {
  .home:not(.fsComposeMode) .social-home {
    padding: 75px 20px 40px;
    height: 1000px; }
    .home:not(.fsComposeMode) .social-home > .fsElementContent {
      position: absolute;
      left: 5%;
      margin: 0 auto;
      padding: 0 20px; }
      .home:not(.fsComposeMode) .social-home > .fsElementContent .fsLayout .fsDiv {
        padding-left: 0;
        padding-right: 0; }
      .home:not(.fsComposeMode) .social-home > .fsElementContent .fsTwoColumnLayout .fsStyleColumn-last {
        margin-bottom: -40px; }
      .home:not(.fsComposeMode) .social-home > .fsElementContent .feeds-home.facebook-one {
        position: absolute;
        width: 350px;
        height: 300px;
        overflow: hidden; }
        .home:not(.fsComposeMode) .social-home > .fsElementContent .feeds-home.facebook-one .feed-item {
          padding-right: 40px; }
      .home:not(.fsComposeMode) .social-home > .fsElementContent .feeds-home.twitter-one {
        position: absolute;
        top: 40px;
        left: 325px;
        width: 350px;
        height: 300px;
        overflow: hidden; }
      .home:not(.fsComposeMode) .social-home > .fsElementContent .feeds-home.instagram-one {
        position: absolute;
        top: 0;
        left: 667px;
        width: 350px;
        overflow: hidden; }
        .home:not(.fsComposeMode) .social-home > .fsElementContent .feeds-home.instagram-one .feed-item {
          width: 300px; }
      .home:not(.fsComposeMode) .social-home > .fsElementContent .feeds-home.facebook-two {
        position: absolute;
        top: 315px;
        left: 120px;
        width: 350px;
        height: 300px;
        overflow: hidden; }
      .home:not(.fsComposeMode) .social-home > .fsElementContent .feeds-home.twitter-two {
        position: absolute;
        top: 315px;
        left: 530px;
        width: 350px;
        height: 300px;
        overflow: hidden; }
    .home:not(.fsComposeMode) .social-home > footer {
      position: absolute;
      left: 42%;
      bottom: 20px;
      max-width: 70vw; } }

@media (min-width: 1200px) {
  .home:not(.fsComposeMode) .social-home > .fsElementContent {
    left: 10%; } }

@media (min-width: 1400px) {
  .home:not(.fsComposeMode) .social-home > .fsElementContent {
    left: 15%; } }

@media (min-width: 1600px) {
  .home:not(.fsComposeMode) .social-home > .fsElementContent {
    left: 20%; } }

@media (min-width: 1800px) {
  .home:not(.fsComposeMode) .social-home > .fsElementContent {
    left: 25%; } }

@font-face {
  font-family: 'CampusMap';
  src: url("../fonts//CampusMap2/icomoon.eot");
  src: url("../fonts//CampusMap2/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts//CampusMap2/icomoon.woff2") format("woff2"), url("../fonts//CampusMap2/icomoon.woff") format("woff"), url("../fonts//CampusMap2/icomoon.ttf") format("truetype"), url("../fonts//CampusMap2/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

.campus-map .map-close-button {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 0;
  float: right;
  margin-left: 15px;
  position: relative;
  cursor: pointer;
  z-index: 1; }
  .campus-map .map-close-button:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: rgba(106, 113, 140, 0.7);
    transition: all ease 0.3s; }
  .campus-map .map-close-button:hover:before {
    color: #ff7e14; }

.campus-map #fsPageBodyWrapper {
  padding: 0;
  padding-top: 40px; }

.campus-map #fsPageBody {
  max-width: 100%; }

.campus-map .instructions {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  max-width: 1220px;
  padding: 0 20px; }

.campus-map .coordinates-popup {
  position: absolute;
  background: #FFF;
  color: #000;
  padding: 9px 5px;
  margin-top: -87px;
  margin-left: -310px;
  z-index: 399;
  width: 620px;
  height: 80px;
  text-align: center;
  border: 1px solid #000; }
  .campus-map .coordinates-popup:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff; }
  .campus-map .coordinates-popup .html-markup {
    display: block;
    margin: 5px; }
  .campus-map .coordinates-popup .copyButton.success:after {
    content: "\2714";
    margin-left: 5px; }

@media (min-width: 800px) {
  .campus-map.map-pop-active .map-pop-wrapper {
    width: 30px;
    height: 30px;
    right: 0;
    left: 100%;
    top: 50%;
    bottom: initial;
    -ms-transform: translateY(-35%) !important;
    transform: translateY(-35%) !important;
    background: none; } }

.campus-map .map-wrapper {
  width: 100%;
  height: auto;
  position: relative; }
  .campus-map .map-wrapper .map-container {
    position: relative;
    margin-bottom: 40px; }
    .campus-map .map-wrapper .map-container > .fsElementContent {
      position: relative; }
      .campus-map .map-wrapper .map-container > .fsElementContent img {
        display: block;
        width: 100%;
        height: auto; }

.campus-map .map-lead-in > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  max-width: 1220px;
  padding: 0 20px;
  margin-bottom: 40px; }

.campus-map .map-points, .campus-map .map-points ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.campus-map .map-points li {
  margin: 0;
  padding: 0; }

@media (min-width: 800px) {
  .campus-map .map-points.mobile {
    display: none; } }

.campus-map .map-points:not(.mobile) {
  display: none; }
  @media (min-width: 800px) {
    .campus-map .map-points:not(.mobile) {
      display: block; } }

@media (min-width: 800px) {
  .campus-map .map-points {
    text-align: center;
    font-size: 0.625rem; } }

.campus-map .map-points ul:not(.redactor-toolbar) {
  font-size: 0; }
  .campus-map .map-points ul:not(.redactor-toolbar) li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    counter-increment: li;
    transition: 0.3s all;
    visibility: hidden;
    opacity: 0;
    z-index: 398; }
    .campus-map .map-points ul:not(.redactor-toolbar) li.active-modal {
      visibility: visible;
      opacity: 1; }
    @media (min-width: 800px) {
      .campus-map .map-points ul:not(.redactor-toolbar) li {
        visibility: visible;
        opacity: 1; } }
    .campus-map .map-points ul:not(.redactor-toolbar) li:hover {
      z-index: 1; }
    .campus-map .map-points ul:not(.redactor-toolbar) li:before {
      border-radius: 100%; }
    .campus-map .map-points ul:not(.redactor-toolbar) li a {
      display: block;
      position: relative; }
      .campus-map .map-points ul:not(.redactor-toolbar) li a:hover:before {
        background: #ffffff; }
      .campus-map .map-points ul:not(.redactor-toolbar) li a:hover .map-text {
        background: rgba(22, 48, 82, 0.9);
        -ms-transform: scale(1) translate(-50%, -10%);
        transform: scale(1) translate(-50%, -10%);
        opacity: 1;
        visibility: visible; }
      .campus-map .map-points ul:not(.redactor-toolbar) li a span.marker {
        border-radius: 100%;
        transition: all 0.3s ease;
        display: inline-block;
        vertical-align: bottom;
        color: #6a718c;
        width: 30px;
        height: 30px;
        line-height: 28px;
        text-align: center;
        font-size: 1.125rem;
        z-index: 1;
        position: relative;
        font-weight: 600; }
        .campus-map .map-points ul:not(.redactor-toolbar) li a span.marker:after {
          content: '\e900';
          font-family: 'CampusMap';
          width: 30px;
          height: 30px;
          display: block;
          color: rgba(255, 255, 255, 0.96);
          text-shadow: 1px 0px 8px #4c4b4b;
          position: absolute;
          top: 5px;
          left: -10px;
          font-size: 50px;
          z-index: -1; }
      .campus-map .map-points ul:not(.redactor-toolbar) li a .map-text {
        bottom: 100%;
        font-size: 0.875rem;
        color: #FFF;
        padding: 5px;
        position: absolute;
        left: 50%;
        border-radius: 5px;
        white-space: nowrap;
        -ms-transform: scale(0.95) translate(-50%, 100%);
        transform: scale(0.95) translate(-50%, 100%);
        opacity: 0;
        visibility: hidden;
        z-index: 0;
        transition: all 0.3s ease; }

.campus-map .map-key {
  margin: 40px 0 20px 0;
  padding: 40px 20px;
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  max-width: 1220px; }
  .campus-map .map-key ul:not(.redactor-toolbar) {
    padding: 0;
    margin: 0;
    list-style: none; }
    .campus-map .map-key ul:not(.redactor-toolbar) li {
      padding: 10px 5px;
      margin: 0 -3px 2px;
      display: inline-block;
      width: 25%;
      vertical-align: top; }
      @media (max-width: 800px) {
        .campus-map .map-key ul:not(.redactor-toolbar) li {
          width: 50%; } }
      @media (max-width: 500px) {
        .campus-map .map-key ul:not(.redactor-toolbar) li {
          width: 100%;
          margin: 5px 0; } }
      .campus-map .map-key ul:not(.redactor-toolbar) li:before {
        box-shadow: 1px 0px 4px #020202;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        margin-right: 15px;
        background: rgba(255, 255, 255, 0.96);
        color: #25346e;
        width: 30px;
        height: 30px;
        font-size: 18px;
        border-radius: 100%; }
      @media screen and (min-width: 600px) {
        .campus-map .map-key ul:not(.redactor-toolbar) li {
          page-break-inside: avoid;
          break-inside: avoid-column; } }

.campus-map .map-detail {
  font-family: "proxima-nova", sans-serif;
  color: #6d6d6d;
  font-size: 16px; }
  @media (min-width: 800px) {
    .campus-map .map-detail {
      position: relative; } }
  @media (min-width: 800px) {
    .campus-map .map-detail .slick-list {
      height: 100% !important; } }
  .campus-map .map-detail .slick-dots {
    list-style: none;
    font-size: 0;
    margin: 0;
    padding: 15px 20px;
    display: none !important;
    line-height: 1;
    text-align: center; }
    @media (min-width: 800px) {
      .campus-map .map-detail .slick-dots {
        display: block !important; } }
    .campus-map .map-detail .slick-dots li {
      display: inline-block;
      vertical-align: bottom;
      font-size: 0; }
      .campus-map .map-detail .slick-dots li:not(:last-child) {
        margin-right: 10px; }
      .campus-map .map-detail .slick-dots li.slick-active button {
        background: #35c9d7;
        opacity: 1; }
      .campus-map .map-detail .slick-dots li button {
        padding: 0;
        opacity: 0.6;
        background: #b2b2b2;
        width: 10px;
        height: 10px;
        border: 0;
        border-radius: 100%;
        transition: 0.3s background; }
        .campus-map .map-detail .slick-dots li button:hover {
          background: #35c9d7;
          opacity: 1; }
  .campus-map .map-detail .fsSlideImage {
    width: 100%;
    border-radius: 4px;
    margin-top: 20px;
    display: block;
    background-position: center center;
    background-size: cover;
    position: relative; }
    @media screen and (max-width: 799px) {
      .campus-map .map-detail .fsSlideImage {
        background-image: none !important; } }
    .campus-map .map-detail .fsSlideImage img {
      display: block;
      width: 100%;
      height: auto;
      opacity: 1;
      visibility: visible; }
      @media (min-width: 800px) {
        .campus-map .map-detail .fsSlideImage img {
          opacity: 0;
          visibility: hidden; } }
  .campus-map .map-detail .fsCaptionTitleWrapper .fsSlideTitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block; }
  .campus-map .map-detail .fsCaptionDescWrapper {
    padding: 0;
    line-height: 1.5;
    background: none;
    color: #5e5e5e; }
    @media (min-width: 800px) {
      .campus-map .map-detail .fsCaptionDescWrapper {
        background: none; } }
    .campus-map .map-detail .fsCaptionDescWrapper .fsSlideDescription p:last-child {
      margin-bottom: 0; }

.campus-map.map-pop-active .map-pop-wrapper {
  opacity: 1;
  -ms-transform: translateX(0);
  transform: translateX(0);
  margin-top: 20px; }
  @media (min-width: 800px) {
    .campus-map.map-pop-active .map-pop-wrapper {
      margin-top: 0; } }
  @media (max-width: 799px) {
    .campus-map.map-pop-active .map-pop-wrapper {
      top: initial !important;
      left: initial !important;
      max-width: 350px;
      margin: 20px auto 0; } }

.campus-map .map-pop-wrapper {
  position: relative; }
  @media (min-width: 800px) {
    .campus-map .map-pop-wrapper {
      margin: 0;
      margin-left: 50px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      background: #FFF;
      opacity: 0;
      z-index: 399;
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      width: 100%;
      max-width: 540px; }
      .campus-map .map-pop-wrapper:before {
        content: '';
        position: absolute;
        left: -10px;
        top: 5px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #fff;
        z-index: 400; }
      .campus-map .map-pop-wrapper.flip:before {
        content: '';
        position: absolute;
        left: auto;
        right: -230px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 0;
        border-left: 10px solid #fff;
        z-index: 400; }
      .campus-map .map-pop-wrapper .map-pop-container {
        position: relative;
        width: 250px;
        padding: 20px 20px 25px;
        height: auto;
        -ms-transform: translateY(-30%);
        transform: translateY(-30%);
        top: 50%;
        background: #fff;
        border-radius: 4px;
        box-shadow: 1px 0px 8px #4c4b4b; } }
  .campus-map .map-pop-wrapper .map-close {
    display: none !important; }

.campus-map .locations-container {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding: 35px 0; }
  .campus-map .locations-container > header h2.fsElementTitle {
    text-align: center;
    margin-bottom: 30px; }

.campus-map .locations {
  margin-bottom: 50px;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  margin: 0 -3px 50px; }
  @media (max-width: 799px) {
    .campus-map .locations {
      width: 50%;
      margin-bottom: 40px; } }
  @media (max-width: 600px) {
    .campus-map .locations {
      width: 100%;
      margin: 0 0 30px;
      margin-bottom: 30px; } }
  .campus-map .locations.category-1 header h2.fsElementTitle,
  .campus-map .locations.category-1 span.marker {
    color: #25346e; }
  .campus-map .locations.category-2 header h2.fsElementTitle,
  .campus-map .locations.category-2 span.marker {
    color: #ff7e14; }
  .campus-map .locations.category-3 header h2.fsElementTitle,
  .campus-map .locations.category-3 span.marker {
    color: #9bc34b; }
  .campus-map .locations.category-4 header h2.fsElementTitle,
  .campus-map .locations.category-4 span.marker {
    color: #3bb1b9; }
  .campus-map .locations.category-5 header h2.fsElementTitle,
  .campus-map .locations.category-5 span.marker {
    color: #25346e; }
  .campus-map .locations.category-6 header h2.fsElementTitle,
  .campus-map .locations.category-6 span.marker {
    color: #ff7e14; }
  .campus-map .locations.category-7 header h2.fsElementTitle,
  .campus-map .locations.category-7 span.marker {
    color: #9bc34b; }
  .campus-map .locations.category-8 header h2.fsElementTitle,
  .campus-map .locations.category-8 span.marker {
    color: #3bb1b9; }
  .campus-map .locations a {
    color: #6a718c; }
    .campus-map .locations a:hover {
      color: #3bb1b9; }
  .campus-map .locations ul, .campus-map .locations ul ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .campus-map .locations ul li {
    margin: 0;
    padding: 0; }
  .campus-map .locations header h2.fsElementTitle {
    font-size: 18px;
    line-height: 24px;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 12px;
    font-weight: 600; }
    .campus-map .locations header h2.fsElementTitle:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 75px;
      max-width: 100%;
      height: 1px;
      background: #cccccc; }
  .campus-map .locations span.marker {
    display: inline-block;
    padding-right: 5px;
    font-weight: 500; }
    .campus-map .locations span.marker:after {
      content: "-";
      display: inline-block;
      margin-left: 5px;
      color: #6a718c !important; }

.campus-map .map-points .link-1 span.marker {
  color: #25346e !important; }

.campus-map .map-points .link-2 span.marker {
  color: #ff7e14 !important; }

.campus-map .map-points .link-3 span.marker {
  color: #9bc34b !important; }

.campus-map .map-points .link-4 span.marker {
  color: #3bb1b9 !important; }

.campus-map .map-points .link-5 span.marker {
  color: #25346e !important; }

.campus-map .map-points .link-6 span.marker {
  color: #ff7e14 !important; }

.campus-map .map-points .link-7 span.marker {
  color: #9bc34b !important; }

.campus-map .map-points .link-8 span.marker {
  color: #3bb1b9 !important; }

body.campus-map.fsComposeMode .coordinates-popup {
  display: none; }

body.campus-map.fsComposeMode .locations {
  width: 100% !important;
  display: block;
  margin: 0 !important; }

body.campus-map.fsComposeMode .map-key {
  display: none; }

body.campus-map.fsComposeMode .map-points {
  text-align: left; }
  body.campus-map.fsComposeMode .map-points ul:not(.redactor-toolbar) {
    font-size: 16px; }
    body.campus-map.fsComposeMode .map-points ul:not(.redactor-toolbar) li {
      position: static;
      opacity: 1;
      visibility: visible; }
      body.campus-map.fsComposeMode .map-points ul:not(.redactor-toolbar) li:not(:last-child) {
        margin-bottom: 10px; }
      body.campus-map.fsComposeMode .map-points ul:not(.redactor-toolbar) li .map-text {
        position: static;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        visibility: visible;
        color: inherit;
        border-radius: 0;
        white-space: normal; }

.portal-page .fsTwoColumnWideRightLayout > .fsDiv > .fsElement + .fsElement {
  margin-top: 2em; }

.layout_17 form table {
  background-color: transparent; }

#poweredby, #acct_bar {
  display: none; }

.hasLeftbanner #contentdiv {
  -ms-flex-order: 1;
  order: 1;
  width: 100%; }
  @media (min-width: 700px) {
    .hasLeftbanner #contentdiv {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 280px); } }

.layout_17 {
  background: #fff; }
  .layout_17 body, .layout_17 font {
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #6a718c; }
  .layout_17 #mainmiddle {
    display: -ms-flexbox;
    display: flex; }
  .layout_17 #contentdiv #retailprice b {
    color: #3bb1b9; }
  .layout_17 #contentdiv #billingInfo, .layout_17 #contentdiv #shippingInfo {
    width: 100%;
    float: none;
    margin-right: 0;
    padding-left: 0;
    border-right: 0 none; }
  .layout_17 #contentdiv #checkoutForm input[type="text"], .layout_17 #contentdiv #checkoutForm input[type="password"], .layout_17 #contentdiv #checkoutForm select {
    width: 100%; }
  .layout_17 form table tr {
    padding: 0;
    display: table-row; }
    .layout_17 form table tr td {
      width: auto;
      display: table-cell; }
  .layout_17 table[bgcolor="#eeeeee"] {
    padding: 20px;
    display: block; }
  .layout_17 .buttons, .layout_17 #checkoutForm input[type="submit"] {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 15px 30px;
    background: #25346e;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 1.5px;
    font-weight: 600;
    outline: 0;
    border-radius: 0;
    transition: all 0.3s ease;
    width: auto !important;
    margin: 20px; }
    .layout_17 .buttons:hover, .layout_17 #checkoutForm input[type="submit"]:hover {
      color: #ffffff; }
  .layout_17 #checkoutForm label[for] {
    font-size: 16px; }
  .layout_17 #checkoutForm input[type="text"], .layout_17 #checkoutForm input[type="password"], .layout_17 #checkoutForm select {
    border: 1px solid #3bb1b9;
    height: 35px;
    border-radius: 3px; }
  .layout_17.pagetype_item form[name="addtocart"] table tr:first-child td[colspan="3"] b {
    margin-top: 0;
    font-weight: normal;
    font-size: 28px;
    line-height: 34px;
    font-family: "adobe-garamond-pro", serif;
    color: #25346e;
    margin-bottom: 15px; }
  .layout_17 #leftbanner {
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 700px) {
      .layout_17 #leftbanner {
        padding-right: 40px;
        width: 280px;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0; } }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner .layout_17 #leftbanner {
        -ms-flex-order: 1;
        order: 1;
        padding-right: 20px;
        width: 200px; } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner .layout_17 #leftbanner {
        padding-right: 40px;
        width: 280px; } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner .layout_17 #leftbanner {
        -ms-flex-order: 1;
        order: 1;
        padding-right: 20px;
        width: 200px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .layout_17 #leftbanner {
        padding-right: 40px;
        width: 280px; } }

.summer-camp .fsTagFilter li,
.summer-camp .fsCategoryFilter li {
  margin: 0 10px 10px 0;
  padding: 0; }
  .summer-camp .fsTagFilter li.fsStateSelected a,
  .summer-camp .fsCategoryFilter li.fsStateSelected a {
    background: #0f75bc;
    color: #fff; }

.summer-camp .fsTagFilter li a,
.summer-camp .fsCategoryFilter li a {
  background: transparent;
  border: 2px solid #0f75bc;
  border-radius: 7px;
  color: #0f75bc;
  font-size: 16px;
  margin: 0;
  padding: 5px 15px; }
  .summer-camp .fsTagFilter li a:hover, .summer-camp .fsTagFilter li a:focus,
  .summer-camp .fsCategoryFilter li a:hover,
  .summer-camp .fsCategoryFilter li a:focus {
    background: #0f75bc;
    color: #fff; }

.summer-camp .fsSearch .fsElementToolsSearchButton {
  background: #0f75bc; }
  .summer-camp .fsSearch .fsElementToolsSearchButton:hover, .summer-camp .fsSearch .fsElementToolsSearchButton:focus {
    background: #0c5d96;
    color: #fff !important; }

.summer-camp .fsPostElement .fsListItems {
  margin: 0 -10px; }
  @media (max-width: 599px) {
    .summer-camp .fsPostElement .fsListItems {
      margin: 0; } }

.summer-camp .fsPostElement article {
  background: rgba(225, 225, 225, 0.25);
  border-radius: 7px;
  margin: 0 10px 20px;
  width: calc(25% - 20px);
  padding: 15px; }
  @media (max-width: 999px) {
    .summer-camp .fsPostElement article {
      width: calc(33% - 20px); } }
  @media (max-width: 999px) {
    .summer-camp .fsPostElement article {
      width: calc(50% - 20px); } }
  @media (max-width: 599px) {
    .summer-camp .fsPostElement article {
      width: 100%;
      margin: 0 0 20px; } }

.summer-camp .fsPostElement .fsTitle {
  color: #0f75bc;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px; }
  .summer-camp .fsPostElement .fsTitle a {
    color: #0f75bc; }
    .summer-camp .fsPostElement .fsTitle a:hover, .summer-camp .fsPostElement .fsTitle a:focus {
      text-decoration: underline; }

.summer-camp .fsPostElement.fsElementDialog article {
  background: transparent;
  width: 100%;
  margin: 0;
  padding: 0; }

/*! 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%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 22.22222%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 11.11111%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #6a718c;
      color: #6a718c; }
      .colors ol li:nth-of-type(1):after {
        content: "#6a718c"; }
    .colors ol li:nth-of-type(2) {
      background: #25346e;
      color: #25346e; }
      .colors ol li:nth-of-type(2):after {
        content: "#25346e"; }
    .colors ol li:nth-of-type(3) {
      background: #ff7e14;
      color: #ff7e14; }
      .colors ol li:nth-of-type(3):after {
        content: "#ff7e14"; }
    .colors ol li:nth-of-type(4) {
      background: #9bc34b;
      color: #9bc34b; }
      .colors ol li:nth-of-type(4):after {
        content: "#9bc34b"; }
    .colors ol li:nth-of-type(5) {
      background: #3bb1b9;
      color: #3bb1b9; }
      .colors ol li:nth-of-type(5):after {
        content: "#3bb1b9"; }
    .colors ol li:nth-of-type(6) {
      background: #151b33;
      color: #151b33; }
      .colors ol li:nth-of-type(6):after {
        content: "#151b33"; }
    .colors ol li:nth-of-type(7) {
      background: #1e2b5b;
      color: #1e2b5b; }
      .colors ol li:nth-of-type(7):after {
        content: "#1e2b5b"; }
    .colors ol li:nth-of-type(8) {
      background: #4b4d53;
      color: #4b4d53; }
      .colors ol li:nth-of-type(8):after {
        content: "#4b4d53"; }
    .colors ol li:nth-of-type(9) {
      background: #e1e1e1;
      color: #e1e1e1; }
      .colors ol li:nth-of-type(9):after {
        content: "#e1e1e1"; }

.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-garamond-pro", serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "adobe-garamond-pro, serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "proxima-nova", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "proxima-nova, sans-serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(5) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(5):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(6) {
      font-family: "FontAwesome"; }
      .fonts ol li:nth-of-type(6):after {
        content: "FontAwesome"; }
    .fonts ol li:nth-of-type(7) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(7):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

.headers h1:after {
  content: " size: 40px / line: 45px"; }

.headers h2:after {
  content: " size: 34px / line: 40px"; }

.headers h3:after {
  content: " size: 28px / line: 34px"; }

.headers h4:after {
  content: " size: 24px / line: 32px"; }

.headers h5:after {
  content: " size: 18px / line: 24px"; }

.headers h6:after {
  content: " size: 15px / line: 18px"; }

.fsSlideshow .fsNextButton::before,
.fsSlideshow .fsPrevButton::before {
  font-size: 45px;
  color: #ced1da;
  transition: all ease 0.3s; }

.fsSlideshow .fsNextButton:hover:before,
.fsSlideshow .fsPrevButton:hover:before {
  color: #3bb1b9; }

.fsSlideshow .fsPrevButton::before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.fsSlideshow .fsNextButton::before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.fsSlideshow .fsElementSlideshow[data-arrows*="true"] {
  padding: calc(45px - 1em) 45px; }

.fsSlideshow .fsPager li {
  width: 15px; }
  .fsSlideshow .fsPager li button:before {
    font-size: 40px;
    opacity: 1;
    color: #ced1da;
    transition: all ease 0.3s; }
  .fsSlideshow .fsPager li button:hover:before {
    color: #3bb1b9; }
  .fsSlideshow .fsPager li.slick-active button:before {
    opacity: 1;
    color: #ff7e14; }

.fsFeeds.feeds-styled .feed-item.j-facebook {
  border-bottom: 15px solid #1e2b5b !important; }
  .fsFeeds.feeds-styled .feed-item.j-facebook .j-poster h3 {
    color: #1e2b5b; }
  .fsFeeds.feeds-styled .feed-item.j-facebook .j-text a {
    color: #1e2b5b; }

.fsFeeds.feeds-styled .feed-item.j-twitter {
  border-bottom: 15px solid #33b1b9 !important; }

.fsFeeds.feeds-styled .feed-item.j-instagram {
  padding: 0 !important; }
  .fsFeeds.feeds-styled .feed-item.j-instagram .j-poster {
    display: none;
    position: absolute; }
    .fsFeeds.feeds-styled .feed-item.j-instagram .j-poster h3,
    .fsFeeds.feeds-styled .feed-item.j-instagram .j-poster .j-date {
      color: #fff; }
  .fsFeeds.feeds-styled .feed-item.j-instagram .j-text a {
    color: #fff; }
  .fsFeeds.feeds-styled .feed-item.j-instagram .j-text .j-message {
    display: none;
    position: absolute; }
  .fsFeeds.feeds-styled .feed-item.j-instagram .j-text .j-meta {
    display: block;
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0 15px;
    transition: all 0s ease 0s; }
  .fsFeeds.feeds-styled .feed-item.j-instagram .j-image:before {
    content: '';
    position: absolute;
    background: transparent;
    width: 100%;
    height: 100%; }
  .fsFeeds.feeds-styled .feed-item.j-instagram .j-image img {
    margin-bottom: 0 !important; }
  .fsFeeds.feeds-styled .feed-item.j-instagram:hover .j-poster {
    display: block;
    position: absolute;
    top: 30px;
    z-index: 9;
    width: 100%;
    padding: 0 15px;
    transition: all 0s ease 0s; }
  .fsFeeds.feeds-styled .feed-item.j-instagram:hover .j-text {
    display: block; }
    .fsFeeds.feeds-styled .feed-item.j-instagram:hover .j-text .j-message {
      display: block;
      position: absolute;
      top: 150px;
      color: #fff;
      padding: 0 15px;
      transition: all 0s ease 0s; }
  .fsFeeds.feeds-styled .feed-item.j-instagram:hover .j-image:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    transition: all 0s ease 0s; }

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  .fsThumbnail {
    display: none !important; }
  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100%; }
  html {
    font-size: 100%;
    /* for IE */ }
  body {
    font-size: 62.5%; }
  #fsHeader {
    border-bottom: 2px solid #000; }
    #fsHeader .site-name {
      margin-top: 0;
      font-weight: normal;
      font-size: 40px;
      line-height: 45px;
      font-family: "adobe-garamond-pro", serif;
      color: #25346e;
      margin-bottom: 20px; }
  * {
    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; } }
