@charset "UTF-8";
 /**
 *
 * Marlborough School - default_17
 * @link https://marlborough.finalsite.com/
 * Site Template : newclientcustom
 * Built By: EWOS
 * Project Manager: David Lopes
 * Designer: 3rd Part: Mission Minded
 * ==== Git Info ====
 * Branch Name: clients/marlborough-2017
 * Build version: 3.2.6
 * Git Tag: v3.0-219-g48c34d36fd
 * Last build by: Kosha Burnett
 *
 **/

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/
/*! helpers - typography v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("../fonts/icomoon/icomoon.eot");
  src: url("../fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff2") format("woff2"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 64px;
  line-height: 68px;
  font-family: "Miller Text Rom", Georgia, serif;
  font-weight: 400;
  color: #260859;
  margin-bottom: 27px; }

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 26px;
  line-height: 28px;
  font-family: "Benton Sans Reg", sans-serif;
  font-weight: 400;
  color: #260859;
  margin-bottom: 29px; }

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  font-family: "Benton Sans Reg", sans-serif;
  font-weight: 400;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 36px; }

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  font-family: "Benton Sans Reg", sans-serif;
  font-weight: 400;
  color: #260859;
  margin-bottom: 35px; }

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  font-family: "Benton Sans Bd";
  font-style: Normal;
  font-weight: Normal;
  color: #7d6b9b;
  text-transform: uppercase;
  margin-bottom: 34px; }

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  font-family: "Benton Sans Bd";
  font-style: Normal;
  font-weight: Normal;
  color: #333333;
  margin-bottom: 34px; }

p {
  margin: 0 0 33px;
  font-family: "Benton Sans Reg", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #333333; }
  p a {
    text-decoration: none;
    color: #260859;
    transition: background .3s, color .3s; }
    p a:hover {
      color: #260859; }

hr {
  margin: 0 auto 20px; }

a {
  text-decoration: underline;
  color: #260859;
  transition: background .3s, color .3s; }
  a:hover {
    color: #260859;
    text-decoration: none; }

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

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
table.styled, .fs_style_29 {
  margin-bottom: 40px;
  width: 100%;
  overflow-y: auto;
  display: block; }
  .fsAthleticsEvent.fsTable .fsElementTable colgroup col, .fsAthleticsRoster .fsElementTable colgroup col,
  table.styled colgroup col, .fs_style_29 colgroup col {
    width: 33.33%; }
  .fsAthleticsEvent.fsTable .fsElementTable tbody, .fsAthleticsRoster .fsElementTable tbody,
  table.styled tbody, .fs_style_29 tbody {
    border: 1px solid #333333;
    border-top: none;
    padding: 0 34px !important; }
  .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled td, .fs_style_29 td {
    padding: 30px 34px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #333333; }
  .fsAthleticsEvent.fsTable .fsElementTable tr, .fsAthleticsRoster .fsElementTable tr,
  table.styled tr, .fs_style_29 tr {
    padding: 32px 0;
    position: relative; }
    .fsAthleticsEvent.fsTable .fsElementTable tr:after, .fsAthleticsRoster .fsElementTable tr:after,
    table.styled tr:after, .fs_style_29 tr:after {
      position: absolute;
      content: '';
      width: calc(100% - 68px);
      height: 1px;
      bottom: 0px;
      background: #2c2c2c;
      left: 34px; }
    .fsAthleticsEvent.fsTable .fsElementTable tr:first-child, .fsAthleticsRoster .fsElementTable tr:first-child,
    table.styled tr:first-child, .fs_style_29 tr:first-child {
      background: #260859; }
    .fsAthleticsEvent.fsTable .fsElementTable tr:last-child:after, .fsAthleticsRoster .fsElementTable tr:last-child:after,
    table.styled tr:last-child:after, .fs_style_29 tr:last-child:after {
      display: none; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th, .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled th,
  table.styled td, .fs_style_29 th,
  .fs_style_29 td {
    vertical-align: top;
    border-bottom: none; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  table.styled th, .fs_style_29 th {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 0 20px 32px;
    text-align: left; }
  .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  table.styled td, .fs_style_29 td {
    text-align: left; }

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

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

/*! _main.scss - src/sass/modules/common/ - main common import */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElement {
  margin-bottom: 20px; }
  .fsElement:last-child {
    margin-bottom: 0; }

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

.fsPanel {
  margin-bottom: 0; }

.fsDialogCloseButton {
  opacity: 1; }
  .fsDialogCloseButton:after, .fsDialogCloseButton:before {
    background: #333333; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #333333; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: black; }

.fsElementDialog {
  color: #333333; }

/*! elements - common - list subtype v0.0.1 */
/* Contains generic styles that apply to every element with the class '.fsList' and the list subtype selected */
.fsList article {
  margin-bottom: 20px; }

/*! element - common - slideshow subtype v0.0.1 */
/* Contains generic styles that apply to every element slideshow subtype*/
.fsSlideshow.fsSlideshowVertical .fsElementSlideshow[data-slides-to-show="1"] article {
  padding-bottom: 0; }

.fsSlideshow.fsSlideshowHorizontal .fsElementSlideshow[data-arrows*="true"] {
  padding-top: 0;
  padding-bottom: 0; }

.fsSlideshow.fsSlideshowHorizontal article {
  padding-bottom: 0; }

.fsSlideshow .fsNextButton:before,
.fsSlideshow .fsPrevButton:before {
  color: #333333;
  font-size: 45px;
  transition: opacity .3s;
  display: inline-block;
  line-height: 1;
  width: auto;
  height: auto;
  opacity: .5;
  position: absolute; }

.fsSlideshow .fsNextButton.fsLeftArrow:before, .fsSlideshow .fsNextButton.fsRightArrow:before,
.fsSlideshow .fsPrevButton.fsLeftArrow:before,
.fsSlideshow .fsPrevButton.fsRightArrow:before {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0); }

.fsSlideshow .fsNextButton.fsLeftArrow:before,
.fsSlideshow .fsPrevButton.fsLeftArrow:before {
  left: 0; }

.fsSlideshow .fsNextButton.fsRightArrow:before,
.fsSlideshow .fsPrevButton.fsRightArrow:before {
  right: 0; }

.fsSlideshow .fsNextButton:hover:before,
.fsSlideshow .fsPrevButton:hover:before {
  opacity: 1;
  transition: opacity .3s; }

.fsSlideshow .fsPager {
  margin-bottom: 0;
  margin-top: 20px; }
  .fsSlideshow .fsPager li {
    width: 12px;
    height: 12px;
    position: relative;
    vertical-align: middle; }
    .fsSlideshow .fsPager li button {
      width: 100%;
      height: 100%; }
      .fsSlideshow .fsPager li button:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #333333;
        transition: .3s; }
      .fsSlideshow .fsPager li button:hover:before {
        transition: .3s; }

.button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #260859;
  color: #fff;
  border-radius: 0; }
  .button:hover, .button:focus {
    background: #1c0642;
    color: #fff; }
  .button em {
    display: block;
    font-style: normal; }

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #7d6b9b;
  color: #fff;
  border-radius: 0; }
  .color-button:hover, .color-button:focus {
    background: #715f8d;
    color: #fff; }
  .color-button em {
    display: block;
    font-style: normal; }

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

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #333333;
  color: #fff;
  border-radius: 0; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus {
    background: #262626;
    color: #fff; }
  .fsStyleDefaultButton em {
    display: block;
    font-style: normal; }
  .fsStyleDefaultButton.fsCategoryLink {
    margin-right: 5px; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #333333;
  color: #fff;
  border-radius: 0; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus {
    background: #262626;
    color: #fff; }
  .fsStyleUpdateButton em {
    display: block;
    font-style: normal; }
  .fsStyleUpdateButton.fsElementToolsSearchButton {
    margin-top: 20px;
    margin-bottom: 0; }

.lead-in, .fs_style_25 {
  font-family: "Miller Text Rom", Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
  margin-bottom: 30px; }

blockquote, .fs_style_50 {
  display: block;
  position: relative;
  margin: 40px 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 52px;
  color: #260859;
  padding-left: 30px;
  padding-top: 50px;
  z-index: 3; }
  blockquote:before, .fs_style_50:before {
    position: absolute;
    left: -9px;
    top: 20px;
    content: '';
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #ffd200;
    font-size: 130px;
    z-index: -1;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

cite, .fs_style_24 {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  text-transform: capitalize;
  color: #7d6b9b;
  padding-top: 17px; }
  cite:before, .fs_style_24:before {
    content: '—'; }

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

.fs_style_47 {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 35px;
  background: #260859;
  margin: 0 16px 20px 0;
  text-decoration: none; }
  .fs_style_47:hover {
    background: #7d6b9b;
    color: #fff; }

.fs_style_48 {
  display: inline-block;
  font-family: "Benton Sans Bd";
  font-style: Normal;
  font-weight: Normal;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 20px;
  background: #7d6b9b;
  margin: 0 16px 20px 0;
  text-decoration: none; }
  .fs_style_48:hover {
    background: #260859;
    color: #fff; }

.fs_style_51 {
  display: inline-block;
  font-family: "Benton Sans Bd";
  font-style: Normal;
  font-weight: Normal;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 20px;
  background: #ffd200;
  margin: 0 16px 20px 0;
  text-decoration: none; }
  .fs_style_51:hover {
    background: #cca800;
    color: #ffffff; }

.fs_style_52 {
  display: inline-block;
  width: 100%;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  background-color: #260859;
  transition: 0.3s ease; }
  .fs_style_52:hover, .fs_style_52:focus {
    background-color: #7d6b9b; }
    .fs_style_52:hover span em, .fs_style_52:focus span em {
      color: #ffffff; }
  .fs_style_52:before {
    display: block;
    content: '';
    width: 100%;
    padding-bottom: 100%; }
  .fs_style_52 span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 33px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff; }
    .fs_style_52 span em {
      display: inline-block;
      position: relative;
      font-size: 33px;
      line-height: 43px;
      font-weight: bold;
      font-style: normal;
      letter-spacing: 0.04em; }
      .fs_style_52 span em:before {
        content: '';
        display: block;
        height: 8px;
        width: 45px;
        position: absolute;
        bottom: -23px;
        background-color: #ffd200; }

.fsPageBodyWrapper .fsPageTitle:after {
  content: '';
  display: block;
  width: 50px;
  height: 8px;
  background: #ffd200;
  vertical-align: bottom;
  margin-top: 29px;
  margin-left: 4px; }

.sidebar-regular-content-box {
  margin-bottom: 52px !important; }
  .sidebar-regular-content-box img {
    margin-bottom: 22px; }
  .sidebar-regular-content-box h3 {
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #260859;
    text-transform: none; }
  .sidebar-regular-content-box p {
    margin-bottom: 17px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333; }
  .sidebar-regular-content-box a {
    margin-bottom: 21px;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #7d6b9b;
    text-transform: uppercase; }
    .sidebar-regular-content-box a:after {
      content: '';
      display: inline-block;
      vertical-align: top;
      font-size: 18px;
      margin-left: 5px;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }

.sidebar-custom-content-box {
  margin-bottom: 40px !important; }
  .sidebar-custom-content-box > header {
    padding: 21px 20px 19px 35px;
    background: #260859; }
    .sidebar-custom-content-box > header h2 {
      margin-bottom: 0;
      display: block;
      font-weight: 400;
      font-size: 20px;
      line-height: 20px;
      color: #fff;
      text-transform: uppercase; }
  .sidebar-custom-content-box > .fsElementContent {
    padding: 21px 34px 10px;
    border: 1px solid #333333;
    border-top: none; }
  .sidebar-custom-content-box p {
    margin-bottom: 17px;
    font-size: 16px;
    line-height: 24px; }
  .sidebar-custom-content-box a {
    margin-bottom: 21px;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #7d6b9b;
    text-transform: uppercase; }
    .sidebar-custom-content-box a:after {
      display: inline-block;
      vertical-align: top;
      font-size: 18px;
      margin-left: 5px; }

.sidebar-text-box {
  margin-bottom: 64px !important; }
  .sidebar-text-box > header h2 {
    margin-bottom: 18px;
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #260859;
    text-transform: none; }
  .sidebar-text-box p {
    margin-bottom: 16px;
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333; }
  .sidebar-text-box a {
    margin-bottom: 0;
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #260859; }

.fsMedia {
  margin-bottom: 35px; }

.hompage-featured-post-container {
  width: 100%; }
  .hompage-featured-post-container > .fsElementContent {
    width: 100%;
    margin: 0 auto;
    padding: 100px 50px;
    background-color: rgba(38, 8, 89, 0.8);
    background-size: cover;
    background-repeat: no-repeat; }
    @media (min-width: 600px) {
      .hompage-featured-post-container > .fsElementContent {
        padding: 50px 20px; } }
  .hompage-featured-post-container .homepage-featured-post a {
    outline: none; }
  .hompage-featured-post-container .homepage-featured-post > .fsElementContent {
    max-width: 300px;
    margin: 0 auto;
    position: relative; }
    @media (min-width: 600px) {
      .hompage-featured-post-container .homepage-featured-post > .fsElementContent {
        max-width: 400px;
        padding: 0 20px; } }
    @media (min-width: 700px) {
      .hompage-featured-post-container .homepage-featured-post > .fsElementContent {
        max-width: 700px; } }
    @media (min-width: 1000px) {
      .hompage-featured-post-container .homepage-featured-post > .fsElementContent {
        max-width: 1200px; } }
  .hompage-featured-post-container .homepage-featured-post article {
    background-color: #fff;
    margin: 0 10px 20px;
    min-height: 560px;
    padding: 0;
    position: relative;
    width: 100%; }
    @media (min-width: 700px) {
      .hompage-featured-post-container .homepage-featured-post article {
        margin: 0 10px;
        display: block; } }
    .hompage-featured-post-container .homepage-featured-post article .fsThumbnail {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      width: 100%;
      height: 230px;
      overflow: hidden;
      display: block; }
      .hompage-featured-post-container .homepage-featured-post article .fsThumbnail img {
        display: none; }
    .hompage-featured-post-container .homepage-featured-post article .fsCategories {
      position: absolute;
      top: 197px;
      left: 32px; }
      @media (min-width: 1300px) {
        .hompage-featured-post-container .homepage-featured-post article .fsCategories {
          top: 190px;
          left: 38px; } }
      .hompage-featured-post-container .homepage-featured-post article .fsCategories .fsCategory {
        font-family: "Benton Sans Bd";
        font-style: Normal;
        font-weight: Normal;
        font-size: 12px;
        line-height: 12px;
        color: #fff;
        text-align: center;
        padding: 12px 16px;
        background-color: #7d6b9b; }
        @media (min-width: 1300px) {
          .hompage-featured-post-container .homepage-featured-post article .fsCategories .fsCategory {
            font-size: 16px;
            line-height: 16px;
            padding: 15px 20px; } }
    .hompage-featured-post-container .homepage-featured-post article .fsTitle {
      margin-top: 35px;
      padding-top: 2px;
      padding-left: 24px;
      padding-right: 24px; }
      @media (min-width: 1300px) {
        .hompage-featured-post-container .homepage-featured-post article .fsTitle {
          padding-left: 30px;
          padding-right: 30px; } }
      .hompage-featured-post-container .homepage-featured-post article .fsTitle a {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #260859;
        text-decoration: none; }
        @media (min-width: 1300px) {
          .hompage-featured-post-container .homepage-featured-post article .fsTitle a {
            font-size: 26px;
            line-height: 36px; } }
        .hompage-featured-post-container .homepage-featured-post article .fsTitle a:hover {
          color: #7d6b9b; }
    .hompage-featured-post-container .homepage-featured-post article .fsSummary {
      height: 150px;
      overflow: hidden; }
      .hompage-featured-post-container .homepage-featured-post article .fsSummary p {
        padding-top: 20px;
        padding-left: 24px;
        padding-right: 24px;
        margin-bottom: 0;
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
        color: #333333; }
        @media (min-width: 1300px) {
          .hompage-featured-post-container .homepage-featured-post article .fsSummary p {
            padding-top: 25px;
            padding-left: 30px;
            padding-right: 30px;
            font-size: 16px;
            line-height: 24px;
            font-weight: 400; } }
        .hompage-featured-post-container .homepage-featured-post article .fsSummary p + p {
          padding-top: 10px; }
          @media (min-width: 1300px) {
            .hompage-featured-post-container .homepage-featured-post article .fsSummary p + p {
              padding-top: 10px; } }
    .hompage-featured-post-container .homepage-featured-post article .fsReadMoreLink {
      margin-bottom: 21px;
      padding-left: 24px;
      display: inline-block;
      font-weight: 700;
      font-size: 12px;
      line-height: 12px;
      color: #7d6b9b;
      text-transform: uppercase;
      text-decoration: none; }
      .hompage-featured-post-container .homepage-featured-post article .fsReadMoreLink:after {
        content: '';
        display: inline-block;
        vertical-align: top;
        font-size: 18px;
        margin-left: 5px;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
      .hompage-featured-post-container .homepage-featured-post article .fsReadMoreLink:hover {
        color: #260859; }
      @media (min-width: 1300px) {
        .hompage-featured-post-container .homepage-featured-post article .fsReadMoreLink {
          padding-left: 30px;
          font-size: 16px;
          line-height: 16px; }
          .hompage-featured-post-container .homepage-featured-post article .fsReadMoreLink:after {
            font-size: 14px; } }
    .hompage-featured-post-container .homepage-featured-post article:first-child {
      display: block !important; }
  .hompage-featured-post-container .homepage-featured-post .slick-prev {
    width: 50px;
    height: 80px;
    position: absolute;
    top: -100px;
    margin-top: 0;
    cursor: pointer;
    color: transparent;
    background: transparent;
    line-height: 90px;
    text-align: center;
    outline: none !important;
    border: none;
    z-index: 9999;
    left: 20%; }
    .hompage-featured-post-container .homepage-featured-post .slick-prev:before {
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 90px !important;
      color: rgba(255, 255, 255, 0.2);
      vertical-align: middle; }
    @media (min-width: 600px) {
      .hompage-featured-post-container .homepage-featured-post .slick-prev {
        top: 48%; } }
    @media (min-width: 600px) {
      .hompage-featured-post-container .homepage-featured-post .slick-prev {
        left: -70px; } }
  .hompage-featured-post-container .homepage-featured-post .slick-next {
    width: 50px;
    height: 80px;
    position: absolute;
    top: -100px;
    margin-top: 0;
    cursor: pointer;
    color: transparent;
    background: transparent;
    line-height: 90px;
    text-align: center;
    outline: none !important;
    border: none;
    z-index: 9999;
    right: 20%; }
    .hompage-featured-post-container .homepage-featured-post .slick-next:before {
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 90px !important;
      color: rgba(255, 255, 255, 0.2);
      vertical-align: middle; }
    @media (min-width: 600px) {
      .hompage-featured-post-container .homepage-featured-post .slick-next {
        top: 48%; } }
    .hompage-featured-post-container .homepage-featured-post .slick-next:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      left: auto;
      right: 0; }
    @media (min-width: 600px) {
      .hompage-featured-post-container .homepage-featured-post .slick-next {
        right: -70px; } }

.home .hompage-featured-post-container .homepage-featured-post article {
  display: block !important; }

.hompage-single-post-container {
  position: relative;
  max-width: 1220px;
  margin: 0 auto !important;
  padding-top: 80px;
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 20px;
  height: 900px;
  overflow: hidden; }
  @media (min-width: 500px) {
    .hompage-single-post-container {
      height: 1000px; } }
  @media (min-width: 600px) {
    .hompage-single-post-container {
      height: 950px; } }
  @media (min-width: 800px) {
    .hompage-single-post-container {
      height: 600px; } }
  @media (min-width: 1000px) {
    .hompage-single-post-container {
      height: 660px; } }
  @media (min-width: 1200px) {
    .hompage-single-post-container {
      padding-top: 80px; } }
  .hompage-single-post-container > header {
    display: block;
    margin-bottom: 25px;
    text-align: center; }
    @media (min-width: 1000px) {
      .hompage-single-post-container > header {
        margin-bottom: 31px; } }
    .hompage-single-post-container > header h2 {
      position: relative;
      display: inline-block;
      font-family: "Miller Text Rom", Georgia, serif;
      font-weight: 400px;
      font-size: 40px;
      line-height: 48px;
      color: #260859;
      margin: 0; }
      @media (min-width: 800px) {
        .hompage-single-post-container > header h2 {
          font-size: 50px;
          line-height: 50px; } }
      @media (min-width: 1000px) {
        .hompage-single-post-container > header h2 {
          font-size: 64px;
          line-height: 64px; } }
      .hompage-single-post-container > header h2:after {
        content: '';
        display: block;
        width: 40px;
        height: 6px;
        background: #ffd200;
        vertical-align: bottom;
        margin: 22px auto 0; }
        @media (min-width: 800px) {
          .hompage-single-post-container > header h2:after {
            margin: 17px auto 0; } }
        @media (min-width: 1000px) {
          .hompage-single-post-container > header h2:after {
            width: 50px;
            height: 8px;
            margin: 31px auto 0; } }
  .hompage-single-post-container .homepage-post-slider {
    position: relative;
    height: 580px; }
    @media (min-width: 600px) {
      .hompage-single-post-container .homepage-post-slider {
        height: 660px; } }
    @media (min-width: 800px) {
      .hompage-single-post-container .homepage-post-slider {
        height: 314px; } }
    @media (min-width: 1000px) {
      .hompage-single-post-container .homepage-post-slider {
        height: 380px; } }
    .hompage-single-post-container .homepage-post-slider .fsPrevButton {
      width: 20px;
      height: 20px;
      position: absolute;
      right: 30px;
      bottom: 0;
      top: auto;
      margin-top: 0;
      cursor: pointer;
      color: transparent;
      background: transparent;
      line-height: 15px;
      text-align: center;
      outline: none !important;
      border: none;
      z-index: 2000;
      right: 50px;
      left: auto; }
      @media (min-width: 1000px) {
        .hompage-single-post-container .homepage-post-slider .fsPrevButton {
          display: block !important;
          top: 368px; } }
      .hompage-single-post-container .homepage-post-slider .fsPrevButton:before {
        display: inline-block;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 25px !important;
        color: #333333;
        vertical-align: middle; }
    .hompage-single-post-container .homepage-post-slider .fsNextButton {
      width: 20px;
      height: 20px;
      position: absolute;
      right: 30px;
      bottom: 0;
      top: auto;
      margin-top: 0;
      cursor: pointer;
      color: transparent;
      background: transparent;
      line-height: 15px;
      text-align: center;
      outline: none !important;
      border: none;
      z-index: 2000; }
      @media (min-width: 1000px) {
        .hompage-single-post-container .homepage-post-slider .fsNextButton {
          display: block !important;
          top: 368px; } }
      .hompage-single-post-container .homepage-post-slider .fsNextButton:before {
        display: inline-block;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 25px !important;
        color: #333333;
        vertical-align: middle; }
      .hompage-single-post-container .homepage-post-slider .fsNextButton:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
  .hompage-single-post-container article {
    z-index: 200;
    padding: 0;
    height: 100%; }
    .hompage-single-post-container article .fsThumbnail {
      width: 100%;
      height: 190px;
      overflow: hidden;
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
      margin: 0 auto;
      margin-bottom: 34px; }
      @media (min-width: 500px) {
        .hompage-single-post-container article .fsThumbnail {
          height: 425px; } }
      @media (min-width: 800px) {
        .hompage-single-post-container article .fsThumbnail {
          width: 468px;
          height: 316px;
          float: left;
          margin-right: 24px;
          margin-bottom: 0; } }
      @media (min-width: 1000px) {
        .hompage-single-post-container article .fsThumbnail {
          width: 564px;
          height: 380px;
          margin-right: 40px; } }
      .hompage-single-post-container article .fsThumbnail img {
        display: none; }
    .hompage-single-post-container article .fsTitle {
      padding: 0;
      margin-bottom: 0; }
      @media (min-width: 1000px) {
        .hompage-single-post-container article .fsTitle {
          padding: 0;
          margin-bottom: 10px; } }
      .hompage-single-post-container article .fsTitle a {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #260859;
        text-decoration: none; }
        @media (min-width: 1000px) {
          .hompage-single-post-container article .fsTitle a {
            font-size: 26px;
            line-height: 36px; } }
        .hompage-single-post-container article .fsTitle a:hover {
          color: #7d6b9b; }
    .hompage-single-post-container article .fsDateTime {
      font-size: 10px;
      line-height: 10px;
      font-weight: 400;
      color: #333333;
      margin-bottom: 20px; }
      @media (min-width: 800px) {
        .hompage-single-post-container article .fsDateTime {
          font-size: 12px;
          line-height: 12px; } }
      @media (min-width: 1000px) {
        .hompage-single-post-container article .fsDateTime {
          font-size: 14px;
          line-height: 14px; } }
    .hompage-single-post-container article .fsSummary {
      margin-bottom: 0px; }
      @media (min-width: 700px) {
        .hompage-single-post-container article .fsSummary {
          margin-bottom: 0px; } }
      .hompage-single-post-container article .fsSummary p {
        padding-left: 0;
        padding-right: 0;
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
        color: #333333;
        margin: 0;
        height: 100px;
        overflow: hidden; }
        @media (min-width: 1200px) {
          .hompage-single-post-container article .fsSummary p {
            padding-left: 0px;
            padding-right: 30px;
            font-size: 16px;
            line-height: 24px;
            height: 140px; } }
    .hompage-single-post-container article .fsReadMoreLink {
      display: inline-block;
      font-size: 16px;
      font-weight: 400;
      line-height: 16px;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      padding: 16px 20px;
      background: #260859;
      margin: 0;
      text-decoration: none; }
      .hompage-single-post-container article .fsReadMoreLink:hover {
        background: #7d6b9b;
        color: #fff; }
      @media (min-width: 1000px) {
        .hompage-single-post-container article .fsReadMoreLink {
          font-size: 20px;
          line-height: 20px;
          padding: 20px 35px; } }
  .hompage-single-post-container > footer {
    position: absolute;
    right: 100px;
    bottom: 238px; }
    @media (min-width: 500px) {
      .hompage-single-post-container > footer {
        bottom: 104px; } }
    @media (min-width: 519px) {
      .hompage-single-post-container > footer {
        bottom: 154px; } }
    @media (min-width: 600px) {
      .hompage-single-post-container > footer {
        bottom: 104px; } }
    @media (min-width: 800px) {
      .hompage-single-post-container > footer {
        bottom: 114px; } }
    @media (min-width: 1000px) {
      .hompage-single-post-container > footer {
        bottom: 65px; } }
    .hompage-single-post-container > footer a {
      font-family: "Benton Sans Reg", sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 14px;
      color: #333333; }

.fs_style_49 {
  font-size: 16px; }

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

.fsElement {
  margin: 0; }

.site-info-container {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  padding: 37px 0 0;
  overflow: hidden;
  width: auto;
  width: 286px;
  margin: 0 auto; }
  @media (min-width: 700px) {
    .site-info-container {
      float: left;
      margin: 0 68px 0 0; } }
  @media (min-width: 900px) {
    .site-info-container {
      padding: 37px 0 24px; } }
  @media (min-width: 1200px) {
    .site-info-container {
      margin: 0;
      padding: 50px 0 0;
      width: 358px; } }
  .site-info-container a {
    display: block;
    padding: 0;
    color: transparent; }
    .site-info-container a:hover {
      color: transparent; }

.header-top-container {
  width: 100%;
  height: 55px;
  background: #260859;
  position: relative;
  z-index: 101; }
  @media (min-width: 900px) {
    .header-top-container {
      height: 40px; } }
  .header-top-container > .fsElementContent {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px; }
  .header-top-container .home-mobile-menu {
    display: block;
    width: 90px;
    height: 55px;
    background: transparent;
    text-align: center;
    z-index: 110;
    margin: 0 auto; }
    @media (min-width: 700px) {
      .header-top-container .home-mobile-menu {
        margin: 0;
        float: left; } }
    @media (min-width: 900px) {
      .header-top-container .home-mobile-menu {
        display: none; } }
    .header-top-container .home-mobile-menu a {
      font-family: "Benton Sans Bd";
      font-style: Normal;
      font-weight: Normal;
      display: block;
      width: 100%;
      height: 100%;
      padding: 19px 0;
      color: #fff;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 16px;
      text-decoration: none; }
      .header-top-container .home-mobile-menu a:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        font-size: 30px;
        color: #fff;
        margin-top: -2px;
        margin-right: 9px;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
  .header-top-container .header-utility-nav {
    display: none; }
    @media (min-width: 900px) {
      .header-top-container .header-utility-nav {
        display: block; } }
    .header-top-container .header-utility-nav ul li {
      display: inline-block;
      float: left;
      margin-right: 33px; }
      .header-top-container .header-utility-nav ul li a {
        font-family: "Benton Sans Bd";
        font-style: Normal;
        font-weight: Normal;
        display: block;
        padding: 14px 0;
        font-size: 12px;
        line-height: 12px;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none; }
        .header-top-container .header-utility-nav ul li a:hover {
          color: #cccccc; }
  .header-top-container .header-search-container {
    float: right;
    display: none; }
    @media (min-width: 900px) {
      .header-top-container .header-search-container {
        display: block; } }
    .header-top-container .header-search-container .i-want-to-button {
      float: left;
      position: relative;
      margin-right: 73px; }
      .header-top-container .header-search-container .i-want-to-button a {
        font-family: "Benton Sans Bd";
        font-style: Normal;
        font-weight: Normal;
        display: block;
        z-index: 20;
        font-size: 16px;
        line-height: 16px;
        text-transform: uppercase;
        color: #fff;
        background: #7d6b9b;
        padding: 17px 20px;
        text-decoration: none; }
    .header-top-container .header-search-container .search-area {
      position: relative;
      float: left; }
      .header-top-container .header-search-container .search-area a.search-icon {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 40px;
        color: transparent;
        float: right;
        padding: 4px 3px;
        z-index: 500;
        overflow: hidden; }
        .header-top-container .header-search-container .search-area a.search-icon:before {
          content: '';
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: inline-block;
          vertical-align: middle;
          color: #fff;
          font-size: 17px;
          width: 27px;
          margin-top: 4px;
          margin-left: 5px; }
      .header-top-container .header-search-container .search-area form {
        display: none;
        width: 200px;
        height: 40px;
        position: absolute;
        right: 0;
        padding-top: 5px;
        background: #260859;
        z-index: 100; }
        .header-top-container .header-search-container .search-area form input {
          font-size: 12px;
          padding: 0 7px;
          height: 30px;
          float: left;
          color: #fff;
          width: calc(100% - 35px);
          background: transparent;
          border: none;
          outline: 0; }
        .header-top-container .header-search-container .search-area form button {
          border: none;
          position: absolute;
          top: 4px;
          right: 0;
          width: 40px;
          height: 36px;
          color: transparent;
          background-color: transparent; }
      .header-top-container .header-search-container .search-area:hover form {
        display: block; }

.header-bottom-container {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 100; }
  .header-bottom-container > .fsElementContent {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    height: 116px;
    position: relative; }
    @media (min-width: 900px) {
      .header-bottom-container > .fsElementContent {
        height: 168px; } }
    @media (min-width: 1200px) {
      .header-bottom-container > .fsElementContent {
        height: 140px; } }

.header-inner-banner {
  position: relative;
  height: auto; }

.header-banner {
  width: 100%;
  height: 219px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }
  @media (min-width: 900px) {
    .header-banner {
      height: 293px; } }
  @media (min-width: 1100px) {
    .header-banner {
      height: 411px; } }

.breadcrumb-nav {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff; }
  .breadcrumb-nav > .fsElementContent {
    max-width: 1220px;
    margin: 0 auto;
    padding: 32px 20px 0;
    overflow: hidden; }
  .breadcrumb-nav ul {
    display: inline-block; }
    .breadcrumb-nav ul li a {
      font-size: 12px;
      line-height: 13px;
      font-weight: 400;
      color: #a3a3a3 !important;
      text-align: left;
      margin-right: 8px;
      text-transform: uppercase;
      text-decoration: none; }
      .breadcrumb-nav ul li a:hover {
        color: #333333 !important; }
    .breadcrumb-nav ul li:last-child {
      font-size: 12px;
      line-height: 13px;
      font-weight: 400;
      color: #7d6b9b !important;
      text-align: left;
      margin-right: 0;
      text-transform: uppercase; }
    .breadcrumb-nav ul .fsNavBreadcrumbSeperator {
      font-size: 16px;
      line-height: 13px;
      color: #a3a3a3 !important;
      margin-right: 8px; }

.inner-image-video-banner {
  position: relative;
  height: calc(100vh - 171px);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  overflow: hidden; }
  @media (min-width: 900px) {
    .inner-image-video-banner {
      height: calc(100vh - 208px); } }
  @media (min-width: 1200px) {
    .inner-image-video-banner {
      height: calc(100vh - 180px); } }
  .inner-image-video-banner > header {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 26px;
    padding: 20px;
    text-align: center;
    background-color: transparent; }
    @media (min-width: 700px) {
      .inner-image-video-banner > header {
        bottom: 139px; } }
    @media (min-width: 1200px) {
      .inner-image-video-banner > header {
        bottom: 191px; } }
    .inner-image-video-banner > header h2 {
      font-family: "Miller Text It";
      font-style: Italic;
      font-weight: Normal;
      font-size: 54px;
      line-height: 62px;
      color: #fff;
      margin: 0;
      text-shadow: 0px 0px 110.4px rgba(0, 0, 0, 0.65); }
      @media (min-width: 900px) {
        .inner-image-video-banner > header h2 {
          font-size: 72px;
          line-height: 74px; } }
      @media (min-width: 1200px) {
        .inner-image-video-banner > header h2 {
          font-size: 98px;
          line-height: 100px; } }
  .inner-image-video-banner video {
    min-width: 100% !important;
    min-height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0; }
  .inner-image-video-banner .fsMediaView .video-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001; }
    @media (min-width: 700px) {
      .inner-image-video-banner .fsMediaView .video-overlay {
        display: block; } }
  .inner-image-video-banner .fsMediaView > img {
    display: none !important; }
  .inner-image-video-banner .fsMediaContainer {
    height: auto !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .inner-image-video-banner .fsMediaControlsContainer {
    display: none; }
  .inner-image-video-banner .fsMediaView,
  .inner-image-video-banner .fsMediaPlayer > div,
  .inner-image-video-banner .fsMediaPlayer,
  .inner-image-video-banner .fsMediaContainer {
    position: unset !important;
    background: none; }
  .inner-image-video-banner .fsMediaPlayOverlay.fsStateHidden {
    display: block !important; }
    @media (min-width: 700px) {
      .inner-image-video-banner .fsMediaPlayOverlay.fsStateHidden {
        display: none !important; } }
  @media (min-width: 700px) {
    .inner-image-video-banner .fsMediaPlayOverlay {
      display: none; } }
  .inner-image-video-banner.video-playing .fsMediaPlayOverlay.fsStateHidden {
    display: none !important; }
  .inner-image-video-banner .fsMediaTitle {
    display: none; }
  .inner-image-video-banner .video-volume,
  .inner-image-video-banner .video-motion {
    display: none;
    width: 30px;
    height: 30px;
    border: 0;
    padding: 0;
    border-radius: 60px;
    position: absolute;
    z-index: 10002;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0.2);
    transition: 0.3s ease; }
    @media (min-width: 700px) {
      .inner-image-video-banner .video-volume,
      .inner-image-video-banner .video-motion {
        display: block; } }
    .inner-image-video-banner .video-volume:focus, .inner-image-video-banner .video-volume:hover,
    .inner-image-video-banner .video-motion:focus,
    .inner-image-video-banner .video-motion:hover {
      background-color: rgba(38, 8, 89, 0.8); }
    .inner-image-video-banner .video-volume:before,
    .inner-image-video-banner .video-motion:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      color: #ffffff; }
    .inner-image-video-banner .video-volume span,
    .inner-image-video-banner .video-motion span {
      position: absolute;
      top: -9999em;
      right: -9999em; }
  .inner-image-video-banner .video-volume {
    top: 20px;
    left: 20px; }
    .inner-image-video-banner .video-volume:before {
      content: "";
      font-size: 18px; }
  .inner-image-video-banner .control-muted .video-volume:before {
    content: ""; }
  .inner-image-video-banner .video-motion {
    top: 20px;
    right: 20px; }
    .inner-image-video-banner .video-motion:before {
      content: "";
      font-size: 14px; }
  .inner-image-video-banner .control-paused .video-motion:before {
    content: ""; }

.landing-page .fsHeader {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0; }
  .landing-page .fsHeader.remove-sticky {
    position: absolute;
    top: 425px; }

#fsFooter {
  padding: 0;
  max-width: 100%;
  border-bottom: 8px solid #ffd200;
  background-color: #fff; }
  #fsFooter .fsBanner {
    max-width: 100%; }
    #fsFooter .fsBanner .hompage-featured-post-container {
      margin-bottom: 20px; }
    #fsFooter .fsBanner .back-to-top {
      width: 140px;
      margin: 0 auto; }
      #fsFooter .fsBanner .back-to-top a {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
        font-size: 16px;
        line-height: 16px;
        margin: 0;
        text-decoration: none; }
    #fsFooter .fsBanner .footer-content-container {
      max-width: 1200px;
      padding: 50px 20px;
      margin: 0 auto;
      overflow: hidden; }
    #fsFooter .fsBanner .footer-left-container {
      max-width: 420px;
      margin: 0 auto; }
      @media (min-width: 700px) {
        #fsFooter .fsBanner .footer-left-container {
          margin: 0;
          float: left; } }
      #fsFooter .fsBanner .footer-left-container .school-name {
        background-repeat: no-repeat;
        background-position: top left;
        margin: 0 auto;
        margin-bottom: 0px;
        width: 224px;
        background-size: 224px 42px; }
        @media (min-width: 700px) {
          #fsFooter .fsBanner .footer-left-container .school-name {
            margin: 0;
            margin-bottom: 25px; } }
        @media (min-width: 900px) {
          #fsFooter .fsBanner .footer-left-container .school-name {
            width: 280px;
            background-size: 280px 52px; } }
        #fsFooter .fsBanner .footer-left-container .school-name a {
          color: transparent;
          display: block;
          width: 224px;
          height: 42px;
          margin-bottom: 61px; }
          @media (min-width: 700px) {
            #fsFooter .fsBanner .footer-left-container .school-name a {
              margin-bottom: 0; } }
          @media (min-width: 900px) {
            #fsFooter .fsBanner .footer-left-container .school-name a {
              width: 280px;
              height: 52px; } }
      #fsFooter .fsBanner .footer-left-container .footer-address {
        margin-bottom: 20px; }
        @media (min-width: 700px) {
          #fsFooter .fsBanner .footer-left-container .footer-address {
            margin-bottom: 14px; } }
        #fsFooter .fsBanner .footer-left-container .footer-address p {
          margin-bottom: 10px;
          font-size: 12px;
          font-weight: 400;
          line-height: 14px;
          color: #333333;
          text-align: center; }
          @media (min-width: 700px) {
            #fsFooter .fsBanner .footer-left-container .footer-address p {
              text-align: left; } }
          @media (min-width: 900px) {
            #fsFooter .fsBanner .footer-left-container .footer-address p {
              font-size: 16px;
              line-height: 18px; } }
          #fsFooter .fsBanner .footer-left-container .footer-address p a {
            color: #260859;
            text-decoration: none; }
            #fsFooter .fsBanner .footer-left-container .footer-address p a:hover {
              color: #7d6b9b; }
        #fsFooter .fsBanner .footer-left-container .footer-address h4 {
          margin-bottom: 0;
          font-size: 9px;
          font-weight: 400;
          line-height: 9px;
          color: #aaa9ab;
          text-align: center; }
          @media (min-width: 700px) {
            #fsFooter .fsBanner .footer-left-container .footer-address h4 {
              text-align: left; } }
          @media (min-width: 900px) {
            #fsFooter .fsBanner .footer-left-container .footer-address h4 {
              font-size: 12px;
              line-height: 12px; } }
    #fsFooter .fsBanner .footer-social-nav {
      max-width: 222px;
      margin: 0 auto 40px;
      padding-top: 57px 5px 0;
      overflow: hidden; }
      @media (min-width: 500px) {
        #fsFooter .fsBanner .footer-social-nav {
          padding-top: 57px 10px 0; } }
      @media (min-width: 700px) {
        #fsFooter .fsBanner .footer-social-nav {
          max-width: 380px;
          margin: 0 0 40px;
          float: right; } }
      #fsFooter .fsBanner .footer-social-nav nav ul {
        overflow: hidden; }
        #fsFooter .fsBanner .footer-social-nav nav ul, #fsFooter .fsBanner .footer-social-nav nav ul ul {
          margin: 0;
          padding: 0;
          list-style: none; }
        #fsFooter .fsBanner .footer-social-nav nav ul li {
          margin: 0;
          padding: 0; }
        #fsFooter .fsBanner .footer-social-nav nav ul li {
          float: left;
          margin: 0 10px 0 0;
          padding: 0; }
          @media (min-width: 900px) {
            #fsFooter .fsBanner .footer-social-nav nav ul li {
              margin: 0 16px 0 0; } }
          @media (min-width: 1100px) {
            #fsFooter .fsBanner .footer-social-nav nav ul li {
              margin: 0 27px 0 0; } }
          #fsFooter .fsBanner .footer-social-nav nav ul li a {
            display: block;
            color: transparent;
            width: 36px;
            height: 36px;
            text-align: center;
            position: relative;
            text-align: center; }
            @media (min-width: 500px) {
              #fsFooter .fsBanner .footer-social-nav nav ul li a {
                text-align: left; } }
            #fsFooter .fsBanner .footer-social-nav nav ul li a:before {
              content: '';
              display: inline-block;
              font-size: 36px;
              color: #260859;
              vertical-align: middle;
              transition: all 0.4s ease;
              position: absolute;
              left: 0;
              top: 6px; }
            #fsFooter .fsBanner .footer-social-nav nav ul li a[href*="facebook"]:before {
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none; }
            #fsFooter .fsBanner .footer-social-nav nav ul li a[href*="instagram"]:before {
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none; }
            #fsFooter .fsBanner .footer-social-nav nav ul li a[href*="twitter"]:before {
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none; }
            #fsFooter .fsBanner .footer-social-nav nav ul li a[href*="linkedin"]:before {
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none; }
            #fsFooter .fsBanner .footer-social-nav nav ul li a[href*="youtube"]:before {
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none; }
            #fsFooter .fsBanner .footer-social-nav nav ul li a[href*="vimeo"]:before {
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none; }
            #fsFooter .fsBanner .footer-social-nav nav ul li a[href*="mail"]:before {
              content: "";
              font-family: "IcoMoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none; }
            #fsFooter .fsBanner .footer-social-nav nav ul li a:hover:before {
              color: #7d6b9b; }
          #fsFooter .fsBanner .footer-social-nav nav ul li:last-child {
            margin: 0; }
  #fsFooter .nav-social {
    margin-bottom: 20px; }

.school-details {
  margin-bottom: 20px; }
  .school-details [itemprop='name'] {
    margin-top: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 22px;
    font-family: "Benton Sans Reg", sans-serif;
    font-weight: 400;
    color: #260859;
    margin-bottom: 35px; }
  .school-details [itemprop='streetAddress'] {
    display: block; }
  .school-details a {
    color: inherit; }

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

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

:focus {
  outline: 1px solid #a6a6a6; }

html {
  font-family: "Benton Sans Reg", sans-serif;
  background: #260859;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 16px;
  line-height: 22px;
  color: #333333; }

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

#fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-top: 36px;
  background: #fff; }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 600px) {
    #fsPageBody {
      display: block; } }
  @media (min-width: 800px) {
    #fsPageBody {
      display: -ms-flexbox;
      display: flex; } }

#fsBannerLeft {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    #fsBannerLeft {
      padding-right: 20px;
      width: 200px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerLeft {
      padding-right: 40px;
      width: 280px;
      -ms-flex-order: 1;
      order: 1; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }

#fsPageContent {
  width: 100%; }
  .fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 240px); } }
    @media (min-width: 700px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 320px); } }
  .fsHasLeftBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 280px); } }
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 280px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 440px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 600px); } }

#fsBannerRight {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerRight {
      padding-left: 40px;
      width: 320px;
      -ms-flex-order: 1;
      order: 1; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 280px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        -ms-flex-order: 1;
        order: 1;
        padding-left: 20px;
        width: 240px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 40px;
        width: 320px; } }

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

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

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

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

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

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

.fsLayout .fsStyleOneThird {
  float: none; }

.fsLayout .fsStyleTwoThirds {
  float: none; }
  .fsLayout .fsStyleTwoThirds > .fsDiv {
    padding-left: 0;
    padding-right: 0;
    float: none; }
  @media (min-width: 600px) {
    .fsLayout .fsStyleTwoThirds > .fsTwoColumnLayout {
      margin-right: -20px;
      margin-left: -20px; } }

.fsTwoColumnWideRightLayout,
.fsElephantLeftLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .fsTwoColumnWideRightLayout,
    .fsElephantLeftLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-left: 0;
        padding-right: 20px;
        width: 200px;
        margin-bottom: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-right: 40px;
        width: 280px; } }
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 600px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        width: calc(100% - 280px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 240px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 320px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      margin-top: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 40px;
      width: 320px; } }

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 700px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 280px; } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 280px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 280px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 200px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 280px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 200px); } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 280px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
    margin-top: 0; } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px; } }

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-right: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-right: 20px;
      width: 200px; } }

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 200px); } }

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 440px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      margin-top: 0; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-right: 20px;
      width: 200px;
      margin-bottom: 0; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 200px); } }

.fsTwoColumnWideLeftLayout,
.fsElephantRightLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .fsTwoColumnWideLeftLayout,
    .fsElephantRightLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .fsTwoColumnWideLeftLayout .fsStyleOneThird,
      .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 20px;
        padding-right: 0;
        width: 240px;
        margin-bottom: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideLeftLayout .fsStyleOneThird,
      .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 40px;
        width: 320px; } }
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 600px) {
      .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
      .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 240px);
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
      .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 320px); } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 280px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 280px); } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px;
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 40px;
      width: 320px; } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 240px);
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 320px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 240px); } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 320px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    margin-top: 0; } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 40px;
    width: 320px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 240px); } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      margin-top: 0; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 440px); } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px;
      margin-bottom: 0; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 0; }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      width: 100%;
      padding-left: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 0; }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 240px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: 100%; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 240px); } }

#fsPoweredByFinalsite {
  display: none;
  width: 150px;
  margin: 0 auto;
  clear: both; }
  @media (min-width: 900px) {
    #fsPoweredByFinalsite {
      float: left; } }

/*! _main.scss - src/sass/navigation/ - main import */
.fsNavigation ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .fsNavigation ul li.fsNavCurrentPage > a, .fsNavigation ul li.fsNavCurrentPageAncestor > a {
    color: #039;
    background: transparent; }
  .fsNavigation ul li a {
    display: block;
    padding: 10px 0;
    color: #36c;
    background: transparent; }
    .fsNavigation ul li a:hover, .fsNavigation ul li a:focus {
      color: #039;
      background: transparent; }

.fsNavigation .fsNavLevel2 > li > a {
  padding-left: 10px; }

.fsNavigation .fsNavLevel3 > li > a {
  padding-left: 20px; }

.fsNavigation .fsNavLevel4 > li > a {
  padding-left: 30px; }

.fsNavigation .fsNavLevel5 > li > a {
  padding-left: 40px; }

.fsBreadcrumb ul li {
  display: inline-block; }
  .fsBreadcrumb ul li a {
    display: inline-block;
    padding: 0; }

.nav-site-map ul {
  margin: 0 0 0 20px;
  padding: 0; }
  .nav-site-map ul.fsNavLevel1 {
    margin-left: 0;
    list-style: none; }
    @media (min-width: 600px) {
      .nav-site-map 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 ul.fsNavLevel1 li {
          page-break-inside: avoid;
          break-inside: avoid-column; } }
    .nav-site-map ul.fsNavLevel1 > li > a {
      margin-bottom: 20px;
      font-weight: 700; }
  .nav-site-map ul.fsNavLevel2 {
    list-style: disc; }
  .nav-site-map ul.fsNavLevel3 {
    list-style: circle; }
  .nav-site-map ul.fsNavLevel4 {
    list-style: square; }
  .nav-site-map ul.fsNavLevel5 {
    list-style: disc; }

.nav-tier ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-tier ul li a {
    display: block;
    padding: 10px 10px;
    color: #36c;
    background: transparent; }
    .nav-tier ul li a:hover, .nav-tier ul li a:focus {
      color: #039;
      background: #eee; }
  .nav-tier ul li.fsNavCurrentPage > a {
    color: #260859;
    background: #d5d5d5; }
    .nav-tier ul li.fsNavCurrentPage > a:hover, .nav-tier ul li.fsNavCurrentPage > a:focus {
      color: #7d6b9b;
      background: #eee; }
  .nav-tier ul li.fsNavCurrentPageAncestor {
    background: #eee; }
    .nav-tier ul li.fsNavCurrentPageAncestor > a {
      color: #36c;
      background: transparent; }
      .nav-tier ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
        color: #36c;
        background: #eee; }

.nav-tier .fsNavLevel1 {
  padding-left: 0; }
  .nav-tier .fsNavLevel1 > li {
    border-bottom: 1px solid #eee; }
    .nav-tier .fsNavLevel1 > li:last-child {
      border-bottom: none; }

.nav-tier .fsNavLevel2 > li > a {
  padding-left: 20px; }

.nav-tier .fsNavLevel3 > li > a {
  padding-left: 30px; }

.nav-tier .fsNavLevel4 > li > a {
  padding-left: 40px; }

.nav-tier .fsNavLevel5 > li > a {
  padding-left: 50px; }

.nav-sub {
  margin-bottom: 60px; }
  .nav-sub > .fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease; }
    @media (min-width: 600px) {
      .nav-sub > .fsElementContent {
        max-height: 9999px;
        visibility: visible;
        opacity: 1; } }
  .nav-sub.active-nav > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1; }
  .fsHeader .nav-sub {
    display: block; }
    @media (min-width: 600px) {
      .fsHeader .nav-sub {
        display: none; } }
  .nav-sub.nav-sub-empty {
    display: none !important; }
  .nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-sub ul li a {
      display: block;
      padding: 17px 0;
      color: #333333;
      background: transparent;
      font-family: "Miller Text Rom", Georgia, serif;
      padding-left: 0;
      font-weight: 400;
      font-size: 18px;
      line-height: 20px;
      border-bottom: 1px solid #333333;
      text-decoration: none; }
      .nav-sub ul li a:hover, .nav-sub ul li a:focus {
        color: #7d6b9b;
        background: transparent;
        font-family: "Miller Text Bd";
        font-style: Normal;
        font-weight: Normal; }
    .nav-sub ul li.fsNavCurrentPage > a {
      color: #7d6b9b;
      background: transparent;
      font-family: "Miller Text Bd";
      font-style: Normal;
      font-weight: Normal; }
      .nav-sub ul li.fsNavCurrentPage > a:hover, .nav-sub ul li.fsNavCurrentPage > a:focus {
        color: #7d6b9b;
        background: transparent;
        font-family: "Miller Text Bd";
        font-style: Normal;
        font-weight: Normal; }
    .nav-sub ul li.fsNavCurrentPageAncestor {
      background: transparent; }
      .nav-sub ul li.fsNavCurrentPageAncestor > a {
        color: #7d6b9b;
        background: transparent;
        font-family: "Miller Text Bd";
        font-style: Normal;
        font-weight: Normal; }
        .nav-sub ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
          color: #7d6b9b;
          background: transparent;
          font-family: "Miller Text Bd";
          font-style: Normal;
          font-weight: Normal; }
  .nav-sub .fsNavLevel1 {
    padding-left: 0; }
    @media screen and (max-width: 599px) {
      .nav-sub .fsNavLevel1 {
        padding-top: 17px;
        padding-bottom: 17px; } }
    .nav-sub .fsNavLevel1 > li:last-child {
      border-bottom: none; }
    .nav-sub .fsNavLevel1 > li .fsNavLevel2 {
      display: none; }
    .nav-sub .fsNavLevel1 > li.fsNavCurrentPage .fsNavLevel2, .nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor .fsNavLevel2 {
      display: block; }
    .nav-sub .fsNavLevel1 > li.fsNavParentPage > a, .nav-sub .fsNavLevel1 > li .fsNavCurrentPageAncestor > a {
      position: relative; }
      .nav-sub .fsNavLevel1 > li.fsNavParentPage > a:after, .nav-sub .fsNavLevel1 > li .fsNavCurrentPageAncestor > a:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        font-size: 30px;
        color: #333333;
        position: absolute;
        right: -5px;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
  .nav-sub .fsNavLevel2 > li > a {
    padding-left: 20px; }
  .nav-sub .fsNavLevel2 > li:last-child a {
    border-bottom: none; }
  .nav-sub .fsNavLevel3 > li > a {
    padding-left: 40px; }
  .nav-sub .fsNavLevel4 > li > a {
    padding-left: 60px; }
  .nav-sub .fsNavLevel5 > li > a {
    padding-left: 80px; }
  .nav-sub > header {
    display: block;
    padding: 5px 0 16px;
    border-bottom: 1px solid #333333; }
    .nav-sub > header > .fsElementTitle {
      font-family: "Miller Text Bd";
      font-style: Normal;
      font-weight: Normal;
      margin: 0;
      cursor: pointer;
      text-align: left;
      font-size: 24px;
      line-height: 26px;
      color: #7d6b9b;
      text-transform: capitalize;
      width: 100%;
      display: none;
      padding: 0; }
      .nav-sub > header > .fsElementTitle:hover {
        color: #7d6b9b; }
      @media (max-width: 600px) {
        .nav-sub > header > .fsElementTitle {
          position: relative;
          padding-right: 40px;
          display: block; }
          .nav-sub > header > .fsElementTitle:after {
            content: "+";
            line-height: 1;
            position: absolute;
            margin: 0;
            position: absolute;
            top: 50%;
            transform: translate3d(0, -50%, 0);
            right: 20px; } }
  @media (max-width: 600px) {
    .nav-sub.active-nav > header .fsElementTitle:after {
      content: "-"; } }

.nav-main {
  margin-bottom: 0;
  max-width: 100%;
  clear: both; }
  .fsHeader .nav-main {
    display: none; }
    @media (min-width: 900px) {
      .fsHeader .nav-main {
        display: block; } }
  @media (min-width: 1200px) {
    .nav-main {
      max-width: calc(100% - 400px);
      position: absolute;
      right: 0;
      bottom: 0;
      clear: none; } }
  @media (min-width: 900px) {
    .nav-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 73.75em;
      max-width: 73.75rem;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .no-flexbox .nav-main .fsNavLevel1 {
        text-align: justify;
        font-size: 0.1px; }
        .no-flexbox .nav-main .fsNavLevel1 > li {
          display: inline-block; }
        .no-flexbox .nav-main .fsNavLevel1:after {
          content: "";
          display: inline-block;
          width: 100%; } }
  @media (min-width: 900px) {
    .nav-main .fsNavLevel1 > li {
      -ms-flex: 1 auto;
      flex: 1 auto; } }
  .nav-main .fsNavLevel1 > li:hover > a {
    color: #7d6b9b;
    background: transparent;
    cursor: pointer;
    text-shadow: 1px 0 0 #7d6b9b; }
    .nav-main .fsNavLevel1 > li:hover > a:before {
      display: inline-block; }
  .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
    color: #7d6b9b;
    background: transparent;
    text-shadow: 1px 0 0 #7d6b9b; }
  .nav-main .fsNavLevel1 > li > a {
    display: block;
    color: #333333;
    background: transparent;
    position: relative;
    font-family: "Miller Text Rom", Georgia, serif;
    padding: 0 15px 26px;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    text-transform: capitalize;
    text-decoration: none; }
    @media (min-width: 1000px) {
      .nav-main .fsNavLevel1 > li > a {
        padding: 0 1.25em 26px; } }
    @media (min-width: 1200px) {
      .nav-main .fsNavLevel1 > li > a {
        padding: 0 13px 36px; } }
    .nav-main .fsNavLevel1 > li > a:before {
      content: '';
      display: none;
      position: absolute;
      top: 100%;
      left: 12px;
      margin-top: -8px;
      width: calc(100% - 24px);
      height: 8px;
      background: #ffd200; }
    .nav-main .fsNavLevel1 > li > a:focus {
      color: #7d6b9b;
      background: transparent;
      text-shadow: 1px 0 0 #7d6b9b; }
  html.js .nav-main .fsNavLevel1 > li {
    position: relative; }
    html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden; }
    .menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      max-height: 9999px; }
    html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
      max-height: 9999px; }
    html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo {
      max-height: 9999px; }
  html:not(.js) .nav-main .fsNavLevel1 > li {
    position: relative; }
    html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
      position: absolute;
      top: 100%;
      left: 0;
      max-height: 0;
      overflow: hidden; }
    html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
      max-height: 9999px; }
    @media (max-width: 599px) {
      html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
        max-height: 9999px; } }

.nav-main .fsNavPageInfo {
  background: rgba(255, 255, 255, 0.8);
  text-align: left;
  z-index: 300;
  width: 465px; }
  .nav-main .fsNavPageInfo .menu-set-container {
    padding: 20px 0 35px 38px;
    overflow: hidden; }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:nth-child(n + 4) .fsNavPageInfo {
    right: 0;
    left: auto !important;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 0;
    left: auto !important;
    -ms-transform: none;
    transform: none; }

.nav-main .fsNavLevel2.column-1 {
  width: 50%;
  float: left; }

.nav-main .fsNavLevel2.column-2 {
  width: 50%;
  float: left; }

.nav-main .fsNavLevel2 .fsNavPageInfo {
  background: transparent;
  width: auto; }

.nav-main .fsNavLevel2 li {
  padding-right: 40px; }
  .nav-main .fsNavLevel2 li a {
    display: block;
    color: #333333;
    background: transparent;
    padding: 15px 0 17px 0;
    font-family: "Miller Text Rom", Georgia, serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    border-bottom: 1px solid #a6a6a6;
    text-decoration: none; }
    .nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus {
      color: #333333;
      background: transparent;
      color: #595959; }
  .nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
    color: #333333;
    background: transparent; }
  .nav-main .fsNavLevel2 li[class*="fsNavParentPage"] > a {
    border: none !important; }
  .nav-main .fsNavLevel2 li:last-child a {
    border: none; }

.nav-main .fsNavLevel3 {
  padding: 8px 0; }
  .nav-main .fsNavLevel3 li {
    padding: 0;
    width: 100%; }
    .nav-main .fsNavLevel3 li a {
      border: none;
      font-family: "Benton Sans Reg", sans-serif;
      font-size: 14px;
      padding: 5px 0 6px 0; }

.fsMenu {
  height: 100%;
  width: 0;
  background-color: #260859;
  position: absolute;
  top: 55px;
  z-index: 10000;
  right: 0;
  width: 0;
  opacity: 0;
  min-height: 100vh;
  padding: 0;
  transition: all 0.6s ease; }
  .fsMenu.active {
    width: 320px;
    opacity: 1; }

.mobile-menu-button {
  display: none;
  width: 100%;
  cursor: pointer;
  margin-bottom: 90px;
  background-color: #fff; }
  .mobile-menu-button a {
    display: block;
    width: 100%;
    float: right;
    position: relative;
    font-family: "Benton Sans Bd";
    font-style: Normal;
    font-weight: Normal;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    background: #260859;
    padding: 20px 20px 20px 50px;
    text-align: center;
    text-transform: uppercase; }
    .mobile-menu-button a:before {
      content: '';
      display: inline;
      color: #fff;
      font-size: 35px;
      vertical-align: middle;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      margin-left: -38px; }

.mobile-menu-back-button {
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 3px;
  display: none;
  background-color: #fff; }
  .mobile-menu-back-button > .fsElementContent {
    padding: 0 35px 0 37px; }
  .mobile-menu-back-button a {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    color: #333333;
    text-transform: uppercase;
    padding-left: 15px;
    text-decoration: none; }
    .mobile-menu-back-button a:before {
      content: '';
      display: inline;
      color: #333333;
      font-size: 22px;
      line-height: 11px;
      vertical-align: middle;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      margin-left: -26px; }

.mobile-menu-main-nav {
  width: 100%;
  margin: 0 auto;
  padding: 17px 35px 16px;
  background-color: #fff; }
  .mobile-menu-main-nav nav ul {
    width: 100%;
    padding: 0; }
    .mobile-menu-main-nav nav ul, .mobile-menu-main-nav nav ul ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .mobile-menu-main-nav nav ul li {
      margin: 0;
      padding: 0; }
  .mobile-menu-main-nav nav .fsNavLevel1 > li {
    border-bottom: 1px solid #aaa9ab; }
    .mobile-menu-main-nav nav .fsNavLevel1 > li > a {
      font-family: "Miller Text Rom", Georgia, serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 20px;
      color: #333333;
      text-transform: capitalize;
      position: relative;
      display: block;
      padding: 19px 0 16px;
      text-decoration: none; }
      .mobile-menu-main-nav nav .fsNavLevel1 > li > a:hover {
        color: #7d6b9b;
        font-weight: 700; }
      .mobile-menu-main-nav nav .fsNavLevel1 > li > a.active {
        color: #7d6b9b;
        border-bottom: 1px solid #aaa9ab;
        font-family: "Miller Text Bd";
        font-style: Normal;
        font-weight: Normal; }
        .mobile-menu-main-nav nav .fsNavLevel1 > li > a.active:after {
          display: none !important; }
    .mobile-menu-main-nav nav .fsNavLevel1 > li:last-child {
      border-bottom: none; }
    .mobile-menu-main-nav nav .fsNavLevel1 > li.fsNavParentPage > a:after {
      content: '';
      display: inline;
      color: #333333;
      font-size: 24px;
      line-height: inherit;
      vertical-align: middle;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      right: -9px;
      top: 20px; }
    .mobile-menu-main-nav nav .fsNavLevel1 > li.active {
      border-bottom: none; }
  .mobile-menu-main-nav nav .fsNavLevel2 {
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease-in; }
    .mobile-menu-main-nav nav .fsNavLevel2.active {
      height: auto;
      opacity: 1; }
    .mobile-menu-main-nav nav .fsNavLevel2 > li {
      border-bottom: 1px solid #aaa9ab; }
      .mobile-menu-main-nav nav .fsNavLevel2 > li > a {
        font-family: "Miller Text Rom", Georgia, serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #333333;
        text-transform: capitalize;
        position: relative;
        display: block;
        padding: 14px 0 13px;
        text-decoration: none; }
        .mobile-menu-main-nav nav .fsNavLevel2 > li > a:hover {
          color: #7d6b9b;
          font-weight: 700; }
        .mobile-menu-main-nav nav .fsNavLevel2 > li > a.active {
          color: #7d6b9b;
          font-family: "Miller Text Bd";
          font-style: Normal;
          font-weight: Normal; }
          .mobile-menu-main-nav nav .fsNavLevel2 > li > a.active:after {
            display: none !important; }
      .mobile-menu-main-nav nav .fsNavLevel2 > li:last-child {
        border-bottom: none; }
      .mobile-menu-main-nav nav .fsNavLevel2 > li.fsNavParentPage > a:after {
        content: '';
        display: inline;
        color: #333333;
        font-size: 20px;
        vertical-align: middle;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        position: absolute;
        right: 0;
        top: 17px; }
  .mobile-menu-main-nav nav .fsNavLevel3 {
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease-in; }
    .mobile-menu-main-nav nav .fsNavLevel3.active {
      height: auto;
      opacity: 1; }
    .mobile-menu-main-nav nav .fsNavLevel3 > li {
      border-bottom: 1px solid #aaa9ab; }
      .mobile-menu-main-nav nav .fsNavLevel3 > li > a {
        font-family: "Miller Text Rom", Georgia, serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
        color: #333333;
        text-transform: capitalize;
        position: relative;
        display: block;
        padding: 18px 0;
        text-decoration: none; }
        .mobile-menu-main-nav nav .fsNavLevel3 > li > a:hover {
          color: #7d6b9b;
          font-weight: 700; }
        .mobile-menu-main-nav nav .fsNavLevel3 > li > a.active {
          color: #7d6b9b;
          font-family: "Miller Text Bd";
          font-style: Normal;
          font-weight: Normal; }
          .mobile-menu-main-nav nav .fsNavLevel3 > li > a.active:after {
            display: none !important; }
      .mobile-menu-main-nav nav .fsNavLevel3 > li:last-child {
        border-bottom: none; }
      .mobile-menu-main-nav nav .fsNavLevel3 > li.fsNavParentPage > a:after {
        content: '';
        display: inline;
        color: #333333;
        font-size: 20px;
        vertical-align: middle;
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        position: absolute;
        right: 0;
        top: 17px; }

.mobile-menu-apply-section {
  width: 100%;
  margin: 0 auto;
  padding-left: 35px;
  padding-bottom: 16px;
  background-color: #fff; }
  .mobile-menu-apply-section a {
    text-decoration: none; }

.mobile-menu-bottom-container {
  background: #260859;
  width: 100%;
  padding: 25px 35px 35px; }

.mobile-menu-search {
  margin-bottom: 10px; }
  .mobile-menu-search form {
    overflow: hidden;
    background: transparent; }
    .mobile-menu-search form button {
      background: transparent;
      border: none;
      float: left;
      width: 25px;
      height: 40px;
      position: relative; }
      .mobile-menu-search form button:before {
        position: absolute;
        left: 0;
        top: 7px;
        font-size: 18px;
        content: '';
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        color: #fff; }
    .mobile-menu-search form input {
      background: transparent;
      border: none;
      border-bottom: 1px solid #7d6b9b;
      float: right;
      width: 200px;
      font-family: "Benton Sans Reg", sans-serif;
      font-size: 15px;
      font-weight: 400;
      line-height: 15px;
      color: #fff;
      padding: 10px; }

.mobile-menu-utility-nav nav ul, .mobile-menu-utility-nav nav ul ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.mobile-menu-utility-nav nav ul li {
  margin: 0;
  padding: 0; }

.mobile-menu-utility-nav nav ul li a {
  display: block;
  font-size: 12px;
  color: #fff;
  font-family: "Benton Sans Bd";
  font-style: Normal;
  font-weight: Normal;
  line-height: 12px;
  padding: 9px 0;
  text-transform: uppercase;
  text-decoration: none; }
  .mobile-menu-utility-nav nav ul li a:hover {
    color: #fff; }

.mobile-menu-contact-link a {
  display: block;
  font-size: 12px;
  color: #fff;
  font-family: "Benton Sans Bd";
  font-style: Normal;
  font-weight: Normal;
  line-height: 12px;
  padding: 10px 0;
  text-transform: uppercase;
  text-decoration: none; }
  .mobile-menu-contact-link a:hover {
    color: #fff; }

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

.nav-utility-footer .fsNavLevel1, .nav-utility-footer .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-utility-footer .fsNavLevel1 li {
  margin: 0;
  padding: 0; }

/*! 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 default layout */
.fsConstituent .fsConstituentItem {
  float: none;
  width: calc(100% - 20px);
  margin: 0 auto 40px; }

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

@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); } }

/*! elements - constituent profile */
.fsConstituent.fsProfile .fsFullName {
  margin-bottom: 20px;
  color: #260859; }
  .fsConstituent.fsProfile .fsFullName a:hover, .fsConstituent.fsProfile .fsFullName a:focus {
    color: #7d6b9b; }

.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: 16px;
    line-height: 22px; }
    .fsProfileSectionData.fsTitle a {
      text-decoration: none; }
  .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; }

.fsProfileSectionFieldName,
.fsEmail > div:first-child {
  font-weight: 700; }

/*! elements - constituent search */
.fsConstituent.fsSearch {
  overflow: hidden; }
  .fsConstituent.fsSearch + .fsConstituent {
    border-top: solid 1px #bbbbbb;
    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 #bbbbbb;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .fsConstituentSearchForm > label > select {
      height: 32px;
      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 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, .fsTabs .fsPanel {
  transition: margin 0.3s ease; }
  .fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
    cursor: pointer;
    background: transparent;
    transition: .3s; }
    .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
      margin-top: 0;
      font-weight: normal;
      font-size: 26px;
      line-height: 28px;
      font-family: "Benton Sans Reg", sans-serif;
      font-weight: 400;
      color: #260859;
      margin-bottom: 29px;
      margin-bottom: 2px;
      display: block;
      font-size: 21px;
      padding: 10px;
      color: #333333;
      transition: .3s;
      position: relative;
      margin-bottom: 0;
      padding-left: 30px; }
      .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
        transition: none;
        font-size: 20px;
        font-weight: 400;
        line-height: 20px; }
    .fsAccordion .fsPanel > header:hover, .fsTabs .fsPanel > header:hover {
      background: #7d6b9b;
      transition: .3s; }
      .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
        color: #fff;
        transition: .3s; }
  .fsAccordion .fsPanel.fsStateOpen, .fsTabs .fsPanel.fsStateOpen {
    margin-bottom: 21px; }
    .fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
      background: #260859; }
      .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
        color: #fff; }
        .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          right: 42px; }

.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: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 10px;
  right: 42px;
  font-size: 28px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  right: 20px !important; }

.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: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 10px;
  right: 42px;
  font-size: 28px;
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  right: 20px; }

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

.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 60px; }
  .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: 20px; }

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

.fsAccordion {
  margin-bottom: 75px; }
  .fsAccordion .fsPanel {
    border: 1px solid #333333; }
    .fsAccordion .fsPanel + .fsPanel {
      margin-top: -1px; }
    .fsAccordion .fsPanel > .fsElementContent {
      padding: 20px 10px 0 30px; }
      .fsAccordion .fsPanel > .fsElementContent p {
        line-height: 30px; }
    .fsAccordion .fsPanel:hover {
      border: 1px solid #7d6b9b; }

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent > .fsElementContent {
  width: 100%; }

.fsAthleticsEvent .fsAlertFeeds {
  margin-bottom: 10px; }

.fsAthleticsEvent .fsElementEventIcon {
  display: inline-block;
  max-width: 100%; }

.fsAthleticsEvent .fsTitle {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0; }
  .fsAthleticsEvent .fsTitle a {
    text-decoration: none; }

.fsAthleticsEvent div.fsTitle {
  display: inline-block; }

/*! elements - athletics events - list subtype */
.fsAthleticsEvent.fsList .fsTitle a {
  text-decoration: none; }

.fsAthleticsEvent.fsList .fsElementEventIcon {
  margin-right: 10px; }

.fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
  outline: 0; }

.fsAthleticsEvent.fsList .fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px; }

.fsAthleticsEvent.fsList .fsAthleticsOpponents {
  display: inline; }

.fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
  display: inline; }

.fsAthleticsEvent.fsList .fsAthleticsEventReadMoreLink {
  display: inline-block;
  margin-top: 5px;
  text-decoration: none; }

.fsAthleticsEvent.fsList .fsAthleticsDismissal,
.fsAthleticsEvent.fsList .fsAthleticsDeparture,
.fsAthleticsEvent.fsList .fsAthleticsReturn,
.fsAthleticsEvent.fsList .fsAthleticsPickup {
  margin-top: 5px; }

.fsAthleticsEvent.fsList .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsList .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsList .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsList .fsAthleticsPickupLabel {
  display: inline-block; }
  .fsAthleticsEvent.fsList .fsAthleticsDismissalLabel + div,
  .fsAthleticsEvent.fsList .fsAthleticsDepartureLabel + div,
  .fsAthleticsEvent.fsList .fsAthleticsReturnLabel + div,
  .fsAthleticsEvent.fsList .fsAthleticsPickupLabel + div {
    display: inline-block; }

/*! elements - athletics events */
.fsAthleticsEvent.fsEvent article > div {
  margin-bottom: 10px; }
  .fsAthleticsEvent.fsEvent article > div:last-child {
    margin-bottom: 0; }

.fsAthleticsEvent.fsEvent .fsAthleticsOpponents {
  display: inline-block; }

.fsAthleticsEvent.fsEvent .fsAthleticsVs + div {
  display: inline-block; }

/*! elements - athletics events - table*/
.fsAthleticsEvent.fsTable .fsTitle {
  text-decoration: none; }

@media (min-width: 801px) {
  .fsAthleticsEvent.fsTable .fsDateTime,
  .fsAthleticsEvent.fsTable .fsAthleticsScore {
    white-space: nowrap; } }

.fsAthleticsEvent.fsTable .fsElementTable {
  margin-bottom: 0; }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable thead {
      display: none; } }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable td {
      display: inline-block;
      width: 100%;
      padding: 0 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:not(:last-child) {
        border: 0; }
      .fsAthleticsEvent.fsTable .fsElementTable td:first-of-type {
        padding-top: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:last-of-type {
        padding-bottom: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:before {
        display: inline-block;
        font-weight: 700; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
        content: 'Team: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents {
        display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents:before {
          content: 'Opponent: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate:before {
        content: 'Date: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime:before {
        content: 'Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsLocations:before {
        content: 'Location: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAdvantage:before {
        content: 'Advantage: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsEventType:before {
        content: 'Type: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails:before {
        content: 'Details: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsResult:before {
        content: 'Result: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsScore:before {
        content: 'Score: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAlerts:before {
        content: 'Alerts: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDismissal:before {
        content: 'Dismissal: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDeparture:before {
        content: 'Departure: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsReturn:before {
        content: 'Return Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsPickup:before {
        content: 'Pickup Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsRecap:before {
        content: 'Recap: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus:before {
        content: 'Status: '; } }

.fsAthleticsEvent.fsTable .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsTable .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsTable .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsTable .fsAthleticsPickupLabel {
  display: none; }

.fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
  display: inline-block; }
  @media (min-width: 800px) {
    .fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
      display: block; } }

/*! elements - athletics popup modal */
.fsAthleticsEvent.fsDialog {
  margin: auto; }
  .fsAthleticsEvent.fsDialog .fsAthleticsTitle {
    margin-top: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 22px;
    font-family: "Benton Sans Reg", sans-serif;
    font-weight: 400;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 36px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsLabel {
    font-weight: bold;
    margin-top: 20px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsAddress > div {
    margin-top: 10px; }

/*! elements - athletics roster */
.fsAthleticsRoster .fsElementTable td:before, .fsAthleticsRosterList li > div:before {
  margin-right: 5px;
  display: inline-block;
  font-weight: 700; }

.fsAthleticsRoster .fsElementTable td.fsRosterPlayerNumber:before, .fsAthleticsRosterList li > div.fsRosterPlayerNumber:before {
  content: 'Number: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterName:before, .fsAthleticsRosterList li > div.fsRosterName:before {
  content: 'Name: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterPosition:before, .fsAthleticsRosterList li > div.fsRosterPosition:before {
  content: 'Position: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterClass:before, .fsAthleticsRosterList li > div.fsRosterClass:before {
  content: 'Class: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterGradeLevel:before, .fsAthleticsRosterList li > div.fsRosterGradeLevel:before {
  content: 'Grade: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterHometown:before, .fsAthleticsRosterList li > div.fsRosterHometown:before {
  content: 'Hometown: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterHeight:before, .fsAthleticsRosterList li > div.fsRosterHeight:before {
  content: 'Height: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterWeight:before, .fsAthleticsRosterList li > div.fsRosterWeight:before {
  content: 'Weight: '; }

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable thead {
    display: none; } }

@media (min-width: 800px) {
  .fsAthleticsRoster .fsElementTable td:before {
    display: none; } }

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px; }
    .fsAthleticsRoster .fsElementTable td:not(:last-child) {
      border: 0; }
    .fsAthleticsRoster .fsElementTable td:first-of-type {
      padding-top: 10px; }
    .fsAthleticsRoster .fsElementTable td:last-of-type {
      padding-bottom: 10px; } }

.fsAthleticsRosterContent {
  margin-bottom: 20px; }
  .fsAthleticsRosterContent:empty, .fsAthleticsRosterContent:last-child {
    margin-bottom: 0; }

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

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

.fsAthleticsRosterList li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #eee; }
  .fsAthleticsRosterList li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .fsAthleticsRosterList li > div {
    margin-bottom: 10px; }
    .fsAthleticsRosterList li > div:last-child {
      margin-bottom: 0; }
    .fsAthleticsRosterList li > div.fsRosterName {
      margin-bottom: 10px; }
      .fsAthleticsRosterList li > div.fsRosterName:before {
        display: none; }

.fsAthleticsRosterList .fsCoachImage {
  display: block;
  margin-bottom: 10px; }

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

.fsAthleticsTeamIcon {
  margin-right: 10px; }

.fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

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

.fsBoardElement .fsTitle a {
  text-decoration: none; }

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */
.fsCalendar {
  margin-bottom: 80px; }
  .fsCalendar article {
    position: relative;
    padding-left: 0;
    min-height: auto;
    padding-top: 0; }
    .fsCalendar article .fsElementEventColorIcon {
      width: 12px;
      height: 12px; }
  .fsCalendar .fsDate {
    position: relative;
    display: block;
    text-align: center;
    height: auto;
    width: 220px;
    color: #260859;
    background: transparent;
    text-align: left;
    margin-bottom: 7px; }
    .fsCalendar .fsDate > span {
      display: inline-block; }
      .fsCalendar .fsDate > span.fsMonth {
        font-family: "Miller Text It";
        font-style: Italic;
        font-weight: Normal;
        font-size: 40px;
        line-height: 40px;
        color: #260859; }
      .fsCalendar .fsDate > span.fsDay {
        font-family: "Miller Text It";
        font-style: Italic;
        font-weight: Normal;
        font-size: 40px;
        line-height: 40px;
        color: #260859; }
  .fsCalendar header {
    background: #260859;
    width: 100%; }
    .fsCalendar header h2 {
      font-size: 20px;
      font-weight: 400;
      line-height: 20px;
      color: #fff;
      padding: 20px 35px;
      margin-bottom: 0;
      text-transform: uppercase; }
  .fsCalendar > .fsElementContent {
    border: 1px solid #333333;
    border-top: none;
    padding: 20px 30px; }
  .fsCalendar .fsDayContainer {
    border-bottom: 1px solid #333333;
    margin-bottom: 23px; }
    .fsCalendar .fsDayContainer:last-child {
      border-bottom: none; }
  .fsCalendar .fsTitle {
    margin-bottom: 28px; }
    .fsCalendar .fsTitle a {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: #333333;
      text-decoration: none; }
      .fsCalendar .fsTitle a:hover {
        color: black; }
  .fsCalendar .fsTimeRange {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 22px; }
  .fsCalendar .fsLocation {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #7d6b9b;
    margin-bottom: 22px; }
  .fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
    margin-bottom: 0; }
  .fsCalendar .fsReadMoreLink {
    margin-bottom: 10px;
    display: inline-block;
    font-family: "Benton Sans Bd";
    font-style: Normal;
    font-weight: Normal;
    font-size: 16px;
    line-height: 16px;
    color: #7d6b9b;
    text-transform: uppercase;
    text-decoration: none; }
    .fsCalendar .fsReadMoreLink:after {
      content: '';
      display: inline-block;
      vertical-align: top;
      font-size: 18px;
      margin-left: 5px;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .fsCalendar .fsReadMoreLink:hover {
      color: #4c415f; }

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */
.fsCalendar.fsList .fsListItems + button {
  margin-top: 0; }

.fsCalendar.fsList article {
  padding-top: 60px; }

.fsCalendar.fsList .fsDate {
  position: absolute;
  top: 0;
  left: 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; }
    .flexbox .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      .flexbox .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
        height: auto;
        -ms-flex-positive: 1;
        flex-grow: 1; } }

.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(38, 8, 89, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(38, 8, 89, 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(38, 8, 89, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(38, 8, 89, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 1;
        font-size: 15px;
        margin-bottom: 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
      border-left: 1px solid #EDEDED;
      border-right: 1px solid #EDEDED;
      zoom: 1;
      display: block; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
        display: table;
        clear: both;
        content: ''; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
        border-top: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
        border-bottom: 1px solid #EDEDED; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
      width: 16.666% !important;
      height: 50px !important;
      border: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
        display: block; } }

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

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #333333;
    color: #fff;
    border-radius: 0;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus {
      background: #262626;
      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%; } }

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
.fsCalendar.fsSlideshow .fsAlertFeeds {
  float: none; }

.fsCalendar.fsSlideshowHorizontal .fsElementSlideshow {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 0; }

.fsCalendar.fsSlideshowVertical .fsElementSlideshow {
  padding-left: 45px;
  padding-top: 45px;
  padding-bottom: 45px; }

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
/*! elements - forms */
textarea,
input,
select {
  padding: 5px;
  max-width: 100%; }

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed body {
    margin: 0; }
  .fsComposerFormEmbed .subGroup form .pageBreak .nextPage,
  .fsComposerFormEmbed .subGroup form .pageBreak .prevPage {
    font-style: Normal;
    font-weight: Normal;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 20px;
    background: #7d6b9b;
    margin: 0 16px 20px 0;
    text-decoration: none; }
    .fsComposerFormEmbed .subGroup form .pageBreak .nextPage:hover,
    .fsComposerFormEmbed .subGroup form .pageBreak .prevPage:hover {
      background: #260859;
      color: #fff; }
  .fsComposerFormEmbed input.completeOtherPayment {
    display: inline-block;
    font-style: Normal;
    font-weight: Normal;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 20px;
    background: #7d6b9b;
    margin: 0 16px 20px 0;
    text-decoration: none;
    border: none;
    transition: background .3s, color .3s; }
    .fsComposerFormEmbed input.completeOtherPayment:hover {
      background: #260859;
      color: #fff; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input,
    .fsComposerFormEmbed form textarea,
    .fsComposerFormEmbed form select {
      font-family: "Benton Sans Reg", sans-serif;
      font-size: 16px;
      line-height: 22px;
      color: #333333; }
    .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 {
        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: #36c;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #039; }
    .fsComposerFormEmbed form .required {
      color: #260859; }
    .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: #36c;
        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: #039;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 14px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      border: 0;
      margin: 0;
      padding: 10px 20px;
      outline: 0;
      background: #260859 !important;
      text-shadow: none;
      font-size: inherit;
      border: none !important;
      float: left;
      line-height: 1;
      color: #fff; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        color: #fff !important;
        background: #7d6b9b !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "Benton Sans Reg", 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: #fff;
  opacity: 0;
  opacity: 0; }

:-moz-placeholder {
  color: #fff;
  opacity: 0;
  opacity: 0; }

::-moz-placeholder {
  color: #fff;
  opacity: 0;
  opacity: 0; }

:-ms-input-placeholder {
  color: #fff;
  opacity: 0;
  opacity: 0; }

/*! elements - login */
.fsLogin .fsLoginMainView,
.fsLogin .fsLoginForgotView,
.fsLogin .fsLoginNewView,
.fsLogin .fsResetPasswordView, .fsAccount .fsLoginMainView,
.fsAccount .fsLoginForgotView,
.fsAccount .fsLoginNewView,
.fsAccount .fsResetPasswordView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after,
  .fsLogin .fsLoginForgotView:after,
  .fsLogin .fsLoginNewView:after,
  .fsLogin .fsResetPasswordView:after, .fsAccount .fsLoginMainView:after,
  .fsAccount .fsLoginForgotView:after,
  .fsAccount .fsLoginNewView:after,
  .fsAccount .fsResetPasswordView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3,
  .fsLogin .fsLoginForgotView h3,
  .fsLogin .fsLoginNewView h3,
  .fsLogin .fsResetPasswordView h3, .fsAccount .fsLoginMainView h3,
  .fsAccount .fsLoginForgotView h3,
  .fsAccount .fsLoginNewView h3,
  .fsAccount .fsResetPasswordView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span,
  .fsLogin .fsLoginForgotView span,
  .fsLogin .fsLoginNewView span,
  .fsLogin .fsResetPasswordView span, .fsAccount .fsLoginMainView span,
  .fsAccount .fsLoginForgotView span,
  .fsAccount .fsLoginNewView span,
  .fsAccount .fsResetPasswordView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginMainView button,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView button,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsLoginNewView button,
  .fsLogin .fsResetPasswordView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView button, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginMainView button,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView button,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsLoginNewView button,
  .fsAccount .fsResetPasswordView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView button {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #333333;
    color: #fff;
    border-radius: 0; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView .fsLoginSubmit:focus,
    .fsLogin .fsLoginMainView button:hover,
    .fsLogin .fsLoginMainView button:focus,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:hover,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:focus,
    .fsLogin .fsLoginForgotView button:hover,
    .fsLogin .fsLoginForgotView button:focus,
    .fsLogin .fsLoginNewView .fsLoginSubmit:hover,
    .fsLogin .fsLoginNewView .fsLoginSubmit:focus,
    .fsLogin .fsLoginNewView button:hover,
    .fsLogin .fsLoginNewView button:focus,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:hover,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:focus,
    .fsLogin .fsResetPasswordView button:hover,
    .fsLogin .fsResetPasswordView button:focus, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:focus,
    .fsAccount .fsLoginMainView button:hover,
    .fsAccount .fsLoginMainView button:focus,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:hover,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:focus,
    .fsAccount .fsLoginForgotView button:hover,
    .fsAccount .fsLoginForgotView button:focus,
    .fsAccount .fsLoginNewView .fsLoginSubmit:hover,
    .fsAccount .fsLoginNewView .fsLoginSubmit:focus,
    .fsAccount .fsLoginNewView button:hover,
    .fsAccount .fsLoginNewView button:focus,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:hover,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:focus,
    .fsAccount .fsResetPasswordView button:hover,
    .fsAccount .fsResetPasswordView button:focus {
      background: #262626;
      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,
    .fsLogin .fsResetPasswordView .fsLoginSubmit em,
    .fsLogin .fsResetPasswordView 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,
    .fsAccount .fsResetPasswordView .fsLoginSubmit em,
    .fsAccount .fsResetPasswordView button em {
      display: block;
      font-style: normal; }
    .fsLogin .fsLoginMainView .fsLoginSubmit + button,
    .fsLogin .fsLoginMainView button + button,
    .fsLogin .fsLoginForgotView .fsLoginSubmit + button,
    .fsLogin .fsLoginForgotView button + button,
    .fsLogin .fsLoginNewView .fsLoginSubmit + button,
    .fsLogin .fsLoginNewView button + button,
    .fsLogin .fsResetPasswordView .fsLoginSubmit + button,
    .fsLogin .fsResetPasswordView button + button, .fsAccount .fsLoginMainView .fsLoginSubmit + button,
    .fsAccount .fsLoginMainView button + button,
    .fsAccount .fsLoginForgotView .fsLoginSubmit + button,
    .fsAccount .fsLoginForgotView button + button,
    .fsAccount .fsLoginNewView .fsLoginSubmit + button,
    .fsAccount .fsLoginNewView button + button,
    .fsAccount .fsResetPasswordView .fsLoginSubmit + button,
    .fsAccount .fsResetPasswordView button + button {
      margin-left: 10px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginMainView .fsLoginNewAccountLink,
  .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginForgotView .fsLoginNewAccountLink,
  .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginNewView .fsLoginNewAccountLink,
  .fsLogin .fsResetPasswordView .fsLoginForgotPasswordLink,
  .fsLogin .fsResetPasswordView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginMainView .fsLoginNewAccountLink,
  .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginForgotView .fsLoginNewAccountLink,
  .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginNewView .fsLoginNewAccountLink,
  .fsAccount .fsResetPasswordView .fsLoginForgotPasswordLink,
  .fsAccount .fsResetPasswordView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

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

.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 .fsLoginNewSuccess button, .fsAccount .fsLoginNewSuccess button {
  margin-top: 20px; }

.fsLogin .fsResetPasswordFields > div, .fsAccount .fsResetPasswordFields > div {
  margin-bottom: 20px; }
  .fsLogin .fsResetPasswordFields > div:last-child, .fsAccount .fsResetPasswordFields > div:last-child {
    margin-bottom: 0; }

.fsLogin .fsResetPasswordFields label > span, .fsAccount .fsResetPasswordFields label > span {
  display: block; }

.fsLogin .fsResetPasswordFields label > input, .fsAccount .fsResetPasswordFields label > input {
  margin-bottom: 20px; }

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

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccount .fsAccountLogout a {
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #333333;
    color: #fff;
    border-radius: 0; }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus {
      background: #262626;
      color: #fff; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal; }

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #333333;
  font-family: "Benton Sans Reg", sans-serif; }
  .fsMediaCustomPlayer article {
    position: relative; }

.fsCustomSlider .fsElement {
  margin-bottom: 0; }

.fsCustomSlider .slick-next, .fsCustomSlider .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 2; }
  .fsCustomSlider .slick-next:before, .fsCustomSlider .slick-prev:before {
    color: #fff;
    display: block;
    font-size: 50px;
    font-weight: normal;
    height: 100%;
    left: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center; }

.fsCustomSlider .slick-next {
  left: auto;
  right: 0; }
  .fsCustomSlider .slick-next:before {
    content: '\203A'; }

.fsCustomSlider .slick-prev {
  left: 0;
  right: auto; }
  .fsCustomSlider .slick-prev:before {
    content: '\2039'; }

.fsCustomSlider .slider-play-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #7d6b9b;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  z-index: 1;
  line-height: 42px; }
  .fsCustomSlider .slider-play-btn:before {
    content: "";
    color: #fff;
    font-size: 16px;
    font-family: "Miller Text Rom", Georgia, serif; }

.fsCustomSlider.slider-paused .slider-play-btn:before {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 13px solid #fff;
  border-bottom: 7px solid transparent;
  display: inline-block; }

.fsCustomSlider.slider-playing .slider-play-btn:before, .fsCustomSlider.slider-playing .slider-play-btn:after {
  content: "";
  width: 3px;
  height: 18px;
  background-color: #fff;
  display: inline-block;
  margin: 6px 2px 0; }

.fsCustomSlider .slick-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .fsCustomSlider .slick-dots, .fsCustomSlider .slick-dots ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsCustomSlider .slick-dots li {
    margin: 0;
    padding: 0; }
  .fsCustomSlider .slick-dots li {
    display: inline-block; }
  .fsCustomSlider .slick-dots li + li {
    margin-left: 6px; }
  .fsCustomSlider .slick-dots button {
    border: 0;
    background-color: transparent;
    padding: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 0; }
  .fsCustomSlider .slick-dots .slick-active button {
    background-color: #fff; }

.fsCustomSlider .caption-wrapper {
  font-family: "Benton Sans Reg", sans-serif;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  background-color: #7d6b9b;
  color: #fff; }
  .fsCustomSlider .caption-wrapper .caption-inner {
    padding: 10px 10px 30px; }
  @media (min-width: 800px) {
    .fsCustomSlider .caption-wrapper {
      padding: 30px 20px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: rgba(125, 107, 155, 0.5); } }
  .fsCustomSlider .caption-wrapper a {
    color: rgba(255, 255, 255, 0.5); }
    .fsCustomSlider .caption-wrapper a:hover {
      text-decoration: underline; }
  .fsCustomSlider .caption-wrapper.is-empty {
    display: none; }

@media (min-width: 800px) {
  .fsCustomSlider .caption-title {
    margin-top: 0;
    font-weight: normal;
    font-size: 26px;
    line-height: 28px;
    font-family: "Benton Sans Reg", sans-serif;
    font-weight: 400;
    color: #260859;
    margin-bottom: 29px;
    color: #fff;
    margin-bottom: 0; } }

@media (min-width: 800px) {
  .fsCustomSlider .caption-desc {
    display: block; } }

.fsCustomSlider .caption-desc p:last-child {
  margin-bottom: 0; }

.fsCustomSlider .caption-desc:empty {
  display: none; }

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

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

.fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

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

.fsPostElement .fsTitle a {
  text-decoration: none; }

.fsPostElement.fsSingleItem .fsTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 26px;
  line-height: 28px;
  font-family: "Benton Sans Reg", sans-serif;
  font-weight: 400;
  color: #260859;
  margin-bottom: 29px; }

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

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

.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: #36c !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: #039 !important; }

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

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

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

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

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

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

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

.fsFacebookFollow {
  margin-top: 20px; }

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

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

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

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

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

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

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #333333;
  color: #fff;
  border-radius: 0; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus {
    background: #262626;
    color: #fff; }
  .vimeo_view_link a em {
    display: block;
    font-style: normal; }

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

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

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

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

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

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #333333;
  color: #fff;
  border-radius: 0; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus {
    background: #262626;
    color: #fff; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 40px; }
  .fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: -1px; }
      .fsTabs .fsTabsNav li a {
        display: block;
        margin-top: 0;
        font-weight: normal;
        font-size: 26px;
        line-height: 28px;
        font-family: "Benton Sans Reg", sans-serif;
        font-weight: 400;
        color: #260859;
        margin-bottom: 29px;
        margin-bottom: 2px;
        display: block;
        font-size: 21px;
        padding: 10px;
        color: #333333;
        transition: .3s;
        background: transparent;
        color: #333333;
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 0;
        border: 1px solid #333333;
        border-bottom: 0;
        padding: 15px 30px;
        padding: 20px 35px;
        position: relative; }
        .fsTabs .fsTabsNav li a:hover {
          background: #7d6b9b;
          color: #fff;
          border: 1px solid #7d6b9b;
          border-bottom: 0; }
        .fsTabs .fsTabsNav li a:after {
          content: '';
          border-bottom: 1px solid #333333;
          display: block;
          height: 1px;
          position: absolute;
          bottom: -1px;
          left: 0;
          width: 100%; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        background: #260859;
        color: #fff;
        border: 1px solid #260859;
        border-bottom: 0; }
  .fsTabs .fsPanel {
    border: 1px solid #333333;
    margin-bottom: 21px; }
    .fsTabs .fsPanel > .fsElementContent {
      padding: 20px 10px 0 30px; }
      .fsTabs .fsPanel > .fsElementContent p {
        line-height: 35px; }

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

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

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

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

.fsMedia {
  margin-bottom: 0; }

.header-video-section {
  position: relative;
  width: 100%;
  z-index: 99; }
  .header-video-section .universal-slider {
    position: relative; }
    .header-video-section .universal-slider article {
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top center;
      height: 400px; }
      @media (min-width: 900px) {
        .header-video-section .universal-slider article {
          height: calc(100vh - 208px); } }
      @media (min-width: 1200px) {
        .header-video-section .universal-slider article {
          height: calc(100vh - 180px); } }
      .header-video-section .universal-slider article .multimedia-img-wrapper {
        display: none; }
      .header-video-section .universal-slider article .universal-img {
        display: none; }
      .header-video-section .universal-slider article .video-wrapper {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center; }
        .header-video-section .universal-slider article .video-wrapper video {
          min-width: 100% !important;
          min-height: 100% !important;
          -o-object-fit: cover;
          object-fit: cover; }
      .header-video-section .universal-slider article .caption-wrapper {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 26px;
        padding: 20px;
        text-align: center;
        background-color: transparent; }
        @media (min-width: 700px) {
          .header-video-section .universal-slider article .caption-wrapper {
            bottom: 139px; } }
        @media (min-width: 1200px) {
          .header-video-section .universal-slider article .caption-wrapper {
            bottom: 191px; } }
        .header-video-section .universal-slider article .caption-wrapper .caption-title {
          font-family: "Miller Text It";
          font-style: Italic;
          font-weight: Normal;
          font-size: 54px;
          line-height: 62px;
          color: #fff;
          text-shadow: 0px 0px 110.4px rgba(0, 0, 0, 0.65); }
          @media (min-width: 900px) {
            .header-video-section .universal-slider article .caption-wrapper .caption-title {
              font-size: 72px;
              line-height: 74px; } }
          @media (min-width: 1200px) {
            .header-video-section .universal-slider article .caption-wrapper .caption-title {
              font-size: 98px;
              line-height: 100px; } }
    .header-video-section .universal-slider .slick-prev,
    .header-video-section .universal-slider .slick-next {
      display: none !important; }
    .header-video-section .universal-slider .slick-dots {
      display: none !important;
      -ms-transform: translateX(0);
      transform: translateX(0);
      width: 100%;
      text-align: center;
      position: absolute;
      left: 0;
      padding: 0;
      bottom: 100px; }
      @media (min-width: 700px) {
        .header-video-section .universal-slider .slick-dots {
          display: block !important; } }
      @media (min-width: 1200px) {
        .header-video-section .universal-slider .slick-dots {
          bottom: 134px; } }
      .header-video-section .universal-slider .slick-dots li {
        cursor: pointer;
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-left: 20px;
        position: relative;
        text-align: center; }
        @media (min-width: 1200px) {
          .header-video-section .universal-slider .slick-dots li {
            width: 15px;
            height: 15px; } }
        .header-video-section .universal-slider .slick-dots li button {
          background: transparent !important;
          border: none !important;
          display: block;
          width: 12px;
          height: 12px;
          color: transparent;
          cursor: pointer;
          line-height: 0;
          outline: medium none; }
          @media (min-width: 1200px) {
            .header-video-section .universal-slider .slick-dots li button {
              width: 15px;
              height: 15px; } }
        .header-video-section .universal-slider .slick-dots li:before {
          position: absolute;
          top: 0;
          left: 0;
          width: 12px;
          height: 12px;
          color: #fff;
          content: '';
          display: inline-block;
          font-size: 12px;
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
          @media (min-width: 1200px) {
            .header-video-section .universal-slider .slick-dots li:before {
              width: 15px;
              height: 15px;
              font-size: 15px; } }
        .header-video-section .universal-slider .slick-dots li.slick-active:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        .header-video-section .universal-slider .slick-dots li:first-child {
          margin-left: 0; }
    .header-video-section .universal-slider .slider-play-btn {
      display: none; }

.scroll-button {
  display: none;
  position: absolute;
  bottom: 14px;
  left: 50%;
  margin: 0;
  margin-left: -25px;
  width: 50px;
  height: auto;
  z-index: 500; }
  @media (min-width: 700px) {
    .scroll-button {
      display: inline-block; } }
  @media (min-width: 1200px) {
    .scroll-button {
      bottom: 19px;
      width: 60px;
      margin-left: -30px; } }
  .scroll-button a {
    font-family: "Benton Sans Bd";
    font-style: Normal;
    font-weight: Normal;
    margin: 0;
    padding-top: 10px;
    display: block;
    font-size: 7px;
    line-height: 7px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    text-decoration: none; }
    @media (min-width: 900px) {
      .scroll-button a {
        font-size: 10px;
        line-height: 10px; } }
    @media (min-width: 1200px) {
      .scroll-button a {
        font-size: 14px;
        line-height: 14px; } }
    .scroll-button a:before {
      content: '';
      display: inline-block;
      vertical-align: top;
      font-size: 75px;
      margin-bottom: 20px;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      width: 80px;
      margin-left: -16px; }
      @media (min-width: 1200px) {
        .scroll-button a:before {
          font-size: 105px;
          margin-left: -23px;
          margin-bottom: 25px; } }

.about-section {
  max-width: 920px;
  margin: 52px auto 120px;
  padding: 0 20px;
  overflow: hidden;
  text-align: center; }
  @media (min-width: 800px) {
    .about-section {
      margin-top: 49px; } }
  @media (min-width: 1000px) {
    .about-section {
      margin-top: 73px; } }
  .about-section > header {
    display: block;
    margin-bottom: 25px; }
    @media (min-width: 1000px) {
      .about-section > header {
        margin-bottom: 31px; } }
    .about-section > header h2 {
      position: relative;
      display: inline-block;
      font-family: "Miller Text Rom", Georgia, serif;
      font-weight: 400px;
      font-size: 40px;
      line-height: 48px;
      color: #260859;
      margin: 0; }
      @media (min-width: 800px) {
        .about-section > header h2 {
          font-size: 50px;
          line-height: 64px; } }
      @media (min-width: 1000px) {
        .about-section > header h2 {
          font-size: 64px; } }
      .about-section > header h2:after {
        content: '';
        display: block;
        width: 40px;
        height: 6px;
        background: #ffd200;
        vertical-align: bottom;
        margin: 22px auto 0; }
        @media (min-width: 800px) {
          .about-section > header h2:after {
            margin: 17px auto 0; } }
        @media (min-width: 1000px) {
          .about-section > header h2:after {
            width: 50px;
            height: 8px;
            margin: 31px auto 0; } }
  .about-section p {
    display: block;
    font-weight: 400px;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin: 0 0 34px; }
    @media (min-width: 1000px) {
      .about-section p {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 41px; } }
  .about-section a.fs_style_47 {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    padding: 16px 29px; }
    @media (min-width: 1000px) {
      .about-section a.fs_style_47 {
        font-size: 20px;
        line-height: 20px;
        padding: 20px 35px; } }

.infographics-section {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }
  .infographics-section > .fsElementContent {
    background: rgba(38, 8, 89, 0.8);
    height: 100%;
    width: 100%; }
  .infographics-section .infographics-inner {
    max-width: 275px;
    margin: 0 auto;
    padding: 64px 20px 6px;
    overflow: hidden; }
    @media (min-width: 700px) {
      .infographics-section .infographics-inner {
        max-width: 900px;
        padding: 80px 20px 75px 45px; } }
    @media (min-width: 1000px) {
      .infographics-section .infographics-inner {
        max-width: 1220px; } }
    .infographics-section .infographics-inner .infographics-content {
      display: inline-block;
      width: 100%;
      float: left;
      margin-bottom: 54px; }
      @media (min-width: 700px) {
        .infographics-section .infographics-inner .infographics-content {
          width: calc(33.33% - 60px);
          margin-right: 60px;
          margin-bottom: 0; } }
      @media (min-width: 1000px) {
        .infographics-section .infographics-inner .infographics-content {
          width: calc(25% - 60px); } }
      .infographics-section .infographics-inner .infographics-content img {
        width: 238px;
        position: relative;
        -ms-transform: scale(1);
        transform: scale(1);
        transition: 0.3s ease; }
      .infographics-section .infographics-inner .infographics-content:nth-child(n + 3) {
        display: none; }
        @media (min-width: 700px) {
          .infographics-section .infographics-inner .infographics-content:nth-child(n + 3) {
            display: inline-block; } }
      .infographics-section .infographics-inner .infographics-content:nth-child(n + 4) {
        display: none; }
        @media (min-width: 1000px) {
          .infographics-section .infographics-inner .infographics-content:nth-child(n + 4) {
            display: inline-block; } }
      .infographics-section .infographics-inner .infographics-content:last-child {
        margin-right: 0; }
        @media (min-width: 1000px) {
          .infographics-section .infographics-inner .infographics-content:last-child {
            width: 25%; } }
      .infographics-section .infographics-inner .infographics-content > .fsElementContent {
        position: relative; }
        .infographics-section .infographics-inner .infographics-content > .fsElementContent a:hover img {
          -ms-transform: scale(1.1);
          transform: scale(1.1); }

.instagram-feeds-section {
  cursor: pointer;
  max-width: 300px;
  margin: 0 auto; }
  .instagram-feeds-section > header {
    display: block;
    margin-bottom: 37px;
    padding-bottom: 32px;
    border-bottom: 1px solid #333333; }
    .instagram-feeds-section > header > h2 {
      font-family: "Benton Sans Bd";
      font-style: Normal;
      font-weight: Normal;
      margin: 0;
      font-size: 26px;
      line-height: 28px;
      color: #260859;
      text-transform: capitalize; }
  .instagram-feeds-section .juicer-feed li.feed-item {
    position: relative;
    width: calc(33.33% - 20px);
    margin: 0 10px 20px !important;
    float: left;
    overflow: hidden; }
    .instagram-feeds-section .juicer-feed li.feed-item .j-meta::before,
    .instagram-feeds-section .juicer-feed li.feed-item .j-meta ul {
      display: none; }
    .instagram-feeds-section .juicer-feed li.feed-item .j-meta {
      position: absolute;
      right: 28px;
      bottom: 28px;
      left: auto;
      top: auto;
      width: 32px;
      height: 35px;
      background: transparent;
      z-index: 20; }
      .instagram-feeds-section .juicer-feed li.feed-item .j-meta > nav {
        position: absolute;
        top: 0;
        left: 0; }
        .instagram-feeds-section .juicer-feed li.feed-item .j-meta > nav a::before {
          color: #fff;
          margin: 0;
          font-size: 33px; }
    .instagram-feeds-section .juicer-feed li.feed-item .j-text {
      width: 100%;
      padding: 0 29px;
      margin: 0;
      min-height: auto;
      z-index: 20; }
  @media (min-width: 800px) {
    .instagram-feeds-section {
      max-width: 1220px; } }
  .instagram-feeds-section li.feed-item {
    height: 280px;
    width: calc(100% - 20px) !important; }
    @media (min-width: 800px) {
      .instagram-feeds-section li.feed-item {
        width: calc(33.33% - 20px) !important; } }
    .instagram-feeds-section li.feed-item a {
      z-index: 10;
      display: block;
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 100%; }
      .instagram-feeds-section li.feed-item a img {
        width: 100% !important;
        height: 100% !important;
        display: none; }
    .instagram-feeds-section li.feed-item .j-meta nav a::before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
    .instagram-feeds-section li.feed-item:after {
      width: 100%;
      height: 188px;
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      display: inline-block;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, black 100%); }
    .instagram-feeds-section li.feed-item .j-text {
      position: absolute;
      bottom: 19px;
      left: 0;
      height: auto;
      overflow: hidden; }
      .instagram-feeds-section li.feed-item .j-text .j-message {
        height: auto;
        display: block !important; }
        .instagram-feeds-section li.feed-item .j-text .j-message p {
          font-family: "Benton Sans Bd";
          font-style: Normal;
          font-weight: Normal;
          height: 86px;
          overflow: hidden;
          margin: 0 0 15px;
          font-size: 20px;
          line-height: 30px;
          color: #fff; }
          .instagram-feeds-section li.feed-item .j-text .j-message p a {
            font-family: "Benton Sans Bd";
            font-style: Normal;
            font-weight: Normal;
            font-size: 20px;
            line-height: 30px;
            color: #fff; }
        .instagram-feeds-section li.feed-item .j-text .j-message .info {
          font-weight: 400;
          font-size: 16px;
          line-height: 18px;
          color: transparent;
          position: relative; }
          .instagram-feeds-section li.feed-item .j-text .j-message .info a {
            position: absolute;
            left: 0;
            top: 0;
            font-weight: 400;
            font-size: 16px;
            line-height: 18px;
            color: #fff;
            text-transform: capitalize; }

.facebook-feeds-section {
  cursor: pointer;
  max-width: 300px;
  margin: 0 auto; }
  .facebook-feeds-section > header {
    display: block;
    margin-bottom: 37px;
    padding-bottom: 32px;
    border-bottom: 1px solid #333333; }
    .facebook-feeds-section > header > h2 {
      font-family: "Benton Sans Bd";
      font-style: Normal;
      font-weight: Normal;
      margin: 0;
      font-size: 26px;
      line-height: 28px;
      color: #260859;
      text-transform: capitalize; }
  .facebook-feeds-section .juicer-feed li.feed-item {
    position: relative;
    width: calc(33.33% - 20px);
    margin: 0 10px 20px !important;
    float: left;
    overflow: hidden; }
    .facebook-feeds-section .juicer-feed li.feed-item .j-meta::before,
    .facebook-feeds-section .juicer-feed li.feed-item .j-meta ul {
      display: none; }
    .facebook-feeds-section .juicer-feed li.feed-item .j-meta {
      position: absolute;
      right: 28px;
      bottom: 28px;
      left: auto;
      top: auto;
      width: 32px;
      height: 35px;
      background: transparent;
      z-index: 20; }
      .facebook-feeds-section .juicer-feed li.feed-item .j-meta > nav {
        position: absolute;
        top: 0;
        left: 0; }
        .facebook-feeds-section .juicer-feed li.feed-item .j-meta > nav a::before {
          color: #fff;
          margin: 0;
          font-size: 33px; }
    .facebook-feeds-section .juicer-feed li.feed-item .j-text {
      width: 100%;
      padding: 0 29px;
      margin: 0;
      min-height: auto;
      z-index: 20; }
  @media (min-width: 800px) {
    .facebook-feeds-section {
      max-width: 100%; } }
  .facebook-feeds-section li.feed-item {
    position: relative;
    width: calc(100% - 20px) !important;
    height: 275px;
    border: 1px solid #333333;
    padding-top: 23px;
    padding-bottom: 30px;
    z-index: 3; }
    @media (min-width: 800px) {
      .facebook-feeds-section li.feed-item {
        width: calc(50% - 20px) !important;
        height: 248px; } }
    .facebook-feeds-section li.feed-item a img {
      display: none; }
    .facebook-feeds-section li.feed-item .j-message p {
      font-family: "Benton Sans Bd";
      font-style: Normal;
      font-weight: Normal;
      font-size: 20px;
      line-height: 30px;
      color: #260859;
      margin: 0 0 15px;
      max-height: 120px;
      overflow: hidden; }
    .facebook-feeds-section li.feed-item .j-message .info {
      font-weight: 400;
      font-size: 16px;
      line-height: 18px;
      color: #7d6b9b;
      margin: 0; }
      .facebook-feeds-section li.feed-item .j-message .info a {
        font-size: 16px;
        line-height: 18px;
        color: #7d6b9b; }
    .facebook-feeds-section li.feed-item .j-meta a::before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #260859 !important; }
    .facebook-feeds-section li.feed-item:before {
      position: absolute;
      left: -25px;
      top: 24px;
      content: '';
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #ffd200;
      font-size: 130px;
      z-index: -1;
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.twitter-feeds-section {
  cursor: pointer;
  max-width: 300px;
  margin: 0 auto; }
  .twitter-feeds-section > header {
    display: block;
    margin-bottom: 37px;
    padding-bottom: 32px;
    border-bottom: 1px solid #333333; }
    .twitter-feeds-section > header > h2 {
      font-family: "Benton Sans Bd";
      font-style: Normal;
      font-weight: Normal;
      margin: 0;
      font-size: 26px;
      line-height: 28px;
      color: #260859;
      text-transform: capitalize; }
  .twitter-feeds-section .juicer-feed li.feed-item {
    position: relative;
    width: calc(33.33% - 20px);
    margin: 0 10px 20px !important;
    float: left;
    overflow: hidden; }
    .twitter-feeds-section .juicer-feed li.feed-item .j-meta::before,
    .twitter-feeds-section .juicer-feed li.feed-item .j-meta ul {
      display: none; }
    .twitter-feeds-section .juicer-feed li.feed-item .j-meta {
      position: absolute;
      right: 28px;
      bottom: 28px;
      left: auto;
      top: auto;
      width: 32px;
      height: 35px;
      background: transparent;
      z-index: 20; }
      .twitter-feeds-section .juicer-feed li.feed-item .j-meta > nav {
        position: absolute;
        top: 0;
        left: 0; }
        .twitter-feeds-section .juicer-feed li.feed-item .j-meta > nav a::before {
          color: #fff;
          margin: 0;
          font-size: 33px; }
    .twitter-feeds-section .juicer-feed li.feed-item .j-text {
      width: 100%;
      padding: 0 29px;
      margin: 0;
      min-height: auto;
      z-index: 20; }
  @media (min-width: 800px) {
    .twitter-feeds-section {
      max-width: 1220px; } }
  .twitter-feeds-section li.feed-item {
    height: 280px;
    background: #260859 !important;
    padding-top: 26px;
    padding-bottom: 27px;
    width: calc(100% - 20px) !important; }
    @media (min-width: 800px) {
      .twitter-feeds-section li.feed-item {
        width: calc(33.33% - 20px) !important; } }
    .twitter-feeds-section li.feed-item img {
      display: none !important; }
    .twitter-feeds-section li.feed-item .j-message {
      display: block !important; }
      .twitter-feeds-section li.feed-item .j-message p {
        font-family: "Benton Sans Bd";
        font-style: Normal;
        font-weight: Normal;
        width: 100% !important;
        font-size: 20px;
        line-height: 30px;
        color: #fff;
        margin: 0 0 18px;
        height: 120px;
        overflow: hidden; }
        .twitter-feeds-section li.feed-item .j-message p a {
          font-size: 20px;
          line-height: 30px;
          color: #fff; }
      .twitter-feeds-section li.feed-item .j-message .info {
        position: relative;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        color: transparent;
        margin: 0; }
        .twitter-feeds-section li.feed-item .j-message .info a {
          position: absolute;
          top: 0;
          left: 0;
          font-size: 16px;
          line-height: 18px;
          color: #7d6b9b; }
    .twitter-feeds-section li.feed-item .j-meta a::before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }

.homepage-feeds-section {
  max-width: 300px;
  margin: 76px auto 56px;
  padding: 0 10px; }
  @media (min-width: 700px) {
    .homepage-feeds-section {
      max-width: 1200px; } }
  .homepage-feeds-section .juicer-feed li.feed-item {
    width: calc(100% - 20px) !important;
    height: 280px; }
    @media (min-width: 700px) {
      .homepage-feeds-section .juicer-feed li.feed-item {
        width: calc(33.33% - 20px) !important;
        height: 222px; } }
    @media (min-width: 1000px) {
      .homepage-feeds-section .juicer-feed li.feed-item {
        width: calc(25% - 20px) !important; } }
    @media (min-width: 1100px) {
      .homepage-feeds-section .juicer-feed li.feed-item {
        height: 280px; } }
    .homepage-feeds-section .juicer-feed li.feed-item:nth-child(n+3) {
      display: none; }
      @media (min-width: 700px) {
        .homepage-feeds-section .juicer-feed li.feed-item:nth-child(n+3) {
          display: block; } }
    .homepage-feeds-section .juicer-feed li.feed-item:nth-child(n+4) {
      display: none; }
      @media (min-width: 1000px) {
        .homepage-feeds-section .juicer-feed li.feed-item:nth-child(n+4) {
          display: block; } }

.landing-page .fsPageBodyWrapper {
  margin-top: calc(100vh + 54px);
  background: #fff !important;
  z-index: 9999;
  overflow: hidden;
  position: relative; }

.landing-page .fsFooter {
  background: #fff !important;
  z-index: 9999;
  overflow: hidden;
  position: relative; }

.portal-page .fsTwoColumnWideRightLayout > .fsDiv > .fsElement + .fsElement {
  margin-top: 2em; }

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 57.14286%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 28.57143%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 14.28571%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #333333;
      color: #333333; }
      .colors ol li:nth-of-type(1):after {
        content: "#333333"; }
    .colors ol li:nth-of-type(2) {
      background: #260859;
      color: #260859; }
      .colors ol li:nth-of-type(2):after {
        content: "#260859"; }
    .colors ol li:nth-of-type(3) {
      background: #7d6b9b;
      color: #7d6b9b; }
      .colors ol li:nth-of-type(3):after {
        content: "#7d6b9b"; }
    .colors ol li:nth-of-type(4) {
      background: #ffd200;
      color: #ffd200; }
      .colors ol li:nth-of-type(4):after {
        content: "#ffd200"; }
    .colors ol li:nth-of-type(5) {
      background: #eee;
      color: #eee; }
      .colors ol li:nth-of-type(5):after {
        content: "#eee"; }
    .colors ol li:nth-of-type(1) {
      background: #333333;
      color: #333333; }
      .colors ol li:nth-of-type(1):after {
        content: "#333333"; }
    .colors ol li:nth-of-type(7) {
      background: #aaa9ab;
      color: #aaa9ab; }
      .colors ol li:nth-of-type(7):after {
        content: "#aaa9ab"; }

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

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

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

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

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

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

.j-post-overlay, .j-overlay-content {
  border: 0 !important;
  outline: none !important; }

.custom-grid > .fsElementContent {
  zoom: 1;
  margin-left: -10px;
  margin-right: -10px; }
  .custom-grid > .fsElementContent:after {
    display: table;
    clear: both;
    content: ''; }

.custom-grid.fsPostElement article > * {
  display: none; }

.custom-grid article {
  height: 290px;
  width: 100%;
  padding: 0;
  border: 2px solid #260859;
  margin: 0 10px 20px 10px;
  position: relative; }
  .custom-grid article.element-updated:hover:before, .custom-grid article.element-updated:focus:before {
    opacity: 0.5;
    background-color: #260859; }
  .custom-grid article.element-updated:hover .fsTitle, .custom-grid article.element-updated:focus .fsTitle {
    border-color: #260859;
    opacity: 0 !important;
    pointer-events: none; }
  .custom-grid article.element-updated:hover .fsThumbnail, .custom-grid article.element-updated:focus .fsThumbnail {
    opacity: 1; }
  .custom-grid article.element-updated:hover .fsSummary, .custom-grid article.element-updated:focus .fsSummary {
    z-index: 1000;
    pointer-events: auto; }
    .custom-grid article.element-updated:hover .fsSummary a, .custom-grid article.element-updated:focus .fsSummary a {
      opacity: 1;
      transition: opacity 0.3s ease 0.075s; }
  .custom-grid article.element-updated:hover .fsReadMoreLink, .custom-grid article.element-updated:focus .fsReadMoreLink {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    border: 2px solid #ffffff;
    max-width: 212px;
    width: 100%;
    padding: 20px 20px 20px 20px;
    color: #ffffff;
    font-size: 15px;
    line-height: 19px;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none; }
  .custom-grid article.element-updated .fsTitle {
    opacity: 1; }
    .custom-grid article.element-updated .fsTitle span {
      opacity: 1; }
      .custom-grid article.element-updated .fsTitle span:before {
        height: 15px;
        opacity: 1; }
  .custom-grid article:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: #ffffff;
    opacity: 1;
    transition: all 0.3s ease; }
  .custom-grid article .fsTitle {
    font-family: "Benton Sans Bd";
    font-style: Normal;
    font-weight: Normal;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 35px 50px 35px 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    color: #260859;
    line-height: 1.2;
    opacity: 0; }
    .custom-grid article .fsTitle span {
      display: inline-block;
      width: 100%;
      padding: 0 0 35px 0;
      position: relative;
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit;
      letter-spacing: inherit;
      opacity: 0;
      transition: opacity 0.3s ease; }
      .custom-grid article .fsTitle span:before {
        content: '';
        display: block;
        height: 15px;
        width: 70px;
        position: absolute;
        top: calc(100% - 10px);
        left: 0;
        opacity: 0;
        background-color: #ffd200;
        transition: height 0.2s ease 0.1s, opacity 0.2s ease 0.1s; }
  .custom-grid article .fsThumbnail {
    display: block;
    max-width: none !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    pointer-events: none;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    transition: opacity 0.3s ease; }
    .custom-grid article .fsThumbnail img {
      display: none; }
  .custom-grid article .fsSummary {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none; }
    .custom-grid article .fsSummary * {
      margin: 0; }
    .custom-grid article .fsSummary a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row;
      flex-flow: row;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 20px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      text-decoration: none;
      opacity: 0;
      transition: opacity 0.3s ease 0s; }
      .custom-grid article .fsSummary a span {
        display: inline-block;
        border: 2px solid #ffffff;
        max-width: 212px;
        width: 100%;
        padding: 20px 20px 20px 20px;
        color: #ffffff;
        font-size: 15px;
        line-height: 19px;
        font-weight: 900;
        text-align: center;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        text-decoration: none; }
  .custom-grid article.purple:before {
    background-color: #260859; }
  .custom-grid article.yellow {
    border-color: #ffd200; }
    .custom-grid article.yellow:before {
      background-color: #ffd200; }
    .custom-grid article.yellow.element-updated:hover:before, .custom-grid article.yellow.element-updated:focus:before {
      background-color: #ffd200; }
    .custom-grid article.yellow .fsTitle span:before {
      background-color: #ffffff; }
  .custom-grid article.purple .fsTitle, .custom-grid article.yellow .fsTitle {
    color: #ffffff; }

@media (min-width: 700px) {
  body:not(.fsHasLeftBanner):not(.fsHasRightBanner) .custom-grid article {
    float: left;
    width: calc(33.3333% - 20px); }
    body:not(.fsHasLeftBanner):not(.fsHasRightBanner) .custom-grid article:nth-child(8n-7) {
      height: 550px; }
    body:not(.fsHasLeftBanner):not(.fsHasRightBanner) .custom-grid article:nth-child(8n-4) {
      height: 240px;
      width: calc(66.6666% - 20px); }
    body:not(.fsHasLeftBanner):not(.fsHasRightBanner) .custom-grid article:nth-child(8n-3) {
      clear: left;
      height: 240px;
      width: calc(66.6666% - 20px); }
    body:not(.fsHasLeftBanner):not(.fsHasRightBanner) .custom-grid article:nth-child(8n-2) {
      clear: left; }
    body:not(.fsHasLeftBanner):not(.fsHasRightBanner) .custom-grid article:nth-child(8n) {
      margin-top: -260px;
      float: right;
      height: 550px; } }

@media (min-width: 1015px) {
  body.fsHasRightBanner:not(.fsHasLeftBanner) .custom-grid article {
    float: left;
    width: calc(33.3333% - 20px); }
    body.fsHasRightBanner:not(.fsHasLeftBanner) .custom-grid article:nth-child(8n-7) {
      height: 550px; }
    body.fsHasRightBanner:not(.fsHasLeftBanner) .custom-grid article:nth-child(8n-4) {
      height: 240px;
      width: calc(66.6666% - 20px); }
    body.fsHasRightBanner:not(.fsHasLeftBanner) .custom-grid article:nth-child(8n-3) {
      clear: left;
      height: 240px;
      width: calc(66.6666% - 20px); }
    body.fsHasRightBanner:not(.fsHasLeftBanner) .custom-grid article:nth-child(8n-2) {
      clear: left; }
    body.fsHasRightBanner:not(.fsHasLeftBanner) .custom-grid article:nth-child(8n) {
      margin-top: -260px;
      float: right;
      height: 550px; } }

@media (min-width: 1015px) {
  body.fsHasLeftBanner:not(.fsHasRightBanner) .custom-grid article {
    float: left;
    width: calc(33.3333% - 20px); }
    body.fsHasLeftBanner:not(.fsHasRightBanner) .custom-grid article:nth-child(8n-7) {
      height: 550px; }
    body.fsHasLeftBanner:not(.fsHasRightBanner) .custom-grid article:nth-child(8n-4) {
      height: 240px;
      width: calc(66.6666% - 20px); }
    body.fsHasLeftBanner:not(.fsHasRightBanner) .custom-grid article:nth-child(8n-3) {
      clear: left;
      height: 240px;
      width: calc(66.6666% - 20px); }
    body.fsHasLeftBanner:not(.fsHasRightBanner) .custom-grid article:nth-child(8n-2) {
      clear: left; }
    body.fsHasLeftBanner:not(.fsHasRightBanner) .custom-grid article:nth-child(8n) {
      margin-top: -260px;
      float: right;
      height: 550px; } }

@media (min-width: 1250px) {
  body.fsHasRightBanner.fsHasLeftBanner .custom-grid article {
    float: left;
    width: calc(33.3333% - 20px); }
    body.fsHasRightBanner.fsHasLeftBanner .custom-grid article:nth-child(8n-7) {
      height: 550px; }
    body.fsHasRightBanner.fsHasLeftBanner .custom-grid article:nth-child(8n-4) {
      height: 240px;
      width: calc(66.6666% - 20px); }
    body.fsHasRightBanner.fsHasLeftBanner .custom-grid article:nth-child(8n-3) {
      clear: left;
      height: 240px;
      width: calc(66.6666% - 20px); }
    body.fsHasRightBanner.fsHasLeftBanner .custom-grid article:nth-child(8n-2) {
      clear: left; }
    body.fsHasRightBanner.fsHasLeftBanner .custom-grid article:nth-child(8n) {
      margin-top: -260px;
      float: right;
      height: 550px; } }

.fsEmbed.fsGoogleTranslate {
  display: none; }
  @media (min-width: 1040px) {
    .fsEmbed.fsGoogleTranslate {
      display: block;
      float: left;
      margin-left: 1px; } }
  .fsEmbed.fsGoogleTranslate .goog-te-gadget {
    color: transparent;
    position: relative; }
    .fsEmbed.fsGoogleTranslate .goog-te-gadget .goog-logo-link,
    .fsEmbed.fsGoogleTranslate .goog-te-gadget .goog-logo-link:link {
      display: none; }
    .fsEmbed.fsGoogleTranslate .goog-te-gadget .goog-te-combo {
      font-family: "Benton Sans Bd";
      font-size: 12px;
      line-height: 12px;
      color: #ffd200;
      background: transparent;
      border: none;
      display: inline-block;
      text-decoration: none;
      margin: 0;
      height: 40px;
      -webkit-appearance: none;
      padding: 0 25px;
      text-transform: uppercase; }
    .fsEmbed.fsGoogleTranslate .goog-te-gadget option {
      background: white;
      color: #000;
      font-weight: normal;
      font-size: 13px;
      font-family: "Benton Sans Reg", sans-serif;
      text-transform: initial; }
    .fsEmbed.fsGoogleTranslate .goog-te-gadget:after {
      content: "";
      color: #ffd200;
      position: absolute;
      right: 12px;
      top: 8px;
      font-size: 14px;
      line-height: 22px;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .fsEmbed.fsGoogleTranslate label {
    display: none; }

.fsEmbed.fsGoogleTranslateMobile {
  display: block; }
  .fsEmbed.fsGoogleTranslateMobile .goog-te-gadget {
    color: transparent;
    position: relative; }
    .fsEmbed.fsGoogleTranslateMobile .goog-te-gadget .goog-logo-link,
    .fsEmbed.fsGoogleTranslateMobile .goog-te-gadget .goog-logo-link:link {
      display: none; }
    .fsEmbed.fsGoogleTranslateMobile .goog-te-gadget .goog-te-combo {
      font-family: "Benton Sans Bd";
      font-size: 12px;
      line-height: 12px;
      color: #ffd200;
      background: transparent;
      border: none;
      display: inline-block;
      text-decoration: none;
      margin: 0;
      height: 40px;
      -webkit-appearance: none;
      padding: 0;
      text-transform: uppercase;
      width: 150px; }
    .fsEmbed.fsGoogleTranslateMobile .goog-te-gadget option {
      background: white;
      color: #000;
      font-weight: normal;
      font-size: 13px;
      font-family: "Benton Sans Reg", sans-serif;
      text-transform: initial; }
    .fsEmbed.fsGoogleTranslateMobile .goog-te-gadget:after {
      content: "";
      color: #ffd200;
      position: absolute;
      right: 110px;
      top: 8px;
      font-size: 14px;
      line-height: 22px;
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  .fsEmbed.fsGoogleTranslateMobile label {
    display: none; }

@font-face {
  font-family: 'bpa-font-icons';
  src: url("../fonts/bpa-icon-library.eot");
  src: url("../fonts/bpa-icon-library.eot?#iefix") format("embedded-opentype"), url("../fonts/bpa-icon-library.woff2") format("woff2"), url("../fonts/bpa-icon-library.woff") format("woff"), url("../fonts/bpa-icon-library.ttf") format("truetype"), url("../fonts/bpa-icon-library.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

.map-container {
  position: relative;
  overflow: hidden; }
  .map-container:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    transition: .5s ease-in-out .3s;
    display: none; }
    @media (min-width: 900px) {
      .map-container:before {
        display: block; } }
  .map-container > header {
    position: relative; }
    body:not(.fsComposeMode) .map-container > header .fsElementTitle {
      display: none; }
    .map-container > header .fsElementHeaderContent {
      margin-bottom: 0; }
      .map-container > header .fsElementHeaderContent picture, .map-container > header .fsElementHeaderContent img {
        display: block;
        width: 100%; }
  body:not(.fsComposeMode) .map-container > .fsElementContent {
    margin: 0 auto;
    margin-bottom: 0;
    background-color: #fff;
    transform: translate3d(100%, 0, 0);
    transition: opacity .3s;
    opacity: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 540px;
    position: relative;
    max-height: 0;
    visibility: hidden; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .map-container > .fsElementContent {
        margin: 0;
        transition: .3s ease-in-out .3s;
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        width: 0;
        height: 100%;
        max-height: none;
        z-index: 15;
        visibility: visible; } }
  body:not(.fsComposeMode) .map-container.active:before {
    opacity: .7;
    visibility: visible;
    transition: .3s; }
  body:not(.fsComposeMode) .map-container.active > .fsElementContent {
    max-height: 100%;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    transition: transform .5s ease-in-out .3s;
    z-index: 20;
    margin-top: 30px;
    width: 100%; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .map-container.active > .fsElementContent {
        margin-top: 0;
        transition: transform .5s ease-in-out .3s,  width .5s ease-in-out .3s; } }
  .point-plotter .map-container {
    z-index: 10; }
    .point-plotter .map-container > header {
      opacity: .5; }

.close-map {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 100%;
  border: solid 2px #fff;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  color: transparent;
  z-index: 30;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  transition: .3s; }
  .close-map:before, .close-map:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #fff;
    transition: .3s; }
  .close-map:before {
    transform: translate3d(-50%, -50%, 0) rotate(45deg); }
  .close-map:after {
    transform: translate3d(-50%, -50%, 0) rotate(-45deg); }
  .close-map:hover, .close-map:focus {
    background-color: rgba(0, 0, 0, 0.5);
    transition: .3s; }
    .close-map:hover:before, .close-map:focus:before {
      transform: translate3d(-50%, -50%, 0) rotate(90deg);
      transition: .3s; }
    .close-map:hover:after, .close-map:focus:after {
      transform: translate3d(-50%, -50%, 0) rotate(-90deg);
      transition: .3s; }
  .active .close-map {
    opacity: 1;
    visibility: visible;
    transition: .5s ease-in .3s; }

body:not(.fsComposeMode) .map-points {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin-bottom: 0; }

.point-plotter .map-points {
  z-index: -1; }

body:not(.fsComposeMode) .map-points > header, body:not(.fsComposeMode) .map-points > footer {
  display: none; }

.map-points .fsStyleDefaultList {
  padding: 0;
  margin: 0; }
  .map-points .fsStyleDefaultList > li.fsListItem {
    border: none;
    padding: 0;
    position: absolute;
    margin: 0;
    display: block;
    counter-increment: li;
    z-index: 2;
    transform: translate3d(-10px, -10px, 0);
    opacity: 0;
    visibility: hidden; }
    .map-points .fsStyleDefaultList > li.fsListItem:hover, .map-points .fsStyleDefaultList > li.fsListItem:focus {
      z-index: 5; }
    .map-points .fsStyleDefaultList > li.fsListItem.active-point {
      opacity: 1;
      visibility: visible; }
      @media (min-width: 900px) {
        .map-points .fsStyleDefaultList > li.fsListItem.active-point > a {
          background-color: #260859;
          color: inherit; }
          .map-points .fsStyleDefaultList > li.fsListItem.active-point > a > span {
            opacity: 1;
            visibility: visible;
            transition: .5s; } }
    @media (min-width: 900px) {
      .map-points .fsStyleDefaultList > li.fsListItem {
        opacity: 1;
        visibility: visible; } }
    body.fsComposeMode .map-points .fsStyleDefaultList > li.fsListItem {
      position: relative; }
    .map-points .fsStyleDefaultList > li.fsListItem > a {
      width: 20px;
      height: 20px;
      border-radius: 100%;
      border: none;
      box-shadow: 0 0 0 2px rgba(38, 8, 89, 0.3);
      background-color: #260859;
      text-align: center;
      white-space: nowrap;
      display: block; }
      body.fsComposeMode .map-points .fsStyleDefaultList > li.fsListItem > a {
        color: #333333; }
      .map-points .fsStyleDefaultList > li.fsListItem > a:before {
        display: none; }
      .map-points .fsStyleDefaultList > li.fsListItem > a:after {
        content: counter(li);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        text-align: center;
        color: #fff;
        font-size: 11px;
        font-weight: 700;
        line-height: 1; }
      .map-points .fsStyleDefaultList > li.fsListItem > a > span {
        position: absolute;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        display: block;
        bottom: 30px;
        border-radius: 2px;
        background-color: #260859;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
        color: #fff;
        padding: 12px 18px;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.25;
        opacity: 0;
        visibility: hidden;
        transition: .3s; }
        .map-points .fsStyleDefaultList > li.fsListItem > a > span:after {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 7px 6px 0 6px;
          border-color: #260859 transparent transparent transparent;
          position: absolute;
          left: 50%;
          transform: translate3d(-50%, 0, 0);
          bottom: -6px; }
      .map-points .fsStyleDefaultList > li.fsListItem > a:hover, .map-points .fsStyleDefaultList > li.fsListItem > a:focus {
        background-color: #260859;
        color: inherit; }
        .map-points .fsStyleDefaultList > li.fsListItem > a:hover > span, .map-points .fsStyleDefaultList > li.fsListItem > a:focus > span {
          opacity: 1;
          visibility: visible;
          transition: .5s; }

.map-slideshow-element {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  @media (min-width: 900px) {
    .map-slideshow-element {
      height: 100%; } }
  body:not(.fsComposeMode) .map-slideshow-element > header {
    display: none; }
  .map-slideshow-element > .fsElementContent {
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out .5s;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 900px) {
      .map-slideshow-element > .fsElementContent {
        height: 100%; } }
  .map-slideshow-element.show > .fsElementContent, .map-slideshow-element.empty > .fsElementContent {
    box-shadow: inset 0 0 0 1px #eee;
    opacity: 1;
    visibility: visible;
    transition: .3s; }
  .map-slideshow-element .fsElementEmpty {
    padding: 70px 30px 30px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #eee; }
  .map-slideshow-element .fsListItems {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    opacity: 0;
    visibility: hidden;
    transition: .5s; }
    .map-slideshow-element .fsListItems.slick-initialized {
      opacity: 1;
      visibility: visible;
      transition: .5s ease-in-out .3s; }
      @media (min-width: 900px) {
        .map-slideshow-element .fsListItems.slick-initialized {
          height: 100%; } }
      @media (min-width: 900px) {
        .map-slideshow-element .fsListItems.slick-initialized article {
          overflow-y: auto; } }
    @media (min-width: 900px) {
      .map-slideshow-element .fsListItems .slick-list {
        position: relative;
        height: 100%; }
        .map-slideshow-element .fsListItems .slick-list:before {
          content: '';
          background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 51.8%, #FFFFFF 100%);
          width: calc(100% - 2px);
          height: 100px;
          position: absolute;
          left: 1px;
          bottom: 0;
          z-index: 10;
          border-bottom: solid 1px #eee; } }
    @media (min-width: 900px) {
      .map-slideshow-element .fsListItems .slick-track {
        height: 100%; } }
    .map-slideshow-element .fsListItems article {
      padding: 0 0 100px;
      margin: 0; }
      @media (min-width: 900px) {
        .map-slideshow-element .fsListItems article {
          height: 100%; } }
      .map-slideshow-element .fsListItems article:first-child:last-child {
        padding-bottom: 30px; }
      .map-slideshow-element .fsListItems article .fsDescription {
        padding: 20px 30px; }
      .map-slideshow-element .fsListItems article .fsTitle {
        margin-bottom: 0;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 20px 30px;
        z-index: 5;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        font-family: "Benton Sans Reg", sans-serif;
        font-weight: normal;
        font-size: 20px;
        line-height: 1.25; }
        .map-slideshow-element .fsListItems article .fsDescription .fsTitle {
          background: none;
          color: #333333;
          position: relative;
          padding: 0; }
        .map-slideshow-element .fsListItems article .fsTitle > a {
          color: inherit;
          pointer-events: none; }
        .map-slideshow-element .fsListItems article .fsTitle.fsResourceName {
          display: none; }
      .map-slideshow-element .fsListItems article figure picture {
        display: block;
        position: relative; }
        .map-slideshow-element .fsListItems article figure picture img {
          width: 100%; }
      .map-slideshow-element .fsListItems article figcaption {
        margin: 0;
        padding: 30px 30px 0;
        font-style: normal;
        font-size: 16px;
        line-height: 1.75;
        font-family: inherit; }
      .map-slideshow-element .fsListItems article .video-wrapper {
        position: relative;
        display: block; }
        .map-slideshow-element .fsListItems article .video-wrapper video {
          width: 100%;
          height: 100%;
          display: block;
          -o-object-fit: cover;
          object-fit: cover; }
  .map-slideshow-element .slick-arrow {
    position: absolute;
    transform: translate3d(0, 0, 0);
    top: auto;
    right: 0;
    bottom: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.42);
    transition: .3s;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    line-height: 0;
    z-index: 20;
    border: none;
    cursor: pointer; }
    .map-slideshow-element .slick-arrow:before {
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      left: 0;
      color: #fff;
      width: 100%;
      text-align: center;
      font-size: 30px;
      transition: .3s;
      display: inline-block;
      line-height: 1;
      height: auto; }
    .map-slideshow-element .slick-arrow:hover, .map-slideshow-element .slick-arrow:focus {
      background-color: rgba(0, 0, 0, 0.5);
      transition: .3s;
      outline: transparent; }
      .map-slideshow-element .slick-arrow:hover:before, .map-slideshow-element .slick-arrow:focus:before {
        color: #fff; }
    .map-slideshow-element .slick-arrow.fsPrevButton, .map-slideshow-element .slick-arrow.slick-prev {
      left: auto;
      right: 51px; }
      .map-slideshow-element .slick-arrow.fsPrevButton:before, .map-slideshow-element .slick-arrow.slick-prev:before {
        content: "";
        font-family: "bpa-font-icons";
        font-weight: normal;
        speak: none; }
    .map-slideshow-element .slick-arrow.slick-next:before {
      content: "";
      font-family: "bpa-font-icons";
      font-weight: normal;
      speak: none; }

.map-legend {
  position: relative; }
  .map-legend .fsStyleDefaultList {
    padding: 0;
    margin: 0; }
    @media (min-width: 600px) {
      .map-legend .fsStyleDefaultList {
        -moz-column-gap: 20px;
        column-gap: 20px;
        -moz-column-rule: 0;
        column-rule: 0;
        min-height: initial;
        -moz-column-count: 2;
        column-count: 2; } }
    .map-legend .fsStyleDefaultList.small {
      -moz-column-count: 1;
      column-count: 1; }
    @media (min-width: 1000px) {
      .map-legend .fsStyleDefaultList.large {
        -moz-column-count: 4;
        column-count: 4; } }
    .map-legend .fsStyleDefaultList > li.fsListItem {
      page-break-inside: avoid;
      break-inside: avoid;
      border: none;
      position: relative;
      padding: 0;
      margin: 0 0 15px;
      display: block;
      counter-increment: li;
      font-family: "Benton Sans Reg", sans-serif;
      font-size: 16px;
      line-height: 19px;
      font-weight: normal;
      color: #333333; }
      .map-legend .fsStyleDefaultList > li.fsListItem:before {
        content: counter(li);
        position: absolute;
        left: 0;
        top: 0;
        font-weight: 700;
        color: #260859;
        font-size: 16px;
        line-height: inherit; }
      .map-legend .fsStyleDefaultList > li.fsListItem > a {
        display: inline-block;
        color: inherit;
        font-weight: inherit;
        font-size: inherit;
        line-height: inherit;
        word-wrap: normal;
        word-break: normal;
        padding-left: 25px; }
        .map-legend .fsStyleDefaultList > li.fsListItem > a:hover, .map-legend .fsStyleDefaultList > li.fsListItem > a:focus {
          color: #260859; }
        .map-legend .fsStyleDefaultList > li.fsListItem > a:before {
          display: none; }

.coordinates-popup {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 50;
  background-color: #fff;
  color: #333333;
  padding: 10px; }

@keyframes slideshow-transition {
  0% {
    opacity: 0;
    visibility: hidden; } }

@keyframes radiate-point-1 {
  50%, 100% {
    transform: translate3d(-50%, -50%, 0) scale(2);
    opacity: .8; } }

@keyframes radiate-point-2 {
  50%, 100% {
    transform: translate3d(-50%, -50%, 0) scale(3);
    opacity: 0;
    padding: 5px; } }

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important; }
  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important; }
  html {
    font-size: 100%;
    /* for IE */ }
  body {
    font-size: 62.5%; }
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .slick-slide {
    display: none !important; }
    .slick-slide.slick-active {
      display: block !important; }
  .slick-list {
    height: auto !important; }
  .slick-track {
    width: auto !important;
    height: auto !important;
    -ms-transform: none !important;
    transform: none !important; }
    .slick-track .slick-slide {
      width: auto !important; }
  a[class*='fs_style'] {
    border-color: #000; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid; }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .fsPanel > header ~ .fsElementContent {
    display: block; } }
