@charset "UTF-8";
 /**
 *
 * Sidwell Friends School - default_16
 * @link https://sidwell.finalsite.com
 * Site Template : newclientcustom
 * Built By: Lindsey Noble
 * Project Manager: Mike Hartzler
 * Designer: Julianne Hamilton
 * ==== Git Info ====
 * Branch Name: clients/sidwell
 * Build version: 3.2.7
 * Git Tag: Composer-Build-2.0-473-g13607f0bb8
 * Last build by: Ryan Reese
 *
 **/

@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: 1em;
  margin-left: 1em; }

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

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

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

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

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

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

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

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

.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 */
.wf-loading {
  visibility: hidden;
  opacity: 0; }

.wf-active, .wf-inactive {
  visibility: visible;
  opacity: 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; }

.fsAthleticsEvent.fsTable thead th, .fsRosterName, .fsVimeoTitle, .fsYoutubeTitle, .fsTitle {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #db864e; }

.title-styled > header .fsElementTitle,
.posts-custom > header .fsElementTitle {
  font-family: "filosofia-lining", Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 29px;
  padding-left: 62px;
  position: relative;
  margin-bottom: 25px; }
  .title-styled > header .fsElementTitle:before,
  .posts-custom > header .fsElementTitle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 50px;
    height: 5px;
    opacity: 0.2;
    background-color: #000; }

.title-styled-alt > header {
  position: relative;
  margin-bottom: 25px; }
  .title-styled-alt > header:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 100%;
    left: 0;
    height: 1px;
    opacity: .3;
    background-color: #63513d; }
  .title-styled-alt > header .fsElementTitle {
    font-family: "filosofia-lining", Georgia, serif;
    font-weight: 400;
    position: relative;
    margin-bottom: 0px;
    display: inline-block;
    padding-right: 10px;
    background-color: #fff;
    line-height: 1.45;
    font-size: 32px; }
    @media (min-width: 600px) {
      .title-styled-alt > header .fsElementTitle {
        font-size: 48px;
        padding-right: 20px; } }

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 53px;
  font-family: 'Merriweather', serif;
  color: #8A1538;
  letter-spacing: -.005em;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 38px; }
  @media (min-width: 600px) {
    h1 {
      font-size: 40px;
      line-height: 53px; } }

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  color: #8A1538;
  margin-bottom: 20px; }

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #8A1538;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 20px; }

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 20px; }

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 20px; }

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  color: #8A1538;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 10px; }

p {
  margin: 0 0 25px; }

hr {
  margin: 0 auto 25px;
  border: none;
  height: 1px;
  width: 100%;
  display: block;
  background-color: #CFCECC; }

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

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

table.styled,
table.fs_style_30 {
  margin: 40px 0;
  width: 100%; }
  table.styled th,
  table.styled td,
  table.fs_style_30 th,
  table.fs_style_30 td {
    vertical-align: top; }
  table.styled td,
  table.fs_style_30 td {
    padding: 10px 20px;
    background-color: rgba(96, 92, 87, 0.05); }
    table.styled tr:nth-of-type(odd) td {
      background: rgba(96, 92, 87, 0.15); }
    table.fs_style_30 tr:nth-of-type(odd) td {
      background: rgba(96, 92, 87, 0.15); }
  table.styled:last-child,
  table.fs_style_30:last-child {
    margin-bottom: 0; }

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

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

/*! content - buttons v0.0.1 */
.fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 15px;
  background: transparent;
  color: #605c57;
  outline: 0;
  border-radius: 4px;
  border: solid 1px #259591;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 15px;
  line-height: 22px;
  font-weight: 800;
  text-align: center;
  text-shadow: none; }
  .fsLoadMoreButton:hover,
  .fsStateSelected .fsLoadMoreButton,
  .fsStyleSelectList .fsStateSelected .fsLoadMoreButton,
  .fsStyleSelectList .fsStateSelected .fsLoadMoreButton:hover {
    background: #259591;
    color: #fff; }
  .fsLoadMoreButton em {
    display: block;
    font-style: normal; }

.fsLoadMoreButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 15px;
  background: transparent;
  color: #605c57;
  outline: 0;
  border-radius: 4px;
  border: solid 1px #259591;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 15px;
  line-height: 22px;
  font-weight: 800;
  text-align: center;
  text-shadow: none; }
  .fsLoadMoreButton:hover,
  .fsStateSelected .fsLoadMoreButton,
  .fsStyleSelectList .fsStateSelected .fsLoadMoreButton,
  .fsStyleSelectList .fsStateSelected .fsLoadMoreButton:hover {
    background: #259591;
    color: #fff; }
  .fsLoadMoreButton em {
    display: block;
    font-style: normal; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 15px;
  background: transparent;
  color: #605c57;
  outline: 0;
  border-radius: 4px;
  border: solid 1px #259591;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 15px;
  line-height: 22px;
  font-weight: 800;
  text-align: center; }
  .fsStyleDefaultButton:hover,
  .fsStateSelected .fsStyleDefaultButton,
  .fsStyleSelectList .fsStateSelected .fsStyleDefaultButton,
  .fsStyleSelectList .fsStateSelected .fsStyleDefaultButton:hover {
    background: #259591;
    color: #fff; }
  .fsStyleDefaultButton em {
    display: block;
    font-style: normal; }
  .fsStyleDefaultButton.fsCategoryLink {
    margin-right: 5px; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }

.fsAccount form input[type="submit"] {
  border-style: solid;
  vertical-align: top; }

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 15px;
  background: transparent;
  color: #605c57;
  outline: 0;
  border-radius: 4px;
  border: solid 1px #259591;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 15px;
  line-height: 22px;
  font-weight: 800;
  text-align: center; }
  .fsStyleUpdateButton:hover,
  .fsStateSelected .fsStyleUpdateButton,
  .fsStyleSelectList .fsStateSelected .fsStyleUpdateButton,
  .fsStyleSelectList .fsStateSelected .fsStyleUpdateButton:hover {
    background: #259591;
    color: #fff; }
  .fsStyleUpdateButton em {
    display: block;
    font-style: normal; }
  .fsStyleUpdateButton.fsElementToolsSearchButton {
    margin-top: 20px;
    margin-bottom: 0; }

.button, .fs_style_31 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 15px;
  background: transparent;
  color: #605c57;
  outline: 0;
  border-radius: 4px;
  border: solid 1px #259591;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 15px;
  line-height: 22px;
  font-weight: 800;
  text-align: center; }
  .button:hover,
  .fsStateSelected .button,
  .fsStyleSelectList .fsStateSelected .button,
  .fsStyleSelectList .fsStateSelected .button:hover, .fs_style_31:hover,
  .fsStateSelected .fs_style_31,
  .fsStyleSelectList .fsStateSelected .fs_style_31,
  .fsStyleSelectList .fsStateSelected .fs_style_31:hover {
    background: #259591;
    color: #fff; }
  .button em, .fs_style_31 em {
    display: block;
    font-style: normal; }

.color-button, .fs_style_32 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 15px;
  background: transparent;
  color: #605c57;
  outline: 0;
  border-radius: 4px;
  border: solid 1px #8A1538;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 15px;
  line-height: 22px;
  font-weight: 800;
  text-align: center; }
  .color-button:hover,
  .fsStateSelected .color-button,
  .fsStyleSelectList .fsStateSelected .color-button,
  .fsStyleSelectList .fsStateSelected .color-button:hover, .fs_style_32:hover,
  .fsStateSelected .fs_style_32,
  .fsStyleSelectList .fsStateSelected .fs_style_32,
  .fsStyleSelectList .fsStateSelected .fs_style_32:hover {
    background: #8A1538;
    color: #fff; }
  .color-button em, .fs_style_32 em {
    display: block;
    font-style: normal; }

.white-button, .fs_style_37 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 15px;
  background: transparent;
  color: #605c57;
  outline: 0;
  border-radius: 4px;
  border: solid 1px #fff;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 15px;
  line-height: 22px;
  font-weight: 800;
  text-align: center;
  color: #fff; }
  .white-button:hover,
  .fsStateSelected .white-button,
  .fsStyleSelectList .fsStateSelected .white-button,
  .fsStyleSelectList .fsStateSelected .white-button:hover, .fs_style_37:hover,
  .fsStateSelected .fs_style_37,
  .fsStyleSelectList .fsStateSelected .fs_style_37,
  .fsStyleSelectList .fsStateSelected .fs_style_37:hover {
    background: #fff;
    color: #fff; }
  .white-button em, .fs_style_37 em {
    display: block;
    font-style: normal; }
  .white-button:hover, .fs_style_37:hover {
    color: #605c57; }

.fs_style_35, stylename_button-arrow {
  color: #259591;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 15px;
  line-height: 22px;
  font-weight: 800;
  position: relative;
  padding-right: 15px; }
  .fs_style_35:after, stylename_button-arrow:after {
    content: "";
    font-family: "IcoMoon";
    color: #b1a89e;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    right: 0;
    font-weight: normal;
    line-height: 1;
    font-size: 13px; }
  .fs_style_35:hover, stylename_button-arrow:hover {
    color: #869c0a; }
  .fs_style_35 + .fs_style_31, .fs_style_35 + .fs_style_32, .fs_style_35 + .fs_style_33, .fs_style_35 + .fs_style_34, .fs_style_35 + .fs_style_35, .fs_style_35 + .fs_style_36, stylename_button-arrow + .fs_style_31, stylename_button-arrow + .fs_style_32, stylename_button-arrow + .fs_style_33, stylename_button-arrow + .fs_style_34, stylename_button-arrow + .fs_style_35, stylename_button-arrow + .fs_style_36 {
    margin-left: 10px; }

.fs_style_33, stylename_button-large_Green {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 25px 20px;
  background: #259591;
  color: #fff;
  outline: 0;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 24px;
  line-height: 29px;
  font-weight: 800;
  text-align: center; }
  .fs_style_33:hover, stylename_button-large_Green:hover {
    background: #20817d;
    color: #fff; }
  .fs_style_33 em, stylename_button-large_Green em {
    display: block;
    text-transform: none;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0;
    margin-bottom: 5px; }

.fs_style_34, stylename_button-large_Red {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 25px 20px;
  background: #8A1538;
  color: #fff;
  outline: 0;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 24px;
  line-height: 29px;
  font-weight: 800;
  text-align: center; }
  .fs_style_34:hover, stylename_button-large_Red:hover {
    background: #730e1f;
    color: #fff; }
  .fs_style_34 em, stylename_button-large_Red em {
    display: block;
    text-transform: none;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0;
    margin-bottom: 5px; }

.fs_style_36, stylename_button-large_Orange {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 25px 20px;
  background: #db864e;
  color: #fff;
  outline: 0;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 24px;
  line-height: 29px;
  font-weight: 800;
  text-align: center; }
  .fs_style_36:hover, stylename_button-large_Orange:hover {
    background: #c05131;
    color: #fff; }
  .fs_style_36 em, stylename_button-large_Orange em {
    display: block;
    text-transform: none;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0;
    margin-bottom: 5px; }

#fsBannerRight > .fsBanner .fs_style_31, #fsBannerRight > .fsBanner .fs_style_32, #fsBannerRight > .fsBanner .fs_style_33, #fsBannerRight > .fsBanner .fs_style_34, #fsBannerRight > .fsBanner .fs_style_36, #fsBannerLeft > .fsBanner .fs_style_31, #fsBannerLeft > .fsBanner .fs_style_32, #fsBannerLeft > .fsBanner .fs_style_33, #fsBannerLeft > .fsBanner .fs_style_34, #fsBannerLeft > .fsBanner .fs_style_36, .fsStyleOneThird .fs_style_31, .fsStyleOneThird .fs_style_32, .fsStyleOneThird .fs_style_33, .fsStyleOneThird .fs_style_34, .fsStyleOneThird .fs_style_36 {
  display: block; }

#fsBannerRight > .fsBanner .fs_style_35, #fsBannerLeft > .fsBanner .fs_style_35, .fsStyleOneThird .fs_style_35 {
  display: inline-block; }

.button-image {
  min-height: 280px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden; }
  .button-image.fsContent {
    margin-bottom: 20px; }
  .button-image > header {
    position: absolute;
    width: 100%;
    height: 100%; }
    .button-image > header > .fsElementHeaderContent {
      margin: 0; }
    .button-image > header:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 15%, transparent 70%, transparent 100%);
      z-index: 1; }
    .button-image > header a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      padding: 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: end;
      justify-content: flex-end;
      z-index: 5;
      transition: color .3s ease-in .3s; }
  .button-image .fsElementHeaderContent a {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3; }
    @media (min-width: 800px) {
      .button-image .fsElementHeaderContent a {
        font-size: 20px; } }
    @media (min-width: 900px) {
      .button-image .fsElementHeaderContent a {
        font-size: 24px; } }
  .button-image > footer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(138, 21, 56, 0.9);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px 20px 30px;
    color: #fff;
    transform: translate3d(0, -100%, 0);
    z-index: 3;
    transition: transform .3s ease-out .15s; }
    .button-image > footer .fsElementHeaderContent {
      padding-bottom: 10px;
      margin-bottom: 0;
      position: relative;
      opacity: 0;
      visibility: hidden;
      transition: opacity .3s; }
      @media (min-width: 800px) {
        .button-image > footer .fsElementHeaderContent {
          padding-bottom: 20px; } }
      .button-image > footer .fsElementHeaderContent:before {
        content: '';
        width: 50px;
        height: 5px;
        background-color: #259591;
        position: absolute;
        left: 0;
        bottom: 0; }
    .button-image > footer .fsElementFooterContent {
      opacity: 0;
      visibility: hidden;
      transition: opacity .3s;
      margin-top: 15px;
      line-height: 1.3;
      font-size: 17px; }
      @media (min-width: 800px) {
        .button-image > footer .fsElementFooterContent {
          margin-top: 20px;
          font-size: 18px; } }
      @media (min-width: 900px) {
        .button-image > footer .fsElementFooterContent {
          font-size: 20px; } }
      .button-image > footer .fsElementFooterContent .fs_style_35 {
        color: #fff;
        opacity: .8;
        transition: opacity .3s; }
        .button-image > footer .fsElementFooterContent .fs_style_35:hover {
          color: #fff;
          opacity: 1;
          transition: opacity .3s; }
  .button-image:hover > header a {
    color: transparent;
    transition: color .3s; }
  .button-image:hover > footer {
    transform: translate3d(0, 0, 0);
    transition: transform .3s; }
    .button-image:hover > footer > .fsElementHeaderContent {
      opacity: 1;
      visibility: visible;
      transition: opacity .3s ease-in .3s; }
    .button-image:hover > footer > .fsElementFooterContent {
      opacity: 1;
      visibility: visible;
      transition: opacity .3s ease-in .45s; }

.button-enhancement {
  min-height: 300px;
  background-color: #259591;
  box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer; }
  .fsComposeMode .button-enhancement.fsElement:not(.fsPanel) {
    min-height: 300px; }
  .button-enhancement:before, .button-enhancement:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    transition: transform .3s; }
  .button-enhancement:before {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 15%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 100%); }
  .button-enhancement:after {
    background-image: linear-gradient(to top, rgba(136, 24, 42, 0.9) 0%, rgba(136, 24, 42, 0.9) 15%, rgba(136, 24, 42, 0.86) 35%, rgba(136, 24, 42, 0.86) 100%);
    box-shadow: inset 0 0 0 5px rgba(0, 0, 0, 0.3);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: transform .3s;
    opacity: 0;
    visibility: hidden; }
  .button-enhancement a {
    color: #fff;
    opacity: .8;
    transition: opacity .3s; }
    .button-enhancement a:hover {
      color: #fff;
      opacity: 1;
      transition: opacity .3s; }
  .button-enhancement > .button-link-wrapper {
    display: block;
    position: relative;
    z-index: 1;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .button-enhancement > .button-link-wrapper > .fsElementTitle {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      margin-bottom: 0;
      padding: 20px; }
  .button-enhancement .button-link-content {
    padding: 20px;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: transform .3s; }
    .button-enhancement .button-link-content .fsElementTitle,
    .button-enhancement .button-link-content .fsElementHeaderContent,
    .button-enhancement .button-link-content footer {
      opacity: 0;
      visibility: hidden;
      -ms-transform: translateY(-20px);
      transform: translateY(-20px); }
    .button-enhancement .button-link-content .fsElementTitle {
      margin-bottom: 40px;
      position: relative; }
      .button-enhancement .button-link-content .fsElementTitle:after {
        content: '';
        position: absolute;
        width: 50px;
        height: 5px;
        background-color: #259591;
        left: 0;
        bottom: -20px; }
  .button-enhancement .fsElementTitle {
    color: #fff; }
  .button-enhancement:hover .button-link-content {
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: transform .3s; }
    .button-enhancement:hover .button-link-content .fsElementTitle,
    .button-enhancement:hover .button-link-content .fsElementHeaderContent,
    .button-enhancement:hover .button-link-content footer {
      opacity: 1;
      visibility: visible;
      -ms-transform: translateY(0);
      transform: translateY(0);
      transition: .3s ease-in .15s; }
    .button-enhancement:hover .button-link-content .fsElementHeaderContent {
      transition: .3s ease-in .2s; }
    .button-enhancement:hover .button-link-content footer {
      transition: .3s ease-in .25s; }
  .button-enhancement:hover:after {
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: transform .4s;
    opacity: 1;
    visibility: visible; }
  .button-enhancement:hover .button-link-wrapper {
    -ms-flex-positive: 2;
    flex-grow: 2; }
    .button-enhancement:hover .button-link-wrapper > .fsElementTitle {
      opacity: 0;
      visibility: hidden;
      transition: .2s; }

/*! content - style manger v0.0.1 */
.lead-in, .fs_style_24 {
  font-size: 24px;
  line-height: 29px;
  color: #259591; }

.fs_style_25 {
  color: #259591;
  margin-right: 12px;
  font-weight: 800; }
  body:not(.fsComposeMode) .fs_style_25 {
    float: left;
    line-height: .77;
    font-size: 100px; }

blockquote,
.fs_style_27 {
  position: relative;
  margin: 40px 0;
  font-size: 24px;
  line-height: 1.2em;
  color: #34657f;
  font-family: "filosofia-lining", Georgia, serif;
  padding: 25px 0 20px;
  border-top: solid 2px rgba(123, 167, 188, 0.3);
  border-bottom: solid 2px rgba(123, 167, 188, 0.3); }
  blockquote:before,
  .fs_style_27:before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    background-color: #fff;
    height: 5px;
    width: 52px; }
  blockquote:after,
  .fs_style_27:after {
    content: '\201C';
    font-family: "filosofia-lining", Georgia, serif;
    position: absolute;
    left: -10px;
    top: 22px;
    color: rgba(123, 167, 188, 0.3);
    font-size: 150px;
    font-weight: 400;
    line-height: 36px;
    text-align: left; }

cite,
.fs_style_28 {
  display: block;
  margin-top: 10px;
  font-style: normal;
  text-align: right;
  color: #7ba7bc;
  font-family: "futura-pt", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: .05em; }

.callout,
.fs_style_26,
stylename_callout {
  margin: 40px 0;
  font-size: 28px;
  line-height: 36px;
  padding-left: 30px;
  position: relative; }
  .callout:before,
  .fs_style_26:before,
  stylename_callout:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5px;
    background-color: #259591;
    height: calc(100% - 5px); }

.fs_style_29,
stylename_caption__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  font-style: italic; }

.fsMeridian {
  text-transform: lowercase; }

.fs_style_38 {
  border-color: #CFCECC !important; }

/*! structure - header v0.0.1 */
@keyframes bounce {
  50% {
    right: -5px; } }

.site-info-wrapper {
  padding-left: 20px;
  display: -ms-flexbox;
  display: flex;
  background-color: #8A1538;
  position: relative; }
  @media (min-width: 1240px) {
    .site-info-wrapper {
      padding-left: 30px; } }
  .site-info-wrapper > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
    .site-info-wrapper > .fsElementContent > .fsElement {
      vertical-align: top; }
  .site-info-wrapper .site-search {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 35px;
    right: 12px; }
    @media (min-width: 400px) {
      .site-info-wrapper .site-search {
        right: 25px; } }
    @media (min-width: 700px) {
      .site-info-wrapper .site-search {
        right: 40px; } }
    @media (min-width: 900px) {
      .site-info-wrapper .site-search {
        width: 70px; } }

.main-utility-wrapper {
  position: relative;
  width: calc(100% - 55px); }
  @media (min-width: 900px) {
    .main-utility-wrapper {
      width: calc(100% - 220px);
      padding-right: 110px; } }
  .main-utility-wrapper > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.nav-hotlink {
  position: relative;
  width: 42px;
  z-index: 5; }
  .nav-hotlink:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 30px;
    border-color: transparent transparent #605c57 transparent;
    position: absolute;
    left: -20px;
    bottom: 0;
    transition: 0.3s border; }
    @media (min-width: 400px) {
      .nav-hotlink:after {
        left: -29px; } }
    @media (min-width: 900px) {
      .nav-hotlink:after {
        content: normal; } }
  @media (min-width: 900px) {
    .nav-hotlink {
      width: 220px; }
      .nav-hotlink > .fsElementContent,
      .nav-hotlink > .fsElementContent > div,
      .nav-hotlink figure {
        height: 100%; } }
  .nav-hotlink:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 115px 35px;
    border-color: transparent transparent #3A3734 transparent;
    position: absolute;
    left: -25px;
    bottom: 0; }
    @media (min-width: 400px) {
      .nav-hotlink:before {
        left: -34px; } }
  .nav-hotlink a {
    color: #fff;
    position: relative; }
    @media (min-width: 900px) {
      .nav-hotlink a {
        height: 100%;
        transition: 0.3s background-color;
        background-color: #605c57;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .nav-hotlink a:after {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 0 100px 30px;
          border-color: transparent transparent #605c57 transparent;
          position: absolute;
          left: -29px;
          bottom: 0;
          transition: 0.3s border; }
        .nav-hotlink a:hover, .nav-hotlink a:focus {
          background-color: #3A372F; }
          .nav-hotlink a:hover:after, .nav-hotlink a:focus:after {
            border-color: transparent transparent #3A372F transparent; } }
  .nav-hotlink picture,
  .nav-hotlink img {
    display: block;
    width: 180px; }
  .nav-hotlink > header {
    position: relative;
    display: block;
    height: 60px;
    cursor: pointer;
    z-index: 5;
    width: 42px;
    background-color: #605c57; }
    @media (min-width: 400px) {
      .nav-hotlink > header {
        width: 60px;
        left: -9px; } }
    .nav-hotlink > header .fsElementHeaderContent {
      display: none; }
    .nav-hotlink > header:before {
      content: "";
      font-family: "IcoMoon";
      color: #fff;
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      line-height: 1;
      font-weight: normal;
      font-size: 16px;
      left: 5px; }
      @media (min-width: 400px) {
        .nav-hotlink > header:before {
          font-size: 20px;
          left: 10px; } }
    @media (min-width: 900px) {
      .nav-hotlink > header {
        display: none; } }
  .nav-hotlink > .fsElementContent {
    display: none; }
    @media (min-width: 900px) {
      .nav-hotlink > .fsElementContent {
        display: block; } }

.site-name {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block; }
  .site-name h1 {
    font-size: 20px;
    line-height: 1;
    margin: 0; }
  .site-name a {
    display: block;
    padding: 20px 0;
    color: transparent;
    position: relative;
    width: 130px; }
    @media (min-width: 320px) {
      .site-name a {
        width: 160px; } }
    @media (min-width: 900px) {
      .site-name a {
        width: 210px;
        padding: 30px 0; } }
    @media (min-width: 1000px) {
      .site-name a {
        padding: 40px 0;
        width: 280px; } }
    .site-name a:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      line-height: 1;
      font-size: 16px;
      color: #fff;
      font-family: "IcoMoon";
      transition: .3s; }
      @media (min-width: 320px) {
        .site-name a:before {
          font-size: 20px; } }
      @media (min-width: 900px) {
        .site-name a:before {
          font-size: 26px; } }
      @media (min-width: 1000px) {
        .site-name a:before {
          font-size: 35px; } }
    .site-name a:hover {
      color: transparent; }

#fsHeader {
  overflow: hidden; }
  @media (min-width: 900px) {
    #fsHeader {
      overflow: visible; } }

.no-touch body:not(.fsComposeMode) #fsHeader {
  overflow: hidden; }
  @media (min-width: 900px) {
    .no-touch body:not(.fsComposeMode) #fsHeader {
      background-color: #fff;
      padding-top: 140px;
      overflow: visible; } }
  @media (min-width: 1000px) {
    .no-touch body:not(.fsComposeMode) #fsHeader {
      padding-top: 160px; } }
  @media (min-width: 900px) {
    .no-touch .home:not(.fsComposeMode) #fsHeader {
      padding-top: 80px; } }
  @media (min-width: 1000px) {
    .no-touch .home:not(.fsComposeMode) #fsHeader {
      padding-top: 100px; } }
  @media (min-width: 900px) {
    .no-touch body:not(.fsComposeMode) #fsHeader .site-info-wrapper,
    .no-touch body:not(.fsComposeMode) #fsHeader .nav-main-wrapper {
      position: fixed;
      width: 100%;
      z-index: 300;
      left: 0; } }
  .no-touch body:not(.fsComposeMode) #fsHeader .site-info-wrapper {
    top: 0;
    z-index: 301; }
    @media (min-width: 900px) {
      .no-touch body:not(.fsComposeMode) #fsHeader .site-info-wrapper {
        height: 80px;
        transition: height .3s; } }
    @media (min-width: 1000px) {
      .no-touch body:not(.fsComposeMode) #fsHeader .site-info-wrapper {
        height: 100px; } }
  @media (min-width: 900px) {
    .no-touch body:not(.fsComposeMode) #fsHeader .nav-main-wrapper {
      top: 80px; } }
  @media (min-width: 1000px) {
    .no-touch body:not(.fsComposeMode) #fsHeader .nav-main-wrapper {
      top: 100px; } }
  .no-touch body:not(.fsComposeMode) #fsHeader .nav-main {
    height: 60px;
    transition: height .3s; }
    @media (min-width: 1000px) {
      .no-touch body:not(.fsComposeMode) #fsHeader .nav-main .fsNavLevel1 > li > a {
        padding: 20px;
        transition: .3s; } }

@media (min-width: 900px) {
  .no-touch body:not(.fsComposeMode) #fsHeader.fix-me .site-info-wrapper {
    height: 50px;
    z-index: 305;
    transition: height .3s;
    top: 0; } }

@media (min-width: 900px) {
  .no-touch body:not(.fsComposeMode) #fsHeader.fix-me .nav-main-wrapper {
    top: 50px;
    transform: translateZ(0); } }

.no-touch body:not(.fsComposeMode) #fsHeader.fix-me .site-name a {
  padding: 15px 0;
  width: 185px;
  transition: .3s; }
  .no-touch body:not(.fsComposeMode) #fsHeader.fix-me .site-name a:before {
    font-size: 23px;
    transition: .3s; }

.no-touch body:not(.fsComposeMode) #fsHeader.fix-me .nav-main {
  height: 50px; }
  @media (min-width: 900px) {
    .no-touch body:not(.fsComposeMode) #fsHeader.fix-me .nav-main .fsNavLevel1 > li > a {
      padding: 15px 20px;
      transition: .3s; } }

/*! structure - footer v0.0.1 */
#fsFooter {
  padding: 50px 0;
  color: #fff;
  position: relative;
  background: #3A3734; }
  @media (min-width: 680px) {
    #fsFooter {
      padding: 50px 20px 75px; } }
  @media (min-width: 1080px) {
    #fsFooter {
      overflow: hidden; } }
  #fsFooter:before {
    content: "";
    font-family: "IcoMoon";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 70px;
    color: #2b2927;
    font-size: 85vw;
    line-height: 1; }
    @media (min-width: 600px) {
      #fsFooter:before {
        font-size: 60vw;
        left: -14vw;
        right: auto;
        text-align: left;
        top: 30px; } }
    @media (min-width: 680px) {
      #fsFooter:before {
        top: 50px;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 45vw; } }
    @media (min-width: 800px) {
      #fsFooter:before {
        font-size: 33.33vw; } }
    @media (min-width: 1080px) {
      #fsFooter:before {
        top: 70px;
        left: -7.64vw;
        right: auto;
        text-align: left; } }
  #fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 600px) {
      #fsFooter .fsBanner {
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    @media (min-width: 680px) {
      #fsFooter .fsBanner {
        -ms-flex-pack: center;
        justify-content: center; } }
    @media (min-width: 1080px) {
      #fsFooter .fsBanner {
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    #fsFooter .fsBanner:after {
      content: normal; }
    body.fsDraftMode #fsFooter .fsBanner {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; }

.footer-location {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
  padding: 0 20px;
  width: 100%;
  text-align: center; }
  @media (min-width: 600px) {
    .footer-location {
      width: auto;
      text-align: left; } }
  @media (min-width: 780px) {
    .footer-location {
      padding: 0 30px; } }
  @media (min-width: 1080px) {
    .footer-location {
      padding: 0;
      margin-bottom: 0;
      display: block; } }
  .footer-location > header .fsElementTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    color: #8A1538;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
    margin-bottom: 15px; }
  .footer-location > .fsElementContent {
    opacity: .8; }
    .footer-location > .fsElementContent a {
      color: inherit; }
    .footer-location > .fsElementContent p {
      margin-bottom: 10px; }

.footer-buttons a, .footer-cta-buttons a {
  opacity: .8;
  display: block;
  padding: 8px 5px;
  transition: .3s; }
  @media (min-width: 600px) {
    .footer-buttons a, .footer-cta-buttons a {
      padding: 8px 15px; } }
  .footer-buttons a:hover, .footer-cta-buttons a:hover {
    background-color: #2b2927;
    color: #fff;
    border-color: #2b2927;
    transition: .3s; }

.footer-buttons {
  padding: 0 10px;
  width: 100%;
  text-align: center; }
  @media (min-width: 320px) {
    .footer-buttons {
      padding: 0 20px; } }
  @media (min-width: 600px) {
    .footer-buttons {
      width: auto;
      text-align: left; } }
  @media (min-width: 780px) {
    .footer-buttons {
      padding: 0 30px; } }
  @media (min-width: 1080px) {
    .footer-buttons {
      margin-right: -10px;
      padding: 0; } }
  @media (min-width: 1180px) {
    .footer-buttons {
      margin-right: -50px;
      margin-left: 30px; } }
  .footer-buttons > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (min-width: 600px) {
      .footer-buttons > .fsElementContent {
        width: 140px;
        display: block; } }
    .footer-buttons > .fsElementContent p {
      margin-bottom: 18px;
      width: calc(50% - 5px); }
      @media (min-width: 320px) {
        .footer-buttons > .fsElementContent p {
          width: calc(50% - 10px); } }
      @media (min-width: 600px) {
        .footer-buttons > .fsElementContent p {
          width: auto; } }

.footer-cta-buttons {
  width: 100%;
  text-align: center;
  padding: 0 10px; }
  @media (min-width: 320px) {
    .footer-cta-buttons {
      padding: 0 20px; } }
  @media (min-width: 600px) {
    .footer-cta-buttons {
      width: auto;
      text-align: left;
      padding: 0; } }
  .footer-cta-buttons > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (min-width: 600px) {
      .footer-cta-buttons > .fsElementContent {
        display: block; } }
    @media (min-width: 1080px) {
      .footer-cta-buttons > .fsElementContent {
        margin-right: -10px; } }
    .footer-cta-buttons > .fsElementContent p {
      margin-bottom: 0;
      vertical-align: top;
      width: calc(50% - 5px); }
      @media (min-width: 320px) {
        .footer-cta-buttons > .fsElementContent p {
          width: calc(50% - 10px); } }
      @media (min-width: 600px) {
        .footer-cta-buttons > .fsElementContent p {
          display: inline-block;
          width: auto; } }
    .footer-cta-buttons > .fsElementContent a {
      height: 98px;
      width: 100%; }
      @media (min-width: 600px) {
        .footer-cta-buttons > .fsElementContent a {
          width: 180px;
          margin: 0 10px; } }
      @media (min-width: 780px) {
        .footer-cta-buttons > .fsElementContent a {
          margin: 0 20px; } }
      @media (min-width: 1080px) {
        .footer-cta-buttons > .fsElementContent a {
          margin: 0 10px; } }
      .footer-cta-buttons > .fsElementContent a.gift-button {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center; }
        .footer-cta-buttons > .fsElementContent a.gift-button:before {
          content: "";
          font-family: "IcoMoon";
          display: block;
          font-weight: normal;
          font-size: 32px;
          line-height: 1;
          margin-bottom: 5px; }
      .footer-cta-buttons > .fsElementContent a.summer-button {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 12px 25px; }
        .footer-cta-buttons > .fsElementContent a.summer-button img {
          display: block; }

.footer-util-wrapper {
  width: 100%;
  border-top: solid 1px #2b2927;
  margin-top: 40px;
  padding-top: 25px;
  max-width: calc(100% - 40px);
  margin: 45px auto 0; }
  @media (min-width: 680px) {
    .footer-util-wrapper {
      max-width: 100%; } }
  @media (min-width: 800px) {
    .footer-util-wrapper {
      padding-right: 160px; } }
  .footer-util-wrapper > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

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

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

html {
  font-family: "futura-pt", sans-serif;
  background: #3A3734;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch; }

body {
  font-size: 20px;
  line-height: 26px;
  color: #605c57; }

#fsPageWrapper {
  position: relative; }

#fsPageBodyWrapper {
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff; }
  .touch #fsPageBodyWrapper {
    overflow: hidden; }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fsDraftMode #fsPageBody {
    display: block; }

#fsPageContent {
  width: 100%; }

.fsPageLayout .fsElementHeaderContent {
  margin-bottom: 1.2rem; }

.fsPageLayout .fsElementFooterContent {
  margin-top: 1.2rem; }

.fsDiv > .fsElement {
  margin-bottom: 2rem; }
  .fsDiv > .fsElement:last-child {
    margin-bottom: 0; }

.fsElementContent p:last-child, .fsElementContent a:last-child {
  margin-bottom: 0; }

#fsBannerRight > .fsBanner > .fsElement, #fsBannerLeft > .fsBanner > .fsElement {
  margin-bottom: 2rem; }
  #fsBannerRight > .fsBanner > .fsElement:last-child, #fsBannerLeft > .fsBanner > .fsElement:last-child {
    margin-bottom: 0; }
  #fsBannerRight > .fsBanner > .fsElement > footer, #fsBannerLeft > .fsBanner > .fsElement > footer {
    margin-top: 1.2rem; }
  #fsBannerRight > .fsBanner > .fsElement > header > .fsElementHeaderContent, #fsBannerLeft > .fsBanner > .fsElement > header > .fsElementHeaderContent {
    margin-bottom: 1.2rem; }

#fsBannerLeft {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 2rem; }
  @media (min-width: 700px) {
    #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      width: 260px;
      padding-right: 30px;
      margin-bottom: 0; } }
  @media (min-width: 900px) {
    #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      width: 300px;
      padding-right: 60px; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    width: 100%;
    margin-bottom: 2rem;
    padding-right: 0; }
    @media (min-width: 900px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
        -ms-flex-order: 1;
        order: 1;
        padding-right: 1.5rem;
        width: 260px;
        margin-bottom: 0; } }
    @media (min-width: 1100px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
        padding-right: 60px;
        width: 300px; } }

.fsHasRightBanner #fsPageContent {
  -ms-flex-order: 1;
  order: 1;
  width: 100%; }
  @media (min-width: 700px) {
    .fsHasRightBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 280px); } }
  @media (min-width: 900px) {
    .fsHasRightBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 380px); } }

.fsHasLeftBanner #fsPageContent {
  width: 100%;
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    .fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 260px); } }
  @media (min-width: 900px) {
    .fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 300px); } }

.fsHasLeftBanner.fsHasRightBanner #fsPageContent {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 2rem;
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 280px); } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: calc(100% - 380px); } }
  @media (min-width: 900px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 540px);
      margin-bottom: 0; } }
  @media (min-width: 1100px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
      width: calc(100% - 680px); } }

#fsBannerRight {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 2rem; }
  @media (min-width: 700px) {
    #fsBannerRight {
      -ms-flex-order: 1;
      order: 1;
      width: 280px;
      padding-left: 30px;
      margin-bottom: 0; } }
  @media (min-width: 900px) {
    #fsBannerRight {
      -ms-flex-order: 1;
      order: 1;
      width: 380px;
      padding-left: 80px; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0;
    margin-bottom: 0; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        -ms-flex-order: 1;
        order: 1;
        padding-left: 2rem;
        width: 280px; } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 80px;
        width: 380px; } }
    @media (min-width: 900px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        -ms-flex-order: 1;
        order: 1;
        padding-left: 2rem;
        width: 280px; } }
    @media (min-width: 1100px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 80px;
        width: 380px; } }

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

.fsLayout .fsDiv,
.fsLayout > div[class*="ColumnLayout"] {
  margin-bottom: 20px;
  width: 100%;
  float: none; }
  @media (min-width: 800px) {
    .fsLayout .fsDiv,
    .fsLayout > div[class*="ColumnLayout"] {
      float: left; } }
  @media (min-width: 800px) {
    .fsLayout .fsDiv,
    .fsLayout > div[class*="ColumnLayout"] {
      padding-right: 1em;
      padding-left: 1em; } }

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

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

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

@media (min-width: 800px) {
  .fsThreeColumnLayout > .fsStyleColumn,
  .fsThreeColumnLayout > .fsDiv {
    padding-left: 10px;
    padding-right: 10px; } }

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

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

@media (min-width: 800px) {
  .fsFourColumnLayout > .fsStyleColumn,
  .fsFourColumnLayout > .fsDiv {
    padding-left: 10px;
    padding-right: 10px; } }

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

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

@media (min-width: 800px) {
  .fsTwoColumnTopLayout > div[class*="ColumnLayout"],
  .fsStyleTwoThirds > div[class*="ColumnLayout"] {
    padding-left: 20px;
    padding-right: 20px; } }

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

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

body:not(.fsComposeMode) div[class*="fsTwoColumnWide"] {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  body:not(.fsComposeMode) div[class*="fsTwoColumnWide"] > .fsDiv {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
    margin-bottom: 2rem; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) div[class*="fsTwoColumnWide"] > .fsDiv {
        margin-bottom: 0; } }
    body:not(.fsComposeMode) div[class*="fsTwoColumnWide"] > .fsDiv:last-child {
      margin-bottom: 0; }

body:not(.fsComposeMode) .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 260px); } }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 300px); } }

body:not(.fsComposeMode) .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      width: 260px;
      padding-right: 30px; } }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      width: 300px;
      padding-right: 60px; } }

body:not(.fsComposeMode) .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 280px); } }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 380px); } }

body:not(.fsComposeMode) .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      width: 280px;
      padding-left: 30px; } }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      width: 380px;
      padding-left: 80px; } }

body:not(.fsComposeMode) div[class*="fsElephant"] {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  body:not(.fsComposeMode) div[class*="fsElephant"] > div {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
    margin-bottom: 2rem; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) div[class*="fsElephant"] > div {
        margin-bottom: 0; } }
    body:not(.fsComposeMode) div[class*="fsElephant"] > div:last-child {
      margin-bottom: 0; }

body:not(.fsComposeMode) .fsElephantLeftLayout > div.fsStyleTwoThirds {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .fsElephantLeftLayout > div.fsStyleTwoThirds {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 260px); } }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .fsElephantLeftLayout > div.fsStyleTwoThirds {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 300px); } }
  body:not(.fsComposeMode) .fsElephantLeftLayout > div.fsStyleTwoThirds > .fsDiv,
  body:not(.fsComposeMode) .fsElephantLeftLayout > div.fsStyleTwoThirds > .fsTwoColumnLayout {
    padding: 0;
    float: none; }

body:not(.fsComposeMode) .fsElephantLeftLayout > div.fsStyleOneThird {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .fsElephantLeftLayout > div.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      width: 260px;
      padding-right: 30px; } }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .fsElephantLeftLayout > div.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      width: 300px;
      padding-right: 60px; } }

body:not(.fsComposeMode) .fsElephantRightLayout > div.fsStyleTwoThirds {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .fsElephantRightLayout > div.fsStyleTwoThirds {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 280px); } }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .fsElephantRightLayout > div.fsStyleTwoThirds {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 380px); } }
  body:not(.fsComposeMode) .fsElephantRightLayout > div.fsStyleTwoThirds > .fsDiv,
  body:not(.fsComposeMode) .fsElephantRightLayout > div.fsStyleTwoThirds > .fsTwoColumnLayout {
    padding: 0; }

body:not(.fsComposeMode) .fsElephantRightLayout > div.fsStyleOneThird {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .fsElephantRightLayout > div.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      width: 280px;
      padding-left: 30px; } }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .fsElephantRightLayout > div.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      width: 380px;
      padding-left: 80px; } }

.fsTwoColumnLayout.wide-left, .fsTwoColumnLayout.wide-right {
  margin: 0 auto 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fsTwoColumnLayout.wide-left > .fsDiv, .fsTwoColumnLayout.wide-right > .fsDiv {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
    margin-bottom: 2rem; }
    @media (min-width: 700px) {
      .fsTwoColumnLayout.wide-left > .fsDiv, .fsTwoColumnLayout.wide-right > .fsDiv {
        margin-bottom: 0; } }
    .fsTwoColumnLayout.wide-left > .fsDiv:last-child, .fsTwoColumnLayout.wide-right > .fsDiv:last-child {
      margin-bottom: 0; }

.fsTwoColumnLayout.wide-right > .fsDiv.fsStyleColumn-1 {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    .fsTwoColumnLayout.wide-right > .fsDiv.fsStyleColumn-1 {
      -ms-flex-order: 1;
      order: 1;
      width: 260px;
      padding-right: 30px; } }
  @media (min-width: 900px) {
    .fsTwoColumnLayout.wide-right > .fsDiv.fsStyleColumn-1 {
      -ms-flex-order: 1;
      order: 1;
      width: 300px;
      padding-right: 60px; } }

.fsTwoColumnLayout.wide-right > .fsDiv.fsStyleColumn-2 {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    .fsTwoColumnLayout.wide-right > .fsDiv.fsStyleColumn-2 {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 260px); } }
  @media (min-width: 900px) {
    .fsTwoColumnLayout.wide-right > .fsDiv.fsStyleColumn-2 {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 300px); } }

.fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-1 {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-1 {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 280px); } }
  @media (min-width: 900px) {
    .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-1 {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 380px); } }

.fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-2 {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-2 {
      -ms-flex-order: 1;
      order: 1;
      width: 280px;
      padding-left: 30px; } }
  @media (min-width: 900px) {
    .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-2 {
      -ms-flex-order: 1;
      order: 1;
      width: 380px;
      padding-left: 80px; } }

.fsComposeMode .fsTwoColumnLayout.wide-left, .fsComposeMode .fsTwoColumnLayout.wide-right {
  margin: 0 auto 2rem;
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fsComposeMode .fsTwoColumnLayout.wide-left > .fsDiv, .fsComposeMode .fsTwoColumnLayout.wide-right > .fsDiv {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    margin-bottom: 2rem; }
    @media (min-width: 700px) {
      .fsComposeMode .fsTwoColumnLayout.wide-left > .fsDiv, .fsComposeMode .fsTwoColumnLayout.wide-right > .fsDiv {
        margin-bottom: 0; } }
    .fsComposeMode .fsTwoColumnLayout.wide-left > .fsDiv:last-child, .fsComposeMode .fsTwoColumnLayout.wide-right > .fsDiv:last-child {
      margin-bottom: 0; }

.fsComposeMode .fsTwoColumnLayout.wide-right > .fsDiv.fsStyleColumn-1 {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    .fsComposeMode .fsTwoColumnLayout.wide-right > .fsDiv.fsStyleColumn-1 {
      -ms-flex-order: 1;
      order: 1;
      width: 260px;
      padding-right: 30px; } }
  @media (min-width: 900px) {
    .fsComposeMode .fsTwoColumnLayout.wide-right > .fsDiv.fsStyleColumn-1 {
      -ms-flex-order: 1;
      order: 1;
      width: 300px;
      padding-right: 60px; } }

.fsComposeMode .fsTwoColumnLayout.wide-right > .fsDiv.fsStyleColumn-2 {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    .fsComposeMode .fsTwoColumnLayout.wide-right > .fsDiv.fsStyleColumn-2 {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 260px); } }
  @media (min-width: 900px) {
    .fsComposeMode .fsTwoColumnLayout.wide-right > .fsDiv.fsStyleColumn-2 {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 300px); } }

.fsComposeMode .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-1 {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    .fsComposeMode .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-1 {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 280px); } }
  @media (min-width: 900px) {
    .fsComposeMode .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-1 {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 380px); } }

.fsComposeMode .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-2 {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    .fsComposeMode .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-2 {
      -ms-flex-order: 1;
      order: 1;
      width: 280px;
      padding-left: 30px; } }
  @media (min-width: 900px) {
    .fsComposeMode .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-2 {
      -ms-flex-order: 1;
      order: 1;
      width: 380px;
      padding-left: 80px; } }

#fsPoweredByFinalsite {
  margin-top: 40px; }
  @media (min-width: 600px) {
    #fsPoweredByFinalsite {
      margin-left: 20px; } }
  @media (min-width: 680px) {
    #fsPoweredByFinalsite {
      margin-left: 0; } }
  @media (min-width: 800px) {
    #fsPoweredByFinalsite {
      margin-top: 0;
      position: absolute;
      right: 0;
      bottom: 3px; } }

.fsBreadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .fsBreadcrumb ul li {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .025em;
    font-size: 12px;
    line-height: 1.3;
    color: #db864e; }
    .fsBreadcrumb ul li a {
      display: inline-block; }
    .fsBreadcrumb ul li .fsNavBreadcrumbSeperator {
      color: transparent;
      display: inline-block;
      margin: 0 3px;
      position: relative; }
      .fsBreadcrumb ul li .fsNavBreadcrumbSeperator:after {
        content: "";
        color: #605c57;
        font-family: "IcoMoon";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        font-weight: normal;
        line-height: 1;
        top: calc(50% - 1px); }

/*! navigation - main v0.0.1 */
.nav-main-wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: solid 1px #CFCECC;
  display: none; }
  @media (min-width: 900px) {
    .nav-main-wrapper {
      display: block; } }
  .nav-main-wrapper > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1180px;
    max-width: calc(100% - 30px);
    margin: 0 auto; }
    @media (min-width: 1000px) {
      .nav-main-wrapper > .fsElementContent {
        max-width: calc(100% - 40px); } }

.nav-main > .fsElementContent > nav {
  margin-left: -15px; }
  @media (min-width: 1000px) {
    .nav-main > .fsElementContent > nav {
      margin-left: -20px; } }

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

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

@media (min-width: 900px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    display: -ms-flexbox;
    display: flex; } }

.nav-main .fsNavLevel1 > li {
  position: relative; }
  .nav-main .fsNavLevel1 > li:hover > a {
    color: #fff;
    background-color: rgba(58, 55, 52, 0.9);
    transition: color .3s, background-color .3s; }
  .nav-main .fsNavLevel1 > li > a {
    padding: 20px 15px;
    color: #605c57;
    display: block;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .05em; }
    @media (min-width: 1000px) {
      .nav-main .fsNavLevel1 > li > a {
        font-size: 15px;
        padding: 20px; } }
  .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
    color: #db864e; }
  .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"]:hover > a {
    color: #fff; }

.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden; }

.nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px; }

@media (max-width: 599px) {
  .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px; } }

.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  z-index: 300; }

.nav-main .fsNavLevel1 > li:hover .fsNavPageInfo {
  opacity: 1;
  visibility: visible;
  transition: .3s; }

.nav-main .fsNavPageInfo {
  background: rgba(58, 55, 52, 0.9);
  text-align: left;
  width: 580px;
  opacity: 0;
  visibility: hidden;
  padding: 0 5px; }
  .nav-main .fsNavPageInfo li[class*="fsNavCurrentPage"] > a {
    color: #fff; }
    .nav-main .fsNavPageInfo li[class*="fsNavCurrentPage"] > a:hover {
      color: #259591; }
  .nav-main .fsNavLevel1 > li:nth-child(4) .fsNavPageInfo {
    left: 50%;
    transform: translate3d(-50%, 0, 0); }
  .nav-main .fsNavLevel1 > li:nth-child(5) .fsNavPageInfo {
    left: 50%;
    transform: translate3d(-50%, 0, 0); }
  .nav-main .fsNavLevel1 > li:nth-child(6) .fsNavPageInfo {
    right: 0;
    left: auto;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 0;
    left: auto;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -ms-transform: none;
    transform: none;
    right: auto; }
  @media (min-width: 980px) {
    .nav-main .fsNavParentPage:hover .fsNavPageInfo {
      display: block; } }
  .nav-main .fsNavPageInfo .col-wrap {
    display: -ms-flexbox;
    display: flex; }
    .nav-main .fsNavPageInfo .col-wrap > .menu-col {
      width: 50%;
      padding: 15px; }

.nav-main .fsNavLevel2 li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3); }
  .nav-main .fsNavLevel2 li:last-child {
    border-bottom: none; }

.nav-main .fsNavLevel2 a {
  padding: 14px 0;
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 22px; }
  .nav-main .fsNavLevel2 a:hover {
    color: #259591; }

/*! navigation - off-canvas v0.0.1 */
.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s, transform .3s;
  top: 0;
  right: 0;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 3em;
  min-height: 100%;
  max-width: 30em;
  background: #3A3734;
  padding-top: 40px; }
  @media (min-width: 900px) {
    .fsMenu {
      display: none; } }
  .drawer-is-active .fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .fsMenu > .fsElement {
    padding-left: 20px;
    padding-right: 20px; }
  .fsMenu .nav-hotlink {
    display: block;
    width: 100%;
    text-align: left;
    background: transparent; }
    .fsMenu .nav-hotlink:before, .fsMenu .nav-hotlink:after {
      display: none; }
    .fsMenu .nav-hotlink > header {
      display: none; }
    .fsMenu .nav-hotlink > .fsElementContent {
      display: block; }
      .fsMenu .nav-hotlink > .fsElementContent a {
        display: inline-block;
        padding: 10px 0;
        padding-right: 15px; }

.nav-mobile {
  margin-bottom: 15px; }
  .nav-mobile ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .nav-mobile ul li {
      position: relative; }
      .nav-mobile ul li.fsNavParentPage > a {
        width: calc(100% - 50px); }
        .nav-mobile ul li.fsNavParentPage > a:after {
          content: "";
          font-family: "IcoMoon";
          color: #AFADAB;
          font-weight: normal;
          font-size: 12px;
          line-height: 1;
          position: absolute;
          top: 50%;
          transform: translate3d(0, -50%, 0);
          margin-left: 5px; }
      .nav-mobile ul li.fsNavCurrentPage > a {
        color: #AFADAB; }
        .nav-mobile ul li.fsNavCurrentPage > a:hover {
          color: #fff; }
      .nav-mobile ul li.fsNavCurrentPageAncestor > a {
        color: #869c0a; }
        .nav-mobile ul li.fsNavCurrentPageAncestor > a:after {
          color: #869c0a; }
        .nav-mobile ul li.fsNavCurrentPageAncestor > a:hover {
          color: #AFADAB; }
    .nav-mobile ul.fsNavLevel1 > li {
      border-bottom: solid 1px rgba(255, 255, 255, 0.3); }
      .nav-mobile ul.fsNavLevel1 > li:last-child {
        border-bottom: 0; }
    .nav-mobile ul a {
      color: #259591;
      font-size: 15px;
      line-height: 20px;
      text-transform: uppercase;
      letter-spacing: .05em;
      font-weight: 800;
      display: inline-block;
      padding: 9px 0;
      padding-right: 12px;
      position: relative; }
      .nav-mobile ul a:hover {
        color: #AFADAB; }
    .nav-mobile ul .fsNavPageInfo {
      display: none;
      border-top: solid 1px rgba(255, 255, 255, 0.3);
      border-bottom: solid 1px rgba(255, 255, 255, 0.3);
      padding: 10px 0; }
      .nav-mobile ul .fsNavPageInfo ul li a {
        text-transform: none;
        letter-spacing: 0; }
        .nav-mobile ul .fsNavPageInfo ul li a:after {
          font-size: 10px;
          transform: translate3d(0, 0, 0);
          top: 15px; }
  .nav-mobile .open:not(.fsNavCurrentPageAncestor) > .mobile-toggle:before,
  .nav-mobile .fsNavCurrentPageAncestor:not(.open) > .mobile-toggle:before {
    content: ""; }
  .nav-mobile .open:not(.fsNavCurrentPageAncestor) > .fsNavPageInfo,
  .nav-mobile .fsNavCurrentPageAncestor:not(.open) > .fsNavPageInfo {
    display: block !important;
    border-top: solid 2px rgba(255, 255, 255, 0.3); }
    .nav-mobile .open:not(.fsNavCurrentPageAncestor) > .fsNavPageInfo .fsNavPageInfo,
    .nav-mobile .fsNavCurrentPageAncestor:not(.open) > .fsNavPageInfo .fsNavPageInfo {
      border-bottom: none; }
    .nav-mobile .open:not(.fsNavCurrentPageAncestor) > .fsNavPageInfo > ul.fsNavLevel2 > li > .fsNavPageInfo,
    .nav-mobile .fsNavCurrentPageAncestor:not(.open) > .fsNavPageInfo > ul.fsNavLevel2 > li > .fsNavPageInfo {
      border-bottom: solid 2px rgba(255, 255, 255, 0.3); }
    .nav-mobile .open:not(.fsNavCurrentPageAncestor) > .fsNavPageInfo > ul.fsNavLevel2 > li:last-child > .fsNavPageInfo,
    .nav-mobile .fsNavCurrentPageAncestor:not(.open) > .fsNavPageInfo > ul.fsNavLevel2 > li:last-child > .fsNavPageInfo {
      border-bottom: none; }
  .nav-mobile .fsNavLevel2 .mobile-toggle {
    height: 40px; }
    .nav-mobile .fsNavLevel2 .mobile-toggle:before {
      font-size: 20px;
      line-height: 40px; }
  .nav-mobile .fsNavLevel3,
  .nav-mobile .fsNavLevel4 {
    padding-left: 10px; }

.nav-community-mobile > header .fsElementTitle,
.nav-quick-mobile > header .fsElementTitle {
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
  color: #AFADAB;
  margin-bottom: 10px; }

.nav-community-mobile ul,
.nav-quick-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-community-mobile ul li,
  .nav-quick-mobile ul li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3); }
    .nav-community-mobile ul li:last-child,
    .nav-quick-mobile ul li:last-child {
      border-bottom: none; }
  .nav-community-mobile ul a,
  .nav-quick-mobile ul a {
    color: #fff;
    display: inline-block;
    padding: 8px 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 21px; }

.nav-quick-mobile {
  margin-bottom: 20px;
  margin-top: 20px; }

.mobile-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 38px;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: transparent; }
  .mobile-toggle:before {
    content: "";
    font-family: "IcoMoon";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    color: #CFCECC;
    font-size: 24px;
    line-height: 1;
    font-weight: normal; }

/*! navigation - sub v0.0.1 */
.nav-horizontal {
  background-color: #fff;
  padding: 20px; }
  .nav-horizontal, .nav-horizontal ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-horizontal li {
    margin: 0;
    padding: 0; }
  @media (min-width: 700px) {
    .nav-horizontal {
      padding: 0;
      border-bottom: solid 1px #CFCECC; } }
  .nav-horizontal.nav-horizontal-empty {
    display: none !important; }
  .nav-horizontal > .fsElementContent {
    display: none; }
    @media (min-width: 700px) {
      .nav-horizontal > .fsElementContent {
        display: block;
        background-color: rgba(96, 92, 87, 0.1); } }
    .nav-horizontal > .fsElementContent > nav {
      width: 1210px;
      max-width: calc(100% - 40px);
      margin: 0 auto;
      background-color: rgba(96, 92, 87, 0.1); }
      @media (min-width: 700px) {
        .nav-horizontal > .fsElementContent > nav {
          background-color: transparent;
          max-width: calc(100% - 5px); } }
      @media (min-width: 1000px) {
        .nav-horizontal > .fsElementContent > nav {
          max-width: calc(100% - 20px); } }
  .nav-horizontal.active-nav > .fsElementContent {
    display: block; }
  .nav-horizontal ul li.fsNavCurrentPage > a, .nav-horizontal ul li.fsNavCurrentPageAncestor > a {
    color: #db864e; }
  .nav-horizontal ul li a {
    display: block; }
    .nav-horizontal ul li a:hover {
      color: #db864e; }
  .nav-horizontal .fsNavLevel1 {
    border: solid 1px rgba(96, 92, 87, 0.3);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    padding: 0; }
    @media (min-width: 700px) {
      .nav-horizontal .fsNavLevel1 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        line-height: 16px;
        border: none;
        padding: 10px 0px; } }
    .nav-horizontal .fsNavLevel1 > li {
      border-bottom: solid 1px rgba(96, 92, 87, 0.3); }
      @media (min-width: 700px) {
        .nav-horizontal .fsNavLevel1 > li {
          border-bottom: none;
          padding: 10px 0; } }
      .nav-horizontal .fsNavLevel1 > li:last-child {
        border-bottom: none; }
        .nav-horizontal .fsNavLevel1 > li:last-child > a {
          border-right: none; }
      .nav-horizontal .fsNavLevel1 > li > a {
        padding: 16px 20px;
        display: block;
        color: #605c57; }
        @media (min-width: 700px) {
          .nav-horizontal .fsNavLevel1 > li > a {
            padding: 0 15px;
            border-right: 2px solid #CFCECC; } }
  .nav-horizontal > header {
    display: block;
    padding: 20px 20px 0; }
    @media (min-width: 700px) {
      .nav-horizontal > header {
        display: none; } }
    .nav-horizontal > header > .fsElementTitle {
      color: #fff;
      font-size: 15px;
      line-height: 1.2;
      text-transform: uppercase;
      position: relative;
      margin: 0;
      cursor: pointer;
      background-color: #AFADAB;
      padding: 5px 20px;
      letter-spacing: .05em; }
      @media (min-width: 700px) {
        .nav-horizontal > header > .fsElementTitle {
          cursor: default; } }
      @media (max-width: 799px) {
        .nav-horizontal > header > .fsElementTitle:after {
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          width: 40px;
          line-height: 40px;
          text-align: center;
          margin-left: 8px;
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; } }
      @media (max-width: 799px) {
        .nav-horizontal.active-nav > header > .fsElementTitle:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; } }

.nav-tier {
  border: 1px solid #CFCECC;
  padding: 20px 0; }
  .nav-tier > header {
    padding-left: 30px; }
  .nav-tier ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-tier ul > li a {
      padding-top: 10px;
      padding-bottom: 10px;
      display: block; }
    .nav-tier ul > li.fsNavCurrentPage > a {
      position: relative;
      color: #db864e; }
      .nav-tier ul > li.fsNavCurrentPage > a:before {
        content: '';
        width: 5px;
        height: 100%;
        background-color: #db864e;
        position: absolute;
        left: 0px;
        top: 0; }
    .nav-tier ul > li > a {
      padding-left: 30px; }
    .nav-tier ul ul {
      padding-left: 0; }
      .nav-tier ul ul > li > a {
        padding-left: 45px; }
      .nav-tier ul ul ul > li > a {
        padding-left: 60px; }

/*! Navigation - Social */
.nav-social {
  margin-bottom: 0;
  width: 100%; }
  @media (min-width: 600px) {
    .nav-social {
      width: auto; } }
  .nav-social .fsNavLevel1 {
    font-size: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center; }
    .nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .nav-social .fsNavLevel1 li {
      margin: 0;
      padding: 0; }
    @media (min-width: 600px) {
      .nav-social .fsNavLevel1 {
        text-align: left; } }
    .nav-social .fsNavLevel1 li {
      display: inline-block; }
      @media (min-width: 600px) {
        .nav-social .fsNavLevel1 li:not(:last-child) {
          margin-right: 20px; } }
      @media (min-width: 680px) {
        .nav-social .fsNavLevel1 li:not(:last-child) {
          margin-right: 30px; } }
    .nav-social .fsNavLevel1 [href*='facebook']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #fff;
      opacity: .8;
      transition: opacity .3s; }
    .nav-social .fsNavLevel1 [href*='instagram']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #fff;
      opacity: .8;
      transition: opacity .3s; }
    .nav-social .fsNavLevel1 [href*='linkedin']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #fff;
      opacity: .8;
      transition: opacity .3s; }
    .nav-social .fsNavLevel1 [href*='smugmug']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #fff;
      opacity: .8;
      transition: opacity .3s; }
    .nav-social .fsNavLevel1 [href*='twitter']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #fff;
      opacity: .8;
      transition: opacity .3s; }
    .nav-social .fsNavLevel1 [href*='youtube']:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #fff;
      opacity: .8;
      transition: opacity .3s; }
    .nav-social .fsNavLevel1 [href*='facebook']:hover:before {
      color: #fff;
      opacity: 1;
      transition: opacity .3s; }
    .nav-social .fsNavLevel1 [href*='instagram']:hover:before {
      color: #fff;
      opacity: 1;
      transition: opacity .3s; }
    .nav-social .fsNavLevel1 [href*='linkedin']:hover:before {
      color: #fff;
      opacity: 1;
      transition: opacity .3s; }
    .nav-social .fsNavLevel1 [href*='pinterest']:hover:before {
      color: #fff;
      opacity: 1;
      transition: opacity .3s; }
    .nav-social .fsNavLevel1 [href*='tumblr']:hover:before {
      color: #fff;
      opacity: 1;
      transition: opacity .3s; }
    .nav-social .fsNavLevel1 [href*='twitter']:hover:before {
      color: #fff;
      opacity: 1;
      transition: opacity .3s; }
    .nav-social .fsNavLevel1 [href*='vimeo']:hover:before {
      color: #fff;
      opacity: 1;
      transition: opacity .3s; }
    .nav-social .fsNavLevel1 [href*='vine']:hover:before {
      color: #fff;
      opacity: 1;
      transition: opacity .3s; }
    .nav-social .fsNavLevel1 [href*='youtube']:hover:before {
      color: #fff;
      opacity: 1;
      transition: opacity .3s; }
    .nav-social .fsNavLevel1 [href*='rss']:hover:before {
      color: #fff;
      opacity: 1;
      transition: opacity .3s; }
    .nav-social .fsNavLevel1 a {
      display: block;
      width: 30px;
      padding: 0;
      line-height: 1; }
      .nav-social .fsNavLevel1 a:before {
        color: #259591;
        font-size: 24px;
        transition: 0.3s all;
        display: block; }

.nav-community {
  position: relative;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  display: none; }
  @media (min-width: 900px) {
    .nav-community {
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 1000px) {
    .nav-community {
      font-size: 16px; } }
  .nav-community > header .fsElementHeaderContent {
    font-weight: 800;
    padding-right: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); }
    .nav-community > header .fsElementHeaderContent:after {
      content: "";
      font-family: "IcoMoon";
      font-weight: normal; }
  .nav-community > .fsElementContent {
    position: absolute;
    top: 100%;
    background-color: #db864e;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 290px;
    margin-left: -5px;
    z-index: 5;
    opacity: 0;
    visibility: hidden; }
    .nav-community > .fsElementContent:before {
      content: '';
      position: absolute;
      top: -16px;
      left: 62px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 17px 16px 17px;
      border-color: transparent transparent #db864e transparent; }
    .nav-community > .fsElementContent .fsNavLevel1 {
      list-style: none;
      margin: 0;
      padding: 0; }
      .nav-community > .fsElementContent .fsNavLevel1 > li {
        border-bottom: solid 1px rgba(255, 255, 255, 0.3); }
        .nav-community > .fsElementContent .fsNavLevel1 > li:last-child {
          border-bottom: none; }
        .nav-community > .fsElementContent .fsNavLevel1 > li > a {
          display: block;
          font-size: 18px;
          font-weight: 300;
          line-height: 22px;
          padding: 14px 0; }
    .nav-community > .fsElementContent a {
      color: #fff;
      opacity: 1;
      transition: opacity .3s; }
      .nav-community > .fsElementContent a:hover {
        opacity: .8;
        transition: opacity .3s; }
  .nav-community:hover > .fsElementContent {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s; }

.nav-quick {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }
  .nav-quick > header .fsElementHeaderContent {
    color: #605c57;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .05em; }
    @media (min-width: 1000px) {
      .nav-quick > header .fsElementHeaderContent {
        font-size: 15px; } }
    .nav-quick > header .fsElementHeaderContent:before {
      content: "";
      font-family: "IcoMoon";
      font-weight: normal;
      color: #aba9a7;
      font-size: 14px;
      vertical-align: top; }
  .nav-quick > .fsElementContent {
    position: absolute;
    top: 100%;
    background-color: #8A1538;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 290px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    right: -20px; }
    .nav-quick > .fsElementContent:before {
      content: '';
      position: absolute;
      top: -16px;
      right: 52px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 17px 16px 17px;
      border-color: transparent transparent #8A1538 transparent; }
    .nav-quick > .fsElementContent .fsNavLevel1 {
      list-style: none;
      margin: 0;
      padding: 0; }
      .nav-quick > .fsElementContent .fsNavLevel1 > li {
        border-bottom: solid 1px rgba(255, 255, 255, 0.3); }
        .nav-quick > .fsElementContent .fsNavLevel1 > li:last-child {
          border-bottom: none; }
        .nav-quick > .fsElementContent .fsNavLevel1 > li > a {
          display: block;
          font-size: 18px;
          font-weight: 300;
          line-height: 22px;
          padding: 14px 0; }
    .nav-quick > .fsElementContent a {
      color: #fff;
      opacity: 1;
      transition: opacity .3s; }
      .nav-quick > .fsElementContent a:hover {
        opacity: .8;
        transition: opacity .3s; }
  .nav-quick:hover > .fsElementContent {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s; }

.nav-util {
  width: 100%;
  margin-top: 20px; }
  @media (min-width: 600px) {
    .nav-util {
      width: auto;
      margin-top: 0; } }
  .nav-util .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 0; }
    @media (min-width: 600px) {
      .nav-util .fsNavLevel1 {
        display: block; } }
    .nav-util .fsNavLevel1 li {
      display: inline-block;
      margin: 0 15px; }
      @media (min-width: 600px) {
        .nav-util .fsNavLevel1 li:last-child {
          margin-right: 0; } }
      @media (min-width: 800px) {
        .nav-util .fsNavLevel1 li:last-child {
          margin-right: 15px; } }
      .nav-util .fsNavLevel1 li a {
        text-transform: uppercase;
        letter-spacing: .05em;
        opacity: .5;
        color: #fff;
        font-size: 12px;
        transition: opacity .3s;
        font-weight: 800; }
        .nav-util .fsNavLevel1 li a:hover {
          opacity: 1;
          transition: opacity .3s; }

.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 default layout */
.fsConstituent {
  word-break: break-word; }
  .fsConstituent .fsElementPagination {
    margin: 20px 0; }
  .fsConstituent .fsPhoto[style*="background-image"],
  .fsConstituent .fsProfileImage[style*="background-image"] {
    background-size: cover;
    background-position: center;
    display: inline-block; }
    .fsConstituent .fsPhoto[style*="background-image"] > img,
    .fsConstituent .fsProfileImage[style*="background-image"] > img {
      opacity: 0;
      visibility: hidden; }
  .fsConstituent[class*="fsThumbnailAlign"] .fsPhoto img,
  .fsConstituent[class*="fsThumbnailAlign"] .fsProfileImage img {
    float: none;
    margin: 0; }
  .fsConstituent.fsThumbnailAlignLeft .fsPhoto,
  .fsConstituent.fsThumbnailAlignLeft .fsProfileImage {
    float: left;
    padding-right: 0; }
  .fsConstituent.fsThumbnailAlignRight .fsPhoto,
  .fsConstituent.fsThumbnailAlignRight .fsProfileImage {
    float: right;
    padding-left: 0; }

.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile > div,
  .fsConstituentProfile > h3 {
    margin-bottom: 20px; }
  .fsConstituentProfile > div > strong {
    display: block; }

/*! elements - constituent search */
.fsConstituent.fsSearch {
  overflow: hidden; }
  .fsConstituent.fsSearch + .fsConstituent {
    border-top: solid 1px #b5b5b2;
    margin-top: 20px;
    padding-top: 20px; }

.fsConstituentSearchForm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .fsConstituentSearchForm > label {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .fsConstituentSearchForm > label > span {
      margin-bottom: 2px; }
    .fsConstituentSearchForm > label > select,
    .fsConstituentSearchForm > label > input {
      border: solid 1px #b5b5b2;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .fsConstituentSearchForm > label > select {
      height: 36px;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; }
  .fsConstituentSearchForm [type*='submit'] {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 10px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsConstituentSearchForm [type*='submit'] {
        width: auto; } }

/*! elements - constituent profile */
/*! elements - constituent profile */
.fsConstituent.fsProfile .fsFullName {
  margin-bottom: 20px; }

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
  margin: 0 0 20px 0;
  padding: 0;
  float: none; }

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
  float: none;
  width: 100%; }
  @media (min-width: 800px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
      padding: 0; } }

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3:first-child, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3:first-child, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3:first-child, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3:first-child {
  padding: 0; }

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage {
  float: none; }
  @media (min-width: 600px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage {
      max-width: 40%; } }

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto .fsProfileImage {
    max-width: 512px; } }

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    max-width: 25%; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto .fsProfileImage {
    max-width: 128px; } }

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSection:after, .fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSection:after {
  display: none; }

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSectionData, .fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSectionData {
  float: none;
  display: block;
  width: 100%; }
  .fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSectionData > div, .fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSectionData > div {
    clear: none; }

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    margin-right: 20px;
    float: left; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3 {
    padding-left: calc(40% + 20px); } }

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-left: 532px; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3 {
    padding-left: calc(25% + 20px); } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-left: 148px; } }

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    margin-left: 20px;
    float: right; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3 {
    padding-right: calc(40% + 20px); } }

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-right: 532px; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
    padding-right: calc(25% + 20px); } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-right: 148px; } }

.fsProfileImage {
  margin-bottom: 20px; }
  .fsProfileImage img {
    display: block; }

.fsProfileSection {
  margin-bottom: 20px; }
  .fsProfileSection h4 {
    margin: 0 0 1rem 0; }

.fsProfileSectionData {
  margin-bottom: 1em; }
  .fsProfileSectionData:last-child {
    margin-bottom: 0; }
  .fsProfileSectionData.fsTitle {
    font-weight: inherit;
    font-size: 20px;
    line-height: 26px; }
  .fsProfileSectionData > div {
    width: auto;
    float: none;
    display: block; }
  .fsProfileSectionData.fsStyleHalf {
    width: 100%; }
    @media (min-width: 600px) {
      .fsProfileSectionData.fsStyleHalf {
        width: 50%; } }

.fsProfileSectionSpecialData > div {
  width: auto;
  float: none;
  display: block; }

.fsProfileSectionSpecialData div[id^="fsEmail"] {
  display: inline-block; }

.fsProfileSpecialFieldName {
  font-weight: 700; }
  .fsProfileSpecialFieldName.fsAddressHousehold {
    margin-top: 20px; }
  .fsProfileSpecialFieldName.fsAddressHome {
    font-size: 0;
    line-height: 0; }
    .fsProfileSpecialFieldName.fsAddressHome:before {
      content: 'Household 1';
      font-size: 18px;
      line-height: 22px;
      display: block; }

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

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

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

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

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

/*! elements - constituent default layout */
/*! elements - constituent default layout */
.fsConstituent .fsConstituentItem {
  float: none;
  width: calc(100% - 20px);
  margin: 0 auto 40px;
  margin: 0 auto 20px; }
  .fsConstituent .fsConstituentItem .class-year {
    color: #db864e; }
  .fsConstituent .fsConstituentItem .fsClassOf {
    display: none; }

.fsConstituent.fsThumbnailAlignLeft .fsPhoto {
  margin-right: 10px;
  margin-bottom: 10px; }

.fsConstituent.fsThumbnailAlignRight .fsPhoto {
  margin-left: 10px;
  margin-bottom: 10px; }

.fsConstituentItem {
  padding-left: 10px;
  padding-right: 10px;
  padding: 20px;
  background-color: rgba(96, 92, 87, 0.075); }
  .fsConstituentItem > h3,
  .fsConstituentItem > div {
    margin-bottom: 10px; }
    .fsConstituentItem > h3:last-child,
    .fsConstituentItem > div:last-child {
      margin-bottom: 0; }
  .fsConstituentItem .fsPhoto img {
    display: block; }

div[class^="fsConstituentColumnLayout"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
  margin: 0 -10px; }

@media (min-width: 600px) {
  .fsConstituentColumnLayout_2 .fsConstituentItem,
  .fsConstituentColumnLayout_3 .fsConstituentItem,
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px; } }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_3 .fsConstituentItem,
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(33.33% - 20px); } }

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

.fsDirectory {
  word-break: break-word;
  margin-bottom: 20px; }
  .fsDirectory .fsConstituentItem .fsPhoto img {
    display: block;
    width: 100%; }

/*! elements - constituent default layout */
.fsConstituent.fsElementDialog .fsProfileImage:first-child {
  margin-top: 1em; }

.fsConstituent.fsElementDialog .fsProfileImage img {
  float: none;
  margin: 0; }

.fsConstituent .fsDialogContent {
  padding-top: 45px; }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
  margin: 0 0 20px 0;
  padding: 0;
  float: none; }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
  float: none;
  width: 100%; }
  @media (min-width: 800px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
      padding: 0; } }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3:first-child, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3:first-child, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3:first-child, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3:first-child {
  padding: 0; }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage {
  float: none; }
  @media (min-width: 600px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage {
      max-width: 40%; } }

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
    max-width: 25%; } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage {
    max-width: 128px; } }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSection:after, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSection:after {
  display: none; }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData {
  float: none;
  display: block;
  width: 100%; }
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData > div, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData > div {
    clear: none; }

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage {
    margin-right: 20px;
    float: left; } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3 {
    padding-left: calc(40% + 20px); } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3 {
    padding-left: calc(25% + 20px); } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle > h3 {
    padding-left: 148px; } }

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
    margin-left: 20px;
    float: right; } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3 {
    padding-right: calc(40% + 20px); } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
    padding-right: calc(25% + 20px); } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle > h3 {
    padding-right: 148px; } }

/*! elements - accordion */
.fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
  cursor: pointer;
  background: #fff;
  transition: .3s; }
  .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
    margin-bottom: 0;
    display: block;
    padding: 14px 10px;
    color: #db864e;
    transition: .3s;
    position: relative; }
    .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
      transition: none; }
  .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
    background: rgba(96, 92, 87, 0.1);
    transition: .3s; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #c05131;
      transition: .3s; }

.fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
  background: #fff; }
  .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
    color: #db864e; }
    .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
      content: ""; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  font-family: "IcoMoon";
  color: #605c57;
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  font-weight: normal;
  content: ""; }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  font-family: "IcoMoon";
  color: #605c57;
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  font-weight: normal;
  content: ""; }

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

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

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

.fsAccordion {
  margin-bottom: 20px; }
  .fsAccordion > .fsElementContent > .fsPanel {
    border-top: solid 1px #CFCECC; }
    .fsAccordion > .fsElementContent > .fsPanel:last-child {
      border-bottom: solid 1px #CFCECC; }
    .fsAccordion > .fsElementContent > .fsPanel > .fsElementContent {
      padding-top: 5px;
      padding-right: 0;
      padding-left: 10px; }
  .fsAccordion.fsPanelIconBefore > .fsElementContent > .fsPanel > .fsElementContent {
    padding-left: 45px; }

body.fsAccountBarVisible {
  margin-top: 0; }

.no-touch body.fsAccountBarVisible:not(.fsComposeMode) #fsHeader {
  padding-top: 45px; }
  @media (min-width: 900px) {
    .no-touch body.fsAccountBarVisible:not(.fsComposeMode) #fsHeader {
      padding-top: 185px; } }
  @media (min-width: 1000px) {
    .no-touch body.fsAccountBarVisible:not(.fsComposeMode) #fsHeader {
      padding-top: 205px; } }
  .no-touch body.fsAccountBarVisible:not(.fsComposeMode) #fsHeader .site-info-wrapper {
    top: 0;
    z-index: 301; }
    @media (min-width: 900px) {
      .no-touch body.fsAccountBarVisible:not(.fsComposeMode) #fsHeader .site-info-wrapper {
        top: 45px; } }
  @media (min-width: 900px) {
    .no-touch body.fsAccountBarVisible:not(.fsComposeMode) #fsHeader .nav-main-wrapper {
      top: 125px; } }
  @media (min-width: 1000px) {
    .no-touch body.fsAccountBarVisible:not(.fsComposeMode) #fsHeader .nav-main-wrapper {
      top: 145px; } }

@media (min-width: 900px) {
  .no-touch body.fsAccountBarVisible:not(.fsComposeMode) #fsHeader.fix-me .site-info-wrapper {
    top: 45px; } }

@media (min-width: 900px) {
  .no-touch body.fsAccountBarVisible:not(.fsComposeMode) #fsHeader.fix-me .nav-main-wrapper {
    top: 95px; } }

@media (min-width: 900px) {
  .no-touch body.fsAccountBarVisible:not(.fsComposeMode) .slideshow-hero article {
    height: calc(100vh - 185px); } }

@media (min-width: 1000px) {
  .no-touch body.fsAccountBarVisible:not(.fsComposeMode) .slideshow-hero article {
    height: calc(100vh - 205px); } }

.touch .fsAccountBarVisible #fsPageWrapper {
  margin-top: 45px; }

@media (min-width: 700px) {
  .touch .fsAccountBarVisible .slideshow-hero article {
    height: calc(100vh - 105px); } }

@media (min-width: 900px) {
  .touch .fsAccountBarVisible .slideshow-hero article {
    height: calc(100vh - 185px); } }

@media (min-width: 1000px) {
  .touch .fsAccountBarVisible .slideshow-hero article {
    height: calc(100vh - 205px); } }

@media screen and (max-width: 599px) {
  #fsAccountBar {
    font-size: 13px; }
  #fsAccountBar > ul:last-child .fsAccountBarLogoutButton span {
    background: #A5AAAC;
    border-radius: 2px;
    display: inline-block;
    height: 11px;
    margin-top: 6px;
    position: relative;
    text-indent: 9999px;
    vertical-align: top;
    width: 14px; }
  #fsAccountBar > ul:last-child .fsAccountBarLogoutButton span::after {
    border: 3px solid #A5AAAC;
    border-radius: 10px;
    content: ' ';
    display: block;
    height: 15px;
    left: 2px;
    position: absolute;
    top: -7px;
    width: 10px; }
  #fsAccountBar .fsAccountBarGroupsButton {
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
    width: 53px; }
  #fsAccountBar .fsAccountBarEditPageButton,
  #fsAccountBar .fsAccountBarLoginAsAdminUserButton {
    display: none; }
  .fsAccountBarName span {
    display: none; }
  #fsAccountBar .fsAccountBarCount {
    margin-top: -1px; } }

.fsDialogCloseButton {
  opacity: 1; }
  .fsDialogCloseButton:after, .fsDialogCloseButton:before {
    background: #db864e; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #db864e; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: #c05131; }

.fsElementDialog {
  color: #605c57; }

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px; }
  .fsAthleticsEvent.fsList .fsAlertFeeds {
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .fsAthleticsEvent.fsList .fsAlertFeeds {
        margin-bottom: 0; } }
  .fsAthleticsEvent.fsList .fsListItems article {
    margin-bottom: 20px; }
  .fsAthleticsEvent.fsList .fsTitle {
    display: inline-block;
    margin-bottom: 0; }
  .fsAthleticsEvent.fsList .fsElementEventIcon {
    margin-right: 10px; }
  .fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
    outline: 0; }
  .fsAthleticsEvent.fsList .fsAlertIcon {
    margin-left: 5px;
    margin-bottom: -3px; }
  .fsAthleticsEvent.fsList .fsLoadMoreButton {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 8px 15px;
    background: transparent;
    color: #605c57;
    outline: 0;
    border-radius: 4px;
    border: solid 1px #259591;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 15px;
    line-height: 22px;
    font-weight: 800;
    text-align: center;
    padding: 10px 20px; }
    .fsAthleticsEvent.fsList .fsLoadMoreButton:hover,
    .fsStateSelected .fsAthleticsEvent.fsList .fsLoadMoreButton,
    .fsStyleSelectList .fsStateSelected .fsAthleticsEvent.fsList .fsLoadMoreButton,
    .fsStyleSelectList .fsStateSelected .fsAthleticsEvent.fsList .fsLoadMoreButton:hover {
      background: #259591;
      color: #fff; }
    .fsAthleticsEvent.fsList .fsLoadMoreButton em {
      display: block;
      font-style: normal; }
  .fsAthleticsEvent.fsList .fsAthleticsOpponents {
    display: inline; }
  .fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
    display: inline; }
  .fsAthleticsEvent.fsTable {
    overflow-x: auto; }
    .fsAthleticsEvent.fsTable .fsEventTable td, .fsAthleticsEvent.fsTable table.fsTable td {
      padding: 10px; }

.fsElementTable > tbody .fsTitle {
  color: #605c57; }

body.athletic-tabs .fsAthleticsEvent {
  margin-bottom: 20px; }
  body.athletic-tabs .fsAthleticsEvent.fsList .fsAlertFeeds {
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      body.athletic-tabs .fsAthleticsEvent.fsList .fsAlertFeeds {
        margin-bottom: 0; } }
  body.athletic-tabs .fsAthleticsEvent.fsList .fsListItems article {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex; }
  body.athletic-tabs .fsAthleticsEvent.fsList .fsAthleticsAdvantage {
    -ms-flex-order: 1;
    order: 1;
    width: 20%;
    display: block;
    position: relative;
    width: 34px;
    height: 34px;
    margin-right: 16px;
    text-align: center;
    color: #fff;
    background: #3A3734;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    border-radius: 50%;
    -ms-transform: translateY(15%);
    transform: translateY(15%);
    text-indent: -9999px; }
    body.athletic-tabs .fsAthleticsEvent.fsList .fsAthleticsAdvantage:after {
      content: "at";
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 34px;
      width: 34px;
      left: 0;
      line-height: 32px;
      text-align: center;
      color: #fff;
      text-indent: 0; }
    body.athletic-tabs .fsAthleticsEvent.fsList .fsAthleticsAdvantage.home {
      background: #8A1538; }
      body.athletic-tabs .fsAthleticsEvent.fsList .fsAthleticsAdvantage.home:after {
        content: "vs"; }
  body.athletic-tabs .fsAthleticsEvent.fsList .fsTitle {
    -ms-flex-order: 2;
    order: 2;
    width: 47%;
    margin-bottom: 0;
    margin-right: 3%; }
    @media (min-width: 600px) {
      body.athletic-tabs .fsAthleticsEvent.fsList .fsTitle {
        width: 35%;
        margin-right: 5%; } }
  body.athletic-tabs .fsAthleticsEvent.fsList .fsAthleticsLocations {
    -ms-flex-order: 3;
    order: 3;
    font-weight: 100;
    color: #605c57; }
  body.athletic-tabs .fsAthleticsEvent.fsList .fsAthleticsOpponents {
    -ms-flex-order: 3;
    order: 3;
    font-weight: 100;
    display: block;
    color: #605c57; }
  body.athletic-tabs .fsAthleticsEvent.fsList .fsDateTime {
    -ms-flex-order: 4;
    order: 4;
    width: 35%;
    margin-right: 2%; }
  body.athletic-tabs .fsAthleticsEvent.fsList .fsResultWin .fsDate,
  body.athletic-tabs .fsAthleticsEvent.fsList .fsResultLoss .fsDate,
  body.athletic-tabs .fsAthleticsEvent.fsList .fsResultCustom .fsDate {
    font-weight: 400; }
  body.athletic-tabs .fsAthleticsEvent.fsList .fsAthleticsResultWrapper {
    font-weight: 700; }
  body.athletic-tabs .fsAthleticsEvent.fsList .fsDate {
    font-weight: 700;
    display: block; }
  body.athletic-tabs .fsAthleticsEvent.fsList .fsTime,
  body.athletic-tabs .fsAthleticsEvent.fsList .fsAllDayEvent,
  body.athletic-tabs .fsAthleticsEvent.fsList .fsStartTimeToBeDetermined {
    display: inline-block; }
  body.athletic-tabs .fsAthleticsEvent.fsList .fsElementEventIcon {
    margin-right: 10px; }
  body.athletic-tabs .fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
    outline: 0; }
  body.athletic-tabs .fsAthleticsEvent.fsList .fsAthleticsStatus {
    color: #8A1538; }
  body.athletic-tabs .fsAthleticsEvent.fsList .fsAlertIcon {
    margin-left: -17px;
    margin-right: 3px; }
  body.athletic-tabs .fsAthleticsEvent.fsList .fsLoadMoreButton {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 8px 15px;
    background: transparent;
    color: #605c57;
    outline: 0;
    border-radius: 4px;
    border: solid 1px #259591;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 15px;
    line-height: 22px;
    font-weight: 800;
    text-align: center;
    padding: 10px 20px; }
    body.athletic-tabs .fsAthleticsEvent.fsList .fsLoadMoreButton:hover,
    .fsStateSelected body.athletic-tabs .fsAthleticsEvent.fsList .fsLoadMoreButton,
    .fsStyleSelectList .fsStateSelected body.athletic-tabs .fsAthleticsEvent.fsList .fsLoadMoreButton,
    .fsStyleSelectList .fsStateSelected body.athletic-tabs .fsAthleticsEvent.fsList .fsLoadMoreButton:hover {
      background: #259591;
      color: #fff; }
    body.athletic-tabs .fsAthleticsEvent.fsList .fsLoadMoreButton em {
      display: block;
      font-style: normal; }
  body.athletic-tabs .fsAthleticsEvent.fsList .fsAthleticsVs {
    display: none; }
  body.athletic-tabs .fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
    display: inline; }

body.athletic-tabs .fsStyleColumn .fsAthleticsEvent .fsTitle {
  width: 50%; }

body.athletic-tabs .fsTabs .fsTabsNav {
  padding-bottom: 5px; }
  body.athletic-tabs .fsTabs .fsTabsNav li a {
    position: relative;
    padding: 8px 20px;
    vertical-align: top;
    text-decoration: none;
    color: #fff;
    background: #3A3734;
    font-size: 18px;
    line-height: 18px; }
    body.athletic-tabs .fsTabs .fsTabsNav li a:after {
      height: 5px;
      background-color: #3A3734; }
    body.athletic-tabs .fsTabs .fsTabsNav li a:hover {
      background-color: #8A1538;
      transition: 0s; }
      body.athletic-tabs .fsTabs .fsTabsNav li a:hover:after {
        background-color: #8A1538; }
  body.athletic-tabs .fsTabs .fsTabsNav li.fsStateSelected a {
    background: #8A1538; }
    body.athletic-tabs .fsTabs .fsTabsNav li.fsStateSelected a:after {
      background-color: #61121f; }

body.athletic-tabs .fsTabs .fsTabsNav {
  display: block; }
  @media (max-width: 500px) {
    body.athletic-tabs .fsTabs .fsTabsNav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

body.athletic-tabs .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
body.athletic-tabs .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
body.athletic-tabs .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: none; }

@media (max-width: 500px) {
  body.athletic-tabs .fsTabs .fsTabsNav li {
    margin-right: 0; } }

/*! 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 #E7E7E6; }
  .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; }

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px; }

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

.fsCalendar .fsDate {
  position: absolute;
  top: 0px;
  left: 0;
  text-align: left;
  height: 50px;
  width: 75px;
  color: #605c57;
  background: transparent;
  white-space: nowrap; }
  .fsCalendar .fsDate > span {
    font-size: 28px;
    font-weight: 300;
    line-height: 32px; }
    .fsCalendar .fsDate > span.fsDayName {
      display: block;
      font-size: 14px;
      font-weight: 800;
      line-height: 22px;
      text-transform: uppercase;
      letter-spacing: .05em;
      position: relative;
      overflow: hidden; }
      .fsCalendar .fsDate > span.fsDayName:after {
        content: '';
        height: 2px;
        background-color: #000;
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        margin-left: 5px;
        opacity: .2; }
    .fsCalendar .fsDate > span.fsYear {
      display: block;
      font-size: 14px;
      font-weight: 800;
      line-height: 22px;
      text-transform: uppercase;
      letter-spacing: .05em; }

.fsCalendar .fsTitle {
  margin-bottom: 7px; }

.fsCalendar .fsEventDetails {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

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

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

.fsCalendar.fsList .fsListItems > .fsDayContainer > article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #CFCECC; }

.fsCalendar.fsList .fsListItems:last-of-type .fsDayContainer:last-child > article:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-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; } }

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

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

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

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 8px 15px;
    background: transparent;
    color: #605c57;
    outline: 0;
    border-radius: 4px;
    border: solid 1px #259591;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 15px;
    line-height: 22px;
    font-weight: 800;
    text-align: center;
    padding: 10px 20px; }
    .scroll-up span:hover,
    .fsStateSelected .scroll-up span,
    .fsStyleSelectList .fsStateSelected .scroll-up span,
    .fsStyleSelectList .fsStateSelected .scroll-up span:hover {
      background: #259591;
      color: #fff; }
    .scroll-up span em {
      display: block;
      font-style: normal; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

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

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

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

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

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

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

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

.fsCalendarEventGrid .fsCalendarWeekdays {
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1; }
  .fsCalendarEventGrid .fsCalendarWeekdays span {
    float: none;
    margin: 10px 0 0; }

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
/*! elements - forms */
input[type="radio" i],
input[type="checkbox" i] {
  background-color: #8A1538; }

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: #db864e;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #c05131; }
    .fsComposerFormEmbed form .required {
      color: #8A1538; }
    .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: #db864e;
        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: #c05131;
          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: #8A1538 !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: #259591 !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "futura-pt", 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.8); }

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

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

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

/*! elements - login */
.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView, .fsAccount .fsLoginMainView, .fsAccount .fsLoginForgotView, .fsAccount .fsLoginNewView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after, .fsAccount .fsLoginMainView:after, .fsAccount .fsLoginForgotView:after, .fsAccount .fsLoginNewView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3, .fsAccount .fsLoginMainView h3, .fsAccount .fsLoginForgotView h3, .fsAccount .fsLoginNewView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span, .fsAccount .fsLoginMainView span, .fsAccount .fsLoginForgotView span, .fsAccount .fsLoginNewView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView button, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginForgotView button, .fsAccount .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginNewView button {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 8px 15px;
    background: transparent;
    color: #605c57;
    outline: 0;
    border-radius: 4px;
    border: solid 1px #259591;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 15px;
    line-height: 22px;
    font-weight: 800;
    text-align: center; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover,
    .fsStateSelected .fsLogin .fsLoginMainView .fsLoginSubmit,
    .fsStyleSelectList .fsStateSelected .fsLogin .fsLoginMainView .fsLoginSubmit,
    .fsStyleSelectList .fsStateSelected .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView button:hover,
    .fsStateSelected .fsLogin .fsLoginMainView button,
    .fsStyleSelectList .fsStateSelected .fsLogin .fsLoginMainView button,
    .fsStyleSelectList .fsStateSelected .fsLogin .fsLoginMainView button:hover, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover,
    .fsStateSelected .fsLogin .fsLoginForgotView .fsLoginSubmit,
    .fsStyleSelectList .fsStateSelected .fsLogin .fsLoginForgotView .fsLoginSubmit,
    .fsStyleSelectList .fsStateSelected .fsLogin .fsLoginForgotView .fsLoginSubmit:hover, .fsLogin .fsLoginForgotView button:hover,
    .fsStateSelected .fsLogin .fsLoginForgotView button,
    .fsStyleSelectList .fsStateSelected .fsLogin .fsLoginForgotView button,
    .fsStyleSelectList .fsStateSelected .fsLogin .fsLoginForgotView button:hover, .fsLogin .fsLoginNewView .fsLoginSubmit:hover,
    .fsStateSelected .fsLogin .fsLoginNewView .fsLoginSubmit,
    .fsStyleSelectList .fsStateSelected .fsLogin .fsLoginNewView .fsLoginSubmit,
    .fsStyleSelectList .fsStateSelected .fsLogin .fsLoginNewView .fsLoginSubmit:hover, .fsLogin .fsLoginNewView button:hover,
    .fsStateSelected .fsLogin .fsLoginNewView button,
    .fsStyleSelectList .fsStateSelected .fsLogin .fsLoginNewView button,
    .fsStyleSelectList .fsStateSelected .fsLogin .fsLoginNewView button:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:hover,
    .fsStateSelected .fsAccount .fsLoginMainView .fsLoginSubmit,
    .fsStyleSelectList .fsStateSelected .fsAccount .fsLoginMainView .fsLoginSubmit,
    .fsStyleSelectList .fsStateSelected .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView button:hover,
    .fsStateSelected .fsAccount .fsLoginMainView button,
    .fsStyleSelectList .fsStateSelected .fsAccount .fsLoginMainView button,
    .fsStyleSelectList .fsStateSelected .fsAccount .fsLoginMainView button:hover, .fsAccount .fsLoginForgotView .fsLoginSubmit:hover,
    .fsStateSelected .fsAccount .fsLoginForgotView .fsLoginSubmit,
    .fsStyleSelectList .fsStateSelected .fsAccount .fsLoginForgotView .fsLoginSubmit,
    .fsStyleSelectList .fsStateSelected .fsAccount .fsLoginForgotView .fsLoginSubmit:hover, .fsAccount .fsLoginForgotView button:hover,
    .fsStateSelected .fsAccount .fsLoginForgotView button,
    .fsStyleSelectList .fsStateSelected .fsAccount .fsLoginForgotView button,
    .fsStyleSelectList .fsStateSelected .fsAccount .fsLoginForgotView button:hover, .fsAccount .fsLoginNewView .fsLoginSubmit:hover,
    .fsStateSelected .fsAccount .fsLoginNewView .fsLoginSubmit,
    .fsStyleSelectList .fsStateSelected .fsAccount .fsLoginNewView .fsLoginSubmit,
    .fsStyleSelectList .fsStateSelected .fsAccount .fsLoginNewView .fsLoginSubmit:hover, .fsAccount .fsLoginNewView button:hover,
    .fsStateSelected .fsAccount .fsLoginNewView button,
    .fsStyleSelectList .fsStateSelected .fsAccount .fsLoginNewView button,
    .fsStyleSelectList .fsStateSelected .fsAccount .fsLoginNewView button:hover {
      background: #259591;
      color: #fff; }
    .fsLogin .fsLoginMainView .fsLoginSubmit em, .fsLogin .fsLoginMainView button em, .fsLogin .fsLoginForgotView .fsLoginSubmit em, .fsLogin .fsLoginForgotView button em, .fsLogin .fsLoginNewView .fsLoginSubmit em, .fsLogin .fsLoginNewView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em, .fsAccount .fsLoginMainView button em, .fsAccount .fsLoginForgotView .fsLoginSubmit em, .fsAccount .fsLoginForgotView button em, .fsAccount .fsLoginNewView .fsLoginSubmit em, .fsAccount .fsLoginNewView button em {
      display: block;
      font-style: normal; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

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

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

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

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

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

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccount .fsAccountLogout a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 8px 15px;
    background: transparent;
    color: #605c57;
    outline: 0;
    border-radius: 4px;
    border: solid 1px #259591;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 15px;
    line-height: 22px;
    font-weight: 800;
    text-align: center; }
    .fsAccount .fsAccountLogout a:hover,
    .fsStateSelected .fsAccount .fsAccountLogout a,
    .fsStyleSelectList .fsStateSelected .fsAccount .fsAccountLogout a,
    .fsStyleSelectList .fsStateSelected .fsAccount .fsAccountLogout a:hover {
      background: #259591;
      color: #fff; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal; }

.fsAccount .fsPasskey {
  margin-bottom: 20px;
  display: inline-block; }

.fsMediaTitle {
  display: none; }

.slideshow-hero {
  background: none;
  position: relative;
  overflow: hidden; }
  .slideshow-hero.fsElement {
    margin-bottom: 40px; }
    @media (min-width: 600px) {
      .slideshow-hero.fsElement {
        margin-bottom: 60px; } }
    @media (min-width: 900px) {
      .slideshow-hero.fsElement {
        margin-bottom: 100px; } }
  .slideshow-hero article {
    outline: transparent;
    position: relative;
    min-height: 280px;
    background-position: center;
    background-size: cover; }
    @media (min-width: 600px) {
      .slideshow-hero article {
        height: 560px; } }
    @media (min-width: 900px) {
      .slideshow-hero article {
        height: calc(100vh - 140px); } }
    @media (min-width: 1000px) {
      .slideshow-hero article {
        height: calc(100vh - 160px); } }
    @media (min-width: 700px) {
      .touch .home .slideshow-hero article {
        height: calc(100vh - 100px); } }
    @media (min-width: 900px) {
      .touch .home .slideshow-hero article {
        height: calc(100vh - 140px); } }
    @media (min-width: 1000px) {
      .touch .home .slideshow-hero article {
        height: calc(100vh - 160px); } }
    @media (min-width: 900px) {
      .home .slideshow-hero article {
        height: calc(100vh - 80px); } }
    @media (min-width: 1000px) {
      .home .slideshow-hero article {
        height: calc(100vh - 100px); } }
    .slideshow-hero article:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 280px;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 15%, transparent 70%, transparent 100%); }
      @media (min-width: 600px) {
        .slideshow-hero article:before {
          height: 100%; } }
    .slideshow-hero article img {
      opacity: 0;
      visibility: hidden; }
  .slideshow-hero > footer {
    position: absolute;
    width: 1180px;
    max-width: calc(100% - 40px);
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto !important;
    display: none; }
    @media (min-width: 600px) {
      .slideshow-hero > footer {
        display: block; } }
    .slideshow-hero > footer > .fsElementFooterContent {
      position: absolute;
      right: 0;
      width: 70px;
      height: 70px;
      bottom: -35px;
      border-radius: 100%;
      background-color: rgba(255, 255, 255, 0.9);
      text-align: center;
      white-space: nowrap;
      color: transparent; }
      .slideshow-hero > footer > .fsElementFooterContent:after {
        content: "";
        font-family: "IcoMoon";
        color: #605c57;
        opacity: .5;
        line-height: 1;
        font-size: 30px;
        position: absolute;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        top: 5px; }

.image-wrapper, .resource-slider picture {
  background-position: center;
  background-size: cover;
  height: 280px;
  max-width: none; }
  @media (min-width: 600px) {
    .image-wrapper, .resource-slider picture {
      display: none; } }

.caption-wrapper, .resource-slider figcaption {
  bottom: 0;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 26px;
  padding: 20px 15px;
  width: 1180px;
  max-width: 100%;
  background-color: #605c57; }
  @media (min-width: 600px) {
    .caption-wrapper, .resource-slider figcaption {
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
      position: absolute;
      background-color: transparent;
      max-width: calc(100% - 40px); } }
  @media (min-width: 800px) {
    .caption-wrapper, .resource-slider figcaption {
      padding: 20px 0 45px 0; } }
  .caption-wrapper a, .resource-slider figcaption a {
    color: rgba(255, 255, 255, 0.8); }
    .caption-wrapper a:after, .resource-slider figcaption a:after {
      color: rgba(255, 255, 255, 0.8);
      transition: .3s; }
    .caption-wrapper a:hover, .resource-slider figcaption a:hover {
      color: #fff; }
      .caption-wrapper a:hover:after, .resource-slider figcaption a:hover:after {
        color: #fff;
        transition: .3s; }
  @media (min-width: 600px) {
    .caption-wrapper > div, .caption-wrapper p, .resource-slider figcaption > div, .resource-slider figcaption p {
      width: calc(100% - 70px);
      max-width: 600px; } }
  @media (min-width: 1000px) {
    .caption-wrapper > div, .caption-wrapper p, .resource-slider figcaption > div, .resource-slider figcaption p {
      max-width: 500px; } }

.caption-title, .resource-slider .fsTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 53px;
  font-family: 'Merriweather', serif;
  color: #8A1538;
  letter-spacing: -.005em;
  margin-bottom: 30px;
  color: #fff;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 32px; }
  @media (min-width: 600px) {
    .caption-title, .resource-slider .fsTitle {
      font-size: 48px;
      line-height: 1.3; } }

.caption-desc {
  margin-top: 15px; }
  .caption-desc p {
    margin-bottom: 5px; }
    .caption-desc p:last-child {
      margin-bottom: 0; }
  .caption-desc:empty {
    display: none; }

.resource-slider figcaption p {
  margin-bottom: 5px;
  color: #fff; }
  .resource-slider figcaption p:last-child {
    margin-bottom: 0; }
  .resource-slider figcaption p:empty {
    display: none; }

.slick-next, .slick-prev, .fsSlideshow .fsNextButton, .fsSlideshow .fsPrevButton {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 220px;
  width: 40px;
  z-index: 2; }
  @media (min-width: 600px) {
    .slick-next, .slick-prev, .fsSlideshow .fsNextButton, .fsSlideshow .fsPrevButton {
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  .slick-next:before, .slick-prev:before, .fsSlideshow .fsNextButton:before, .fsSlideshow .fsPrevButton:before {
    color: #fff;
    display: block;
    font-size: 32px;
    font-weight: normal;
    font-family: "IcoMoon";
    line-height: 1;
    position: absolute;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0); }
    @media (min-width: 600px) {
      .slick-next:before, .slick-prev:before, .fsSlideshow .fsNextButton:before, .fsSlideshow .fsPrevButton:before {
        font-size: 48px; } }

.slick-next, .fsSlideshow .fsNextButton {
  left: auto;
  right: 0; }
  @media (min-width: 600px) {
    .slick-next, .fsSlideshow .fsNextButton {
      right: 15px; } }
  .slick-next:before, .fsSlideshow .fsNextButton:before {
    content: ""; }

.slick-prev, .fsSlideshow .fsPrevButton {
  left: 0px;
  right: auto; }
  @media (min-width: 600px) {
    .slick-prev, .fsSlideshow .fsPrevButton {
      left: 15px; } }
  .slick-prev:before, .fsSlideshow .fsPrevButton:before {
    content: ""; }

body:not(.fsComposeMode) .slideshow-hero-landing {
  opacity: 0;
  visibility: hidden; }
  body:not(.fsComposeMode) .slideshow-hero-landing > header {
    display: none; }

#fsHeader .slideshow-hero-landing {
  opacity: 1;
  visibility: visible; }

.slideshow-hero-landing .slide-hero, .slideshow-hero-landing article {
  max-height: 34.7222vw;
  background-size: cover;
  background-position: center;
  height: auto; }
  .slideshow-hero-landing .slide-hero img, .slideshow-hero-landing article img {
    opacity: 0;
    visibility: hidden; }

.slideshow-hero-landing .slick-track {
  display: -ms-flexbox;
  display: flex; }

.slideshow-hero-landing .slick-arrow {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.fsMedia.fsPlayer .fsMediaPlayOverlay::before,
.fsMediaGallery:not([data-mediatype="1"]) .fsMediaPlayOverlay::before {
  box-shadow: none;
  border: 1px solid #259591;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  content: '';
  display: inline-block;
  height: 70px;
  width: 70px;
  transition: .3s; }

.fsMedia.fsPlayer .fsMediaPlayOverlay:hover::before,
.fsMediaGallery:not([data-mediatype="1"]) .fsMediaPlayOverlay:hover::before {
  background-color: #fff;
  box-shadow: none;
  transition: .3s; }

.fsMedia.fsPlayer .fsMediaPlayOverlay::after,
.fsMediaGallery:not([data-mediatype="1"]) .fsMediaPlayOverlay::after {
  transition: none;
  border-radius: 0;
  content: '';
  display: inline-block;
  height: 0;
  margin: auto;
  -ms-transform: none;
  transform: none;
  width: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #605c57;
  opacity: 1;
  transition: .3s; }

.fsMedia.fsPlayer .fsMediaPlayOverlay:hover::after,
.fsMediaGallery:not([data-mediatype="1"]) .fsMediaPlayOverlay:hover::after {
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #259591;
  left: 5px;
  transition: .3s; }

.resource-slider .fsElementSlideshowControls {
  display: none; }

.resource-slider article {
  padding: 0; }
  .resource-slider article picture {
    display: block; }
    @media (min-width: 600px) {
      .resource-slider article picture {
        opacity: 0;
        visibility: hidden; } }

.resource-slider .fsElementSlideshow {
  padding: 0 !important;
  margin-bottom: 0; }

.resource-slider .fsTitle {
  margin-bottom: 10px; }

.resource-slider video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 280px;
  display: block;
  line-height: 0;
  transform: translate3d(0, 0, 0); }
  @media (min-width: 600px) {
    .resource-slider video {
      height: 100%; } }

.fsNews.fsThumbnailAlignLeft .fsThumbnail, .fsNews.fsThumbnailAlignRight .fsThumbnail,
.fsPostElement.fsThumbnailAlignLeft .fsThumbnail,
.fsPostElement.fsThumbnailAlignRight .fsThumbnail {
  position: relative;
  z-index: 2;
  margin: 0 0 20px; }
  .fsNews.fsThumbnailAlignLeft .fsThumbnail .fsCroppedImage, .fsNews.fsThumbnailAlignRight .fsThumbnail .fsCroppedImage,
  .fsPostElement.fsThumbnailAlignLeft .fsThumbnail .fsCroppedImage,
  .fsPostElement.fsThumbnailAlignRight .fsThumbnail .fsCroppedImage {
    display: block; }

.fsNews.fsThumbnailAlignLeft .fsThumbnail,
.fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsNews.fsThumbnailAlignLeft .fsThumbnail,
    .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
      float: left;
      margin-right: 20px;
      box-shadow: 10px 10px 0 10px #fff; } }

.fsNews.fsThumbnailAlignRight .fsThumbnail,
.fsPostElement.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsNews.fsThumbnailAlignRight .fsThumbnail,
    .fsPostElement.fsThumbnailAlignRight .fsThumbnail {
      float: right;
      margin-left: 20px;
      box-shadow: -10px 10px 0 10px #fff; } }

.fsNews article,
.fsPostElement article {
  background-size: cover;
  background-position: center; }
  .fsNews article > div,
  .fsPostElement article > div {
    margin-top: 5px; }

.fsNews .fsTitle,
.fsPostElement .fsTitle {
  margin-bottom: 15px; }
  .fsNews .fsTitle:last-child,
  .fsPostElement .fsTitle:last-child {
    margin-bottom: 0; }

.fsNews .fsAuthor,
.fsNews .fsDateTime,
.fsPostElement .fsAuthor,
.fsPostElement .fsDateTime {
  color: #AFADAB;
  font-size: 14px;
  line-height: 1.2222;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em; }

.fsNews .fsSummary,
.fsPostElement .fsSummary {
  font-size: 18px;
  line-height: 22px; }

.fsNews .fsSummary, .fsNews .fsBody,
.fsPostElement .fsSummary,
.fsPostElement .fsBody {
  margin-top: 15px; }

.fsNews .fsReadMoreLink,
.fsPostElement .fsReadMoreLink {
  display: inline-block;
  margin-top: 5px; }

.fsNews .fsLoadMoreButton,
.fsPostElement .fsLoadMoreButton {
  margin-top: 40px; }
  .fsNews .fsLoadMoreButton:last-child,
  .fsPostElement .fsLoadMoreButton:last-child {
    margin-bottom: 10px; }

.fsNews.fsList .fsListItems > article,
.fsPost.fsList .fsListItems > article,
.fsPostElement.fsList .fsListItems > article {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: solid 1px #CFCECC; }

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

.fsSlideshow.slideshow-queries .fsElementSlideshow {
  padding: 0;
  background-color: #605c57;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: relative;
  margin-bottom: 0; }
  .fsSlideshow.slideshow-queries .fsElementSlideshow:before {
    content: '“';
    font-family: "filosofia-lining", Georgia, serif;
    font-size: 500px;
    font-weight: 400;
    line-height: .73;
    color: #fff;
    opacity: .15;
    position: absolute;
    left: -48px;
    top: 30px; }

.fsSlideshow.slideshow-queries article {
  padding: 50px 20px 60px; }
  @media (min-width: 400px) {
    .fsSlideshow.slideshow-queries article {
      padding: 65px 30px; } }

.fsSlideshow.slideshow-queries .fsTitle {
  font-family: "filosofia-lining", Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  letter-spacing: -.005em; }
  @media (min-width: 400px) {
    .fsSlideshow.slideshow-queries .fsTitle {
      font-size: 28px;
      line-height: 36px; } }
  .fsSlideshow.slideshow-queries .fsTitle a {
    cursor: default;
    pointer-events: none;
    color: #fff; }

.fsSlideshow.slideshow-queries .fsDateTime {
  position: absolute;
  right: 15px;
  top: 20px;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
  color: #000;
  opacity: .3; }
  @media (min-width: 400px) {
    .fsSlideshow.slideshow-queries .fsDateTime {
      right: 30px; } }

.fsSlideshow.slideshow-queries .fsSummary {
  text-align: right;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: .05em;
  opacity: .8;
  margin-top: 15px;
  padding-left: 5px; }

.fsSlideshow.slideshow-queries.red .fsElementSlideshow {
  background-color: #8A1538; }

.fsSlideshow.slideshow-queries.orange .fsElementSlideshow {
  background-color: #db864e; }

.fsSlideshow.slideshow-queries.green .fsElementSlideshow {
  background-color: #259591; }

.fsSlideshow.slideshow-queries .fsNextButton, .fsSlideshow.slideshow-queries .fsPrevButton {
  width: 44px;
  height: 44px;
  background-color: rgba(0, 0, 0, 0.1);
  top: auto;
  bottom: 5px;
  -ms-transform: translateY(0);
  transform: translateY(0); }
  .fsSlideshow.slideshow-queries .fsNextButton:before, .fsSlideshow.slideshow-queries .fsPrevButton:before {
    font-family: "IcoMoon";
    color: #fff;
    opacity: .5;
    font-size: 36px;
    line-height: 1;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    transition: opacity .3s; }
  .fsSlideshow.slideshow-queries .fsNextButton:hover:before, .fsSlideshow.slideshow-queries .fsPrevButton:hover:before {
    opacity: 1;
    transition: opacity .3s; }

.fsSlideshow.slideshow-queries .fsPrevButton {
  left: auto;
  right: 51px;
  border-radius: 4px 0px 0px; }
  .fsSlideshow.slideshow-queries .fsPrevButton:before {
    content: ""; }

.fsSlideshow.slideshow-queries .fsNextButton {
  right: 5px;
  border-radius: 0px 0px 4px; }
  .fsSlideshow.slideshow-queries .fsNextButton:before {
    content: ""; }

body:not(.fsComposeMode) .panel-queries.fsElement {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .panel-queries.fsElement {
      margin-top: 40px;
      margin-bottom: 40px; } }

@media (min-width: 600px) {
  body:not(.fsComposeMode) .panel-queries {
    margin-left: -10px;
    margin-right: -10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 600px) {
  body:not(.fsComposeMode) .panel-queries > .fsStyleColumn {
    padding-left: 10px;
    padding-right: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    body:not(.fsComposeMode) .panel-queries > .fsStyleColumn:after {
      display: none; } }

@media (min-width: 600px) {
  body:not(.fsComposeMode) .panel-queries:not(.fsThreeColumnLayout) .slick-list {
    height: auto !important; } }

body:not(.fsComposeMode) .panel-queries .slideshow-queries {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  body:not(.fsComposeMode) .panel-queries .slideshow-queries .fsElementContent, body:not(.fsComposeMode) .panel-queries .slideshow-queries .fsElementSlideshow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1; }

@media (min-width: 600px) {
  body:not(.fsComposeMode) .panel-queries.fsFourColumnLayout > .fsStyleColumn {
    width: 50%; } }

@media (min-width: 900px) {
  body:not(.fsComposeMode) .panel-queries.fsFourColumnLayout > .fsStyleColumn {
    width: 25%; } }

body:not(.fsComposeMode) .panel-queries.fsFourColumnLayout .slideshow-queries .fsTitle {
  line-height: 1.3; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .panel-queries.fsFourColumnLayout .slideshow-queries .fsTitle {
      font-size: 22px; } }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .panel-queries.fsFourColumnLayout .slideshow-queries .fsTitle {
      font-size: 28px; } }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .panel-queries.fsFourColumnLayout .slideshow-queries .fsTitle {
      font-size: 22px; } }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .panel-queries.fsFourColumnLayout .slideshow-queries .fsTitle {
      font-size: 24px; } }

@media (min-width: 600px) {
  body:not(.fsComposeMode) .panel-queries.fsFourColumnLayout .slideshow-queries article {
    padding: 50px 15px 60px; } }

@media (min-width: 700px) {
  body:not(.fsComposeMode) .panel-queries.fsFourColumnLayout .slideshow-queries article {
    padding: 65px 20px; } }

@media (min-width: 900px) {
  body:not(.fsComposeMode) .panel-queries.fsFourColumnLayout .slideshow-queries article {
    padding: 50px 15px 60px; } }

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .panel-queries.fsFourColumnLayout .slideshow-queries article {
    padding: 65px 20px; } }

body:not(.fsComposeMode) .panel-queries.fsFourColumnLayout .slideshow-queries .fsDateTime {
  right: 20px; }

@media (min-width: 800px) {
  body:not(.fsComposeMode) .panel-queries.fsThreeColumnLayout .slick-list {
    height: auto !important; } }

@media (min-width: 800px) {
  body:not(.fsComposeMode) .panel-queries.fsThreeColumnLayout > .fsStyleColumn {
    width: 33.33333%; } }

body:not(.fsComposeMode) .panel-queries.fsThreeColumnLayout .slideshow-queries .fsTitle {
  line-height: 1.3; }
  @media (min-width: 800px) {
    body:not(.fsComposeMode) .panel-queries.fsThreeColumnLayout .slideshow-queries .fsTitle {
      font-size: 22px; } }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .panel-queries.fsThreeColumnLayout .slideshow-queries .fsTitle {
      font-size: 28px;
      line-height: 36px; } }

@media (min-width: 800px) {
  body:not(.fsComposeMode) .panel-queries.fsThreeColumnLayout .slideshow-queries article {
    padding: 50px 15px 60px; } }

@media (min-width: 900px) {
  body:not(.fsComposeMode) .panel-queries.fsThreeColumnLayout .slideshow-queries article {
    padding: 65px 20px; } }

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .panel-queries.fsThreeColumnLayout .slideshow-queries article {
    padding: 65px 30px; } }

@media (min-width: 600px) {
  body:not(.fsComposeMode) .panel-queries.fsTwoColumnLayout > .fsStyleColumn {
    width: 50%; } }

body:not(.fsComposeMode) .panel-queries.fsTwoColumnLayout .slideshow-queries .fsTitle {
  line-height: 1.3; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .panel-queries.fsTwoColumnLayout .slideshow-queries .fsTitle {
      font-size: 22px; } }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .panel-queries.fsTwoColumnLayout .slideshow-queries .fsTitle {
      font-size: 28px; } }

@media (min-width: 600px) {
  body:not(.fsComposeMode) .panel-queries.fsTwoColumnLayout .slideshow-queries article {
    padding: 50px 15px 60px; } }

@media (min-width: 700px) {
  body:not(.fsComposeMode) .panel-queries.fsTwoColumnLayout .slideshow-queries article {
    padding: 65px 20px; } }

@media (min-width: 900px) {
  body:not(.fsComposeMode) .panel-queries.fsTwoColumnLayout .slideshow-queries article {
    padding: 65px 30px; } }

.fsPostElement.posts-custom.fsThumbnailSmall .fsThumbnail {
  max-width: none; }

.fsPostElement.posts-custom .fsListItems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center; }
  .fsPostElement.posts-custom .fsListItems > article {
    border: none;
    padding: 0;
    margin: 0;
    position: relative;
    background-color: #ccc;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: calc(100vw - 40px);
    max-height: 394px;
    z-index: 5;
    min-height: 245px;
    height: calc(100vw - 40px); }
    @media (min-width: 800px) {
      .fsPostElement.posts-custom .fsListItems > article {
        height: calc(50vw - 40px);
        max-height: none;
        min-height: 226px; } }
    .fsPostElement.posts-custom .fsListItems > article[min-width~="250px"] .fsTitle {
      font-size: 18px; }
    .fsPostElement.posts-custom .fsListItems > article[min-width~="250px"] .fsReadMoreLink {
      font-size: 15px; }
    .fsPostElement.posts-custom .fsListItems > article:nth-child(odd):last-of-type {
      z-index: 4; }
    .fsPostElement.posts-custom .fsListItems > article:before {
      content: '';
      width: calc(100% + 2px);
      height: calc(100% + 2px);
      position: absolute;
      left: -1px;
      top: -1px;
      background-color: transparent;
      border: solid 1px #fff; }
    .fsPostElement.posts-custom .fsListItems > article:after {
      display: none; }
    .fsPostElement.posts-custom .fsListItems > article .fsTitle {
      margin: 0;
      color: #fff;
      line-height: 1.25;
      font-size: 14px;
      position: static !important; }
      .fsPostElement.posts-custom .fsListItems > article .fsTitle:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #7ba7bc;
        opacity: 0;
        visibility: hidden; }
      .fsPostElement.posts-custom .fsListItems > article .fsTitle a {
        color: #fff;
        position: relative;
        padding: 10px 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 1;
        flex-grow: 1;
        opacity: 0;
        visibility: hidden; }
    .fsPostElement.posts-custom .fsListItems > article .fsReadMoreLink {
      color: #259591;
      text-transform: uppercase;
      letter-spacing: .05em;
      font-size: 15px;
      line-height: 22px;
      font-weight: 800;
      position: relative;
      padding-right: 15px;
      padding: 0 20px;
      color: #fff;
      -ms-flex-item-align: start;
      align-self: flex-start;
      opacity: 0;
      visibility: hidden;
      transition: 0s;
      font-size: 12px; }
      .fsPostElement.posts-custom .fsListItems > article .fsReadMoreLink:after {
        content: "";
        font-family: "IcoMoon";
        color: #b1a89e;
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        right: 0;
        font-weight: normal;
        line-height: 1;
        font-size: 13px; }
      .fsPostElement.posts-custom .fsListItems > article .fsReadMoreLink:hover {
        color: #869c0a; }
      .fsPostElement.posts-custom .fsListItems > article .fsReadMoreLink:after {
        color: #fff;
        right: 5px; }
      .fsPostElement.posts-custom .fsListItems > article .fsReadMoreLink:hover {
        opacity: 1;
        color: #fff;
        transition: .3s; }
    .fsPostElement.posts-custom .fsListItems > article:hover .fsTitle:before {
      opacity: .9;
      visibility: visible;
      transition: .2s; }
    .fsPostElement.posts-custom .fsListItems > article:hover .fsTitle a {
      opacity: 1;
      visibility: visible;
      transition: .3s ease-in .15s; }
    .fsPostElement.posts-custom .fsListItems > article:hover .fsReadMoreLink {
      opacity: .8;
      visibility: visible;
      transition: .3s ease-in .15s; }
      .fsPostElement.posts-custom .fsListItems > article:hover .fsReadMoreLink:hover {
        opacity: 1;
        transition: .3s; }
    @media (max-width: 899px) {
      .touch .fsPostElement.posts-custom .fsListItems > article:not(.open-page) .fsTitle,
      .touch .fsPostElement.posts-custom .fsListItems > article:not(.open-page) .fsReadMoreLink,
      .touch .fsPostElement.posts-custom .fsListItems > article:not(.open-page) .fsTitle:before {
        opacity: 0;
        visibility: hidden; } }
  .fsPostElement.posts-custom .fsListItems[min-width~="450px"] article {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    height: calc(50vw - 20px); }
    @media (min-width: 800px) {
      .fsPostElement.posts-custom .fsListItems[min-width~="450px"] article {
        height: calc(25vw - 30px); } }
  .fsPostElement.posts-custom .fsListItems[min-width~="700px"] article {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    height: calc(33.33vw - 20px);
    max-height: 393px; }

@media (min-width: 700px) {
  .fsStyleTwoThirds .fsPostElement.posts-custom[min-width~="250px"] article,
  .fsHasRightBanner .fsOneColumnLayout .fsPostElement.posts-custom article,
  .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-1 .fsPostElement.posts-custom article {
    height: 31.2849vw;
    height: calc(100vw - 320px);
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }

@media (min-width: 785px) {
  .fsStyleTwoThirds .fsPostElement.posts-custom[min-width~="250px"] article,
  .fsHasRightBanner .fsOneColumnLayout .fsPostElement.posts-custom article,
  .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-1 .fsPostElement.posts-custom article {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    height: calc(50vw - 160px); } }

@media (min-width: 900px) {
  .fsStyleTwoThirds .fsPostElement.posts-custom[min-width~="250px"] article,
  .fsHasRightBanner .fsOneColumnLayout .fsPostElement.posts-custom article,
  .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-1 .fsPostElement.posts-custom article {
    height: calc(50vw - 210px); } }

@media (min-width: 1000px) {
  .fsStyleTwoThirds .fsPostElement.posts-custom[min-width~="250px"] article,
  .fsHasRightBanner .fsOneColumnLayout .fsPostElement.posts-custom article,
  .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-1 .fsPostElement.posts-custom article {
    height: 29vw; } }

@media (min-width: 1135px) {
  .fsStyleTwoThirds .fsPostElement.posts-custom[min-width~="250px"] article,
  .fsHasRightBanner .fsOneColumnLayout .fsPostElement.posts-custom article,
  .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-1 .fsPostElement.posts-custom article {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    height: calc(33.333vw - 140px);
    max-height: 266px; } }

@media (min-width: 700px) {
  .fsStyleOneThird .fsPostElement.posts-custom article,
  .fsBanner .fsPostElement.posts-custom article,
  .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-2 .fsPostElement.posts-custom article {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 250px; } }

@media (min-width: 900px) {
  .fsStyleOneThird .fsPostElement.posts-custom article,
  .fsBanner .fsPostElement.posts-custom article,
  .fsTwoColumnLayout.wide-left > .fsDiv.fsStyleColumn-2 .fsPostElement.posts-custom article {
    height: 300px;
    max-height: none; } }

@media (min-width: 900px) {
  .fsThreeColumnLayout .fsPostElement.posts-custom article {
    height: calc(33.333vw - 40px);
    max-height: 380px; } }

@media (min-width: 1000px) {
  .fsTwoColumnLayout .fsPostElement.posts-custom article {
    max-height: 290px; } }

@media (min-width: 1000px) {
  .fsFourColumnLayout .fsPostElement.posts-custom article {
    height: calc(25vw - 30px);
    max-height: 280px; } }

@media (min-width: 700px) {
  .fsTwoColumnWideRightLayout > .fsStyleTwoThirds .fsPostElement.posts-custom article,
  .fsHasLeftBanner .fsOneColumnLayout .fsPostElement.posts-custom article,
  .fsTwoColumnLayout.wide-right > .fsDiv.fsStyleColumn-2 .fsPostElement.posts-custom article,
  .fsElephantLeftLayout > .fsStyleTwoThirds .fsPostElement.posts-custom article {
    height: calc(100vw - 300px);
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }

@media (min-width: 715px) {
  .fsTwoColumnWideRightLayout > .fsStyleTwoThirds .fsPostElement.posts-custom article,
  .fsHasLeftBanner .fsOneColumnLayout .fsPostElement.posts-custom article,
  .fsTwoColumnLayout.wide-right > .fsDiv.fsStyleColumn-2 .fsPostElement.posts-custom article,
  .fsElephantLeftLayout > .fsStyleTwoThirds .fsPostElement.posts-custom article {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    height: calc(50vw - 150px);
    min-height: 0; } }

@media (min-width: 900px) {
  .fsTwoColumnWideRightLayout > .fsStyleTwoThirds .fsPostElement.posts-custom article,
  .fsHasLeftBanner .fsOneColumnLayout .fsPostElement.posts-custom article,
  .fsTwoColumnLayout.wide-right > .fsDiv.fsStyleColumn-2 .fsPostElement.posts-custom article,
  .fsElephantLeftLayout > .fsStyleTwoThirds .fsPostElement.posts-custom article {
    height: calc(50vw - 170px); } }

@media (min-width: 1055px) {
  .fsTwoColumnWideRightLayout > .fsStyleTwoThirds .fsPostElement.posts-custom article,
  .fsHasLeftBanner .fsOneColumnLayout .fsPostElement.posts-custom article,
  .fsTwoColumnLayout.wide-right > .fsDiv.fsStyleColumn-2 .fsPostElement.posts-custom article,
  .fsElephantLeftLayout > .fsStyleTwoThirds .fsPostElement.posts-custom article {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    height: calc(33.333vw - 113.333px);
    max-height: 293px; } }

@media (min-width: 700px) {
  .fsTwoColumnWideRightLayout .fsStyleOneThird .fsPostElement.posts-custom article,
  .fsHasLeftBanner .fsBanner .fsPostElement.posts-custom article,
  .fsTwoColumnLayout.wide-right > .fsDiv.fsStyleColumn-1 .fsPostElement.posts-custom article,
  .fsElephantLeftLayout > .fsStyleOneThird .fsPostElement.posts-custom article {
    height: 230px;
    max-height: none;
    min-height: 0; } }

@media (min-width: 900px) {
  .fsTwoColumnWideRightLayout .fsStyleOneThird .fsPostElement.posts-custom article,
  .fsHasLeftBanner .fsBanner .fsPostElement.posts-custom article,
  .fsTwoColumnLayout.wide-right > .fsDiv.fsStyleColumn-1 .fsPostElement.posts-custom article,
  .fsElephantLeftLayout > .fsStyleOneThird .fsPostElement.posts-custom article {
    height: 240px; } }

@media (min-width: 700px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight .fsPostElement.posts-custom article {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }

@media (min-width: 600px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight .fsPostElement.posts-custom article {
    height: 250px; } }

@media (min-width: 700px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight .fsPostElement.posts-custom article {
    height: 300px; } }

@media (min-width: 900px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight .fsPostElement.posts-custom article {
    height: 250px; } }

@media (min-width: 1100px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight .fsPostElement.posts-custom article {
    height: 300px;
    max-height: none; } }

@media (min-width: 505px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft .fsPostElement.posts-custom article {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    height: calc(50vw - 20px);
    min-height: 0; } }

@media (min-width: 755px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft .fsPostElement.posts-custom article {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    height: calc(33.33vw - 20px);
    -ms-flex-positive: 0;
    flex-grow: 0; } }

@media (min-width: 900px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft .fsPostElement.posts-custom article {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 240px;
    -ms-flex-positive: 1;
    flex-grow: 1; } }

.fsPostElement.posts-custom .fsThumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0; }
  .fsPostElement.posts-custom .fsThumbnail img {
    opacity: 0;
    visibility: hidden; }

@media (min-width: 700px) {
  .fsStyleTwoThirds div[class*="ColumnLayout"] .fsPostElement.posts-custom article {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    height: 300px; } }

.fsPanel > .fsElementContent > .fsPostElement.posts-custom {
  margin-left: -1em;
  margin-right: -1em; }
  @media (min-width: 600px) {
    .fsPanel > .fsElementContent > .fsPostElement.posts-custom {
      margin: 0; } }
  @media screen and (max-width: 599px) {
    .fsPanel > .fsElementContent > .fsPostElement.posts-custom article {
      max-height: none; } }

.fsPostElement.explore-element {
  overflow: hidden;
  border-top: solid 1px rgba(96, 92, 87, 0.3); }
  .fsPostElement.explore-element.fsPostElement.fsThumbnailSmall .fsThumbnail {
    max-width: none; }
  .fsPostElement.explore-element.hp-panel header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 20px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
    @media (min-width: 600px) {
      .fsPostElement.explore-element.hp-panel header {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        height: 25vw;
        padding: 20px 3.47222vw;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media (min-width: 1000px) {
      .fsPostElement.explore-element.hp-panel header {
        -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
        height: 16.666vw; } }
    @media (min-width: 1200px) {
      .fsPostElement.explore-element.hp-panel header {
        padding: 50px; } }
    .fsPostElement.explore-element.hp-panel header .fsElementTitle {
      margin-top: 0;
      font-weight: normal;
      font-size: 40px;
      line-height: 53px;
      font-family: 'Merriweather', serif;
      color: #8A1538;
      letter-spacing: -.005em;
      margin-bottom: 30px;
      margin-bottom: 30px;
      font-size: 36px;
      line-height: 1.2; }
      @media (min-width: 600px) {
        .fsPostElement.explore-element.hp-panel header .fsElementTitle {
          margin-bottom: 10px; } }
      @media (min-width: 700px) {
        .fsPostElement.explore-element.hp-panel header .fsElementTitle {
          font-size: 48px;
          line-height: 53px; } }
      @media (min-width: 800px) {
        .fsPostElement.explore-element.hp-panel header .fsElementTitle {
          font-size: 36px;
          line-height: 1.2; } }
      @media (min-width: 900px) {
        .fsPostElement.explore-element.hp-panel header .fsElementTitle {
          font-size: 48px;
          line-height: 53px; } }
      @media (min-width: 1000px) {
        .fsPostElement.explore-element.hp-panel header .fsElementTitle {
          font-size: 3.333vw;
          line-height: 1.2; } }
      @media (min-width: 1200px) {
        .fsPostElement.explore-element.hp-panel header .fsElementTitle {
          font-size: 48px;
          line-height: 53px;
          margin-bottom: 20px; } }
    .fsPostElement.explore-element.hp-panel header .fsElementHeaderContent {
      margin-bottom: 0;
      line-height: 21px;
      font-size: 15px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .05em; }
      .fsPostElement.explore-element.hp-panel header .fsElementHeaderContent a {
        color: #259591; }
        .fsPostElement.explore-element.hp-panel header .fsElementHeaderContent a:after {
          content: "";
          font-size: 13px;
          vertical-align: bottom;
          color: #b1a89e;
          font-weight: normal;
          font-family: "IcoMoon";
          margin-left: 5px; }
  .fsPostElement.explore-element .fsListItems {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center; }
    .fsPostElement.explore-element .fsListItems > article {
      border: none;
      padding: 0;
      margin: 0;
      position: relative;
      -ms-flex-positive: 1;
      flex-grow: 1;
      height: 50vw;
      background-color: #ccc;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      width: 50%; }
      @media (min-width: 600px) {
        .fsPostElement.explore-element .fsListItems > article {
          width: 25%;
          height: 25vw; } }
      @media (min-width: 1000px) {
        .fsPostElement.explore-element .fsListItems > article {
          width: 16.6666%;
          height: 16.666vw; } }
      .fsPostElement.explore-element .fsListItems > article:before {
        content: '';
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        position: absolute;
        left: -1px;
        top: -1px;
        background-color: transparent;
        border: solid 1px #fff; }
      .fsPostElement.explore-element .fsListItems > article:after {
        display: none; }
      .fsPostElement.explore-element .fsListItems > article .fsTitle {
        line-height: 1.2;
        font-size: 14px;
        margin: 0;
        color: #fff;
        position: static !important; }
        .fsPostElement.explore-element .fsListItems > article .fsTitle:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background-color: #7ba7bc;
          opacity: 0;
          visibility: hidden; }
        @media (min-width: 400px) {
          .fsPostElement.explore-element .fsListItems > article .fsTitle {
            font-size: 18px; } }
        @media (min-width: 600px) {
          .fsPostElement.explore-element .fsListItems > article .fsTitle {
            font-size: 14px; } }
        @media (min-width: 700px) {
          .fsPostElement.explore-element .fsListItems > article .fsTitle {
            font-size: 18px; } }
        @media (min-width: 800px) {
          .fsPostElement.explore-element .fsListItems > article .fsTitle {
            font-size: 14px; } }
        @media (min-width: 900px) {
          .fsPostElement.explore-element .fsListItems > article .fsTitle {
            font-size: 18px; } }
        @media (min-width: 1000px) {
          .fsPostElement.explore-element .fsListItems > article .fsTitle {
            font-size: 14px; } }
        @media (min-width: 1200px) {
          .fsPostElement.explore-element .fsListItems > article .fsTitle {
            font-size: 18px; } }
        .fsPostElement.explore-element .fsListItems > article .fsTitle a {
          color: #fff;
          position: relative;
          padding: 10px 20px 5px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-positive: 1;
          flex-grow: 1;
          opacity: 0;
          visibility: hidden; }
      .fsPostElement.explore-element .fsListItems > article .fsReadMoreLink {
        color: #259591;
        text-transform: uppercase;
        letter-spacing: .05em;
        font-size: 15px;
        line-height: 22px;
        font-weight: 800;
        position: relative;
        padding-right: 15px;
        padding: 0 20px;
        color: #fff;
        -ms-flex-item-align: start;
        align-self: flex-start;
        opacity: 0;
        visibility: hidden;
        transition: 0s;
        font-size: 12px; }
        .fsPostElement.explore-element .fsListItems > article .fsReadMoreLink:after {
          content: "";
          font-family: "IcoMoon";
          color: #b1a89e;
          position: absolute;
          top: 50%;
          transform: translate3d(0, -50%, 0);
          right: 0;
          font-weight: normal;
          line-height: 1;
          font-size: 13px; }
        .fsPostElement.explore-element .fsListItems > article .fsReadMoreLink:hover {
          color: #869c0a; }
        .fsPostElement.explore-element .fsListItems > article .fsReadMoreLink:after {
          color: #fff;
          right: 5px; }
        .fsPostElement.explore-element .fsListItems > article .fsReadMoreLink:hover {
          opacity: 1;
          color: #fff;
          transition: .3s; }
      .fsPostElement.explore-element .fsListItems > article:hover .fsTitle:before {
        opacity: .9;
        visibility: visible;
        transition: .2s; }
      .fsPostElement.explore-element .fsListItems > article:hover .fsTitle a {
        opacity: 1;
        visibility: visible;
        transition: .3s ease-in .15s; }
      .fsPostElement.explore-element .fsListItems > article:hover .fsReadMoreLink {
        opacity: .8;
        visibility: visible;
        transition: .3s ease-in .15s; }
        .fsPostElement.explore-element .fsListItems > article:hover .fsReadMoreLink:hover {
          opacity: 1;
          transition: .3s; }
  .fsPostElement.explore-element .fsThumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0; }
    .fsPostElement.explore-element .fsThumbnail img {
      opacity: 0;
      visibility: hidden; }

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

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.fsSearch.site-search {
  color: #fff;
  z-index: 10; }
  .fsSearch.site-search > header {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer; }
    .fsSearch.site-search > header:before {
      content: "";
      font-family: "IcoMoon";
      color: #fff;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate3d(-50%, -50%, 0);
      font-size: 16px;
      line-height: 1;
      opacity: 1;
      transition: .3s; }
    .fsSearch.site-search > header h2 {
      margin: 0;
      line-height: 1;
      color: transparent; }
    .fsSearch.site-search > header:hover:before {
      opacity: .8;
      transition: .3s; }
  .fsSearch.site-search > .fsElementContent {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    right: 100%;
    z-index: 10;
    background-color: #8A1538;
    opacity: 0;
    visibility: hidden; }
  .fsSearch.site-search.active-search > .fsElementContent {
    opacity: 1;
    visibility: visible; }
  .fsSearch.site-search.active-search > header:before {
    content: "";
    font-size: 22px; }
  .fsSearch.site-search form.gsc-search-box-tools {
    width: calc(100vw - 130px); }
    @media (min-width: 400px) {
      .fsSearch.site-search form.gsc-search-box-tools {
        width: calc(100vw - 140px); } }
    @media (min-width: 630px) {
      .fsSearch.site-search form.gsc-search-box-tools {
        width: 290px; } }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
      padding: 0;
      padding-left: 30px !important; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
        border: 0;
        height: 100%; }
        .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
          background: #8A1538 !important;
          background-image: none !important;
          width: 100%;
          height: 40px !important;
          color: rgba(255, 255, 255, 0.8);
          padding-left: 10px !important;
          padding-right: 10px !important;
          margin: 0 !important;
          border-radius: 0 !important;
          font-size: 16px;
          font-family: "futura-pt", sans-serif;
          font-weight: 800;
          letter-spacing: .025em; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
      padding: 0;
      overflow: hidden;
      height: 40px;
      width: 35px;
      background: #8A1538;
      position: relative;
      transition: .3s;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
        content: "";
        color: #fff;
        font-family: "IcoMoon";
        opacity: 1;
        display: block;
        position: absolute;
        text-align: center;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        line-height: 40px;
        font-size: 16px; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
        background: #8A1538;
        transition: .3s; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
        border: 0;
        height: 100%;
        width: 100%;
        color: transparent;
        opacity: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0; }

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search) {
  margin-bottom: 20px; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
    padding: 0; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
      border: 0;
      height: 100%;
      border: solid 1px #605c57; }
      .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: 40px !important;
        color: #605c57;
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 16px;
        font-family: "futura-pt", sans-serif; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
    padding: 0;
    overflow: hidden;
    height: 40px;
    width: 35px;
    background: #605c57;
    position: relative;
    transition: .3s; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
      content: "";
      color: #fff;
      opacity: 1;
      display: block;
      position: absolute;
      text-align: center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      line-height: 40px;
      font-size: 16px;
      font-family: "IcoMoon"; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: #8A1538;
      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: "futura-pt", 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: #605c57; }
  .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: #259591; }

.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: #db864e !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: #c05131 !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: 20px; }

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

.fsResourceElement .fsTitle {
  margin-bottom: 10px; }

.fsResourceElement.hero .fsTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 53px;
  font-family: 'Merriweather', serif;
  color: #8A1538;
  letter-spacing: -.005em;
  margin-bottom: 30px;
  color: #fff;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 32px;
  display: none; }
  @media (min-width: 600px) {
    .fsResourceElement.hero .fsTitle {
      font-size: 48px;
      line-height: 1.3; } }

.fsResourceElement.hero figcaption {
  bottom: 0;
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 26px;
  padding: 20px 15px;
  width: 1180px;
  max-width: 100%;
  color: #fff;
  z-index: 2;
  background-color: #605c57; }
  @media (min-width: 600px) {
    .fsResourceElement.hero figcaption {
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
      position: absolute;
      background-color: transparent;
      max-width: calc(100% - 40px); } }
  @media (min-width: 800px) {
    .fsResourceElement.hero figcaption {
      padding: 20px 0 45px 0; } }
  .fsResourceElement.hero figcaption .fsTitle {
    display: block; }
  .fsResourceElement.hero figcaption a {
    color: rgba(255, 255, 255, 0.8); }
    .fsResourceElement.hero figcaption a:after {
      color: rgba(255, 255, 255, 0.8);
      transition: .3s; }
    .fsResourceElement.hero figcaption a:hover {
      color: #fff; }
      .fsResourceElement.hero figcaption a:hover:after {
        color: #fff;
        transition: .3s; }
  @media (min-width: 600px) {
    .fsResourceElement.hero figcaption > div, .fsResourceElement.hero figcaption p {
      width: calc(100% - 70px);
      max-width: 600px; } }
  @media (min-width: 1000px) {
    .fsResourceElement.hero figcaption > div, .fsResourceElement.hero figcaption p {
      max-width: 500px; } }

.fsResourceElement.hero {
  width: 100%;
  position: relative;
  margin-bottom: 0px;
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  transition: all 1s cubic-bezier(0.32, 0.88, 0.57, 1.3);
  opacity: 1; }
  .fsLiveMode .fsResourceElement.hero {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .fsResourceElement.hero .slick-dots {
    position: absolute;
    width: auto;
    display: -ms-flexbox;
    display: flex;
    z-index: 3;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1180px;
    padding: 0 20px;
    right: 6px;
    bottom: 45px;
    width: 100%;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .fsResourceElement.hero .slick-dots, .fsResourceElement.hero .slick-dots ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .fsResourceElement.hero .slick-dots li {
      margin: 0;
      padding: 0; }
    @media (max-width: 699px) {
      .fsResourceElement.hero .slick-dots {
        -ms-flex-pack: center;
        justify-content: center; } }
    .fsResourceElement.hero .slick-dots li button {
      margin-right: 10px;
      border-radius: 50%; }
  body:not(.accessible).drawer-is-active .fsResourceElement.hero {
    -ms-transform: translate(-100px, 100px);
    transform: translate(-100px, 100px);
    opacity: 0.5; }
  .fsResourceElement.hero > header {
    padding-top: 40px; }
    @media (min-width: 900px) {
      .fsResourceElement.hero > header {
        position: absolute;
        bottom: 50px;
        padding-top: 0;
        left: 50%;
        width: 100%;
        pointer-events: none;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 2; } }
    .fsResourceElement.hero > header h2.fsElementTitle,
    .fsResourceElement.hero > header .fsElementHeaderContent {
      width: 100%;
      margin: 0;
      font-weight: 700;
      font-size: 30px;
      line-height: 1;
      color: #8A1538;
      text-align: center; }
      @media (min-width: 900px) {
        .fsResourceElement.hero > header h2.fsElementTitle,
        .fsResourceElement.hero > header .fsElementHeaderContent {
          font-size: 49px;
          color: #fff;
          width: auto; } }
    .fsResourceElement.hero > header h2.fsElementTitle {
      margin-right: 5px;
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      font-weight: 400; }
    .fsResourceElement.hero > header .fsElementHeaderContent {
      font-weight: 700;
      text-transform: uppercase; }
  .fsResourceElement.hero article {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0px;
    overflow: hidden;
    height: auto; }
    .fsResourceElement.hero article figure,
    .fsResourceElement.hero article .fsResourceLink {
      display: block; }
    .fsLiveMode .fsResourceElement.hero article img {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center center;
      object-position: center center;
      opacity: 1;
      display: block; }
    .fsResourceElement.hero article picture,
    .fsResourceElement.hero article video,
    .fsResourceElement.hero article .fsResourceVideoThumbnail {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
      height: 650px;
      max-height: calc(100vh - 187px); }
      @media (max-width: 699px) {
        .fsResourceElement.hero article picture,
        .fsResourceElement.hero article video,
        .fsResourceElement.hero article .fsResourceVideoThumbnail {
          height: 180px; } }
      .home .fsResourceElement.hero article picture, .home
      .fsResourceElement.hero article video, .home
      .fsResourceElement.hero article .fsResourceVideoThumbnail {
        height: 650px;
        max-height: calc(100vh - 187px); }
        @media (max-width: 699px) {
          .home .fsResourceElement.hero article picture, .home
          .fsResourceElement.hero article video, .home
          .fsResourceElement.hero article .fsResourceVideoThumbnail {
            height: 180px; } }
    .fsLiveMode .fsResourceElement.hero article .fsResourceVideoThumbnail img {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center center;
      object-position: center center;
      opacity: 1;
      display: block; }
    .fsResourceElement.hero article video {
      -ms-flex-order: -1;
      order: -1;
      -o-object-fit: cover;
      object-fit: cover; }
  .fsResourceElement.hero footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    @media (min-width: 800px) {
      .fsResourceElement.hero footer {
        width: auto; } }
    .fsResourceElement.hero footer .fsElementFooterContent,
    .fsResourceElement.hero footer a {
      margin-bottom: 0; }
    .fsResourceElement.hero footer .fsElementFooterContent {
      display: -ms-flexbox;
      display: flex; }
    .fsResourceElement.hero footer a {
      width: 50%;
      padding: 15px 5px; }
      @media (min-width: 800px) {
        .fsResourceElement.hero footer a {
          width: auto;
          padding: 15px 20px; } }
      .fsResourceElement.hero footer a:first-child {
        border-right: solid 1px #fff; }
        @media (min-width: 800px) {
          .fsResourceElement.hero footer a:first-child {
            border-right: 0;
            margin-right: 1px; } }

.fsImage.fsStateFloatRight {
  margin-bottom: 30px; }
  @media (min-width: 800px) {
    .fsImage.fsStateFloatRight {
      margin-left: 60px; } }

.fsImage.fsStateFloatLeft {
  margin-bottom: 30px; }
  @media (min-width: 800px) {
    .fsImage.fsStateFloatLeft {
      margin-right: 60px; } }

.fsImage picture {
  display: block; }

.fsResourceElement.fsListNav .fsResourceCollectionName + nav {
  margin-top: 20px; }

.fsResourceElement.fsListNav .fsTitle {
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 0; }

.fsResourceElement.hero {
  position: relative; }
  .fsResourceElement.hero article:before {
    content: "";
    position: absolute;
    height: 20%;
    min-height: 120px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%); }
    @media (min-width: 900px) {
      .fsResourceElement.hero article:before {
        min-height: 313px; } }
  .fsResourceElement.hero figure .fsResourceLink {
    pointer-events: none; }
  .fsResourceElement.hero picture {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: block;
    z-index: 0; }
  .fsResourceElement.hero .slick-slider {
    padding: 0;
    margin-bottom: 0; }
    @media (max-width: 899px) {
      .fsResourceElement.hero .slick-slider {
        position: static; } }
  .fsResourceElement.hero .fsPager,
  .fsResourceElement.hero .slick-dots {
    position: absolute;
    width: auto;
    z-index: 3;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 1180px;
    padding: 0 25px;
    right: 6px;
    bottom: 22px;
    width: 100%;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media (max-width: 699px) {
      .fsResourceElement.hero .fsPager,
      .fsResourceElement.hero .slick-dots {
        -ms-flex-pack: center;
        justify-content: center; } }
    .fsResourceElement.hero .fsPager li.slick-active button::before,
    .fsResourceElement.hero .slick-dots li.slick-active button::before {
      color: #fff;
      opacity: 0.9; }
    .fsResourceElement.hero .fsPager li button,
    .fsResourceElement.hero .slick-dots li button {
      border: 0;
      background: none;
      outline: 0;
      margin: 0;
      padding: 0;
      border-radius: 50%; }
      .fsResourceElement.hero .fsPager li button:before, .fsResourceElement.hero .fsPager li button:after,
      .fsResourceElement.hero .slick-dots li button:before,
      .fsResourceElement.hero .slick-dots li button:after {
        color: #fff;
        opacity: 0.5; }
  .fsResourceElement.hero .fsSlideshowPause,
  .fsResourceElement.hero .fsSlideshowPlay {
    position: absolute;
    width: 34px;
    height: 34px;
    top: auto;
    z-index: 5;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    border: solid 2px #fff;
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s; }
    @media (min-width: 800px) {
      .fsResourceElement.hero .fsSlideshowPause,
      .fsResourceElement.hero .fsSlideshowPlay {
        -ms-transform: none;
        transform: none;
        width: 42px;
        height: 42px; } }
    @media (min-width: 1000px) {
      .fsResourceElement.hero .fsSlideshowPause,
      .fsResourceElement.hero .fsSlideshowPlay {
        right: 33px;
        bottom: 33px; } }
    .fsResourceElement.hero .fsSlideshowPause:hover,
    .fsResourceElement.hero .fsSlideshowPlay:hover {
      border-color: #db864e; }
    .fsResourceElement.hero .fsSlideshowPause:before,
    .fsResourceElement.hero .fsSlideshowPlay:before {
      color: #fff; }
      @media (min-width: 900px) {
        .fsResourceElement.hero .fsSlideshowPause:before,
        .fsResourceElement.hero .fsSlideshowPlay:before {
          font-size: 38px; } }
  .fsResourceElement.hero .fsSlideshowPause:before, .fsResourceElement.hero .fsSlideshowPause:after {
    content: "";
    position: absolute;
    height: 12px;
    width: 3px;
    margin: 0;
    padding: 0;
    left: 50%;
    top: 50%;
    background-color: #fff; }
    @media (min-width: 900px) {
      .fsResourceElement.hero .fsSlideshowPause:before, .fsResourceElement.hero .fsSlideshowPause:after {
        height: 18px; } }
  .fsResourceElement.hero .fsSlideshowPause:before {
    -ms-transform: translate(-5px, -50%);
    transform: translate(-5px, -50%); }
  .fsResourceElement.hero .fsSlideshowPause:after {
    -ms-transform: translate(3px, -50%);
    transform: translate(3px, -50%); }
  .fsResourceElement.hero .fsSlideshowPlay:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 10px; }
    @media (min-width: 800px) {
      .fsResourceElement.hero .fsSlideshowPlay:before {
        font-size: 13px; } }
  .fsResourceElement.hero .slick-arrow {
    position: absolute;
    width: 50px;
    color: transparent;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease; }
    .fsResourceElement.hero .slick-arrow:hover:before, .fsResourceElement.hero .slick-arrow:focus:before {
      color: #db864e; }
    .fsResourceElement.hero .slick-arrow:before {
      font-size: 26px; }
      @media (min-width: 800px) {
        .fsResourceElement.hero .slick-arrow:before {
          font-size: 38px; } }

.fsResourceElement.fsSingleItem.hero {
  position: relative;
  margin-bottom: 0; }
  @media (min-width: 1000px) {
    .fsResourceElement.fsSingleItem.hero {
      margin-bottom: 5px; } }
  @media (min-width: 1100px) {
    .fsResourceElement.fsSingleItem.hero {
      margin-bottom: 35px; } }
  body:not(.home) .fsResourceElement.fsSingleItem.hero {
    margin-bottom: 0; }
  .fsResourceElement.fsSingleItem.hero article {
    position: relative; }
    .fsResourceElement.fsSingleItem.hero article picture {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover; }
    .fsLiveMode .fsResourceElement.fsSingleItem.hero article img {
      opacity: 0;
      height: 0; }

/*! _dialog.scss - src/sass/modules/resources/_dialog.scss - resource dialog pop up */
/*! 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; }

.fsFacebookFrom {
  width: 0;
  display: inline-block;
  overflow: hidden;
  margin-left: -5px;
  opacity: 0;
  visibility: hidden; }

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

.fsFacebookFollow {
  margin-top: 20px; }

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

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

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

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

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

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

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 15px;
  background: transparent;
  color: #605c57;
  outline: 0;
  border-radius: 4px;
  border: solid 1px #259591;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 15px;
  line-height: 22px;
  font-weight: 800;
  text-align: center; }
  .vimeo_view_link a:hover,
  .fsStateSelected .vimeo_view_link a,
  .fsStyleSelectList .fsStateSelected .vimeo_view_link a,
  .fsStyleSelectList .fsStateSelected .vimeo_view_link a:hover {
    background: #259591;
    color: #fff; }
  .vimeo_view_link a em {
    display: block;
    font-style: normal; }

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

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

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

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

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

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 15px;
  background: transparent;
  color: #605c57;
  outline: 0;
  border-radius: 4px;
  border: solid 1px #259591;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 15px;
  line-height: 22px;
  font-weight: 800;
  text-align: center; }
  .Youtube_view_link a:hover,
  .fsStateSelected .Youtube_view_link a,
  .fsStyleSelectList .fsStateSelected .Youtube_view_link a,
  .fsStyleSelectList .fsStateSelected .Youtube_view_link a:hover {
    background: #259591;
    color: #fff; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal; }

/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElementTitle p {
  margin-bottom: 0; }

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

.custom-element {
  padding: 25px 20px;
  border: 5px solid rgba(96, 92, 87, 0.15);
  border-radius: 4px;
  position: relative; }
  .custom-element:before {
    content: '';
    height: 10px;
    width: calc(100% + 10px);
    border-radius: 4px 4px 0px 0px;
    position: absolute;
    left: -5px;
    top: -5px; }

.custom-element.bg-color {
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #fff;
  background-color: #259591; }
  .custom-element.bg-color .fsElementTitle {
    margin-bottom: 25px; }
  .custom-element.bg-color h1, .custom-element.bg-color h2, .custom-element.bg-color h3, .custom-element.bg-color h4, .custom-element.bg-color h5, .custom-element.bg-color h6,
  .custom-element.bg-color a, .custom-element.bg-color .fsTitle, .custom-element.bg-color .fsStyleDefaultButton {
    color: inherit;
    border-color: #fff; }
  
  .custom-element.bg-color a {
    opacity: 1;
    transition: opacity .3s; }
    .custom-element.bg-color a:hover {
      opacity: .8;
      transition: opacity .3s; }
  .custom-element.bg-color .fsStyleDefaultButton:hover,
  .custom-element.bg-color .fs_style_31:hover,
  .custom-element.bg-color .fs_style_32:hover {
    color: #605c57;
    background-color: #fff; }
  .custom-element.bg-color .fsStyleDefaultButton {
    margin-top: 30px; }
  .custom-element.bg-color:before {
    display: none; }
  .fsList.custom-element.bg-color .fsListItems > article {
    border-color: rgba(0, 0, 0, 0.2); }

.custom-element.green:before {
  background-color: #259591; }

.custom-element.orange:before {
  background-color: #db864e; }

.custom-element.red:before {
  background-color: #8A1538; }

.custom-element.bg-color.blue {
  background-color: #7ba7bc; }

.custom-element.fsList .fsListItems > .fsDayContainer > article {
  border-color: rgba(0, 0, 0, 0.2); }

.custom-element.fsCalendar.green .fsDate {
  color: inherit; }
  .custom-element.fsCalendar.green .fsDate > span.fsDayName:before {
    background-color: rgba(0, 0, 0, 0.2); }
  .custom-element.fsCalendar.green .fsDate > span.fsDayName > .style-day {
    background-color: #259591; }

.fsElement.indent {
  width: 820px;
  margin: 40px auto;
  padding: 0 10px;
  max-width: 100%; }
  @media (min-width: 400px) {
    .fsElement.indent {
      padding: 0 20px; } }

.before-page-title {
  margin-top: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  color: #8A1538;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #7ba7bc;
  margin-bottom: 25px;
  position: relative;
  padding-left: 62px; }
  .before-page-title:before {
    content: '';
    width: 50px;
    height: 5px;
    background-color: #7ba7bc;
    opacity: .3;
    position: absolute;
    left: 0;
    top: 6px; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none;
    border-bottom: solid 1px #CFCECC; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 30px; }
      .fsTabs .fsTabsNav li:last-child {
        margin-right: 0; }
      .fsTabs .fsTabsNav li a {
        display: block;
        font-size: 18px;
        font-weight: 800;
        line-height: 22px;
        margin-bottom: 0;
        display: block;
        padding: 14px 10px;
        color: #db864e;
        transition: .3s;
        background: #fff;
        color: #259591;
        position: relative;
        padding: 10px 0; }
        .fsTabs .fsTabsNav li a:after {
          content: '';
          width: 100%;
          height: 0;
          background-color: #259591;
          position: absolute;
          left: 0;
          transition: height .3s;
          top: 100%; }
        .fsTabs .fsTabsNav li a:hover {
          background: #fff;
          color: #20817d; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #fff;
        color: #259591;
        z-index: 10; }
        .fsTabs .fsTabsNav li.fsStateSelected a:after {
          height: 5px;
          transition: height .3s; }
  .fsTabs .fsPanel {
    border-top: solid 1px #CFCECC; }
    @media (min-width: 600px) {
      .fsTabs .fsPanel {
        border: none; } }
    @media (min-width: 600px) {
      .fsTabs .fsPanel > .fsElementContent {
        padding: 25px 0; } }

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

.fsPanel > .fsElementContent > .fsElement + .fsElement {
  margin-top: 20px; }

@media (min-width: 700px) {
  .fsStyleTwoThirds div[class*="ColumnLayout"] .fsPostElement.posts-custom article {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    height: 300px; } }

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

.home #fsPageBody {
  max-width: 100%; }

.home .fsPageLayout {
  margin-left: 0;
  margin-right: 0;
  overflow: hidden; }
  .home .fsPageLayout > .fsDiv {
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0; }

.hp-panel:not(.full) {
  max-width: calc(100% - 40px);
  width: 1180px; }

.hp-panel.fsContainer {
  margin: 0 auto 45px; }
  @media (min-width: 600px) {
    .hp-panel.fsContainer {
      margin: 0 auto 65px; } }
  @media (min-width: 800px) {
    .hp-panel.fsContainer {
      margin: 0 auto 85px; } }

.hp-panel.values {
  position: relative; }
  @media (min-width: 500px) {
    body:not(.fsComposeMode) .hp-panel.values > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

@media (min-width: 800px) {
  .hp-panel.queries {
    margin-bottom: 60px; } }

.hp-panel.queries > header > h2 {
  display: inline-block;
  font-family: "filosofia-lining", Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 10px;
  margin-right: 25px;
  padding-left: 62px;
  position: relative; }
  .hp-panel.queries > header > h2:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    left: 0;
    background-color: #000;
    opacity: .2;
    width: 50px;
    height: 5px; }

.hp-panel.queries > header > .fsElementHeaderContent {
  display: inline-block;
  margin-bottom: 0; }

.hp-panel.community {
  margin-bottom: 0; }
  .hp-panel.community > header {
    max-width: calc(100% - 40px);
    width: 1180px;
    text-align: center;
    margin: 0 auto 30px;
    position: relative; }
    .hp-panel.community > header:before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #605c57;
      opacity: .3; }
    .hp-panel.community > header > .fsElementTitle {
      margin-top: 0;
      font-weight: normal;
      font-size: 40px;
      line-height: 53px;
      font-family: 'Merriweather', serif;
      color: #8A1538;
      letter-spacing: -.005em;
      margin-bottom: 30px;
      display: inline-block;
      padding: 0 20px;
      background-color: #fff;
      margin-bottom: 0;
      position: relative; }

.hp-panel.news {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #f3f1f1;
  margin-bottom: 0; }
  @media (min-width: 600px) {
    .hp-panel.news {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .hp-panel.news > header {
    width: 1180px;
    max-width: calc(100% - 40px);
    margin: 0 auto 20px; }
    @media (min-width: 600px) {
      .hp-panel.news > header {
        margin: 0 auto 30px; } }
    .hp-panel.news > header > h2 {
      display: inline-block;
      font-family: "filosofia-lining", Georgia, serif;
      font-size: 32px;
      font-weight: 400;
      line-height: 38px;
      margin-bottom: 10px;
      margin-right: 25px;
      padding-left: 62px;
      position: relative; }
      .hp-panel.news > header > h2:before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        left: 0;
        background-color: #000;
        opacity: .2;
        width: 50px;
        height: 5px; }
  .hp-panel.news > .fsElementContent {
    width: 1180px;
    max-width: calc(100% - 40px);
    margin: 0 auto; }

@media (min-width: 500px) {
  body:not(.fsComposeMode) .button-image.value {
    width: calc(50% - 10px); } }

@media (min-width: 700px) {
  body:not(.fsComposeMode) .button-image.value.one {
    -ms-flex-order: 10;
    order: 10;
    width: calc(50% - 10px);
    height: 320px; } }

@media (min-width: 700px) {
  body:not(.fsComposeMode) .button-image.value.two {
    -ms-flex-order: 20;
    order: 20;
    width: calc(50% - 10px);
    height: 320px; } }

@media (min-width: 700px) {
  body:not(.fsComposeMode) .button-image.value.three {
    -ms-flex-order: 30;
    order: 30;
    width: calc(33.333% - 10px);
    position: absolute;
    bottom: 0;
    left: 0;
    height: calc(100% - 340px);
    margin-bottom: 0; } }

@media (min-width: 700px) {
  body:not(.fsComposeMode) .button-image.value.four {
    -ms-flex-order: 50;
    order: 50;
    width: calc(33.333% - 10px);
    height: 300px; } }

@media (min-width: 500px) {
  body:not(.fsComposeMode) .button-image.value.five {
    width: 100%; } }

@media (min-width: 700px) {
  body:not(.fsComposeMode) .button-image.value.five {
    width: calc(66.666% - 10px);
    -ms-flex-order: 60;
    order: 60;
    margin-left: calc(33.333% + 10px);
    height: 280px;
    margin-bottom: 0; } }

.content-value {
  margin-bottom: 50px; }
  @media (min-width: 700px) {
    .content-value {
      margin-bottom: 20px;
      -ms-flex-order: 40;
      order: 40;
      width: calc(33.333% - 20px);
      margin-left: calc(33.333% + 10px); } }
  @media (min-width: 1100px) {
    .content-value {
      padding: 0 20px; } }
  body:not(.fsComposeMode) .content-value {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }
    body:not(.fsComposeMode) .content-value > .fsElementContent {
      display: none; }
  .content-value > header .fsElementTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 40px;
    line-height: 53px;
    font-family: 'Merriweather', serif;
    color: #8A1538;
    letter-spacing: -.005em;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .content-value > header .fsElementTitle {
        font-size: 32px; } }
    @media (min-width: 800px) {
      .content-value > header .fsElementTitle {
        font-size: 36px; } }
    @media (min-width: 1100px) {
      .content-value > header .fsElementTitle {
        font-size: 48px;
        margin-bottom: 20px; } }
  .content-value > header .fsElementHeaderContent {
    margin-bottom: 0; }
  @media (min-width: 700px) {
    .content-value > footer .fsElementFooterContent {
      margin-top: 30px; } }

body:not(.fsComposeMode) .hp-panel.community > .fsElementContent {
  margin-left: -1px;
  margin-right: -1px; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .hp-panel.community > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .hp-panel.community > .fsElementContent {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

@media (min-width: 600px) {
  body:not(.fsComposeMode) .button-voices {
    width: calc(50% - 2px);
    -ms-flex-positive: 1;
    flex-grow: 1; } }

@media (min-width: 900px) {
  body:not(.fsComposeMode) .button-voices {
    width: 25%; } }

.button-voices {
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  min-height: 284px;
  height: 33.333vw;
  margin: 1px; }
  @media (min-width: 600px) {
    .button-voices {
      min-height: 340px; } }
  .button-voices .fsElementTitle {
    font-size: 30px;
    color: #fff; }
    @media (min-width: 900px) {
      .button-voices .fsElementTitle {
        font-size: 24px; } }
    @media (min-width: 1100px) {
      .button-voices .fsElementTitle {
        font-size: 30px; } }
  .button-voices > .fsElementContent {
    position: absolute;
    width: 100%;
    height: 100%; }
    .button-voices > .fsElementContent:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: #000;
      z-index: 1;
      opacity: .3; }
    .button-voices > .fsElementContent .fsElementTitle {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate3d(-50%, -50%, 0);
      width: 100%;
      z-index: 1;
      opacity: 1;
      visibility: visible;
      transition: opacity .3s ease-in .45s;
      padding: 20px 40px;
      line-height: 1; }
      @media (min-width: 700px) {
        .button-voices > .fsElementContent .fsElementTitle {
          padding: 20px 9.75vw; } }
      @media (min-width: 900px) {
        .button-voices > .fsElementContent .fsElementTitle {
          padding: 20px; } }
      @media (min-width: 1200px) {
        .button-voices > .fsElementContent .fsElementTitle {
          padding: 20px 40px; } }
      @media (min-width: 1400px) {
        .button-voices > .fsElementContent .fsElementTitle {
          padding: 40px 4.2vw; } }
  .button-voices > .fsElementFooterContent {
    margin: 0; }
    .button-voices > .fsElementFooterContent a {
      color: transparent;
      position: absolute;
      width: 100%;
      height: 100%;
      margin: 0;
      left: 0;
      top: 0;
      z-index: 10; }
  .button-voices > header {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(138, 21, 56, 0.9);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    transform: translate3d(0, -100%, 0);
    z-index: 3;
    transition: transform .3s ease-out .15s;
    padding: 20px 40px; }
    @media (min-width: 700px) {
      .button-voices > header {
        padding: 20px 9.75vw; } }
    @media (min-width: 900px) {
      .button-voices > header {
        padding: 20px; } }
    @media (min-width: 1200px) {
      .button-voices > header {
        padding: 20px 40px; } }
    @media (min-width: 1400px) {
      .button-voices > header {
        padding: 40px 4.2vw; } }
    .button-voices > header .fsElementTitle {
      padding-bottom: 20px;
      margin-bottom: 10px;
      position: relative;
      opacity: 0;
      visibility: hidden;
      transition: opacity .3s; }
      .button-voices > header .fsElementTitle:before {
        content: '';
        width: 50px;
        height: 5px;
        background-color: #259591;
        position: absolute;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        bottom: 0; }
    .button-voices > header .fsElementHeaderContent {
      padding-bottom: 10px;
      margin-bottom: 0;
      position: relative;
      opacity: 0;
      visibility: hidden;
      transition: opacity .3s;
      font-size: 18px; }
      @media (min-width: 600px) {
        .button-voices > header .fsElementHeaderContent {
          font-size: 20px; } }
    .button-voices > header .fsElementFooterContent {
      opacity: 0;
      visibility: hidden;
      transition: opacity .3s;
      margin-top: 10px;
      color: #fff;
      font-size: 14px;
      font-weight: 800;
      line-height: 21px;
      letter-spacing: .025em; }
      .button-voices > header .fsElementFooterContent a {
        color: #fff;
        opacity: 0.8;
        transition: opacity .3s; }
        .button-voices > header .fsElementFooterContent a:after {
          content: "";
          font-family: "IcoMoon";
          display: inline-block;
          color: #259591;
          margin-left: 5px;
          font-size: 20px;
          line-height: 1;
          opacity: 1;
          vertical-align: sub; }
  .button-voices:hover > .fsElementContent .fsElementTitle {
    opacity: 0;
    visibility: hidden;
    transition: .3s; }
  .button-voices:hover > header {
    transform: translate3d(0, 0, 0);
    transition: transform .3s; }
    .button-voices:hover > header .fsElementTitle {
      opacity: 1;
      visibility: visible;
      transition: opacity .3s ease-in .3s; }
    .button-voices:hover > header .fsElementHeaderContent {
      opacity: 1;
      visibility: visible;
      transition: opacity .3s ease-in .45s; }
    .button-voices:hover > header .fsElementFooterContent {
      opacity: 1;
      visibility: visible;
      transition: opacity .3s ease-in .6s; }

@media (min-width: 800px) {
  body:not(.fsComposeMode) .hp-panel.news > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.hp-featured-news {
  margin-bottom: 20px; }
  @media (min-width: 800px) {
    .hp-featured-news {
      width: 61vw;
      margin-bottom: 0; } }
  @media (min-width: 1180px) {
    .hp-featured-news {
      width: 720px; } }
  .hp-featured-news.fsPostElement.fsThumbnailSmall .fsThumbnail {
    max-width: none; }
  .hp-featured-news article {
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0;
    padding: 20px;
    overflow: hidden;
    height: 59.375vw; }
    @media (min-width: 600px) {
      .hp-featured-news article {
        height: 60vw; } }
    @media (min-width: 800px) {
      .hp-featured-news article {
        height: 40.6779vw; } }
    @media (min-width: 1180px) {
      .hp-featured-news article {
        height: 480px; } }
    .hp-featured-news article:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0);
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 15%, transparent 35%, transparent 100%);
      z-index: 1;
      transition: .3s; }
    @media (min-width: 600px) {
      .hp-featured-news article:hover:before {
        background-color: rgba(0, 0, 0, 0.6);
        transition: .3s; }
      .hp-featured-news article:hover .fsTitle, .hp-featured-news article:hover .fsSummary, .hp-featured-news article:hover .fsReadMoreLink {
        opacity: 1;
        visibility: visible;
        transition: transform .3s; }
      .hp-featured-news article:hover .fsSummary {
        line-height: 26px;
        margin-top: 15px; }
      .hp-featured-news article:hover .fsReadMoreLink {
        line-height: 22px;
        margin-top: 15px;
        margin-bottom: 20px; }
      .hp-featured-news article:hover .fsTitle {
        transition: transform .3s; }
        .hp-featured-news article:hover .fsTitle:after {
          opacity: 1;
          visibility: visible;
          transition: .3s; }
      .hp-featured-news article:hover .fsSummary {
        transition: transform .3s ease-in-out .15s, opacity .3s ease-in-out .15s; }
      .hp-featured-news article:hover .fsReadMoreLink {
        transition: transform .3s ease-in-out .3s, opacity .3s ease-in-out .15s; } }
  .hp-featured-news .fsThumbnail {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .hp-featured-news .fsThumbnail img {
      opacity: 0;
      visibility: hidden; }
  .hp-featured-news .fsTitle {
    position: relative;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    z-index: 3;
    transition: .3s;
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 20px; }
    @media (min-width: 600px) {
      .hp-featured-news .fsTitle {
        padding: 0;
        left: auto;
        bottom: auto;
        font-size: 30px;
        position: relative;
        padding-bottom: 15px; } }
    .hp-featured-news .fsTitle:after {
      content: '';
      width: 50px;
      height: 5px;
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #259591;
      opacity: 0;
      visibility: hidden; }
    .hp-featured-news .fsTitle a {
      color: #fff; }
  .hp-featured-news .fsSummary {
    position: relative;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    transition: .3s;
    line-height: 0; }
  .hp-featured-news .fsReadMoreLink {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    transition: .3s;
    line-height: 0; }

.hp-recent-news {
  background-color: #fff;
  border: 1px solid rgba(99, 81, 61, 0.3);
  padding: 20px; }
  @media (min-width: 800px) {
    .hp-recent-news {
      width: 32.2vw;
      max-width: calc(100% - (61vw + 20px));
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (min-width: 1180px) {
    .hp-recent-news {
      width: 380px;
      max-width: 100%; } }
  .hp-recent-news > header .fsElementTitle {
    color: #AFADAB;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    text-transform: uppercase; }
  .hp-recent-news > footer {
    margin-top: 25px; }
    @media (min-width: 800px) {
      .hp-recent-news > footer {
        margin-top: 15px; } }

/*! pages - home v0.0.1 */
@media (min-width: 900px) {
  .no-touch .treatment-quaker-edu:not(.fsComposeMode) #fsHeader .site-info-wrapper,
  .no-touch .treatment-quaker-edu:not(.fsComposeMode) #fsHeader .nav-main-wrapper {
    position: absolute; } }

.treatment-quaker-edu #fsPageBodyWrapper {
  padding-top: 40px; }
  @media (min-width: 980px) {
    .treatment-quaker-edu #fsPageBodyWrapper {
      padding-top: 80px; } }

.treatment-quaker-edu .fsPageLayout > .fsDiv {
  margin-bottom: 0; }

.treatment-quaker-edu.fsDraftMode:not(.fsComposeMode) .aqe-anchor-nav > div:not(.fsElementContent) {
  display: none; }

.treatment-quaker-edu .nav-horizontal {
  display: none; }

body:not(.fsComposeMode) .aqe-intro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  @media (min-width: 980px) {
    body:not(.fsComposeMode) .aqe-intro {
      margin-bottom: 60px; } }

.aqe-intro > header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }
  @media (min-width: 900px) {
    .aqe-intro > header {
      width: 40%; } }
  @media (min-width: 1100px) {
    .aqe-intro > header {
      width: 500px; } }
  .aqe-intro > header .fsElementHeaderContent {
    margin-bottom: 0; }
    .aqe-intro > header .fsElementHeaderContent em {
      font-style: normal; }
      @media (min-width: 900px) {
        .aqe-intro > header .fsElementHeaderContent em {
          padding-left: 85px;
          display: block; } }
  .aqe-intro > header h1 {
    line-height: .9;
    letter-spacing: -.005em; }
    @media (min-width: 900px) {
      .aqe-intro > header h1 {
        font-size: 7vw;
        margin-bottom: 0; } }
    @media (min-width: 1100px) {
      .aqe-intro > header h1 {
        font-size: 100px; } }

.aqe-intro > .fsElementContent {
  width: 100%; }
  @media (min-width: 900px) {
    .aqe-intro > .fsElementContent {
      padding-left: 20px;
      width: 60%; } }
  @media (min-width: 1100px) {
    .aqe-intro > .fsElementContent {
      width: calc(100% - 500px);
      padding-left: 40px; } }

.aqe-anchor-nav {
  background-color: rgba(255, 255, 255, 0.9);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (min-width: 1100px) {
    .aqe-anchor-nav {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-pack: center;
      justify-content: center; } }
  body:not(.fsComposeMode) .aqe-anchor-nav {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: opacity .3s;
    opacity: 1;
    visibility: visible;
    margin-bottom: 40px; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .aqe-anchor-nav {
        margin-bottom: 0; } }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .aqe-anchor-nav {
        height: 80px; } }
    @media (min-width: 1220px) {
      body:not(.fsComposeMode) .aqe-anchor-nav {
        width: 100vw; } }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .aqe-anchor-nav.fix-nav {
        position: fixed;
        margin: 0 auto;
        z-index: 500;
        top: 0;
        width: 100%;
        padding: 10px 20px; } }
    body:not(.fsComposeMode) .aqe-anchor-nav.fix-nav > header {
      margin-bottom: 0; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .aqe-anchor-nav.fix-nav + .fsElement {
        -ms-transform: translateY(130px);
        transform: translateY(130px);
        margin-bottom: 180px; } }
    @media (min-width: 980px) {
      body:not(.fsComposeMode) .aqe-anchor-nav.fix-nav + .fsElement {
        -ms-transform: translateY(170px);
        transform: translateY(170px);
        margin-bottom: 220px; } }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .aqe-anchor-nav.hide-nav {
        opacity: 0;
        visibility: hidden;
        transition: .3s; } }
  .aqe-anchor-nav > header {
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .aqe-anchor-nav > header {
        margin-bottom: 0; } }
    @media (min-width: 900px) {
      .aqe-anchor-nav > header {
        margin-bottom: 0;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 10px; } }
    @media (min-width: 1080px) {
      .aqe-anchor-nav > header {
        width: auto;
        margin-bottom: 0; } }
    .aqe-anchor-nav > header > .fsElementHeaderContent {
      margin-bottom: 0;
      color: #AFADAB;
      letter-spacing: .05em;
      font-size: 14px;
      font-weight: 800;
      line-height: 1;
      text-transform: uppercase; }
  .aqe-anchor-nav > .fsElementContent {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    -ms-flex-order: 3;
    order: 3;
    width: 100%; }
    @media (min-width: 600px) {
      .aqe-anchor-nav > .fsElementContent {
        font-size: 17px;
        -ms-flex-positive: 1;
        flex-grow: 1; } }
    @media (min-width: 800px) {
      .aqe-anchor-nav > .fsElementContent {
        font-size: 14px;
        margin-top: 20px; } }
    @media (min-width: 900px) {
      .aqe-anchor-nav > .fsElementContent {
        -ms-flex-order: 2;
        order: 2;
        margin-right: 10px;
        margin-top: 0;
        font-size: 15px;
        width: auto; } }
    @media (min-width: 980px) {
      .aqe-anchor-nav > .fsElementContent {
        font-size: 17px; } }
    @media (min-width: 1080px) {
      .aqe-anchor-nav > .fsElementContent {
        margin-left: 10px;
        margin-right: 10px; } }
    @media (min-width: 1100px) {
      .aqe-anchor-nav > .fsElementContent {
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 980px;
        margin-left: 20px;
        margin-right: 20px; } }
    .aqe-anchor-nav > .fsElementContent ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      @media (min-width: 600px) {
        .aqe-anchor-nav > .fsElementContent ul {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      @media (min-width: 800px) {
        .aqe-anchor-nav > .fsElementContent ul {
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      .aqe-anchor-nav > .fsElementContent ul li {
        padding: 10px 0; }
        @media (min-width: 600px) {
          .aqe-anchor-nav > .fsElementContent ul li {
            padding: 10px 15px; } }
        @media (min-width: 800px) {
          .aqe-anchor-nav > .fsElementContent ul li {
            padding: 0 10px; } }
        @media (min-width: 1080px) {
          .aqe-anchor-nav > .fsElementContent ul li {
            padding: 0 12px; } }
        @media (min-width: 800px) {
          .aqe-anchor-nav > .fsElementContent ul li:last-child {
            padding-right: 0; } }
        @media (min-width: 900px) {
          .aqe-anchor-nav > .fsElementContent ul li:last-child {
            padding-right: 10px; } }
        @media (min-width: 1080px) {
          .aqe-anchor-nav > .fsElementContent ul li:last-child {
            padding-right: 12px; } }
        @media (min-width: 800px) {
          .aqe-anchor-nav > .fsElementContent ul li:first-child {
            padding-left: 0; } }
        @media (min-width: 1080px) {
          .aqe-anchor-nav > .fsElementContent ul li:first-child {
            padding-left: 12px; } }
        .aqe-anchor-nav > .fsElementContent ul li a {
          display: block; }
          .aqe-anchor-nav > .fsElementContent ul li a.on {
            color: #c05131; }
  .aqe-anchor-nav > footer {
    position: relative;
    width: 40px;
    height: 40px;
    -ms-flex-order: 2;
    order: 2;
    display: none;
    opacity: 0;
    visibility: hidden; }
    @media (min-width: 600px) {
      .aqe-anchor-nav > footer {
        display: block; } }
    @media (min-width: 900px) {
      .aqe-anchor-nav > footer {
        -ms-flex-order: 3;
        order: 3; } }
    @media (min-width: 1220px) {
      .aqe-anchor-nav > footer {
        width: 80px; } }
    .aqe-anchor-nav > footer .fsElementFooterContent {
      margin-top: 0;
      width: 38px;
      height: 38px;
      background-color: #ccc;
      right: 0;
      border-radius: 100%;
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      overflow: hidden;
      color: transparent;
      white-space: nowrap;
      cursor: pointer; }
      @media (min-width: 1220px) {
        .aqe-anchor-nav > footer .fsElementFooterContent {
          right: 10px; } }
      .aqe-anchor-nav > footer .fsElementFooterContent:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #fff;
        line-height: 1;
        font-size: 24px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        top: calc(50% - 2px); }
      .aqe-anchor-nav > footer .fsElementFooterContent a {
        color: transparent;
        position: absolute;
        width: 100%;
        height: 100%;
        display: block; }
  .aqe-anchor-nav.fix-nav > footer {
    opacity: 1;
    visibility: visible;
    transition: .3s; }
  @media (min-width: 600px) {
    .aqe-anchor-nav + .fsElement {
      -ms-transform: translateY(50px);
      transform: translateY(50px);
      margin-bottom: 100px; } }
  @media (min-width: 980px) {
    .aqe-anchor-nav + .fsElement {
      -ms-transform: translateY(90px);
      transform: translateY(90px);
      margin-bottom: 140px; } }

.aqe-panel {
  margin-bottom: 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 900px) {
    .aqe-panel {
      margin-bottom: 100px; } }
  .aqe-panel img {
    display: block; }
  .aqe-panel .fsElement:not(.qv-desc) .fsElementFooterContent {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    font-style: italic; }
  .aqe-panel .fsElementFooterContent {
    margin-top: 10px; }
  body:not(.fsComposeMode) .aqe-panel {
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-right: 0; }
    body:not(.fsComposeMode) .aqe-panel:after {
      display: none; }
    body:not(.fsComposeMode) .aqe-panel .fsTwoColumnLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-left: 0;
      margin-right: 0; }
      body:not(.fsComposeMode) .aqe-panel .fsTwoColumnLayout:after {
        display: none; }
  .aqe-panel .fsStyleColumn {
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%; }
    @media (min-width: 900px) {
      .aqe-panel .fsStyleColumn {
        margin-bottom: 0; } }
  @media (min-width: 600px) {
    .aqe-panel.one > .fsStyleColumn-1, .aqe-panel.five > .fsStyleColumn-1 {
      width: calc(100% - 260px); } }
  @media (min-width: 800px) {
    .aqe-panel.one > .fsStyleColumn-1, .aqe-panel.five > .fsStyleColumn-1 {
      width: 380px; } }
  @media (min-width: 900px) {
    .aqe-panel.one > .fsStyleColumn-1, .aqe-panel.five > .fsStyleColumn-1 {
      width: calc(66.666% - 240px);
      max-width: 380px;
      -ms-flex-item-align: start;
      align-self: flex-start; } }
  @media (min-width: 1100px) {
    .aqe-panel.one > .fsStyleColumn-1, .aqe-panel.five > .fsStyleColumn-1 {
      width: 380px;
      -ms-flex-item-align: center;
      align-self: center; } }
  .aqe-panel.one > .fsStyleColumn-2, .aqe-panel.five > .fsStyleColumn-2 {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 800px) {
      .aqe-panel.one > .fsStyleColumn-2, .aqe-panel.five > .fsStyleColumn-2 {
        width: calc(100% - 380px);
        padding-left: 20px;
        -ms-flex-order: 3;
        order: 3; } }
    @media (min-width: 900px) {
      .aqe-panel.one > .fsStyleColumn-2, .aqe-panel.five > .fsStyleColumn-2 {
        padding-right: 20px;
        width: 33.333%; } }
    @media (min-width: 1100px) {
      .aqe-panel.one > .fsStyleColumn-2, .aqe-panel.five > .fsStyleColumn-2 {
        max-width: 400px;
        width: calc(100% - 620px); } }
  .aqe-panel.one > .fsStyleColumn-3, .aqe-panel.five > .fsStyleColumn-3 {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 240px; }
    @media (min-width: 900px) {
      .aqe-panel.one > .fsStyleColumn-3, .aqe-panel.five > .fsStyleColumn-3 {
        padding-top: 60px; } }
  .aqe-panel.two > .fsStyleColumn-1, .aqe-panel.four > .fsStyleColumn-1 {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 100%; }
    @media (min-width: 900px) {
      .aqe-panel.two > .fsStyleColumn-1, .aqe-panel.four > .fsStyleColumn-1 {
        padding-top: 65px;
        max-width: 325px; } }
    @media (min-width: 1100px) {
      .aqe-panel.two > .fsStyleColumn-1, .aqe-panel.four > .fsStyleColumn-1 {
        max-width: 380px;
        width: calc(100% - 720px); } }
  .aqe-panel.two > .fsStyleColumn-2, .aqe-panel.four > .fsStyleColumn-2 {
    width: 100%; }
    @media (min-width: 900px) {
      .aqe-panel.two > .fsStyleColumn-2, .aqe-panel.four > .fsStyleColumn-2 {
        max-width: 700px;
        width: calc(100% - 345px); } }
    @media (min-width: 1100px) {
      .aqe-panel.two > .fsStyleColumn-2, .aqe-panel.four > .fsStyleColumn-2 {
        width: 100%; } }
    @media (min-width: 900px) {
      .aqe-panel.two > .fsStyleColumn-2 > .fsTwoColumnLayout, .aqe-panel.four > .fsStyleColumn-2 > .fsTwoColumnLayout {
        margin-top: 45px; } }
    .aqe-panel.two > .fsStyleColumn-2 > .fsTwoColumnLayout > .fsStyleColumn-1, .aqe-panel.four > .fsStyleColumn-2 > .fsTwoColumnLayout > .fsStyleColumn-1 {
      width: 100%; }
      @media (min-width: 600px) {
        .aqe-panel.two > .fsStyleColumn-2 > .fsTwoColumnLayout > .fsStyleColumn-1, .aqe-panel.four > .fsStyleColumn-2 > .fsTwoColumnLayout > .fsStyleColumn-1 {
          max-width: 400px;
          width: calc(100% - 300px); } }
    .aqe-panel.two > .fsStyleColumn-2 > .fsTwoColumnLayout > .fsStyleColumn-2, .aqe-panel.four > .fsStyleColumn-2 > .fsTwoColumnLayout > .fsStyleColumn-2 {
      width: 280px;
      max-width: 280px;
      margin-bottom: 0; }
  .aqe-panel.three > .fsStyleColumn-1 {
    width: 100%; }
    @media (min-width: 900px) {
      .aqe-panel.three > .fsStyleColumn-1 {
        width: calc(100% - 400px); } }
    @media (min-width: 1100px) {
      .aqe-panel.three > .fsStyleColumn-1 {
        width: 700px; } }
    .aqe-panel.three > .fsStyleColumn-1 > .fsTwoColumnLayout {
      -ms-flex-align: center;
      align-items: center; }
      .aqe-panel.three > .fsStyleColumn-1 > .fsTwoColumnLayout > .fsStyleColumn-1 {
        width: 300px; }
        @media (min-width: 900px) {
          .aqe-panel.three > .fsStyleColumn-1 > .fsTwoColumnLayout > .fsStyleColumn-1 {
            width: calc(50% - 10px); } }
        @media (min-width: 1100px) {
          .aqe-panel.three > .fsStyleColumn-1 > .fsTwoColumnLayout > .fsStyleColumn-1 {
            width: 300px; } }
      .aqe-panel.three > .fsStyleColumn-1 > .fsTwoColumnLayout > .fsStyleColumn-2 {
        width: 400px;
        margin-bottom: 0; }
        @media (min-width: 755px) {
          .aqe-panel.three > .fsStyleColumn-1 > .fsTwoColumnLayout > .fsStyleColumn-2 {
            padding-left: 20px;
            width: 400px; } }
        @media (min-width: 900px) {
          .aqe-panel.three > .fsStyleColumn-1 > .fsTwoColumnLayout > .fsStyleColumn-2 {
            width: calc(50% - 10px);
            padding-left: 0; } }
        @media (min-width: 1100px) {
          .aqe-panel.three > .fsStyleColumn-1 > .fsTwoColumnLayout > .fsStyleColumn-2 {
            width: 380px; } }
  .aqe-panel.three > .fsStyleColumn-2 {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 900px) {
      .aqe-panel.three > .fsStyleColumn-2 {
        width: 380px;
        -ms-flex-order: 3;
        order: 3; } }
    @media (min-width: 1100px) {
      .aqe-panel.three > .fsStyleColumn-2 {
        max-width: calc(100% - 720px); } }

.qv-desc .fsElementFooterContent {
  margin-top: 30px; }

body:not(.fsComposeMode) .hp-panel.community > .fsElementContent {
  margin-left: -1px;
  margin-right: -1px; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .hp-panel.community > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .hp-panel.community > .fsElementContent {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

@media (min-width: 600px) {
  body:not(.fsComposeMode) .button-voices {
    width: calc(50% - 2px);
    -ms-flex-positive: 1;
    flex-grow: 1; } }

@media (min-width: 900px) {
  body:not(.fsComposeMode) .button-voices {
    width: 25%; } }

.button-voices {
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  min-height: 284px;
  height: 33.333vw;
  margin: 1px; }
  @media (min-width: 600px) {
    .button-voices {
      min-height: 340px; } }
  .button-voices .fsElementTitle {
    font-size: 30px;
    color: #fff; }
    @media (min-width: 900px) {
      .button-voices .fsElementTitle {
        font-size: 24px; } }
    @media (min-width: 1100px) {
      .button-voices .fsElementTitle {
        font-size: 30px; } }
  .button-voices > .fsElementContent {
    position: absolute;
    width: 100%;
    height: 100%; }
    .button-voices > .fsElementContent:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: #000;
      z-index: 1;
      opacity: .3; }
    .button-voices > .fsElementContent .fsElementTitle {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate3d(-50%, -50%, 0);
      width: 100%;
      z-index: 1;
      opacity: 1;
      visibility: visible;
      transition: opacity .3s ease-in .45s;
      padding: 20px 40px;
      line-height: 1; }
      @media (min-width: 700px) {
        .button-voices > .fsElementContent .fsElementTitle {
          padding: 20px 9.75vw; } }
      @media (min-width: 900px) {
        .button-voices > .fsElementContent .fsElementTitle {
          padding: 20px; } }
      @media (min-width: 1200px) {
        .button-voices > .fsElementContent .fsElementTitle {
          padding: 20px 40px; } }
      @media (min-width: 1400px) {
        .button-voices > .fsElementContent .fsElementTitle {
          padding: 40px 4.2vw; } }
  .button-voices > .fsElementFooterContent {
    margin: 0; }
    .button-voices > .fsElementFooterContent a {
      color: transparent;
      position: absolute;
      width: 100%;
      height: 100%;
      margin: 0;
      left: 0;
      top: 0;
      z-index: 10; }
  .button-voices > header {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(138, 21, 56, 0.9);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    transform: translate3d(0, -100%, 0);
    z-index: 3;
    transition: transform .3s ease-out .15s;
    padding: 20px 40px; }
    @media (min-width: 700px) {
      .button-voices > header {
        padding: 20px 9.75vw; } }
    @media (min-width: 900px) {
      .button-voices > header {
        padding: 20px; } }
    @media (min-width: 1200px) {
      .button-voices > header {
        padding: 20px 40px; } }
    @media (min-width: 1400px) {
      .button-voices > header {
        padding: 40px 4.2vw; } }
    .button-voices > header .fsElementTitle {
      padding-bottom: 20px;
      margin-bottom: 10px;
      position: relative;
      opacity: 0;
      visibility: hidden;
      transition: opacity .3s; }
      .button-voices > header .fsElementTitle:before {
        content: '';
        width: 50px;
        height: 5px;
        background-color: #259591;
        position: absolute;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        bottom: 0; }
    .button-voices > header .fsElementHeaderContent {
      padding-bottom: 10px;
      margin-bottom: 0;
      position: relative;
      opacity: 0;
      visibility: hidden;
      transition: opacity .3s;
      font-size: 18px; }
      @media (min-width: 600px) {
        .button-voices > header .fsElementHeaderContent {
          font-size: 20px; } }
    .button-voices > header .fsElementFooterContent {
      opacity: 0;
      visibility: hidden;
      transition: opacity .3s;
      margin-top: 10px;
      color: #fff;
      font-size: 14px;
      font-weight: 800;
      line-height: 21px;
      letter-spacing: .025em; }
      .button-voices > header .fsElementFooterContent a {
        color: #fff;
        opacity: 0.8;
        transition: opacity .3s; }
        .button-voices > header .fsElementFooterContent a:after {
          content: "";
          font-family: "IcoMoon";
          display: inline-block;
          color: #259591;
          margin-left: 5px;
          font-size: 20px;
          line-height: 1;
          opacity: 1;
          vertical-align: sub; }
  .button-voices:hover > .fsElementContent .fsElementTitle {
    opacity: 0;
    visibility: hidden;
    transition: .3s; }
  .button-voices:hover > header {
    transform: translate3d(0, 0, 0);
    transition: transform .3s; }
    .button-voices:hover > header .fsElementTitle {
      opacity: 1;
      visibility: visible;
      transition: opacity .3s ease-in .3s; }
    .button-voices:hover > header .fsElementHeaderContent {
      opacity: 1;
      visibility: visible;
      transition: opacity .3s ease-in .45s; }
    .button-voices:hover > header .fsElementFooterContent {
      opacity: 1;
      visibility: visible;
      transition: opacity .3s ease-in .6s; }

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

.fsSection10 .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo,
.fsSection351 .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
  right: auto;
  left: 0; }

.colors ol {
  zoom: 1;
  margin-bottom: 2em;
  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: 30.76923%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 15.38462%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #605c57;
      color: #605c57; }
      .colors ol li:nth-of-type(1):after {
        content: "#605c57"; }
    .colors ol li:nth-of-type(2) {
      background: #8A1538;
      color: #8A1538; }
      .colors ol li:nth-of-type(2):after {
        content: "#8A1538"; }
    .colors ol li:nth-of-type(3) {
      background: #259591;
      color: #259591; }
      .colors ol li:nth-of-type(3):after {
        content: "#259591"; }
    .colors ol li:nth-of-type(4) {
      background: #db864e;
      color: #db864e; }
      .colors ol li:nth-of-type(4):after {
        content: "#db864e"; }
    .colors ol li:nth-of-type(5) {
      background: #7ba7bc;
      color: #7ba7bc; }
      .colors ol li:nth-of-type(5):after {
        content: "#7ba7bc"; }
    .colors ol li:nth-of-type(6) {
      background: #730e1f;
      color: #730e1f; }
      .colors ol li:nth-of-type(6):after {
        content: "#730e1f"; }
    .colors ol li:nth-of-type(7) {
      background: #869c0a;
      color: #869c0a; }
      .colors ol li:nth-of-type(7):after {
        content: "#869c0a"; }
    .colors ol li:nth-of-type(8) {
      background: #c05131;
      color: #c05131; }
      .colors ol li:nth-of-type(8):after {
        content: "#c05131"; }
    .colors ol li:nth-of-type(9) {
      background: #34657f;
      color: #34657f; }
      .colors ol li:nth-of-type(9):after {
        content: "#34657f"; }
    .colors ol li:nth-of-type(10) {
      background: #E7E7E6;
      color: #E7E7E6; }
      .colors ol li:nth-of-type(10):after {
        content: "#E7E7E6"; }
    .colors ol li:nth-of-type(11) {
      background: #CFCECC;
      color: #CFCECC; }
      .colors ol li:nth-of-type(11):after {
        content: "#CFCECC"; }
    .colors ol li:nth-of-type(12) {
      background: #AFADAB;
      color: #AFADAB; }
      .colors ol li:nth-of-type(12):after {
        content: "#AFADAB"; }
    .colors ol li:nth-of-type(13) {
      background: #3A3734;
      color: #3A3734; }
      .colors ol li:nth-of-type(13):after {
        content: "#3A3734"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.25em;
    padding: 0.25em; }
    .fonts ol li:nth-of-type(1) {
      font-family: "filosofia-lining", Georgia, serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "filosofia-lining, Georgia, serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "futura-pt", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "futura-pt, sans-serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(5) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(5):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(6) {
      font-family: "FontAwesome"; }
      .fonts ol li:nth-of-type(6):after {
        content: "FontAwesome"; }
    .fonts ol li:nth-of-type(7) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(7):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

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

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

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

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

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

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

body:not(.fsComposeMode) .grid-layout > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%; }
  body:not(.fsComposeMode) .grid-layout > .fsElementContent .fsContent {
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px; }
    body:not(.fsComposeMode) .grid-layout > .fsElementContent .fsContent > .fsElementContent {
      width: 100%;
      font-size: 24px;
      text-align: center; }
      body:not(.fsComposeMode) .grid-layout > .fsElementContent .fsContent > .fsElementContent h3 {
        font-size: 120px;
        font-weight: 300; }
      body:not(.fsComposeMode) .grid-layout > .fsElementContent .fsContent > .fsElementContent h4 {
        font-size: 80px;
        font-weight: 300; }
      body:not(.fsComposeMode) .grid-layout > .fsElementContent .fsContent > .fsElementContent h5 {
        font-size: 60px;
        font-weight: 300; }
    @media (max-width: 900px) {
      body:not(.fsComposeMode) .grid-layout > .fsElementContent .fsContent {
        -ms-flex-align: start;
        align-items: flex-start; }
        body:not(.fsComposeMode) .grid-layout > .fsElementContent .fsContent > .fsElementContent > p {
          margin: 0; }
        body:not(.fsComposeMode) .grid-layout > .fsElementContent .fsContent > .fsElementContent .fs_style_41 {
          height: 120px;
          margin: 0 !important; } }
    body:not(.fsComposeMode) .grid-layout > .fsElementContent .fsContent .fs_style_39,
    body:not(.fsComposeMode) .grid-layout > .fsElementContent .fsContent .fs_style_40 {
      width: 100%;
      display: inline-block; }
      @media (min-width: 900px) {
        body:not(.fsComposeMode) .grid-layout > .fsElementContent .fsContent .fs_style_39,
        body:not(.fsComposeMode) .grid-layout > .fsElementContent .fsContent .fs_style_40 {
          display: inline;
          width: auto; } }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .grid-layout > .fsElementContent .fsContent.align-left {
        -ms-flex-pack: left;
        justify-content: left; }
        body:not(.fsComposeMode) .grid-layout > .fsElementContent .fsContent.align-left > .fsElementContent {
          text-align: left; }
          body:not(.fsComposeMode) .grid-layout > .fsElementContent .fsContent.align-left > .fsElementContent .fs_style_41 {
            float: left; } }

body.fsDraftMode:not(.fsComposeMode) .grid-layout > .fsElementContent .fsContent .fsElementActionButtonContainer {
  display: none; }

body:not(.fsComposeMode) .grid-layout > .fsElementContent .fsContent {
  border-bottom: 1px solid black; }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .grid-layout > .fsElementContent .fsContent:not(:last-child) {
      border-right: 1px solid black; } }

@media (min-width: 900px) {
  body:not(.fsComposeMode) .grid-layout.no-bottom-border .fsContent {
    border-bottom: 0; } }

body:not(.fsComposeMode) .grid-layout .fsElement.full {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

body:not(.fsComposeMode) .grid-layout .fsElement.fifth {
  -ms-flex: 1 1 20%;
  flex: 1 1 20%; }

body:not(.fsComposeMode) .grid-layout .fsElement.sixth {
  -ms-flex: 1 1 16.666%;
  flex: 1 1 16.666%; }

body:not(.fsComposeMode) .grid-layout .fsElement.quarter {
  -ms-flex: 1 1 25%;
  flex: 1 1 25%; }

body:not(.fsComposeMode) .grid-layout .fsElement.third {
  -ms-flex: 1 1 30%;
  flex: 1 1 30%; }

body:not(.fsComposeMode) .grid-layout .fsElement.half {
  -ms-flex: 1 1 45%;
  flex: 1 1 45%; }

body:not(.fsComposeMode) .grid-layout .fsElement.twoThirds {
  -ms-flex: 1 1 60%;
  flex: 1 1 60%; }

.no-touch body:not(.fsComposeMode) #fsHeader.fix-me .parent-portal .site-name a {
  width: 315px; }
  .no-touch body:not(.fsComposeMode) #fsHeader.fix-me .parent-portal .site-name a.portal-link {
    width: 190px; }

.parent-portal .site-name {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block; }
  .parent-portal .site-name h1 {
    font-size: 20px;
    line-height: 1;
    margin: 0; }
  .parent-portal .site-name a {
    display: block;
    padding: 20px 0;
    color: transparent;
    position: relative;
    width: 200px; }
    @media (min-width: 320px) {
      .parent-portal .site-name a.portal-link {
        width: 125px; } }
    @media (min-width: 420px) {
      .parent-portal .site-name a {
        width: 255px; }
        .parent-portal .site-name a.portal-link {
          width: 165px; } }
    @media (min-width: 900px) {
      .parent-portal .site-name a {
        width: 330px;
        padding: 30px 0; }
        .parent-portal .site-name a.portal-link {
          width: 210px; } }
    @media (min-width: 1000px) {
      .parent-portal .site-name a {
        padding: 40px 0;
        width: 442px; }
        .parent-portal .site-name a.portal-link {
          width: 285px; } }
    .parent-portal .site-name a:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      line-height: 1;
      font-size: 14px;
      color: #fff;
      font-family: "IcoMoon";
      transition: .3s; }
      @media (min-width: 320px) {
        .parent-portal .site-name a:before {
          font-size: 16px; } }
      @media (min-width: 400px) {
        .parent-portal .site-name a:before {
          font-size: 20px; } }
      @media (min-width: 900px) {
        .parent-portal .site-name a:before {
          font-size: 26px; } }
      @media (min-width: 1000px) {
        .parent-portal .site-name a:before {
          font-size: 35px; } }
    .parent-portal .site-name a:hover {
      color: transparent; }

.parent-portal .site-info-wrapper {
  background-color: #259591; }

.no-touch body:not(.fsComposeMode) #fsHeader.fix-me .student-portal .site-name a {
  width: 315px; }
  .no-touch body:not(.fsComposeMode) #fsHeader.fix-me .student-portal .site-name a.portal-link {
    width: 190px; }

.student-portal .site-name {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block; }
  .student-portal .site-name h1 {
    font-size: 20px;
    line-height: 1;
    margin: 0; }
  .student-portal .site-name a {
    display: block;
    padding: 20px 0;
    color: transparent;
    position: relative;
    width: 200px; }
    @media (min-width: 320px) {
      .student-portal .site-name a.portal-link {
        width: 125px; } }
    @media (min-width: 400px) {
      .student-portal .site-name a {
        width: 269px; }
        .student-portal .site-name a.portal-link {
          width: 165px; } }
    @media (min-width: 900px) {
      .student-portal .site-name a {
        width: 345px;
        padding: 30px 0; }
        .student-portal .site-name a.portal-link {
          width: 210px; } }
    @media (min-width: 1000px) {
      .student-portal .site-name a {
        padding: 40px 0;
        width: 465px; }
        .student-portal .site-name a.portal-link {
          width: 285px; } }
    .student-portal .site-name a:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      line-height: 1;
      font-size: 14px;
      color: #fff;
      font-family: "IcoMoon";
      transition: .3s; }
      @media (min-width: 320px) {
        .student-portal .site-name a:before {
          font-size: 16px; } }
      @media (min-width: 400px) {
        .student-portal .site-name a:before {
          font-size: 20px; } }
      @media (min-width: 900px) {
        .student-portal .site-name a:before {
          font-size: 26px; } }
      @media (min-width: 1000px) {
        .student-portal .site-name a:before {
          font-size: 35px; } }
    .student-portal .site-name a:hover {
      color: transparent; }

.student-portal .site-info-wrapper {
  background-color: #259591; }

.no-touch body:not(.fsComposeMode) #fsHeader.fix-me .faculty-staff-portal .site-name a {
  width: 350px; }
  .no-touch body:not(.fsComposeMode) #fsHeader.fix-me .faculty-staff-portal .site-name a.portal-link {
    width: 185px; }

.faculty-staff-portal .site-name {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block; }
  .faculty-staff-portal .site-name h1 {
    font-size: 20px;
    line-height: 1;
    margin: 0; }
  .faculty-staff-portal .site-name a {
    display: block;
    padding: 20px 0;
    color: transparent;
    position: relative;
    width: 220px; }
    @media (min-width: 320px) {
      .faculty-staff-portal .site-name a.portal-link {
        width: 125px; } }
    @media (min-width: 420px) {
      .faculty-staff-portal .site-name a {
        width: 305px; }
        .faculty-staff-portal .site-name a.portal-link {
          width: 165px; } }
    @media (min-width: 900px) {
      .faculty-staff-portal .site-name a {
        width: 400px;
        padding: 30px 0; }
        .faculty-staff-portal .site-name a.portal-link {
          width: 210px; } }
    @media (min-width: 1000px) {
      .faculty-staff-portal .site-name a {
        padding: 40px 0;
        width: 535px; }
        .faculty-staff-portal .site-name a.portal-link {
          width: 285px; } }
    .faculty-staff-portal .site-name a:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      line-height: 2;
      font-size: 12px;
      color: #fff;
      font-family: "IcoMoon";
      transition: .3s; }
      @media (min-width: 320px) {
        .faculty-staff-portal .site-name a:before {
          font-size: 15px; } }
      @media (min-width: 420px) {
        .faculty-staff-portal .site-name a:before {
          font-size: 20px; } }
      @media (min-width: 900px) {
        .faculty-staff-portal .site-name a:before {
          font-size: 26px; } }
      @media (min-width: 1000px) {
        .faculty-staff-portal .site-name a:before {
          font-size: 35px; } }
    .faculty-staff-portal .site-name a:hover {
      color: transparent; }

.faculty-staff-portal .site-info-wrapper {
  background-color: #259591; }

.site-name a {
  float: left; }

.portal-link {
  position: absolute !important;
  z-index: 9; }
  .portal-link::before {
    content: ''; }

@media (min-width: 1000px) {
  .wo-2021 .site-name a {
    width: 400px; } }

.wo-2021 .site-name a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 26px; }
  @media (min-width: 900px) {
    .wo-2021 .site-name a:before {
      font-size: 35px; } }
  @media (min-width: 1000px) {
    .wo-2021 .site-name a:before {
      font-size: 65px; } }

.wo-2021 .fix-me .site-name a:before {
  font-size: 30px !important; }

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