/*!
 * Durham Academy - default_18
 * @link: https://durham.redesign.finalsite.com
 * Site Template: newclientcustom
 * Built By: Geoff Hasson
 * Project Manager: Jaime Skerker
 * Designer: Nathan Lyttle
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 4.2.0
 * Git Tag: v4.1.0-49-gc5cc51d
 * Last built by: Jesse Rogers
 */
@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}

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

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

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -300px, 0);
            transform: translate3d(-50%, -300px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 25px, 0);
            transform: translate3d(-50%, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(-50%, -7px, 0);
            transform: translate3d(-50%, -7px, 0);
  }

  90% {
    -webkit-transform: translate3d(-50%, 4px, 0);
            transform: translate3d(-50%, 4px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -300px, 0);
            transform: translate3d(-50%, -300px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 25px, 0);
            transform: translate3d(-50%, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(-50%, -7px, 0);
            transform: translate3d(-50%, -7px, 0);
  }

  90% {
    -webkit-transform: translate3d(-50%, 4px, 0);
            transform: translate3d(-50%, 4px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

/*! helpers - box-model v0.0.1 */

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

/*! helpers - ui-pattern v0.0.1 */

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/

/*! helpers - typography v0.0.1 */

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

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

h1 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 45px;
  line-height: 59px;
  font-weight: 800;
  color: #005F3E;
  text-transform: uppercase;
  margin-bottom: 16px;
}

@media (max-width: 599px) {
  h1 {
    font-size: 30px;
    line-height: 32px;
  }
}

h2 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 26px;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 16px;
}

h3 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 15px;
  line-height: 21px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 17px;
  line-height: 23px;
  font-weight: 800;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 12px;
  line-height: 16px;
  color: #606060;
  text-transform: uppercase;
  margin-bottom: 10px;
}

p {
  margin: 0 0 40px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #006297;
  font-weight: bold;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

a:hover,
a:focus {
  color: #48B795;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

.fsContent ul li,
.fsContent ol li {
  margin-bottom: 10px;
}

.fsAthleticsEvent.fsTable .fsElementTable,
.fsAthleticsRoster .fsElementTable,
table.fs_style_40 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  color: #444444;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 599px) {
  .fsAthleticsEvent.fsTable .fsElementTable,
  .fsAthleticsRoster .fsElementTable,
  table.fs_style_40 {
    display: block;
  }
}

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_40 td {
  padding: 10px 20px;
  background: rgba(236, 237, 237, 0.1);
}

.fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(even) td,
.fsAthleticsRoster .fsElementTable tr:nth-of-type(even) td,
table.fs_style_40 tr:nth-of-type(even) td {
  background-color: rgba(236, 237, 237, 0.4);
}

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_40 th,
table.fs_style_40 td {
  vertical-align: top;
  border-bottom: none;
}

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.fs_style_40 th {
  padding: 15px 20px;
  text-align: left;
  background: #48B795;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

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

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

figcaption {
  color: #8C8C8C;
  font-size: 13px;
  line-height: 20px;
  margin-top: 9px;
}

/*! _main.scss - src/sass/modules/common/ - main common import */

/*! elements - common v0.0.1 */

/* Contains generic styles that apply to every element */

.fsElement {
  margin-bottom: 20px;
}

.fsElement:last-child {
  margin-bottom: 0;
}

.fsElementHeaderContent {
  margin-bottom: 20px;
}

.fsElementFooterContent {
  margin-top: 20px;
}

.fsPanel {
  margin-bottom: 0;
}

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

.fsList .fsTitle a {
  color: #1F2623;
  font-family: "proxima-nova", sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
}

.fsList .fsTitle a:hover,
.fsList .fsTitle a:focus {
  color: #005F3E;
}

.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: #48B795;
  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 #DFDFDF;
}

.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: #333;
  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(51, 51, 51, 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: #333;
}

.fsSlideshow .fsPager li button:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(51, 51, 51, 0.25);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
}

.fsSlideshow .fsPager li button:hover:before,
.fsSlideshow .fsPager li button:focus:before {
  background-color: #333;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSlideshow .fsPager li button:focus {
  outline: 1px dashed rgba(51, 51, 51, 0.25);
}

.fsSlideshow .fsPager li.slick-active button:before {
  opacity: 1;
  background-color: #333;
}

/*! 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: #333;
}

.fsDialogCloseButton:focus:after,
.fsDialogCloseButton:focus:before {
  background: #333;
}

.fsDialogCloseButton:hover:after,
.fsDialogCloseButton:hover:before {
  background: black;
}

.fsElementDialog {
  color: #333;
}

.fs_style_41 {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #006297;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_41:hover,
.fs_style_41:focus,
.fsStateSelected .fs_style_41 {
  background: #48B795;
  color: #fff;
}

.fs_style_41 em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  font-family: "ff-tisa-web-pro", serif;
  margin-top: 4px;
  font-weight: normal;
}

.fs_style_43 {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #EF741F;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_43:hover,
.fs_style_43:focus,
.fsStateSelected .fs_style_43 {
  background: #48B795;
  color: #fff;
}

.fs_style_43 em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  font-family: "ff-tisa-web-pro", serif;
  margin-top: 4px;
  font-weight: normal;
}

.fs_style_43:hover,
.fs_style_43:focus,
.fsStateSelected .fs_style_43 {
  background: #F69A00;
}

.fs_style_44 {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #005F3E;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_44:hover,
.fs_style_44:focus,
.fsStateSelected .fs_style_44 {
  background: #48B795;
  color: #fff;
}

.fs_style_44 em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  font-family: "ff-tisa-web-pro", serif;
  margin-top: 4px;
  font-weight: normal;
}

.fs_style_42 {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #1F3956;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_42:hover,
.fs_style_42:focus,
.fsStateSelected .fs_style_42 {
  background: #48B795;
  color: #fff;
}

.fs_style_42 em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  font-family: "ff-tisa-web-pro", serif;
  margin-top: 4px;
  font-weight: normal;
}

.color-button {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #006297;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.color-button:hover,
.color-button:focus,
.fsStateSelected .color-button {
  background: #48B795;
  color: #fff;
}

.color-button em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  font-family: "ff-tisa-web-pro", serif;
  margin-top: 4px;
  font-weight: normal;
}

.fs_style_45 {
  display: inline-block;
  border: 1px solid #006297;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #006297;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_45:hover,
.fs_style_45:focus,
.fsStateSelected .fs_style_45 {
  background: #006297;
  color: #fff;
}

.fs_style_45 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  font-family: "ff-tisa-web-pro", serif;
  margin-top: 4px;
  font-weight: normal;
}

.fs_style_49 {
  display: inline-block;
  border: 1px solid #1F3956;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #1F3956;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_49:hover,
.fs_style_49:focus,
.fsStateSelected .fs_style_49 {
  background: #1F3956;
  color: #fff;
}

.fs_style_49 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  font-family: "ff-tisa-web-pro", serif;
  margin-top: 4px;
  font-weight: normal;
}

.fs_style_48 {
  display: inline-block;
  border: 1px solid #005F3E;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #005F3E;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_48:hover,
.fs_style_48:focus,
.fsStateSelected .fs_style_48 {
  background: #005F3E;
  color: #fff;
}

.fs_style_48 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  font-family: "ff-tisa-web-pro", serif;
  margin-top: 4px;
  font-weight: normal;
}

.fs_style_46 {
  display: inline-block;
  border: 1px solid #48B795;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #48B795;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_46:hover,
.fs_style_46:focus,
.fsStateSelected .fs_style_46 {
  background: #48B795;
  color: #fff;
}

.fs_style_46 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  font-family: "ff-tisa-web-pro", serif;
  margin-top: 4px;
  font-weight: normal;
}

.fs_style_47 {
  display: inline-block;
  border: 1px solid #EF741F;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #EF741F;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_47:hover,
.fs_style_47:focus,
.fsStateSelected .fs_style_47 {
  background: #EF741F;
  color: #fff;
}

.fs_style_47 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  font-family: "ff-tisa-web-pro", serif;
  margin-top: 4px;
  font-weight: normal;
}

.fs_style_53 {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_53:hover,
.fs_style_53:focus,
.fsStateSelected .fs_style_53 {
  background: #fff;
  color: #fff;
}

.fs_style_53 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  font-family: "ff-tisa-web-pro", serif;
  margin-top: 4px;
  font-weight: normal;
}

.fs_style_53:hover,
.fs_style_53:focus {
  color: #1E1E1E;
}

.fs_style_54 {
  display: inline-block;
  border: 1px solid #FFCA00;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #FFCA00;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_54:hover,
.fs_style_54:focus,
.fsStateSelected .fs_style_54 {
  background: #FFCA00;
  color: #fff;
}

.fs_style_54 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  font-family: "ff-tisa-web-pro", serif;
  margin-top: 4px;
  font-weight: normal;
}

.fs_style_54:hover,
.fs_style_54:focus {
  color: #1E1E1E;
}

.fs_style_55 {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fs_style_55:hover,
.fs_style_55:focus,
.fsStateSelected .fs_style_55 {
  background: #fff;
  color: #fff;
}

.fs_style_55 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  font-family: "ff-tisa-web-pro", serif;
  margin-top: 4px;
  font-weight: normal;
}

.fs_style_55:hover,
.fs_style_55:focus {
  color: #fff;
  background: #48B795;
  border-color: #48B795;
}

.fs_style_51 {
  padding: 20px 30px;
}

.fs_style_52 {
  padding: 30px 41px;
}

.fs_style_51,
.fs_style_52 {
  font-size: 13px;
  line-height: 16px;
}

.fs_style_56,
.fs_style_57 {
  display: inline-block;
  border: 1px solid #006297;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 9px 20px;
  background: transparent;
  color: #006297;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-transform: none;
  padding-top: 19px;
  padding-bottom: 19px;
  display: block;
  max-width: 300px;
  text-align: left;
}

.fs_style_56:hover,
.fs_style_56:focus,
.fsStateSelected .fs_style_56,
.fs_style_57:hover,
.fs_style_57:focus,
.fsStateSelected .fs_style_57 {
  background: #006297;
  color: #fff;
}

.fs_style_56 em,
.fs_style_57 em {
  display: block;
  font-style: normal;
  opacity: 70%;
  text-transform: none;
  font-family: "ff-tisa-web-pro", serif;
  margin-top: 4px;
  font-weight: normal;
}

.fs_style_56:before,
.fs_style_57:before {
  margin-right: 10px;
  vertical-align: middle;
  color: #afb3b2;
}

.fs_style_56:hover:before,
.fs_style_56:focus:before,
.fs_style_57:hover:before,
.fs_style_57:focus:before {
  color: #fff;
}

.fs_style_56:before {
  content: "\E901";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fs_style_57:before {
  content: "\E900";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.button-bg {
  display: inline-block;
  background-color: #006297;
  padding: 30px 50px 10px;
}

.button-bg p {
  margin-bottom: 0;
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #333;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton {
  background: #48B795;
  color: #fff;
}

.fsStyleDefaultButton em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  font-family: "ff-tisa-web-pro", serif;
  margin-top: 4px;
  font-weight: normal;
}

.fsStyleDefaultButton.fsLoadMoreButton {
  margin-bottom: 0;
}

.fsStyleDefaultButton.fsSelectAll {
  margin-bottom: 5px;
  padding: 7px 12px;
  font-size: .875em;
  line-height: 1.2;
}

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #333;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton {
  background: #48B795;
  color: #fff;
}

.fsStyleUpdateButton em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  font-family: "ff-tisa-web-pro", serif;
  margin-top: 4px;
  font-weight: normal;
}

.hero {
  margin-bottom: 0;
  height: 260px;
  background-size: cover;
  background-position: 50%;
  overflow: hidden;
}

.hero .fsElementContent {
  height: 100%;
}

.hero .fsElementContent .fsResourceTypeVideo {
  height: 100%;
}

.hero .fsElementContent .fsResourceTypeVideo video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 800px) {
  .hero {
    height: 560px;
  }
}

body:not(.fsComposeMode) .fsPageContent .hero {
  display: none;
}

.lead-in,
.fs_style_31 {
  font-size: 1.5em;
  line-height: 1.45833em;
  color: #1E1E1E;
}

blockquote {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 25px;
  padding-left: 25px;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-right: 0;
  margin-left: 0;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  border-top: 4px solid #DFDFDF;
  border-bottom: 4px solid #DFDFDF;
}

blockquote .fs_style_37 {
  color: #F69A00;
}

blockquote .fs_style_38 {
  color: #48B795;
}

blockquote .fs_style_39 {
  color: #005F3E;
}

.fsBannerLeft blockquote,
.fsBannerRight blockquote {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0;
  padding-left: 0;
  font-size: 17px;
  line-height: 27px;
}

cite {
  display: block;
  color: #656E6B;
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
  font-style: normal;
  margin-top: 25px;
}

cite:before {
  content: '- ';
}

.fs_style_32 {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-weight: 800;
  padding-left: 22px;
  color: #F69A00;
  overflow: hidden;
}

.fs_style_32:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 10px;
  height: 100%;
  background: #F69A00;
}

.fs_style_33 {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-weight: 800;
  padding-left: 22px;
  color: #48B795;
  overflow: hidden;
}

.fs_style_33:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 10px;
  height: 100%;
  background: #48B795;
}

.fs_style_34 {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-weight: 800;
  padding-left: 22px;
  color: #005F3E;
  overflow: hidden;
}

.fs_style_34:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 10px;
  height: 100%;
  background: #005F3E;
}

.fs_style_35 {
  float: left;
  margin-bottom: 20px;
}

@media (min-width: 500px) {
  .fs_style_35 {
    width: 50%;
    margin-right: 40px;
  }
}

.fs_style_35 + p {
  clear: left;
}

.fs_style_36 {
  float: right;
  margin-bottom: 20px;
}

@media (min-width: 500px) {
  .fs_style_36 {
    width: 50%;
    margin-left: 40px;
  }
}

@media (max-width: 599px) {
  .hide-mobile {
    display: none;
  }
}

/*! _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: #48B795;
  background: transparent;
}

.fsNavigation a {
  display: block;
  padding: 10px 0;
  color: #006297;
  background: transparent;
}

.fsNavigation a:hover,
.fsNavigation a:focus {
  color: #48B795;
  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 {
  padding-right: 20px;
  padding-left: 20px;
  background: #fff;
  padding-top: 60px;
  color: #606060;
  font-size: 11px;
  font-weight: 600;
  line-height: 13px;
  text-transform: uppercase;
}

@media (max-width: 599px) {
  .fsBreadcrumb {
    display: none;
  }
}

.home .fsBreadcrumb,
.landing .fsBreadcrumb {
  display: none;
}

.fsBreadcrumb > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}

.fsBreadcrumb .home-link a {
  font-size: 0;
}

.fsBreadcrumb .home-link a:before {
  content: "\E906";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 13px;
  vertical-align: sub;
}

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

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

.fsBreadcrumb ul li a:hover,
.fsBreadcrumb ul li a:focus {
  color: #EF741F;
}

.fsBreadcrumb ul li .fsNavBreadcrumbSeperator:after {
  content: "\E905";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 8px;
  margin-left: 8px;
}

.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: #006297;
  background: transparent;
}

.nav-tier ul li a:hover,
.nav-tier ul li a:focus {
  color: #48B795;
  background: #eee;
}

.nav-tier ul li.fsNavCurrentPage > a {
  color: #005F3E;
  background: #d5d5d5;
}

.nav-tier ul li.fsNavCurrentPage > a:hover,
.nav-tier ul li.fsNavCurrentPage > a:focus {
  color: #006297;
  background: #eee;
}

.nav-tier ul li.fsNavCurrentPageAncestor {
  background: #eee;
}

.nav-tier ul li.fsNavCurrentPageAncestor > a {
  color: #006297;
  background: transparent;
}

.nav-tier ul li.fsNavCurrentPageAncestor > a:hover,
.nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
  color: #006297;
  background: #eee;
}

.nav-tier .fsNavLevel1 {
  padding-left: 0;
}

.nav-tier .fsNavLevel1 > li {
  border-bottom: solid 1px #DFDFDF;
}

.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 {
    margin: 20px;
    border: 1px solid #DFDFDF;
  }

  .nav-sub > header {
    display: block;
    position: relative;
  }

  .nav-sub > header .fsElementTitle {
    position: relative;
    margin-top: 0;
    color: #1E1E1E;
    font-size: 17px;
    line-height: 23px;
    font-weight: 800;
    margin-bottom: 10px;
    margin-bottom: 0;
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    color: #333;
    background-color: #F9F9F9;
    -webkit-transition: .3s;
    transition: .3s;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
  }

  .nav-sub > header .fsElementTitle:hover {
    background-color: #F9F9F9;
    color: #333;
  }
}

@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: #006297;
    background: transparent;
  }

  .nav-sub > .fsElementContent ul li a:hover,
  .nav-sub > .fsElementContent ul li a:focus {
    color: #48B795;
    background: white;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
    color: #48B795;
    background: #c8c8c8;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover,
  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
    color: #006297;
    background: #bbbbbb;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
    background: #d5d5d5;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
    color: #006297;
    background: transparent;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover,
  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
    color: #005F3E;
    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: #F9F9F9;
    color: #333;
  }

  .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 {
  margin-bottom: 0;
  display: block;
}

.home .fsHeader .nav-sub {
  display: none;
}

.fsHeader .nav-sub > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}

@media (min-width: 600px) {
  .fsHeader .nav-sub {
    background-color: #F9F9F9;
    border-bottom: 1px solid #D0D3D2;
    padding: 10px;
  }

  .fsHeader .nav-sub > header {
    display: none;
  }

  .fsHeader .nav-sub .fsNavLevel1 {
    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;
    padding: 0;
    border-radius: 0;
  }

  .fsHeader .nav-sub .fsNavLevel1 .fsNavPageInfo {
    display: none;
  }

  .fsHeader .nav-sub .fsNavLevel1 > li {
    position: relative;
    border-bottom: 0;
  }

  .fsHeader .nav-sub .fsNavLevel1 > li > a {
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    padding: 10px;
  }

  .fsHeader .nav-sub .fsNavLevel1 > li:not(:last-child):after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: '';
    background-color: #ADADAD;
    height: 20px;
    width: 1px;
  }
}

.fsPageBody .nav-sub .fsElementTitle {
  color: #333333;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
}

.fsPageBody .nav-sub li a {
  color: #333333;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.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: #333;
  background: transparent;
}

.nav-sub ul li a:hover,
.nav-sub ul li a:focus {
  color: #EF741F;
  background: transparent;
}

.nav-sub ul li.fsNavCurrentPage > a {
  color: #EF741F;
  background: transparent;
}

.nav-sub ul li.fsNavCurrentPage > a:hover,
.nav-sub ul li.fsNavCurrentPage > a:focus {
  color: #EF741F;
  background: transparent;
}

.nav-sub ul li.fsNavCurrentPageAncestor {
  background: transparent;
}

.nav-sub ul li.fsNavCurrentPageAncestor > a {
  color: #EF741F;
  background: transparent;
}

.nav-sub ul li.fsNavCurrentPageAncestor > a:hover,
.nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
  color: #EF741F;
  background: transparent;
}

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

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

@media (min-width: 900px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    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 > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
  }
}

.nav-main .fsNavLevel1 > li:hover > a {
  color: #eee;
  background: #006297;
}

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

.nav-main .fsNavLevel1 > li > a {
  display: block;
  color: #fff;
  background: transparent;
  padding: 1.25em;
}

.nav-main .fsNavLevel1 > li > a:focus {
  color: #eee;
  background: #006297;
}

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 > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}

html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
  max-height: 9999px;
}

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

.nav-main .fsNavPageInfo {
  background: #005F3E;
  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: #006297;
}

.nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
  color: #eee;
  background: transparent;
}

.drawer-ribbon {
  position: relative;
  height: 50px;
}

@media (min-width: 900px) {
  .drawer-ribbon {
    display: none;
  }
}

.drawer-trigger {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  margin-left: 70px;
}

.drawer-trigger:before {
  content: "\E904";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 14px;
  margin-right: 8px;
}

.drawer-trigger:hover,
.drawer-trigger:focus {
  color: #48B795;
}

.fsMenu {
  position: fixed;
  z-index: 9001;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(20%, 0, 0);
          transform: translate3d(20%, 0, 0);
  -webkit-transform: translate(20%, 0);
      -ms-transform: translate(20%, 0);
          transform: translate(20%, 0);
  top: 0em;
  height: 100%;
  max-width: 60em;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.15), -20px 0 20px 0 rgba(0, 0, 0, 0.06);
          box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.15), -20px 0 20px 0 rgba(0, 0, 0, 0.06);
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

.fsAccountBarVisible .fsMenu {
  top: 45px;
}

.drawer-is-active .fsMenu {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fsMenu .close-button {
  margin-bottom: 0;
}

.fsMenu #close-menu {
  position: absolute;
  right: 20px;
  margin-bottom: 0;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
}

.fsMenu #close-menu:before {
  content: "\E907";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 16px;
  margin-right: 8px;
}

.fsMenu .offcanvas-search form {
  position: relative;
}

.fsMenu .offcanvas-search .fsFieldLabel {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.fsMenu .offcanvas-search .fsStyleSearchField {
  height: 60px;
  padding-left: 44px;
  -webkit-appearance: none;
}

.fsMenu .offcanvas-search .fsSearchElementSearchButton {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 44px;
  margin: 0;
  background: transparent;
  font-size: 0;
}

.fsMenu .offcanvas-search .fsSearchElementSearchButton:before {
  content: "\E908";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

.fsMenu .offcanvas-nav ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.fsMenu .offcanvas-nav ul li > a:hover,
.fsMenu .offcanvas-nav ul li > a:focus {
  color: #EF741F;
}

.fsMenu .offcanvas-nav ul li[class*="fsNavCurrentPage"] > a {
  color: #EF741F;
}

.home .fsMenu .offcanvas-nav ul li.home-link > a {
  color: #EF741F;
}

@media (max-width: 899px) {
  .fsMenu .offcanvas-nav ul li {
    position: relative;
  }
}

.fsMenu .offcanvas-nav .fsNavLevel1 {
  position: relative;
}

.fsMenu .offcanvas-nav .fsNavLevel1 > li {
  overflow: hidden;
}

.fsMenu .offcanvas-nav .fsNavLevel1 > li > a {
  color: #606060;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  padding: 22px 0;
}

@media (max-width: 899px) {
  .fsMenu .offcanvas-nav .fsNavLevel1 > li .fsNavPageInfo {
    position: relative;
    left: 0;
    padding-left: 0;
    max-height: 0;
    -webkit-transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
    transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
  }

  .fsMenu .offcanvas-nav .fsNavLevel1 > li.info-open .fsNavPageInfo {
    max-height: 9999px;
  }
}

.fsMenu .offcanvas-nav .fsNavLevel2 a {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  padding: 12px 0;
}

.fsMenu .nav-toggle {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 68px;
  width: 68px;
  cursor: pointer;
  color: #8C8C8C;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 0;
}

.fsMenu .nav-toggle:before {
  content: "\E911";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
}

.fsMenu .info-open > .nav-toggle:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

@media (min-width: 900px) {
  .fsMenu {
    padding: 36px 100px;
  }

  .fsMenu #close-menu {
    font-size: 0;
    right: 50px;
  }

  .fsMenu .fsNavLevel1 {
    width: 50%;
  }

  .fsMenu .fsNavLevel1 > li[class*="fsNavParentPage"] > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    overflow: hidden;
  }

  .menu-item-open .fsMenu .fsNavLevel1 > li[class*="fsNavParentPage"] > .fsNavPageInfo {
    max-height: 9999px;
  }

  .fsMenu .fsNavLevel1 > li[class*="fsNavParentPage"].menu-item-open > .fsNavPageInfo {
    max-height: 9999px;
  }

  .fsMenu .fsNavLevel1 > li[class*="fsNavParentPage"] > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    overflow: hidden;
  }

  .fsMenu .fsNavLevel1 > li[class*="fsNavParentPage"]:hover > .fsNavPageInfo,
  .fsMenu .fsNavLevel1 > li[class*="fsNavParentPage"]:focus > .fsNavPageInfo {
    max-height: 9999px;
  }
}

@media (min-width: 900px) and (max-width: 599px) {
  .fsMenu .fsNavLevel1 > li[class*="fsNavParentPage"]:focus > .fsNavPageInfo {
    max-height: 9999px;
  }
}

@media (min-width: 900px) {
  .fsMenu .fsNavLevel1 > li[class*="fsNavParentPage"] .fsNavPageInfo {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    padding-left: 120px;
  }

  .fsMenu .fsNavLevel1 > li[class*="fsNavParentPage"] > a:after {
    content: "\E905";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    right: 0;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsMenu .fsNavLevel1 > li[class*="fsNavParentPage"]:hover > a:after,
  .fsMenu .fsNavLevel1 > li[class*="fsNavParentPage"]:focus > a:after,
  .fsMenu .fsNavLevel1 > li[class*="fsNavParentPage"].menu-item-open > a:after {
    opacity: 1;
  }

  .fsMenu .nav-toggle {
    display: none;
  }
}

.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: "\E917";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='instagram']:before {
  content: "\E915";
  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: "\E918";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='twitter']:before {
  content: "\E916";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='vimeo']:before {
  content: "\E913";
  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: "\E914";
  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 a:hover,
.nav-social .fsNavLevel1 a:focus {
  background: #fff;
}

.nav-social .fsNavLevel1 a:hover:before,
.nav-social .fsNavLevel1 a:focus:before {
  color: #005F3E;
}

.nav-social .fsNavLevel1 a {
  display: block;
  position: relative;
  border: 2px solid #fff;
  height: 45px;
  width: 45px;
  border-radius: 100%;
}

.nav-social .fsNavLevel1 a:before {
  color: #fff;
  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*='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;
}

/*! structure - header v0.0.1 */

.fsHeader {
  position: relative;
  z-index: 9000;
  background: #fff;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .fsHeader {
    padding-top: 80px;
  }

  .is-fixed:not(.fsComposeMode) .fsHeader {
    padding-top: 60px;
  }
}

.top-bar {
  padding-right: 40px;
  padding-left: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 80px;
  margin-bottom: 0;
  background: #005F3E;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (min-width: 600px) {
  .top-bar {
    position: fixed;
  }
}

.fsAccountBarVisible .top-bar {
  top: 45px;
}

.is-fixed .top-bar {
  height: 60px;
}

.top-bar > .fsElementContent {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-link > .fsElementContent {
  display: none;
}

@media (min-width: 600px) {
  .top-link > .fsElementContent {
    display: block;
  }
}

.top-link > .fsElementContent p {
  margin-bottom: 0;
}

.top-link > .fsElementContent a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  text-transform: uppercase;
}

.top-link > .fsElementContent a:hover,
.top-link > .fsElementContent a:focus {
  color: #48B795;
}

.top-link .fsElementFooterContent {
  margin-top: 0;
}

.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 {
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.site-info-container a {
  display: block;
  padding: 20px 0;
  color: transparent;
  background: url(images/logo_full.svg) no-repeat 0 50%;
}

.is-fixed .site-info-container a {
  background-image: url(images/logo.svg);
  display: inline-block;
  background-size: 30%;
}

.site-info-container a:hover,
.site-info-container a:focus {
  color: transparent;
}

@media (max-width: 469px) {
  html:not(.is-fixed) .site-info-container a {
    background-size: contain;
  }
}

.fsFooter {
  padding: 20px;
  padding-top: 60px;
  color: #fff;
  text-align: center;
  background: #005F3E;
}

@media (min-width: 700px) {
  .fsFooter {
    padding-top: 50px;
  }
}

.fsFooter a {
  color: #FFCA00;
  font-weight: 600;
}

.fsFooter a:hover,
.fsFooter a:focus {
  color: #48B795;
}

.fsFooter .fsBanner {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}

@media (min-width: 700px) {
  .fsFooter .address-container > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.fsFooter .nav-social {
  margin-bottom: 20px;
}

.footer-contact,
.address-container,
.utility-container {
  margin-bottom: 40px;
}

.footer-contact span,
.footer-copyright span {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  opacity: .5;
}

.school-details-container {
  margin-bottom: 50px;
}

@media (min-width: 700px) {
  .school-details-container {
    margin-bottom: 0;
  }

  .school-details-container:first-child {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

.school-details-container > .fsElementContent {
  height: 100%;
}

.school-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.school-details [itemprop='name'] {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

.school-details [itemprop='address'] {
  font-family: "ff-tisa-web-pro", serif;
}

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

.school-details a {
  color: inherit;
}

/*! structure - layouts v0.0.1 */

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  font-family: "proxima-nova", sans-serif;
  background: #005F3E;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  position: relative;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 27px;
  color: #333;
}

body.drawer-is-active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9001;
  background: rgba(0, 0, 0, 0.5);
}

#fsPageWrapper {
  position: relative;
  background: #fff;
}

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) #fsPageWrapper {
    padding-top: 80px;
  }

  .is-fixed:not(.fsComposeMode) #fsPageWrapper {
    padding-top: 60px;
  }
}

#fsPageBodyWrapper {
  overflow-x: hidden;
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 40px;
  padding-bottom: 40px;
}

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.landing #fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 61.25em;
  max-width: 61.25rem;
}

@media (min-width: 600px) {
  #fsPageBody {
    display: block;
  }
}

@media (min-width: 800px) {
  #fsPageBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.fsBannerLeft,
.fsBannerRight {
  font-family: "ff-tisa-web-pro", serif;
  font-size: 14px;
  line-height: 21px;
}

.fsBannerLeft .fsElementTitle,
.fsBannerRight .fsElementTitle {
  color: #1E1E1E;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  line-height: 21px;
}

#fsBannerLeft {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}

@media (min-width: 700px) {
  #fsBannerLeft {
    padding-right: 40px;
    width: 280px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 600px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 20px;
    width: 200px;
  }
}

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

@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 20px;
    width: 200px;
  }
}

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

#fsPageContent {
  width: 100%;
}

.fsHasRightBanner #fsPageContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

@media (min-width: 600px) {
  .fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 240px);
  }
}

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

.fsHasLeftBanner #fsPageContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

@media (min-width: 600px) {
  .fsHasLeftBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 200px);
  }
}

@media (min-width: 700px) {
  .fsHasLeftBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 280px);
  }
}

.fsHasLeftBanner.fsHasRightBanner #fsPageContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 600px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 200px);
  }
}

@media (min-width: 700px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: calc(100% - 280px);
  }
}

@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 440px);
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: calc(100% - 680px);
  }
}

#fsBannerRight {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}

@media (min-width: 700px) {
  #fsBannerRight {
    padding-left: 100px;
    width: 400px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding: 0;
}

@media (min-width: 600px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: calc(100% - 200px);
  }
}

@media (min-width: 700px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: calc(100% - 280px);
  }
}

@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 20px;
    width: 240px;
  }
}

@media (min-width: 1000px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    padding-left: 100px;
    width: 400px;
  }
}

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

.fsLayout .fsDiv {
  margin-bottom: 20px;
  width: 100%;
  float: none;
}

@media (min-width: 600px) {
  .fsLayout .fsDiv {
    float: left;
  }
}

@media (min-width: 600px) {
  .fsLayout .fsDiv {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}

@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 .fsStyleOneThird,
.fsElephantLeftLayout .fsStyleOneThird {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    padding-left: 0;
    padding-right: 20px;
    width: 200px;
    margin-bottom: 0;
  }
}

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

.fsTwoColumnWideRightLayout .fsStyleTwoThirds,
.fsElephantLeftLayout .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 600px) {
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 200px);
  }
}

@media (min-width: 700px) {
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    width: calc(100% - 280px);
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
  width: 100%;
}

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

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

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
}

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

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 100px;
    width: 400px;
  }
}

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

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

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

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

.fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%;
}

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

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

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

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

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

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

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

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

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-right: 0;
}

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

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
  width: 100%;
}

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

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

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

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0;
}

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

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

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

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

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 20px;
  width: 100%;
}

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

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%;
  margin-bottom: 0;
}

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

.fsTwoColumnWideLeftLayout,
.fsElephantRightLayout {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 600px) {
  .fsTwoColumnWideLeftLayout,
  .fsElephantRightLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.fsTwoColumnWideLeftLayout .fsStyleOneThird,
.fsElephantRightLayout .fsStyleOneThird {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    padding-left: 20px;
    padding-right: 0;
    width: 240px;
    margin-bottom: 0;
  }
}

@media (min-width: 700px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    padding-left: 100px;
    width: 400px;
  }
}

.fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
.fsElephantRightLayout .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 600px) {
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: calc(100% - 240px);
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 700px) {
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: calc(100% - 400px);
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
  width: 100%;
}

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

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

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

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

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px;
}

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

@media (min-width: 700px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px;
  }
}

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

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

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0;
}

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

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 100px;
    width: 400px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%;
}

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

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 400px);
  }
}

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

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

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

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

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0;
}

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

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%;
}

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

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

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

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0;
}

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

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

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px;
}

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

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

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 0;
}

@media (min-width: 700px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 20px;
    width: 240px;
  }
}

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

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 20px;
    width: 240px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 0;
}

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

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

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

#fsPoweredByFinalsite {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  background-position: 50%;
}

/*! 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: 27px;
}

.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 {
  border-top: 2px solid #DDDDDD;
}

.fsAccordion .fsPanel:last-of-type,
.fsTabs .fsPanel:last-of-type {
  border-bottom: 2px solid #DDDDDD;
}

.fsAccordion .fsPanel > header,
.fsTabs .fsPanel > header {
  cursor: pointer;
  background: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 26px;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 16px;
  margin-bottom: 0;
  display: block;
  font-size: 18px;
  line-height: 25px;
  padding: 13.33333px;
  color: #005F3E;
  -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: rgba(72, 183, 149, 0.04);
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header:hover h2,
.fsTabs .fsPanel > header:hover h2 {
  color: #48B795;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > .fsElementContent,
.fsTabs .fsPanel > .fsElementContent {
  padding: 20px 40px;
}

.fsAccordion .fsPanel.fsStateOpen,
.fsTabs .fsPanel.fsStateOpen {
  border-top-color: #EF741F;
}

.fsAccordion .fsPanel.fsStateOpen > header,
.fsTabs .fsPanel.fsStateOpen > header {
  background: transparent;
}

.fsAccordion .fsPanel.fsStateOpen > header h2,
.fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #EF741F;
}

.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;
  content: "+";
}

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  content: "-";
}

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

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

.fsPanelIconAfter.fsAccordion .fsPanel > header h2,
.fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 40px;
}

.fsPanelIconAfter.fsAccordion .fsPanel > header h2:before,
.fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
  display: none;
}

.fsPanelIconAfter.fsAccordion .fsPanel > header h2:after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
  right: 13.33333px;
}

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

/*! elements - athletics main */

/*! elements - athletics events */

.fsAthleticsEvent > .fsElementContent {
  width: 100%;
}

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

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

.fsAthleticsEvent .fsTitle {
  font-size: 16px;
  line-height: 27px;
  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;
  color: #1E1E1E;
  font-size: 22px;
  line-height: 27px;
  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 #DFDFDF;
}

.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: 77px;
  min-height: 80px;
  padding-top: 0;
}

.fsCalendar article .fsElementEventColorIcon {
  width: 12px;
  height: 12px;
}

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 57px;
  color: #EF741F;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "proxima-nova", sans-serif;
  border-right: 3px solid #DFDFDF;
}

.fsCalendar .fsDate > span {
  display: block;
}

.fsCalendar .fsDate > span.fsDayName {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
}

.fsCalendar .fsDate > span.fsDay {
  font-size: 26px;
  font-weight: bold;
  line-height: 32px;
}

.fsCalendar .fsEventDetails {
  color: #747B83;
}

.fsCalendar .fsTimeRange,
.fsCalendar .fsAllDay,
.fsCalendar .fsLocation {
  position: relative;
  padding-left: 20px;
}

.fsCalendar .fsTimeRange:before,
.fsCalendar .fsAllDay:before,
.fsCalendar .fsLocation:before {
  position: absolute;
  left: 0;
  top: 2px;
}

.fsCalendar .fsTimeRange:before,
.fsCalendar .fsAllDay:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsCalendar .fsLocation:before {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  left: 2px;
}

.fsCalendar .fsNotes,
.fsCalendar .fsDescription {
  margin-top: 15px;
}

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

/*! _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(0, 95, 62, 0.15);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents {
    background: rgba(0, 0, 0, 0.1);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
    background-color: rgba(0, 95, 62, 0.05);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
    border: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    position: relative;
    min-height: 0;
    height: 25px;
    border: 1px solid #EDEDED;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
    background-color: rgba(0, 95, 62, 0.25);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    background-color: rgba(0, 95, 62, 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 {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #333;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  padding: 10px 20px;
}

.scroll-up span:hover,
.scroll-up span:focus,
.fsStateSelected .scroll-up span {
  background: #48B795;
  color: #fff;
}

.scroll-up span em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  font-family: "ff-tisa-web-pro", serif;
  margin-top: 4px;
  font-weight: 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;
}

/*! _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: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #333;
}

.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: #006297;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .linkLike:hover {
  color: #48B795;
}

.fsComposerFormEmbed form .required {
  color: #005F3E;
}

.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: #006297;
  -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: #48B795;
  -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 {
  float: left;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #006297;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.fsComposerFormEmbed form .submitBtn:hover,
.fsComposerFormEmbed form .submitBtn:focus,
.fsStateSelected .fsComposerFormEmbed form .submitBtn {
  background: #48B795;
}

.fsComposerFormEmbed .ui-widget {
  font-family: "proxima-nova", sans-serif;
  max-width: 100%;
}

.fsComposerFormEmbed .ui-datepicker:empty {
  display: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
  background: none;
  border: none;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
  display: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '';
  font-weight: bold;
  -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: #4d4d4d;
}

:-moz-placeholder {
  color: #4d4d4d;
}

::-moz-placeholder {
  color: #4d4d4d;
}

:-ms-input-placeholder {
  color: #4d4d4d;
}

/*! 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 {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #333;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  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: #48B795;
  color: #fff;
}

.fsResetContinue em,
.fsResetCancel em,
.fsLoginNewSuccess > button em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  font-family: "ff-tisa-web-pro", serif;
  margin-top: 4px;
  font-weight: normal;
}

.fsLoginNewSuccess button {
  margin-top: 20px;
}

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #333;
  font-family: "proxima-nova", sans-serif;
}

.fsMediaCustomPlayer article {
  position: relative;
}

.fsCustomSlider .fsElement,
.home-slides .fsElement,
.infographic .fsElement,
.alumni .fsElement,
.home-news-list .fsElement {
  margin-bottom: 0;
}

.fsCustomSlider .slick-next,
.fsCustomSlider .slick-prev,
.home-slides .slick-next,
.home-slides .slick-prev,
.infographic .slick-next,
.infographic .slick-prev,
.alumni .slick-next,
.alumni .slick-prev,
.home-news-list .slick-next,
.home-news-list .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,
.home-slides .slick-next:before,
.home-slides .slick-prev:before,
.infographic .slick-next:before,
.infographic .slick-prev:before,
.alumni .slick-next:before,
.alumni .slick-prev:before,
.home-news-list .slick-next:before,
.home-news-list .slick-prev:before {
  color: #fff;
  display: block;
  font-size: 34px;
  font-weight: normal;
  height: 100%;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}

.fsCustomSlider .slick-next,
.home-slides .slick-next,
.infographic .slick-next,
.alumni .slick-next,
.home-news-list .slick-next {
  left: auto;
  right: 0;
}

.fsCustomSlider .slick-next:before,
.home-slides .slick-next:before,
.infographic .slick-next:before,
.alumni .slick-next:before,
.home-news-list .slick-next:before {
  content: "\E905";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsCustomSlider .slick-prev,
.home-slides .slick-prev,
.infographic .slick-prev,
.alumni .slick-prev,
.home-news-list .slick-prev {
  left: 0;
  right: auto;
}

.fsCustomSlider .slick-prev:before,
.home-slides .slick-prev:before,
.infographic .slick-prev:before,
.alumni .slick-prev:before,
.home-news-list .slick-prev:before {
  content: "\E90F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsCustomSlider .slider-play-btn,
.home-slides .slider-play-btn,
.infographic .slider-play-btn,
.alumni .slider-play-btn,
.home-news-list .slider-play-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #006297;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  z-index: 1;
  line-height: 42px;
}

.fsCustomSlider .slider-play-btn:before,
.home-slides .slider-play-btn:before,
.infographic .slider-play-btn:before,
.alumni .slider-play-btn:before,
.home-news-list .slider-play-btn:before {
  content: "";
  color: #fff;
  font-size: 16px;
  font-family: "ff-tisa-web-pro", serif;
}

.fsCustomSlider.slider-paused .slider-play-btn:before,
.home-slides.slider-paused .slider-play-btn:before,
.infographic.slider-paused .slider-play-btn:before,
.alumni.slider-paused .slider-play-btn:before,
.home-news-list.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,
.home-slides.slider-playing .slider-play-btn:before,
.home-slides.slider-playing .slider-play-btn:after,
.infographic.slider-playing .slider-play-btn:before,
.infographic.slider-playing .slider-play-btn:after,
.alumni.slider-playing .slider-play-btn:before,
.alumni.slider-playing .slider-play-btn:after,
.home-news-list.slider-playing .slider-play-btn:before,
.home-news-list.slider-playing .slider-play-btn:after {
  content: "";
  width: 3px;
  height: 18px;
  background-color: #fff;
  display: inline-block;
  margin: 6px 2px 0;
}

.fsCustomSlider .slick-dots,
.home-slides .slick-dots,
.infographic .slick-dots,
.alumni .slick-dots,
.home-news-list .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,
.home-slides .slick-dots,
.home-slides .slick-dots ul,
.infographic .slick-dots,
.infographic .slick-dots ul,
.alumni .slick-dots,
.alumni .slick-dots ul,
.home-news-list .slick-dots,
.home-news-list .slick-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsCustomSlider .slick-dots li,
.home-slides .slick-dots li,
.infographic .slick-dots li,
.alumni .slick-dots li,
.home-news-list .slick-dots li {
  margin: 0;
  padding: 0;
}

.fsCustomSlider .slick-dots li,
.home-slides .slick-dots li,
.infographic .slick-dots li,
.alumni .slick-dots li,
.home-news-list .slick-dots li {
  display: inline-block;
}

.fsCustomSlider .slick-dots li + li,
.home-slides .slick-dots li + li,
.infographic .slick-dots li + li,
.alumni .slick-dots li + li,
.home-news-list .slick-dots li + li {
  margin-left: 6px;
}

.fsCustomSlider .slick-dots button,
.home-slides .slick-dots button,
.infographic .slick-dots button,
.alumni .slick-dots button,
.home-news-list .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,
.home-slides .slick-dots .slick-active button,
.infographic .slick-dots .slick-active button,
.alumni .slick-dots .slick-active button,
.home-news-list .slick-dots .slick-active button {
  background-color: #fff;
}

.fsCustomSlider .caption-wrapper,
.home-slides .caption-wrapper,
.infographic .caption-wrapper,
.alumni .caption-wrapper,
.home-news-list .caption-wrapper {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 27px;
  width: 100%;
  background-color: #006297;
  color: #fff;
}

.fsCustomSlider .caption-wrapper .caption-inner,
.home-slides .caption-wrapper .caption-inner,
.infographic .caption-wrapper .caption-inner,
.alumni .caption-wrapper .caption-inner,
.home-news-list .caption-wrapper .caption-inner {
  padding: 10px 10px 30px;
}

@media (min-width: 800px) {
  .fsCustomSlider .caption-wrapper,
  .home-slides .caption-wrapper,
  .infographic .caption-wrapper,
  .alumni .caption-wrapper,
  .home-news-list .caption-wrapper {
    padding: 30px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 98, 151, 0.5);
  }
}

.fsCustomSlider .caption-wrapper a,
.home-slides .caption-wrapper a,
.infographic .caption-wrapper a,
.alumni .caption-wrapper a,
.home-news-list .caption-wrapper a {
  color: rgba(255, 255, 255, 0.5);
}

.fsCustomSlider .caption-wrapper a:hover,
.home-slides .caption-wrapper a:hover,
.infographic .caption-wrapper a:hover,
.alumni .caption-wrapper a:hover,
.home-news-list .caption-wrapper a:hover {
  text-decoration: underline;
}

.fsCustomSlider .caption-wrapper.is-empty,
.home-slides .caption-wrapper.is-empty,
.infographic .caption-wrapper.is-empty,
.alumni .caption-wrapper.is-empty,
.home-news-list .caption-wrapper.is-empty {
  display: none;
}

@media (min-width: 800px) {
  .fsCustomSlider .caption-title,
  .home-slides .caption-title,
  .infographic .caption-title,
  .alumni .caption-title,
  .home-news-list .caption-title {
    margin-top: 0;
    color: #1E1E1E;
    font-size: 26px;
    line-height: 32px;
    font-weight: 800;
    margin-bottom: 16px;
    color: #fff;
    margin-bottom: 0;
  }
}

@media (min-width: 800px) {
  .fsCustomSlider .caption-desc,
  .home-slides .caption-desc,
  .infographic .caption-desc,
  .alumni .caption-desc,
  .home-news-list .caption-desc {
    display: block;
  }
}

.fsCustomSlider .caption-desc p:last-child,
.home-slides .caption-desc p:last-child,
.infographic .caption-desc p:last-child,
.alumni .caption-desc p:last-child,
.home-news-list .caption-desc p:last-child {
  margin-bottom: 0;
}

.fsCustomSlider .caption-desc:empty,
.home-slides .caption-desc:empty,
.infographic .caption-desc:empty,
.alumni .caption-desc:empty,
.home-news-list .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:not(.bpa-featured-profiles-1).fsList article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #DFDFDF;
}

.fsPostElement:not(.bpa-featured-profiles-1).fsList .fsListItems:last-of-type > article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.fsPostElement:not(.bpa-featured-profiles-1).fsList .fsListItems:last-of-type > .fsMonthContainer:last-child > .fsDayContainer:last-child article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsPostElement:not(.bpa-featured-profiles-1).fsList .fsListItems:last-of-type > .fsDayContainer:last-child article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsPostElement:not(.bpa-featured-profiles-1).fsList .fsListItems + button {
  margin-top: 40px;
}

.fsPostElement:not(.bpa-featured-profiles-1).fsList:not(.custom-posts) .fsTitle a {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 26px;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 16px;
}

.fsPostElement:not(.bpa-featured-profiles-1).fsList:not(.custom-posts) .fsTitle a:hover,
.fsPostElement:not(.bpa-featured-profiles-1).fsList:not(.custom-posts) .fsTitle a:focus {
  color: #006297;
}

.fsPostElement:not(.bpa-featured-profiles-1).fsList .fsCategories {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-left: 0;
}

.fsPostElement:not(.bpa-featured-profiles-1).fsList .fsCategory {
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  background: #48B795;
  padding: 4px 8px;
}

.fsPostElement:not(.bpa-featured-profiles-1).fsList .fsCategory:not(:last-child) {
  border-right: 0;
  margin-right: 6px;
}

.fsPostElement:not(.bpa-featured-profiles-1).fsList .fsAllDay {
  text-transform: capitalize;
}

.fsPostElement:not(.bpa-featured-profiles-1).fsList .fsAuthor,
.fsPostElement:not(.bpa-featured-profiles-1).fsList .fsDateTime {
  color: #8C8C8C;
  font-size: 14px;
  line-height: 21px;
}

.fsPostElement:not(.bpa-featured-profiles-1).fsList .fsAuthor {
  position: relative;
  margin-right: 14px;
}

.fsPostElement:not(.bpa-featured-profiles-1).fsList .fsAuthor:after {
  content: '|';
  position: absolute;
  right: -10px;
  top: 0;
}

.fsPostElement:not(.bpa-featured-profiles-1).fsList .fsTags {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-transform: capitalize;
}

.fsPostElement:not(.bpa-featured-profiles-1).fsList .fsTag {
  color: #656E6B;
  font-family: "proxima-nova", sans-serif;
  font-size: 11px;
  line-height: 13px;
  border: 1px solid #DFDFDF;
  border-radius: 2px;
  background-color: #F9F9F9;
  padding: 7px 10px;
}

.fsPostElement:not(.bpa-featured-profiles-1).fsList .fsTag:not(:last-child) {
  margin-right: 8px;
}

.fsPostElement:not(.bpa-featured-profiles-1).fsList .fsReadMoreLink {
  font-weight: bold;
}

.fsPostElement:not(.bpa-featured-profiles-1).custom-posts article {
  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-flow: wrap;
      flex-flow: wrap;
}

.fsPostElement:not(.bpa-featured-profiles-1).custom-posts article > * {
  margin-bottom: 10px;
}

.fsPostElement:not(.bpa-featured-profiles-1).custom-posts .fsTitle,
.fsPostElement:not(.bpa-featured-profiles-1).custom-posts .fsReadMoreLink {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.fsPostElement:not(.bpa-featured-profiles-1).custom-posts .fsCategories {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-left: 0;
}

/*! _dialog.scss - src/sass/modules/post/_dialog.scss - post dialog pop up */

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

.fsResourceElement.fsListNav .fsTitle {
  font-size: 16px;
  line-height: 27px;
  font-weight: normal;
}

/*! _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: #006297 !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: "proxima-nova", sans-serif;
}

.fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 50px;
  width: 75px;
  background: #005F3E;
  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: "proxima-nova", sans-serif;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 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;
}

/*! _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 #333;
}

.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: #333;
  padding-left: 10px !important;
  padding-right: 85px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
}

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 100%;
  width: 75px;
  background: #333;
  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: "proxima-nova", 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: "proxima-nova", 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: #333;
}

.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: #006297;
}

.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: #006297 !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: #48B795 !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 #DFDFDF;
}

.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 #DFDFDF;
  -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 #DFDFDF;
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fsVimeoList .fsVimeoListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsVimeoThumb {
  margin-bottom: 10px;
  margin-right: 20px;
}

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

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #333;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a {
  background: #48B795;
  color: #fff;
}

.vimeo_view_link a em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  font-family: "ff-tisa-web-pro", serif;
  margin-top: 4px;
  font-weight: 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 #DFDFDF;
  -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 #DFDFDF;
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fsYoutubeList .fsYoutubeListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsYoutubeThumb {
  margin-bottom: 10px;
  margin-right: 20px;
  float: none;
}

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

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  border-radius: 1px;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #333;
  color: #fff;
  border-radius: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a {
  background: #48B795;
  color: #fff;
}

.Youtube_view_link a em {
  display: block;
  font-style: normal;
  opacity: .7;
  text-transform: none;
  font-family: "ff-tisa-web-pro", serif;
  margin-top: 4px;
  font-weight: normal;
}

/*! elements - tabs */

.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
}

.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
  border-bottom: 1px solid #ADADAD;
}

@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}

.fsTabs .fsTabsNav li {
  margin-right: 2px;
}

.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  color: #1E1E1E;
  font-size: 26px;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 16px;
  margin-bottom: 0;
  display: block;
  font-size: 18px;
  line-height: 25px;
  padding: 13.33333px;
  color: #005F3E;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: inset 1px 0 0 0 #DFDFDF, inset -1px 0 0 0 #DFDFDF, inset 0 1px 0 0 #DFDFDF;
          box-shadow: inset 1px 0 0 0 #DFDFDF, inset -1px 0 0 0 #DFDFDF, inset 0 1px 0 0 #DFDFDF;
  font-size: 14px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 0;
  padding: 14px 20px;
  background: transparent;
  color: #005F3E;
}

.fsTabs .fsTabsNav li a:hover {
  background: rgba(72, 183, 149, 0.04);
  color: #48B795;
  -webkit-box-shadow: inset 1px 0 0 0 rgba(72, 183, 149, 0.3), inset -1px 0 0 0 rgba(72, 183, 149, 0.3), inset 0 1px 0 0 rgba(72, 183, 149, 0.3);
          box-shadow: inset 1px 0 0 0 rgba(72, 183, 149, 0.3), inset -1px 0 0 0 rgba(72, 183, 149, 0.3), inset 0 1px 0 0 rgba(72, 183, 149, 0.3);
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  position: relative;
  background: transparent;
  color: #EF741F;
  -webkit-box-shadow: inset 1px 0 0 0 #ADADAD, inset -1px 0 0 0 #ADADAD, inset 0 1px 0 0 #ADADAD;
          box-shadow: inset 1px 0 0 0 #ADADAD, inset -1px 0 0 0 #ADADAD, inset 0 1px 0 0 #ADADAD;
}

.fsTabs .fsTabsNav li.fsStateSelected a:after {
  position: absolute;
  left: 1px;
  bottom: -1px;
  content: '';
  width: calc(100% - 2px);
  height: 2px;
  background: #fff;
}

.fsTabs .fsPanel {
  border: 0;
}

.fsTabs .fsPanel:last-of-type {
  border: 0;
}

.fsTabs .fsPanel > .fsElementContent {
  padding: 20px 0;
}

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block;
}

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

/*! -main.scss - /sass/modules/tools  */

/*! _all.scss - src/sass/modules/tools - News, Calendar, & Posts Tools Elements */

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton,
.fsElementToolsSearchButton {
  margin: 0 5px 0 0;
  width: auto;
}

.fsToolsList.fsStyleSelectList > li {
  padding: 0;
  margin: 0;
}

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton {
  margin-bottom: 5px;
  padding: 7px 12px;
  font-size: .875em;
  line-height: 1.2;
}

/*! _filter.scss - src/sass/modules/tools/posts - News & Calendar Tools Elements */

.fsBannerLeft .fsElementToolsSearch,
.fsBannerRight .fsElementToolsSearch,
.fsStyleOneThird .fsElementToolsSearch,
.fsTwoColumnLayout .fsElementToolsSearch,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch > div,
.fsBannerRight .fsElementToolsSearch > div,
.fsStyleOneThird .fsElementToolsSearch > div,
.fsTwoColumnLayout .fsElementToolsSearch > div,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch > div,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch > div {
  width: 100%;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fsBannerLeft .fsElementToolsSearch .fsElementToolsSearchButton,
.fsBannerRight .fsElementToolsSearch .fsElementToolsSearchButton,
.fsStyleOneThird .fsElementToolsSearch .fsElementToolsSearchButton,
.fsTwoColumnLayout .fsElementToolsSearch .fsElementToolsSearchButton,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton {
  width: 100%;
}

.fsElementToolsSearch .fsSeparator {
  margin: 0 5px;
  display: inline-block;
  text-align: center;
}

.fsElementToolsKeyword + .fsElementToolsDateRange {
  margin-top: 10px;
}

.fsElementToolsSearchButton {
  margin: 10px 0 0;
}

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */

.fsLegend .fsElementControls {
  margin-bottom: 5px;
}

.fsLegend .fsElementControls label input:checked + span {
  background: #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: 300px;
}

.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: #333;
  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: #333;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarOutOfRange {
  background: #eee;
  color: #bbbbbb;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarToday {
  background: #00df91;
  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 */

body:not(.fsComposeMode) .module {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 30px;
  font-size: 15px;
  line-height: 24px;
  background: #F9F9F9;
  color: #444;
  -webkit-box-shadow: inset 0 -1px 0 0 #C8C8C8;
          box-shadow: inset 0 -1px 0 0 #C8C8C8;
}

body:not(.fsComposeMode) .module h1,
body:not(.fsComposeMode) .module h2,
body:not(.fsComposeMode) .module h3,
body:not(.fsComposeMode) .module h4,
body:not(.fsComposeMode) .module h5,
body:not(.fsComposeMode) .module h6 {
  color: inherit;
}

body:not(.fsComposeMode) .module header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

body:not(.fsComposeMode) .module .fsElementTitle,
body:not(.fsComposeMode) .module h2 {
  color: #3B3B3E;
  font-size: 20px;
  line-height: 27px;
}

body:not(.fsComposeMode) .module .fsElementHeaderContent {
  margin: -30px -30px 0;
}

body:not(.fsComposeMode) .module .fsElementHeaderContent img {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.fsBannerRight body:not(.fsComposeMode) .module,
body:not(.fsComposeMode) .fsBannerRight .module,
.fsBannerLeft body:not(.fsComposeMode) .module,
body:not(.fsComposeMode) .fsBannerLeft .module {
  font-size: 14px;
  line-height: 21px;
  color: #333;
  padding: 30px 20px;
  margin-bottom: 80px;
}

.fsBannerRight body:not(.fsComposeMode) .module .fsElementHeaderContent,
body:not(.fsComposeMode) .fsBannerRight .module .fsElementHeaderContent,
.fsBannerLeft body:not(.fsComposeMode) .module .fsElementHeaderContent,
body:not(.fsComposeMode) .fsBannerLeft .module .fsElementHeaderContent {
  margin: -30px -20px 0;
}

.fsBannerRight body:not(.fsComposeMode) .module .fsElementTitle,
body:not(.fsComposeMode) .fsBannerRight .module .fsElementTitle,
.fsBannerRight body:not(.fsComposeMode) .module h2,
body:not(.fsComposeMode) .fsBannerRight .module h2,
.fsBannerLeft body:not(.fsComposeMode) .module .fsElementTitle,
body:not(.fsComposeMode) .fsBannerLeft .module .fsElementTitle,
.fsBannerLeft body:not(.fsComposeMode) .module h2,
body:not(.fsComposeMode) .fsBannerLeft .module h2 {
  font-size: 18px;
  line-height: 22px;
}

body:not(.fsComposeMode) .module a {
  font-weight: bold;
}

body:not(.fsComposeMode) .module.clean {
  background: transparent;
  padding: 0;
  color: #5B616A;
}

body:not(.fsComposeMode) .module.clean .fsElementHeaderContent {
  margin: 0;
}

body:not(.fsComposeMode) .module.clean .fsElementTitle {
  color: #212529;
}

body:not(.fsComposeMode) .module.light-blue,
body:not(.fsComposeMode) .module.dark-blue,
body:not(.fsComposeMode) .module.orange,
body:not(.fsComposeMode) .module.green {
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body:not(.fsComposeMode) .module.light-blue .fsElementTitle,
body:not(.fsComposeMode) .module.light-blue h2,
body:not(.fsComposeMode) .module.dark-blue .fsElementTitle,
body:not(.fsComposeMode) .module.dark-blue h2,
body:not(.fsComposeMode) .module.orange .fsElementTitle,
body:not(.fsComposeMode) .module.orange h2,
body:not(.fsComposeMode) .module.green .fsElementTitle,
body:not(.fsComposeMode) .module.green h2 {
  color: #fff;
}

body:not(.fsComposeMode) .module.light-blue a:not([class*='fs_style']),
body:not(.fsComposeMode) .module.dark-blue a:not([class*='fs_style']),
body:not(.fsComposeMode) .module.orange a:not([class*='fs_style']),
body:not(.fsComposeMode) .module.green a:not([class*='fs_style']) {
  color: #fff;
  text-decoration: underline;
}

body:not(.fsComposeMode) .module.light-blue a:not([class*='fs_style']):hover,
body:not(.fsComposeMode) .module.light-blue a:not([class*='fs_style']):focus,
body:not(.fsComposeMode) .module.dark-blue a:not([class*='fs_style']):hover,
body:not(.fsComposeMode) .module.dark-blue a:not([class*='fs_style']):focus,
body:not(.fsComposeMode) .module.orange a:not([class*='fs_style']):hover,
body:not(.fsComposeMode) .module.orange a:not([class*='fs_style']):focus,
body:not(.fsComposeMode) .module.green a:not([class*='fs_style']):hover,
body:not(.fsComposeMode) .module.green a:not([class*='fs_style']):focus {
  text-decoration: none;
}

body:not(.fsComposeMode) .module.orange {
  background: #EF741F;
}

body:not(.fsComposeMode) .module.dark-blue {
  background: #1F3956;
}

body:not(.fsComposeMode) .module.light-blue {
  background: #006297;
}

body:not(.fsComposeMode) .module.green {
  background: #005F3E;
}

body:not(.fsComposeMode) .module.split {
  padding: 0;
}

body:not(.fsComposeMode) .module.split header {
  background-size: cover;
  background-position: 50%;
  min-height: 200px;
}

body:not(.fsComposeMode) .module.split .fsElementTitle {
  display: none;
}

body:not(.fsComposeMode) .module.split .fsElementHeaderContent {
  margin: 0;
}

body:not(.fsComposeMode) .module.split .fsElementHeaderContent img {
  display: none;
}

body:not(.fsComposeMode) .module.split .fsElementContent {
  padding: 30px;
}

@media (min-width: 600px) {
  body:not(.fsHasRightBanner):not(.fsHasLeftBanner) body:not(.fsComposeMode) .module.split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  body:not(.fsHasRightBanner):not(.fsHasLeftBanner) body:not(.fsComposeMode) .module.split > * {
    width: 50%;
  }

  body:not(.fsHasRightBanner):not(.fsHasLeftBanner) body:not(.fsComposeMode) .module.split > header {
    background-size: cover;
  }

  body:not(.fsHasRightBanner):not(.fsHasLeftBanner) body:not(.fsComposeMode) .module.split > header img {
    display: none;
  }

  body:not(.fsHasRightBanner):not(.fsHasLeftBanner) body:not(.fsComposeMode) .module.split .fsElementHeaderContent {
    margin: 0;
  }

  body:not(.fsHasRightBanner):not(.fsHasLeftBanner) body:not(.fsComposeMode) .module.split .fsElementContent {
    padding: 30px;
  }

  body:not(.fsHasRightBanner):not(.fsHasLeftBanner) body:not(.fsComposeMode) .module.split.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .module.split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  body:not(.fsComposeMode) .module.split > * {
    width: 50%;
  }

  body:not(.fsComposeMode) .module.split > header {
    background-size: cover;
  }

  body:not(.fsComposeMode) .module.split > header img {
    display: none;
  }

  body:not(.fsComposeMode) .module.split .fsElementHeaderContent {
    margin: 0;
  }

  body:not(.fsComposeMode) .module.split .fsElementContent {
    padding: 30px;
  }

  body:not(.fsComposeMode) .module.split.right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0;
  }
}

.full-width-page #fsPageBodyWrapper {
  padding-right: 0;
  padding-left: 0;
}

.full-width-page #fsPageBody {
  max-width: none;
}

.full-width-page .fsPageTitle {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}

.full-width-page .fsPageLayout > .fsDiv > .fsElement {
  padding-right: 20px;
  padding-left: 20px;
}

.full-width-page .fsPageLayout > .fsDiv > .fsElement > .fsElementContent,
.full-width-page .fsPageLayout > .fsDiv > .fsElement > header {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}

.full-width-page .full-width-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #F9F9F9;
}

.full-width-page .full-width-section + .full-width-section {
  margin-top: -20px;
}

.full-width-page .full-width-section.light-blue,
.full-width-page .full-width-section.blue,
.full-width-page .full-width-section.orange,
.full-width-page .full-width-section.green {
  color: #fff;
}

.full-width-page .full-width-section.light-blue a,
.full-width-page .full-width-section.blue a,
.full-width-page .full-width-section.orange a,
.full-width-page .full-width-section.green a {
  color: #fff;
  text-decoration: underline;
}

.full-width-page .full-width-section.light-blue .fsElementTitle,
.full-width-page .full-width-section.light-blue h1,
.full-width-page .full-width-section.light-blue h2,
.full-width-page .full-width-section.light-blue h3,
.full-width-page .full-width-section.light-blue h4,
.full-width-page .full-width-section.light-blue h5,
.full-width-page .full-width-section.light-blue h6,
.full-width-page .full-width-section.blue .fsElementTitle,
.full-width-page .full-width-section.blue h1,
.full-width-page .full-width-section.blue h2,
.full-width-page .full-width-section.blue h3,
.full-width-page .full-width-section.blue h4,
.full-width-page .full-width-section.blue h5,
.full-width-page .full-width-section.blue h6,
.full-width-page .full-width-section.orange .fsElementTitle,
.full-width-page .full-width-section.orange h1,
.full-width-page .full-width-section.orange h2,
.full-width-page .full-width-section.orange h3,
.full-width-page .full-width-section.orange h4,
.full-width-page .full-width-section.orange h5,
.full-width-page .full-width-section.orange h6,
.full-width-page .full-width-section.green .fsElementTitle,
.full-width-page .full-width-section.green h1,
.full-width-page .full-width-section.green h2,
.full-width-page .full-width-section.green h3,
.full-width-page .full-width-section.green h4,
.full-width-page .full-width-section.green h5,
.full-width-page .full-width-section.green h6 {
  color: inherit;
}

.full-width-page .full-width-section.orange {
  background: #EF741F;
}

.full-width-page .full-width-section.blue {
  background: #1F3956;
}

.full-width-page .full-width-section.light-blue {
  background: #006297;
}

.full-width-page .full-width-section.green {
  background: #005F3E;
}

/*! pages - home v0.0.1 */

.home:not(.fsComposeMode) #fsPageBodyWrapper {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.home:not(.fsComposeMode) #fsPageBody {
  max-width: none;
}

.home:not(.fsComposeMode) .top-bar {
  background: #1F3956;
}

@media (max-width: 699px) {
  .home:not(.fsComposeMode) .top-bar {
    background: #005F3E;
  }
}

.home:not(.fsComposeMode).animation-complete .top-bar {
  background: #005F3E;
}

.home:not(.fsComposeMode).animation-complete .intro-animation {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes bouncing {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes bouncing {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes intro-animation {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes intro-animation {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes intro-animation-reverse {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  20% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }

  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes intro-animation-reverse {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  20% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }

  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes intro-animation-alt {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes intro-animation-alt {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes intro-animation-alt-reverse {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  20% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    margin-left: 0;
  }
}

@keyframes intro-animation-alt-reverse {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  20% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    margin-left: 0;
  }
}

.home:not(.fsComposeMode) .intro-animation {
  background: #1F3956;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 440px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 699px) {
  .home:not(.fsComposeMode) .intro-animation {
    display: none;
  }
}

.home:not(.fsComposeMode) .intro-animation > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.home:not(.fsComposeMode) .intro-animation .intro-animation-text {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 46px;
  text-transform: uppercase;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.wf-loading .home:not(.fsComposeMode) .intro-animation .intro-animation-text {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.home:not(.fsComposeMode) .intro-animation .intro-animation-text:first-child,
.home:not(.fsComposeMode) .intro-animation .intro-animation-text:nth-child(3) {
  padding-left: 34.36%;
  padding-right: 30px;
  margin-left: -200px;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  -webkit-animation: 2s intro-animation-alt-reverse 3s forwards;
          animation: 2s intro-animation-alt-reverse 3s forwards;
}

.home:not(.fsComposeMode) .intro-animation .intro-animation-text:first-child {
  background: #48B795;
}

.home:not(.fsComposeMode) .intro-animation .intro-animation-text:nth-child(2) {
  background: #F69A00;
  margin-left: calc(20% - 30px);
  margin-right: -100px;
  padding-left: 30px;
  -webkit-animation: 2.5s intro-animation-reverse 3s forwards;
          animation: 2.5s intro-animation-reverse 3s forwards;
}

.home:not(.fsComposeMode) .intro-animation .intro-animation-text:nth-child(3) {
  background: #006297;
}

@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .intro-animation {
    height: calc(100vh - 80px);
  }

  .home:not(.fsComposeMode) .intro-animation .intro-animation-text {
    font-size: 120px;
    line-height: 146px;
  }
}

.home:not(.fsComposeMode) .home-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.home:not(.fsComposeMode) .home-hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(30, 30, 30, 0.5);
}

.home:not(.fsComposeMode) .home-hero article {
  display: block;
  height: 440px;
  width: 100%;
  background-size: cover;
}

.home:not(.fsComposeMode) .home-hero article video,
.home:not(.fsComposeMode) .home-hero article img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home:not(.fsComposeMode) .home-hero article img {
  visibility: hidden;
}

.home:not(.fsComposeMode) .home-hero > header {
  padding-right: 20px;
  padding-left: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 23px;
  text-align: center;
  width: 100%;
}

@media (min-width: 600px) {
  .home:not(.fsComposeMode) .home-hero > header {
    top: 50%;
  }
}

.home:not(.fsComposeMode) .home-hero > header .fsElementHeaderContent {
  margin-bottom: 0;
  max-width: 780px;
  margin: 0 auto;
}

.home:not(.fsComposeMode) .home-hero > footer {
  display: none;
}

.home:not(.fsComposeMode) .home-hero > footer .fsElementFooterContent {
  margin-top: 0;
}

.home:not(.fsComposeMode) .home-hero > footer a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 0;
  -webkit-animation: 1.3s bouncing infinite cubic-bezier(0.2, 0.2, 0.5, 1.25);
          animation: 1.3s bouncing infinite cubic-bezier(0.2, 0.2, 0.5, 1.25);
}

.home:not(.fsComposeMode) .home-hero > footer a:before {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 29px;
}

@media (min-width: 800px) {
  .home:not(.fsComposeMode) .home-hero > footer {
    display: block;
  }
}

@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .home-hero article {
    height: calc(100vh - 80px);
  }

  .home:not(.fsComposeMode) .home-hero > header {
    font-size: 26px;
    line-height: 36px;
  }
}

.home:not(.fsComposeMode) .home-slides {
  margin-bottom: 0;
}

.home:not(.fsComposeMode) .home-slides article {
  padding-right: 50px;
  padding-left: 50px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-size: cover;
  background-position: 50%;
  margin: 0 5px;
  height: 580px;
}

.home:not(.fsComposeMode) .home-slides article:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(30, 30, 30, 0.5);
}

.home:not(.fsComposeMode) .home-slides article figcaption {
  position: relative;
  color: #fff;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 17px;
  line-height: 23px;
  text-align: center;
  max-width: 780px;
}

.home:not(.fsComposeMode) .home-slides article figcaption h3 {
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
}

.home:not(.fsComposeMode) .home-slides article figcaption a[class*="fs_style_"] {
  margin-top: 60px;
  font-family: "proxima-nova", sans-serif;
}

.home:not(.fsComposeMode) .home-slides article img {
  visibility: hidden;
  height: 0;
}

.home:not(.fsComposeMode) .home-slides .slick-arrow {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

.home:not(.fsComposeMode) .home-slides .slick-arrow:before {
  color: #48B795;
  color: #fff;
  font-size: 34px;
  line-height: 80px;
}

.home:not(.fsComposeMode) .home-slides .slick-arrow.slick-prev:before {
  content: "\E90F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home:not(.fsComposeMode) .home-slides .slick-arrow.slick-next:before {
  content: "\E905";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home:not(.fsComposeMode) .home-slides .slick-dots button {
  border-width: 1px;
}

.home:not(.fsComposeMode) .home-slides .slick-dots .slick-active button {
  background: #48B795;
  border-color: #48B795;
}

@media (min-width: 700px) {
  .home:not(.fsComposeMode) .home-slides .slick-arrow {
    background: #fff;
  }

  .home:not(.fsComposeMode) .home-slides .slick-arrow:before {
    color: #48B795;
  }

  .home:not(.fsComposeMode) .home-slides .slick-arrow.slick-prev {
    left: 20px;
  }

  .home:not(.fsComposeMode) .home-slides .slick-arrow.slick-next {
    right: 20px;
  }
}

@media (min-width: 900px) {
  .home:not(.fsComposeMode) .home-slides article {
    height: 680px;
    margin: 0 10px;
  }

  .home:not(.fsComposeMode) .home-slides article figcaption {
    line-height: 30px;
  }

  .home:not(.fsComposeMode) .home-slides article figcaption h3 {
    font-size: 26px;
    font-weight: 800;
    line-height: 36px;
  }

  .home:not(.fsComposeMode) .home-slides .slick-arrow.slick-prev {
    left: 80px;
  }

  .home:not(.fsComposeMode) .home-slides .slick-arrow.slick-next {
    right: 80px;
  }
}

.home:not(.fsComposeMode) .alumni {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 95px;
  padding-bottom: 100px;
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}

.home:not(.fsComposeMode) .alumni > header {
  text-align: center;
}

.home:not(.fsComposeMode) .alumni > header .fsElementTitle {
  color: #F69A00;
  font-weight: 800;
  font-size: 20px;
  line-height: 29px;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.home:not(.fsComposeMode) .alumni > footer {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.home:not(.fsComposeMode) .alumni > footer .fsElementFooterContent {
  margin-top: 0;
}

.home:not(.fsComposeMode) .alumni > footer a[class*="fs_style_"] {
  margin-bottom: 0;
  display: block;
  background: #F69A00;
  font-size: 16px;
  line-height: 20px;
}

.home:not(.fsComposeMode) .alumni > footer a[class*="fs_style_"]:hover,
.home:not(.fsComposeMode) .alumni > footer a[class*="fs_style_"]:focus {
  background: #EF741F;
}

.home:not(.fsComposeMode) .alumni .alumni-element {
  position: relative;
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid;
  background-size: cover;
  margin-bottom: 20px;
  height: 411px;
  overflow: hidden;
  /* fix for column wrapping in Firefox */
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.home:not(.fsComposeMode) .alumni .alumni-element:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s;
  transition: .3s;
}

.home:not(.fsComposeMode) .alumni .alumni-element > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: transparent;
}

.home:not(.fsComposeMode) .alumni .alumni-element:first-child:hover:before,
.home:not(.fsComposeMode) .alumni .alumni-element:first-child:focus:before {
  background: rgba(239, 116, 31, 0.85);
}

.home:not(.fsComposeMode) .alumni .alumni-element:nth-child(2):hover:before,
.home:not(.fsComposeMode) .alumni .alumni-element:nth-child(2):focus:before {
  background: rgba(0, 98, 151, 0.85);
}

.home:not(.fsComposeMode) .alumni .alumni-element:nth-child(3):hover:before,
.home:not(.fsComposeMode) .alumni .alumni-element:nth-child(3):focus:before {
  background: rgba(31, 57, 86, 0.85);
}

.home:not(.fsComposeMode) .alumni .alumni-element:nth-child(4) > a {
  border-radius: 100%;
}

.home:not(.fsComposeMode) .alumni .alumni-element:nth-child(4):hover:before,
.home:not(.fsComposeMode) .alumni .alumni-element:nth-child(4):focus:before {
  background: rgba(0, 95, 62, 0.85);
}

.home:not(.fsComposeMode) .alumni .alumni-element > header {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.home:not(.fsComposeMode) .alumni .alumni-element > header .fsElementTitle {
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 17px;
  margin-bottom: 5px;
}

.home:not(.fsComposeMode) .alumni .alumni-element > header .fsElementHeaderContent {
  color: #fff;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 0;
}

.home:not(.fsComposeMode) .alumni .alumni-element > .fsElementContent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  height: 100%;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.home:not(.fsComposeMode) .alumni .alumni-element > .fsElementContent a {
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
  text-transform: uppercase;
}

.home:not(.fsComposeMode) .alumni .alumni-element:hover > header,
.home:not(.fsComposeMode) .alumni .alumni-element:focus > header {
  display: none;
}

.home:not(.fsComposeMode) .alumni .alumni-element:hover > .fsElementContent,
.home:not(.fsComposeMode) .alumni .alumni-element:focus > .fsElementContent {
  opacity: 1;
  visibility: visible;
}

.home:not(.fsComposeMode) .alumni .alumni-element:focus-within > header {
  display: none;
}

.home:not(.fsComposeMode) .alumni .alumni-element:focus-within > .fsElementContent {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 700px) {
  .home:not(.fsComposeMode) .alumni > header .fsElementTitle {
    font-size: 30px;
    line-height: 38px;
  }

  .home:not(.fsComposeMode) .alumni > footer {
    position: absolute;
    right: 20px;
    bottom: 120px;
    width: 370px;
    width: calc(50% - 30px);
  }

  .home:not(.fsComposeMode) .alumni > .fsElementContent {
    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;
  }

  .home:not(.fsComposeMode) .alumni .alumni-element {
    width: calc(50% - 10px);
  }

  .home:not(.fsComposeMode) .alumni .alumni-element:nth-child(-n+2) {
    height: 235px;
  }

  .home:not(.fsComposeMode) .alumni .alumni-element:nth-child(3) {
    height: calc(50vw + 60px);
  }

  .home:not(.fsComposeMode) .alumni .alumni-element:nth-child(4) {
    justify-self: center;
    text-align: center;
    border-radius: 50%;
    width: calc(50% - 10px);
    height: 0;
    padding-bottom: 50%;
  }

  .home:not(.fsComposeMode) .alumni .alumni-element:nth-child(4):before {
    border-radius: 100%;
  }

  .home:not(.fsComposeMode) .alumni .alumni-element:nth-child(4) > header {
    bottom: 60px;
  }

  .home:not(.fsComposeMode) .alumni .alumni-element:nth-child(4) > .fsElementContent {
    position: absolute;
    top: 0;
  }
}

@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .alumni > header {
    text-align: left;
  }

  .home:not(.fsComposeMode) .alumni > header .fsElementTitle {
    font-size: 36px;
    line-height: 38px;
  }

  .home:not(.fsComposeMode) .alumni > .fsElementContent {
    display: block;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .home:not(.fsComposeMode) .alumni .alumni-element {
    width: auto;
  }

  .home:not(.fsComposeMode) .alumni .alumni-element:nth-child(-n+2) {
    height: 215px;
  }

  .home:not(.fsComposeMode) .alumni .alumni-element:nth-child(3) {
    height: 450px;
  }

  .home:not(.fsComposeMode) .alumni .alumni-element:nth-child(4) {
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 0;
  }

  .home:not(.fsComposeMode) .alumni > footer {
    bottom: 100px;
    width: calc(33.33% - 30px);
  }
}

@media (min-width: 1220px) {
  .home:not(.fsComposeMode) .alumni {
    padding-right: 0;
    padding-left: 0;
  }

  .home:not(.fsComposeMode) .alumni > footer {
    right: 0;
  }
}

.home:not(.fsComposeMode) .events-cta-container {
  margin-bottom: 0;
}

@media (min-width: 700px) {
  .home:not(.fsComposeMode) .events-cta-container .admission-events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .home:not(.fsComposeMode) .events-cta-container .cta a[class*='fs_style_'] {
    display: inline-block;
    width: 126px;
  }

  .home:not(.fsComposeMode) .events-cta-container .cta a[class*='fs_style_']:not(:last-child) {
    margin-right: 30px;
  }
}

@media (min-width: 900px) {
  .home:not(.fsComposeMode) .events-cta-container > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .home:not(.fsComposeMode) .events-cta-container > .fsElementContent > .fsElement {
    width: 50%;
    margin-bottom: 0;
  }

  .home:not(.fsComposeMode) .events-cta-container .admission-events > header,
  .home:not(.fsComposeMode) .events-cta-container .admission-events > .fsElementContent {
    max-width: none;
    margin: 0;
  }

  .home:not(.fsComposeMode) .events-cta-container .cta a[class*='fs_style_']:not(:last-child) {
    margin-right: 0;
  }
}

@media (min-width: 1000px) {
  .home:not(.fsComposeMode) .events-cta-container .admission-events {
    padding-left: calc(50% - ((1180 * 1px) / 2));
    padding-left: 40px;
    padding-right: 9.7%;
    padding-right: 40px;
  }

  .home:not(.fsComposeMode) .events-cta-container .cta a[class*='fs_style_'] {
    display: inline-block;
    margin-bottom: 0;
  }

  .home:not(.fsComposeMode) .events-cta-container .cta a[class*='fs_style_']:not(:last-child) {
    margin-right: 30px;
  }
}

@media (min-width: 1220px) {
  .home:not(.fsComposeMode) .events-cta-container .admission-events {
    padding-left: calc(50% - ((1180 * 1px) / 2));
    padding-right: 9.7%;
  }
}

.home:not(.fsComposeMode) .admission-events {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #006297;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 62px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 0;
}

.home:not(.fsComposeMode) .admission-events > header,
.home:not(.fsComposeMode) .admission-events > .fsElementContent {
  max-width: 440px;
  margin: 0 auto;
}

.home:not(.fsComposeMode) .admission-events article {
  margin-bottom: 0;
  min-height: 0;
  padding-bottom: 38px;
}

.home:not(.fsComposeMode) .admission-events article:not(:last-child),
.home:not(.fsComposeMode) .admission-events .fsDayContainer:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 33px;
}

.home:not(.fsComposeMode) .admission-events .fsElementTitle {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.home:not(.fsComposeMode) .admission-events .fsMonth {
  font-weight: 600;
  text-transform: uppercase;
}

.home:not(.fsComposeMode) .admission-events .fsDate {
  border-color: rgba(255, 255, 255, 0.3);
}

.home:not(.fsComposeMode) .admission-events .fsDate,
.home:not(.fsComposeMode) .admission-events .fsTitle a,
.home:not(.fsComposeMode) .admission-events .fsEventDetails {
  color: #fff;
}

.home:not(.fsComposeMode) .admission-events .fsTitle a {
  color: #fff;
  font-size: 18px;
}

.home:not(.fsComposeMode) .admission-events .fsTitle a:hover,
.home:not(.fsComposeMode) .admission-events .fsTitle a:focus {
  text-decoration: underline;
}

.home:not(.fsComposeMode) .admission-events .fsEventDetails {
  font-family: "ff-tisa-web-pro", serif;
  font-size: 16px;
  line-height: 21px;
}

.home:not(.fsComposeMode) .admission-events .fsTimeRange,
.home:not(.fsComposeMode) .admission-events .fsAllDay,
.home:not(.fsComposeMode) .admission-events .fsLocation {
  padding-left: 0;
}

.home:not(.fsComposeMode) .admission-events .fsTimeRange:before,
.home:not(.fsComposeMode) .admission-events .fsAllDay:before,
.home:not(.fsComposeMode) .admission-events .fsLocation:before {
  display: none;
}

.home:not(.fsComposeMode) .cta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-position: 50%;
  padding: 60px 30px 70px;
}

.home:not(.fsComposeMode) .cta a[class*='fs_style_'] {
  display: block;
}

.home:not(.fsComposeMode) .cta:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 57, 86, 0.8);
}

.home:not(.fsComposeMode) .cta > .fsElementContent {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 39px;
  text-align: center;
  max-width: 460px;
  margin: 0 auto;
}

.home:not(.fsComposeMode) .news-social {
  margin-bottom: 0;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 700px) {
  .home:not(.fsComposeMode) .news-social {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

.home:not(.fsComposeMode) .news-social > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}

@media (min-width: 700px) {
  .home:not(.fsComposeMode) .news-social > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .home:not(.fsComposeMode) .news-social > .fsElementContent > .fsElement {
    width: 50%;
  }

  .home:not(.fsComposeMode) .news-social > .fsElementContent .home-news-list {
    margin-bottom: 0;
  }

  .home:not(.fsComposeMode) .news-social > .fsElementContent .home-news-list article .fsSummary {
    font-family: "ff-tisa-web-pro", serif;
  }

  .home:not(.fsComposeMode) .news-social > .fsElementContent .home-news-list article:not(:first-child) .fsSummary,
  .home:not(.fsComposeMode) .news-social > .fsElementContent .home-news-list article:not(:first-child) .fsReadMoreLink {
    display: none;
  }

  .home:not(.fsComposeMode) .news-social > .fsElementContent .home-news-list article:not(:first-child) .fsTitle a {
    color: #006297;
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
  }

  .home:not(.fsComposeMode) .news-social > .fsElementContent .home-news-list article:not(:first-child) .fsTitle a:hover,
  .home:not(.fsComposeMode) .news-social > .fsElementContent .home-news-list article:not(:first-child) .fsTitle a:focus {
    color: #48B795;
  }

  .home:not(.fsComposeMode) .news-social > .fsElementContent .fsFeeds {
    display: block;
    margin-bottom: 0;
  }

  .home:not(.fsComposeMode) .news-social > .fsElementContent .feed-social-nav {
    padding-left: 180px;
    padding-left: 40px;
  }
}

@media (min-width: 1300px) {
  .home:not(.fsComposeMode) .news-social > .fsElementContent .feed-social-nav {
    padding-left: 180px;
  }
}

.home:not(.fsComposeMode) .news-social .home-news-list {
  margin-bottom: 60px;
}

.home:not(.fsComposeMode) .news-social .home-news-list .slick-slide {
  padding-right: 30px;
  padding-left: 30px;
}

.home:not(.fsComposeMode) .news-social .home-news-list > footer {
  padding-left: 30px;
}

@media (min-width: 700px) {
  .home:not(.fsComposeMode) .news-social .home-news-list > footer {
    padding-left: 0;
  }
}

.home:not(.fsComposeMode) .news-social .home-news-list .slick-arrow:before {
  color: #8C8C8C;
  font-size: 34px;
  font-weight: bold;
}

.home:not(.fsComposeMode) .news-social .home-news-list .slick-arrow.slick-prev {
  left: -20px;
}

.home:not(.fsComposeMode) .news-social .home-news-list .slick-arrow.slick-next {
  right: -20px;
}

.home:not(.fsComposeMode) .news-social .home-news-list .fsElementTitle {
  color: #48B795;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 29px;
}

@media (min-width: 700px) {
  .home:not(.fsComposeMode) .news-social .home-news-list .fsElementTitle {
    font-size: 36px;
    line-height: 38px;
  }
}

.home:not(.fsComposeMode) .news-social .home-news-list article {
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.home:not(.fsComposeMode) .news-social .home-news-list article .fsReadMoreLink {
  text-transform: uppercase;
  font-weight: normal;
}

@media (min-width: 700px) {
  .home:not(.fsComposeMode) .news-social .home-news-list article:first-child .fsTitle a {
    color: #1E1E1E;
    font-size: 24px;
    font-weight: 800;
    line-height: 29px;
  }

  .home:not(.fsComposeMode) .news-social .home-news-list article:first-child .fsTitle a:hover,
  .home:not(.fsComposeMode) .news-social .home-news-list article:first-child .fsTitle a:focus {
    color: #48B795;
  }

  .home:not(.fsComposeMode) .news-social .home-news-list article:first-child .fsReadMoreLink {
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
  }
}

.home:not(.fsComposeMode) .news-social .home-news-list > footer .fsElementFooterContent {
  margin-top: 10px;
}

.home:not(.fsComposeMode) .news-social .home-news-list > footer a {
  color: #006297;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  text-transform: uppercase;
}

.home:not(.fsComposeMode) .news-social .home-news-list > footer a:after {
  display: inline-block;
  content: "\E910";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-left: 15px;
  font-size: 11px;
  -webkit-transition: .3s;
  transition: .3s;
}

.home:not(.fsComposeMode) .news-social .home-news-list > footer a:hover,
.home:not(.fsComposeMode) .news-social .home-news-list > footer a:focus {
  color: #48B795;
}

.home:not(.fsComposeMode) .news-social .home-news-list > footer a:hover:after,
.home:not(.fsComposeMode) .news-social .home-news-list > footer a:focus:after {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}

.home:not(.fsComposeMode) .news-social .fsFeeds {
  display: none;
}

.home:not(.fsComposeMode) .news-social .fsFeeds .feed-item {
  position: relative;
  padding: 0;
}

.home:not(.fsComposeMode) .news-social .fsFeeds .feed-item img {
  margin-bottom: 0;
}

.home:not(.fsComposeMode) .news-social .fsFeeds .feed-item:hover .j-text,
.home:not(.fsComposeMode) .news-social .fsFeeds .feed-item:focus .j-text {
  opacity: 1;
  visibility: visible;
}

.home:not(.fsComposeMode) .news-social .fsFeeds .j-poster {
  height: 50px;
  padding: 10px 10px 0 5px;
  margin-bottom: 0;
}

.home:not(.fsComposeMode) .news-social .fsFeeds .j-meta,
.home:not(.fsComposeMode) .news-social .fsFeeds .j-paginate {
  display: none;
}

.home:not(.fsComposeMode) .news-social .fsFeeds .j-text {
  padding-right: 45px;
  padding-left: 45px;
  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;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.home:not(.fsComposeMode) .news-social .fsFeeds .j-text > * {
  position: relative;
}

.home:not(.fsComposeMode) .news-social .fsFeeds .j-text:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
}

.home:not(.fsComposeMode) .news-social .nav-social {
  text-align: center;
}

.home:not(.fsComposeMode) .news-social .nav-social .fsNavLevel1 a {
  border-color: #006297;
}

.home:not(.fsComposeMode) .news-social .nav-social .fsNavLevel1 a:before {
  color: #006297;
}

.home:not(.fsComposeMode) .news-social .nav-social .fsNavLevel1 a:hover,
.home:not(.fsComposeMode) .news-social .nav-social .fsNavLevel1 a:focus {
  background: #006297;
}

.home:not(.fsComposeMode) .news-social .nav-social .fsNavLevel1 a:hover:before,
.home:not(.fsComposeMode) .news-social .nav-social .fsNavLevel1 a:focus:before {
  color: #fff;
}

.home:not(.fsComposeMode) .fsFooter .nav-social {
  display: none;
}

.home:not(.fsComposeMode) .j-overlay .j-navigate {
  display: none;
}

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

/*! pages - style-guide v0.0.1 */

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

.colors ol {
  zoom: 1;
  margin-bottom: 2.5em;
  padding: 0;
  list-style: none;
}

.colors ol:after {
  display: table;
  clear: both;
  content: '';
}

.colors ol li {
  position: relative;
  float: left;
  margin-bottom: 2em;
  height: 4em;
  width: 57.14286%;
}

@media (min-width: 600px) {
  .colors ol li {
    width: 28.57143%;
  }
}

@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
    width: 14.28571%;
  }
}

.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}

.colors ol li:nth-of-type(1) {
  background: #333;
  color: #333;
}

.colors ol li:nth-of-type(1):after {
  content: "#333";
}

.colors ol li:nth-of-type(2) {
  background: #005F3E;
  color: #005F3E;
}

.colors ol li:nth-of-type(2):after {
  content: "#005F3E";
}

.colors ol li:nth-of-type(3) {
  background: #006297;
  color: #006297;
}

.colors ol li:nth-of-type(3):after {
  content: "#006297";
}

.colors ol li:nth-of-type(4) {
  background: #1F3956;
  color: #1F3956;
}

.colors ol li:nth-of-type(4):after {
  content: "#1F3956";
}

.colors ol li:nth-of-type(5) {
  background: #EF741F;
  color: #EF741F;
}

.colors ol li:nth-of-type(5):after {
  content: "#EF741F";
}

.colors ol li:nth-of-type(6) {
  background: #eee;
  color: #eee;
}

.colors ol li:nth-of-type(6):after {
  content: "#eee";
}

.colors ol li:nth-of-type(1) {
  background: #333;
  color: #333;
}

.colors ol li:nth-of-type(1):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: "ff-tisa-web-pro", serif;
}

.fonts ol li:nth-of-type(1):after {
  content: "ff-tisa-web-pro, serif";
}

.fonts ol li:nth-of-type(2):after {
  content: "";
}

.fonts ol li:nth-of-type(3) {
  font-family: "proxima-nova", sans-serif;
}

.fonts ol li:nth-of-type(3):after {
  content: "proxima-nova, sans-serif";
}

.fonts ol li:nth-of-type(2):after {
  content: "";
}

.fonts ol li:nth-of-type(5) {
  font-family: "IcoMoon";
}

.fonts ol li:nth-of-type(5):after {
  content: "IcoMoon";
}

.fonts ol li:nth-of-type(6) {
  font-family: "FontAwesome";
}

.fonts ol li:nth-of-type(6):after {
  content: "FontAwesome";
}

.fonts ol li:nth-of-type(7) {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.fonts ol li:nth-of-type(7):after {
  content: "Menlo, Monaco, Consolas, Courier New, monospace";
}

.headers h1:after {
  content: " size: 45px / line: 59px";
}

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

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

.headers h4:after {
  content: " size: 15px / line: 21px";
}

.headers h5:after {
  content: " size: 17px / line: 23px";
}

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

/*! enhancements - infographic */

body:not(.fsComposeMode) .infographic {
  padding-top: 100px;
  padding-bottom: 70px;
  margin-bottom: 0;
}

body:not(.fsComposeMode):not(.home) .infographic {
  padding-top: 20px;
  padding-bottom: 0;
  margin-bottom: 20px;
}

body:not(.fsComposeMode) .infographic > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 80em;
  max-width: 80rem;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .infographic > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode) .infographic > .fsElementContent {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

body:not(.fsComposeMode) .infographic .slick-arrow:before {
  color: #8C8C8C;
  font-size: 34px;
  font-weight: bold;
}

body:not(.fsComposeMode) .infographic .infographic-element {
  position: relative;
  color: #000;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  padding: 0 40px;
  margin-bottom: 30px;
}

body:not(.fsComposeMode) .infographic .infographic-element .fsElementHeaderContent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
}

body:not(.fsComposeMode) .infographic .infographic-element .fsElementHeaderContent > p,
body:not(.fsComposeMode) .infographic .infographic-element .fsElementHeaderContent a {
  display: block;
  height: 100%;
  width: 100%;
  color: transparent;
}

body:not(.fsComposeMode) .infographic .infographic-element:nth-child(2) {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

body:not(.fsComposeMode) .infographic .infographic-element:nth-child(3) {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

body:not(.fsComposeMode) .infographic .infographic-element:nth-child(4) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

body:not(.fsComposeMode) .infographic .infographic-element:nth-child(5) {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .infographic .infographic-element {
    padding: 0;
    width: 33.33%;
  }
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode) .infographic .infographic-element {
    width: 20%;
  }
}

body:not(.fsComposeMode) .infographic .infographic-element:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: '';
  height: 140px;
  width: 140px;
  margin: 0 auto;
  margin-bottom: 15px;
  background: #005F3E;
  border-radius: 100%;
  color: #fff;
  font-size: 50px;
  -webkit-transition: .3s;
  transition: .3s;
}

body:not(.fsComposeMode) .infographic .infographic-element .fsElementTitle {
  color: #1F3956;
  font-family: "proxima-nova", sans-serif;
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 10px;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-piggy-bank:before {
  content: "\E90C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 60px;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-college:before {
  content: "\E90A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 60px;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-arrows:before {
  content: "\E946";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-art:before {
  content: "\E947";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-book:before {
  content: "\E919";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-calendar:before {
  content: "\E91A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-camera:before {
  content: "\E91B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-cleat:before {
  content: "\E91C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-cloud:before {
  content: "\E91D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-deskphone:before {
  content: "\E91E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-computer:before {
  content: "\E91F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-drama:before {
  content: "\E920";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-diversity:before {
  content: "\E949";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 72px;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-envelope:before {
  content: "\E921";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-finacial-aid:before {
  content: "\E922";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-gears:before {
  content: "\E924";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-globe:before {
  content: "\E94A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-heart:before {
  content: "\E926";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-institution:before {
  content: "\E927";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-iphone:before {
  content: "\E928";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-jersey:before {
  content: "\E929";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 70px;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-journal:before {
  content: "\E92A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-letter:before {
  content: "\E92B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-lightbulb:before {
  content: "\E92C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-magnifying-glass:before {
  content: "\E92D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-megaphone:before {
  content: "\E92E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-molecule:before {
  content: "\E92F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-music-note:before {
  content: "\E930";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-notebook:before {
  content: "\E931";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-notepad:before {
  content: "\E932";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-paper:before {
  content: "\E933";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-pencil-eraser:before {
  content: "\E934";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-plane:before {
  content: "\E936";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-plant:before {
  content: "\E937";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-robot:before {
  content: "\E938";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-beaker:before {
  content: "\E939";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-square:before {
  content: "\E93A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-speech-bubbles:before {
  content: "\E93B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-students:before {
  content: "\E93C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-student-teacher:before {
  content: "\E93D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-tshirt:before {
  content: "\E93E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-tech:before {
  content: "\E93F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-tent:before {
  content: "\E940";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-trophy:before {
  content: "\E941";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-video-camera:before {
  content: "\E942";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-weights:before {
  content: "\E943";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-wrench:before {
  content: "\E944";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-location:before {
  content: "\E945";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-nc:before {
  content: "\E948";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 40px;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-nc:hover:before {
  font-size: 45px;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-basketball:before {
  content: "\E94D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-bookbag:before {
  content: "\E94E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-clipboard:before {
  content: "\E94F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-cooking:before {
  content: "\E950";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-distance:before {
  content: "\E951";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 65px;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-gift:before {
  content: "\E952";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-gloves:before {
  content: "\E953";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-school:before {
  content: "\E954";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-thermometer:before {
  content: "\E955";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .infographic .infographic-element.infographic-wash-hands:before {
  content: "\E94C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 65px;
}

body:not(.fsComposeMode) .infographic .infographic-element:hover:before {
  font-size: 55px;
}

body:not(.fsComposeMode) .infographic .infographic-element:hover.infographic-piggy-bank:before,
body:not(.fsComposeMode) .infographic .infographic-element:hover.infographic-college:before {
  font-size: 65px;
}

body:not(.fsComposeMode) .infographic .infographic-element:hover.infographic-wash-hands:before,
body:not(.fsComposeMode) .infographic .infographic-element:hover.infographic-distance:before {
  font-size: 70px;
}

body:not(.fsComposeMode) .infographic .infographic-element:hover.infographic-jersey:before {
  font-size: 75px;
}

body:not(.fsComposeMode) .infographic .infographic-element:hover.infographic-diversity:before {
  font-size: 78px;
}

@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;
  }
}/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}

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

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

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -300px, 0);
            transform: translate3d(-50%, -300px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 25px, 0);
            transform: translate3d(-50%, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(-50%, -7px, 0);
            transform: translate3d(-50%, -7px, 0);
  }

  90% {
    -webkit-transform: translate3d(-50%, 4px, 0);
            transform: translate3d(-50%, 4px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -300px, 0);
            transform: translate3d(-50%, -300px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 25px, 0);
            transform: translate3d(-50%, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(-50%, -7px, 0);
            transform: translate3d(-50%, -7px, 0);
  }

  90% {
    -webkit-transform: translate3d(-50%, 4px, 0);
            transform: translate3d(-50%, 4px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

/*! helpers - box-model v0.0.1 */

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

/*! helpers - ui-pattern v0.0.1 */

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/

/*! helpers - typography v0.0.1 */

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

h1 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 45px;
  line-height: 59px;
  font-weight: 800;
  color: #005F3E;
  text-transform: uppercase;
  margin-bottom: 16px;
}

@media (max-width: 599px) {
  h1 {
    font-size: 30px;
    line-height: 32px;
  }
}

h2 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 26px;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 16px;
}

h3 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 15px;
  line-height: 21px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 17px;
  line-height: 23px;
  font-weight: 800;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 12px;
  line-height: 16px;
  color: #606060;
  text-transform: uppercase;
  margin-bottom: 10px;
}

p {
  margin: 0 0 40px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #006297;
  font-weight: bold;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

a:hover,
a:focus {
  color: #48B795;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

.fsContent ul li,
.fsContent ol li {
  margin-bottom: 10px;
}

table.fs_style_40 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  color: #444444;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 599px) {
  table.fs_style_40 {
    display: block;
  }
}

table.fs_style_40 td {
  padding: 10px 20px;
  background: rgba(236, 237, 237, 0.1);
}

table.fs_style_40 tr:nth-of-type(even) td {
  background-color: rgba(236, 237, 237, 0.4);
}

table.fs_style_40 th,
table.fs_style_40 td {
  vertical-align: top;
  border-bottom: none;
}

table.fs_style_40 th {
  padding: 15px 20px;
  text-align: left;
  background: #48B795;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

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

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

figcaption {
  color: #8C8C8C;
  font-size: 13px;
  line-height: 20px;
  margin-top: 9px;
}

.bpa-featured-profiles-1 {
  margin-bottom: 50px;
}

.bpa-featured-profiles-1 > .fsElementContent {
  text-align: center;
}

.bpa-featured-profiles-1 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;
}

.bpa-featured-profiles-1 article > ul,
.bpa-featured-profiles-1 article > div,
.bpa-featured-profiles-1 article > a {
  position: relative;
  z-index: 5;
  width: 100%;
}

.bpa-featured-profiles-1 article > .fsThumbnail {
  padding: 30px;
  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-color: #333;
  background-size: cover;
  background-position: center center;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

@media (min-width: 600px) {
  .fsBannerLeft .bpa-featured-profiles-1 article > .fsThumbnail,
  .fsBannerRight .bpa-featured-profiles-1 article > .fsThumbnail,
  .fsStyleOneThird .bpa-featured-profiles-1 article > .fsThumbnail,
  .fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-1 article > .fsThumbnail,
  .fsFourColumnLayout > .fsDiv .bpa-featured-profiles-1 article > .fsThumbnail {
    padding: 20px;
  }
}

.bpa-featured-profiles-1 article > .fsThumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 34%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 22, 31, 0)), to(#0C161F));
  background: linear-gradient(180deg, rgba(12, 22, 31, 0) 0%, #0C161F 100%);
  -webkit-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out;
  z-index: 3;
}

.bpa-featured-profiles-1 article > .fsThumbnail img {
  opacity: 0;
  max-width: 100%;
  width: 100%;
}

.bpa-featured-profiles-1 article > .fsThumbnail .fsTitleHolder {
  position: relative;
  z-index: 5;
  width: 100%;
  color: #fff;
}

.bpa-featured-profiles-1 article > .fsThumbnail + div,
.bpa-featured-profiles-1 article > .fsThumbnail + ul,
.bpa-featured-profiles-1 article > .fsThumbnail + a {
  margin: 10px 0 0;
}

.bpa-featured-profiles-1 article > .fsThumbnail:hover:before,
.bpa-featured-profiles-1 article > .fsThumbnail:focus:before {
  height: 42%;
}

.bpa-featured-profiles-1 article .fsSummary {
  margin-top: 10px;
}

.bpa-featured-profiles-1 article .fsReadMoreLink {
  margin-top: 5px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: auto;
}

.bpa-featured-profiles-1 article .fsCategories {
  margin: 0 0 5px;
}

.bpa-featured-profiles-1 article .fsCategory {
  padding: 0;
  margin: 0;
  color: inherit;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.bpa-featured-profiles-1 article .fsCategory:not(:last-child) {
  border: none;
  margin-right: 2px;
}

.bpa-featured-profiles-1 article .fsCategory:not(:last-child):after {
  content: ',';
}

.bpa-featured-profiles-1 article .fsTitle {
  color: inherit;
  margin-bottom: 0;
}

.bpa-featured-profiles-1 article .fsTitle a {
  color: inherit;
}

.bpa-featured-profiles-1 article .fsTitle a:hover,
.bpa-featured-profiles-1 article .fsTitle a:focus {
  color: inherit;
}

.bpa-featured-profiles-1 .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-1 .fsListItems {
    margin: 0 -10px;
  }
}

.bpa-featured-profiles-1 .fsListItems article {
  width: 100%;
}

@media (min-width: 600px) {
  .bpa-featured-profiles-1 .fsListItems article {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}

@media (min-width: 900px) {
  .bpa-featured-profiles-1 .fsListItems article {
    width: calc(33.33% - 20px);
  }
}

@media (min-width: 600px) {
  .fsStyleTwoThirds .bpa-featured-profiles-1 .fsListItems article,
  .fsHasLeftBanner .bpa-featured-profiles-1 .fsListItems article,
  .fsHasRightBanner .bpa-featured-profiles-1 .fsListItems article {
    width: 100%;
    margin: 0 10px 20px;
  }
}

@media (min-width: 900px) {
  .fsStyleTwoThirds .bpa-featured-profiles-1 .fsListItems article,
  .fsHasLeftBanner .bpa-featured-profiles-1 .fsListItems article,
  .fsHasRightBanner .bpa-featured-profiles-1 .fsListItems article {
    width: calc(50% - 20px);
  }
}

@media (min-width: 1100px) {
  .fsStyleTwoThirds .bpa-featured-profiles-1 .fsListItems article,
  .fsHasLeftBanner .bpa-featured-profiles-1 .fsListItems article,
  .fsHasRightBanner .bpa-featured-profiles-1 .fsListItems article {
    width: calc(33.33% - 20px);
  }
}

.fsBannerLeft .bpa-featured-profiles-1 .fsListItems article,
.fsBannerRight .bpa-featured-profiles-1 .fsListItems article,
.fsStyleOneThird .bpa-featured-profiles-1 .fsListItems article,
.fsTwoColumnLayout .bpa-featured-profiles-1 .fsListItems article,
.fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-1 .fsListItems article,
.fsFourColumnLayout > .fsDiv .bpa-featured-profiles-1 .fsListItems article {
  width: 100%;
}

@media (min-width: 600px) {
  .bpa-featured-profiles-1.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-1.vertical .fsListItems {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

.fsBannerLeft .bpa-featured-profiles-1.vertical .fsListItems,
.fsBannerRight .bpa-featured-profiles-1.vertical .fsListItems,
.fsStyleOneThird .bpa-featured-profiles-1.vertical .fsListItems,
.fsTwoColumnLayout .bpa-featured-profiles-1.vertical .fsListItems,
.fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-1.vertical .fsListItems,
.fsFourColumnLayout > .fsDiv .bpa-featured-profiles-1.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-1.vertical .fsListItems,
  .fsHasLeftBanner .bpa-featured-profiles-1.vertical .fsListItems,
  .fsHasRightBanner .bpa-featured-profiles-1.vertical .fsListItems {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

@media (min-width: 900px) {
  .fsStyleTwoThirds .bpa-featured-profiles-1.vertical .fsListItems,
  .fsHasLeftBanner .bpa-featured-profiles-1.vertical .fsListItems,
  .fsHasRightBanner .bpa-featured-profiles-1.vertical .fsListItems {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 1100px) {
  .fsStyleTwoThirds .bpa-featured-profiles-1.vertical .fsListItems,
  .fsHasLeftBanner .bpa-featured-profiles-1.vertical .fsListItems,
  .fsHasRightBanner .bpa-featured-profiles-1.vertical .fsListItems {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

@media (min-width: 600px) {
  .fsStyleTwoThirds .bpa-featured-profiles-1.vertical .fsListItems article,
  .fsHasLeftBanner .bpa-featured-profiles-1.vertical .fsListItems article,
  .fsHasRightBanner .bpa-featured-profiles-1.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-1.vertical .fsListItems article {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    display: block;
    width: calc(100% - 20px);
  }
}

.bpa-featured-profiles-1.vertical .fsListItems + .fsLoadMoreButton {
  margin-top: 20px;
}

.has-bpa-featured-profiles .fsElementDialog {
  width: 860px;
  color: #333;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.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: 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
  font-family: "proxima-nova", 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: 73.75em;
  max-width: 73.75rem;
}

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

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

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -300px, 0);
            transform: translate3d(-50%, -300px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 25px, 0);
            transform: translate3d(-50%, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(-50%, -7px, 0);
            transform: translate3d(-50%, -7px, 0);
  }

  90% {
    -webkit-transform: translate3d(-50%, 4px, 0);
            transform: translate3d(-50%, 4px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -300px, 0);
            transform: translate3d(-50%, -300px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 25px, 0);
            transform: translate3d(-50%, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(-50%, -7px, 0);
            transform: translate3d(-50%, -7px, 0);
  }

  90% {
    -webkit-transform: translate3d(-50%, 4px, 0);
            transform: translate3d(-50%, 4px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

/*! helpers - box-model v0.0.1 */

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

/*! helpers - ui-pattern v0.0.1 */

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/

/*! helpers - typography v0.0.1 */

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

h1 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 45px;
  line-height: 59px;
  font-weight: 800;
  color: #005F3E;
  text-transform: uppercase;
  margin-bottom: 16px;
}

@media (max-width: 599px) {
  h1 {
    font-size: 30px;
    line-height: 32px;
  }
}

h2 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 26px;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 16px;
}

h3 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 15px;
  line-height: 21px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 17px;
  line-height: 23px;
  font-weight: 800;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 12px;
  line-height: 16px;
  color: #606060;
  text-transform: uppercase;
  margin-bottom: 10px;
}

p {
  margin: 0 0 40px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #006297;
  font-weight: bold;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

a:hover,
a:focus {
  color: #48B795;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

.fsContent ul li,
.fsContent ol li {
  margin-bottom: 10px;
}

table.fs_style_40 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  color: #444444;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 599px) {
  table.fs_style_40 {
    display: block;
  }
}

table.fs_style_40 td {
  padding: 10px 20px;
  background: rgba(236, 237, 237, 0.1);
}

table.fs_style_40 tr:nth-of-type(even) td {
  background-color: rgba(236, 237, 237, 0.4);
}

table.fs_style_40 th,
table.fs_style_40 td {
  vertical-align: top;
  border-bottom: none;
}

table.fs_style_40 th {
  padding: 15px 20px;
  text-align: left;
  background: #48B795;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

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

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

figcaption {
  color: #8C8C8C;
  font-size: 13px;
  line-height: 20px;
  margin-top: 9px;
}

@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 > .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 #006297;
          box-shadow: inset 0 0 0 1px #006297;
}

.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: #333;
  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(51, 51, 51, 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: #333;
  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(51, 51, 51, 0.5);
}/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}

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

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

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -300px, 0);
            transform: translate3d(-50%, -300px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 25px, 0);
            transform: translate3d(-50%, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(-50%, -7px, 0);
            transform: translate3d(-50%, -7px, 0);
  }

  90% {
    -webkit-transform: translate3d(-50%, 4px, 0);
            transform: translate3d(-50%, 4px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -300px, 0);
            transform: translate3d(-50%, -300px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 25px, 0);
            transform: translate3d(-50%, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(-50%, -7px, 0);
            transform: translate3d(-50%, -7px, 0);
  }

  90% {
    -webkit-transform: translate3d(-50%, 4px, 0);
            transform: translate3d(-50%, 4px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

/*! helpers - box-model v0.0.1 */

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

/*! helpers - ui-pattern v0.0.1 */

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/

/*! helpers - typography v0.0.1 */

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

h1 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 45px;
  line-height: 59px;
  font-weight: 800;
  color: #005F3E;
  text-transform: uppercase;
  margin-bottom: 16px;
}

@media (max-width: 599px) {
  h1 {
    font-size: 30px;
    line-height: 32px;
  }
}

h2 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 26px;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 16px;
}

h3 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 15px;
  line-height: 21px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 17px;
  line-height: 23px;
  font-weight: 800;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 12px;
  line-height: 16px;
  color: #606060;
  text-transform: uppercase;
  margin-bottom: 10px;
}

p {
  margin: 0 0 40px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #006297;
  font-weight: bold;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

a:hover,
a:focus {
  color: #48B795;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

.fsContent ul li,
.fsContent ol li {
  margin-bottom: 10px;
}

table.fs_style_40 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  color: #444444;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 599px) {
  table.fs_style_40 {
    display: block;
  }
}

table.fs_style_40 td {
  padding: 10px 20px;
  background: rgba(236, 237, 237, 0.1);
}

table.fs_style_40 tr:nth-of-type(even) td {
  background-color: rgba(236, 237, 237, 0.4);
}

table.fs_style_40 th,
table.fs_style_40 td {
  vertical-align: top;
  border-bottom: none;
}

table.fs_style_40 th {
  padding: 15px 20px;
  text-align: left;
  background: #48B795;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

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

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

figcaption {
  color: #8C8C8C;
  font-size: 13px;
  line-height: 20px;
  margin-top: 9px;
}

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;
  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: "proxima-nova", sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 46px;
  margin-bottom: 50px;
  text-align: center;
  color: #006297;
}

body:not(.fsComposeMode) .bpa-testimonials-1 > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}

body:not(.fsComposeMode) .bpa-testimonials-1.dark {
  background-color: #006297;
}

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

body:not(.fsComposeMode) .testimonial-block {
  position: relative;
  display: inline-block;
  padding: 50px 25px;
  padding-top: 100px;
  margin-top: 100px;
  background-color: #006297;
  color: #fff;
  text-align: center;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 14px;
  line-height: 23px;
}

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%);
  width: 100%;
}

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: 166px;
  height: 166px;
  border-radius: 100%;
  border: 3px solid #fff;
}

body:not(.fsComposeMode) .testimonial-block footer {
  font-size: 0.929em;
}

body:not(.fsComposeMode) .testimonial-block footer strong {
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
}

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: 73.75em;
  max-width: 73.75rem;
}

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

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

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -300px, 0);
            transform: translate3d(-50%, -300px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 25px, 0);
            transform: translate3d(-50%, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(-50%, -7px, 0);
            transform: translate3d(-50%, -7px, 0);
  }

  90% {
    -webkit-transform: translate3d(-50%, 4px, 0);
            transform: translate3d(-50%, 4px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -300px, 0);
            transform: translate3d(-50%, -300px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 25px, 0);
            transform: translate3d(-50%, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(-50%, -7px, 0);
            transform: translate3d(-50%, -7px, 0);
  }

  90% {
    -webkit-transform: translate3d(-50%, 4px, 0);
            transform: translate3d(-50%, 4px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

/*! helpers - box-model v0.0.1 */

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

/*! helpers - ui-pattern v0.0.1 */

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/

/*! helpers - typography v0.0.1 */

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

h1 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 45px;
  line-height: 59px;
  font-weight: 800;
  color: #005F3E;
  text-transform: uppercase;
  margin-bottom: 16px;
}

@media (max-width: 599px) {
  h1 {
    font-size: 30px;
    line-height: 32px;
  }
}

h2 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 26px;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 16px;
}

h3 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 15px;
  line-height: 21px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 17px;
  line-height: 23px;
  font-weight: 800;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 12px;
  line-height: 16px;
  color: #606060;
  text-transform: uppercase;
  margin-bottom: 10px;
}

p {
  margin: 0 0 40px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #006297;
  font-weight: bold;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

a:hover,
a:focus {
  color: #48B795;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

.fsContent ul li,
.fsContent ol li {
  margin-bottom: 10px;
}

table.fs_style_40 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  color: #444444;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 599px) {
  table.fs_style_40 {
    display: block;
  }
}

table.fs_style_40 td {
  padding: 10px 20px;
  background: rgba(236, 237, 237, 0.1);
}

table.fs_style_40 tr:nth-of-type(even) td {
  background-color: rgba(236, 237, 237, 0.4);
}

table.fs_style_40 th,
table.fs_style_40 td {
  vertical-align: top;
  border-bottom: none;
}

table.fs_style_40 th {
  padding: 15px 20px;
  text-align: left;
  background: #48B795;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

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

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

figcaption {
  color: #8C8C8C;
  font-size: 13px;
  line-height: 20px;
  margin-top: 9px;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 {
  background-size: cover;
  background-position: top center;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  cursor: pointer;
  height: 380px;
  color: #ffffff;
  text-align: center;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content {
  padding: 20px;
  position: relative;
  z-index: 2;
  min-height: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > header {
  margin-bottom: 15px;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > header h2.fsElementTitle {
  margin-bottom: 0;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > header > .fsElementHeaderContent {
  margin-top: 5px;
  margin-bottom: 0;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > header > .fsElementHeaderContent p {
  margin-bottom: 0;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > .fsElementContent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > .fsElementContent p:last-child {
  margin: 0;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > footer {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > footer > .fsElementFooterContent {
  margin-top: 15px;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > footer > .fsElementFooterContent p {
  margin: 0;
}

body:not(.fsComposeMode) .bpa-image-buttons-2:hover .image-button-content,
body:not(.fsComposeMode) .bpa-image-buttons-2:focus .image-button-content {
  min-height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body:not(.fsComposeMode) .bpa-image-buttons-2:hover .image-button-content > .fsElementContent,
body:not(.fsComposeMode) .bpa-image-buttons-2:hover .image-button-content > footer,
body:not(.fsComposeMode) .bpa-image-buttons-2:focus .image-button-content > .fsElementContent,
body:not(.fsComposeMode) .bpa-image-buttons-2:focus .image-button-content > footer {
  opacity: 1;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

body:not(.fsComposeMode) .bpa-image-buttons-2:focus-within .image-button-content {
  min-height: 100%;
}

body:not(.fsComposeMode) .bpa-image-buttons-2:focus-within .image-button-content > .fsElementContent,
body:not(.fsComposeMode) .bpa-image-buttons-2:focus-within .image-button-content > footer {
  opacity: 1;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

body:not(.fsComposeMode) .bpa-image-buttons-2.alternate {
  color: #353535;
}

body:not(.fsComposeMode) .bpa-image-buttons-2.alternate .image-button-content {
  background: rgba(255, 255, 255, 0.8);
}

body:not(.fsComposeMode) .bpa-image-buttons-2.alternate .image-button-content:before {
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to right bottom, transparent 50%, rgba(255, 255, 255, 0.8) 50%);
}

body:not(.fsComposeMode) .bpa-image-buttons-2.alternate .image-button-content > footer > .fsElementFooterContent a {
  color: #353535;
  border: 2px solid #353535;
}

body:not(.fsComposeMode) .bpa-image-buttons-2.alternate .image-button-content > footer > .fsElementFooterContent a:hover {
  background: #353535;
  color: #ffffff;
}

body:not(.fsComposeMode) .bpa-image-buttons-2:hover .image-button-content > .fsElementContent,
body:not(.fsComposeMode) .bpa-image-buttons-2:hover .image-button-content > footer,
body:not(.fsComposeMode) .bpa-image-buttons-2:focus .image-button-content > .fsElementContent,
body:not(.fsComposeMode) .bpa-image-buttons-2:focus .image-button-content > footer {
  max-height: 380px;
}

body:not(.fsComposeMode) .bpa-image-buttons-2:focus-within .image-button-content > .fsElementContent,
body:not(.fsComposeMode) .bpa-image-buttons-2:focus-within .image-button-content > footer {
  max-height: 380px;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content {
  font-family: "proxima-nova", sans-serif;
  background: rgba(239, 116, 31, 0.8);
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > header h2.fsElementTitle {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > header .fsElementHeaderContent {
  font-family: "ff-tisa-web-pro", serif;
  font-size: 16px;
  line-height: 24px;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > .fsElementContent {
  font-family: "ff-tisa-web-pro", serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > footer > .fsElementFooterContent a {
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  background: transparent;
  display: block;
  text-align: center;
  width: 200px;
  max-width: 90%;
  border: 1px solid #ffffff;
  margin: 0 auto;
  padding: 9px 10px;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > footer > .fsElementFooterContent a:hover {
  background: #ffffff;
  color: #353535;
  text-decoration: none;
}@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
}

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

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

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -300px, 0);
            transform: translate3d(-50%, -300px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 25px, 0);
            transform: translate3d(-50%, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(-50%, -7px, 0);
            transform: translate3d(-50%, -7px, 0);
  }

  90% {
    -webkit-transform: translate3d(-50%, 4px, 0);
            transform: translate3d(-50%, 4px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -300px, 0);
            transform: translate3d(-50%, -300px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 25px, 0);
            transform: translate3d(-50%, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(-50%, -7px, 0);
            transform: translate3d(-50%, -7px, 0);
  }

  90% {
    -webkit-transform: translate3d(-50%, 4px, 0);
            transform: translate3d(-50%, 4px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

/*! helpers - box-model v0.0.1 */

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

/*! helpers - ui-pattern v0.0.1 */

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/

/*! helpers - typography v0.0.1 */

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

h1 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 45px;
  line-height: 59px;
  font-weight: 800;
  color: #005F3E;
  text-transform: uppercase;
  margin-bottom: 16px;
}

@media (max-width: 599px) {
  h1 {
    font-size: 30px;
    line-height: 32px;
  }
}

h2 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 26px;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 16px;
}

h3 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 15px;
  line-height: 21px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 17px;
  line-height: 23px;
  font-weight: 800;
  margin-bottom: 10px;
}

h6 {
  margin-top: 0;
  color: #1E1E1E;
  font-size: 12px;
  line-height: 16px;
  color: #606060;
  text-transform: uppercase;
  margin-bottom: 10px;
}

p {
  margin: 0 0 40px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #006297;
  font-weight: bold;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

a:hover,
a:focus {
  color: #48B795;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

.fsContent ul li,
.fsContent ol li {
  margin-bottom: 10px;
}

table.fs_style_40 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  color: #444444;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 599px) {
  table.fs_style_40 {
    display: block;
  }
}

table.fs_style_40 td {
  padding: 10px 20px;
  background: rgba(236, 237, 237, 0.1);
}

table.fs_style_40 tr:nth-of-type(even) td {
  background-color: rgba(236, 237, 237, 0.4);
}

table.fs_style_40 th,
table.fs_style_40 td {
  vertical-align: top;
  border-bottom: none;
}

table.fs_style_40 th {
  padding: 15px 20px;
  text-align: left;
  background: #48B795;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

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

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

figcaption {
  color: #8C8C8C;
  font-size: 13px;
  line-height: 20px;
  margin-top: 9px;
}

.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: "\E904";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 18px;
  color: #fff;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.drawer-active .pub-drawer-ribbon {
  background: #005F3E;
}

.drawer-active .pub-drawer-ribbon .pub-drawer-trigger:before {
  content: '\E907';
  color: rgba(255, 255, 255, 0.6);
}

body:not(.fsComposeMode).publications-2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #333;
}

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: "IcoMoon2";
  font-smoothing: antialiased;
  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: #000;
  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: #000;
}

body:not(.fsComposeMode).publications-2 #fsHeader {
  position: relative;
  height: auto;
  overflow: visible;
}

body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section {
  background: #005F3E;
  height: 50px;
  margin: 0;
}

body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  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: 1220px) {
  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;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .school-name {
    display: block;
    text-align: center;
    width: 100%;
  }
}

@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;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  padding: 16px 0;
}

body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .school-name a:hover {
  color: #000;
}

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

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;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  padding: 16px;
  color: rgba(255, 255, 255, 0.6);
}

body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li a:hover {
  color: #fff;
}

body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li.search-trigger a {
  font-size: 0;
  color: transparent;
  width: 24px;
  position: relative;
  line-height: 1;
}

body:not(.fsComposeMode).publications-2 #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li.search-trigger a:before {
  content: "\E902";
  font-family: "IcoMoon2";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 26px;
  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 a:hover:before {
  color: #000;
}

body:not(.fsComposeMode).publications-2.pub-search-active #fsHeader .header-top-section .nav-publications2 .fsNavLevel1 li.search-trigger a:before {
  content: '\E901';
  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 a:hover:before {
  color: #000;
}

body:not(.fsComposeMode).publications-2 #fsHeader .masthead {
  background: #000;
  height: 100px;
  margin: 0;
}

body:not(.fsComposeMode).publications-2 #fsHeader .masthead > .fsElementContent {
  position: relative;
}

@media (max-width: 1220px) {
  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: 73.75em;
  max-width: 73.75rem;
}

@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: "\E911";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  height: 49px;
  width: 49px;
  border: 1px solid #fff;
  font-size: 26px;
  text-align: center;
  line-height: 49px;
  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-family: 'ff-tisa-web-pro', serif;
  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: #333;
}

.issue-browser-open .pub-browse > .fsElementContent:before {
  background: #fff !important;
  color: #333 !important;
}

body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse .fsName,
body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-browse .fsSubtitle {
  display: inline-block;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  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 a {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}

body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name a:hover,
body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name a:focus {
  color: #005F3E;
  text-decoration: none;
}

body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name h1 {
  font-family: "proxima-nova", sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 1;
}

body:not(.fsComposeMode).publications-2 #fsHeader .masthead .pub-name img {
  max-height: 70px;
}

body:not(.fsComposeMode).publications-2 #fsHeader .masthead .cat-toggle {
  width: 28%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  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: "\E911";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  height: 49px;
  width: 49px;
  border: 1px solid #fff;
  font-size: 26px;
  text-align: center;
  line-height: 49px;
  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: #333;
}

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%;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  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-family: 'ff-tisa-web-pro', serif;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}

body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser {
  display: none;
  background: #005F3E;
  padding: 0 25px;
  position: absolute;
  top: 100px;
  left: 0;
  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;
  }
}

body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  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: #40434E;
  -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: 42px;
}

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

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-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
}

body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent article .fsIssueTitle {
  color: #9D9FA5;
  display: block;
  width: 100%;
  text-transform: uppercase;
}

body:not(.fsComposeMode).publications-2 #fsHeader .fsSlideshow.issue-browser > .fsElementContent article .fsThumbnail {
  margin: 0 auto 10px;
  border: 5px solid #E1E1E1;
}

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: #005F3E;
}

body:not(.fsComposeMode).publications-2 .pub-categories {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 500;
  max-height: 0;
  overflow: hidden;
}

body:not(.fsComposeMode).publications-2 .pub-categories > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body:not(.fsComposeMode).publications-2 .pub-categories nav {
  background: #005F3E;
  padding: 0 20px;
  width: 330px;
}

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 #E1E1E1;
}

body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 li a {
  color: #333;
}

body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 li a:hover,
body:not(.fsComposeMode).publications-2 .pub-categories .fsNavLevel1 li a:focus {
  color: #EF741F;
}

body:not(.fsComposeMode).publications-2.category-menu-open .pub-categories {
  max-height: 1000px;
  overflow: visible;
}

.category-menu-open .cat-toggle > .fsElementContent:after {
  background: #fff !important;
  color: #333 !important;
}

body:not(.fsComposeMode).publications-2 .fsLoadMoreButton {
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 25px 40px;
  background: #ADAFB4;
  display: block;
  width: 288px;
  max-width: 100%;
  -webkit-transition: background .3s;
  transition: background .3s;
}

body:not(.fsComposeMode).publications-2 .fsLoadMoreButton:hover {
  background: #005F3E;
}

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

body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsCategory,
body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsDateTime {
  color: #005F3E;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #9D9FA5;
  margin-bottom: 18px;
}

body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsTitle {
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
}

body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsTitle a {
  color: #31333D;
}

body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsTitle a:hover {
  color: #005F3E;
}

body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsReadMoreLink {
  color: #005F3E;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}

body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid article .fsReadMoreLink:hover {
  color: #000;
}

body:not(.fsComposeMode).publications-2 .fsPostElement.fsGrid .fsLoadMoreButton {
  margin-top: 65px;
}

body:not(.fsComposeMode).publications-2 .fsPostElement.fsPost .fsTitle {
  color: #31333D;
  font-family: "proxima-nova", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 40px;
}

body:not(.fsComposeMode).publications-2 .fsPostElement.fsPost .fsAuthor,
body:not(.fsComposeMode).publications-2 .fsPostElement.fsPost .fsDateTime {
  color: #9D9FA5;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 20px;
}

body:not(.fsComposeMode).publications-2 .fsPostElement.fsPost .fsAuthor {
  padding-right: 10px;
  border-right: 2px solid #E1E1E1;
}

body:not(.fsComposeMode).publications-2 .fsPostToolsElement.fsNavigation button {
  height: 50px;
  width: 150px;
  background: #ADAFB4;
}

body:not(.fsComposeMode).publications-2 .fsPostToolsElement.fsNavigation button.fsPreviousButton {
  margin-right: 10px;
}

body:not(.fsComposeMode).publications-2 .fsComments button.fsCommentCount {
  display: block;
  width: 100%;
  padding: 20px 0;
  background: transparent;
  color: #ADAFB4;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #ADAFB4;
}

body:not(.fsComposeMode).publications-2 .fsComments button.fsCommentCount:hover {
  color: #000;
}

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: #ADAFB4;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

body:not(.fsComposeMode).publications-2 .fsComments button.fsPostComment:hover {
  background: #005F3E;
}

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: #ADAFB4;
  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 #E1E1E1;
}

body:not(.fsComposeMode).publications-2 .related-articles .fsElementTitle {
  color: #005F3E;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 40px;
}

body:not(.fsComposeMode).publications-2 .fsMenu {
  position: fixed;
  z-index: 9001;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(20%, 0, 0);
          transform: translate3d(20%, 0, 0);
  -webkit-transform: translate(20%, 0);
      -ms-transform: translate(20%, 0);
          transform: translate(20%, 0);
  top: 50px;
  min-height: 100%;
  background: #40434E;
  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: #000;
}

body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow > header {
  padding-top: 30px;
}

body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsElementTitle {
  color: #005F3E;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow article {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
}

body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow article .fsIssueTitle {
  color: #9D9FA5;
  display: block;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 40px !important;
}

body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow article .fsThumbnail {
  margin: 0 auto 10px;
  border: 5px solid #E1E1E1;
}

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: #005F3E;
}

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: #40434E;
  -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: 42px;
}

body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsPrevButton:hover,
body:not(.fsComposeMode).publications-2 .fsMenu .fsIssueElement.fsSlideshow .fsNextButton:hover {
  background: #005F3E;
}

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 {
  color: #005F3E;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  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 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 .fsStyleSearchField::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5) !important;
}

body:not(.fsComposeMode).publications-2 .publication2-search .fsStyleSearchField:-moz-placeholder {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5) !important;
}

body:not(.fsComposeMode).publications-2 .publication2-search .fsStyleSearchField::-moz-placeholder {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5) !important;
}

body:not(.fsComposeMode).publications-2 .publication2-search .fsStyleSearchField:-ms-input-placeholder {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5) !important;
}

body:not(.fsComposeMode).publications-2 .publication2-search .fsElementToolsSearchButton {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  height: 50px;
  width: 50px;
  float: left;
}

body:not(.fsComposeMode).publications-2 .publication2-search .fsElementToolsSearchButton:before {
  content: "\E908";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 30px;
}

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: 45px;
  background: #005F3E;
  -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 .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;
}

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: #9D9FA5;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

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: #005F3E;
}

body:not(.fsComposeMode).publications-2.post-page .share-comment-box .share:before {
  content: "\E901";
  font-family: "IcoMoon2";
  font-smoothing: antialiased;
  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: "IcoMoon2";
  font-smoothing: antialiased;
  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 .fsCategories li.fsCategory {
  color: #005F3E;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: underline;
}

@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: 73.75em;
  max-width: 73.75rem;
}

body:not(.fsComposeMode).publications-2.pub2-home #fsHeader {
  z-index: 8999;
  width: 100%;
  background-color: transparent;
}

@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: #000;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode).publications-2.pub2-home #fsHeader .masthead {
    background: rgba(0, 0, 0, 0.5);
  }
}

body:not(.fsComposeMode).publications-2.pub2-home .top-stories {
  background: #000;
}

@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-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 .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: #40434E;
  color: #fff;
  position: relative;
  padding: 30px 20px 100px;
  text-align: center;
}

@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: 1220px) {
  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;
  font-family: "proxima-nova", sans-serif;
  font-size: 38px;
  font-weight: bold;
  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';
  color: #005F3E;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #fff;
  margin-bottom: 5px;
  text-decoration: none;
}

body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner .fsTitle a {
  color: #fff;
}

body:not(.fsComposeMode).publications-2.pub2-home .top-stories article .top-story-caption .caption-inner .fsReadMoreLink {
  font-weight: bold;
  color: #fff;
}

@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: 1220px) {
  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: 1220px) {
  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 #E1E1E1;
  }
}

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;
  color: #005F3E;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 15px;
  text-decoration: none;
}

@media (max-width: 1220px) {
  body:not(.fsComposeMode).publications-2.pub2-home .fsPostElement.fsGrid {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}

body:not(.fsComposeMode).publications-2 #fsPageWrapper,
body:not(.fsComposeMode).publications-2 .fsHeader {
  padding-top: 0px;
}