/*!
 * Presentation College - default_19
 * @link: http://presentationedu.finalsite.com
 * Site Template: newclientcustom
 * Built By: Jorge Piquer
 * Project Manager: Connie Cavallo
 * Designer: Keisha Croxton
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 5.3.2
 * Git Tag: v5.2.2-33-g506027c
 * Last built by: Jorge Piquer
 */
@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left;
  }
}

@media (min-width: 900px) {
  .col-4 {
    width: 25%;
  }
}

/*! helpers - box-model v0.0.1 */

.margin-x {
  margin-right: 1.25em;
  margin-left: 1.25em;
}

.margin-x-2x {
  margin-right: 2.5em;
  margin-left: 2.5em;
}

.margin-y {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.margin-y-2x {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.padding-x {
  padding-right: 1.25em;
  padding-left: 1.25em;
}

.padding-x-2x {
  padding-right: 2.5em;
  padding-left: 2.5em;
}

.padding-y {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.padding-y-2x {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.stretch-container {
  margin-right: -1.25em;
  margin-left: -1.25em;
}

.cover {
  position: absolute;
  height: 100%;
  width: 100%;
}

/*! helpers - presentational v0.0.1 */

/*! helpers - ui-pattern v0.0.1 */

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //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) 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) format("svg");
  font-weight: 400;
  font-style: normal;
}

.fsTitle,
.fsAthleticsRosterList li > div.fsRosterName,
.fsVimeoTitle,
.fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
}

h1 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 28px;
}

h2 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}

h3 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 17px;
}

h4 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 16px;
}

h5 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 25px;
  line-height: 37px;
  margin-bottom: 16px;
}

h6 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 11px;
}

p {
  margin: 0 0 20px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #00502F;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

a:hover,
a:focus {
  color: #6D6D6D;
}

.fsContent a {
  font-weight: 700;
  text-decoration: underline;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

.fsAthleticsEvent.fsTable .fsElementTable,
.fsAthleticsRoster .fsElementTable,
.fs_style_31 {
  margin-bottom: 20px;
}

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
.fs_style_31 th,
.fs_style_31 td {
  vertical-align: top;
  border-bottom: none;
}

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
.fs_style_31 th {
  padding: 10px 20px;
  background: #00502F;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
.fs_style_31 td {
  padding: 10px 20px;
  background: #fff;
}

.fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td,
.fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
.fs_style_31 tr:nth-of-type(odd) td {
  background-color: #F3F3F3;
}

.fsAthleticsEvent.fsTable .fsElementTable tr,
.fsAthleticsRoster .fsElementTable tr,
.fs_style_31 tr {
  border-bottom: solid 1px #ffffff;
}

.fsAthleticsEvent.fsTable .fsElementTable tr.fsLoadMoreButtonRow,
.fsAthleticsRoster .fsElementTable tr.fsLoadMoreButtonRow,
.fs_style_31 tr.fsLoadMoreButtonRow {
  border-bottom: none;
}

.fsAthleticsEvent.fsTable .fsElementTable tr.fsLoadMoreButtonRow > td,
.fsAthleticsRoster .fsElementTable tr.fsLoadMoreButtonRow > td,
.fs_style_31 tr.fsLoadMoreButtonRow > td {
  background: none;
  padding: 20px 0;
}

body:not(.fsComposeMode) .fsAthleticsEvent.fsTable .fsElementTable:last-child,
.fsAthleticsEvent.fsTable body:not(.fsComposeMode) .fsElementTable:last-child,
body:not(.fsComposeMode) .fsAthleticsRoster .fsElementTable:last-child,
.fsAthleticsRoster body:not(.fsComposeMode) .fsElementTable:last-child,
body:not(.fsComposeMode) .fs_style_31:last-child {
  margin-bottom: 0;
}

.table-overflow {
  overflow-x: auto;
  max-width: 100%;
  margin-bottom: 20px;
}

.table-overflow:last-child {
  margin-bottom: 0;
}

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

.fs_style_23 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_23:hover,
.fs_style_23:focus,
.fsStateSelected .fs_style_23,
.fs_style_23.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_25 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #313131;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #313131;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_25:hover,
.fs_style_25:focus,
.fsStateSelected .fs_style_25,
.fs_style_25.on {
  background: #313131;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_26 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #6D6D6D;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #6D6D6D;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_26:hover,
.fs_style_26:focus,
.fsStateSelected .fs_style_26,
.fs_style_26.on {
  background: #6D6D6D;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_27 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #F1B51C;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_27:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_27:hover,
.fs_style_27:focus,
.fsStateSelected .fs_style_27,
.fs_style_27.on {
  background: #F1B51C;
  color: #313131;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_28 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #6D6D6D;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #00502F;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_28:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_28:hover,
.fs_style_28:focus,
.fsStateSelected .fs_style_28,
.fs_style_28.on {
  background: #00502F;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_29 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #6D6D6D;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #313131;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_29:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fs_style_29.on {
  background: #313131;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.button-dark {
  padding: 100px;
  background: #00502F;
}

.fs_style_34 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #fff;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_34:hover,
.fs_style_34:focus,
.fsStateSelected .fs_style_34,
.fs_style_34.on {
  background: #fff;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_34:hover,
.fs_style_34:focus,
.fsStateSelected .fs_style_34,
.fs_style_34.on {
  color: #00502F;
}

.fs_style_35 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #F1B51C;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_35:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_35:hover,
.fs_style_35:focus,
.fsStateSelected .fs_style_35,
.fs_style_35.on {
  background: #F1B51C;
  color: #313131;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_36 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #fff;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_36:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_36:hover,
.fs_style_36:focus,
.fsStateSelected .fs_style_36,
.fs_style_36.on {
  background: #fff;
  color: #313131;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_33,
.fs_style_32 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  max-width: 300px;
  text-align: left;
}

.fs_style_33:hover,
.fs_style_33:focus,
.fsStateSelected .fs_style_33,
.fs_style_33.on,
.fs_style_32:hover,
.fs_style_32:focus,
.fsStateSelected .fs_style_32,
.fs_style_32.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_33:before,
.fs_style_32:before {
  margin-right: 17px;
  font-size: 16px;
}

.fs_style_33:before {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fs_style_32:before {
  content: "\E907";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsStyleDefaultButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton.fsLoadMoreButton {
  margin-bottom: 0;
}

.fsStyleDefaultButton.fsSelectAll {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton.fsSelectAll:hover,
.fsStyleDefaultButton.fsSelectAll:focus,
.fsStateSelected .fsStyleDefaultButton.fsSelectAll,
.fsStyleDefaultButton.fsSelectAll.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleUpdateButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
  border-style: solid !important;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

/*! _main.scss - src/sass/modules/common/ - main common import */

/*! elements - common v0.0.1 */

/* Contains generic styles that apply to every element */

.fsElement {
  margin-bottom: 40px;
}

.fsElement:last-child {
  margin-bottom: 0;
}

.fsElementHeaderContent {
  margin-bottom: 20px;
}

.fsElementFooterContent {
  margin-top: 20px;
}

.fsPanel {
  margin-bottom: 0;
}

.fsStyleDefaultField {
  border: solid 1px #cfcfcf;
}

/*! elements - common - list subtype v0.0.1 */

/* Contains generic styles that apply to every element with the class '.fsList' and the list subtype selected */

.fsList article {
  margin-bottom: 20px;
}

.fsListNav .fsStyleDefaultList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fsListNav .fsStyleDefaultList .fsListItem a {
  display: inline-block;
  padding: 0;
}

.fsListNav .fsStyleDefaultList .fsListItem a:hover,
.fsListNav .fsStyleDefaultList .fsListItem a:focus {
  color: #6D6D6D;
  background: transparent;
}

.fsListNav .fsStyleDefaultList .fsListItem.fsResourceCollection.fsStateExpanded > .fsResourceCollectionLink {
  margin-bottom: 10px;
}

.fsListNav .fsListLevel1 > .fsListItem {
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px rgba(109, 109, 109, 0.33);
}

.fsListNav .fsListLevel2 > .fsListItem {
  padding-left: 10px;
}

.fsListNav .fsListLevel3 > .fsListItem {
  padding-left: 20px;
}

.fsListNav .fsListLevel4 > .fsListItem {
  padding-left: 30px;
}

.fsListNav .fsListLevel5 > .fsListItem {
  padding-left: 40px;
}

/*! element - common - slideshow subtype v0.0.1 */

/* Contains generic styles that apply to every element slideshow subtype*/

.fsSlideshow.fsSlideshowVertical .fsElementSlideshow[data-slides-to-show="1"] article {
  padding-bottom: 0;
}

.fsSlideshow.fsSlideshowHorizontal .fsElementSlideshow[data-arrows*="true"] {
  padding-top: 0;
  padding-bottom: 0;
}

.fsSlideshow.fsSlideshowHorizontal article {
  padding-bottom: 0;
}

.fsSlideshow .fsNextButton,
.fsSlideshow .fsPrevButton {
  overflow: hidden;
}

.fsSlideshow .fsNextButton:before,
.fsSlideshow .fsPrevButton:before {
  color: #6D6D6D;
  font-size: 45px;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  line-height: 1;
  width: auto;
  height: auto;
  position: absolute;
}

.fsSlideshow .fsNextButton.fsLeftArrow:before,
.fsSlideshow .fsNextButton.fsRightArrow:before,
.fsSlideshow .fsPrevButton.fsLeftArrow:before,
.fsSlideshow .fsPrevButton.fsRightArrow:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.fsSlideshow .fsNextButton.fsLeftArrow:before,
.fsSlideshow .fsPrevButton.fsLeftArrow:before {
  left: 0;
}

.fsSlideshow .fsNextButton.fsRightArrow:before,
.fsSlideshow .fsPrevButton.fsRightArrow:before {
  right: 0;
}

.fsSlideshow .fsNextButton:hover:before,
.fsSlideshow .fsNextButton:focus:before,
.fsSlideshow .fsPrevButton:hover:before,
.fsSlideshow .fsPrevButton:focus:before {
  color: rgba(109, 109, 109, 0.5);
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSlideshow .fsPager {
  margin-bottom: 0;
  margin-top: 20px;
}

.fsSlideshow .fsPager li {
  width: 12px;
  height: 12px;
  position: relative;
  vertical-align: middle;
}

.fsSlideshow .fsPager li button {
  width: 100%;
  height: 100%;
  padding: 0;
  color: #6D6D6D;
}

.fsSlideshow .fsPager li button:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(109, 109, 109, 0.25);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
}

.fsSlideshow .fsPager li button:hover:before,
.fsSlideshow .fsPager li button:focus:before {
  background-color: #6D6D6D;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSlideshow .fsPager li button:focus {
  outline: 1px dashed rgba(109, 109, 109, 0.25);
}

.fsSlideshow .fsPager li.slick-active button:before {
  opacity: 1;
  background-color: #6D6D6D;
}

/*! elements - common - dialog box v0.0.1 */

/* Contains generic styles that apply to every element that has a pop-up/dialog option */

.fsDialogCloseButton {
  opacity: 1;
}

.fsDialogCloseButton:after,
.fsDialogCloseButton:before {
  background: #6D6D6D;
}

.fsDialogCloseButton:focus:after,
.fsDialogCloseButton:focus:before {
  background: #6D6D6D;
}

.fsDialogCloseButton:hover:after,
.fsDialogCloseButton:hover:before {
  background: #000000;
}

.fsElementDialog {
  color: #6D6D6D;
}

.lead-in,
.fs_style_24 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

blockquote {
  position: relative;
  margin: 65px 0 50px;
  padding-top: 55px;
  color: #313131;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

blockquote:before {
  content: "\E90D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  top: -25px;
  z-index: 2;
  padding: 15px;
  color: #00502F;
  font-size: 30px;
  line-height: 30px;
  background: #fff;
}

blockquote:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  top: 0;
  z-index: 1;
  height: 4px;
  width: 100%;
  content: '';
  background: #F1B51C;
}

cite {
  display: block;
  margin: 21px 0 0;
  font-size: 15px;
  font-style: normal;
  line-height: 19px;
}

cite:before {
  content: '- ';
}

.callout,
.fs_style_30 {
  display: block;
  margin: 50px 0;
  padding-left: 20px;
  color: #313131;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  border-left: 5px solid #F1B51C;
}

.callout-box-dark header .fsElementHeaderContent {
  margin: 0;
}

.callout-box-dark header img {
  display: block;
  width: 100%;
}

.callout-box-dark .fsElementContent {
  padding: 25px 30px 37px;
  color: #fff;
  background: #00502F;
}

.callout-box-dark h1,
.callout-box-dark h2,
.callout-box-dark h3,
.callout-box-dark h4,
.callout-box-dark h5,
.callout-box-dark h6 {
  color: #fff;
}

.callout-box-dark a {
  color: #fff;
}

.callout-box-dark a:hover,
.callout-box-dark a:focus {
  opacity: .7;
}

.fsBanner .callout-box-dark .fsElementContent {
  padding: 16px 20px 28px;
}

.callout-box-dark a:hover,
.callout-box-dark a:focus {
  color: #F1B51C;
  opacity: 1;
}

.callout-box-light header .fsElementHeaderContent {
  margin: 0;
}

.callout-box-light header img {
  display: block;
  width: 100%;
}

.callout-box-light .fsElementContent {
  padding: 25px 30px 37px;
  color: #313131;
  background: #F1B51C;
}

.callout-box-light h1,
.callout-box-light h2,
.callout-box-light h3,
.callout-box-light h4,
.callout-box-light h5,
.callout-box-light h6 {
  color: #313131;
}

.callout-box-light a {
  color: #313131;
}

.callout-box-light a:hover,
.callout-box-light a:focus {
  opacity: .7;
}

.fsBanner .callout-box-light .fsElementContent {
  padding: 16px 20px 28px;
}

.callout-box-light a:hover,
.callout-box-light a:focus {
  color: #00502F;
  opacity: 1;
}

.callout-box-grey header .fsElementHeaderContent {
  margin: 0;
}

.callout-box-grey header img {
  display: block;
  width: 100%;
}

.callout-box-grey .fsElementContent {
  padding: 25px 30px 37px;
  color: #fff;
  background: #313131;
}

.callout-box-grey h1,
.callout-box-grey h2,
.callout-box-grey h3,
.callout-box-grey h4,
.callout-box-grey h5,
.callout-box-grey h6 {
  color: #fff;
}

.callout-box-grey a {
  color: #fff;
}

.callout-box-grey a:hover,
.callout-box-grey a:focus {
  opacity: .7;
}

.fsBanner .callout-box-grey .fsElementContent {
  padding: 16px 20px 28px;
}

body.home:not(.fsDraftMode):not(.all-set) {
  height: 100%;
  overflow: none;
}

.loading-element .fsElementTitle {
  display: none;
}

.loading-spinner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #00502F;
  height: 100%;
  width: 100%;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 0.5s;
  transition: visibility 0s linear 0s, opacity 0.5s;
}

body:not(.fsComposeMode) .loading-spinner .fsElementTitle {
  display: none;
}

.loading-spinner p {
  position: absolute;
  visibility: hidden;
  width: 1px;
  height: 1px;
}

body.fsDraftMode .loading-spinner {
  display: none;
  position: static;
  height: auto;
  width: auto;
}

.all-set .loading-spinner {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s;
  transition: visibility 0s linear 0.5s, opacity 0.5s;
}

.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #cef;
  border-color: #cef transparent #cef transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*! _main.scss - src/sass/navigation/ - main import */

.fsNavigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fsNavigation li.fsNavCurrentPage > a,
.fsNavigation li.fsNavCurrentPageAncestor > a {
  color: #6D6D6D;
  background: transparent;
}

.fsNavigation a {
  display: block;
  padding: 10px 0;
  color: #00502F;
  background: transparent;
}

.fsNavigation a:hover,
.fsNavigation a:focus {
  color: #6D6D6D;
  background: transparent;
}

.fsNavigation .fsNavLevel2 > li > a {
  padding-left: 10px;
}

.fsNavigation .fsNavLevel3 > li > a {
  padding-left: 20px;
}

.fsNavigation .fsNavLevel4 > li > a {
  padding-left: 30px;
}

.fsNavigation .fsNavLevel5 > li > a {
  padding-left: 40px;
}

.fsBreadcrumb ul li {
  display: inline-block;
}

.fsBreadcrumb ul li a {
  display: inline-block;
  padding: 0;
}

.nav-site-map ul {
  margin: 0 0 0 20px;
  padding: 0;
}

.nav-site-map ul.fsNavLevel1 {
  margin-left: 0;
  list-style: none;
}

@media (min-width: 600px) {
  .nav-site-map ul.fsNavLevel1 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-column-rule: 0;
       -moz-column-rule: 0;
            column-rule: 0;
    min-height: initial;
  }

  .nav-site-map ul.fsNavLevel1 li {
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid-column;
  }
}

.nav-site-map ul.fsNavLevel1 > li > a {
  margin-bottom: 20px;
  font-weight: 700;
}

.nav-site-map ul.fsNavLevel2 {
  list-style: disc;
}

.nav-site-map ul.fsNavLevel3 {
  list-style: circle;
}

.nav-site-map ul.fsNavLevel4 {
  list-style: square;
}

.nav-site-map ul.fsNavLevel5 {
  list-style: disc;
}

.nav-tier ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-tier ul li a {
  display: block;
  padding: 10px 10px;
  color: #00502F;
  background: transparent;
}

.nav-tier ul li a:hover,
.nav-tier ul li a:focus {
  color: #6D6D6D;
  background: #e5e5e5;
}

.nav-tier ul li.fsNavCurrentPage > a {
  color: #00502F;
  background: #cfcfcf;
}

.nav-tier ul li.fsNavCurrentPage > a:hover,
.nav-tier ul li.fsNavCurrentPage > a:focus {
  color: #F1B51C;
  background: #e5e5e5;
}

.nav-tier ul li.fsNavCurrentPageAncestor {
  background: #e5e5e5;
}

.nav-tier ul li.fsNavCurrentPageAncestor > a {
  color: #00502F;
  background: transparent;
}

.nav-tier ul li.fsNavCurrentPageAncestor > a:hover,
.nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
  color: #00502F;
  background: #e5e5e5;
}

.nav-tier .fsNavLevel1 {
  padding-left: 0;
}

.nav-tier .fsNavLevel1 > li {
  border-bottom: solid 1px rgba(109, 109, 109, 0.33);
}

.nav-tier .fsNavLevel1 > li:last-child {
  border-bottom: none;
}

.nav-tier .fsNavLevel2 > li > a {
  padding-left: 20px;
}

.nav-tier .fsNavLevel3 > li > a {
  padding-left: 30px;
}

.nav-tier .fsNavLevel4 > li > a {
  padding-left: 40px;
}

.nav-tier .fsNavLevel5 > li > a {
  padding-left: 50px;
}

.nav-sub {
  background: #F3F3F3;
  display: none;
}

@media screen and (max-width: 599px) {
  .nav-sub > header {
    display: block;
    position: relative;
  }

  .nav-sub > header .fsElementTitle {
    position: relative;
    margin-top: 0;
    color: #313131;
    font-weight: 800;
    font-size: 25px;
    line-height: 37px;
    margin-bottom: 16px;
    margin-bottom: 0;
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    color: #e5e5e5;
    background-color: #F1B51C;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
  }

  .nav-sub > header .fsElementTitle:hover {
    background-color: #636363;
    color: #e5e5e5;
  }
}

@media screen and (max-width: 599px) and (min-width: 600px) {
  .nav-sub > header .fsElementTitle {
    cursor: default;
  }
}

@media screen and (max-width: 599px) {
  .nav-sub > header .fsElementTitle:after {
    content: "+";
    line-height: 1;
    position: absolute;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    right: 20px;
  }

  .nav-sub > .fsElementContent {
    position: relative;
    display: block;
    background-color: #e5e5e5;
  }

  .nav-sub > .fsElementContent ul li a {
    display: block;
    padding: 10px 20px;
    color: #00502F;
    background: transparent;
  }

  .nav-sub > .fsElementContent ul li a:hover,
  .nav-sub > .fsElementContent ul li a:focus {
    color: #6D6D6D;
    background: #ffffff;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
    color: #6D6D6D;
    background: #cfcfcf;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover,
  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
    color: #F1B51C;
    background: #b2b2b2;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
    background: #cfcfcf;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
    color: #00502F;
    background: transparent;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover,
  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
    color: #00502F;
    background: #cfcfcf;
  }

  .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
    padding-left: 20px;
  }

  .nav-sub > .fsElementContent .fsNavLevel2 > li > a {
    padding-left: 30px;
  }

  .nav-sub > .fsElementContent .fsNavLevel3 > li > a {
    padding-left: 40px;
  }

  .nav-sub > .fsElementContent .fsNavLevel4 > li > a {
    padding-left: 50px;
  }

  .nav-sub > .fsElementContent .fsNavLevel5 > li > a {
    padding-left: 60px;
  }

  .nav-sub.active-nav > header .fsElementTitle {
    background-color: #F1B51C;
    color: #e5e5e5;
  }

  .nav-sub.active-nav > header .fsElementTitle:after {
    content: "-";
  }
}

@media (min-width: 600px) {
  .nav-sub {
    display: block;
  }
}

.nav-sub > .fsElementContent {
  height: auto;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 600px) {
  .nav-sub > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1;
  }
}

.nav-sub.active-nav > .fsElementContent {
  max-height: 9999px;
  visibility: visible;
  opacity: 1;
}

.fsHeader .nav-sub {
  display: block;
}

@media (min-width: 600px) {
  .fsHeader .nav-sub {
    display: none;
  }
}

.nav-sub.nav-sub-empty {
  display: none !important;
}

.nav-sub ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-sub ul li a {
  display: block;
  padding: 6px 36px;
  color: #313131;
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  background: transparent;
}

.nav-sub ul li a:hover,
.nav-sub ul li a:focus {
  color: #313131;
  background: #F1B51C;
}

.nav-sub ul li.fsNavCurrentPage > a {
  color: #00502F;
  background: transparent;
  text-decoration: underline;
}

.nav-sub ul li.fsNavCurrentPage > a:hover,
.nav-sub ul li.fsNavCurrentPage > a:focus {
  color: #00502F;
  background: transparent;
}

.nav-sub ul li.fsNavCurrentPageAncestor {
  background: transparent;
}

.nav-sub ul li.fsNavCurrentPageAncestor > a {
  color: #00502F;
  background: transparent;
  text-decoration: underline;
}

.nav-sub ul li.fsNavCurrentPageAncestor > a:hover,
.nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
  color: #313131;
  background: #F1B51C;
}

.nav-sub .fsNavLevel1 {
  padding: 24px 0 28px;
}

@media screen and (max-width: 599px) {
  .nav-sub .fsNavLevel1 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

.nav-sub .fsNavLevel1 > li {
  position: relative;
}

.nav-sub .fsNavLevel1 > li:not(:last-of-type):after {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: 0;
  height: 1px;
  width: calc(100% - 60px);
  content: '';
  background-color: rgba(49, 49, 49, 0.25);
}

.nav-sub .fsNavLevel1 > li:last-child {
  border-bottom: none;
}

.nav-sub .fsNavLevel2 > li > a {
  padding-left: 56px;
}

.nav-sub .fsNavLevel3 > li > a {
  padding-left: 76px;
}

.nav-sub .fsNavLevel4 > li > a {
  padding-left: 96px;
}

.nav-sub .fsNavLevel5 > li > a {
  padding-left: 116px;
}

.nav-main {
  margin-bottom: 0;
}

.fsHeader .nav-main {
  display: none;
}

@media (min-width: 1000px) {
  .fsHeader .nav-main {
    display: block;
  }
}

@media (min-width: 1000px) {
  .nav-main .fsNavLevel1 {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .no-flexbox .nav-main .fsNavLevel1 {
    text-align: justify;
    font-size: 0.1px;
  }

  .no-flexbox .nav-main .fsNavLevel1 > li {
    display: inline-block;
  }

  .no-flexbox .nav-main .fsNavLevel1:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}

.nav-main .fsNavLevel1 > li:hover > a {
  color: #00502F;
  background: transparent;
}

.nav-main .fsNavLevel1 > li:hover > a:after {
  background: #00502F;
}

.has-masthead .nav-main .fsNavLevel1 > li:hover > a {
  color: #fff;
}

.has-masthead .nav-main .fsNavLevel1 > li:hover > a:after {
  background: #F1B51C;
}

.nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
  color: #00502F;
  background: transparent;
}

.nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:after {
  background: #00502F;
}

.has-masthead .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
  font-weight: 800;
}

.has-masthead .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:after {
  background: #F1B51C;
}

.nav-main .fsNavLevel1 > li > a {
  display: block;
  position: relative;
  padding: 6px 8px;
  color: #313131;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 23px;
  background: transparent;
}

.nav-main .fsNavLevel1 > li > a:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: 0;
  height: 3px;
  width: 93%;
  content: '';
  background: transparent;
  -webkit-transition: .5s;
  transition: .5s;
}

.nav-main .fsNavLevel1 > li > a:focus {
  color: #00502F;
  background: transparent;
}

.nav-main .fsNavLevel1 > li > a:focus:after {
  background: #00502F;
}

.has-masthead .nav-main .fsNavLevel1 > li > a {
  color: #fff;
}

.has-masthead .nav-main .fsNavLevel1 > li > a:focus {
  color: #fff;
}

.has-masthead .nav-main .fsNavLevel1 > li > a:focus:after {
  background: #F1B51C;
}

html.js .nav-main .fsNavLevel1 > li,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open {
  position: relative;
}

html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  max-height: 0;
  overflow: hidden;
}

.menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo,
.menu-item-open html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
}

html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
}

html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
}

html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open:hover .fsNavPageInfo {
  max-height: 9999px;
}

html:not(.js) .nav-main .fsNavLevel1 > li {
  position: relative;
}

html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  max-height: 0;
  overflow: hidden;
}

html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px;
}

@media (max-width: 599px) {
  html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px;
  }
}

.nav-main .fsNavPageInfo {
  background: #fff;
  text-align: left;
  z-index: 300;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.33);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.33);
}

.nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
  right: 0;
  left: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.nav-main .fsNavLevel2 {
  padding: 20px 0;
}

.nav-main .fsNavLevel2 li a {
  display: block;
  color: #00502F;
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  background: transparent;
  padding: 0.625em 17px;
  white-space: nowrap;
}

.nav-main .fsNavLevel2 li a:hover,
.nav-main .fsNavLevel2 li a:focus {
  color: #313131;
  background: #F1B51C;
  text-decoration: underline;
}

.nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
  color: #313131;
  background: transparent;
  text-decoration: underline;
}

.nav-main-home {
  display: none;
  position: relative;
  width: 185px;
  cursor: pointer;
  background: transparent;
  -webkit-transition: background .5s;
  transition: background .5s;
}

@media (min-width: 1000px) {
  .nav-main-home {
    display: block;
  }
}

.nav-main-home header .fsElementHeaderContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 10px 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 25px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  background: transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.nav-main-home header .fsElementHeaderContent:before {
  content: "\E914";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 10px;
}

.nav-main-home .fsNavLevel1 {
  position: absolute;
  width: 185px;
  max-height: 0;
  overflow: hidden;
  background: transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.nav-main-home .fsNavLevel1 li {
  padding: 0 18px;
  opacity: 0;
}

.nav-main-home .fsNavLevel1 li a {
  padding: 5px 0;
  color: #00502F;
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
}

.nav-main-home .fsNavLevel1 li:hover,
.nav-main-home .fsNavLevel1 li.focused {
  background: #F1B51C;
}

.nav-main-home .fsNavLevel1 li:hover a,
.nav-main-home .fsNavLevel1 li.focused a {
  color: #313131;
  text-decoration: underline;
}

.nav-main-home .fsNavLevel1 li:focus-within {
  background: #F1B51C;
}

.nav-main-home .fsNavLevel1 li:focus-within a {
  color: #313131;
  text-decoration: underline;
}

.nav-main-home:hover,
.nav-main-home.focused {
  background: #fff;
}

.nav-main-home:hover header .fsElementHeaderContent,
.nav-main-home.focused header .fsElementHeaderContent {
  color: #00502F;
  text-shadow: none;
}

.nav-main-home:hover .fsNavLevel1,
.nav-main-home.focused .fsNavLevel1 {
  max-height: 999px;
  background: #fff;
}

.nav-main-home:hover .fsNavLevel1 li,
.nav-main-home.focused .fsNavLevel1 li {
  opacity: 1;
}

.nav-main-home:focus-within {
  background: #fff;
}

.nav-main-home:focus-within header .fsElementHeaderContent {
  color: #00502F;
  text-shadow: none;
}

.nav-main-home:focus-within .fsNavLevel1 {
  max-height: 999px;
  background: #fff;
}

.nav-main-home:focus-within .fsNavLevel1 li {
  opacity: 1;
}

.drawer-ribbon {
  position: relative;
}

@media (min-width: 1000px) {
  .drawer-ribbon {
    display: none;
  }
}

.mobile-toggle {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 30px;
  color: #313131;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 25px;
}

.has-masthead .mobile-toggle {
  color: #fff;
}

.mobile-toggle:before,
.mobile-toggle:after {
  position: absolute;
  top: 50%;
  left: 0;
  height: 3px;
  width: 20px;
  content: '';
  background: #fff;
}

.mobile-toggle:before {
  margin-top: -0.375em;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: margin-top .3s, -webkit-transform .3s;
  transition: margin-top .3s, -webkit-transform .3s;
  transition: margin-top .3s, transform .3s;
  transition: margin-top .3s, transform .3s, -webkit-transform .3s;
}

.mobile-toggle:after {
  -webkit-box-shadow: 0 0.375em 0 0 #fff;
          box-shadow: 0 0.375em 0 0 #fff;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: box-shadow .3s, transform .3s;
  transition: box-shadow .3s, transform .3s, -webkit-box-shadow .3s, -webkit-transform .3s;
}

.drawer-is-active .mobile-toggle:before {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer-is-active .mobile-toggle:after {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(20%, 0, 0);
          transform: translate3d(20%, 0, 0);
  -webkit-transform: translate(20%, 0);
      -ms-transform: translate(20%, 0);
          transform: translate(20%, 0);
  top: 3.75em;
  max-height: calc(100vh - 60px);
  min-height: calc(100vh - 60px);
  width: 100vw;
  background: #fff;
  overflow: scroll;
}

@media (min-width: 1000px) {
  .fsMenu {
    display: none;
  }
}

@media (min-width: 600px) {
  .fsMenu {
    max-width: 50%;
  }
}

.drawer-is-active .fsMenu {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fsMenu .nav-mobile-utility {
  margin: 0;
  padding: 35px 0 42px;
}

.fsMenu .nav-mobile-utility > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.fsMenu .nav-mobile-utility > .fsElementContent p {
  margin: 0;
}

.fsMenu .nav-mobile-utility a {
  width: 130px;
  padding: 6px 11px;
  color: #313131;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 26px;
  text-align: center;
  text-decoration: none !important;
  background: #F1B51C;
  border: 2px solid #F1B51C;
  border-radius: 3px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.fsMenu .nav-mobile-utility a:hover,
.fsMenu .nav-mobile-utility a:focus {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.fsMenu .nav-mobile ul li {
  position: relative;
}

.fsMenu .nav-mobile ul li a {
  color: #313131;
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
}

.fsMenu .nav-mobile ul li .fsNavPageInfo {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s;
  transition: max-height .5s;
}

.fsMenu .nav-mobile ul li .mobile-drop {
  position: absolute;
  top: 2px;
  right: 11px;
  height: 45px;
  width: 45px;
}

.fsMenu .nav-mobile ul li .mobile-drop:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
          transform: translate3d(-50%, -50%, 0) rotate(0deg);
  color: #313131;
  font-size: 18px;
  line-height: 28px;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.fsMenu .nav-mobile ul li.drop-open > a {
  color: #00502F;
}

.fsMenu .nav-mobile ul li.drop-open > .fsNavPageInfo {
  max-height: 999px;
}

.fsMenu .nav-mobile ul li.drop-open > .mobile-drop:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
          transform: translate3d(-50%, -50%, 0) rotate(90deg);
}

.fsMenu .nav-mobile ul li[class*="fsNavCurrentPage"] {
  background: #f3f3f3;
}

.fsMenu .nav-mobile ul li[class*="fsNavCurrentPage"] > a {
  color: #00502F;
  text-decoration: underline;
}

.fsMenu .nav-mobile .fsNavLevel1 > li {
  border-bottom: solid 1px rgba(109, 109, 109, 0.33);
}

.fsMenu .nav-mobile .fsNavLevel1 > li > a {
  padding: 10px 16px;
  font-size: 18px;
  letter-spacing: 0.5px;
}

.fsMenu .nav-mobile .fsNavLevel2 > li > a {
  padding-left: 40px;
}

.fsMenu .nav-mobile .fsNavLevel3 > li > a {
  padding-left: 60px;
}

.fsMenu .nav-mobile .fsNavLevel4 > li > a {
  padding-left: 80px;
}

.fsMenu .nav-mobile .fsNavLevel5 > li > a {
  padding-left: 100px;
}

.nav-social {
  text-align: center;
}

.nav-social header p {
  color: #F1B51C;
  font-size: 30px;
  line-height: 30px;
}

.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: 20px;
}

.nav-social .fsNavLevel1 [href*='facebook']:before {
  content: "\E904";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='instagram']:before {
  content: "\E90E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='linkedin']:before {
  content: "\E90F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='pinterest']:before {
  content: "\F0D2";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='tumblr']:before {
  content: "\F173";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='twitter']:before {
  content: "\E916";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='vimeo']:before {
  content: "\F27D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='vine']:before {
  content: "\F1CA";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='youtube']:before {
  content: "\E917";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='googleplus']:before {
  content: "\F0D5";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='wechat']:before {
  content: "\F1D7";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='flickr']:before {
  content: "\F16E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='wordpress']:before {
  content: "\F19A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='rss']:before {
  content: "\F09E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='facebook']:hover,
.nav-social .fsNavLevel1 [href*='facebook']:focus {
  background: #F1B51C;
  border-color: #F1B51C;
}

.nav-social .fsNavLevel1 [href*='facebook']:hover:before,
.nav-social .fsNavLevel1 [href*='facebook']:focus:before {
  color: #313131;
}

.nav-social .fsNavLevel1 [href*='instagram']:hover,
.nav-social .fsNavLevel1 [href*='instagram']:focus {
  background: #F1B51C;
  border-color: #F1B51C;
}

.nav-social .fsNavLevel1 [href*='instagram']:hover:before,
.nav-social .fsNavLevel1 [href*='instagram']:focus:before {
  color: #313131;
}

.nav-social .fsNavLevel1 [href*='linkedin']:hover,
.nav-social .fsNavLevel1 [href*='linkedin']:focus {
  background: #F1B51C;
  border-color: #F1B51C;
}

.nav-social .fsNavLevel1 [href*='linkedin']:hover:before,
.nav-social .fsNavLevel1 [href*='linkedin']:focus:before {
  color: #313131;
}

.nav-social .fsNavLevel1 [href*='pinterest']:hover,
.nav-social .fsNavLevel1 [href*='pinterest']:focus {
  background: #F1B51C;
  border-color: #F1B51C;
}

.nav-social .fsNavLevel1 [href*='pinterest']:hover:before,
.nav-social .fsNavLevel1 [href*='pinterest']:focus:before {
  color: #313131;
}

.nav-social .fsNavLevel1 [href*='tumblr']:hover,
.nav-social .fsNavLevel1 [href*='tumblr']:focus {
  background: #F1B51C;
  border-color: #F1B51C;
}

.nav-social .fsNavLevel1 [href*='tumblr']:hover:before,
.nav-social .fsNavLevel1 [href*='tumblr']:focus:before {
  color: #313131;
}

.nav-social .fsNavLevel1 [href*='twitter']:hover,
.nav-social .fsNavLevel1 [href*='twitter']:focus {
  background: #F1B51C;
  border-color: #F1B51C;
}

.nav-social .fsNavLevel1 [href*='twitter']:hover:before,
.nav-social .fsNavLevel1 [href*='twitter']:focus:before {
  color: #313131;
}

.nav-social .fsNavLevel1 [href*='vimeo']:hover,
.nav-social .fsNavLevel1 [href*='vimeo']:focus {
  background: #F1B51C;
  border-color: #F1B51C;
}

.nav-social .fsNavLevel1 [href*='vimeo']:hover:before,
.nav-social .fsNavLevel1 [href*='vimeo']:focus:before {
  color: #313131;
}

.nav-social .fsNavLevel1 [href*='vine']:hover,
.nav-social .fsNavLevel1 [href*='vine']:focus {
  background: #F1B51C;
  border-color: #F1B51C;
}

.nav-social .fsNavLevel1 [href*='vine']:hover:before,
.nav-social .fsNavLevel1 [href*='vine']:focus:before {
  color: #313131;
}

.nav-social .fsNavLevel1 [href*='youtube']:hover,
.nav-social .fsNavLevel1 [href*='youtube']:focus {
  background: #F1B51C;
  border-color: #F1B51C;
}

.nav-social .fsNavLevel1 [href*='youtube']:hover:before,
.nav-social .fsNavLevel1 [href*='youtube']:focus:before {
  color: #313131;
}

.nav-social .fsNavLevel1 [href*='googleplus']:hover,
.nav-social .fsNavLevel1 [href*='googleplus']:focus {
  background: #F1B51C;
  border-color: #F1B51C;
}

.nav-social .fsNavLevel1 [href*='googleplus']:hover:before,
.nav-social .fsNavLevel1 [href*='googleplus']:focus:before {
  color: #313131;
}

.nav-social .fsNavLevel1 [href*='wechat']:hover,
.nav-social .fsNavLevel1 [href*='wechat']:focus {
  background: #F1B51C;
  border-color: #F1B51C;
}

.nav-social .fsNavLevel1 [href*='wechat']:hover:before,
.nav-social .fsNavLevel1 [href*='wechat']:focus:before {
  color: #313131;
}

.nav-social .fsNavLevel1 [href*='flickr']:hover,
.nav-social .fsNavLevel1 [href*='flickr']:focus {
  background: #F1B51C;
  border-color: #F1B51C;
}

.nav-social .fsNavLevel1 [href*='flickr']:hover:before,
.nav-social .fsNavLevel1 [href*='flickr']:focus:before {
  color: #313131;
}

.nav-social .fsNavLevel1 [href*='wordpress']:hover,
.nav-social .fsNavLevel1 [href*='wordpress']:focus {
  background: #F1B51C;
  border-color: #F1B51C;
}

.nav-social .fsNavLevel1 [href*='wordpress']:hover:before,
.nav-social .fsNavLevel1 [href*='wordpress']:focus:before {
  color: #313131;
}

.nav-social .fsNavLevel1 [href*='rss']:hover,
.nav-social .fsNavLevel1 [href*='rss']:focus {
  background: #F1B51C;
  border-color: #F1B51C;
}

.nav-social .fsNavLevel1 [href*='rss']:hover:before,
.nav-social .fsNavLevel1 [href*='rss']:focus:before {
  color: #313131;
}

.nav-social .fsNavLevel1 a {
  display: block;
  position: relative;
  border: 2px solid #868686;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

.nav-social .fsNavLevel1 a:before {
  color: #fff;
  font-size: 20px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.nav-social .fsNavLevel1 [href*='plus.google.com']:before {
  content: "\F0D5";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='plus.google.com']:hover,
.nav-social .fsNavLevel1 [href*='plus.google.com']:focus {
  background: #db4f46;
  border-color: #db4f46;
}

.nav-social .fsNavLevel1 [href*='plus.google.com']:hover:before,
.nav-social .fsNavLevel1 [href*='plus.google.com']:focus:before {
  color: #fff;
}

.nav-utility-footer {
  min-width: 176px;
}

.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-utility-footer .fsNavLevel1 li a {
  padding: 0;
  color: #fff;
  font-weight: 700;
}

.nav-utility-footer .fsNavLevel1 li a:hover,
.nav-utility-footer .fsNavLevel1 li a:focus {
  color: #F1B51C;
  text-decoration: underline;
}

/*! structure - header v0.0.1 */

#fsHeader {
  padding: 0;
}

#fsHeader > .fsBanner {
  position: relative;
}

.skip-link {
  margin: 0;
}

.skip-link a {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1em;
  background: #000000;
  color: #fff;
  font-size: 1em;
  line-height: 1;
  text-decoration: underline;
  -webkit-transition: -webkit-transform .1s ease-in;
  transition: -webkit-transform .1s ease-in;
  transition: transform .1s ease-in;
  transition: transform .1s ease-in, -webkit-transform .1s ease-in;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 9000;
}

.skip-link a:hover,
.skip-link a:focus {
  color: #fff;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.site-info-container {
  width: 351px;
  max-width: 100%;
  margin: 0;
  padding: 14px 0 30px;
  overflow: hidden;
  white-space: nowrap;
}

@media (min-width: 600px) {
  .site-info-container {
    padding: 16px 0;
  }
}

@media (min-width: 1000px) {
  .site-info-container {
    width: 24.4%;
  }

  .home .site-info-container {
    width: 351px;
  }
}

.site-info-container a {
  display: block;
  padding: 20px 0;
  color: transparent;
  background: url(/Institutions/Presentation-College/images/logo-color.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.site-info-container a:hover,
.site-info-container a:focus {
  color: transparent;
}

.has-masthead .site-info-container a {
  background: url(images/logo-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.header-top {
  position: relative;
  z-index: 4;
  margin: 0;
  padding: 0 15px;
  background: #00502F;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
}

.header-top > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1288px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 16px 0;
}

.header-top > .fsElementContent > p,
.header-top > .fsElementContent figure {
  display: none;
}

.header-top > .fsElementContent > p {
  margin-bottom: 0;
  margin-right: 14px;
  margin-top: 0;
}

.header-top > .fsElementContent > p a {
  width: 130px;
  padding: 6px 12px;
  color: #313131;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 26px;
  text-decoration: none !important;
  background: #F1B51C;
  border: 2px solid #F1B51C;
  border-radius: 3px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.header-top > .fsElementContent > p a:hover,
.header-top > .fsElementContent > p a:focus {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.header-top > .fsElementContent figure {
  padding: 5px 15px;
  background: transparent;
  -webkit-transition: .5s;
  transition: .5s;
}

.header-top > .fsElementContent figure a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: center;
  text-decoration: none !important;
}

.header-top > .fsElementContent figure figcaption {
  margin-top: -5px;
}

.header-top > .fsElementContent figure:hover,
.header-top > .fsElementContent figure.focused {
  background: #fff;
}

.header-top > .fsElementContent figure:hover a,
.header-top > .fsElementContent figure.focused a {
  color: #313131;
}

.header-top > .fsElementContent figure:focus-within {
  background: #fff;
}

.header-top > .fsElementContent figure:focus-within a {
  color: #313131;
}

.header-top > .fsElementContent img {
  display: block;
  width: 105px;
  max-height: 35px;
}

.header-top > .fsElementContent .mobile-toggle {
  color: #fff;
}

.header-top > .fsElementContent .mobile-toggle:before,
.header-top > .fsElementContent .mobile-toggle:after {
  background: #fff;
}

.header-top > .fsElementContent .mobile-toggle:after {
  -webkit-box-shadow: 0 0.375em 0 0 #fff;
          box-shadow: 0 0.375em 0 0 #fff;
}

@media (min-width: 600px) {
  .header-top > .fsElementContent .mobile-toggle {
    display: none;
  }
}

.drawer-is-active .header-top > .fsElementContent .mobile-toggle:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home .header-top > .fsElementContent .mobile-toggle {
  display: block;
}

@media (min-width: 1000px) {
  .home .header-top > .fsElementContent .mobile-toggle {
    display: none;
  }
}

.drawer-is-active .header-top > .fsElementContent {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0;
}

.drawer-is-active .header-top > .fsElementContent > p {
  display: none;
}

.drawer-is-active .header-top > .fsElementContent figure {
  display: block;
}

.drawer-is-active .header-top > .fsElementContent .mobile-toggle {
  display: block;
}

@media (min-width: 600px) {
  .header-top > .fsElementContent {
    padding: 0;
  }

  .header-top > .fsElementContent > p,
  .header-top > .fsElementContent figure {
    display: block;
  }
}

.header-bottom {
  position: relative;
  z-index: 3;
  margin: 0;
  padding: 0 15px;
  background-color: #F3F3F3;
}

@media (min-width: 600px) {
  .header-bottom {
    padding: 0 34px;
  }
}

@media (min-width: 1000px) {
  .header-bottom {
    padding: 0 10px;
  }
}

.header-bottom > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1288px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 600px) {
  .header-bottom > .fsElementContent {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 599px) {
  .header-bottom .mobile-toggle {
    display: none;
  }
}

.has-masthead .header-bottom {
  position: absolute;
  z-index: 3;
  width: 100%;
  background: transparent;
}

.masthead {
  position: relative;
  z-index: 2;
  margin: 0;
}

.masthead article {
  max-height: 500px;
  min-height: 300px;
  background-position: center;
  background-size: cover;
}

.masthead article img {
  max-height: 500px;
  min-height: 300px;
  opacity: 0;
}

.masthead figcaption {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: 20px;
  z-index: 2;
  width: 90%;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media (min-width: 600px) {
  .masthead figcaption {
    bottom: 30px;
    font-size: 32px;
    line-height: 40px;
  }
}

@media (min-width: 900px) {
  .masthead figcaption {
    bottom: 43px;
    font-size: 45px;
    line-height: 55px;
  }
}

.masthead:before,
.masthead:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 35%;
  width: 100%;
  content: '';
  opacity: .66;
}

.masthead:before {
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.masthead:after {
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.home .masthead:after {
  display: none;
}

.home .masthead article {
  position: relative;
  height: 350px;
  width: 100%;
  max-height: none;
  min-height: 0;
  overflow: hidden;
}

@media (min-width: 600px) {
  .home .masthead article {
    height: 500px;
  }
}

@media (min-width: 1000px) {
  .home .masthead article {
    height: calc(100vh - 60px);
    max-height: none;
  }
}

.home .masthead article video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 350px;
  width: 100vw;
  max-width: none;
}

@media (min-width: 600px) {
  .home .masthead article video {
    height: 500px;
  }
}

@media (min-width: 1000px) {
  .home .masthead article video {
    height: calc(100vh - 60px);
  }
}

.cta-container {
  padding: 47px 15px 56px;
  background: #fff;
}

@media (min-width: 700px) {
  .cta-container {
    padding: 47px 34px 79px;
  }
}

@media (min-width: 1000px) {
  .cta-container {
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    bottom: 58px;
    z-index: 3;
    width: 100%;
    padding: 0;
    background: transparent;
  }
}

.cta-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 718px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 700px) {
  .cta-container > .fsElementContent {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 1000px) {
  .cta-container > .fsElementContent {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1180px;
  }
}

.cta-container .cta-box {
  width: 100%;
  max-width: 350px;
  margin-bottom: 22px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 23px;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .cta-container .cta-box {
    width: calc(50% - 18px);
  }

  .cta-container .cta-box:nth-of-type(odd) {
    margin-right: 18px;
  }
}

@media (min-width: 1000px) {
  .cta-container .cta-box {
    width: calc(100% / 3 - 30px);
    margin-bottom: 0;
  }

  .cta-container .cta-box:nth-of-type(odd) {
    margin-right: 0;
  }
}

.cta-container .cta-box a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 10px 62px 17px 14px;
  color: #fff;
  text-decoration: none;
  background: #00502F;
}

@media (min-width: 1000px) {
  .cta-container .cta-box a {
    background: rgba(0, 80, 47, 0.9);
  }
}

.cta-container .cta-box a:hover,
.cta-container .cta-box a:focus {
  color: #313131;
  background: #F1B51C;
}

.cta-container .cta-box header {
  display: none;
}

.cta-container .cta-box p {
  max-height: 46px;
  margin-bottom: 6px;
}

.cta-container .cta-box strong {
  display: block;
  position: relative;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0px;
  line-height: 35px;
  text-transform: none;
}

.cta-container .cta-box strong:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  right: -35px;
  font-size: 17px;
}

#fsFooter {
  padding: 57px 20px 75px;
  color: #fff;
  background: #313131;
}

#fsFooter .fsBanner {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

#fsFooter .fsBanner:after {
  content: normal;
}

body.fsDraftMode #fsFooter .fsBanner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

#fsFooter .utility-container {
  margin-bottom: 10px;
}

#fsFooter .utility-container > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 600px) {
  #fsFooter .utility-container > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1000px) {
  #fsFooter .utility-container > .fsElementContent {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

#fsFooter .utility-container > .fsElementContent > .fsElement p {
  width: 100%;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 27px;
  color: #fff;
}

#fsFooter .utility-container > .fsElementContent > .fsElement:not(:last-of-type) {
  margin-bottom: 45px;
}

@media (min-width: 600px) {
  #fsFooter .utility-container > .fsElementContent > .fsElement {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
}

@media (min-width: 1000px) {
  #fsFooter .utility-container > .fsElementContent > .fsElement {
    width: auto;
    max-width: 300px;
    margin-right: 0;
  }

  #fsFooter .utility-container > .fsElementContent > .fsElement:not(:last-of-type) {
    margin-bottom: 0;
  }
}

#fsFooter .utility-container > .fsElementContent > .fsElement header p {
  color: #F1B51C;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
}

#fsFooter .utility-container > .fsElementContent > .fsElement header .fsElementHeaderContent {
  margin-bottom: 8px;
}

#fsFooter .nav-social {
  margin-bottom: 45px;
}

.fsElementContent {
	font-size: 17px;
}

.school-details {
  min-width: 280px;
  font-size: 17px;
}

.school-details [itemprop='name'] {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 16px;
}

.school-details [itemprop='streetAddress'] {
  display: block;
}

.school-details a {
  color: inherit;
}

/*! structure - layouts v0.0.1 */

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}

html {
  font-family: "Muli", sans-serif;
  background: #00502F;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px;
  line-height: 28px;
  color: #6D6D6D;
}

#fsPageWrapper {
  overflow-x: hidden;
  position: relative;
}

#fsPageWrapper:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  height: calc(100% - 60px);
  top: 60px;
  z-index: 1;
  content: '';
  background: rgba(49, 49, 49, 0);
  -webkit-transition: background .3s;
  transition: background .3s;
}

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

.drawer-is-active #fsPageWrapper {
  height: 100vh;
  overflow: hidden;
}

.drawer-is-active #fsPageWrapper:before {
  background: rgba(49, 49, 49, 0.7);
}

#fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 600px) {
  #fsPageBody {
    display: block;
  }
}

@media (min-width: 800px) {
  #fsPageBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#fsBannerLeft {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}

@media (min-width: 700px) {
  #fsBannerLeft {
    padding-right: 40px;
    width: 280px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 600px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 20px;
    width: 200px;
  }
}

@media (min-width: 700px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px;
  }
}

@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 20px;
    width: 200px;
  }
}

@media (min-width: 1000px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px;
  }
}

#fsPageContent {
  width: 100%;
}

.fsHasRightBanner #fsPageContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

@media (min-width: 600px) {
  .fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 240px);
  }
}

@media (min-width: 700px) {
  .fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 400px);
  }
}

.fsHasLeftBanner #fsPageContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

@media (min-width: 600px) {
  .fsHasLeftBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 200px);
  }
}

@media (min-width: 700px) {
  .fsHasLeftBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 280px);
  }
}

.fsHasLeftBanner.fsHasRightBanner #fsPageContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 600px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 200px);
  }
}

@media (min-width: 700px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: calc(100% - 280px);
  }
}

@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 440px);
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: calc(100% - 680px);
  }
}

#fsBannerRight {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}

@media (min-width: 700px) {
  #fsBannerRight {
    padding-left: 100px;
    width: 400px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding: 0;
}

@media (min-width: 600px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: calc(100% - 200px);
  }
}

@media (min-width: 700px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: calc(100% - 280px);
  }
}

@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 20px;
    width: 240px;
  }
}

@media (min-width: 1000px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    padding-left: 100px;
    width: 400px;
  }
}

@media (min-width: 600px) {
  .fsLayout {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.fsLayout .fsDiv {
  margin-bottom: 20px;
  width: 100%;
  float: none;
}

@media (min-width: 600px) {
  .fsLayout .fsDiv {
    float: left;
  }
}

@media (min-width: 600px) {
  .fsLayout .fsDiv {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}

.fsLayout > header,
.fsLayout > footer {
  width: 100%;
}

@media (min-width: 600px) {
  .fsLayout > header,
  .fsLayout > footer {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}

@media (min-width: 800px) {
  .fsTwoColumnLayout .fsDiv {
    width: 50%;
  }
}

@media (min-width: 900px) {
  .fsThreeColumnLayout .fsDiv {
    width: 33.33333%;
  }
}

@media (min-width: 800px) {
  .fsFourColumnLayout .fsDiv {
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .fsFourColumnLayout .fsDiv {
    width: 25%;
  }
}

.fsLayout .fsStyleOneThird {
  float: none;
}

.fsLayout .fsStyleTwoThirds {
  float: none;
}

.fsLayout .fsStyleTwoThirds > .fsDiv {
  padding-left: 0;
  padding-right: 0;
  float: none;
}

@media (min-width: 600px) {
  .fsLayout .fsStyleTwoThirds > .fsTwoColumnLayout {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.fsTwoColumnWideRightLayout,
.fsElephantLeftLayout {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 600px) {
  .fsTwoColumnWideRightLayout,
  .fsElephantLeftLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.fsTwoColumnWideRightLayout > header,
.fsTwoColumnWideRightLayout > footer,
.fsElephantLeftLayout > header,
.fsElephantLeftLayout > footer {
  padding-left: 0;
  padding-right: 0;
}

.fsTwoColumnWideRightLayout .fsStyleOneThird,
.fsElephantLeftLayout .fsStyleOneThird {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    padding-left: 0;
    padding-right: 20px;
    width: 200px;
    margin-bottom: 0;
  }
}

@media (min-width: 700px) {
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    padding-right: 40px;
    width: 280px;
  }
}

.fsTwoColumnWideRightLayout .fsStyleTwoThirds,
.fsElephantLeftLayout .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 600px) {
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 200px);
  }
}

@media (min-width: 700px) {
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    width: calc(100% - 280px);
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
  width: 100%;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 240px);
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 400px);
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    margin-top: 0;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 100px;
    width: 400px;
  }
}

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px;
  }
}

@media (min-width: 700px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 280px;
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 280px;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: calc(100% - 200px);
  }
}

@media (min-width: 700px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: calc(100% - 280px);
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: calc(100% - 200px);
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: calc(100% - 280px);
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 200px);
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 280px);
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
    margin-top: 0;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-right: 0;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 200px);
  }
}

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 200px);
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 440px);
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    margin-top: 0;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px;
    margin-bottom: 0;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 200px);
  }
}

.fsTwoColumnWideLeftLayout,
.fsElephantRightLayout {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 600px) {
  .fsTwoColumnWideLeftLayout,
  .fsElephantRightLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.fsTwoColumnWideLeftLayout > header,
.fsTwoColumnWideLeftLayout > footer,
.fsElephantRightLayout > header,
.fsElephantRightLayout > footer {
  padding-left: 0;
  padding-right: 0;
}

.fsTwoColumnWideLeftLayout .fsStyleOneThird,
.fsElephantRightLayout .fsStyleOneThird {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    padding-left: 20px;
    padding-right: 0;
    width: 240px;
    margin-bottom: 0;
  }
}

@media (min-width: 700px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    padding-left: 100px;
    width: 400px;
  }
}

.fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
.fsElephantRightLayout .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 600px) {
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: calc(100% - 240px);
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 700px) {
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: calc(100% - 400px);
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
  width: 100%;
}

@media (min-width: 600px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 200px);
  }
}

@media (min-width: 700px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 280px);
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 200px);
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 280px);
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
  }
}

@media (min-width: 700px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px;
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 20px;
    width: 240px;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 100px;
    width: 400px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 240px);
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 400px);
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 240px);
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 400px);
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    margin-top: 0;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 100px;
    width: 400px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
    padding-left: 20px;
    width: 240px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: calc(100% - 240px);
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    margin-top: 0;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 200px);
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 440px);
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
    margin-bottom: 0;
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 0;
}

@media (min-width: 700px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 20px;
    width: 240px;
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    width: 100%;
    padding-left: 0;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 20px;
    width: 240px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 0;
}

@media (min-width: 700px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 240px);
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 240px);
  }
}

#fsPoweredByFinalsite {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

/*! 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: -webkit-box;
  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: 16px;
  line-height: 28px;
}

.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 #cfcfcf;
  margin-top: 20px;
  padding-top: 20px;
}

.fsConstituentSearchForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.fsConstituentSearchForm > label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fsConstituentSearchForm > label > span {
  margin-bottom: 2px;
}

.fsConstituentSearchForm > label > select,
.fsConstituentSearchForm > label > input {
  border: solid 1px #cfcfcf;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fsConstituentSearchForm > label > select {
  height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.fsConstituentSearchForm [type*='submit'] {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 10px;
  width: 100%;
}

@media (min-width: 600px) {
  .fsConstituentSearchForm [type*='submit'] {
    width: auto;
  }
}

/*! elements - constituent default layout */

.fsConstituent.fsDialog .fsProfileImage:first-child {
  margin-top: 1em;
}

.fsConstituent.fsDialog .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-bottom: 2px;
}

.fsAccordion .fsPanel > header,
.fsTabs .fsPanel > header {
  cursor: pointer;
  background: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  display: block;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  padding: 13px 21px;
  color: #00502F;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #00502F;
  position: relative;
}

.fsAccordion .fsPanel > header h2 a,
.fsTabs .fsPanel > header h2 a {
  -webkit-transition: none;
  transition: none;
}

.fsAccordion .fsPanel > header:hover,
.fsTabs .fsPanel > header:hover {
  background: #F1B51C;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header:hover h2,
.fsTabs .fsPanel > header:hover h2 {
  color: #313131;
  -webkit-transition: .3s;
  transition: .3s;
  border-color: #F1B51C;
}

.fsAccordion .fsPanel > .fsElementContent,
.fsTabs .fsPanel > .fsElementContent {
  border: 1px solid #00502F;
}

.fsAccordion .fsPanel.fsStateOpen > header,
.fsTabs .fsPanel.fsStateOpen > header {
  background: #00502F;
}

.fsAccordion .fsPanel.fsStateOpen > header h2,
.fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #fff;
  border-color: #00502F;
}

.fsAccordion .fsPanel.fsStateOpen > header h2:before,
.fsTabs .fsPanel.fsStateOpen > header h2:before {
  content: "\E90A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  content: '';
  border: none;
  width: auto;
  height: auto;
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  content: "\E90C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.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 {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  content: '';
  border: none;
  width: auto;
  height: auto;
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  content: "\E90A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsPanelIconBefore.fsAccordion .fsPanel > header h2,
.fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 40px;
}

.fsPanelIconBefore.fsAccordion .fsPanel > header h2:before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
  left: 13.33333px;
}

.fsPanelIconAfter.fsAccordion .fsPanel > header h2,
.fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 40px;
}

.fsPanelIconAfter.fsAccordion .fsPanel > header h2:before,
.fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
  display: none;
}

.fsPanelIconAfter.fsAccordion .fsPanel > header h2:after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
  right: 13.33333px;
}

.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before,
.fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: '';
}

/*! elements - athletics main */

/*! elements - athletics events */

.fsAthleticsEvent > .fsElementContent {
  width: 100%;
}

.fsAthleticsEvent .fsAlertFeeds {
  margin-bottom: 10px;
}

.fsAthleticsEvent .fsElementEventIcon {
  display: inline-block;
  max-width: 100%;
}

.fsAthleticsEvent .fsTitle {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}

.fsAthleticsEvent div.fsTitle {
  display: inline-block;
}

/*! elements - athletics events - list subtype */

.fsAthleticsEvent.fsList .fsElementEventIcon {
  margin-right: 10px;
}

.fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
  outline: 0;
}

.fsAthleticsEvent.fsList .fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px;
}

.fsAthleticsEvent.fsList .fsAthleticsOpponents {
  display: inline;
}

.fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
  display: inline;
}

.fsAthleticsEvent.fsList .fsAthleticsEventReadMoreLink {
  display: inline-block;
  margin-top: 5px;
}

.fsAthleticsEvent.fsList .fsAthleticsDismissal,
.fsAthleticsEvent.fsList .fsAthleticsDeparture,
.fsAthleticsEvent.fsList .fsAthleticsReturn,
.fsAthleticsEvent.fsList .fsAthleticsPickup {
  margin-top: 5px;
}

.fsAthleticsEvent.fsList .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsList .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsList .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsList .fsAthleticsPickupLabel {
  display: inline-block;
}

.fsAthleticsEvent.fsList .fsAthleticsDismissalLabel + div,
.fsAthleticsEvent.fsList .fsAthleticsDepartureLabel + div,
.fsAthleticsEvent.fsList .fsAthleticsReturnLabel + div,
.fsAthleticsEvent.fsList .fsAthleticsPickupLabel + div {
  display: inline-block;
}

/*! elements - athletics events */

.fsAthleticsEvent.fsEvent article > div {
  margin-bottom: 10px;
}

.fsAthleticsEvent.fsEvent article > div:last-child {
  margin-bottom: 0;
}

.fsAthleticsEvent.fsEvent .fsAthleticsOpponents {
  display: inline-block;
}

.fsAthleticsEvent.fsEvent .fsAthleticsVs + div {
  display: inline-block;
}

/*! elements - athletics events - table*/

@media (min-width: 801px) {
  .fsAthleticsEvent.fsTable .fsTitle .fsElementEventIcon {
    max-width: 100px;
  }
}

@media (min-width: 801px) {
  .fsAthleticsEvent.fsTable .fsDateTime,
  .fsAthleticsEvent.fsTable .fsAthleticsScore {
    white-space: nowrap;
  }
}

.fsAthleticsEvent.fsTable .fsElementTable {
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .fsAthleticsEvent.fsTable .fsElementTable thead {
    display: none;
  }
}

.fsAthleticsEvent.fsTable .fsElementTable thead th {
  white-space: nowrap;
}

@media (max-width: 800px) {
  .fsAthleticsEvent.fsTable .fsElementTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td:not(:last-child) {
    border: 0;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td:first-of-type {
    padding-top: 10px;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td:last-of-type {
    padding-bottom: 10px;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td:before {
    display: inline-block;
    font-weight: 700;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
    content: 'Team: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents:before {
    content: 'Opponent: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate .fsDateTime {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate:before {
    content: 'Date: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime .fsDateTime {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime:before {
    content: 'Time: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsLocations:before {
    content: 'Location: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAdvantage:before {
    content: 'Advantage: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsEventType:before {
    content: 'Type: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails:before {
    content: 'Details: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsResult:before {
    content: 'Result: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsScore:before {
    content: 'Score: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAlerts:before {
    content: 'Alerts: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDismissal:before {
    content: 'Dismissal: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDeparture:before {
    content: 'Departure: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsReturn:before {
    content: 'Return Time: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsPickup:before {
    content: 'Pickup Time: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsRecap:before {
    content: 'Recap: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus:before {
    content: 'Status: ';
  }
}

.fsAthleticsEvent.fsTable .fsAthleticsVs + div {
  display: inline;
}

.fsAthleticsEvent.fsTable .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsTable .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsTable .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsTable .fsAthleticsPickupLabel {
  display: none;
}

.fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
  display: inline-block;
}

@media (min-width: 800px) {
  .fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
    display: block;
  }
}

body.fsComposeMode .fsAthleticsEvent.fsTable > .fsElementContent {
  overflow-x: auto;
}

/*! elements - athletics popup dialog box */

.fsAthleticsEvent.fsDialog {
  margin: auto;
}

.fsAthleticsEvent.fsDialog .fsAthleticsTitle {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 17px;
}

.fsAthleticsEvent.fsDialog .fsAthleticsLabel {
  font-weight: bold;
  margin-top: 20px;
}

.fsAthleticsEvent.fsDialog .fsAthleticsAddress > div {
  margin-top: 10px;
}

/*! elements - athletics roster */

.fsAthleticsRoster .fsElementTable td:before,
.fsAthleticsRosterList li > div:before {
  margin-right: 5px;
  display: inline-block;
  font-weight: 700;
}

.fsAthleticsRoster .fsElementTable td.fsRosterPlayerNumber:before,
.fsAthleticsRosterList li > div.fsRosterPlayerNumber:before {
  content: 'Number: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterName:before,
.fsAthleticsRosterList li > div.fsRosterName:before {
  content: 'Name: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterPosition:before,
.fsAthleticsRosterList li > div.fsRosterPosition:before {
  content: 'Position: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterClass:before,
.fsAthleticsRosterList li > div.fsRosterClass:before {
  content: 'Class: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterGradeLevel:before,
.fsAthleticsRosterList li > div.fsRosterGradeLevel:before {
  content: 'Grade: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterHometown:before,
.fsAthleticsRosterList li > div.fsRosterHometown:before {
  content: 'Hometown: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterHeight:before,
.fsAthleticsRosterList li > div.fsRosterHeight:before {
  content: 'Height: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterWeight:before,
.fsAthleticsRosterList li > div.fsRosterWeight:before {
  content: 'Weight: ';
}

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable thead {
    display: none;
  }
}

@media (min-width: 800px) {
  .fsAthleticsRoster .fsElementTable td:before {
    display: none;
  }
}

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
  }

  .fsAthleticsRoster .fsElementTable td:not(:last-child) {
    border: 0;
  }

  .fsAthleticsRoster .fsElementTable td:first-of-type {
    padding-top: 10px;
  }

  .fsAthleticsRoster .fsElementTable td:last-of-type {
    padding-bottom: 10px;
  }
}

.fsAthleticsRosterContent {
  margin-bottom: 20px;
}

.fsAthleticsRosterContent:empty,
.fsAthleticsRosterContent:last-child {
  margin-bottom: 0;
}

.fsAthleticsRosterList,
.fsAthleticsRosterList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsAthleticsRosterList li {
  margin: 0;
  padding: 0;
}

.fsAthleticsRosterList li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px rgba(109, 109, 109, 0.33);
}

.fsAthleticsRosterList li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.fsAthleticsRosterList li > div {
  margin-bottom: 10px;
}

.fsAthleticsRosterList li > div:last-child {
  margin-bottom: 0;
}

.fsAthleticsRosterList li > div.fsRosterName {
  margin-bottom: 10px;
}

.fsAthleticsRosterList li > div.fsRosterName:before {
  display: none;
}

.fsAthleticsRosterList .fsCoachImage {
  display: block;
  margin-bottom: 10px;
}

/*! elements - athletics teams */

.fsAthleticsTeamDirectory {
  max-width: 100%;
}

.fsAthleticsTeamDirectory,
.fsAthleticsTeamDirectory ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsAthleticsTeamDirectory li {
  margin: 0;
  padding: 0;
}

.fsAthleticsTeamDirectory > li {
  margin-bottom: 10px;
}

.fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
  display: inline-block;
}

.fsAthleticsTeamIcon {
  margin-right: 10px;
}

.fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
    float: left;
  }
}

.fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
    float: right;
  }
}

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */

/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */

.fsCalendar article {
  position: relative;
  padding-left: 90px;
  min-height: 75px;
  padding-top: 0;
}

@media (max-width: 499px) {
  .fsCalendar article {
    padding-left: 0;
  }
}

.fsCalendar article .fsElementEventColorIcon {
  width: 12px;
  height: 12px;
}

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 75px;
  width: 75px;
  color: #fff;
  background: #00502F;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 499px) {
  .fsCalendar .fsDate {
    position: relative;
    margin-bottom: 15px;
  }
}

.fsCalendar .fsDate > span {
  display: block;
  font-weight: 700;
  letter-spacing: 1px;
}

.fsCalendar .fsDate > span.fsMonth {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}

.fsCalendar .fsDate > span.fsDay {
  font-size: 30px;
  line-height: 30px;
}

.fsCalendar .fsDate > span.fsYear {
  display: none;
}

.fsCalendar .fsTitle {
  margin-bottom: 7px;
}

.fsCalendar .fsTitle a {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.fsCalendar .fsEventDetails {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 27px;
}

.fsCalendar .fsNotes,
.fsCalendar .fsDescription {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 25px;
}

.fsCalendar .fsNotes p:last-child,
.fsCalendar .fsDescription p:last-child {
  margin-bottom: 0;
}

.fsCalendar .fsReadMoreLink {
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: underline;
}

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */

.fsCalendar.fsList .fsListItems + button {
  margin-top: 0;
}

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */

.fsCalendar.fsGrid .fsCalendarDayView {
  margin-top: 20px;
}

.fsCalendar.fsGrid .fsCalendarDayView .fsCalendarInfo:not(:last-child) {
  margin-bottom: 20px;
}

.fsCalendar.fsGrid .fsCalendarEventTitle {
  font-weight: bold;
}

.fsCalendarEventGrid .fsCalendarRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fsCalendarEventGrid .fsCalendarRow .fsCalendarToday {
  background-color: rgba(0, 80, 47, 0.1);
}

.fsCalendarEventGrid .fsCalendarRow .fsCalendarOutOfRange {
  background-color: #f8f8f8;
}

.fsCalendarEventGrid .fsCalendarDaybox {
  border-color: #cfcfcf;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
  color: #6D6D6D;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
  margin-bottom: 0;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
  margin-top: 5px;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1;
}

@media (min-width: 900px) {
  .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:first-child {
    position: relative;
  }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar:after {
  display: none;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar > div {
  margin: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
  margin-right: 10px;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarGridBrowser {
  width: 100%;
  margin-top: 10px;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

@media (min-width: 900px) {
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarGridBrowser {
    width: auto;
    margin-top: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
  margin: 10px 0 0;
}

@media (min-width: 900px) {
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin: 0;
  }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
  z-index: 1;
}

@media (max-width: 899px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid:after {
    display: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
    margin: 20px 0;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarWeekdays {
    display: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
    width: auto;
    border-right: solid 1px #cfcfcf;
    -webkit-box-shadow: 0 1px 0 0 #cfcfcf;
            box-shadow: 0 1px 0 0 #cfcfcf;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow:last-child {
    border-bottom: solid 1px #cfcfcf;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
    cursor: pointer;
    min-height: 44px;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-left: solid 1px #cfcfcf;
    border-top: 1px solid #cfcfcf;
    color: #6D6D6D;
    background: #ffffff;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:hover {
    color: #ffffff;
    background: #6D6D6D;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:hover .fsCalendarOutOfRange {
    color: #ffffff;
    background: #6D6D6D;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    font-size: 14px;
    padding-bottom: calc(50% - 14px / 2);
    padding-top: calc(50% - 14px / 2);
    color: inherit;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
    background: #00502F;
    color: #ffffff;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents .fsCalendarDate:after,
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.has-info .fsCalendarDate:after {
    content: '\25CF';
    font-size: 10px;
    display: block;
    line-height: .5;
    -webkit-transform: translate3d(0, 3px, 0);
            transform: translate3d(0, 3px, 0);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    position: relative;
    min-height: 22px;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:first-child {
    -webkit-box-shadow: inset 0 -1px 0 0 #cfcfcf;
            box-shadow: inset 0 -1px 0 0 #cfcfcf;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:not(.has-info) .fsCalendarDate {
    margin-bottom: 0;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:not(.has-info) .fsCalendarDate:after {
    display: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox .fsCalendarDate {
    padding-bottom: calc(25% - 14px / 2);
    padding-top: calc(25% - 14px / 2);
    -webkit-transform: scale(0.875);
        -ms-transform: scale(0.875);
            transform: scale(0.875);
    margin-bottom: 3px;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    color: #ffffff;
    background: #373737;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected .fsCalendarOutOfRange {
    background: inherit;
    color: inherit;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange {
    background: #f8f8f8;
    color: #636363;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
    display: none;
  }
}

#event-view {
  padding: 0 20px;
  margin: 20px 0;
}

#event-view .fsCalendarDaybox {
  height: auto !important;
}

#event-view .fsCalendarDaybox > div {
  margin-bottom: 20px;
}

#event-view .fsCalendarWeekendDayBox > div:first-child {
  padding-bottom: 20px;
}

#event-view .fsCalendarWeekendDayBox .fsCalendarInfo:not(:last-child) {
  margin-bottom: 20px;
}

#event-view .fsCalendarEventTitle {
  margin-bottom: 5px;
}

.fsCalendarDayView:not(.fsStateHidden) + .fsCalendarEventGrid + #event-view {
  display: none;
}

@media (min-width: 900px) {
  #event-view {
    display: none;
  }
}

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  margin-top: 20px;
}

.scroll-up span {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
  padding: 10px 20px;
  margin-bottom: 0;
}

.scroll-up span:hover,
.scroll-up span:focus,
.fsStateSelected .scroll-up span,
.scroll-up span.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.scroll-up + .fsCalendarLegend {
  margin-top: 20px !important;
}

@media (min-width: 900px) {
  .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -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%;
  }
}

.fsCalendar.fsGrid .fsCalendarLegend .fsElementEventColorIcon {
  vertical-align: baseline;
}

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */

.fsCalendar.fsSlideshow .fsAlertFeeds {
  float: none;
}

.fsCalendar.fsSlideshowHorizontal .fsElementSlideshow {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 0;
}

.fsCalendar.fsSlideshowVertical .fsElementSlideshow {
  padding-left: 45px;
  padding-top: 45px;
  padding-bottom: 45px;
}

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */

/*! _dialog.scss - src/sass/modules/calendar/_dialog.scss - calendar dialog pop up */

/*! elements - forms */

textarea,
input,
select {
  padding: 5px;
  max-width: 100%;
}

.fsComposerFormEmbed {
  background: none;
}

.fsComposerFormEmbed body {
  margin: 0;
}

.fsComposerFormEmbed form {
  zoom: 1;
}

.fsComposerFormEmbed form:after {
  display: table;
  clear: both;
  content: '';
}

.fsComposerFormEmbed form input,
.fsComposerFormEmbed form textarea,
.fsComposerFormEmbed form select {
  font-family: "Muli", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #6D6D6D;
}

.fsComposerFormEmbed form input {
  border: solid 1px #cfcfcf;
}

.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 #cfcfcf;
}

.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: #00502F;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .linkLike:hover {
  color: #6D6D6D;
}

.fsComposerFormEmbed form .required {
  color: #00502F;
}

.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: #00502F;
  -webkit-transition: .3s;
  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: #6D6D6D;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .pageBreak .prevPage {
  margin-right: 10px;
}

.fsComposerFormEmbed form .pageBreak .pagenum {
  display: inline-block;
  float: left;
  line-height: 1;
  margin-right: 10px;
  padding: 10px 0;
}

.fsComposerFormEmbed form .pageBreak .pagenum:empty {
  margin: 0;
}

.fsComposerFormEmbed form .submitBtn {
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .submitBtn:hover,
.fsComposerFormEmbed form .submitBtn:focus,
.fsStateSelected .fsComposerFormEmbed form .submitBtn,
.fsComposerFormEmbed form .submitBtn.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed .ui-widget {
  font-family: "Muli", 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;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
  -webkit-transition: .3s;
  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: #242424;
}

:-moz-placeholder {
  color: #242424;
  opacity: 1;
}

::-moz-placeholder {
  color: #242424;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #242424;
}

/*! elements - login */

.fsAccount button:not(:last-of-type) {
  margin-right: 10px;
}

.fsLoginForgotPasswordLink,
.fsLoginNewAccountLink {
  margin-bottom: 10px;
}

.fsLoginForgotPasswordLink:last-child,
.fsLoginNewAccountLink:last-child {
  margin-bottom: 0;
}

.fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px;
}

.fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
.fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
  max-width: 100%;
}

@media screen and (max-width: 599px) {
  .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
    overflow: hidden;
    border-radius: 5px;
  }
}

.fsResetPasswordFields > div {
  margin-bottom: 20px;
}

.fsResetPasswordFields > div:last-child {
  margin-bottom: 0;
}

.fsResetPasswordFields label > span {
  display: block;
}

.fsResetPasswordFields label > input {
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .fsLoginForgotControls label,
  .fsLoginNewFields label,
  .fsResetPasswordFields label {
    display: block;
    margin-bottom: 3px;
  }

  .fsLoginForgotControls input,
  .fsLoginNewFields input,
  .fsResetPasswordFields input {
    display: block;
    width: 100%;
  }
}

.fsLoginForgotView .fsLoginForgotEmail {
  display: block;
}

.fsLoginForgotSuccess .fsStyleDefaultButton {
  margin-top: 20px;
}

.fsAccountGreeting {
  margin-bottom: 20px;
}

.fsAccountLinks {
  margin: 0;
}

.fsAccountLinks li:not(:first-child) {
  border-color: #e5e5e5;
}

.fsAccountLogout {
  display: block;
  margin-top: 20px;
}

.fsAccountLogout > .fsStyleUpdateButton:last-child {
  margin-bottom: 0;
}

input[name*="passkey"] + .fsLoginSubmit {
  margin-top: 20px;
}

.fsError {
  margin-bottom: 50px;
}

.fsResetContinue,
.fsResetCancel,
.fsLoginNewSuccess > button {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsResetContinue:hover,
.fsResetContinue:focus,
.fsStateSelected .fsResetContinue,
.fsResetContinue.on,
.fsResetCancel:hover,
.fsResetCancel:focus,
.fsStateSelected .fsResetCancel,
.fsResetCancel.on,
.fsLoginNewSuccess > button:hover,
.fsLoginNewSuccess > button:focus,
.fsStateSelected .fsLoginNewSuccess > button,
.fsLoginNewSuccess > button.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsLoginNewSuccess button {
  margin-top: 20px;
}

.fsNews.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsNews.fsThumbnailAlignLeft .fsThumbnail {
    float: left;
  }
}

.fsNews.fsThumbnailAlignRight .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsNews.fsThumbnailAlignRight .fsThumbnail {
    float: right;
  }
}

/*! _dialog.scss - src/sass/modules/news/_dialog.scss - news dialog pop up */

.fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
    float: left;
  }
}

.fsPostElement.fsThumbnailAlignRight .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsPostElement.fsThumbnailAlignRight .fsThumbnail {
    float: right;
  }
}

.fsPostElement .fsCategories .fsCategory {
  padding: 7px 8px;
  color: #313131;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 13px;
  background: #F1B51C;
  border-radius: 2px;
}

.fsPostElement .fsTitle {
  margin-bottom: 11px;
}

.fsPostElement .fsTitle a {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.fsPostElement .fsDateTime {
  margin-bottom: 8px;
  color: #313131;
  font-size: 15px;
  line-height: 19px;
}

.fsPostElement .fsSummary {
  margin-bottom: 14px;
  line-height: 26px;
}

.fsPostElement .fsReadMoreLink {
  margin-bottom: 17px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: underline;
}

.fsPostElement .fsTags .fsTag {
  padding: 9px 8px;
  color: #313131;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  background: #F3F3F3;
  border-radius: 3px;
}

.fsPostElement.fsList article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px rgba(109, 109, 109, 0.33);
}

.fsPostElement.fsList .fsListItems:last-of-type > article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.fsPostElement.fsList .fsListItems:last-of-type > .fsMonthContainer:last-child > .fsDayContainer:last-child article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsPostElement.fsList .fsListItems:last-of-type > .fsDayContainer:last-child article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsPostElement.fsList .fsListItems + button {
  margin-top: 40px;
}

/*! _dialog.scss - src/sass/modules/post/_dialog.scss - post dialog pop up */

.fsResourceElement .fsTitle {
  margin-bottom: 10px;
}

.fsResourceElement figcaption {
  margin-top: 10px;
}

.fsResourceElement.fsListNav .fsResourceCollectionName + nav {
  margin-top: 20px;
}

.fsResourceElement.fsListNav .fsTitle {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 0;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage .fsTitle {
  text-align: center;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage img {
  margin: 0 auto;
}

/*! _dialog.scss - src/sass/modules/resources/_dialog.scss - resource dialog pop up */

/*! _main.scss - src/sass/modules/search/ - main search import */

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */

.fsSearchElement.fsSearchForm .fsSearchElementKeyword {
  margin-bottom: 20px;
}

.fsSearchElement.fsSearchForm .fsSearchElementKeyword + .fsSearchElementSearchButton {
  margin-top: 0;
}

.fsSearchElement.fsSearchForm .fsSearchElementSearchButton:last-child {
  margin-bottom: 0;
}

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */

.fsSearchElement.fsList li.fsListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px rgba(109, 109, 109, 0.33);
}

.fsSearchElement.fsList .fsListItems {
  padding: 0;
}

.fsSearchElement.fsList .fsSearchResultInfo {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(109, 109, 109, 0.33);
}

.fsSearchElement.fsList .fsSearchResultInfo:empty {
  margin: 0;
  border: none;
}

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */

.fsSearchElement.site-search {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: 53px;
  width: calc(100% - 30px);
}

@media (min-width: 700px) {
  .fsSearchElement.site-search {
    bottom: 124px;
    max-width: 700px;
  }
}

@media (min-width: 1000px) {
  .fsSearchElement.site-search {
    bottom: 217px;
    max-width: 880px;
  }
}

.fsSearchElement.site-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 17px;
  background-color: rgba(0, 0, 0, 0.33);
  border: 2px solid #ececec;
}

@media (min-width: 700px) {
  .fsSearchElement.site-search form {
    padding: 10px 25px;
  }
}

.fsSearchElement.site-search form label {
  position: absolute;
  opacity: 0;
}

.fsSearchElement.site-search form .fsSearchElementKeyword {
  width: calc(100% - 30px);
  margin: 0;
}

.fsSearchElement.site-search form .fsSearchElementKeyword input {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-overflow: ellipsis;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media (min-width: 700px) {
  .fsSearchElement.site-search form .fsSearchElementKeyword input {
    font-size: 20px;
    line-height: 25px;
  }
}

.fsSearchElement.site-search form .fsSearchElementKeyword input::-webkit-input-placeholder {
  color: #fff;
}

.fsSearchElement.site-search form .fsSearchElementKeyword input::-moz-placeholder {
  color: #fff;
}

.fsSearchElement.site-search form .fsSearchElementKeyword input::-ms-input-placeholder {
  color: #fff;
}

.fsSearchElement.site-search form .fsSearchElementKeyword input::placeholder {
  color: #fff;
}

.fsSearchElement.site-search form .fsSearchElementSearchButton {
  position: relative;
  height: 21px;
  width: 30px;
  font-size: 0;
  background: transparent;
  border: 0;
}

.fsSearchElement.site-search form .fsSearchElementSearchButton:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  content: "\E918";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.fsSearchElement.site-search form .fsSearchElementSearchButton:hover:before,
.fsSearchElement.site-search form .fsSearchElementSearchButton:focus:before {
  color: #F1B51C;
}

/*! elements - social main */

/*! 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 rgba(109, 109, 109, 0.33);
  -webkit-transition: opacity .3s;
  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 rgba(109, 109, 109, 0.33);
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fsVimeoList .fsVimeoListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsVimeoThumb {
  margin-bottom: 10px;
  margin-right: 20px;
}

@media (min-width: 600px) {
  .fsVimeoThumb {
    float: left;
    margin-bottom: 0;
  }
}

.vimeo_view_link a {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a,
.vimeo_view_link a.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

/*! 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 rgba(109, 109, 109, 0.33);
  -webkit-transition: opacity .3s;
  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 rgba(109, 109, 109, 0.33);
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fsYoutubeList .fsYoutubeListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsYoutubeThumb {
  margin-bottom: 10px;
  margin-right: 20px;
  float: none;
}

@media (min-width: 600px) {
  .fsYoutubeThumb {
    float: left;
    margin-bottom: 0;
  }
}

.Youtube_view_link a {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a,
.Youtube_view_link a.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.juicer-feed .feed-item .j-message a {
  color: #00502F !important;
}

.juicer-feed .feed-item .j-message a:hover,
.juicer-feed .feed-item .j-message a:focus {
  color: #313131 !important;
}

.juicer-feed .j-twitter .j-poster a:hover .j-twitter-poster,
.juicer-feed .j-twitter .j-poster a:focus .j-twitter-poster {
  text-decoration: underline !important;
}

.juicer-feed .j-paginate {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
  margin: 0 auto 20px;
  width: 200px;
}

.juicer-feed .j-paginate:hover,
.juicer-feed .j-paginate:focus,
.fsStateSelected .juicer-feed .j-paginate,
.juicer-feed .j-paginate.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

/*! elements - tabs */

.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
}

.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}

@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}

.fsTabs .fsTabsNav li {
  margin-right: 7.75px;
}

.fsTabs .fsTabsNav li a {
  display: block;
  display: block;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  padding: 13px 21px;
  color: #00502F;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #00502F;
  background: transparent;
  color: #00502F;
}

.fsTabs .fsTabsNav li a:hover {
  background: #F1B51C;
  color: #313131;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  position: relative;
  background: #00502F;
  color: #fff;
}

.fsTabs .fsTabsNav li.fsStateSelected a:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: -8px;
  width: 0;
  height: 0;
  content: '';
  border-style: solid;
  border-width: 7px 13px 0 13px;
  border-color: #00502F transparent transparent transparent;
}

.fsTabs .fsPanel > .fsElementContent {
  padding: 22px 0 0;
  border: 0;
}

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block;
}

@media (min-width: 600px) {
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
    display: none;
  }
}

/*! -main.scss - /sass/modules/tools  */

/*! _all.scss - src/sass/modules/tools - News, Calendar, & Posts Tools Elements */

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton,
.fsElementToolsSearchButton {
  margin: 0 5px 0 0;
  width: auto;
}

.fsToolsList.fsStyleSelectList > li {
  padding: 0;
  margin: 0;
}

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton {
  margin-bottom: 5px;
  padding: 7px 12px;
  font-size: .875em;
  line-height: 1.2;
}

/*! _filter.scss - src/sass/modules/tools/posts - News & Calendar Tools Elements */

.fsBannerLeft .fsElementToolsSearch,
.fsBannerRight .fsElementToolsSearch,
.fsStyleOneThird .fsElementToolsSearch,
.fsTwoColumnLayout .fsElementToolsSearch,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch > div,
.fsBannerRight .fsElementToolsSearch > div,
.fsStyleOneThird .fsElementToolsSearch > div,
.fsTwoColumnLayout .fsElementToolsSearch > div,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch > div,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch > div {
  width: 100%;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fsBannerLeft .fsElementToolsSearch .fsElementToolsSearchButton,
.fsBannerRight .fsElementToolsSearch .fsElementToolsSearchButton,
.fsStyleOneThird .fsElementToolsSearch .fsElementToolsSearchButton,
.fsTwoColumnLayout .fsElementToolsSearch .fsElementToolsSearchButton,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton {
  width: 100%;
}

.fsElementToolsSearch .fsSeparator {
  margin: 0 5px;
  display: inline-block;
  text-align: center;
}

.fsElementToolsKeyword + .fsElementToolsDateRange {
  margin-top: 10px;
}

.fsElementToolsSearchButton {
  margin: 10px 0 0;
}

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */

.fsLegend .fsElementControls {
  margin-bottom: 5px;
}

.fsLegend .fsElementControls label input:checked + span {
  background: #242424;
  color: #ffffff;
}

.fsLegend .fsElementControls label input + span {
  color: #242424;
  background: #e5e5e5;
}

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */

.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%;
  width: 300px;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox {
  -webkit-box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
          box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
  background: #e5e5e5;
  color: #373737;
  font-size: .875em;
  line-height: 1;
  padding: 0;
  padding: 10px 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox:hover {
  opacity: 1;
  background: #6D6D6D !important;
  color: #ffffff !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox:last-child {
  -webkit-box-shadow: inset 0 -1px 0 0 #fff;
          box-shadow: inset 0 -1px 0 0 #fff;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents {
  padding-bottom: 12px;
  background: #e5e5e5;
  color: #373737;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents .fsCalendarDate:after {
  content: '\25CF';
  font-size: 8px;
  display: block;
  line-height: .5;
  -webkit-transform: translate3d(0, 2px, 0);
          transform: translate3d(0, 2px, 0);
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
  background: #f8f8f8;
  color: #636363;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
  background: #00502F;
  color: #ffffff;
}

.fsCalendarMonthYearPicker > .fsStyleUpdateButton {
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsCalendarMonthYearPicker > .fsStyleUpdateButton:hover,
.fsCalendarMonthYearPicker > .fsStyleUpdateButton:focus,
.fsStateSelected .fsCalendarMonthYearPicker > .fsStyleUpdateButton,
.fsCalendarMonthYearPicker > .fsStyleUpdateButton.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

/*! _category.scss - src/sass/modules/tools/posts - Posts Tools Elements */

/*! _tag.scss - src/sass/modules/tools/posts - Posts Tools Elements */

/*! elements - common v0.0.1 */

/* Contains generic styles that apply to every element */

.module {
  padding: 20px;
  color: #fff;
}

.module h1,
.module h2,
.module h3,
.module h4,
.module h5,
.module h6 {
  color: inherit;
}

.module a {
  color: inherit;
}

.module {
  background: #00502F;
}

/*! pages - home v0.0.1 */

.home #fsPageBodyWrapper {
  padding: 0;
}

.home .fsPageTitle {
  position: absolute;
  opacity: 0;
}

.our-programs-container {
  position: relative;
  padding-bottom: 76px;
}

.our-programs-container > .box-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  top: 18px;
  z-index: 1;
  height: calc(100% - 23px);
  width: calc(100% - 20px);
  max-width: 770px;
  overflow: hidden;
}

.fsComposeMode .our-programs-container > .box-container {
  z-index: 0;
}

@media (min-width: 700px) {
  .our-programs-container > .box-container {
    top: 23px;
    width: calc(100% - 70px);
  }
}

.our-programs-container > .box-container:before,
.our-programs-container > .box-container:after {
  position: absolute;
  bottom: 0;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  height: 100%;
  width: 3px;
  content: "";
  background-color: #ECECEC;
  -webkit-transition: -webkit-transform 1000ms linear;
  transition: -webkit-transform 1000ms linear;
  transition: transform 1000ms linear;
  transition: transform 1000ms linear, -webkit-transform 1000ms linear;
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.our-programs-container > .box-container:before {
  right: 0;
  left: auto;
}

.our-programs-container > .box-container:after {
  left: 0;
}

.our-programs-container > .box-container .content:before,
.our-programs-container > .box-container .content:after {
  position: absolute;
  bottom: 0;
  width: 50%;
  max-width: 0%;
  content: "";
  border-bottom: 3px solid #ECECEC;
  -webkit-transition: max-width 1000ms linear;
  transition: max-width 1000ms linear;
}

.our-programs-container > .box-container .content:before {
  left: 0;
}

.our-programs-container > .box-container .content:after {
  right: 0;
}

.our-programs-container > .box-container .content-wrap:before,
.our-programs-container > .box-container .content-wrap:after {
  position: absolute;
  top: 0;
  width: 50%;
  max-width: 0%;
  content: "";
  border-top: 3px solid #ECECEC;
  -webkit-transition: max-width 1000ms linear;
  transition: max-width 1000ms linear;
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

.our-programs-container > .box-container .content-wrap:before {
  left: 50%;
}

.our-programs-container > .box-container .content-wrap:after {
  right: 50%;
}

.our-programs-container.in-view .box-container:before,
.our-programs-container.in-view .box-container:after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 1000ms linear;
  transition: -webkit-transform 1000ms linear;
  transition: transform 1000ms linear;
  transition: transform 1000ms linear, -webkit-transform 1000ms linear;
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.our-programs-container.in-view .box-container .content:before,
.our-programs-container.in-view .box-container .content:after {
  max-width: 50%;
  -webkit-transition: max-width 1000ms;
  transition: max-width 1000ms;
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

.our-programs-container.in-view .box-container .content-wrap:before,
.our-programs-container.in-view .box-container .content-wrap:after {
  max-width: 50%;
  -webkit-transition: max-width 1000ms linear;
  transition: max-width 1000ms linear;
}

.our-programs-container > header,
.our-programs-container > .fsElementContent,
.our-programs-container > footer {
  position: relative;
  z-index: 2;
}

@media (min-width: 1000px) {
  .our-programs-container {
    margin: 100px 0;
  }
}

.our-programs-container > header > .fsElementHeaderContent {
  margin-bottom: 57px;
  color: #313131;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 1.5px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 1000px) {
  .our-programs-container > header > .fsElementHeaderContent {
    font-size: 40px;
    line-height: 50px;
  }
}

.our-programs-container > header > .fsElementHeaderContent p {
  display: inline-block;
  background: #fff;
}

@media (min-width: 700px) {
  .our-programs-container > header > .fsElementHeaderContent p {
    padding: 0 13px;
  }
}

.our-programs-container > .fsElementContent {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.our-programs-container > .fsElementContent .slick-list {
  overflow: visible;
}

.our-programs-container > .fsElementContent .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.our-programs-container > .fsElementContent .slick-track .slick-slide {
  height: inherit !important;
}

.our-programs-container > footer {
  position: relative;
}

.our-programs-container > footer .slick-arrow {
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  height: 40px;
  width: 40px;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: transparent;
  border: 2px solid rgba(49, 49, 49, 0.25);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.our-programs-container > footer .slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  color: #313131;
  font-size: 10px;
  line-height: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.our-programs-container > footer .slick-arrow.slick-prev {
  left: calc(50% - 30px);
}

.our-programs-container > footer .slick-arrow.slick-prev:before {
  content: "\E911";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.our-programs-container > footer .slick-arrow.slick-next {
  left: calc(50% + 30px);
}

.our-programs-container > footer .slick-arrow.slick-next:before {
  content: "\E911";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(180deg);
          transform: translate3d(-50%, -50%, 0) rotate(180deg);
}

.our-programs-container > footer .slick-arrow:hover,
.our-programs-container > footer .slick-arrow:focus {
  background: #313131;
}

.our-programs-container > footer .slick-arrow:hover:before,
.our-programs-container > footer .slick-arrow:focus:before {
  color: #fff;
}

.our-programs-container > footer .fsElementFooterContent {
  margin-top: 20px;
  padding-top: 70px;
  text-align: center;
}

@media (min-width: 700px) {
  .our-programs-container > footer .fsElementFooterContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.our-programs-container > footer .fsElementFooterContent p {
  margin-bottom: 0;
}

.our-programs-container > footer .fsElementFooterContent p:first-of-type {
  margin-bottom: 26px;
}

@media (min-width: 700px) {
  .our-programs-container > footer .fsElementFooterContent p:first-of-type {
    margin-right: 20px;
    margin-bottom: 0;
  }
}

.our-programs-container > footer .fsElementFooterContent a {
  width: 250px;
  margin-bottom: 0;
}

body:not(.fsComposeMode) .our-programs-container .program-box {
  z-index: 1;
  margin: 0 -5px;
  background-position: center;
  background-size: cover;
}

body:not(.fsComposeMode) .our-programs-container .program-box .box-wrapper {
  display: block;
  position: relative;
  height: 0;
  padding: 80% 20px 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: padding .5s linear;
  transition: padding .5s linear;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .our-programs-container .program-box .box-wrapper {
    padding: 80% 40px 0;
  }
}

body:not(.fsComposeMode) .our-programs-container .program-box .box-wrapper .text-wrapper {
  position: absolute;
  bottom: 27px;
  left: 20px;
  width: calc(100% - 40px);
  color: #fff;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .our-programs-container .program-box .box-wrapper .text-wrapper {
    left: 40px;
    width: calc(100% - 80px);
  }
}

body:not(.fsComposeMode) .our-programs-container .program-box header {
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

body:not(.fsComposeMode) .our-programs-container .program-box header .fsElementHeaderContent {
  margin-bottom: 8px;
}

body:not(.fsComposeMode) .our-programs-container .program-box .fsElementContent,
body:not(.fsComposeMode) .our-programs-container .program-box footer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s;
  transition: max-height .5s;
}

body:not(.fsComposeMode) .our-programs-container .program-box .fsElementContent {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 30px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

body:not(.fsComposeMode) .our-programs-container .program-box footer .fsElementFooterContent {
  margin-top: 0;
}

body:not(.fsComposeMode) .our-programs-container .program-box.left {
  position: relative;
  left: -100%;
  -webkit-transition: left .6s;
  transition: left .6s;
}

body:not(.fsComposeMode) .our-programs-container .program-box.right {
  position: relative;
  right: -100%;
  -webkit-transition: right .6s;
  transition: right .6s;
}

body:not(.fsComposeMode) .our-programs-container .program-box.slick-current,
body:not(.fsComposeMode) .our-programs-container .program-box.slick-active,
body:not(.fsComposeMode) .our-programs-container .program-box.slick-center {
  z-index: 2;
  max-height: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: .6s;
  transition: .6s;
}

body:not(.fsComposeMode) .our-programs-container .program-box.slick-current .box-wrapper,
body:not(.fsComposeMode) .our-programs-container .program-box.slick-active .box-wrapper,
body:not(.fsComposeMode) .our-programs-container .program-box.slick-center .box-wrapper {
  padding: 100% 20px 0;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.66)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 100%);
  -webkit-transition: background .5s;
  transition: background .5s;
}

body:not(.fsComposeMode) .our-programs-container .program-box.slick-current header,
body:not(.fsComposeMode) .our-programs-container .program-box.slick-active header,
body:not(.fsComposeMode) .our-programs-container .program-box.slick-center header {
  font-size: 25px;
  line-height: 31px;
  text-align: left;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .our-programs-container .program-box.slick-current header,
  body:not(.fsComposeMode) .our-programs-container .program-box.slick-active header,
  body:not(.fsComposeMode) .our-programs-container .program-box.slick-center header {
    font-size: 30px;
    line-height: 38px;
  }
}

body:not(.fsComposeMode) .our-programs-container .program-box.slick-current footer,
body:not(.fsComposeMode) .our-programs-container .program-box.slick-active footer,
body:not(.fsComposeMode) .our-programs-container .program-box.slick-center footer {
  max-height: 999px;
  -webkit-transition: max-height .5s .5s;
  transition: max-height .5s .5s;
}

body:not(.fsComposeMode) .our-programs-container .program-box.slick-current:hover,
body:not(.fsComposeMode) .our-programs-container .program-box.slick-current:focus,
body:not(.fsComposeMode) .our-programs-container .program-box.slick-active:hover,
body:not(.fsComposeMode) .our-programs-container .program-box.slick-active:focus,
body:not(.fsComposeMode) .our-programs-container .program-box.slick-center:hover,
body:not(.fsComposeMode) .our-programs-container .program-box.slick-center:focus {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.33);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.33);
}

body:not(.fsComposeMode) .our-programs-container .program-box.slick-current:hover .box-wrapper,
body:not(.fsComposeMode) .our-programs-container .program-box.slick-current:focus .box-wrapper,
body:not(.fsComposeMode) .our-programs-container .program-box.slick-active:hover .box-wrapper,
body:not(.fsComposeMode) .our-programs-container .program-box.slick-active:focus .box-wrapper,
body:not(.fsComposeMode) .our-programs-container .program-box.slick-center:hover .box-wrapper,
body:not(.fsComposeMode) .our-programs-container .program-box.slick-center:focus .box-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#00502F));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #00502F 100%);
}

body:not(.fsComposeMode) .our-programs-container .program-box.slick-current:focus-within,
body:not(.fsComposeMode) .our-programs-container .program-box.slick-active:focus-within,
body:not(.fsComposeMode) .our-programs-container .program-box.slick-center:focus-within {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.33);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.33);
}

body:not(.fsComposeMode) .our-programs-container .program-box.slick-current:focus-within .box-wrapper,
body:not(.fsComposeMode) .our-programs-container .program-box.slick-active:focus-within .box-wrapper,
body:not(.fsComposeMode) .our-programs-container .program-box.slick-center:focus-within .box-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#00502F));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #00502F 100%);
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .our-programs-container .program-box.slick-current .fsElementContent,
  body:not(.fsComposeMode) .our-programs-container .program-box.slick-active .fsElementContent,
  body:not(.fsComposeMode) .our-programs-container .program-box.slick-center .fsElementContent {
    max-height: 999px;
    -webkit-transition: max-height .5s .5s;
    transition: max-height .5s .5s;
  }
}

body:not(.fsComposeMode) .our-programs-container.in-view .program-box.left {
  left: 0;
}

body:not(.fsComposeMode) .our-programs-container.in-view .program-box.right {
  right: 0;
}

body:not(.fsComposeMode) .our-programs-container.in-view .program-box.slick-center {
  opacity: 1;
}

.our-students-container {
  position: relative;
  padding-bottom: 84px;
}

.our-students-container > .box-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  top: 18px;
  z-index: 1;
  height: calc(100% - 23px);
  width: calc(100% - 20px);
  max-width: 887px;
  overflow: hidden;
}

.fsComposeMode .our-students-container > .box-container {
  z-index: 0;
}

@media (min-width: 700px) {
  .our-students-container > .box-container {
    top: 23px;
    width: calc(100% - 70px);
  }
}

.our-students-container > .box-container:before,
.our-students-container > .box-container:after {
  position: absolute;
  bottom: 0;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  height: 100%;
  width: 3px;
  content: "";
  background-color: #ECECEC;
  -webkit-transition: -webkit-transform 1000ms linear;
  transition: -webkit-transform 1000ms linear;
  transition: transform 1000ms linear;
  transition: transform 1000ms linear, -webkit-transform 1000ms linear;
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.our-students-container > .box-container:before {
  right: 0;
  left: auto;
}

.our-students-container > .box-container:after {
  left: 0;
}

.our-students-container > .box-container .content:before,
.our-students-container > .box-container .content:after {
  position: absolute;
  bottom: 0;
  width: 50%;
  max-width: 0%;
  content: "";
  border-bottom: 3px solid #ECECEC;
  -webkit-transition: max-width 1000ms linear;
  transition: max-width 1000ms linear;
}

.our-students-container > .box-container .content:before {
  left: 0;
}

.our-students-container > .box-container .content:after {
  right: 0;
}

.our-students-container > .box-container .content-wrap:before,
.our-students-container > .box-container .content-wrap:after {
  position: absolute;
  top: 0;
  width: 50%;
  max-width: 0%;
  content: "";
  border-top: 3px solid #ECECEC;
  -webkit-transition: max-width 1000ms linear;
  transition: max-width 1000ms linear;
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

.our-students-container > .box-container .content-wrap:before {
  left: 50%;
}

.our-students-container > .box-container .content-wrap:after {
  right: 50%;
}

.our-students-container.in-view .box-container:before,
.our-students-container.in-view .box-container:after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 1000ms linear;
  transition: -webkit-transform 1000ms linear;
  transition: transform 1000ms linear;
  transition: transform 1000ms linear, -webkit-transform 1000ms linear;
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.our-students-container.in-view .box-container .content:before,
.our-students-container.in-view .box-container .content:after {
  max-width: 50%;
  -webkit-transition: max-width 1000ms;
  transition: max-width 1000ms;
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

.our-students-container.in-view .box-container .content-wrap:before,
.our-students-container.in-view .box-container .content-wrap:after {
  max-width: 50%;
  -webkit-transition: max-width 1000ms linear;
  transition: max-width 1000ms linear;
}

.our-students-container > header,
.our-students-container > .fsElementContent,
.our-students-container > footer {
  position: relative;
  z-index: 2;
}

@media (min-width: 1000px) {
  .our-students-container .box-container {
    left: 64%;
    width: calc(100% - 400px);
    max-width: 61.6%;
  }
}

@media (min-width: 1000px) {
  .our-students-container {
    width: 100vw;
    margin-bottom: 100px;
    margin-left: calc(-50vw + 50%);
    padding-bottom: 76px;
  }

  .our-students-container > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 89.5%;
    padding-left: 31.2%;
  }
}

.our-students-container > header > .fsElementHeaderContent {
  margin-bottom: 76px;
  color: #313131;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 1.5px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 1000px) {
  .our-students-container > header > .fsElementHeaderContent {
    font-size: 40px;
    line-height: 50px;
  }
}

.our-students-container > header > .fsElementHeaderContent p {
  display: inline-block;
  background: #fff;
}

@media (min-width: 700px) {
  .our-students-container > header > .fsElementHeaderContent p {
    padding: 0 13px;
  }
}

@media (min-width: 1000px) {
  .our-students-container > header {
    padding-left: 31.2%;
  }
}

.our-students-container .fsPostElement article {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.our-students-container .our-students-active-image {
  margin-bottom: 36px;
  padding: 0 37px;
}

@media (min-width: 700px) {
  .our-students-container .our-students-active-image {
    position: relative;
    margin: 0 auto;
    max-width: 620px;
    width: calc(100% - 120px);
    margin: 0 auto 40px;
    padding: 0;
  }
}

@media (min-width: 1000px) {
  .our-students-container .our-students-active-image {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 36.8%;
    max-width: none;
  }

  .fsComposeMode .our-students-container .our-students-active-image {
    position: relative;
  }
}

.our-students-container .our-students-active-image article {
  position: relative;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: .5s;
  transition: .5s;
}

.our-students-container .our-students-active-image article:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.66)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 100%);
}

.our-students-container .our-students-active-image article .fsCroppedImage {
  display: block;
}

.our-students-container .our-students-active-image article .fsBody {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: 30px;
  width: 76.2%;
}

.our-students-container .our-students-active-image article .fsBody a {
  display: block;
  position: relative;
  padding-left: 32px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.our-students-container .our-students-active-image article .fsBody a:before {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 0;
  left: 0;
}

.our-students-container .our-students-active-image article .fsBody a:hover,
.our-students-container .our-students-active-image article .fsBody a:focus {
  color: #F1B51C;
}

@media (min-width: 700px) {
  .our-students-container .our-students-active-image article .fsBody a {
    font-size: 25px;
    line-height: 35px;
  }
}

@media (min-width: 1000px) {
  .our-students-container .our-students-active-image article .fsBody {
    width: 83%;
  }
}

.our-students-container .our-students-active-image article:hover,
.our-students-container .our-students-active-image article:focus {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.33);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.33);
}

.our-students-container .our-students-active-image article:hover:before,
.our-students-container .our-students-active-image article:focus:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#00502F));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #00502F 100%);
}

.our-students-container .our-students-active-image article:focus-within {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.33);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.33);
}

.our-students-container .our-students-active-image article:focus-within:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#00502F));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #00502F 100%);
}

.our-students-container .our-students-active-text {
  margin-bottom: 57px;
  padding: 0 37px;
}

@media (min-width: 700px) {
  .our-students-container .our-students-active-text {
    position: relative;
    margin: 0 auto;
    max-width: 620px;
    width: calc(100% - 120px);
    margin: 0 auto 56px;
  }
}

@media (min-width: 1000px) {
  .our-students-container .our-students-active-text {
    max-width: none;
    padding: 74px 75px 0;
    margin: 0 auto 74px;
  }
}

.our-students-container .our-students-active-text article .fsTitle {
  color: #313131;
  font-size: 25px;
  font-weight: 800;
  line-height: 31px;
}

@media (min-width: 700px) {
  .our-students-container .our-students-active-text article .fsTitle {
    font-size: 30px;
    line-height: 38px;
  }
}

.our-students-container .our-students-active-text article .fsSummary {
  margin: 0;
}

.our-students-container .our-students-active-text article .fsSummary .fs_style_27 {
  margin: 0;
  text-align: left;
}

@media (min-width: 700px) {
  .our-students-container .our-students-active-text article .fsSummary {
    font-size: 20px;
    line-height: 30px;
  }
}

.our-students-container .our-students-slider {
  position: relative;
  padding: 0 15px 16px;
}

@media (min-width: 700px) {
  .our-students-container .our-students-slider {
    left: 34px;
    padding: 0 0 21px;
  }
}

@media (min-width: 1000px) {
  .our-students-container .our-students-slider {
    padding: 0 75px 21px;
  }
}

.our-students-container .our-students-slider:before {
  position: absolute;
  left: 100%;
  bottom: 0;
  height: 150px;
  width: 100vw;
  content: '';
  background: #F1B51C;
  -webkit-transition: left .5s;
  transition: left .5s;
}

.our-students-container .our-students-slider.in-view:before {
  left: 0;
}

@media (min-width: 1000px) {
  .our-students-container .our-students-slider.in-view:before {
    left: -150px;
  }
}

.our-students-container .our-students-slider > .fsElementContent {
  position: relative;
}

@media (min-width: 700px) {
  .our-students-container .our-students-slider > .fsElementContent {
    max-width: 86%;
  }
}

@media (min-width: 1000px) {
  .our-students-container .our-students-slider > .fsElementContent {
    max-width: none;
  }
}

.our-students-container .our-students-slider .fsListItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.our-students-container .our-students-slider .fsListItems .slick-list {
  width: 55%;
}

@media (min-width: 700px) {
  .our-students-container .our-students-slider .fsListItems .slick-list {
    width: 80.4%;
  }
}

.our-students-container .our-students-slider article {
  position: relative;
  cursor: pointer;
}

.our-students-container .our-students-slider article:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
  background: rgba(0, 0, 0, 0.66);
}

.our-students-container .our-students-slider article.hidden {
  display: none;
}

.our-students-container .our-students-slider article .fsThumbnail {
  height: 0;
  padding-top: 116%;
  background-position: center;
  background-size: cover;
}

.our-students-container .our-students-slider article .fsThumbnail img {
  opacity: 0;
}

@media (min-width: 700px) {
  .our-students-container .our-students-slider article {
    margin-right: 26px;
  }
}

.our-students-container .our-students-slider .arrow-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 95px;
}

.our-students-container .our-students-slider .arrow-container .slick-arrow {
  position: relative;
  height: 40px;
  width: 40px;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: transparent;
  border: 2px solid #313131;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.our-students-container .our-students-slider .arrow-container .slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  color: #313131;
  font-size: 10px;
  line-height: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.our-students-container .our-students-slider .arrow-container .slick-arrow.slick-prev:before {
  content: "\E911";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.our-students-container .our-students-slider .arrow-container .slick-arrow.slick-next:before {
  content: "\E911";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(180deg);
          transform: translate3d(-50%, -50%, 0) rotate(180deg);
}

.our-students-container .our-students-slider .arrow-container .slick-arrow:hover,
.our-students-container .our-students-slider .arrow-container .slick-arrow:focus {
  background: #313131;
}

.our-students-container .our-students-slider .arrow-container .slick-arrow:hover:before,
.our-students-container .our-students-slider .arrow-container .slick-arrow:focus:before {
  color: #fff;
}

.lity {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vw;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
}

.lity video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  max-width: 80vw;
}

.lity .video-controls {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  height: 60px;
  width: 60px;
}

.lity .video-controls span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.lity .video-controls span:before {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.lity .video-controls span:hover:before,
.lity .video-controls span:focus:before {
  color: #F1B51C;
}

.lity .video-controls span.lightbox-play:before {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.lity .video-controls span.lightbox-pause {
  opacity: 0;
  visibility: hidden;
}

.lity .video-controls span.lightbox-pause:before {
  content: "\E915";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.lity .video-controls span.playing.lightbox-play {
  opacity: 0;
  visibility: hidden;
}

.lity .video-controls span.playing.lightbox-pause {
  visibility: visible;
}

.lity .video-controls span.playing:hover.lightbox-pause {
  opacity: 1;
}

.lity .lity-close {
  position: absolute;
  top: 25%;
  right: 10%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 24px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  background: transparent;
  border: 0;
}

.pc-proud-container {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 73px 0 80px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

@media (min-width: 1000px) {
  .pc-proud-container {
    margin-bottom: 100px;
  }
}

.pc-proud-container:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
}

.pc-proud-box {
  position: relative;
  position: relative;
  z-index: 1;
  padding: 0 21px 60px;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.pc-proud-box > .box-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  top: 18px;
  z-index: 1;
  height: calc(100% - 23px);
  width: calc(100% - 20px);
  max-width: 1023px;
  overflow: hidden;
}

.fsComposeMode .pc-proud-box > .box-container {
  z-index: 0;
}

@media (min-width: 700px) {
  .pc-proud-box > .box-container {
    top: 23px;
    width: calc(100% - 70px);
  }
}

.pc-proud-box > .box-container:before,
.pc-proud-box > .box-container:after {
  position: absolute;
  bottom: 0;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  height: 100%;
  width: 3px;
  content: "";
  background-color: #fff;
  -webkit-transition: -webkit-transform 1000ms linear;
  transition: -webkit-transform 1000ms linear;
  transition: transform 1000ms linear;
  transition: transform 1000ms linear, -webkit-transform 1000ms linear;
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.pc-proud-box > .box-container:before {
  right: 0;
  left: auto;
}

.pc-proud-box > .box-container:after {
  left: 0;
}

.pc-proud-box > .box-container .content:before,
.pc-proud-box > .box-container .content:after {
  position: absolute;
  bottom: 0;
  width: 50%;
  max-width: 0%;
  content: "";
  border-bottom: 3px solid #fff;
  -webkit-transition: max-width 1000ms linear;
  transition: max-width 1000ms linear;
}

.pc-proud-box > .box-container .content:before {
  left: 0;
}

.pc-proud-box > .box-container .content:after {
  right: 0;
}

.pc-proud-box > .box-container .content-wrap:before,
.pc-proud-box > .box-container .content-wrap:after {
  position: absolute;
  top: 0;
  width: 50%;
  max-width: 0%;
  content: "";
  border-top: 3px solid #fff;
  -webkit-transition: max-width 1000ms linear;
  transition: max-width 1000ms linear;
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

.pc-proud-box > .box-container .content-wrap:before {
  left: 50%;
}

.pc-proud-box > .box-container .content-wrap:after {
  right: 50%;
}

.pc-proud-box.in-view .box-container:before,
.pc-proud-box.in-view .box-container:after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 1000ms linear;
  transition: -webkit-transform 1000ms linear;
  transition: transform 1000ms linear;
  transition: transform 1000ms linear, -webkit-transform 1000ms linear;
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.pc-proud-box.in-view .box-container .content:before,
.pc-proud-box.in-view .box-container .content:after {
  max-width: 50%;
  -webkit-transition: max-width 1000ms;
  transition: max-width 1000ms;
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

.pc-proud-box.in-view .box-container .content-wrap:before,
.pc-proud-box.in-view .box-container .content-wrap:after {
  max-width: 50%;
  -webkit-transition: max-width 1000ms linear;
  transition: max-width 1000ms linear;
}

.pc-proud-box > header,
.pc-proud-box > .fsElementContent,
.pc-proud-box > footer {
  position: relative;
  z-index: 2;
}

@media (min-width: 700px) {
  .pc-proud-box {
    position: relative;
    margin: 0 auto;
    max-width: 81.1%;
    padding: 0 50px 70px;
  }
}

@media (min-width: 1000px) {
  .pc-proud-box {
    position: relative;
    margin: 0 auto;
    max-width: 1023px;
    padding: 0 100px 75px;
  }
}

.pc-proud-box .box-container {
  width: calc(100% - 13px);
}

.pc-proud-box .box-container .content-wrap:before {
  left: calc(50% + 96px);
}

.pc-proud-box .box-container .content-wrap:after {
  right: calc(50% + 96px);
}

@media (min-width: 700px) {
  .pc-proud-box .box-container .content-wrap:before {
    left: calc(50% + 136px);
  }

  .pc-proud-box .box-container .content-wrap:after {
    right: calc(50% + 136px);
  }
}

.pc-proud-box header > .fsElementHeaderContent {
  margin-bottom: 34px;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 1.5px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 1000px) {
  .pc-proud-box header > .fsElementHeaderContent {
    font-size: 40px;
    line-height: 50px;
  }
}

.pc-proud-box header > .fsElementHeaderContent p {
  display: inline-block;
  background: #fff;
}

@media (min-width: 700px) {
  .pc-proud-box header > .fsElementHeaderContent p {
    padding: 0 13px;
  }
}

.pc-proud-box header > .fsElementHeaderContent p {
  background: transparent;
}

@media (min-width: 700px) {
  .pc-proud-box .fsElementContent {
    font-size: 20px;
    line-height: 30px;
  }
}

.pc-proud-box footer .fsElementFooterContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 0;
}

.pc-proud-box footer .fsElementFooterContent p {
  width: 100%;
}

.pc-proud-box footer .fsElementFooterContent p:not(:last-of-type) {
  margin-bottom: 20px;
}

.pc-proud-box footer .fsElementFooterContent p a {
  display: block;
  margin: 0;
}

.pc-proud-box footer .fsElementFooterContent p a:hover,
.pc-proud-box footer .fsElementFooterContent p a:focus {
  text-shadow: none;
}

@media (min-width: 700px) {
  .pc-proud-box footer .fsElementFooterContent p {
    width: calc(50% - 10px);
  }
}

@media (min-width: 1000px) {
  .pc-proud-box footer .fsElementFooterContent p {
    width: calc(100% / 3 - (70px / 2));
  }
}

.pc-proud-box .fsElementContent,
.pc-proud-box footer {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.pc-proud-box.in-view .fsElementContent,
.pc-proud-box.in-view footer {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.fsComposeMode .pc-proud-box .fsElementContent,
.fsComposeMode .pc-proud-box footer {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.news-calendar-container {
  position: relative;
  padding-bottom: 76px;
}

.news-calendar-container > .box-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  top: 18px;
  z-index: 1;
  height: calc(100% - 23px);
  width: calc(100% - 20px);
  max-width: 620px;
  overflow: hidden;
}

.fsComposeMode .news-calendar-container > .box-container {
  z-index: 0;
}

@media (min-width: 700px) {
  .news-calendar-container > .box-container {
    top: 23px;
    width: calc(100% - 70px);
  }
}

.news-calendar-container > .box-container:before,
.news-calendar-container > .box-container:after {
  position: absolute;
  bottom: 0;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  height: 100%;
  width: 3px;
  content: "";
  background-color: #ECECEC;
  -webkit-transition: -webkit-transform 1000ms linear;
  transition: -webkit-transform 1000ms linear;
  transition: transform 1000ms linear;
  transition: transform 1000ms linear, -webkit-transform 1000ms linear;
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.news-calendar-container > .box-container:before {
  right: 0;
  left: auto;
}

.news-calendar-container > .box-container:after {
  left: 0;
}

.news-calendar-container > .box-container .content:before,
.news-calendar-container > .box-container .content:after {
  position: absolute;
  bottom: 0;
  width: 50%;
  max-width: 0%;
  content: "";
  border-bottom: 3px solid #ECECEC;
  -webkit-transition: max-width 1000ms linear;
  transition: max-width 1000ms linear;
}

.news-calendar-container > .box-container .content:before {
  left: 0;
}

.news-calendar-container > .box-container .content:after {
  right: 0;
}

.news-calendar-container > .box-container .content-wrap:before,
.news-calendar-container > .box-container .content-wrap:after {
  position: absolute;
  top: 0;
  width: 50%;
  max-width: 0%;
  content: "";
  border-top: 3px solid #ECECEC;
  -webkit-transition: max-width 1000ms linear;
  transition: max-width 1000ms linear;
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

.news-calendar-container > .box-container .content-wrap:before {
  left: 50%;
}

.news-calendar-container > .box-container .content-wrap:after {
  right: 50%;
}

.news-calendar-container.in-view .box-container:before,
.news-calendar-container.in-view .box-container:after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 1000ms linear;
  transition: -webkit-transform 1000ms linear;
  transition: transform 1000ms linear;
  transition: transform 1000ms linear, -webkit-transform 1000ms linear;
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.news-calendar-container.in-view .box-container .content:before,
.news-calendar-container.in-view .box-container .content:after {
  max-width: 50%;
  -webkit-transition: max-width 1000ms;
  transition: max-width 1000ms;
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

.news-calendar-container.in-view .box-container .content-wrap:before,
.news-calendar-container.in-view .box-container .content-wrap:after {
  max-width: 50%;
  -webkit-transition: max-width 1000ms linear;
  transition: max-width 1000ms linear;
}

.news-calendar-container > header,
.news-calendar-container > .fsElementContent,
.news-calendar-container > footer {
  position: relative;
  z-index: 2;
}

@media (min-width: 1000px) {
  .news-calendar-container {
    margin-bottom: 80px !important;
  }
}

.news-calendar-container .box-container {
  height: calc(100% - 18px);
}

@media (min-width: 1000px) {
  .news-calendar-container .box-container {
    max-width: 1140px;
  }
}

.news-calendar-container > header {
  padding: 0 11%;
}

.news-calendar-container > header > .fsElementHeaderContent {
  margin-bottom: 57px;
  color: #313131;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 1.5px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 1000px) {
  .news-calendar-container > header > .fsElementHeaderContent {
    font-size: 40px;
    line-height: 50px;
  }
}

.news-calendar-container > header > .fsElementHeaderContent p {
  display: inline-block;
  background: #fff;
}

@media (min-width: 700px) {
  .news-calendar-container > header > .fsElementHeaderContent p {
    padding: 0 13px;
  }
}

.news-calendar-container .fsPostElement article {
  position: relative;
  color: #fff;
}

.news-calendar-container .fsPostElement article:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.66)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 100%);
}

.news-calendar-container .fsPostElement article .fsThumbnail {
  height: 100%;
  background-position: center;
  background-size: cover;
}

.news-calendar-container .fsPostElement article .fsThumbnail img {
  opacity: 0;
}

.news-calendar-container .fsPostElement article .post-wrapper {
  position: absolute;
}

.news-calendar-container .home-featured-post {
  padding: 0 15px;
}

@media (min-width: 700px) {
  .news-calendar-container .home-featured-post {
    padding: 0 33px;
  }
}

@media (min-width: 1000px) {
  .news-calendar-container .home-featured-post {
    position: absolute;
    right: 50%;
    margin: 0;
    padding: 0;
  }
}

.news-calendar-container .home-featured-post .fsListItems {
  margin: 0;
}

.news-calendar-container .home-featured-post article {
  padding: 0;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s;
  transition: .3s;
}

.news-calendar-container .home-featured-post article img {
  max-height: 415px;
}

.news-calendar-container .home-featured-post article .post-wrapper {
  bottom: 26px;
  padding: 0 20px;
}

.news-calendar-container .home-featured-post article .post-wrapper .fsTitle {
  margin-bottom: 6px;
  font-size: 25px;
  font-weight: 900;
  line-height: 35px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.news-calendar-container .home-featured-post article .post-wrapper .fsSummary {
  max-height: 0;
  margin: 0;
  overflow: hidden;
}

@media (min-width: 700px) {
  .news-calendar-container .home-featured-post article .post-wrapper .fsSummary {
    max-height: 999px;
    margin-bottom: 9px;
  }
}

.news-calendar-container .home-calendar {
  max-width: 542px;
  margin: 0 auto 70px;
  padding: 0 34px;
}

@media (min-width: 1000px) {
  .news-calendar-container .home-calendar {
    min-height: 420px;
    max-width: 432px;
    margin: 0 0 84px auto;
    padding: 0 66px 0 73px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

.news-calendar-container .home-calendar article {
  padding-left: 96px;
}

.news-calendar-container .home-calendar article .fsDate {
  position: absolute;
  top: 0;
  left: 0;
}

.news-calendar-container .home-posts {
  max-width: 537px;
  margin: 0 auto 47px;
  padding: 0 36px;
}

@media (min-width: 700px) {
  .news-calendar-container .home-posts {
    padding: 0;
  }
}

@media (min-width: 1000px) {
  .news-calendar-container .home-posts {
    max-width: 980px;
  }
}

@media (min-width: 700px) {
  .news-calendar-container .home-posts .fsListItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1000px) {
  .news-calendar-container .home-posts .fsListItems {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.news-calendar-container .home-posts article {
  padding: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s;
  transition: .3s;
}

@media (min-width: 700px) {
  .news-calendar-container .home-posts article {
    width: calc(50% - 10px);
  }
}

@media (min-width: 1000px) {
  .news-calendar-container .home-posts article {
    width: calc(100% / 3 - 16.7px);
    margin: 0;
  }
}

.news-calendar-container .home-posts article .post-wrapper {
  bottom: -70px;
  padding: 0 18px;
  -webkit-transition: bottom .5s;
  transition: bottom .5s;
}

.news-calendar-container .home-posts article .post-wrapper .fsTitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.news-calendar-container .home-posts article:hover,
.news-calendar-container .home-posts article.hovered {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.33);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.33);
}

.news-calendar-container .home-posts article:hover:before,
.news-calendar-container .home-posts article.hovered:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#00502F));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #00502F 100%);
}

.news-calendar-container .home-posts article:hover .post-wrapper,
.news-calendar-container .home-posts article.hovered .post-wrapper {
  bottom: 8px;
}

.news-calendar-container .home-posts article:focus-within {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.33);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.33);
}

.news-calendar-container .home-posts article:focus-within:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#00502F));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #00502F 100%);
}

.news-calendar-container .home-posts article:focus-within .post-wrapper {
  bottom: 8px;
}

.news-calendar-container .home-posts footer .fsElementFooterContent {
  margin-top: 60px;
}

@media (min-width: 700px) {
  .news-calendar-container .home-posts footer .fsElementFooterContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
  }

  .news-calendar-container .home-posts footer .fsElementFooterContent p {
    display: inline-block;
    width: calc(50% - 25px);
    max-width: 250px;
  }

  .news-calendar-container .home-posts footer .fsElementFooterContent p:first-of-type {
    margin-right: 50px;
  }
}

.news-calendar-container .home-posts footer .fsElementFooterContent a {
  width: 100%;
}

.news-calendar-container .home-feed {
  position: relative;
  padding: 0 38px 28px;
}

@media (min-width: 700px) {
  .news-calendar-container .home-feed {
    max-width: 769px;
    margin: 0 auto;
    padding: 0 34px 21px;
  }
}

@media (min-width: 1000px) {
  .news-calendar-container .home-feed {
    max-width: 981px;
    padding: 0 0 21px;
  }
}

@media (min-width: 700px) {
  .news-calendar-container .home-feed > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.news-calendar-container .home-feed:before {
  position: absolute;
  left: 100%;
  bottom: 0;
  height: 150px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  content: '';
  background: #F1B51C;
  -webkit-transition: left .5s;
  transition: left .5s;
}

.news-calendar-container .home-feed article {
  position: relative;
  margin-bottom: 20px;
  color: #fff;
}

@media (min-width: 700px) {
  .news-calendar-container .home-feed article {
    width: calc(100% / 3 - 6px);
  }
}

@media (min-width: 1000px) {
  .news-calendar-container .home-feed article {
    width: calc(100% / 3 - 13.3px);
  }
}

.news-calendar-container .home-feed article:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.66)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 100%);
}

.news-calendar-container .home-feed article .post-image {
  height: 0;
  width: 100%;
  padding-top: 100%;
  background-position: center !important;
  background-size: cover !important;
}

.news-calendar-container .home-feed article .post-image img {
  display: block;
  opacity: 0;
  visibility: hidden;
}

.news-calendar-container .home-feed article .post-content,
.news-calendar-container .home-feed article .text-content {
  position: absolute;
  z-index: 2;
  padding: 0 27px;
}

.news-calendar-container .home-feed article .post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 20px;
  width: 100%;
  font-size: 18px;
  line-height: 23px;
}

.news-calendar-container .home-feed article .post-content .comment-count,
.news-calendar-container .home-feed article .post-content .like-count,
.news-calendar-container .home-feed article .post-content .instagram-logo {
  color: #fff;
}

.news-calendar-container .home-feed article .post-content .comment-count:hover,
.news-calendar-container .home-feed article .post-content .comment-count:focus,
.news-calendar-container .home-feed article .post-content .like-count:hover,
.news-calendar-container .home-feed article .post-content .like-count:focus,
.news-calendar-container .home-feed article .post-content .instagram-logo:hover,
.news-calendar-container .home-feed article .post-content .instagram-logo:focus {
  color: #F1B51C;
}

.news-calendar-container .home-feed article .post-content .comment-count {
  margin-right: 10px;
}

.news-calendar-container .home-feed article .post-content .comment-count:before {
  margin-right: 4px;
  content: "\E906";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.news-calendar-container .home-feed article .post-content .like-count:before {
  margin-right: 4px;
  content: "\E908";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.news-calendar-container .home-feed article .post-content .instagram-logo {
  position: absolute;
  right: 27px;
}

.news-calendar-container .home-feed article .post-content .instagram-logo:before {
  content: "\E90E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.news-calendar-container .home-feed article .text-content {
  top: 20px;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  max-height: 70%;
  max-width: 100%;
}

.news-calendar-container .home-feed article .text-content a {
  color: #F1B51C;
}

.news-calendar-container .home-feed article .text-content a:hover,
.news-calendar-container .home-feed article .text-content a:focus {
  text-decoration: underline;
}

.news-calendar-container .home-feed article:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.33);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.33);
}

.news-calendar-container .home-feed article:hover:before {
  background-color: rgba(0, 0, 0, 0.66);
}

.news-calendar-container .home-feed article:hover .text-content {
  opacity: 1;
}

.news-calendar-container .home-feed article:focus-within:before {
  background-color: rgba(0, 0, 0, 0.66);
}

.news-calendar-container .home-feed article:focus-within .text-content {
  opacity: 1;
}

.news-calendar-container .home-feed.in-view:before {
  left: 0%;
}

.portal-page .fsTwoColumnWideRightLayout > .fsDiv > .fsElement + .fsElement {
  margin-top: 2em;
}

/*! pages - style-guide v0.0.1 */

.colors ol {
  zoom: 1;
  padding: 0;
  list-style: none;
}

.colors ol:after {
  display: table;
  clear: both;
  content: '';
}

.colors ol li {
  position: relative;
  float: left;
  width: 50%;
  min-width: 20%;
}

@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
  }
}

.colors ol li:after {
  display: block;
  margin-top: 60px;
  background: #fff;
  padding-bottom: 20px;
}

@media (min-width: 800px) {
  .colors.main ol li {
    width: 25%;
  }
}

.colors.main ol li:nth-of-type(1) {
  background: #6D6D6D;
}

.colors.main ol li:nth-of-type(1):after {
  content: "#6D6D6D";
}

.colors.main ol li:nth-of-type(2) {
  background: #313131;
}

.colors.main ol li:nth-of-type(2):after {
  content: "#313131";
}

.colors.main ol li:nth-of-type(3) {
  background: #00502F;
}

.colors.main ol li:nth-of-type(3):after {
  content: "#00502F";
}

.colors.main ol li:nth-of-type(4) {
  background: #F1B51C;
}

.colors.main ol li:nth-of-type(4):after {
  content: "#F1B51C";
}

@media (min-width: 800px) {
  .colors.shade ol li {
    width: 10%;
  }
}

.colors.shade ol li:nth-of-type(1) {
  background: #000000;
}

.colors.shade ol li:nth-of-type(1):after {
  content: "#000000";
}

.colors.shade ol li:nth-of-type(2) {
  background: #131313;
}

.colors.shade ol li:nth-of-type(2):after {
  content: "#131313";
}

.colors.shade ol li:nth-of-type(3) {
  background: #242424;
}

.colors.shade ol li:nth-of-type(3):after {
  content: "#242424";
}

.colors.shade ol li:nth-of-type(4) {
  background: #373737;
}

.colors.shade ol li:nth-of-type(4):after {
  content: "#373737";
}

.colors.shade ol li:nth-of-type(5) {
  background: #636363;
}

.colors.shade ol li:nth-of-type(5):after {
  content: "#636363";
}

.colors.shade ol li:nth-of-type(6) {
  background: #959595;
}

.colors.shade ol li:nth-of-type(6):after {
  content: "#959595";
}

.colors.shade ol li:nth-of-type(7) {
  background: #cfcfcf;
}

.colors.shade ol li:nth-of-type(7):after {
  content: "#cfcfcf";
}

.colors.shade ol li:nth-of-type(8) {
  background: #e5e5e5;
}

.colors.shade ol li:nth-of-type(8):after {
  content: "#e5e5e5";
}

.colors.shade ol li:nth-of-type(9) {
  background: #f8f8f8;
}

.colors.shade ol li:nth-of-type(9):after {
  content: "#f8f8f8";
}

.colors.shade ol li:nth-of-type(10) {
  background: #ffffff;
}

.colors.shade ol li:nth-of-type(10):after {
  content: "#ffffff";
}

.fonts ol {
  padding: 0;
  list-style: none;
}

.fonts ol li:nth-of-type(1) {
  font-family: "Muli", sans-serif;
}

.fonts ol li:nth-of-type(1):after {
  content: "Muli, sans-serif";
  display: block;
  margin-bottom: 10px;
}

.fonts ol li:nth-of-type(2) {
  font-family: "IcoMoon";
}

.fonts ol li:nth-of-type(2):after {
  content: "IcoMoon";
  display: block;
  margin-bottom: 10px;
}

.headers .fsElementContent h1:after {
  content: " - font-size: 45px / line-height: 55px";
}

.headers .fsElementContent h2:after {
  content: " - font-size: 40px / line-height: 50px";
}

.headers .fsElementContent h3:after {
  content: " - font-size: 35px / line-height: 45px";
}

.headers .fsElementContent h4:after {
  content: " - font-size: 30px / line-height: 40px";
}

.headers .fsElementContent h5:after {
  content: " - font-size: 25px / line-height: 37px";
}

.headers .fsElementContent h6:after {
  content: " - font-size: 20px / line-height: 30px";
}

.custom-directory .fsConstituentColumnLayout_3 {
  margin: 0;
}

.custom-directory .fsConstituentItem {
  position: relative;
  height: 0;
  margin: 0 8.5px 17px;
  padding: 50% 0 0;
  text-align: center;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.custom-directory .fsConstituentItem:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.66)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 100%);
}

.custom-directory .fsConstituentItem img {
  opacity: 0;
}

.custom-directory .fsConstituentItem .constituent-wrapper {
  position: absolute;
  bottom: -70px;
  width: 100%;
  -webkit-transition: bottom .5s;
  transition: bottom .5s;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.custom-directory .fsConstituentItem .fsFullName {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.custom-directory .fsConstituentItem .fsFullName a {
  color: #fff;
}

.custom-directory .fsConstituentItem:hover:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#00502F));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #00502F 100%);
}

.custom-directory .fsConstituentItem:hover .constituent-wrapper {
  bottom: 20px;
}

.custom-directory .fsConstituentItem:focus-within:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#00502F));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #00502F 100%);
}

.custom-directory .fsConstituentItem:focus-within .constituent-wrapper {
  bottom: 20px;
}

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important;
  }

  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important;
  }

  html {
    font-size: 100%;
    /* for IE */
  }

  body {
    font-size: 62.5%;
  }

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  .slick-slide {
    display: none !important;
  }

  .slick-slide.slick-active {
    display: block !important;
  }

  .slick-list {
    height: auto !important;
  }

  .slick-track {
    width: auto !important;
    height: auto !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }

  .slick-track .slick-slide {
    width: auto !important;
  }

  a[class*='fs_style'] {
    border-color: #000000;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    page-break-inside: avoid;
  }

  /* Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .fsPanel > header ~ .fsElementContent {
    display: block;
  }
}@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left;
  }
}

@media (min-width: 900px) {
  .col-4 {
    width: 25%;
  }
}

/*! helpers - box-model v0.0.1 */

.margin-x {
  margin-right: 1.25em;
  margin-left: 1.25em;
}

.margin-x-2x {
  margin-right: 2.5em;
  margin-left: 2.5em;
}

.margin-y {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.margin-y-2x {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.padding-x {
  padding-right: 1.25em;
  padding-left: 1.25em;
}

.padding-x-2x {
  padding-right: 2.5em;
  padding-left: 2.5em;
}

.padding-y {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.padding-y-2x {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.stretch-container {
  margin-right: -1.25em;
  margin-left: -1.25em;
}

.cover {
  position: absolute;
  height: 100%;
  width: 100%;
}

/*! helpers - presentational v0.0.1 */

/*! helpers - ui-pattern v0.0.1 */

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //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(/Institutions/Presentation-College/styles/fonts/icomoon.eot);
  src: url(/Institutions/Presentation-College/styles/fonts/icomoon.eot) format("embedded-opentype"), 
  url(/Institutions/Presentation-College/styles/fonts/icomoon.woff2) format("woff2"), 
  url(/Institutions/Presentation-College/styles/fonts/icomoon.woff) format("woff"), 
  url(/Institutions/Presentation-College/styles/fonts/icomoon.ttf) format("truetype"), 
  url(/Institutions/Presentation-College/styles/fonts/icomoon.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

h1 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 28px;
}

h2 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}

h3 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 17px;
}

h4 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 16px;
}

h5 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 25px;
  line-height: 37px;
  margin-bottom: 16px;
}

h6 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 11px;
}

p {
  margin: 0 0 20px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #00502F;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

a:hover,
a:focus {
  color: #6D6D6D;
}

.fsContent a {
  font-weight: 700;
  text-decoration: underline;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

.fs_style_31 {
  margin-bottom: 20px;
}

.fs_style_31 th,
.fs_style_31 td {
  vertical-align: top;
  border-bottom: none;
}

.fs_style_31 th {
  padding: 10px 20px;
  background: #00502F;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}

.fs_style_31 td {
  padding: 10px 20px;
  background: #fff;
}

.fs_style_31 tr:nth-of-type(odd) td {
  background-color: #F3F3F3;
}

.fs_style_31 tr {
  border-bottom: solid 1px #ffffff;
}

.fs_style_31 tr.fsLoadMoreButtonRow {
  border-bottom: none;
}

.fs_style_31 tr.fsLoadMoreButtonRow > td {
  background: none;
  padding: 20px 0;
}

body:not(.fsComposeMode) .fs_style_31:last-child {
  margin-bottom: 0;
}

.table-overflow {
  overflow-x: auto;
  max-width: 100%;
  margin-bottom: 20px;
}

.table-overflow:last-child {
  margin-bottom: 0;
}

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

.fs_style_23 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_23:hover,
.fs_style_23:focus,
.fsStateSelected .fs_style_23,
.fs_style_23.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_25 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #313131;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #313131;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_25:hover,
.fs_style_25:focus,
.fsStateSelected .fs_style_25,
.fs_style_25.on {
  background: #313131;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_26 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #6D6D6D;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #6D6D6D;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_26:hover,
.fs_style_26:focus,
.fsStateSelected .fs_style_26,
.fs_style_26.on {
  background: #6D6D6D;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_27 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #F1B51C;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_27:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_27:hover,
.fs_style_27:focus,
.fsStateSelected .fs_style_27,
.fs_style_27.on {
  background: #F1B51C;
  color: #313131;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_28 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #6D6D6D;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #00502F;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_28:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_28:hover,
.fs_style_28:focus,
.fsStateSelected .fs_style_28,
.fs_style_28.on {
  background: #00502F;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_29 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #6D6D6D;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #313131;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_29:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fs_style_29.on {
  background: #313131;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.button-dark {
  padding: 100px;
  background: #00502F;
}

.fs_style_34 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #fff;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_34:hover,
.fs_style_34:focus,
.fsStateSelected .fs_style_34,
.fs_style_34.on {
  background: #fff;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_34:hover,
.fs_style_34:focus,
.fsStateSelected .fs_style_34,
.fs_style_34.on {
  color: #00502F;
}

.fs_style_35 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #F1B51C;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_35:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_35:hover,
.fs_style_35:focus,
.fsStateSelected .fs_style_35,
.fs_style_35.on {
  background: #F1B51C;
  color: #313131;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_36 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #fff;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_36:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_36:hover,
.fs_style_36:focus,
.fsStateSelected .fs_style_36,
.fs_style_36.on {
  background: #fff;
  color: #313131;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_33,
.fs_style_32 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  max-width: 300px;
  text-align: left;
}

.fs_style_33:hover,
.fs_style_33:focus,
.fsStateSelected .fs_style_33,
.fs_style_33.on,
.fs_style_32:hover,
.fs_style_32:focus,
.fsStateSelected .fs_style_32,
.fs_style_32.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_33:before,
.fs_style_32:before {
  margin-right: 17px;
  font-size: 16px;
}

.fs_style_33:before {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fs_style_32:before {
  content: "\E907";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsStyleDefaultButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton.fsLoadMoreButton {
  margin-bottom: 0;
}

.fsStyleDefaultButton.fsSelectAll {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton.fsSelectAll:hover,
.fsStyleDefaultButton.fsSelectAll:focus,
.fsStateSelected .fsStyleDefaultButton.fsSelectAll,
.fsStyleDefaultButton.fsSelectAll.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleUpdateButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
  border-style: solid !important;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left;
  }
}

@media (min-width: 900px) {
  .col-4 {
    width: 25%;
  }
}

/*! helpers - box-model v0.0.1 */

.margin-x {
  margin-right: 1.25em;
  margin-left: 1.25em;
}

.margin-x-2x {
  margin-right: 2.5em;
  margin-left: 2.5em;
}

.margin-y {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.margin-y-2x {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.padding-x {
  padding-right: 1.25em;
  padding-left: 1.25em;
}

.padding-x-2x {
  padding-right: 2.5em;
  padding-left: 2.5em;
}

.padding-y {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.padding-y-2x {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.stretch-container {
  margin-right: -1.25em;
  margin-left: -1.25em;
}

.cover {
  position: absolute;
  height: 100%;
  width: 100%;
}

/*! helpers - presentational v0.0.1 */

/*! helpers - ui-pattern v0.0.1 */

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //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) 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) format("svg");
  font-weight: 400;
  font-style: normal;
}

h1 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 28px;
}

h2 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}

h3 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 17px;
}

h4 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 16px;
}

h5 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 25px;
  line-height: 37px;
  margin-bottom: 16px;
}

h6 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 11px;
}

p {
  margin: 0 0 20px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #00502F;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

a:hover,
a:focus {
  color: #6D6D6D;
}

.fsContent a {
  font-weight: 700;
  text-decoration: underline;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

.fs_style_31 {
  margin-bottom: 20px;
}

.fs_style_31 th,
.fs_style_31 td {
  vertical-align: top;
  border-bottom: none;
}

.fs_style_31 th {
  padding: 10px 20px;
  background: #00502F;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}

.fs_style_31 td {
  padding: 10px 20px;
  background: #fff;
}

.fs_style_31 tr:nth-of-type(odd) td {
  background-color: #F3F3F3;
}

.fs_style_31 tr {
  border-bottom: solid 1px #ffffff;
}

.fs_style_31 tr.fsLoadMoreButtonRow {
  border-bottom: none;
}

.fs_style_31 tr.fsLoadMoreButtonRow > td {
  background: none;
  padding: 20px 0;
}

body:not(.fsComposeMode) .fs_style_31:last-child {
  margin-bottom: 0;
}

.table-overflow {
  overflow-x: auto;
  max-width: 100%;
  margin-bottom: 20px;
}

.table-overflow:last-child {
  margin-bottom: 0;
}

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

.fs_style_23 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_23:hover,
.fs_style_23:focus,
.fsStateSelected .fs_style_23,
.fs_style_23.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_25 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #313131;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #313131;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_25:hover,
.fs_style_25:focus,
.fsStateSelected .fs_style_25,
.fs_style_25.on {
  background: #313131;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_26 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #6D6D6D;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #6D6D6D;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_26:hover,
.fs_style_26:focus,
.fsStateSelected .fs_style_26,
.fs_style_26.on {
  background: #6D6D6D;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_27 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #F1B51C;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_27:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_27:hover,
.fs_style_27:focus,
.fsStateSelected .fs_style_27,
.fs_style_27.on {
  background: #F1B51C;
  color: #313131;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_28 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #6D6D6D;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #00502F;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_28:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_28:hover,
.fs_style_28:focus,
.fsStateSelected .fs_style_28,
.fs_style_28.on {
  background: #00502F;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_29 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #6D6D6D;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #313131;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_29:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fs_style_29.on {
  background: #313131;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.button-dark {
  padding: 100px;
  background: #00502F;
}

.fs_style_34 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #fff;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_34:hover,
.fs_style_34:focus,
.fsStateSelected .fs_style_34,
.fs_style_34.on {
  background: #fff;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_34:hover,
.fs_style_34:focus,
.fsStateSelected .fs_style_34,
.fs_style_34.on {
  color: #00502F;
}

.fs_style_35 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #F1B51C;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_35:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_35:hover,
.fs_style_35:focus,
.fsStateSelected .fs_style_35,
.fs_style_35.on {
  background: #F1B51C;
  color: #313131;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_36 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #fff;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_36:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_36:hover,
.fs_style_36:focus,
.fsStateSelected .fs_style_36,
.fs_style_36.on {
  background: #fff;
  color: #313131;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_33,
.fs_style_32 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  max-width: 300px;
  text-align: left;
}

.fs_style_33:hover,
.fs_style_33:focus,
.fsStateSelected .fs_style_33,
.fs_style_33.on,
.fs_style_32:hover,
.fs_style_32:focus,
.fsStateSelected .fs_style_32,
.fs_style_32.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_33:before,
.fs_style_32:before {
  margin-right: 17px;
  font-size: 16px;
}

.fs_style_33:before {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fs_style_32:before {
  content: "\E907";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsStyleDefaultButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton.fsLoadMoreButton {
  margin-bottom: 0;
}

.fsStyleDefaultButton.fsSelectAll {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton.fsSelectAll:hover,
.fsStyleDefaultButton.fsSelectAll:focus,
.fsStateSelected .fsStyleDefaultButton.fsSelectAll,
.fsStyleDefaultButton.fsSelectAll.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleUpdateButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
  border-style: solid !important;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 {
  background-size: cover;
  background-position: top center;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 380px;
  color: #ffffff;
  text-align: center;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content {
  padding: 20px;
  position: relative;
  z-index: 2;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > header {
  margin-bottom: 15px;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > header h2.fsElementTitle {
  margin-bottom: 0;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > header > .fsElementHeaderContent {
  margin-top: 5px;
  margin-bottom: 0;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > header > .fsElementHeaderContent p {
  margin-bottom: 0;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > .fsElementContent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > .fsElementContent p:last-child {
  margin: 0;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > footer {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > footer > .fsElementFooterContent {
  margin-top: 15px;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > footer > .fsElementFooterContent p {
  margin: 0;
}

body:not(.fsComposeMode) .bpa-image-buttons-2:hover .image-button-content > .fsElementContent,
body:not(.fsComposeMode) .bpa-image-buttons-2:hover .image-button-content > footer {
  opacity: 1;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

body:not(.fsComposeMode) .bpa-image-buttons-2:focus-within .image-button-content > .fsElementContent,
body:not(.fsComposeMode) .bpa-image-buttons-2:focus-within .image-button-content > footer {
  opacity: 1;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

body:not(.fsComposeMode) .bpa-image-buttons-2.alternate {
  color: #353535;
}

body:not(.fsComposeMode) .bpa-image-buttons-2.alternate .image-button-content {
  background: rgba(255, 255, 255, 0.8);
}

body:not(.fsComposeMode) .bpa-image-buttons-2.alternate .image-button-content:before {
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to right bottom, transparent 50%, rgba(255, 255, 255, 0.8) 50%);
}

body:not(.fsComposeMode) .bpa-image-buttons-2.alternate .image-button-content > footer > .fsElementFooterContent a {
  color: #353535;
  border: 2px solid #353535;
}

body:not(.fsComposeMode) .bpa-image-buttons-2.alternate .image-button-content > footer > .fsElementFooterContent a:hover {
  background: #353535;
  color: #ffffff;
}

body:not(.fsComposeMode) .bpa-image-buttons-2:hover .image-button-content > .fsElementContent,
body:not(.fsComposeMode) .bpa-image-buttons-2:hover .image-button-content > footer {
  max-height: 380px;
}

body:not(.fsComposeMode) .bpa-image-buttons-2:focus-within .image-button-content > .fsElementContent,
body:not(.fsComposeMode) .bpa-image-buttons-2:focus-within .image-button-content > footer {
  max-height: 380px;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content {
  font-family: "Muli", sans-serif;
  background: rgba(0, 80, 47, 0.8);
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content:before {
  content: '';
  background: rgba(0, 80, 47, 0.8);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, rgba(0, 80, 47, 0.8)));
  background: linear-gradient(to right bottom, transparent 50%, rgba(0, 80, 47, 0.8) 50%);
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 50px;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > header h2.fsElementTitle {
  color: #fff;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 32px;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > header .fsElementHeaderContent {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > .fsElementContent {
  font-size: 18px;
  line-height: 24px;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > footer > .fsElementFooterContent a {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #fff;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > footer > .fsElementFooterContent a:hover,
body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > footer > .fsElementFooterContent a:focus,
.fsStateSelected body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > footer > .fsElementFooterContent a,
body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > footer > .fsElementFooterContent a.on {
  background: #fff;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > footer > .fsElementFooterContent a:hover,
body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > footer > .fsElementFooterContent a:focus,
.fsStateSelected body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > footer > .fsElementFooterContent a,
body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > footer > .fsElementFooterContent a.on {
  color: #00502F;
}@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left;
  }
}

@media (min-width: 900px) {
  .col-4 {
    width: 25%;
  }
}

/*! helpers - box-model v0.0.1 */

.margin-x {
  margin-right: 1.25em;
  margin-left: 1.25em;
}

.margin-x-2x {
  margin-right: 2.5em;
  margin-left: 2.5em;
}

.margin-y {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.margin-y-2x {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.padding-x {
  padding-right: 1.25em;
  padding-left: 1.25em;
}

.padding-x-2x {
  padding-right: 2.5em;
  padding-left: 2.5em;
}

.padding-y {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.padding-y-2x {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.stretch-container {
  margin-right: -1.25em;
  margin-left: -1.25em;
}

.cover {
  position: absolute;
  height: 100%;
  width: 100%;
}

/*! helpers - presentational v0.0.1 */

/*! helpers - ui-pattern v0.0.1 */

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //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) 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) format("svg");
  font-weight: 400;
  font-style: normal;
}

h1 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 28px;
}

h2 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}

h3 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 17px;
}

h4 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 16px;
}

h5 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 25px;
  line-height: 37px;
  margin-bottom: 16px;
}

h6 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 11px;
}

p {
  margin: 0 0 20px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #00502F;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

a:hover,
a:focus {
  color: #6D6D6D;
}

.fsContent a {
  font-weight: 700;
  text-decoration: underline;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

.fs_style_31 {
  margin-bottom: 20px;
}

.fs_style_31 th,
.fs_style_31 td {
  vertical-align: top;
  border-bottom: none;
}

.fs_style_31 th {
  padding: 10px 20px;
  background: #00502F;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}

.fs_style_31 td {
  padding: 10px 20px;
  background: #fff;
}

.fs_style_31 tr:nth-of-type(odd) td {
  background-color: #F3F3F3;
}

.fs_style_31 tr {
  border-bottom: solid 1px #ffffff;
}

.fs_style_31 tr.fsLoadMoreButtonRow {
  border-bottom: none;
}

.fs_style_31 tr.fsLoadMoreButtonRow > td {
  background: none;
  padding: 20px 0;
}

body:not(.fsComposeMode) .fs_style_31:last-child {
  margin-bottom: 0;
}

.table-overflow {
  overflow-x: auto;
  max-width: 100%;
  margin-bottom: 20px;
}

.table-overflow:last-child {
  margin-bottom: 0;
}

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

.fs_style_23 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_23:hover,
.fs_style_23:focus,
.fsStateSelected .fs_style_23,
.fs_style_23.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_25 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #313131;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #313131;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_25:hover,
.fs_style_25:focus,
.fsStateSelected .fs_style_25,
.fs_style_25.on {
  background: #313131;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_26 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #6D6D6D;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #6D6D6D;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_26:hover,
.fs_style_26:focus,
.fsStateSelected .fs_style_26,
.fs_style_26.on {
  background: #6D6D6D;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_27 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #F1B51C;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_27:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_27:hover,
.fs_style_27:focus,
.fsStateSelected .fs_style_27,
.fs_style_27.on {
  background: #F1B51C;
  color: #313131;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_28 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #6D6D6D;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #00502F;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_28:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_28:hover,
.fs_style_28:focus,
.fsStateSelected .fs_style_28,
.fs_style_28.on {
  background: #00502F;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_29 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #6D6D6D;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #313131;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_29:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fs_style_29.on {
  background: #313131;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.button-dark {
  padding: 100px;
  background: #00502F;
}

.fs_style_34 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #fff;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_34:hover,
.fs_style_34:focus,
.fsStateSelected .fs_style_34,
.fs_style_34.on {
  background: #fff;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_34:hover,
.fs_style_34:focus,
.fsStateSelected .fs_style_34,
.fs_style_34.on {
  color: #00502F;
}

.fs_style_35 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #F1B51C;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_35:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_35:hover,
.fs_style_35:focus,
.fsStateSelected .fs_style_35,
.fs_style_35.on {
  background: #F1B51C;
  color: #313131;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_36 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #fff;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_36:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_36:hover,
.fs_style_36:focus,
.fsStateSelected .fs_style_36,
.fs_style_36.on {
  background: #fff;
  color: #313131;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_33,
.fs_style_32 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  max-width: 300px;
  text-align: left;
}

.fs_style_33:hover,
.fs_style_33:focus,
.fsStateSelected .fs_style_33,
.fs_style_33.on,
.fs_style_32:hover,
.fs_style_32:focus,
.fsStateSelected .fs_style_32,
.fs_style_32.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_33:before,
.fs_style_32:before {
  margin-right: 17px;
  font-size: 16px;
}

.fs_style_33:before {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fs_style_32:before {
  content: "\E907";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsStyleDefaultButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton.fsLoadMoreButton {
  margin-bottom: 0;
}

.fsStyleDefaultButton.fsSelectAll {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton.fsSelectAll:hover,
.fsStyleDefaultButton.fsSelectAll:focus,
.fsStateSelected .fsStyleDefaultButton.fsSelectAll,
.fsStyleDefaultButton.fsSelectAll.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleUpdateButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
  border-style: solid !important;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left;
  }
}

@media (min-width: 900px) {
  .col-4 {
    width: 25%;
  }
}

/*! helpers - box-model v0.0.1 */

.margin-x {
  margin-right: 1.25em;
  margin-left: 1.25em;
}

.margin-x-2x {
  margin-right: 2.5em;
  margin-left: 2.5em;
}

.margin-y {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.margin-y-2x {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.padding-x {
  padding-right: 1.25em;
  padding-left: 1.25em;
}

.padding-x-2x {
  padding-right: 2.5em;
  padding-left: 2.5em;
}

.padding-y {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.padding-y-2x {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.stretch-container {
  margin-right: -1.25em;
  margin-left: -1.25em;
}

.cover {
  position: absolute;
  height: 100%;
  width: 100%;
}

/*! helpers - presentational v0.0.1 */

/*! helpers - ui-pattern v0.0.1 */

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //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) 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) format("svg");
  font-weight: 400;
  font-style: normal;
}

h1 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 28px;
}

h2 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
}

h3 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 17px;
}

h4 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 16px;
}

h5 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 25px;
  line-height: 37px;
  margin-bottom: 16px;
}

h6 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 11px;
}

p {
  margin: 0 0 20px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #00502F;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

a:hover,
a:focus {
  color: #6D6D6D;
}

.fsContent a {
  font-weight: 700;
  text-decoration: underline;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

.fs_style_31 {
  margin-bottom: 20px;
}

.fs_style_31 th,
.fs_style_31 td {
  vertical-align: top;
  border-bottom: none;
}

.fs_style_31 th {
  padding: 10px 20px;
  background: #00502F;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}

.fs_style_31 td {
  padding: 10px 20px;
  background: #fff;
}

.fs_style_31 tr:nth-of-type(odd) td {
  background-color: #F3F3F3;
}

.fs_style_31 tr {
  border-bottom: solid 1px #ffffff;
}

.fs_style_31 tr.fsLoadMoreButtonRow {
  border-bottom: none;
}

.fs_style_31 tr.fsLoadMoreButtonRow > td {
  background: none;
  padding: 20px 0;
}

body:not(.fsComposeMode) .fs_style_31:last-child {
  margin-bottom: 0;
}

.table-overflow {
  overflow-x: auto;
  max-width: 100%;
  margin-bottom: 20px;
}

.table-overflow:last-child {
  margin-bottom: 0;
}

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

.fs_style_23 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_23:hover,
.fs_style_23:focus,
.fsStateSelected .fs_style_23,
.fs_style_23.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_25 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #313131;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #313131;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_25:hover,
.fs_style_25:focus,
.fsStateSelected .fs_style_25,
.fs_style_25.on {
  background: #313131;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_26 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #6D6D6D;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #6D6D6D;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_26:hover,
.fs_style_26:focus,
.fsStateSelected .fs_style_26,
.fs_style_26.on {
  background: #6D6D6D;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_27 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #F1B51C;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_27:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_27:hover,
.fs_style_27:focus,
.fsStateSelected .fs_style_27,
.fs_style_27.on {
  background: #F1B51C;
  color: #313131;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_28 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #6D6D6D;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #00502F;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_28:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_28:hover,
.fs_style_28:focus,
.fsStateSelected .fs_style_28,
.fs_style_28.on {
  background: #00502F;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_29 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #6D6D6D;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #313131;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_29:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fs_style_29.on {
  background: #313131;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.button-dark {
  padding: 100px;
  background: #00502F;
}

.fs_style_34 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #fff;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_34:hover,
.fs_style_34:focus,
.fsStateSelected .fs_style_34,
.fs_style_34.on {
  background: #fff;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_34:hover,
.fs_style_34:focus,
.fsStateSelected .fs_style_34,
.fs_style_34.on {
  color: #00502F;
}

.fs_style_35 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #F1B51C;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_35:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_35:hover,
.fs_style_35:focus,
.fsStateSelected .fs_style_35,
.fs_style_35.on {
  background: #F1B51C;
  color: #313131;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_36 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #fff;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_36:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_36:hover,
.fs_style_36:focus,
.fsStateSelected .fs_style_36,
.fs_style_36.on {
  background: #fff;
  color: #313131;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_33,
.fs_style_32 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  max-width: 300px;
  text-align: left;
}

.fs_style_33:hover,
.fs_style_33:focus,
.fsStateSelected .fs_style_33,
.fs_style_33.on,
.fs_style_32:hover,
.fs_style_32:focus,
.fsStateSelected .fs_style_32,
.fs_style_32.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_33:before,
.fs_style_32:before {
  margin-right: 17px;
  font-size: 16px;
}

.fs_style_33:before {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fs_style_32:before {
  content: "\E907";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsStyleDefaultButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton.fsLoadMoreButton {
  margin-bottom: 0;
}

.fsStyleDefaultButton.fsSelectAll {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton.fsSelectAll:hover,
.fsStyleDefaultButton.fsSelectAll:focus,
.fsStateSelected .fsStyleDefaultButton.fsSelectAll,
.fsStyleDefaultButton.fsSelectAll.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleUpdateButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
  border-style: solid !important;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

@font-face {
  font-family: 'bpa-infographic3';
  src: url(fonts/bpa-infographic3.eot);
  src: url(fonts/bpa-infographic3.eot) format("embedded-opentype"), url(fonts/bpa-infographic3.woff2) format("woff2"), url(fonts/bpa-infographic3.ttf) format("truetype"), url(fonts/bpa-infographic3.woff) format("woff"), url(fonts/bpa-infographic3.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

.bpa-infographic-3 section:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bpa-infographic3' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bell:before {
  content: "\E900";
}

.icon-bicycle:before {
  content: "\E901";
}

.icon-books:before {
  content: "\E902";
}

.icon-bus:before {
  content: "\E903";
}

.icon-earth:before {
  content: "\E904";
}

.icon-family:before {
  content: "\E905";
}

.icon-gift:before {
  content: "\E906";
}

.icon-graduate:before {
  content: "\E907";
}

.icon-heart:before {
  content: "\E908";
}

.icon-ipad:before {
  content: "\E909";
}

.icon-leaf:before {
  content: "\E90A";
}

.icon-marker:before {
  content: "\E90B";
}

.icon-mortarboard:before {
  content: "\E90C";
}

.icon-note:before {
  content: "\E90D";
}

.icon-pencil:before {
  content: "\E90E";
}

.icon-pie-chart:before {
  content: "\E90F";
}

.icon-robot:before {
  content: "\E910";
}

.icon-skyscraper:before {
  content: "\E911";
}

.icon-star:before {
  content: "\E912";
}

.icon-trophy:before {
  content: "\E913";
}

.icon-university:before {
  content: "\E914";
}

.bpa-infographic-3 {
  position: relative;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 20px 40px 20px;
}

body:not(.fsHasLeftBanner) .bpa-infographic-3,
body:not(.fsHasRightBanner) .bpa-infographic-3 {
  width: 100vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  position: relative;
}

body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-1,
body:not(.fsHasRightBanner) .bpa-infographic-3 .fsStyleColumn-1 {
  width: 38%;
}

body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-2,
body:not(.fsHasRightBanner) .bpa-infographic-3 .fsStyleColumn-2 {
  width: 24%;
}

body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-3,
body:not(.fsHasRightBanner) .bpa-infographic-3 .fsStyleColumn-3 {
  width: 38%;
}

@media (max-width: 1179px) {
  body:not(.fsHasLeftBanner) .bpa-infographic-3,
  body:not(.fsHasRightBanner) .bpa-infographic-3 {
    position: relative;
    margin: 0 auto;
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  body:not(.fsHasLeftBanner) .bpa-infographic-3.dark:before,
  body:not(.fsHasRightBanner) .bpa-infographic-3.dark:before {
    content: '';
    position: absolute;
    width: 50vw;
    height: 100%;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    top: 0;
    left: 0;
    background: #00502F;
  }

  body:not(.fsHasLeftBanner) .bpa-infographic-3.dark:after,
  body:not(.fsHasRightBanner) .bpa-infographic-3.dark:after {
    content: '';
    position: absolute;
    width: 50vw;
    height: 100%;
    -webkit-transform: translateX(99%);
        -ms-transform: translateX(99%);
            transform: translateX(99%);
    top: 0;
    right: 0;
    background: #00502F;
    visibility: visible;
  }

  body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-1 > .fsElement,
  body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-3 > .fsElement,
  body:not(.fsHasRightBanner) .bpa-infographic-3 .fsStyleColumn-1 > .fsElement,
  body:not(.fsHasRightBanner) .bpa-infographic-3 .fsStyleColumn-3 > .fsElement {
    padding-top: 80px;
  }

  body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-1 > .fsElement:before,
  body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-3 > .fsElement:before,
  body:not(.fsHasRightBanner) .bpa-infographic-3 .fsStyleColumn-1 > .fsElement:before,
  body:not(.fsHasRightBanner) .bpa-infographic-3 .fsStyleColumn-3 > .fsElement:before {
    font-size: 25px;
    height: 70px;
    width: 70px;
    line-height: 67px;
  }

  body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-1,
  body:not(.fsHasRightBanner) .bpa-infographic-3 .fsStyleColumn-1 {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-2,
  body:not(.fsHasRightBanner) .bpa-infographic-3 .fsStyleColumn-2 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }

  body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-3,
  body:not(.fsHasRightBanner) .bpa-infographic-3 .fsStyleColumn-3 {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (max-width: 699px) {
  body:not(.fsHasLeftBanner) .bpa-infographic-3,
  body:not(.fsHasRightBanner) .bpa-infographic-3 {
    padding: 20px 0;
  }

  body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-1,
  body:not(.fsHasRightBanner) .bpa-infographic-3 .fsStyleColumn-1 {
    width: 100%;
  }

  body:not(.fsHasLeftBanner) .bpa-infographic-3 .fsStyleColumn-3,
  body:not(.fsHasRightBanner) .bpa-infographic-3 .fsStyleColumn-3 {
    width: 100%;
  }
}

body.fsHasLeftBanner .bpa-infographic-3,
body.fsHasRightBanner .bpa-infographic-3 {
  position: relative;
  margin: 0 auto;
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body.fsHasLeftBanner .bpa-infographic-3 .fsStyleColumn-1 > .fsElement,
body.fsHasLeftBanner .bpa-infographic-3 .fsStyleColumn-3 > .fsElement,
body.fsHasRightBanner .bpa-infographic-3 .fsStyleColumn-1 > .fsElement,
body.fsHasRightBanner .bpa-infographic-3 .fsStyleColumn-3 > .fsElement {
  padding-top: 80px;
}

body.fsHasLeftBanner .bpa-infographic-3 .fsStyleColumn-1 > .fsElement:before,
body.fsHasLeftBanner .bpa-infographic-3 .fsStyleColumn-3 > .fsElement:before,
body.fsHasRightBanner .bpa-infographic-3 .fsStyleColumn-1 > .fsElement:before,
body.fsHasRightBanner .bpa-infographic-3 .fsStyleColumn-3 > .fsElement:before {
  font-size: 25px;
  height: 70px;
  width: 70px;
  line-height: 67px;
}

body.fsHasLeftBanner .bpa-infographic-3 .fsStyleColumn-1,
body.fsHasRightBanner .bpa-infographic-3 .fsStyleColumn-1 {
  width: 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

body.fsHasLeftBanner .bpa-infographic-3 .fsStyleColumn-2,
body.fsHasRightBanner .bpa-infographic-3 .fsStyleColumn-2 {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom: 1px solid #313131;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

body.fsHasLeftBanner .bpa-infographic-3 .fsStyleColumn-3,
body.fsHasRightBanner .bpa-infographic-3 .fsStyleColumn-3 {
  width: 50%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media (max-width: 999px) {
  body.fsHasLeftBanner .bpa-infographic-3,
  body.fsHasRightBanner .bpa-infographic-3 {
    padding: 20px 0;
  }

  body.fsHasLeftBanner .bpa-infographic-3 .fsStyleColumn-1,
  body.fsHasRightBanner .bpa-infographic-3 .fsStyleColumn-1 {
    width: 100%;
  }

  body.fsHasLeftBanner .bpa-infographic-3 .fsStyleColumn-3,
  body.fsHasRightBanner .bpa-infographic-3 .fsStyleColumn-3 {
    width: 100%;
  }
}

.bpa-infographic-3 > header {
  text-align: center;
  padding-bottom: 30px;
}

.bpa-infographic-3 > header .fsElementTitle {
  color: #6D6D6D;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1.2;
}

.bpa-infographic-3 > .fsStyleColumn {
  padding-left: 10px;
  padding-right: 10px;
}

body:not(.fsDraftMode) .bpa-infographic-3 > .fsStyleColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bpa-infographic-3 > .fsStyleColumn > .fsElement {
  color: #6D6D6D;
  position: relative;
  text-align: center;
}

body.fsDraftMode .bpa-infographic-3 > .fsStyleColumn > .fsElement:before {
  position: relative !important;
  top: 0 !important;
}

body.fsDraftMode .bpa-infographic-3 > .fsStyleColumn > .fsElement .fsElementTitle,
body.fsDraftMode .bpa-infographic-3 > .fsStyleColumn > .fsElement .fsElementContent {
  text-align: center !important;
}

body:not(.fsDraftMode) .bpa-infographic-3 > .fsStyleColumn > .fsElement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  margin: 0 !important;
  min-height: 185px;
  min-width: 50%;
  padding: 110px 8px 5px 8px;
}

@media (max-width: 499px) {
  body:not(.fsDraftMode) .bpa-infographic-3 > .fsStyleColumn > .fsElement {
    min-width: 100%;
  }
}

body:not(.fsDraftMode) .bpa-infographic-3 > .fsStyleColumn > .fsElement header,
body:not(.fsDraftMode) .bpa-infographic-3 > .fsStyleColumn > .fsElement .fsElementContent {
  width: 50%;
  padding: 0 5px;
}

.bpa-infographic-3 > .fsStyleColumn > .fsElement:before {
  color: #313131;
  background: #F1B51C;
  display: inline-block;
  position: absolute;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 90px;
  height: 90px;
  top: 0;
  border-radius: 50%;
  line-height: 86px;
  font-size: 37px;
}

.bpa-infographic-3 > .fsStyleColumn > .fsElement .fsElementTitle {
  display: block;
  text-align: right;
  font-family: "Muli", sans-serif !important;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.1;
  color: #313131;
}

.bpa-infographic-3 > .fsStyleColumn > .fsElement .fsElementContent {
  font-family: "Muli", sans-serif !important;
  line-height: 1.2;
  text-align: left;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-top: 6px !important;
}

.bpa-infographic-3 > .fsStyleColumn > .fsElement .fsElementContent p {
  margin: 0;
}

.bpa-infographic-3 > .fsStyleColumn.fsStyleColumn-2 {
  border-left: 1px solid #313131;
  border-right: 1px solid #313131;
  border-bottom-color: #313131;
  border-bottom-width: 0px;
}

body:not(.fsDraftMode) .bpa-infographic-3 > .fsStyleColumn.fsStyleColumn-2 > .fsElement {
  padding-top: 300px;
}

.bpa-infographic-3 > .fsStyleColumn.fsStyleColumn-2 > .fsElement:before {
  top: 20px;
  width: 250px;
  height: 250px;
  font-size: 130px;
  line-height: 220px;
}

.bpa-infographic-3.dark {
  background-color: #00502F;
}

.bpa-infographic-3.dark > header > .fsElementTitle {
  color: #fff;
}

.bpa-infographic-3.dark .fsStyleColumn-2 {
  border-bottom-color: #131313 !important;
  border-left-color: #131313;
  border-right-color: #131313;
}

.bpa-infographic-3.dark > .fsStyleColumn > .fsElement {
  color: #fff;
}

.bpa-infographic-3.dark > .fsStyleColumn > .fsElement:before {
  color: #00502F;
  background: #fff;
}

.bpa-infographic-3.dark > .fsStyleColumn > .fsElement .fsElementTitle {
  color: #fff;
}

.icon-list,
.icon-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.icon-list li {
  margin: 0;
  padding: 0;
}

.icon-list li {
  margin: 6px 0px;
}

.icon-list li:before {
  font-size: 30px;
  margin-right: 14px;
}@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left;
  }
}

@media (min-width: 900px) {
  .col-4 {
    width: 25%;
  }
}

/*! helpers - box-model v0.0.1 */

.margin-x {
  margin-right: 1.25em;
  margin-left: 1.25em;
}

.margin-x-2x {
  margin-right: 2.5em;
  margin-left: 2.5em;
}

.margin-y {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.margin-y-2x {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.padding-x {
  padding-right: 1.25em;
  padding-left: 1.25em;
}

.padding-x-2x {
  padding-right: 2.5em;
  padding-left: 2.5em;
}

.padding-y {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.padding-y-2x {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.stretch-container {
  margin-right: -1.25em;
  margin-left: -1.25em;
}

.cover {
  position: absolute;
  height: 100%;
  width: 100%;
}

/*! helpers - presentational v0.0.1 */

/*! helpers - ui-pattern v0.0.1 */

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //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) 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) format("svg");
  font-weight: 400;
  font-style: normal;
}

h1 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 45px;
  line-height: 55px;
}

h2 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
}

h3 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 35px;
  line-height: 45px;
}

h4 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
}

h5 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 25px;
  line-height: 37px;
}

h6 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
}

p {
  margin: 0 0 20px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #00502F;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

a:hover,
a:focus {
  color: #6D6D6D;
}

.fsContent a {
  font-weight: 700;
  text-decoration: underline;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

.fs_style_31 {
  margin-bottom: 20px;
}

.fs_style_31 th,
.fs_style_31 td {
  vertical-align: top;
  border-bottom: none;
}

.fs_style_31 th {
  padding: 10px 20px;
  background: #00502F;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}

.fs_style_31 td {
  padding: 10px 20px;
  background: #fff;
}

.fs_style_31 tr:nth-of-type(odd) td {
  background-color: #F3F3F3;
}

.fs_style_31 tr {
  border-bottom: solid 1px #ffffff;
}

.fs_style_31 tr.fsLoadMoreButtonRow {
  border-bottom: none;
}

.fs_style_31 tr.fsLoadMoreButtonRow > td {
  background: none;
  padding: 20px 0;
}

body:not(.fsComposeMode) .fs_style_31:last-child {
  margin-bottom: 0;
}

.table-overflow {
  overflow-x: auto;
  max-width: 100%;
  margin-bottom: 20px;
}

.table-overflow:last-child {
  margin-bottom: 0;
}

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

.fs_style_23 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_23:hover,
.fs_style_23:focus,
.fsStateSelected .fs_style_23,
.fs_style_23.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_25 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #313131;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #313131;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_25:hover,
.fs_style_25:focus,
.fsStateSelected .fs_style_25,
.fs_style_25.on {
  background: #313131;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_26 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #6D6D6D;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #6D6D6D;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_26:hover,
.fs_style_26:focus,
.fsStateSelected .fs_style_26,
.fs_style_26.on {
  background: #6D6D6D;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_27 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #F1B51C;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_27:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_27:hover,
.fs_style_27:focus,
.fsStateSelected .fs_style_27,
.fs_style_27.on {
  background: #F1B51C;
  color: #313131;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_28 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #6D6D6D;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #00502F;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_28:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_28:hover,
.fs_style_28:focus,
.fsStateSelected .fs_style_28,
.fs_style_28.on {
  background: #00502F;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_29 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #6D6D6D;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #313131;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_29:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fs_style_29.on {
  background: #313131;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.button-dark {
  padding: 100px;
  background: #00502F;
}

.fs_style_34 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #fff;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_34:hover,
.fs_style_34:focus,
.fsStateSelected .fs_style_34,
.fs_style_34.on {
  background: #fff;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_34:hover,
.fs_style_34:focus,
.fsStateSelected .fs_style_34,
.fs_style_34.on {
  color: #00502F;
}

.fs_style_35 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #F1B51C;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_35:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_35:hover,
.fs_style_35:focus,
.fsStateSelected .fs_style_35,
.fs_style_35.on {
  background: #F1B51C;
  color: #313131;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_36 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #fff;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_36:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_36:hover,
.fs_style_36:focus,
.fsStateSelected .fs_style_36,
.fs_style_36.on {
  background: #fff;
  color: #313131;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_33,
.fs_style_32 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  max-width: 300px;
  text-align: left;
}

.fs_style_33:hover,
.fs_style_33:focus,
.fsStateSelected .fs_style_33,
.fs_style_33.on,
.fs_style_32:hover,
.fs_style_32:focus,
.fsStateSelected .fs_style_32,
.fs_style_32.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_33:before,
.fs_style_32:before {
  margin-right: 17px;
  font-size: 16px;
}

.fs_style_33:before {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fs_style_32:before {
  content: "\E907";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsStyleDefaultButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton.fsLoadMoreButton {
  margin-bottom: 0;
}

.fsStyleDefaultButton.fsSelectAll {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton.fsSelectAll:hover,
.fsStyleDefaultButton.fsSelectAll:focus,
.fsStateSelected .fsStyleDefaultButton.fsSelectAll,
.fsStyleDefaultButton.fsSelectAll.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleUpdateButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
  border-style: solid !important;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsGrid.bpa-image-slideshow-1 {
  margin-bottom: 50px;
}

.fsGrid.bpa-image-slideshow-1 .fsListItems {
  margin: 0 auto;
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.2);
}

body:not(.fsComposeMode) .fsGrid.bpa-image-slideshow-1 .fsListItems:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 580px;
  opacity: 0;
  visibility: hidden;
}

.fsGrid.bpa-image-slideshow-1 article {
  position: relative;
  overflow: hidden;
  padding: 0;
  height: auto;
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article {
    padding-top: 64px;
    min-height: 47.54098vw;
  }
}

@media (min-width: 900px) {
  .fsGrid.bpa-image-slideshow-1 article {
    padding-top: 84px;
  }
}

@media (min-width: 1220px) {
  .fsGrid.bpa-image-slideshow-1 article {
    min-height: 580px;
  }
}

.fsGrid.bpa-image-slideshow-1 article .fsTitle {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 17px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 24px;
  padding-top: 64px;
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article .fsTitle {
    width: 50%;
    padding-top: 0;
  }
}

.fsGrid.bpa-image-slideshow-1 article .fsTitle:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: 0;
  width: 40px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.2);
}

.fsGrid.bpa-image-slideshow-1 article .fsTitle a {
  color: inherit;
}

.fsGrid.bpa-image-slideshow-1 article .fsTitle.fsResourceName {
  display: none;
}

.fsGrid.bpa-image-slideshow-1 article > .fsTitle {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article > .fsTitle {
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 40px);
    margin-left: 20px;
  }
}

@media (min-width: 900px) {
  .fsGrid.bpa-image-slideshow-1 article > .fsTitle {
    width: calc(50% - 60px);
    margin-left: 30px;
  }
}

.fsGrid.bpa-image-slideshow-1 article figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article figure {
    display: block;
  }
}

.fsGrid.bpa-image-slideshow-1 article picture {
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article picture {
    overflow: hidden;
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
  }
}

.fsGrid.bpa-image-slideshow-1 article picture img {
  display: block;
  width: 100%;
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article picture img {
    display: block;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}

.fsGrid.bpa-image-slideshow-1 article figcaption {
  margin-top: 0;
  text-align: center;
  padding: 0 20px 30px;
  color: #6D6D6D;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article figcaption {
    width: 50%;
    padding: 0 20px 84px 20px;
    width: calc(50% - 10px);
    max-height: calc(47.54098vw - 44px - 40px);
    overflow: auto;
  }
}

@media (min-width: 900px) {
  .fsGrid.bpa-image-slideshow-1 article figcaption {
    padding: 0 20px 84px 30px;
    max-height: calc(47.54098vw - 44px - 70px);
  }
}

@media (min-width: 1220px) {
  .fsGrid.bpa-image-slideshow-1 article figcaption {
    max-height: 466px;
  }
}

.fsGrid.bpa-image-slideshow-1 article figcaption h2 {
  padding-bottom: 0;
}

.fsGrid.bpa-image-slideshow-1 article figcaption h2:before {
  display: none;
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article.has-caption {
    position: relative;
  }
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article.has-caption:before {
    content: '';
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(51.8%, rgba(255, 255, 255, 0.85)), to(#fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 51.8%, #fff 100%);
    height: 100px;
    width: calc(50% - 50px);
    left: 20px;
    bottom: 20px;
    z-index: 10;
    height: 84px;
  }
}

@media (min-width: 900px) {
  .fsGrid.bpa-image-slideshow-1 article.has-caption:before {
    width: calc(50% - 60px);
    left: 30px;
    bottom: 30px;
  }
}

.fsGrid.bpa-image-slideshow-1 article.has-caption:not(.has-title) {
  padding-top: 64px;
}

@media (min-width: 900px) {
  .fsGrid.bpa-image-slideshow-1 article.has-caption:not(.has-title) {
    padding-top: 84px;
  }
}

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article:not(.has-caption) {
    display: block;
  }
}

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption) > figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption) > figure + .fsTitle {
  margin-bottom: 20px;
}

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption) .fsTitle {
  margin-bottom: 0;
  padding-bottom: 0;
}

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption) .fsTitle:after {
  display: none;
}

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) {
  padding-top: 0;
  min-height: auto;
}

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) picture {
  width: 100%;
  position: relative;
  height: auto;
}

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) picture img {
  height: auto;
  width: 100%;
  position: relative;
  margin: 0;
}

.fsGrid.bpa-image-slideshow-1 .slick-arrow {
  width: 44px;
  height: 44px;
  border: none;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.42);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 20;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  color: transparent;
  overflow: hidden;
  white-space: nowrap;
}

.fsGrid.bpa-image-slideshow-1 .slick-arrow:before {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  left: 0;
  width: 100%;
  text-align: center;
}

.fsGrid.bpa-image-slideshow-1 .slick-arrow:hover,
.fsGrid.bpa-image-slideshow-1 .slick-arrow:focus {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s;
  transition: .3s;
}

.fsGrid.bpa-image-slideshow-1 .slick-arrow.slick-prev:before {
  content: "\E901";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsGrid.bpa-image-slideshow-1 .slick-arrow.slick-next {
  left: 45px;
}

.fsGrid.bpa-image-slideshow-1 .slick-arrow.slick-next:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article,
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article,
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article,
.fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article,
.fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article {
  padding-top: 64px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
.fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
.fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) {
  padding-top: 0;
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article:before,
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article:before,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article:before,
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article:before,
.fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:before,
.fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:before {
  display: none;
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article .fsTitle,
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article .fsTitle,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article .fsTitle,
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article .fsTitle,
.fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article .fsTitle,
.fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article .fsTitle {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  margin-left: 0;
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article figure,
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article figure,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article figure,
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article figure,
.fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figure,
.fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article figcaption,
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article figcaption,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article figcaption,
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article figcaption,
.fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption,
.fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption {
  padding: 0 20px 30px;
  width: 100%;
  max-height: 100%;
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
.fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
.fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle {
  padding-left: 0;
  padding-right: 0;
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article picture,
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article picture,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article picture,
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article picture,
.fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture,
.fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture {
  width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
}

body.fsComposeMode .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article picture,
body.fsComposeMode .fsBannerRight .fsGrid.bpa-image-slideshow-1 article picture,
body.fsComposeMode .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article picture,
body.fsComposeMode .fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article picture,
body.fsComposeMode .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture,
body.fsComposeMode .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture {
  width: 100%;
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article picture img,
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article picture img,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article picture img,
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article picture img,
.fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture img,
.fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture img {
  height: auto;
  width: 100%;
  margin: 0;
  position: relative;
}

.fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article,
.fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article,
.fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article {
  min-height: auto;
}

.fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article:before,
.fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article:before,
.fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article:before {
  display: none;
}

@media (min-width: 1000px) {
  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article:before,
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article:before,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article:before {
    display: block;
    width: calc(50% - 40px);
    left: 20px;
    bottom: 20px;
  }
}

@media (min-width: 1000px) {
  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article,
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article {
    min-height: 34.64851vw;
    padding-top: 64px;
  }
}

@media (min-width: 1220px) {
  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article,
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article {
    min-height: 422.71186px;
  }
}

.fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figure,
.fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figure,
.fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1000px) {
  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figure,
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figure,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figure {
    display: block;
  }
}

@media (max-width: 999px) {
  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article picture,
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article picture,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article picture {
    width: 100%;
    height: auto;
    position: relative;
  }

  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article picture img,
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article picture img,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article picture img {
    height: auto;
    width: 100%;
    margin: 0;
    position: relative;
    opacity: 0;
  }
}

@media (min-width: 1000px) {
  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figcaption,
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figcaption,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figcaption {
    padding: 0 10px 84px 20px;
    max-height: calc(34.64851vw - 44px - 40px);
  }
}

@media (min-width: 1220px) {
  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figcaption,
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figcaption,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figcaption {
    max-height: calc(422.71186px - 44px - 40px);
  }
}

@media (max-width: 999px) {
  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figcaption,
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figcaption,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figcaption {
    width: 100%;
    max-height: 100%;
    padding: 0 20px 30px;
  }
}

@media (max-width: 999px) {
  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption),
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption),
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) .fsTitle,
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) .fsTitle,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) .fsTitle {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

body.fsComposeMode .fsGrid.bpa-image-slideshow-1 .fsListItems:not(.slick-initialized) article {
  min-height: auto;
}

.fsGrid.bpa-image-slideshow-1.dark .fsListItems {
  background: #00502F;
  border: none;
}

.fsGrid.bpa-image-slideshow-1.dark article .fsTitle {
  color: #fff;
}

.fsGrid.bpa-image-slideshow-1.dark article .fsTitle:after {
  background-color: rgba(255, 255, 255, 0.2);
}

.fsGrid.bpa-image-slideshow-1.dark article figcaption {
  color: #fff;
}

.fsGrid.bpa-image-slideshow-1.dark article figcaption a {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
}

.fsGrid.bpa-image-slideshow-1.dark article figcaption a:hover,
.fsGrid.bpa-image-slideshow-1.dark article figcaption a:focus {
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.fsGrid.bpa-image-slideshow-1.dark article.has-caption:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 80, 47, 0)), color-stop(51.8%, rgba(0, 80, 47, 0.85)), to(#00502F));
  background: linear-gradient(180deg, rgba(0, 80, 47, 0) 0%, rgba(0, 80, 47, 0.85) 51.8%, #00502F 100%);
}@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left;
  }
}

@media (min-width: 900px) {
  .col-4 {
    width: 25%;
  }
}

/*! helpers - box-model v0.0.1 */

.margin-x {
  margin-right: 1.25em;
  margin-left: 1.25em;
}

.margin-x-2x {
  margin-right: 2.5em;
  margin-left: 2.5em;
}

.margin-y {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.margin-y-2x {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.padding-x {
  padding-right: 1.25em;
  padding-left: 1.25em;
}

.padding-x-2x {
  padding-right: 2.5em;
  padding-left: 2.5em;
}

.padding-y {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.padding-y-2x {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.stretch-container {
  margin-right: -1.25em;
  margin-left: -1.25em;
}

.cover {
  position: absolute;
  height: 100%;
  width: 100%;
}

/*! helpers - presentational v0.0.1 */

/*! helpers - ui-pattern v0.0.1 */

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //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) 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) format("svg");
  font-weight: 400;
  font-style: normal;
}

h1 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 45px;
  line-height: 55px;
}

h2 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
}

h3 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 35px;
  line-height: 45px;
}

h4 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
}

h5 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 25px;
  line-height: 37px;
}

h6 {
  margin-top: 0;
  color: #313131;
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
}

p {
  margin: 0 0 20px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
  margin-top: 0;
}

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #00502F;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

a:hover,
a:focus {
  color: #6D6D6D;
}

.fsContent a {
  font-weight: 700;
  text-decoration: underline;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

.fs_style_31 {
  margin-bottom: 20px;
}

.fs_style_31 th,
.fs_style_31 td {
  vertical-align: top;
  border-bottom: none;
}

.fs_style_31 th {
  padding: 10px 20px;
  background: #00502F;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}

.fs_style_31 td {
  padding: 10px 20px;
  background: #fff;
}

.fs_style_31 tr:nth-of-type(odd) td {
  background-color: #F3F3F3;
}

.fs_style_31 tr {
  border-bottom: solid 1px #ffffff;
}

.fs_style_31 tr.fsLoadMoreButtonRow {
  border-bottom: none;
}

.fs_style_31 tr.fsLoadMoreButtonRow > td {
  background: none;
  padding: 20px 0;
}

body:not(.fsComposeMode) .fs_style_31:last-child {
  margin-bottom: 0;
}

.table-overflow {
  overflow-x: auto;
  max-width: 100%;
  margin-bottom: 20px;
}

.table-overflow:last-child {
  margin-bottom: 0;
}

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

.fs_style_23 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_23:hover,
.fs_style_23:focus,
.fsStateSelected .fs_style_23,
.fs_style_23.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_25 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #313131;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #313131;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_25:hover,
.fs_style_25:focus,
.fsStateSelected .fs_style_25,
.fs_style_25.on {
  background: #313131;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_26 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #6D6D6D;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #6D6D6D;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_26:hover,
.fs_style_26:focus,
.fsStateSelected .fs_style_26,
.fs_style_26.on {
  background: #6D6D6D;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_27 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #F1B51C;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_27:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_27:hover,
.fs_style_27:focus,
.fsStateSelected .fs_style_27,
.fs_style_27.on {
  background: #F1B51C;
  color: #313131;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_28 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #6D6D6D;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #00502F;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_28:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_28:hover,
.fs_style_28:focus,
.fsStateSelected .fs_style_28,
.fs_style_28.on {
  background: #00502F;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_29 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #6D6D6D;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #313131;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_29:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fs_style_29.on {
  background: #313131;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.button-dark {
  padding: 100px;
  background: #00502F;
}

.fs_style_34 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #fff;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_34:hover,
.fs_style_34:focus,
.fsStateSelected .fs_style_34,
.fs_style_34.on {
  background: #fff;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_34:hover,
.fs_style_34:focus,
.fsStateSelected .fs_style_34,
.fs_style_34.on {
  color: #00502F;
}

.fs_style_35 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #F1B51C;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_35:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_35:hover,
.fs_style_35:focus,
.fsStateSelected .fs_style_35,
.fs_style_35.on {
  background: #F1B51C;
  color: #313131;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_36 {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 10px 5px 10px 35px;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border-bottom: 2px solid #fff;
  border-radius: 0px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_36:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}

.fs_style_36:hover,
.fs_style_36:focus,
.fsStateSelected .fs_style_36,
.fs_style_36.on {
  background: #fff;
  color: #313131;
  border-radius: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_33,
.fs_style_32 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  max-width: 300px;
  text-align: left;
}

.fs_style_33:hover,
.fs_style_33:focus,
.fsStateSelected .fs_style_33,
.fs_style_33.on,
.fs_style_32:hover,
.fs_style_32:focus,
.fsStateSelected .fs_style_32,
.fs_style_32.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_33:before,
.fs_style_32:before {
  margin-right: 17px;
  font-size: 16px;
}

.fs_style_33:before {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fs_style_32:before {
  content: "\E907";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsStyleDefaultButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton.fsLoadMoreButton {
  margin-bottom: 0;
}

.fsStyleDefaultButton.fsSelectAll {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleDefaultButton.fsSelectAll:hover,
.fsStyleDefaultButton.fsSelectAll:focus,
.fsStateSelected .fsStyleDefaultButton.fsSelectAll,
.fsStyleDefaultButton.fsSelectAll.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsStyleUpdateButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 11px 19px;
  background: transparent;
  color: #00502F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  border: 2px solid #00502F;
  border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: .3s;
  transition: .3s;
  border-style: solid !important;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #00502F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

@font-face {
  font-family: 'bpa-font-icons';
  src: url(fonts/bpa-icon-library.eot);
  src: url(fonts/bpa-icon-library.eot) format("embedded-opentype"), url(fonts/bpa-icon-library.woff2) format("woff2"), url(fonts/bpa-icon-library.woff) format("woff"), url(fonts/bpa-icon-library.ttf) format("truetype"), url(fonts/bpa-icon-library.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

.bpa-campus-map-2 .fsDialogBackdrop,
.bpa-campus-map-2 ._dialog_overlay,
.bpa-campus-map-2 dialog.fsResourceElement {
  display: none !important;
  width: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}

.bpa-campus-map-2 .fsPageTitle {
  text-align: center;
}

.map-intro {
  text-align: center;
}

.map-container-2 {
  position: relative;
  margin: 50px 0;
}

.fsPageLayout.fsOneColumnLayout .map-container-2 > header {
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

body.fsComposeMode .fsPageLayout.fsOneColumnLayout .map-container-2 > header {
  width: auto;
  margin-left: 0;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}

.map-container-2:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-transition: .5s ease-in-out .3s;
  transition: .5s ease-in-out .3s;
  display: none;
}

@media (min-width: 700px) {
  .map-container-2:before {
    display: block;
  }
}

.map-container-2 > header {
  position: relative;
}

body:not(.fsComposeMode) .map-container-2 > header .fsElementTitle {
  display: none;
}

.map-container-2 > header .fsElementHeaderContent {
  margin-bottom: 0;
}

.map-container-2 > header .fsElementHeaderContent picture,
.map-container-2 > header .fsElementHeaderContent img {
  display: block;
  width: 100%;
}

.point-plotter .map-container-2 {
  z-index: 10;
}

.point-plotter .map-container-2 > header {
  opacity: .5;
}

body:not(.fsComposeMode) .map-points-2 {
  display: none;
}

body.fsComposeMode .map-points-2 .fsResource {
  background-color: #fff;
  position: relative;
  z-index: 5;
  width: 250px;
  background-color: #fff;
  -webkit-box-shadow: 7px 10px 10px rgba(0, 0, 0, 0.35);
          box-shadow: 7px 10px 10px rgba(0, 0, 0, 0.35);
  margin-left: 15px;
  border-radius: 4px;
  padding: 20px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

body.fsComposeMode .map-points-2 .fsResource > .fsTitle {
  margin-bottom: 10px;
}

body.fsComposeMode .map-points-2 .fsResource > figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

body.fsComposeMode .map-points-2 .fsResource > figure picture {
  display: block;
  border-radius: 4px;
  overflow: hidden;
}

body.fsComposeMode .map-points-2 .fsResource > figure picture img {
  display: block;
  width: 100%;
}

body.fsComposeMode .map-points-2 .fsResource figcaption {
  margin-bottom: 20px;
}

body.fsComposeMode .map-points-2 .fsResource.mobile {
  display: none;
}

body:not(.fsComposeMode) .points-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin-bottom: 0;
}

.point-plotter .points-wrapper {
  z-index: -1;
}

body:not(.fsComposeMode) .points-wrapper > header,
body:not(.fsComposeMode) .points-wrapper > footer {
  display: none;
}

.points-wrapper .fsResource {
  border: none;
  padding: 0;
  position: absolute;
  margin: 0;
  display: block;
  counter-increment: li;
  z-index: 2;
  -webkit-transform: translate3d(-15px, -46px, 0);
          transform: translate3d(-15px, -46px, 0);
  opacity: 0;
  visibility: hidden;
  width: 30px;
  height: 46px;
  text-align: center;
}

@media (min-width: 700px) {
  .points-wrapper .fsResource {
    opacity: 1;
    visibility: visible;
  }
}

body.fsComposeMode .points-wrapper .fsResource {
  position: relative;
}

.points-wrapper .fsResource:hover,
.points-wrapper .fsResource:focus {
  z-index: 5;
}

.points-wrapper .fsResource.active-point {
  z-index: 50;
  opacity: 1;
  visibility: visible;
}

.map-point {
  width: 100%;
  height: 46px;
  text-align: center;
  white-space: nowrap;
  display: block;
  cursor: pointer;
}

body.fsComposeMode .map-point {
  color: #6D6D6D;
}

.map-point:before {
  content: "\E900";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  display: block;
  font-size: 46px;
  line-height: 1;
  color: #fff;
  text-shadow: 0 20px 10px rgba(0, 0, 0, 0.35);
  opacity: 1;
  background: none;
  margin: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  top: 0;
}

.map-point:after {
  content: counter(li);
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  text-align: center;
  color: #6D6D6D;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  top: 12px;
}

.map-point > span {
  display: none;
}

.map-point:hover,
.map-point:focus {
  color: inherit;
}

.point-content-container {
  display: none;
  text-align: left;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  left: calc(100% + 10px);
  width: 250px;
  background-color: #fff;
  -webkit-box-shadow: 7px 10px 10px rgba(0, 0, 0, 0.35);
          box-shadow: 7px 10px 10px rgba(0, 0, 0, 0.35);
  margin-left: 15px;
  padding: 10px 5px 20px 0;
  border-radius: 4px;
}

.point-content-container:before {
  content: '';
  position: absolute;
  left: -15px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 2px;
  top: calc(50% - 20px);
  -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
          transform: translate3d(0, -50%, 0) rotate(45deg);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-box-shadow: 7px 10px 10px rgba(0, 0, 0, 0.35);
          box-shadow: 7px 10px 10px rgba(0, 0, 0, 0.35);
}

@media (min-width: 700px) {
  .active-point .point-content-container {
    display: block;
  }
}

.right-side .point-content-container {
  left: auto;
  right: calc(100% + 10px);
  margin-left: 0;
  margin-right: 15px;
}

.right-side .point-content-container:before {
  left: calc(100% - 25px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.up-top .point-content-container {
  top: -10px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.up-top .point-content-container:before {
  top: 0;
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
          transform: translate3d(0, 0, 0) rotate(45deg);
}

.down-low .point-content-container {
  top: auto;
  bottom: -10px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.down-low .point-content-container:before {
  top: auto;
  bottom: 35px;
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
          transform: translate3d(0, 0, 0) rotate(45deg);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.point-content {
  background-color: #fff;
  position: relative;
  z-index: 5;
  padding-top: 30px;
}

@media (min-width: 700px) {
  .point-content {
    padding: 10px 15px 5px 20px;
    max-height: 460px;
    overflow-y: auto;
  }
}

.point-content > .fsTitle {
  margin-bottom: 10px;
}

.point-content > figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.point-content > figure picture {
  display: block;
  border-radius: 4px;
  overflow: hidden;
}

.point-content > figure picture img {
  display: block;
  width: 100%;
}

.point-content figcaption {
  margin-bottom: 20px;
}

@media (min-width: 700px) {
  .point-content.mobile {
    display: none;
  }
}

.map-legend-container > header {
  text-align: center;
}

.map-legend-container > header .fsElementTitle {
  color: #6D6D6D;
  font-family: "Muli", sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 50px;
}

@media (min-width: 600px) {
  .map-legend-container > .fsElementContent {
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.map-legend-2 {
  position: relative;
  color: #00502F;
  margin-top: 30px;
}

@media (min-width: 600px) {
  .map-legend-2 {
    margin: 0 10px;
    width: calc(50% - 20px);
  }

  .map-legend-2:nth-child(n+3) {
    margin-top: 50px;
  }
}

@media (min-width: 800px) {
  .map-legend-2 {
    width: calc(33.333% - 20px);
  }

  .map-legend-2:nth-child(n+3) {
    margin-top: 0;
  }

  .map-legend-2:nth-child(n+4) {
    margin-top: 50px;
  }
}

@media (min-width: 1100px) {
  .map-legend-2 {
    width: calc(25% - 20px);
  }

  .map-legend-2:nth-child(n+4) {
    margin-top: 0;
  }

  .map-legend-2:nth-child(n+5) {
    margin-top: 50px;
  }
}

.map-legend-2 .fsResourceCollectionName {
  position: relative;
  font-family: "Muli", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.map-legend-2 .fsResourceCollectionName:after {
  content: '';
  width: 80px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: 0 1px 0 0 #ccc;
          box-shadow: 0 1px 0 0 #ccc;
}

.map-legend-2 .fsStyleDefaultList {
  padding: 0;
  margin: 0;
}

.map-legend-2 .fsStyleDefaultList > li.fsListItem {
  border: none;
  position: relative;
  padding: 0;
  margin: 0 0 15px;
  display: block;
  cursor: pointer;
}

.map-legend-2 .fsStyleDefaultList > li.fsListItem > .fsTitle {
  color: #6D6D6D;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  display: inline-block;
  word-wrap: normal;
  word-break: normal;
}

.map-legend-2 .fsStyleDefaultList > li.fsListItem > .fsTitle:before {
  display: none;
}

.map-legend-2 .fsStyleDefaultList > li.fsListItem > .fsTitle:hover,
.map-legend-2 .fsStyleDefaultList > li.fsListItem > .fsTitle:focus {
  color: #313131;
  text-decoration: underline;
}

.map-legend-2 .fsStyleDefaultList > li.fsListItem > .fsTitle a {
  pointer-events: none;
  color: inherit;
  display: inline;
}

.map-legend-2 .fsStyleDefaultList > li.fsListItem > .fsTitle a:hover,
.map-legend-2 .fsStyleDefaultList > li.fsListItem > .fsTitle a:focus {
  color: #313131;
}

body:not(.fsComposeMode) .map-legend-2 > footer {
  display: none;
}

.legend-item-number {
  display: inline;
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
}

.legend-item-number:after {
  content: ' - ';
  display: inline-block;
  margin: 0 3px;
  color: #6D6D6D;
  font-weight: normal;
}

.color-1 .map-point:after,
.color-1 .legend-item-number,
.color-1 .fsResourceCollectionName,
.color-1 .fsElementEmpty {
  color: #00502F;
}

.color-2 .map-point:after,
.color-2 .legend-item-number,
.color-2 .fsResourceCollectionName,
.color-2 .fsElementEmpty {
  color: #00bccd;
}

.color-3 .map-point:after,
.color-3 .legend-item-number,
.color-3 .fsResourceCollectionName,
.color-3 .fsElementEmpty {
  color: #f99d3c;
}

.color-4 .map-point:after,
.color-4 .legend-item-number,
.color-4 .fsResourceCollectionName,
.color-4 .fsElementEmpty {
  color: #813f95;
}

.color-5 .map-point:after,
.color-5 .legend-item-number,
.color-5 .fsResourceCollectionName,
.color-5 .fsElementEmpty {
  color: #0072bc;
}

.color-6 .map-point:after,
.color-6 .legend-item-number,
.color-6 .fsResourceCollectionName,
.color-6 .fsElementEmpty {
  color: #acc02a;
}

.color-7 .map-point:after,
.color-7 .legend-item-number,
.color-7 .fsResourceCollectionName,
.color-7 .fsElementEmpty {
  color: #7da7d9;
}

.color-8 .map-point:after,
.color-8 .legend-item-number,
.color-8 .fsResourceCollectionName,
.color-8 .fsElementEmpty {
  color: #39b54a;
}

.coordinates-popup {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 50;
  background-color: #fff;
  color: #6D6D6D;
  padding: 10px;
}