/*!
 * Escola Concept - default_18
 * @link: https://escolaconceptcombr-4301.preview.finalsite.com
 * Site Template: newclientcustom
 * Built By: Jose Guerra
 * Project Manager: Rosie Paxton
 * Designer: Ashley Stevens
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 4.4.0
 * Git Tag: v4.4.0-265-g934dad3
 * Last built by: James Brettschneider
 */
@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 1380px;
}

@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;
}

@font-face {
  font-family: 'cervo_neuelight_neue';
  src: url(fonts/typoforge_studio_-_cervoneue-lightneue-webfont.woff2) format("woff2"), url(fonts/typoforge_studio_-_cervoneue-lightneue-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'cervo_neuebold_neue';
  src: url(fonts/typoforge_studio_-_cervoneue-boldneue-webfont.woff2) format("woff2"), url(fonts/typoforge_studio_-_cervoneue-boldneue-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

.fsTitle,
.fsAthleticsRosterList li > div.fsRosterName,
.fsFacebookFrom,
.fsVimeoTitle,
.fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
}

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 87px;
  line-height: 90px;
  margin-bottom: 16px;
  font-size: 3.75rem;
  line-height: 4.0625rem;
}

@media (min-width: 600px) {
  h1 {
    font-size: 87px;
    line-height: 90px;
  }
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 46px;
  line-height: 53px;
  margin-bottom: 16px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 25px;
  line-height: 26px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 25px;
  line-height: 26px;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  margin-top: 2.5rem;
}

h1,
h2,
h3,
h4 {
  font-family: "cervo_neuebold_neue", sans-serif;
}

h1,
h2,
h3,
h5 {
  color: #00A499;
}

h5,
h6 {
  font-family: "Arimo", sans-serif;
}

.fsPageTitle,
.fsElementTitle,
.fsElementContent > *:first-child {
  margin-top: 0;
}

p {
  margin: 0 0 20px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
}

a {
  font-size: 0.8125rem;
  font-weight: bold;
  text-decoration: none;
  color: #58595B;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
  text-transform: uppercase;
}

a:hover,
a:focus {
  color: #00A499;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

.fs_style_15,
.fsAthleticsEvent.fsTable .fsElementTable,
.fsAthleticsRoster .fsElementTable,
table.styled {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block;
}

.fs_style_15 td,
.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.styled td {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.05);
}

.fs_style_15 tr:nth-of-type(odd) td,
.fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td,
.fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
table.styled tr:nth-of-type(odd) td {
  background-color: rgba(0, 0, 0, 0.1);
}

.fs_style_15 th,
.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
.fs_style_15 td,
.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.styled th,
table.styled td {
  vertical-align: top;
  border-bottom: none;
}

.fs_style_15 th,
.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.styled th {
  padding: 10px 20px;
  text-align: left;
  background: #363636;
  color: #fff;
}

.fs_style_15 {
  font-weight: normal;
}

@media (min-width: 600px) {
  .fs_style_15 {
    display: tablet;
    table-layout: fixed;
  }
}

.fs_style_15 td {
  display: table-cell;
  background: white;
}

.fs_style_15 td:nth-child(1) {
  padding-left: 1.875rem;
}

.fs_style_15 td:nth-child(2) {
  padding-left: 2.0625rem;
}

.fs_style_15 tr:nth-of-type(odd) td {
  background-color: #F8F8F8;
}

.fs_style_15 th {
  font-family: "cervo_neuebold_neue", sans-serif;
  font-size: 0.8125rem;
  background: #00A499;
  text-transform: uppercase;
  border-bottom: 14px solid white;
}

.fs_style_15 th:nth-child(1) {
  padding-left: 1.875rem;
}

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

/*! _main.scss - src/sass/modules/common/ - main common import */

/*! elements - common v0.0.1 */

/* Contains generic styles that apply to every element */

.fsElement {
  margin-bottom: 40px;
}

@media (min-width: 600px) {
  .fsElement {
    margin-bottom: 80px;
  }
}

body.fsComposeMode .fsElement {
  margin-bottom: 20px;
}

.fsElement:last-child {
  margin-bottom: 0;
}

.fsElementHeaderContent {
  margin-bottom: 20px;
}

.fsElementFooterContent {
  margin-top: 20px;
}

.fsPanel {
  margin-bottom: 0;
}

.fsStyleDefaultField {
  border: solid 1px #bbbbbb;
}

/*! 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: #039;
  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 #eee;
}

.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: #1c1c1c;
  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(28, 28, 28, 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: #1c1c1c;
}

.fsSlideshow .fsPager li button:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(28, 28, 28, 0.25);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
}

.fsSlideshow .fsPager li button:hover:before,
.fsSlideshow .fsPager li button:focus:before {
  background-color: #1c1c1c;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSlideshow .fsPager li button:focus {
  outline: 1px dashed rgba(28, 28, 28, 0.25);
}

.fsSlideshow .fsPager li.slick-active button:before {
  opacity: 1;
  background-color: #1c1c1c;
}

/*! 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: #1c1c1c;
}

.fsDialogCloseButton:focus:after,
.fsDialogCloseButton:focus:before {
  background: #1c1c1c;
}

.fsDialogCloseButton:hover:after,
.fsDialogCloseButton:hover:before {
  background: black;
}

.fsElementDialog {
  color: #1c1c1c;
}

.fsStyleDefaultButton,
.fs_style_16,
.button {
  font-family: "cervo_neuebold_neue", sans-serif;
  font-size: 0.8125rem;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 40px;
  background: white;
  color: #00A499;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #00A499;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fs_style_16:hover,
.fs_style_16:focus,
.fsStateSelected .fs_style_16,
.button:hover,
.button:focus,
.fsStateSelected .button {
  background: #00A499;
  color: white;
}

.fsStyleDefaultButton em,
.fs_style_16 em,
.button em {
  display: block;
  font-style: normal;
}

.button-hover {
  font-family: "cervo_neuebold_neue", sans-serif;
  font-size: 0.8125rem;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 40px;
  background: #00A499;
  color: white;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #00A499;
}

.button-hover:hover,
.button-hover:focus,
.fsStateSelected .button-hover {
  background: #00A499;
  color: white;
}

.button-hover em {
  display: block;
  font-style: normal;
}

.button-hover:focus,
.button-hover:hover {
  background: white;
  color: #00A499;
}

.fs_style_17,
.button-inverse {
  font-family: "cervo_neuebold_neue", sans-serif;
  font-size: 0.8125rem;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 40px;
  background: #163052;
  color: white;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid white;
}

.fs_style_17:hover,
.fs_style_17:focus,
.fsStateSelected .fs_style_17,
.button-inverse:hover,
.button-inverse:focus,
.fsStateSelected .button-inverse {
  background: #00A499;
  color: white;
}

.fs_style_17 em,
.button-inverse em {
  display: block;
  font-style: normal;
}

.fs_style_17:focus,
.fs_style_17:hover,
.button-inverse:focus,
.button-inverse:hover {
  border-color: #00A499;
}

.dark-box {
  background-color: #414042;
  padding: 50px 30px 30px 50px;
  max-width: 480px;
}

.dark-box .button-hover:hover {
  border-color: white;
  background: transparent;
  color: white;
}

.fsStyleDefaultButton {
  font-family: "cervo_neuebold_neue", sans-serif;
  font-size: 0.8125rem;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 40px;
  background: white;
  color: #00A499;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton {
  background: #00A499;
  color: white;
}

.fsStyleDefaultButton em {
  display: block;
  font-style: normal;
}

.fsStyleDefaultButton.fsLoadMoreButton {
  margin-bottom: 0;
}

.fsStyleDefaultButton.fsSelectAll {
  margin-bottom: 5px;
  padding: 7px 12px;
  font-size: .875em;
  line-height: 1.2;
}

.fsStyleUpdateButton {
  font-family: "cervo_neuebold_neue", sans-serif;
  font-size: 0.8125rem;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 40px;
  background: white;
  color: #00A499;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #00A499;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton {
  background: #00A499;
  color: white;
}

.fsStyleUpdateButton em {
  display: block;
  font-style: normal;
}

.fsAccount input[type="submit"] {
  border: 1px solid #00A499;
}

.fs_style_14,
.lead-in {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5em;
}

blockquote {
  font-family: "cervo_neuebold_neue", sans-serif;
  position: relative;
  margin: 8.75rem 0rem 5rem 0rem !important;
  font-size: 1.375rem;
  line-height: 1.6875rem;
  text-transform: uppercase;
  max-width: 31.9375rem;
}

.home blockquote {
  margin-top: 80px !important;
}

@media (min-width: 600px) {
  .home blockquote {
    margin-top: 8.75rem !important;
  }
}

@media (min-width: 600px) {
  blockquote {
    margin: 8.75rem 5rem 5rem 12.5rem !important;
  }

  .callout-box blockquote {
    margin: 4.375rem 5rem 2.5rem 12.5rem !important;
  }
}

blockquote::before {
  content: '';
  position: absolute;
  top: -70px;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 30px;
  background-image: url(images/quotes.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media (min-width: 600px) {
  blockquote::before {
    top: 0;
    right: 100%;
    left: auto;
  }
}

@media (min-width: 600px) {
  blockquote::after {
    content: '';
    position: absolute;
    left: 4px;
    top: -62px;
    width: 2px;
    height: 48px;
    background-color: #eee;
  }
}

cite {
  font-family: "Arimo", sans-serif;
  font-size: 0.8125rem;
  display: block;
  margin: 0 0 20px;
  font-style: normal;
  line-height: 1.5;
}

cite:before {
  content: '';
}

cite .cite-title {
  font-family: "cervo_neuebold_neue", sans-serif;
  display: block;
  color: #00A499;
}

.callout {
  padding: 20px;
  background: #363636;
  color: #fff;
}

.callout.left {
  float: left;
  margin-left: 20px;
}

@media (min-width: 500px) {
  .callout.left {
    width: 50%;
  }
}

.callout.right {
  float: right;
  margin-right: 20px;
}

@media (min-width: 500px) {
  .callout.right {
    width: 50%;
  }
}

.callout-box {
  font-weight: normal;
  background: #F8F8F8;
  margin-bottom: 5rem;
}

.callout-box header > .fsElementHeaderContent,
.callout-box header img {
  margin-bottom: 0;
}

.callout-box .fsElementTitle {
  padding: 3.125rem 30px 0;
  margin-bottom: 0;
}

.callout-box .fsElementTitle,
.callout-box h2 {
  font-size: 1.375rem;
  line-height: 1.625rem;
}

.callout-box > .fsElementContent {
  padding: 2.5rem 30px 3.125rem;
  position: relative;
}

.callout-box.left {
  overflow: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.callout-box.left > header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

body:not(.fsComposeMode) .callout-box.left > header img {
  width: auto;
  height: auto;
  opacity: 0;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .callout-box.left > header img {
    height: 100%;
    max-height: 430px;
  }
}

@media (min-width: 900px) {
  .callout-box.left > .fsElementContent {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 900px) {
  .callout-box.left .triangle-container {
    clear: right;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.callout-box.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse nowrap;
          flex-flow: row-reverse nowrap;
}

.callout-box.right > header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 900px) {
  .callout-box.right > header,
  .callout-box.right .fsElementContent {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

body:not(.fsComposeMode) .callout-box.right img {
  width: auto;
  height: auto;
  opacity: 0;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .callout-box.right img {
    height: 100%;
    max-height: 430px;
  }
}

.triangle-container {
  height: 50px;
  position: relative;
  overflow: hidden;
}

.fsBanner .triangle-container {
  height: 60px;
}

.triangle-container .right-triangle {
  width: 94%;
  height: 100px;
  background: linear-gradient(45deg, #000000 0%, #ffffff 100%);
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transform: rotate(-8.1deg) translate3d(0%, 100%, 0);
          transform: rotate(-8.1deg) translate3d(0%, 100%, 0);
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  z-index: 2;
  opacity: 0.25;
  -webkit-transition: 0.75s ease-in-out;
  transition: 0.75s ease-in-out;
}

.triangle-container .right-triangle.animate {
  -webkit-transform: rotate(-8.1deg) translate3d(0%, 0%, 0);
          transform: rotate(-8.1deg) translate3d(0%, 0%, 0);
}

@media (min-width: 600px) {
  .triangle-container .right-triangle {
    -webkit-transform: rotate(-6.1deg) translate3d(0%, 100%, 0);
            transform: rotate(-6.1deg) translate3d(0%, 100%, 0);
  }

  .triangle-container .right-triangle.animate {
    -webkit-transform: rotate(-6.1deg) translate3d(0%, 0%, 0);
            transform: rotate(-6.1deg) translate3d(0%, 0%, 0);
  }
}

@media (min-width: 900px) {
  .triangle-container .right-triangle {
    -webkit-transform: rotate(-5.1deg) translate3d(0%, 100%, 0);
            transform: rotate(-5.1deg) translate3d(0%, 100%, 0);
  }

  .triangle-container .right-triangle.animate {
    -webkit-transform: rotate(-5.1deg) translate3d(0%, 0%, 0);
            transform: rotate(-5.1deg) translate3d(0%, 0%, 0);
  }
}

@media (min-width: 1300px) {
  .triangle-container .right-triangle {
    -webkit-transform: rotate(-3.1deg) translate3d(0%, 100%, 0);
            transform: rotate(-3.1deg) translate3d(0%, 100%, 0);
  }

  .triangle-container .right-triangle.animate {
    -webkit-transform: rotate(-3.1deg) translate3d(0%, 0%, 0);
            transform: rotate(-3.1deg) translate3d(0%, 0%, 0);
  }
}

.left .triangle-container .right-triangle {
  -webkit-transform: rotate(-8.1deg) translate3d(0%, 100%, 0);
          transform: rotate(-8.1deg) translate3d(0%, 100%, 0);
  -webkit-transition: 0.9s ease-in-out;
  transition: 0.9s ease-in-out;
}

.left .triangle-container .right-triangle.animate {
  -webkit-transform: rotate(-8.1deg) translate3d(10%, 0%, 0) scaleX(1.1);
          transform: rotate(-8.1deg) translate3d(10%, 0%, 0) scaleX(1.1);
}

.fsBanner .triangle-container .right-triangle {
  -webkit-transform: rotate(-14.1deg) translate3d(0%, 100%, 0);
          transform: rotate(-14.1deg) translate3d(0%, 100%, 0);
  -webkit-transition: 0.9s ease-in-out;
  transition: 0.9s ease-in-out;
}

.fsBanner .triangle-container .right-triangle.animate {
  -webkit-transform: rotate(-14.1deg) translate3d(10%, 0%, 0) scaleX(1.1);
          transform: rotate(-14.1deg) translate3d(10%, 0%, 0) scaleX(1.1);
}

@media (min-width: 900px) {
  .fsBanner .triangle-container .right-triangle {
    -webkit-transform: rotate(-8.1deg) translate3d(0%, 100%, 0);
            transform: rotate(-8.1deg) translate3d(0%, 100%, 0);
    -webkit-transition: 0.9s ease-in-out;
    transition: 0.9s ease-in-out;
  }

  .fsBanner .triangle-container .right-triangle.animate {
    -webkit-transform: rotate(-8.1deg) translate3d(10%, 0%, 0) scaleX(1.1);
            transform: rotate(-8.1deg) translate3d(10%, 0%, 0) scaleX(1.1);
  }
}

.triangle-container .right-triangle::before {
  content: '';
  width: 46%;
  height: 100px;
  background: linear-gradient(45deg, #000000 0%, #ffffff 100%);
  position: absolute;
  top: 10px;
  right: -15px;
  -webkit-transform: rotate(-2.8deg);
      -ms-transform: rotate(-2.8deg);
          transform: rotate(-2.8deg);
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  z-index: 3;
  opacity: 0.5;
}

.fsBanner .triangle-container .right-triangle::before {
  width: 60%;
  top: 15px;
  right: -30px;
}

.triangle-container .right-triangle::after {
  content: '';
  width: 100%;
  max-width: 100px;
  height: 100px;
  background: black;
  position: absolute;
  top: 23px;
  right: -30px;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  z-index: 4;
  opacity: 0.6;
}

.fsBanner .triangle-container .right-triangle::after {
  top: 32px;
  right: -35px;
  background: white;
}

.triangle-container .left-triangle {
  width: 75%;
  height: 100px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -4px;
  left: -50px;
  -webkit-transform: rotate(14.2deg) translate3d(0%, 100%, 0);
          transform: rotate(14.2deg) translate3d(0%, 100%, 0);
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  z-index: 2;
  -webkit-transition: 0.9s ease-in-out;
  transition: 0.9s ease-in-out;
}

.triangle-container .left-triangle.animate {
  -webkit-transform: rotate(14.2deg) translate3d(0%, 0%, 0);
          transform: rotate(14.2deg) translate3d(0%, 0%, 0);
}

@media (min-width: 600px) {
  .triangle-container .left-triangle {
    -webkit-transform: rotate(10.2deg) translate3d(0%, 100%, 0);
            transform: rotate(10.2deg) translate3d(0%, 100%, 0);
  }

  .triangle-container .left-triangle.animate {
    -webkit-transform: rotate(10.2deg) translate3d(0%, 0%, 0);
            transform: rotate(10.2deg) translate3d(0%, 0%, 0);
  }
}

@media (min-width: 900px) {
  .triangle-container .left-triangle {
    -webkit-transform: rotate(9.2deg) translate3d(0%, 100%, 0);
            transform: rotate(9.2deg) translate3d(0%, 100%, 0);
  }

  .triangle-container .left-triangle.animate {
    -webkit-transform: rotate(9.2deg) translate3d(0%, 0%, 0);
            transform: rotate(9.2deg) translate3d(0%, 0%, 0);
  }
}

@media (min-width: 1300px) {
  .triangle-container .left-triangle {
    -webkit-transform: rotate(5.2deg) translate3d(0%, 100%, 0);
            transform: rotate(5.2deg) translate3d(0%, 100%, 0);
  }

  .triangle-container .left-triangle.animate {
    -webkit-transform: rotate(5.2deg) translate3d(0%, 0%, 0);
            transform: rotate(5.2deg) translate3d(0%, 0%, 0);
  }
}

.fsBanner .triangle-container .left-triangle {
  -webkit-transform: rotate(20.2deg) translate3d(0%, 100%, 0);
          transform: rotate(20.2deg) translate3d(0%, 100%, 0);
  -webkit-transition: 0.75s ease-in-out;
  transition: 0.75s ease-in-out;
}

.fsBanner .triangle-container .left-triangle.animate {
  -webkit-transform: rotate(20.2deg) translate3d(0%, 0%, 0);
          transform: rotate(20.2deg) translate3d(0%, 0%, 0);
}

@media (min-width: 900px) {
  .fsBanner .triangle-container .left-triangle {
    -webkit-transform: rotate(14.2deg) translate3d(0%, 100%, 0);
            transform: rotate(14.2deg) translate3d(0%, 100%, 0);
    -webkit-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
  }

  .fsBanner .triangle-container .left-triangle.animate {
    -webkit-transform: rotate(14.2deg) translate3d(0%, 0%, 0);
            transform: rotate(14.2deg) translate3d(0%, 0%, 0);
  }
}

.left .triangle-container .left-triangle {
  width: 90%;
  -webkit-transform: rotate(10.2deg) translate3d(0%, 100%, 0);
          transform: rotate(10.2deg) translate3d(0%, 100%, 0);
  -webkit-transition: 0.75s ease-in-out;
  transition: 0.75s ease-in-out;
}

.left .triangle-container .left-triangle.animate {
  -webkit-transform: rotate(10.2deg) translate3d(0%, 0%, 0);
          transform: rotate(10.2deg) translate3d(0%, 0%, 0);
}

.blue {
  background-color: #35647E;
  color: white;
}

.blue .fsElementTitle,
.blue h2 {
  color: white;
}

.blue a {
  color: white;
}

.blue a:focus,
.blue a:hover {
  color: white;
  text-decoration: underline;
}

.blue .right-triangle {
  background: linear-gradient(45deg, #00ACA0 0%, transparent 100%);
  opacity: 0.5;
}

.blue .right-triangle::before {
  background: linear-gradient(45deg, #00ACA0 0%, transparent 100%);
}

.blue .left-triangle {
  background-color: rgba(0, 172, 160, 0.5);
}

.purple,
.orange,
.green {
  background-color: #926691;
  color: white;
}

.purple .fsElementTitle,
.orange .fsElementTitle,
.green .fsElementTitle,
.purple h2,
.orange h2,
.green h2 {
  color: white;
}

.purple a,
.orange a,
.green a {
  color: white;
}

.purple a:focus,
.orange a:focus,
.green a:focus,
.purple a:hover,
.orange a:hover,
.green a:hover {
  color: white;
  text-decoration: underline;
}

.purple .right-triangle,
.orange .right-triangle,
.green .right-triangle {
  background: linear-gradient(45deg, #D1ECFF 0%, transparent 100%);
  opacity: 0.5;
}

.purple .right-triangle::before,
.orange .right-triangle::before,
.green .right-triangle::before {
  background: linear-gradient(45deg, #D1ECFF 0%, transparent 100%);
}

.purple .left-triangle,
.orange .left-triangle,
.green .left-triangle {
  background-color: rgba(209, 236, 255, 0.3);
}

.orange {
  background-color: #FF8D6A;
}

.orange .right-triangle {
  background: linear-gradient(45deg, #FFFFF0 0%, transparent 100%);
  opacity: 0.3;
}

.orange .right-triangle::before {
  background: linear-gradient(45deg, #FFFFF0 0%, transparent 100%);
}

.orange .left-triangle {
  background-color: rgba(255, 255, 240, 0.3);
}

.green {
  background-color: #00A499;
}

.green .right-triangle {
  background: linear-gradient(45deg, #ffffff 0%, transparent 100%);
}

.green .right-triangle::before {
  background: linear-gradient(45deg, #ffffff 0%, transparent 100%);
}

.green .left-triangle {
  background-color: rgba(255, 255, 255, 0.1);
}

.quick-link {
  max-width: 30.625rem;
  position: relative;
  cursor: pointer;
}

body:not(.fsComposeMode) .quick-link::before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

body:not(.fsComposeMode) .quick-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: rgba(0, 172, 160, 0.6);
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

body:not(.fsComposeMode) .quick-link:focus img,
body:not(.fsComposeMode) .quick-link:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

body:not(.fsComposeMode) .quick-link:focus::after,
body:not(.fsComposeMode) .quick-link:hover::after {
  height: 100%;
}

body:not(.fsComposeMode) .quick-link > header {
  position: absolute;
  top: 0.625rem;
  left: 20px;
  z-index: 1;
}

body:not(.fsComposeMode) .quick-link > header .fsElementTitle {
  color: white;
}

.callout-padding {
  padding: 0 20px;
}

/*! _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: #039;
  background: transparent;
}

.fsNavigation a {
  display: block;
  padding: 10px 0;
  color: #36c;
  background: transparent;
}

.fsNavigation a:hover,
.fsNavigation a:focus {
  color: #039;
  background: transparent;
}

.fsNavigation .fsNavLevel2 > li > a {
  padding-left: 10px;
}

.fsNavigation .fsNavLevel3 > li > a {
  padding-left: 20px;
}

.fsNavigation .fsNavLevel4 > li > a {
  padding-left: 30px;
}

.fsNavigation .fsNavLevel5 > li > a {
  padding-left: 40px;
}

.fsBreadcrumb ul li {
  display: inline-block;
}

.fsBreadcrumb ul li a {
  display: inline-block;
  padding: 0;
}

.nav-site-map ul {
  margin: 0 0 0 20px;
  padding: 0;
}

.nav-site-map ul.fsNavLevel1 {
  margin-left: 0;
  list-style: none;
}

@media (min-width: 600px) {
  .nav-site-map ul.fsNavLevel1 {
    -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: #36c;
  background: transparent;
}

.nav-tier ul li a:hover,
.nav-tier ul li a:focus {
  color: #039;
  background: #eee;
}

.nav-tier ul li.fsNavCurrentPage > a {
  color: #363636;
  background: #d5d5d5;
}

.nav-tier ul li.fsNavCurrentPage > a:hover,
.nav-tier ul li.fsNavCurrentPage > a:focus {
  color: #163052;
  background: #eee;
}

.nav-tier ul li.fsNavCurrentPageAncestor {
  background: #eee;
}

.nav-tier ul li.fsNavCurrentPageAncestor > a {
  color: #36c;
  background: transparent;
}

.nav-tier ul li.fsNavCurrentPageAncestor > a:hover,
.nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
  color: #36c;
  background: #eee;
}

.nav-tier .fsNavLevel1 {
  padding-left: 0;
}

.nav-tier .fsNavLevel1 > li {
  border-bottom: solid 1px #eee;
}

.nav-tier .fsNavLevel1 > li:last-child {
  border-bottom: none;
}

.nav-tier .fsNavLevel2 > li > a {
  padding-left: 20px;
}

.nav-tier .fsNavLevel3 > li > a {
  padding-left: 30px;
}

.nav-tier .fsNavLevel4 > li > a {
  padding-left: 40px;
}

.nav-tier .fsNavLevel5 > li > a {
  padding-left: 50px;
}

.nav-sub {
  display: none;
}

@media screen and (max-width: 599px) {
  .nav-sub > header {
    display: block;
    position: relative;
  }

  .nav-sub > header .fsElementTitle {
    position: relative;
    margin-top: 0;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
    margin-bottom: 0;
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    color: #eee;
    background-color: #163052;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
  }

  .nav-sub > header .fsElementTitle:hover {
    background-color: dimgray;
    color: #eee;
  }
}

@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: #eee;
  }

  .nav-sub > .fsElementContent ul li a {
    display: block;
    padding: 10px 20px;
    color: #36c;
    background: transparent;
  }

  .nav-sub > .fsElementContent ul li a:hover,
  .nav-sub > .fsElementContent ul li a:focus {
    color: #039;
    background: white;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
    color: #039;
    background: #c8c8c8;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover,
  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
    color: #163052;
    background: #bbbbbb;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
    background: #d5d5d5;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
    color: #36c;
    background: transparent;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover,
  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
    color: #363636;
    background: #c8c8c8;
  }

  .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: #163052;
    color: #eee;
  }

  .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: 10px 10px;
  color: #36c;
  background: transparent;
}

.nav-sub ul li a:hover,
.nav-sub ul li a:focus {
  color: #039;
  background: #eee;
}

.nav-sub ul li.fsNavCurrentPage > a {
  color: #363636;
  background: transparent;
}

.nav-sub ul li.fsNavCurrentPage > a:hover,
.nav-sub ul li.fsNavCurrentPage > a:focus {
  color: #163052;
  background: #eee;
}

.nav-sub ul li.fsNavCurrentPageAncestor {
  background: #f3f3f3;
}

.nav-sub ul li.fsNavCurrentPageAncestor > a {
  color: #039;
  background: transparent;
}

.nav-sub ul li.fsNavCurrentPageAncestor > a:hover,
.nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
  color: #36c;
  background: #eee;
}

.nav-sub .fsNavLevel1 {
  padding-left: 0;
}

@media screen and (max-width: 599px) {
  .nav-sub .fsNavLevel1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.nav-sub .fsNavLevel1 > li {
  border-bottom: solid 1px #eee;
}

.nav-sub .fsNavLevel1 > li:last-child {
  border-bottom: none;
}

.nav-sub .fsNavLevel2 > li > a {
  padding-left: 20px;
}

.nav-sub .fsNavLevel3 > li > a {
  padding-left: 30px;
}

.nav-sub .fsNavLevel4 > li > a {
  padding-left: 40px;
}

.nav-sub .fsNavLevel5 > li > a {
  padding-left: 50px;
}

.nav-main {
  margin-bottom: 0;
}

.fsHeader .nav-main {
  display: none;
}

@media (min-width: 900px) {
  .fsHeader .nav-main {
    display: block;
  }
}

.nav-main .fsNavLevel1 {
  text-align: center;
}

@media (min-width: 900px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 1380px;
    text-align: center;
    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;
  }

  .no-flexbox .nav-main .fsNavLevel1 {
    text-align: justify;
    font-size: 0.1px;
  }

  .no-flexbox .nav-main .fsNavLevel1 > li {
    display: inline-block;
  }

  .no-flexbox .nav-main .fsNavLevel1:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 900px) {
  .nav-main .fsNavLevel1 {
    text-align: left;
  }
}

.nav-main .fsNavLevel1 > li:hover > a {
  color: #8B8A8C;
  background: transparent;
}

.nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
  color: #00A499;
  background: transparent;
}

.nav-main .fsNavLevel1 > li > a {
  font-size: 1.375rem;
  display: inline-block;
  color: #fff;
  background: transparent;
  padding: 1.25rem 0;
}

@media (min-width: 600px) {
  .nav-main .fsNavLevel1 > li > a {
    font-size: 1.875rem;
  }
}

.nav-main .fsNavLevel1 > li > a:focus {
  color: #8B8A8C;
  background: transparent;
}

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%;
  left: 0;
  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%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}

html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px;
}

@media (max-width: 599px) {
  html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px;
  }
}

.nav-main .fsNavPageInfo {
  background: #363636;
  text-align: left;
  z-index: 300;
}

.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 li a {
  display: block;
  color: #fff;
  background: transparent;
  padding: 0.625em;
}

.nav-main .fsNavLevel2 li a:hover,
.nav-main .fsNavLevel2 li a:focus {
  color: #eee;
  background: #163052;
}

.nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
  color: #eee;
  background: transparent;
}

.custom-parent-nav {
  display: none;
}

.custom-nav {
  position: relative;
  margin: 0 auto;
  max-width: 1380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  padding-top: 40px;
  z-index: 1;
}

@media (min-width: 600px) {
  .custom-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    padding-bottom: 40px;
  }
}

.custom-nav > header {
  margin-right: 40px;
  margin-left: 20px;
}

@media (min-width: 1400px) {
  .custom-nav > header {
    margin-left: 0;
  }
}

.custom-nav > header .fsElementTitle {
  font-family: "Arimo", sans-serif;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #58595B;
  line-height: 1;
  margin-bottom: 0;
}

.home .custom-nav > header .fsElementTitle {
  color: transparent;
}

.custom-nav > header > a {
  font-size: 1.5625rem;
  color: #00A499;
}

.custom-nav > .fsElementContent {
  padding-left: 20px;
}

@media (min-width: 600px) {
  .custom-nav > .fsElementContent {
    padding-left: 0;
  }
}

.custom-nav .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

@media (min-width: 600px) {
  .custom-nav .fsNavLevel1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.custom-nav .fsNavLevel1 > li {
  margin-right: 1.875rem;
}

.custom-nav .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
  color: #07B5C3;
  position: relative;
}

@media (min-width: 600px) {
  .custom-nav .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a::after {
    content: '';
    width: 0.125rem;
    height: 2.5rem;
    background-color: #07B5C3;
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.custom-nav .fsNavLevel2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.custom-nav .fsNavLevel2 > li {
  margin-right: 1.875rem;
}

.custom-nav .fsNavLevel2 > li[class*="fsNavCurrentPage"] > a {
  color: #07B5C3;
}

.custom-nav .fsNavLevel3 {
  display: none;
}

.custom-nav a {
  color: #58595B;
}

.custom-nav a:focus,
.custom-nav a:hover {
  color: #00A499;
}

.drawer-ribbon {
  position: relative;
  width: 50px;
  height: 50px;
}

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  max-width: 50px;
  cursor: pointer;
}

.drawer-trigger::before,
.drawer-trigger::after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 3px;
  width: 50%;
  content: '';
  background: #58595B;
}

.drawer-trigger::before {
  width: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -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;
}

.drawer-trigger::after {
  margin-top: -0.46875em;
  width: 30%;
  -webkit-box-shadow: 0 0.84375em 0 0 #58595B;
          box-shadow: 0 0.84375em 0 0 #58595B;
  -webkit-transform: translate(-85%, -50%);
      -ms-transform: translate(-85%, -50%);
          transform: translate(-85%, -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 .drawer-trigger: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 .drawer-trigger:after {
  margin-top: 0;
  width: 50%;
  -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);
}

.header-2019-utility {
  position: absolute;
  top: 243px;
  left: 70px;
  margin-bottom: 0;
  width: 470px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (min-width: 600px) {
  .header-2019-utility {
    top: 44px;
    left: auto;
    right: 7.5rem;
    width: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.header-2019-utility .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.header-2019-utility .fsNavLevel1 li {
  margin-right: 2.5rem;
}

@media (min-width: 600px) {
  .header-2019-utility .fsNavLevel1 li {
    margin-right: 3.125rem;
  }
}

.header-2019-utility .fsNavLevel1 li a {
  font-size: 0.75rem;
  font-weight: 400;
  color: white;
  position: relative;
}

.header-2019-utility .fsNavLevel1 li a:focus,
.header-2019-utility .fsNavLevel1 li a:hover {
  color: #8B8A8C;
}

.header-2019-utility .fsNavLevel1 li a::after {
  font-size: 1.125rem;
  content: "\E907";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  right: -25px;
}

.header-2019-utility .fsNavLevel1 li:first-child a::after {
  content: '';
  background-image: url(images/dollar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  top: 10px;
}

.header-2019-utility .fsNavLevel1 li:nth-child(2) a::after {
  content: '';
  background-image: url(images/bookmark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 12px;
}

.header-2019-utility .fsNavLevel1 li:nth-child(3) a::after {
  content: '';
  background-image: url(images/work-with-us.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 12px;
}

.close-button {
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  position: absolute;
  top: -20px;
  right: 10px;
  z-index: 1;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

@media (min-width: 600px) {
  .close-button {
    right: 40px;
    top: 40px;
    right: 20px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.close-button > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.close-button > .fsElementContent > a {
  font-size: 0.75rem;
  font-weight: 400;
  color: white;
  margin-right: auto;
  padding: 10px 20px;
  position: relative;
}

.close-button > .fsElementContent > a:focus,
.close-button > .fsElementContent > a:hover {
  color: #8B8A8C;
}

.close-button .drawer-trigger::after,
.close-button .drawer-trigger::before {
  background: white;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.close-button .drawer-trigger:focus::after,
.close-button .drawer-trigger:focus::before,
.close-button .drawer-trigger:hover::after,
.close-button .drawer-trigger:hover::before {
  background: #8B8A8C;
}

.close-button .drawer-trigger:focus .drawer-trigger-text,
.close-button .drawer-trigger:hover .drawer-trigger-text {
  color: #8B8A8C;
}

.close-button .drawer-trigger-text {
  font-size: 0.75rem;
  color: white;
  margin-left: -5.625rem;
  text-transform: uppercase;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.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;
  left: 0;
  -webkit-transform: translate3d(0, -20%, 0);
          transform: translate3d(0, -20%, 0);
  -webkit-transform: translate(0, -20%);
      -ms-transform: translate(0, -20%);
          transform: translate(0, -20%);
  top: 0em;
  min-height: 100vh;
  max-width: 100%;
  background: #414042;
}

.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);
}

.nav-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 600px) {
  .nav-social {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.nav-social .fsElementTitle {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0.625rem 0 0;
}

.nav-social .fsNavLevel1 {
  font-size: 0;
}

.nav-social .fsNavLevel1,
.nav-social .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-social .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}

.nav-social .fsNavLevel1 li {
  display: inline-block;
}

.nav-social .fsNavLevel1 li:not(:last-child) {
  margin-right: 10px;
}

.nav-social .fsNavLevel1 [href*='facebook']:before {
  content: "\F09A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='instagram']:before {
  content: "\F16D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='linkedin']:before {
  content: "\F0E1";
  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: "\F099";
  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: "\F16A";
  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: #F8F8F8;
  border-color: #F8F8F8;
}

.nav-social .fsNavLevel1 [href*='facebook']:hover:before,
.nav-social .fsNavLevel1 [href*='facebook']:focus:before {
  color: #414042;
}

.nav-social .fsNavLevel1 [href*='instagram']:hover,
.nav-social .fsNavLevel1 [href*='instagram']:focus {
  background: #F8F8F8;
  border-color: #F8F8F8;
}

.nav-social .fsNavLevel1 [href*='instagram']:hover:before,
.nav-social .fsNavLevel1 [href*='instagram']:focus:before {
  color: #414042;
}

.nav-social .fsNavLevel1 [href*='linkedin']:hover,
.nav-social .fsNavLevel1 [href*='linkedin']:focus {
  background: #F8F8F8;
  border-color: #F8F8F8;
}

.nav-social .fsNavLevel1 [href*='linkedin']:hover:before,
.nav-social .fsNavLevel1 [href*='linkedin']:focus:before {
  color: #414042;
}

.nav-social .fsNavLevel1 [href*='pinterest']:hover,
.nav-social .fsNavLevel1 [href*='pinterest']:focus {
  background: #F8F8F8;
  border-color: #F8F8F8;
}

.nav-social .fsNavLevel1 [href*='pinterest']:hover:before,
.nav-social .fsNavLevel1 [href*='pinterest']:focus:before {
  color: #414042;
}

.nav-social .fsNavLevel1 [href*='tumblr']:hover,
.nav-social .fsNavLevel1 [href*='tumblr']:focus {
  background: #F8F8F8;
  border-color: #F8F8F8;
}

.nav-social .fsNavLevel1 [href*='tumblr']:hover:before,
.nav-social .fsNavLevel1 [href*='tumblr']:focus:before {
  color: #414042;
}

.nav-social .fsNavLevel1 [href*='twitter']:hover,
.nav-social .fsNavLevel1 [href*='twitter']:focus {
  background: #F8F8F8;
  border-color: #F8F8F8;
}

.nav-social .fsNavLevel1 [href*='twitter']:hover:before,
.nav-social .fsNavLevel1 [href*='twitter']:focus:before {
  color: #414042;
}

.nav-social .fsNavLevel1 [href*='vimeo']:hover,
.nav-social .fsNavLevel1 [href*='vimeo']:focus {
  background: #F8F8F8;
  border-color: #F8F8F8;
}

.nav-social .fsNavLevel1 [href*='vimeo']:hover:before,
.nav-social .fsNavLevel1 [href*='vimeo']:focus:before {
  color: #414042;
}

.nav-social .fsNavLevel1 [href*='vine']:hover,
.nav-social .fsNavLevel1 [href*='vine']:focus {
  background: #F8F8F8;
  border-color: #F8F8F8;
}

.nav-social .fsNavLevel1 [href*='vine']:hover:before,
.nav-social .fsNavLevel1 [href*='vine']:focus:before {
  color: #414042;
}

.nav-social .fsNavLevel1 [href*='youtube']:hover,
.nav-social .fsNavLevel1 [href*='youtube']:focus {
  background: #F8F8F8;
  border-color: #F8F8F8;
}

.nav-social .fsNavLevel1 [href*='youtube']:hover:before,
.nav-social .fsNavLevel1 [href*='youtube']:focus:before {
  color: #414042;
}

.nav-social .fsNavLevel1 [href*='googleplus']:hover,
.nav-social .fsNavLevel1 [href*='googleplus']:focus {
  background: #F8F8F8;
  border-color: #F8F8F8;
}

.nav-social .fsNavLevel1 [href*='googleplus']:hover:before,
.nav-social .fsNavLevel1 [href*='googleplus']:focus:before {
  color: #414042;
}

.nav-social .fsNavLevel1 [href*='wechat']:hover,
.nav-social .fsNavLevel1 [href*='wechat']:focus {
  background: #F8F8F8;
  border-color: #F8F8F8;
}

.nav-social .fsNavLevel1 [href*='wechat']:hover:before,
.nav-social .fsNavLevel1 [href*='wechat']:focus:before {
  color: #414042;
}

.nav-social .fsNavLevel1 [href*='flickr']:hover,
.nav-social .fsNavLevel1 [href*='flickr']:focus {
  background: #F8F8F8;
  border-color: #F8F8F8;
}

.nav-social .fsNavLevel1 [href*='flickr']:hover:before,
.nav-social .fsNavLevel1 [href*='flickr']:focus:before {
  color: #414042;
}

.nav-social .fsNavLevel1 [href*='wordpress']:hover,
.nav-social .fsNavLevel1 [href*='wordpress']:focus {
  background: #F8F8F8;
  border-color: #F8F8F8;
}

.nav-social .fsNavLevel1 [href*='wordpress']:hover:before,
.nav-social .fsNavLevel1 [href*='wordpress']:focus:before {
  color: #414042;
}

.nav-social .fsNavLevel1 [href*='rss']:hover,
.nav-social .fsNavLevel1 [href*='rss']:focus {
  background: #F8F8F8;
  border-color: #F8F8F8;
}

.nav-social .fsNavLevel1 [href*='rss']:hover:before,
.nav-social .fsNavLevel1 [href*='rss']:focus:before {
  color: #414042;
}

.nav-social .fsNavLevel1 a {
  font-size: 0;
  display: block;
  position: relative;
  border: 1px solid #163052;
  background: #fff;
  height: 36px;
  width: 36px;
  border-radius: 100%;
}

.nav-social .fsNavLevel1 a:before {
  color: #163052;
  font-size: 16px;
  -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*='facebook'] {
  background-color: #3b5998;
  border-color: #3b5998;
}

.nav-social .fsNavLevel1 [href*='facebook']::before {
  color: white;
}

.nav-social .fsNavLevel1 [href*='instagram'] {
  background-color: #3f729b;
  border-color: #3f729b;
}

.nav-social .fsNavLevel1 [href*='instagram']::before {
  color: white;
}

.nav-social .fsNavLevel1 [href*='linkedin'] {
  background-color: #0077b5;
  border-color: #0077b5;
}

.nav-social .fsNavLevel1 [href*='linkedin']::before {
  color: white;
}

.nav-social .fsNavLevel1 [href*='twitter'] {
  background-color: #55acee;
  border-color: #55acee;
}

.nav-social .fsNavLevel1 [href*='twitter']::before {
  color: white;
}

.nav-social .fsNavLevel1 [href*='youtube'] {
  background-color: #cd201f;
  border-color: #cd201f;
}

.nav-social .fsNavLevel1 [href*='youtube']::before {
  color: white;
}

.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 .fsNavLevel1,
.nav-utility-footer .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-utility-footer .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}

.footer-utility .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.footer-utility .fsNavLevel1 li {
  margin-right: 20px;
}

.footer-utility .fsNavLevel1 li:last-child {
  margin-right: 0;
}

.footer-utility .fsNavLevel1 li a {
  text-transform: capitalize !important;
}

.nav-shapes {
  width: 100%;
  height: 5rem;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

@media (min-width: 600px) {
  .nav-shapes {
    height: 12.5rem;
  }
}

.nav-shapes > header {
  display: none;
}

.nav-shapes .nav-shape-right {
  width: 100vw;
  height: 19vh;
  position: absolute;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #00A499 0%, white 100%);
  -webkit-transform: rotate(-15deg) translate(100%, 100%);
      -ms-transform: rotate(-15deg) translate(100%, 100%);
          transform: rotate(-15deg) translate(100%, 100%);
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  opacity: 0;
  -webkit-transition: 1s ease 0.25s;
  transition: 1s ease 0.25s;
}

@media (min-width: 600px) {
  .nav-shapes .nav-shape-right {
    height: 40vh;
  }
}

.nav-shapes .nav-shape-right > header {
  display: none;
}

.drawer-is-active .nav-shapes .nav-shape-right {
  -webkit-transform: rotate(-15deg) translate(10%, 50%);
      -ms-transform: rotate(-15deg) translate(10%, 50%);
          transform: rotate(-15deg) translate(10%, 50%);
  opacity: 0.5;
}

.nav-shapes .nav-shape-left {
  width: 100vw;
  height: 19vh;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(45deg, #00A499 0%, white 100%);
  -webkit-transform: rotate(5deg) translate(0%, 150%) scaleX(1.1);
      -ms-transform: rotate(5deg) translate(0%, 150%) scaleX(1.1);
          transform: rotate(5deg) translate(0%, 150%) scaleX(1.1);
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  opacity: 0;
  -webkit-transition: 2s ease;
  transition: 2s ease;
}

@media (min-width: 600px) {
  .nav-shapes .nav-shape-left {
    height: 40vh;
  }
}

.nav-shapes .nav-shape-left > header {
  display: none;
}

.nav-shapes .nav-shape-left::before {
  content: '';
  width: 100vw;
  height: 19vh;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(45deg, white 0%, #00A499 100%);
  -webkit-transform: rotate(-3deg) translate(0%, 25%) scaleX(1.1);
      -ms-transform: rotate(-3deg) translate(0%, 25%) scaleX(1.1);
          transform: rotate(-3deg) translate(0%, 25%) scaleX(1.1);
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

@media (min-width: 600px) {
  .nav-shapes .nav-shape-left::before {
    height: 40vh;
  }
}

.nav-shapes .nav-shape-left::after {
  content: '';
  width: 100vw;
  height: 18vh;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(45deg, #00A499 0%, white 100%);
  -webkit-transform: rotate(-4deg) translate(0%, 35%) scaleX(1.1);
      -ms-transform: rotate(-4deg) translate(0%, 35%) scaleX(1.1);
          transform: rotate(-4deg) translate(0%, 35%) scaleX(1.1);
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  opacity: 0;
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
}

@media (min-width: 600px) {
  .nav-shapes .nav-shape-left::after {
    height: 40vh;
  }
}

.drawer-is-active .nav-shapes .nav-shape-left {
  -webkit-transform: rotate(5deg) translate(0%, 100%) scaleX(1.1);
      -ms-transform: rotate(5deg) translate(0%, 100%) scaleX(1.1);
          transform: rotate(5deg) translate(0%, 100%) scaleX(1.1);
  opacity: 0.9;
}

@media (min-width: 600px) {
  .drawer-is-active .nav-shapes .nav-shape-left {
    -webkit-transform: rotate(5deg) translate(0%, 80%) scaleX(1.1);
        -ms-transform: rotate(5deg) translate(0%, 80%) scaleX(1.1);
            transform: rotate(5deg) translate(0%, 80%) scaleX(1.1);
  }
}

.drawer-is-active .nav-shapes .nav-shape-left::before {
  opacity: 0.5;
}

.drawer-is-active .nav-shapes .nav-shape-left::after {
  opacity: 0.9;
}

.hero-tri-container {
  position: absolute;
  top: 0;
  right: -100px;
  width: 200px;
  height: 98%;
  overflow: hidden;
}

@media (min-width: 600px) {
  .hero-tri-container {
    right: 0;
    height: 100%;
  }
}

.hero-tri-container .right-tri {
  width: 200px;
  height: 700px;
  position: absolute;
  right: 50px;
  top: -150px;
  background: linear-gradient(45deg, white 0%, #00A499 100%);
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: 100% 0%;
      -ms-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  opacity: 0.4;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.hero-tri-container .left-tri {
  display: none;
  width: 150px;
  height: 700px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: linear-gradient(45deg, #00A499 30%, white 100%);
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  opacity: 1;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.9s ease;
  transition: -webkit-transform 0.9s ease;
  transition: transform 0.9s ease;
  transition: transform 0.9s ease, -webkit-transform 0.9s ease;
}

@media (min-width: 800px) {
  .hero-tri-container .left-tri {
    display: block;
  }
}

.hero-tri-container .left-tri-mini {
  width: 50px;
  height: 700px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: linear-gradient(45deg, white 0%, #00A499 30%);
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  opacity: 0.4;
  z-index: 1;
}

.bg-right-tri {
  position: fixed;
  top: 0;
  right: 0;
  width: 200px;
  height: 600px;
  background: url(images/bg-star-right.png) no-repeat 0 50%;
  background-size: contain;
  opacity: 0.1;
  z-index: -1;
}

.bg-left-tri {
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 600px;
  background: url(images/solid-star-inv.png) no-repeat 0 50%;
  background-size: contain;
  opacity: 0.1;
  z-index: -1;
}

/*! structure - header v0.0.1 */

#fsHeader .fsBanner {
  background-color: white;
  margin: auto;
  position: relative;
}

body:not(.fsComposeMode) #fsHeader .site-header {
  position: fixed;
  width: 100%;
  z-index: 201;
  height: 4.875rem;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

body:not(.fsComposeMode) #fsHeader .site-header.animateIn {
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

body:not(.fsComposeMode) #fsHeader .site-header.animateOut {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.skip-link {
  margin: 0;
}

.skip-link a {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1em;
  background: #000;
  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:focus {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.site-info-container {
  position: relative;
  margin: 0 auto;
  max-width: 1380px;
  padding: 0.5rem 0 0.5rem 20px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

@media (min-width: 1400px) {
  .site-info-container {
    padding: 0.5rem 0;
  }
}

.site-info-container a {
  max-width: 9.5625rem;
  display: block;
  padding: 20px 0;
  color: transparent;
  background: url(images/logo.png) no-repeat 0 50%;
  background-size: contain;
}

.site-info-container a:focus,
.site-info-container a:hover {
  color: transparent;
}

.site-info-container .mobile-toggle {
  position: absolute;
  top: 0.625rem;
  right: 0.25rem;
  width: 50px;
}

.site-info-container .drawer-trigger-text {
  color: transparent;
}

.site-logo {
  margin-top: 30px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.home .site-logo {
  margin-bottom: 80px;
}

@media (min-width: 600px) {
  .home .site-logo {
    margin-left: 40px;
  }
}

@media (min-width: 600px) {
  .site-logo {
    margin-left: 0;
  }

  #fsMenu .site-logo {
    margin-left: 20px;
  }
}

.site-logo a {
  max-width: 9.5625rem;
  display: block;
  padding: 20px 0;
  color: transparent;
  background-size: contain;
}

.svg .site-logo a {
  background: url(images/logo-mobile.svg) no-repeat 0 50%;
}

.site-logo a:focus,
.site-logo a:hover {
  color: transparent;
}

.nav-container {
  margin-top: 0;
}

@media (min-width: 600px) {
  .nav-container {
    margin-top: 7.5rem;
  }
}

.nav-container > .fsElementContent {
  max-width: 62.5rem;
  margin: auto;
}

.hero {
  margin-bottom: 0;
  padding-top: 4.8125rem;
  position: relative;
}

.hero > header {
  display: none;
}

.hero > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1380px;
  overflow: hidden;
  max-height: 39.5625rem;
  background-repeat: no-repeat;
  background-size: 0%;
  background-position: center center;
  background-attachment: fixed;
}

@media (min-width: 1100px) {
  .hero > .fsElementContent {
    background-size: cover;
  }
}

@media (min-width: 1500px) {
  .hero > .fsElementContent {
    background-size: 81.25rem;
  }
}

body:not(.fsComposeMode) .hero .fsResourceTypeImage img {
  opacity: 1;
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode) .hero .fsResourceTypeImage img {
    opacity: 0;
  }
}

@media (min-width: 1500px) {
  body:not(.fsComposeMode) .hero .fsResourceTypeImage img {
    opacity: 1;
  }
}

body:not(.fsComposeMode) #fsFooter {
  padding: 40px 20px 20px 20px;
  color: rgba(255, 255, 255, 0.7);
  background: #414042 url(images/footer-shape.png) -50% 0% no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) #fsFooter {
    padding: 6.875rem 20px 6.25rem;
    background-position: 100% 100%;
    background-size: 40%;
  }
}

body:not(.fsComposeMode) #fsFooter a {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  text-transform: lowercase;
}

body:not(.fsComposeMode) #fsFooter a:hover {
  color: white;
}

body:not(.fsComposeMode) #fsFooter .nav-social a {
  font-size: 0;
}

#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 .nav-social {
  margin-bottom: 20px;
}

#fsFooter [itemprop='address'] {
  display: none;
  margin-bottom: 20px;
  font-size: 15px;
}

@media (min-width: 600px) {
  #fsFooter [itemprop='address'] {
    display: block;
    margin-bottom: 0;
  }
}

#fsFooter .scrollUp {
  display: none;
}

@media (min-width: 600px) {
  #fsFooter .scrollUp {
    font-family: "cervo_neuebold_neue", sans-serif;
    font-size: 0.8125rem;
    display: inline-block;
    border: 0;
    margin: 0 0 20px;
    padding: 8px 40px;
    background: white;
    color: #00A499;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.6875rem;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 50px;
    right: 40px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 3.125rem;
    height: 2.5rem;
    margin: 0;
    padding: 0.125rem 0.5rem;
    text-align: left;
  }

  #fsFooter .scrollUp:hover,
  #fsFooter .scrollUp:focus,
  .fsStateSelected #fsFooter .scrollUp {
    background: #00A499;
    color: white;
  }

  #fsFooter .scrollUp em {
    display: block;
    font-style: normal;
  }

  #fsFooter .scrollUp:focus,
  #fsFooter .scrollUp:hover {
    background-color: transparent;
  }

  #fsFooter .scrollUp::before {
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    width: 2px;
    height: 40px;
    margin-bottom: -1.25rem;
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.footer-main {
  margin-bottom: 2.5rem;
}

@media (min-width: 600px) {
  .footer-main {
    margin-bottom: 5rem;
  }
}

.footer-main .fsElementContent {
  max-width: 75rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

@media (min-width: 600px) {
  .footer-main .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-main .fsElementContent .fsElement {
  margin-bottom: 0;
}

.footer-main .fsElementContent .fsElement:not(:first-child) {
  max-width: 100%;
}

@media (min-width: 600px) {
  .footer-main .fsElementContent .fsElement:not(:first-child) {
    max-width: 14.375rem;
  }
}

.footer-main .fsElementContent .about-us {
  max-width: 100%;
  margin-bottom: 20px;
  margin-right: auto;
}

@media (min-width: 600px) {
  .footer-main .fsElementContent .about-us {
    max-width: 16rem;
    margin-right: 8.125rem;
  }
}

.footer-main .fsElementContent div[itemprop="name"] {
  font-size: 0.875rem;
  font-weight: bold;
  border-top: 2px solid rgba(238, 238, 238, 0.15);
  padding-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media (min-width: 600px) {
  .footer-main .fsElementContent div[itemprop="name"] {
    border-top: 0;
    padding-top: 0;
  }
}

.lower-footer {
  margin-bottom: 2.5rem;
}

@media (min-width: 600px) {
  .lower-footer {
    margin-bottom: 0;
  }
}

.lower-footer > .fsElementContent {
  max-width: 75rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

@media (min-width: 600px) {
  .lower-footer > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.lower-footer > .fsElementContent .fsElement {
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .lower-footer > .fsElementContent .fsElement {
    margin-bottom: 0;
  }
}

.lower-footer .button-inverse {
  width: 100%;
}

@media (min-width: 600px) {
  .lower-footer .button-inverse {
    width: auto;
  }
}

.school-details [itemprop='logo'] {
  max-width: 50%;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .school-details [itemprop='logo'] {
    max-width: 90%;
  }
}

.school-details [itemprop='name'] {
  margin-top: 0;
  font-weight: normal;
  font-size: 25px;
  line-height: 26px;
  margin-bottom: 10px;
}

.school-details [itemprop='streetAddress'] {
  display: block;
}

.school-details a {
  color: inherit;
}

.sticker-cta-bar {
  background-image: url(images/sticky-star.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-color: #00A499;
  margin: 0;
  padding: 0.625rem 20px;
  width: 100%;
}

@media (min-width: 600px) {
  .sticker-cta-bar {
    padding: 20px;
  }
}

body:not(.fsComposeMode) .sticker-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

body:not(.fsComposeMode) .sticker-cta-bar.animateIn {
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

body:not(.fsComposeMode) .sticker-cta-bar.animateOut {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.sticker-cta-bar .fsElementContent {
  text-align: center;
}

.sticker-cta-bar .fsElementContent span {
  margin: 0;
}

.sticker-cta-bar .fsElementContent .button-inverse {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

@media (min-width: 600px) {
  .sticker-cta-bar .fsElementContent .button-inverse {
    width: auto;
  }
}

.sticker-cta-bar .fsElementContent .button-inverse:focus,
.sticker-cta-bar .fsElementContent .button-inverse:hover {
  color: #00A499;
  background-color: white;
}

/*! 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: "Arimo", sans-serif;
  background: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #58595B;
}

body.drawer-is-active {
  overflow: hidden;
}

#fsPageWrapper {
  overflow-x: hidden;
  position: relative;
}

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

#fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 40px;
  padding-bottom: 40px;
}

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 1380px;
  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: 900px) {
  #fsPageBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#fsPageContent {
  font-size: 18px;
  line-height: 22px;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.fsHasLeftBanner #fsPageContent {
  max-width: 50rem;
  margin-left: 0;
  margin-right: 0;
}

#fsBannerLeft {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  #fsBannerLeft {
    padding-right: 40px;
    width: 290px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}

@media (min-width: 900px) {
  #fsBannerLeft {
    padding-right: 117px;
    width: 497px;
    -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: 40px;
    width: 290px;
  }
}

@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    padding-right: 117px;
    width: 497px;
  }
}

@media (min-width: 900px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 40px;
    width: 290px;
  }
}

@media (min-width: 1000px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    padding-right: 117px;
    width: 497px;
  }
}

#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: 800px) {
  .fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 320px);
  }
}

.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% - 290px);
  }
}

@media (min-width: 900px) {
  .fsHasLeftBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 497px);
  }
}

.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% - 290px);
  }
}

@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: calc(100% - 497px);
  }
}

@media (min-width: 900px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 530px);
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: calc(100% - 817px);
  }
}

#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: 800px) {
  #fsBannerRight {
    padding-left: 40px;
    width: 320px;
    -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% - 290px);
  }
}

@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: calc(100% - 497px);
  }
}

@media (min-width: 900px) {
  .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: 40px;
    width: 320px;
  }
}

@media (min-width: 600px) {
  .fsLayout {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.fsLayout .fsDiv {
  margin-bottom: 20px;
  width: 100%;
  float: none;
}

@media (min-width: 600px) {
  .fsLayout .fsDiv {
    float: left;
  }
}

@media (min-width: 600px) {
  .fsLayout .fsDiv {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}

.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: 40px;
    width: 290px;
    margin-bottom: 0;
  }
}

@media (min-width: 800px) {
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    padding-right: 117px;
    width: 497px;
  }
}

.fsTwoColumnWideRightLayout .fsStyleTwoThirds,
.fsElephantLeftLayout .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 600px) {
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 290px);
  }
}

@media (min-width: 800px) {
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    width: calc(100% - 497px);
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
  width: 100%;
}

@media (min-width: 900px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 240px);
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 320px);
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
}

@media (min-width: 900px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    margin-top: 0;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 40px;
    width: 320px;
  }
}

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 290px;
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 117px;
    width: 497px;
  }
}

@media (min-width: 900px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 290px;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 117px;
    width: 497px;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: calc(100% - 290px);
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: calc(100% - 497px);
  }
}

@media (min-width: 900px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: calc(100% - 290px);
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: calc(100% - 497px);
  }
}

@media (min-width: 900px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 290px);
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 497px);
  }
}

@media (min-width: 900px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 290px;
    margin-top: 0;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 117px;
    width: 497px;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-right: 0;
}

@media (min-width: 900px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 290px;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 900px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 290px);
  }
}

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 290px;
  }
}

@media (min-width: 900px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 290px;
  }
}

.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% - 290px);
  }
}

@media (min-width: 900px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 530px);
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

@media (min-width: 900px) {
  .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: 40px;
    width: 290px;
    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% - 290px);
  }
}

.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: 800px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    padding-left: 40px;
    width: 320px;
  }
}

.fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
.fsElephantRightLayout .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 600px) {
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: calc(100% - 240px);
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 800px) {
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: calc(100% - 320px);
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
  width: 100%;
}

@media (min-width: 600px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 290px);
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 497px);
  }
}

@media (min-width: 900px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 290px);
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 497px);
  }
}

.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: 40px;
    width: 290px;
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 117px;
    width: 497px;
  }
}

@media (min-width: 900px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 290px;
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 117px;
    width: 497px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0;
}

@media (min-width: 900px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 20px;
    width: 240px;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 40px;
    width: 320px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 900px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 240px);
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 320px);
  }
}

@media (min-width: 900px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 240px);
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 320px);
  }
}

@media (min-width: 900px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    margin-top: 0;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 40px;
    width: 320px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0;
}

@media (min-width: 900px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
    padding-left: 20px;
    width: 240px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 900px) {
  .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: 900px) {
  .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% - 290px);
  }
}

@media (min-width: 900px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 530px);
  }
}

.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: 40px;
    width: 290px;
    margin-bottom: 0;
  }
}

@media (min-width: 900px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 290px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 20px;
    width: 240px;
  }
}

@media (min-width: 900px) {
  .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: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 240px);
  }
}

@media (min-width: 900px) {
  .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 {
  margin-bottom: 20px;
}

/*! 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: 20px;
}

.fsProfileSectionData > div {
  width: auto;
  float: none;
  display: block;
}

.fsProfileSectionData.fsStyleHalf {
  width: 100%;
}

@media (min-width: 600px) {
  .fsProfileSectionData.fsStyleHalf {
    width: 50%;
  }
}

.fsProfileSectionSpecialData > div {
  width: auto;
  float: none;
  display: block;
}

.fsProfileSectionSpecialData div[id^="fsEmail"] {
  display: inline-block;
}

.fsProfileSectionFieldName,
.fsEmail > div:first-child {
  font-weight: 700;
}

/*! elements - constituent search */

.fsConstituent.fsSearch {
  overflow: hidden;
}

.fsConstituent.fsSearch + .fsConstituent {
  border-top: solid 1px #bbbbbb;
  margin-top: 20px;
  padding-top: 20px;
}

.fsConstituentSearchForm {
  display: -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 #bbbbbb;
  -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: 1.875rem;
}

.fsAccordion .fsPanel > header,
.fsTabs .fsPanel > header {
  cursor: pointer;
  background: white;
  border: 1px solid #00A499;
  border-radius: 50px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 46px;
  line-height: 53px;
  margin-bottom: 16px;
  margin-bottom: 0;
  display: block;
  font-size: 0.8125rem;
  padding: 13.33333px;
  color: #00A499;
  line-height: 1;
  -webkit-transition: .3s;
  transition: .3s;
  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: #00A499;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header:hover h2,
.fsTabs .fsPanel > header:hover h2 {
  color: white;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > .fsElementContent,
.fsTabs .fsPanel > .fsElementContent {
  padding-bottom: 0;
}

.fsAccordion .fsPanel.fsStateOpen > header,
.fsTabs .fsPanel.fsStateOpen > header {
  background: #00A499;
  margin-bottom: 0.625rem;
}

.fsAccordion .fsPanel.fsStateOpen > header h2,
.fsTabs .fsPanel.fsStateOpen > header h2 {
  color: white;
}

.fsAccordion .fsPanel.fsStateOpen > header h2:before,
.fsTabs .fsPanel.fsStateOpen > header h2:before {
  content: "-";
}

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  content: "+";
  content: "\E90F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1.875rem;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(0.8);
      -ms-transform: translateY(-50%) scaleX(0.8);
          transform: translateY(-50%) scaleX(0.8);
}

.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  content: "-";
  content: "\E90F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1.875rem;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(1.5);
      -ms-transform: translateY(-50%) scaleX(1.5);
          transform: translateY(-50%) scaleX(1.5);
}

.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: 32px;
}

.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before,
.fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: '';
}

.fsAccordion .fsPanel > header h2::before {
  font-size: 0.6875rem;
  content: 'close';
  display: block !important;
  position: absolute;
  right: 70px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.fsAccordion .fsPanel.fsStateOpen > header h2::before {
  font-size: 0.6875rem;
  content: 'close';
  display: block;
  position: absolute;
  right: 70px;
  opacity: 0.7;
}

/*! 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: 20px;
  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 .fsDateTime,
  .fsAthleticsEvent.fsTable .fsAthleticsScore {
    white-space: nowrap;
  }
}

.fsAthleticsEvent.fsTable .fsElementTable {
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .fsAthleticsEvent.fsTable .fsElementTable thead {
    display: none;
  }
}

@media (max-width: 800px) {
  .fsAthleticsEvent.fsTable .fsElementTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td:not(:last-child) {
    border: 0;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td:first-of-type {
    padding-top: 10px;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td:last-of-type {
    padding-bottom: 10px;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td:before {
    display: inline-block;
    font-weight: 700;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
    content: 'Team: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents:before {
    content: 'Opponent: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate .fsDateTime {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate:before {
    content: 'Date: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime .fsDateTime {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime:before {
    content: 'Time: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsLocations:before {
    content: 'Location: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAdvantage:before {
    content: 'Advantage: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsEventType:before {
    content: 'Type: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails:before {
    content: 'Details: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsResult:before {
    content: 'Result: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsScore:before {
    content: 'Score: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAlerts:before {
    content: 'Alerts: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDismissal:before {
    content: 'Dismissal: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDeparture:before {
    content: 'Departure: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsReturn:before {
    content: 'Return Time: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsPickup:before {
    content: 'Pickup Time: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsRecap:before {
    content: 'Recap: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus:before {
    content: 'Status: ';
  }
}

.fsAthleticsEvent.fsTable .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsTable .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsTable .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsTable .fsAthleticsPickupLabel {
  display: none;
}

.fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
  display: inline-block;
}

@media (min-width: 800px) {
  .fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
    display: block;
  }
}

/*! elements - athletics popup dialog box */

.fsAthleticsEvent.fsDialog {
  margin: auto;
}

.fsAthleticsEvent.fsDialog .fsAthleticsTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 25px;
  line-height: 26px;
  margin-bottom: 10px;
}

.fsAthleticsEvent.fsDialog .fsAthleticsLabel {
  font-weight: bold;
  margin-top: 20px;
}

.fsAthleticsEvent.fsDialog .fsAthleticsAddress > div {
  margin-top: 10px;
}

/*! elements - athletics roster */

.fsAthleticsRoster .fsElementTable td:before,
.fsAthleticsRosterList li > div:before {
  margin-right: 5px;
  display: inline-block;
  font-weight: 700;
}

.fsAthleticsRoster .fsElementTable td.fsRosterPlayerNumber:before,
.fsAthleticsRosterList li > div.fsRosterPlayerNumber:before {
  content: 'Number: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterName:before,
.fsAthleticsRosterList li > div.fsRosterName:before {
  content: 'Name: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterPosition:before,
.fsAthleticsRosterList li > div.fsRosterPosition:before {
  content: 'Position: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterClass:before,
.fsAthleticsRosterList li > div.fsRosterClass:before {
  content: 'Class: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterGradeLevel:before,
.fsAthleticsRosterList li > div.fsRosterGradeLevel:before {
  content: 'Grade: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterHometown:before,
.fsAthleticsRosterList li > div.fsRosterHometown:before {
  content: 'Hometown: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterHeight:before,
.fsAthleticsRosterList li > div.fsRosterHeight:before {
  content: 'Height: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterWeight:before,
.fsAthleticsRosterList li > div.fsRosterWeight:before {
  content: 'Weight: ';
}

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable thead {
    display: none;
  }
}

@media (min-width: 800px) {
  .fsAthleticsRoster .fsElementTable td:before {
    display: none;
  }
}

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
  }

  .fsAthleticsRoster .fsElementTable td:not(:last-child) {
    border: 0;
  }

  .fsAthleticsRoster .fsElementTable td:first-of-type {
    padding-top: 10px;
  }

  .fsAthleticsRoster .fsElementTable td:last-of-type {
    padding-bottom: 10px;
  }
}

.fsAthleticsRosterContent {
  margin-bottom: 20px;
}

.fsAthleticsRosterContent:empty,
.fsAthleticsRosterContent:last-child {
  margin-bottom: 0;
}

.fsAthleticsRosterList,
.fsAthleticsRosterList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsAthleticsRosterList li {
  margin: 0;
  padding: 0;
}

.fsAthleticsRosterList li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #eee;
}

.fsAthleticsRosterList li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.fsAthleticsRosterList li > div {
  margin-bottom: 10px;
}

.fsAthleticsRosterList li > div:last-child {
  margin-bottom: 0;
}

.fsAthleticsRosterList li > div.fsRosterName {
  margin-bottom: 10px;
}

.fsAthleticsRosterList li > div.fsRosterName:before {
  display: none;
}

.fsAthleticsRosterList .fsCoachImage {
  display: block;
  margin-bottom: 10px;
}

/*! elements - athletics teams */

.fsAthleticsTeamDirectory {
  max-width: 100%;
}

.fsAthleticsTeamDirectory,
.fsAthleticsTeamDirectory ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsAthleticsTeamDirectory li {
  margin: 0;
  padding: 0;
}

.fsAthleticsTeamDirectory > li {
  margin-bottom: 10px;
}

.fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
  display: inline-block;
}

.fsAthleticsTeamIcon {
  margin-right: 10px;
}

.fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
    float: left;
  }
}

.fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
    float: right;
  }
}

/*! _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: 87px;
  min-height: 67px;
}

.fsCalendar article .fsElementEventColorIcon {
  width: 12px;
  height: 12px;
}

.fsCalendar .fsDate > span {
  display: inline-block;
}

.fsCalendar .fsDate > span.fsMonth {
  font-family: "cervo_neuebold_neue", sans-serif;
  font-size: 1.375rem;
  margin-right: 0.3125rem;
  margin-bottom: 0.9375rem;
}

.fsCalendar .fsDate > span.fsDay {
  font-family: "cervo_neuebold_neue", sans-serif;
  font-size: 1.625rem;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 67px;
  width: 67px;
  color: #fff;
  background: #00A499;
  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;
  border-radius: 50px;
}

.fsCalendar .fsDate > span.fsYear {
  font-family: "cervo_neuebold_neue", sans-serif;
  font-size: 1.375rem;
  margin-bottom: 0.9375rem;
}

.fsCalendar .fsDayContainer:nth-child(2n + 2) article .fsDay {
  background-color: #926691;
}

.fsCalendar .fsDayContainer:nth-child(3n + 3) article .fsDay {
  background-color: #FF8D6A;
}

.fsCalendar article {
  padding-left: 0.625rem;
  padding-top: 5rem;
}

@media (min-width: 600px) {
  .fsCalendar article {
    padding-left: 87px;
    padding-top: 0;
  }
}

.fsCalendar .fsTitle {
  margin-bottom: 0.3125rem;
}

.fsCalendar .fsAllDay {
  display: inline-block;
  margin-right: 0.3125rem;
}

.fsCalendar .fsLocation {
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.fsCalendar .fsDescription {
  margin-bottom: 20px;
}

.fsCalendar .fsNotes p:last-child,
.fsCalendar .fsDescription p:last-child {
  margin-bottom: 0;
}

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */

.fsCalendar.fsList .fsListItems + button {
  margin-top: 0;
  margin-left: 18%;
  border: 1px solid #00A499;
}

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
  margin-bottom: 0;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
  margin-top: 5px;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1;
}

@media (min-width: 800px) {
  .fsCalendarEventGrid .fsCalendarRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .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;
  }
}

.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;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
  margin-right: 10px;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
  width: 100%;
}

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
    width: auto;
  }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
  margin: 10px 0;
}

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0;
  }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
  z-index: 1;
}

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
    margin: 20px 0;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
    width: auto;
    display: inline;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
    width: 14.28% !important;
    height: 45px !important;
    float: left;
    overflow: hidden !important;
    cursor: pointer;
    min-height: 0;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
    background-color: rgba(54, 54, 54, 0.15);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents {
    background: rgba(0, 0, 0, 0.1);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
    background-color: rgba(54, 54, 54, 0.05);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
    border: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    position: relative;
    min-height: 0;
    height: 25px;
    border: 1px solid #EDEDED;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
    background-color: rgba(54, 54, 54, 0.25);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    background-color: rgba(54, 54, 54, 0.25);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    line-height: 1;
    font-size: 15px;
    margin-bottom: 0;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
    display: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    zoom: 1;
    display: block;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
    display: table;
    clear: both;
    content: '';
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
    border-top: 1px solid #EDEDED;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
    border-bottom: 1px solid #EDEDED;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
    width: 16.666% !important;
    height: 50px !important;
    border: 1px solid #EDEDED;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
    border: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
    display: block;
  }
}

#event-view {
  padding: 20px;
  margin: 20px auto 0;
}

#event-view .fsCalendarDaybox {
  height: auto !important;
}

#event-view .fsCalendarDaybox > div {
  margin-bottom: 20px;
}

#event-view .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (min-width: 800px) {
  #event-view {
    display: none;
  }
}

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}

.scroll-up span {
  font-family: "cervo_neuebold_neue", sans-serif;
  font-size: 0.8125rem;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 40px;
  background: white;
  color: #00A499;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 20px;
}

.scroll-up span:hover,
.scroll-up span:focus,
.fsStateSelected .scroll-up span {
  background: #00A499;
  color: white;
}

.scroll-up span em {
  display: block;
  font-style: normal;
}

.scroll-up + .fsCalendarLegend {
  margin-top: 20px !important;
}

@media screen and (min-width: 800px) {
  .scroll-up {
    display: none;
  }
}

.fsElementEventColorIcon {
  display: inline-block;
}

.fsCalendar.fsGrid .fsCalendarEventGrid + .fsCalendarLegend {
  margin-top: 40px;
}

.fsCalendar.fsGrid .fsCalendarLegend,
.fsCalendar.fsGrid .fsCalendarLegend ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsCalendar.fsGrid .fsCalendarLegend li {
  margin: 0;
  padding: 0;
}

.fsCalendar.fsGrid .fsCalendarLegend h4 {
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -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;
}

.fsCalendar.fsSlideshowVertical .slick-arrow {
  color: transparent;
}

.fsCalendar.fsSlideshowVertical .slick-arrow::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*! _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: "cervo_neuelight_neue", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #1c1c1c;
}

.fsComposerFormEmbed form input {
  border: solid 1px #bbbbbb;
}

.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 #bbbbbb;
}

.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: #36c;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .linkLike:hover {
  color: #039;
}

.fsComposerFormEmbed form .required {
  color: #363636;
}

.fsComposerFormEmbed form .pageControls {
  padding: 10px 0 !important;
  margin-bottom: 10px;
}

.fsComposerFormEmbed form .pageControls .userConfirmation {
  margin-bottom: 0;
}

.fsComposerFormEmbed form .userConfirmation {
  margin-bottom: 20px;
}

.fsComposerFormEmbed form .userConfirmation .userConfirmationToggle {
  margin-right: 5px;
}

.fsComposerFormEmbed form .userConfirmation > label {
  display: block;
}

.fsComposerFormEmbed form .elementColumn {
  zoom: 1;
  margin-bottom: 20px;
  max-width: 100%;
}

.fsComposerFormEmbed form .elementColumn:after {
  display: table;
  clear: both;
  content: '';
}

@media screen and (max-width: 599px) {
  .fsComposerFormEmbed form .elementColumn {
    float: none !important;
    width: 100% !important;
  }
}

.fsComposerFormEmbed form .elementColumn .elementContainer {
  margin-bottom: 0;
}

.fsComposerFormEmbed form .elementColumn .elementBody > input {
  width: 100%;
}

.fsComposerFormEmbed form .pageBreak {
  zoom: 1;
}

.fsComposerFormEmbed form .pageBreak:after {
  display: table;
  clear: both;
  content: '';
}

.fsComposerFormEmbed form .pageBreak .nextPage,
.fsComposerFormEmbed form .pageBreak .prevPage {
  background: none;
  border: none;
  color: #36c;
  -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: #039;
  -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 {
  font-family: "cervo_neuebold_neue", sans-serif;
  font-size: 0.8125rem;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 40px;
  background: white;
  color: #00A499;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #00A499;
}

.fsComposerFormEmbed form .submitBtn:hover,
.fsComposerFormEmbed form .submitBtn:focus,
.fsStateSelected .fsComposerFormEmbed form .submitBtn {
  background: #00A499;
  color: white;
}

.fsComposerFormEmbed form .submitBtn em {
  display: block;
  font-style: normal;
}

.fsComposerFormEmbed .ui-widget {
  font-family: "cervo_neuelight_neue", 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: #363636;
}

:-moz-placeholder {
  color: #363636;
}

::-moz-placeholder {
  color: #363636;
}

:-ms-input-placeholder {
  color: #363636;
}

/*! 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: #eee;
}

.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 {
  font-family: "cervo_neuebold_neue", sans-serif;
  font-size: 0.8125rem;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 40px;
  background: white;
  color: #00A499;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
}

.fsResetContinue:hover,
.fsResetContinue:focus,
.fsStateSelected .fsResetContinue,
.fsResetCancel:hover,
.fsResetCancel:focus,
.fsStateSelected .fsResetCancel,
.fsLoginNewSuccess > button:hover,
.fsLoginNewSuccess > button:focus,
.fsStateSelected .fsLoginNewSuccess > button {
  background: #00A499;
  color: white;
}

.fsResetContinue em,
.fsResetCancel em,
.fsLoginNewSuccess > button em {
  display: block;
  font-style: normal;
}

.fsLoginNewSuccess button {
  margin-top: 20px;
}

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #1c1c1c;
  font-family: "cervo_neuelight_neue", sans-serif;
}

.fsMediaCustomPlayer article {
  position: relative;
}

.fsCustomSlider .fsElement {
  margin-bottom: 0;
}

.fsCustomSlider .slick-next,
.fsCustomSlider .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  z-index: 2;
}

.fsCustomSlider .slick-next:before,
.fsCustomSlider .slick-prev:before {
  color: #fff;
  display: block;
  font-size: 50px;
  font-weight: normal;
  height: 100%;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}

.fsCustomSlider .slick-next {
  left: auto;
  right: 0;
}

.fsCustomSlider .slick-next:before {
  content: '\203A';
}

.fsCustomSlider .slick-prev {
  left: 0;
  right: auto;
}

.fsCustomSlider .slick-prev:before {
  content: '\2039';
}

.fsCustomSlider .slider-play-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #163052;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  z-index: 1;
  line-height: 42px;
}

.fsCustomSlider .slider-play-btn:before {
  content: "";
  color: #fff;
  font-size: 16px;
  font-family: "Droid Serif", Georgia, serif;
}

.fsCustomSlider.slider-paused .slider-play-btn:before {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 13px solid #fff;
  border-bottom: 7px solid transparent;
  display: inline-block;
}

.fsCustomSlider.slider-playing .slider-play-btn:before,
.fsCustomSlider.slider-playing .slider-play-btn:after {
  content: "";
  width: 3px;
  height: 18px;
  background-color: #fff;
  display: inline-block;
  margin: 6px 2px 0;
}

.fsCustomSlider .slick-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fsCustomSlider .slick-dots,
.fsCustomSlider .slick-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsCustomSlider .slick-dots li {
  margin: 0;
  padding: 0;
}

.fsCustomSlider .slick-dots li {
  display: inline-block;
}

.fsCustomSlider .slick-dots li + li {
  margin-left: 6px;
}

.fsCustomSlider .slick-dots button {
  border: 0;
  background-color: transparent;
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 100%;
  font-size: 0;
}

.fsCustomSlider .slick-dots .slick-active button {
  background-color: #fff;
}

.fsCustomSlider .caption-wrapper {
  font-family: "cervo_neuelight_neue", sans-serif;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  background-color: #163052;
  color: #fff;
}

.fsCustomSlider .caption-wrapper .caption-inner {
  padding: 10px 10px 30px;
}

@media (min-width: 800px) {
  .fsCustomSlider .caption-wrapper {
    padding: 30px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(22, 48, 82, 0.5);
  }
}

.fsCustomSlider .caption-wrapper a {
  color: rgba(255, 255, 255, 0.5);
}

.fsCustomSlider .caption-wrapper a:hover {
  text-decoration: underline;
}

.fsCustomSlider .caption-wrapper.is-empty {
  display: none;
}

@media (min-width: 800px) {
  .fsCustomSlider .caption-title {
    margin-top: 0;
    font-weight: normal;
    font-size: 46px;
    line-height: 53px;
    margin-bottom: 16px;
    color: #fff;
    margin-bottom: 0;
  }
}

@media (min-width: 800px) {
  .fsCustomSlider .caption-desc {
    display: block;
  }
}

.fsCustomSlider .caption-desc p:last-child {
  margin-bottom: 0;
}

.fsCustomSlider .caption-desc:empty {
  display: none;
}

.fsNews.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsNews.fsThumbnailAlignLeft .fsThumbnail {
    float: left;
  }
}

.fsNews.fsThumbnailAlignRight .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsNews.fsThumbnailAlignRight .fsThumbnail {
    float: right;
  }
}

/*! _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.fsList:not(.bpa-featured-profiles-2) article {
  border-bottom: 3px solid #eee;
  margin-bottom: 2.5rem;
}

.fsPostElement .fsThumbnail {
  margin-bottom: 1.875rem;
}

.fsPostElement .fsCategories {
  margin-left: 0;
  margin-bottom: 1.875rem;
}

.fsPostElement .fsCategory:not(.bpa-featured-profiles-2) {
  font-family: "cervo_neuebold_neue", sans-serif;
  font-size: 0.6875rem;
  background-color: #414042;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 0.375rem;
  padding: 0 20px;
}

.fsPostElement .fsCategory:not(.bpa-featured-profiles-2):last-child {
  margin-right: 0;
}

.fsPostElement .fsTags {
  margin-bottom: 2.5rem;
}

.fsPostElement .fsTag {
  font-family: "cervo_neuebold_neue", sans-serif;
  font-size: 0.6875rem;
  background-color: #F8F8F8;
  margin-right: 0.375rem;
  padding: 0.25rem 20px;
  text-transform: uppercase;
}

.fsPostElement .fsTitle {
  font-family: "cervo_neuebold_neue", sans-serif;
  margin-bottom: 0.3125rem;
}

.fsPostElement .fsTitle a {
  font-size: 1.5625rem;
  color: #00A499;
}

.fsPostElement .fsTitle a:focus,
.fsPostElement .fsTitle a:hover {
  color: #58595B;
}

.fsPostElement .fsDateTime {
  font-size: 0.8125rem;
  font-weight: bold;
  color: #00A499;
  margin-bottom: 1.875rem;
  text-transform: uppercase;
}

.fsPostElement .fsSummary {
  max-width: 21rem;
  margin-bottom: 3.125rem;
}

/*! _dialog.scss - src/sass/modules/post/_dialog.scss - post dialog pop up */

.fsResourceElement .fsTitle {
  margin-bottom: 10px;
}

.fsResourceElement figcaption {
  font-size: 0.8125rem;
  margin-top: 1.125rem;
  text-transform: uppercase;
}

.fsSingleItem:not(.hero) .fsResourceTypeImage img {
  -webkit-box-shadow: 0 18px 8px -16px rgba(0, 0, 0, 0.35);
          box-shadow: 0 18px 8px -16px rgba(0, 0, 0, 0.35);
}

.fsResourceElement.fsListNav .fsResourceCollectionName + nav {
  margin-top: 20px;
}

.fsResourceElement.fsListNav .fsTitle {
  font-size: 16px;
  line-height: 20px;
  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 */

.fsSearch form.gsc-search-box-tools {
  margin-bottom: 0;
  overflow: hidden;
  font-size: inherit;
}

.fsSearch form.gsc-search-box-tools table {
  border: 0;
}

.fsSearch form.gsc-search-box-tools > table.gsc-search-box {
  margin-bottom: 0;
  position: relative;
}

.fsSearch form.gsc-search-box-tools td.gsib_a {
  padding: 0;
}

.fsSearch form.gsc-search-box-tools td.gsib_b {
  display: none !important;
}

.fsSearch form.gsc-search-box-tools table.gsc-branding {
  display: none;
}

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */

.fsSearch.site-search form.gsc-search-box-tools {
  width: 400px;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
  border: 0;
  height: 100%;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
  background: #163052 !important;
  background-image: none !important;
  width: 100%;
  height: 50px !important;
  color: #eee;
  padding-left: 10px !important;
  padding-right: 85px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-family: "cervo_neuelight_neue", sans-serif;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 50px;
  width: 75px;
  background: #363636;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  content: "Search";
  color: #fff;
  font-family: "cervo_neuelight_neue", sans-serif;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 16px;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: black;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.fsSearch.site-search ::-webkit-input-placeholder {
  color: #eee;
}

.fsSearch.site-search :-moz-placeholder {
  color: #eee;
}

.fsSearch.site-search ::-moz-placeholder {
  color: #eee;
}

.fsSearch.site-search :-ms-input-placeholder {
  color: #eee;
}

.fsSearchForm.site-search {
  margin-top: 30px;
  width: 100%;
}

@media (min-width: 600px) {
  .fsSearchForm.site-search {
    margin-top: 80px;
  }
}

.fsSearchForm.site-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse nowrap;
          flex-flow: column-reverse nowrap;
  width: 100%;
}

@media (min-width: 900px) {
  .fsSearchForm.site-search form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse wrap;
            flex-flow: row-reverse wrap;
  }
}

.fsSearchForm.site-search label.fsFieldLabel {
  display: none;
}

.fsSearchForm.site-search .fsSearchElementKeyword {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 900px) {
  .fsSearchForm.site-search .fsSearchElementKeyword {
    width: auto;
  }
}

.fsSearchForm.site-search .fsSearchElementKeyword .fsStyleSearchField {
  background-color: transparent;
  color: white;
  border: 0;
  border-bottom: 2px solid #58595B;
}

.fsSearchForm.site-search .fsSearchElementSearchButton {
  font-size: 0.875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 15.625rem;
  background-color: transparent;
  color: white;
  position: relative;
  width: 100%;
  opacity: 0.9;
  margin: 10px auto;
  padding: 0;
  border: 0;
}

@media (min-width: 900px) {
  .fsSearchForm.site-search .fsSearchElementSearchButton {
    width: 20px;
  }
}

.fsSearchForm.site-search .fsSearchElementSearchButton::before {
  content: "\E910";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1.25rem;
  color: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fsSearchForm.site-search ::-webkit-input-placeholder {
  color: #eee;
}

.fsSearchForm.site-search :-moz-placeholder {
  color: #eee;
}

.fsSearchForm.site-search ::-moz-placeholder {
  color: #eee;
}

.fsSearchForm.site-search :-ms-input-placeholder {
  color: #eee;
}

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
  border: 0;
  height: 100%;
  border: solid 1px #1c1c1c;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
  background: #fff !important;
  background-image: none !important;
  width: 100%;
  height: 50px !important;
  color: #1c1c1c;
  padding-left: 10px !important;
  padding-right: 85px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-family: "cervo_neuelight_neue", sans-serif;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 100%;
  width: 75px;
  background: #1c1c1c;
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  right: 0;
  top: 0;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
  content: "Search";
  color: #fff;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 16px;
  font-family: "cervo_neuelight_neue", sans-serif;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
  background: black;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */

.fsSearchResults form.gsc-search-box-tools,
.fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 20px;
}

.fsSearchResults .gsc-control-cse,
.fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "cervo_neuelight_neue", sans-serif;
  font-size: 16px;
}

.fsSearchResults .gsc-results,
.fsSearchFieldWithResults .gsc-results {
  width: 100%;
}

.fsSearchResults .gsc-webResult .gsc-result,
.fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 20px;
}

.fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet,
.fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
  color: #1c1c1c;
}

.fsSearchResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl,
.fsSearchResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl,
.fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl,
.fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl {
  color: #163052;
}

.fsSearchResults .gsc-table-result,
.fsSearchResults .gsc-thumbnail-inside,
.fsSearchResults .gsc-url-top,
.fsSearchFieldWithResults .gsc-table-result,
.fsSearchFieldWithResults .gsc-thumbnail-inside,
.fsSearchFieldWithResults .gsc-url-top {
  padding: 0;
}

.fsSearchResults div.gs-title,
.fsSearchFieldWithResults div.gs-title {
  margin-bottom: 10px;
}

.fsSearchResults a.gs-title,
.fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page,
.fsSearchFieldWithResults a.gs-title,
.fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #36c !important;
  outline: transparent;
}

.fsSearchResults a.gs-title:hover,
.fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover,
.fsSearchFieldWithResults a.gs-title:hover,
.fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  color: #039 !important;
}

.fsSearchResults .gsc-control-cse .gs-spelling,
.fsSearchResults .gsc-control-cse .gs-result .gs-title,
.fsSearchResults .gsc-control-cse .gs-result .gs-title *,
.fsSearchFieldWithResults .gsc-control-cse .gs-spelling,
.fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title,
.fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title * {
  font-size: 16px;
}

.fsSearchResults .gsc-results .gsc-cursor-box,
.fsSearchFieldWithResults .gsc-results .gsc-cursor-box {
  margin: 10px 0;
}

/*! elements - social main */

/*! elements - social facebook */

.fsFacebook {
  margin-bottom: 20px;
}

.fsFacebookList,
.fsFacebookList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsFacebookList li {
  margin: 0;
  padding: 0;
}

.fsFacebookList .fsFacebookListItem {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #eee;
}

.fsFacebookExtras {
  margin-top: 10px;
}

.fsFacebookExtras .fsFacebookThumb {
  margin-bottom: 10px;
  display: block;
}

.fsFacebookExtras .fsFacebookTitle[href*="https://www.facebook.com/finalsite/photos"] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.fsFacebookFollow {
  margin-top: 20px;
}

/*! elements - social twitter */

.fsTwitter {
  margin-bottom: 20px;
}

/*! elements - social vimeo */

.fsVimeo {
  margin-bottom: 20px;
}

.fsVimeo iframe.fsSocialVideoFrame {
  margin-bottom: 20px;
}

.fsVimeoList,
.fsVimeoList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsVimeoList li {
  margin: 0;
  padding: 0;
}

.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #eee;
  -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 #eee;
  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 {
  font-family: "cervo_neuebold_neue", sans-serif;
  font-size: 0.8125rem;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 40px;
  background: white;
  color: #00A499;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #00A499;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a {
  background: #00A499;
  color: white;
}

.vimeo_view_link a em {
  display: block;
  font-style: normal;
}

/*! elements - social youtube */

.fsYoutube {
  margin-bottom: 20px;
}

.fsYoutube .fsSocialVideoFrame {
  margin-bottom: 20px;
}

.fsYoutubeList,
.fsYoutubeList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsYoutubeList li {
  margin: 0;
  padding: 0;
}

.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #eee;
  -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 #eee;
  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 {
  font-family: "cervo_neuebold_neue", sans-serif;
  font-size: 0.8125rem;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 8px 40px;
  background: white;
  color: #00A499;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a {
  background: #00A499;
  color: white;
}

.Youtube_view_link a em {
  display: block;
  font-style: normal;
}

/*! elements - tabs */

.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 80px;
}

.fsTabs .fsTabsNav {
  margin: 0 0 0.3125rem 0;
  padding: 0;
  display: none;
}

@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}

.fsTabs .fsTabsNav li {
  width: 100%;
  max-width: 9.8125rem;
  margin-right: 20px;
  text-align: center;
}

.fsTabs .fsTabsNav li:last-child {
  margin-right: 0;
}

.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  font-weight: normal;
  font-size: 46px;
  line-height: 53px;
  margin-bottom: 16px;
  margin-bottom: 0;
  display: block;
  font-size: 0.8125rem;
  padding: 13.33333px;
  color: #00A499;
  line-height: 1;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: "cervo_neuebold_neue", sans-serif;
  font-size: 0.8125rem;
  text-transform: uppercase;
  background: white;
  color: #00A499;
  border: 1px solid #00A499;
  border-radius: 50px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.fsTabs .fsTabsNav li a:hover {
  background: #00A499;
  color: #eee;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #00A499;
  color: #eee;
}

.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: #333;
  color: white;
}

.fsLegend .fsElementControls label input + span {
  color: #333;
  background: #e6e6e6;
}

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */

.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%;
  width: 280px;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarWeekdays {
  -webkit-box-shadow: inset 0 -1px 0 0 #eee;
          box-shadow: inset 0 -1px 0 0 #eee;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .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: #e1e1e1;
  color: #1c1c1c;
  font-size: .875em;
  line-height: 1;
  padding: 10px 5px;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox:last-child {
  -webkit-box-shadow: inset 0 -1px 0 0 #fff;
          box-shadow: inset 0 -1px 0 0 #fff;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsStateHasEvents {
  background: #c8c8c8;
  color: #1c1c1c;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarOutOfRange {
  background: #eee;
  color: #bbbbbb;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarToday {
  background: #767676;
  color: #fff;
}

.fsCalendarMonthYearPicker > .fsStyleUpdateButton {
  margin-bottom: 0;
  display: block;
  color: #fff;
  background-color: #333;
}

/*! _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: #363636;
}

/*! pages - home v0.0.1 */

body:not(.fsComposeMode).home #fsPageWrapper {
  overflow: hidden;
}

body:not(.fsComposeMode).home #fsPageBodyWrapper {
  padding-top: 1.875rem;
  background-image: url(images/bg-green-slice.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
}

body:not(.fsComposeMode).home #fsPageContent {
  max-width: none;
}

body:not(.fsComposeMode).home .fsDiv > section {
  max-width: none;
  margin: 0 auto 1.25rem;
  position: relative;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .fsDiv > section {
    max-width: 85.3125rem;
    margin: 0 auto 3.75rem;
  }
}

body:not(.fsComposeMode).home .fsDiv > section > header {
  margin-left: 0;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .fsDiv > section > header {
    margin-left: 40px;
  }
}

body:not(.fsComposeMode).home .fsDiv > section > header .fsElementTitle {
  font-size: 3.1875rem;
  color: rgba(88, 89, 91, 0.1);
  display: inline-block;
  margin-right: 20px;
  position: relative;
}

body:not(.fsComposeMode).home .fsDiv > section > header .fsElementTitle::after {
  content: '';
  background-color: #eee;
  width: 2px;
  height: 28px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

body:not(.fsComposeMode).home .fsDiv > section > header .fsElementHeaderContent {
  font-size: 0.8125rem;
  display: inline-block;
  text-transform: uppercase;
}

body:not(.fsComposeMode).home .fsDiv > section > header .fsElementHeaderContent p {
  margin: 0;
}

body:not(.fsComposeMode).home .fsDiv > section > header .fsElementHeaderContent p + p {
  font-weight: 400;
}

body:not(.fsComposeMode).home .fsDiv > section .fs_style_16 {
  width: 100%;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .fsDiv > section .fs_style_16 {
    width: auto;
  }
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes slideInRightOver {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
  }
}

@keyframes slideInRightOver {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
  }
}

@-webkit-keyframes slideOutRightOver {
  0% {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRightOver {
  0% {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

body:not(.fsComposeMode).home .slidein-left {
  -webkit-animation: 1.75s ease-in-out 0s 1 slideInLeft, 3s ease 0s 1 fadein;
          animation: 1.75s ease-in-out 0s 1 slideInLeft, 3s ease 0s 1 fadein;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

body:not(.fsComposeMode).home .slideout-left {
  -webkit-animation: 1.75s ease-in-out 0s 1 slideOutLeft, 3s ease 0s 1 fadeout;
          animation: 1.75s ease-in-out 0s 1 slideOutLeft, 3s ease 0s 1 fadeout;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

body:not(.fsComposeMode).home .slidein-right {
  -webkit-animation: 1.75s ease-in-out 0s 1 slideInRight, 3s ease 0s 1 fadein;
          animation: 1.75s ease-in-out 0s 1 slideInRight, 3s ease 0s 1 fadein;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

body:not(.fsComposeMode).home .slideout-right {
  -webkit-animation: 1.75s ease-in-out 0s 1 slideOutRight, 3s ease 0s 1 fadeout;
          animation: 1.75s ease-in-out 0s 1 slideOutRight, 3s ease 0s 1 fadeout;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

body:not(.fsComposeMode).home .slidein-right-over {
  -webkit-animation: 1.75s ease-in-out 0s 1 slideInRightOver, 3s ease 0s 1 fadein;
          animation: 1.75s ease-in-out 0s 1 slideInRightOver, 3s ease 0s 1 fadein;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

body:not(.fsComposeMode).home .slideout-right-over {
  -webkit-animation: 1.75s ease-in-out 0s 1 slideOutRightOver, 3s ease 0s 1 fadeout;
          animation: 1.75s ease-in-out 0s 1 slideOutRightOver, 3s ease 0s 1 fadeout;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

body:not(.fsComposeMode).home .hero-slider {
  width: 100%;
  max-width: 85.3125rem;
  margin: 0 auto 3.75rem;
  position: relative;
}

body:not(.fsComposeMode).home .hero-slider::before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), color-stop(30%, transparent), color-stop(70%, transparent), to(rgba(0, 0, 0, 0.25)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, transparent 30%, transparent 70%, rgba(0, 0, 0, 0.25) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

body:not(.fsComposeMode).home .hero-slider > .fsElementContent {
  overflow: hidden;
}

body:not(.fsComposeMode).home .hero-slider .site-logo {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  max-width: 18.75rem;
  height: 100%;
  max-height: 5.625rem;
  display: none;
  padding: 20px 0;
  color: transparent;
  z-index: 250;
}

.svg body:not(.fsComposeMode).home .hero-slider .site-logo {
  background: url(images/logo-mobile.svg) no-repeat 0 50%/contain;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .hero-slider .site-logo {
    display: block;
  }
}

body:not(.fsComposeMode).home .hero-slider .site-logo:hover {
  color: transparent;
}

body:not(.fsComposeMode).home .hero-slider .mobile-toggle {
  position: absolute;
  top: 50px;
  right: 30px;
  width: 50px;
  z-index: 250;
  display: none;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .hero-slider .mobile-toggle {
    display: block;
  }
}

body:not(.fsComposeMode).home .hero-slider .mobile-toggle .drawer-trigger {
  color: white;
}

body:not(.fsComposeMode).home .hero-slider .mobile-toggle .drawer-trigger::before,
body:not(.fsComposeMode).home .hero-slider .mobile-toggle .drawer-trigger::after {
  background-color: white;
}

body:not(.fsComposeMode).home .hero-slider .mobile-toggle .drawer-trigger::after {
  -webkit-box-shadow: 0 14px 0 0 white;
          box-shadow: 0 14px 0 0 white;
}

body:not(.fsComposeMode).home .hero-slider .mobile-toggle .drawer-trigger-text {
  color: transparent;
}

body:not(.fsComposeMode).home .hero-slider .scrollEx {
  display: none;
  font-family: "cervo_neuebold_neue", sans-serif;
  font-size: 0.6875rem;
  line-height: 16px;
  color: white;
  text-transform: uppercase;
  position: absolute;
  bottom: 90px;
  left: 40px;
  z-index: 2;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .hero-slider .scrollEx {
    display: inline;
  }
}

body:not(.fsComposeMode).home .hero-slider .scrollEx header {
  display: none;
}

body:not(.fsComposeMode).home .hero-slider .scrollEx::after {
  content: '';
  width: 2px;
  height: 85px;
  background-color: white;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

body:not(.fsComposeMode).home .hero-slider .slick-slider {
  margin-bottom: 0;
}

body:not(.fsComposeMode).home .hero-slider .fsSlideshowPause {
  display: none;
}

body:not(.fsComposeMode).home .hero-slider .fsElementSlideshow[data-arrows*="true"] {
  padding: 0;
}

body:not(.fsComposeMode).home .hero-slider article {
  height: 500px;
  max-height: 47.5rem;
  padding: 0;
  background: #00A499;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .hero-slider article {
    height: 100%;
    height: 47.5rem;
  }
}

body:not(.fsComposeMode).home .hero-slider article::before {
  content: '';
  background-image: url(images/hero-overlay.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: contain;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(35%, 0, 0);
          transform: translate3d(35%, 0, 0);
  width: 53.75rem;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .hero-slider article::before {
    background-size: initial;
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
    width: 100%;
  }
}

body:not(.fsComposeMode).home .hero-slider .inner-wrapper {
  position: absolute;
  bottom: 80px;
  right: 50px;
  z-index: 10;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .hero-slider .inner-wrapper {
    right: 80px;
  }
}

body:not(.fsComposeMode).home .hero-slider figcaption,
body:not(.fsComposeMode).home .hero-slider .fsDescription {
  font-family: "cervo_neuebold_neue", sans-serif;
  font-size: 2.75rem;
  line-height: 44px;
  text-align: right;
  text-transform: uppercase;
  color: white;
  max-width: 18.75rem;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .hero-slider figcaption,
  body:not(.fsComposeMode).home .hero-slider .fsDescription {
    font-size: 3.8125rem;
    line-height: 63px;
  }
}

body:not(.fsComposeMode).home .hero-slider img,
body:not(.fsComposeMode).home .hero-slider video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 500px;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .hero-slider img,
  body:not(.fsComposeMode).home .hero-slider video {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}

body:not(.fsComposeMode).home .hero-slider .fsLeftArrow,
body:not(.fsComposeMode).home .hero-slider .fsRightArrow {
  bottom: 0;
  width: 90px;
  height: 25px;
}

body:not(.fsComposeMode).home .hero-slider .fsLeftArrow {
  top: auto;
  right: auto;
  left: 65px;
  -webkit-transform: rotate(180deg) scaleX(1);
      -ms-transform: rotate(180deg) scaleX(1);
          transform: rotate(180deg) scaleX(1);
  -webkit-transform-origin: 0% 25%;
      -ms-transform-origin: 0% 25%;
          transform-origin: 0% 25%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .hero-slider .fsLeftArrow {
    right: 300px;
    left: auto;
  }
}

body:not(.fsComposeMode).home .hero-slider .fsLeftArrow::before {
  content: "\E90F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 50px;
  color: white;
}

body:not(.fsComposeMode).home .hero-slider .fsLeftArrow:focus,
body:not(.fsComposeMode).home .hero-slider .fsLeftArrow:hover {
  -webkit-transform: rotate(180deg) scaleX(1.2);
      -ms-transform: rotate(180deg) scaleX(1.2);
          transform: rotate(180deg) scaleX(1.2);
}

body:not(.fsComposeMode).home .hero-slider .fsRightArrow {
  top: auto;
  right: 20px;
  margin-bottom: 14px;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .hero-slider .fsRightArrow {
    right: 40px;
  }
}

body:not(.fsComposeMode).home .hero-slider .fsRightArrow::before {
  content: "\E90F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 50px;
  color: white;
}

body:not(.fsComposeMode).home .hero-slider .fsRightArrow:focus,
body:not(.fsComposeMode).home .hero-slider .fsRightArrow:hover {
  -webkit-transform: scaleX(1.2);
      -ms-transform: scaleX(1.2);
          transform: scaleX(1.2);
}

body:not(.fsComposeMode).home.drawer-is-active .drawer-trigger::after {
  -webkit-box-shadow: 0 0 0 0 transparent !important;
          box-shadow: 0 0 0 0 transparent !important;
}

body:not(.fsComposeMode).home .section-01 > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse nowrap;
          flex-flow: column-reverse nowrap;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .section-01 > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

body:not(.fsComposeMode).home .section-01 .section-01__element-left {
  max-width: 100%;
  padding-right: 0;
  margin-bottom: 0;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .section-01 .section-01__element-left {
    max-width: 50%;
    padding-right: 20px;
    margin-bottom: 80px;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .section-01 .section-01__element-left {
    max-width: 32.5625rem;
    padding-right: 5.8125rem;
    margin-bottom: 80px;
  }
}

body:not(.fsComposeMode).home .section-01 .section-01__element-left .fsContent {
  margin-bottom: 2.5rem;
}

body:not(.fsComposeMode).home .section-01 .section-01__element-left .fsContent .fsElementTitle {
  font-size: 2.375rem;
  line-height: 38px;
  max-width: 11.6875rem;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .section-01 .section-01__element-left .fsContent .fsElementTitle {
    font-size: 3.125rem;
    line-height: 50px;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .section-01 .section-01__element-left .fsContent .fsElementTitle {
    font-size: 5.4375rem;
    line-height: 90px;
    max-width: 100%;
  }
}

body:not(.fsComposeMode).home .section-01 .section-01__element-left .fsContent > .fsElementContent {
  max-width: 100%;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .section-01 .section-01__element-left .fsContent > .fsElementContent {
    max-width: 17.8125rem;
  }
}

body:not(.fsComposeMode).home .section-01 .section-01__element-right {
  width: 100%;
  padding-top: 20px;
}

body:not(.fsComposeMode).home .section-01 .section-01__element-right blockquote {
  display: none;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .section-01 .section-01__element-right blockquote {
    display: inline-block;
    margin: 4.375rem 2.5rem 2.5rem 6.25rem !important;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .section-01 .section-01__element-right blockquote {
    margin: 8.75rem 5rem 5rem 12.5rem !important;
  }
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .section-01 .section-01__element-right {
    width: 50%;
    padding-top: 0;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .section-01 .section-01__element-right {
    width: calc(100% - 521px);
    padding-top: 0;
  }
}

body:not(.fsComposeMode).home .section-01 .section-01__element-right .slick-list {
  overflow: visible;
}

body:not(.fsComposeMode).home .section-01 .section-01__element-right .fsSlideshow article {
  padding: 0;
}

body:not(.fsComposeMode).home .section-01 .section-01__element-right .fsSlideshow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 18px 8px -16px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 18px 8px -16px;
  position: relative;
}

body:not(.fsComposeMode).home .section-01 .section-01__element-right .fsSlideshow > .playOverlay {
  width: 68px;
  height: 68px;
  background-color: white;
  border: 0;
  border-radius: 50%;
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-box-shadow: 0 8px 12px -8px #414042;
          box-shadow: 0 8px 12px -8px #414042;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .section-01 .section-01__element-right .fsSlideshow > .playOverlay {
    top: 50%;
    left: -34px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

body:not(.fsComposeMode).home .section-01 .section-01__element-right .fsSlideshow > .playOverlay::before {
  content: '';
  background-image: url(images/play.png);
  background-repeat: no-repeat;
  background-position: 55% 55%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

body:not(.fsComposeMode).home .section-01 .section-01__element-right .fsSlideshow > .playOverlay:focus,
body:not(.fsComposeMode).home .section-01 .section-01__element-right .fsSlideshow > .playOverlay:hover {
  cursor: pointer;
}

body:not(.fsComposeMode).home .section-01 .section-01__element-right .fsSlideshow > .playOverlay:focus::before,
body:not(.fsComposeMode).home .section-01 .section-01__element-right .fsSlideshow > .playOverlay:hover::before {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

body:not(.fsComposeMode).home .section-01 .section-01__element-right .fsResourceVideoThumbnail .fsPlayOverlay::before {
  content: none;
}

body:not(.fsComposeMode).home .section-01 .section-01__element-right .fsResourceVideoThumbnail .fsPlayOverlay::after {
  content: none;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .mobile-quote {
    display: none;
  }
}

body:not(.fsComposeMode).home .section-02 {
  margin-left: -20px !important;
  margin-right: -20px !important;
  padding-bottom: 3.75rem;
  position: relative;
  height: auto;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .section-02 {
    height: auto;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}

body:not(.fsComposeMode).home .section-02 > header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  margin-left: 40px;
  margin-bottom: 20px;
  margin-top: 40px;
}

body:not(.fsComposeMode).home .section-02 > header .fsElementTitle {
  font-size: 3.1875rem;
  color: rgba(88, 89, 91, 0.1);
  display: inline-block;
  margin-right: 20px;
  position: relative;
}

body:not(.fsComposeMode).home .section-02 > header .fsElementTitle::after {
  content: '';
  background-color: #eee;
  width: 2px;
  height: 28px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

body:not(.fsComposeMode).home .section-02 > header .fsElementTitle {
  color: rgba(255, 255, 255, 0.4) !important;
}

body:not(.fsComposeMode).home .section-02 > header .fsElementTitle::after {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

body:not(.fsComposeMode).home .section-02 > header .fsElementHeaderContent {
  font-size: 0.8125rem;
  display: inline-block;
  text-transform: uppercase;
}

body:not(.fsComposeMode).home .section-02 > header .fsElementHeaderContent p {
  margin: 0;
}

body:not(.fsComposeMode).home .section-02 > header .fsElementHeaderContent p + p {
  font-weight: 400;
}

body:not(.fsComposeMode).home .section-02 > header .fsElementHeaderContent {
  color: white;
}

body:not(.fsComposeMode).home .section-02 > .fsElementContent {
  max-width: 86.25rem;
  margin-left: auto;
  margin-right: auto;
  color: white;
}

body:not(.fsComposeMode).home .section-02 > .fsElementContent .fsElementTitle {
  font-size: 2.375rem;
  color: white;
  margin-bottom: 0;
  margin-left: 0;
  z-index: 2;
  position: relative;
  left: 20px;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .section-02 > .fsElementContent .fsElementTitle {
    font-size: 5.625rem;
    margin-bottom: 2.5rem;
    margin-left: 3.125rem;
    position: relative;
  }
}

body:not(.fsComposeMode).home .section-02 > .fsElementContent .fsElementContent {
  max-width: 17.5rem;
  margin-left: 1.25rem;
  position: relative;
  z-index: 2;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .section-02 > .fsElementContent .fsElementContent {
    margin-left: 5rem;
  }
}

body:not(.fsComposeMode).home .panel {
  font-weight: 400;
  width: 100%;
  height: 37.5rem;
  margin-bottom: 0;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

body:not(.fsComposeMode).home .panel::after {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .panel {
    height: 1087px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

body:not(.fsComposeMode).home .panel .fs_style_16 {
  background-color: transparent;
  color: white;
  border: 1px solid white;
}

body:not(.fsComposeMode).home .panel .fs_style_16:focus,
body:not(.fsComposeMode).home .panel .fs_style_16:hover {
  background-color: #00A499;
  color: white;
}

body:not(.fsComposeMode).home .panel .panel-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  color: transparent;
}

body:not(.fsComposeMode).home .panel .panel-link:focus,
body:not(.fsComposeMode).home .panel .panel-link:hover {
  color: transparent;
}

body:not(.fsComposeMode).home .panel-01 {
  background-attachment: unset;
  z-index: 1;
  overflow: hidden;
  padding-top: 140px;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .panel-01 {
    padding-top: 0;
  }

  body:not(.fsComposeMode).home .panel-01 h2,
  body:not(.fsComposeMode).home .panel-01 .fsElementContent {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
            transform: translate3d(0, 150px, 0);
    -webkit-transition: 0.7s ease-out;
    transition: 0.7s ease-out;
    position: relative;
    z-index: 1;
  }

  body:not(.fsComposeMode).home .panel-01 h2.fade-in,
  body:not(.fsComposeMode).home .panel-01 .fsElementContent.fade-in {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .home-ie11 body:not(.fsComposeMode).home .panel-01 {
    background-attachment: scroll;
  }
}

body:not(.fsComposeMode).home .panel-02 {
  background-attachment: unset;
  z-index: 2;
  overflow: hidden;
  padding-top: 40px;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .panel-02 {
    padding-top: 0;
  }

  body:not(.fsComposeMode).home .panel-02 h2,
  body:not(.fsComposeMode).home .panel-02 .fsElementContent {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
            transform: translate3d(0, 150px, 0);
    -webkit-transition: 0.7s ease-out;
    transition: 0.7s ease-out;
    position: relative;
    z-index: 1;
  }

  body:not(.fsComposeMode).home .panel-02 h2.fade-in,
  body:not(.fsComposeMode).home .panel-02 .fsElementContent.fade-in {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .home-ie11 body:not(.fsComposeMode).home .panel-02 {
    background-attachment: scroll;
  }
}

body:not(.fsComposeMode).home .panel-03 {
  background-attachment: unset;
  z-index: 3;
  overflow: hidden;
  padding-top: 40px;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .panel-03 {
    padding-top: 0;
  }

  body:not(.fsComposeMode).home .panel-03 h2,
  body:not(.fsComposeMode).home .panel-03 .fsElementContent {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
            transform: translate3d(0, 150px, 0);
    -webkit-transition: 0.7s ease-out;
    transition: 0.7s ease-out;
    position: relative;
    z-index: 1;
  }

  body:not(.fsComposeMode).home .panel-03 h2.fade-in,
  body:not(.fsComposeMode).home .panel-03 .fsElementContent.fade-in {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .home-ie11 body:not(.fsComposeMode).home .panel-03 {
    background-attachment: scroll;
  }
}

body:not(.fsComposeMode).home .panel-04 {
  background-attachment: unset;
  z-index: 4;
  overflow: hidden;
  padding-top: 40px;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .panel-04 {
    padding-top: 0;
  }

  body:not(.fsComposeMode).home .panel-04 h2,
  body:not(.fsComposeMode).home .panel-04 .fsElementContent {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
            transform: translate3d(0, 150px, 0);
    -webkit-transition: 0.7s ease-out;
    transition: 0.7s ease-out;
    position: relative;
    z-index: 1;
  }

  body:not(.fsComposeMode).home .panel-04 h2.fade-in,
  body:not(.fsComposeMode).home .panel-04 .fsElementContent.fade-in {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .home-ie11 body:not(.fsComposeMode).home .panel-04 {
    background-attachment: scroll;
  }
}

body:not(.fsComposeMode).home .panel-blue__overlay {
  background-image: url(images/blue-overlay.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .panel-blue__overlay {
    background-size: initial;
  }
}

body:not(.fsComposeMode).home .panel-orange__overlay {
  background-image: url(images/orange-overlay.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .panel-orange__overlay {
    background-size: initial;
  }
}

body:not(.fsComposeMode).home .panel-purple__overlay {
  background-image: url(images/purple-overlay.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .panel-purple__overlay {
    background-size: initial;
  }
}

body:not(.fsComposeMode).home .panel-green__overlay {
  background-image: url(images/green-overlay.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .panel-green__overlay {
    background-size: initial;
  }
}

body:not(.fsComposeMode).home .section-03 > header {
  margin-bottom: 1.875rem !important;
}

body:not(.fsComposeMode).home .section-03 .fsElementContent {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

body:not(.fsComposeMode).home .section-03 .fsElementContent > div:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

body:not(.fsComposeMode).home .section-03 .fsElementContent > div:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

body:not(.fsComposeMode).home .section-03 .fsElementContent > div:nth-child(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .section-03 .fsElementContent {
    display: block;
  }
}

body:not(.fsComposeMode).home .section-03 .section-03__slider {
  width: 100%;
  margin-bottom: 0;
  float: none;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .section-03 .section-03__slider {
    width: 50%;
    float: left;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .section-03 .section-03__slider {
    width: calc(100% - 518px);
  }
}

body:not(.fsComposeMode).home .section-03 .section-03__slider .slick-list {
  overflow: visible;
}

body:not(.fsComposeMode).home .section-03 .section-03__slider article {
  border-bottom: 0;
  margin-bottom: 0;
}

body:not(.fsComposeMode).home .section-03 .section-03__slider .fsThumbnail {
  max-width: none;
  margin-bottom: 5.625rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 18px 8px -16px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 18px 8px -16px;
}

body:not(.fsComposeMode).home .section-03 .section-03__slider .fsTitle {
  font-size: 1.375rem;
  max-width: 100%;
  color: #00A499;
  margin: 0 0 20px 20px;
  opacity: 0.9;
  position: relative;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .section-03 .section-03__slider .fsTitle {
    font-size: 2.125rem;
    max-width: 16.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

body:not(.fsComposeMode).home .section-03 .section-03__slider .fsTitle::before {
  font-size: 1rem;
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 0;
  left: -25px;
}

body:not(.fsComposeMode).home .section-03 .section-03__slider .fsTitle::after {
  width: 2px;
  height: 48px;
  background-color: #eee;
  position: absolute;
  top: -68px;
  left: 0;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .section-03 .section-03__slider .fsTitle::after {
    content: '';
  }
}

body:not(.fsComposeMode).home .section-03 .section-03__slider .fsSummary {
  max-width: 16.5rem;
  margin-left: auto;
  margin-right: auto;
}

body:not(.fsComposeMode).home .section-03 .section-03__slider .fsReadMoreLink {
  background-color: white;
  color: transparent;
  width: 68px;
  height: 68px;
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 14px 30px -16px;
          box-shadow: rgba(0, 0, 0, 0.5) 0px 14px 30px -16px;
  position: absolute;
  top: 120px;
  right: 50%;
  -webkit-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .section-03 .section-03__slider .fsReadMoreLink {
    top: 70px;
    right: -34px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .section-03 .section-03__slider .fsReadMoreLink {
    top: 140px;
  }
}

body:not(.fsComposeMode).home .section-03 .section-03__slider .fsReadMoreLink::before {
  content: '';
  background-image: url(images/camera.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

body:not(.fsComposeMode).home .section-03 .section-03__slider .fsReadMoreLink:hover::before {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

body:not(.fsComposeMode).home .section-03 .section-03__slider .slick-next,
body:not(.fsComposeMode).home .section-03 .section-03__slider .slick-prev {
  font-size: 0;
  position: absolute;
  top: 200px;
  width: 90px;
  height: 25px;
  background-color: transparent;
  border: 0;
  opacity: 0.5;
}

@media (min-width: 500px) {
  body:not(.fsComposeMode).home .section-03 .section-03__slider .slick-next,
  body:not(.fsComposeMode).home .section-03 .section-03__slider .slick-prev {
    top: 310px;
  }
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .section-03 .section-03__slider .slick-next,
  body:not(.fsComposeMode).home .section-03 .section-03__slider .slick-prev {
    top: 220px;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .section-03 .section-03__slider .slick-next,
  body:not(.fsComposeMode).home .section-03 .section-03__slider .slick-prev {
    top: 400px;
  }
}

body:not(.fsComposeMode).home .section-03 .section-03__slider .slick-next:hover,
body:not(.fsComposeMode).home .section-03 .section-03__slider .slick-prev:hover {
  cursor: pointer;
  opacity: 1;
}

body:not(.fsComposeMode).home .section-03 .section-03__slider .slick-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 1;
}

body:not(.fsComposeMode).home .section-03 .section-03__slider .slick-prev::before {
  content: "\E90F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 50px;
}

body:not(.fsComposeMode).home .section-03 .section-03__slider .slick-next {
  right: 0;
}

body:not(.fsComposeMode).home .section-03 .section-03__slider .slick-next::before {
  content: "\E90F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 50px;
}

body:not(.fsComposeMode).home .section-03 .section-03__campuses {
  max-width: 100%;
  padding-left: 0;
  float: none;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .section-03 .section-03__campuses {
    width: 40%;
    float: right;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .section-03 .section-03__campuses {
    max-width: 32.375rem;
    padding-left: 5.8125rem;
  }
}

body:not(.fsComposeMode).home .section-03 .section-03__campuses .fsElementHeaderContent h2 {
  font-size: 2.375rem;
  line-height: 38px;
  margin-top: 0;
  color: #288DC3;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .section-03 .section-03__campuses .fsElementHeaderContent h2 {
    font-size: 3.125rem;
    line-height: 50px;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).home .section-03 .section-03__campuses .fsElementHeaderContent h2 {
    font-size: 5.4375rem;
    line-height: 90px;
  }
}

body:not(.fsComposeMode).home .section-03 .secion-03__quote {
  width: 100%;
  height: 18.75rem;
  background-image: url(images/bg-concept.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body:not(.fsComposeMode).home .section-03 .secion-03__quote blockquote {
  font-size: 1.3125rem;
  line-height: 21px;
  max-width: 810px;
  margin: 6.25rem 0 0 0 !important;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .section-03 .secion-03__quote blockquote {
    font-size: 2.1875rem;
    line-height: 36px;
  }
}

body:not(.fsComposeMode).home .section-03 .secion-03__quote blockquote::after {
  top: auto;
  bottom: -140px;
  height: 113px;
}

body:not(.fsComposeMode).home .secion-03__quote {
  width: 100%;
  height: 18.75rem;
  background-image: url(images/bg-concept.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body:not(.fsComposeMode).home .secion-03__quote blockquote {
  font-size: 1.3125rem;
  line-height: 21px;
  max-width: 810px;
  margin: 6.25rem 0 0 0 !important;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .secion-03__quote blockquote {
    font-size: 2.1875rem;
    line-height: 36px;
  }
}

body:not(.fsComposeMode).home .secion-03__quote blockquote::after {
  top: auto;
  bottom: -140px;
  height: 113px;
}

body:not(.fsComposeMode).home .section-04 .section-04__slider {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .section-04 .section-04__slider {
    -webkit-transform: translateX(114px);
        -ms-transform: translateX(114px);
            transform: translateX(114px);
  }
}

body:not(.fsComposeMode).home .section-04 .section-04__slider > header .fsElementTitle {
  font-size: 2.375rem;
  line-height: 38px;
  color: #07B5C3;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .section-04 .section-04__slider > header .fsElementTitle {
    font-size: 4.375rem;
    line-height: 90px;
  }
}

body:not(.fsComposeMode).home .section-04 .section-04__slider .fsElement {
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .section-04 .section-04__slider .fsElement {
    margin-bottom: 80px;
  }
}

body:not(.fsComposeMode).home .section-04 .slick-track > .fsElement {
  margin-bottom: 0;
  margin-right: 20px;
}

body:not(.fsComposeMode).home .section-04 .slick-slide .fsElementContent > .fsElement {
  margin-bottom: 17px;
}

body:not(.fsComposeMode).home .section-04 .slick-slide:focus .quick-link:focus img,
body:not(.fsComposeMode).home .section-04 .slick-slide:focus .quick-link:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

body:not(.fsComposeMode).home .section-04 .slick-slide:focus .quick-link:focus::after,
body:not(.fsComposeMode).home .section-04 .slick-slide:focus .quick-link:hover::after {
  height: 100%;
}

body:not(.fsComposeMode).home .section-04 .slick-arrow {
  font-family: "cervo_neuebold_neue", sans-serif;
  font-size: 12px;
  background-color: transparent;
  border: 0;
  position: absolute;
  top: -40px;
  text-transform: uppercase;
  opacity: 0.3;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

body:not(.fsComposeMode).home .section-04 .slick-arrow:hover {
  cursor: pointer;
  opacity: 1;
}

body:not(.fsComposeMode).home .section-04 .slick-prev {
  right: 35%;
  padding-left: 60px;
}

body:not(.fsComposeMode).home .section-04 .slick-prev::before {
  content: '';
  background-image: url(images/left-arrow.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

body:not(.fsComposeMode).home .section-04 .slick-next {
  right: 17%;
  padding-right: 60px;
}

body:not(.fsComposeMode).home .section-04 .slick-next::after {
  content: '';
  background-image: url(images/right-arrow.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

body:not(.fsComposeMode).home .section-04 .quick-link {
  max-height: 129px;
  margin-bottom: 10px;
  overflow: hidden;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .section-04 .quick-link {
    max-width: 100%;
    max-height: none;
  }
}

body:not(.fsComposeMode).home .section-04 .quick-link > header .fsElementTitle {
  font-size: 1.6875rem;
  line-height: 27px;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode).home .section-04 .quick-link > header .fsElementTitle {
    font-size: 2rem;
    line-height: 34px;
  }
}

body:not(.fsComposeMode).home .section-04 .purple-overlay > header,
body:not(.fsComposeMode).home .section-04 .blue-overlay > header {
  max-width: 100px;
}

body:not(.fsComposeMode).home .section-04 .purple-overlay::after {
  background-color: rgba(167, 119, 166, 0.7);
}

body:not(.fsComposeMode).home .section-04 .orange-overlay::after {
  background-color: rgba(255, 141, 106, 0.7);
}

body:not(.fsComposeMode).home .section-04 .blue-overlay::after {
  background-color: rgba(40, 141, 195, 0.7);
}

body:not(.fsComposeMode).home .home-left-shape {
  background-image: url(images/home-left-shape.png);
  background-repeat: no-repeat;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 30%;
  left: 0;
  z-index: -1;
}

body:not(.fsComposeMode).home .home-right-shape {
  background-image: url(images/home-right-shape.png);
  background-repeat: no-repeat;
  background-position: 100% 0%;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 70%;
  right: 0;
  z-index: -1;
}

.fsBannerLeft .fsElement {
  margin-bottom: 3.125rem;
}

.fsBannerLeft .fsElementTitle {
  font-size: 1.5625rem;
  margin-bottom: 5px;
}

.portal-page .fsTwoColumnWideRightLayout > .fsDiv > .fsElement + .fsElement {
  margin-top: 2em;
}

/*! pages - style-guide v0.0.1 */

.style-guide-page .fsPageTitle {
  margin-bottom: 1.875em;
  padding: 1.25em;
  background: rgba(0, 0, 0, 0.1);
}

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none;
}

.colors ol:after {
  display: table;
  clear: both;
  content: '';
}

.colors ol li {
  position: relative;
  float: left;
  margin-bottom: 2em;
  height: 4em;
  width: 80%;
}

@media (min-width: 600px) {
  .colors ol li {
    width: 40%;
  }
}

@media (min-width: 1380px) {
  .colors ol li {
    margin-bottom: 0;
    width: 20%;
  }
}

.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}

.colors ol li:nth-of-type(1) {
  background: #1c1c1c;
  color: #1c1c1c;
}

.colors ol li:nth-of-type(1):after {
  content: "#1c1c1c";
}

.colors ol li:nth-of-type(2) {
  background: #363636;
  color: #363636;
}

.colors ol li:nth-of-type(2):after {
  content: "#363636";
}

.colors ol li:nth-of-type(3) {
  background: #163052;
  color: #163052;
}

.colors ol li:nth-of-type(3):after {
  content: "#163052";
}

.colors ol li:nth-of-type(4) {
  background: #eee;
  color: #eee;
}

.colors ol li:nth-of-type(4):after {
  content: "#eee";
}

.colors ol li:nth-of-type(5) {
  background: #333;
  color: #333;
}

.colors ol li:nth-of-type(5):after {
  content: "#333";
}

.fonts ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none;
}

.fonts ol:after {
  display: table;
  clear: both;
  content: '';
}

.fonts ol li {
  margin-bottom: 0.3125em;
  padding: 0.3125em;
}

.fonts ol li:nth-of-type(1) {
  font-family: "Droid Serif", Georgia, serif;
}

.fonts ol li:nth-of-type(1):after {
  content: "Droid Serif, Georgia, serif";
}

.fonts ol li:nth-of-type(2):after {
  content: "";
}

.fonts ol li:nth-of-type(3) {
  font-family: "cervo_neuelight_neue", sans-serif;
}

.fonts ol li:nth-of-type(3):after {
  content: "cervo_neuelight_neue, sans-serif";
}

.fonts ol li:nth-of-type(4) {
  font-family: "cervo_neuebold_neue", sans-serif;
}

.fonts ol li:nth-of-type(4):after {
  content: "cervo_neuebold_neue, sans-serif";
}

.fonts ol li:nth-of-type(5) {
  font-family: "IcoMoon";
}

.fonts ol li:nth-of-type(5):after {
  content: "IcoMoon";
}

.fonts ol li:nth-of-type(6) {
  font-family: "FontAwesome";
}

.fonts ol li:nth-of-type(6):after {
  content: "FontAwesome";
}

.fonts ol li:nth-of-type(7) {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.fonts ol li:nth-of-type(7):after {
  content: "Menlo, Monaco, Consolas, Courier New, monospace";
}

.headers h1:after {
  content: " size: 87px / line: 90px";
}

.headers h2:after {
  content: " size: 46px / line: 53px";
}

.headers h3:after {
  content: " size: 25px / line: 26px";
}

.headers h4:after {
  content: " size: 25px / line: 26px";
}

.headers h5:after {
  content: " size: 13px / line: 15px";
}

.headers h6:after {
  content: " size: 13px / line: 15px";
}

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important;
  }

  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important;
  }

  html {
    font-size: 100%;
    /* for IE */
  }

  body {
    font-size: 62.5%;
  }

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -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: #000;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    page-break-inside: avoid;
  }

  /* Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .fsPanel > header ~ .fsElementContent {
    display: block;
  }
}@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 1380px;
}

@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;
}

@font-face {
  font-family: 'cervo_neuelight_neue';
  src: url(fonts/typoforge_studio_-_cervoneue-lightneue-webfont.woff2) format("woff2"), url(fonts/typoforge_studio_-_cervoneue-lightneue-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'cervo_neuebold_neue';
  src: url(fonts/typoforge_studio_-_cervoneue-boldneue-webfont.woff2) format("woff2"), url(fonts/typoforge_studio_-_cervoneue-boldneue-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 87px;
  line-height: 90px;
  margin-bottom: 16px;
  font-size: 3.75rem;
  line-height: 4.0625rem;
}

@media (min-width: 600px) {
  h1 {
    font-size: 87px;
    line-height: 90px;
  }
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 46px;
  line-height: 53px;
  margin-bottom: 16px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 25px;
  line-height: 26px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 25px;
  line-height: 26px;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  margin-top: 2.5rem;
}

h1,
h2,
h3,
h4 {
  font-family: "cervo_neuebold_neue", sans-serif;
}

h1,
h2,
h3,
h5 {
  color: #00A499;
}

h5,
h6 {
  font-family: "Arimo", sans-serif;
}

.fsPageTitle,
.fsElementTitle,
.fsElementContent > *:first-child {
  margin-top: 0;
}

p {
  margin: 0 0 20px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
}

a {
  font-size: 0.8125rem;
  font-weight: bold;
  text-decoration: none;
  color: #58595B;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
  text-transform: uppercase;
}

a:hover,
a:focus {
  color: #00A499;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

.fs_style_15,
table.styled {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block;
}

.fs_style_15 td,
table.styled td {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.05);
}

.fs_style_15 tr:nth-of-type(odd) td,
table.styled tr:nth-of-type(odd) td {
  background-color: rgba(0, 0, 0, 0.1);
}

.fs_style_15 th,
.fs_style_15 td,
table.styled th,
table.styled td {
  vertical-align: top;
  border-bottom: none;
}

.fs_style_15 th,
table.styled th {
  padding: 10px 20px;
  text-align: left;
  background: #363636;
  color: #fff;
}

.fs_style_15 {
  font-weight: normal;
}

@media (min-width: 600px) {
  .fs_style_15 {
    display: tablet;
    table-layout: fixed;
  }
}

.fs_style_15 td {
  display: table-cell;
  background: white;
}

.fs_style_15 td:nth-child(1) {
  padding-left: 1.875rem;
}

.fs_style_15 td:nth-child(2) {
  padding-left: 2.0625rem;
}

.fs_style_15 tr:nth-of-type(odd) td {
  background-color: #F8F8F8;
}

.fs_style_15 th {
  font-family: "cervo_neuebold_neue", sans-serif;
  font-size: 0.8125rem;
  background: #00A499;
  text-transform: uppercase;
  border-bottom: 14px solid white;
}

.fs_style_15 th:nth-child(1) {
  padding-left: 1.875rem;
}

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

@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;
}

.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;
  font-weight: normal;
  font-size: 25px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #00A499;
  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, 164, 153, 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: #1c1c1c;
  font-family: "cervo_neuelight_neue", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article figcaption {
    width: 50%;
    padding: 0 20px 60px 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 60px 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: 60px;
  }
}

@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: "\E922";
  font-family: "bpa-font-icons";
  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: "\E921";
  font-family: "bpa-font-icons";
  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: 29.62699vw;
    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: 361.44928px;
  }
}

.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 60px 20px;
    max-height: calc(29.62699vw - 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(361.44928px - 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: #35647E;
  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(53, 100, 126, 0)), color-stop(51.8%, rgba(53, 100, 126, 0.85)), to(#35647E));
  background: linear-gradient(180deg, rgba(53, 100, 126, 0) 0%, rgba(53, 100, 126, 0.85) 51.8%, #35647E 100%);
}@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 1380px;
}

@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;
}

@font-face {
  font-family: 'cervo_neuelight_neue';
  src: url(fonts/typoforge_studio_-_cervoneue-lightneue-webfont.woff2) format("woff2"), url(fonts/typoforge_studio_-_cervoneue-lightneue-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'cervo_neuebold_neue';
  src: url(fonts/typoforge_studio_-_cervoneue-boldneue-webfont.woff2) format("woff2"), url(fonts/typoforge_studio_-_cervoneue-boldneue-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 87px;
  line-height: 90px;
  margin-bottom: 16px;
  font-size: 3.75rem;
  line-height: 4.0625rem;
}

@media (min-width: 600px) {
  h1 {
    font-size: 87px;
    line-height: 90px;
  }
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 46px;
  line-height: 53px;
  margin-bottom: 16px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 25px;
  line-height: 26px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 25px;
  line-height: 26px;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  margin-top: 2.5rem;
}

h1,
h2,
h3,
h4 {
  font-family: "cervo_neuebold_neue", sans-serif;
}

h1,
h2,
h3,
h5 {
  color: #00A499;
}

h5,
h6 {
  font-family: "Arimo", sans-serif;
}

.fsPageTitle,
.fsElementTitle,
.fsElementContent > *:first-child {
  margin-top: 0;
}

p {
  margin: 0 0 20px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
}

a {
  font-size: 0.8125rem;
  font-weight: bold;
  text-decoration: none;
  color: #58595B;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
  text-transform: uppercase;
}

a:hover,
a:focus {
  color: #00A499;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

.fs_style_15,
table.styled {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block;
}

.fs_style_15 td,
table.styled td {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.05);
}

.fs_style_15 tr:nth-of-type(odd) td,
table.styled tr:nth-of-type(odd) td {
  background-color: rgba(0, 0, 0, 0.1);
}

.fs_style_15 th,
.fs_style_15 td,
table.styled th,
table.styled td {
  vertical-align: top;
  border-bottom: none;
}

.fs_style_15 th,
table.styled th {
  padding: 10px 20px;
  text-align: left;
  background: #363636;
  color: #fff;
}

.fs_style_15 {
  font-weight: normal;
}

@media (min-width: 600px) {
  .fs_style_15 {
    display: tablet;
    table-layout: fixed;
  }
}

.fs_style_15 td {
  display: table-cell;
  background: white;
}

.fs_style_15 td:nth-child(1) {
  padding-left: 1.875rem;
}

.fs_style_15 td:nth-child(2) {
  padding-left: 2.0625rem;
}

.fs_style_15 tr:nth-of-type(odd) td {
  background-color: #F8F8F8;
}

.fs_style_15 th {
  font-family: "cervo_neuebold_neue", sans-serif;
  font-size: 0.8125rem;
  background: #00A499;
  text-transform: uppercase;
  border-bottom: 14px solid white;
}

.fs_style_15 th:nth-child(1) {
  padding-left: 1.875rem;
}

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

@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-college-slider-3 {
  margin: 50px 0;
}

.bpa-college-slider-3 > header,
.bpa-college-slider-3 > footer {
  text-align: center;
}

.bpa-college-slider-3 > .fsElementContent {
  position: relative;
  border-top: 7px solid #eee;
  border-bottom: 7px solid #eee;
  width: 100%;
  overflow: hidden;
  padding: 33px 20px;
  margin-top: 20px;
}

.bpa-college-slider-3 > .fsElementContent > .fsListItems {
  position: relative;
  height: 90px;
  background: none;
  overflow: hidden;
  margin: 0 -21px;
  padding: 0;
  display: block;
  zoom: 1;
  padding: 0 25px;
}

.bpa-college-slider-3 > .fsElementContent > .fsListItems:after {
  display: table;
  clear: both;
  content: '';
}

body.fsComposeMode .bpa-college-slider-3 > .fsElementContent > .fsListItems {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bpa-college-slider-3 > .fsElementContent > .fsListItems .fsResource {
  float: left;
  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;
  margin: 0;
  padding: 0 20px;
  height: 90px;
  -webkit-box-shadow: 1px 0 0 0 #eee;
          box-shadow: 1px 0 0 0 #eee;
  position: relative;
}

body.fsComposeMode .bpa-college-slider-3 > .fsElementContent > .fsListItems .fsResource {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.bpa-college-slider-3 > .fsElementContent > .fsListItems .fsResource figure {
  display: block;
  margin: auto;
}

.bpa-college-slider-3 > .fsElementContent > .fsListItems .fsResource img {
  display: block;
  max-height: 90px;
  width: auto;
  opacity: 1;
}

body:not(.fsComposeMode) .bpa-college-slider-3 > .fsElementContent > .fsListItems .fsResource a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: transparent;
  white-space: nowrap;
  background: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

body:not(.fsComposeMode) .bpa-college-slider-3 > .fsElementContent > .fsListItems .fsResource a:focus {
  -webkit-box-shadow: inset 0 0 0 1px #36c;
          box-shadow: inset 0 0 0 1px #36c;
}

.bpa-college-slider-3 .slick-list {
  position: relative;
}

.bpa-college-slider-3 .slick-list:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #fff;
  z-index: 1;
}

.bpa-college-slider-3.dark .slick-list:before {
  background-color: #eee;
}

.bpa-college-slider-3 .slick-arrow {
  background-color: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  height: 45px;
  width: 45px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  z-index: 200;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.bpa-college-slider-3 .slick-arrow:before {
  color: #1c1c1c;
  font-size: 32px;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  line-height: 1;
  width: auto;
  height: auto;
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.bpa-college-slider-3 .slick-arrow.slick-prev {
  left: 5px;
}

.bpa-college-slider-3 .slick-arrow.slick-prev:before {
  content: "\E922";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  left: 0;
}

.bpa-college-slider-3 .slick-arrow.slick-next {
  right: 5px;
}

.bpa-college-slider-3 .slick-arrow.slick-next:before {
  content: "\E921";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  right: 0;
}

.bpa-college-slider-3 .slick-arrow:hover:before,
.bpa-college-slider-3 .slick-arrow:focus:before {
  color: rgba(28, 28, 28, 0.5);
  -webkit-transition: .3s;
  transition: .3s;
}

.bpa-college-slider-3.dark > .fsElementContent {
  border-color: #aeaeae;
  background-color: #eee;
}

.bpa-college-slider-3.dark > .fsElementContent > .fsListItems .fsResource {
  -webkit-box-shadow: 1px 0 0 0 #aeaeae;
          box-shadow: 1px 0 0 0 #aeaeae;
}

.bpa-college-slider-3.dark .slick-arrow:before {
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}

.bpa-college-slider-3.dark .slick-arrow:hover:before,
.bpa-college-slider-3.dark .slick-arrow:focus:before {
  color: rgba(28, 28, 28, 0.5);
}/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 1380px;
}

@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;
}

@font-face {
  font-family: 'cervo_neuelight_neue';
  src: url(fonts/typoforge_studio_-_cervoneue-lightneue-webfont.woff2) format("woff2"), url(fonts/typoforge_studio_-_cervoneue-lightneue-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'cervo_neuebold_neue';
  src: url(fonts/typoforge_studio_-_cervoneue-boldneue-webfont.woff2) format("woff2"), url(fonts/typoforge_studio_-_cervoneue-boldneue-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 87px;
  line-height: 90px;
  margin-bottom: 16px;
  font-size: 3.75rem;
  line-height: 4.0625rem;
}

@media (min-width: 600px) {
  h1 {
    font-size: 87px;
    line-height: 90px;
  }
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 46px;
  line-height: 53px;
  margin-bottom: 16px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 25px;
  line-height: 26px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 25px;
  line-height: 26px;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  margin-top: 2.5rem;
}

h1,
h2,
h3,
h4 {
  font-family: "cervo_neuebold_neue", sans-serif;
}

h1,
h2,
h3,
h5 {
  color: #00A499;
}

h5,
h6 {
  font-family: "Arimo", sans-serif;
}

.fsPageTitle,
.fsElementTitle,
.fsElementContent > *:first-child {
  margin-top: 0;
}

p {
  margin: 0 0 20px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
}

a {
  font-size: 0.8125rem;
  font-weight: bold;
  text-decoration: none;
  color: #58595B;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
  text-transform: uppercase;
}

a:hover,
a:focus {
  color: #00A499;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

.fs_style_15,
table.styled {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block;
}

.fs_style_15 td,
table.styled td {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.05);
}

.fs_style_15 tr:nth-of-type(odd) td,
table.styled tr:nth-of-type(odd) td {
  background-color: rgba(0, 0, 0, 0.1);
}

.fs_style_15 th,
.fs_style_15 td,
table.styled th,
table.styled td {
  vertical-align: top;
  border-bottom: none;
}

.fs_style_15 th,
table.styled th {
  padding: 10px 20px;
  text-align: left;
  background: #363636;
  color: #fff;
}

.fs_style_15 {
  font-weight: normal;
}

@media (min-width: 600px) {
  .fs_style_15 {
    display: tablet;
    table-layout: fixed;
  }
}

.fs_style_15 td {
  display: table-cell;
  background: white;
}

.fs_style_15 td:nth-child(1) {
  padding-left: 1.875rem;
}

.fs_style_15 td:nth-child(2) {
  padding-left: 2.0625rem;
}

.fs_style_15 tr:nth-of-type(odd) td {
  background-color: #F8F8F8;
}

.fs_style_15 th {
  font-family: "cervo_neuebold_neue", sans-serif;
  font-size: 0.8125rem;
  background: #00A499;
  text-transform: uppercase;
  border-bottom: 14px solid white;
}

.fs_style_15 th:nth-child(1) {
  padding-left: 1.875rem;
}

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

body:not(.fsComposeMode):not(.fsHasLeftBanner):not(.fsHasRightBanner) .bpa-testimonials-1 {
  width: 100vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: relative;
}

body:not(.fsComposeMode) .bpa-testimonials-1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F7F7F7;
}

body:not(.fsComposeMode) .bpa-testimonials-1 > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body:not(.fsComposeMode) .bpa-testimonials-1 > .fsElementContent .testimonial-block {
  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;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
}

body:not(.fsComposeMode) .bpa-testimonials-1 > header .fsElementTitle {
  font-family: "cervo_neuelight_neue", sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 46px;
  margin-bottom: 50px;
  text-align: center;
  color: #363636;
}

body:not(.fsComposeMode) .bpa-testimonials-1 > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1380px;
}

body:not(.fsComposeMode) .bpa-testimonials-1.dark {
  background-color: #363636;
}

body:not(.fsComposeMode) .bpa-testimonials-1.dark > header .fsElementTitle {
  color: #fff;
}

body:not(.fsComposeMode) .bpa-testimonials-1.dark .testimonial-block {
  background-color: #fff;
  color: #4C4C4C;
}

body:not(.fsComposeMode) .bpa-testimonials-1.dark .testimonial-block footer strong {
  color: #363636;
}

body:not(.fsComposeMode) .testimonial-block {
  font-family: "Arimo", sans-serif;
  position: relative;
  display: inline-block;
  padding: 70px 25px 20px;
  margin-top: 70px;
  background-color: #926691;
  color: #fff;
  text-align: center;
}

body:not(.fsComposeMode) .testimonial-block header {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body:not(.fsComposeMode) .testimonial-block header .fsElementHeaderContent,
body:not(.fsComposeMode) .testimonial-block header p {
  margin-bottom: 0;
}

body:not(.fsComposeMode) .testimonial-block header img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

body:not(.fsComposeMode) .testimonial-block footer {
  font-size: 0.929em;
}

body:not(.fsComposeMode) .testimonial-block footer strong {
  text-transform: uppercase;
}

body:not(.fsComposeMode) .testimonial-block footer a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 0;
}

body:not(.fsComposeMode) .testimonial-block:last-child {
  margin-bottom: 20px;
}/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 1380px;
}

@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;
}

@font-face {
  font-family: 'cervo_neuelight_neue';
  src: url(fonts/typoforge_studio_-_cervoneue-lightneue-webfont.woff2) format("woff2"), url(fonts/typoforge_studio_-_cervoneue-lightneue-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'cervo_neuebold_neue';
  src: url(fonts/typoforge_studio_-_cervoneue-boldneue-webfont.woff2) format("woff2"), url(fonts/typoforge_studio_-_cervoneue-boldneue-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 87px;
  line-height: 90px;
  margin-bottom: 16px;
  font-size: 3.75rem;
  line-height: 4.0625rem;
}

@media (min-width: 600px) {
  h1 {
    font-size: 87px;
    line-height: 90px;
  }
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 46px;
  line-height: 53px;
  margin-bottom: 16px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 25px;
  line-height: 26px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 25px;
  line-height: 26px;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  margin-top: 2.5rem;
}

h1,
h2,
h3,
h4 {
  font-family: "cervo_neuebold_neue", sans-serif;
}

h1,
h2,
h3,
h5 {
  color: #00A499;
}

h5,
h6 {
  font-family: "Arimo", sans-serif;
}

.fsPageTitle,
.fsElementTitle,
.fsElementContent > *:first-child {
  margin-top: 0;
}

p {
  margin: 0 0 20px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
}

a {
  font-size: 0.8125rem;
  font-weight: bold;
  text-decoration: none;
  color: #58595B;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
  text-transform: uppercase;
}

a:hover,
a:focus {
  color: #00A499;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

.fs_style_15,
table.styled {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block;
}

.fs_style_15 td,
table.styled td {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.05);
}

.fs_style_15 tr:nth-of-type(odd) td,
table.styled tr:nth-of-type(odd) td {
  background-color: rgba(0, 0, 0, 0.1);
}

.fs_style_15 th,
.fs_style_15 td,
table.styled th,
table.styled td {
  vertical-align: top;
  border-bottom: none;
}

.fs_style_15 th,
table.styled th {
  padding: 10px 20px;
  text-align: left;
  background: #363636;
  color: #fff;
}

.fs_style_15 {
  font-weight: normal;
}

@media (min-width: 600px) {
  .fs_style_15 {
    display: tablet;
    table-layout: fixed;
  }
}

.fs_style_15 td {
  display: table-cell;
  background: white;
}

.fs_style_15 td:nth-child(1) {
  padding-left: 1.875rem;
}

.fs_style_15 td:nth-child(2) {
  padding-left: 2.0625rem;
}

.fs_style_15 tr:nth-of-type(odd) td {
  background-color: #F8F8F8;
}

.fs_style_15 th {
  font-family: "cervo_neuebold_neue", sans-serif;
  font-size: 0.8125rem;
  background: #00A499;
  text-transform: uppercase;
  border-bottom: 14px solid white;
}

.fs_style_15 th:nth-child(1) {
  padding-left: 1.875rem;
}

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

.bpa-featured-profiles-2 {
  margin-bottom: 50px;
}

.bpa-featured-profiles-2 > .fsElementContent {
  text-align: center;
}

.bpa-featured-profiles-2 article {
  position: relative;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  padding: 30px;
  -webkit-box-shadow: inset 0 0 0 1px #E0E0E0;
          box-shadow: inset 0 0 0 1px #E0E0E0;
}

.bpa-featured-profiles-2 article > ul,
.bpa-featured-profiles-2 article > div,
.bpa-featured-profiles-2 article > a {
  position: relative;
  z-index: 5;
  width: 100%;
}

.bpa-featured-profiles-2 article > .fsThumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
  background-position: center center;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: none !important;
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -30px;
  margin-bottom: 30px;
}

.bpa-featured-profiles-2 article > .fsThumbnail:last-child {
  margin-bottom: 0;
}

.bpa-featured-profiles-2 article > .fsThumbnail img {
  opacity: 0;
  max-width: 100%;
  width: 100%;
}

.bpa-featured-profiles-2 article > .fsThumbnail:hover:before,
.bpa-featured-profiles-2 article > .fsThumbnail:focus:before {
  height: 42%;
}

.bpa-featured-profiles-2 article .fsSummary {
  margin-top: 10px;
}

.bpa-featured-profiles-2 article .fsReadMoreLink {
  margin-top: 5px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: auto;
}

.bpa-featured-profiles-2 article .fsCategories {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 18px;
}

.bpa-featured-profiles-2 article .fsCategory {
  padding: 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
  background-color: #00A499 !important;
  font-family: "cervo_neuelight_neue", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.bpa-featured-profiles-2 article .fsCategory:not(:last-child) {
  border: none;
  margin-right: 2px;
}

.bpa-featured-profiles-2 article .fsCategory:not(:last-child):after {
  content: ',';
}

.bpa-featured-profiles-2 article .fsTitle {
  margin-bottom: 10px;
}

.bpa-featured-profiles-2 article .fsTitle:last-child {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .fsBannerLeft .bpa-featured-profiles-2 article,
  .fsBannerRight .bpa-featured-profiles-2 article,
  .fsStyleOneThird .bpa-featured-profiles-2 article,
  .fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-2 article,
  .fsFourColumnLayout > .fsDiv .bpa-featured-profiles-2 article {
    padding: 20px;
  }

  .fsBannerLeft .bpa-featured-profiles-2 article > .fsThumbnail,
  .fsBannerRight .bpa-featured-profiles-2 article > .fsThumbnail,
  .fsStyleOneThird .bpa-featured-profiles-2 article > .fsThumbnail,
  .fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-2 article > .fsThumbnail,
  .fsFourColumnLayout > .fsDiv .bpa-featured-profiles-2 article > .fsThumbnail {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    margin-bottom: 20px;
  }
}

.bpa-featured-profiles-2 .fsListItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

@media (min-width: 600px) {
  .bpa-featured-profiles-2 .fsListItems {
    margin: 0 -10px;
  }
}

.bpa-featured-profiles-2 .fsListItems article {
  width: 100%;
}

@media (min-width: 600px) {
  .bpa-featured-profiles-2 .fsListItems article {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}

@media (min-width: 900px) {
  .bpa-featured-profiles-2 .fsListItems article {
    width: calc(33.33% - 20px);
  }
}

@media (min-width: 600px) {
  .fsStyleTwoThirds .bpa-featured-profiles-2 .fsListItems article,
  .fsHasLeftBanner .bpa-featured-profiles-2 .fsListItems article,
  .fsHasRightBanner .bpa-featured-profiles-2 .fsListItems article {
    width: 100%;
    margin: 0 10px 20px;
  }
}

@media (min-width: 900px) {
  .fsStyleTwoThirds .bpa-featured-profiles-2 .fsListItems article,
  .fsHasLeftBanner .bpa-featured-profiles-2 .fsListItems article,
  .fsHasRightBanner .bpa-featured-profiles-2 .fsListItems article {
    width: calc(50% - 20px);
  }
}

@media (min-width: 1100px) {
  .fsStyleTwoThirds .bpa-featured-profiles-2 .fsListItems article,
  .fsHasLeftBanner .bpa-featured-profiles-2 .fsListItems article,
  .fsHasRightBanner .bpa-featured-profiles-2 .fsListItems article {
    width: calc(33.33% - 20px);
  }
}

.fsBannerLeft .bpa-featured-profiles-2 .fsListItems article,
.fsBannerRight .bpa-featured-profiles-2 .fsListItems article,
.fsStyleOneThird .bpa-featured-profiles-2 .fsListItems article,
.fsTwoColumnLayout .bpa-featured-profiles-2 .fsListItems article,
.fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-2 .fsListItems article,
.fsFourColumnLayout > .fsDiv .bpa-featured-profiles-2 .fsListItems article {
  width: 100%;
}

@media (min-width: 600px) {
  .bpa-featured-profiles-2.vertical .fsListItems {
    display: block;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 900px) {
  .bpa-featured-profiles-2.vertical .fsListItems {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

.fsBannerLeft .bpa-featured-profiles-2.vertical .fsListItems,
.fsBannerRight .bpa-featured-profiles-2.vertical .fsListItems,
.fsStyleOneThird .bpa-featured-profiles-2.vertical .fsListItems,
.fsTwoColumnLayout .bpa-featured-profiles-2.vertical .fsListItems,
.fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-2.vertical .fsListItems,
.fsFourColumnLayout > .fsDiv .bpa-featured-profiles-2.vertical .fsListItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-count: none;
     -moz-column-count: none;
          column-count: none;
}

@media (min-width: 600px) {
  .fsStyleTwoThirds .bpa-featured-profiles-2.vertical .fsListItems,
  .fsHasLeftBanner .bpa-featured-profiles-2.vertical .fsListItems,
  .fsHasRightBanner .bpa-featured-profiles-2.vertical .fsListItems {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

@media (min-width: 900px) {
  .fsStyleTwoThirds .bpa-featured-profiles-2.vertical .fsListItems,
  .fsHasLeftBanner .bpa-featured-profiles-2.vertical .fsListItems,
  .fsHasRightBanner .bpa-featured-profiles-2.vertical .fsListItems {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 1100px) {
  .fsStyleTwoThirds .bpa-featured-profiles-2.vertical .fsListItems,
  .fsHasLeftBanner .bpa-featured-profiles-2.vertical .fsListItems,
  .fsHasRightBanner .bpa-featured-profiles-2.vertical .fsListItems {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

@media (min-width: 600px) {
  .fsStyleTwoThirds .bpa-featured-profiles-2.vertical .fsListItems article,
  .fsHasLeftBanner .bpa-featured-profiles-2.vertical .fsListItems article,
  .fsHasRightBanner .bpa-featured-profiles-2.vertical .fsListItems article {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    display: block;
    width: calc(100% - 20px);
  }
}

@media (min-width: 600px) {
  .bpa-featured-profiles-2.vertical .fsListItems article {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    display: block;
    width: calc(100% - 20px);
  }
}

.bpa-featured-profiles-2.vertical .fsListItems + .fsLoadMoreButton {
  margin-top: 20px;
}

.has-bpa-featured-profiles .fsElementDialog {
  width: 860px;
  color: #1c1c1c;
  font-family: "cervo_neuelight_neue", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.has-bpa-featured-profiles .fsElementDialog .fsThumbnailAlignLeft .fsThumbnail {
  margin-bottom: 30px;
  margin-right: 0;
  float: none;
}

@media (min-width: 600px) {
  .has-bpa-featured-profiles .fsElementDialog .fsThumbnailAlignLeft .fsThumbnail {
    margin-right: 30px;
    float: left;
  }
}

.has-bpa-featured-profiles .fsElementDialog .fsCategories {
  margin: 0 0 5px;
}

.has-bpa-featured-profiles .fsElementDialog .fsCategory {
  padding: 2px 10px;
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
  color: white;
  background-color: #00A499;
  font-family: "cervo_neuelight_neue", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.has-bpa-featured-profiles .fsElementDialog .fsCategory:not(:last-child) {
  border: none;
  margin-right: 2px;
}

.has-bpa-featured-profiles .fsElementDialog .fsCategory:not(:last-child):after {
  content: ',';
}

.has-bpa-featured-profiles .fsElementDialog .fsTitle {
  margin-bottom: 20px;
}@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 1380px;
}

@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;
}

@font-face {
  font-family: 'cervo_neuelight_neue';
  src: url(fonts/typoforge_studio_-_cervoneue-lightneue-webfont.woff2) format("woff2"), url(fonts/typoforge_studio_-_cervoneue-lightneue-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'cervo_neuebold_neue';
  src: url(fonts/typoforge_studio_-_cervoneue-boldneue-webfont.woff2) format("woff2"), url(fonts/typoforge_studio_-_cervoneue-boldneue-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 87px;
  line-height: 90px;
  margin-bottom: 16px;
  font-size: 3.75rem;
  line-height: 4.0625rem;
}

@media (min-width: 600px) {
  h1 {
    font-size: 87px;
    line-height: 90px;
  }
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 46px;
  line-height: 53px;
  margin-bottom: 16px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 25px;
  line-height: 26px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 25px;
  line-height: 26px;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  margin-top: 2.5rem;
}

h1,
h2,
h3,
h4 {
  font-family: "cervo_neuebold_neue", sans-serif;
}

h1,
h2,
h3,
h5 {
  color: #00A499;
}

h5,
h6 {
  font-family: "Arimo", sans-serif;
}

.fsPageTitle,
.fsElementTitle,
.fsElementContent > *:first-child {
  margin-top: 0;
}

p {
  margin: 0 0 20px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
}

a {
  font-size: 0.8125rem;
  font-weight: bold;
  text-decoration: none;
  color: #58595B;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
  text-transform: uppercase;
}

a:hover,
a:focus {
  color: #00A499;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

.fs_style_15,
table.styled {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block;
}

.fs_style_15 td,
table.styled td {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.05);
}

.fs_style_15 tr:nth-of-type(odd) td,
table.styled tr:nth-of-type(odd) td {
  background-color: rgba(0, 0, 0, 0.1);
}

.fs_style_15 th,
.fs_style_15 td,
table.styled th,
table.styled td {
  vertical-align: top;
  border-bottom: none;
}

.fs_style_15 th,
table.styled th {
  padding: 10px 20px;
  text-align: left;
  background: #363636;
  color: #fff;
}

.fs_style_15 {
  font-weight: normal;
}

@media (min-width: 600px) {
  .fs_style_15 {
    display: tablet;
    table-layout: fixed;
  }
}

.fs_style_15 td {
  display: table-cell;
  background: white;
}

.fs_style_15 td:nth-child(1) {
  padding-left: 1.875rem;
}

.fs_style_15 td:nth-child(2) {
  padding-left: 2.0625rem;
}

.fs_style_15 tr:nth-of-type(odd) td {
  background-color: #F8F8F8;
}

.fs_style_15 th {
  font-family: "cervo_neuebold_neue", sans-serif;
  font-size: 0.8125rem;
  background: #00A499;
  text-transform: uppercase;
  border-bottom: 14px solid white;
}

.fs_style_15 th:nth-child(1) {
  padding-left: 1.875rem;
}

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 1380px;
}

@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;
}

@font-face {
  font-family: 'cervo_neuelight_neue';
  src: url(fonts/typoforge_studio_-_cervoneue-lightneue-webfont.woff2) format("woff2"), url(fonts/typoforge_studio_-_cervoneue-lightneue-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'cervo_neuebold_neue';
  src: url(fonts/typoforge_studio_-_cervoneue-boldneue-webfont.woff2) format("woff2"), url(fonts/typoforge_studio_-_cervoneue-boldneue-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 87px;
  line-height: 90px;
  margin-bottom: 16px;
  font-size: 3.75rem;
  line-height: 4.0625rem;
}

@media (min-width: 600px) {
  h1 {
    font-size: 87px;
    line-height: 90px;
  }
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 46px;
  line-height: 53px;
  margin-bottom: 16px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 25px;
  line-height: 26px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 25px;
  line-height: 26px;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  margin-top: 2.5rem;
}

h1,
h2,
h3,
h4 {
  font-family: "cervo_neuebold_neue", sans-serif;
}

h1,
h2,
h3,
h5 {
  color: #00A499;
}

h5,
h6 {
  font-family: "Arimo", sans-serif;
}

.fsPageTitle,
.fsElementTitle,
.fsElementContent > *:first-child {
  margin-top: 0;
}

p {
  margin: 0 0 20px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
}

a {
  font-size: 0.8125rem;
  font-weight: bold;
  text-decoration: none;
  color: #58595B;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
  text-transform: uppercase;
}

a:hover,
a:focus {
  color: #00A499;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

.fs_style_15,
table.styled {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block;
}

.fs_style_15 td,
table.styled td {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.05);
}

.fs_style_15 tr:nth-of-type(odd) td,
table.styled tr:nth-of-type(odd) td {
  background-color: rgba(0, 0, 0, 0.1);
}

.fs_style_15 th,
.fs_style_15 td,
table.styled th,
table.styled td {
  vertical-align: top;
  border-bottom: none;
}

.fs_style_15 th,
table.styled th {
  padding: 10px 20px;
  text-align: left;
  background: #363636;
  color: #fff;
}

.fs_style_15 {
  font-weight: normal;
}

@media (min-width: 600px) {
  .fs_style_15 {
    display: tablet;
    table-layout: fixed;
  }
}

.fs_style_15 td {
  display: table-cell;
  background: white;
}

.fs_style_15 td:nth-child(1) {
  padding-left: 1.875rem;
}

.fs_style_15 td:nth-child(2) {
  padding-left: 2.0625rem;
}

.fs_style_15 tr:nth-of-type(odd) td {
  background-color: #F8F8F8;
}

.fs_style_15 th {
  font-family: "cervo_neuebold_neue", sans-serif;
  font-size: 0.8125rem;
  background: #00A499;
  text-transform: uppercase;
  border-bottom: 14px solid white;
}

.fs_style_15 th:nth-child(1) {
  padding-left: 1.875rem;
}

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

@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;
}

.fsHasTheme3 #fsHeader {
  width: 100%;
}

.fsHasTheme3 #fsHeader .fsBanner {
  position: relative;
  width: auto;
  height: auto;
  padding: 0;
  overflow: inherit;
}

.fsHasTheme3 #fsPageWrapper {
  display: block;
  overflow-x: hidden;
}

.fsHasTheme3 #fsPageBodyWrapper {
  min-height: 0;
  overflow: auto;
  width: 100%;
}

.fsHasTheme3 #fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 1380px;
}

.fsHasTheme3 .fsCategories {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.fsHasTheme3 .fsPostElement article {
  display: block !important;
}

.pub-drawer-ribbon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 332px;
  max-width: 100%;
  z-index: 9000;
  margin: 0;
}

@media (min-width: 900px) {
  .pub-drawer-ribbon {
    display: none;
  }
}

.pub-drawer-ribbon .pub-drawer-trigger {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  padding-top: 10px;
  position: absolute;
  top: 0;
  right: 20px;
}

.pub-drawer-ribbon .pub-drawer-trigger:before {
  content: "\E90A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 36px;
  color: #fff;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.drawer-active .pub-drawer-ribbon {
  background: #00A499;
}

.drawer-active .pub-drawer-ribbon .pub-drawer-trigger:before {
  content: 'x';
  color: rgba(255, 255, 255, 0.6);
}

body:not(.fsComposeMode).publications-2 {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #1c1c1c;
}

body:not(.fsComposeMode).publications-2 #fsPageWrapper {
  overflow: hidden;
}

body:not(.fsComposeMode).publications-2 .hideme {
  display: none !important;
}

body:not(.fsComposeMode).publications-2 .pub-skip-link {
  margin: 0;
}

body:not(.fsComposeMode).publications-2 .pub-skip-link p {
  margin: 0;
}

body:not(.fsComposeMode).publications-2 .pub-skip-link a {
  position: absolute;
  top: -150px;
  left: 0px;
  color: #fff;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 9999;
  text-decoration: none;
}

body:not(.fsComposeMode).publications-2 .pub-skip-link a:after {
  content: "\E904";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  margin-left: 5px;
  font-size: 8px;
}

body:not(.fsComposeMode).publications-2 .pub-skip-link a:focus {
  left: 0px;
  top: 0px;
  background: #4D5861;
  color: #FFF;
  -webkit-transition: top .1s ease-in, background .5s linear;
  transition: top .1s ease-in, background .5s linear;
}

body:not(.fsComposeMode).publications-2 .pub-skip-link a:hover {
  background: #fff;
  color: #4D5861;
}

body:not(.fsComposeMode).publications-2 #fsHeader {
  position: relative;
  height: auto;
  overflow: visible;
}

body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section {
  background: #00A499;
  height: 50px;
  margin: 0;
}

body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1420px) {
  body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section > .fsElementContent {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}

body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .school-name {
  margin: 0;
  display: none;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .school-name {
    display: block;
    text-align: center;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .school-name {
    width: auto;
    text-align: left;
  }
}

body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .school-name a {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  padding: 16px 0;
  text-decoration: none;
}

body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .school-name a:hover {
  color: rgba(255, 255, 255, 0.5);
}

body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 {
  display: none;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 {
    display: block;
    margin: 0 0 0 auto;
  }
}

body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1,
body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}

body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li {
  display: inline-block;
}

body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  padding: 16px;
  color: #fff;
  text-decoration: underline;
}

body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li a:hover {
  color: #fff;
  text-decoration: none;
}

body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li.search-trigger button {
  background: none;
  border: none;
  height: 24px;
  font-size: 0;
  color: transparent;
  width: 24px;
  position: relative;
  line-height: 1;
  vertical-align: bottom;
}

body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li.search-trigger button:before {
  content: "\E910";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: -2px;
  left: 0;
  -webkit-transition: color .3s;
  transition: color .3s;
}

body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li.search-trigger button:hover:before {
  color: #fff;
}

body:not(.fsComposeMode).publications-2.pub-search-active #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li.search-trigger button:before {
  content: '\E910';
  color: rgba(255, 255, 255, 0.8);
}

body:not(.fsComposeMode).publications-2.pub-search-active #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li.search-trigger button:hover:before {
  color: #fff;
}

body:not(.fsComposeMode).publications-2 #fsHeader .masthead {
  background: #00A499;
  height: 100px;
  margin: 0;
}

body:not(.fsComposeMode).publications-2 #fsHeader .masthead > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1380px;
  position: relative;
}

@media (max-width: 1420px) {
  body:not(.fsComposeMode).publications-2 #fsHeader .masthead > .fsElementContent {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}

body:not(.fsComposeMode).publications-2 #fsHeader .masthead .masthead-inner {
  margin: 0;
}

body:not(.fsComposeMode).publications-2 #fsHeader .masthead .masthead-inner > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1380px;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).publications-2 #fsHeader .masthead .masthead-inner > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

body:not(.fsComposeMode).publications-2 #fsHeader .masthead .masthead-inner > .fsElementContent > .fsElement {
  height: 100px;
  margin: 0;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).publications-2 #fsHeader .masthead .masthead-inner > .fsElementContent > .fsElement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

body:not(.fsComposeMode).publications-2 #fsHeader .masthead .masthead-inner > .fsElementContent > .fsElement * {
  margin: 0;
}

body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse {
  width: 28%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  cursor: pointer;
}

@media (max-width: 900px) {
  body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse {
    display: none;
  }
}

body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse > .fsElementContent:before {
  content: "+";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  display: block;
  height: 49px;
  width: 49px;
  border: 1px solid #fff;
  font-size: 48px;
  text-align: center;
  line-height: 33px;
  float: left;
  margin-right: 20px;
  color: #fff;
  -webkit-transition: background .4s;
  transition: background .4s;
}

body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse > .fsElementContent:after {
  display: inline-block;
  content: 'Browse Issues';
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
}

body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse:hover > .fsElementContent:before {
  background: #fff;
  color: #1c1c1c;
}

.issue-browser-open .pub-browse > .fsElementContent:before {
  background: #fff !important;
  color: #1c1c1c !important;
}

body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse .fsName,
body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse .fsSubtitle {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  width: calc(100% - 70px);
}

body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name {
  text-align: center;
  padding-top: 20px;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name {
    width: 44%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding-top: 0;
  }
}

body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name h1 {
  color: #fff;
  font-size: 60px;
  line-height: 1;
}

body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name h1 a {
  color: #fff;
}

body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name h1 a:hover {
  color: rgba(255, 255, 255, 0.9);
}

body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name img {
  max-height: 70px;
}

body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 28%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  cursor: pointer;
}

@media (max-width: 900px) {
  body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle {
    display: none;
  }
}

body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle > .fsElementContent:after {
  content: "+";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  display: block;
  height: 49px;
  width: 49px;
  border: 1px solid #fff;
  font-size: 48px;
  text-align: center;
  line-height: 33px;
  float: right;
  margin-left: 20px;
  color: #fff;
  -webkit-transition: background .4s;
  transition: background .4s;
}

body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle > .fsElementContent:hover:after {
  background: #fff;
  color: #1c1c1c;
}

body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle p {
  display: inline-block;
}

body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  text-align: right;
}

body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle button em {
  display: block;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}

body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser {
  display: none;
  background: #35647E;
  padding: 0 25px;
  position: absolute;
  top: 100px;
  left: 0;
  margin: 0 !important;
  width: 100%;
  z-index: 500;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser {
    display: block;
    max-height: 0;
    overflow: hidden;
  }
}

@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2.issue-browser-open #fsHeader .fsSlideshow.issue-browser {
    max-height: 335px;
    overflow: visible;
    visibility: visible;
  }
}

body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1380px;
  background: #fff;
  -webkit-transform: translate(0, 25px);
      -ms-transform: translate(0, 25px);
          transform: translate(0, 25px);
  padding: calc(30px - 1em) calc(20px - 1em) 0 calc(20px - 1em);
}

body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsElementSlideshow {
  padding-bottom: 20px !important;
}

body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsPrevButton,
body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsNextButton {
  height: 50px;
  width: 50px;
  border-radius: 0;
  background: #333;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsPrevButton:before,
body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsNextButton:before {
  color: #fff;
  position: absolute;
  top: 0;
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  line-height: 50px;
  font-size: 24px;
}

body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsPrevButton:hover,
body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsNextButton:hover {
  background: #4D5861;
}

body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsPrevButton {
  left: -25px;
}

body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent .fsNextButton {
  right: -25px;
}

body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent article {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
}

body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent article .fsIssueTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  margin: 0;
  display: block;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
}

body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent article .fsThumbnail {
  margin: 0 auto 10px;
  border: 5px solid #E2E6E9;
}

body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent article .fsThumbnail img {
  margin: 0;
}

body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent article:hover .fsIssueTitle {
  color: #00A499;
}

body:not(.fsComposeMode).publications-2 .pub-categories {
  background: #35647E;
  padding: 0 20px;
  width: 330px;
  max-width: 100%;
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 500;
  max-height: 0;
  overflow: hidden;
  display: none;
}

body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 {
  background: #fff;
  padding: 20px !important;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
}

body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1,
body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}

body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 li {
  text-transform: uppercase;
  font-size: 1.3em;
  padding-top: 10px;
  padding-bottom: 10px;
}

body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 li:not(:last-child) {
  border-bottom: 2px solid #E2E6E9;
}

body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 li a {
  color: #00A499;
  text-decoration: none;
}

body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 li a:hover {
  color: #4D5861;
}

body:not(.fsComposeMode).publications-2.category-menu-open .pub-categories {
  max-height: 1000px;
  overflow: visible;
  display: block;
}

.category-menu-open .cat-toggle > .fsElementContent:after {
  background: #fff !important;
  color: #1c1c1c !important;
}

body:not(.fsComposeMode).publications-2 .fsLoadMoreButton {
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  padding: 25px 40px;
  border: 1px solid #00A499;
  display: block;
  width: 288px;
  max-width: 100%;
  -webkit-transition: background .3s;
  transition: background .3s;
}

body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article {
  position: relative;
  padding-bottom: 28px;
}

body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article:before {
  display: block;
  content: '';
  width: calc(100% - 30px);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 2px;
  background: #E2E6E9;
}

body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsCategory,
body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsDateTime {
  background: transparent;
  color: #00A499;
  font-family: "bpa-font-icons";
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  margin-bottom: 18px;
}

body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsTitle {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid .fsLoadMoreButton {
  margin-top: 65px;
}

body:not(.fsComposeMode).publications-2 .fsPostElement.fsPost .fsTitle {
  line-height: 40px;
  margin-bottom: 40px;
}

body:not(.fsComposeMode).publications-2 .fsPostElement.fsPost .fsAuthor {
  padding-right: 10px;
  border-right: 2px solid #E2E6E9;
}

body:not(.fsComposeMode).publications-2 .fsPostToolsElement.fsNavigation > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

body:not(.fsComposeMode).publications-2 .fsPostToolsElement.fsNavigation button {
  height: 50px;
  width: 150px;
}

body:not(.fsComposeMode).publications-2 .fsPostToolsElement.fsNavigation button.fsPreviousButton {
  margin-right: 10px;
}

body:not(.fsComposeMode).publications-2 .fsPostToolsElement.fsNavigation .fsNotification {
  position: absolute;
  top: 100%;
  left: 0;
}

body:not(.fsComposeMode).publications-2 .fsComments button.fsCommentCount {
  display: block;
  width: 100%;
  padding: 20px 0;
  background: transparent;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #B5C3CE;
}

body:not(.fsComposeMode).publications-2 .fsComments .fsMyComment {
  margin-top: 20px;
}

body:not(.fsComposeMode).publications-2 .fsComments button.fsPostComment {
  font-size: 14px;
  line-height: 18px;
  padding: 5px 12px;
  background-color: #B5C3CE;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

body:not(.fsComposeMode).publications-2 .fsComments button.fsPostComment:hover {
  background: #00A499;
}

body:not(.fsComposeMode).publications-2 .fsTags {
  margin: 50px 0;
}

body:not(.fsComposeMode).publications-2 .fsTags li {
  font-size: 14px;
  line-height: 18px;
  padding: 5px 12px;
  background-color: #B5C3CE;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 15px;
}

body:not(.fsComposeMode).publications-2 .related-articles {
  padding-top: 40px;
  border-top: 1px solid #E2E6E9;
}

body:not(.fsComposeMode).publications-2 .related-articles .fsElementTitle {
  background: transparent;
  color: #00A499;
  font-family: "bpa-font-icons";
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 40px;
}

body:not(.fsComposeMode).publications-2 .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);
  display: block;
  top: 50px;
  min-height: 100%;
  max-width: 37.5em;
  padding: 0;
  left: auto;
  right: 0;
  background: #333;
  overflow-y: inherit;
  z-index: 9000;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2 .fsMenu {
    max-width: 332px;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).publications-2 .fsMenu {
    display: none !important;
  }
}

body:not(.fsComposeMode).publications-2.drawer-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);
}

body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow {
  background: #00A499;
}

body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow > header {
  padding-top: 30px;
}

body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsElementTitle {
  background: transparent;
  color: #00A499;
  font-family: "bpa-font-icons";
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow article {
  text-align: center;
}

body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow article .fsIssueTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  display: block;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 40px !important;
}

body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow article .fsIssueTitle:hover,
body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow article .fsIssueTitle:focus {
  text-decoration: none;
}

body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow article .fsThumbnail {
  margin: 0 auto 10px;
  border: 5px solid #E2E6E9;
}

body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow article .fsThumbnail img {
  margin: 0;
}

body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow article:hover .fsIssueTitle {
  color: #fff;
}

body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsPrevButton,
body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsNextButton {
  height: 50px;
  width: 50px;
  border-radius: 0;
  background: #333;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsPrevButton:before,
body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsNextButton:before {
  color: #fff;
  position: absolute;
  top: 0;
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  line-height: 50px;
  font-size: 24px;
}

body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsPrevButton:hover,
body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsNextButton:hover {
  background: #00A499;
}

body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsPrevButton {
  left: 0;
}

body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsNextButton {
  right: 0;
}

body:not(.fsComposeMode).publications-2 .fsMenu .pub-mobile-categories > header {
  text-align: center;
  padding-top: 30px;
}

body:not(.fsComposeMode).publications-2 .fsMenu .pub-mobile-categories > header .fsElementTitle {
  background: transparent;
  color: #00A499;
  font-family: "bpa-font-icons";
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

body:not(.fsComposeMode).publications-2 .fsMenu .pub-mobile-categories .fsNavLevel1 li a {
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

body:not(.fsComposeMode).publications-2 .publication2-search {
  height: 50px;
  overflow: hidden;
  position: absolute;
  top: -50px;
  margin: 0;
  width: calc(100% - 70px);
}

body:not(.fsComposeMode).publications-2 .publication2-search ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body:not(.fsComposeMode).publications-2 .publication2-search :-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body:not(.fsComposeMode).publications-2 .publication2-search ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body:not(.fsComposeMode).publications-2 .publication2-search :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body:not(.fsComposeMode).publications-2 .publication2-search label {
  font-size: 0;
  color: transparent;
}

body:not(.fsComposeMode).publications-2 .publication2-search .fsStyleSearchField {
  height: 50px;
  background: none;
  border: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  width: calc(100% - 50px);
  float: right;
}

body:not(.fsComposeMode).publications-2 .publication2-search .fsElementToolsSearchButton {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  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;
  font-size: 0;
  color: transparent;
  height: 50px;
  width: 50px;
  float: left;
}

body:not(.fsComposeMode).publications-2 .publication2-search .fsElementToolsSearchButton:before {
  content: "\E910";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 20px;
}

body:not(.fsComposeMode).publications-2 .publication2-search .fsButtonClear {
  display: none;
}

.fsMenu body:not(.fsComposeMode).publications-2 .publication2-search {
  top: -50px;
  left: 10px;
  width: calc(100% - 80px);
}

body:not(.fsComposeMode).publications-2 #fsHeader .publication2-search {
  width: 350px;
  top: -100px;
  right: 40px;
  background: #00A499;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body:not(.fsComposeMode).publications-2.pub-search-active #fsHeader .publication2-search {
  top: 0;
}

body:not(.fsComposeMode).publications-2.post-page #fsPageBodyWrapper {
  margin-top: 15rem;
}

body:not(.fsComposeMode).publications-2.post-page .fsPostToolsElement.fsSearch {
  margin-bottom: 20px;
}

body:not(.fsComposeMode).publications-2.post-page .post-page-nav {
  margin-bottom: 20px;
}

body:not(.fsComposeMode).publications-2.post-page .post-page-nav > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body:not(.fsComposeMode).publications-2.post-page .post-page-nav > .fsElementContent .fsElement {
  margin-bottom: 0;
}

body:not(.fsComposeMode).publications-2.post-page .share-comment-box {
  display: inline-block;
  color: #7A8B99;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 20px !important;
}

body:not(.fsComposeMode).publications-2.post-page .share-comment-box > .fsElementContent {
  text-align: right;
}

body:not(.fsComposeMode).publications-2.post-page .share-comment-box > .fsElementContent > div {
  display: inline-block;
  padding-top: 10px;
}

body:not(.fsComposeMode).publications-2.post-page .share-comment-box .share {
  margin-right: 20px;
  position: relative;
  cursor: pointer;
  -webkit-transition: color .3s;
  transition: color .3s;
}

body:not(.fsComposeMode).publications-2.post-page .share-comment-box .share:hover {
  color: #00A499;
}

body:not(.fsComposeMode).publications-2.post-page .share-comment-box .share:before {
  content: "\E905";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  margin-right: 5px;
}

body:not(.fsComposeMode).publications-2.post-page .share-comment-box .share .fsSharingButtonsContainer {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 500;
}

body:not(.fsComposeMode).publications-2.post-page .share-comment-box .share .fsSharingButtonsContainer .fsSharingButtons {
  margin: 0;
}

body:not(.fsComposeMode).publications-2.post-page .share-comment-box .share .fsSharingButtonsContainer .fsSharingButtons a {
  display: block;
  width: 60px;
  margin-bottom: 1px;
}

body:not(.fsComposeMode).publications-2.post-page .share-comment-box .share.open .fsSharingButtonsContainer {
  max-height: 100vh;
}

body:not(.fsComposeMode).publications-2.post-page .share-comment-box .comment-count:before {
  content: "\E900";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
  margin-right: 5px;
}

body:not(.fsComposeMode).publications-2.post-page .fsPostToolsElement.fsNavigation {
  width: 310px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 40px;
}

body:not(.fsComposeMode).publications-2.post-page .fsPostToolsElement.fsNavigation button {
  margin-bottom: 0;
}

body:not(.fsComposeMode).publications-2.post-page .fsPostToolsElement.fsNavigation button:last-child {
  margin-right: 0;
}

body:not(.fsComposeMode).publications-2.post-page .fsCategories {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

body:not(.fsComposeMode).publications-2.post-page .fsCategories li.fsCategory {
  background: transparent;
  color: #00A499;
  font-family: "bpa-font-icons";
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent !important;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2.post-page .fsMyCommentName {
    margin-right: 20px;
  }
}

body:not(.fsComposeMode).publications-2.pub2-home #fsPageBodyWrapper {
  margin: 0;
  padding: 0;
  background: none;
}

body:not(.fsComposeMode).publications-2.pub2-home #fsPageBody {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

body:not(.fsComposeMode).publications-2.pub2-home #fsPageContent {
  max-width: 100%;
  padding: 0;
  margin: 0;
  background: #fff;
}

body:not(.fsComposeMode).publications-2.pub2-home .fsPageLayout {
  padding-bottom: 100px;
}

body:not(.fsComposeMode).publications-2.pub2-home .fsLayout {
  margin-right: 0px;
  margin-left: 0px;
}

body:not(.fsComposeMode).publications-2.pub2-home .fsLayout .fsDiv {
  padding: 0;
  margin-bottom: 0;
}

body:not(.fsComposeMode).publications-2.pub2-home .fsLayout .fsDiv > .fsElement:not(.fsSlideshow) {
  position: relative;
  margin: 0 auto;
  max-width: 1380px;
  max-width: 75rem;
}

body:not(.fsComposeMode).publications-2.pub2-home #fsHeader {
  z-index: 8999;
  width: 100%;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2.pub2-home #fsHeader {
    position: absolute;
    top: 0;
    left: 0;
  }
}

body:not(.fsComposeMode).publications-2.pub2-home #fsHeader .masthead {
  background: #00A499;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2.pub2-home #fsHeader .masthead {
    background: #00A499;
  }
}

body:not(.fsComposeMode).publications-2.pub2-home .top-stories {
  background: #00A499;
  margin-bottom: 0;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2.pub2-home .top-stories {
    margin-top: 50px;
  }
}

body:not(.fsComposeMode).publications-2.pub2-home .top-stories article {
  background-position: center;
  background-size: cover;
  height: auto;
  position: relative;
  padding: 0;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2.pub2-home .top-stories article {
    height: 570px;
    overflow: hidden;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).publications-2.pub2-home .top-stories article {
    height: 750px;
  }
}

body:not(.fsComposeMode).publications-2.pub2-home .top-stories article:before {
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0));
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .date-author {
  display: none !important;
}

body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .fsThumbnail {
  margin: 0;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .fsThumbnail {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}

body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .fsThumbnail:before {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .fsThumbnail img {
  position: relative;
  width: 100%;
  margin: 0;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .fsThumbnail img {
    visibility: hidden;
  }
}

body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption {
  display: block;
  background: #333;
  color: #fff;
  position: relative;
  padding: 30px 20px 100px;
  text-align: center;
  z-index: 3;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption {
    text-align: left;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0;
  }
}

body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner {
  width: 100%;
  max-width: 1180px;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner {
    padding-right: 30px;
    position: absolute;
    bottom: 130px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media (max-width: 1420px) {
  body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}

body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner .fsTitle {
  color: #fff;
  line-height: 44px;
  margin-bottom: 20px;
}

body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner .fsTitle:before {
  display: block;
  content: 'Top Stories';
  background: transparent;
  color: #00A499;
  font-family: "bpa-font-icons";
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  margin-bottom: 20px;
}

body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner .fsReadMoreLink:hover,
body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner .fsReadMoreLink:focus {
  text-decoration: none;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner .fsTitle,
  body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner .fsReadMoreLink {
    display: block;
    width: 580px;
    float: right;
    clear: both;
  }
}

body:not(.fsComposeMode).publications-2.pub2-home .paging-wrapper {
  width: 100%;
  max-width: 1180px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2.pub2-home .paging-wrapper {
    bottom: 130px;
  }
}

body:not(.fsComposeMode).publications-2.pub2-home .fsPager {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  margin: 0;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2.pub2-home .fsPager {
    left: auto;
    bottom: 0;
    right: 20px;
    width: auto;
  }
}

@media (min-width: 1420px) {
  body:not(.fsComposeMode).publications-2.pub2-home .fsPager {
    right: 0;
  }
}

body:not(.fsComposeMode).publications-2.pub2-home .fsPager li {
  height: 16px;
  width: 16px;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2.pub2-home .fsPager li {
    display: block;
    margin-bottom: 10px;
  }
}

body:not(.fsComposeMode).publications-2.pub2-home .fsPager li button {
  border: 1px solid transparent;
  border-radius: 100%;
  position: relative;
}

body:not(.fsComposeMode).publications-2.pub2-home .fsPager li button:before {
  background-color: #fff;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body:not(.fsComposeMode).publications-2.pub2-home .fsPager li.slick-active button {
  border-color: #fff;
}

body:not(.fsComposeMode).publications-2.pub2-home .issue-description {
  display: block;
  zoom: 1;
  padding-bottom: 30px;
}

body:not(.fsComposeMode).publications-2.pub2-home .issue-description:after {
  display: table;
  clear: both;
  content: '';
}

@media (max-width: 1420px) {
  body:not(.fsComposeMode).publications-2.pub2-home .issue-description {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).publications-2.pub2-home .issue-description {
    margin-bottom: 50px !important;
    border-bottom: 2px solid #E2E6E9;
  }
}

body:not(.fsComposeMode).publications-2.pub2-home .issue-description .fsThumbnail {
  margin: 0 auto 20px;
  max-width: 258px;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2.pub2-home .issue-description .fsThumbnail {
    float: left;
    margin: 0 50px 20px 0;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode).publications-2.pub2-home .issue-description .fsThumbnail {
    -webkit-transform: translate(0, -160px);
        -ms-transform: translate(0, -160px);
            transform: translate(0, -160px);
    margin-bottom: -160px;
  }
}

body:not(.fsComposeMode).publications-2.pub2-home .issue-description .fsThumbnail img {
  border: 10px solid #FFFFFF;
  -webkit-box-shadow: inset 0 1px 1px 5px #000000, 0 0 0 2px #E1E1E1;
          box-shadow: inset 0 1px 1px 5px #000000, 0 0 0 2px #E1E1E1;
}

body:not(.fsComposeMode).publications-2.pub2-home .issue-description .fsDescription:before {
  display: block;
  content: 'About This Issue';
  text-transform: uppercase;
  background: transparent;
  color: #00A499;
  font-family: "bpa-font-icons";
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 15px;
}

body:not(.fsComposeMode).publications-2.pub2-home .issue-description .fsSummary {
  max-width: 100%;
  margin-bottom: 0;
}

body:not(.fsComposeMode).publications-2.pub2-home .issue-description article {
  border-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 1420px) {
  body:not(.fsComposeMode).publications-2.pub2-home .fsPostElement.fsGrid {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}

body:not(.fsComposeMode).publications-2.pub2-home .fsCategories,
body:not(.fsComposeMode).publications-2.pub2-home .fsCategory {
  margin-bottom: 0;
}

body:not(.fsComposeMode).publications-2.pub2-home .fsSummary {
  margin-bottom: 20px;
}