/*!
 * CIS: Council of International Schools - default_18
 * @link: https://cis.redesign.finalsite.com
 * Site Template: newclientcustom
 * Built By: Alexandru Dinca
 * Project Manager: Lori Foster
 * Designer: Jonny Young
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 4.0.0
 * Git Tag: a8d0c59
 * 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: 74.28571em;
  max-width: 65rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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(./icomoon.woff2) format("woff2"), url(fonts/icomoon.woff) format("woff"), url(fonts/icomoon.ttf) format("truetype"), url(fonts/icomoon.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

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

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

@font-face {
  font-family: 'Rooney Bold Italic';
  src: url(fonts/Rooney-BoldItalic.eot);
  src: url(fonts/Rooney-BoldItalic.eot) format("embedded-opentype"), url(fonts/Rooney-BoldItalic.woff2) format("woff2"), url(fonts/Rooney-BoldItalic.woff) format("woff"), url(fonts/Rooney-BoldItalic.ttf) format("truetype"), url(fonts/Rooney-BoldItalic.svg) format("svg");
  font-weight: bold;
  font-style: italic;
}

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 32px;
  text-transform: uppercase;
  color: #ee3e7b;
  font-family: "Proxima Nova W05 Bold";
  margin-bottom: 19px;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 22.7px;
  text-transform: uppercase;
  color: #1f1f20;
  font-family: "Proxima Nova W05 Bold";
  margin-bottom: 19px;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 21px;
  line-height: 22.7px;
  /*text-transform: uppercase;*/
  color: #1f1f20;
  font-family: "Proxima Nova W05 Bold";
  margin-bottom: 20px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 22.7px;
  text-transform: uppercase;
  color: #1f1f20;
  font-family: "Proxima Nova W05 Bold";
  margin-bottom: 19px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  /*text-transform: uppercase;*/
  color: #1f1f20;
  font-family: "Proxima Nova W05 Bold";
  margin-bottom: 19px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 21px;
  line-height: 22.7px;
  color: #1f1f20;
  font-family: "Proxima Nova W05 Bold";
  margin-bottom: 10px;
}

h7 {
  margin-top: 0;
  font-weight: normal;
  font-size: 21px;
  line-height: 22.7px;
  color: #1f1f20;
  font-family: "Proxima Nova W05 Bold";
  margin-bottom: 10px;
}

p {
  margin: 0 0 20px;
}

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

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: background .3s,
 color .3s;
  transition: background .3s,
 color .3s;
}

a:hover,
a:focus {
  color: #5481c1;
}

body:not(.fsComposeMode) a {
  color: #000;
  text-decoration: underline;
  font-size: 14px;
  line-height: 22px;
  font-family: "Proxima Nova W05 Bold";
}

body:not(.fsComposeMode) a:hover {
  color: #5481c1;
}

body:not(.fsComposeMode) a:focus {
  color: #818181;
}

body:not(.fsComposeMode) h1 a {
  font-size: 30px;
}

body:not(.fsComposeMode) h2 a {
  font-size: 24px;
}

body:not(.fsComposeMode) h3 a {
  font-size: 21px;
}

body:not(.fsComposeMode) h4 a {
  font-size: 18px;
}

body:not(.fsComposeMode) h5 a {
  font-size: 16px;
}

body:not(.fsComposeMode) h6 a {
  font-size: 15px;
}

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

.fs_style_51,
.fsAthleticsEvent.fsTable .fsElementTable,
.fsAthleticsRoster .fsElementTable,
table.styled {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  display: block;
}

.fs_style_51 td,
.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.styled td {
  padding: 13px 20px;
  background: #fff;
}

.fs_style_51 tr:nth-of-type(odd) td,
.fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td,
.fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
table.styled tr:nth-of-type(odd) td {
  background-color: #F7F4EC;
}

.fs_style_51 th,
.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
.fs_style_51 td,
.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.styled th,
table.styled td {
  vertical-align: top;
  border-bottom: none;
  font-size: 15px;
  color: #343B41;
  line-height: 25px;
}

.fs_style_51 th,
.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.styled th {
  padding: 15px 20px;
  text-align: left;
  background: #456CA7;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-family: "Proxima Nova W05 Bold";
  text-transform: uppercase;
}

.fs_style_51 tr th:first-child,
.fsAthleticsEvent.fsTable .fsElementTable tr th:first-child,
.fsAthleticsRoster .fsElementTable tr th:first-child,
.fs_style_51 tr td:first-child,
.fsAthleticsEvent.fsTable .fsElementTable tr td:first-child,
.fsAthleticsRoster .fsElementTable tr td:first-child,
table.styled tr th:first-child,
table.styled tr td:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.fs_style_51 tr th:last-child,
.fsAthleticsEvent.fsTable .fsElementTable tr th:last-child,
.fsAthleticsRoster .fsElementTable tr th:last-child,
.fs_style_51 tr td:last-child,
.fsAthleticsEvent.fsTable .fsElementTable tr td:last-child,
.fsAthleticsRoster .fsElementTable tr td:last-child,
table.styled tr th:last-child,
table.styled tr td:last-child {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

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

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

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

/*! elements - common v0.0.1 */

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

.fsElement {
  margin-bottom: 20px;
}

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

.fsElementHeaderContent {
  margin-bottom: 20px;
}

.fsElementFooterContent {
  margin-top: 20px;
}

.fsPanel {
  margin-bottom: 0;
}

.fsStyleDefaultField {
  border: solid 1px #b3bdd9;
}

/*! elements - common - list subtype v0.0.1 */

/* Contains generic styles that apply to every element with the class '.fsList' and the list subtype selected */

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

.fsListNav .fsStyleDefaultList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fsListNav .fsStyleDefaultList .fsListItem a {
  display: inline-block;
  padding: 0;
}

.fsListNav .fsStyleDefaultList .fsListItem a:hover,
.fsListNav .fsStyleDefaultList .fsListItem a:focus {
  color: #5481c1;
  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 #F7F8FB;
}

.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: #1f1f20;
  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(31, 31, 32, 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: #1f1f20;
}

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

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

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

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

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

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

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

.fsElementDialog {
  color: #1f1f20;
}

.button {
  display: inline-block;
  border: 0;
  margin: 0 0 15px;
  padding: 8px 25px;
  background: #ee3e7b;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  font-family: "Proxima Nova W05 Bold";
  min-width: 214px;
  max-width: 300px;
  text-transform: uppercase;
  border-radius: 26.44px;
  text-decoration: none !important;
}

.button:hover,
.button:focus,
.fsStateSelected .button {
  background: #00B9ED;
  color: #1f1f20 !important;
}

.button em {
  display: block;
  font-style: normal;
}

.fsBannerLeft .button,
.fsBannerRight .button,
.fsStyleOneThird .button,
.fsThreeColumnLayout > .fsDiv .button,
.fsFourColumnLayout > .fsDiv .button {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

.color-button {
  display: inline-block;
  border: 0;
  margin: 0 0 15px;
  padding: 8px 25px;
  background: #456CA7;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  font-family: "Proxima Nova W05 Bold";
  min-width: 214px;
  max-width: 300px;
  text-transform: uppercase;
  border-radius: 26.44px;
  text-decoration: none !important;
}

.color-button:hover,
.color-button:focus,
.fsStateSelected .color-button {
  background: #00B9ED;
  color: #1f1f20 !important;
}

.color-button em {
  display: block;
  font-style: normal;
}

.fsBannerLeft .color-button,
.fsBannerRight .color-button,
.fsStyleOneThird .color-button,
.fsThreeColumnLayout > .fsDiv .color-button,
.fsFourColumnLayout > .fsDiv .color-button {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

.hollow-button {
  display: inline-block;
  border: 0;
  margin: 0 0 15px;
  padding: 8px 25px;
  background: transparent;
  color: #456CA7 !important;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  font-family: "Proxima Nova W05 Bold";
  min-width: 214px;
  max-width: 300px;
  text-transform: uppercase;
  border-radius: 26.44px;
  text-decoration: none !important;
  border: 0.2em solid #456CA7;
}

.hollow-button:hover,
.hollow-button:focus,
.fsStateSelected .hollow-button {
  background: #00B9ED;
  color: #1f1f20 !important;
}

.hollow-button em {
  display: block;
  font-style: normal;
}

.fsBannerLeft .hollow-button,
.fsBannerRight .hollow-button,
.fsStyleOneThird .hollow-button,
.fsThreeColumnLayout > .fsDiv .hollow-button,
.fsFourColumnLayout > .fsDiv .hollow-button {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

body:not(.fsComposeMode) .fs_style_45 {
  display: inline-block;
  border: 0;
  margin: 0 0 15px;
  padding: 8px 25px;
  background: #616161;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  font-family: "Proxima Nova W05 Bold";
  min-width: 214px;
  max-width: 300px;
  text-transform: uppercase;
  border-radius: 26.44px;
  text-decoration: none !important;
}

body:not(.fsComposeMode) .fs_style_45:hover,
body:not(.fsComposeMode) .fs_style_45:focus,
.fsStateSelected body:not(.fsComposeMode) .fs_style_45 {
  background: #00B9ED;
  color: #1f1f20 !important;
}

body:not(.fsComposeMode) .fs_style_45 em {
  display: block;
  font-style: normal;
}

.fsBannerLeft body:not(.fsComposeMode) .fs_style_45,
.fsBannerRight body:not(.fsComposeMode) .fs_style_45,
.fsStyleOneThird body:not(.fsComposeMode) .fs_style_45,
.fsThreeColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_45,
.fsFourColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_45 {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

body:not(.fsComposeMode) .fs_style_45:hover,
body:not(.fsComposeMode) .fs_style_45:focus {
  background: #c4c4c4;
}

body:not(.fsComposeMode) .fs_style_54 {
  display: inline-block;
  border: 0;
  margin: 0 0 15px;
  padding: 8px 25px;
  background: #fec140;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  font-family: "Proxima Nova W05 Bold";
  min-width: 214px;
  max-width: 300px;
  text-transform: uppercase;
  border-radius: 26.44px;
  text-decoration: none !important;
}

body:not(.fsComposeMode) .fs_style_54:hover,
body:not(.fsComposeMode) .fs_style_54:focus,
.fsStateSelected body:not(.fsComposeMode) .fs_style_54 {
  background: #00B9ED;
  color: #1f1f20 !important;
}

body:not(.fsComposeMode) .fs_style_54 em {
  display: block;
  font-style: normal;
}

.fsBannerLeft body:not(.fsComposeMode) .fs_style_54,
.fsBannerRight body:not(.fsComposeMode) .fs_style_54,
.fsStyleOneThird body:not(.fsComposeMode) .fs_style_54,
.fsThreeColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_54,
.fsFourColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_54 {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

body:not(.fsComposeMode) .fs_style_54:hover,
body:not(.fsComposeMode) .fs_style_54:focus {
  background: #fce090;
}

body:not(.fsComposeMode) .fs_style_55 {
  display: inline-block;
  border: 0;
  margin: 0 0 15px;
  padding: 8px 25px;
  background: #a1cd41;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  font-family: "Proxima Nova W05 Bold";
  min-width: 214px;
  max-width: 300px;
  text-transform: uppercase;
  border-radius: 26.44px;
  text-decoration: none !important;
}

body:not(.fsComposeMode) .fs_style_55:hover,
body:not(.fsComposeMode) .fs_style_55:focus,
.fsStateSelected body:not(.fsComposeMode) .fs_style_55 {
  background: #00B9ED;
  color: #1f1f20 !important;
}

body:not(.fsComposeMode) .fs_style_55 em {
  display: block;
  font-style: normal;
}

.fsBannerLeft body:not(.fsComposeMode) .fs_style_55,
.fsBannerRight body:not(.fsComposeMode) .fs_style_55,
.fsStyleOneThird body:not(.fsComposeMode) .fs_style_55,
.fsThreeColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_55,
.fsFourColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_55 {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

body:not(.fsComposeMode) .fs_style_55:hover,
body:not(.fsComposeMode) .fs_style_55:focus {
  background: #d3e291;
}

body:not(.fsComposeMode) .fs_style_56 {
  display: inline-block;
  border: 0;
  margin: 0 0 15px;
  padding: 8px 25px;
  background: #19b790;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  font-family: "Proxima Nova W05 Bold";
  min-width: 214px;
  max-width: 300px;
  text-transform: uppercase;
  border-radius: 26.44px;
  text-decoration: none !important;
}

body:not(.fsComposeMode) .fs_style_56:hover,
body:not(.fsComposeMode) .fs_style_56:focus,
.fsStateSelected body:not(.fsComposeMode) .fs_style_56 {
  background: #00B9ED;
  color: #1f1f20 !important;
}

body:not(.fsComposeMode) .fs_style_56 em {
  display: block;
  font-style: normal;
}

.fsBannerLeft body:not(.fsComposeMode) .fs_style_56,
.fsBannerRight body:not(.fsComposeMode) .fs_style_56,
.fsStyleOneThird body:not(.fsComposeMode) .fs_style_56,
.fsThreeColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_56,
.fsFourColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_56 {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

body:not(.fsComposeMode) .fs_style_56:hover,
body:not(.fsComposeMode) .fs_style_56:focus {
  background: #8ed5c2;
}

body:not(.fsComposeMode) .fs_style_57 {
  display: inline-block;
  border: 0;
  margin: 0 0 15px;
  padding: 8px 25px;
  background: #1bbcf0;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  font-family: "Proxima Nova W05 Bold";
  min-width: 214px;
  max-width: 300px;
  text-transform: uppercase;
  border-radius: 26.44px;
  text-decoration: none !important;
}

body:not(.fsComposeMode) .fs_style_57:hover,
body:not(.fsComposeMode) .fs_style_57:focus,
.fsStateSelected body:not(.fsComposeMode) .fs_style_57 {
  background: #00B9ED;
  color: #1f1f20 !important;
}

body:not(.fsComposeMode) .fs_style_57 em {
  display: block;
  font-style: normal;
}

.fsBannerLeft body:not(.fsComposeMode) .fs_style_57,
.fsBannerRight body:not(.fsComposeMode) .fs_style_57,
.fsStyleOneThird body:not(.fsComposeMode) .fs_style_57,
.fsThreeColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_57,
.fsFourColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_57 {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

body:not(.fsComposeMode) .fs_style_57:hover,
body:not(.fsComposeMode) .fs_style_57:focus {
  background: #7fdbf5;
}

body:not(.fsComposeMode) .fs_style_58 {
  display: inline-block;
  border: 0;
  margin: 0 0 15px;
  padding: 8px 25px;
  background: #5481c1;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  font-family: "Proxima Nova W05 Bold";
  min-width: 214px;
  max-width: 300px;
  text-transform: uppercase;
  border-radius: 26.44px;
  text-decoration: none !important;
}

body:not(.fsComposeMode) .fs_style_58:hover,
body:not(.fsComposeMode) .fs_style_58:focus,
.fsStateSelected body:not(.fsComposeMode) .fs_style_58 {
  background: #00B9ED;
  color: #1f1f20 !important;
}

body:not(.fsComposeMode) .fs_style_58 em {
  display: block;
  font-style: normal;
}

.fsBannerLeft body:not(.fsComposeMode) .fs_style_58,
.fsBannerRight body:not(.fsComposeMode) .fs_style_58,
.fsStyleOneThird body:not(.fsComposeMode) .fs_style_58,
.fsThreeColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_58,
.fsFourColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_58 {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

body:not(.fsComposeMode) .fs_style_58:hover,
body:not(.fsComposeMode) .fs_style_58:focus {
  background: #abc0df;
}

body:not(.fsComposeMode) .fs_style_59 {
  display: inline-block;
  border: 0;
  margin: 0 0 15px;
  padding: 8px 25px;
  background: #a967aa;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  font-family: "Proxima Nova W05 Bold";
  min-width: 214px;
  max-width: 300px;
  text-transform: uppercase;
  border-radius: 26.44px;
  text-decoration: none !important;
}

body:not(.fsComposeMode) .fs_style_59:hover,
body:not(.fsComposeMode) .fs_style_59:focus,
.fsStateSelected body:not(.fsComposeMode) .fs_style_59 {
  background: #00B9ED;
  color: #1f1f20 !important;
}

body:not(.fsComposeMode) .fs_style_59 em {
  display: block;
  font-style: normal;
}

.fsBannerLeft body:not(.fsComposeMode) .fs_style_59,
.fsBannerRight body:not(.fsComposeMode) .fs_style_59,
.fsStyleOneThird body:not(.fsComposeMode) .fs_style_59,
.fsThreeColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_59,
.fsFourColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_59 {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

body:not(.fsComposeMode) .fs_style_59:hover,
body:not(.fsComposeMode) .fs_style_59:focus {
  background: #d7b2d2;
}

body:not(.fsComposeMode) .fs_style_60 {
  display: inline-block;
  border: 0;
  margin: 0 0 15px;
  padding: 8px 25px;
  background: #ee3e7b;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  font-family: "Proxima Nova W05 Bold";
  min-width: 214px;
  max-width: 300px;
  text-transform: uppercase;
  border-radius: 26.44px;
  text-decoration: none !important;
}

body:not(.fsComposeMode) .fs_style_60:hover,
body:not(.fsComposeMode) .fs_style_60:focus,
.fsStateSelected body:not(.fsComposeMode) .fs_style_60 {
  background: #00B9ED;
  color: #1f1f20 !important;
}

body:not(.fsComposeMode) .fs_style_60 em {
  display: block;
  font-style: normal;
}

.fsBannerLeft body:not(.fsComposeMode) .fs_style_60,
.fsBannerRight body:not(.fsComposeMode) .fs_style_60,
.fsStyleOneThird body:not(.fsComposeMode) .fs_style_60,
.fsThreeColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_60,
.fsFourColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_60 {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

body:not(.fsComposeMode) .fs_style_60:hover,
body:not(.fsComposeMode) .fs_style_60:focus {
  background: #f0a2bf;
}

body:not(.fsComposeMode) .fs_style_61 {
  display: inline-block;
  border: 0;
  margin: 0 0 15px;
  padding: 8px 25px;
  background: #007778;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  font-family: "Proxima Nova W05 Bold";
  min-width: 214px;
  max-width: 300px;
  text-transform: uppercase;
  border-radius: 26.44px;
  text-decoration: none !important;
}

body:not(.fsComposeMode) .fs_style_61:hover,
body:not(.fsComposeMode) .fs_style_61:focus,
.fsStateSelected body:not(.fsComposeMode) .fs_style_61 {
  background: #00B9ED;
  color: #1f1f20 !important;
}

body:not(.fsComposeMode) .fs_style_61 em {
  display: block;
  font-style: normal;
}

.fsBannerLeft body:not(.fsComposeMode) .fs_style_61,
.fsBannerRight body:not(.fsComposeMode) .fs_style_61,
.fsStyleOneThird body:not(.fsComposeMode) .fs_style_61,
.fsThreeColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_61,
.fsFourColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_61 {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

body:not(.fsComposeMode) .fs_style_61:hover,
body:not(.fsComposeMode) .fs_style_61:focus {
  background: #33aaab;
}

body:not(.fsComposeMode) .fs_style_62 {
  display: inline-block;
  border: 0;
  margin: 0 0 15px;
  padding: 8px 25px;
  background: #25408f;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  font-family: "Proxima Nova W05 Bold";
  min-width: 214px;
  max-width: 300px;
  text-transform: uppercase;
  border-radius: 26.44px;
  text-decoration: none !important;
}

body:not(.fsComposeMode) .fs_style_62:hover,
body:not(.fsComposeMode) .fs_style_62:focus,
.fsStateSelected body:not(.fsComposeMode) .fs_style_62 {
  background: #00B9ED;
  color: #1f1f20 !important;
}

body:not(.fsComposeMode) .fs_style_62 em {
  display: block;
  font-style: normal;
}

.fsBannerLeft body:not(.fsComposeMode) .fs_style_62,
.fsBannerRight body:not(.fsComposeMode) .fs_style_62,
.fsStyleOneThird body:not(.fsComposeMode) .fs_style_62,
.fsThreeColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_62,
.fsFourColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_62 {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

body:not(.fsComposeMode) .fs_style_62:hover,
body:not(.fsComposeMode) .fs_style_62:focus {
  background: #3f5aa9;
}

body:not(.fsComposeMode) .fs_style_63 {
  display: inline-block;
  border: 0;
  margin: 0 0 15px;
  padding: 8px 25px;
  background: #4a7643;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  font-family: "Proxima Nova W05 Bold";
  min-width: 214px;
  max-width: 300px;
  text-transform: uppercase;
  border-radius: 26.44px;
  text-decoration: none !important;
}

body:not(.fsComposeMode) .fs_style_63:hover,
body:not(.fsComposeMode) .fs_style_63:focus,
.fsStateSelected body:not(.fsComposeMode) .fs_style_63 {
  background: #00B9ED;
  color: #1f1f20 !important;
}

body:not(.fsComposeMode) .fs_style_63 em {
  display: block;
  font-style: normal;
}

.fsBannerLeft body:not(.fsComposeMode) .fs_style_63,
.fsBannerRight body:not(.fsComposeMode) .fs_style_63,
.fsStyleOneThird body:not(.fsComposeMode) .fs_style_63,
.fsThreeColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_63,
.fsFourColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_63 {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

body:not(.fsComposeMode) .fs_style_63:hover,
body:not(.fsComposeMode) .fs_style_63:focus {
  background: #64905d;
}

body:not(.fsComposeMode) .fs_style_64 {
  display: inline-block;
  border: 0;
  margin: 0 0 15px;
  padding: 8px 25px;
  background: #6b6d4e;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  font-family: "Proxima Nova W05 Bold";
  min-width: 214px;
  max-width: 300px;
  text-transform: uppercase;
  border-radius: 26.44px;
  text-decoration: none !important;
}

body:not(.fsComposeMode) .fs_style_64:hover,
body:not(.fsComposeMode) .fs_style_64:focus,
.fsStateSelected body:not(.fsComposeMode) .fs_style_64 {
  background: #00B9ED;
  color: #1f1f20 !important;
}

body:not(.fsComposeMode) .fs_style_64 em {
  display: block;
  font-style: normal;
}

.fsBannerLeft body:not(.fsComposeMode) .fs_style_64,
.fsBannerRight body:not(.fsComposeMode) .fs_style_64,
.fsStyleOneThird body:not(.fsComposeMode) .fs_style_64,
.fsThreeColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_64,
.fsFourColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_64 {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

body:not(.fsComposeMode) .fs_style_64:hover,
body:not(.fsComposeMode) .fs_style_64:focus {
  background: #858768;
}

body:not(.fsComposeMode) .fs_style_65 {
  display: inline-block;
  border: 0;
  margin: 0 0 15px;
  padding: 8px 25px;
  background: #4d4473;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  font-family: "Proxima Nova W05 Bold";
  min-width: 214px;
  max-width: 300px;
  text-transform: uppercase;
  border-radius: 26.44px;
  text-decoration: none !important;
}

body:not(.fsComposeMode) .fs_style_65:hover,
body:not(.fsComposeMode) .fs_style_65:focus,
.fsStateSelected body:not(.fsComposeMode) .fs_style_65 {
  background: #00B9ED;
  color: #1f1f20 !important;
}

body:not(.fsComposeMode) .fs_style_65 em {
  display: block;
  font-style: normal;
}

.fsBannerLeft body:not(.fsComposeMode) .fs_style_65,
.fsBannerRight body:not(.fsComposeMode) .fs_style_65,
.fsStyleOneThird body:not(.fsComposeMode) .fs_style_65,
.fsThreeColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_65,
.fsFourColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_65 {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

body:not(.fsComposeMode) .fs_style_65:hover,
body:not(.fsComposeMode) .fs_style_65:focus {
  background: #675e8d;
}

body:not(.fsComposeMode) .fs_style_66 {
  display: inline-block;
  border: 0;
  margin: 0 0 15px;
  padding: 8px 25px;
  background: #9e4236;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  font-family: "Proxima Nova W05 Bold";
  min-width: 214px;
  max-width: 300px;
  text-transform: uppercase;
  border-radius: 26.44px;
  text-decoration: none !important;
}

body:not(.fsComposeMode) .fs_style_66:hover,
body:not(.fsComposeMode) .fs_style_66:focus,
.fsStateSelected body:not(.fsComposeMode) .fs_style_66 {
  background: #00B9ED;
  color: #1f1f20 !important;
}

body:not(.fsComposeMode) .fs_style_66 em {
  display: block;
  font-style: normal;
}

.fsBannerLeft body:not(.fsComposeMode) .fs_style_66,
.fsBannerRight body:not(.fsComposeMode) .fs_style_66,
.fsStyleOneThird body:not(.fsComposeMode) .fs_style_66,
.fsThreeColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_66,
.fsFourColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_66 {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

body:not(.fsComposeMode) .fs_style_66:hover,
body:not(.fsComposeMode) .fs_style_66:focus {
  background: #b85C50;
}

body:not(.fsComposeMode) .fs_style_67 {
  display: inline-block;
  border: 0;
  margin: 0 0 15px;
  padding: 8px 25px;
  background: #F68B33;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  font-family: "Proxima Nova W05 Bold";
  min-width: 214px;
  max-width: 300px;
  text-transform: uppercase;
  border-radius: 26.44px;
  text-decoration: none !important;
}

body:not(.fsComposeMode) .fs_style_67:hover,
body:not(.fsComposeMode) .fs_style_67:focus,
.fsStateSelected body:not(.fsComposeMode) .fs_style_67 {
  background: #00B9ED;
  color: #1f1f20 !important;
}

body:not(.fsComposeMode) .fs_style_67 em {
  display: block;
  font-style: normal;
}

.fsBannerLeft body:not(.fsComposeMode) .fs_style_67,
.fsBannerRight body:not(.fsComposeMode) .fs_style_67,
.fsStyleOneThird body:not(.fsComposeMode) .fs_style_67,
.fsThreeColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_67,
.fsFourColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_67 {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

body:not(.fsComposeMode) .fs_style_67:hover,
body:not(.fsComposeMode) .fs_style_67:focus {
  background: #ffa54d;
}

body:not(.fsComposeMode) .fs_style_46 {
  display: inline-block;
  border: 0;
  margin: 0 0 15px;
  padding: 8px 25px;
  background: #fff;
  color: #1f1f20 !important;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  font-family: "Proxima Nova W05 Bold";
  min-width: 214px;
  max-width: 300px;
  text-transform: uppercase;
  border-radius: 26.44px;
  text-decoration: none !important;
}

body:not(.fsComposeMode) .fs_style_46:hover,
body:not(.fsComposeMode) .fs_style_46:focus,
.fsStateSelected body:not(.fsComposeMode) .fs_style_46 {
  background: #00B9ED;
  color: #1f1f20 !important;
}

body:not(.fsComposeMode) .fs_style_46 em {
  display: block;
  font-style: normal;
}

.fsBannerLeft body:not(.fsComposeMode) .fs_style_46,
.fsBannerRight body:not(.fsComposeMode) .fs_style_46,
.fsStyleOneThird body:not(.fsComposeMode) .fs_style_46,
.fsThreeColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_46,
.fsFourColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_46 {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

body:not(.fsComposeMode) .fs_style_46:hover,
body:not(.fsComposeMode) .fs_style_46:focus,
.fsStateSelected body:not(.fsComposeMode) .fs_style_46 {
  background: #616161;
}

body:not(.fsComposeMode) .fs_style_47 {
  display: inline-block;
  border: 0;
  margin: 0 0 15px;
  padding: 8px 25px;
  background: #616161;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  font-family: "Proxima Nova W05 Bold";
  min-width: 214px;
  max-width: 300px;
  text-transform: uppercase;
  border-radius: 26.44px;
  text-decoration: none !important;
  min-width: 263px;
  border-radius: 32.47px;
  border: 2px solid #CACACA;
  padding: 13px 15px;
  font-size: 18px;
  line-height: 35px;
}

body:not(.fsComposeMode) .fs_style_47:hover,
body:not(.fsComposeMode) .fs_style_47:focus,
.fsStateSelected body:not(.fsComposeMode) .fs_style_47 {
  background: #00B9ED;
  color: #1f1f20 !important;
}

body:not(.fsComposeMode) .fs_style_47 em {
  display: block;
  font-style: normal;
}

.fsBannerLeft body:not(.fsComposeMode) .fs_style_47,
.fsBannerRight body:not(.fsComposeMode) .fs_style_47,
.fsStyleOneThird body:not(.fsComposeMode) .fs_style_47,
.fsThreeColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_47,
.fsFourColumnLayout > .fsDiv body:not(.fsComposeMode) .fs_style_47 {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

body:not(.fsComposeMode) .fs_style_47:hover,
body:not(.fsComposeMode) .fs_style_47:focus,
.fsStateSelected body:not(.fsComposeMode) .fs_style_47 {
  background: #c4c4c4;
  border: 2px solid #00B9ED;
}

body:not(.fsComposeMode) .dark-area {
  display: block;
  padding: 30px 10px;
  text-align: center;
  max-width: 300px;
  background-color: #343B41;
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 15px;
  padding: 8px 25px;
  background: #616161;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  font-family: "Proxima Nova W05 Bold";
  min-width: 214px;
  max-width: 300px;
  text-transform: uppercase;
  border-radius: 26.44px;
  text-decoration: none !important;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton {
  background: #00B9ED;
  color: #1f1f20 !important;
}

.fsStyleDefaultButton em {
  display: block;
  font-style: normal;
}

.fsBannerLeft .fsStyleDefaultButton,
.fsBannerRight .fsStyleDefaultButton,
.fsStyleOneThird .fsStyleDefaultButton,
.fsThreeColumnLayout > .fsDiv .fsStyleDefaultButton,
.fsFourColumnLayout > .fsDiv .fsStyleDefaultButton {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

.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;
  margin: 0 0 15px;
  padding: 8px 25px;
  background: #616161;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  font-family: "Proxima Nova W05 Bold";
  min-width: 214px;
  max-width: 300px;
  text-transform: uppercase;
  border-radius: 26.44px;
  text-decoration: none !important;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton {
  background: #00B9ED;
  color: #1f1f20 !important;
}

.fsStyleUpdateButton em {
  display: block;
  font-style: normal;
}

.fsBannerLeft .fsStyleUpdateButton,
.fsBannerRight .fsStyleUpdateButton,
.fsStyleOneThird .fsStyleUpdateButton,
.fsThreeColumnLayout > .fsDiv .fsStyleUpdateButton,
.fsFourColumnLayout > .fsDiv .fsStyleUpdateButton {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

.fs_style_48,
.fs_style_49 {
  position: relative;
  display: block;
  margin: 0px 0px 19px;
  text-decoration: none !important;
  font-family: "Proxima N W01 Smbd";
  font-size: 16px;
  line-height: 19px;
  color: #fff !important;
  padding: 13px 25px 13px 66px;
  background-color: #616161;
  border-radius: 23px;
}

.fs_style_48:hover,
.fs_style_48:focus,
.fs_style_49:hover,
.fs_style_49:focus {
  color: #1f1f20 !important;
  text-decoration: none;
  background-color: #00B9ED;
}

.fs_style_48:hover:before,
.fs_style_48:focus:before,
.fs_style_49:hover:before,
.fs_style_49:focus:before {
  color: #1f1f20;
}

.fs_style_48:before {
  content: "\F078";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  left: 23px;
  top: 19px;
  font-size: 17px;
  color: #fff;
  line-height: 10px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.fs_style_49:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  left: 23px;
  top: 19px;
  font-size: 17px;
  color: #fff;
  line-height: 10px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.lead-in,
.fs_style_50 {
  /*$size: 20;*/
  font-size: 18px;
  line-height: 26px;
  color: #1F1F20;
  font-style: italic;
  font-family: 'Rooney Italic';
}

blockquote {
  position: relative;
  margin: 40px 0px;
  font-size: 18px;
  line-height: 26px;
  color: #456CA7;
  font-family: 'Rooney Italic';
  display: block;
  background-color: #F9F9F9;
  border-radius: 8px;
  padding: 42px 31px 20px 41px;
  text-align: center;
}

blockquote:before {
  /*    position: absolute; right: 100%; top: 0; content: '\201C';*/
}

cite,
.fs_style_52 {
  display: block;
  margin: 20px 0px 0px 0px;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  color: #323232;
  text-align: center;
  font-family: "Proxima Nova W05 Bold";
}

cite:before,
.fs_style_52:before {
  /*content: '- ';*/
}

.callout {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 29px;
  font-style: italic;
  color: #1f1f20;
  padding: 5px 10px 10px 20px;
  border-left: 3px solid #456CA7;
  margin: 20px 0px;
}

.callout.left {
  float: left;
  margin-left: 20px;
}

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

.callout.right {
  float: right;
  margin-right: 20px;
}

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

.fs_style_53 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 29px;
  font-family: 'Rooney Italic';
  color: #1f1f20;
  padding: 5px 10px 10px 20px;
  border-left: 3px solid #456CA7;
  margin: 30px 0px;
}

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

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

.fsNavigation a:hover,
.fsNavigation a:focus {
  color: #5481c1;
  background: transparent;
}

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

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

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

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

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

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

.nav-site-map ul {
  margin: 0 0 0 20px;
  padding: 0;
}

.nav-site-map ul.fsNavLevel1 {
  margin-left: 0;
  list-style: none;
}

@media (min-width: 600px) {
  .nav-site-map ul.fsNavLevel1 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-column-rule: 0;
       -moz-column-rule: 0;
            column-rule: 0;
    min-height: initial;
  }

  .nav-site-map ul.fsNavLevel1 li {
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid-column;
  }
}

.nav-site-map ul.fsNavLevel1 > li > a {
  margin-bottom: 20px;
  font-weight: 700;
}

.nav-site-map ul.fsNavLevel2 {
  list-style: disc;
}

.nav-site-map ul.fsNavLevel3 {
  list-style: circle;
}

.nav-site-map ul.fsNavLevel4 {
  list-style: square;
}

.nav-site-map ul.fsNavLevel5 {
  list-style: disc;
}

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

.nav-tier ul li a {
  display: block;
  padding: 10px 10px;
  color: #000;
  background: transparent;
}

.nav-tier ul li a:hover,
.nav-tier ul li a:focus {
  color: #5481c1;
  background: #F7F8FB;
}

.nav-tier ul li.fsNavCurrentPage > a {
  color: #ee3e7b;
  background: #d5daea;
}

.nav-tier ul li.fsNavCurrentPage > a:hover,
.nav-tier ul li.fsNavCurrentPage > a:focus {
  color: #456CA7;
  background: #F7F8FB;
}

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

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

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

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

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

.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: 799px) {
  .nav-sub > header {
    display: block;
    position: relative;
  }

  .nav-sub > header .fsElementTitle {
    position: relative;
    margin-top: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    /*text-transform: uppercase;*/
    color: #1f1f20;
    font-family: "Proxima Nova W05 Bold";
    margin-bottom: 19px;
    margin-bottom: 0;
    display: block;
    font-size: 14px;
    padding: 10px 20px;
    color: #F7F8FB;
    background-color: #456CA7;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
  }

  .nav-sub > header .fsElementTitle:hover {
    background-color: #dc7ea6;
    color: #F7F8FB;
  }
}

@media screen and (max-width: 799px) and (min-width: 800px) {
  .nav-sub > header .fsElementTitle {
    cursor: default;
  }
}

@media screen and (max-width: 799px) {
  .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: #F7F8FB;
  }

  .nav-sub > .fsElementContent ul li a {
    display: block;
    padding: 10px 20px;
    color: #000;
    background: transparent;
  }

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

  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
    color: #5481c1;
    background: #c4cbe2;
  }

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

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

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

  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover,
  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
    color: #ee3e7b;
    background: #c4cbe2;
  }

  .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: #456CA7;
    color: #F7F8FB;
  }

  .nav-sub.active-nav > header .fsElementTitle:after {
    content: "-";
  }
}

@media (min-width: 800px) {
  .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: 800px) {
  .nav-sub > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1;
  }
}

.nav-sub.active-nav > .fsElementContent {
  max-height: 9999px;
  visibility: visible;
  opacity: 1;
}

.fsHeader .nav-sub {
  display: block;
}

@media (min-width: 800px) {
  .fsHeader .nav-sub {
    display: none;
  }
}

.nav-sub.nav-sub-empty {
  display: none !important;
}

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

.nav-sub ul li a {
  display: block;
  padding: 10px 0px;
  color: #1f1f20;
  background: transparent;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-family: "Proxima Nova W05 Bold";
}

.nav-sub ul li a:hover,
.nav-sub ul li a:focus {
  color: #1f1f20;
  background: transparent;
  text-decoration: underline;
}

.nav-sub ul li.fsNavCurrentPage > a {
  color: #1f1f20;
  background: transparent;
  text-decoration: underline;
}

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

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

.nav-sub ul li.fsNavCurrentPageAncestor > a {
  color: #1f1f20;
  background: transparent;
  text-decoration: underline;
}

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

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

@media screen and (max-width: 799px) {
  .nav-sub .fsNavLevel1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.nav-sub .fsNavLevel1 > li {
  /*border-bottom: $default-border-style;*/
}

.nav-sub .fsNavLevel1 > li:last-child {
  border-bottom: none;
}

.nav-sub .fsNavLevel2 > li > a {
  padding-left: 10px;
  font-family: "Proxima Nova W05 Regular", sans-serif;
}

.nav-sub .fsNavLevel3 > li > a {
  padding-left: 20px;
  font-family: "Proxima Nova W05 Regular", sans-serif;
}

.nav-sub .fsNavLevel4 > li > a {
  padding-left: 30px;
  font-family: "Proxima Nova W05 Regular", sans-serif;
}

.nav-sub .fsNavLevel5 > li > a {
  padding-left: 40px;
  font-family: "Proxima Nova W05 Regular", sans-serif;
}

body:not(.fsComposeMode) .nav-sub {
  position: relative;
  background-color: #fce098;
  border-radius: 120px;
  padding: 65px 30px 150px 30px;
  min-height: 400px;
  margin-bottom: 82px;
}

body:not(.fsComposeMode) .nav-sub > header h2.fsElementTitle {
  position: relative;
  display: block;
  text-align: center;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}

body:not(.fsComposeMode) .nav-sub:after {
  bottom: -120px;
  left: 0;
  content: ' ';
  position: absolute;
  background: transparent url(images/dots-circle-yellow.png) center center no-repeat;
  background-size: 100%;
  width: 240px;
  height: 240px;
}

.fsMenu .mobile-subnavigation {
  position: relative;
  margin: 0px;
  padding: 0px;
  transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  -webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s, -webkit-transform 0.4s;
  left: 0;
  -webkit-transform: translate(-20%, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  opacity: 0;
  visibility: hidden;
  display: none;
}

.home .fsMenu .mobile-subnavigation {
  display: none !important;
}

.fsMenu .mobile-subnavigation.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  display: block;
}

.fsMenu .mobile-subnavigation > header > .fsElementHeaderContent {
  position: relative;
  width: 100%;
  height: 55px;
  padding: 18px 0 0 50px;
  color: #ccc;
  font-weight: bold;
  background: #fff;
  cursor: pointer;
  margin: 0px;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  text-transform: uppercase;
}

.fsMenu .mobile-subnavigation > header > .fsElementHeaderContent p {
  margin: 0px;
  color: #ccc;
  font-weight: bold;
  background: #fff;
  text-transform: uppercase;
}

.fsMenu .mobile-subnavigation > header > .fsElementHeaderContent:before {
  content: '\F053';
  font-family: "IcoMoon";
  color: #1f1f20;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  top: 18px;
  left: 20px;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.fsMenu .mobile-subnav {
  position: relative;
  height: 100%;
  width: 100%;
  border: 0px solid rgba(64, 64, 64, 0.2);
  padding: 30px 20px 20px 20px;
  margin: 0px;
  background: #fce098;
}

.fsMenu .mobile-subnav > header > .fsElementTitle {
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0px;
}

.fsMenu .mobile-subnav ul > li > a {
  text-decoration: none;
}

.fsMenu .mobile-subnav ul > li > a:hover,
.fsMenu .mobile-subnav ul > li > a:focus {
  text-decoration: underline;
  color: #1f1f20;
}

.fsMenu .mobile-subnav ul > li.fsNavCurrentPage > a,
.fsMenu .mobile-subnav ul > li.fsNavCurrentPageAncestor > a {
  text-decoration: underline;
  color: #1f1f20;
}

.fsMenu .mobile-subnav ul.fsNavLevel2 a {
  font-family: "Proxima Nova W05 Regular", sans-serif;
  font-weight: 400;
}

body:not(.fsComposeMode).fsSection329 h1,
body:not(.fsComposeMode).fsSection329 .fsPageTitle {
  color: #fec140;
}

body:not(.fsComposeMode).fsSection3 .nav-sub {
  background: #d3e291;
}

body:not(.fsComposeMode).fsSection3 .nav-sub:after {
  background: transparent url(images/dots-circle-lightgreen.png) center center no-repeat;
  background-size: 100%;
}

body:not(.fsComposeMode).fsSection3 h1,
body:not(.fsComposeMode).fsSection3 .fsPageTitle {
  color: #a1cd41;
}

body:not(.fsComposeMode).fsSection3 .fsMenu .mobile-subnav {
  background: #d3e291;
}

body:not(.fsComposeMode).fsSection3 .menu-trigger > .fsElementContent p {
  color: #a1cd41;
}

body:not(.fsComposeMode).fsSection330 .nav-sub {
  background: #8ed5c2;
}

body:not(.fsComposeMode).fsSection330 .nav-sub:after {
  background: transparent url(images/dots-circle-green.png) center center no-repeat;
  background-size: 100%;
}

body:not(.fsComposeMode).fsSection330 h1,
body:not(.fsComposeMode).fsSection330 .fsPageTitle {
  color: #19b790;
}

body:not(.fsComposeMode).fsSection330 .fsMenu .mobile-subnav {
  background: #8ed5c2;
}

body:not(.fsComposeMode).fsSection330 .menu-trigger > .fsElementContent p {
  color: #19b790;
}

body:not(.fsComposeMode).fsSection345 .nav-sub {
  background: #7fdbf5;
}

body:not(.fsComposeMode).fsSection345 .nav-sub:after {
  background: transparent url(images/dots-circle-lightblue.png) center center no-repeat;
  background-size: 100%;
}

body:not(.fsComposeMode).fsSection345 h1,
body:not(.fsComposeMode).fsSection345 .fsPageTitle {
  color: #1bbcf0;
}

body:not(.fsComposeMode).fsSection345 .fsMenu .mobile-subnav {
  background: #7fdbf5;
}

body:not(.fsComposeMode).fsSection345 .menu-trigger > .fsElementContent p {
  color: #1bbcf0;
}

body:not(.fsComposeMode).fsSection346 .nav-sub {
  background: #abc0df;
}

body:not(.fsComposeMode).fsSection346 .nav-sub:after {
  background: transparent url(images/dots-circle-blue.png) center center no-repeat;
  background-size: 100%;
}

body:not(.fsComposeMode).fsSection346 h1,
body:not(.fsComposeMode).fsSection346 .fsPageTitle {
  color: #5481c1;
}

body:not(.fsComposeMode).fsSection346 .fsMenu .mobile-subnav {
  background: #abc0df;
}

body:not(.fsComposeMode).fsSection346 .menu-trigger > .fsElementContent p {
  color: #5481c1;
}

body:not(.fsComposeMode).fsSection347 .nav-sub {
  background: #d7b2d2;
}

body:not(.fsComposeMode).fsSection347 .nav-sub:after {
  background: transparent url(images/dots-circle-lav.png) center center no-repeat;
  background-size: 100%;
}

body:not(.fsComposeMode).fsSection347 h1,
body:not(.fsComposeMode).fsSection347 .fsPageTitle {
  color: #a967aa;
}

body:not(.fsComposeMode).fsSection347 .fsMenu .mobile-subnav {
  background: #d7b2d2;
}

body:not(.fsComposeMode).fsSection347 .menu-trigger > .fsElementContent p {
  color: #a967aa;
}

body:not(.fsComposeMode).fsSection348 .nav-sub {
  background: #f0a2bf;
}

body:not(.fsComposeMode).fsSection348 .nav-sub:after {
  background: transparent url(images/dots-circle-pink.png) center center no-repeat;
  background-size: 100%;
}

body:not(.fsComposeMode).fsSection348 h1,
body:not(.fsComposeMode).fsSection348 .fsPageTitle {
  color: #ee3e7b;
}

body:not(.fsComposeMode).fsSection348 .fsMenu .mobile-subnav {
  background: #f0a2bf;
}

body:not(.fsComposeMode).fsSection348 .menu-trigger > .fsElementContent p {
  color: #ee3e7b;
}

.nav-main {
  margin-bottom: 0;
  position: relative;
}

.nav-main:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(225, 225, 225, 0)), color-stop(10%, #e1e1e1), color-stop(90%, #e1e1e1), to(rgba(225, 225, 225, 0)));
  background: linear-gradient(to right, rgba(225, 225, 225, 0) 0%, #e1e1e1 10%, #e1e1e1 90%, rgba(225, 225, 225, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e1e1e1', endColorstr='#00e1e1e1',GradientType=1 );
  content: ' ';
  width: 100%;
  height: 2px;
  display: block;
}

.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: 74.28571em;
    max-width: 65rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -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 {
    /*flex: 1 auto;*/
  }
}

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

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

.nav-main .fsNavLevel1 > li > a {
  display: block;
  color: #AAAAAA;
  background: transparent;
  padding: 21px 5px 0px 5px;
  font-size: 14px;
  font-family: "Proxima Nova W05 Bold";
  text-transform: uppercase;
  line-height: 18px;
  text-decoration: none !important;
  max-width: 140px;
  text-align: left;
}

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

html.js .nav-main .fsNavLevel1 > li,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open {
  position: relative;
}

html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}

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

html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
}

html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
}

html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open:hover .fsNavPageInfo {
  max-height: 9999px;
  opacity: 1;
  visibility: visible;
}

html:not(.js) .nav-main .fsNavLevel1 > li {
  position: relative;
}

html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}

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

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

.nav-main .fsNavPageInfo {
  background: #fff;
  text-align: left;
  z-index: 300;
  /*padding: 20px 20px;*/
  width: 220px;
  text-align: left;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  /*border: 2px solid #e0e0e0;*/
  border-top: 0px;
  opacity: 0;
  visibility: hidden;
  /*    left: 50% !important; transform: translateX(-50%) !important; -webkit-transform: translateX(-50%) !important; right: inherit !important;*/
}

.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: #1f1f20;
  background: transparent;
  padding: 0.57143em 0em;
  text-decoration: none;
  font-family: "Proxima Nova W05 Regular", sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.nav-main .fsNavLevel2 li a:hover,
.nav-main .fsNavLevel2 li a:focus {
  color: #1f1f20;
  background: transparent;
  font-family: "Proxima Nova W05 Bold";
  font-weight: bold;
  text-decoration: underline;
}

.nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
  color: #1f1f20;
  background: transparent;
  font-weight: bold;
  font-family: "Proxima Nova W05 Bold";
  text-decoration: underline;
}

.nav-main .fsNavLevel1 > li.yellow-nav:hover > a,
.nav-main .fsNavLevel1 > li.yellow-nav:focus-within > a,
.nav-main .fsNavLevel1 > li.yellow-nav.fsNavCurrentPage > a,
.nav-main .fsNavLevel1 > li.yellow-nav.fsNavCurrentPageAncestor > a {
  color: #fec140;
}

.nav-main .fsNavLevel1 > li.yellow-nav > a:hover,
.nav-main .fsNavLevel1 > li.yellow-nav a:focus {
  color: #fec140;
}

.nav-main .fsNavLevel1 > li.parrot-nav:hover > a,
.nav-main .fsNavLevel1 > li.parrot-nav:focus-within > a,
.nav-main .fsNavLevel1 > li.parrot-nav.fsNavCurrentPage > a,
.nav-main .fsNavLevel1 > li.parrot-nav.fsNavCurrentPageAncestor > a {
  color: #a1cd41;
}

.nav-main .fsNavLevel1 > li.parrot-nav > a:hover,
.nav-main .fsNavLevel1 > li.parrot-nav a:focus {
  color: #a1cd41;
}

.nav-main .fsNavLevel1 > li.green-nav:hover > a,
.nav-main .fsNavLevel1 > li.green-nav:focus-within > a,
.nav-main .fsNavLevel1 > li.green-nav.fsNavCurrentPage > a,
.nav-main .fsNavLevel1 > li.green-nav.fsNavCurrentPageAncestor > a {
  color: #19b790;
}

.nav-main .fsNavLevel1 > li.green-nav > a:hover,
.nav-main .fsNavLevel1 > li.green-nav a:focus {
  color: #19b790;
}

.nav-main .fsNavLevel1 > li.light-blue-nav:hover > a,
.nav-main .fsNavLevel1 > li.light-blue-nav:focus-within > a,
.nav-main .fsNavLevel1 > li.light-blue-nav.fsNavCurrentPage > a,
.nav-main .fsNavLevel1 > li.light-blue-nav.fsNavCurrentPageAncestor > a {
  color: #1bbcf0;
}

.nav-main .fsNavLevel1 > li.light-blue-nav > a:hover,
.nav-main .fsNavLevel1 > li.light-blue-nav a:focus {
  color: #1bbcf0;
}

.nav-main .fsNavLevel1 > li.blue-nav:hover > a,
.nav-main .fsNavLevel1 > li.blue-nav:focus-within > a,
.nav-main .fsNavLevel1 > li.blue-nav.fsNavCurrentPage > a,
.nav-main .fsNavLevel1 > li.blue-nav.fsNavCurrentPageAncestor > a {
  color: #5481c1;
}

.nav-main .fsNavLevel1 > li.blue-nav > a:hover,
.nav-main .fsNavLevel1 > li.blue-nav a:focus {
  color: #5481c1;
}

.nav-main .fsNavLevel1 > li.purple-nav:hover > a,
.nav-main .fsNavLevel1 > li.purple-nav:focus-within > a,
.nav-main .fsNavLevel1 > li.purple-nav.fsNavCurrentPage > a,
.nav-main .fsNavLevel1 > li.purple-nav.fsNavCurrentPageAncestor > a {
  color: #a967aa;
}

.nav-main .fsNavLevel1 > li.purple-nav > a:hover,
.nav-main .fsNavLevel1 > li.purple-nav a:focus {
  color: #a967aa;
}

.nav-main .fsNavLevel1 > li.pink-nav:hover > a,
.nav-main .fsNavLevel1 > li.pink-nav:focus-within > a,
.nav-main .fsNavLevel1 > li.pink-nav.fsNavCurrentPage > a,
.nav-main .fsNavLevel1 > li.pink-nav.fsNavCurrentPageAncestor > a {
  color: #ee3e7b;
}

.nav-main .fsNavLevel1 > li.pink-nav > a:hover,
.nav-main .fsNavLevel1 > li.pink-nav a:focus {
  color: #ee3e7b;
}

.nav-main .fsNavLevel1 > li > .fsNavPageInfo > ul.fsNavLevel2 {
  position: relative;
  padding: 20px 20px;
  width: 220px;
  text-align: left;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 2px solid #e0e0e0;
  border-top: 0px;
}

.nav-main .fsNavLevel1 > li > .fsNavPageInfo > ul.fsNavLevel2:before {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e0e0e0));
  background: linear-gradient(to bottom, white 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
  content: ' ';
  width: 2px;
  height: 80px;
  position: absolute;
  left: -2px;
  top: -15px;
}

.nav-main .fsNavLevel1 > li > .fsNavPageInfo > ul.fsNavLevel2:after {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e0e0e0));
  background: linear-gradient(to bottom, white 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
  content: ' ';
  width: 2px;
  height: 80px;
  left: 216px;
  position: absolute;
  top: -15px;
}

.nav-main ul.fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1099px) {
  .nav-main {
    display: none !important;
  }
}

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

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

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  max-width: 50px;
}

.drawer-trigger:before,
.drawer-trigger:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 50%;
  content: '';
  background: #fff;
}

.drawer-trigger:before {
  margin-top: -0.28571em;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: margin-top .3s,
 -webkit-transform .3s;
  transition: margin-top .3s,
 -webkit-transform .3s;
  transition: margin-top .3s,
 transform .3s;
  transition: margin-top .3s,
 transform .3s,
 -webkit-transform .3s;
}

.drawer-trigger:after {
  -webkit-box-shadow: 0 0.28571em 0 0 #fff;
          box-shadow: 0 0.28571em 0 0 #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-box-shadow .3s,
 -webkit-transform .3s;
  transition: -webkit-box-shadow .3s,
 -webkit-transform .3s;
  transition: box-shadow .3s,
 transform .3s;
  transition: box-shadow .3s,
 transform .3s,
 -webkit-box-shadow .3s,
 -webkit-transform .3s;
}

.drawer-is-active .drawer-trigger:before {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer-is-active .drawer-trigger:after {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s,
 visibility .3s,
 -webkit-transform .3s;
  transition: opacity .3s,
 visibility .3s,
 -webkit-transform .3s;
  transition: opacity .3s,
 visibility .3s,
 transform .3s;
  transition: opacity .3s,
 visibility .3s,
 transform .3s,
 -webkit-transform .3s;
  top: 0;
  left: 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;
  min-height: 100%;
  max-width: 270px;
  background: #fff;
  padding: 12px 0px 0px 0px;
}

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

.drawer-is-active #fsMenu {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(31, 31, 32, 0.2);
  z-index: 500;
}

.fsMenu button.close-mobile {
  position: absolute;
  border: 0;
  background: none;
  top: 0px;
  right: -35px;
  outline: none;
  height: 40px;
  width: 40px;
  z-index: 100;
  cursor: pointer;
}

.fsMenu button.close-mobile:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #1f1f20;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 10px;
}

.fsMenu button.close-mobile:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #1f1f20;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 10px;
}

.menu-trigger {
  position: relative;
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 74.28571em;
  max-width: 65rem;
  height: 60px;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

@media (min-width: 1100px) {
  .menu-trigger {
    display: none !important;
  }
}

.menu-trigger:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(225, 225, 225, 0)), color-stop(10%, #e1e1e1), color-stop(90%, #e1e1e1), to(rgba(225, 225, 225, 0)));
  background: linear-gradient(to right, rgba(225, 225, 225, 0) 0%, #e1e1e1 10%, #e1e1e1 90%, rgba(225, 225, 225, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e1e1e1', endColorstr='#00e1e1e1',GradientType=1 );
  content: ' ';
  width: 100%;
  height: 2px;
  display: block;
}

.menu-trigger > .fsElementContent {
  height: 60px;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}

.menu-trigger > .fsElementContent p {
  font-size: 12px;
  font-family: "Proxima Nova W05 Bold";
  text-transform: uppercase;
  color: #AAAAAA;
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  margin: 0px;
  left: 2.14286em;
}

.menu-trigger > .fsElementContent:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  left: 0;
  background: url(./menu-burger.png) no-repeat center;
  background-size: cover;
  width: 12px;
  height: 10px;
  display: block;
}

.fsMenu .mobile-search {
  position: relative;
  display: block;
  margin: 0px 10px 20px 10px;
}

.fsMenu .mobile-search:before {
  position: absolute;
  left: 8px;
  z-index: 200;
  width: 20px;
  text-align: center;
  color: #aaaaaa;
  content: "\F002";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.fsMenu .mobile-search label {
  display: none;
}

.fsMenu .mobile-search button.fsSearchElementSearchButton.fsStyleUpdateButton {
  display: none !important;
}

.fsMenu .mobile-search .fsSearchElementKeyword {
  margin: 0px;
}

.fsMenu .mobile-search .fsStyleSearchField.fsStyleDefaultField {
  width: 250px;
  height: 40px;
  padding: 8px 14px 9px 40px;
  background: #ebebeb;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #aaa;
  outline: 0;
  font-size: 15px;
  border-radius: 20px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.fsMenu .mobile-main-nav {
  position: relative;
  width: 210px;
  margin: 0px 10px 40px 10px;
  padding: 0px 20px;
}

.fsMenu .mobile-main-nav.opac-menu {
  display: none;
}

.home .fsMenu .mobile-main-nav {
  display: block !important;
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 > li > a {
  color: #AAAAAA;
  font-family: "Proxima Nova W05 Bold";
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 18px;
  padding: 15px 0px;
  border-bottom: 1px solid #ececec;
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 > li:last-child > a {
  border: none;
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 > li:nth-child(1).fsNavCurrentPage > a,
.fsMenu .mobile-main-nav ul.fsNavLevel1 > li:nth-child(1).fsNavCurrentPageAncestor > a,
.fsMenu .mobile-main-nav ul.fsNavLevel1 > li:nth-child(1):hover > a {
  color: #fec140;
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 > li:nth-child(2).fsNavCurrentPage > a,
.fsMenu .mobile-main-nav ul.fsNavLevel1 > li:nth-child(2).fsNavCurrentPageAncestor > a,
.fsMenu .mobile-main-nav ul.fsNavLevel1 > li:nth-child(2):hover > a {
  color: #a1cd41;
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 > li:nth-child(3).fsNavCurrentPage > a,
.fsMenu .mobile-main-nav ul.fsNavLevel1 > li:nth-child(3).fsNavCurrentPageAncestor > a,
.fsMenu .mobile-main-nav ul.fsNavLevel1 > li:nth-child(3):hover > a {
  color: #19b790;
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 > li:nth-child(4).fsNavCurrentPage > a,
.fsMenu .mobile-main-nav ul.fsNavLevel1 > li:nth-child(4).fsNavCurrentPageAncestor > a,
.fsMenu .mobile-main-nav ul.fsNavLevel1 > li:nth-child(4):hover > a {
  color: #1bbcf0;
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 > li:nth-child(5).fsNavCurrentPage > a,
.fsMenu .mobile-main-nav ul.fsNavLevel1 > li:nth-child(5).fsNavCurrentPageAncestor > a,
.fsMenu .mobile-main-nav ul.fsNavLevel1 > li:nth-child(5):hover > a {
  color: #5481c1;
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 > li:nth-child(6).fsNavCurrentPage > a,
.fsMenu .mobile-main-nav ul.fsNavLevel1 > li:nth-child(6).fsNavCurrentPageAncestor > a,
.fsMenu .mobile-main-nav ul.fsNavLevel1 > li:nth-child(6):hover > a {
  color: #a967aa;
}

.fsMenu .mobile-main-nav ul.fsNavLevel1 > li:nth-child(7).fsNavCurrentPage > a,
.fsMenu .mobile-main-nav ul.fsNavLevel1 > li:nth-child(7).fsNavCurrentPageAncestor > a,
.fsMenu .mobile-main-nav ul.fsNavLevel1 > li:nth-child(7):hover > a {
  color: #ee3e7b;
}

.fsMenu .mobile-portal {
  position: relative;
  margin: 0px 10px;
  padding: 30px;
  background-color: #6A6969;
  border-radius: 15px;
}

.fsMenu .mobile-portal.opac-portal {
  display: none;
}

.home .fsMenu .mobile-portal {
  display: block !important;
}

.fsMenu .mobile-portal ul.fsNavLevel1 > li > a {
  color: #fff;
  font-family: "Proxima Nova W05 Bold";
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 0px;
}

.nav-social .fsNavLevel1 {
  font-size: 0;
}

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

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

.nav-social .fsNavLevel1 li {
  display: inline-block;
}

.nav-social .fsNavLevel1 li:not(:last-child) {
  margin-right: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-social .fsNavLevel1 [href*='facebook'] {
  background: #3b5998;
}

.nav-social .fsNavLevel1 [href*='facebook']:hover,
.nav-social .fsNavLevel1 [href*='facebook']:focus {
  background: #3b5998;
  border-color: transparent;
}

.nav-social .fsNavLevel1 [href*='facebook']:hover:before,
.nav-social .fsNavLevel1 [href*='facebook']:focus:before {
  color: #c4c4c4;
}

.nav-social .fsNavLevel1 [href*='instagram'] {
  background: #3f729b;
}

.nav-social .fsNavLevel1 [href*='instagram']:hover,
.nav-social .fsNavLevel1 [href*='instagram']:focus {
  background: #3f729b;
  border-color: transparent;
}

.nav-social .fsNavLevel1 [href*='instagram']:hover:before,
.nav-social .fsNavLevel1 [href*='instagram']:focus:before {
  color: #c4c4c4;
}

.nav-social .fsNavLevel1 [href*='linkedin'] {
  background: #0077b5;
}

.nav-social .fsNavLevel1 [href*='linkedin']:hover,
.nav-social .fsNavLevel1 [href*='linkedin']:focus {
  background: #0077b5;
  border-color: transparent;
}

.nav-social .fsNavLevel1 [href*='linkedin']:hover:before,
.nav-social .fsNavLevel1 [href*='linkedin']:focus:before {
  color: #c4c4c4;
}

.nav-social .fsNavLevel1 [href*='pinterest'] {
  background: #cc2127;
}

.nav-social .fsNavLevel1 [href*='pinterest']:hover,
.nav-social .fsNavLevel1 [href*='pinterest']:focus {
  background: #cc2127;
  border-color: transparent;
}

.nav-social .fsNavLevel1 [href*='pinterest']:hover:before,
.nav-social .fsNavLevel1 [href*='pinterest']:focus:before {
  color: #c4c4c4;
}

.nav-social .fsNavLevel1 [href*='tumblr'] {
  background: #35465c;
}

.nav-social .fsNavLevel1 [href*='tumblr']:hover,
.nav-social .fsNavLevel1 [href*='tumblr']:focus {
  background: #35465c;
  border-color: transparent;
}

.nav-social .fsNavLevel1 [href*='tumblr']:hover:before,
.nav-social .fsNavLevel1 [href*='tumblr']:focus:before {
  color: #c4c4c4;
}

.nav-social .fsNavLevel1 [href*='twitter'] {
  background: #55acee;
}

.nav-social .fsNavLevel1 [href*='twitter']:hover,
.nav-social .fsNavLevel1 [href*='twitter']:focus {
  background: #55acee;
  border-color: transparent;
}

.nav-social .fsNavLevel1 [href*='twitter']:hover:before,
.nav-social .fsNavLevel1 [href*='twitter']:focus:before {
  color: #c4c4c4;
}

.nav-social .fsNavLevel1 [href*='vimeo'] {
  background: #1ab7ea;
}

.nav-social .fsNavLevel1 [href*='vimeo']:hover,
.nav-social .fsNavLevel1 [href*='vimeo']:focus {
  background: #1ab7ea;
  border-color: transparent;
}

.nav-social .fsNavLevel1 [href*='vimeo']:hover:before,
.nav-social .fsNavLevel1 [href*='vimeo']:focus:before {
  color: #c4c4c4;
}

.nav-social .fsNavLevel1 [href*='vine'] {
  background: #00b488;
}

.nav-social .fsNavLevel1 [href*='vine']:hover,
.nav-social .fsNavLevel1 [href*='vine']:focus {
  background: #00b488;
  border-color: transparent;
}

.nav-social .fsNavLevel1 [href*='vine']:hover:before,
.nav-social .fsNavLevel1 [href*='vine']:focus:before {
  color: #c4c4c4;
}

.nav-social .fsNavLevel1 [href*='youtube'] {
  background: #cd201f;
}

.nav-social .fsNavLevel1 [href*='youtube']:hover,
.nav-social .fsNavLevel1 [href*='youtube']:focus {
  background: #cd201f;
  border-color: transparent;
}

.nav-social .fsNavLevel1 [href*='youtube']:hover:before,
.nav-social .fsNavLevel1 [href*='youtube']:focus:before {
  color: #c4c4c4;
}

.nav-social .fsNavLevel1 [href*='googleplus'] {
  background: #db4f46;
}

.nav-social .fsNavLevel1 [href*='googleplus']:hover,
.nav-social .fsNavLevel1 [href*='googleplus']:focus {
  background: #db4f46;
  border-color: transparent;
}

.nav-social .fsNavLevel1 [href*='googleplus']:hover:before,
.nav-social .fsNavLevel1 [href*='googleplus']:focus:before {
  color: #c4c4c4;
}

.nav-social .fsNavLevel1 [href*='wechat'] {
  background: #37bf21;
}

.nav-social .fsNavLevel1 [href*='wechat']:hover,
.nav-social .fsNavLevel1 [href*='wechat']:focus {
  background: #37bf21;
  border-color: transparent;
}

.nav-social .fsNavLevel1 [href*='wechat']:hover:before,
.nav-social .fsNavLevel1 [href*='wechat']:focus:before {
  color: #c4c4c4;
}

.nav-social .fsNavLevel1 [href*='flickr'] {
  background: #2090d9;
}

.nav-social .fsNavLevel1 [href*='flickr']:hover,
.nav-social .fsNavLevel1 [href*='flickr']:focus {
  background: #2090d9;
  border-color: transparent;
}

.nav-social .fsNavLevel1 [href*='flickr']:hover:before,
.nav-social .fsNavLevel1 [href*='flickr']:focus:before {
  color: #c4c4c4;
}

.nav-social .fsNavLevel1 [href*='wordpress'] {
  background: #0f74a8;
}

.nav-social .fsNavLevel1 [href*='wordpress']:hover,
.nav-social .fsNavLevel1 [href*='wordpress']:focus {
  background: #0f74a8;
  border-color: transparent;
}

.nav-social .fsNavLevel1 [href*='wordpress']:hover:before,
.nav-social .fsNavLevel1 [href*='wordpress']:focus:before {
  color: #c4c4c4;
}

.nav-social .fsNavLevel1 [href*='rss'] {
  background: #f26522;
}

.nav-social .fsNavLevel1 [href*='rss']:hover,
.nav-social .fsNavLevel1 [href*='rss']:focus {
  background: #f26522;
  border-color: transparent;
}

.nav-social .fsNavLevel1 [href*='rss']:hover:before,
.nav-social .fsNavLevel1 [href*='rss']:focus:before {
  color: #c4c4c4;
}

.nav-social .fsNavLevel1 a {
  display: block;
  position: relative;
  border: 1px solid transparent;
  background: transparent;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  color: transparent;
  font-size: 0;
}

.nav-social .fsNavLevel1 a:before {
  color: #c4c4c4;
  font-size: 28px;
  -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: map-get($social-colors, googleplus ); border-color: map-get($social-colors, googleplus );*/
  background: transparent;
  border-color: transparent;
}

.nav-social .fsNavLevel1 [href*='plus.google.com']:hover:before,
.nav-social .fsNavLevel1 [href*='plus.google.com']:focus:before {
  color: #db4f46;
}

body:not(.fsComposeMode) .nav-social a {
  text-decoration: none !important;
}

.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 {
  padding: 0px;
  position: relative;
}

#fsHeader > .fsBanner {
  position: relative;
  margin: 0 auto;
  max-width: 74.28571em;
  max-width: 65rem;
  padding: 60px 0px 21px 0px;
}

@media (max-width: 1099px) {
  #fsHeader > .fsBanner {
    padding: 60px 0px 0px 0px;
  }
}

@media (max-width: 439px) {
  #fsHeader > .fsBanner {
    padding: 20px 0px 0px 0px;
  }
}

.skip-link {
  margin: 0;
}

.skip-link a {
  position: absolute;
  top: -6em;
  left: 0px;
  padding: 1em;
  background: #000;
  color: #fff;
  font-size: 1em;
  line-height: 1;
  text-decoration: underline;
  -webkit-transition: top .1s ease-in, background .5s linear;
  transition: top .1s ease-in, background .5s linear;
  z-index: 9000;
}

.skip-link a:focus {
  top: 0;
}

.site-info-container {
  /*@include compartment;*/
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
}

.site-info-container a {
  display: block;
  padding: 20px 0;
  color: transparent !important;
  font-size: 0 !important;
  width: 356px;
  height: 112px;
  background: url(images/cis-logo.png) no-repeat center;
  background-size: cover;
}

@media (max-width: 599px) {
  .site-info-container a {
    width: 277px;
    height: 86px;
  }
}

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

.fsHeader .site-info-container {
  position: relative;
  z-index: 20;
  margin-bottom: 19px;
  margin-left: 20px;
}

.fsHeader .header-links {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0px;
  z-index: 10;
}

@media (max-width: 439px) {
  .fsHeader .header-links {
    display: none;
  }
}

.fsHeader .header-portal {
  position: relative;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}

.fsHeader .header-portal nav ul.fsNavLevel1 > li {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}

.fsHeader .header-portal nav ul.fsNavLevel1 > li > a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Proxima Nova W05 Bold";
  font-size: 14px;
  line-height: 16px;
  padding: 12px 21px;
  background-color: #c4c4c4;
  border-radius: 20px;
}

.fsHeader .header-portal nav ul.fsNavLevel1 > li > a:hover,
.fsHeader .header-portal nav ul.fsNavLevel1 > li > a:focus {
  background-color: #00B9ED;
}

@media (max-width: 749px) {
  .fsHeader .header-portal nav ul.fsNavLevel1 > li > a {
    width: 40px;
    height: 40px;
    font-size: 0px;
    color: transparent;
    display: block;
  }
}

@media (max-width: 749px) {
  .fsHeader .header-portal nav ul.fsNavLevel1 > li [href*='join']:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    width: 14px;
    height: 14px;
    background: url(images/user-plus.png) no-repeat center;
    background-size: cover;
  }

  .fsHeader .header-portal nav ul.fsNavLevel1 > li [href*='member']:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    width: 18px;
    height: 15px;
    background: url(images/membership-icon.png) no-repeat center;
    background-size: cover;
  }

  .fsHeader .header-portal nav ul.fsNavLevel1 > li [href*='log']:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    width: 11px;
    height: 13px;
    background: url(images/lock-icon.png) no-repeat center;
    background-size: cover;
  }

  .fsHeader .header-portal nav ul.fsNavLevel1 > li [href*='login']:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    width: 11px;
    height: 13px;
    background: url(images/lock-icon.png) no-repeat center;
    background-size: cover;
  }
}

.fsHeader .header-search {
  position: relative;
  display: inline-block;
  float: right;
}

.fsHeader .header-search label {
  display: none;
}

.fsHeader .header-search button.fsSearchElementSearchButton.fsStyleUpdateButton {
  display: none !important;
}

.fsHeader .header-search button.toggle-search {
  margin: 0px;
  padding: 0px;
  width: 40px;
  height: 40px;
  max-width: 40px;
  min-width: 40px;
  border-radius: 100%;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #C4C4C4;
  overflow: hidden;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  border: none;
}

.fsHeader .header-search button.toggle-search:before {
  position: absolute;
  width: 14px;
  height: 14px;
  font-size: 17px;
  line-height: 14px;
  color: #fff;
  content: "\F002";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.fsHeader .header-search button.toggle-search:hover,
.fsHeader .header-search button.toggle-search:focus {
  background: #ebebeb;
}

.fsHeader .header-search button.toggle-search:hover:before,
.fsHeader .header-search button.toggle-search:focus:before {
  color: #aaa;
}

@media (min-width: 1100px) {
  .fsHeader .header-search button.toggle-search {
    display: none;
  }
}

.fsHeader .header-search .fsSearchElementKeyword {
  margin: 0px;
}

.fsHeader .header-search .fsStyleSearchField.fsStyleDefaultField {
  width: 40px;
  height: 40px;
  padding: 8px 14px 9px 14px;
  background: #ebebeb;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #aaa;
  outline: 0;
  font-size: 15px;
  border-radius: 20px;
  opacity: 0;
  /*visibility: hidden;*/
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media (min-width: 1100px) {
  .fsHeader .header-search .fsStyleSearchField.fsStyleDefaultField {
    width: 220px;
    opacity: 1;
    visibility: visible;
  }
}

.fsHeader .header-search.active-search .fsStyleSearchField.fsStyleDefaultField {
  width: 220px;
  opacity: 1;
  /*visibility: visible;*/
}

.fsHeader .header-search.active-search button.toggle-search {
  opacity: 0;
  visibility: hidden;
}

.fsHeader .header-tagline {
  position: absolute;
  top: 110px;
  right: 20px;
  z-index: 5;
  margin: 0px;
  color: #5581C0;
  font-size: 18px;
  line-height: 18px;
  text-align: right;
  max-width: 400px;
}

@media (max-width: 849px) {
  .fsHeader .header-tagline {
    max-width: 200px;
  }
}

@media (max-width: 629px) {
  .fsHeader .header-tagline {
    display: none;
  }
}

.fsHeader .header-tagline p {
  margin: 0px;
  color: #5581C0;
  font-size: 18px;
  line-height: 18px;
  text-align: right;
  font-family: 'Rooney';
}

#fsFooter {
  padding: 0px 10px;
  color: #fff;
}

#fsFooter .fsBanner {
  position: relative;
  margin: 0 auto;
  max-width: 74.28571em;
  max-width: 65rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #c4c4c4;
  padding: 30px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

@media (max-width: 799px) {
  #fsFooter .fsBanner {
    background-color: #6A6969;
    padding: 30px 30px 65px 30px;
  }
}

#fsFooter .fsBanner:after {
  content: normal;
}

body.fsDraftMode #fsFooter .fsBanner {
  /*flex-flow: row wrap;*/
}

body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
  /*flex: 0 1 100%;*/
}

#fsFooter .fsBanner #fsPoweredByFinalsite {
  width: 132px;
  max-width: 132px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  bottom: 20px;
  right: 30px;
}

@media (max-width: 799px) {
  #fsFooter .fsBanner #fsPoweredByFinalsite {
    left: 30px;
    right: inherit;
  }
}

#fsFooter .nav-social {
  /*margin-bottom: $gutter;*/
}

.school-details {
  margin-bottom: 20px;
}

.school-details [itemprop='name'] {
  margin-top: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 22.7px;
  text-transform: uppercase;
  color: #1f1f20;
  font-family: "Proxima Nova W05 Bold";
  margin-bottom: 19px;
}

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

.school-details a {
  color: inherit;
}

.fsFooter .footer-utils {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding: 0px;
}

.fsFooter .footer-utils > header {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}

.fsFooter .footer-utils > header:after {
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  right: 7px;
  width: 2px;
  height: 12px;
  background: #fff;
  content: "";
}

@media (max-width: 799px) {
  .fsFooter .footer-utils > header:after {
    display: none;
  }
}

.fsFooter .footer-utils > header > h2.fsElementTitle {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  margin: 0px;
  line-height: 16px;
  font-family: "Proxima Nova W05 Bold";
}

@media (max-width: 799px) {
  .fsFooter .footer-utils > header > h2.fsElementTitle {
    line-height: 28px;
  }
}

.fsFooter .footer-utils > .fsElementContent {
  display: inline-block;
}

.fsFooter .footer-utils nav ul.fsNavLevel1 > li {
  display: inline-block;
}

.fsFooter .footer-utils nav ul.fsNavLevel1 > li > a {
  font-size: 14px;
  margin: 0px;
  line-height: 16px;
  font-family: "Proxima Nova W05 Bold";
  color: #fff;
  text-decoration: none;
  padding: 0px 20px 0px 0px;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 799px) {
  .fsFooter .footer-utils nav ul.fsNavLevel1 > li > a {
    line-height: 28px;
  }
}

.fsFooter .footer-utils nav ul.fsNavLevel1 > li > a:hover,
.fsFooter .footer-utils nav ul.fsNavLevel1 > li > a:focus {
  text-decoration: underline;
}

.fsFooter .footer-utils nav ul.fsNavLevel1 > li > a:after {
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  right: 7px;
  width: 2px;
  height: 12px;
  background: #fff;
  content: "";
}

.fsFooter .footer-utils nav ul.fsNavLevel1 > li:last-child > a {
  padding: 0px;
}

.fsFooter .footer-utils nav ul.fsNavLevel1 > li:last-child > a:after {
  display: none;
}

.fsFooter .footer-utils p {
  margin: 0px;
}

.fsFooter .footer-social {
  margin: 0px;
}

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

.wf-loading {
  visibility: hidden;
}

html {
  font-family: "Proxima Nova W05 Regular", sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 14px;
  line-height: 22px;
  color: #1f1f20;
}

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

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

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

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

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

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

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

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

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

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

@media (min-width: 900px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    padding-right: 60px;
    width: 300px;
  }
}

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

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

#fsPageContent {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1100px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    padding-left: 40px;
    width: 340px;
  }
}

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

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

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

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

@media (min-width: 800px) {
  .fsLayout > header,
  .fsLayout > footer {
    padding-right: 1.42857em;
    padding-left: 1.42857em;
  }
}

@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: 800px) {
  .fsLayout .fsStyleTwoThirds > .fsTwoColumnLayout {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.fsTwoColumnWideRightLayout,
.fsElephantLeftLayout {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 800px) {
  .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: 800px) {
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    padding-left: 0;
    padding-right: 40px;
    width: 280px;
    margin-bottom: 0;
  }
}

@media (min-width: 900px) {
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    padding-right: 60px;
    width: 300px;
  }
}

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

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

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

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

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

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

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

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

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 40px;
    width: 340px;
  }
}

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

@media (min-width: 900px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 60px;
    width: 300px;
  }
}

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

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 60px;
    width: 300px;
  }
}

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

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

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

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

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

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

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

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

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 60px;
    width: 300px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 800px) {
  .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: 800px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    padding-left: 20px;
    padding-right: 0;
    width: 260px;
    margin-bottom: 0;
  }
}

@media (min-width: 900px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    padding-left: 40px;
    width: 340px;
  }
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 900px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 60px;
    width: 300px;
  }
}

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

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 60px;
    width: 300px;
  }
}

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

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

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 40px;
    width: 340px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#fsPoweredByFinalsite {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 74.28571em;
  max-width: 65rem;
}

/*! 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: 14px;
  line-height: 22px;
}

.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 #b3bdd9;
  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 #b3bdd9;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fsConstituentSearchForm > label > select {
  height: 30px;
  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 > header,
.fsTabs .fsPanel > header {
  cursor: pointer;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 22.7px;
  text-transform: uppercase;
  color: #1f1f20;
  font-family: "Proxima Nova W05 Bold";
  margin-bottom: 19px;
  margin-bottom: 0px;
  display: block;
  font-size: 15px;
  padding: 15px 42px;
  color: #1f1f20;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 15px;
  font-family: "Proxima Nova W05 Bold";
  text-transform: none;
  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: red;
  -webkit-transition: .3s;
  transition: .3s;
}

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

.fsAccordion .fsPanel.fsStateOpen > header,
.fsTabs .fsPanel.fsStateOpen > header {
  background: #456CA7;
}

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

.fsAccordion .fsPanel.fsStateOpen > header h2:before,
.fsTabs .fsPanel.fsStateOpen > header h2:before {
  content: "+";
}

.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: 17px;
  font-size: 28px;
  font-weight: bold;
  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: 17px;
  font-size: 28px;
  font-weight: bold;
  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: 14px;
}

.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: 16px;
}

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

body:not(.fsComposeMode) .fsAccordion .fsPanel > header {
  border: 1px solid #A6A6A6;
  border-radius: 25px;
  margin-bottom: 6px;
}

body:not(.fsComposeMode) .fsAccordion .fsPanel > header > .fsElementTitle > a {
  color: #1f1f20;
  font-family: "Proxima Nova W05 Bold";
}

body:not(.fsComposeMode) .fsAccordion .fsPanel > header > .fsElementTitle > a:hover,
body:not(.fsComposeMode) .fsAccordion .fsPanel > header > .fsElementTitle > a:focus {
  color: #1f1f20;
}

body:not(.fsComposeMode) .fsAccordion .fsPanel.fsStateOpen > header > .fsElementTitle > a {
  color: #fff;
}

body:not(.fsComposeMode) .fsAccordion .fsPanel.fsStateOpen > header > .fsElementTitle > a:hover,
body:not(.fsComposeMode) .fsAccordion .fsPanel.fsStateOpen > header > .fsElementTitle > a:focus {
  color: #fff;
}

body:not(.fsComposeMode) .fsAccordion .fsPanel > header ~ .fsElementContent {
  padding: 26px 25px 30px 58px;
}

@media (max-width: 899px) {
  body:not(.fsComposeMode) .fsAccordion .fsPanel > header ~ .fsElementContent {
    padding: 25px 30px;
  }
}

body:not(.fsComposeMode) .fsAccordion .fsPanel > header > .fsElementTitle > a {
  font-size: 15px !important;
}

body:not(.fsComposeMode).fsSection329 .fsAccordion .fsPanel.fsStateOpen > header {
  background: #fec140;
  border: 1px solid #fec140;
}

body:not(.fsComposeMode).fsSection329 .fsAccordion .fsPanel > header:hover {
  background: #fce098;
  border: 1px solid #fce098;
}

body:not(.fsComposeMode).fsSection3 .fsAccordion .fsPanel.fsStateOpen > header {
  background: #a1cd41;
  border: 1px solid #a1cd41;
}

body:not(.fsComposeMode).fsSection3 .fsAccordion .fsPanel > header:hover {
  background: #d3e291;
  border: 1px solid #d3e291;
}

body:not(.fsComposeMode).fsSection330 .fsAccordion .fsPanel.fsStateOpen > header {
  background: #19b790;
  border: 1px solid #19b790;
}

body:not(.fsComposeMode).fsSection330 .fsAccordion .fsPanel > header:hover {
  background: #8ed5c2;
  border: 1px solid #8ed5c2;
}

body:not(.fsComposeMode).fsSection345 .fsAccordion .fsPanel.fsStateOpen > header {
  background: #1bbcf0;
  border: 1px solid #1bbcf0;
}

body:not(.fsComposeMode).fsSection345 .fsAccordion .fsPanel > header:hover {
  background: #7fdbf5;
  border: 1px solid #7fdbf5;
}

body:not(.fsComposeMode).fsSection346 .fsAccordion .fsPanel.fsStateOpen > header {
  background: #5481c1;
  border: 1px solid #5481c1;
}

body:not(.fsComposeMode).fsSection346 .fsAccordion .fsPanel > header:hover {
  background: #abc0df;
  border: 1px solid #abc0df;
}

body:not(.fsComposeMode).fsSection347 .fsAccordion .fsPanel.fsStateOpen > header {
  background: #a967aa;
  border: 1px solid #a967aa;
}

body:not(.fsComposeMode).fsSection347 .fsAccordion .fsPanel > header:hover {
  background: #d7b2d2;
  border: 1px solid #d7b2d2;
}

body:not(.fsComposeMode).fsSection348 .fsAccordion .fsPanel.fsStateOpen > header {
  background: #ee3e7b;
  border: 1px solid #ee3e7b;
}

body:not(.fsComposeMode).fsSection348 .fsAccordion .fsPanel > header:hover {
  background: #f0a2bf;
  border: 1px solid #f0a2bf;
}

/*! 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: 14px;
  line-height: 22px;
  margin-bottom: 0;
}

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

/*! elements - athletics events - list subtype */

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

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

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

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

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

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

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

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

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

/*! elements - athletics events */

.fsAthleticsEvent.fsEvent article > div {
  margin-bottom: 10px;
}

.fsAthleticsEvent.fsEvent article > div:last-child {
  margin-bottom: 0;
}

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

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

/*! elements - athletics events - table*/

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

.fsAthleticsEvent.fsTable .fsElementTable {
  margin-bottom: 0;
}

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

@media (max-width: 800px) {
  .fsAthleticsEvent.fsTable .fsElementTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td:not(:last-child) {
    border: 0;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td:first-of-type {
    padding-top: 10px;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td:last-of-type {
    padding-bottom: 10px;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td:before {
    display: inline-block;
    font-weight: 700;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
    content: 'Team: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents:before {
    content: 'Opponent: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate .fsDateTime {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate:before {
    content: 'Date: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime .fsDateTime {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime:before {
    content: 'Time: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsLocations:before {
    content: 'Location: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAdvantage:before {
    content: 'Advantage: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsEventType:before {
    content: 'Type: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails:before {
    content: 'Details: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsResult:before {
    content: 'Result: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsScore:before {
    content: 'Score: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAlerts:before {
    content: 'Alerts: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDismissal:before {
    content: 'Dismissal: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDeparture:before {
    content: 'Departure: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsReturn:before {
    content: 'Return Time: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsPickup:before {
    content: 'Pickup Time: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsRecap:before {
    content: 'Recap: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus:before {
    content: 'Status: ';
  }
}

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

.fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
  display: inline-block;
}

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

/*! elements - athletics popup dialog box */

.fsAthleticsEvent.fsDialog {
  margin: auto;
}

.fsAthleticsEvent.fsDialog .fsAthleticsTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 21px;
  line-height: 22.7px;
  /*text-transform: uppercase;*/
  color: #1f1f20;
  font-family: "Proxima Nova W05 Bold";
  margin-bottom: 20px;
}

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

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

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

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 82px;
  width: 82px;
  color: #1f1f20;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  font-family: "Proxima Nova W05 Bold";
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  border: 3px solid #fce098;
}

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

.fsCalendar .fsDate > span.fsDay {
  font-size: 34px;
  line-height: 34px;
}

.fsCalendar .fsTitle {
  position: relative;
  display: block;
  margin-bottom: 0.55556em;
  font-size: 15px;
  line-height: 1.11111em;
  color: #1f1f20;
  text-transform: uppercase;
  font-family: "Proxima Nova W05 Bold";
}

.fsCalendar .fsTitle a {
  color: #1f1f20;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Proxima Nova W05 Bold";
  font-size: 15px;
  line-height: 1.11111em;
  letter-spacing: 0.52px;
}

.fsCalendar .fsTitle a:hover,
.fsCalendar .fsTitle a:focus {
  text-decoration: underline;
  color: #5481c1;
}

.fsCalendar .fsTimeRange {
  font-size: 13px;
  font-family: "Proxima Nova W05 Regular", sans-serif;
  text-transform: uppercase;
  display: block;
  color: #4C4C4C;
  line-height: 16px;
}

.fsCalendar .fsTimeRange:before {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  content: "\F017";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #0E5985;
  font-size: 13px;
}

.fsCalendar .fsLocation {
  font-size: 13px;
  font-family: "Proxima Nova W05 Regular", sans-serif;
  text-transform: uppercase;
  display: block;
  color: #4C4C4C;
  line-height: 16px;
}

.fsCalendar .fsLocation:before {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #0E5985;
  font-size: 13px;
}

.fsCalendar .fsNotes,
.fsCalendar .fsDescription {
  font-size: 14px;
  line-height: 20px;
  color: #1f1f20;
}

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

.fsCalendar .fsCalendarEventLink.fsReadMoreLink {
  font-size: 16px;
  line-height: 19px;
}

body:not(.fsComposeMode) .fsCalendar.fsList .fsStyleDefaultButton {
  text-transform: none !important;
  background: #c4c4c4;
}

body:not(.fsComposeMode) .fsCalendar.fsList .fsStyleDefaultButton:hover,
body:not(.fsComposeMode) .fsCalendar.fsList .fsStyleDefaultButton:focus,
.fsStateSelected body:not(.fsComposeMode) .fsCalendar.fsList .fsStyleDefaultButton {
  background: #00B9ED;
  color: #1f1f20 !important;
}

body:not(.fsComposeMode).fsSection3 .fsCalendar .fsDate {
  border: 3px solid #d3e291;
}

body:not(.fsComposeMode).fsSection330 .fsCalendar .fsDate {
  border: 3px solid #8ed5c2;
}

body:not(.fsComposeMode).fsSection345 .fsCalendar .fsDate {
  border: 3px solid #1bbcf0;
}

body:not(.fsComposeMode).fsSection346 .fsCalendar .fsDate {
  border: 3px solid #abc0df;
}

body:not(.fsComposeMode).fsSection347 .fsCalendar .fsDate {
  border: 3px solid #d7b2d2;
}

body:not(.fsComposeMode).fsSection348 .fsCalendar .fsDate {
  border: 3px solid #f0a2bf;
}

/*! _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(192, 52, 112, 0.15);
  }

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

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
    background-color: rgba(192, 52, 112, 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(192, 52, 112, 0.25);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    background-color: rgba(192, 52, 112, 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;
  margin: 0 0 15px;
  padding: 8px 25px;
  background: #616161;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  font-family: "Proxima Nova W05 Bold";
  min-width: 214px;
  max-width: 300px;
  text-transform: uppercase;
  border-radius: 26.44px;
  text-decoration: none !important;
  padding: 10px 20px;
}

.scroll-up span:hover,
.scroll-up span:focus,
.fsStateSelected .scroll-up span {
  background: #00B9ED;
  color: #1f1f20 !important;
}

.scroll-up span em {
  display: block;
  font-style: normal;
}

.fsBannerLeft .scroll-up span,
.fsBannerRight .scroll-up span,
.fsStyleOneThird .scroll-up span,
.fsThreeColumnLayout > .fsDiv .scroll-up span,
.fsFourColumnLayout > .fsDiv .scroll-up span {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

.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 W05 Regular", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #1f1f20;
}

.fsComposerFormEmbed form input {
  border: solid 1px #b3bdd9;
}

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

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

.fsComposerFormEmbed form .linkLike:hover {
  color: #5481c1;
}

.fsComposerFormEmbed form .required {
  color: #ee3e7b;
}

.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: #000;
  -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: #5481c1;
  -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 {
  border: 0;
  margin: 0;
  padding: 10px 20px;
  border-radius: 0;
  background: #ee3e7b;
  color: #fff;
  float: left;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  border: 0;
  margin: 0 0 15px;
  padding: 8px 25px;
  background: #616161;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  font-family: "Proxima Nova W05 Bold";
  min-width: 214px;
  max-width: 300px;
  text-transform: uppercase;
  border-radius: 26.44px;
  text-decoration: none !important;
  /*	    &:hover { transition: .3s; background: $m2; }*/
}

.fsComposerFormEmbed form .submitBtn:hover,
.fsComposerFormEmbed form .submitBtn:focus,
.fsStateSelected .fsComposerFormEmbed form .submitBtn {
  background: #00B9ED;
  color: #1f1f20 !important;
}

.fsComposerFormEmbed form .submitBtn em {
  display: block;
  font-style: normal;
}

.fsBannerLeft .fsComposerFormEmbed form .submitBtn,
.fsBannerRight .fsComposerFormEmbed form .submitBtn,
.fsStyleOneThird .fsComposerFormEmbed form .submitBtn,
.fsThreeColumnLayout > .fsDiv .fsComposerFormEmbed form .submitBtn,
.fsFourColumnLayout > .fsDiv .fsComposerFormEmbed form .submitBtn {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

.fsComposerFormEmbed .ui-widget {
  font-family: "Proxima Nova W05 Regular", 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: #38383a;
}

:-moz-placeholder {
  color: #38383a;
}

::-moz-placeholder {
  color: #38383a;
}

:-ms-input-placeholder {
  color: #38383a;
}

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

.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;
  margin: 0 0 15px;
  padding: 8px 25px;
  background: #616161;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  font-family: "Proxima Nova W05 Bold";
  min-width: 214px;
  max-width: 300px;
  text-transform: uppercase;
  border-radius: 26.44px;
  text-decoration: none !important;
}

.fsResetContinue:hover,
.fsResetContinue:focus,
.fsStateSelected .fsResetContinue,
.fsResetCancel:hover,
.fsResetCancel:focus,
.fsStateSelected .fsResetCancel,
.fsLoginNewSuccess > button:hover,
.fsLoginNewSuccess > button:focus,
.fsStateSelected .fsLoginNewSuccess > button {
  background: #00B9ED;
  color: #1f1f20 !important;
}

.fsResetContinue em,
.fsResetCancel em,
.fsLoginNewSuccess > button em {
  display: block;
  font-style: normal;
}

.fsBannerLeft .fsResetContinue,
.fsBannerRight .fsResetContinue,
.fsStyleOneThird .fsResetContinue,
.fsThreeColumnLayout > .fsDiv .fsResetContinue,
.fsFourColumnLayout > .fsDiv .fsResetContinue,
.fsBannerLeft .fsResetCancel,
.fsBannerRight .fsResetCancel,
.fsStyleOneThird .fsResetCancel,
.fsThreeColumnLayout > .fsDiv .fsResetCancel,
.fsFourColumnLayout > .fsDiv .fsResetCancel,
.fsBannerLeft .fsLoginNewSuccess > button,
.fsBannerRight .fsLoginNewSuccess > button,
.fsStyleOneThird .fsLoginNewSuccess > button,
.fsThreeColumnLayout > .fsDiv .fsLoginNewSuccess > button,
.fsFourColumnLayout > .fsDiv .fsLoginNewSuccess > button {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

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

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #1f1f20;
  font-family: "Proxima Nova W05 Regular", sans-serif;
}

.fsMediaCustomPlayer article {
  position: relative;
}

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

.fsCustomSlider .slick-next,
.fsCustomSlider .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  z-index: 2;
}

.fsCustomSlider .slick-next:before,
.fsCustomSlider .slick-prev:before {
  color: #fff;
  display: block;
  font-size: 50px;
  font-weight: normal;
  height: 100%;
  left: 0;
  line-height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}

.fsCustomSlider .slick-next {
  left: auto;
  right: 0;
}

.fsCustomSlider .slick-next:before {
  content: '\203A';
}

.fsCustomSlider .slick-prev {
  left: 0;
  right: auto;
}

.fsCustomSlider .slick-prev:before {
  content: '\2039';
}

.fsCustomSlider .slider-play-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #456CA7;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  z-index: 1;
  line-height: 42px;
}

.fsCustomSlider .slider-play-btn:before {
  content: "";
  color: #fff;
  font-size: 14px;
  font-family: "Droid Serif", Georgia, serif;
}

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

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

.fsCustomSlider .slick-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fsCustomSlider .slick-dots,
.fsCustomSlider .slick-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsCustomSlider .slick-dots li {
  margin: 0;
  padding: 0;
}

.fsCustomSlider .slick-dots li {
  display: inline-block;
}

.fsCustomSlider .slick-dots li + li {
  margin-left: 6px;
}

.fsCustomSlider .slick-dots button {
  border: 0;
  background-color: transparent;
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 100%;
  font-size: 0;
}

.fsCustomSlider .slick-dots .slick-active button {
  background-color: #fff;
}

.fsCustomSlider .caption-wrapper {
  font-family: "Proxima Nova W05 Regular", sans-serif;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  background-color: #456CA7;
  color: #fff;
}

.fsCustomSlider .caption-wrapper .caption-inner {
  padding: 10px 10px 30px;
}

@media (min-width: 800px) {
  .fsCustomSlider .caption-wrapper {
    padding: 30px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(69, 108, 167, 0.5);
  }
}

.fsCustomSlider .caption-wrapper a {
  color: rgba(255, 255, 255, 0.5);
}

.fsCustomSlider .caption-wrapper a:hover {
  text-decoration: underline;
}

.fsCustomSlider .caption-wrapper.is-empty {
  display: none;
}

@media (min-width: 800px) {
  .fsCustomSlider .caption-title {
    margin-top: 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 22.7px;
    text-transform: uppercase;
    color: #1f1f20;
    font-family: "Proxima Nova W05 Bold";
    margin-bottom: 19px;
    color: #fff;
    margin-bottom: 0;
  }
}

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

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

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

body:not(.fsComposeMode) .universal-slideshow {
  position: relative;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  height: 340px;
  border-top-left-radius: 170px;
  border-bottom-left-radius: 170px;
  position: relative;
  margin: 0 auto;
  max-width: 74.28571em;
  max-width: 65rem;
}

@media (max-width: 619px) {
  body:not(.fsComposeMode) .universal-slideshow {
    height: 180px;
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
    margin: 0px;
  }
}

body:not(.fsComposeMode) .universal-slideshow .slick-slider {
  margin: 0px;
}

body:not(.fsComposeMode) .universal-slideshow .slick-list {
  overflow: visible !important;
}

body:not(.fsComposeMode) .universal-slideshow article {
  padding: 0px;
  width: 100%;
  display: block;
  position: relative;
  margin: 0px 0px 0px 100px;
}

@media (max-width: 619px) {
  body:not(.fsComposeMode) .universal-slideshow article {
    margin: 0px 0px 0px 20px;
  }
}

body:not(.fsComposeMode) .universal-slideshow article picture {
  width: 100%;
  float: right;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 340px;
  border-top-left-radius: 170px;
  border-bottom-left-radius: 170px;
  position: relative;
  z-index: 10;
}

@media (max-width: 619px) {
  body:not(.fsComposeMode) .universal-slideshow article picture {
    height: 180px;
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
  }
}

body:not(.fsComposeMode) .universal-slideshow article picture img {
  display: none;
}

body:not(.fsComposeMode) .universal-slideshow article figcaption {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 210px;
  text-align: right;
  z-index: 20;
  font-family: 'Rooney';
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

body:not(.fsComposeMode) .universal-slideshow article figcaption p {
  margin: 0px;
  font-family: 'Rooney';
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

body:not(.fsComposeMode) .universal-slideshow article:before {
  position: absolute;
  width: 755px;
  height: 340px;
  left: -585px;
  top: 0;
  content: "";
  z-index: 20;
}

@media (max-width: 619px) {
  body:not(.fsComposeMode) .universal-slideshow article:before {
    left: -325px;
    top: 0;
    content: ' ';
    position: absolute;
    background-size: 100% !important;
    width: 377px;
    height: 170px;
  }
}

body:not(.fsComposeMode) .universal-slideshow article:nth-child(1):before {
  background: url(images/pa1.png) right center no-repeat;
}

body:not(.fsComposeMode) .universal-slideshow article:nth-child(2):before {
  background: url(images/pa2.png) right center no-repeat;
}

body:not(.fsComposeMode) .universal-slideshow article:nth-child(3):before {
  background: url(images/pa3.png) right center no-repeat;
}

body:not(.fsComposeMode) .universal-slideshow article:nth-child(4):before {
  background: url(images/pa4.png) right center no-repeat;
}

body:not(.fsComposeMode) .universal-slideshow article:nth-child(5):before {
  background: url(images/pa5.png) right center no-repeat;
}

body:not(.fsComposeMode) .universal-slideshow article:nth-child(6):before {
  background: url(images/pa6.png) right center no-repeat;
}

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

.fsNews .fsTitle {
  font-family: "Proxima Nova W05 Regular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  padding-left: 20px;
}

.fsNews .fsTitle:before {
  position: absolute;
  top: 4px;
  left: 7px;
  content: "\F105";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 18px;
  color: #1f1f20;
  line-height: 12px;
}

.fsNews .fsTitle a {
  font-family: "Proxima Nova W05 Regular", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

body:not(.fsComposeMode) .fsNews.fsList article {
  margin-bottom: 3px;
}

/*! _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 .fsTitle {
  text-decoration: none;
  margin-top: 0;
  font-weight: normal;
  font-size: 21px;
  line-height: 22.7px;
  /*text-transform: uppercase;*/
  color: #1f1f20;
  font-family: "Proxima Nova W05 Bold";
  margin-bottom: 20px;
}

.fsPostElement .fsTitle a {
  margin-top: 0;
  font-weight: normal;
  font-size: 21px;
  line-height: 22.7px;
  /*text-transform: uppercase;*/
  color: #1f1f20;
  font-family: "Proxima Nova W05 Bold";
  margin-bottom: 20px;
  text-decoration: none;
}

.fsPostElement .fsTitle a:hover,
.fsPostElement .fsTitle a:focus {
  text-decoration: underline;
  color: #1f1f20;
}

.fsPostElement .fsAuthor {
  font-family: "Proxima Nova W05 Regular", sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #1f1f20;
}

.fsPostElement .fsDateTime {
  font-family: "Proxima Nova W05 Regular", sans-serif;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #1f1f20;
}

.fsPostElement .fsSummary {
  font-family: "Proxima Nova W05 Regular", sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #1f1f20;
  letter-spacing: 0.59px;
  padding: 10px 0px;
}

.fsPostElement .fsBody {
  font-family: "Proxima Nova W05 Regular", sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #1f1f20;
  letter-spacing: 0.59px;
  padding: 10px 0px;
}

.fsPostElement .fsBody a {
  font-size: 16px;
}

.fsPostElement .fsPostLink.fsReadMoreLink {
  font-size: 16px;
  line-height: 23px;
}

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

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

.fsResourceElement.fsListNav .fsTitle {
  font-size: 14px;
  line-height: 22px;
  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: #456CA7 !important;
  background-image: none !important;
  width: 100%;
  height: 50px !important;
  color: #F7F8FB;
  padding-left: 10px !important;
  padding-right: 85px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 14px;
  font-family: "Proxima Nova W05 Regular", 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: #ee3e7b;
  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 W05 Regular", sans-serif;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 14px;
}

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

.fsSearch.site-search :-moz-placeholder {
  color: #F7F8FB;
}

.fsSearch.site-search ::-moz-placeholder {
  color: #F7F8FB;
}

.fsSearch.site-search :-ms-input-placeholder {
  color: #F7F8FB;
}

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

.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: #1f1f20;
  padding-left: 10px !important;
  padding-right: 85px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  font-size: 14px;
  font-family: "Proxima Nova W05 Regular", 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: #1f1f20;
  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: 14px;
  font-family: "Proxima Nova W05 Regular", 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 W05 Regular", sans-serif;
  font-size: 14px;
}

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

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

.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: #000 !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: #5481c1!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: 14px;
}

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

.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 #F7F8FB;
  -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 #F7F8FB;
  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;
  margin: 0 0 15px;
  padding: 8px 25px;
  background: #616161;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  font-family: "Proxima Nova W05 Bold";
  min-width: 214px;
  max-width: 300px;
  text-transform: uppercase;
  border-radius: 26.44px;
  text-decoration: none !important;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a {
  background: #00B9ED;
  color: #1f1f20 !important;
}

.vimeo_view_link a em {
  display: block;
  font-style: normal;
}

.fsBannerLeft .vimeo_view_link a,
.fsBannerRight .vimeo_view_link a,
.fsStyleOneThird .vimeo_view_link a,
.fsThreeColumnLayout > .fsDiv .vimeo_view_link a,
.fsFourColumnLayout > .fsDiv .vimeo_view_link a {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

/*! 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 #F7F8FB;
  -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 #F7F8FB;
  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;
  margin: 0 0 15px;
  padding: 8px 25px;
  background: #616161;
  color: #fff !important;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  font-family: "Proxima Nova W05 Bold";
  min-width: 214px;
  max-width: 300px;
  text-transform: uppercase;
  border-radius: 26.44px;
  text-decoration: none !important;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a {
  background: #00B9ED;
  color: #1f1f20 !important;
}

.Youtube_view_link a em {
  display: block;
  font-style: normal;
}

.fsBannerLeft .Youtube_view_link a,
.fsBannerRight .Youtube_view_link a,
.fsStyleOneThird .Youtube_view_link a,
.fsThreeColumnLayout > .fsDiv .Youtube_view_link a,
.fsFourColumnLayout > .fsDiv .Youtube_view_link a {
  width: 100%;
  display: block;
  max-width: 100%;
  min-width: 100%;
}

/*! elements - tabs */

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

.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}

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

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

.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 22.7px;
  text-transform: uppercase;
  color: #1f1f20;
  font-family: "Proxima Nova W05 Bold";
  margin-bottom: 19px;
  margin-bottom: 0px;
  display: block;
  font-size: 15px;
  padding: 15px 42px;
  color: #1f1f20;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 15px;
  font-family: "Proxima Nova W05 Bold";
  text-transform: none;
  background: transparent;
  color: #48545F;
  font-size: 17px;
  line-height: 21px;
  border-bottom: 2px solid #DCE0E9;
  text-transform: none;
  padding: 15px 15px;
  border-radius: 17px 17px 0 0;
}

.fsTabs .fsTabsNav li a:hover {
  background: transparent;
  color: #1f1f20;
  border-bottom: 2px solid #456CA7;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #6a6969;
  color: #fff;
  border-bottom: 2px solid #6a6969;
}

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

.fsTabs .fsPanel > header ~ .fsElementContent p {
  font-family: "Proxima N W01 Smbd";
  /*font-size: 17px;*/
  /*letter-spacing: 0.49px;*/
  /*line-height: 30px;*/
}

body:not(.fsComposeMode) .fsTabs .fsPanel.fsStateOpen > header > .fsElementTitle > a {
  color: #fff;
}

body:not(.fsComposeMode) .fsTabs .fsPanel.fsStateOpen > header > .fsElementTitle > a:hover,
body:not(.fsComposeMode) .fsTabs .fsPanel.fsStateOpen > header > .fsElementTitle > a:focus {
  color: #fff;
}

body:not(.fsComposeMode) .fsTabs .fsPanel > header > .fsElementTitle > a {
  color: #1f1f20;
  font-family: "Proxima Nova W05 Medium";
}

body:not(.fsComposeMode) .fsTabs .fsPanel > header > .fsElementTitle > a:hover,
body:not(.fsComposeMode) .fsTabs .fsPanel > header > .fsElementTitle > a:focus {
  color: #1f1f20;
}

body:not(.fsComposeMode) .fsTabs .fsPanel > header {
  border: 1px solid #A6A6A6;
  border-radius: 25px;
  margin-bottom: 6px;
}

/*! -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 #F7F8FB;
          box-shadow: inset 0 -1px 0 0 #F7F8FB;
}

.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: #e6e9f3;
  color: #1f1f20;
  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: #c4cbe2;
  color: #1f1f20;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarOutOfRange {
  background: #F7F8FB;
  color: #b3bdd9;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarToday {
  background: #e192b4;
  color: #fff;
}

.fsCalendarMonthYearPicker > .fsStyleUpdateButton {
  margin-bottom: 0;
  display: block;
  color: #fff;
  background-color: #333;
}

/*! _category.scss - src/sass/modules/tools/posts - Posts Tools Elements */

.custom.fsCategoryFilter .fsElementContent,
.custom.fsTagFilter .fsElementContent {
  position: relative;
}

.custom.fsCategoryFilter .fsElementTitle,
.custom.fsTagFilter .fsElementTitle {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

.custom.fsCategoryFilter .fsElementTitle button,
.custom.fsTagFilter .fsElementTitle button {
  background-color: #5481c1;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px;
  line-height: 1.4;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  margin-bottom: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  display: block;
  width: 100%;
}

.custom.fsCategoryFilter .fsElementTitle button:hover,
.custom.fsCategoryFilter .fsElementTitle button:focus,
.custom.fsTagFilter .fsElementTitle button:hover,
.custom.fsTagFilter .fsElementTitle button:focus {
  background-color: #25408f;
}

.custom.fsCategoryFilter .fsElementTitle button:after,
.custom.fsTagFilter .fsElementTitle button:after {
  content: '\F078';
  font-family: 'IcoMoon';
  font-size: 10px;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  top: -1px;
}

.custom.fsCategoryFilter.filters-display .fsElementTitle,
.custom.fsTagFilter.filters-display .fsElementTitle {
  border-radius: 5px 5px 0 0;
}

.custom.fsCategoryFilter.filters-display .fsElementTitle:after,
.custom.fsTagFilter.filters-display .fsElementTitle:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.custom.fsCategoryFilter .fsToolsList,
.custom.fsTagFilter .fsToolsList {
  border-radius: 0px 0px 5px 5px;
  border: solid 1px #5481c1;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  background: white;
  display: none;
  z-index: 2;
}

.custom.fsCategoryFilter .fsToolsList li,
.custom.fsTagFilter .fsToolsList li {
  display: block;
}

.custom.fsCategoryFilter .fsToolsList li.fsStateSelected a,
.custom.fsTagFilter .fsToolsList li.fsStateSelected a {
  border-radius: 0;
  color: #ffffff !important;
  background-color: #5481c1;
}

.custom.fsCategoryFilter .fsToolsList li.fsStateSelected a:hover,
.custom.fsCategoryFilter .fsToolsList li.fsStateSelected a:focus,
.custom.fsTagFilter .fsToolsList li.fsStateSelected a:hover,
.custom.fsTagFilter .fsToolsList li.fsStateSelected a:focus {
  color: #ffffff !important;
  background-color: #25408f;
}

.custom.fsCategoryFilter .fsToolsList li a,
.custom.fsTagFilter .fsToolsList li a {
  background-color: transparent;
  border: none;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 0;
  color: #1f1f20 !important;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: capitalize;
  font-size: 16px;
}

.custom.fsCategoryFilter .fsToolsList li a:hover,
.custom.fsCategoryFilter .fsToolsList li a:focus,
.custom.fsTagFilter .fsToolsList li a:hover,
.custom.fsTagFilter .fsToolsList li a:focus {
  color: #5481c1!important;
}

.fsSearch.fsToolsElement.custom .fsElementToolsSearch {
  position: relative;
}

.fsSearch.fsToolsElement.custom .fsElementToolsSearch input {
  height: 46px;
  padding-right: 46px;
  padding-left: 15px;
}

.fsSearch.fsToolsElement.custom .fsElementToolsSearch .fsButtonClear {
  display: none;
}

.fsSearch.fsToolsElement.custom .fsElementToolsSearch .fsElementToolsSearchButton {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  width: 46px !important;
  height: 46px;
  background: transparent;
  font-size: 0;
  min-width: auto;
  max-width: auto;
}

.fsSearch.fsToolsElement.custom .fsElementToolsSearch .fsElementToolsSearchButton:before {
  content: '\F002';
  font-size: 16px;
  font-family: 'IcoMoon';
  color: #1f1f20;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 46px;
}

/*! _tag.scss - src/sass/modules/tools/posts - Posts Tools Elements */

/*! elements - common v0.0.1 */

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

.module {
  padding: 20px;
  color: #fff;
}

.module h1,
.module h2,
.module h3,
.module h4,
.module h5,
.module h6 {
  color: inherit;
}

.module a {
  color: inherit;
}

.module {
  background: #ee3e7b;
}

.custom-callout {
  position: relative;
  padding: 30px;
  background-color: #F7F8FB;
  overflow: hidden;
  margin-bottom: 60px;
}

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

.custom-callout > header > .fsElementTitle {
  letter-spacing: 0.5px;
  line-height: 30px;
  margin-top: 0;
  font-size: 23px;
  margin-bottom: 20px;
  color: #1f1f20;
}

.fsBannerLeft .custom-callout > header > .fsElementTitle,
.fsBannerRight .custom-callout > header > .fsElementTitle,
.fsStyleOneThird .custom-callout > header > .fsElementTitle,
.fsThreeColumnLayout > .fsDiv .custom-callout > header > .fsElementTitle,
.fsFourColumnLayout > .fsDiv .custom-callout > header > .fsElementTitle {
  font-size: 22px;
  line-height: 23px;
  margin-bottom: 15px;
  letter-spacing: 0.36px;
}

.custom-callout > header > .fsElementHeaderContent {
  width: calc(100% + 60px);
  margin-top: -30px;
  margin-left: -30px;
  margin-bottom: 31px;
  height: 400px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fsBannerLeft .custom-callout > header > .fsElementHeaderContent,
.fsBannerRight .custom-callout > header > .fsElementHeaderContent,
.fsStyleOneThird .custom-callout > header > .fsElementHeaderContent,
.fsThreeColumnLayout > .fsDiv .custom-callout > header > .fsElementHeaderContent,
.fsFourColumnLayout > .fsDiv .custom-callout > header > .fsElementHeaderContent {
  width: calc(100% + 40px);
  margin-top: -20px;
  margin-left: -20px;
  height: 200px;
}

.custom-callout > .fsElementContent p {
  margin: 0px;
  margin-bottom: 15px;
  color: #1f1f20;
  font-size: 17px;
  letter-spacing: 0.59px;
  line-height: 25px;
}

.fsBannerLeft .custom-callout > .fsElementContent p,
.fsBannerRight .custom-callout > .fsElementContent p,
.fsStyleOneThird .custom-callout > .fsElementContent p,
.fsThreeColumnLayout > .fsDiv .custom-callout > .fsElementContent p,
.fsFourColumnLayout > .fsDiv .custom-callout > .fsElementContent p {
  font-size: 14px;
  line-height: 22px;
}

.fsBannerLeft .custom-callout,
.fsBannerRight .custom-callout,
.fsStyleOneThird .custom-callout,
.fsThreeColumnLayout > .fsDiv .custom-callout,
.fsFourColumnLayout > .fsDiv .custom-callout {
  padding: 20px;
}

.fsBannerLeft .custom-callout > .fsElementHeaderContent,
.fsBannerRight .custom-callout > .fsElementHeaderContent,
.fsStyleOneThird .custom-callout > .fsElementHeaderContent,
.fsThreeColumnLayout > .fsDiv .custom-callout > .fsElementHeaderContent,
.fsFourColumnLayout > .fsDiv .custom-callout > .fsElementHeaderContent {
  width: calc(100% + 40px);
  margin-top: -40px;
  margin-left: -40px;
  height: 200px;
}

body:not(.fsComposeMode) .custom-callout > header > .fsElementHeaderContent img {
  display: none;
}

body.fsComposeMode .custom-callout header {
  overflow: hidden;
}

.custom-callout.left {
  position: relative;
  padding: 35px;
  padding-left: calc(50% + 35px);
  min-height: 300px;
  background: #00B9ED;
}

@media (max-width: 1199px) {
  .custom-callout.left {
    padding: 35px !important;
  }
}

.custom-callout.left .fsElementHeaderContent {
  position: absolute;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}

@media (max-width: 1199px) {
  .custom-callout.left .fsElementHeaderContent {
    width: calc(100% + 70px);
    margin-top: -35px;
    margin-left: -35px;
    margin-bottom: 25px;
    height: 300px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.custom-callout.right {
  position: relative;
  padding: 35px;
  padding-right: calc(50% + 35px);
  min-height: 300px;
  background-color: #00B9ED;
}

@media (max-width: 1199px) {
  .custom-callout.right {
    padding: 35px !important;
  }
}

.custom-callout.right .fsElementHeaderContent {
  position: absolute;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  left: inherit;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
}

@media (max-width: 1199px) {
  .custom-callout.right .fsElementHeaderContent {
    width: calc(100% + 70px);
    margin-top: -35px;
    margin-left: -35px;
    margin-bottom: 25px;
    height: 300px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.custom-callout.green {
  background-color: #66AA88;
}

.custom-callout.pink {
  background-color: #ee3e7b;
}

.custom-callout.orange {
  background-color: #D6863B;
}

.custom-callout.dark-blue {
  background-color: #456CA7;
}

.custom-callout.dark-blue > header > .fsElementTitle {
  color: #fff;
}

.custom-callout.dark-blue p {
  color: #fff;
}

.custom-callout.dark-blue a {
  color: #fff;
}

.custom-callout.dark-blue a:hover {
  color: #E7FF7C;
}

.custom-callout.dark-blue a:focus {
  color: #CFCFCF;
}

.fsBannerLeft .custom-callout.left,
.fsBannerRight .custom-callout.left,
.fsStyleOneThird .custom-callout.left,
.fsThreeColumnLayout > .fsDiv .custom-callout.left,
.fsFourColumnLayout > .fsDiv .custom-callout.left {
  padding: 20px !important;
}

.fsBannerLeft .custom-callout.left > header > .fsElementHeaderContent,
.fsBannerRight .custom-callout.left > header > .fsElementHeaderContent,
.fsStyleOneThird .custom-callout.left > header > .fsElementHeaderContent,
.fsThreeColumnLayout > .fsDiv .custom-callout.left > header > .fsElementHeaderContent,
.fsFourColumnLayout > .fsDiv .custom-callout.left > header > .fsElementHeaderContent {
  width: calc(100% + 40px);
  margin-top: -20px;
  margin-left: -20px;
  margin-bottom: 25px;
  height: 200px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fsBannerLeft .custom-callout.right,
.fsBannerRight .custom-callout.right,
.fsStyleOneThird .custom-callout.right,
.fsThreeColumnLayout > .fsDiv .custom-callout.right,
.fsFourColumnLayout > .fsDiv .custom-callout.right {
  padding: 20px !important;
}

.fsBannerLeft .custom-callout.right > header > .fsElementHeaderContent,
.fsBannerRight .custom-callout.right > header > .fsElementHeaderContent,
.fsStyleOneThird .custom-callout.right > header > .fsElementHeaderContent,
.fsThreeColumnLayout > .fsDiv .custom-callout.right > header > .fsElementHeaderContent,
.fsFourColumnLayout > .fsDiv .custom-callout.right > header > .fsElementHeaderContent {
  width: calc(100% + 40px);
  margin-top: -20px;
  margin-left: -20px;
  margin-bottom: 25px;
  height: 200px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body:not(.fsComposeMode) .content-block {
  position: relative;
  display: block;
  background-color: #5C5C5C;
  padding: 30px;
  color: #fff;
  margin-bottom: 60px;
}

body:not(.fsComposeMode) .content-block > header > h2.fsElementTitle {
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.61px;
  line-height: 30px;
}

.fsBannerLeft body:not(.fsComposeMode) .content-block > header > h2.fsElementTitle,
.fsBannerRight body:not(.fsComposeMode) .content-block > header > h2.fsElementTitle,
.fsStyleOneThird body:not(.fsComposeMode) .content-block > header > h2.fsElementTitle,
.fsThreeColumnLayout > .fsDiv body:not(.fsComposeMode) .content-block > header > h2.fsElementTitle,
.fsFourColumnLayout > .fsDiv body:not(.fsComposeMode) .content-block > header > h2.fsElementTitle {
  font-size: 22px;
  letter-spacing: 0.36px;
  line-height: 22px;
}

body:not(.fsComposeMode) .content-block p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.52px;
  line-height: 25px;
}

body:not(.fsComposeMode) .content-block a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.52px;
  line-height: 25px;
}

body:not(.fsComposeMode) .content-block a:hover {
  color: #E7FF7C;
}

body:not(.fsComposeMode) .content-block a:focus {
  color: #CFCFCF;
}

body:not(.fsComposeMode) .fsBannerLeft .content-block,
body:not(.fsComposeMode) .fsBannerRight .content-block,
body:not(.fsComposeMode) .fsStyleOneThird .content-block,
body:not(.fsComposeMode) .fsThreeColumnLayout > .fsDiv .content-block,
body:not(.fsComposeMode) .fsFourColumnLayout > .fsDiv .content-block {
  padding: 35px 20px;
}

body:not(.fsComposeMode) .fsBannerLeft .content-block > header > h2.fsElementTitle,
body:not(.fsComposeMode) .fsBannerRight .content-block > header > h2.fsElementTitle,
body:not(.fsComposeMode) .fsStyleOneThird .content-block > header > h2.fsElementTitle,
body:not(.fsComposeMode) .fsThreeColumnLayout > .fsDiv .content-block > header > h2.fsElementTitle,
body:not(.fsComposeMode) .fsFourColumnLayout > .fsDiv .content-block > header > h2.fsElementTitle {
  font-size: 22px;
  letter-spacing: 0.36px;
  line-height: 22px;
}

body:not(.fsComposeMode) .fsBannerLeft .content-block p,
body:not(.fsComposeMode) .fsBannerRight .content-block p,
body:not(.fsComposeMode) .fsStyleOneThird .content-block p,
body:not(.fsComposeMode) .fsThreeColumnLayout > .fsDiv .content-block p,
body:not(.fsComposeMode) .fsFourColumnLayout > .fsDiv .content-block p {
  font-size: 14px;
  letter-spacing: 0.46px;
  line-height: 21px;
}

/*! pages - home v0.0.1 */

.home #fsPageBodyWrapper {
  padding-bottom: 0px;
  padding-top: 20px;
}

.home h2.fsElementTitle {
  color: #ee3e7b;
}

body:not(.fsComposeMode) .home-left-calendar {
  position: relative;
  background-color: #FAC132;
  border-radius: 120px;
  padding: 60px 30px 50px 30px;
  min-height: 700px;
  /*margin-bottom: 2.14286em;*/
  max-width: 240px;
  margin: 0px auto 20px auto;
}

body:not(.fsComposeMode) .home-left-calendar > header h2.fsElementTitle {
  position: relative;
  display: block;
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 26px;
  color: #fff;
}

body:not(.fsComposeMode) .home-left-calendar > footer {
  text-align: center;
}

body:not(.fsComposeMode) .home-left-calendar > footer p {
  margin: 0px;
}

body:not(.fsComposeMode) .home-left-calendar article {
  padding: 0px 35px 0px 0px;
}

body:not(.fsComposeMode) .home-left-calendar article .fsDate {
  border: 4px solid #FAC132;
  background: #fff;
  width: 90px;
  height: 90px;
  color: #1f1f20;
  left: inherit;
  right: -60px;
}

body:not(.fsComposeMode) .home-left-calendar article .fsDate > span {
  font-size: 18px;
  line-height: 24px;
}

body:not(.fsComposeMode) .home-left-calendar article .fsDate > span.fsDay {
  font-size: 34px;
}

body:not(.fsComposeMode) .home-left-calendar article .fsTitle {
  font-size: 15px;
  line-height: 16px;
  color: #1f1f20;
  margin-bottom: 0.55556em;
}

body:not(.fsComposeMode) .home-left-calendar article .fsTitle a {
  font-size: 15px;
  line-height: 16px;
  color: #1f1f20;
  text-decoration: underline;
}

body:not(.fsComposeMode) .home-left-calendar article .fsTitle a:hover,
body:not(.fsComposeMode) .home-left-calendar article .fsTitle a:focus {
  color: #ee3e7b;
}

body:not(.fsComposeMode) .home-left-calendar article p {
  margin: 0px;
}

body:not(.fsComposeMode) .home-left-calendar article .fsNotes,
body:not(.fsComposeMode) .home-left-calendar article .fsDescription {
  font-size: 14px;
  line-height: 25px;
  color: #1f1f20;
}

body:not(.fsComposeMode) .home-left-calendar article .fsNotes p:last-child,
body:not(.fsComposeMode) .home-left-calendar article .fsDescription p:last-child {
  margin-bottom: 0;
}

body:not(.fsComposeMode) .home-left-calendar article .fsCalendarEventLink.fsReadMoreLink {
  font-size: 14px;
  line-height: 20px;
}

body:not(.fsComposeMode) .home-member {
  position: relative;
  padding: 0px 0px 20px 0px;
}

body:not(.fsComposeMode) .home-member:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(225, 225, 225, 0)), color-stop(10%, #e1e1e1), color-stop(90%, #e1e1e1), to(rgba(225, 225, 225, 0)));
  background: linear-gradient(to right, rgba(225, 225, 225, 0) 0%, #e1e1e1 10%, #e1e1e1 90%, rgba(225, 225, 225, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e1e1e1', endColorstr='#00e1e1e1',GradientType=1 );
  content: ' ';
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

body:not(.fsComposeMode) .home-info-images {
  position: relative;
  padding: 0px 0px 20px 0px;
}

body:not(.fsComposeMode) .home-info-images:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(225, 225, 225, 0)), color-stop(10%, #e1e1e1), color-stop(90%, #e1e1e1), to(rgba(225, 225, 225, 0)));
  background: linear-gradient(to right, rgba(225, 225, 225, 0) 0%, #e1e1e1 10%, #e1e1e1 90%, rgba(225, 225, 225, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e1e1e1', endColorstr='#00e1e1e1',GradientType=1 );
  content: ' ';
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

body:not(.fsComposeMode) .home-info-images > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 799px) {
  body:not(.fsComposeMode) .home-info-images > .fsElementContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

body:not(.fsComposeMode) .home-info-images > .fsElementContent .fsContent {
  margin: 0px;
}

.microsite h1 {
  color: #456CA7;
}

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

/*! pages - style-guide v0.0.1 */

.style-guide-page .fsPageTitle {
  margin-bottom: 2.14286em;
  padding: 1.42857em;
  background: rgba(0, 0, 0, 0.1);
}

.colors ol {
  zoom: 1;
  margin-bottom: 2.85714em;
  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: 36.36364%;
}

@media (min-width: 600px) {
  .colors ol li {
    width: 18.18182%;
  }
}

@media (min-width: 1040px) {
  .colors ol li {
    margin-bottom: 0;
    width: 9.09091%;
  }
}

.colors ol li:after {
  position: absolute;
  top: 100%;
  left: 0;
}

.colors ol li:nth-of-type(1) {
  background: #ee3e7b;
  color: #ee3e7b;
}

.colors ol li:nth-of-type(1):after {
  content: "#ee3e7b";
}

.colors ol li:nth-of-type(2) {
  background: #456CA7;
  color: #456CA7;
}

.colors ol li:nth-of-type(2):after {
  content: "#456CA7";
}

.colors ol li:nth-of-type(3) {
  background: #00B9ED;
  color: #00B9ED;
}

.colors ol li:nth-of-type(3):after {
  content: "#00B9ED";
}

.colors ol li:nth-of-type(4) {
  background: #66AA88;
  color: #66AA88;
}

.colors ol li:nth-of-type(4):after {
  content: "#66AA88";
}

.colors ol li:nth-of-type(5) {
  background: #D6863B;
  color: #D6863B;
}

.colors ol li:nth-of-type(5):after {
  content: "#D6863B";
}

.colors ol li:nth-of-type(6) {
  background: #F7F8FB;
  color: #F7F8FB;
}

.colors ol li:nth-of-type(6):after {
  content: "#F7F8FB";
}

.colors ol li:nth-of-type(7) {
  background: #333;
  color: #333;
}

.colors ol li:nth-of-type(7):after {
  content: "#333";
}

.colors ol li:nth-of-type(8) {
  background: #000;
  color: #000;
}

.colors ol li:nth-of-type(8):after {
  content: "#000";
}

.colors ol li:nth-of-type(9) {
  background: #5481c1;
  color: #5481c1;
}

.colors ol li:nth-of-type(9):after {
  content: "#5481c1";
}

.colors ol li:nth-of-type(10) {
  background: #818181;
  color: #818181;
}

.colors ol li:nth-of-type(10):after {
  content: "#818181";
}

.colors ol li:nth-of-type(11) {
  background: #1f1f20;
  color: #1f1f20;
}

.colors ol li:nth-of-type(11):after {
  content: "#1f1f20";
}

.fonts ol {
  zoom: 1;
  margin-bottom: 2.85714em;
  padding: 0;
  list-style: none;
}

.fonts ol:after {
  display: table;
  clear: both;
  content: '';
}

.fonts ol li {
  margin-bottom: 0.35714em;
  padding: 0.35714em;
}

.fonts ol li:nth-of-type(1) {
  font-family: "Droid Serif", Georgia, serif;
}

.fonts ol li:nth-of-type(1):after {
  content: "Droid Serif, Georgia, serif";
}

.fonts ol li:nth-of-type(2):after {
  content: "";
}

.fonts ol li:nth-of-type(3) {
  font-family: "Proxima Nova W05 Regular", sans-serif;
}

.fonts ol li:nth-of-type(3):after {
  content: "Proxima Nova W05 Regular, sans-serif";
}

.fonts ol li:nth-of-type(4) {
  font-family: "Proxima N W01 Smbd";
}

.fonts ol li:nth-of-type(4):after {
  content: "Proxima N W01 Smbd";
}

.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: 30px / line: 32px";
}

.headers h2:after {
  content: " size: 24px / line: 22.7px";
}

.headers h3:after {
  content: " size: 21px / line: 22.7px";
}

.headers h4:after {
  content: " size: 18px / line: 22.7px";
}

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

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

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