@charset "UTF-8";
 /**
 *
 * The Production Build - default_17
 * @link https://www.ravenscroft.org
 * Site Template : newclientcustom
 * Built By: Stephen Petrus
 * Project Manager: Dave Lopes
 * Designer: Brittany Murray
 * ==== Git Info ====
 * Branch Name: clients/ravenscroft
 * Build version: 3.2.7
 * Git Tag: v3.0-102-g6d629bf0c9
 * Last build by: Jesse Rogers
 *
 **/

@charset "UTF-8";
.wf-loading {
  visibility: hidden;
  opacity: 0; }

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

/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  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.11111em;
  margin-left: 1.11111em; }

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

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

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

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

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

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

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

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

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

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

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

h1 {
  margin-top: 0;
  color: #333333;
  font-weight: normal;
  font-family: "proxima-nova", sans-serif;
  font-size: 44px;
  line-height: 56px;
  font-weight: 300;
  margin-bottom: 16px; }

h2 {
  margin-top: 0;
  color: #333333;
  font-weight: normal;
  font-family: "proxima-nova", sans-serif;
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 11px; }

h3 {
  margin-top: 0;
  color: #333333;
  font-weight: normal;
  font-family: "proxima-nova", sans-serif;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 9px; }

h4 {
  margin-top: 0;
  color: #333333;
  font-weight: normal;
  font-family: "proxima-nova", sans-serif;
  color: #005030;
  font-size: 22px;
  line-height: 24px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 16px; }

h5 {
  margin-top: 0;
  color: #333333;
  font-weight: normal;
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 8px; }

h6 {
  margin-top: 0;
  color: #333333;
  font-weight: normal;
  font-family: "proxima-nova", sans-serif;
  color: #B75006;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  text-decoration: none;
  color: #73A13F;
  transition: background .3s, color .3s; }
  a:hover, a:focus {
    color: #005030; }

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

.fs_style_7, .fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto; }
  .fs_style_7 tr:nth-of-type(even) td, .fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(even) td, .fsAthleticsRoster .fsElementTable tr:nth-of-type(even) td {
    background-color: #f2f2f2; }
  .fs_style_7 th, .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th {
    vertical-align: top;
    border: 0;
    padding: 13.5px 20.5px 12.5px;
    color: #ffffff;
    text-align: left;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    background: #005030; }
  .fs_style_7 td, .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td {
    padding: 13.5px 20.5px 12.5px;
    border: 1px solid #e0e0e0;
    vertical-align: top; }

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

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

.button {
  display: inline-block;
  margin: 0 0 10px;
  padding: 18px 30px 17px;
  border: 0;
  border-radius: 60px;
  border-radius: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background: #005030; }
  .button:hover, .button:focus {
    background: #003721;
    color: #ffffff; }
  .button em {
    display: block;
    font-style: normal; }

.fs_style_4 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 18px 30px 17px;
  border: 0;
  border-radius: 60px;
  border-radius: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background: #005030; }
  .fs_style_4:hover, .fs_style_4:focus {
    background: #003721;
    color: #ffffff; }
  .fs_style_4 em {
    display: block;
    font-style: normal; }

.fs_style_5 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 18px 30px 17px;
  border: 0;
  border-radius: 60px;
  border-radius: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background: #73A13F; }
  .fs_style_5:hover, .fs_style_5:focus {
    background: #668f38;
    color: #ffffff; }
  .fs_style_5 em {
    display: block;
    font-style: normal; }

.fs_style_6 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 18px 30px 17px;
  border: 0;
  border-radius: 60px;
  border-radius: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background: #FFC702; }
  .fs_style_6:hover, .fs_style_6:focus {
    background: #e8b400;
    color: #ffffff; }
  .fs_style_6 em {
    display: block;
    font-style: normal; }

.fs_style_8 {
  width: 100%; }

.fs_style_9 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 13px 40px 11px;
  border: 2px solid rgba(179, 178, 178, 0.3);
  border-radius: 300px;
  border-radius: 0;
  color: #005030;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.75px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background: transparent;
  transition: border 0.3s ease, color 0.3s ease, background 0.3s ease; }
  .fs_style_9:hover {
    color: #005030;
    background: #ffffff; }
  .fs_style_9:hover {
    border-color: #005030;
    color: #ffffff;
    background-color: #005030; }

.fs_style_10 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 13px 40px 11px;
  border: 2px solid #ffffff;
  border-radius: 300px;
  border-radius: 0;
  color: #005030;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.75px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background: transparent;
  transition: border 0.3s ease, color 0.3s ease, background 0.3s ease; }
  .fs_style_10:hover {
    color: #005030;
    background: #ffffff; }

.fs_style_11 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 13px 40px 11px;
  border: 2px solid #ffffff;
  border-radius: 300px;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.75px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background: transparent;
  transition: border 0.3s ease, color 0.3s ease, background 0.3s ease; }
  .fs_style_11:hover {
    color: #005030;
    background: #ffffff; }

.fs_style_12 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 13px 40px 11px;
  border: 2px solid #ffffff;
  border-radius: 300px;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.75px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background: transparent;
  transition: border 0.3s ease, color 0.3s ease, background 0.3s ease;
  background-color: rgba(39, 34, 35, 0.25); }
  .fs_style_12:hover {
    color: #005030;
    background: #ffffff; }

.fsStyleDefaultButton {
  display: inline-block;
  margin: 0 0 10px;
  padding: 18px 30px 17px;
  border: 0;
  border-radius: 60px;
  border-radius: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background: #5e5e5e; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus {
    background: #515151;
    color: #ffffff; }
  .fsStyleDefaultButton em {
    display: block;
    font-style: normal; }
  .fsStyleDefaultButton.fsCategoryLink {
    margin-right: 5px; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }

form .submitBtn {
  display: inline-block;
  margin: 0 0 10px;
  padding: 18px 30px 17px;
  border: 0;
  border-radius: 60px;
  border-radius: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background: #5e5e5e;
  display: inline-block !important;
  text-shadow: none;
  background: #5e5e5e !important;
  transition: all 0.3s ease !important; }
  form .submitBtn:hover, form .submitBtn:focus {
    background: #515151;
    color: #ffffff; }
  form .submitBtn em {
    display: block;
    font-style: normal; }
  form .submitBtn:hover, form .submitBtn:focus {
    background: #515151 !important; }

.fsStyleUpdateButton {
  display: inline-block;
  margin: 0 0 10px;
  padding: 18px 30px 17px;
  border: 0;
  border-radius: 60px;
  border-radius: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background: #5e5e5e; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus {
    background: #515151;
    color: #ffffff; }
  .fsStyleUpdateButton em {
    display: block;
    font-style: normal; }
  .fsStyleUpdateButton.fsElementToolsSearchButton {
    margin-top: 20px;
    margin-bottom: 0; }

.lead-in,
.fs_style_1 {
  color: #363636;
  font-size: 23px;
  line-height: 36px; }

blockquote {
  padding: 0;
  margin: 0 0 20px;
  color: #333333;
  font-size: 30px;
  line-height: 44px;
  font-weight: 300;
  font-family: "proxima-nova", sans-serif; }

cite,
.fs_style_3 {
  display: block;
  margin: 0 0 20px;
  color: #333333;
  font-size: 13px;
  line-height: 20px;
  font-style: normal;
  text-transform: uppercase; }
  cite:before,
  .fs_style_3:before {
    content: '—';
    display: inline-block;
    margin-right: 5px; }
  blockquote cite, blockquote
  .fs_style_3 {
    margin-top: 17px; }

.callout,
.fs_style_2 {
  color: #272223;
  font-size: 30px;
  line-height: 42px;
  font-style: italic;
  text-align: center; }
  .callout[style*="text-align: left"],
  .fs_style_2[style*="text-align: left"] {
    float: left;
    margin-left: 20px;
    text-align: center !important; }
    @media (min-width: 500px) {
      .callout[style*="text-align: left"],
      .fs_style_2[style*="text-align: left"] {
        width: 50%; } }
  .callout[style*="text-align: right"],
  .fs_style_2[style*="text-align: right"] {
    float: right;
    margin-right: 20px;
    text-align: center !important; }
    @media (min-width: 500px) {
      .callout[style*="text-align: right"],
      .fs_style_2[style*="text-align: right"] {
        width: 50%; } }

/*! structure - header v0.0.1 */
#fsHeader {
  padding: 0; }
  html.has-hero #fsHeader .header-bottom {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 200; }

.header-top {
  height: 40px;
  margin: 0;
  background-color: #005030; }
  .header-top.fsLayout.fsTwoColumnLayout {
    margin: 0; }
  .header-top div.fsDiv.fsStyleColumn {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0; }
  .header-top .fsDiv > .fsElement {
    margin-bottom: 0; }
  .header-top .fsDiv.fsStyleColumn-1 {
    zoom: 1;
    float: left;
    width: auto;
    position: absolute;
    top: 0;
    left: 0; }
    .header-top .fsDiv.fsStyleColumn-1:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 700px) {
      .header-top .fsDiv.fsStyleColumn-1 {
        position: relative; } }
    .header-top .fsDiv.fsStyleColumn-1 .fsContent {
      float: left; }
  .header-top .fsDiv.fsStyleColumn-2 {
    width: 100%;
    text-align: center; }
    @media (min-width: 700px) {
      .header-top .fsDiv.fsStyleColumn-2 {
        width: calc(100% - 50px);
        float: right;
        position: relative;
        text-align: left; } }
    @media (min-width: 1200px) {
      .header-top .fsDiv.fsStyleColumn-2 {
        width: auto; } }
  .header-top .fsContent p:last-of-type {
    margin-bottom: 0; }
  .header-top .fsNavigation {
    margin-bottom: 0; }

@media (min-width: 700px) {
  .header-home {
    border-right: 1px solid rgba(255, 255, 255, 0.15); } }

.header-home a {
  display: block;
  width: 61px;
  height: 40px;
  color: transparent;
  font-size: 0px;
  line-height: 40px;
  text-align: center;
  position: relative; }
  @media (min-width: 700px) {
    .header-home a {
      width: 40px;
      height: 40px; } }
  .header-home a:before {
    content: "";
    font-family: "icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #ffffff;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: color 0.3s ease; }
    @media (min-width: 700px) {
      .header-home a:before {
        font-size: 20px; } }
  .header-home a:hover:before {
    color: #FFC702; }

.header-tagline {
  display: none;
  padding-left: 13px;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  font-style: italic; }
  @media (min-width: 1202px) {
    .header-tagline {
      display: block; } }

.nav-utility-header {
  display: inline-block; }
  @media (min-width: 700px) {
    .nav-utility-header {
      float: right;
      display: block; } }
  .nav-utility-header ul, .nav-utility-header li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .nav-utility-header a {
    display: block;
    color: #ffffff;
    font-size: 15px;
    line-height: 40px;
    font-style: italic; }
    .header-2021 .nav-utility-header {
      width: calc(100% - 40px);
      padding-right: 40px; }
      @media (min-width: 700px) {
        .header-2021 .nav-utility-header {
          padding-right: 0; } }
      @media (min-width: 1200px) {
        .header-2021 .nav-utility-header {
          width: auto; } }
      .header-2021 .nav-utility-header .fsNavLevel1 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        .header-2021 .nav-utility-header .fsNavLevel1 > li {
          -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
        .header-2021 .nav-utility-header .fsNavLevel1 > li:not(.calendars-link):not(.magazine-link) > a {
          font-style: italic; }
          @media (max-width: 700px) {
            .header-2021 .nav-utility-header .fsNavLevel1 > li:not(.calendars-link):not(.magazine-link) > a {
              display: none; } }
          .header-2021 .nav-utility-header .fsNavLevel1 > li:not(.calendars-link):not(.magazine-link) > a:hover, .header-2021 .nav-utility-header .fsNavLevel1 > li:not(.calendars-link):not(.magazine-link) > a:focus {
            color: #FFC702; }
        .header-2021 .nav-utility-header .fsNavLevel1:hover {
          color: #FFC702; }
  .nav-utility-header .fsNavLevel1 {
    display: block;
    zoom: 1; }
    .nav-utility-header .fsNavLevel1:after {
      display: table;
      clear: both;
      content: ''; }
    .nav-utility-header .fsNavLevel1 > li {
      display: block;
      float: left;
      height: 40px;
      position: relative;
      vertical-align: middle; }
      .nav-utility-header .fsNavLevel1 > li:before {
        content: '';
        display: none;
        width: 1px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background-color: #ffffff;
        z-index: 100;
        opacity: 0.15; }
        @media (min-width: 700px) {
          .nav-utility-header .fsNavLevel1 > li:before {
            display: block; } }
      .nav-utility-header .fsNavLevel1 > li.nav-link-news-calendars > a:before, .nav-utility-header .fsNavLevel1 > li.magazine-link > a:before {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 18px; }
        @media (min-width: 700px) {
          .nav-utility-header .fsNavLevel1 > li.nav-link-news-calendars > a:before, .nav-utility-header .fsNavLevel1 > li.magazine-link > a:before {
            margin-right: 10px;
            font-size: 20px; } }
      .nav-utility-header .fsNavLevel1 > li.nav-link-ravenscroftnc > a:before {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 18px; }
        @media (min-width: 700px) {
          .nav-utility-header .fsNavLevel1 > li.nav-link-ravenscroftnc > a:before {
            font-size: 20px; } }
      .nav-utility-header .fsNavLevel1 > li.calendars-link > a:before {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 18px; }
        @media (min-width: 700px) {
          .nav-utility-header .fsNavLevel1 > li.calendars-link > a:before {
            font-size: 20px;
            margin-right: 8px; } }
      .nav-utility-header .fsNavLevel1 > li.nav-link-my-ravenscroft > a:before {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 16px; }
        @media (min-width: 700px) {
          .nav-utility-header .fsNavLevel1 > li.nav-link-my-ravenscroft > a:before {
            content: "";
            font-size: 30px; } }
      .nav-utility-header .fsNavLevel1 > li:first-of-type:before {
        display: none; }
      @media (min-width: 700px) {
        .nav-utility-header .fsNavLevel1 > li.fsNavParentPage {
          background-color: #00703C; } }
      .nav-utility-header .fsNavLevel1 > li.fsNavParentPage:before {
        display: none; }
      @media (min-width: 700px) {
        .nav-utility-header .fsNavLevel1 > li.fsNavParentPage > a {
          padding-right: 36px; } }
      .nav-utility-header .fsNavLevel1 > li.fsNavParentPage > a:after {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: none;
        position: absolute;
        right: 16px;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: rgba(255, 255, 255, 0.7);
        font-size: 15px;
        font-style: normal; }
        @media (min-width: 700px) {
          .nav-utility-header .fsNavLevel1 > li.fsNavParentPage > a:after {
            display: block; } }
      .nav-utility-header .fsNavLevel1 > li.fsNavParentPage > a:hover {
        color: #ffffff; }
      .nav-utility-header .fsNavLevel1 > li.fsNavParentPage:hover > .fsNavPageInfo {
        max-height: 300px; }
      .nav-utility-header .fsNavLevel1 > li > a {
        padding-right: 16px;
        padding-left: 15px;
        vertical-align: middle;
        color: transparent;
        font-size: 0; }
        @media (min-width: 850px) {
          .nav-utility-header .fsNavLevel1 > li > a {
            padding-right: 17px;
            padding-left: 16px;
            color: #ffffff;
            font-size: 15px; } }
        .nav-utility-header .fsNavLevel1 > li > a:before {
          color: #FFC702;
          font-style: normal;
          vertical-align: middle; }
          @media (min-width: 700px) {
            .nav-utility-header .fsNavLevel1 > li > a:before {
              margin-right: 5px; } }
        .nav-utility-header .fsNavLevel1 > li > a:hover {
          color: #FFC702; }
      .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
        overflow: hidden;
        max-height: 0;
        width: 160px;
        position: absolute;
        top: 100%;
        left: 50%;
        z-index: 1000;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        transition: max-height 0.3s ease; }
        @media (min-width: 700px) {
          .nav-utility-header .fsNavLevel1 > li > .fsNavPageInfo {
            width: auto;
            left: 0;
            right: 0;
            -ms-transform: none;
            transform: none; } }
  .nav-utility-header .fsNavLevel2 {
    display: block;
    padding: 14px 20px 8px;
    background-color: #00703C; }
    .nav-utility-header .fsNavLevel2 li {
      display: block; }
    .nav-utility-header .fsNavLevel2 a {
      display: block;
      padding: 4px 0;
      font-size: 15px;
      line-height: 24px;
      font-style: normal;
      text-align: center; }

.header-bottom.fsElement {
  height: 70px;
  position: relative;
  background-color: #333333; }
  .header-bottom.fsElement.fsElement {
    margin-bottom: 0; }
  html.has-hero .header-bottom.fsElement {
    background-color: rgba(39, 34, 35, 0.7); }
  @media (min-width: 700px) {
    .header-bottom.fsElement {
      height: 90px; } }

.site-info-container.fsElement {
  float: left;
  margin-bottom: 0; }
  .site-info-container.fsElement .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
    padding-left: 16px;
    padding-right: 26px;
    margin-right: 70px; }
    @media (min-width: 700px) {
      .site-info-container.fsElement .fsElementContent {
        height: 90px;
        margin-right: 0; } }
  .site-info-container.fsElement a {
    display: block; }
  .site-info-container.fsElement img {
    display: block; }

.search-toggle.fsElement {
  margin-bottom: 0;
  position: absolute;
  top: -40px;
  right: 0;
  cursor: pointer; }
  @media (min-width: 700px) {
    .search-toggle.fsElement {
      float: right;
      position: static; } }
  .search-toggle.fsElement .fsElementContent {
    height: 40px;
    width: 69px;
    font-size: 0;
    line-height: 0;
    position: relative; }
    @media (min-width: 700px) {
      .search-toggle.fsElement .fsElementContent {
        height: 90px;
        width: 83px; } }
    .search-toggle.fsElement .fsElementContent:before {
      content: "";
      font-family: "icomoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #ffffff;
      font-size: 14px;
      line-height: 14px;
      transition: color 0.3s ease; }
      @media (min-width: 700px) {
        .search-toggle.fsElement .fsElementContent:before {
          font-size: 16px;
          line-height: 16px; } }
    .search-toggle.fsElement .fsElementContent:hover:before {
      color: #FFC702; }

.off-canvas-open {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer; }
  .off-canvas-open:before {
    content: '';
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.4); }
    @media (min-width: 700px) {
      .off-canvas-open:before {
        left: auto;
        right: 0; } }
  @media (min-width: 700px) {
    .off-canvas-open {
      float: right;
      width: auto;
      height: 90px;
      padding-left: 72px;
      padding-right: 40px;
      position: relative;
      top: auto;
      right: auto; } }
  .off-canvas-open:hover .off-canvas-icon:before {
    color: #FFC702; }
  .off-canvas-open > span {
    display: none;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.09em; }
    @media (min-width: 700px) {
      .off-canvas-open > span {
        display: block; } }
  .off-canvas-open .off-canvas-icon {
    width: 23px;
    height: 20px;
    margin: -1px 0 0;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    cursor: pointer; }
    @media (min-width: 700px) {
      .off-canvas-open .off-canvas-icon {
        position: absolute;
        top: 50%;
        left: 37px;
        -ms-transform: rotate(0deg) translateY(-50%);
        transform: rotate(0deg) translateY(-50%); } }
    .off-canvas-open .off-canvas-icon:before {
      content: "";
      font-family: "icomoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      color: #ffffff;
      font-size: 16px;
      line-height: 20px;
      transition: color 0.3s ease; }

.fsHeader div[class*="hero-"],
.fsHeader section[class*="hero-"] {
  margin-bottom: 0; }

.header-tier {
  display: none;
  padding: 0 20px;
  background-color: #005030; }
  .header-tier.fsElement {
    margin-bottom: 0; }
  @media (min-width: 900px) {
    .header-tier {
      display: block; } }
  .header-tier > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem; }

.header-tier-float {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000; }
  @media (min-width: 900px) {
    html.show-tier .header-tier-float {
      display: block; } }

#fsFooter {
  padding: 41px 20px 20px;
  color: #ffffff; }
  @media (min-width: 700px) {
    #fsFooter {
      padding-bottom: 64px; } }
  @media (min-width: 900px) {
    #fsFooter {
      padding-left: 40px;
      padding-right: 40px; } }
  #fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem; }

.footer-columns.fsElement {
  margin-bottom: 17px;
  padding-bottom: 10px;
  position: relative; }
  @media (min-width: 1200px) {
    .footer-columns.fsElement {
      padding-bottom: 29px; } }
  .footer-columns.fsElement:before {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
    background-color: rgba(216, 216, 216, 0.1); }
    @media (min-width: 700px) {
      .footer-columns.fsElement:before {
        left: 56px;
        right: 56px; } }
    @media (min-width: 800px) {
      .footer-columns.fsElement:before {
        left: 76px;
        right: 76px; } }
    @media (min-width: 1200px) {
      .footer-columns.fsElement:before {
        left: 20px;
        right: 20px; } }
  .footer-columns.fsElement .fsDiv {
    width: 100%; }
    .footer-columns.fsElement .fsDiv.fsStyleColumn-1 {
      margin-bottom: 40px; }
      @media (min-width: 700px) {
        .footer-columns.fsElement .fsDiv.fsStyleColumn-1 {
          width: 50%;
          float: left; } }
      @media (min-width: 1100px) {
        .footer-columns.fsElement .fsDiv.fsStyleColumn-1 {
          width: 33.33333%;
          float: left; } }
    .footer-columns.fsElement .fsDiv.fsStyleColumn-2 {
      margin-bottom: 37px; }
      @media (min-width: 700px) {
        .footer-columns.fsElement .fsDiv.fsStyleColumn-2 {
          width: 50%;
          float: left;
          padding-top: 29px; } }
      @media (min-width: 1100px) {
        .footer-columns.fsElement .fsDiv.fsStyleColumn-2 {
          width: 33.33333%;
          float: left; } }
    @media (min-width: 700px) {
      .footer-columns.fsElement .fsDiv.fsStyleColumn-3 {
        clear: both;
        width: 50%;
        float: right;
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 800px) {
      .footer-columns.fsElement .fsDiv.fsStyleColumn-3 {
        padding-left: 20px; } }
    @media (min-width: 1100px) {
      .footer-columns.fsElement .fsDiv.fsStyleColumn-3 {
        width: 33.33333%;
        float: left;
        clear: none;
        padding-top: 29px; } }

.school-details .fsElementHeaderContent {
  margin-bottom: 16px; }
  @media (min-width: 700px) {
    .school-details .fsElementHeaderContent {
      margin-bottom: 10px; } }
  .school-details .fsElementHeaderContent a {
    display: block; }
  .school-details .fsElementHeaderContent img {
    display: block; }

.school-details .fsElementContent {
  opacity: 0.7;
  margin-left: 50px; }
  @media (min-width: 700px) {
    .school-details .fsElementContent {
      margin-left: 56px; } }

.school-details [itemprop='streetAddress'] {
  display: block; }

.school-details a {
  color: inherit; }

.footer-resources {
  max-width: 340px; }
  .footer-resources header {
    margin-bottom: 20px; }
  .footer-resources .fsElementTitle {
    color: #ffffff;
    font-size: 13px;
    line-height: 16px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .footer-resources ul, .footer-resources li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .footer-resources ul {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    column-gap: 20px; }
  .footer-resources a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 24px;
    font-family: "proxima-nova", sans-serif;
    font-weight: bold; }
    .footer-resources a:hover {
      color: white; }

.footer-social .fsElementTitle {
  margin-bottom: 25px;
  color: #ffffff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase; }

.footer-social ul, .footer-social li {
  list-style: none;
  padding: 0;
  margin: 0; }

.footer-social ul {
  text-align: left;
  margin-left: -13px;
  margin-right: -13px; }

.footer-social li {
  display: inline-block;
  margin: 0 3px; }

.footer-social a {
  display: block;
  padding: 0 10px;
  height: 22px;
  color: transparent;
  font-size: 1px;
  line-height: 1px; }
  .footer-social a:before {
    content: "";
    font-family: "icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: block;
    color: rgba(255, 255, 255, 0.4);
    font-size: 20px;
    line-height: 22px;
    transition: color 0.3s ease; }
  .footer-social a:hover:before {
    color: white; }
  .footer-social a[href*="facebook.com"]:before {
    content: ""; }
  .footer-social a[href*="twitter.com"]:before {
    content: ""; }
  .footer-social a[href*="instagram.com"]:before {
    content: ""; }
  .footer-social a[href*="flickr.com"]:before {
    content: ""; }
  .footer-social a[href*="livestream.com"]:before {
    content: ""; }
  .footer-social a[href*="youtube.com"]:before {
    content: ""; }

.footer-copyright {
  line-height: 16px; }
  @media (min-width: 700px) {
    .footer-copyright {
      float: left;
      margin-left: 56px; } }
  .footer-copyright > header {
    display: inline-block;
    margin-right: 13px; }
  .footer-copyright .fsElementHeaderContent {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
    line-height: 20px;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .footer-copyright .fsElementContent {
    display: inline-block; }
  .footer-copyright ul, .footer-copyright li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .footer-copyright li {
    display: inline-block;
    position: relative;
    line-height: 24px; }
    .footer-copyright li:before {
      content: '';
      display: block;
      width: 1px;
      height: 9px;
      position: absolute;
      top: 5px;
      left: 0;
      opacity: 0.4;
      background-color: #ffffff; }
  .footer-copyright a {
    display: block;
    padding: 0 12px 0 20px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
    line-height: 20px;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .footer-copyright a:hover {
      color: white; }

@media (min-width: 700px) {
  #fsPoweredByFinalsite {
    float: right;
    margin-right: 56px; } }

.fixed-links.fsContainer {
  display: none;
  margin: 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: -100px;
  z-index: 3000;
  opacity: 0;
  transition: bottom 0.5s ease, opacity 0.5s ease; }
  @media (min-width: 700px) {
    .fixed-links.fsContainer {
      display: block; } }
  html.show-fixed .fixed-links.fsContainer {
    bottom: 0;
    opacity: 1;
    transition: bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1); }
  .fixed-links.fsContainer .fsNavigation {
    margin: 0;
    height: 44px;
    overflow: hidden;
    text-align: center; }
    .fixed-links.fsContainer .fsNavigation ul, .fixed-links.fsContainer .fsNavigation li {
      list-style: none;
      padding: 0;
      margin: 0; }
    .fixed-links.fsContainer .fsNavigation ul {
      zoom: 1;
      display: inline-block;
      background-color: rgba(1, 1, 1, 0.7); }
      .fixed-links.fsContainer .fsNavigation ul:after {
        display: table;
        clear: both;
        content: ''; }
    .fixed-links.fsContainer .fsNavigation li {
      float: left;
      position: relative; }
      .fixed-links.fsContainer .fsNavigation li.nav-link-inquire a:before {
        content: ""; }
      .fixed-links.fsContainer .fsNavigation li.nav-link-visit a:before {
        content: ""; }
      .fixed-links.fsContainer .fsNavigation li.nav-link-apply a:before {
        content: ""; }
      .fixed-links.fsContainer .fsNavigation li.nav-link-gift a:before {
        content: ""; }
      .fixed-links.fsContainer .fsNavigation li.nav-link-support a:before {
        content: ""; }
      .fixed-links.fsContainer .fsNavigation li:last-of-type > a:after {
        display: none; }
    .fixed-links.fsContainer .fsNavigation a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row;
      flex-flow: row;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 129px;
      height: 44px;
      color: #ffffff;
      font-size: 13px;
      line-height: 16px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      font-family: "proxima-nova", sans-serif;
      background-color: rgba(39, 34, 35, 0);
      transition: all 0.3s ease; }
      .fixed-links.fsContainer .fsNavigation a:hover {
        background-color: rgba(39, 34, 35, 0.8); }
        .fixed-links.fsContainer .fsNavigation a:hover:before {
          color: #FFC702; }
      .fixed-links.fsContainer .fsNavigation a:before {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        padding-right: 8px;
        color: #ffffff;
        font-size: 20px;
        letter-spacing: 0; }
      .fixed-links.fsContainer .fsNavigation a:after {
        content: '';
        display: block;
        width: 1px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.1); }
  .fixed-links.fsContainer > footer {
    position: absolute;
    right: 0;
    bottom: 0; }
    .fixed-links.fsContainer > footer a {
      display: block;
      width: 44px;
      height: 44px;
      position: relative;
      font-size: 0;
      color: transparent;
      background-color: #00703c; }
      .fixed-links.fsContainer > footer a:before {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #FFC702;
        font-size: 20px;
        line-height: 20px; }
      .fixed-links.fsContainer > footer a:hover {
        background-color: #B75006; }

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

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

html {
  font-family: "Lora", Georgia, serif;
  background: #272223;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 18px;
  line-height: 32px;
  color: #5e5e5e; }

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

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

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

#fsPageContent {
  width: 100%; }

#fsBannerLeft {
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  float: none;
  margin-bottom: 20px; }
  @media (min-width: 700px) {
    #fsBannerLeft {
      padding-right: 110px;
      width: 390px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 240px; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 110px;
      width: 390px; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 240px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 110px;
      width: 390px; } }

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

.fsHasLeftBanner #fsPageContent {
  -ms-flex-order: 1;
  order: 1;
  width: 100%; }

@media (min-width: 700px) {
  .fsHasLeftBanner:not(.emptyBannerLeft) #fsPageContent {
    -ms-flex-order: 2;
    order: 2;
    width: calc(100% - 390px); } }

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

#fsBannerRight {
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  float: none;
  margin-bottom: 20px; }
  @media (min-width: 700px) {
    #fsBannerRight {
      padding-left: 110px;
      width: 390px;
      -ms-flex-order: 3;
      order: 3;
      margin-bottom: 0; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0; }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        -ms-flex-order: 3;
        order: 3;
        padding-left: 20px;
        width: 240px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 110px;
        width: 390px; } }

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

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

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

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

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

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

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

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

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

.fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 390px); } }
  @media (min-width: 700px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
      width: 100%; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 390px); } }
  .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        -ms-flex-order: 2;
        order: 2;
        width: calc(100% - 240px); } }
    @media (min-width: 700px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 390px); } }
    @media (min-width: 800px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        -ms-flex-order: 2;
        order: 2;
        width: calc(100% - 240px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 390px); } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 240px); } }

.fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
  -ms-flex-order: 2;
  order: 2; }
  @media (min-width: 700px) {
    .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      width: 390px;
      padding-right: 110px; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      width: 100%;
      padding-right: 0;
      margin-bottom: 20px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      width: 390px;
      padding-right: 110px;
      margin-bottom: 0; } }
  @media (min-width: 600px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 240px; } }
  @media (min-width: 700px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      padding-right: 110px;
      width: 390px; } }
  @media (min-width: 800px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 240px; } }
  @media (min-width: 1000px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      padding-right: 110px;
      width: 390px; } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
        padding-right: 20px;
        width: 240px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 240px);
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 390px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 110px;
      width: 390px; } }

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

@media (min-width: 700px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 110px;
    width: 390px; } }

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

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 110px;
    width: 390px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 240px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 390px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 480px);
      margin-bottom: 0; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 780px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 110px;
      width: 390px; } }

.fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 390px); } }
  .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 800px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 240px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 390px); } }
  @media (min-width: 700px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
      width: 100%; } }
  @media (min-width: 1000px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
      width: calc(100% - 390px); } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 240px); } }

.fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
  -ms-flex-order: 3;
  order: 3; }
  @media (min-width: 700px) {
    .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 3;
      order: 3;
      width: 390px;
      padding-left: 110px; } }
  .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
    width: 100%;
    padding: 0; }
    @media (min-width: 800px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
        padding-left: 20px;
        width: 240px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
        padding-left: 110px;
        width: 390px; } }
  @media (min-width: 700px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
      width: 100%;
      padding-left: 0;
      margin-bottom: 20px; } }
  @media (min-width: 1000px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
      width: 390px;
      padding-left: 110px;
      margin-bottom: 0; } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
        padding-left: 20px;
        width: 240px; } }

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

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding: 0; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 240px; } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 110px;
      width: 390px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 240px; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 110px;
      width: 390px; } }

@media (min-width: 600px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    -ms-flex-order: 1;
    order: 1;
    padding-right: 20px;
    width: 240px; } }

@media (min-width: 700px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 110px;
    width: 390px; } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    -ms-flex-order: 1;
    order: 1;
    padding-right: 20px;
    width: 240px; } }

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 110px;
    width: 390px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 240px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 390px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 480px);
      margin-bottom: 0; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 780px); } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      -ms-flex-order: 3;
      order: 3;
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 110px;
      width: 390px; } }

.fsElephantRightLayout,
.fsElephantLeftLayout {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fsElephantRightLayout > div,
  .fsElephantLeftLayout > div {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
    margin-bottom: 20px; }
    @media (min-width: 700px) {
      .fsElephantRightLayout > div,
      .fsElephantLeftLayout > div {
        margin-bottom: 0; } }
    .fsElephantRightLayout > div:last-child,
    .fsElephantLeftLayout > div:last-child {
      margin-bottom: 0; }

@media (min-width: 700px) {
  .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: calc(100% - 390px); } }

.fsElephantRightLayout > div.fsStyleTwoThirds > .fsDiv {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 800px) {
  .fsElephantRightLayout > div.fsStyleTwoThirds > .fsTwoColumnLayout {
    margin-right: -20px;
    margin-left: -20px; } }

@media (min-width: 700px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1000px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: calc(100% - 390px); } }

@media (min-width: 700px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1000px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: calc(100% - 240px); } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
      width: calc(100% - 240px); } }

@media (min-width: 700px) {
  .fsElephantRightLayout > div.fsStyleOneThird {
    width: 390px;
    padding-left: 110px;
    padding-right: 0; } }

@media (min-width: 700px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1000px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 390px;
    padding-left: 110px;
    margin-bottom: 0; } }

@media (min-width: 700px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1000px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 240px;
    padding-left: 20px;
    margin-bottom: 0; } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }

@media (min-width: 700px) {
  .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: calc(100% - 390px); } }

.fsElephantLeftLayout > div.fsStyleTwoThirds > .fsDiv {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 800px) {
  .fsElephantLeftLayout > div.fsStyleTwoThirds > .fsTwoColumnLayout {
    margin-right: -20px;
    margin-left: -20px; } }

@media (min-width: 700px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1000px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: calc(100% - 240px); } }

@media (min-width: 700px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1000px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: calc(100% - 390px); } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
      width: calc(100% - 240px); } }

@media (min-width: 700px) {
  .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 390px;
    padding-right: 110px;
    padding-left: 0; } }

@media (min-width: 700px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1000px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 240px;
    padding-right: 20px;
    margin-bottom: 0; } }

@media (min-width: 700px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1000px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 390px;
    padding-right: 110px;
    margin-bottom: 0; } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
      padding-right: 20px;
      width: 240px; } }

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

.fsBreadcrumb li {
  display: inline-block; }

#fsHeader .nav-main {
  display: none; }
  @media (min-width: 900px) {
    #fsHeader .nav-main {
      display: block; } }

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

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

@media (min-width: 900px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    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%; } }

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

@media (min-width: 900px) {
  .nav-main .fsNavLevel1 > li {
    -ms-flex: 1 auto;
    flex: 1 auto; } }

.nav-main .fsNavLevel1 > li > a {
  padding: 1.11111em;
  color: #fff;
  display: block; }
  .nav-main .fsNavLevel1 > li > a:focus {
    background: #73A13F; }

.nav-main .fsNavLevel1 > li:hover > a {
  background: #73A13F; }

.nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
  background: #73A13F; }

.nav-main .fsNavPageInfo {
  background: #005030;
  text-align: left;
  z-index: 300; }
  .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
    left: 0;
    -ms-transform: none;
    transform: none; }
  .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
    right: 0;
    left: auto;
    -ms-transform: none;
    transform: none; }

.nav-main .fsNavLevel2 li a {
  padding: 0.55556em;
  color: #fff;
  display: block; }
  .nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus {
    background: #73A13F; }

/*! navigation - off-canvas v0.0.1 */
#fsMenu {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: -100vh;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 10000;
  transition: top 0.3s ease;
  pointer-events: none; }
  html.off-canvas-active #fsMenu {
    pointer-events: auto;
    top: -0vh;
    bottom: auto; }

html.off-canvas-active {
  overflow: hidden;
  height: 100%; }

html.off-canvas-main body {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  width: 100%; }

.fsMenu .off-canvas-container {
  display: block;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.3s ease;
  background-color: #272223;
  background-position: center center;
  background-size: cover; }
  .fsMenu .off-canvas-container > header > .fsElementTitle {
    color: #333333;
    font-size: 30px;
    line-height: 37px;
    font-style: italic;
    font-family: "Lora", Georgia, serif;
    text-align: center; }

.fsMenu .off-canvas-close {
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 100;
  background-color: transparent; }
  @media (min-width: 700px) {
    .fsMenu .off-canvas-close {
      height: 50px;
      width: 50px;
      top: 45px;
      right: 45px; } }
  .fsMenu .off-canvas-close:before {
    content: "";
    font-family: "icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: block;
    height: 40px;
    width: 40px;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    transition: color 0.3s ease; }
    @media (min-width: 700px) {
      .fsMenu .off-canvas-close:before {
        height: 50px;
        width: 50px;
        font-size: 20px;
        line-height: 50px; } }
  .fsMenu .off-canvas-close:hover:before {
    color: #FFC702; }

.nav-utility-mobile,
.nav-fixed-mobile {
  padding-top: 26px;
  position: relative; }
  .nav-utility-mobile:before,
  .nav-fixed-mobile:before {
    content: '';
    display: block;
    height: 1px;
    width: 80px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    background-color: #ffffff; }
  .nav-utility-mobile .fsNavLevel1 li,
  .nav-fixed-mobile .fsNavLevel1 li {
    padding: 0; }
  .nav-utility-mobile a,
  .nav-fixed-mobile a {
    color: #ffffff;
    font-size: 15px;
    line-height: 24px; }
    .nav-utility-mobile a:hover,
    .nav-fixed-mobile a:hover {
      color: #FFC702; }

@media (min-width: 700px) {
  .nav-fixed-mobile {
    display: none; } }

.nav-fixed-mobile li.nav-link-inquire a:before {
  content: ""; }

.nav-fixed-mobile li.nav-link-visit a:before {
  content: ""; }

.nav-fixed-mobile li.nav-link-apply a:before {
  content: ""; }

.nav-fixed-mobile li.nav-link-gift a:before {
  content: ""; }

.nav-fixed-mobile li.nav-link-support a:before {
  content: ""; }

.nav-fixed-mobile a {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.06em;
  font-weight: 800;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  vertical-align: middle; }
  .nav-fixed-mobile a:before {
    content: "";
    font-family: "icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    padding-right: 8px;
    margin-top: -1px;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 0;
    vertical-align: middle; }

/*
.off-canvas-overlay {
  display: block;

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;

  opacity: 0;
  background-color: #000000;
  transition: opacity 0.3s ease;

  @at-root {
    html.off-canvas-active & {
      left: 0;
      opacity: 0.5;
    }
  }
}

*/
#fsMenu .off-canvas-container {
  padding-bottom: 30px; }

#fsMenu .off-canvas-container-nav {
  padding-left: 25px;
  padding-right: 25px;
  background-position: bottom right;
  background-size: cover; }
  #fsMenu .off-canvas-container-nav:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #272223;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; }
  .off-canvas-navigation #fsMenu .off-canvas-container-nav {
    right: 0;
    opacity: 1; }
  .off-canvas-navigation.off-canvas-active #fsMenu .off-canvas-container-nav:before {
    opacity: 0.75; }
  #fsMenu .off-canvas-container-nav > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 43.55556em;
    max-width: 49rem; }

#fsMenu .off-canvas-container-social {
  background-color: #DDEAC6; }
  #fsMenu .off-canvas-container-social .off-canvas-close:before {
    color: #000000; }
  #fsMenu .off-canvas-container-social .off-canvas-close:hover:before {
    color: #B75006; }
  .off-canvas-social #fsMenu .off-canvas-container-social {
    right: 0;
    opacity: 1; }

#fsMenu .off-canvas-container-news {
  background-color: #FFECB8; }
  #fsMenu .off-canvas-container-news .off-canvas-close:before {
    color: #000000; }
  #fsMenu .off-canvas-container-news .off-canvas-close:hover:before {
    color: #B75006; }
  .off-canvas-news #fsMenu .off-canvas-container-news {
    right: 0;
    opacity: 1; }

#fsMenu .off-canvas-container-calendars {
  background-color: #FFECB8;
  padding-top: 20px; }
  #fsMenu .off-canvas-container-calendars > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    padding-top: 20px; }
    #fsMenu .off-canvas-container-calendars > .fsElementContent .fsCalendar {
      background: #fff;
      padding: 10px; }
      #fsMenu .off-canvas-container-calendars > .fsElementContent .fsCalendar .fsElementTitle {
        font-size: 25px;
        color: #005030; }
      #fsMenu .off-canvas-container-calendars > .fsElementContent .fsCalendar .fsLoadMoreButton {
        display: none; }
    #fsMenu .off-canvas-container-calendars > .fsElementContent .calendar-rotation article {
      margin-bottom: 0; }
  #fsMenu .off-canvas-container-calendars .off-canvas-close:before {
    color: #000000; }
  #fsMenu .off-canvas-container-calendars .off-canvas-close:hover:before {
    color: #B75006; }
  .off-canvas-calendars #fsMenu .off-canvas-container-calendars {
    right: 0;
    opacity: 1; }

#fsMenu .off-canvas-container-search {
  padding-left: 35px;
  padding-right: 35px;
  background-position: center center;
  background-size: cover; }
  #fsMenu .off-canvas-container-search:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #272223;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; }
  .off-canvas-search #fsMenu .off-canvas-container-search {
    right: 0;
    opacity: 1; }
  .off-canvas-search.off-canvas-active #fsMenu .off-canvas-container-search:before {
    opacity: 0.75; }
  #fsMenu .off-canvas-container-search > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 43.55556em;
    max-width: 49rem; }

.off-canvas-container-social {
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 400px) {
    .off-canvas-container-social {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 550px) {
    .off-canvas-container-social {
      padding-left: 40px;
      padding-right: 40px; } }
  .off-canvas-container-social > header {
    padding-top: 40px; }
    @media (min-width: 700px) {
      .off-canvas-container-social > header {
        padding-top: 53px; } }
    .off-canvas-container-social > header .fsElementTitle {
      margin-bottom: 25px; }
      @media (min-width: 700px) {
        .off-canvas-container-social > header .fsElementTitle {
          margin-bottom: 40px; } }
  .off-canvas-container-social > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem; }
  .off-canvas-container-social .j-poster {
    display: none; }
  .off-canvas-container-social .j-meta {
    margin: 0;
    position: absolute;
    right: 8px;
    bottom: 5px; }
    .off-canvas-container-social .j-meta > ul {
      display: none; }
    .off-canvas-container-social .j-meta > nav > a:before {
      font-size: 20px; }
  .off-canvas-container-social .juicer-feed.user {
    overflow: visible; }
    .off-canvas-container-social .juicer-feed.user li.feed-item {
      border: 0;
      margin-bottom: 40px !important;
      box-shadow: 0 25px 20px 0 rgba(0, 0, 0, 0.08); }
  .off-canvas-container-social .j-paginate.juicer-button {
    display: none; }
  .off-canvas-container-social .social-flickr.fsContent {
    margin-bottom: 40px;
    box-shadow: 0 25px 20px 0 rgba(0, 0, 0, 0.08);
    position: relative; }
    .off-canvas-container-social .social-flickr.fsContent:hover:before {
      top: -4px; }
    .off-canvas-container-social .social-flickr.fsContent:hover:after {
      top: -8px; }
    .off-canvas-container-social .social-flickr.fsContent:before, .off-canvas-container-social .social-flickr.fsContent:after {
      content: '';
      display: block;
      height: 1px;
      position: absolute;
      background-color: #272223;
      transition: top 0.3s ease; }
    .off-canvas-container-social .social-flickr.fsContent:before {
      top: -3px;
      left: 6px;
      right: 6px; }
    .off-canvas-container-social .social-flickr.fsContent:after {
      top: -6px;
      left: 11px;
      right: 11px; }
    .off-canvas-container-social .social-flickr.fsContent:hover > .fsElementContent:after {
      background-color: rgba(0, 0, 0, 0.6); }
    .off-canvas-container-social .social-flickr.fsContent:hover > .fsElementContent .feed-zoom {
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
    .off-canvas-container-social .social-flickr.fsContent > header > .fsElementTitle {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column;
      flex-flow: column;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 20px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1000;
      color: #ffffff;
      font-size: 24px;
      line-height: 32px;
      font-family: "proxima-nova", sans-serif;
      font-weight: 800;
      text-align: center;
      pointer-events: none; }
    .off-canvas-container-social .social-flickr.fsContent > .fsElementContent {
      display: block;
      overflow: hidden;
      position: relative; }
      .off-canvas-container-social .social-flickr.fsContent > .fsElementContent:before {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        position: absolute;
        right: 13px;
        bottom: 7px;
        z-index: 999;
        color: #cccccc;
        font-size: 20px; }
      .off-canvas-container-social .social-flickr.fsContent > .fsElementContent:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        background-color: rgba(0, 0, 0, 0.5);
        pointer-events: none;
        transition: background 0.3s ease; }
      .off-canvas-container-social .social-flickr.fsContent > .fsElementContent .feed-zoom {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -ms-transform: scale(1);
        transform: scale(1);
        background-size: cover;
        background-position: center center;
        transition: transform 0.3s ease; }
    .off-canvas-container-social .social-flickr.fsContent img {
      display: block;
      opacity: 0; }
  .off-canvas-container-social .social-twitter article.feed-entry {
    margin-bottom: 40px;
    padding: 10px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 25px 20px 0 rgba(0, 0, 0, 0.08); }
  .off-canvas-container-social .social-twitter .feed-link {
    display: block;
    overflow: hidden;
    position: relative; }
    .off-canvas-container-social .social-twitter .feed-link:hover .feed-zoom {
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
  .off-canvas-container-social .social-twitter .feed-zoom {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -ms-transform: scale(1);
    transform: scale(1);
    background-position: center center;
    background-size: cover;
    transition: transform 0.3s ease; }
  .off-canvas-container-social .social-twitter .feed-image {
    display: block;
    opacity: 0; }
  .off-canvas-container-social .social-twitter .feed-link + .feed-content .feed-message {
    padding-top: 25px; }
    .off-canvas-container-social .social-twitter .feed-link + .feed-content .feed-message a {
      word-break: break-word; }
  .off-canvas-container-social .social-twitter .feed-message {
    padding: 15px 20px 27px; }
    @media (max-width: 499px) {
      .off-canvas-container-social .social-twitter .feed-message a {
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto; } }
  .off-canvas-container-social .social-twitter .feed-icon {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 2px;
    bottom: 4px;
    z-index: 1000;
    color: transparent;
    font-size: 0;
    line-height: 0; }
    .off-canvas-container-social .social-twitter .feed-icon:hover:before {
      color: #333333; }
    .off-canvas-container-social .social-twitter .feed-icon:before {
      content: "";
      font-family: "icomoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #cccccc;
      font-size: 19px;
      line-height: 19px;
      transition: color 0.3s ease; }
  .off-canvas-container-social .social-instagram article.feed-entry {
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 25px 20px 0 rgba(0, 0, 0, 0.08); }
    .off-canvas-container-social .social-instagram article.feed-entry:hover .feed-zoom {
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
    .off-canvas-container-social .social-instagram article.feed-entry:hover .feed-meta {
      background-color: rgba(0, 0, 0, 0.3); }
      .off-canvas-container-social .social-instagram article.feed-entry:hover .feed-meta > div {
        opacity: 1; }
  .off-canvas-container-social .social-instagram .feed-zoom {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -ms-transform: scale(1);
    transform: scale(1);
    background-position: center center;
    background-size: cover;
    transition: transform 0.3s ease; }
  .off-canvas-container-social .social-instagram .feed-link {
    display: block;
    position: relative;
    z-index: 100; }
  .off-canvas-container-social .social-instagram .feed-image {
    display: block;
    opacity: 0;
    pointer-events: none; }
  .off-canvas-container-social .social-instagram .feed-meta {
    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;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0);
    transition: background 0.3s ease;
    pointer-events: none; }
    .off-canvas-container-social .social-instagram .feed-meta > div {
      display: inline-block;
      padding: 0 15px;
      color: #ffffff;
      font-size: 16px;
      line-height: 20px;
      font-family: "proxima-nova", sans-serif;
      font-weight: 600;
      vertical-align: middle;
      opacity: 0;
      transition: opacity 0.3s ease; }
      .off-canvas-container-social .social-instagram .feed-meta > div:before {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: inline-block;
        margin-right: 7px;
        color: #ffffff;
        font-size: 20px;
        line-height: 20px;
        vertical-align: bottom; }
      .off-canvas-container-social .social-instagram .feed-meta > div.feed-likes:before {
        content: ""; }
      .off-canvas-container-social .social-instagram .feed-meta > div.feed-comments:before {
        content: ""; }
  .off-canvas-container-social .social-instagram .feed-icon {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 2px;
    bottom: 3px;
    z-index: 1000;
    color: transparent;
    font-size: 0;
    line-height: 0; }
    .off-canvas-container-social .social-instagram .feed-icon:hover:before {
      color: #ffffff; }
    .off-canvas-container-social .social-instagram .feed-icon:before {
      content: "";
      font-family: "icomoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #cccccc;
      font-size: 20px;
      line-height: 20px;
      transition: color 0.3s ease; }

.off-canvas-container-news {
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 400px) {
    .off-canvas-container-news {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 550px) {
    .off-canvas-container-news {
      padding-left: 40px;
      padding-right: 40px; } }
  .off-canvas-container-news > header {
    padding-top: 53px; }
  .off-canvas-container-news > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem; }
  .off-canvas-container-news .fsTwoColumnLayout {
    padding-top: 30px;
    margin-left: -20px;
    margin-right: -20px; }
    @media (min-width: 700px) {
      .off-canvas-container-news .fsTwoColumnLayout {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row;
        flex-flow: row; } }
    .off-canvas-container-news .fsTwoColumnLayout .fsDiv {
      width: auto;
      margin-left: 20px;
      margin-right: 20px;
      padding: 40px 25px 20px;
      position: relative;
      background-color: #ffffff;
      box-shadow: 0 25px 20px 0 rgba(0, 0, 0, 0.06); }
      @media (min-width: 550px) {
        .off-canvas-container-news .fsTwoColumnLayout .fsDiv {
          padding: 40px 40px 20px; } }
      @media (min-width: 700px) {
        .off-canvas-container-news .fsTwoColumnLayout .fsDiv {
          padding: 40px 40px 20px; } }
      @media (min-width: 700px) {
        .off-canvas-container-news .fsTwoColumnLayout .fsDiv.fsStyleColumn-1 {
          width: calc(50% - 40px); } }
      @media (min-width: 1000px) {
        .off-canvas-container-news .fsTwoColumnLayout .fsDiv.fsStyleColumn-1 {
          width: calc(100% - 39.3443% - 40px); } }
      .off-canvas-container-news .fsTwoColumnLayout .fsDiv.fsStyleColumn-2 {
        padding-bottom: 31px; }
        @media (min-width: 700px) {
          .off-canvas-container-news .fsTwoColumnLayout .fsDiv.fsStyleColumn-2 {
            width: calc(50% - 40px); } }
        @media (min-width: 1000px) {
          .off-canvas-container-news .fsTwoColumnLayout .fsDiv.fsStyleColumn-2 {
            width: calc(39.3443% - 40px); } }
      .off-canvas-container-news .fsTwoColumnLayout .fsDiv .fsAlertFeeds {
        position: absolute;
        top: 16px;
        right: 10px; }
  .off-canvas-container-news .fsNews article {
    margin-bottom: 30px; }
    @media (min-width: 1000px) {
      .off-canvas-container-news .fsNews article {
        margin-bottom: 20px; } }
    .off-canvas-container-news .fsNews article:last-of-type {
      margin-bottom: 20px; }
  @media (max-width: 999px) {
    .off-canvas-container-news .fsNews.fsThumbnailAlignLeft.fsThumbnailMedium .fsThumbnail {
      margin-right: 0;
      float: none; } }
  .off-canvas-container-news .fsNews.fsThumbnailAlignLeft.fsThumbnailMedium .fsThumbnail img {
    width: 100%;
    max-width: none; }
    @media (min-width: 1000px) {
      .off-canvas-container-news .fsNews.fsThumbnailAlignLeft.fsThumbnailMedium .fsThumbnail img {
        max-width: 220px; } }
  .off-canvas-container-news .fsNews .fsThumbnail img {
    display: block; }
  .off-canvas-container-news .fsCalendar article {
    margin-bottom: 32px; }
    .off-canvas-container-news .fsCalendar article:last-of-type {
      margin-bottom: 20px; }
  .off-canvas-container-news .calendar-rotation.fsCalendar {
    padding-top: 5px;
    margin-bottom: 11px; }
    .off-canvas-container-news .calendar-rotation.fsCalendar article {
      margin-bottom: 0; }
    .off-canvas-container-news .calendar-rotation.fsCalendar .fsDate {
      display: none; }
    .off-canvas-container-news .calendar-rotation.fsCalendar .fsDate + .fsTitle {
      margin-top: 0px;
      margin-bottom: 0px; }
    .off-canvas-container-news .calendar-rotation.fsCalendar .fsTitle {
      color: #00703C;
      font-size: 23px;
      line-height: 32px;
      font-family: "proxima-nova", sans-serif;
      font-weight: 800; }
    .off-canvas-container-news .calendar-rotation.fsCalendar .fsEventDetails {
      display: none; }
    .off-canvas-container-news .calendar-rotation.fsCalendar .fsElementEmpty {
      display: none; }

.off-canvas-container-search > .fsElementContent {
  padding-top: 38px; }
  @media (min-width: 700px) {
    .off-canvas-container-search > .fsElementContent {
      padding-top: 70px; } }

.off-canvas-container-search .search-custom form {
  height: 50px;
  padding-left: 0px;
  padding-right: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative; }
  @media (min-width: 700px) {
    .off-canvas-container-search .search-custom form {
      height: 60px;
      padding-left: 31px;
      padding-right: 68px; } }

.off-canvas-container-search .search-custom .search-submit {
  width: 38px;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  background: none;
  position: absolute;
  bottom: 0;
  right: 0; }
  @media (min-width: 700px) {
    .off-canvas-container-search .search-custom .search-submit {
      width: 68px;
      height: 60px; } }
  .off-canvas-container-search .search-custom .search-submit:before {
    content: "";
    font-family: "icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 16px;
    line-height: 16px; }
    @media (min-width: 700px) {
      .off-canvas-container-search .search-custom .search-submit:before {
        font-size: 24px;
        line-height: 24px; } }

.off-canvas-container-search .search-custom input {
  width: 100%;
  height: 40px;
  border: 0;
  outline: 0;
  margin-top: 4px;
  padding-left: 5px;
  padding-top: 0;
  padding-bottom: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none; }
  @media (min-width: 700px) {
    .off-canvas-container-search .search-custom input {
      margin-top: 9px;
      padding-left: 9px;
      font-size: 36px;
      line-height: 40px; } }
  .off-canvas-container-search .search-custom input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit; }
  .off-canvas-container-search .search-custom input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.3);
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit; }
  .off-canvas-container-search .search-custom input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.3);
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit; }
  .off-canvas-container-search .search-custom input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit; }

.off-canvas-container-search .search-custom-links {
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px; }
  @media (min-width: 700px) {
    .off-canvas-container-search .search-custom-links {
      padding-top: 70px;
      padding-left: 40px;
      padding-right: 40px; } }
  .off-canvas-container-search .search-custom-links .fsElementTitle {
    margin-bottom: 7px;
    color: #FFE7A6;
    font-size: 16px;
    line-height: 28px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.09em; }
  .off-canvas-container-search .search-custom-links ul, .off-canvas-container-search .search-custom-links li {
    display: block;
    list-style: none; }
  .off-canvas-container-search .search-custom-links .fsNavLevel1 {
    -moz-column-count: 1;
    column-count: 1; }
    @media (min-width: 500px) {
      .off-canvas-container-search .search-custom-links .fsNavLevel1 {
        -moz-column-count: 2;
        column-count: 2; } }
    @media (min-width: 900px) {
      .off-canvas-container-search .search-custom-links .fsNavLevel1 {
        -moz-column-count: 3;
        column-count: 3; } }
  .off-canvas-container-search .search-custom-links a {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    font-family: "proxima-nova", sans-serif; }
    .off-canvas-container-search .search-custom-links a:hover {
      color: #FFC702; }

.off-canvas-container-nav ul, .off-canvas-container-nav li {
  list-style: none;
  padding: 0;
  margin: 0; }

.off-canvas-container-nav .nav-main-mobile {
  padding-top: 15px;
  padding-bottom: 21px;
  margin-top: 37px;
  margin-bottom: 0;
  position: relative; }
  @media (min-width: 700px) {
    .off-canvas-container-nav .nav-main-mobile {
      margin-top: 59px;
      padding-bottom: 24px; } }
  .off-canvas-container-nav .nav-main-mobile a {
    color: #ffffff;
    font-family: "proxima-nova", sans-serif; }
  .off-canvas-container-nav .nav-main-mobile nav a {
    display: block; }
  .off-canvas-container-nav .nav-main-mobile .fsNavLevel1 {
    zoom: 1; }
    .off-canvas-container-nav .nav-main-mobile .fsNavLevel1:after {
      display: table;
      clear: both;
      content: ''; }
    .off-canvas-container-nav .nav-main-mobile .fsNavLevel1 > li {
      display: block;
      position: relative; }
      @media (min-width: 700px) {
        .off-canvas-container-nav .nav-main-mobile .fsNavLevel1 > li {
          float: left;
          clear: left;
          position: static; } }
      .off-canvas-container-nav .nav-main-mobile .fsNavLevel1 > li:last-of-type {
        margin-bottom: 0; }
      .off-canvas-container-nav .nav-main-mobile .fsNavLevel1 > li > .menu-toggle {
        display: block;
        width: 52px;
        position: absolute;
        top: 0;
        right: -19px;
        bottom: 0;
        cursor: pointer;
        transition: transform 0.3s ease; }
        @media (min-width: 700px) {
          .off-canvas-container-nav .nav-main-mobile .fsNavLevel1 > li > .menu-toggle {
            display: none; } }
        .off-canvas-container-nav .nav-main-mobile .fsNavLevel1 > li > .menu-toggle:before {
          content: "";
          font-family: "icomoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          color: #FFC702;
          font-size: 30px;
          line-height: 17px;
          display: block;
          width: 17px;
          height: 17px;
          position: absolute;
          top: 20px;
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
          text-align: center;
          transition: transform 0.3s ease, color 0.3s ease; }
      .off-canvas-container-nav .nav-main-mobile .fsNavLevel1 > li.menu-open > .menu-toggle:before {
        -ms-transform: translateX(-50%) rotate(90deg);
        transform: translateX(-50%) rotate(90deg); }
      .off-canvas-container-nav .nav-main-mobile .fsNavLevel1 > li > a {
        display: block;
        padding: 8px 0px 8px 0;
        position: relative;
        color: #ffffff;
        font-size: 28px;
        line-height: 40px;
        font-family: "proxima-nova", sans-serif;
        font-weight: 800;
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.25); }
        @media (min-width: 700px) {
          .off-canvas-container-nav .nav-main-mobile .fsNavLevel1 > li > a {
            padding: 6px 0px;
            font-size: 36px;
            line-height: 44px; } }
        .off-canvas-container-nav .nav-main-mobile .fsNavLevel1 > li > a > span {
          padding-right: 30px; }
        .off-canvas-container-nav .nav-main-mobile .fsNavLevel1 > li > a:after {
          content: "";
          font-family: "icomoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: none;
          padding-left: 15px;
          padding-bottom: 6px;
          margin-left: -3px;
          color: #FFC702;
          font-size: 30px;
          line-height: 30px;
          vertical-align: bottom;
          opacity: 0;
          transition: opacity 0.3s ease, margin 0.3s ease; }
          @media (min-width: 700px) {
            .off-canvas-container-nav .nav-main-mobile .fsNavLevel1 > li > a:after {
              display: inline-block; } }
      .off-canvas-container-nav .nav-main-mobile .fsNavLevel1 > li > .fsNavPageInfo {
        display: none; }
        @media (min-width: 700px) {
          .off-canvas-container-nav .nav-main-mobile .fsNavLevel1 > li > .fsNavPageInfo {
            display: none !important;
            width: 100%;
            max-width: 283px;
            padding-top: 17px;
            padding-bottom: 7px;
            position: absolute;
            top: 0;
            right: 0; } }
      @media (min-width: 700px) {
        .off-canvas-container-nav .nav-main-mobile .fsNavLevel1 > li.active > .fsNavPageInfo {
          display: block !important; }
        .off-canvas-container-nav .nav-main-mobile .fsNavLevel1 > li.active > a:after {
          margin-left: 0;
          opacity: 1; } }
  .off-canvas-container-nav .nav-main-mobile .fsNavLevel2 {
    padding: 0 0 27px;
    margin-top: -1px;
    border: 0; }
    @media (min-width: 700px) {
      .off-canvas-container-nav .nav-main-mobile .fsNavLevel2 {
        padding: 8px 0 0; } }
    .off-canvas-container-nav .nav-main-mobile .fsNavLevel2 li {
      position: relative; }
      .off-canvas-container-nav .nav-main-mobile .fsNavLevel2 li.fsNavCurrentPage > a, .off-canvas-container-nav .nav-main-mobile .fsNavLevel2 li.fsNavCurrentPageAncestor > a {
        color: #FFC702; }
      .off-canvas-container-nav .nav-main-mobile .fsNavLevel2 li.fsNavParentPage > a {
        padding-right: 50px; }
      .off-canvas-container-nav .nav-main-mobile .fsNavLevel2 li a {
        display: block;
        padding: 6px 0 6px 15px;
        border: 0;
        color: #ffffff;
        font-size: 13px;
        line-height: 20px;
        font-family: "proxima-nova", sans-serif;
        text-transform: uppercase;
        font-weight: 800;
        letter-spacing: 1px; }
        @media (min-width: 700px) {
          .off-canvas-container-nav .nav-main-mobile .fsNavLevel2 li a {
            padding: 6px 0 6px;
            font-size: 16px;
            line-height: 20px; } }
        .off-canvas-container-nav .nav-main-mobile .fsNavLevel2 li a:after {
          content: '';
          display: block; }
        .off-canvas-container-nav .nav-main-mobile .fsNavLevel2 li a:hover {
          color: #FFC702; }
      .off-canvas-container-nav .nav-main-mobile .fsNavLevel2 li.fsNavParentPage > .menu-toggle {
        display: block;
        width: 52px;
        position: absolute;
        top: 0;
        right: -19px;
        bottom: 0;
        cursor: pointer;
        transition: transform 0.3s ease; }
        @media (min-width: 700px) {
          .off-canvas-container-nav .nav-main-mobile .fsNavLevel2 li.fsNavParentPage > .menu-toggle {
            display: none; } }
        .off-canvas-container-nav .nav-main-mobile .fsNavLevel2 li.fsNavParentPage > .menu-toggle:before {
          content: "";
          font-family: "icomoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          color: #B3B2B2;
          font-size: 14px;
          line-height: 14px;
          display: block;
          width: 14px;
          height: 14px;
          position: absolute;
          top: 8px;
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
          text-align: center;
          transition: transform 0.3s ease, color 0.3s ease; }
      .off-canvas-container-nav .nav-main-mobile .fsNavLevel2 li.fsNavParentPage.menu-open > .menu-toggle:before {
        content: ""; }
      .off-canvas-container-nav .nav-main-mobile .fsNavLevel2 li.fsNavParentPage > .fsNavPageInfo {
        display: none; }
    .off-canvas-container-nav .nav-main-mobile .fsNavLevel2 > li {
      display: block;
      position: relative; }
      .off-canvas-container-nav .nav-main-mobile .fsNavLevel2 > li.fsNavParentPage > .fsNavPageInfo {
        display: none; }
  @media (min-width: 700px) {
    .off-canvas-container-nav .nav-main-mobile ul.fsNavLevel3 {
      display: none; } }
  .off-canvas-container-nav .nav-main-mobile ul.fsNavLevel3 > li > a {
    padding-left: 30px; }
  .off-canvas-container-nav .nav-main-mobile ul.fsNavLevel4 > li > a {
    padding-left: 45px; }
  .off-canvas-container-nav .nav-main-mobile ul.fsNavLevel5 > li > a {
    padding-left: 60px; }
  .off-canvas-container-nav .nav-main-mobile ul.fsNavLevel6 > li > a {
    padding-left: 75px; }

/*! navigation - sub v0.0.1 */
.nav-sub {
  display: none;
  background-color: transparent;
  padding-bottom: 20px; }
  @media (min-width: 900px) {
    .nav-sub {
      display: block; } }
  .nav-sub ul, .nav-sub li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block; }
  .nav-sub a {
    display: block;
    font-family: "proxima-nova", sans-serif; }
  .nav-sub .fsNavLevel1 {
    position: relative; }
    .nav-sub .fsNavLevel1 > li {
      display: none;
      position: relative; }
      .nav-sub .fsNavLevel1 > li > a {
        display: none; }
      .nav-sub .fsNavLevel1 > li.fsNavCurrentPage, .nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor {
        display: block; }
      .nav-sub .fsNavLevel1 > li > .fsNavPageInfo {
        background-color: transparent; }
  .nav-sub .fsNavLevel2 > li {
    border-bottom: 1px solid #e0e0e0; }
    .nav-sub .fsNavLevel2 > li:last-of-type {
      border: 0; }
    .nav-sub .fsNavLevel2 > li > .fsNavPageInfo {
      display: none; }
  .nav-sub .fsNavLevel2 li {
    position: relative; }
    .nav-sub .fsNavLevel2 li.fsNavParentPage.fsNavCurrentPage > .fsNavPageInfo, .nav-sub .fsNavLevel2 li.fsNavParentPage.fsNavCurrentPageAncestor > .fsNavPageInfo {
      display: block; }
    .nav-sub .fsNavLevel2 li.fsNavCurrentPage > a, .nav-sub .fsNavLevel2 li.fsNavCurrentPageAncestor > a {
      color: #57585b; }
    .nav-sub .fsNavLevel2 li.fsNavParentPage > .fsNavPageInfo {
      display: none; }
    .nav-sub .fsNavLevel2 li a {
      display: block;
      padding: 10px 0 10px 0;
      border: 0;
      font-weight: bold;
      font-size: 16px;
      line-height: 20px; }
      .nav-sub .fsNavLevel2 li a:hover {
        color: #73A13F; }
    .nav-sub .fsNavLevel2 li > .menu-toggle {
      display: block;
      width: 48px;
      position: absolute;
      top: 0;
      right: 14px;
      bottom: 0;
      cursor: pointer;
      transition: transform 0.3s ease; }
      .nav-sub .fsNavLevel2 li > .menu-toggle:before {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: block;
        width: 19px;
        height: 19px;
        position: absolute;
        top: 11px;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        color: #ffffff;
        line-height: 19px;
        font-size: 13px;
        text-align: center;
        opacity: 1;
        background: none;
        transition: transform 0.3s ease, color 0.3s ease; }
    .nav-sub .fsNavLevel2 li.menu-open > .menu-toggle:before {
      content: '\f068'; }
  .nav-sub ul.fsNavLevel3 {
    margin-top: 0;
    padding-top: 4px;
    padding-bottom: 10px; }
    .nav-sub ul.fsNavLevel3 > li > a {
      padding-left: 22px; }
  .nav-sub ul.fsNavLevel4 > li > a {
    padding-left: 44px; }
  .nav-sub ul.fsNavLevel5 > li > a {
    padding-left: 66px; }

.nav-sub-mobile {
  display: block;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  background-color: transparent;
  opacity: 0;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px; }
  .nav-sub-mobile.fsElement {
    margin-bottom: 0; }
  main .nav-sub-mobile {
    margin-bottom: 0; }
  .nav-sub-mobile.element-loaded {
    opacity: 1; }
  .fsComposeMode .nav-sub-mobile {
    opacity: 1; }
  @media (min-width: 900px) {
    .nav-sub-mobile {
      display: none; } }
  .nav-sub-mobile .menu-toggle {
    display: block;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    transition: transform 0.3s ease; }
    .nav-sub-mobile .menu-toggle:before {
      content: "";
      font-family: "icomoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 11px;
      height: 11px;
      position: absolute;
      top: 20px;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      color: #ffffff;
      line-height: 11px;
      font-size: 30px;
      text-align: center;
      transition: transform 0.3s ease, color 0.3s ease; }
  .nav-sub-mobile .fsNavLevel1 > li {
    display: none !important; }
    .nav-sub-mobile .fsNavLevel1 > li.fsNavCurrentPage, .nav-sub-mobile .fsNavLevel1 > li.fsNavCurrentPageAncestor {
      margin-bottom: 45px; }
      @media (max-width: 899px) {
        .nav-sub-mobile .fsNavLevel1 > li.fsNavCurrentPage, .nav-sub-mobile .fsNavLevel1 > li.fsNavCurrentPageAncestor {
          margin-top: -40px;
          margin-bottom: 25px; } }
      @media (max-width: 899px) {
        .top-flush .nav-sub-mobile .fsNavLevel1 > li.fsNavCurrentPage, .top-flush .nav-sub-mobile .fsNavLevel1 > li.fsNavCurrentPageAncestor {
          margin-top: 0px;
          margin-bottom: 0; } }
    .nav-sub-mobile .fsNavLevel1 > li.menu-opening > .menu-toggle:before {
      -ms-transform: translateX(-50%) rotate(90deg);
      transform: translateX(-50%) rotate(90deg); }
    .nav-sub-mobile .fsNavLevel1 > li.menu-open > .menu-toggle:before {
      -ms-transform: translateX(-50%) rotate(90deg);
      transform: translateX(-50%) rotate(90deg); }
    .nav-sub-mobile .fsNavLevel1 > li.fsNavParentPage.fsNavCurrentPage, .nav-sub-mobile .fsNavLevel1 > li.fsNavParentPage.fsNavCurrentPageAncestor {
      display: block !important; }
    .nav-sub-mobile .fsNavLevel1 > li.fsNavParentPage > a {
      padding-right: 48px;
      margin-right: 0; }
    .nav-sub-mobile .fsNavLevel1 > li > a {
      display: block;
      padding: 16px 35px 15px 36px;
      border: 0;
      border-radius: 0;
      position: relative;
      color: #ffffff;
      font-size: 22px;
      line-height: 24px;
      text-transform: none;
      font-weight: 800;
      letter-spacing: 0;
      background-color: #005030; }
    .nav-sub-mobile .fsNavLevel1 > li > .menu-toggle {
      right: 6px; }
      .nav-sub-mobile .fsNavLevel1 > li > .menu-toggle:before {
        top: 23px; }
    .nav-sub-mobile .fsNavLevel1 > li > .fsNavPageInfo {
      display: none;
      position: relative;
      top: -3px;
      background: none; }
  .nav-sub-mobile ul.fsNavLevel2 {
    margin-top: 12px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 11px 0 17px 0;
    border-top: 3px solid #73A13F;
    position: relative;
    background-color: #005030; }
    .nav-sub-mobile ul.fsNavLevel2 li {
      border: 0; }
      .nav-sub-mobile ul.fsNavLevel2 li.fsNavCurrentPage > a, .nav-sub-mobile ul.fsNavLevel2 li.fsNavCurrentPageAncestor > a {
        color: #ffffff; }
      .nav-sub-mobile ul.fsNavLevel2 li.fsNavCurrentPage > a span:after {
        left: 0;
        right: 0; }
      .nav-sub-mobile ul.fsNavLevel2 li.fsNavParentPage > a {
        padding-right: 50px; }
      .nav-sub-mobile ul.fsNavLevel2 li.menu-open > a {
        color: #ffffff; }
      .nav-sub-mobile ul.fsNavLevel2 li a {
        padding: 7px 25px 6px 29px;
        border: 0;
        color: rgba(255, 255, 255, 0.6);
        font-size: 16px;
        line-height: 20px;
        font-weight: bold; }
        .nav-sub-mobile ul.fsNavLevel2 li a:hover {
          color: #ffffff; }
        .nav-sub-mobile ul.fsNavLevel2 li a span {
          display: inline-block;
          position: relative; }
          .nav-sub-mobile ul.fsNavLevel2 li a span:after {
            content: '';
            display: block;
            height: 3px;
            position: absolute;
            left: 50%;
            right: 50%;
            bottom: -7px;
            background-color: #73A13F;
            transition: left 0.3s ease, right 0.3s ease; }
      .nav-sub-mobile ul.fsNavLevel2 li > .menu-toggle {
        right: 2px; }
        .nav-sub-mobile ul.fsNavLevel2 li > .menu-toggle:before {
          top: 8px; }
    .nav-sub-mobile ul.fsNavLevel2 > li {
      display: block; }
      .nav-sub-mobile ul.fsNavLevel2 > li > a {
        padding: 9px 25px 8px 29px;
        color: #ffffff;
        font-size: 13px;
        line-height: 16px;
        font-family: "proxima-nova", sans-serif;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.05em; }
    .nav-sub-mobile ul.fsNavLevel2 > li ul li a:after {
      display: none; }
  .nav-sub-mobile ul.fsNavLevel4 > li > a {
    padding-left: 50px; }
  .nav-sub-mobile ul.fsNavLevel5 > li > a {
    padding-left: 70px; }

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

.nav-tier-header {
  text-align: center; }
  .nav-tier-header ul, .nav-tier-header li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .nav-tier-header ul.fsNavLevel1 {
    zoom: 1;
    padding-top: 7px;
    padding-bottom: 5px;
    margin-left: -17px;
    margin-right: -16px; }
    .nav-tier-header ul.fsNavLevel1:after {
      display: table;
      clear: both;
      content: ''; }
    .nav-tier-header ul.fsNavLevel1 > li {
      display: inline-block;
      margin-left: 17px;
      margin-right: 16px; }
      .nav-tier-header ul.fsNavLevel1 > li.fsNavParentPage {
        padding-right: 11px;
        position: relative; }
        .nav-tier-header ul.fsNavLevel1 > li.fsNavParentPage:after {
          content: "";
          font-family: "icomoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: block;
          color: #afb1b3;
          font-size: 12px;
          position: absolute;
          top: 3px;
          right: 0; }
      .nav-tier-header ul.fsNavLevel1 > li:hover > .fsNavPageInfo {
        display: block;
        max-height: 300px;
        opacity: 1; }
      .nav-tier-header ul.fsNavLevel1 > li.nav-header-link > a {
        pointer-events: none; }
      .nav-tier-header ul.fsNavLevel1 > li.fsNavCurrentPage > a, .nav-tier-header ul.fsNavLevel1 > li.fsNavCurrentPageAncestor > a {
        color: white; }
      .nav-tier-header ul.fsNavLevel1 > li.fsNavCurrentPage > a:after {
        display: block;
        left: 0;
        right: 0; }
    .nav-tier-header ul.fsNavLevel1 .fsNavPageInfo {
      display: none; }
  .nav-tier-header ul.fsNavLevel2 {
    display: none; }
  .nav-tier-header a {
    display: block;
    padding-top: 11px;
    padding-bottom: 12px;
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    line-height: 16px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
    .nav-tier-header a:after {
      content: '';
      display: none;
      height: 3px;
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: 7px;
      background-color: #73A13F;
      transition: left 0.3s ease, right 0.3s ease; }
    .nav-tier-header a:hover {
      color: white; }

/*! navigation - sub v0.0.1 */
.nav-tiertiary {
  display: none; }
  @media (min-width: 900px) {
    .nav-tiertiary {
      display: block; } }
  .nav-tiertiary ul, .nav-tiertiary li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block; }
  .nav-tiertiary li.fsNavCurrentPage > a, .nav-tiertiary li.fsNavCurrentPageAncestor > a {
    color: white; }
  .nav-tiertiary li.fsNavCurrentPage > a span {
    border-bottom: 2px solid #73A13F; }
  .nav-tiertiary a {
    display: block;
    padding: 9px 0 9px;
    font-family: "proxima-nova", sans-serif;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    line-height: 20px;
    font-weight: bold; }
    .nav-tiertiary a:hover {
      color: white; }
    .nav-tiertiary a span {
      position: relative; }
  .nav-tiertiary .fsNavLevel1 {
    background-color: #005030;
    border-top: 3px solid #73A13F;
    padding: 32px 30px 32px; }
  .nav-tiertiary .fsNavLevel2 > li > a {
    padding-left: 22px; }
  .nav-tiertiary ul.fsNavLevel3 > li > a {
    padding-left: 44px; }
  .nav-tiertiary ul.fsNavLevel4 > li > a {
    padding-left: 66px; }
  .nav-tiertiary ul.fsNavLevel5 > li > a {
    padding-left: 88px; }

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

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

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

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

/*! elements - constituent 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; }

.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: 18px;
    line-height: 32px; }
  .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: 34px;
      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 {
  margin: 0; }
  .fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
    cursor: pointer;
    background-color: transparent;
    transition: all 0.3s ease;
    margin: 0;
    border-top: 1px solid #e0e0e0; }
    .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
      display: block;
      margin-bottom: 0;
      padding: 14px 20px 13px 20px;
      color: #005030;
      font-size: 16px;
      line-height: 28px;
      font-weight: 800;
      letter-spacing: 0;
      color: #333333;
      position: relative;
      transition: none;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .fsAccordion .fsPanel > header h2:before, .fsTabs .fsPanel > header h2:before, .fsAccordion .fsPanel > header h2:after, .fsTabs .fsPanel > header h2:after {
        color: #005030;
        transition: color 0.3s ease, transform 0.3s ease, background 0.3s ease; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #B75006; }
      .fsAccordion .fsPanel > header:hover h2:before, .fsTabs .fsPanel > header:hover h2:before, .fsAccordion .fsPanel > header:hover h2:after, .fsTabs .fsPanel > header:hover h2:after {
        color: #73A13F; }
  .fsAccordion .fsPanel > .fsElementContent, .fsTabs .fsPanel > .fsElementContent {
    padding: 19px 40px 5px; }
    .fsAccordion .fsPanel > .fsElementContent > .fsElement > .fsElementContent > *:last-child, .fsTabs .fsPanel > .fsElementContent > .fsElement > .fsElementContent > *:last-child {
      margin-bottom: 0; }
  .fsAccordion .fsPanel.fsStateOpen > header, .fsTabs .fsPanel.fsStateOpen > header {
    background-color: #005030; }
    .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
      color: #ffffff; }
      .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before, .fsAccordion .fsPanel.fsStateOpen > header h2:after, .fsTabs .fsPanel.fsStateOpen > header h2:after {
        color: #ffffff; }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: "";
  font-family: "icomoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  width: 18px;
  height: 18px;
  margin: 0;
  padding-left: 0;
  border: none;
  position: absolute;
  top: 19px;
  color: #73A13F;
  font-size: 19px;
  line-height: 20px;
  text-align: center;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

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

.fsPanelIconBefore.fsAccordion .fsPanel > .fsElementContent, .fsPanelIconBefore.fsTabs .fsPanel > .fsElementContent {
  padding: 18px 20px 22px 20px; }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2:before {
  content: "";
  color: #ffffff; }

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

.fsPanelIconAfter.fsAccordion .fsPanel > .fsElementContent, .fsPanelIconAfter.fsTabs .fsPanel > .fsElementContent {
  padding: 18px 20px 22px 20px; }

.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2:after {
  content: "";
  color: #ffffff; }

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

.fsAccordion {
  margin-bottom: 20px; }
  .fsAccordion > .fsElementContent {
    border-bottom: 1px solid #e0e0e0; }

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent {
  margin-bottom: 20px; }
  .fsAthleticsEvent > .fsElementContent {
    width: 100%; }
  .fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 10px; }
  .fsAthleticsEvent .fsElementEventIcon {
    display: inline-block;
    max-width: 100%; }
  .fsAthleticsEvent.fsList .fsListItems article {
    margin-bottom: 20px; }
  .fsAthleticsEvent.fsList .fsTitle {
    display: inline-block;
    margin-bottom: 0; }
    .fsAthleticsEvent.fsList .fsTitle a {
      color: inherit;
      font-weight: inherit; }
      .fsAthleticsEvent.fsList .fsTitle a:hover {
        color: #005030; }
  .fsAthleticsEvent.fsList .fsElementEventIcon {
    margin-right: 10px; }
  .fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
    outline: 0; }
  .fsAthleticsEvent.fsList .fsAlertIcon {
    margin-left: 5px;
    margin-bottom: -3px; }
  .fsAthleticsEvent.fsList .fsAthleticsOpponents {
    display: inline; }
  .fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
    display: inline; }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable thead {
      display: none; } }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable td {
      display: inline-block;
      width: 100%;
      padding: 0 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:not(:last-child) {
        border: 0; }
      .fsAthleticsEvent.fsTable .fsElementTable td:first-of-type {
        padding-top: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:last-of-type {
        padding-bottom: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:before {
        display: inline-block;
        font-weight: 700;
        color: #73A13F; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
        content: 'Team: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents {
        display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents:before {
          content: 'Opponent: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate:before {
        content: 'Date: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime:before {
        content: 'Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsLocations:before {
        content: 'Location: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAdvantage:before {
        content: 'Advantage: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsEventType:before {
        content: 'Type: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails:before {
        content: 'Details: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsResult:before {
        content: 'Result: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsScore:before {
        content: 'Score: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAlerts:before {
        content: 'Alerts: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDismissal:before {
        content: 'Dismissal: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDeparture:before {
        content: 'Departure: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsReturn:before {
        content: 'Return Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsPickup:before {
        content: 'Pickup Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsRecap:before {
        content: 'Recap: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus:before {
        content: 'Status: '; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsAthleticsTeamIcon {
  margin-right: 10px; }

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

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

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */
.fsCalendar article {
  margin-bottom: 37px; }

.fsCalendar .fsTitle {
  display: block;
  color: #333333;
  font-size: 24px;
  line-height: 32px;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal; }
  .fsCalendar .fsTitle a {
    color: inherit;
    font-size: inherit;
    line-height: inherit; }
    .fsCalendar .fsTitle a:hover {
      color: #005030; }

.fsCalendar .fsDate + .fsTitle {
  margin-top: 7px; }

.fsCalendar .fsDate {
  display: block;
  color: rgba(183, 80, 6, 0.9);
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800; }

.fsCalendar .fsEventDetails {
  padding-top: 8px;
  color: #707070;
  font-size: 14px;
  line-height: 17px;
  font-family: "Lora", Georgia, serif;
  font-style: italic;
  text-transform: capitalize; }

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

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

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 14px;
  font-weight: bold;
  outline: 0; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
    margin-top: 5px; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1; }

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

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

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(0, 80, 48, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(0, 80, 48, 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(0, 80, 48, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(0, 80, 48, 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: 14px;
    font-weight: bold;
    margin-bottom: 5px; }
  @media screen and (min-width: 800px) {
    #event-view {
      display: none; } }

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    display: inline-block;
    margin: 0 0 10px;
    padding: 18px 30px 17px;
    border: 0;
    border-radius: 60px;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    background: #5e5e5e;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus {
      background: #515151;
      color: #ffffff; }
    .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 */
/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElement {
  margin-bottom: 20px; }
  .fsElement:last-child {
    margin-bottom: 0; }

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px;
  display: inline; }

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

.module.fsContent {
  margin-bottom: 20px;
  color: #272424;
  font-family: "proxima-nova", sans-serif;
  background: none; }
  .module.fsContent .fsElementTitle {
    margin-bottom: 7.12px;
    color: #005030;
    font-size: 22px;
    line-height: 30px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .module.fsContent .fsElementContent > *:last-child {
    margin-bottom: 0; }
  .module.fsContent h1, .module.fsContent h2, .module.fsContent h3, .module.fsContent h4, .module.fsContent h5, .module.fsContent h6 {
    color: inherit; }
  .module.fsContent.module-alt-01 {
    padding: 25px 25px 27.88px;
    background: #FFECB8; }
    .module.fsContent.module-alt-01 a {
      color: #618835; }
      .module.fsContent.module-alt-01 a:hover {
        color: #B75006; }
  .module.fsContent.module-alt-02 {
    padding: 25px 25px 27.88px;
    background: #DDEAC6; }
    .module.fsContent.module-alt-02 a {
      color: #618835; }
      .module.fsContent.module-alt-02 a:hover {
        color: #B75006; }
  .module.fsContent.module-alt-03 {
    padding: 25px 25px 27.88px;
    color: #ffffff;
    background: #005030; }
    .module.fsContent.module-alt-03 .fsElementTitle {
      color: #FFC702; }
    .module.fsContent.module-alt-03 a {
      color: #79B337; }
      .module.fsContent.module-alt-03 a:hover {
        color: #FFC702; }

.fsHasAlertFeeds.fsNews header, .fsHasAlertFeeds.fsCalendar header {
  position: relative;
  padding-right: 50px;
  padding-bottom: 0; }

.fsHasAlertFeeds.fsNews .fsElementControls, .fsHasAlertFeeds.fsCalendar .fsElementControls {
  margin: 0; }

.fsHasAlertFeeds.fsNews .fsAlertFeeds, .fsHasAlertFeeds.fsCalendar .fsAlertFeeds {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 3px;
  float: none; }
  .fsHasAlertFeeds.fsNews .fsAlertFeeds a:first-of-type, .fsHasAlertFeeds.fsCalendar .fsAlertFeeds a:first-of-type {
    margin-right: 0; }

body .panel-full-width > header {
  text-align: center; }
  body .panel-full-width > header > .fsElementTitle {
    padding-bottom: 11px;
    margin-bottom: 0; }

body:not(.fsComposeMode) .panel-full-width {
  max-width: 0vw;
  margin: 0 auto 70px; }
  body:not(.fsComposeMode) .panel-full-width > header,
  body:not(.fsComposeMode) .panel-full-width > .fsElementContent,
  body:not(.fsComposeMode) .panel-full-width > footer {
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw; }
  body:not(.fsComposeMode) .panel-full-width > header {
    text-align: center; }
  body:not(.fsComposeMode) .panel-full-width.fsSharedContainer > .fsContainer {
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw; }
  body:not(.fsComposeMode) .panel-full-width > .fsElementContent {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  body:not(.fsComposeMode) .panel-full-width.panel-background > .fsElementContent {
    position: relative; }
    body:not(.fsComposeMode) .panel-full-width.panel-background > .fsElementContent > .fsElementBackground {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background-position: center center;
      background-size: cover; }
      body:not(.fsComposeMode) .panel-full-width.panel-background > .fsElementContent > .fsElementBackground:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(51, 51, 51, 0.6); }
    body:not(.fsComposeMode) .panel-full-width.panel-background > .fsElementContent > .fsElement {
      position: relative;
      z-index: 2; }

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

body:not(.fsComposeMode) .panel-full-boundry.fsSharedContainer > .fsContainer > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem; }

.hero-image,
.hero-multimedia {
  position: relative;
  z-index: 100;
  margin-bottom: 0;
  background-color: #ffffff;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important; }
  .hero-image .hero-multimedia-content,
  .hero-multimedia .hero-multimedia-content {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .hero-multimedia-content,
    body:not(.fsComposeMode) .hero-multimedia-content .slick-list,
    body:not(.fsComposeMode) .fsMedia.hero-image .slick-list {
      position: absolute !important;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .hero-multimedia-content .slick-track,
    body:not(.fsComposeMode) .fsMedia.hero-image .slick-track {
      position: absolute;
      bottom: 0; } }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .hero-multimedia.fsMedia .fsMediaCustomPlayer,
    body:not(.fsComposeMode) .hero-image.fsMedia .fsMediaCustomPlayer {
      position: absolute !important;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }
  .hero-image > header,
  .hero-multimedia > header {
    display: none; }
  .hero-image.fsMedia, .hero-image.fsMediaCustomPlayer,
  .hero-multimedia.fsMedia,
  .hero-multimedia.fsMediaCustomPlayer {
    display: block;
    opacity: 0; }
    .hero-image.fsMedia.element-loaded, .hero-image.fsMediaCustomPlayer.element-loaded,
    .hero-multimedia.fsMedia.element-loaded,
    .hero-multimedia.fsMediaCustomPlayer.element-loaded {
      opacity: 1; }
      .hero-image.fsMedia.element-loaded .fsMediaCustomPlayer:before, .hero-image.fsMediaCustomPlayer.element-loaded .fsMediaCustomPlayer:before,
      .hero-multimedia.fsMedia.element-loaded .fsMediaCustomPlayer:before,
      .hero-multimedia.fsMediaCustomPlayer.element-loaded .fsMediaCustomPlayer:before {
        display: none; }
    .fsComposeMode .hero-image.fsMedia, .fsComposeMode .hero-image.fsMediaCustomPlayer, .fsComposeMode
    .hero-multimedia.fsMedia, .fsComposeMode
    .hero-multimedia.fsMediaCustomPlayer {
      opacity: 1; }
    .hero-image.fsMedia .fsMediaCustomPlayer, .hero-image.fsMediaCustomPlayer .fsMediaCustomPlayer,
    .hero-multimedia.fsMedia .fsMediaCustomPlayer,
    .hero-multimedia.fsMediaCustomPlayer .fsMediaCustomPlayer {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      .hero-image.fsMedia .fsMediaCustomPlayer:before, .hero-image.fsMediaCustomPlayer .fsMediaCustomPlayer:before,
      .hero-multimedia.fsMedia .fsMediaCustomPlayer:before,
      .hero-multimedia.fsMediaCustomPlayer .fsMediaCustomPlayer:before {
        content: '';
        display: block;
        width: 100%;
        padding-bottom: 98.95833%; }
        @media (min-width: 700px) {
          .hero-image.fsMedia .fsMediaCustomPlayer:before, .hero-image.fsMediaCustomPlayer .fsMediaCustomPlayer:before,
          .hero-multimedia.fsMedia .fsMediaCustomPlayer:before,
          .hero-multimedia.fsMediaCustomPlayer .fsMediaCustomPlayer:before {
            padding-bottom: 98.95833%; } }
        @media (min-width: 900px) {
          .hero-image.fsMedia .fsMediaCustomPlayer:before, .hero-image.fsMediaCustomPlayer .fsMediaCustomPlayer:before,
          .hero-multimedia.fsMedia .fsMediaCustomPlayer:before,
          .hero-multimedia.fsMediaCustomPlayer .fsMediaCustomPlayer:before {
            padding-bottom: 0; } }
        @media (min-width: 900px) {
          .fsComposeMode .hero-image.fsMedia .fsMediaCustomPlayer:before, .fsComposeMode .hero-image.fsMediaCustomPlayer .fsMediaCustomPlayer:before, .fsComposeMode
          .hero-multimedia.fsMedia .fsMediaCustomPlayer:before, .fsComposeMode
          .hero-multimedia.fsMediaCustomPlayer .fsMediaCustomPlayer:before {
            padding-bottom: 98.95833%; } }
    .hero-image.fsMedia article, .hero-image.fsMediaCustomPlayer article,
    .hero-multimedia.fsMedia article,
    .hero-multimedia.fsMediaCustomPlayer article {
      min-height: 528px;
      max-height: 760px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      @media (min-width: 900px) {
        .hero-image.fsMedia article, .hero-image.fsMediaCustomPlayer article,
        .hero-multimedia.fsMedia article,
        .hero-multimedia.fsMediaCustomPlayer article {
          min-height: 0;
          max-height: none; } }
      .hero-image.fsMedia article:before, .hero-image.fsMediaCustomPlayer article:before,
      .hero-multimedia.fsMedia article:before,
      .hero-multimedia.fsMediaCustomPlayer article:before {
        padding-bottom: 98.95833%; }
        @media (min-width: 700px) {
          .hero-image.fsMedia article:before, .hero-image.fsMediaCustomPlayer article:before,
          .hero-multimedia.fsMedia article:before,
          .hero-multimedia.fsMediaCustomPlayer article:before {
            padding-bottom: 98.95833%; } }
        @media (min-width: 900px) {
          .hero-image.fsMedia article:before, .hero-image.fsMediaCustomPlayer article:before,
          .hero-multimedia.fsMedia article:before,
          .hero-multimedia.fsMediaCustomPlayer article:before {
            padding-bottom: 0;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; } }
        @media (min-width: 900px) {
          .fsComposeMode .hero-image.fsMedia article:before, .fsComposeMode .hero-image.fsMediaCustomPlayer article:before, .fsComposeMode
          .hero-multimedia.fsMedia article:before, .fsComposeMode
          .hero-multimedia.fsMediaCustomPlayer article:before {
            padding-bottom: 98.95833%; } }
      .hero-image.fsMedia article:after, .hero-image.fsMediaCustomPlayer article:after,
      .hero-multimedia.fsMedia article:after,
      .hero-multimedia.fsMediaCustomPlayer article:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding-bottom: 30.55556%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        pointer-events: none;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%); }
  .hero-image.fsContent:not(.hero-alert),
  .hero-multimedia.fsContent:not(.hero-alert) {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .hero-image.fsContent:not(.hero-alert) .fsElementContent,
    .hero-multimedia.fsContent:not(.hero-alert) .fsElementContent {
      min-height: 220px;
      max-height: 440px; }
      .hero-image.fsContent:not(.hero-alert) .fsElementContent:before,
      .hero-multimedia.fsContent:not(.hero-alert) .fsElementContent:before {
        display: block;
        content: '';
        width: 100%;
        padding-bottom: 68.75%; }
  body.fsDraftMode .fsContent.hero-image .fsElementContent,
  body.fsComposeMode .fsContent.hero-image .fsElementContent {
    pointer-events: none; }
    body.fsDraftMode .fsContent.hero-image .fsElementContent .fsContentOverlay,
    body.fsDraftMode .fsContent.hero-image .fsElementContent .fsEditable,
    body.fsDraftMode .fsContent.hero-image .fsElementContent .redactor-box,
    body.fsComposeMode .fsContent.hero-image .fsElementContent .fsContentOverlay,
    body.fsComposeMode .fsContent.hero-image .fsElementContent .fsEditable,
    body.fsComposeMode .fsContent.hero-image .fsElementContent .redactor-box {
      display: none; }
  body.fsDraftMode .hero-image,
  body.fsComposeMode .hero-image {
    display: block;
    opacity: 1; }

div[class*="hero-"] article,
div[class*="hero-"] .fsMediaCustomPlayer article,
section[class*="hero-"] article,
section[class*="hero-"] .fsMediaCustomPlayer article {
  position: relative;
  padding: 0; }
  div[class*="hero-"] article:before,
  div[class*="hero-"] .fsMediaCustomPlayer article:before,
  section[class*="hero-"] article:before,
  section[class*="hero-"] .fsMediaCustomPlayer article:before {
    content: '';
    display: block; }
  div[class*="hero-"] article img,
  div[class*="hero-"] .fsMediaCustomPlayer article img,
  section[class*="hero-"] article img,
  section[class*="hero-"] .fsMediaCustomPlayer article img {
    display: none; }

div[class*="hero-"] .caption-wrapper,
div[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper,
section[class*="hero-"] .caption-wrapper,
section[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2); }
  div[class*="hero-"] .caption-wrapper .caption-content-wrapper,
  div[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-content-wrapper,
  section[class*="hero-"] .caption-wrapper .caption-content-wrapper,
  section[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-content-wrapper {
    max-width: 580px;
    text-align: center; }
  div[class*="hero-"] .caption-wrapper .caption-title,
  div[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-title,
  section[class*="hero-"] .caption-wrapper .caption-title,
  section[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-title {
    display: none; }
  div[class*="hero-"] .caption-wrapper .caption-desc,
  div[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc,
  section[class*="hero-"] .caption-wrapper .caption-desc,
  section[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 32px;
    line-height: 30px;
    font-weight: 800;
    font-family: "proxima-nova", sans-serif;
    text-transform: none;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
    @media (min-width: 550px) {
      div[class*="hero-"] .caption-wrapper .caption-desc,
      div[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc,
      section[class*="hero-"] .caption-wrapper .caption-desc,
      section[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc {
        font-size: 52px;
        line-height: 50px; } }
    @media (min-width: 900px) {
      div[class*="hero-"] .caption-wrapper .caption-desc,
      div[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc,
      section[class*="hero-"] .caption-wrapper .caption-desc,
      section[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc {
        font-size: 62px;
        line-height: 58px; } }
    div[class*="hero-"] .caption-wrapper .caption-desc > *:last-child,
    div[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc > *:last-child,
    section[class*="hero-"] .caption-wrapper .caption-desc > *:last-child,
    section[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc > *:last-child {
      margin-bottom: 0; }
    div[class*="hero-"] .caption-wrapper .caption-desc p,
    div[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc p,
    section[class*="hero-"] .caption-wrapper .caption-desc p,
    section[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc p {
      margin-bottom: 14px; }
      @media (min-width: 550px) {
        div[class*="hero-"] .caption-wrapper .caption-desc p,
        div[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc p,
        section[class*="hero-"] .caption-wrapper .caption-desc p,
        section[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc p {
          margin-bottom: 0px; } }
    div[class*="hero-"] .caption-wrapper .caption-desc a,
    div[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc a,
    section[class*="hero-"] .caption-wrapper .caption-desc a,
    section[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc a {
      text-decoration: none; }
      div[class*="hero-"] .caption-wrapper .caption-desc a[class*="fs_style"],
      div[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc a[class*="fs_style"],
      section[class*="hero-"] .caption-wrapper .caption-desc a[class*="fs_style"],
      section[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc a[class*="fs_style"] {
        margin: 0;
        margin-top: 5px;
        text-shadow: none;
        min-width: 162px; }
      div[class*="hero-"] .caption-wrapper .caption-desc a:hover,
      div[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc a:hover,
      section[class*="hero-"] .caption-wrapper .caption-desc a:hover,
      section[class*="hero-"] .fsMediaCustomPlayer .caption-wrapper .caption-desc a:hover {
        text-decoration: none; }

@media (min-width: 900px) {
  div[class*="hero-"] .slick-track,
  section[class*="hero-"] .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: stretch;
    align-items: stretch; } }

div[class*="hero-"] .slick-arrow,
section[class*="hero-"] .slick-arrow {
  display: block !important;
  width: 50px;
  height: 50px;
  z-index: 399;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  color: transparent;
  cursor: pointer; }
  div[class*="hero-"] .slick-arrow:before,
  section[class*="hero-"] .slick-arrow:before {
    content: "";
    font-family: "icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 30px;
    line-height: 18px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5); }
    @media (min-width: 550px) {
      div[class*="hero-"] .slick-arrow:before,
      section[class*="hero-"] .slick-arrow:before {
        font-size: 50px;
        line-height: 30px; } }
  div[class*="hero-"] .slick-arrow.slick-prev,
  section[class*="hero-"] .slick-arrow.slick-prev {
    left: 11px; }
    @media (min-width: 900px) {
      div[class*="hero-"] .slick-arrow.slick-prev,
      section[class*="hero-"] .slick-arrow.slick-prev {
        left: 15px; } }
    div[class*="hero-"] .slick-arrow.slick-prev:before,
    section[class*="hero-"] .slick-arrow.slick-prev:before {
      content: ""; }
  div[class*="hero-"] .slick-arrow.slick-next,
  section[class*="hero-"] .slick-arrow.slick-next {
    right: 11px; }
    @media (min-width: 900px) {
      div[class*="hero-"] .slick-arrow.slick-next,
      section[class*="hero-"] .slick-arrow.slick-next {
        right: 15px; } }
    div[class*="hero-"] .slick-arrow.slick-next:before,
    section[class*="hero-"] .slick-arrow.slick-next:before {
      content: ""; }

div[class*="hero-"] > footer, div[class*="hero-"].fsContainer > footer,
div[class*="hero-"].fsSharedContainer > .fsContainer > footer,
section[class*="hero-"] > footer,
section[class*="hero-"].fsContainer > footer,
section[class*="hero-"].fsSharedContainer > .fsContainer > footer {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 101;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center; }
  div[class*="hero-"] > footer .scroll-to, div[class*="hero-"].fsContainer > footer .scroll-to,
  div[class*="hero-"].fsSharedContainer > .fsContainer > footer .scroll-to,
  section[class*="hero-"] > footer .scroll-to,
  section[class*="hero-"].fsContainer > footer .scroll-to,
  section[class*="hero-"].fsSharedContainer > .fsContainer > footer .scroll-to {
    width: 50px;
    height: 51px;
    padding-top: 0px;
    color: #ffffff;
    font-size: 0;
    line-height: 0;
    font-weight: 400;
    font-style: italic;
    font-family: "Lora", Georgia, serif;
    cursor: pointer;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
    @media (min-width: 550px) {
      div[class*="hero-"] > footer .scroll-to, div[class*="hero-"].fsContainer > footer .scroll-to,
      div[class*="hero-"].fsSharedContainer > .fsContainer > footer .scroll-to,
      section[class*="hero-"] > footer .scroll-to,
      section[class*="hero-"].fsContainer > footer .scroll-to,
      section[class*="hero-"].fsSharedContainer > .fsContainer > footer .scroll-to {
        width: 110px;
        height: 102px;
        font-size: 30px;
        line-height: 37px; } }
    div[class*="hero-"] > footer .scroll-to:before, div[class*="hero-"].fsContainer > footer .scroll-to:before,
    div[class*="hero-"].fsSharedContainer > .fsContainer > footer .scroll-to:before,
    section[class*="hero-"] > footer .scroll-to:before,
    section[class*="hero-"].fsContainer > footer .scroll-to:before,
    section[class*="hero-"].fsSharedContainer > .fsContainer > footer .scroll-to:before {
      content: "";
      font-family: "icomoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      position: absolute;
      left: 50%;
      bottom: 15px;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      color: #ffffff;
      font-size: 22px;
      line-height: 22px;
      font-style: normal;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      transition: color 0.3s ease; }
      @media (min-width: 550px) {
        div[class*="hero-"] > footer .scroll-to:before, div[class*="hero-"].fsContainer > footer .scroll-to:before,
        div[class*="hero-"].fsSharedContainer > .fsContainer > footer .scroll-to:before,
        section[class*="hero-"] > footer .scroll-to:before,
        section[class*="hero-"].fsContainer > footer .scroll-to:before,
        section[class*="hero-"].fsSharedContainer > .fsContainer > footer .scroll-to:before {
          bottom: 30px; } }
    div[class*="hero-"] > footer .scroll-to:hover:before, div[class*="hero-"].fsContainer > footer .scroll-to:hover:before,
    div[class*="hero-"].fsSharedContainer > .fsContainer > footer .scroll-to:hover:before,
    section[class*="hero-"] > footer .scroll-to:hover:before,
    section[class*="hero-"].fsContainer > footer .scroll-to:hover:before,
    section[class*="hero-"].fsSharedContainer > .fsContainer > footer .scroll-to:hover:before {
      color: #FFC702; }

@media (min-width: 900px) {
  html.has-hero-slideshow body:not(.fsComposeMode) #fsHeader .fsBanner, html.has-hero-multimedia body:not(.fsComposeMode) #fsHeader .fsBanner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh; }
    html.has-hero-slideshow body:not(.fsComposeMode) #fsHeader .fsBanner > .fsBanner, html.has-hero-multimedia body:not(.fsComposeMode) #fsHeader .fsBanner > .fsBanner {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    html.has-hero-slideshow body:not(.fsComposeMode) #fsHeader .fsBanner > .hero-multimedia,
    html.has-hero-slideshow body:not(.fsComposeMode) #fsHeader .fsBanner > .hero-image, html.has-hero-multimedia body:not(.fsComposeMode) #fsHeader .fsBanner > .hero-multimedia,
    html.has-hero-multimedia body:not(.fsComposeMode) #fsHeader .fsBanner > .hero-image {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; } }

@media (min-width: 900px) {
  html.has-hero-slideshow body:not(.fsComposeMode).fsAccountBarVisible #fsHeader .fsBanner, html.has-hero-multimedia body:not(.fsComposeMode).fsAccountBarVisible #fsHeader .fsBanner {
    height: calc(100vh - 45px); } }

.hero-multimedia.fsMediaCustomPlayer.fsSharedContainer {
  z-index: 1; }

#fsAccountBar {
  background-color: #f2f2f2;
  background-color: #f2f2f2; }

body.top-flush #fsPageBodyWrapper {
  margin-top: 0;
  padding-top: 0; }

body.bottom-flush #fsPageBodyWrapper {
  margin-bottom: 0;
  padding-bottom: 0; }

body.bottom-flush .fsPageLayout.fsLayout > div:last-of-type {
  margin-bottom: 0; }
  body.bottom-flush .fsPageLayout.fsLayout > div:last-of-type > div:last-of-type {
    margin-bottom: 0; }

.panel-message-buttons.fsContainer > .fsElementContent,
.panel-message-buttons.fsSharedContainer > .fsContainer > .fsElementContent {
  padding-top: 80px !important;
  padding-bottom: 61px !important; }
  @media (min-width: 400px) {
    .panel-message-buttons.fsContainer > .fsElementContent,
    .panel-message-buttons.fsSharedContainer > .fsContainer > .fsElementContent {
      padding-top: 154px !important;
      padding-bottom: 141px !important; } }
  .panel-message-buttons.fsContainer > .fsElementContent > .fsElement,
  .panel-message-buttons.fsSharedContainer > .fsContainer > .fsElementContent > .fsElement {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px; }
    .panel-message-buttons.fsContainer > .fsElementContent > .fsElement > *,
    .panel-message-buttons.fsSharedContainer > .fsContainer > .fsElementContent > .fsElement > * {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto; }
    .panel-message-buttons.fsContainer > .fsElementContent > .fsElement > header > .fsElementTitle,
    .panel-message-buttons.fsSharedContainer > .fsContainer > .fsElementContent > .fsElement > header > .fsElementTitle {
      margin-bottom: 20px;
      color: #ffffff;
      font-size: 36px;
      line-height: 40px;
      font-weight: 800; }
      @media (min-width: 700px) {
        .panel-message-buttons.fsContainer > .fsElementContent > .fsElement > header > .fsElementTitle,
        .panel-message-buttons.fsSharedContainer > .fsContainer > .fsElementContent > .fsElement > header > .fsElementTitle {
          font-size: 44px;
          line-height: 40px; } }
    .panel-message-buttons.fsContainer > .fsElementContent > .fsElement > footer,
    .panel-message-buttons.fsSharedContainer > .fsContainer > .fsElementContent > .fsElement > footer {
      margin-top: 39px; }
      .panel-message-buttons.fsContainer > .fsElementContent > .fsElement > footer a[class*="fs_style"],
      .panel-message-buttons.fsSharedContainer > .fsContainer > .fsElementContent > .fsElement > footer a[class*="fs_style"] {
        margin-left: 6px;
        margin-right: 6px;
        min-width: 182px; }
        @media (max-width: 399px) {
          .panel-message-buttons.fsContainer > .fsElementContent > .fsElement > footer a[class*="fs_style"],
          .panel-message-buttons.fsSharedContainer > .fsContainer > .fsElementContent > .fsElement > footer a[class*="fs_style"] {
            margin-bottom: 14px; } }

.panel-callout-slideshow.fsContainer > .fsElementContent,
.panel-callout-slideshow.fsSharedContainer > .fsContainer > .fsElementContent {
  padding-bottom: 92px; }

.panel-callout-slideshow .fsContent {
  width: 280px;
  height: 280px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden; }
  @media (min-width: 400px) {
    .panel-callout-slideshow .fsContent {
      width: 360px;
      height: 360px; } }
  .panel-callout-slideshow .fsContent:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(51, 51, 51, 0.3);
    pointer-events: none;
    transition: background 0.3s ease; }
  .panel-callout-slideshow .fsContent:hover:before {
    background-color: rgba(51, 51, 51, 0.1); }
  .panel-callout-slideshow .fsContent:hover .element-background {
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .panel-callout-slideshow .fsContent > header {
    position: absolute;
    z-index: 100;
    left: 26px;
    bottom: 25px; }
    .panel-callout-slideshow .fsContent > header > .fsElementHeaderContent {
      display: none; }
    .panel-callout-slideshow .fsContent > header > .fsElementTitle {
      margin: 0;
      color: #ffffff;
      font-size: 22px;
      line-height: 27px;
      text-transform: uppercase;
      font-weight: 800; }
  .panel-callout-slideshow .fsContent > .fsElementContent {
    position: relative;
    z-index: 300; }
  .panel-callout-slideshow .fsContent > footer {
    display: none; }
  .panel-callout-slideshow .fsContent .element-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -ms-transform: scale(1);
    transform: scale(1);
    background-size: cover;
    background-position: center center;
    transition: transform 0.3s ease; }
  .panel-callout-slideshow .fsContent .link-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    color: transparent; }

.panel-callout-slideshow .slideshow-arrows {
  position: absolute;
  bottom: 21px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.slideshow-arrows {
  zoom: 1;
  width: 97px;
  max-height: 48px; }
  .slideshow-arrows:after {
    display: table;
    clear: both;
    content: ''; }
  .slideshow-arrows .slick-arrow {
    display: block;
    width: 48px;
    height: 48px;
    position: relative;
    color: transparent;
    font-size: 0;
    line-height: 0;
    cursor: pointer; }
    .slideshow-arrows .slick-arrow:before {
      content: "";
      font-family: "icomoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #333333;
      font-size: 16px;
      line-height: 16px; }
  .slideshow-arrows .slick-prev {
    float: left;
    position: relative; }
    .slideshow-arrows .slick-prev:before {
      content: ""; }
    .slideshow-arrows .slick-prev:after {
      content: '';
      display: block;
      width: 1px;
      height: 30px;
      position: absolute;
      top: 50%;
      left: 48px;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #dfdede; }
  .slideshow-arrows .slick-next {
    float: right; }
    .slideshow-arrows .slick-next:before {
      content: ""; }

.panel-message .fsContent {
  color: #333333;
  font-size: 30px;
  line-height: 42px;
  font-style: italic;
  text-align: center;
  font-family: "Lora", Georgia, serif; }

.panel-slider-perspective {
  position: relative;
  margin: 0 auto;
  max-width: 68.88889em;
  max-width: 77.5rem; }
  .panel-slider-perspective > .fsElementContent > .slideshow-index {
    display: none; }
  .panel-slider-perspective .slideshow-index {
    padding-top: 30px; }
  .panel-slider-perspective .slick-dots {
    zoom: 1;
    margin: 0 0 0 1px;
    padding: 0;
    list-style: none; }
    .panel-slider-perspective .slick-dots:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 900px) {
      .panel-slider-perspective .slick-dots {
        margin: 0;
        padding-left: calc(50% + 45px); } }
    .panel-slider-perspective .slick-dots li {
      float: left;
      display: block;
      width: 20px;
      height: 20px;
      margin: 0;
      padding: 0;
      list-style: none; }
      .panel-slider-perspective .slick-dots li.slick-active button:before {
        opacity: 1; }
    .panel-slider-perspective .slick-dots button {
      display: block;
      width: 20px;
      height: 20px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 0;
      outline: 0;
      position: relative;
      font-size: 0;
      color: transparent;
      background: none; }
      .panel-slider-perspective .slick-dots button:before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 100px;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #ffffff;
        opacity: 0.3;
        transition: opacity 0.3s ease; }
  .panel-slider-perspective .fsContent {
    position: relative;
    margin-bottom: 0px;
    min-height: 420px; }
    @media (min-width: 900px) {
      .panel-slider-perspective .fsContent .section-one {
        top: 0;
        left: 40px;
        right: calc(50% + 20px);
        position: absolute; } }
    .panel-slider-perspective .fsContent .section-one:before {
      content: '';
      display: none;
      padding-bottom: 67.92453%; }
      @media (min-width: 900px) {
        .panel-slider-perspective .fsContent .section-one:before {
          display: block; } }
    .panel-slider-perspective .fsContent .element-background {
      max-width: 520px;
      margin-left: auto;
      margin-right: auto;
      border-radius: 3px;
      position: relative; }
      @media (min-width: 900px) {
        .panel-slider-perspective .fsContent .element-background {
          max-width: 560px;
          margin: 0;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
          transform: perspective(300) rotateY(1.8deg);
          transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); } }
      .panel-slider-perspective .fsContent .element-background:before {
        content: '';
        display: block;
        padding-bottom: 67.92453%; }
      .panel-slider-perspective .fsContent .element-background:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0%;
        left: 0;
        z-index: 400;
        transition: box-shadow 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
        @media (min-width: 700px) {
          .panel-slider-perspective .fsContent .element-background:after {
            box-shadow: 0px 30px 20px 0 rgba(0, 0, 0, 0.14); } }
        @media (min-width: 900px) {
          .panel-slider-perspective .fsContent .element-background:after {
            box-shadow: -30px 30px 20px 0 rgba(0, 0, 0, 0.14); } }
      @media (min-width: 900px) {
        .panel-slider-perspective .fsContent .element-background.has-video:hover {
          transform: perspective(300) rotateY(0deg);
          transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); } }
      @media (min-width: 900px) {
        .panel-slider-perspective .fsContent .element-background.has-video:hover:after {
          box-shadow: 0px 30px 20px 0 rgba(0, 0, 0, 0.14);
          transition: box-shadow 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); } }
      .panel-slider-perspective .fsContent .element-background.has-video:hover .element-background-image:before {
        opacity: 0; }
      .panel-slider-perspective .fsContent .element-background.has-video .element-background-image:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #333333;
        opacity: 0.3;
        transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .panel-slider-perspective .fsContent .element-background-image {
      border-radius: 5px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 500;
      background-position: center center;
      background-size: cover; }
    .panel-slider-perspective .fsContent .video-link {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 600; }
      .panel-slider-perspective .fsContent .video-link:before {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: block;
        width: 52px;
        height: 52px;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #ffffff;
        font-size: 52px;
        line-height: 52px; }
    .panel-slider-perspective .fsContent .section-two {
      padding-top: 33px;
      padding-left: 6px;
      padding-right: 6px; }
      @media (min-width: 700px) {
        .panel-slider-perspective .fsContent .section-two {
          padding-top: 61px;
          padding-left: 0;
          padding-right: 0; } }
      @media (min-width: 900px) {
        .panel-slider-perspective .fsContent .section-two {
          padding-top: 19px;
          padding-left: calc(50% + 50px);
          padding-right: 40px; } }
      .panel-slider-perspective .fsContent .section-two > header > .fsElementHeaderContent {
        display: none; }
      .panel-slider-perspective .fsContent .section-two > footer a:hover {
        color: #FFC702; }
    .panel-slider-perspective .fsContent .fsElementTitle {
      margin-bottom: 13px;
      color: #ffffff;
      font-size: 36px;
      line-height: 50px;
      font-weight: 800; }
      @media (min-width: 700px) {
        .panel-slider-perspective .fsContent .fsElementTitle {
          margin-bottom: 15px;
          font-size: 44px;
          line-height: 50px; } }
    .panel-slider-perspective .fsContent .fsElementContent {
      color: #ffffff;
      font-size: 18px;
      line-height: 32px; }
      .panel-slider-perspective .fsContent .fsElementContent *:last-child {
        margin-bottom: 0; }
    .panel-slider-perspective .fsContent .fsElementFooterContent {
      margin-top: 17px; }
      .panel-slider-perspective .fsContent .fsElementFooterContent a {
        display: inline;
        color: #ffffff;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.05em;
        font-weight: 800;
        font-family: "proxima-nova", sans-serif;
        text-transform: uppercase; }
        .panel-slider-perspective .fsContent .fsElementFooterContent a:after {
          content: "";
          font-family: "icomoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          display: inline;
          padding-left: 10px;
          position: relative;
          top: 2px;
          color: #FFC702;
          font-size: 20px;
          line-height: 20px; }

.image-button {
  position: relative;
  height: 242px;
  overflow: hidden; }
  .image-button:before {
    content: '';
    display: block; }
  .image-button:hover .element-background {
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .image-button:hover a.link-overlay {
    background-color: rgba(39, 34, 35, 0.2); }
  .image-button header,
  .image-button .fsElementContent,
  .image-button footer {
    display: none; }
  .image-button .element-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover;
    -ms-transform: scale(1);
    transform: scale(1);
    transition: transform 1.0s ease;
    transition: transform 0.6s ease; }
  .fsComposeMode .image-button .fsElementContent {
    display: block; }
  .image-button a.link-overlay {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    font-family: "proxima-nova", sans-serif;
    font-size: 22px;
    line-height: 27px;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    background-color: rgba(39, 34, 35, 0.4);
    transition: background 1s ease; }

.custom-flickr.fsContent {
  margin-bottom: 40px;
  box-shadow: 0 25px 20px 0 rgba(0, 0, 0, 0.08);
  position: relative; }
  .custom-flickr.fsContent:hover:before {
    top: -4px; }
  .custom-flickr.fsContent:hover:after {
    top: -8px; }
  .custom-flickr.fsContent:before, .custom-flickr.fsContent:after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    background-color: #272223;
    transition: top 0.3s ease; }
  .custom-flickr.fsContent:before {
    top: -3px;
    left: 6px;
    right: 6px; }
  .custom-flickr.fsContent:after {
    top: -6px;
    left: 11px;
    right: 11px; }
  .custom-flickr.fsContent:hover > .fsElementContent:after {
    background-color: rgba(0, 0, 0, 0.6); }
  .custom-flickr.fsContent:hover > .fsElementContent .feed-zoom {
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .custom-flickr.fsContent > header > .fsElementTitle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    text-align: center;
    pointer-events: none; }
  .custom-flickr.fsContent > .fsElementContent {
    display: block;
    overflow: hidden;
    position: relative; }
    .custom-flickr.fsContent > .fsElementContent:before {
      content: "";
      font-family: "icomoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      right: 13px;
      bottom: 7px;
      z-index: 999;
      color: #cccccc;
      font-size: 20px; }
    .custom-flickr.fsContent > .fsElementContent:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10;
      background-color: rgba(0, 0, 0, 0.5);
      pointer-events: none;
      transition: background 0.3s ease; }
    .custom-flickr.fsContent > .fsElementContent .feed-zoom {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -ms-transform: scale(1);
      transform: scale(1);
      background-size: cover;
      background-position: center center;
      transition: transform 0.3s ease; }
  .custom-flickr.fsContent img {
    display: block;
    opacity: 0; }

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

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed body {
    margin: 0; }
  .fsComposerFormEmbed form {
    zoom: 1;
    /*
		.submitBtn {
			border: 0;
			margin: 0;
			padding: $gutter / 2 $gutter;
			outline: 0;
			background: $m1!important;
			text-shadow: none;
			font-size: inherit;
			border: none!important;
			float: left;
			line-height: 1;

			&:hover {
				transition: .3s;
				color: #fff!important;
				background: $m2!important;
			}
		}
*/ }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input {
      border: solid 1px #ccc; }
      .fsComposerFormEmbed form input.fileUploader {
        padding: 0;
        width: 100%;
        border: none; }
    .fsComposerFormEmbed form fieldset {
      padding: 0; }
    .fsComposerFormEmbed form textarea {
      max-width: 100%;
      width: 100%;
      border: solid 1px #ccc; }
    .fsComposerFormEmbed form .mainGroupSub {
      max-width: 100%;
      width: 100% !important; }
    .fsComposerFormEmbed form .formPage {
      margin-bottom: 20px; }
    .fsComposerFormEmbed form .elementRow {
      max-width: 100%;
      margin: 0; }
      .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .elementContainer {
      margin: 0 0 20px;
      padding: 0; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementContainer {
          width: 100%; } }
      .fsComposerFormEmbed form .elementContainer label {
        margin-bottom: 2px; }
        .fsComposerFormEmbed form .elementContainer label.horizontal {
          white-space: normal;
          margin-right: 10px !important; }
          .fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
            margin-right: 0; }
      .fsComposerFormEmbed form .elementContainer hr {
        margin: 0 auto; }
      .fsComposerFormEmbed form .elementContainer p:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 599px) {
      .fsComposerFormEmbed form .elementBody > input {
        width: 100%; } }
    .fsComposerFormEmbed form .elementBody > .descText {
      margin-bottom: 10px; }
    .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: left;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
          width: 20%;
          padding-right: 10px;
          text-align: right;
          float: left; } }
    @media (min-width: 600px) {
      .fsComposerFormEmbed form .labelLeft .elementContainer > label {
        padding: 5px 10px 5px 5px; } }
    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
      width: 100%; }
    .fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
      width: auto; }
    .fsComposerFormEmbed form .labelLeft .elementBody {
      margin: 0;
      width: 100%;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementBody {
          width: 80%;
          float: left; } }
    .fsComposerFormEmbed form .linkLike {
      color: #73A13F;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #005030; }
    .fsComposerFormEmbed form .required {
      color: #005030; }
    .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: #73A13F;
        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: #005030;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "proxima-nova", sans-serif;
    max-width: 100%; }
  .fsComposerFormEmbed .ui-datepicker:empty {
    display: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
      content: '';
      font-weight: bold;
      transition: .3s; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
      transition: .3s;
      opacity: .5; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
    content: '\203A'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
    content: '\2039'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-default {
    background: rgba(0, 0, 0, 0.05);
    text-align: center; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-active {
    background: rgba(0, 0, 0, 0.1); }
  .fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
    border: solid 1px #d3d3d3;
    background-color: #d3d3d3; }

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

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

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

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

/*! elements - login */
.fsLogin .fsLoginMainView, .fsLogin .fsLoginForgotView, .fsLogin .fsLoginNewView, .fsAccount .fsLoginMainView, .fsAccount .fsLoginForgotView, .fsAccount .fsLoginNewView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after, .fsLogin .fsLoginForgotView:after, .fsLogin .fsLoginNewView:after, .fsAccount .fsLoginMainView:after, .fsAccount .fsLoginForgotView:after, .fsAccount .fsLoginNewView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3, .fsLogin .fsLoginForgotView h3, .fsLogin .fsLoginNewView h3, .fsAccount .fsLoginMainView h3, .fsAccount .fsLoginForgotView h3, .fsAccount .fsLoginNewView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span, .fsLogin .fsLoginForgotView span, .fsLogin .fsLoginNewView span, .fsAccount .fsLoginMainView span, .fsAccount .fsLoginForgotView span, .fsAccount .fsLoginNewView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginMainView button, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginForgotView button, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsLogin .fsLoginNewView button, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginMainView button, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginForgotView button, .fsAccount .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginNewView button {
    display: inline-block;
    margin: 0 0 10px;
    padding: 18px 30px 17px;
    border: 0;
    border-radius: 60px;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    background: #5e5e5e; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView .fsLoginSubmit:focus, .fsLogin .fsLoginMainView button:hover, .fsLogin .fsLoginMainView button:focus, .fsLogin .fsLoginForgotView .fsLoginSubmit:hover, .fsLogin .fsLoginForgotView .fsLoginSubmit:focus, .fsLogin .fsLoginForgotView button:hover, .fsLogin .fsLoginForgotView button:focus, .fsLogin .fsLoginNewView .fsLoginSubmit:hover, .fsLogin .fsLoginNewView .fsLoginSubmit:focus, .fsLogin .fsLoginNewView button:hover, .fsLogin .fsLoginNewView button:focus, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:focus, .fsAccount .fsLoginMainView button:hover, .fsAccount .fsLoginMainView button:focus, .fsAccount .fsLoginForgotView .fsLoginSubmit:hover, .fsAccount .fsLoginForgotView .fsLoginSubmit:focus, .fsAccount .fsLoginForgotView button:hover, .fsAccount .fsLoginForgotView button:focus, .fsAccount .fsLoginNewView .fsLoginSubmit:hover, .fsAccount .fsLoginNewView .fsLoginSubmit:focus, .fsAccount .fsLoginNewView button:hover, .fsAccount .fsLoginNewView button:focus {
      background: #515151;
      color: #ffffff; }
    .fsLogin .fsLoginMainView .fsLoginSubmit em, .fsLogin .fsLoginMainView button em, .fsLogin .fsLoginForgotView .fsLoginSubmit em, .fsLogin .fsLoginForgotView button em, .fsLogin .fsLoginNewView .fsLoginSubmit em, .fsLogin .fsLoginNewView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em, .fsAccount .fsLoginMainView button em, .fsAccount .fsLoginForgotView .fsLoginSubmit em, .fsAccount .fsLoginForgotView button em, .fsAccount .fsLoginNewView .fsLoginSubmit em, .fsAccount .fsLoginNewView button em {
      display: block;
      font-style: normal; }
  .fsLogin .fsLoginMainView .fsLoginSubmit, .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsLogin .fsLoginNewView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit, .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsAccount .fsLoginNewView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink, .fsLogin .fsLoginMainView .fsLoginNewAccountLink, .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink, .fsLogin .fsLoginForgotView .fsLoginNewAccountLink, .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink, .fsLogin .fsLoginNewView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink, .fsAccount .fsLoginMainView .fsLoginNewAccountLink, .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink, .fsAccount .fsLoginForgotView .fsLoginNewAccountLink, .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink, .fsAccount .fsLoginNewView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

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

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

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

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

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

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccount .fsAccountLogout a {
    display: inline-block;
    margin: 0 0 10px;
    padding: 18px 30px 17px;
    border: 0;
    border-radius: 60px;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    background: #5e5e5e; }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus {
      background: #515151;
      color: #ffffff; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal; }

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #5e5e5e;
  font-family: "proxima-nova", 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: #73A13F;
  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: 18px;
    font-family: "Lora", 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: "proxima-nova", sans-serif;
  font-size: 18px;
  line-height: 32px;
  width: 100%;
  background-color: #73A13F;
  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(115, 161, 63, 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;
    color: #333333;
    font-weight: normal;
    font-family: "proxima-nova", sans-serif;
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 11px;
    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;
      margin-right: 25px; } }

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

@media (min-width: 600px) {
  .fsNews.fsThumbnailOriginal.fsThumbnailMedium .fsThumbnail img {
    max-width: 220px; } }

.fsNews .fsTitle {
  padding-top: 13px;
  color: #333333;
  font-size: 24px;
  line-height: 32px;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal; }
  .fsNews .fsTitle a {
    color: inherit;
    font-size: inherit;
    line-height: inherit; }
    .fsNews .fsTitle a:hover {
      color: #005030; }

.fsNews .fsDateTime {
  padding-top: 8px;
  color: #707070;
  font-size: 14px;
  line-height: 17px;
  font-family: "Lora", Georgia, serif;
  font-style: italic; }
  .fsNews .fsDateTime:before {
    content: 'Posted '; }

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

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

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

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

.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: #5e5e5e; }
  .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: #73A13F; }

.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: #73A13F !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: #005030 !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: 18px; }

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

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

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

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

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

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

.fsFacebookFollow {
  margin-top: 20px; }

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

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

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

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

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

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

.vimeo_view_link a {
  display: inline-block;
  margin: 0 0 10px;
  padding: 18px 30px 17px;
  border: 0;
  border-radius: 60px;
  border-radius: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background: #5e5e5e; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus {
    background: #515151;
    color: #ffffff; }
  .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;
  margin: 0 0 10px;
  padding: 18px 30px 17px;
  border: 0;
  border-radius: 60px;
  border-radius: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background: #5e5e5e; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus {
    background: #515151;
    color: #ffffff; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs > .fsElementContent {
    position: relative; }
    .fsTabs > .fsElementContent:before {
      content: '';
      display: block;
      height: 1px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background-color: #e0e0e0; }
  .fsTabs .fsTabsNav {
    display: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .fsTabs .fsTabsNav:before {
      content: '';
      display: block;
      height: 1px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background-color: #e0e0e0; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 17px;
      position: relative;
      z-index: 2; }
      .fsTabs .fsTabsNav li:last-of-type {
        margin-right: 0; }
      .fsTabs .fsTabsNav li a {
        display: block;
        min-width: 150px;
        padding: 15px 21.5px 12px;
        border: 0;
        position: relative;
        color: #005030;
        font-size: 16px;
        line-height: 28px;
        font-weight: 800;
        font-family: "proxima-nova", sans-serif;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px;
        background: none;
        transition: 0.3s ease; }
        .fsTabs .fsTabsNav li a:before {
          content: '';
          display: block;
          height: 3px;
          max-height: 0px;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #DDEAC6;
          transition: max-height 0.3s ease; }
        .fsTabs .fsTabsNav li a:hover {
          color: #B75006;
          background: none; }
          .fsTabs .fsTabsNav li a:hover:before {
            max-height: 3px; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        color: #ffffff;
        background-color: #005030; }
        .fsTabs .fsTabsNav li.fsStateSelected a:before {
          display: none; }
  .fsTabs .fsPanel {
    color: #5e5e5e; }
    .fsTabs .fsPanel > .fsElementContent {
      padding: 25px 20px 30px !important; }

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

.hero-multimedia.fsElement {
  padding: 0;
  margin: 0; }
  .hero-multimedia.fsElement .fsElementTitle {
    display: none; }
  .hero-multimedia.fsElement .fsElement {
    margin: 0;
    padding: 0; }

.hero-multimedia.fsMediaCustomPlayer {
  position: relative; }
  .hero-multimedia.fsMediaCustomPlayer .multimedia-slide {
    opacity: 0; }
    .hero-multimedia.fsMediaCustomPlayer .multimedia-slide.slick-current {
      opacity: 1; }
      .hero-multimedia.fsMediaCustomPlayer .multimedia-slide.slick-current:after {
        right: 0;
        opacity: 1; }
  .hero-multimedia.fsMediaCustomPlayer .hero-multimedia-content {
    opacity: 0; }
    .hero-multimedia.fsMediaCustomPlayer .hero-multimedia-content.slick-loaded {
      opacity: 1; }
    .fsComposeMode .hero-multimedia.fsMediaCustomPlayer .hero-multimedia-content {
      opacity: 1; }
  .hero-multimedia.fsMediaCustomPlayer .fsElementTitle {
    display: none; }
  .hero-multimedia.fsMediaCustomPlayer .slick-list {
    overflow: visible; }
    @media (min-width: 500px) {
      .hero-multimedia.fsMediaCustomPlayer .slick-list {
        overflow: hidden; } }
  .hero-multimedia.fsMediaCustomPlayer .slick-slide {
    position: relative; }
    .hero-multimedia.fsMediaCustomPlayer .slick-slide img {
      display: none; }
  .hero-multimedia.fsMediaCustomPlayer .video-slide .caption-wrapper {
    z-index: 100; }
  .hero-multimedia.fsMediaCustomPlayer .video-wrapper {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .hero-multimedia.fsMediaCustomPlayer .video-wrapper video {
      display: none;
      width: auto;
      height: auto;
      min-height: 100%;
      min-width: 100%;
      max-width: none;
      max-height: none;
      position: absolute;
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 15; }
      @media (min-width: 900px) {
        .hero-multimedia.fsMediaCustomPlayer .video-wrapper video {
          display: block; } }

.panel-multimedia {
  position: relative;
  z-index: 100;
  background-color: #ffffff;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .panel-multimedia .panel-multimedia-content {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .panel-multimedia-content,
    body:not(.fsComposeMode) .panel-multimedia-content .slick-list {
      position: absolute !important;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .panel-multimedia-content .slick-track {
      position: absolute;
      bottom: 0; } }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .panel-multimedia.fsMedia .fsMediaCustomPlayer {
      position: absolute !important;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }
  .panel-multimedia > header {
    display: none; }
  .panel-multimedia.fsMedia, .panel-multimedia.fsMediaCustomPlayer {
    display: block;
    opacity: 0; }
    .panel-multimedia.fsMedia.element-loaded, .panel-multimedia.fsMediaCustomPlayer.element-loaded {
      opacity: 1; }
      .panel-multimedia.fsMedia.element-loaded .fsMediaCustomPlayer:before, .panel-multimedia.fsMediaCustomPlayer.element-loaded .fsMediaCustomPlayer:before {
        display: none; }
    .fsComposeMode .panel-multimedia.fsMedia, .fsComposeMode .panel-multimedia.fsMediaCustomPlayer {
      opacity: 1; }
    .panel-multimedia.fsMedia .fsMediaCustomPlayer, .panel-multimedia.fsMediaCustomPlayer .fsMediaCustomPlayer {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      .panel-multimedia.fsMedia .fsMediaCustomPlayer:before, .panel-multimedia.fsMediaCustomPlayer .fsMediaCustomPlayer:before {
        content: '';
        display: block;
        width: 100%;
        padding-bottom: 38.88889%; }
        @media (min-width: 700px) {
          .panel-multimedia.fsMedia .fsMediaCustomPlayer:before, .panel-multimedia.fsMediaCustomPlayer .fsMediaCustomPlayer:before {
            padding-bottom: 38.88889%; } }
        @media (min-width: 900px) {
          .panel-multimedia.fsMedia .fsMediaCustomPlayer:before, .panel-multimedia.fsMediaCustomPlayer .fsMediaCustomPlayer:before {
            padding-bottom: 0; } }
        @media (min-width: 900px) {
          .fsComposeMode .panel-multimedia.fsMedia .fsMediaCustomPlayer:before, .fsComposeMode .panel-multimedia.fsMediaCustomPlayer .fsMediaCustomPlayer:before {
            padding-bottom: 38.88889%; } }
    .panel-multimedia.fsMedia article, .panel-multimedia.fsMediaCustomPlayer article {
      min-height: 520px;
      max-height: 760px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      @media (min-width: 900px) {
        .panel-multimedia.fsMedia article, .panel-multimedia.fsMediaCustomPlayer article {
          min-height: 0;
          max-height: none; } }
      .panel-multimedia.fsMedia article:before, .panel-multimedia.fsMediaCustomPlayer article:before {
        padding-bottom: 38.88889%; }
        @media (min-width: 700px) {
          .panel-multimedia.fsMedia article:before, .panel-multimedia.fsMediaCustomPlayer article:before {
            padding-bottom: 38.88889%; } }
        @media (min-width: 900px) {
          .fsComposeMode .panel-multimedia.fsMedia article:before, .fsComposeMode .panel-multimedia.fsMediaCustomPlayer article:before {
            padding-bottom: 38.88889%; } }
      .panel-multimedia.fsMedia article:after, .panel-multimedia.fsMediaCustomPlayer article:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding-bottom: 30.55556%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        pointer-events: none;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%); }

.panel-multimedia article,
.panel-multimedia .fsMediaCustomPlayer article {
  position: relative;
  padding: 0; }
  .panel-multimedia article:before,
  .panel-multimedia .fsMediaCustomPlayer article:before {
    content: '';
    display: block; }
  .panel-multimedia article img,
  .panel-multimedia .fsMediaCustomPlayer article img {
    display: none; }

.panel-multimedia .caption-wrapper,
.panel-multimedia .fsMediaCustomPlayer .caption-wrapper {
  display: block;
  padding: 0 60px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px;
  z-index: 3;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2); }
  @media (min-width: 900px) {
    .panel-multimedia .caption-wrapper,
    .panel-multimedia .fsMediaCustomPlayer .caption-wrapper {
      padding: 0 80px;
      bottom: 76px; } }
  @media (min-width: 1200px) {
    .panel-multimedia .caption-wrapper,
    .panel-multimedia .fsMediaCustomPlayer .caption-wrapper {
      bottom: 65px; } }
  .panel-multimedia .caption-wrapper .caption-content-wrapper,
  .panel-multimedia .fsMediaCustomPlayer .caption-wrapper .caption-content-wrapper {
    max-width: 980px; }
  .panel-multimedia .caption-wrapper .caption-title,
  .panel-multimedia .fsMediaCustomPlayer .caption-wrapper .caption-title {
    margin-bottom: 17px;
    color: #FFE7A6;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 800; }
  .panel-multimedia .caption-wrapper .caption-desc,
  .panel-multimedia .fsMediaCustomPlayer .caption-wrapper .caption-desc {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 32px;
    line-height: 30px;
    font-weight: 800;
    font-family: "proxima-nova", sans-serif;
    text-transform: none;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
    @media (min-width: 550px) {
      .panel-multimedia .caption-wrapper .caption-desc,
      .panel-multimedia .fsMediaCustomPlayer .caption-wrapper .caption-desc {
        font-size: 52px;
        line-height: 50px; } }
    @media (min-width: 900px) {
      .panel-multimedia .caption-wrapper .caption-desc,
      .panel-multimedia .fsMediaCustomPlayer .caption-wrapper .caption-desc {
        font-size: 62px;
        line-height: 58px; } }
    .panel-multimedia .caption-wrapper .caption-desc > *:last-child,
    .panel-multimedia .fsMediaCustomPlayer .caption-wrapper .caption-desc > *:last-child {
      margin-bottom: 0; }
    .panel-multimedia .caption-wrapper .caption-desc p,
    .panel-multimedia .fsMediaCustomPlayer .caption-wrapper .caption-desc p {
      margin-bottom: 15px; }
    .panel-multimedia .caption-wrapper .caption-desc a,
    .panel-multimedia .fsMediaCustomPlayer .caption-wrapper .caption-desc a {
      text-decoration: none; }
      .panel-multimedia .caption-wrapper .caption-desc a[class*="fs_style"],
      .panel-multimedia .fsMediaCustomPlayer .caption-wrapper .caption-desc a[class*="fs_style"] {
        margin: 0;
        margin-top: 29px;
        text-shadow: none;
        min-width: 162px; }
      .panel-multimedia .caption-wrapper .caption-desc a:hover,
      .panel-multimedia .fsMediaCustomPlayer .caption-wrapper .caption-desc a:hover {
        text-decoration: none; }

.panel-multimedia .video-modal,
.panel-multimedia .fsMediaCustomPlayer .video-modal {
  display: block;
  margin: 0 auto 0;
  padding-top: 9px;
  width: 52px;
  height: 61px;
  position: relative;
  color: transparent;
  font-size: 0;
  -ms-transform: none;
  transform: none; }
  .panel-multimedia .video-modal:before,
  .panel-multimedia .fsMediaCustomPlayer .video-modal:before {
    content: "";
    font-family: "icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: block;
    color: #ffffff;
    font-size: 52px;
    line-height: 52px; }

.panel-multimedia .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  color: transparent;
  cursor: pointer; }
  .panel-multimedia .slick-arrow:before {
    content: "";
    font-family: "icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 30px;
    line-height: 18px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5); }
    @media (min-width: 550px) {
      .panel-multimedia .slick-arrow:before {
        font-size: 50px;
        line-height: 30px; } }
  .panel-multimedia .slick-arrow.slick-prev {
    left: 11px; }
    @media (min-width: 700px) {
      .panel-multimedia .slick-arrow.slick-prev {
        left: 15px; } }
    .panel-multimedia .slick-arrow.slick-prev:before {
      content: ""; }
  .panel-multimedia .slick-arrow.slick-next {
    right: 11px; }
    @media (min-width: 700px) {
      .panel-multimedia .slick-arrow.slick-next {
        right: 15px; } }
    .panel-multimedia .slick-arrow.slick-next:before {
      content: ""; }

.panel-multimedia.fsContainer > footer,
.panel-multimedia.fsSharedContainer > .fsContainer > footer {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 101;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center; }
  .panel-multimedia.fsContainer > footer .scroll-to,
  .panel-multimedia.fsSharedContainer > .fsContainer > footer .scroll-to {
    width: 50px;
    height: 51px;
    padding-top: 0px;
    color: #ffffff;
    font-size: 0;
    line-height: 0;
    font-weight: 400;
    font-style: italic;
    font-family: "Lora", Georgia, serif;
    cursor: pointer;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
    @media (min-width: 550px) {
      .panel-multimedia.fsContainer > footer .scroll-to,
      .panel-multimedia.fsSharedContainer > .fsContainer > footer .scroll-to {
        width: 110px;
        height: 102px;
        font-size: 30px;
        line-height: 37px; } }
    .panel-multimedia.fsContainer > footer .scroll-to:before,
    .panel-multimedia.fsSharedContainer > .fsContainer > footer .scroll-to:before {
      content: "";
      font-family: "icomoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      position: absolute;
      left: 50%;
      bottom: 15px;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      color: #ffffff;
      font-size: 22px;
      line-height: 22px;
      font-style: normal;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
      @media (min-width: 550px) {
        .panel-multimedia.fsContainer > footer .scroll-to:before,
        .panel-multimedia.fsSharedContainer > .fsContainer > footer .scroll-to:before {
          bottom: 30px; } }

.panel-multimedia.fsMediaCustomPlayer.fsSharedContainer {
  z-index: 1; }

@media (min-width: 900px) {
  .panel-multimedia .slick-track,
  .panel-multimedia .fsMediaCustomPlayer .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: stretch;
    align-items: stretch; } }

.panel-multimedia .slick-arrow,
.panel-multimedia .fsMediaCustomPlayer .slick-arrow {
  display: block !important;
  z-index: 399; }
  .panel-multimedia .slick-arrow.slick-prev,
  .panel-multimedia .fsMediaCustomPlayer .slick-arrow.slick-prev {
    left: 11px; }
    @media (min-width: 900px) {
      .panel-multimedia .slick-arrow.slick-prev,
      .panel-multimedia .fsMediaCustomPlayer .slick-arrow.slick-prev {
        left: 15px; } }
  .panel-multimedia .slick-arrow.slick-next,
  .panel-multimedia .fsMediaCustomPlayer .slick-arrow.slick-next {
    right: 11px; }
    @media (min-width: 900px) {
      .panel-multimedia .slick-arrow.slick-next,
      .panel-multimedia .fsMediaCustomPlayer .slick-arrow.slick-next {
        right: 15px; } }

.panel-multimedia .caption-wrapper,
.panel-multimedia .fsMediaCustomPlayer .caption-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  top: 0;
  bottom: 0; }
  @media (min-width: 900px) {
    .panel-multimedia .caption-wrapper,
    .panel-multimedia .fsMediaCustomPlayer .caption-wrapper {
      padding: 0 80px; } }
  .panel-multimedia .caption-wrapper .caption-content-wrapper,
  .panel-multimedia .fsMediaCustomPlayer .caption-wrapper .caption-content-wrapper {
    text-align: center; }
    .panel-multimedia .caption-wrapper .caption-content-wrapper .caption-desc h2,
    .panel-multimedia .fsMediaCustomPlayer .caption-wrapper .caption-content-wrapper .caption-desc h2 {
      margin-bottom: 22px; }
      @media (min-width: 700px) {
        .panel-multimedia .caption-wrapper .caption-content-wrapper .caption-desc h2,
        .panel-multimedia .fsMediaCustomPlayer .caption-wrapper .caption-content-wrapper .caption-desc h2 {
          margin-bottom: 28px; } }

.panel-multimedia.fsElement {
  padding: 0;
  margin: 0; }
  .panel-multimedia.fsElement .fsElementTitle {
    display: none; }
  .panel-multimedia.fsElement .fsElement {
    margin: 0;
    padding: 0; }

.panel-multimedia.fsMediaCustomPlayer {
  position: relative; }
  .panel-multimedia.fsMediaCustomPlayer .multimedia-slide {
    opacity: 0; }
    .panel-multimedia.fsMediaCustomPlayer .multimedia-slide.slick-current {
      opacity: 1; }
      .panel-multimedia.fsMediaCustomPlayer .multimedia-slide.slick-current:after {
        right: 0;
        opacity: 1; }
  .panel-multimedia.fsMediaCustomPlayer .hero-multimedia-content {
    opacity: 0; }
    .panel-multimedia.fsMediaCustomPlayer .hero-multimedia-content.slick-loaded {
      opacity: 1; }
    .fsComposeMode .panel-multimedia.fsMediaCustomPlayer .hero-multimedia-content {
      opacity: 1; }
  .panel-multimedia.fsMediaCustomPlayer .fsElementTitle {
    display: none; }
  .panel-multimedia.fsMediaCustomPlayer .slick-list {
    overflow: visible; }
    @media (min-width: 500px) {
      .panel-multimedia.fsMediaCustomPlayer .slick-list {
        overflow: hidden; } }
  .panel-multimedia.fsMediaCustomPlayer .slick-slide {
    position: relative; }
    .panel-multimedia.fsMediaCustomPlayer .slick-slide img {
      display: none; }
  .panel-multimedia.fsMediaCustomPlayer .video-slide .caption-wrapper {
    z-index: 100; }
  .panel-multimedia.fsMediaCustomPlayer .video-wrapper {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .panel-multimedia.fsMediaCustomPlayer .video-wrapper video {
      display: none;
      width: auto;
      height: auto;
      min-height: 100%;
      min-width: 100%;
      max-width: none;
      max-height: none;
      position: absolute;
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 15; }
      @media (min-width: 900px) {
        .panel-multimedia.fsMediaCustomPlayer .video-wrapper video {
          display: block; } }

.panel-infographic-slideshow.fsContainer > header > .fsElementTitle,
.panel-infographic-slideshow.fsSharedContainer > .fsContainer > header > .fsElementTitle {
  margin-bottom: 24px;
  color: rgba(183, 80, 6, 0.9);
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
  text-align: center; }

.panel-infographic-slideshow.fsContainer > .fsElementContent .slick-track,
.panel-infographic-slideshow.fsSharedContainer > .fsContainer > .fsElementContent .slick-track {
  display: -ms-flexbox;
  display: flex; }

.panel-infographic-slideshow .slick-list {
  padding-right: 4px; }

.panel-infographic-slideshow .slick-slide {
  height: auto; }
  .panel-infographic-slideshow .slick-slide:before {
    content: '';
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    background-color: rgba(179, 178, 178, 0.5); }

.panel-infographic-slideshow .slideshow-arrows {
  width: 93px;
  margin: 0 auto; }

.panel-infographic-slideshow .slick-arrow {
  margin-top: 40px;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  background-color: #E6E6E6; }

.panel-infographic-slideshow .slick-prev:after {
  display: none; }

.panel-infographic-slideshow .fsEmbed {
  margin-bottom: 0;
  padding: 13px 32px 4px;
  position: relative; }
  .panel-infographic-slideshow .fsEmbed > header > .fsElementTitle {
    color: #272223;
    font-size: 62px;
    line-height: 62px;
    font-family: "Lora", Georgia, serif;
    text-align: center; }
  .panel-infographic-slideshow .fsEmbed > .fsElementContent {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    font-family: "proxima-nova", sans-serif; }
  .panel-infographic-slideshow .fsEmbed > header + .fsElementContent {
    padding-top: 29px;
    position: relative; }
    .panel-infographic-slideshow .fsEmbed > header + .fsElementContent:before {
      content: '';
      display: block;
      position: absolute;
      top: 8px;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 33px;
      height: 1px;
      background-color: #272223; }
  .panel-infographic-slideshow .fsEmbed > footer {
    display: none; }

body:not(.fsComposeMode) .magazine-stories {
  color: #fff;
  max-width: 0vw;
  margin: 0 auto 40px;
  position: relative; }
  body:not(.fsComposeMode) .magazine-stories > header,
  body:not(.fsComposeMode) .magazine-stories > .fsElementContent,
  body:not(.fsComposeMode) .magazine-stories > footer {
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw; }
    body:not(.fsComposeMode) .magazine-stories > header *,
    body:not(.fsComposeMode) .magazine-stories > .fsElementContent *,
    body:not(.fsComposeMode) .magazine-stories > footer * {
      border: 0;
      box-shadow: none; }
  body:not(.fsComposeMode) .magazine-stories > header {
    display: none; }
  body:not(.fsComposeMode) .magazine-stories > .fsElementContent {
    background: #005030 !important; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .magazine-stories > .fsElementContent {
        background: #fff !important; } }
    body:not(.fsComposeMode) .magazine-stories > .fsElementContent * {
      margin-bottom: 0 !important;
      border: 0 !important; }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .magazine-stories .center-slide {
      margin: 0 130px; } }
  body:not(.fsComposeMode) .magazine-stories .center-slide article {
    margin: 0 !important;
    border: 0 !important;
    border-image-width: 0 !important;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    z-index: 1; }
    @media (max-width: 1000px) {
      body:not(.fsComposeMode) .magazine-stories .center-slide article {
        background: none !important; } }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .magazine-stories .center-slide article {
        height: 640px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-bottom: 40px; }
        body:not(.fsComposeMode) .magazine-stories .center-slide article:before {
          display: block;
          content: '';
          width: 100%;
          height: 347px;
          background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.8) 100%);
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: -1; } }
    body:not(.fsComposeMode) .magazine-stories .center-slide article .fsThumbnail {
      height: 220px;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      background-size: cover;
      background-position: 50% 50%; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .magazine-stories .center-slide article .fsThumbnail {
          height: 450px; } }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode) .magazine-stories .center-slide article .fsThumbnail {
          display: none; } }
      body:not(.fsComposeMode) .magazine-stories .center-slide article .fsThumbnail img {
        visibility: hidden; }
    body:not(.fsComposeMode) .magazine-stories .center-slide article .post-content-wrapper {
      padding-right: 1.11111em;
      padding-left: 1.11111em;
      padding-top: 40px;
      padding-bottom: 40px;
      text-align: center; }
      body:not(.fsComposeMode) .magazine-stories .center-slide article .post-content-wrapper .title-wrap {
        display: block;
        font-family: "proxima-nova", sans-serif;
        font-weight: bold;
        font-size: 16px;
        line-height: 28px;
        text-align: center;
        letter-spacing: 1.4px;
        text-transform: uppercase;
        color: #FFECB8;
        margin-bottom: 20px !important; }
      body:not(.fsComposeMode) .magazine-stories .center-slide article .post-content-wrapper .fsTitle {
        font-family: "proxima-nova", sans-serif;
        font-weight: bold;
        font-size: 36px;
        line-height: 50px; }
        @media (min-width: 1000px) {
          body:not(.fsComposeMode) .magazine-stories .center-slide article .post-content-wrapper .fsTitle {
            font-size: 44px;
            line-height: 50px; } }
        body:not(.fsComposeMode) .magazine-stories .center-slide article .post-content-wrapper .fsTitle a {
          color: #fff; }
          body:not(.fsComposeMode) .magazine-stories .center-slide article .post-content-wrapper .fsTitle a:hover, body:not(.fsComposeMode) .magazine-stories .center-slide article .post-content-wrapper .fsTitle a:focus, body:not(.fsComposeMode) .magazine-stories .center-slide article .post-content-wrapper .fsTitle a.active {
            text-decoration: underline !important; }
  body:not(.fsComposeMode) .magazine-stories .center-slide .slick-arrow {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    border-radius: 50%;
    color: transparent;
    position: absolute;
    top: 152px;
    left: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 1;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
    border: 2px solid #fff !important; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .magazine-stories .center-slide .slick-arrow {
        top: 210px; } }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .magazine-stories .center-slide .slick-arrow {
        width: 44px;
        height: 44px; } }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .magazine-stories .center-slide .slick-arrow {
        display: none !important; } }
    body:not(.fsComposeMode) .magazine-stories .center-slide .slick-arrow:focus, body:not(.fsComposeMode) .magazine-stories .center-slide .slick-arrow:hover {
      background-color: white; }
      body:not(.fsComposeMode) .magazine-stories .center-slide .slick-arrow:focus::before, body:not(.fsComposeMode) .magazine-stories .center-slide .slick-arrow:hover::before {
        color: #005030;
        text-shadow: none; }
    body:not(.fsComposeMode) .magazine-stories .center-slide .slick-arrow::before {
      content: "";
      font-family: "icomoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 16px;
      color: white;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  body:not(.fsComposeMode) .magazine-stories .center-slide .slick-prev {
    left: 20px; }
  body:not(.fsComposeMode) .magazine-stories .center-slide .slick-next {
    left: 70px; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .magazine-stories .center-slide .slick-next {
        left: auto;
        right: 20px; } }
    body:not(.fsComposeMode) .magazine-stories .center-slide .slick-next::before {
      content: "";
      font-family: "icomoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  body:not(.fsComposeMode) .magazine-stories .side-slides {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .magazine-stories .side-slides {
        display: block; } }
    body:not(.fsComposeMode) .magazine-stories .side-slides article {
      margin: 0 !important;
      border: 0 !important;
      border-image-width: 0 !important;
      background-size: cover;
      background-position: 50% 50%;
      position: relative;
      z-index: 1;
      height: 560px;
      width: calc(100vw - 340px);
      padding-bottom: 40px;
      transition: none; }
      body:not(.fsComposeMode) .magazine-stories .side-slides article .fsTitle {
        opacity: 0; }
      body:not(.fsComposeMode) .magazine-stories .side-slides article.slick-center {
        opacity: 0 !important; }
        body:not(.fsComposeMode) .magazine-stories .side-slides article.slick-center .fsTitle a {
          height: 100%;
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          color: transparent; }
          body:not(.fsComposeMode) .magazine-stories .side-slides article.slick-center .fsTitle a:hover, body:not(.fsComposeMode) .magazine-stories .side-slides article.slick-center .fsTitle a:focus {
            text-decoration: underline; }
      body:not(.fsComposeMode) .magazine-stories .side-slides article:not(.slick-center):before {
        display: block;
        content: '';
        width: 100%;
        height: 347px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.8) 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1; }
      body:not(.fsComposeMode) .magazine-stories .side-slides article * {
        border: 0;
        box-shadow: none; }
      body:not(.fsComposeMode) .magazine-stories .side-slides article .fsThumbnail {
        display: none; }
        body:not(.fsComposeMode) .magazine-stories .side-slides article .fsThumbnail img {
          visibility: hidden; }
    body:not(.fsComposeMode) .magazine-stories .side-slides .slick-arrow {
      border: 0;
      background: none;
      outline: 0;
      margin: 0;
      padding: 0;
      font-size: 0;
      border-radius: 50%;
      color: transparent;
      position: absolute;
      left: 40px;
      width: 40px;
      height: 40px;
      cursor: pointer;
      transition: 0.3s;
      z-index: 1;
      text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      border: 2px solid #fff !important; }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode) .magazine-stories .side-slides .slick-arrow {
          width: 44px;
          height: 44px; } }
      body:not(.fsComposeMode) .magazine-stories .side-slides .slick-arrow:focus, body:not(.fsComposeMode) .magazine-stories .side-slides .slick-arrow:hover {
        background-color: white; }
        body:not(.fsComposeMode) .magazine-stories .side-slides .slick-arrow:focus::before, body:not(.fsComposeMode) .magazine-stories .side-slides .slick-arrow:hover::before {
          color: #005030;
          text-shadow: none; }
      body:not(.fsComposeMode) .magazine-stories .side-slides .slick-arrow::before {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 16px;
        color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media (min-width: 1000px) {
          body:not(.fsComposeMode) .magazine-stories .side-slides .slick-arrow::before {
            line-height: 44px; } }
    body:not(.fsComposeMode) .magazine-stories .side-slides .slick-next {
      left: auto;
      right: 40px; }
      body:not(.fsComposeMode) .magazine-stories .side-slides .slick-next::before {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
  body:not(.fsComposeMode) .magazine-stories > footer {
    background: #005030 !important;
    text-align: center;
    padding-bottom: 30px;
    border: 0 !important; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .magazine-stories > footer {
        background: #fff !important;
        padding-top: 40px; } }
    body:not(.fsComposeMode) .magazine-stories > footer > .fsElementFooterContent {
      display: block;
      margin: 0; }
    body:not(.fsComposeMode) .magazine-stories > footer .fs_style_9 {
      color: rgba(255, 255, 255, 0.8);
      border-color: #fff; }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode) .magazine-stories > footer .fs_style_9 {
          color: #005030;
          border: 2px solid rgba(179, 178, 178, 0.3); }
          body:not(.fsComposeMode) .magazine-stories > footer .fs_style_9:hover, body:not(.fsComposeMode) .magazine-stories > footer .fs_style_9:focus {
            color: #fff; } }

body:not(.fsComposeMode) .community-voices {
  max-width: 0vw;
  margin: 0 auto 40px; }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .community-voices {
      margin-bottom: 80px; } }
  body:not(.fsComposeMode) .community-voices > header,
  body:not(.fsComposeMode) .community-voices > .fsElementContent,
  body:not(.fsComposeMode) .community-voices > footer {
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw; }
  body:not(.fsComposeMode) .community-voices > header {
    padding-left: 40px;
    padding-right: 10px; }
    body:not(.fsComposeMode) .community-voices > header .fsElementHeaderContent {
      position: relative;
      margin: 0 auto;
      max-width: 65.55556em;
      max-width: 73.75rem; }
    body:not(.fsComposeMode) .community-voices > header h2 {
      font-weight: 800;
      font-size: 34px;
      line-height: 44px;
      color: #005030; }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode) .community-voices > header h2 {
          margin-bottom: 25px;
          font-size: 44px;
          line-height: 50px; } }
      body:not(.fsComposeMode) .community-voices > header h2 em {
        display: block;
        font-size: 30px;
        line-height: 37px;
        font-weight: normal;
        font-family: "Lora", Georgia, serif;
        color: #272223; }
  body:not(.fsComposeMode) .community-voices > .fsElementContent {
    background: #DDEAC6 !important;
    position: relative; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .community-voices > .fsElementContent {
        background: #fff !important; }
        body:not(.fsComposeMode) .community-voices > .fsElementContent:before {
          display: block;
          height: 530px;
          width: calc(50% + 40px);
          content: '';
          background: #DDEAC6;
          position: absolute;
          top: -40px;
          right: 0px; } }
    body:not(.fsComposeMode) .community-voices > .fsElementContent .fsPostElement {
      position: relative;
      margin: 0 auto;
      max-width: 65.55556em;
      max-width: 73.75rem; }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .community-voices article {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  body:not(.fsComposeMode) .community-voices .fsThumbnail {
    height: 250px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
    position: relative; }
    body:not(.fsComposeMode) .community-voices .fsThumbnail:before {
      display: block;
      content: '';
      height: 30%;
      width: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.8) 100%);
      position: absolute;
      bottom: 0;
      left: 0; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .community-voices .fsThumbnail {
        height: 450px; } }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .community-voices .fsThumbnail {
        width: 640px;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; } }
    body:not(.fsComposeMode) .community-voices .fsThumbnail img {
      visibility: hidden; }
  body:not(.fsComposeMode) .community-voices .post-content-wrapper {
    padding: 20px;
    text-align: left;
    color: #272223;
    font-size: 18px;
    line-height: 32px;
    position: relative; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .community-voices .post-content-wrapper {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-left: 60px; } }
    body:not(.fsComposeMode) .community-voices .post-content-wrapper .fsTitle {
      font-family: "proxima-nova", sans-serif;
      font-weight: 500;
      font-size: 24px;
      line-height: 34px;
      color: #005030;
      margin-bottom: 20px; }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode) .community-voices .post-content-wrapper .fsTitle {
          font-size: 34px;
          line-height: 44px; } }
      body:not(.fsComposeMode) .community-voices .post-content-wrapper .fsTitle a {
        color: #005030; }
        body:not(.fsComposeMode) .community-voices .post-content-wrapper .fsTitle a:hover, body:not(.fsComposeMode) .community-voices .post-content-wrapper .fsTitle a:focus {
          text-decoration: underline; }
    body:not(.fsComposeMode) .community-voices .post-content-wrapper .fsCategory {
      font-family: "proxima-nova", sans-serif;
      color: #272223; }
  body:not(.fsComposeMode) .community-voices .slick-arrow {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    border-radius: 50%;
    color: transparent;
    position: absolute;
    top: 197px;
    left: 35px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 1;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
    border: 2px solid #fff; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .community-voices .slick-arrow {
        top: 370px;
        width: 44px;
        height: 44px; } }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .community-voices .slick-arrow {
        top: 380px; } }
    body:not(.fsComposeMode) .community-voices .slick-arrow:focus, body:not(.fsComposeMode) .community-voices .slick-arrow:hover {
      background-color: white; }
      body:not(.fsComposeMode) .community-voices .slick-arrow:focus::before, body:not(.fsComposeMode) .community-voices .slick-arrow:hover::before {
        color: #005030;
        text-shadow: none; }
    body:not(.fsComposeMode) .community-voices .slick-arrow::before {
      content: "";
      font-family: "icomoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 16px;
      color: white;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  body:not(.fsComposeMode) .community-voices .slick-next {
    left: 80px; }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .community-voices .slick-next {
        left: 90px; } }
    body:not(.fsComposeMode) .community-voices .slick-next::before {
      content: "";
      font-family: "icomoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  body:not(.fsComposeMode) .community-voices .slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 80px !important; }
    @media (max-width: 1000px) {
      body:not(.fsComposeMode) .community-voices .slick-dots {
        display: none !important; } }
    body:not(.fsComposeMode) .community-voices .slick-dots, body:not(.fsComposeMode) .community-voices .slick-dots ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    body:not(.fsComposeMode) .community-voices .slick-dots li {
      margin: 0;
      padding: 0; }
    body:not(.fsComposeMode) .community-voices .slick-dots li {
      display: inline-block;
      width: 25%;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
      body:not(.fsComposeMode) .community-voices .slick-dots li:not(:last-child) {
        border-right: 1px solid #cfcfcf; }
      body:not(.fsComposeMode) .community-voices .slick-dots li button {
        border: 0;
        background: none;
        outline: 0;
        margin: 0;
        padding: 0;
        padding: 34px 30px 10px;
        font-family: "proxima-nova", sans-serif;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        position: relative;
        cursor: pointer; }
        body:not(.fsComposeMode) .community-voices .slick-dots li button:before {
          display: block;
          height: 1px;
          width: 33px;
          content: '';
          background: #636363;
          position: absolute;
          top: 10px;
          left: 50%;
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          transition: all .4s ease; }
      body:not(.fsComposeMode) .community-voices .slick-dots li.slick-active button:before {
        height: 3px;
        width: 80px;
        background: #005030; }

body:not(.fsComposeMode) .recent-news-new {
  max-width: 0vw;
  margin: 0 auto 40px; }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .recent-news-new {
      margin-bottom: 0; } }
  body:not(.fsComposeMode) .recent-news-new > header,
  body:not(.fsComposeMode) .recent-news-new > .fsElementContent,
  body:not(.fsComposeMode) .recent-news-new > footer {
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .recent-news-new > header,
      body:not(.fsComposeMode) .recent-news-new > .fsElementContent,
      body:not(.fsComposeMode) .recent-news-new > footer {
        background: #F8F8F8; } }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .recent-news-new > .fsElementContent {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1220px) {
    body:not(.fsComposeMode) .recent-news-new > .fsElementContent {
      padding-right: 0;
      padding-left: 0; } }
  body:not(.fsComposeMode) .recent-news-new .fsPostElement {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem; }
    body:not(.fsComposeMode) .recent-news-new .fsPostElement > header {
      padding-right: 40px;
      padding-left: 40px;
      text-align: center; }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode) .recent-news-new .fsPostElement > header {
          padding-top: 80px; } }
      body:not(.fsComposeMode) .recent-news-new .fsPostElement > header .fsElementTitle {
        font-weight: 800;
        font-size: 22px;
        line-height: 27px;
        text-align: center;
        letter-spacing: 0.8px;
        text-transform: uppercase;
        color: #005030;
        margin-bottom: 20px; }
        @media (min-width: 1000px) {
          body:not(.fsComposeMode) .recent-news-new .fsPostElement > header .fsElementTitle {
            margin-bottom: 50px; } }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .recent-news-new .fsPostElement > .fsElementContent .fsListItems {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        body:not(.fsComposeMode) .recent-news-new .fsPostElement > .fsElementContent .fsListItems article {
          width: calc(33.33% - 20px);
          -ms-flex: 0 0 auto;
          flex: 0 0 auto; } }
    body:not(.fsComposeMode) .recent-news-new .fsPostElement .fsThumbnail {
      height: 250px;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      background-size: cover;
      background-position: 50% 50%;
      position: relative;
      z-index: 1; }
      body:not(.fsComposeMode) .recent-news-new .fsPostElement .fsThumbnail:before {
        display: block;
        content: '';
        height: 60%;
        width: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.8) 100%);
        position: absolute;
        bottom: 0;
        left: 0; }
        @media (min-width: 1000px) {
          body:not(.fsComposeMode) .recent-news-new .fsPostElement .fsThumbnail:before {
            display: none; } }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .recent-news-new .fsPostElement .fsThumbnail {
          height: 450px; } }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode) .recent-news-new .fsPostElement .fsThumbnail {
          height: 260px; } }
      body:not(.fsComposeMode) .recent-news-new .fsPostElement .fsThumbnail img {
        visibility: hidden; }
    body:not(.fsComposeMode) .recent-news-new .fsPostElement .post-content-wrapper {
      padding-right: 1.11111em;
      padding-left: 1.11111em;
      padding-top: 20px;
      padding-bottom: 20px;
      text-align: left;
      color: #272223;
      font-size: 18px;
      line-height: 32px; }
      body:not(.fsComposeMode) .recent-news-new .fsPostElement .post-content-wrapper .fsTitle {
        font-family: "proxima-nova", sans-serif;
        font-weight: 500;
        font-size: 24px;
        line-height: 34px;
        color: #005030;
        margin-bottom: 20px; }
        body:not(.fsComposeMode) .recent-news-new .fsPostElement .post-content-wrapper .fsTitle a {
          color: #333333; }
          body:not(.fsComposeMode) .recent-news-new .fsPostElement .post-content-wrapper .fsTitle a:hover, body:not(.fsComposeMode) .recent-news-new .fsPostElement .post-content-wrapper .fsTitle a:focus {
            text-decoration: underline; }
      body:not(.fsComposeMode) .recent-news-new .fsPostElement .post-content-wrapper .fsDate {
        font-style: italic;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        color: #707070; }
      body:not(.fsComposeMode) .recent-news-new .fsPostElement .post-content-wrapper .fsCategory {
        font-family: "proxima-nova", sans-serif;
        color: #272223; }
    body:not(.fsComposeMode) .recent-news-new .fsPostElement .slick-arrow {
      border: 0;
      background: none;
      outline: 0;
      margin: 0;
      padding: 0;
      font-size: 0;
      border-radius: 50%;
      color: transparent;
      position: absolute;
      top: 197px;
      left: 35px;
      width: 35px;
      height: 35px;
      cursor: pointer;
      transition: 0.3s;
      z-index: 1;
      text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
      border: 2px solid #fff; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .recent-news-new .fsPostElement .slick-arrow {
          top: 370px;
          width: 44px;
          height: 44px; } }
      @media (min-width: 900px) {
        body:not(.fsComposeMode) .recent-news-new .fsPostElement .slick-arrow {
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
      body:not(.fsComposeMode) .recent-news-new .fsPostElement .slick-arrow:focus, body:not(.fsComposeMode) .recent-news-new .fsPostElement .slick-arrow:hover {
        background-color: white; }
        body:not(.fsComposeMode) .recent-news-new .fsPostElement .slick-arrow:focus::before, body:not(.fsComposeMode) .recent-news-new .fsPostElement .slick-arrow:hover::before {
          color: #005030;
          text-shadow: none; }
      body:not(.fsComposeMode) .recent-news-new .fsPostElement .slick-arrow::before {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 16px;
        color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    body:not(.fsComposeMode) .recent-news-new .fsPostElement .slick-next {
      left: 80px; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .recent-news-new .fsPostElement .slick-next {
          left: 90px; } }
      body:not(.fsComposeMode) .recent-news-new .fsPostElement .slick-next::before {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
  body:not(.fsComposeMode) .recent-news-new > footer {
    text-align: center; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .recent-news-new > footer {
        padding-bottom: 80px; } }

/*
 * Nivo Lightbox v1.2.0 !!
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
.nivo-lightbox-overlay {
  display: block !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5); }

.nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1; }

.nivo-lightbox-wrap {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%; }

.nivo-lightbox-content {
  width: 100%;
  height: 100%; }

.nivo-lightbox-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center; }

.nivo-lightbox-nav {
  display: none; }

.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0; }

.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0; }

.nivo-lightbox-close {
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  top: -40px;
  right: 0px;
  cursor: pointer;
  z-index: 100;
  font-size: 1px;
  color: transparent;
  background-color: transparent;
  transition: right 0.3s ease; }
  @media (min-width: 550px) {
    .nivo-lightbox-close {
      right: -40px; } }
  @media (min-width: 700px) {
    .nivo-lightbox-close {
      height: 50px;
      width: 50px;
      top: -50px;
      right: -50px; } }
  .nivo-lightbox-close:before {
    content: "";
    font-family: "icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: block;
    height: 40px;
    width: 40px;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    transition: color 0.3s ease; }
    @media (min-width: 700px) {
      .nivo-lightbox-close:before {
        height: 50px;
        width: 50px;
        font-size: 20px;
        line-height: 50px; } }

.nivo-lightbox-image {
  text-align: center; }

.nivo-lightbox-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle; }

.nivo-lightbox-content iframe {
  width: 100%;
  height: 100%; }

.nivo-lightbox-inline,
.nivo-lightbox-ajax {
  max-height: 100%;
  overflow: auto;
  box-sizing: border-box;
  /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */ }

.nivo-lightbox-error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000; }

.nivo-lightbox-error p {
  display: table-cell;
  vertical-align: middle; }

/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
  transition: all 0.2s ease-in-out; }

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  transition: all 0.3s;
  -ms-transform: scale(0.7);
  transform: scale(0.7); }

.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  -ms-transform: scale(1);
  transform: scale(1); }

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9); }

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  -ms-transform: translateX(-10%);
  transform: translateX(-10%); }

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  -ms-transform: translateX(10%);
  transform: translateX(10%); }

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  -ms-transform: translateX(0);
  transform: translateX(0); }

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -ms-transform: translateY(-10%);
  transform: translateY(-10%); }

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  -ms-transform: translateY(10%);
  transform: translateY(10%); }

.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  perspective: 1000px; }

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  transition: all 0.3s ease-out;
  transform: translateZ(300px); }

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  transform: translateZ(0); }

/*! pages - home v0.0.1 */
.home .panel-recent-news {
  padding-top: 40px;
  padding-bottom: 52px; }
  @media (min-width: 400px) {
    .home .panel-recent-news {
      padding-top: 20px; } }
  @media (min-width: 900px) {
    .home .panel-recent-news {
      padding-top: 50px;
      padding-bottom: 42px; } }
  .home .panel-recent-news.fsContainer > .fsElementContent,
  .home .panel-recent-news.fsSharedContainer > .fsContainer > .fsElementContent {
    padding-left: 35px;
    padding-right: 35px; }
    @media (min-width: 400px) {
      .home .panel-recent-news.fsContainer > .fsElementContent,
      .home .panel-recent-news.fsSharedContainer > .fsContainer > .fsElementContent {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 900px) {
      .home .panel-recent-news.fsContainer > .fsElementContent,
      .home .panel-recent-news.fsSharedContainer > .fsContainer > .fsElementContent {
        padding-left: 60px;
        padding-right: 60px; } }
  .home .panel-recent-news .fsNews > header > .fsElementTitle {
    margin-bottom: 23px;
    color: #005030;
    font-size: 22px;
    line-height: 27px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase; }
  .home .panel-recent-news .fsListItems {
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 400px) {
      .home .panel-recent-news .fsListItems {
        max-width: 71.35417%; } }
    @media (min-width: 900px) {
      .home .panel-recent-news .fsListItems {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row;
        flex-flow: row;
        max-width: none;
        margin-left: -10px;
        margin-right: -10px; } }
  .home .panel-recent-news article {
    margin-bottom: 40px; }
    @media (min-width: 900px) {
      .home .panel-recent-news article {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding: 0 10px;
        margin-bottom: 20px; } }
  .home .panel-recent-news .fsThumbnail {
    max-width: none; }
  .home .panel-recent-news .fsElementFooterContent {
    margin-top: 40px; }

.home .panel-message-top.fsContainer > .fsElementContent,
.home .panel-message-top.fsSharedContainer > .fsContainer > .fsElementContent {
  padding-top: 0;
  padding-bottom: 0; }
  .home .panel-message-top.fsContainer > .fsElementContent > .fsElement.fsContent,
  .home .panel-message-top.fsSharedContainer > .fsContainer > .fsElementContent > .fsElement.fsContent {
    font-size: 30px;
    line-height: 48px; }
  .home .panel-message-top.fsContainer > .fsElementContent > .fsElement > .fsElementContent,
  .home .panel-message-top.fsSharedContainer > .fsContainer > .fsElementContent > .fsElement > .fsElementContent {
    padding-top: 128px;
    padding-bottom: 62px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    background-color: #ffffff; }
    @media (min-width: 700px) {
      .home .panel-message-top.fsContainer > .fsElementContent > .fsElement > .fsElementContent,
      .home .panel-message-top.fsSharedContainer > .fsContainer > .fsElementContent > .fsElement > .fsElementContent {
        padding-top: 80px;
        padding-bottom: 0;
        padding-left: 23.25%;
        padding-right: 23.25%; } }
    .home .panel-message-top.fsContainer > .fsElementContent > .fsElement > .fsElementContent:before,
    .home .panel-message-top.fsSharedContainer > .fsContainer > .fsElementContent > .fsElement > .fsElementContent:before {
      content: '';
      display: block;
      width: 1440px;
      height: 60px;
      position: absolute;
      top: 33px;
      right: calc(50% - 32px);
      background-image: url("../images/raven-gray-01.svg");
      background-repeat: no-repeat;
      background-position: center center; }
      @media (min-width: 700px) {
        .home .panel-message-top.fsContainer > .fsElementContent > .fsElement > .fsElementContent:before,
        .home .panel-message-top.fsSharedContainer > .fsContainer > .fsElementContent > .fsElement > .fsElementContent:before {
          position: absolute;
          top: 91px;
          right: calc(100% - 20.5%); } }
    .home .panel-message-top.fsContainer > .fsElementContent > .fsElement > .fsElementContent *:last-child,
    .home .panel-message-top.fsSharedContainer > .fsContainer > .fsElementContent > .fsElement > .fsElementContent *:last-child {
      margin-bottom: 0; }
  .home .panel-message-top.fsContainer > .fsElementContent > .fsElement > footer,
  .home .panel-message-top.fsSharedContainer > .fsContainer > .fsElementContent > .fsElement > footer {
    display: none; }

.home .panel-slider-perspective-container {
  background-color: #005030; }
  .home .panel-slider-perspective-container.fsContainer > .fsElementContent,
  .home .panel-slider-perspective-container.fsSharedContainer > .fsContainer > .fsElementContent {
    background-color: #005030;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 700px) {
      .home .panel-slider-perspective-container.fsContainer > .fsElementContent,
      .home .panel-slider-perspective-container.fsSharedContainer > .fsContainer > .fsElementContent {
        padding-left: 60px;
        padding-right: 60px; } }
    @media (min-width: 900px) {
      .home .panel-slider-perspective-container.fsContainer > .fsElementContent,
      .home .panel-slider-perspective-container.fsSharedContainer > .fsContainer > .fsElementContent {
        padding-left: 20px;
        padding-right: 20px; } }
  .home .panel-slider-perspective-container .slice-top {
    background-color: #005030; }
    .home .panel-slider-perspective-container .slice-top:before {
      content: '';
      display: block !important;
      height: 2px;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background-color: #005030; }
    .home .panel-slider-perspective-container .slice-top > div:after {
      background-color: #ffffff; }
    .home .panel-slider-perspective-container .slice-top .slice-left:after {
      -ms-transform: translate(-50%, -101%) rotate(11.5deg);
      transform: translate(-50%, -101%) rotate(11.5deg); }
    .home .panel-slider-perspective-container .slice-top .slice-right:after {
      -ms-transform: translate(-50%, -101%) rotate(-11.5deg);
      transform: translate(-50%, -101%) rotate(-11.5deg); }

.home .panel-slider-perspective {
  padding-top: 90px;
  padding-bottom: 72px; }
  @media (min-width: 700px) {
    .home .panel-slider-perspective {
      padding-top: 82px; } }
  @media (min-width: 900px) {
    .home .panel-slider-perspective {
      padding-top: 105px; } }
  @media (min-width: 1200px) {
    .home .panel-slider-perspective {
      padding-top: 90px; } }
  .home .panel-slider-perspective .slick-slider .slick-arrow {
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    border: 1px solid white;
    border-radius: 50%;
    color: transparent;
    position: absolute;
    top: 60px;
    left: -10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 0.3s;
    z-index: 1; }
    @media (min-width: 900px) {
      .home .panel-slider-perspective .slick-slider .slick-arrow {
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    .home .panel-slider-perspective .slick-slider .slick-arrow:focus, .home .panel-slider-perspective .slick-slider .slick-arrow:hover {
      background-color: white; }
      .home .panel-slider-perspective .slick-slider .slick-arrow:focus::before, .home .panel-slider-perspective .slick-slider .slick-arrow:hover::before {
        color: #005030; }
    .home .panel-slider-perspective .slick-slider .slick-arrow::before {
      content: "";
      font-family: "icomoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 16px;
      color: white;
      position: absolute;
      top: 4px;
      left: 12px; }
  .home .panel-slider-perspective .slick-slider .slick-next {
    left: auto;
    right: -10px; }
    .home .panel-slider-perspective .slick-slider .slick-next::before {
      content: "";
      font-family: "icomoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      left: 15px; }

.home .panel-message-bottom.fsContainer > .fsElementContent,
.home .panel-message-bottom.fsSharedContainer > .fsContainer > .fsElementContent {
  padding-top: 0;
  padding-bottom: 0; }
  .home .panel-message-bottom.fsContainer > .fsElementContent > .fsElement > .fsElementContent,
  .home .panel-message-bottom.fsSharedContainer > .fsContainer > .fsElementContent > .fsElement > .fsElementContent {
    padding-top: 196px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    background-color: #ffffff; }
    @media (min-width: 700px) {
      .home .panel-message-bottom.fsContainer > .fsElementContent > .fsElement > .fsElementContent,
      .home .panel-message-bottom.fsSharedContainer > .fsContainer > .fsElementContent > .fsElement > .fsElementContent {
        padding-top: 80px;
        padding-bottom: 80px;
        padding-left: 21.25%;
        padding-right: 21.25%; } }
    .home .panel-message-bottom.fsContainer > .fsElementContent > .fsElement > .fsElementContent:before,
    .home .panel-message-bottom.fsSharedContainer > .fsContainer > .fsElementContent > .fsElement > .fsElementContent:before {
      content: '';
      display: block;
      width: 1440px;
      height: 91px;
      position: absolute;
      top: 71px;
      right: 32px;
      background-image: url("../images/raven-gray-02.svg");
      background-repeat: no-repeat;
      background-position: center center; }
      @media (min-width: 700px) {
        .home .panel-message-bottom.fsContainer > .fsElementContent > .fsElement > .fsElementContent:before,
        .home .panel-message-bottom.fsSharedContainer > .fsContainer > .fsElementContent > .fsElement > .fsElementContent:before {
          position: absolute;
          top: 50%;
          right: calc(100% - 17.5%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
    .home .panel-message-bottom.fsContainer > .fsElementContent > .fsElement > .fsElementContent *:last-child,
    .home .panel-message-bottom.fsSharedContainer > .fsContainer > .fsElementContent > .fsElement > .fsElementContent *:last-child {
      margin-bottom: 0; }

.home:not(.fsComposeMode) .panel-full-width {
  margin-bottom: 0; }

.panel-passion-points-container.fsSharedContainer > .fsContainer {
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-size: cover; }
  .panel-passion-points-container.fsSharedContainer > .fsContainer:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(36, 20, 20, 0.6); }

.panel-passion-points-container.fsContainer > .fsElementContent,
.panel-passion-points-container.fsSharedContainer > .fsContainer > .fsElementContent {
  position: relative;
  z-index: 20; }

.panel-passion-points-container.section-selected .slice-top > div:after {
  box-shadow: 0 0 0 rgba(35, 32, 39, 0);
  transition: box-shadow 1s ease; }

.panel-passion-points-container .slice-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .panel-passion-points-container .slice-top > div:before {
    margin-bottom: 40px; }
  .panel-passion-points-container .slice-top > div:after {
    top: calc(50% - 20px);
    box-shadow: 0 15px 40px rgba(35, 32, 39, 0.3);
    background-color: #005030;
    transition: box-shadow 0.2s ease; }
  .panel-passion-points-container .slice-top .slice-left:after {
    -ms-transform: translate(-50%, -100%) rotate(-11.5deg);
    transform: translate(-50%, -100%) rotate(-11.5deg); }
  .panel-passion-points-container .slice-top .slice-right:after {
    -ms-transform: translate(-50%, -100%) rotate(11.5deg);
    transform: translate(-50%, -100%) rotate(11.5deg); }

.panel-passion-points-container .slice-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }
  .panel-passion-points-container .slice-bottom:before {
    content: '';
    display: block !important;
    height: 2px;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    background-color: #ffffff; }
  .panel-passion-points-container .slice-bottom > div:after {
    background-color: #ffffff; }
  .panel-passion-points-container .slice-bottom .slice-left:after {
    -ms-transform: translate(-50%, 0%) rotate(11.5deg);
    transform: translate(-50%, 0%) rotate(11.5deg); }
  .panel-passion-points-container .slice-bottom .slice-right:after {
    -ms-transform: translate(-50%, 0%) rotate(-11.5deg);
    transform: translate(-50%, 0%) rotate(-11.5deg); }

.panel-passion-points-container .slideshow-arrows {
  position: absolute;
  bottom: 40px; }

.slice-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  position: relative;
  z-index: 21;
  pointer-events: none; }
  .slice-container > div {
    width: 50%;
    overflow: hidden;
    position: relative; }
    .slice-container > div:before {
      content: '';
      display: block;
      width: 100%;
      padding-bottom: 20.26612%; }
    .slice-container > div:after {
      content: '';
      display: block;
      width: 150%;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }

.section-wrapper {
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
  width: 100%;
  position: relative;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 550px) {
    .section-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.section-nav {
  position: absolute; }
  @media (max-width: 549px) {
    .section-nav {
      margin-top: -30px;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  .section-selected .section-nav {
    pointer-events: none; }
  @media (max-width: 549px) {
    .panel-passion-points-container.panel-updated .section-nav {
      width: 720px;
      height: 370px; } }
  @media (min-width: 550px) {
    .panel-passion-points-container.panel-updated .section-nav {
      width: 1px;
      height: 1px;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  .panel-passion-points-container:not(.panel-updated) .section-nav .section-nav-inner {
    width: 720px;
    height: 370px;
    position: relative;
    left: calc(50% + 330px);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  @media (max-width: 549px) {
    .panel-passion-points-container.panel-updated .section-nav .section-nav-inner {
      width: 720px;
      height: 370px;
      position: relative;
      left: calc(50% + 330px);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
  @media (min-width: 550px) {
    .panel-passion-points-container.panel-updated .section-nav .section-nav-inner {
      width: 1px;
      height: 1px;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .panel-passion-points-container.panel-updated .section-nav .section-nav-inner > .slick-list {
        position: static !important;
        height: auto !important;
        padding: 0 !important;
        overflow: visible !important; }
        .panel-passion-points-container.panel-updated .section-nav .section-nav-inner > .slick-list > .slick-track {
          height: auto !important;
          -ms-transform: none !important;
          transform: none !important;
          position: static !important;
          left: auto !important;
          top: auto !important;
          opacity: 1 !important; }
      .panel-passion-points-container.panel-updated .section-nav .section-nav-inner .slick-cloned {
        display: none !important; }
      .panel-passion-points-container.panel-updated .section-nav .section-nav-inner .slick-arrow {
        display: none !important; } }
  .section-nav .section-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 260px;
    height: 260px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    color: #ffffff;
    font-size: 22px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    text-align: center;
    cursor: pointer; }
    .panel-passion-points-container:not(.panel-updated) .section-nav .section-title {
      right: -50%;
      transition: right 0.3s ease;
      overflow: visible !important;
      width: 260px !important; }
    @media (max-width: 549px) {
      .panel-passion-points-container.panel-updated .section-nav .section-title {
        right: -50%;
        transition: right 0.3s ease;
        overflow: visible !important;
        width: 260px !important; } }
    @media (min-width: 550px) {
      .panel-passion-points-container.panel-updated .section-nav .section-title {
        width: 220px;
        height: 220px;
        overflow: visible !important;
        position: absolute;
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        -ms-transform-origin: -50% -50%;
        transform-origin: -50% -50%;
        z-index: 300 !important; } }
    @media (min-width: 900px) {
      .panel-passion-points-container.panel-updated .section-nav .section-title {
        width: 300px;
        height: 300px; } }
    .section-nav .section-title:hover {
      z-index: 1000 !important; }
      .section-nav .section-title:hover:before {
        -ms-transform: translate(-50%, -50%) scale(1.06778);
        transform: translate(-50%, -50%) scale(1.06778);
        background-color: #ddeac6; }
      .section-nav .section-title:hover span {
        color: #005030; }
        .section-nav .section-title:hover span:after {
          color: #ba5f19; }
    .section-nav .section-title:before {
      content: '';
      display: block;
      width: 260px;
      height: 260px;
      border-radius: 500px;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0);
      background-color: rgba(128, 128, 128, 0.6);
      transition: transform 1.25s cubic-bezier(0.95, 0.05, 0.795, 0.035), background 1.25s ease; }
      @media (min-width: 550px) {
        .panel-passion-points-container.panel-updated .section-nav .section-title:before {
          width: 220px;
          height: 220px; } }
      @media (min-width: 900px) {
        .panel-passion-points-container.panel-updated .section-nav .section-title:before {
          width: 300px;
          height: 300px; } }
      .panel-loading .section-nav .section-title:before {
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1); }
      .panel-active .section-nav .section-title:before {
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        transition: transform 0.3s ease, background 0.3s ease; }
    .section-nav .section-title:nth-child(even) {
      width: 260px;
      height: 260px;
      width: 260px !important; }
      .panel-passion-points-container:not(.panel-updated) .section-nav .section-title:nth-child(even) {
        width: 260px !important; }
      @media (max-width: 549px) {
        .panel-passion-points-container.panel-updated .section-nav .section-title:nth-child(even) {
          width: 260px !important; } }
      @media (min-width: 550px) {
        .panel-passion-points-container.panel-updated .section-nav .section-title:nth-child(even) {
          width: 220px;
          height: 220px; } }
      @media (min-width: 900px) {
        .panel-passion-points-container.panel-updated .section-nav .section-title:nth-child(even) {
          width: 260px;
          height: 260px; } }
      .section-nav .section-title:nth-child(even):before {
        width: 260px;
        height: 260px;
        background-color: rgba(221, 234, 198, 0.25);
        transition: transform 1.25s cubic-bezier(0.95, 0.05, 0.795, 0.035) 0.2s, background 1.25s ease 0.2s; }
        @media (min-width: 550px) {
          .panel-passion-points-container.panel-updated .section-nav .section-title:nth-child(even):before {
            width: 220px;
            height: 220px; } }
        @media (min-width: 900px) {
          .panel-passion-points-container.panel-updated .section-nav .section-title:nth-child(even):before {
            width: 260px;
            height: 260px; } }
        .panel-loading .section-nav .section-title:nth-child(even):before {
          -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1); }
        .panel-active .section-nav .section-title:nth-child(even):before {
          -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
          transition: transform 0.3s ease, background 0.3s ease; }
      .section-nav .section-title:nth-child(even):hover:before {
        background-color: #ddeac6; }
    @media (min-width: 550px) {
      .panel-passion-points-container.panel-updated .section-nav .section-title:nth-child(1) {
        top: -180px !important;
        left: auto !important; } }
    @media (min-width: 900px) {
      .panel-passion-points-container.panel-updated .section-nav .section-title:nth-child(1) {
        top: -212px !important;
        left: auto !important; } }
    @media (min-width: 550px) {
      .panel-passion-points-container.panel-updated .section-nav .section-title:nth-child(2) {
        top: -95px !important;
        left: 175px !important; } }
    @media (min-width: 900px) {
      .panel-passion-points-container.panel-updated .section-nav .section-title:nth-child(2) {
        top: -132px !important;
        left: 245px !important; } }
    @media (min-width: 550px) {
      .panel-passion-points-container.panel-updated .section-nav .section-title:nth-child(3) {
        top: 95px !important;
        left: 175px !important; } }
    @media (min-width: 900px) {
      .panel-passion-points-container.panel-updated .section-nav .section-title:nth-child(3) {
        top: 132px !important;
        left: 245px !important; } }
    @media (min-width: 550px) {
      .panel-passion-points-container.panel-updated .section-nav .section-title:nth-child(4) {
        top: 180px !important;
        left: auto !important; } }
    @media (min-width: 900px) {
      .panel-passion-points-container.panel-updated .section-nav .section-title:nth-child(4) {
        top: 212px !important;
        left: auto !important; } }
    @media (min-width: 550px) {
      .panel-passion-points-container.panel-updated .section-nav .section-title:nth-child(5) {
        top: 95px !important;
        left: -175px !important; } }
    @media (min-width: 900px) {
      .panel-passion-points-container.panel-updated .section-nav .section-title:nth-child(5) {
        top: 132px !important;
        left: -245px !important; } }
    @media (min-width: 550px) {
      .panel-passion-points-container.panel-updated .section-nav .section-title:nth-child(6) {
        top: -95px !important;
        left: -175px !important; } }
    @media (min-width: 900px) {
      .panel-passion-points-container.panel-updated .section-nav .section-title:nth-child(6) {
        top: -132px !important;
        left: -245px !important; } }
    .section-nav .section-title span {
      margin-top: 22px;
      max-width: 200px;
      position: relative;
      z-index: 200;
      -ms-transform: scale(0.6);
      transform: scale(0.6);
      opacity: 0;
      transition: transform 0.4s ease 1.1s, opacity 0.4s ease 1.1s; }
      .section-nav .section-title span:after {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: inline-block;
        width: 100%;
        color: #FFC702;
        font-size: 14px;
        transition: color 0.3s ease; }
      .panel-loading .section-nav .section-title span {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1); }
      .panel-active .section-nav .section-title span {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
        transition: transform 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035), color 0.3s ease, opacity 0.3s ease; }
    .panel-passion-points-container.panel-updated .section-nav .section-title.section-active {
      z-index: 1000 !important; }
      .panel-passion-points-container.panel-updated .section-nav .section-title.section-active:before {
        background-color: #ddeac6;
        -ms-transform: translate(-50%, -50%) scale(10);
        transform: translate(-50%, -50%) scale(10);
        transition: transform 0.3s cubic-bezier(0.95, 0.05, 0.795, 0.035), background 0.3s ease; }
      .panel-passion-points-container.panel-updated .section-nav .section-title.section-active span {
        opacity: 0;
        pointer-events: none; }
      .panel-passion-points-container.panel-updated .section-nav .section-title.section-active.section-active:before {
        -ms-transform: translate(-50%, -50%) scale(10);
        transform: translate(-50%, -50%) scale(10); }
  .section-nav > .slideshow-arrows {
    position: absolute;
    left: 50%;
    bottom: -60px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .section-nav > .slideshow-arrows .slick-arrow:before {
      color: #ffffff; }
    @media (min-width: 550px) {
      .panel-passion-points-container.panel-updated .section-nav > .slideshow-arrows {
        display: none !important; } }

.section-container {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1500;
  padding-top: 45px;
  padding-bottom: 45px;
  pointer-events: none; }
  .section-selected .section-container {
    pointer-events: auto; }
  .section-container .fsContainer {
    margin-bottom: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-left: 35px;
    padding-right: 35px;
    transition: max-height 0.3s ease, opacity 0.2s ease 0s; }
    .section-container .fsContainer:before, .section-container .fsContainer:after {
      content: '';
      width: 100%;
      display: block;
      padding-bottom: 12.63158%; }
    .section-container .fsContainer.section-active {
      max-height: 2000px;
      opacity: 1;
      transition: max-height 0.3s ease, opacity 0.3s ease 0.4s; }
    .section-container .fsContainer > header {
      position: relative;
      margin: 0 auto;
      max-width: 54.44444em;
      max-width: 61.25rem;
      text-align: center; }
      .section-container .fsContainer > header > .fsElementTitle {
        margin-bottom: 9px;
        color: #005030;
        font-size: 44px;
        line-height: 56px;
        font-weight: 800; }
      .section-container .fsContainer > header > .fsElementHeaderContent {
        color: #272223; }
    .section-container .fsContainer > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 65.55556em;
      max-width: 73.75rem; }
      .section-container .fsContainer > .fsElementContent.slick-slider {
        padding-top: 37px; }
    .section-container .fsContainer > .slideshow-arrows {
      position: static;
      bottom: auto;
      display: block;
      margin: 0 auto; }
      .section-container .fsContainer > .slideshow-arrows .slick-prev:after {
        background-color: rgba(51, 51, 51, 0.2); }
    .section-container .fsContainer .fsEmbed {
      padding-left: 10px;
      padding-right: 10px; }
      .section-container .fsContainer .fsEmbed .fsElementTitle {
        margin-bottom: 48px;
        color: rgba(183, 80, 6, 0.9);
        font-size: 62px;
        line-height: 62px;
        font-weight: 800;
        text-align: center; }
      .section-container .fsContainer .fsEmbed .fsElementContent {
        position: relative;
        color: #272223;
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        letter-spacing: 0.05em;
        font-family: "proxima-nova", sans-serif;
        text-transform: uppercase;
        text-align: center; }
        .section-container .fsContainer .fsEmbed .fsElementContent:before {
          content: '';
          display: block;
          width: 33px;
          height: 1px;
          position: absolute;
          top: -30px;
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          background-color: #272223; }
    .section-container .fsContainer > footer {
      color: #272223;
      text-align: center; }
      .section-container .fsContainer > footer > .fsElementFooterContent {
        padding-top: 24px; }
      .section-container .fsContainer > footer a[class*="fs_style"] {
        display: inline-block;
        min-width: 182px;
        padding-left: 23px;
        padding-right: 23px;
        margin-left: 2px;
        margin-right: 2px; }

.section-close-container {
  zoom: 1;
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  z-index: 1600;
  pointer-events: none; }
  .section-close-container:after {
    display: table;
    clear: both;
    content: ''; }
  .section-close-container:before {
    content: '';
    display: block;
    padding-bottom: 20.26612%; }

.section-close {
  display: block;
  float: right;
  width: 50px;
  height: 50px;
  margin-top: -5px;
  pointer-events: none;
  cursor: pointer;
  position: relative;
  right: 5px; }
  @media (min-width: 550px) {
    .section-close {
      margin-top: 25px;
      right: 55px; } }
  .section-close:before {
    content: "";
    font-family: "icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #272223;
    font-size: 16px;
    line-height: 16px;
    opacity: 0;
    transition: opacity 0.3s ease 0s, color 0.3s ease; }
    @media (min-width: 550px) {
      .section-close:before {
        content: "";
        width: 20px;
        height: 20px;
        font-size: 20px;
        line-height: 20px; } }
  .section-close:hover:before {
    color: #B75006; }
  .section-selected .section-close {
    pointer-events: auto; }
    .section-selected .section-close:before {
      opacity: 1;
      transition: opacity 0.3s ease 0.4s, color 0.3s ease; }

/*! pages - athletics v0.0.1 */
.athletics .nav-sub-mobile {
  background-color: #ddeac6; }

.athletics .panel-scores-container.fsContainer,
.athletics .panel-scores-container.fsSharedContainer > .fsContainer {
  margin-bottom: 60px; }
  .athletics .panel-scores-container.fsContainer > .fsElementContent,
  .athletics .panel-scores-container.fsSharedContainer > .fsContainer > .fsElementContent {
    background-color: #ddeac6; }

.athletics .panel-scores-sliders > .fsElementContent {
  padding-top: 25px;
  padding-bottom: 50px; }

.athletics .panel-scores-sliders .fsPanel > header {
  display: none !important; }

.athletics .panel-scores-sliders .fsPanel > .fsElementContent {
  padding: 0 !important; }

.athletics .panel-scores-sliders .fsTabsNav {
  display: block;
  padding-bottom: 7px;
  text-align: center; }
  .athletics .panel-scores-sliders .fsTabsNav:before {
    display: none; }
  .athletics .panel-scores-sliders .fsTabsNav li.fsTabsNavItem {
    margin: 0; }
    .athletics .panel-scores-sliders .fsTabsNav li.fsTabsNavItem:before {
      content: '';
      display: block;
      width: 1px;
      height: 30px;
      position: absolute;
      top: calc(50%);
      right: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #BFBFBF; }
    .athletics .panel-scores-sliders .fsTabsNav li.fsTabsNavItem:last-of-type:before {
      display: none; }
    .athletics .panel-scores-sliders .fsTabsNav li.fsTabsNavItem a {
      min-width: 0;
      padding: 15px 20px 15px;
      color: rgba(39, 34, 35, 0.3);
      font-size: 17px;
      line-height: 21px;
      letter-spacing: 0; }
      @media (min-width: 400px) {
        .athletics .panel-scores-sliders .fsTabsNav li.fsTabsNavItem a {
          font-size: 23px;
          line-height: 28px; } }
      .athletics .panel-scores-sliders .fsTabsNav li.fsTabsNavItem a:hover {
        color: #B75006; }
    .athletics .panel-scores-sliders .fsTabsNav li.fsTabsNavItem.fsStateSelected a {
      color: #005030;
      background: none; }

.athletics .panel-scores-sliders .slideshow-arrows {
  width: 95px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .athletics .panel-scores-sliders .slideshow-arrows .slick-arrow {
    width: 46px;
    height: 46px;
    border: 2px solid #ffffff;
    border-radius: 100px;
    transition: background 0.3s ease; }
    .athletics .panel-scores-sliders .slideshow-arrows .slick-arrow:hover {
      background-color: #ffffff; }
      .athletics .panel-scores-sliders .slideshow-arrows .slick-arrow:hover:before {
        color: #005030; }
    .athletics .panel-scores-sliders .slideshow-arrows .slick-arrow.slick-disabled {
      cursor: default; }
      .athletics .panel-scores-sliders .slideshow-arrows .slick-arrow.slick-disabled:before {
        color: rgba(39, 34, 35, 0.3); }
      .athletics .panel-scores-sliders .slideshow-arrows .slick-arrow.slick-disabled:hover {
        background-color: transparent; }
        .athletics .panel-scores-sliders .slideshow-arrows .slick-arrow.slick-disabled:hover:before {
          color: rgba(39, 34, 35, 0.3); }
  .athletics .panel-scores-sliders .slideshow-arrows .slick-prev:after {
    display: none; }

.athletics .panel-scores-sliders .slick-list {
  overflow: visible; }

.athletics .panel-scores-sliders .slick-track {
  display: -ms-flexbox;
  display: flex; }

.athletics .panel-scores-sliders .slick-slide {
  height: auto; }

.athletics .panel-scores-sliders .fsListItems {
  padding-left: 30px;
  padding-right: 30px; }

.athletics .panel-scores-sliders .fsAthleticsEvent.fsList .fsListItems article {
  margin: 0 4px 40px 3px; }

.athletics .panel-scores-sliders .fsElementEmpty {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 160px;
  color: #707070;
  font-size: 16px;
  line-height: 19px;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal; }

.athletics .panel-scores-sliders article {
  padding: 15px 30px 25px 30px;
  border-top: 4px solid #00703C;
  background-color: #ffffff;
  box-shadow: 0 30px 20px rgba(0, 0, 0, 0.06); }

.athletics .panel-scores-sliders .fsDateTime {
  margin-bottom: 1px; }

.athletics .panel-scores-sliders .fsDate {
  color: rgba(183, 80, 6, 0.9);
  font-size: 13px;
  line-height: 21px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 0.1em; }

.athletics .panel-scores-sliders .fsTitle {
  margin-bottom: 5px;
  display: block;
  color: #333333;
  font-size: 24px;
  line-height: 32px;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal; }
  .athletics .panel-scores-sliders .fsTitle a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit; }

.athletics .panel-scores-sliders .fsAthleticsOpponents {
  display: block;
  margin-bottom: 9px;
  color: #707070;
  font-size: 16px;
  line-height: 19px;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal; }

.athletics .panel-scores-sliders .fsTime {
  display: block;
  margin-bottom: 19px;
  color: #707070;
  font-size: 16px;
  line-height: 19px;
  font-family: "Lora", Georgia, serif;
  font-weight: normal;
  font-style: italic; }

.athletics .panel-scores-sliders .fsAthleticsAdvantage,
.athletics .panel-scores-sliders .fsAthleticsResultWrapper {
  color: #999999;
  font-size: 13px;
  line-height: 21px;
  font-weight: 800;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.athletics .panel-scores-sliders .fsAthleticsResult {
  display: inline-block; }

.athletics .panel-scores-sliders .fsAthleticsResult + .fsAthleticsScore {
  padding-left: 8px;
  position: relative; }
  .athletics .panel-scores-sliders .fsAthleticsResult + .fsAthleticsScore:before {
    content: '';
    width: 1.5px;
    height: 10px;
    position: absolute;
    top: 3px;
    left: 0px;
    background-color: #999999; }

.athletics .panel-scores-sliders .fsAthleticsStatus {
  color: #999999;
  font-size: 13px;
  line-height: 22px;
  font-weight: 800;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

@media (min-width: 700px) {
  .athletics .fsPageContent .fsLayout.fsTwoColumnLayout {
    padding-top: 00px;
    margin-left: -20px;
    margin-right: -20px; } }

.athletics .fsPageContent .fsLayout.fsTwoColumnLayout > .fsDiv > .fsElement > header > .fsElementTitle {
  color: #272223;
  font-size: 30px;
  line-height: 37px;
  font-style: italic;
  font-family: "Lora", Georgia, serif; }

@media (min-width: 700px) {
  .athletics .fsPageContent .fsLayout.fsTwoColumnLayout > .fsDiv {
    min-height: 750px;
    float: left;
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 700px) {
  .athletics .fsPageContent .fsLayout.fsTwoColumnLayout > .fsStyleColumn-1 {
    padding-top: 20px;
    width: 61.86441%; } }

@media (min-width: 700px) {
  .athletics .fsPageContent .fsLayout.fsTwoColumnLayout > .fsStyleColumn-2 {
    width: 38.13559%; } }

.athletics .athletics-teams > header > .fsElementTitle {
  margin-bottom: 21px; }

.athletics .athletics-teams .fsPanel > .fsElementContent {
  padding: 0 !important; }
  .athletics .athletics-teams .fsPanel > .fsElementContent > .fsElement.fsContainer > .fsElementContent,
  .athletics .athletics-teams .fsPanel > .fsElementContent > .fsElement.fsSharedContainer > .fsContainer > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }

.athletics .athletics-teams .fsAthleticsTeam {
  min-height: 160px;
  margin-bottom: 0;
  width: 100%;
  position: relative;
  background-color: #272223;
  background-position: center top;
  background-size: cover;
  overflow: hidden; }
  @media (min-width: 550px) {
    .athletics .athletics-teams .fsAthleticsTeam {
      width: 50%;
      background-position: center center; } }
  @media (min-width: 700px) {
    .athletics .athletics-teams .fsAthleticsTeam {
      width: 100%;
      background-position: center top; } }
  @media (min-width: 1000px) {
    .athletics .athletics-teams .fsAthleticsTeam {
      width: 50%;
      background-position: center center; } }
  .athletics .athletics-teams .fsAthleticsTeam:before, .athletics .athletics-teams .fsAthleticsTeam:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .athletics .athletics-teams .fsAthleticsTeam:before {
    z-index: 1;
    background-color: rgba(39, 34, 35, 0.6);
    transition: background 0.3s ease; }
  .athletics .athletics-teams .fsAthleticsTeam:after {
    z-index: 30;
    background-color: #B75006;
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    transition: transform 0.6s ease; }
  .athletics .athletics-teams .fsAthleticsTeam:hover:before {
    background-color: rgba(39, 34, 35, 0.9); }
  .athletics .athletics-teams .fsAthleticsTeam:hover:after {
    opacity: 1;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .athletics .athletics-teams .fsAthleticsTeam:hover > .fsElementContent {
    pointer-events: auto;
    opacity: 1;
    transition: opacity 0.3s ease 0.2s; }
  .athletics .athletics-teams .fsAthleticsTeam:hover > header > .fsElementTitle {
    opacity: 0; }
  .athletics .athletics-teams .fsAthleticsTeam.fsElement {
    margin-bottom: 0; }
  .athletics .athletics-teams .fsAthleticsTeam li {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-family: "proxima-nova", sans-serif; }
    .athletics .athletics-teams .fsAthleticsTeam li a {
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit;
      font-family: inherit; }
      .athletics .athletics-teams .fsAthleticsTeam li a:hover {
        color: #ffffff;
        text-decoration: underline; }
  .athletics .athletics-teams .fsAthleticsTeam > header {
    position: absolute;
    left: 20px;
    bottom: 15px;
    z-index: 10; }
    .athletics .athletics-teams .fsAthleticsTeam > header > .fsElementTitle {
      color: #ffffff;
      font-size: 24px;
      line-height: 32px;
      font-weight: 800;
      text-transform: none;
      font-family: "proxima-nova", sans-serif;
      opacity: 1;
      transition: opacity 0.3s ease; }
    .athletics .athletics-teams .fsAthleticsTeam > header > .fsElementHeaderContent {
      display: none; }
  .athletics .athletics-teams .fsAthleticsTeam > .fsElementContent {
    position: relative;
    z-index: 200;
    padding: 20px 25px 20px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease 0s; }
  .athletics .athletics-teams .fsAthleticsTeam > footer {
    display: none; }

.athletics .fsTwitter {
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  padding-top: 19px;
  padding-left: 11px;
  padding-right: 11px; }

/*! pages - social-mashup v0.0.1 */
.mashup #fsPageBodyWrapper {
  background-color: #ddeac4; }

.mashup .fsPageTitle {
  margin-bottom: 29px;
  color: #272223;
  font-size: 30px;
  line-height: 37px;
  font-family: "Lora", Georgia, serif;
  font-style: italic;
  text-align: center; }

.mashup .fsTabs .fsTabsNav {
  display: block; }
  @media (min-width: 450px) {
    .mashup .fsTabs .fsTabsNav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (max-width: 449px) {
    .mashup .fsTabs .fsTabsNav li {
      display: block;
      text-align: center; } }
  @media (min-width: 450px) {
    .mashup .fsTabs .fsTabsNav li {
      margin-left: 17px;
      margin-right: 17px; } }
  .mashup .fsTabs .fsTabsNav li a {
    display: inline-block;
    min-width: 0;
    padding: 6px 3px;
    position: relative;
    color: rgba(51, 51, 51, 0.6);
    font-size: 13px;
    line-height: 16px;
    font-weight: 800;
    letter-spacing: 0.06em;
    background: none; }
    .mashup .fsTabs .fsTabsNav li a:after {
      content: '';
      display: block;
      height: 4px;
      position: absolute;
      bottom: 0px;
      left: 50%;
      right: 50%;
      background-color: #B75006; }
  .mashup .fsTabs .fsTabsNav li.fsStateSelected a {
    color: rgba(183, 80, 6, 0.9); }
    .mashup .fsTabs .fsTabsNav li.fsStateSelected a:after {
      left: 0;
      right: 0; }

.mashup .fsTabs .fsPanel > header {
  display: none !important; }

.fsFeeds .j-paginate.juicer-button {
  display: inline-block;
  margin: 0 0 10px;
  padding: 13px 40px 11px;
  border: 2px solid #ffffff;
  border-radius: 300px;
  border-radius: 0;
  color: #005030;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.75px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background: transparent;
  transition: border 0.3s ease, color 0.3s ease, background 0.3s ease;
  margin: 0 auto;
  width: auto; }
  .fsFeeds .j-paginate.juicer-button:hover {
    color: #005030;
    background: #ffffff; }

.fsFeeds .juicer-feed {
  text-align: center; }
  .fsFeeds .juicer-feed .j-stacker-wrapper {
    text-align: left; }

.fsFeeds .j-poster {
  display: none; }

.fsFeeds .feed-item {
  margin-bottom: 37px !important;
  padding: 10px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 25px 20px 0 rgba(0, 0, 0, 0.08); }

.fsFeeds .juicer-feed {
  overflow: visible; }
  .fsFeeds .juicer-feed li.feed-item {
    padding: 25px 25px 20px; }
    .fsFeeds .juicer-feed li.feed-item .j-meta > nav a:before {
      transition: color 0.3s ease; }
    .fsFeeds .juicer-feed li.feed-item.j-twitter .j-image {
      overflow: hidden;
      margin-bottom: 10px;
      position: relative; }
      .fsFeeds .juicer-feed li.feed-item.j-twitter .j-image:hover .image-zoom {
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
      .fsFeeds .juicer-feed li.feed-item.j-twitter .j-image .image-zoom {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -ms-transform: scale(1);
        transform: scale(1);
        transition: transform 0.3s ease;
        background-position: center center;
        background-size: cover; }
      .fsFeeds .juicer-feed li.feed-item.j-twitter .j-image img {
        margin-bottom: 0; }
    .fsFeeds .juicer-feed li.feed-item.j-twitter .j-meta a:hover {
      color: #333333; }
    .fsFeeds .juicer-feed li.feed-item.j-twitter .j-meta > nav a:hover:before {
      color: #333333; }
    .fsFeeds .juicer-feed li.feed-item.j-facebook {
      color: #ffffff;
      background-color: #005030; }
      .fsFeeds .juicer-feed li.feed-item.j-facebook .j-message a {
        color: #79B337; }
        .fsFeeds .juicer-feed li.feed-item.j-facebook .j-message a:hover {
          color: #ffffff; }
      .fsFeeds .juicer-feed li.feed-item.j-facebook .j-image {
        overflow: hidden;
        margin-bottom: 10px;
        position: relative; }
        .fsFeeds .juicer-feed li.feed-item.j-facebook .j-image:hover .image-zoom {
          -ms-transform: scale(1.05);
          transform: scale(1.05); }
        .fsFeeds .juicer-feed li.feed-item.j-facebook .j-image .image-zoom {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          -ms-transform: scale(1);
          transform: scale(1);
          transition: transform 0.3s ease;
          background-position: center center;
          background-size: cover; }
        .fsFeeds .juicer-feed li.feed-item.j-facebook .j-image img {
          margin-bottom: 0; }
      .fsFeeds .juicer-feed li.feed-item.j-facebook .j-meta {
        color: #ffffff; }
        .fsFeeds .juicer-feed li.feed-item.j-facebook .j-meta a {
          color: #ffffff; }
          .fsFeeds .juicer-feed li.feed-item.j-facebook .j-meta a:hover {
            color: #FFC702; }
        .fsFeeds .juicer-feed li.feed-item.j-facebook .j-meta > nav a:hover:before {
          color: #FFC702; }
    .fsFeeds .juicer-feed li.feed-item.j-youtube {
      padding: 0; }
      .fsFeeds .juicer-feed li.feed-item.j-youtube.j-video .j-image:before {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        z-index: 20;
        font-size: 52px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); }
      .fsFeeds .juicer-feed li.feed-item.j-youtube.j-video .j-image:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        background-color: rgba(0, 0, 0, 0.5); }
      .fsFeeds .juicer-feed li.feed-item.j-youtube .j-image {
        margin: 0; }
        .fsFeeds .juicer-feed li.feed-item.j-youtube .j-image img {
          margin: 0 !important; }
      .fsFeeds .juicer-feed li.feed-item.j-youtube .j-message {
        display: none; }
      .fsFeeds .juicer-feed li.feed-item.j-youtube .j-meta {
        zoom: 1;
        margin-top: 0;
        padding: 10px 18px 19px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100; }
        .fsFeeds .juicer-feed li.feed-item.j-youtube .j-meta:after {
          display: table;
          clear: both;
          content: ''; }
        .fsFeeds .juicer-feed li.feed-item.j-youtube .j-meta > ul {
          display: none; }
        .fsFeeds .juicer-feed li.feed-item.j-youtube .j-meta > nav a:before {
          color: #cccccc;
          font-size: 24px;
          text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
        .fsFeeds .juicer-feed li.feed-item.j-youtube .j-meta > nav a:hover:before {
          color: #ffffff; }
    .fsFeeds .juicer-feed li.feed-item.j-instagram {
      padding: 0; }
      .fsFeeds .juicer-feed li.feed-item.j-instagram.j-video .j-image:before {
        content: "";
        font-family: "icomoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        z-index: 20;
        font-size: 52px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); }
      .fsFeeds .juicer-feed li.feed-item.j-instagram.j-video .j-meta {
        padding-top: 100px; }
      .fsFeeds .juicer-feed li.feed-item.j-instagram:hover .j-image img {
        -ms-transform: scale(1.025);
        transform: scale(1.025); }
      .fsFeeds .juicer-feed li.feed-item.j-instagram:hover .j-meta {
        pointer-events: auto;
        background-color: rgba(0, 0, 0, 0.45); }
        .fsFeeds .juicer-feed li.feed-item.j-instagram:hover .j-meta > ul {
          opacity: 1; }
          .fsFeeds .juicer-feed li.feed-item.j-instagram:hover .j-meta > ul a {
            color: #ffffff; }
      .fsFeeds .juicer-feed li.feed-item.j-instagram .j-image {
        overflow: hidden;
        margin: 0;
        position: relative; }
        .fsFeeds .juicer-feed li.feed-item.j-instagram .j-image .image-zoom {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          -ms-transform: scale(1);
          transform: scale(1);
          transition: transform 0.3s ease;
          background-position: center center;
          background-size: cover; }
        .fsFeeds .juicer-feed li.feed-item.j-instagram .j-image img {
          margin-bottom: 0;
          transition: transform 0.3s ease; }
      .fsFeeds .juicer-feed li.feed-item.j-instagram .j-message {
        display: none; }
      .fsFeeds .juicer-feed li.feed-item.j-instagram .j-meta {
        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;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        background-color: rgba(0, 0, 0, 0);
        transition: background 0.3s ease;
        pointer-events: none; }
        .fsFeeds .juicer-feed li.feed-item.j-instagram .j-meta > ul {
          opacity: 0;
          transition: opacity 0.3s ease; }
          .fsFeeds .juicer-feed li.feed-item.j-instagram .j-meta > ul a {
            font-size: 16px;
            padding-left: 8px;
            padding-right: 8px;
            vertical-align: middle; }
            .fsFeeds .juicer-feed li.feed-item.j-instagram .j-meta > ul a:before {
              vertical-align: middle; }
            .fsFeeds .juicer-feed li.feed-item.j-instagram .j-meta > ul a.heart:before {
              font-size: 20px; }
            .fsFeeds .juicer-feed li.feed-item.j-instagram .j-meta > ul a.comments:before {
              content: "";
              font-family: "icomoon";
              font-smoothing: antialiased;
              font-weight: normal;
              speak: none;
              font-size: 20px; }
        .fsFeeds .juicer-feed li.feed-item.j-instagram .j-meta > nav {
          position: absolute;
          bottom: 20px;
          right: 15px; }
          .fsFeeds .juicer-feed li.feed-item.j-instagram .j-meta > nav a:before {
            color: #cccccc;
            font-size: 20px;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
          .fsFeeds .juicer-feed li.feed-item.j-instagram .j-meta > nav a:hover:before {
            color: #ffffff; }
    .fsFeeds .juicer-feed li.feed-item .j-image {
      display: block;
      margin-top: -10px;
      margin-left: -10px;
      margin-right: -10px; }
    .fsFeeds .juicer-feed li.feed-item .j-meta {
      margin-left: -5px;
      margin-right: -5px;
      color: #bfbfbf;
      font-size: 14px;
      line-height: 17px;
      font-family: "proxima-nova", sans-serif;
      font-weight: bold; }
      .fsFeeds .juicer-feed li.feed-item .j-meta > ul li {
        margin-right: 14px; }
      .fsFeeds .juicer-feed li.feed-item .j-meta a:before {
        margin-right: 7px;
        font-size: 17px;
        font-weight: normal; }

.fsFeeds .j-loading {
  border: 4px solid #005030 !important; }

.fsFeeds .j-loading:before {
  background-color: #005030 !important; }

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

/*! pages - campus-map v0.0.1 */
@media (min-width: 800px) {
  .campus-map.map-pop-active .map-key:before,
  .campus-map.map-pop-active .map-container:before {
    left: 0;
    opacity: 0.7; } }

.campus-map .map-key:before,
.campus-map .map-container:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  z-index: 200;
  opacity: 0;
  background: #ffffff;
  transition: opacity 1s ease; }

.campus-map .map-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 0 19px 0; }
  .campus-map .map-wrapper .map-container {
    margin: 0;
    position: relative; }
    .campus-map .map-wrapper .map-container > .fsElementContent {
      position: relative; }
      .campus-map .map-wrapper .map-container > .fsElementContent img {
        display: block;
        width: 100%;
        height: auto; }

.campus-map .map-points {
  margin-bottom: 0; }
  .campus-map .map-points, .campus-map .map-points ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .campus-map .map-points li {
    margin: 0;
    padding: 0; }
  @media (min-width: 800px) {
    .campus-map .map-points {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      text-align: center;
      font-size: 10px; } }
  .campus-map .map-points .fsNavLevel1 {
    font-size: 0; }
  .campus-map .map-points li {
    position: absolute;
    z-index: 0;
    counter-increment: li;
    transition: z-index 0.3s ease, opacity 0.3s ease;
    visibility: hidden;
    opacity: 0; }
    .campus-map .map-points li.active-modal {
      visibility: visible; }
      .campus-map .map-container.element-loaded li.active-modal {
        opacity: 1; }
      .campus-map.fsComposeMode .map-container.element-loaded li.active-modal {
        opacity: 1; }
      .campus-map .map-points li.active-modal a:before {
        background-color: #005030 !important;
        transition: all 0s ease 0s; }
      .campus-map .map-points li.active-modal a:after {
        color: #ffffff !important;
        transition: all 0s ease 0s; }
      .campus-map .map-points li.active-modal a > em:before {
        background-color: #005030 !important;
        transition: all 0s ease 0s; }
    @media (min-width: 800px) {
      .campus-map .map-container.element-loaded li {
        visibility: visible;
        opacity: 1; } }
    .campus-map .map-points li:hover {
      z-index: 1; }
    .campus-map .map-points li.pin-1 {
      left: 19.51389%;
      bottom: 64.45698%; }
    .campus-map .map-points li.pin-2 {
      left: 13.47222%;
      bottom: 61.77715%; }
    .campus-map .map-points li.pin-3 {
      left: 35.34722%;
      bottom: 68.97038%; }
    .campus-map .map-points li.pin-4 {
      left: 11.52778%;
      bottom: 52.18618%; }
    .campus-map .map-points li.pin-5 {
      left: 26.59722%;
      bottom: 52.18618%; }
    .campus-map .map-points li.pin-6 {
      left: 13.05556%;
      bottom: 40.76164%; }
    .campus-map .map-points li.pin-7 {
      left: 43.125%;
      bottom: 50.07052%; }
    .campus-map .map-points li.pin-8 {
      left: 44.09722%;
      bottom: 39.77433%; }
    .campus-map .map-points li.pin-9 {
      left: 40%;
      bottom: 66.29055%; }
    .campus-map .map-points li.pin-10 {
      left: 44.79167%;
      bottom: 77.85614%; }
    .campus-map .map-points li.pin-11 {
      left: 56.38889%;
      bottom: 77.433%; }
    .campus-map .map-points li.pin-12 {
      left: 60.34722%;
      bottom: 71.9323%; }
    .campus-map .map-points li.pin-13 {
      left: 56.80556%;
      bottom: 70.23977%; }
    .campus-map .map-points li.pin-14 {
      left: 48.125%;
      bottom: 71.9323%; }
    .campus-map .map-points li.pin-15 {
      left: 50.55556%;
      bottom: 64.59803%; }
    .campus-map .map-points li.pin-16 {
      left: 70%;
      bottom: 79.26657%; }
    .campus-map .map-points li.pin-17 {
      left: 70.69444%;
      bottom: 84.62623%; }
    .campus-map .map-points li.pin-18 {
      left: 71.25%;
      bottom: 73.90691%; }
    .campus-map .map-points li.pin-19 {
      left: 66.04167%;
      bottom: 71.08604%; }
    .campus-map .map-points li.pin-20 {
      left: 66.45833%;
      bottom: 66.99577%; }
    .campus-map .map-points li.pin-21 {
      left: 76.875%;
      bottom: 71.22708%; }
    .campus-map .map-points li.pin-22 {
      left: 76.38889%;
      bottom: 67.55994%; }
    .campus-map .map-points li.pin-23 {
      left: 71.52778%;
      bottom: 69.25247%; }
    .campus-map .map-points li.pin-24 {
      left: 86.25%;
      bottom: 29.19605%; }
    .campus-map .map-points li.pin-25 {
      left: 80.69444%;
      bottom: 92.66573%; }
    .campus-map .map-points li.pin-26 {
      left: 32.98611%;
      bottom: 85.75458%; }
    .campus-map .map-points li.pin-27 {
      left: 61.11111%;
      bottom: 45.69817%; }
    .campus-map .map-points li.pin-28 {
      left: 69.65278%;
      bottom: 19.74612%; }
    .campus-map .map-points li.pin-29 {
      left: 56.59722%;
      bottom: 5.78279%; }
    .campus-map .map-points li.pin-30 {
      left: 24.30556%;
      bottom: 91.11425%; }
    .campus-map .map-points li.pin-31 {
      left: 92.5%;
      bottom: 40.3385%; }
    .campus-map .map-points li.pin-32 {
      left: 56.52778%;
      bottom: 37.94076%; }
    .campus-map .map-points li.pin-33 {
      left: 29.79167%;
      bottom: 93.93512%; }
    .campus-map .map-points li.pin-34 {
      left: 74.44444%;
      bottom: 44.28773%; }
    .campus-map .map-points li.pin-35 {
      left: 65.90278%;
      bottom: 52.04513%; }
    .campus-map .map-points li.pin-36 {
      left: 64.23611%;
      bottom: 55.43018%; }
    .campus-map .map-points li.pin-37 {
      left: 72.91667%;
      bottom: 57.68688%; }
    .campus-map .map-points li.pin-38 {
      left: 80.83333%;
      bottom: 74.189%; }
    .campus-map .map-points li.pin-39 {
      left: 65.55556%;
      bottom: 83.92102%; }
    .campus-map .map-points li.pin-40 {
      left: 47.91667%;
      bottom: 80.25388%; }
    .campus-map .map-points li.pin-41 {
      left: 37.84722%;
      bottom: 75.1763%; }
    .campus-map .map-points li:before {
      border-radius: 100%; }
    .campus-map .map-points li:nth-child(34) {
      counter-reset: li; }
    .campus-map .map-points li:nth-child(n+34) a:before {
      background-color: #73A13F; }
    .campus-map .map-points li:nth-child(n+34) a:after {
      content: counter(li, upper-alpha); }
    .campus-map .map-points li:nth-child(n+34) a > em:before {
      background-color: #73A13F; }
    .campus-map .map-points li a {
      width: 26px;
      height: 26px;
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .map-pop-active.campus-map .map-points li {
        pointer-events: none; }
      .campus-map .map-points li a:hover:before {
        background-color: #005030; }
      .campus-map .map-points li a:hover > em:before {
        background-color: #005030; }
      .campus-map .map-points li a:hover .map-text {
        opacity: 1;
        visibility: visible; }
      .campus-map .map-points li a:hover:after {
        color: #ffffff; }
      .campus-map .map-points li a:before, .campus-map .map-points li a:after {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .campus-map .map-points li a:before {
        content: '';
        display: block;
        width: 26px;
        height: 26px;
        border-radius: 0 78% 50% 78%;
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        -ms-transform-origin: 14% 35%;
        transform-origin: 14% 35%;
        z-index: 1;
        transition: all 0.3s ease;
        background-color: #FFC702; }
      .campus-map .map-points li a:after {
        content: counter(li);
        display: block;
        z-index: 2;
        color: #000000;
        font-size: 16px;
        line-height: normal;
        font-weight: 600;
        text-align: center;
        font-family: "proxima-nova", sans-serif;
        transition: all 0.3s ease; }
      .campus-map .map-points li a > em {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
        .campus-map .map-points li a > em:before {
          content: '';
          display: block;
          width: 26px;
          height: 26px;
          border-radius: 100px;
          position: absolute;
          top: -2px;
          left: 50%;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          transition: all 0.3s ease;
          background-color: #FFC702; }
        .campus-map .map-points li a > em:after {
          content: '';
          display: none;
          width: 19px;
          height: 6px;
          border-radius: 100%;
          position: absolute;
          left: 50%;
          bottom: -19px;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          transition: all 0.3s ease;
          background: rgba(54, 54, 54, 0.25); }
      .campus-map .map-points li a .map-text {
        padding: 21px 22px 51px;
        border-radius: 0 0 40% 40%;
        position: absolute;
        left: 50%;
        bottom: 100%;
        z-index: 0;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        color: #2f353e;
        white-space: nowrap;
        -ms-transform: translate(-50%, 6px);
        transform: translate(-50%, 6px);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease; }
        .campus-map .map-points li a .map-text > span {
          position: relative;
          z-index: 3; }
        .campus-map .map-points li a .map-text:before {
          display: block;
          content: '';
          width: 0;
          height: 0;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-top: 12px solid #ffffff;
          position: absolute;
          left: 50%;
          bottom: 21px;
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          z-index: 301; }
        .campus-map .map-points li a .map-text:after {
          content: '';
          display: block;
          border-radius: 4px;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 26px;
          z-index: 2;
          background-color: #ffffff;
          box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.35); }

.campus-map .map-key {
  margin: 0 0 20px 0;
  padding: 0;
  position: relative; }
  .campus-map .map-key > header > .fsElementTitle {
    margin-top: 0;
    color: #333333;
    font-weight: normal;
    font-family: "proxima-nova", sans-serif;
    color: #005030;
    font-size: 22px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 16px;
    margin-bottom: 6px; }
  .campus-map .map-key .fsNavLevel1 {
    padding: 0;
    margin: 0;
    list-style: none; }
    @media (min-width: 600px) {
      .campus-map .map-key .fsNavLevel1 {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 10px;
        column-gap: 10px;
        -moz-column-rule: 0;
        column-rule: 0;
        min-height: initial; } }
    @media (min-width: 900px) {
      .campus-map .map-key .fsNavLevel1 {
        -moz-column-count: 3;
        column-count: 3; } }
    @media (min-width: 1100px) {
      .campus-map .map-key .fsNavLevel1 {
        -moz-column-count: 4;
        column-count: 4; } }
    .campus-map .map-key .fsNavLevel1 li {
      counter-increment: li;
      padding: 5px 25px 6px 35px;
      position: relative; }
      .map-pop-active.campus-map .map-key .fsNavLevel1 li {
        pointer-events: none; }
      .campus-map .map-key .fsNavLevel1 li:hover:before {
        color: #005030; }
      .campus-map .map-key .fsNavLevel1 li:hover a {
        color: #000000; }
      .campus-map .map-key .fsNavLevel1 li:nth-child(33) {
        padding-bottom: 20px; }
      .campus-map .map-key .fsNavLevel1 li:nth-child(34) {
        padding-top: 40px;
        counter-reset: li; }
        .campus-map .map-key .fsNavLevel1 li:nth-child(34):after {
          margin-top: 0;
          color: #333333;
          font-weight: normal;
          font-family: "proxima-nova", sans-serif;
          color: #B75006;
          font-size: 16px;
          line-height: 20px;
          font-weight: 800;
          text-transform: uppercase;
          letter-spacing: 1px;
          margin-bottom: 12px;
          display: block;
          content: 'Parking Lots';
          position: absolute;
          top: 0;
          left: 0;
          /*
            color: #333333;
            // font-size: 26px;
            font-size: 20px;
            // line-height: 40px;
            line-height: 32px;
            font-weight: normal;
            font-family: $sans-serif;
*/
          pointer-events: none; }
      .campus-map .map-key .fsNavLevel1 li:nth-child(n+34):before {
        content: counter(li, upper-alpha); }
      .campus-map .map-key .fsNavLevel1 li:before {
        content: counter(li);
        display: inline-block;
        width: 20px;
        margin-right: 4px;
        position: absolute;
        left: 0;
        color: #73A13F;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        font-weight: 800;
        vertical-align: middle;
        font-family: "proxima-nova", sans-serif;
        background: rgba(255, 255, 255, 0.96);
        transition: color 0.3s ease; }
      @media screen and (min-width: 600px) {
        .campus-map .map-key .fsNavLevel1 li {
          page-break-inside: avoid;
          break-inside: avoid-column; } }
      .campus-map .map-key .fsNavLevel1 li a {
        display: block;
        color: #2f353e;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        font-family: "proxima-nova", sans-serif; }

@media (min-width: 800px) {
  .campus-map .map-detail {
    width: 100%; } }

.campus-map .map-detail > .fsElementContent {
  height: 100%; }
  .campus-map .map-detail > .fsElementContent .slick-slider {
    height: 100%; }
    @media (min-width: 800px) {
      .campus-map .map-detail > .fsElementContent .slick-slider .slick-list {
        height: 100% !important; } }

.campus-map .map-detail .fsMediaCustomPlayer {
  color: #6d6d6d;
  font-size: 18px;
  font-family: "proxima-nova", sans-serif; }

.campus-map .map-detail article {
  background-color: transparent; }

.campus-map .map-detail .slick-dots {
  margin: 0;
  padding: 24px 20px 7px 20px;
  font-size: 0;
  line-height: 1;
  list-style: none;
  text-align: center; }
  .campus-map .map-detail .slick-dots li {
    font-size: 0;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 5px; }
    .campus-map .map-detail .slick-dots li.slick-active button {
      background: #005030;
      opacity: 1; }
    .campus-map .map-detail .slick-dots li button {
      width: 8px;
      height: 8px;
      padding: 0;
      border: 0;
      border-radius: 100%;
      opacity: 0.6;
      background: #d4d9dc;
      transition: 0.3s background; }
      .campus-map .map-detail .slick-dots li button:hover {
        background: #005030;
        opacity: 1; }

.campus-map .map-detail .fsSlideImage {
  position: relative;
  background-position: center center;
  background-size: cover; }
  @media screen and (max-width: 799px) {
    .campus-map .map-detail .fsSlideImage {
      background-image: none !important; } }
  .campus-map .map-detail .fsSlideImage img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible; }
    @media (min-width: 800px) {
      .campus-map .map-detail .fsSlideImage img {
        opacity: 0;
        visibility: hidden; } }
  .campus-map .map-detail .fsSlideImage .fsCaptionTitleWrapper {
    padding: 20px;
    background: rgba(0, 0, 0, 0.6); }
    @media (min-width: 800px) {
      .campus-map .map-detail .fsSlideImage .fsCaptionTitleWrapper {
        padding: 20px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6); } }
    .campus-map .map-detail .fsSlideImage .fsCaptionTitleWrapper .fsSlideTitle {
      font-size: 16px;
      color: #ffffff; }
      @media (min-width: 800px) {
        .campus-map .map-detail .fsSlideImage .fsCaptionTitleWrapper .fsSlideTitle {
          color: #ffffff;
          font-size: 16px; } }

.campus-map .map-detail .fsCaptionDescWrapper {
  padding: 5px 20px 20px;
  border-top: 0;
  overflow-y: auto;
  height: 300px;
  color: #5e5e5e;
  line-height: 25px; }
  @media (min-width: 800px) {
    .campus-map .map-detail .fsCaptionDescWrapper {
      padding: 10px 47px 10px 47px; } }
  .campus-map .map-detail .fsCaptionDescWrapper .fsSlideDescription h2 {
    margin-bottom: 8px; }
  .campus-map .map-detail .fsCaptionDescWrapper .fsSlideDescription p:last-child {
    margin-bottom: 0; }

.campus-map .ui-dialog.mapDetail {
  border-radius: 0 !important;
  border: 1px solid #d7d7d7 !important; }
  .campus-map .ui-dialog.mapDetail .ui-widget-header {
    height: 0;
    padding: 0; }
    .campus-map .ui-dialog.mapDetail .ui-widget-header .ui-state-focus {
      background: none; }
    .campus-map .ui-dialog.mapDetail .ui-widget-header .ui-icon-closethick {
      display: none !important; }
  .campus-map .ui-dialog.mapDetail .ui-dialog-titlebar-close {
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 400;
    color: #ffffff;
    font-size: 0;
    text-align: center;
    transition: 0.3s color, 0.3s border; }
    .campus-map .ui-dialog.mapDetail .ui-dialog-titlebar-close:hover {
      cursor: pointer;
      color: rgba(255, 255, 255, 0.75);
      border-color: rgba(255, 255, 255, 0.75); }
    .campus-map .ui-dialog.mapDetail .ui-dialog-titlebar-close:before {
      content: "";
      font-family: "icomoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 16px; }

.campus-map .ui-widget-overlay {
  background: #ffffff;
  opacity: 0.7; }

.campus-map .map-pop-wrapper {
  padding: 0; }
  @media (min-width: 800px) {
    .campus-map .map-pop-wrapper {
      width: 100%;
      max-width: 540px;
      margin: 0;
      transition: all 0.3s ease;
      background: #ffffff; } }

body.campus-map.fsComposeMode .map-points {
  text-align: left;
  position: static; }
  body.campus-map.fsComposeMode .map-points li {
    position: static;
    opacity: 1;
    visibility: visible; }
    body.campus-map.fsComposeMode .map-points li:not(:last-child) {
      margin-bottom: 10px; }

/*! pages - style-guide v0.0.1 */
.style-guide .fsPageLayout .fsContainer > header {
  border-bottom: 1px solid #e8e7e7; }
  .style-guide .fsPageLayout .fsContainer > header > .fsElementTitle {
    margin-bottom: 6px;
    color: #222426;
    font-size: 28px;
    font-weight: normal;
    font-family: 'Lato', sans-serif; }

.style-guide .fsPageLayout .fsContainer .style-guide-label {
  margin-bottom: 30px; }
  .style-guide .fsPageLayout .fsContainer .style-guide-label .fsElementContent {
    display: inline-block;
    padding: 8px 33px 7px;
    border-radius: 2px;
    color: #87898c;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    background-color: #eeeff2; }

.style-guide .fsPageLayout .fsContainer > .fsElementContent > .fsLayout {
  margin-top: 0; }

.style-guide .fsPageLayout .fsContainer > .fsElementContent > .fsElement:not(.fsPanel) {
  margin-top: 50px; }

.style-guide .colors {
  margin-top: 30px !important; }
  .style-guide .colors ol {
    zoom: 1;
    margin-bottom: 40px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0;
    list-style: none; }
    .style-guide .colors ol:after {
      display: table;
      clear: both;
      content: ''; }
    .style-guide .colors ol li {
      float: left;
      width: 100px;
      margin-bottom: 30px;
      margin-left: 10px;
      margin-right: 10px;
      position: relative; }
      .style-guide .colors ol li:before {
        display: block;
        content: '';
        width: 100px;
        height: 100px; }
      .style-guide .colors ol li:after {
        display: block;
        padding: 12px 7px 11px;
        border: 1px solid #d1d3d7;
        border-top: 0;
        width: 100%;
        font-size: 16px;
        line-height: 16px;
        text-align: left;
        background-color: #ffffff; }
      .style-guide .colors ol li:nth-of-type(1) {
        color: #47494d;
        background: #5e5e5e; }
        .style-guide .colors ol li:nth-of-type(1):after {
          content: "#5e5e5e"; }
      .style-guide .colors ol li:nth-of-type(2) {
        color: #47494d;
        background: #005030; }
        .style-guide .colors ol li:nth-of-type(2):after {
          content: "#005030"; }
      .style-guide .colors ol li:nth-of-type(3) {
        color: #47494d;
        background: #73A13F; }
        .style-guide .colors ol li:nth-of-type(3):after {
          content: "#73A13F"; }
      .style-guide .colors ol li:nth-of-type(4) {
        color: #47494d;
        background: #FFC702; }
        .style-guide .colors ol li:nth-of-type(4):after {
          content: "#FFC702"; }
      .style-guide .colors ol li:nth-of-type(5) {
        color: #47494d;
        background: #333333; }
        .style-guide .colors ol li:nth-of-type(5):after {
          content: "#333333"; }
      .style-guide .colors ol li:nth-of-type(6) {
        color: #47494d;
        background: #B75006; }
        .style-guide .colors ol li:nth-of-type(6):after {
          content: "#B75006"; }
      .style-guide .colors ol li:nth-of-type(7) {
        color: #47494d;
        background: #DDEAC6; }
        .style-guide .colors ol li:nth-of-type(7):after {
          content: "#DDEAC6"; }
      .style-guide .colors ol li:nth-of-type(8) {
        color: #47494d;
        background: #FFECB8; }
        .style-guide .colors ol li:nth-of-type(8):after {
          content: "#FFECB8"; }
      .style-guide .colors ol li:nth-of-type(9) {
        color: #47494d;
        background: #00703C; }
        .style-guide .colors ol li:nth-of-type(9):after {
          content: "#00703C"; }
      .style-guide .colors ol li:nth-of-type(10) {
        color: #47494d;
        background: #272223; }
        .style-guide .colors ol li:nth-of-type(10):after {
          content: "#272223"; }
      .style-guide .colors ol li:nth-of-type(11) {
        color: #47494d;
        background: #eeeeee; }
        .style-guide .colors ol li:nth-of-type(11):after {
          content: "#eeeeee"; }
      .style-guide .colors ol li:nth-of-type(5) {
        color: #47494d;
        background: #333333; }
        .style-guide .colors ol li:nth-of-type(5):after {
          content: "#333333"; }

@media (min-width: 700px) {
  .disable-menu .off-canvas-open span {
    display: none; }
  .disable-menu .off-canvas-open {
    pointer-events: none; }
  .disable-menu .off-canvas-icon {
    display: none; } }

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

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  .fsThumbnail {
    display: none !important; }
  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100%; }
  html {
    font-size: 100%;
    /* for IE */ }
  body {
    font-size: 62.5%; }
  #fsHeader {
    border-bottom: 2px solid #000; }
    #fsHeader .site-name {
      margin-top: 0;
      color: #333333;
      font-weight: normal;
      font-family: "proxima-nova", sans-serif;
      font-size: 44px;
      line-height: 56px;
      font-weight: 300;
      margin-bottom: 16px; }
  * {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    min-height: auto !important;
    height: auto !important; }
  a, a:visited {
    text-decoration: underline; }
  dl dd {
    margin-left: 0; }
  div, dl, li {
    height: auto !important;
    height: 1%; }
  thead {
    display: table-header-group; }
  tr, img, h2, h3, pre, blockquote {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  .hero-image {
    display: none; } }
