@charset "UTF-8";
 /**
 *
 * Walnut Hill School for the Arts - default_16
 * @link http://redesign-2016---walnut-hill-579.walnuthill.finalsite.com/
 * Site Template : newclientcustom
 * Built By: Stephen Petrus
 * Project Manager: Jamie
 * Designer: Nathan Lyttle
 * ==== Git Info ====
 * Branch Name: clients/walnuthill
 * Build version: 3.2.6
 * Git Tag: 
 * Last build by: Jon Brooks
 *
 **/

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

@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
		}

		.parent {
				@include drop(".dropdown", true, ".drop-class"); //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
		}

*/
/*! helpers - typography v0.0.1 */
/*! content - html v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("../fonts//icomoon.eot");
  src: url("../fonts//icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts//icomoon.woff2") format("woff2"), url("../fonts//icomoon.woff") format("woff"), url("../fonts//icomoon.ttf") format("truetype"), url("../fonts//icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

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

h1,
.alpha {
  color: #393a3e;
  margin-top: 0;
  font-weight: normal;
  color: #393a3e;
  font-size: 50px;
  line-height: normal;
  margin-bottom: 37px; }

h2, .welcome h2.fsElementTitle, .admissions-team > header,
.beta {
  color: #393a3e;
  margin-top: 0;
  font-weight: normal;
  color: #502850;
  font-size: 31px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 17px; }

h3,
.gamma {
  color: #393a3e;
  margin-top: 0;
  font-weight: normal;
  border-top: 4px solid #e9e9ea;
  padding-top: 10px;
  color: #393a3e;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 16px; }

h4, .steps-container > header > h2.fsElementTitle, .welcome .steps-container > header > h2.fsElementTitle, .steps-container > header.admissions-team > header.fsElementTitle,
.delta {
  color: #393a3e;
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 17px; }

h5,
.epsilon {
  color: #393a3e;
  margin-top: 0;
  font-weight: normal;
  font-size: 17px;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 17px; }

h6,
.zeta {
  color: #393a3e;
  margin-top: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 13px; }

main img[style*="float: left"] {
  margin-right: 20px;
  margin-bottom: 20px; }

main img[style*="float: right"] {
  margin-left: 20px;
  margin-bottom: 20px; }

p {
  margin: 0 0 26px; }

hr {
  margin: 0 auto 20px; }

a {
  outline: 0;
  text-decoration: none;
  color: #e18a3d;
  transition: background .3s, color .3s; }
  a:hover {
    color: #502850; }

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

table.fs_style_34 {
  margin-bottom: 20px;
  width: 100%; }
  table.fs_style_34 td {
    padding: 7px 20px 9px;
    color: #6a6c72;
    background-color: #f5f5f5; }
    table.fs_style_34 tr:nth-of-type(odd) td {
      background-color: #fdfcfc; }
  table.fs_style_34 tr:first-of-type td {
    padding-top: 13px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #502850; }

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

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

/*! content - buttons v0.0.1 */
.fsLoadMoreButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 8px 27px 7px;
  border: 2px solid #502850;
  outline: 0;
  color: #502850;
  font-size: 11px;
  font-weight: 700;
  font-family: "museo-sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  background: #ffffff;
  text-shadow: none; }
  .fsLoadMoreButton:hover, .fsLoadMoreButton:focus {
    border-color: #3f203f;
    color: #502850;
    background: #f2f2f2; }
  .fsLoadMoreButton.fs_style_33 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-width: 4px;
    font-size: 16px;
    letter-spacing: 0.06em; }
    .fsLoadMoreButton.fs_style_33 em {
      display: block;
      margin-top: 2px;
      padding-bottom: 3px;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      letter-spacing: 0.01em; }
  .fsLoadMoreButton.fs_style_36 {
    display: block;
    width: 100%; }

.fs_style_29 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 8px 27px 7px;
  border: 2px solid #502850;
  outline: 0;
  color: #502850;
  font-size: 11px;
  font-weight: 700;
  font-family: "museo-sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  background: transparent; }
  .fs_style_29:hover, .fs_style_29:focus {
    border-color: #3f203f;
    color: #502850;
    background: rgba(0, 0, 0, 0); }
  .fs_style_29.fs_style_33 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-width: 4px;
    font-size: 16px;
    letter-spacing: 0.06em; }
    .fs_style_29.fs_style_33 em {
      display: block;
      margin-top: 2px;
      padding-bottom: 3px;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      letter-spacing: 0.01em; }
  .fs_style_29.fs_style_36 {
    display: block;
    width: 100%; }
  .fs_style_29:hover {
    background-color: #502850;
    color: #ffffff; }
  .fs_style_29.fs_style_33:hover em {
    color: #ffffff; }
  .fs_style_29.fs_style_33 em {
    color: #7b7b7d;
    transition: color 0.3s ease; }

.fs_style_30 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 8px 27px 7px;
  border: 2px solid #502850;
  outline: 0;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  font-family: "museo-sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  background: #502850; }
  .fs_style_30:hover, .fs_style_30:focus {
    border-color: #3f203f;
    color: #ffffff;
    background: #3f203f; }
  .fs_style_30.fs_style_33 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-width: 4px;
    font-size: 16px;
    letter-spacing: 0.06em; }
    .fs_style_30.fs_style_33 em {
      display: block;
      margin-top: 2px;
      padding-bottom: 3px;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      letter-spacing: 0.01em; }
  .fs_style_30.fs_style_36 {
    display: block;
    width: 100%; }

.fs_style_31 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 8px 27px 7px;
  border: 2px solid #FCAF17;
  outline: 0;
  color: #502850;
  font-size: 11px;
  font-weight: 700;
  font-family: "museo-sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  background: #FCAF17; }
  .fs_style_31:hover, .fs_style_31:focus {
    border-color: #f6a503;
    color: #502850;
    background: #f6a503; }
  .fs_style_31.fs_style_33 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-width: 4px;
    font-size: 16px;
    letter-spacing: 0.06em; }
    .fs_style_31.fs_style_33 em {
      display: block;
      margin-top: 2px;
      padding-bottom: 3px;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      letter-spacing: 0.01em; }
  .fs_style_31.fs_style_36 {
    display: block;
    width: 100%; }

.fs_style_32 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 8px 27px 7px;
  border: 2px solid #00857A;
  outline: 0;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  font-family: "museo-sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  background: #00857A; }
  .fs_style_32:hover, .fs_style_32:focus {
    border-color: #006c63;
    color: #ffffff;
    background: #006c63; }
  .fs_style_32.fs_style_33 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-width: 4px;
    font-size: 16px;
    letter-spacing: 0.06em; }
    .fs_style_32.fs_style_33 em {
      display: block;
      margin-top: 2px;
      padding-bottom: 3px;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      letter-spacing: 0.01em; }
  .fs_style_32.fs_style_36 {
    display: block;
    width: 100%; }

.fs_style_37 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 8px 27px 7px;
  border: 2px solid #b1afa9;
  outline: 0;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  font-family: "museo-sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  background: #b1afa9; }
  .fs_style_37:hover, .fs_style_37:focus {
    border-color: #a5a39c;
    color: #ffffff;
    background: #a5a39c; }
  .fs_style_37.fs_style_33 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-width: 4px;
    font-size: 16px;
    letter-spacing: 0.06em; }
    .fs_style_37.fs_style_33 em {
      display: block;
      margin-top: 2px;
      padding-bottom: 3px;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      letter-spacing: 0.01em; }
  .fs_style_37.fs_style_36 {
    display: block;
    width: 100%; }

.fs_style_40 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 8px 27px 7px;
  border: 2px solid #E01A84;
  outline: 0;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  font-family: "museo-sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  background: #E01A84; }
  .fs_style_40:hover, .fs_style_40:focus {
    border-color: #c91777;
    color: #ffffff;
    background: #c91777; }
  .fs_style_40.fs_style_33 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-width: 4px;
    font-size: 16px;
    letter-spacing: 0.06em; }
    .fs_style_40.fs_style_33 em {
      display: block;
      margin-top: 2px;
      padding-bottom: 3px;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      letter-spacing: 0.01em; }
  .fs_style_40.fs_style_36 {
    display: block;
    width: 100%; }

.fs_style_41 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 8px 27px 7px;
  border: 2px solid #347AB7;
  outline: 0;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  font-family: "museo-sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  background: #347AB7; }
  .fs_style_41:hover, .fs_style_41:focus {
    border-color: #2e6da3;
    color: #ffffff;
    background: #2e6da3; }
  .fs_style_41.fs_style_33 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-width: 4px;
    font-size: 16px;
    letter-spacing: 0.06em; }
    .fs_style_41.fs_style_33 em {
      display: block;
      margin-top: 2px;
      padding-bottom: 3px;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      letter-spacing: 0.01em; }
  .fs_style_41.fs_style_36 {
    display: block;
    width: 100%; }

/*! content - style manger v0.0.1 */
.lead-in,
.fs_style_24 {
  color: #393a3e;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.0185em;
  margin-bottom: 31px; }

blockquote {
  position: relative;
  margin: 20px 0;
  font-size: 1em;
  line-height: 1.2em; }
  blockquote:before {
    position: absolute;
    right: 100%;
    top: 0;
    content: '\201C'; }

cite {
  display: block;
  margin: 0 0 20px;
  font-style: normal; }
  cite:before {
    content: '- '; }

.callout {
  padding: 20px;
  background: #363636;
  color: #fff; }
  .callout.left {
    float: left;
    margin-left: 20px; }
    @media (min-width: 500px) {
      .callout.left {
        width: 50%; } }
  .callout.right {
    float: right;
    margin-right: 20px; }
    @media (min-width: 500px) {
      .callout.right {
        width: 50%; } }

.fs_style_26,
.fs_style_38 {
  width: 100%;
  position: relative;
  color: #502850;
  font-size: 22px;
  line-height: 34px;
  font-weight: 700; }
  @media (min-width: 600px) {
    .fs_style_26,
    .fs_style_38 {
      width: calc(50% + 15px); } }
  p > .fs_style_26, p >
  .fs_style_38 {
    margin-top: 30px;
    margin-bottom: 20px; }
    @media (max-width: 599px) {
      p > .fs_style_26, p >
      .fs_style_38 {
        display: inline-block; } }
  .fs_style_26:before,
  .fs_style_38:before {
    content: '';
    display: block;
    width: 4px;
    position: absolute;
    top: 6px;
    bottom: 3px;
    background-color: #502850; }
  .fs_style_26.fs_style_39,
  .fs_style_38.fs_style_39 {
    color: #ffffff; }
    .fs_style_26.fs_style_39:before,
    .fs_style_38.fs_style_39:before {
      background-color: #ffffff; }

.fs_style_26 {
  padding-left: 25px; }
  @media (min-width: 600px) {
    .fs_style_26 {
      float: right;
      margin-left: 30px; } }
  .fs_style_26:before {
    left: 0; }

.fs_style_38 {
  padding-right: 25px; }
  @media (min-width: 600px) {
    .fs_style_38 {
      float: left;
      margin-right: 30px; } }
  .fs_style_38:before {
    right: 0; }

.figure {
  display: table;
  margin: 0;
  padding: 0; }
  .figure[style*="float: left"] {
    margin-right: 20px;
    margin-bottom: 20px; }
  .figure[style*="float: right"] {
    margin-left: 20px;
    margin-bottom: 20px; }
  .figure img {
    width: 100%;
    height: auto;
    vertical-align: top; }
    .figure img[style*="float: left"] {
      margin: 0; }
    .figure img[style*="float: right"] {
      margin: 0; }
  .figure caption {
    caption-side: bottom;
    padding-top: 11px;
    font-family: "arno-pro", Georgia, serif;
    line-height: 20px;
    color: #949496;
    font-style: italic;
    text-align: left; }
  .figure.fs_style_28 {
    margin-bottom: 38px; }
    @media (min-width: 400px) {
      .figure.fs_style_28 img {
        margin-bottom: -21px; } }
    .figure.fs_style_28 caption {
      display: inline-block;
      padding: 10px 16px 10px;
      position: relative;
      z-index: 100;
      color: #040406;
      background-color: rgba(231, 230, 230, 0.9); }
      @media (min-width: 400px) {
        .figure.fs_style_28 caption {
          margin-left: -11px; } }

/*! structure - header v0.0.1 */
#fsHeader {
  padding: 0 20px; }

.off-canvas-toggle {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 100;
  font-size: 1px;
  color: transparent;
  cursor: pointer;
  background-color: #502850; }
  @media (min-width: 800px) {
    .off-canvas-toggle {
      margin: 16px 15px 0 0; } }
  @media (min-width: 900px) {
    .off-canvas-toggle {
      display: none; } }

.off-canvas-toggle-icon {
  width: 22px;
  height: 15px;
  margin: 0 auto;
  padding: 0 5px;
  position: absolute;
  top: 12px;
  left: 9px;
  cursor: pointer;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .5s ease-in-out; }
  @media (min-width: 500px) {
    .off-canvas-toggle-icon {
      right: 31px; } }
  .off-canvas-toggle-icon span {
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 1px;
    position: absolute;
    left: 0;
    background-color: #ffffff;
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.25s ease-in-out; }
    .off-canvas-toggle-icon span:nth-child(1) {
      top: 0px; }
    .off-canvas-toggle-icon span:nth-child(2), .off-canvas-toggle-icon span:nth-child(3) {
      top: 6px; }
    .off-canvas-toggle-icon span:nth-child(4) {
      top: 12px; }
    .off-canvas-active .off-canvas-toggle-icon span {
      background-color: #ffffff; }
      .off-canvas-active .off-canvas-toggle-icon span:nth-child(1) {
        width: 0%;
        top: 6px;
        left: 50%; }
      .off-canvas-active .off-canvas-toggle-icon span:nth-child(2) {
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .off-canvas-active .off-canvas-toggle-icon span:nth-child(3) {
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .off-canvas-active .off-canvas-toggle-icon span:nth-child(4) {
        width: 0%;
        top: 6px;
        left: 50%; }

.header-top {
  padding: 15px 14px 0 14px; }
  @media (min-width: 1000px) {
    .header-top {
      padding-left: 30px;
      padding-right: 30px; } }
  .header-top > .fsElementContent {
    zoom: 1;
    position: relative; }
    .header-top > .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }

.util-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0; }
  @media (min-width: 900px) {
    .util-container {
      display: block; } }

.search-custom {
  float: left;
  margin-left: -10px;
  position: relative; }

.header-util-links {
  float: left; }
  .header-util-links ul {
    zoom: 1;
    margin: 0 -12px;
    list-style: none; }
    .header-util-links ul:after {
      display: table;
      clear: both;
      content: ''; }
  .header-util-links li {
    display: block;
    float: left;
    padding: 0 12px;
    position: relative; }
    .header-util-links li:nth-of-type(1) a:before {
      content: '\f133'; }
    .header-util-links li:nth-of-type(2) a:before {
      content: '\f023'; }
    .header-util-links li:nth-of-type(2):hover .fsNavPageDescription {
      top: calc(100% - 1px);
      opacity: 1;
      z-index: 10;
      transition: opacity 0.3s ease, top 0.3s ease, z-index 0.3s ease; }
  .header-util-links .fsNavPageDescription {
    width: 250px;
    padding: 17px 20px 18px;
    position: absolute;
    top: calc(100% + 9px);
    left: 50%;
    z-index: -1;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    background-color: #502850;
    opacity: 0;
    transition: opacity 0.3s ease, top 0.3s ease, z-index 0.3s ease; }
    .header-util-links .fsNavPageDescription:before {
      display: block;
      content: '';
      width: 5px;
      height: 5px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid #502850;
      position: absolute;
      top: -5px;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 10;
      transition: opacity 0.3s, bottom 0.3s, z-index 0 0.3s; }
  .header-util-links a {
    display: inline-block;
    color: #393a3e;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700; }
    .header-util-links a:hover {
      color: #e18a3d; }
    .header-util-links a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      line-height: 40px;
      margin-right: 6px; }

.site-info-container {
  padding-top: 31px; }
  @media (min-width: 900px) {
    .site-info-container {
      padding-top: 51px; } }
  @media (min-width: 800px) {
    .site-info-container {
      padding-top: 0; } }
  .site-info-container .fsElementContent {
    text-align: center; }
  .site-info-container a {
    display: inline-block;
    padding: 5px 0 0;
    color: transparent; }
    .site-info-container a:hover {
      color: transparent; }

.nav-header-social {
  display: none;
  position: absolute;
  top: 0;
  right: 0; }
  @media (min-width: 900px) {
    .nav-header-social {
      display: block; } }
  .nav-header-social ul {
    zoom: 1;
    list-style: none;
    padding: 0;
    margin: 0; }
    .nav-header-social ul:after {
      display: table;
      clear: both;
      content: ''; }
  .nav-header-social li {
    float: left; }
  .nav-header-social a {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    color: transparent;
    font-size: 1px; }
    .nav-header-social a:hover:before {
      color: #e18a3d; }
    .nav-header-social a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #7b7b7d;
      font-size: 20px;
      transition: color 0.3s ease; }
    .nav-header-social a[href*="facebook.com"]:hover:before {
      color: #3b5998; }
    .nav-header-social a[href*="facebook.com"]:before {
      content: '\f09a';
      font-size: 20px; }
    .nav-header-social a[href*="twitter.com"]:hover:before {
      color: #55acee; }
    .nav-header-social a[href*="twitter.com"]:before {
      content: '\f099'; }
    .nav-header-social a[href*="instagram.com"]:hover:before {
      color: #833AB4; }
    .nav-header-social a[href*="instagram.com"]:before {
      content: '\e909'; }
    .nav-header-social a[href*="vimeo.com"]:hover:before {
      color: #19B7EA; }
    .nav-header-social a[href*="vimeo.com"]:before {
      content: '\e908'; }
    .nav-header-social a[href*="youtube.com"]:hover:before {
      color: #cd201f; }
    .nav-header-social a[href*="youtube.com"]:before {
      content: '\f16a'; }
    .nav-header-social a[href*="linkedin.com"]:hover:before {
      color: #0077b5; }
    .nav-header-social a[href*="linkedin.com"]:before {
      content: '\f0e1'; }
    .nav-header-social a[href*="livestream.com"]:hover:before {
      color: #cf202e; }
    .nav-header-social a[href*="livestream.com"]:before {
      content: '\e900'; }
    .nav-header-social a[href*="smugmug.com"]:hover:before {
      color: #cf202e; }
    .nav-header-social a[href*="smugmug.com"]:before {
      content: '\e903'; }

.header-bottom {
  padding: 0 14px;
  display: none; }
  @media (min-width: 1000px) {
    .header-bottom {
      padding: 0 30px; } }
  @media (min-width: 900px) {
    .header-bottom {
      display: block; } }
  .header-bottom > .fsElementContent {
    position: relative; }

.container-breadcrumbs {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  max-width: 1270px;
  padding-bottom: 32px;
  opacity: 0; }
  body.fsHasOneColumnLayout:not(.home):not(.fsHasRightBanner):not(.fsHasLeftBanner) .container-breadcrumbs {
    position: relative;
    margin: 0 auto;
    max-width: 980px; }
  .container-breadcrumbs.element-loaded {
    opacity: 1; }

.nav-breadcrumbs li {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 16px;
  color: #6a6c72;
  font-weight: 700; }

.nav-breadcrumbs .fsNavBreadcrumbSeperator {
  display: inline-block;
  width: 5px;
  padding: 0 9px 0 7px;
  font-size: 1px;
  color: transparent;
  font-weight: 500; }
  .nav-breadcrumbs .fsNavBreadcrumbSeperator:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 10px;
    color: #7b7b7d; }

.nav-breadcrumbs a {
  text-transform: uppercase;
  color: #7b7b7d;
  font-weight: 500; }
  .nav-breadcrumbs a:hover {
    color: #e18a3d; }

/*! structure - footer v0.0.1 */
#fsFooter {
  padding: 0;
  text-align: center;
  color: #fff; }
  #fsFooter .fsBanner {
    position: relative; }
    #fsFooter .fsBanner #fsPoweredByFinalsite {
      display: block;
      position: absolute;
      bottom: 16px;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

.footer-top {
  background-color: #2a1629; }
  .footer-top > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px; }

.nav-footer-social ul {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0; }

.nav-footer-social li {
  -ms-flex: 1 auto;
  flex: 1 auto;
  position: relative;
  text-align: center; }
  .nav-footer-social li:after {
    display: none;
    content: '';
    width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #502850; }
    @media (min-width: 400px) {
      .nav-footer-social li:after {
        display: block; } }
  .nav-footer-social li:last-of-type:after {
    display: none; }

.nav-footer-social a {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  position: relative;
  color: transparent;
  font-size: 1px; }
  .nav-footer-social a:hover:before {
    opacity: 1; }
  .nav-footer-social a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 20px;
    opacity: 0.3;
    transition: opacity 0.3s ease; }
  .nav-footer-social a[href*="facebook.com"]:before {
    content: '\f09a';
    font-size: 18px; }
  .nav-footer-social a[href*="twitter.com"]:before {
    content: '\f099';
    font-size: 18px; }
  .nav-footer-social a[href*="instagram.com"]:before {
    content: '\e909';
    font-size: 18px; }
  .nav-footer-social a[href*="youtube.com"]:before {
    content: '\f16a';
    font-size: 16px; }
  .nav-footer-social a[href*="linkedin.com"]:before {
    content: '\f0e1';
    font-size: 18px; }
  .nav-footer-social a[href*="livestream.com"]:before {
    content: '\e900';
    font-size: 19px; }
  .nav-footer-social a[href*="smugmug.com"]:before {
    content: '\e903';
    font-size: 19px; }
  .nav-footer-social a[href*="vimeo.com"]:before {
    content: '\e908';
    font-size: 19px; }

.footer-bottom {
  padding: 27px 20px 70px 20px;
  background-color: #502850; }
  @media (min-width: 900px) {
    .footer-bottom {
      padding: 48px 20px 20px 20px; } }
  .footer-bottom > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px; }

.nav-footer-quicklinks {
  display: block;
  padding-bottom: 42px; }
  @media (min-width: 380px) {
    .nav-footer-quicklinks {
      display: inline-block; } }
  @media (min-width: 900px) {
    .nav-footer-quicklinks {
      padding-bottom: 0;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 10; } }
  .nav-footer-quicklinks ul {
    zoom: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0 -9px; }
    .nav-footer-quicklinks ul:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 380px) {
      .nav-footer-quicklinks ul {
        display: block;
        margin: 0 -9px; } }
  .nav-footer-quicklinks li {
    display: block;
    -ms-flex: 1 auto;
    flex: 1 auto; }
    @media (min-width: 380px) {
      .nav-footer-quicklinks li {
        -ms-flex: none;
        flex: none;
        float: left;
        padding: 0 9px; } }
  .nav-footer-quicklinks a {
    color: #ffffff;
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    opacity: 0.7; }
    .nav-footer-quicklinks a:hover {
      color: #e18a3d; }
    @media (min-width: 380px) {
      .nav-footer-quicklinks a {
        font-size: 12px; } }

.footer-copyright {
  font-size: 13px; }
  @media (min-width: 900px) {
    .footer-copyright {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 10; } }
  .footer-copyright span {
    opacity: 0.5; }
  .footer-copyright a {
    opacity: 0.7;
    color: #ffffff; }
    .footer-copyright a:hover {
      color: #e18a3d; }
  .footer-copyright p {
    margin: 0; }

.school-details {
  margin-bottom: 0;
  padding-bottom: 39px; }
  @media (min-width: 900px) {
    .school-details {
      padding-bottom: 52px; } }
  .school-details header {
    padding-bottom: 10px; }
    @media (min-width: 900px) {
      .school-details header {
        padding-bottom: 30px; } }
    .school-details header img {
      padding-bottom: 8px; }
    .school-details header .school-motto {
      font-family: "arno-pro", Georgia, serif;
      font-style: italic;
      font-size: 18px; }
  .school-details .school-details-inner {
    opacity: 0.5;
    font-size: 15px; }
  .school-details .school-details-address {
    display: block;
    position: relative; }
    @media (min-width: 450px) {
      .school-details .school-details-address {
        display: inline-block;
        padding-right: 8px; } }
    .school-details .school-details-address:after {
      content: '';
      display: none;
      width: 1px;
      height: 15px;
      position: absolute;
      top: 50%;
      right: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: rgba(255, 255, 255, 0.3); }
      @media (min-width: 450px) {
        .school-details .school-details-address:after {
          display: block; } }
    .school-details .school-details-address span {
      display: inline-block; }
  .school-details .school-details-telephone {
    display: inline-block;
    padding-left: 8px; }
  .school-details [itemprop='name'] {
    font-size: 1px;
    color: transparent; }
  .school-details [itemprop='streetAddress'] {
    display: block; }
  .school-details [itemprop='telephone'] {
    display: inline-block; }
  .school-details [itemprop='fax'] {
    display: inline-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: "museo-sans", sans-serif;
  background: #502850;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  background-color: #ffffff;
  font-size: 16px;
  line-height: 27px;
  color: #7b7b7d;
  overflow-x: hidden; }

#fsPageWrapper {
  overflow: hidden;
  position: relative;
  left: 0;
  right: 0;
  background-color: #ffffff;
  transition: left 0.3s ease, right 0.3s ease; }

#fsPageBodyWrapper {
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-top: 25px;
  padding-bottom: 40px;
  background-color: #ffffff; }
  @media (min-width: 550px) {
    #fsPageBodyWrapper {
      padding-right: 34px;
      padding-left: 34px; } }
  @media (min-width: 1000px) {
    #fsPageBodyWrapper {
      padding-right: 50px;
      padding-left: 50px; } }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  max-width: 1270px; }
  body.fsHasOneColumnLayout:not(.home):not(.fsHasRightBanner):not(.fsHasLeftBanner) #fsPageBody {
    position: relative;
    margin: 0 auto;
    max-width: 980px; }

main .fsElement {
  margin-bottom: 20px; }

#fsBannerLeft {
  margin-bottom: 20px;
  width: 100%;
  float: none;
  -ms-flex: 1 100%;
  flex: 1 100%;
  -ms-flex-order: 3;
  order: 3; }
  @media (min-width: 800px) {
    #fsBannerLeft {
      float: left; } }
  @media (min-width: 800px) {
    #fsBannerLeft {
      -ms-flex: none;
      flex: none;
      padding-right: 100px;
      width: 40.67797%; } }

#fsPageContent {
  margin-bottom: 20px;
  width: 100% !important;
  float: none !important;
  -ms-flex: 1 100%;
  flex: 1 100%;
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 800px) {
    #fsPageContent {
      float: left !important; } }
  @media (min-width: 800px) {
    #fsPageContent {
      -ms-flex: none;
      flex: none; } }
  @media (min-width: 800px) {
    .fsHasRightBanner #fsPageContent {
      width: 59.32203% !important; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner #fsPageContent {
      width: 59.32203% !important; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: 18.64407% !important; } }

#fsBannerRight {
  margin-bottom: 20px;
  width: 100%;
  float: none;
  -ms-flex: 1 100%;
  flex: 1 100%;
  -ms-flex-order: 2;
  order: 2; }
  @media (min-width: 800px) {
    #fsBannerRight {
      float: left; } }
  @media (min-width: 800px) {
    #fsBannerRight {
      -ms-flex: none;
      flex: none;
      padding-left: 100px;
      width: 40.67797%; } }

#fsBannerRight > .fsBanner > .fsElement:not(:last-child) {
  margin-bottom: 40px; }

@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.fsTwoColumnWideLeftLayout {
  margin-left: 0;
  margin-right: 0; }
  .fsLayout.fsTwoColumnWideLeftLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsLayout.fsTwoColumnWideLeftLayout .fsStyleTwoThirds {
        width: 63.55932%;
        padding-left: 0;
        padding-right: 50px; } }
  .fsLayout.fsTwoColumnWideLeftLayout .fsStyleOneThird {
    width: 100%; }
    @media (max-width: 599px) {
      .fsLayout.fsTwoColumnWideLeftLayout .fsStyleOneThird .fsContent img {
        width: 100%; } }
    @media (min-width: 1000px) {
      .fsLayout.fsTwoColumnWideLeftLayout .fsStyleOneThird {
        width: 36.44068%;
        padding-left: 50px;
        padding-right: 0; }
        .fsLayout.fsTwoColumnWideLeftLayout .fsStyleOneThird > .fsElement:not(:last-child) {
          margin-bottom: 40px; } }

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

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

#fsPoweredByFinalsite {
  display: none; }

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

.fsBreadcrumb li {
  display: inline-block; }

/*! navigation - main v0.0.1 */
.nav-main {
  border-top: 1px solid #e7e6e2;
  border-bottom: 1px solid #e7e6e2; }
  #fsHeader .nav-main {
    display: none; }
    @media (min-width: 900px) {
      #fsHeader .nav-main {
        display: block; } }
  .nav-main, .nav-main ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-main li {
    margin: 0;
    padding: 0; }
  .nav-main > nav {
    position: relative; }
  .nav-main .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: block;
    position: unset; }
    .no-flexbox .nav-main .fsNavLevel1 {
      text-align: justify;
      font-size: 0.1px; }
      .no-flexbox .nav-main .fsNavLevel1 > li {
        display: inline-block; }
      .no-flexbox .nav-main .fsNavLevel1:after {
        content: "";
        display: inline-block;
        width: 100%; }
    @media (min-width: 960px) {
      .nav-main .fsNavLevel1 {
        display: block; } }
    @media (min-width: 900px) {
      .nav-main .fsNavLevel1 {
        position: relative;
        margin: 0 auto;
        max-width: 1180px;
        text-align: center; } }
    .nav-main .fsNavLevel1 > li {
      position: relative;
      -ms-flex: 0 auto;
      flex: 0 auto;
      -ms-flex: none;
      flex: none;
      display: inline-block; }
      @media (min-width: 960px) {
        .nav-main .fsNavLevel1 > li {
          display: inline-block;
          -ms-flex: none;
          flex: none; } }
      .nav-main .fsNavLevel1 > li > a {
        display: block;
        padding: 12px;
        color: #393a3e;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 500; }
        @media (min-width: 900px) {
          .nav-main .fsNavLevel1 > li > a {
            font-size: 18px;
            padding: 15px; } }
        .nav-main .fsNavLevel1 > li > a:hover {
          color: #e18a3d; }
        .nav-main .fsNavLevel1 > .fsNavCurrentPage > a,
        .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a {
          color: #e18a3d; }
          .nav-main .fsNavLevel1 > .fsNavCurrentPage > a:before,
          .nav-main .fsNavLevel1 > .fsNavCurrentPageAncestor > a:before {
            content: '';
            display: block;
            height: 1px;
            position: absolute;
            top: -1px;
            left: 10px;
            right: 10px;
            background-color: #e18a3d; }

.nav-main .fsNavLevel1 > li {
  position: relative;
  position: static;
  position: unset; }
  .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    left: 0;
    overflow: hidden; }
  .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    top: auto; }
  .nav-main .fsNavLevel1 > li > a {
    position: relative; }
    .nav-main .fsNavLevel1 > li > a:after {
      content: '';
      display: none;
      width: 10px;
      height: 10px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #e7e6e6;
      position: absolute;
      bottom: -10px;
      opacity: 0;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 10;
      transition: opacity 0.3s ease 0s, bottom 0.3s ease 0s, z-index 0 ease 0.3s; }
      @media (min-width: 1000px) {
        .nav-main .fsNavLevel1 > li > a:after {
          display: block; } }
  .nav-main .fsNavLevel1 > li:hover > a:after {
    bottom: 0;
    opacity: 1;
    transition: opacity 0.3s ease 0.2s, bottom 0.3s ease 0.2s, z-index 0s ease 0s; }

.nav-main .fsNavPageInfo {
  display: none;
  border: 15px solid #e7e6e6;
  padding: 22px 30px 40px;
  left: 0;
  right: 0;
  text-align: left;
  background: #f8f7f7;
  z-index: -1;
  transition: z-index 0s ease 0s, opacity 0.1s ease 0s; }
  .nav-main .fsNavParentPage:hover .fsNavPageInfo {
    transition: z-index 0s ease 0.4s, opacity 0.1s ease 0.1s; }
    @media (min-width: 1000px) {
      .nav-main .fsNavParentPage:hover .fsNavPageInfo {
        display: block;
        z-index: 300; } }

.nav-main .fsNavPageDescription {
  float: left;
  width: calc(100% - 282px);
  padding-top: 13px;
  padding-right: 33px;
  font-size: 14px; }
  @media (min-width: 1200px) {
    .nav-main .fsNavPageDescription {
      width: calc(100% - 627px); } }
  .nav-main .fsNavPageDescription ul {
    list-style: none; }
  .nav-main .fsNavPageDescription li {
    padding-bottom: 52px;
    position: relative;
    color: #7b7b7d;
    line-height: 20px; }
    @media (min-width: 950px) {
      .nav-main .fsNavPageDescription li {
        padding-left: 112px; } }
    .nav-main .fsNavPageDescription li:last-of-type {
      padding-bottom: 0; }
  .nav-main .fsNavPageDescription h1 {
    margin-bottom: 13px;
    font-weight: 900;
    font-size: 27px;
    line-height: 28.5px;
    color: #393a3e;
    letter-spacing: -0.025em; }
  .nav-main .fsNavPageDescription img {
    display: none;
    max-width: 95px;
    position: absolute;
    left: 0;
    top: 5px; }
    @media (min-width: 950px) {
      .nav-main .fsNavPageDescription img {
        display: block; } }

.nav-main .fsNavPageThumbnail {
  display: none;
  float: left;
  padding-left: 33px;
  padding-right: 23px;
  margin-top: 18px;
  width: 345px; }
  @media (min-width: 1200px) {
    .nav-main .fsNavPageThumbnail {
      display: block; } }

.nav-main .fsNavLevel2 {
  float: right;
  width: 282px;
  padding-left: 22px; }
  .nav-main .fsNavLevel2 .fsNavPageInfo {
    display: none !important; }
  .nav-main .fsNavLevel2 li:last-of-type a {
    border-bottom: 0; }
  .nav-main .fsNavLevel2 a {
    padding: 9px 0 8px;
    color: #7b7b7d;
    display: block;
    border-bottom: 1px solid #c6c6c6;
    font-size: 16px; }
    .nav-main .fsNavLevel2 a:hover {
      color: #e18a3d; }

.nav-main.nav-main-float {
  border: 0;
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  z-index: 399;
  background-color: #502850;
  transition: top 0.2s ease; }
  html.nav-float body.fsAccountBarVisible .nav-main.nav-main-float {
    top: 40px; }
  html.nav-float .nav-main.nav-main-float {
    top: 0; }
  .nav-main.nav-main-float .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px; }
  .nav-main.nav-main-float ul.fsNavLevel1 {
    list-style: none;
    padding: 0;
    margin: 0; }
    .nav-main.nav-main-float ul.fsNavLevel1 > li {
      height: 60px;
      position: relative; }
      .nav-main.nav-main-float ul.fsNavLevel1 > li > a {
        display: inline-block;
        height: 60px;
        padding: 0 20px;
        color: #ffffff;
        line-height: 60px;
        vertical-align: middle;
        white-space: nowrap; }
        .nav-main.nav-main-float ul.fsNavLevel1 > li > a:hover {
          color: #e18a3d; }
        .nav-main.nav-main-float ul.fsNavLevel1 > li > a.site-info-float {
          height: 60px;
          padding: 0 20px;
          font-size: 1px;
          color: transparent;
          vertical-align: middle; }
          .nav-main.nav-main-float ul.fsNavLevel1 > li > a.site-info-float:hover:before {
            color: #e18a3d; }
          .nav-main.nav-main-float ul.fsNavLevel1 > li > a.site-info-float:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            display: inline-block;
            height: 60px;
            color: #ffffff;
            font-size: 24px;
            line-height: 60px;
            vertical-align: middle;
            transition: color 0.3s ease; }
        .nav-main.nav-main-float ul.fsNavLevel1 > li > a:after {
          display: none; }

@media (min-width: 1000px) {
  .aux .nav-main .fsNavLevel1 > li {
    position: relative; }
    .aux .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      padding: 15px 20px 20px; }
      .aux .nav-main .fsNavLevel1 > li > .fsNavPageInfo .fsNavLevel2 {
        padding-left: 0;
        width: 100%; }
      .aux .nav-main .fsNavLevel1 > li > .fsNavPageInfo .fsNavPageDescription {
        display: none; }
      .aux .nav-main .fsNavLevel1 > li > .fsNavPageInfo .fsNavPageThumbnail {
        display: none; } }

/*! navigation - off-canvas v0.0.1 */
#fsMenu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fsMenu {
  display: none;
  width: 100%;
  max-width: 260px;
  height: auto !important;
  min-height: 100% !important;
  z-index: 0;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: -260px;
  bottom: 0;
  background-color: #381c38;
  transition: left 0.3s ease; }
  .fsMenu.element-loaded {
    display: block; }
  @media (min-width: 900px) {
    .fsMenu {
      display: none; } }
  body.off-canvas-active.fsAccountBarVisible .fsMenu {
    padding-top: 40px; }
  @media (max-width: 899px) {
    body.off-canvas-active {
      overflow: hidden;
      display: block; }
      body.off-canvas-active {
        opacity: 1; }
      body.off-canvas-active #fsPageWrapper {
        position: relative;
        left: 260px;
        right: -260px;
        overflow: hidden; } }
  @media (max-width: 899px) {
    body.off-canvas-active .fsMenu {
      left: 0; } }
  .fsMenu ul, .fsMenu li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .fsMenu .search-custom {
    position: static;
    float: none;
    margin: 0;
    padding: 10px 10px 0;
    background-color: #502850; }
    .fsMenu .search-custom header {
      display: none; }
    .fsMenu .search-custom .fsElementContent {
      position: relative;
      top: 0;
      left: 0;
      padding-left: 40px;
      border: 2px solid #ffffff; }
    .fsMenu .search-custom input {
      display: block;
      height: 46px;
      outline: 0;
      border: 0;
      color: #ffffff;
      line-height: 46px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: none; }
    .fsMenu .search-custom button[type="submit"] {
      display: block;
      width: 40px;
      height: 46px;
      border: 0;
      outline: 0;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 1px;
      color: transparent;
      cursor: pointer;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: none; }
      .fsMenu .search-custom button[type="submit"]:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: inline-block;
        width: 16px;
        height: 16px;
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #ffffff;
        font-size: 14px;
        line-height: 16px;
        text-align: center; }
  .fsMenu .nav-main-mobile {
    background-color: #502850; }
    .fsMenu .nav-main-mobile .fsNavLevel1 {
      padding: 0 20px 8px; }
      .fsMenu .nav-main-mobile .fsNavLevel1 > li {
        display: block;
        position: relative;
        border-bottom: 1px solid rgba(231, 230, 226, 0.2); }
        .fsMenu .nav-main-mobile .fsNavLevel1 > li > a {
          display: block;
          padding: 16px 0 14px;
          position: relative;
          color: #ffffff;
          font-size: 18px;
          line-height: 29px;
          text-align: center;
          text-transform: uppercase; }
        .fsMenu .nav-main-mobile .fsNavLevel1 > li:last-of-type {
          border: 0; }
  .fsMenu .header-util-links {
    float: none;
    padding: 0 0 5px;
    background-color: #502850; }
    .fsMenu .header-util-links ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .fsMenu .header-util-links ul:after {
        display: none; }
    .fsMenu .header-util-links li {
      padding: 0 20px; }
    .fsMenu .header-util-links a {
      color: #ffffff; }
    .fsMenu .header-util-links .fsNavPageInfo {
      display: none; }
  .fsMenu .nav-footer-social li:after {
    display: none !important; }
  .fsMenu .nav-footer-social a {
    width: auto; }
    .fsMenu .nav-footer-social a:before {
      color: #ffffff;
      opacity: 1; }

.off-canvas-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: left 0.3s ease; }
  body.off-canvas-active .off-canvas-overlay {
    left: 260px;
    opacity: 0.5;
    z-index: 10; }

/*! navigation - sub v0.0.1 */
.nav-sub {
  background-color: #f8f7f7;
  display: none; }
  @media (min-width: 800px) {
    .nav-sub {
      display: block; } }
  .nav-sub ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  @media (max-width: 699px) {
    .nav-sub li.fsNavParentPage {
      position: relative; } }
  .nav-sub .fsNavPageInfo {
    text-align: left; }
  .nav-sub .fsNavPageDescription,
  .nav-sub .fsNavPageThumbnail {
    display: none; }
  .nav-sub .fsNavLevel1 {
    position: relative; }
    .nav-sub .fsNavLevel1 > li {
      display: none; }
      .nav-sub .fsNavLevel1 > li.fsNavCurrentPage, .nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor {
        display: block; }
      .nav-sub .fsNavLevel1 > li > a {
        display: block;
        padding: 19px 31px 19px;
        font-size: 18px;
        line-height: normal;
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase;
        background-color: #502850; }
      .nav-sub .fsNavLevel1 > li > .fsNavPageInfo {
        width: 100%; }
        .nav-sub .fsNavLevel1 > li > .fsNavPageInfo > ul {
          padding-top: 10px;
          padding-bottom: 20px; }
      .nav-sub .fsNavLevel1 > li.menu-open > .menu-toggle:after {
        display: none; }
      .nav-sub .fsNavLevel1 > li.active > a:after {
        opacity: 1;
        -ms-transform: translateX(0);
        transform: translateX(0); }
  .nav-sub .fsNavLevel2 {
    padding: 9px 30px 5px;
    border: 1px solid #dddbd8;
    border-top: 0; }
    .nav-sub .fsNavLevel2 ul {
      padding-left: 30px;
      border-top: 1px solid #dddbd8; }
    .nav-sub .fsNavLevel2 li {
      border-bottom: 1px solid #dddbd8; }
      .nav-sub .fsNavLevel2 li.fsNavCurrentPage, .nav-sub .fsNavLevel2 li.fsNavCurrentPageAncestor {
        display: block; }
        .nav-sub .fsNavLevel2 li.fsNavCurrentPage > a, .nav-sub .fsNavLevel2 li.fsNavCurrentPageAncestor > a {
          color: #e18a3d; }
      .nav-sub .fsNavLevel2 li:last-of-type {
        border-bottom: 0; }
      .nav-sub .fsNavLevel2 li a {
        display: block;
        padding: 12px 0 11px;
        margin-right: 32px;
        color: #7b7b7d;
        font-size: 16px;
        line-height: 27px;
        font-weight: 700; }
        .nav-sub .fsNavLevel2 li a:hover {
          color: #e18a3d; }
    .nav-sub .fsNavLevel2 > li.fsNavCurrentPage, .nav-sub .fsNavLevel2 > li.fsNavCurrentPageAncestor {
      display: block; }
      .nav-sub .fsNavLevel2 > li.fsNavCurrentPage .fsNavLevel3, .nav-sub .fsNavLevel2 > li.fsNavCurrentPageAncestor .fsNavLevel3 {
        display: block; }
  .nav-sub .fsNavLevel3 {
    display: none;
    padding-left: 20px; }
    .nav-sub .fsNavLevel3 li a {
      font-size: 13px;
      line-height: 24px; }
  .nav-sub .fsNavLevel4 {
    padding-left: 20px; }

/*! navigation - sub v0.0.1 */
.header-sub-nav .nav-sub {
  display: block;
  margin-bottom: 20px; }
  @media (min-width: 900px) {
    .header-sub-nav .nav-sub {
      display: none; } }
  .header-sub-nav .nav-sub .menu-toggle {
    width: 72px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: transform 0.3s ease;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #502850; }
    .header-sub-nav .nav-sub .menu-toggle:before, .header-sub-nav .nav-sub .menu-toggle:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #ffffff; }
    .header-sub-nav .nav-sub .menu-toggle:before {
      height: 2px;
      width: 12px; }
    .header-sub-nav .nav-sub .menu-toggle:after {
      height: 12px;
      width: 2px; }
  .header-sub-nav .nav-sub .fsNavLevel1 {
    position: relative; }
    .header-sub-nav .nav-sub .fsNavLevel1 ul .menu-toggle {
      width: 52px;
      height: 50px;
      right: -20px;
      background: none; }
      .header-sub-nav .nav-sub .fsNavLevel1 ul .menu-toggle:before, .header-sub-nav .nav-sub .fsNavLevel1 ul .menu-toggle:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #502850; }
      .header-sub-nav .nav-sub .fsNavLevel1 ul .menu-toggle:before {
        height: 2px;
        width: 10px; }
      .header-sub-nav .nav-sub .fsNavLevel1 ul .menu-toggle:after {
        height: 10px;
        width: 2px; }
    .header-sub-nav .nav-sub .fsNavLevel1 ul li.menu-open > .menu-toggle:after {
      display: none; }
    .header-sub-nav .nav-sub .fsNavLevel1 > li > a {
      padding-right: 103px; }
    .header-sub-nav .nav-sub .fsNavLevel1 > li.menu-open > .menu-toggle:after {
      display: none; }
    .header-sub-nav .nav-sub .fsNavLevel1 > li.active > a:after {
      opacity: 1;
      -ms-transform: translateX(0);
      transform: translateX(0); }
  .header-sub-nav .nav-sub .fsNavLevel1 .fsNavPageInfo {
    display: none; }

/*! navigation - sub v0.0.1 */
.nav-tier-2 nav {
  margin: 0 auto;
  min-width: 40em; }

.nav-tier-2 ul {
  list-style: none;
  padding: 14px 0 14px;
  margin: 0;
  font-size: 15px;
  text-align: center;
  word-spacing: -.3em;
  direction: rtl; }
  .nav-tier-2 ul:before {
    content: "\202f\202d";
    display: inline;
    padding: .3em 0;
    position: relative;
    left: -1px;
    z-index: 1;
    background-color: #ffffff; }

.nav-tier-2 .fsNavLevel1 {
  border-bottom: 1px solid #e7e6e2;
  position: relative;
  text-align: center; }
  .nav-tier-2 .fsNavLevel1 > li {
    display: inline-block;
    margin: 7px 0 8px;
    word-spacing: 0; }
    .nav-tier-2 .fsNavLevel1 > li:last-of-type > a:after {
      display: none; }
    .nav-tier-2 .fsNavLevel1 > li > a {
      display: inline-block;
      padding: 0 12px 0;
      position: relative;
      color: #7b7b7d;
      font-weight: 500;
      font-size: 17px;
      line-height: 20px;
      text-decoration: none;
      letter-spacing: -0.02em; }
      .nav-tier-2 .fsNavLevel1 > li > a:hover {
        color: #e18a3d; }
      .nav-tier-2 .fsNavLevel1 > li > a:after {
        content: '';
        display: block;
        width: 1px;
        height: 14px;
        position: absolute;
        right: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #e7e6e2; }

.nav-tier-2 li.fsNavCurrentPage > a, .nav-tier-2 li.fsNavCurrentPageAncestor > a {
  color: #e18a3d; }

.nav-tier-2 .fsNavLevel2 {
  display: none; }

/*! Navigation - Social v0.0.5 */
.nav-social {
  margin-left: 15px; }
  .nav-social, .nav-social ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-social li {
    margin: 0;
    padding: 0; }
  .nav-social li {
    display: inline-block;
    vertical-align: middle; }
  .nav-social .nav-social__item--facebook a {
    display: block; }
    .nav-social .nav-social__item--facebook a:before {
      content: ""; }
  .nav-social .nav-social__item--instagram a {
    display: block; }
    .nav-social .nav-social__item--instagram a:before {
      content: ""; }
  .nav-social .nav-social__item--linkedin a {
    display: block; }
    .nav-social .nav-social__item--linkedin a:before {
      content: ""; }
  .nav-social .nav-social__item--pinterest a {
    display: block; }
    .nav-social .nav-social__item--pinterest a:before {
      content: ""; }
  .nav-social .nav-social__item--tumblr a {
    display: block; }
    .nav-social .nav-social__item--tumblr a:before {
      content: ""; }
  .nav-social .nav-social__item--twitter a {
    display: block; }
    .nav-social .nav-social__item--twitter a:before {
      content: ""; }
  .nav-social .nav-social__item--vine a {
    display: block; }
    .nav-social .nav-social__item--vine a:before {
      content: ""; }
  .nav-social .nav-social__item--youtube a {
    display: block; }
    .nav-social .nav-social__item--youtube a:before {
      content: ""; }
  .nav-social .nav-social__item--vimeo a {
    display: block; }
    .nav-social .nav-social__item--vimeo a:before {
      content: ""; }
  .nav-social .nav-social__item--facebook a:hover {
    color: #3b5998; }
  .nav-social .nav-social__item--instagram a:hover {
    color: #833AB4; }
  .nav-social .nav-social__item--linkedin a:hover {
    color: #007bb6; }
  .nav-social .nav-social__item--pinterest a:hover {
    color: #cb2027; }
  .nav-social .nav-social__item--tumblr a:hover {
    color: #32506d; }
  .nav-social .nav-social__item--twitter a:hover {
    color: #00aced; }
  .nav-social .nav-social__item--vine a:hover {
    color: #00a478; }
  .nav-social .nav-social__item--youtube a:hover {
    color: #b00; }
  .nav-social .nav-social__item--vimeo a:hover {
    color: #19B7EA; }
  .nav-social a {
    font-size: 0.875em;
    line-height: 1;
    text-align: center;
    color: #1c1c1c;
    display: block;
    position: relative;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    border: .1em solid currentColor; }
    .nav-social a:before {
      font-family: "fontawesome";
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .nav-social span {
    display: none; }

/* Navigation - Utility Container v0.0.1 */
.nav-util, .nav-util ul {
  margin: 0;
  padding: 0;
  list-style: none; }

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

.nav-util ul li a {
  padding: 0em 0em;
  display: block; }

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

/*! elements - constituent main */
/*! elements - constituent search */
.fsConstituent.fsSearch {
  margin: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }
  @media (min-width: 800px) {
    .fsConstituent.fsSearch > .fsElementContent {
      margin: 0 -10px; } }
  .fsConstituent.fsSearch label {
    display: block;
    margin-bottom: 1.25em; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch label {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
        padding: 0 10px; } }
    @media (min-width: 900px) {
      .fsConstituent.fsSearch label {
        width: 32.83333%; } }
  .fsConstituent.fsSearch input,
  .fsConstituent.fsSearch select {
    display: block;
    width: 100%; }
  .fsConstituent.fsSearch [type*='submit'] {
    width: auto; }
    @media (min-width: 800px) {
      .fsConstituent.fsSearch [type*='submit'] {
        margin-left: 0.625em; } }
  .fsConstituent.fsSearch .fsConstituentSearchButton {
    display: inline-block;
    margin: 0 0 20px;
    padding: 8px 27px 7px;
    border: 2px solid #502850;
    outline: 0;
    color: #502850;
    font-size: 11px;
    font-weight: 700;
    font-family: "museo-sans", sans-serif;
    text-transform: uppercase;
    text-align: center;
    background: #ffffff;
    display: block;
    margin: 0 10px; }
    .fsConstituent.fsSearch .fsConstituentSearchButton:hover, .fsConstituent.fsSearch .fsConstituentSearchButton:focus {
      border-color: #3f203f;
      color: #502850;
      background: #f2f2f2; }
    .fsConstituent.fsSearch .fsConstituentSearchButton.fs_style_33 {
      padding-top: 20px;
      padding-bottom: 20px;
      border-width: 4px;
      font-size: 16px;
      letter-spacing: 0.06em; }
      .fsConstituent.fsSearch .fsConstituentSearchButton.fs_style_33 em {
        display: block;
        margin-top: 2px;
        padding-bottom: 3px;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        letter-spacing: 0.01em; }
    .fsConstituent.fsSearch .fsConstituentSearchButton.fs_style_36 {
      display: block;
      width: 100%; }

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

/*! elements - constituent profile */
.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile .fsProfileImage {
    display: block;
    margin-bottom: 20px; }
  .fsConstituentProfile .fsFullName {
    color: #363636; }
  @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, .fsProfileSection .steps-container > header > h2.fsElementTitle, .fsProfileSection .welcome .steps-container > header > h2.fsElementTitle, .fsProfileSection .steps-container > header.admissions-team > header.fsElementTitle {
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid #333;
    margin: 0 0 .5em 0;
    padding: 0 0 .5em 0; }
  .fsProfileSection .fsProfileSectionData {
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .fsProfileSection .fsProfileSectionData.fsTitle {
      font-weight: normal;
      font-size: 1em; }

.fsProfileSectionSpecialData > div, .fsProfileSpecialFieldName > div {
  width: auto;
  float: none; }
  @media (min-width: 800px) {
    .fsProfileSectionSpecialData > div, .fsProfileSpecialFieldName > div {
      float: left; }
      .fsProfileSectionSpecialData > div:first-child, .fsProfileSpecialFieldName > div:first-child {
        width: 25%; }
      .fsProfileSectionSpecialData > div:last-child, .fsProfileSpecialFieldName > div:last-child {
        width: 75%; } }

.fsProfileSectionFieldName,
.fsProfileSectionFieldValue {
  width: auto;
  float: none; }

@media (min-width: 800px) {
  .fsProfileSectionFieldName {
    width: 40%;
    float: left; } }

@media (min-width: 800px) {
  .fsProfileSectionFieldValue {
    width: 60%;
    float: left; } }

@media (min-width: 800px) {
  .fsBiography .fsProfileSectionFieldName {
    font-weight: bold; }
  .fsBiography .fsProfileSectionFieldName,
  .fsBiography .fsProfileSectionFieldValue {
    float: none;
    width: 100%; } }

.fsProfileSectionData.fsEmployedSince {
  width: 100% !important; }

/*! elements - constituent default layout */
.fsDirectory {
  word-break: break-word;
  margin-bottom: 20px; }
  .fsDirectory .fsConstituentItem {
    padding: 20px 0;
    background-color: #f1f2f2; }
    .fsDirectory .fsConstituentItem > h3, .fsDirectory .fsConstituentItem > div {
      padding-right: 20px;
      padding-left: 20px;
      margin-bottom: 10px;
      padding-top: 0; }
      .fsDirectory .fsConstituentItem > h3:last-child, .fsDirectory .fsConstituentItem > div:last-child {
        margin-bottom: 0; }
    .fsDirectory .fsConstituentItem .fsPhoto {
      background-position: center center;
      background-size: cover; }
      .fsDirectory .fsConstituentItem .fsPhoto img {
        width: 100%;
        max-width: 440px; }

.fsConstituentColumnLayout_1 .fsConstituentItem {
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid; }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_2 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_2 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid; }
  @media (min-width: 800px) {
    .fsConstituentColumnLayout_2 .fsConstituentItem {
      width: calc(50% - 20px);
      margin: 0 10px;
      margin-bottom: 20px; } }
  .fsConstituentColumnLayout_2 .fsConstituentItem:nth-child(2n+1) {
    clear: both; }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_3 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_3 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid; }
  @media (min-width: 800px) {
    .fsConstituentColumnLayout_3 .fsConstituentItem {
      width: calc(50% - 20px);
      float: left;
      margin: 0 10px;
      margin-bottom: 20px; }
      .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 900px) {
    .fsConstituentColumnLayout_3 .fsConstituentItem {
      width: calc(33.33% - 20px); }
      .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(2n+1) {
        clear: none; }
      .fsConstituentColumnLayout_3 .fsConstituentItem:nth-child(3n+1) {
        clear: both; } }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_4 {
    margin: 0 -10px; } }

.fsConstituentColumnLayout_4 .fsConstituentItem {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid; }
  @media (min-width: 800px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(50% - 20px);
      margin: 0 10px;
      margin-bottom: 20px; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
        clear: both; } }
  @media (min-width: 900px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(33.33% - 20px); }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(2n+1) {
        clear: none; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
        clear: both; } }
  @media (min-width: 1000px) {
    .fsConstituentColumnLayout_4 .fsConstituentItem {
      width: calc(25% - 20px); }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(3n+1) {
        clear: none; }
      .fsConstituentColumnLayout_4 .fsConstituentItem:nth-child(4n+1) {
        clear: both; } }

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background-color: transparent;
  transition: all 0.3s ease;
  border-top: 4px solid #dcd4dc; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2, .fsAccordion .fsPanel > header .admissions-team > header, .fsTabs .fsPanel > header .admissions-team > header {
    display: block;
    margin-bottom: 2px;
    padding: 9px 21px 6px;
    color: #502850;
    font-size: 17px;
    line-height: 30px;
    font-weight: 900;
    position: relative;
    transition: none;
    text-transform: none; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    border-color: #967e96; }
    .fsAccordion .fsPanel > header:hover a, .fsTabs .fsPanel > header:hover a {
      color: #e18a3d; }

.fsAccordion .fsPanel > .fsElementContent, .fsTabs .fsPanel > .fsElementContent {
  padding: 13px 21px 8px;
  font-size: 15px;
  line-height: 26px; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  border-top: 4px solid #502850; }
  .fsAccordion .fsPanel.fsStateOpen > header a, .fsTabs .fsPanel.fsStateOpen > header a {
    color: #e18a3d; }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel > header h2::before, .fsPanelIconBefore.fsAccordion .fsPanel > header .admissions-team > header::before, .fsPanelIconBefore.fsTabs .fsPanel > header .admissions-team > header::before,
.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconAfter.fsAccordion .fsPanel > header .admissions-team > header::after,
.fsPanelIconAfter.fsTabs .fsPanel > header .admissions-team > header::after,
.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header .admissions-team > header::before,
.fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header .admissions-team > header::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header .admissions-team > header::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header .admissions-team > header::after {
  display: block;
  margin: 0;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 18px;
  font-size: 19px;
  line-height: 13px;
  text-align: center;
  border: none;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.fsAccordion {
  margin-bottom: 20px; }

body.fsAccountBarVisible {
  margin-top: 40px; }

#fsAccountBar {
  background-color: #363636;
  color: #ffffff;
  z-index: 9999; }
  #fsAccountBar a {
    color: #ffffff; }
  #fsAccountBar > ul > li {
    cursor: pointer;
    margin: 0;
    padding: 0 1em;
    transition: background 0.3s ease; }
    #fsAccountBar > ul > li:hover {
      color: #e18a3d; }
    #fsAccountBar > ul > li:first-child ul {
      margin-left: 35px; }
  #fsAccountBar .fsAccountBarMenu {
    background-color: #502850;
    border-width: 0;
    left: 0; }
    #fsAccountBar .fsAccountBarMenu ul {
      background-color: #502850;
      left: 100%; }

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px; }
  .fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .fsAthleticsEvent .fsAlertFeeds {
        margin-bottom: 0; } }
  .fsAthleticsEvent .fsListItems article {
    margin-bottom: 20px; }
  .fsAthleticsEvent .fsTitle {
    display: inline-block;
    margin-bottom: 0; }
  .fsAthleticsEvent .fsElementEventIcon {
    margin-right: 10px; }
  .fsAthleticsEvent .fsAthleticsEventDetailLink {
    outline: 0; }
  .fsAthleticsEvent .fsAlertIcon {
    margin-left: 5px;
    margin-bottom: -3px; }
  .fsAthleticsEvent .fsLoadMoreButton {
    display: inline-block;
    margin: 0 0 20px;
    padding: 8px 27px 7px;
    border: 2px solid #502850;
    outline: 0;
    color: #502850;
    font-size: 11px;
    font-weight: 700;
    font-family: "museo-sans", sans-serif;
    text-transform: uppercase;
    text-align: center;
    background: #ffffff;
    padding: 10px 20px; }
    .fsAthleticsEvent .fsLoadMoreButton:hover, .fsAthleticsEvent .fsLoadMoreButton:focus {
      border-color: #3f203f;
      color: #502850;
      background: #f2f2f2; }
    .fsAthleticsEvent .fsLoadMoreButton.fs_style_33 {
      padding-top: 20px;
      padding-bottom: 20px;
      border-width: 4px;
      font-size: 16px;
      letter-spacing: 0.06em; }
      .fsAthleticsEvent .fsLoadMoreButton.fs_style_33 em {
        display: block;
        margin-top: 2px;
        padding-bottom: 3px;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        letter-spacing: 0.01em; }
    .fsAthleticsEvent .fsLoadMoreButton.fs_style_36 {
      display: block;
      width: 100%; }
  .fsAthleticsEvent .fsAthleticsOpponents {
    display: inline; }
  .fsAthleticsEvent .fsAthleticsOpponentNames {
    display: inline; }

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

/*! elements - athletics roster */
.fsAthleticsRoster {
  margin-bottom: 20px; }

.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 #eee; }
  .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; }

.fsRosterPlayerNumber:before {
  content: 'Number: '; }

.fsRosterPosition:before {
  content: 'Position: '; }

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

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px; }

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _list.scss - src/sass/modules/calendar/list.scss - calendar list */
.fsCalendar .fsElementTitle {
  display: inline-block;
  padding: 13px 18px 12px;
  font-size: 17px;
  line-height: normal;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #502850; }

.fsCalendar article {
  position: relative;
  padding-left: 100px;
  min-height: 74px;
  padding-top: 0; }
  .fsCalendar article .fsElementEventColorIcon {
    width: 12px;
    height: 12px; }

.fsCalendar .fsDate {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 74px;
  width: 80px;
  border: 2px solid #502850;
  position: absolute;
  top: 5px;
  left: 0;
  color: #502850;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffffff; }
  .fsCalendar .fsDate > span {
    display: block;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700; }
    .fsCalendar .fsDate > span.fsDay {
      font-size: 20px;
      line-height: 19px;
      font-weight: 700; }

.fsCalendar article:last-of-type .fsEventDetails {
  border-bottom: 0; }

.fsCalendar .fsTitle {
  padding-top: 7px;
  padding-bottom: 12px;
  color: #393a3e;
  line-height: 26px;
  font-weight: 900; }
  .fsCalendar .fsTitle a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit; }
    .fsCalendar .fsTitle a:hover {
      color: #e18a3d; }

.fsCalendar .fsEventDetails {
  padding-bottom: 29px;
  color: #6a6c72;
  font-size: 12px;
  line-height: normal;
  border-bottom: 1px solid #e9e9ea; }

.fsCalendar .fsTimeRange {
  padding-bottom: 6px;
  text-transform: capitalize; }

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

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
    margin-bottom: 0; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-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; } }

@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(54, 54, 54, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(54, 54, 54, 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(54, 54, 54, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(54, 54, 54, 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;
    margin: 0 0 20px;
    padding: 8px 27px 7px;
    border: 2px solid #502850;
    outline: 0;
    color: #502850;
    font-size: 11px;
    font-weight: 700;
    font-family: "museo-sans", sans-serif;
    text-transform: uppercase;
    text-align: center;
    background: #ffffff;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus {
      border-color: #3f203f;
      color: #502850;
      background: #f2f2f2; }
    .scroll-up span.fs_style_33 {
      padding-top: 20px;
      padding-bottom: 20px;
      border-width: 4px;
      font-size: 16px;
      letter-spacing: 0.06em; }
      .scroll-up span.fs_style_33 em {
        display: block;
        margin-top: 2px;
        padding-bottom: 3px;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        letter-spacing: 0.01em; }
    .scroll-up span.fs_style_36 {
      display: block;
      width: 100%; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

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

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

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

.fsCalendar.fsGrid .fsCalendarLegend h4, .fsCalendar.fsGrid .fsCalendarLegend .steps-container > header > h2.fsElementTitle, .fsCalendar.fsGrid .fsCalendarLegend .welcome .steps-container > header > h2.fsElementTitle, .fsCalendar.fsGrid .fsCalendarLegend .steps-container > header.admissions-team > header.fsElementTitle {
  margin-bottom: 20px; }

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

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

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
.fsCalendar.fsSlideshow.fsSlideshowHorizontal .fsEventDetails {
  border-bottom: 0; }

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElementTitle p {
  margin-bottom: 0; }

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

.module, .module-dark, .module-green, .module-yellow, .module-pink, .module-blue {
  margin-bottom: 20px;
  padding: 38px 30px 24px;
  color: #6a6c72;
  font-size: 15px;
  line-height: 24px; }
  .module h1, .module-dark h1, .module-green h1, .module-yellow h1, .module-pink h1, .module-blue h1, .module h2, .module-dark h2, .module-green h2, .module-yellow h2, .module-pink h2, .module-blue h2, .module .welcome h2.fsElementTitle, .welcome .module h2.fsElementTitle, .module-dark .welcome h2.fsElementTitle, .welcome .module-dark h2.fsElementTitle, .module-green .welcome h2.fsElementTitle, .welcome .module-green h2.fsElementTitle, .module-yellow .welcome h2.fsElementTitle, .welcome .module-yellow h2.fsElementTitle, .module-pink .welcome h2.fsElementTitle, .welcome .module-pink h2.fsElementTitle, .module-blue .welcome h2.fsElementTitle, .welcome .module-blue h2.fsElementTitle, .module .admissions-team > header, .module-dark .admissions-team > header, .module-green .admissions-team > header, .module-yellow .admissions-team > header, .module-pink .admissions-team > header, .module-blue .admissions-team > header, .module h3, .module-dark h3, .module-green h3, .module-yellow h3, .module-pink h3, .module-blue h3, .module h4, .module-dark h4, .module-green h4, .module-yellow h4, .module-pink h4, .module-blue h4, .module .steps-container > header > h2.fsElementTitle, .module-dark .steps-container > header > h2.fsElementTitle, .module-green .steps-container > header > h2.fsElementTitle, .module-yellow .steps-container > header > h2.fsElementTitle, .module-pink .steps-container > header > h2.fsElementTitle, .module-blue .steps-container > header > h2.fsElementTitle, .module .welcome .steps-container > header > h2.fsElementTitle, .module-dark .welcome .steps-container > header > h2.fsElementTitle, .module-green .welcome .steps-container > header > h2.fsElementTitle, .module-yellow .welcome .steps-container > header > h2.fsElementTitle, .module-pink .welcome .steps-container > header > h2.fsElementTitle, .module-blue .welcome .steps-container > header > h2.fsElementTitle, .module .steps-container > header.admissions-team > header.fsElementTitle, .module-dark .steps-container > header.admissions-team > header.fsElementTitle, .module-green .steps-container > header.admissions-team > header.fsElementTitle, .module-yellow .steps-container > header.admissions-team > header.fsElementTitle, .module-pink .steps-container > header.admissions-team > header.fsElementTitle, .module-blue .steps-container > header.admissions-team > header.fsElementTitle, .module h5, .module-dark h5, .module-green h5, .module-yellow h5, .module-pink h5, .module-blue h5, .module h6, .module-dark h6, .module-green h6, .module-yellow h6, .module-pink h6, .module-blue h6 {
    color: inherit; }
  .module .fsElementTitle, .module-dark .fsElementTitle, .module-green .fsElementTitle, .module-yellow .fsElementTitle, .module-pink .fsElementTitle, .module-blue .fsElementTitle {
    color: #393a3e;
    margin-top: 0;
    font-weight: normal;
    border-top: 4px solid #e9e9ea;
    padding-top: 10px;
    color: #393a3e;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 16px;
    font-size: 16px;
    margin-bottom: 26px;
    border: 0;
    padding-top: 0;
    letter-spacing: 0px; }
  .module ul, .module-dark ul, .module-green ul, .module-yellow ul, .module-pink ul, .module-blue ul {
    padding-left: 0px;
    list-style: none; }
    .module ul li, .module-dark ul li, .module-green ul li, .module-yellow ul li, .module-pink ul li, .module-blue ul li {
      padding-left: 9px;
      position: relative; }
      .module ul li:before, .module-dark ul li:before, .module-green ul li:before, .module-yellow ul li:before, .module-pink ul li:before, .module-blue ul li:before {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        position: absolute;
        top: 10px;
        left: 0;
        background-color: #6a6c72; }

.module {
  border-top: 4px solid #502850;
  background-color: #f8f7f7; }
  .module ul li:before {
    background-color: #6a6c72; }

.module-dark {
  border-top: 4px solid #502850;
  color: #d9c9d9;
  background-color: #502850; }
  .module-dark .fsElementTitle {
    margin-bottom: 22px;
    color: #ffffff; }
  .module-dark ul li:before {
    background-color: #6a6c72; }
  .module-dark a:hover {
    color: #e18a3d;
    text-decoration: underline; }

.module-green {
  background-color: #00857A;
  color: #fff; }
  .module-green .fsTitle {
    color: #fff; }
  .module-green .fsElementContent a {
    color: #fff;
    text-decoration: underline; }
    .module-green .fsElementContent a:hover, .module-green .fsElementContent a:focus {
      text-decoration: none; }

.module-yellow {
  background-color: #FCAF17;
  color: #502850; }
  .module-yellow .fsTitle {
    color: #502850; }
  .module-yellow .fsElementContent a {
    color: #502850;
    text-decoration: underline; }
    .module-yellow .fsElementContent a:hover, .module-yellow .fsElementContent a:focus {
      text-decoration: none; }

.module-pink {
  background-color: #E01A84;
  color: #fff; }
  .module-pink .fsTitle {
    color: #fff; }
  .module-pink .fsElementContent a {
    text-decoration: underline;
    color: #fff; }
    .module-pink .fsElementContent a:hover, .module-pink .fsElementContent a:focus {
      text-decoration: none; }

.module-blue {
  background-color: #347AB7;
  color: #fff; }
  .module-blue .fsTitle {
    color: #fff; }
  .module-blue .fsElementContent a {
    color: #fff;
    text-decoration: underline; }
    .module-blue .fsElementContent a:hover, .module-blue .fsElementContent a:focus {
      text-decoration: none; }

.module-image {
  margin-bottom: 20px; }
  .module-image .fsElementContent img {
    display: block;
    width: 100%; }
  .module-image .fsElementFooterContent {
    padding: 38px 30px 46px;
    color: #393a3e;
    font-size: 15px;
    line-height: 24px;
    background-color: #e7e6e6; }

.module-quote {
  padding: 50px 30px 25px;
  margin-bottom: 20px;
  background-color: #FCAF17;
  font-size: 24px;
  line-height: 40px;
  color: #502850;
  font-family: "arno-pro", Georgia, serif;
  text-align: center; }

.module-gray {
  padding: 45px 60px 42px;
  margin-bottom: 20px;
  background-color: #e7e6e2; }
  .module-gray .fsElementTitle {
    margin-bottom: 21px;
    font-family: "museo-sans", sans-serif;
    line-height: 49px; }
  .module-gray .fsElementContent {
    font-family: "arno-pro", Georgia, serif;
    font-size: 22px;
    line-height: 34px; }

.hero-image {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  display: none; }
  .hero-image.element-loaded {
    display: block; }
  .hero-image article {
    height: 525px; }
    @media (min-width: 1000px) {
      .hero-image article {
        height: 625px; } }
    .hero-image article img {
      display: none; }
  .hero-image footer {
    padding: 21px 14px 27px;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    text-align: center;
    background-color: rgba(117, 115, 111, 0.9); }
    @media (min-width: 550px) {
      .hero-image footer {
        padding: 26px 14px 22px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0; } }
    @media (min-width: 1000px) {
      .hero-image footer {
        padding-bottom: 20px;
        font-size: 16px;
        line-height: 34px; } }
    .hero-image footer h1 {
      margin-bottom: 22px;
      color: #ffffff;
      font-size: 16px;
      line-height: 28px;
      font-weight: 300; }
      @media (min-width: 550px) {
        .hero-image footer h1 {
          margin-bottom: 6px; } }
      @media (min-width: 1000px) {
        .hero-image footer h1 {
          margin-bottom: 1px;
          font-size: 22px;
          line-height: 34px; } }
    .hero-image footer a {
      color: #ffffff; }
      .hero-image footer a:hover {
        color: #e18a3d; }
  .hero-image .fsElementFooterContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px; }
    .hero-image .fsElementFooterContent br:nth-last-of-type(1), .hero-image .fsElementFooterContent br:nth-last-of-type(2) {
      display: none; }
    .hero-image .fsElementFooterContent > *:last-child {
      margin-bottom: 0; }
  .hero-image.fsMedia {
    display: block;
    opacity: 0; }
    .hero-image.fsMedia.element-loaded {
      opacity: 1; }
    .hero-image.fsMedia .fsElementContent {
      position: relative; }
    .hero-image.fsMedia .slideshow-arrows {
      zoom: 1;
      position: absolute;
      bottom: 50%;
      width: 100%;
      height: 65px; }
      .hero-image.fsMedia .slideshow-arrows:after {
        display: table;
        clear: both;
        content: ''; }
      .hero-image.fsMedia .slideshow-arrows:before {
        content: '';
        display: block;
        padding-bottom: 66.03774%; }
      .hero-image.fsMedia .slideshow-arrows .slick-arrow {
        width: 65px;
        height: 65px;
        border: 2px solid #ffffff;
        position: relative;
        font-size: 1px;
        color: transparent;
        cursor: pointer; }
        .hero-image.fsMedia .slideshow-arrows .slick-arrow:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: block;
          width: 20px;
          height: 20px;
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          color: #ffffff;
          font-size: 20px;
          line-height: 20px; }
      .hero-image.fsMedia .slideshow-arrows .slick-prev:before {
        content: '\f177'; }
      .hero-image.fsMedia .slideshow-arrows .slick-next:before {
        content: '\f178'; }
      .hero-image.fsMedia .slideshow-arrows .slick-arrow {
        border: 4px solid #ffffff;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .hero-image.fsMedia .slideshow-arrows .slick-arrow:before {
          color: #ffffff; }
        @media (min-width: 1000px) {
          .hero-image.fsMedia .slideshow-arrows .slick-arrow {
            border: 2px solid #ffffff; } }
      .hero-image.fsMedia .slideshow-arrows .slick-prev {
        left: 10px; }
      .hero-image.fsMedia .slideshow-arrows .slick-next {
        right: 10px; }
  .hero-image.fsContent {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .hero-image.fsContent .fsElementContent {
      max-height: 480px; }
      .hero-image.fsContent .fsElementContent:before {
        display: block;
        content: '';
        width: 100%;
        padding-bottom: 33.33333%; }
  body.fsDraftMode .fsContent.hero-image .fsElementContent,
  body.fsComposeMode .fsContent.hero-image .fsElementContent {
    pointer-events: none; }
    body.fsDraftMode .fsContent.hero-image .fsElementContent .fsContentOverlay,
    body.fsDraftMode .fsContent.hero-image .fsElementContent .fsEditable,
    body.fsDraftMode .fsContent.hero-image .fsElementContent .redactor-box,
    body.fsComposeMode .fsContent.hero-image .fsElementContent .fsContentOverlay,
    body.fsComposeMode .fsContent.hero-image .fsElementContent .fsEditable,
    body.fsComposeMode .fsContent.hero-image .fsElementContent .redactor-box {
      display: none; }
  body.fsDraftMode .hero-image,
  body.fsComposeMode .hero-image {
    display: block;
    opacity: 1; }

.resource-slider article {
  height: 525px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .resource-slider article.has-caption:before {
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media (min-width: 1000px) {
    .resource-slider article {
      height: 600px; } }
  .resource-slider article img {
    display: none; }
  .resource-slider article picture {
    display: block; }
  .resource-slider article figcaption {
    color: #fff;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 754px;
    text-align: center; }
    @media (min-width: 600px) {
      .resource-slider article figcaption {
        padding: 0 20px; } }
    .resource-slider article figcaption .fsTitle {
      font-family: "museo-sans", sans-serif;
      font-style: normal;
      font-weight: 500;
      text-align: center;
      letter-spacing: -0.4px;
      color: #FFFFFF;
      text-shadow: 0px 0px 10px #000000;
      font-size: 31px;
      line-height: 36px;
      margin-bottom: 10px; }
      @media (min-width: 600px) {
        .resource-slider article figcaption .fsTitle {
          font-size: 55px;
          line-height: 60px; } }
    .resource-slider article figcaption p {
      font-weight: 500; }
      @media (min-width: 600px) {
        .resource-slider article figcaption p {
          font-size: 19px;
          line-height: 32px; } }
      .resource-slider article figcaption p:last-child {
        margin-bottom: 0; }
    .resource-slider article figcaption a {
      margin-bottom: 0; }

.resource-slider.fsSlideshow .fsElementSlideshow {
  margin-bottom: 0;
  padding: 0 !important; }
  .resource-slider.fsSlideshow .fsElementSlideshow .fsElementSlideshowControls {
    display: none; }

.resource-slider.fsSlideshow article {
  padding: 0; }
  .resource-slider.fsSlideshow article video {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    display: block;
    line-height: 0; }
  .resource-slider.fsSlideshow article video::-webkit-media-controls {
    display: none; }

.resource-slider .fsNextButton, .resource-slider .fsPrevButton {
  width: 49px;
  height: 49px;
  background: rgba(0, 0, 0, 0.65);
  border: thin solid #fff;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0;
  transition: 0.3s; }
  .resource-slider .fsNextButton:hover, .resource-slider .fsNextButton:focus, .resource-slider .fsPrevButton:hover, .resource-slider .fsPrevButton:focus {
    background: black; }
  .resource-slider .fsNextButton:focus, .resource-slider .fsPrevButton:focus {
    outline: 5px auto -webkit-focus-ring-color !important; }
  .resource-slider .fsNextButton:before, .resource-slider .fsPrevButton:before {
    color: #fff;
    font-size: 50px;
    text-align: center;
    line-height: 1;
    width: auto;
    height: 23px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 9px;
    position: absolute; }

.resource-slider .fsPrevButton {
  left: 20px !important; }

.resource-slider .fsNextButton {
  right: 20px !important; }

.resource-slider .resourcesVideoControls {
  position: absolute;
  bottom: 30px;
  z-index: 10;
  right: 30px;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 1000px) {
    .resource-slider .resourcesVideoControls {
      bottom: 60px;
      right: 120px; } }

.resource-slider .resourcesVideoControls__muteButton:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 16px;
  color: #fff; }

.resource-slider .active.resourcesVideoControls__muteButton:before {
  content: '\e907'; }

.resource-slider .resourcesVideoControls__playButton:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 18px;
  color: #fff; }

.resource-slider .active.resourcesVideoControls__playButton:before {
  content: '\e904';
  font-size: 18px; }

.resource-slider .resourcesVideoControls__playButton, .resource-slider .resourcesVideoControls__muteButton {
  margin: 5px;
  width: 49px;
  height: 49px;
  background: rgba(0, 0, 0, 0.65);
  border: thin solid #fff;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0;
  cursor: pointer; }
  .resource-slider .resourcesVideoControls__playButton:hover, .resource-slider .resourcesVideoControls__muteButton:hover, .resource-slider .resourcesVideoControls__playButton:focus, .resource-slider .resourcesVideoControls__muteButton:focus {
    background: black; }
  .resource-slider .resourcesVideoControls__playButton:focus, .resource-slider .resourcesVideoControls__muteButton:focus {
    outline: 5px auto -webkit-focus-ring-color !important; }

body:not(.fsComposeMode) .panel-full-width {
  max-width: 0vw;
  margin: 0 auto; }
  body:not(.fsComposeMode) .panel-full-width > .fsElementContent {
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw; }
  body:not(.fsComposeMode) .panel-full-width.fsSharedContainer > .fsContainer {
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw; }

body:not(.fsComposeMode) .panel-full-boundry > .fsElementContent {
  padding: 0 20px; }
  body:not(.fsComposeMode) .panel-full-boundry > .fsElementContent > .fsElement {
    position: relative;
    margin: 0 auto;
    max-width: 1180px; }

body:not(.fsComposeMode) .panel-full-boundry.fsSharedContainer > .fsContainer {
  padding: 0 20px; }
  body:not(.fsComposeMode) .panel-full-boundry.fsSharedContainer > .fsContainer > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px; }

.covid-banner {
  position: relative;
  height: 100%;
  background-color: #502850;
  color: #fff;
  padding: 20px;
  text-align: center;
  transition: transform .25s;
  z-index: 9; }
  .covid-banner a {
    color: #f2cdab;
    font-weight: 700; }
    .covid-banner a:hover, .covid-banner a:focus {
      color: #e18a3d; }
  @media (max-width: 799px) {
    .covid-banner {
      padding-left: 60px; } }

.has-covid .wg-default, .has-covid .wg-default .country-selector {
  top: 75px !important; }
  @media (min-width: 800px) {
    .has-covid .wg-default, .has-covid .wg-default .country-selector {
      top: 14px !important; } }

.has-covid.fsAccountBarVisible .wg-default, .has-covid.fsAccountBarVisible .wg-default .country-selector {
  top: 120px !important; }
  @media (min-width: 800px) {
    .has-covid.fsAccountBarVisible .wg-default, .has-covid.fsAccountBarVisible .wg-default .country-selector {
      top: 52px !important; } }

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

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input {
      border: solid 1px #ccc; }
      .fsComposerFormEmbed form input.fileUploader {
        padding: 0;
        width: 100%;
        border: none; }
    .fsComposerFormEmbed form fieldset {
      padding: 0; }
    .fsComposerFormEmbed form textarea {
      max-width: 100%;
      width: 100%;
      border: solid 1px #ccc; }
    .fsComposerFormEmbed form .mainGroupSub {
      max-width: 100%;
      width: 100% !important; }
    .fsComposerFormEmbed form .formPage {
      margin-bottom: 20px; }
    .fsComposerFormEmbed form .elementRow {
      max-width: 100%;
      margin: 0; }
      .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .elementContainer {
      margin: 0 0 20px;
      padding: 0; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementContainer {
          width: 100%; } }
      .fsComposerFormEmbed form .elementContainer label {
        margin-bottom: 2px; }
        .fsComposerFormEmbed form .elementContainer label.horizontal {
          white-space: normal;
          margin-right: 10px !important; }
          .fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
            margin-right: 0; }
      .fsComposerFormEmbed form .elementContainer hr {
        margin: 0 auto; }
      .fsComposerFormEmbed form .elementContainer p:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 599px) {
      .fsComposerFormEmbed form .elementBody > input {
        width: 100%; } }
    .fsComposerFormEmbed form .elementBody > .descText {
      margin-bottom: 10px; }
    .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: left;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
          width: 20%;
          padding-right: 10px;
          text-align: right;
          float: left; } }
    @media (min-width: 600px) {
      .fsComposerFormEmbed form .labelLeft .elementContainer > label {
        padding: 5px 10px 5px 5px; } }
    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
      width: 100%; }
    .fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
      width: auto; }
    .fsComposerFormEmbed form .labelLeft .elementBody {
      margin: 0;
      width: 100%;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementBody {
          width: 80%;
          float: left; } }
    .fsComposerFormEmbed form .linkLike {
      color: #e18a3d;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #e18a3d; }
    .fsComposerFormEmbed form .required {
      color: #363636; }
    .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: #e18a3d;
        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: #e18a3d;
          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: #363636 !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: #163052 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "museo-sans", 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;
    margin: 0 0 20px;
    padding: 8px 27px 7px;
    border: 2px solid #502850;
    outline: 0;
    color: #502850;
    font-size: 11px;
    font-weight: 700;
    font-family: "museo-sans", sans-serif;
    text-transform: uppercase;
    text-align: center;
    background: #ffffff; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView .fsLoginSubmit:focus, .fsLogin .fsLoginMainView button:hover, .fsLogin .fsLoginMainView button:focus, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover, .fsLogin .fsLoginForgotView .fsLoginSubmit:focus, .fsLogin .fsLoginForgotView button:hover, .fsLogin .fsLoginForgotView button:focus, .fsLogin .fsLoginNewView .fsLoginSubmit:hover, .fsLogin .fsLoginNewView .fsLoginSubmit:focus, .fsLogin .fsLoginNewView button:hover, .fsLogin .fsLoginNewView button:focus, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:focus, .fsAccount .fsLoginMainView button:hover, .fsAccount .fsLoginMainView button:focus, .fsAccount .fsLoginForgotView .fsLoginSubmit:hover, .fsAccount .fsLoginForgotView .fsLoginSubmit:focus, .fsAccount .fsLoginForgotView button:hover, .fsAccount .fsLoginForgotView button:focus, .fsAccount .fsLoginNewView .fsLoginSubmit:hover, .fsAccount .fsLoginNewView .fsLoginSubmit:focus, .fsAccount .fsLoginNewView button:hover, .fsAccount .fsLoginNewView button:focus {
      border-color: #3f203f;
      color: #502850;
      background: #f2f2f2; }
    .fsLogin .fsLoginMainView .fsLoginSubmit.fs_style_33, .fsLogin .fsLoginMainView button.fs_style_33, .fsLogin .fsLoginForgotView .fsLoginSubmit.fs_style_33, .fsLogin .fsLoginForgotView button.fs_style_33, .fsLogin .fsLoginNewView .fsLoginSubmit.fs_style_33, .fsLogin .fsLoginNewView button.fs_style_33, .fsAccount .fsLoginMainView .fsLoginSubmit.fs_style_33, .fsAccount .fsLoginMainView button.fs_style_33, .fsAccount .fsLoginForgotView .fsLoginSubmit.fs_style_33, .fsAccount .fsLoginForgotView button.fs_style_33, .fsAccount .fsLoginNewView .fsLoginSubmit.fs_style_33, .fsAccount .fsLoginNewView button.fs_style_33 {
      padding-top: 20px;
      padding-bottom: 20px;
      border-width: 4px;
      font-size: 16px;
      letter-spacing: 0.06em; }
      .fsLogin .fsLoginMainView .fsLoginSubmit.fs_style_33 em, .fsLogin .fsLoginMainView button.fs_style_33 em, .fsLogin .fsLoginForgotView .fsLoginSubmit.fs_style_33 em, .fsLogin .fsLoginForgotView button.fs_style_33 em, .fsLogin .fsLoginNewView .fsLoginSubmit.fs_style_33 em, .fsLogin .fsLoginNewView button.fs_style_33 em, .fsAccount .fsLoginMainView .fsLoginSubmit.fs_style_33 em, .fsAccount .fsLoginMainView button.fs_style_33 em, .fsAccount .fsLoginForgotView .fsLoginSubmit.fs_style_33 em, .fsAccount .fsLoginForgotView button.fs_style_33 em, .fsAccount .fsLoginNewView .fsLoginSubmit.fs_style_33 em, .fsAccount .fsLoginNewView button.fs_style_33 em {
        display: block;
        margin-top: 2px;
        padding-bottom: 3px;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        letter-spacing: 0.01em; }
    .fsLogin .fsLoginMainView .fsLoginSubmit.fs_style_36, .fsLogin .fsLoginMainView button.fs_style_36, .fsLogin .fsLoginForgotView .fsLoginSubmit.fs_style_36, .fsLogin .fsLoginForgotView button.fs_style_36, .fsLogin .fsLoginNewView .fsLoginSubmit.fs_style_36, .fsLogin .fsLoginNewView button.fs_style_36, .fsAccount .fsLoginMainView .fsLoginSubmit.fs_style_36, .fsAccount .fsLoginMainView button.fs_style_36, .fsAccount .fsLoginForgotView .fsLoginSubmit.fs_style_36, .fsAccount .fsLoginForgotView button.fs_style_36, .fsAccount .fsLoginNewView .fsLoginSubmit.fs_style_36, .fsAccount .fsLoginNewView button.fs_style_36 {
      display: block;
      width: 100%; }
  .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;
    margin: 0 0 20px;
    padding: 8px 27px 7px;
    border: 2px solid #502850;
    outline: 0;
    color: #502850;
    font-size: 11px;
    font-weight: 700;
    font-family: "museo-sans", sans-serif;
    text-transform: uppercase;
    text-align: center;
    background: #ffffff; }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus {
      border-color: #3f203f;
      color: #502850;
      background: #f2f2f2; }
    .fsAccount .fsAccountLogout a.fs_style_33 {
      padding-top: 20px;
      padding-bottom: 20px;
      border-width: 4px;
      font-size: 16px;
      letter-spacing: 0.06em; }
      .fsAccount .fsAccountLogout a.fs_style_33 em {
        display: block;
        margin-top: 2px;
        padding-bottom: 3px;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        letter-spacing: 0.01em; }
    .fsAccount .fsAccountLogout a.fs_style_36 {
      display: block;
      width: 100%; }

.fsMedia .fsMediaGallery .fsMediaGalleryThumbnail.fsCroppedImage {
  height: auto; }
  .fsMedia .fsMediaGallery .fsMediaGalleryThumbnail.fsCroppedImage:before {
    content: '';
    display: block;
    padding-bottom: 100%; }

.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(80, 40, 80, 0.85);
    bottom: 0;
    font-family: "museo-sans", sans-serif;
    font-size: 16px;
    left: 0;
    line-height: 27px;
    padding: 10px;
    position: absolute;
    width: 100%;
    word-wrap: break-word; }
    .fsMediaCustomPlayer .caption-wrapper > div {
      max-width: 1180px;
      margin: 0 auto; }
    @media (min-width: 550px) {
      .fsMediaCustomPlayer .caption-wrapper {
        padding: 10px 34px; } }
    @media (min-width: 1000px) {
      .fsMediaCustomPlayer .caption-wrapper {
        padding: 10px 54px; } }
    .fsMediaCustomPlayer .caption-wrapper a {
      color: #ffffff;
      text-decoration: underline; }
      .fsMediaCustomPlayer .caption-wrapper a[class*="fs_style"] {
        text-decoration: none; }
      .fsMediaCustomPlayer .caption-wrapper a:hover {
        text-decoration: none; }
  .fsMediaCustomPlayer .caption-title {
    color: #393a3e;
    margin-top: 0;
    font-weight: normal;
    color: #502850;
    font-size: 31px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin-bottom: 17px;
    color: #fff; }
  @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 .caption-desc a {
    margin-bottom: 0; }
  .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'; }

.lb-container .lb-image {
  height: auto !important; }

/*! elements - news v0.0.1 */
.fsNews .fsElementTitle {
  display: inline-block;
  padding: 13px 18px 12px;
  margin-bottom: 19px;
  font-size: 17px;
  line-height: normal;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #502850; }

.fsNews article {
  padding-bottom: 28px;
  color: #6a6c72;
  background-repeat: no-repeat; }

.fsNews .fsThumbnail {
  display: block;
  margin-bottom: 7px; }
  .fsNews .fsThumbnail img {
    display: block; }

.fsNews .fsTitle {
  padding-bottom: 10px;
  font-size: 20px;
  color: #393a3e;
  line-height: 26px;
  font-weight: 900; }
  .fsNews .fsTitle a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit; }
    .fsNews .fsTitle a:hover {
      color: #e18a3d; }

.fsNews .fsSummary {
  display: inline;
  font-size: 15px;
  line-height: 24px; }
  .fsNews .fsSummary p {
    display: inline; }

.fsNews .fsNewsPostLink.fsReadMoreLink {
  display: inline;
  font-size: 14px;
  font-weight: 700; }

.fsNews.fsList article {
  padding-top: 15px;
  border-bottom: 1px solid #e9e9ea; }
  .fsNews.fsList article:first-of-type {
    padding-top: 0; }
  .fsNews.fsList article:last-of-type {
    padding-bottom: 19px;
    border-bottom: 0; }

.fsNews.fsGrid .fsListItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px; }

.fsNews.fsGrid article {
  background-repeat: no-repeat;
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100%; }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 50%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 50%; } }

@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 33.33%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 50%; } }

@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 33.33%; } }

@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFourColumns article {
    width: 25%; } }

@media (min-width: 800px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 50%; } }

@media (min-width: 900px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 33.33%; } }

@media (min-width: 1000px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 25%; } }

@media (min-width: 1200px) {
  .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 20%; } }

.no-flexbox .fsNews.fsGrid .fsListItems {
  margin: 0 -15px;
  zoom: 1; }
  .no-flexbox .fsNews.fsGrid .fsListItems:after {
    display: table;
    clear: both;
    content: ''; }
  .no-flexbox .fsNews.fsGrid .fsListItems article {
    margin: 0 0 20px;
    width: 100%;
    padding: 0 15px; }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article {
    width: 50%; } }

.no-flexbox .fsNews.fsGrid .fsStyleTwoColumns article:nth-child(2n+1) {
  clear: both; }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 50%; }
    .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
      clear: both; } }

@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article {
    width: 33.33%; }
    .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(2n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleThreeColumns article:nth-child(3n+1) {
      clear: both; } }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 50%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
      clear: both; } }

@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 33.33%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(2n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
      clear: both; } }

@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article {
    width: 25%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(3n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFourColumns article:nth-child(4n+1) {
      clear: both; } }

@media (min-width: 800px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 50%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
      clear: both; } }

@media (min-width: 900px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 33.33%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(2n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
      clear: both; } }

@media (min-width: 1000px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 25%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(3n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
      clear: both; } }

@media (min-width: 1200px) {
  .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article {
    width: 20%; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(4n+1) {
      clear: none; }
    .no-flexbox .fsNews.fsGrid .fsStyleFiveColumns article:nth-child(5n+1) {
      clear: both; } }

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

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
#fsHeader .search-custom .search-custom-toggle {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  font-size: 1px;
  color: transparent;
  cursor: pointer; }
  #fsHeader .search-custom .search-custom-toggle:hover:before {
    color: #e18a3d; }
  #fsHeader .search-custom .search-custom-toggle:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #393a3e;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    transition: color 0.3s ease; }

#fsHeader .search-custom .fsElementContent {
  width: 250px;
  max-width: 0px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  right: 0;
  top: -3px;
  z-index: -1;
  transition: max-width 0.3s ease, z-index 0.3s ease 0s; }
  html.search-open #fsHeader .search-custom .fsElementContent {
    max-width: 250px;
    z-index: 100; }
    html.search-open #fsHeader .search-custom .fsElementContent form {
      max-width: 250px; }
    html.search-open #fsHeader .search-custom .fsElementContent input {
      opacity: 1;
      transition: opacity 0.3s ease 0.3s; }

#fsHeader .search-custom form {
  border: 2px solid #502850;
  padding-left: 40px;
  width: 100%;
  max-width: 0;
  background-color: #ffffff;
  transition: max-width 0.3s ease 0.1s; }

#fsHeader .search-custom input {
  display: block;
  height: 46px;
  width: 206px;
  outline: 0;
  border: 0;
  max-width: none;
  color: #393a3e;
  line-height: 46px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  opacity: 0;
  transition: opacity 0.3s ease 0s; }

#fsHeader .search-custom button[type="submit"] {
  display: block;
  width: 40px;
  height: 46px;
  border: 0;
  outline: 0;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1px;
  color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none; }
  #fsHeader .search-custom button[type="submit"]:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #502850;
    font-size: 14px;
    line-height: 16px;
    text-align: center; }

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

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

.fsSearchResults .gsc-control-cse, .fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "museo-sans", 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: #1c1c1c; }
  .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: #163052; }

.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: #e18a3d !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: #e18a3d !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;
  margin: 0 0 20px;
  padding: 8px 27px 7px;
  border: 2px solid #502850;
  outline: 0;
  color: #502850;
  font-size: 11px;
  font-weight: 700;
  font-family: "museo-sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  background: #ffffff; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus {
    border-color: #3f203f;
    color: #502850;
    background: #f2f2f2; }
  .vimeo_view_link a.fs_style_33 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-width: 4px;
    font-size: 16px;
    letter-spacing: 0.06em; }
    .vimeo_view_link a.fs_style_33 em {
      display: block;
      margin-top: 2px;
      padding-bottom: 3px;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      letter-spacing: 0.01em; }
  .vimeo_view_link a.fs_style_36 {
    display: block;
    width: 100%; }

/*! 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;
  margin: 0 0 20px;
  padding: 8px 27px 7px;
  border: 2px solid #502850;
  outline: 0;
  color: #502850;
  font-size: 11px;
  font-weight: 700;
  font-family: "museo-sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  background: #ffffff; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus {
    border-color: #3f203f;
    color: #502850;
    background: #f2f2f2; }
  .Youtube_view_link a.fs_style_33 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-width: 4px;
    font-size: 16px;
    letter-spacing: 0.06em; }
    .Youtube_view_link a.fs_style_33 em {
      display: block;
      margin-top: 2px;
      padding-bottom: 3px;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      text-transform: none;
      letter-spacing: 0.01em; }
  .Youtube_view_link a.fs_style_36 {
    display: block;
    width: 100%; }

/*! 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: 9px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        border-bottom: 4px solid #dcd4dc;
        background-color: transparent;
        padding: 6px 8px 6px;
        color: #7b7b7d;
        font-size: 16px;
        font-weight: bold;
        transition: border 0.3s ease, color 0.3s ease; }
        .fsTabs .fsTabsNav li a:hover {
          border-color: #967e96;
          background-color: transparent;
          color: #393a3e; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        border-color: #502850;
        background-color: transparent;
        color: #502850; }
  .fsTabs .fsPanel {
    color: #4c4c4c; }
    .fsTabs .fsPanel > .fsElementContent {
      padding-left: 0;
      padding-right: 0;
      padding-top: 22px;
      font-size: 15px;
      line-height: 27px; }

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

/*! pages - home v0.0.1 */
.home #fsPageBodyWrapper {
  padding-bottom: 0; }

.home #fsPageBody {
  max-width: 1270px; }

.home #fsPageContent {
  margin-bottom: 0; }

.home .fsPageLayout > .fsDiv {
  margin-bottom: 0; }

.home .header-sub-nav {
  display: none; }

.home .nav-breadcrumbs, .home .container-breadcrumbs {
  display: none; }

.home .hero-image {
  margin-bottom: 20px; }
  @media (min-width: 550px) {
    .home .hero-image {
      margin-bottom: 50px; } }

.home .panel-featured .fsThreeColumnLayout {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 25px; }
  .home .panel-featured .fsThreeColumnLayout > .fsDiv {
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0; }
    @media (min-width: 600px) {
      .home .panel-featured .fsThreeColumnLayout > .fsDiv.fsStyleColumn-1 {
        width: 50%; } }
    @media (min-width: 900px) {
      .home .panel-featured .fsThreeColumnLayout > .fsDiv.fsStyleColumn-1 {
        width: 41.66667%; } }
    @media (min-width: 600px) {
      .home .panel-featured .fsThreeColumnLayout > .fsDiv.fsStyleColumn-2 {
        width: 50%; } }
    @media (min-width: 900px) {
      .home .panel-featured .fsThreeColumnLayout > .fsDiv.fsStyleColumn-2 {
        width: 33.33333%; } }
    .home .panel-featured .fsThreeColumnLayout > .fsDiv.fsStyleColumn-3 {
      zoom: 1; }
      .home .panel-featured .fsThreeColumnLayout > .fsDiv.fsStyleColumn-3:after {
        display: table;
        clear: both;
        content: ''; }
      @media (min-width: 600px) {
        .home .panel-featured .fsThreeColumnLayout > .fsDiv.fsStyleColumn-3 {
          clear: both;
          margin-left: -10px;
          margin-right: -10px;
          width: calc(100% + 20px); } }
      @media (min-width: 900px) {
        .home .panel-featured .fsThreeColumnLayout > .fsDiv.fsStyleColumn-3 {
          width: 100%;
          margin-left: 0px;
          margin-right: 0px;
          width: 25%;
          clear: none; } }

.home .panel-featured .featured-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.home .panel-featured .module-featured .featured-overlay,
.home .panel-featured .callout-featured .featured-overlay {
  z-index: 3; }

.home .panel-featured .module-featured:hover,
.home .panel-featured .callout-featured:hover {
  color: #e18a3d !important; }

.home .panel-featured .module-featured {
  height: 300px;
  position: relative;
  background-color: #000000;
  background-position: center center;
  background-size: cover; }
  @media (min-width: 900px) {
    .home .panel-featured .module-featured {
      height: 380px; } }
  .home .panel-featured .module-featured:hover .fsElementContent {
    bottom: 7px; }
  .home .panel-featured .module-featured:hover footer {
    bottom: 7px; }
  .home .panel-featured .module-featured:hover:after {
    background-color: rgba(26, 13, 26, 0.65); }
  .home .panel-featured .module-featured:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease; }
  .home .panel-featured .module-featured > * {
    z-index: 2; }
  .home .panel-featured .module-featured header {
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 0 0 20px; }
  .home .panel-featured .module-featured .fsElementTitle {
    padding: 0 10px;
    margin: 0;
    color: #502850;
    font-size: 13px;
    line-height: 32px;
    text-transform: uppercase;
    background-color: #e7e6e6; }
  .home .panel-featured .module-featured .fsElementContent {
    padding: 0 20px 31px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: bottom 0.3s ease; }
    .home .panel-featured .module-featured .fsElementContent h1 {
      color: #ffffff;
      font-size: 28px;
      line-height: 36px;
      font-weight: 700;
      letter-spacing: -0.015em; }
      @media (min-width: 600px) {
        .home .panel-featured .module-featured .fsElementContent h1 {
          font-size: 32px;
          line-height: 36px; } }
      @media (min-width: 900px) {
        .home .panel-featured .module-featured .fsElementContent h1 {
          font-size: 40px;
          line-height: 50px; } }
  .home .panel-featured .module-featured footer {
    padding: 0 0 17px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: bottom 0.3s ease; }
    @media (min-width: 900px) {
      .home .panel-featured .module-featured footer {
        padding-bottom: 27px; } }
    .home .panel-featured .module-featured footer a {
      color: #ffffff;
      font-size: 13px;
      line-height: 32px;
      font-weight: 900;
      text-transform: uppercase; }

.home .panel-featured .fsElement {
  margin-bottom: 0; }

.home .panel-featured .callout-featured {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 180px;
  padding: 4px;
  margin-bottom: 10px;
  position: relative;
  background-color: #000000;
  background-position: center center;
  background-size: cover; }
  .home .panel-featured .callout-featured:hover:after {
    background-color: rgba(51, 26, 51, 0.65); }
  @media (min-width: 600px) {
    .home .panel-featured .callout-featured {
      float: left;
      width: calc(50% - 20px);
      margin: 0 10px; } }
  @media (min-width: 900px) {
    .home .panel-featured .callout-featured {
      float: none;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }
  .home .panel-featured .callout-featured:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin: 4px;
    border: 1px solid #ffffff; }
  .home .panel-featured .callout-featured:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(80, 40, 80, 0.5);
    transition: background 0.3s ease; }
  .home .panel-featured .callout-featured > * {
    z-index: 2; }
  .home .panel-featured .callout-featured header {
    display: none; }
  .home .panel-featured .callout-featured .fsElementContent h1 {
    display: block;
    padding: 0 10px;
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase; }
  .home .panel-featured .callout-featured .fsElementContent a {
    display: block;
    margin: 0;
    color: #ffffff;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 32px;
    font-style: normal; }

.home .panel-featured .callout-featured-01 {
  margin-bottom: 10px; }
  @media (min-width: 600px) {
    .home .panel-featured .callout-featured-01 {
      margin-bottom: 20px; } }

.home .panel-upcoming-events {
  opacity: 0;
  padding-bottom: 50px; }
  @media (min-width: 400px) {
    .home .panel-upcoming-events {
      padding-bottom: 65px; } }
  @media (min-width: 1000px) {
    .home .panel-upcoming-events {
      padding-bottom: 65px; } }
  .home .panel-upcoming-events.element-loaded {
    opacity: 1; }
  @media (min-width: 400px) {
    .home .panel-upcoming-events .fsCalendar > header {
      height: 60px; } }
  .home .panel-upcoming-events .fsCalendar > header > .fsElementTitle {
    display: block;
    padding: 8px 15px 7px;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 0;
    text-align: center; }
    @media (min-width: 400px) {
      .home .panel-upcoming-events .fsCalendar > header > .fsElementTitle {
        display: inline-block;
        margin-top: 10px;
        margin-left: 0;
        margin-right: 0;
        padding: 6px 13px 5px;
        font-size: 24px;
        text-align: left; } }
    @media (min-width: 800px) {
      .home .panel-upcoming-events .fsCalendar > header > .fsElementTitle {
        padding: 8px 15px 7px;
        font-size: 30px; } }
  @media (min-width: 400px) {
    .home .panel-upcoming-events .fsCalendar > .fsElementContent {
      padding-top: 42px; } }
  .home .panel-upcoming-events .fsElementContent {
    position: relative; }
  @media (min-width: 700px) {
    .home .panel-upcoming-events .fsListItems {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin: 0 -15px; } }
  .home .panel-upcoming-events article {
    padding: 0 0 0 0;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 4px solid #502850; }
    @media (min-width: 700px) {
      .home .panel-upcoming-events article {
        -ms-flex: 1 auto;
        flex: 1 auto;
        width: calc(33.33333% - 30px);
        margin: 0 15px; } }
  .home .panel-upcoming-events .fsDate {
    display: block;
    height: auto;
    width: auto;
    margin: 0;
    padding: 11px 0 17px;
    border: 0;
    position: static;
    text-align: left; }
    @media (min-width: 700px) {
      .home .panel-upcoming-events .fsDate {
        padding: 0 0 15px; } }
    .home .panel-upcoming-events .fsDate span {
      display: inline-block; }
      .home .panel-upcoming-events .fsDate span.fsMonth, .home .panel-upcoming-events .fsDate span.fsDay {
        font-size: 15px;
        font-weight: 900; }
  .home .panel-upcoming-events .fsTitle {
    padding-bottom: 9px;
    font-size: 26px;
    color: #393a3e;
    line-height: 32px;
    font-weight: 300; }
    @media (min-width: 700px) {
      .home .panel-upcoming-events .fsTitle {
        padding-bottom: 9px;
        font-size: 30px;
        color: #393a3e;
        line-height: 36px;
        font-weight: 300; } }
    .home .panel-upcoming-events .fsTitle:hover {
      color: #e18a3d; }
    .home .panel-upcoming-events .fsTitle a {
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit; }
      .home .panel-upcoming-events .fsTitle a:hover {
        color: #e18a3d; }
  .home .panel-upcoming-events .fsEventDetails {
    padding-bottom: 20px;
    color: #949496;
    font-size: 14px;
    border: 0;
    text-transform: none; }
    @media (min-width: 700px) {
      .home .panel-upcoming-events .fsEventDetails {
        padding-bottom: 29px; } }
    .home .panel-upcoming-events .fsEventDetails span {
      text-transform: none; }
  .home .panel-upcoming-events .fsTimeRange {
    padding-bottom: 3px; }
  @media (min-width: 550px) {
    .home .panel-upcoming-events footer {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 10; } }
  .home .panel-upcoming-events footer .fs_style_37 {
    display: block;
    margin: 0; }
    @media (min-width: 550px) {
      .home .panel-upcoming-events footer .fs_style_37 {
        display: inline-block; } }

.home .panel-top-stories {
  opacity: 0;
  position: relative;
  padding-bottom: 50px; }
  @media (min-width: 400px) {
    .home .panel-top-stories {
      padding-bottom: 20px; } }
  @media (min-width: 900px) {
    .home .panel-top-stories {
      padding-bottom: 50px; } }
  @media (min-width: 1000px) {
    .home .panel-top-stories {
      padding-bottom: 65px; } }
  .home .panel-top-stories.element-loaded {
    opacity: 1; }
  @media (min-width: 1000px) {
    .home .panel-top-stories .fsNews > header {
      position: absolute;
      top: 0;
      left: 0; } }
  .home .panel-top-stories .fsNews > header > .fsElementTitle {
    display: block;
    padding: 8px 15px 7px;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 0;
    text-align: center; }
    @media (min-width: 400px) {
      .home .panel-top-stories .fsNews > header > .fsElementTitle {
        display: inline-block;
        margin-top: 10px;
        margin-left: 0;
        margin-right: 0;
        padding: 6px 13px 5px;
        font-size: 24px;
        text-align: left; } }
    @media (min-width: 800px) {
      .home .panel-top-stories .fsNews > header > .fsElementTitle {
        padding: 8px 15px 7px;
        font-size: 30px; } }
    @media (min-width: 900px) {
      .home .panel-top-stories .fsNews > header > .fsElementTitle {
        margin-top: 0; } }
  .home .panel-top-stories .fsElementContent {
    position: relative; }
  .home .panel-top-stories article {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0; }
    @media (min-width: 1000px) {
      .home .panel-top-stories article {
        margin-left: 0px;
        margin-right: 0px; } }
    @media (min-width: 1000px) {
      .home .panel-top-stories article {
        min-height: 408px;
        padding: 0 0 72px 410px; } }
    .home .panel-top-stories article:last-of-type {
      padding-bottom: 0px; }
  .home .panel-top-stories .article-inner {
    position: relative;
    background-color: #e7e6e6;
    padding: 83px 12px 34px; }
    @media (min-width: 400px) {
      .home .panel-top-stories .article-inner {
        padding: 75px 39px 45px; } }
    @media (min-width: 1000px) {
      .home .panel-top-stories .article-inner {
        min-height: 336px;
        padding: 56px 40px 56px 168px; } }
  .home .panel-top-stories .fsTitle {
    padding-bottom: 19px;
    color: #502850;
    font-size: 24px;
    line-height: 32px;
    font-weight: 900; }
    @media (min-width: 400px) {
      .home .panel-top-stories .fsTitle {
        padding-bottom: 22px;
        font-size: 26px;
        line-height: 45px; } }
    @media (min-width: 1000px) {
      .home .panel-top-stories .fsTitle {
        padding-bottom: 22px;
        font-size: 30px;
        line-height: 45px; } }
    .home .panel-top-stories .fsTitle a {
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit; }
  .home .panel-top-stories .slide-index {
    position: absolute;
    top: 25px;
    right: 19px;
    color: #6a6c72;
    font-size: 16px;
    font-family: "arno-pro", Georgia, serif;
    font-style: italic; }
    @media (min-width: 400px) {
      .home .panel-top-stories .slide-index {
        right: 39px; } }
    @media (min-width: 1000px) {
      .home .panel-top-stories .slide-index {
        right: 28px; } }
  .home .panel-top-stories .fsSummary {
    color: #393a3e;
    font-size: 18px;
    line-height: 32px;
    font-family: "arno-pro", Georgia, serif; }
    @media (min-width: 400px) {
      .home .panel-top-stories .fsSummary {
        font-size: 20px;
        line-height: 34px; } }
    @media (min-width: 1000px) {
      .home .panel-top-stories .fsSummary {
        font-size: 22px;
        line-height: 34px; } }
  .home .panel-top-stories .fsNews.fsThumbnailRectangle .fsThumbnail {
    margin: 0;
    max-width: none; }
    @media (min-width: 1000px) {
      .home .panel-top-stories .fsNews.fsThumbnailRectangle .fsThumbnail {
        display: block;
        width: 100%;
        max-width: 530px;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 100; } }
    .home .panel-top-stories .fsNews.fsThumbnailRectangle .fsThumbnail .fsCroppedImage {
      display: block; }
      @media (min-width: 1000px) {
        .home .panel-top-stories .fsNews.fsThumbnailRectangle .fsThumbnail .fsCroppedImage {
          padding-bottom: 66.03774%; } }
  .home .panel-top-stories .slideshow-arrows {
    zoom: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .home .panel-top-stories .slideshow-arrows:after {
      display: table;
      clear: both;
      content: ''; }
    .home .panel-top-stories .slideshow-arrows:before {
      content: '';
      margin-top: 69px;
      display: none;
      padding-bottom: 66.03774%; }
      @media (min-width: 550px) {
        .home .panel-top-stories .slideshow-arrows:before {
          display: block; } }
      @media (min-width: 1000px) {
        .home .panel-top-stories .slideshow-arrows:before {
          display: none; } }
    @media (min-width: 550px) {
      .home .panel-top-stories .slideshow-arrows {
        top: 0;
        bottom: auto; } }
    @media (min-width: 1000px) {
      .home .panel-top-stories .slideshow-arrows {
        width: 134px;
        top: auto;
        left: 537px;
        right: auto;
        bottom: 0; } }
    .home .panel-top-stories .slideshow-arrows .slick-arrow {
      width: 65px;
      height: 65px;
      border: 2px solid #ffffff;
      position: relative;
      font-size: 1px;
      color: transparent;
      cursor: pointer; }
      .home .panel-top-stories .slideshow-arrows .slick-arrow:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #ffffff;
        font-size: 20px;
        line-height: 20px; }
    .home .panel-top-stories .slideshow-arrows .slick-prev:before {
      content: '\f177'; }
    .home .panel-top-stories .slideshow-arrows .slick-next:before {
      content: '\f178'; }
    .home .panel-top-stories .slideshow-arrows .slick-arrow {
      border: 4px solid #b4b2ad; }
      @media (min-width: 550px) {
        .home .panel-top-stories .slideshow-arrows .slick-arrow {
          border: 4px solid #ffffff;
          position: absolute;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
      @media (min-width: 1000px) {
        .home .panel-top-stories .slideshow-arrows .slick-arrow {
          border: 2px solid #b4b2ad;
          position: relative;
          top: auto;
          -ms-transform: none;
          transform: none; } }
      .home .panel-top-stories .slideshow-arrows .slick-arrow:before {
        color: #b4b2ad; }
        @media (min-width: 550px) {
          .home .panel-top-stories .slideshow-arrows .slick-arrow:before {
            color: #ffffff; } }
        @media (min-width: 1000px) {
          .home .panel-top-stories .slideshow-arrows .slick-arrow:before {
            color: #b4b2ad; } }
    .home .panel-top-stories .slideshow-arrows .slick-prev {
      float: left; }
      @media (min-width: 550px) {
        .home .panel-top-stories .slideshow-arrows .slick-prev {
          float: none;
          left: 0; } }
      @media (min-width: 1000px) {
        .home .panel-top-stories .slideshow-arrows .slick-prev {
          float: left; } }
    .home .panel-top-stories .slideshow-arrows .slick-next {
      float: right; }
      @media (min-width: 550px) {
        .home .panel-top-stories .slideshow-arrows .slick-next {
          float: none;
          right: 0; } }
      @media (min-width: 1000px) {
        .home .panel-top-stories .slideshow-arrows .slick-next {
          float: right; } }
  .home .panel-top-stories footer {
    margin-top: 10px; }
    @media (min-width: 550px) {
      .home .panel-top-stories footer {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10; } }
    @media (min-width: 1000px) {
      .home .panel-top-stories footer {
        top: auto;
        bottom: 0;
        margin-bottom: 0; } }
    .home .panel-top-stories footer .fs_style_37 {
      display: block; }
      @media (max-width: 549px) {
        .home .panel-top-stories footer .fs_style_37 {
          margin: 0 75px;
          padding: 17px 0px 17px; } }
      @media (min-width: 550px) {
        .home .panel-top-stories footer .fs_style_37 {
          display: inline-block;
          margin: 0; } }

.home .panel-press {
  padding-bottom: 50px; }
  @media (min-width: 1000px) {
    .home .panel-press {
      padding-bottom: 65px; } }
  body:not(.fsComposeMode).home .panel-press .press-item-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .home .panel-press .fsElementAddWrapper {
    width: 100%; }
  .home .panel-press .press-item:hover h1 {
    color: #e18a3d; }
  .home .panel-press .press-item header {
    color: #949496;
    font-size: 12px;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 8px; }
  .home .panel-press .press-item .fsElementContent {
    padding: 5px 0; }
    .home .panel-press .press-item .fsElementContent a {
      color: #393a3e;
      font-size: 24px; }
      .home .panel-press .press-item .fsElementContent a:hover {
        color: #502850; }
  .home .panel-press .press-item h1 {
    margin-bottom: 11px;
    color: #393a3e;
    font-size: 24px;
    line-height: 36px;
    font-weight: 900;
    transition: color 0.3s ease; }
    @media (min-width: 900px) {
      .home .panel-press .press-item h1 {
        margin-bottom: 39px; } }
    .home .panel-press .press-item h1:hover {
      color: #e18a3d; }
    .home .panel-press .press-item h1 a {
      color: inherit;
      text-transform: inherit; }
      .home .panel-press .press-item h1 a:hover {
        color: #e18a3d; }
  .home .panel-press .press-item footer {
    padding-bottom: 14px;
    color: #b5b5b8;
    font-size: 12px;
    line-height: normal;
    text-transform: uppercase; }
    @media (min-width: 900px) {
      .home .panel-press .press-item footer {
        position: absolute;
        bottom: 0; } }
    .home .panel-press .press-item footer a {
      color: inherit;
      text-transform: inherit; }
  .home .panel-press.fsThreeColumnLayout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -10px; }
    .home .panel-press.fsThreeColumnLayout > .fsDiv {
      float: none;
      -ms-flex: 1 auto;
      flex: 1 auto;
      width: 100%;
      border: 6px solid #e8e7e7;
      padding: 18px 13px 17px;
      margin: 0 10px 10px;
      position: relative; }
      @media (min-width: 400px) {
        .home .panel-press.fsThreeColumnLayout > .fsDiv {
          margin: 0 10px 17px; } }
      @media (min-width: 900px) {
        .home .panel-press.fsThreeColumnLayout > .fsDiv {
          padding: 20px 17px;
          border-width: 3px;
          width: calc(33.33333% - 20px);
          margin-bottom: 0; } }

.home .panel-points-of-pride {
  /*
		.points-of-pride {
			position: relative;
			margin-bottom: 0;

			background-color: #2a1629;

			> header {
				position: absolute;
				top: 57px;
				left: 50%;
				transform: translateX(-50%);
				z-index: 100;

				@include breakpoint($bp-tablet) {
					top: 87px;
				}

				> .fsElementTitle {
					display: none;
				}

				> .fsElementHeaderContent {
					> * {
						display: none;
					}

					h1 {
						display: block;
						margin: 0;

						color: #ffffff;
						font-size: 14px;
						font-weight: 900;
						text-transform: uppercase;

						em {
							padding: 0 5px 0 3px;
							display: inline-block;
							font-size: 20px;
							font-family: $serif;
							font-weight: 500;
							text-transform: lowercase;
						}
					}
				}
			}
		}
*/ }
  .home .panel-points-of-pride > .fsContainer {
    margin-bottom: 0;
    background-position: center center;
    background-size: cover;
    position: relative; }
    .home .panel-points-of-pride > .fsContainer > header {
      position: absolute;
      top: 57px;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 100; }
      @media (min-width: 700px) {
        .home .panel-points-of-pride > .fsContainer > header {
          top: 87px; } }
      .home .panel-points-of-pride > .fsContainer > header > .fsElementTitle {
        display: none; }
      .home .panel-points-of-pride > .fsContainer > header > .fsElementHeaderContent > * {
        display: none; }
      .home .panel-points-of-pride > .fsContainer > header > .fsElementHeaderContent h1 {
        display: block;
        margin: 0;
        color: #ffffff;
        font-size: 14px;
        font-weight: 900;
        text-transform: uppercase; }
        .home .panel-points-of-pride > .fsContainer > header > .fsElementHeaderContent h1 em {
          padding: 0 5px 0 3px;
          display: inline-block;
          font-size: 20px;
          font-family: "arno-pro", Georgia, serif;
          font-weight: 500;
          text-transform: lowercase; }
    .home .panel-points-of-pride > .fsContainer > .fsElementContent {
      margin-bottom: 0; }
      .home .panel-points-of-pride > .fsContainer > .fsElementContent:before {
        content: '';
        width: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(65, 37, 63, 0.5); }
  @media (min-width: 700px) {
    .home .panel-points-of-pride .fsContent {
      height: 440px; } }
  .home .panel-points-of-pride .fsContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    position: static;
    background: none; }
    @media (min-width: 700px) {
      .home .panel-points-of-pride .fsContent {
        padding: 0 140px; } }
  .home .panel-points-of-pride .fsContent > .fsElementContent {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    padding-top: 169px;
    padding-bottom: 159px;
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
    font-family: "arno-pro", Georgia, serif;
    text-align: center;
    background: none; }
    @media (min-width: 700px) {
      .home .panel-points-of-pride .fsContent > .fsElementContent {
        padding-top: 24px;
        padding-bottom: 0;
        font-size: 28px;
        line-height: 40px; } }
    @media (min-width: 1000px) {
      .home .panel-points-of-pride .fsContent > .fsElementContent {
        font-size: 40px;
        line-height: 60px; } }
  @media (min-width: 700px) {
    .home .panel-points-of-pride article {
      height: 440px; } }
  .home .panel-points-of-pride article:before {
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(65, 37, 63, 0.5); }
    @media (min-width: 700px) {
      .home .panel-points-of-pride article:before {
        display: block;
        height: 440px;
        position: static; } }
  .home .panel-points-of-pride .caption-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    position: static;
    background: none; }
    @media (min-width: 700px) {
      .home .panel-points-of-pride .caption-wrapper {
        padding: 0 140px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
  .home .panel-points-of-pride .caption-desc {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    padding-top: 169px;
    padding-bottom: 159px;
    font-size: 24px;
    line-height: 32px;
    font-family: "arno-pro", Georgia, serif;
    text-align: center;
    background: none; }
    @media (min-width: 700px) {
      .home .panel-points-of-pride .caption-desc {
        padding-top: 24px;
        padding-bottom: 0;
        font-size: 28px;
        line-height: 40px; } }
    @media (min-width: 1000px) {
      .home .panel-points-of-pride .caption-desc {
        font-size: 40px;
        line-height: 60px; } }
  .home .panel-points-of-pride img {
    display: none; }
  .home .panel-points-of-pride .slideshow-index {
    position: absolute;
    bottom: 46px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100; }
    .home .panel-points-of-pride .slideshow-index ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    .home .panel-points-of-pride .slideshow-index li {
      display: inline-block;
      height: 6px;
      width: 6px;
      border-radius: 100%;
      margin: 0 2px;
      background-color: #ffffff;
      opacity: 0.3;
      cursor: pointer; }
      .home .panel-points-of-pride .slideshow-index li.slick-active {
        opacity: 1; }
    .home .panel-points-of-pride .slideshow-index button {
      background: none;
      font-size: 1px;
      color: transparent;
      outline: none;
      border: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  .home .panel-points-of-pride .slideshow-arrows {
    display: none; }
    .home .panel-points-of-pride .slideshow-arrows .slick-arrow {
      width: 65px;
      height: 65px;
      border: 2px solid #ffffff;
      position: relative;
      font-size: 1px;
      color: transparent;
      cursor: pointer; }
      .home .panel-points-of-pride .slideshow-arrows .slick-arrow:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #ffffff;
        font-size: 20px;
        line-height: 20px; }
    .home .panel-points-of-pride .slideshow-arrows .slick-prev:before {
      content: '\f177'; }
    .home .panel-points-of-pride .slideshow-arrows .slick-next:before {
      content: '\f178'; }
    @media (min-width: 700px) {
      .home .panel-points-of-pride .slideshow-arrows {
        display: block; } }
    .home .panel-points-of-pride .slideshow-arrows .slick-arrow {
      border: 4px solid #ffffff;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (min-width: 1000px) {
        .home .panel-points-of-pride .slideshow-arrows .slick-arrow {
          border: 2px solid #ffffff; } }
    .home .panel-points-of-pride .slideshow-arrows .slick-prev {
      left: 20px; }
    .home .panel-points-of-pride .slideshow-arrows .slick-next {
      right: 20px; }

.home .fs_style_37 {
  padding: 15px 42px 14px; }

.arts-nav {
  background: #E7E6E6;
  width: 100%;
  display: block;
  padding-top: 30px !important;
  padding-bottom: 23px !important;
  top: -65px;
  position: relative;
  margin-bottom: 0 !important; }
  .arts-nav, .arts-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .arts-nav li {
    margin: 0;
    padding: 0; }
  .arts-nav .slick-list {
    padding-right: 30px; }
    .arts-nav .slick-list li {
      margin-right: 30px; }
  @media (min-width: 1000px) {
    .arts-nav .slick-list {
      padding-right: 0px; }
      .arts-nav .slick-list li {
        margin-right: 0px; } }
  @media (min-width: 1400px) {
    .arts-nav {
      width: 1290px;
      left: -10px;
      max-width: 1290px;
      width: auto;
      display: table;
      margin: 0 auto !important;
      left: auto; } }
  .arts-nav .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px; }
    .arts-nav .fsNavLevel1 > li, .arts-nav .fsNavLevel1 .slick-track > li {
      position: relative;
      padding: 0 25px;
      text-align: center;
      padding-top: 40px;
      margin-top: -40px; }
      .arts-nav .fsNavLevel1 > li:hover .fsNavPageInfo, .arts-nav .fsNavLevel1 > li:focus .fsNavPageInfo, .arts-nav .fsNavLevel1 .slick-track > li:hover .fsNavPageInfo, .arts-nav .fsNavLevel1 .slick-track > li:focus .fsNavPageInfo {
        opacity: 1;
        visibility: visible; }
      .arts-nav .fsNavLevel1 > li:hover a:after, .arts-nav .fsNavLevel1 > li:focus a:after, .arts-nav .fsNavLevel1 .slick-track > li:hover a:after, .arts-nav .fsNavLevel1 .slick-track > li:focus a:after {
        opacity: 1; }
      .arts-nav .fsNavLevel1 > li > a, .arts-nav .fsNavLevel1 .slick-track > li > a {
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
        text-transform: uppercase;
        color: #502850;
        position: relative; }
        .arts-nav .fsNavLevel1 > li > a:after, .arts-nav .fsNavLevel1 .slick-track > li > a:after {
          content: '';
          height: 12px;
          width: 100%;
          position: absolute;
          bottom: -26px;
          background-color: #fff;
          left: 0;
          opacity: 0;
          transition: 0.3s; }
      .arts-nav .fsNavLevel1 > li .fsNavPageInfo, .arts-nav .fsNavLevel1 .slick-track > li .fsNavPageInfo {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        transition: 0.3s;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 295px;
        background: #fff;
        text-align: left;
        bottom: 100%;
        left: 50%;
        -ms-transform: translate(-50%, 5px);
        transform: translate(-50%, 5px);
        padding: 10px; }
        .arts-nav .fsNavLevel1 > li .fsNavPageInfo .fsNavPageThumbnail, .arts-nav .fsNavLevel1 .slick-track > li .fsNavPageInfo .fsNavPageThumbnail {
          line-height: 0; }
          .arts-nav .fsNavLevel1 > li .fsNavPageInfo .fsNavPageThumbnail img, .arts-nav .fsNavLevel1 .slick-track > li .fsNavPageInfo .fsNavPageThumbnail img {
            width: 100%;
            height: 215px;
            -o-object-fit: cover;
            object-fit: cover;
            margin-bottom: 10px; }
            @media (min-width: 600px) {
              .arts-nav .fsNavLevel1 > li .fsNavPageInfo .fsNavPageThumbnail img, .arts-nav .fsNavLevel1 .slick-track > li .fsNavPageInfo .fsNavPageThumbnail img {
                height: 320px; } }
            @media (min-width: 1000px) {
              .arts-nav .fsNavLevel1 > li .fsNavPageInfo .fsNavPageThumbnail img, .arts-nav .fsNavLevel1 .slick-track > li .fsNavPageInfo .fsNavPageThumbnail img {
                height: 215px; } }
          .arts-nav .fsNavLevel1 > li .fsNavPageInfo .fsNavPageThumbnail:only-child img, .arts-nav .fsNavLevel1 .slick-track > li .fsNavPageInfo .fsNavPageThumbnail:only-child img {
            height: 360px;
            margin-bottom: 0; }
        .arts-nav .fsNavLevel1 > li .fsNavPageInfo .fsNavPageDescription, .arts-nav .fsNavLevel1 .slick-track > li .fsNavPageInfo .fsNavPageDescription {
          -ms-flex-order: 1;
          order: 1;
          padding: 5px;
          font-size: 16px;
          line-height: 22px;
          color: #6A6C72; }
          .arts-nav .fsNavLevel1 > li .fsNavPageInfo .fsNavPageDescription strong, .arts-nav .fsNavLevel1 .slick-track > li .fsNavPageInfo .fsNavPageDescription strong {
            font-weight: bold;
            font-size: 18px;
            line-height: 22px;
            color: #502850;
            margin-bottom: -10px;
            text-transform: uppercase;
            display: block;
            margin-top: 5px; }
          .arts-nav .fsNavLevel1 > li .fsNavPageInfo .fsNavPageDescription a, .arts-nav .fsNavLevel1 .slick-track > li .fsNavPageInfo .fsNavPageDescription a {
            font-size: 16px;
            line-height: 19px;
            color: #502850;
            text-transform: none;
            font-weight: 400;
            margin-top: 10px;
            display: block; }
            .arts-nav .fsNavLevel1 > li .fsNavPageInfo .fsNavPageDescription a:hover, .arts-nav .fsNavLevel1 > li .fsNavPageInfo .fsNavPageDescription a:focus, .arts-nav .fsNavLevel1 .slick-track > li .fsNavPageInfo .fsNavPageDescription a:hover, .arts-nav .fsNavLevel1 .slick-track > li .fsNavPageInfo .fsNavPageDescription a:focus {
              text-decoration: underline; }
  .arts-nav .slick-arrow {
    display: none; }
  @media (max-width: 999px) {
    .arts-nav {
      top: auto;
      background: none;
      margin-bottom: 40px !important; }
      .arts-nav .fsNavLevel1 > li, .arts-nav .fsNavLevel1 .slick-track > li {
        margin-top: 0;
        padding-top: 0;
        cursor: pointer;
        padding: 0; }
        .arts-nav .fsNavLevel1 > li a, .arts-nav .fsNavLevel1 .slick-track > li a {
          white-space: nowrap; }
          .arts-nav .fsNavLevel1 > li a:after, .arts-nav .fsNavLevel1 .slick-track > li a:after {
            bottom: -23px;
            background-color: #502850; }
        .arts-nav .fsNavLevel1 > li .fsNavPageInfo, .arts-nav .fsNavLevel1 .slick-track > li .fsNavPageInfo {
          position: relative;
          -ms-transform: none;
          transform: none;
          top: 0;
          left: 0;
          width: 100%;
          opacity: 1;
          visibility: visible;
          padding: 0;
          margin: 0 auto;
          margin-top: 20px;
          margin-bottom: 50px;
          margin-left: 0;
          margin-right: 0; }
      .arts-nav .slick-arrow {
        width: 65px;
        height: 65px;
        border: 2px solid #ffffff;
        position: relative;
        font-size: 1px;
        color: transparent;
        cursor: pointer; }
        .arts-nav .slick-arrow:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: block;
          width: 20px;
          height: 20px;
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          color: #ffffff;
          font-size: 20px;
          line-height: 20px; }
      .arts-nav .slick-prev:before {
        content: '\f177'; }
      .arts-nav .slick-next:before {
        content: '\f178'; }
      .arts-nav .slick-arrow {
        display: block !important;
        background: none;
        border: 0;
        z-index: 9999;
        width: 30px !important;
        height: 25px !important; }
        .arts-nav .slick-arrow:before {
          color: #363636; }
        .arts-nav .slick-arrow.slick-next {
          bottom: 0;
          right: 15px;
          position: absolute;
          width: auto; }
        .arts-nav .slick-arrow.slick-prev {
          bottom: 0;
          right: 45px;
          position: absolute;
          width: auto; }
      .arts-nav .slick-track > li .fsNavPageInfo .fsNavPageDescription {
        display: block !important; } }

/*! pages - news-media v0.0.1 */
@font-face {
  font-family: 'news-media-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBGEAAAC8AAAAYGNtYXAXVtKIAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZnoVlGoAAAF4AAABDGhlYWQIrSzKAAAChAAAADZoaGVhBhoDxwAAArwAAAAkaG10eAqiACAAAALgAAAAGGxvY2EArgBmAAAC+AAAAA5tYXhwAAgAIQAAAwgAAAAgbmFtZZlKCfsAAAMoAAABhnBvc3QAAwAAAAAEsAAAACAAAwI2AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6QH//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAD/3QIpA6QAHgAAAR4BBwkBFgYHBiYnLgMxLgE1NDY3MD4CNz4BFwIpHQIf/r8BQR8CHR1TGw18im8ODg4Ob4p8DRtTHQOkHUok/qj+pyNLHRwBGw6FlHcPJBMTJA54lIUNGwIdAAEAIP/dAlgDpAAeAAATHgMxHgEVFAYHMA4CBw4BJy4BNwkBJjY3NhYXrg6AjXIPDg4Pco2ADhtVHh0DIAFK/rYgAx0eVRsDpA2FlXcPJBMTJA53lYUNGwIdHUokAVgBWSNLHR0CGwAAAQAAAAEAAJZgzblfDzz1AAsEAAAAAADTmvQmAAAAANOa9CYAAP/dAlgDpAAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAACWAABAAAAAAAAAAAAAAAAAAAABgQAAAAAAAAAAAAAAAIAAAACSQAAAlkAIAAAAAAACgAUAB4AUgCGAAAAAQAAAAYAHwABAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGljb21vb24AaQBjAG8AbQBvAG8AblZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGljb21vb24AaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AblJlZ3VsYXIAUgBlAGcAdQBsAGEAcmljb21vb24AaQBjAG8AbQBvAG8AbkZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal; }

.news-media {
  /*
	 * Nivo Lightbox v1.2.0
	 * http://dev7studios.com/nivo-lightbox
	 *
	 * Copyright 2013, Dev7studios
	 * Free to use and abuse under the MIT license.
	 * http://www.opensource.org/licenses/mit-license.php
	 */
  /* Effects
	 **********************************************/ }
  .news-media .fsPageTitle {
    display: none; }
  .news-media main .fsContainer > header {
    position: relative;
    margin-bottom: 22px; }
    @media (min-width: 500px) {
      .news-media main .fsContainer > header {
        margin-bottom: 48px; } }
    .news-media main .fsContainer > header > .fsElementTitle {
      display: block;
      margin-bottom: 5px;
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 18px; }
      @media (min-width: 500px) {
        .news-media main .fsContainer > header > .fsElementTitle {
          margin-bottom: 9px;
          font-size: 22px; } }
      @media (min-width: 600px) {
        .news-media main .fsContainer > header > .fsElementTitle {
          padding-left: 150px;
          padding-right: 150px; } }
    .news-media main .fsContainer > header .fsElementHeaderContent {
      font-size: 14px;
      font-weight: 600;
      text-align: center; }
      @media (min-width: 600px) {
        .news-media main .fsContainer > header .fsElementHeaderContent {
          text-align: right;
          max-width: 150px;
          padding-top: 10px;
          position: absolute;
          top: 0;
          right: 0; } }
      .news-media main .fsContainer > header .fsElementHeaderContent a {
        color: #c3c3c3; }
        .news-media main .fsContainer > header .fsElementHeaderContent a:hover {
          color: #e18a3d; }
  .news-media .panel-hero .fsPlayer > .fsElementContent {
    position: relative; }
  .news-media .panel-hero .fsMediaContainer {
    background: #ffffff !important; }
  .news-media .panel-hero article {
    background: none !important;
    z-index: 1; }
    @media (min-width: 600px) {
      .news-media .panel-hero article {
        max-height: 390px; } }
    .news-media .panel-hero article:before {
      content: '';
      display: none;
      width: 100%;
      padding-bottom: 75%;
      background-color: #000000;
      opacity: 0.4; }
      @media (min-width: 600px) {
        .news-media .panel-hero article:before {
          display: block; } }
    .news-media .panel-hero article img {
      display: none; }
  .news-media .panel-hero .image-wrapper {
    max-height: 390px;
    background-position: center center;
    background-size: cover;
    overflow: hidden; }
    @media (min-width: 600px) {
      .news-media .panel-hero .image-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; } }
    .news-media .panel-hero .image-wrapper:before {
      content: '';
      display: block;
      height: 240px;
      background-color: #000000;
      opacity: 0.4; }
      @media (min-width: 600px) {
        .news-media .panel-hero .image-wrapper:before {
          width: 100%;
          padding-bottom: 75%; } }
  .news-media .panel-hero .caption-wrapper {
    padding: 24px 20px 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 10;
    text-align: center;
    background: none; }
    @media (min-width: 600px) {
      .news-media .panel-hero .caption-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        padding: 0 50px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        color: #ffffff; } }
  .news-media .panel-hero .caption-title {
    margin-bottom: 0px;
    color: #163052;
    font-size: 40px;
    line-height: 46px;
    font-weight: 600; }
    @media (min-width: 600px) {
      .news-media .panel-hero .caption-title {
        margin-bottom: 24px;
        color: #ffffff;
        font-size: 60px;
        line-height: 60px; } }
  .news-media .panel-hero .caption-desc {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    display: none;
    color: #ffffff;
    font-size: 25px;
    line-height: 25px;
    font-weight: 600; }
    @media (min-width: 600px) {
      .news-media .panel-hero .caption-desc {
        display: block; } }
    @media (min-width: 1200px) {
      .news-media .panel-hero .caption-desc {
        padding: 0 100px; } }
  .news-media .panel-hero .slideshow-arrows {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    display: none;
    pointer-events: none; }
    @media (min-width: 1200px) {
      .news-media .panel-hero .slideshow-arrows {
        display: block; } }
    .news-media .panel-hero .slideshow-arrows .slick-arrow {
      height: 60px;
      width: 60px;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 10;
      pointer-events: auto;
      background-position: center center;
      background-repeat: no-repeat;
      cursor: pointer; }
      .news-media .panel-hero .slideshow-arrows .slick-arrow:hover:before {
        color: #e18a3d; }
      .news-media .panel-hero .slideshow-arrows .slick-arrow:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 35px;
        font-family: 'news-media-icons';
        transition: color 0.3s ease; }
    .news-media .panel-hero .slideshow-arrows .slick-prev {
      left: 0; }
      .news-media .panel-hero .slideshow-arrows .slick-prev:before {
        content: '\e900'; }
    .news-media .panel-hero .slideshow-arrows .slick-next {
      right: 0; }
      .news-media .panel-hero .slideshow-arrows .slick-next:before {
        content: '\e901'; }
  .news-media .panel-hero .slideshow-index {
    display: none;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0; }
    @media (min-width: 600px) {
      .news-media .panel-hero .slideshow-index {
        display: block; } }
    .news-media .panel-hero .slideshow-index ul {
      height: 24px;
      padding: 0;
      margin: 0;
      line-height: 24px;
      text-align: center;
      list-style: none;
      vertical-align: top; }
    .news-media .panel-hero .slideshow-index li {
      display: inline-block;
      width: 24px;
      height: 24px;
      margin: 0 4px;
      padding: 5px;
      outline: none;
      border: 0;
      border-radius: 100%;
      background-color: #ffffff; }
      .news-media .panel-hero .slideshow-index li.slick-active button {
        background-color: #e18a3d; }
    .news-media .panel-hero .slideshow-index button {
      display: block;
      width: 14px;
      height: 14px;
      outline: none;
      border: 0;
      border-radius: 100%;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      color: transparent;
      font-size: 1px;
      background-color: #502850;
      transition: background 0.3s ease; }
  .news-media .panel-news {
    padding-bottom: 79px; }
    .news-media .panel-news .fsListItems {
      zoom: 1;
      margin: 0; }
      .news-media .panel-news .fsListItems:after {
        display: table;
        clear: both;
        content: ''; }
    .news-media .panel-news article {
      zoom: 1;
      display: none;
      padding: 26px 0 0 0;
      position: relative;
      border-bottom: 0; }
      .news-media .panel-news article:after {
        display: table;
        clear: both;
        content: ''; }
      @media (min-width: 500px) {
        .news-media .panel-news article {
          padding-left: 19px; } }
      @media (min-width: 700px) {
        .news-media .panel-news article {
          width: 33.33333%;
          float: left; } }
      @media (min-width: 1200px) {
        .news-media .panel-news article {
          width: 25%; } }
      .news-media .panel-news article:nth-of-type(2), .news-media .panel-news article:nth-of-type(3), .news-media .panel-news article:nth-of-type(4) {
        display: block; }
      .news-media .panel-news article:nth-of-type(2):before {
        display: none; }
        @media (min-width: 700px) {
          .news-media .panel-news article:nth-of-type(2):before {
            display: block; } }
      @media (min-width: 1200px) {
        .news-media .panel-news article:nth-of-type(5) {
          display: block; } }
      .news-media .panel-news article:before {
        content: '';
        display: block;
        height: 2px;
        width: 70px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #c3c3c3; }
      .news-media .panel-news article .fsThumbnail {
        display: none; }
      .news-media .panel-news article .fsTitle {
        margin-bottom: 2px;
        font-size: 18px;
        font-weight: 600;
        color: #502850; }
        .news-media .panel-news article .fsTitle a {
          color: inherit; }
        .news-media .panel-news article .fsTitle:hover,
        .news-media .panel-news article .fsTitle a:hover {
          color: #e18a3d; }
      .news-media .panel-news article .fsDate {
        color: #c3c3c3;
        font-size: 16px;
        font-weight: 700; }
      .news-media .panel-news article .fsSummary {
        font-size: 16px;
        line-height: 24px; }
      .news-media .panel-news article .fsNewsPostLink.fsReadMoreLink {
        display: none; }
      .news-media .panel-news article:first-of-type {
        display: block;
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
        margin-bottom: 50px; }
        @media (min-width: 1200px) {
          .news-media .panel-news article:first-of-type {
            text-align: left; } }
        .news-media .panel-news article:first-of-type:before {
          display: none; }
        .news-media .panel-news article:first-of-type .fsThumbnail {
          display: block;
          margin: 0 auto 26px;
          max-width: 580px;
          position: relative; }
          @media (min-width: 500px) {
            .news-media .panel-news article:first-of-type .fsThumbnail {
              margin-bottom: 33px; } }
          @media (min-width: 1200px) {
            .news-media .panel-news article:first-of-type .fsThumbnail {
              float: left;
              width: calc(50% + 32px);
              max-width: none;
              padding-right: 42px;
              margin: 0; } }
          .news-media .panel-news article:first-of-type .fsThumbnail:before {
            content: '';
            display: none;
            margin: 5px;
            border: 1px solid #ffffff;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; }
            @media (min-width: 500px) {
              .news-media .panel-news article:first-of-type .fsThumbnail:before {
                display: block; } }
            @media (min-width: 1200px) {
              .news-media .panel-news article:first-of-type .fsThumbnail:before {
                right: 42px; } }
          .news-media .panel-news article:first-of-type .fsThumbnail .fsCroppedImage {
            display: block; }
        .news-media .panel-news article:first-of-type .fsTitle {
          margin-bottom: 7px; }
          @media (min-width: 500px) {
            .news-media .panel-news article:first-of-type .fsTitle {
              margin-bottom: 4px;
              font-size: 26px;
              font-weight: 600; } }
          @media (min-width: 500px) {
            .news-media .panel-news article:first-of-type .fsTitle a {
              color: #393a3e;
              font-size: inherit;
              font-weight: inherit; }
              .news-media .panel-news article:first-of-type .fsTitle a:hover {
                color: #e18a3d; } }
        .news-media .panel-news article:first-of-type .fsDateTime {
          margin-bottom: 5px; }
        .news-media .panel-news article:first-of-type .fsSummary {
          display: block;
          text-align: left; }
          @media (min-width: 500px) {
            .news-media .panel-news article:first-of-type .fsSummary {
              padding-left: 20px; } }
          @media (min-width: 1200px) {
            .news-media .panel-news article:first-of-type .fsSummary {
              padding-left: 0; } }
        .news-media .panel-news article:first-of-type .fsNewsPostLink.fsReadMoreLink {
          display: inline-block;
          margin: 0 0 20px;
          padding: 8px 27px 7px;
          border: 2px solid #502850;
          outline: 0;
          color: #ffffff;
          font-size: 11px;
          font-weight: 700;
          font-family: "museo-sans", sans-serif;
          text-transform: uppercase;
          text-align: center;
          background: #502850;
          display: block;
          margin-top: 20px; }
          .news-media .panel-news article:first-of-type .fsNewsPostLink.fsReadMoreLink:hover, .news-media .panel-news article:first-of-type .fsNewsPostLink.fsReadMoreLink:focus {
            border-color: #3f203f;
            color: #ffffff;
            background: #3f203f; }
          .news-media .panel-news article:first-of-type .fsNewsPostLink.fsReadMoreLink.fs_style_33 {
            padding-top: 20px;
            padding-bottom: 20px;
            border-width: 4px;
            font-size: 16px;
            letter-spacing: 0.06em; }
            .news-media .panel-news article:first-of-type .fsNewsPostLink.fsReadMoreLink.fs_style_33 em {
              display: block;
              margin-top: 2px;
              padding-bottom: 3px;
              font-size: 14px;
              font-style: normal;
              font-weight: 500;
              text-transform: none;
              letter-spacing: 0.01em; }
          .news-media .panel-news article:first-of-type .fsNewsPostLink.fsReadMoreLink.fs_style_36 {
            display: block;
            width: 100%; }
          @media (min-width: 400px) {
            .news-media .panel-news article:first-of-type .fsNewsPostLink.fsReadMoreLink {
              display: inline-block; } }
          @media (min-width: 1200px) {
            .news-media .panel-news article:first-of-type .fsNewsPostLink.fsReadMoreLink {
              display: block;
              float: left; } }
  .news-media .panel-photos.fsSharedContainer {
    opacity: 0;
    transition: opacity 0.3s ease; }
    .news-media .panel-photos.fsSharedContainer.element-loaded {
      opacity: 1; }
    .news-media .panel-photos.fsSharedContainer > .fsContainer {
      width: 0vw;
      margin: 0 auto; }
      .news-media .panel-photos.fsSharedContainer > .fsContainer > .fsElementContent {
        margin-left: -50vw;
        margin-right: -50vw;
        width: 100vw; }
    .news-media .panel-photos.fsSharedContainer .fsMedia {
      position: relative; }
      @media (min-width: 500px) {
        .news-media .panel-photos.fsSharedContainer .fsMedia {
          padding: 21px 0;
          background-color: #f9f9f9; } }
      .news-media .panel-photos.fsSharedContainer .fsMedia > header {
        display: block;
        padding-left: 20px;
        padding-right: 20px; }
        @media (min-width: 500px) {
          .news-media .panel-photos.fsSharedContainer .fsMedia > header {
            max-height: 240px;
            width: 33.33333%;
            padding-left: 0;
            padding-right: 0;
            position: absolute;
            top: 21px;
            color: #ffffff;
            background-color: #502850; } }
        @media (min-width: 600px) {
          .news-media .panel-photos.fsSharedContainer .fsMedia > header {
            width: 25%; } }
        @media (min-width: 1200px) {
          .news-media .panel-photos.fsSharedContainer .fsMedia > header {
            left: 33.33333%;
            width: 16.66667%; } }
        .news-media .panel-photos.fsSharedContainer .fsMedia > header:before {
          content: '';
          display: none;
          padding-bottom: 100%; }
          @media (min-width: 500px) {
            .news-media .panel-photos.fsSharedContainer .fsMedia > header:before {
              display: block; } }
        .news-media .panel-photos.fsSharedContainer .fsMedia > header > .fsElementTitle {
          display: block;
          margin-bottom: 48px;
          color: #ffffff;
          font-size: 22px;
          font-weight: bold;
          text-align: center;
          text-transform: uppercase; }
          @media (min-width: 500px) {
            .news-media .panel-photos.fsSharedContainer .fsMedia > header > .fsElementTitle {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-pack: center;
              justify-content: center;
              -ms-flex-align: center;
              align-items: center;
              margin: 0;
              padding: 0 40px;
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              font-size: 18px;
              line-height: 22px;
              font-weight: 700; } }
    .news-media .panel-photos.fsSharedContainer .fsMediaCustomPlayer {
      position: relative; }
      .news-media .panel-photos.fsSharedContainer .fsMediaCustomPlayer .slide-sizer {
        display: none; }
        @media (min-width: 500px) {
          .news-media .panel-photos.fsSharedContainer .fsMediaCustomPlayer .slide-sizer {
            display: block;
            width: 66.66667%; } }
        @media (min-width: 600px) {
          .news-media .panel-photos.fsSharedContainer .fsMediaCustomPlayer .slide-sizer {
            width: 50%;
            max-height: 480px; } }
        @media (min-width: 1200px) {
          .news-media .panel-photos.fsSharedContainer .fsMediaCustomPlayer .slide-sizer {
            width: 33.33333%; } }
        .news-media .panel-photos.fsSharedContainer .fsMediaCustomPlayer .slide-sizer:before {
          content: '';
          display: block;
          padding-bottom: 100%; }
    .news-media .panel-photos.fsSharedContainer article {
      display: none;
      max-height: 480px;
      position: absolute;
      background-size: cover;
      background-position: center center;
      opacity: 0;
      transition: opacity 0.3s ease; }
      .news-media .panel-photos.fsSharedContainer article.photo-loaded {
        opacity: 1; }
      .news-media .panel-photos.fsSharedContainer article:before {
        content: '';
        display: block;
        padding-bottom: 100%; }
      .news-media .panel-photos.fsSharedContainer article img {
        display: none; }
      .news-media .panel-photos.fsSharedContainer article:nth-of-type(1) {
        top: 0;
        left: 0; }
        @media (min-width: 1200px) {
          .news-media .panel-photos.fsSharedContainer article:nth-of-type(1) {
            display: block;
            width: 33.33333%; } }
      .news-media .panel-photos.fsSharedContainer article:nth-of-type(2) {
        max-height: 240px;
        left: 0;
        bottom: 0; }
        @media (min-width: 500px) {
          .news-media .panel-photos.fsSharedContainer article:nth-of-type(2) {
            display: block;
            width: 33.33333%; } }
        @media (min-width: 600px) {
          .news-media .panel-photos.fsSharedContainer article:nth-of-type(2) {
            width: 25%; } }
        @media (min-width: 1200px) {
          .news-media .panel-photos.fsSharedContainer article:nth-of-type(2) {
            width: 16.66667%;
            left: 33.33333%; } }
      .news-media .panel-photos.fsSharedContainer article:nth-of-type(3) {
        display: block;
        width: 100%;
        position: static; }
        @media (min-width: 500px) {
          .news-media .panel-photos.fsSharedContainer article:nth-of-type(3) {
            width: 66.66667%;
            position: absolute;
            top: 0;
            right: 0; } }
        @media (min-width: 600px) {
          .news-media .panel-photos.fsSharedContainer article:nth-of-type(3) {
            width: 50%;
            top: 0;
            left: 25%; } }
        @media (min-width: 1200px) {
          .news-media .panel-photos.fsSharedContainer article:nth-of-type(3) {
            width: 33.33333%;
            left: 50%; } }
      .news-media .panel-photos.fsSharedContainer article:nth-of-type(4) {
        width: 25%;
        max-height: 240px;
        top: 0;
        right: 0; }
        @media (min-width: 600px) {
          .news-media .panel-photos.fsSharedContainer article:nth-of-type(4) {
            display: block; } }
        @media (min-width: 1200px) {
          .news-media .panel-photos.fsSharedContainer article:nth-of-type(4) {
            width: 16.66667%; } }
      .news-media .panel-photos.fsSharedContainer article:nth-of-type(5) {
        width: 25%;
        max-height: 240px;
        right: 0;
        bottom: 0; }
        @media (min-width: 600px) {
          .news-media .panel-photos.fsSharedContainer article:nth-of-type(5) {
            display: block; } }
        @media (min-width: 1200px) {
          .news-media .panel-photos.fsSharedContainer article:nth-of-type(5) {
            width: 16.66667%; } }
  .news-media .panel-videos {
    padding-top: 60px; }
    .news-media .panel-videos .fsTwoColumnLayout {
      margin-left: -10px;
      margin-right: -10px; }
      .news-media .panel-videos .fsTwoColumnLayout > .fsDiv {
        float: none;
        padding-left: 10px;
        padding-right: 10px; }
        @media (min-width: 600px) {
          .news-media .panel-videos .fsTwoColumnLayout > .fsDiv {
            float: left; } }
        .news-media .panel-videos .fsTwoColumnLayout > .fsDiv.fsStyleColumn-1 {
          margin-bottom: 44px; }
          @media (min-width: 600px) {
            .news-media .panel-videos .fsTwoColumnLayout > .fsDiv.fsStyleColumn-1 {
              margin-bottom: 20px; } }
  .news-media .video-item {
    max-width: 580px;
    margin: 0 auto;
    position: relative; }
    @media (min-width: 500px) {
      .news-media .video-item {
        max-height: 326px;
        overflow: hidden; } }
    .news-media .video-item header {
      margin-bottom: 24px;
      background-position: center center;
      background-size: cover; }
      @media (min-width: 500px) {
        .news-media .video-item header {
          margin-bottom: 0; } }
      .news-media .video-item header img {
        display: none; }
      .news-media .video-item header:before {
        content: '';
        display: block;
        width: 100%;
        padding-bottom: 62.5%;
        position: relative;
        z-index: 1;
        background-color: #000000;
        opacity: 0.5; }
      .news-media .video-item header:after {
        content: '';
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 5px;
        border: 1px solid #ffffff;
        z-index: 1; }
        @media (min-width: 500px) {
          .news-media .video-item header:after {
            display: block; } }
    .news-media .video-item .fsElementContent {
      text-align: center;
      font-size: 18px;
      font-weight: 600;
      color: #a7a7a7; }
      @media (min-width: 500px) {
        .news-media .video-item .fsElementContent {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: column wrap;
          flex-flow: column wrap;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 0 20px;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 3;
          color: #ffffff; } }
      .news-media .video-item .fsElementContent > *:last-child {
        margin-bottom: 0; }
      .news-media .video-item .fsElementContent a {
        display: inline-block;
        margin: 0 0 20px;
        padding: 8px 27px 7px;
        border: 2px solid #502850;
        outline: 0;
        color: #ffffff;
        font-size: 11px;
        font-weight: 700;
        font-family: "museo-sans", sans-serif;
        text-transform: uppercase;
        text-align: center;
        background: #502850;
        display: block; }
        .news-media .video-item .fsElementContent a:hover, .news-media .video-item .fsElementContent a:focus {
          border-color: #3f203f;
          color: #ffffff;
          background: #3f203f; }
        .news-media .video-item .fsElementContent a.fs_style_33 {
          padding-top: 20px;
          padding-bottom: 20px;
          border-width: 4px;
          font-size: 16px;
          letter-spacing: 0.06em; }
          .news-media .video-item .fsElementContent a.fs_style_33 em {
            display: block;
            margin-top: 2px;
            padding-bottom: 3px;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            text-transform: none;
            letter-spacing: 0.01em; }
        .news-media .video-item .fsElementContent a.fs_style_36 {
          display: block;
          width: 100%; }
        @media (min-width: 500px) {
          .news-media .video-item .fsElementContent a {
            display: inline-block; } }
  .news-media .nivo-lightbox-overlay {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    visibility: hidden;
    opacity: 0;
    box-sizing: border-box;
    background-color: #000000; }
    .news-media .nivo-lightbox-overlay.nivo-lightbox-open {
      visibility: visible;
      opacity: 1; }
  .news-media .nivo-lightbox-wrap {
    padding: 10px;
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
    background-color: #ffffff; }
  .news-media .nivo-lightbox-content {
    width: 100%;
    height: 100%; }
  .news-media .nivo-lightbox-title-wrap {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99999;
    text-align: center; }
  .news-media .nivo-lightbox-nav {
    display: none; }
  .news-media .nivo-lightbox-prev {
    position: absolute;
    top: 50%;
    left: 0; }
  .news-media .nivo-lightbox-next {
    position: absolute;
    top: 50%;
    right: 0; }
  .news-media .nivo-lightbox-close {
    display: none; }
  .news-media .nivo-lightbox-image {
    text-align: center; }
    .news-media .nivo-lightbox-image img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      vertical-align: middle; }
  .news-media .nivo-lightbox-content iframe {
    width: 100%;
    height: 100%; }
  .news-media .nivo-lightbox-inline,
  .news-media .nivo-lightbox-ajax {
    max-height: 100%;
    overflow: auto;
    box-sizing: border-box;
    /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */ }
  .news-media .nivo-lightbox-error {
    display: table;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 1px #000; }
    .news-media .nivo-lightbox-error p {
      display: table-cell;
      vertical-align: middle; }
  .news-media .nivo-lightbox-notouch .nivo-lightbox-effect-fade {
    transition: all 0.2s ease-in-out; }

.donation-pages .container-breadcrumbs,
.donation-pages .header-sub-nav {
  display: none; }

.donation-pages:not(.fsComposeMode) {
  position: relative; }
  .donation-pages:not(.fsComposeMode) #fsPageBodyWrapper {
    padding: 0; }
  .donation-pages:not(.fsComposeMode) #fsPageBody {
    max-width: 100%;
    width: 100%; }
  body.donation-pages:not(.home):not(.fsHasLeftBanner):not(.fsHasRightBanner) #fsPageContent {
    max-width: 100%; }
  .donation-pages:not(.fsComposeMode) #fsPageContent .fsPageLayout {
    margin-left: 0;
    margin-right: 0; }
    .donation-pages:not(.fsComposeMode) #fsPageContent .fsPageLayout > .fsDiv {
      padding-left: 0;
      padding-right: 0; }
  .donation-pages:not(.fsComposeMode) .hero {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    min-height: 700px;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    background-color: #363636;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media (min-width: 800px) {
      .donation-pages:not(.fsComposeMode) .hero {
        height: 34vw; } }
    .donation-pages:not(.fsComposeMode) .hero:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(57, 58, 62, 0.6); }
    .donation-pages:not(.fsComposeMode) .hero > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 1180px;
      position: absolute;
      top: 50%;
      right: 20px;
      left: 20px;
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-align: center; }
      .donation-pages:not(.fsComposeMode) .hero > .fsElementContent > header .fsElementTitle {
        color: #393a3e;
        margin-top: 0;
        font-weight: normal;
        color: #393a3e;
        font-size: 50px;
        line-height: normal;
        margin-bottom: 37px;
        color: #ffffff; }
      .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step {
        zoom: 1;
        width: 100%;
        max-width: 582px;
        margin: 0 auto 20px;
        padding: 0;
        background: rgba(57, 58, 62, 0.6);
        /*
          // callout button
          > footer {
            display: block;
            // width: 40%;
            padding: 5px;
            float: right;

            // text-align: right;

            @include breakpoint($bp-large) {
              // width: 50%;
            }

            // .fs_style_24,  // callout - button
            a {
              display: inline-block;
              padding: 20px;
              margin-bottom: 0;
              border: none;

              color: $next-button-text;
              font-weight: $bold;
              text-transform: uppercase;

              background: $next-button-bg;


              &:hover {
                color: $next-button-bg;

                background: $next-button-text;
              }
            }
          }
*/ }
        .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step:after {
          display: table;
          clear: both;
          content: ''; }
        .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step > .fsElementContent {
          padding: 20px;
          text-align: center; }
          .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step > .fsElementContent p {
            margin-bottom: 0; }
          .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step > .fsElementContent strong {
            font-size: 26px;
            line-height: 30px;
            font-weight: 700;
            text-transform: uppercase; }
            .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step > .fsElementContent strong:before {
              display: inline-block;
              margin-right: 14px;
              color: #e18a3d; }
          .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step > .fsElementContent a {
            display: block;
            padding: 20px;
            margin-bottom: 0;
            border: none;
            color: #ffffff;
            font-weight: 700;
            text-transform: uppercase;
            border: 1px solid #ffffff; }
            .donation-pages:not(.fsComposeMode) .hero > .fsElementContent .next-step > .fsElementContent a:hover {
              color: #e18a3d;
              background: #ffffff; }
  .donation-pages:not(.fsComposeMode) .blurb {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    padding-right: 1.25em;
    padding-left: 1.25em;
    max-width: 980px;
    margin-top: 60px;
    margin-bottom: 60px; }
    @media (min-width: 1220px) {
      .donation-pages:not(.fsComposeMode) .blurb {
        padding-right: 0;
        padding-left: 0; } }
    .donation-pages:not(.fsComposeMode) .blurb > header {
      text-align: center; }
      .donation-pages:not(.fsComposeMode) .blurb > header .fsElementTitle {
        color: #393a3e;
        margin-top: 0;
        font-weight: normal;
        color: #393a3e;
        font-size: 50px;
        line-height: normal;
        margin-bottom: 37px; }
  .donation-pages:not(.fsComposeMode) .callout-buttons {
    background: #502850; }
    .donation-pages:not(.fsComposeMode) .callout-buttons > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 1180px;
      padding-right: 1.25em;
      padding-left: 1.25em;
      padding-top: 1.25em;
      padding-bottom: 1.25em;
      zoom: 1;
      text-align: center; }
      .donation-pages:not(.fsComposeMode) .callout-buttons > .fsElementContent:after {
        display: table;
        clear: both;
        content: ''; }
      .donation-pages:not(.fsComposeMode) .callout-buttons > .fsElementContent p {
        display: block;
        width: auto;
        margin: 0 0 20px;
        padding: 0 10px; }
        .donation-pages:not(.fsComposeMode) .callout-buttons > .fsElementContent p:nth-of-type(4) {
          margin-bottom: 0; }
        @media (min-width: 800px) {
          .donation-pages:not(.fsComposeMode) .callout-buttons > .fsElementContent p {
            float: left;
            display: inline-block;
            width: 50%; }
            .donation-pages:not(.fsComposeMode) .callout-buttons > .fsElementContent p:nth-of-type(3), .donation-pages:not(.fsComposeMode) .callout-buttons > .fsElementContent p:nth-of-type(4) {
              margin-bottom: 0; } }
        @media (min-width: 1000px) {
          .donation-pages:not(.fsComposeMode) .callout-buttons > .fsElementContent p {
            width: 25%;
            margin-bottom: 0; } }
  .donation-pages:not(.fsComposeMode) .spotlight {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    max-width: 980px; }
    .donation-pages:not(.fsComposeMode) .spotlight .fsDiv {
      padding: 0;
      margin: 0; }
    .donation-pages:not(.fsComposeMode) .spotlight .fsElement {
      width: 280px;
      height: 280px;
      margin: 0 auto 20px;
      padding: 0;
      position: relative;
      background-color: transparent;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      .donation-pages:not(.fsComposeMode) .spotlight .fsElement:hover:before {
        background: rgba(57, 58, 62, 0.9); }
      .donation-pages:not(.fsComposeMode) .spotlight .fsElement:hover .fsElementContent {
        max-height: 500px;
        visibility: visible;
        opacity: 1; }
      .donation-pages:not(.fsComposeMode) .spotlight .fsElement:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(57, 58, 62, 0.6);
        transition: all 0.3s ease; }
      .donation-pages:not(.fsComposeMode) .spotlight .fsElement:after {
        content: '';
        display: block;
        border: 1px solid rgba(255, 255, 255, 0.9);
        position: absolute;
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px; }
      @media (min-width: 800px) {
        .donation-pages:not(.fsComposeMode) .spotlight .fsElement {
          width: 300px;
          height: 300px; } }
      .donation-pages:not(.fsComposeMode) .spotlight .fsElement header {
        padding: 20px;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        color: #ffffff;
        text-align: center; }
        .donation-pages:not(.fsComposeMode) .spotlight .fsElement header .fsElementTitle {
          font-weight: 700;
          font-size: 18px;
          line-height: 22px;
          color: #ffffff; }
      .donation-pages:not(.fsComposeMode) .spotlight .fsElement .fsElementContent {
        height: auto;
        max-height: 0;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease; }
        .donation-pages:not(.fsComposeMode) .spotlight .fsElement .fsElementContent a {
          color: #e18a3d; }
          .donation-pages:not(.fsComposeMode) .spotlight .fsElement .fsElementContent a:hover {
            color: #ffffff; }

.donation-pages .button-callout {
  display: block;
  padding: 20px;
  border: 1px solid #ffffff;
  position: relative;
  color: #ffffff;
  text-align: center;
  background: transparent; }

.donation-pages-form .ways-give-intro,
.donation-pages-form .types-gifts-intro {
  margin: 0 0 20px 0;
  width: 100%; }

.donation-pages-form .ways-give-panel,
.donation-pages-form .types-gifts-panel {
  position: fixed; }

.callout-buttons > .fsElementContent p {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 0; }
  .callout-buttons > .fsElementContent p a {
    max-width: 100%;
    width: 100%;
    padding: 20px;
    margin-bottom: 0;
    color: #ffffff;
    background: #502850; }
    .callout-buttons > .fsElementContent p a:hover {
      color: #502850;
      background: #ffffff; }

.ways-give-intro,
.types-gifts-intro {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 20px;
  color: #ffffff;
  text-align: left;
  background: rgba(57, 58, 62, 0.6);
  transition: all 0.3s ease; }
  @media (min-width: 800px) {
    .ways-give-intro,
    .types-gifts-intro {
      margin: 0 10px;
      width: 280px; } }
  .ways-give-intro:hover,
  .types-gifts-intro:hover {
    background: #e18a3d; }
    .ways-give-intro:hover > header .fsElementTitle:after,
    .types-gifts-intro:hover > header .fsElementTitle:after {
      color: #ffffff; }
  .ways-give-intro > header,
  .types-gifts-intro > header {
    cursor: pointer; }
    .ways-give-intro > header .fsElementTitle,
    .types-gifts-intro > header .fsElementTitle {
      color: #ffffff;
      font-weight: 600;
      font-size: 16px;
      line-height: 20px; }
      .ways-give-intro > header .fsElementTitle:after,
      .types-gifts-intro > header .fsElementTitle:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        float: right;
        color: #e18a3d;
        font-size: 14px;
        line-height: 20px;
        font-style: normal;
        transition: all 0.3s ease; }
  .ways-give-intro > .fsElementContent,
  .types-gifts-intro > .fsElementContent {
    font-size: 13px;
    line-height: 20px; }

.ways-give-panel,
.types-gifts-panel {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  height: auto;
  max-height: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9001;
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  color: #ffffff;
  text-align: center;
  background: rgba(80, 40, 80, 0.95);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease; }
  @media (min-width: 800px) {
    .ways-give-panel,
    .types-gifts-panel {
      position: absolute; } }
  @media (min-width: 1220px) {
    .ways-give-panel,
    .types-gifts-panel {
      padding-right: 0;
      padding-left: 0; } }
  .ways-give-panel.panel-active,
  .types-gifts-panel.panel-active {
    max-height: 5000px;
    visibility: visible;
    opacity: 1;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .ways-give-panel .fsContainer > header,
  .types-gifts-panel .fsContainer > header {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    position: relative; }
    .ways-give-panel .fsContainer > header .fsElementTitle,
    .types-gifts-panel .fsContainer > header .fsElementTitle {
      color: #393a3e;
      margin-top: 0;
      font-weight: normal;
      color: #393a3e;
      font-size: 50px;
      line-height: normal;
      margin-bottom: 37px;
      margin: 0 0 20px 0;
      color: #ffffff; }
      .ways-give-panel .fsContainer > header .fsElementTitle .close-panel,
      .types-gifts-panel .fsContainer > header .fsElementTitle .close-panel {
        float: right;
        display: inline-block;
        margin: 0;
        padding: 0;
        color: #ffffff;
        cursor: pointer; }
        .ways-give-panel .fsContainer > header .fsElementTitle .close-panel:hover,
        .types-gifts-panel .fsContainer > header .fsElementTitle .close-panel:hover {
          color: rgba(255, 255, 255, 0.5); }
        .ways-give-panel .fsContainer > header .fsElementTitle .close-panel span,
        .types-gifts-panel .fsContainer > header .fsElementTitle .close-panel span {
          font-size: 0; }
          .ways-give-panel .fsContainer > header .fsElementTitle .close-panel span:before,
          .types-gifts-panel .fsContainer > header .fsElementTitle .close-panel span:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            display: inline-block;
            width: auto;
            color: inherit;
            font-size: 20px;
            line-height: 1;
            font-weight: 400; }
  .ways-give-panel .fsContainer > .fsElementContent,
  .types-gifts-panel .fsContainer > .fsElementContent {
    zoom: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    text-align: left;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .ways-give-panel .fsContainer > .fsElementContent:after,
    .types-gifts-panel .fsContainer > .fsElementContent:after {
      display: table;
      clear: both;
      content: ''; }
  .ways-give-panel .fsElement:not(.fsContainer),
  .types-gifts-panel .fsElement:not(.fsContainer) {
    margin-bottom: 40px;
    position: relative;
    text-align: left; }
    @media (min-width: 600px) {
      .ways-give-panel .fsElement:not(.fsContainer),
      .types-gifts-panel .fsElement:not(.fsContainer) {
        display: inline-block;
        width: 50%;
        padding-right: 30px; } }
    @media (min-width: 800px) {
      .ways-give-panel .fsElement:not(.fsContainer),
      .types-gifts-panel .fsElement:not(.fsContainer) {
        width: 33.33333%; } }
    .ways-give-panel .fsElement:not(.fsContainer):before,
    .types-gifts-panel .fsElement:not(.fsContainer):before {
      display: block;
      width: 50px;
      height: auto;
      border-radius: 100%;
      position: absolute;
      left: 0;
      color: #1c1c1c;
      font-size: 22px;
      line-height: 50px;
      text-align: center;
      background: #ffffff; }
    .ways-give-panel .fsElement:not(.fsContainer) > header,
    .types-gifts-panel .fsElement:not(.fsContainer) > header {
      padding-left: 65px; }
      .ways-give-panel .fsElement:not(.fsContainer) > header .fsElementTitle,
      .types-gifts-panel .fsElement:not(.fsContainer) > header .fsElementTitle {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        text-transform: uppercase;
        color: #ffffff; }
    .ways-give-panel .fsElement:not(.fsContainer) > .fsElementContent,
    .types-gifts-panel .fsElement:not(.fsContainer) > .fsElementContent {
      padding-left: 65px;
      font-size: 14px;
      line-height: 20px; }
      .ways-give-panel .fsElement:not(.fsContainer) > .fsElementContent a,
      .types-gifts-panel .fsElement:not(.fsContainer) > .fsElementContent a {
        color: #e18a3d; }
        .ways-give-panel .fsElement:not(.fsContainer) > .fsElementContent a:hover,
        .types-gifts-panel .fsElement:not(.fsContainer) > .fsElementContent a:hover {
          color: #ffffff; }

main .types-gifts-panel,
main .ways-give-panel {
  margin-bottom: 0; }
  main .types-gifts-panel .fsContainer,
  main .ways-give-panel .fsContainer {
    margin-bottom: 0; }

.credit:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.email:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.phone:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.chart:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.pencil:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.refresh:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.match:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.calendar:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.grad:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.shield:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.gears:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.gift:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.flywire:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.heart:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.gears:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

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

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

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

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

#fsAccountBar {
  background: #2a1629;
  color: #fff;
  font-size: 16px;
  font-family: "museo-sans", sans-serif;
  height: 40px; }
  #fsAccountBar > ul > li {
    height: 40px;
    padding: 10px 12px 8px; }
    #fsAccountBar > ul > li > a,
    #fsAccountBar > ul > li > span {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 700;
      padding: 0;
      margin: 0;
      display: inline-block; }
  #fsAccountBar a {
    color: #fff;
    font-size: 16px;
    font-family: "museo-sans", sans-serif; }
    #fsAccountBar a:hover {
      color: #e18a3d; }
  #fsAccountBar .fsAccountBarAvatar {
    height: 40px; }
  #fsAccountBar .fsAccountBarMenu a {
    color: #ffffff;
    font-size: 14px;
    font-family: "museo-sans", sans-serif; }
    #fsAccountBar .fsAccountBarMenu a:hover {
      color: #e18a3d; }

.portal .fsCalendar > header > .fsElementTitle,
.portal .fsNews > header > .fsElementTitle {
  background: none;
  padding: 0; }

.portal .container-breadcrumbs {
  display: none; }

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

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

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

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

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

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

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

.portal:not(.fsComposeMode) #fsPageBodyWrapper .portal-rsrc > .fsElementContent > .fsElement {
  margin-bottom: 30px; }
  .portal:not(.fsComposeMode) #fsPageBodyWrapper .portal-rsrc > .fsElementContent > .fsElement > header h2.fsElementTitle, .portal:not(.fsComposeMode) #fsPageBodyWrapper .portal-rsrc > .fsElementContent > .fsElement > header .admissions-team > header.fsElementTitle {
    font-family: "museo-sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    text-transform: none; }

.portal:not(.fsComposeMode) .portal-news {
  position: relative; }
  .portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent {
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .portal:not(.fsComposeMode) .portal-news header .fsElementHeaderContent {
        position: absolute;
        right: 0;
        top: 10px;
        margin-bottom: 0px; } }
  .portal:not(.fsComposeMode) .portal-news a.fsThumbnail {
    width: 300px;
    height: 240px;
    margin-right: 30px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (max-width: 599px) {
      .portal:not(.fsComposeMode) .portal-news a.fsThumbnail {
        display: block;
        float: none; } }
    .portal:not(.fsComposeMode) .portal-news a.fsThumbnail img {
      display: none; }
  .portal:not(.fsComposeMode) .portal-news .fsTitle a.fsNewsPostLink {
    font-family: "museo-sans", sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px; }
    .portal:not(.fsComposeMode) .portal-news .fsTitle a.fsNewsPostLink:hover {
      color: #e18a3d; }
  .portal:not(.fsComposeMode) .portal-news .fsDateTime {
    font-family: "museo-sans", sans-serif;
    font-weight: 600;
    font-size: 18px; }
  .portal:not(.fsComposeMode) .portal-news .fsSummary {
    display: block;
    font-size: 16px;
    line-height: 27px; }
  .portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink {
    display: inline-block;
    margin: 0 0 20px;
    padding: 8px 27px 7px;
    border: 2px solid #502850;
    outline: 0;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    font-family: "museo-sans", sans-serif;
    text-transform: uppercase;
    text-align: center;
    background: #502850;
    margin-top: 20px; }
    .portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink:hover, .portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink:focus {
      border-color: #3f203f;
      color: #ffffff;
      background: #3f203f; }
    .portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink.fs_style_33 {
      padding-top: 20px;
      padding-bottom: 20px;
      border-width: 4px;
      font-size: 16px;
      letter-spacing: 0.06em; }
      .portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink.fs_style_33 em {
        display: block;
        margin-top: 2px;
        padding-bottom: 3px;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        letter-spacing: 0.01em; }
    .portal:not(.fsComposeMode) .portal-news a.fsNewsPostLink.fsReadMoreLink.fs_style_36 {
      display: block;
      width: 100%; }
  .portal:not(.fsComposeMode) .portal-news article {
    max-width: 100%;
    border: 0px; }
    @media (max-width: 480px) {
      .portal:not(.fsComposeMode) .portal-news article {
        padding: 0px !important; } }

.portal:not(.fsComposeMode) .portal-cal {
  margin-bottom: 55px;
  position: relative; }
  @media (min-width: 600px) {
    .portal:not(.fsComposeMode) .portal-cal .fsElementControls {
      position: absolute;
      right: 0;
      top: 12px; } }
  .portal:not(.fsComposeMode) .portal-cal > .fsElementContent > .fsListItems {
    border: 1px solid #ebebeb;
    padding: 40px 15px 20px; }
  .portal:not(.fsComposeMode) .portal-cal .fsDayContainer {
    display: inline; }
  .portal:not(.fsComposeMode) .portal-cal article {
    width: 25%;
    display: inline-block;
    margin-left: -2px;
    margin-right: -2px;
    padding-left: 0px;
    text-align: center;
    padding: 0 10px;
    vertical-align: top;
    border: 0; }
    @media (max-width: 599px) {
      .portal:not(.fsComposeMode) .portal-cal article {
        width: 100%;
        margin-bottom: 40px; } }
    .portal:not(.fsComposeMode) .portal-cal article .fsDate {
      position: relative;
      display: block;
      margin: 0 auto;
      padding-top: 12px;
      margin-bottom: 30px; }
    .portal:not(.fsComposeMode) .portal-cal article .fsEventDetails {
      border: 0; }
  .portal:not(.fsComposeMode) .portal-cal .fsElementFooterContent {
    text-align: center; }

.portal:not(.fsComposeMode) .portal-directory-search {
  border-bottom: 0px; }
  .portal:not(.fsComposeMode) .portal-directory-search form label {
    font-family: "museo-sans", sans-serif;
    font-size: 16px;
    color: #949496;
    display: block; }
    .portal:not(.fsComposeMode) .portal-directory-search form label > span {
      display: inline-block;
      min-width: 100px;
      text-align: right; }
    .portal:not(.fsComposeMode) .portal-directory-search form label > input,
    .portal:not(.fsComposeMode) .portal-directory-search form label > select {
      display: inline-block;
      max-width: 190px;
      height: 30px;
      padding: 2px;
      margin-left: 10px; }
  .portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton {
    display: inline-block;
    margin: 0 0 20px;
    padding: 8px 27px 7px;
    border: 2px solid #502850;
    outline: 0;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    font-family: "museo-sans", sans-serif;
    text-transform: uppercase;
    text-align: center;
    background: #502850;
    min-width: 190px;
    margin-left: 125px; }
    .portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton:hover, .portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton:focus {
      border-color: #3f203f;
      color: #ffffff;
      background: #3f203f; }
    .portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton.fs_style_33 {
      padding-top: 20px;
      padding-bottom: 20px;
      border-width: 4px;
      font-size: 16px;
      letter-spacing: 0.06em; }
      .portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton.fs_style_33 em {
        display: block;
        margin-top: 2px;
        padding-bottom: 3px;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        text-transform: none;
        letter-spacing: 0.01em; }
    .portal:not(.fsComposeMode) .portal-directory-search .fsConstituentSearchButton.fs_style_36 {
      display: block;
      width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

.portal:not(.fsComposeMode) .portal-sub-nav > .fsElementContent .fsNavLevel2 > li > a {
  padding: 10px 20px;
  display: block; }

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

.portal:not(.fsComposeMode) .header-sub-nav {
  margin-bottom: 30px; }

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

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

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

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

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

/*==============================*/
/* FOR LAYOUT 2 ONLY            */
/*==============================*/
/*==============================*/
/* Layout Resets                */
/*==============================*/
.admission #fsPageBodyWrapper {
  padding-bottom: 0; }

.admission #fsPageContent {
  margin-bottom: 0; }

.admission .fsLayout {
  margin-left: 0;
  margin-right: 0; }

.admission .fsDiv {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0; }

.admission .fsTwoColumnLayout .fsDiv:first-child {
  width: 57.62712%; }
  @media (max-width: 800px) {
    .admission .fsTwoColumnLayout .fsDiv:first-child {
      width: 100%;
      float: none; } }

.admission .fsTwoColumnLayout .fsDiv:last-child {
  width: 32.20339%;
  float: right; }
  @media (max-width: 800px) {
    .admission .fsTwoColumnLayout .fsDiv:last-child {
      width: 100%;
      float: none; } }

.admissions #fsPageBodyWrapper {
  padding-bottom: 0; }

.admissions #fsPageContent {
  margin-bottom: 0; }

.admissions .fsLayout .fsDiv {
  margin-bottom: 0; }

/*========================*/
/* Main image             */
/*========================*/
.landing-banner {
  height: 600px;
  height: 41.667vw;
  background-size: cover;
  position: relative;
  min-height: 600px; }
  @media (max-width: 800px) {
    .landing-banner {
      min-height: 0px;
      height: 430px; } }
  @media (max-width: 600px) {
    .landing-banner {
      padding-top: 65.625vw;
      height: auto;
      background-position: center bottom; } }
  .landing-banner > .fsElementContent {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2); }
    @media (max-width: 600px) {
      .landing-banner > .fsElementContent {
        position: relative;
        background: #fff;
        padding: 20px 15px; } }
  .landing-banner > .fsElementContent p {
    position: relative;
    margin: 0 auto;
    max-width: 1000pxpx;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font: 400 18px/18px "museo-sans", sans-serif;
    padding: 0 10px; }
    @media (max-width: 800px) {
      .landing-banner > .fsElementContent p {
        max-width: 580px; } }
    @media (max-width: 600px) {
      .landing-banner > .fsElementContent p {
        font-size: 15px;
        color: #1c1c1c;
        bottom: auto;
        top: 0;
        position: relative; } }
    .landing-banner > .fsElementContent p strong {
      font-weight: 700;
      font-size: 30px;
      line-height: 35px;
      display: block;
      margin-bottom: 18px; }
      @media (max-width: 600px) {
        .landing-banner > .fsElementContent p strong {
          font-size: 20px; } }

/*==============================*/
/* Welcome Content Section      */
/*==============================*/
.welcome {
  margin-bottom: 60px; }
  .welcome h2.fsElementTitle, .welcome .admissions-team > header.fsElementTitle {
    line-height: 35px; }
  .welcome > footer {
    overflow: hidden; }
    .welcome > footer img {
      float: left;
      margin-right: 10px; }

/*==============================*/
/* Buttons                      */
/*==============================*/
.buttons-container {
  margin: 0 -10px;
  overflow: hidden;
  margin-bottom: 60px; }
  .buttons-container .admissions-button {
    display: block;
    float: left;
    width: 50%;
    padding: 0px 10px;
    margin-bottom: 20px; }
    @media (max-width: 600px) {
      .buttons-container .admissions-button {
        width: 100%;
        float: none;
        margin-bottom: 20px; } }
    .buttons-container .admissions-button.fsStateEditable {
      float: none; }
  .buttons-container .admissions-button p {
    background: #e18a3d;
    display: block;
    margin: 0;
    text-align: center;
    transition: .4s;
    height: 90px; }
    .buttons-container .admissions-button p a {
      font: 700 20px/25px "museo-sans", sans-serif;
      color: #ffffff;
      display: block;
      padding: 28px 5px; }
      @media (max-width: 1030px) {
        .buttons-container .admissions-button p a {
          padding: 0px 5px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column;
          height: 80px;
          -ms-flex-pack: center;
          justify-content: center; } }
    .buttons-container .admissions-button p:hover {
      background: #502850; }

/*==============================*/
/* Admissions Events            */
/*==============================*/
.admission-events {
  margin-bottom: 50px;
  opacity: 0; }
  .admission-events.element-loaded {
    opacity: 1; }
  .fsComposeMode .admission-events {
    opacity: 1; }
  .admission-events > header {
    margin-bottom: 30px;
    overflow: hidden; }
  .admission-events h2.fsElementTitle, .admission-events .admissions-team > header.fsElementTitle {
    float: left;
    margin-bottom: 0; }
  .admission-events .fsElementHeaderContent,
  .admission-events .fsElementFooterContent {
    display: block;
    float: right; }
    .admission-events .fsElementHeaderContent a,
    .admission-events .fsElementFooterContent a {
      color: #e18a3d; }
      .admission-events .fsElementHeaderContent a:hover,
      .admission-events .fsElementFooterContent a:hover {
        color: #502850; }
      .admission-events .fsElementHeaderContent a:after,
      .admission-events .fsElementFooterContent a:after {
        content: "";
        font-family: "IcoMoon";
        font-size: 12px;
        display: inline-block;
        margin-left: 5px; }
  .admission-events .fsElementHeaderContent {
    display: block; }
    @media (max-width: 600px) {
      .admission-events .fsElementHeaderContent {
        display: none; } }
  .admission-events .fsElementFooterContent {
    float: left;
    display: none; }
    @media (max-width: 600px) {
      .admission-events .fsElementFooterContent {
        display: block; } }
  .admission-events .fsListItems {
    margin: 0 -10px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .admission-events article {
    display: block;
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 30px; }
    @media (max-width: 600px) {
      .admission-events article {
        float: none;
        width: 100%; } }
  .admission-events time.fsDate {
    display: block;
    position: relative;
    float: left;
    margin-right: 20px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }
    .admission-events time.fsDate span {
      font-family: "museo-sans", sans-serif; }
  .admission-events .fsTitle,
  .admission-events .fsEventDetails {
    display: block;
    float: right;
    width: calc(100% - 100px);
    border-bottom: 0; }

/*==============================*/
/* Admissions Team              */
/*==============================*/
.admissions-team {
  background: #f0f0f0;
  position: relative;
  z-index: 50;
  margin-bottom: 0;
  padding-bottom: 20px; }
  main .admissions-team {
    margin-bottom: 0; }
  .admissions-team .fsElementPagination {
    display: none; }
  .admissions-team:before {
    content: '';
    background: #f0f0f0;
    position: absolute;
    top: 0;
    left: -100%;
    width: 200vw;
    height: 100%;
    z-index: -1; }
  .admissions-team > header {
    padding-top: 40px;
    text-align: center; }
  .admissions-team div[class*="fsConstituentColumnLayout_"] {
    margin: 0 -10px; }
    .admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem {
      display: block;
      float: left;
      width: 25%;
      padding: 0 25px;
      height: 200px;
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 800px) {
        .admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem {
          width: 50%;
          height: 26.041vw; } }
      @media (max-width: 600px) {
        .admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem {
          float: none;
          width: 100%;
          max-width: 320px;
          height: 242px;
          margin-left: auto;
          margin-right: auto; } }
      .admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem:before {
        content: '';
        background: #502850;
        position: absolute;
        left: 10px;
        top: 0;
        width: calc(100% - 20px);
        height: 100%;
        z-index: 20;
        opacity: 0;
        transition: .4s; }
      .admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem > * {
        padding: 0;
        z-index: 100;
        position: relative;
        opacity: 0;
        transition: .4s;
        text-align: center; }
      .admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem:hover:before {
        opacity: 1; }
      .admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem:hover > * {
        opacity: 1; }
    .admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem > div.fsPhoto {
      position: absolute;
      top: 0;
      left: 10px;
      width: 100%;
      width: calc(100% - 20px);
      height: 100%;
      z-index: 10;
      opacity: 1;
      background-size: cover; }
      .admissions-team div[class*="fsConstituentColumnLayout_"] > .fsConstituentItem > div.fsPhoto img {
        display: none; }
    .admissions-team div[class*="fsConstituentColumnLayout_"] h3.fsFullName {
      border: 0;
      color: #e18a3d;
      font: 700 18px/24px "museo-sans", sans-serif;
      text-transform: uppercase; }
      .admissions-team div[class*="fsConstituentColumnLayout_"] h3.fsFullName a {
        color: #e18a3d; }
    .admissions-team div[class*="fsConstituentColumnLayout_"] .fsClassOf {
      display: none; }
    .admissions-team div[class*="fsConstituentColumnLayout_"] .fsTitles {
      color: #ffffff;
      font: 400 18px/24px "museo-sans", sans-serif; }
    .admissions-team div[class*="fsConstituentColumnLayout_"] .fsEmail {
      color: #ffffff;
      font: 400 15px/24px "museo-sans", sans-serif; }
      .admissions-team div[class*="fsConstituentColumnLayout_"] .fsEmail a {
        color: #fff; }
      @media (max-width: 1030px) and (min-width: 800px) {
        .admissions-team div[class*="fsConstituentColumnLayout_"] .fsEmail {
          line-height: normal;
          font-size: 1.2711vw; } }

/*==============================*/
/* Admissions Steps             */
/*==============================*/
.steps-container {
  background: #f0f0f0;
  padding: 36px 55px 55px 55px;
  margin-bottom: 50px; }
  @media (max-width: 1000px) and (min-width: 800px) {
    .steps-container {
      padding: 3.05vw 4.661vw 4.661vw 4.661vw; } }
  @media (max-width: 800px) {
    .steps-container {
      margin-bottom: 80px; } }
  @media (max-width: 600px) {
    .steps-container {
      padding: 20px; } }
  .steps-container > header > h2.fsElementTitle, .welcome .steps-container > header > h2.fsElementTitle, .steps-container > header.admissions-team > header.fsElementTitle {
    text-align: center;
    margin-bottom: 15px; }
  .steps-container .admission-step {
    margin-bottom: 20px; }
    .steps-container .admission-step:last-child {
      margin-bottom: 0; }
    @media (max-width: 800px) {
      .steps-container .admission-step {
        display: -ms-flexbox;
        display: flex; } }
    .steps-container .admission-step > header {
      background: #502850; }
      @media (max-width: 800px) {
        .steps-container .admission-step > header {
          width: 60px;
          -ms-flex-preferred-size: 60px;
          flex-basis: 60px;
          min-width: 60px; } }
    .steps-container .admission-step > header h2, .steps-container .admission-step > header .admissions-team > header {
      color: #ffffff;
      font: 700 50px/76px "museo-sans", sans-serif;
      padding: 0 10px;
      text-align: center;
      margin-bottom: 0; }
    .steps-container .admission-step > .fsElementContent {
      background-color: #ffffff;
      border: 1px solid #502850;
      padding: 16px 20px;
      text-align: center; }
      @media (max-width: 800px) {
        .steps-container .admission-step > .fsElementContent {
          -ms-flex-positive: 1;
          flex-grow: 1;
          text-align: left; } }
      .steps-container .admission-step > .fsElementContent p {
        margin-bottom: 0;
        color: #1c1c1c;
        font: 400 15px/24px "museo-sans", sans-serif; }
        .steps-container .admission-step > .fsElementContent p strong {
          display: block;
          font-size: 18px;
          font-weight: 700;
          margin-bottom: 8px; }
          @media (max-width: 1030px) and (min-width: 800px) {
            .steps-container .admission-step > .fsElementContent p strong {
              font-size: 1.525vw;
              line-height: normal; } }

/*! 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: 80%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 40%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 20%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #1c1c1c;
      color: #1c1c1c; }
      .colors ol li:nth-of-type(1):after {
        content: "#1c1c1c"; }
    .colors ol li:nth-of-type(2) {
      background: #363636;
      color: #363636; }
      .colors ol li:nth-of-type(2):after {
        content: "#363636"; }
    .colors ol li:nth-of-type(3) {
      background: #163052;
      color: #163052; }
      .colors ol li:nth-of-type(3):after {
        content: "#163052"; }
    .colors ol li:nth-of-type(4) {
      background: #eee;
      color: #eee; }
      .colors ol li:nth-of-type(4):after {
        content: "#eee"; }
    .colors ol li:nth-of-type(5) {
      background: #333;
      color: #333; }
      .colors ol li:nth-of-type(5):after {
        content: "#333"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.3125em;
    padding: 0.3125em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "arno-pro", Georgia, serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "arno-pro, Georgia, serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "museo-sans", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "museo-sans, 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: 50px / line: normal"; }

.headers h2:after, .headers .welcome h2.fsElementTitle:after, .welcome .headers h2.fsElementTitle:after, .headers .admissions-team > header:after {
  content: " size: 31px / line: normal"; }

.headers h3:after {
  content: " size: 18px / line: normal"; }

.headers h4:after, .headers .steps-container > header > h2.fsElementTitle:after, .headers .welcome .steps-container > header > h2.fsElementTitle:after, .headers .steps-container > header.admissions-team > header.fsElementTitle:after {
  content: " size: 16px / line: normal"; }

.headers h5:after {
  content: " size: 17px / line: normal"; }

.headers h6:after {
  content: " size: 14px / line: normal"; }

a#fs-panel-7678,
a#fs-panel-7676,
a#fs-panel-7680,
a#fs-panel-7682 {
  display: block;
  position: relative;
  top: -65px;
  visibility: hidden; }
