/*!
 * Changchun American International School - default_19
 * @link: https://caischinaorg.finalsite.com
 * Site Template: newclientcustom
 * Built By: Gabi Popescu
 * Project Manager: Meghan Campbell
 * Designer: Keisha Croxton
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 5.2.2
 * Git Tag: v5.2.2-20-g371324d
 * Last built by: Gabi Popescu
 */
@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

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

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

/*! helpers - typography v0.0.1 */

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

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

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

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

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

@font-face {
  font-family: 'Source Sans Pro';
  src: url(fonts/SourceSansPro-SemiBold.eot);
  src: url(fonts/SourceSansPro-SemiBold.eot) format("embedded-opentype"), url(fonts/SourceSansPro-SemiBold.woff2) format("woff2"), url(fonts/SourceSansPro-SemiBold.woff) format("woff"), url(fonts/SourceSansPro-SemiBold.ttf) format("truetype"), url(fonts/SourceSansPro-SemiBold.svg) format("svg");
  font-weight: 600;
  font-style: normal;
}

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

@font-face {
  font-family: 'Source Sans Pro';
  src: url(fonts/SourceSansPro-LightItalic.eot);
  src: url(fonts/SourceSansPro-LightItalic.eot) format("embedded-opentype"), url(fonts/SourceSansPro-LightItalic.woff2) format("woff2"), url(fonts/SourceSansPro-LightItalic.woff) format("woff"), url(fonts/SourceSansPro-LightItalic.ttf) format("truetype"), url(fonts/SourceSansPro-LightItalic.svg) format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url(fonts/SourceSansPro-Bold.eot);
  src: url(fonts/SourceSansPro-Bold.eot) format("embedded-opentype"), url(fonts/SourceSansPro-Bold.woff2) format("woff2"), url(fonts/SourceSansPro-Bold.woff) format("woff"), url(fonts/SourceSansPro-Bold.ttf) format("truetype"), url(fonts/SourceSansPro-Bold.svg) format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url(fonts/SourceSansPro-Black.eot);
  src: url(fonts/SourceSansPro-Black.eot) format("embedded-opentype"), url(fonts/SourceSansPro-Black.woff2) format("woff2"), url(fonts/SourceSansPro-Black.woff) format("woff"), url(fonts/SourceSansPro-Black.ttf) format("truetype"), url(fonts/SourceSansPro-Black.svg) format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url(fonts/SourceSansPro-Light.eot);
  src: url(fonts/SourceSansPro-Light.eot) format("embedded-opentype"), url(fonts/SourceSansPro-Light.woff2) format("woff2"), url(fonts/SourceSansPro-Light.woff) format("woff"), url(fonts/SourceSansPro-Light.ttf) format("truetype"), url(fonts/SourceSansPro-Light.svg) format("svg");
  font-weight: 300;
  font-style: normal;
}

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

@font-face {
  font-family: 'Source Sans Pro';
  src: url(fonts/SourceSansPro-ExtraLightItalic.eot);
  src: url(fonts/SourceSansPro-ExtraLightItalic.eot) format("embedded-opentype"), url(fonts/SourceSansPro-ExtraLightItalic.woff2) format("woff2"), url(fonts/SourceSansPro-ExtraLightItalic.woff) format("woff"), url(fonts/SourceSansPro-ExtraLightItalic.ttf) format("truetype"), url(fonts/SourceSansPro-ExtraLightItalic.svg) format("svg");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url(fonts/SourceSansPro-SemiBoldItalic.eot);
  src: url(fonts/SourceSansPro-SemiBoldItalic.eot) format("embedded-opentype"), url(fonts/SourceSansPro-SemiBoldItalic.woff2) format("woff2"), url(fonts/SourceSansPro-SemiBoldItalic.woff) format("woff"), url(fonts/SourceSansPro-SemiBoldItalic.ttf) format("truetype"), url(fonts/SourceSansPro-SemiBoldItalic.svg) format("svg");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url(fonts/SourceSansPro-BlackItalic.eot);
  src: url(fonts/SourceSansPro-BlackItalic.eot) format("embedded-opentype"), url(fonts/SourceSansPro-BlackItalic.woff2) format("woff2"), url(fonts/SourceSansPro-BlackItalic.woff) format("woff"), url(fonts/SourceSansPro-BlackItalic.ttf) format("truetype"), url(fonts/SourceSansPro-BlackItalic.svg) format("svg");
  font-weight: 900;
  font-style: italic;
}

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 30px;
  font-weight: 300;
  font-family: "Oxygen", sans-serif;
  color: #B1282A;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 35px;
  line-height: 50px;
  margin-bottom: 20px;
  font-family: "Oxygen", sans-serif;
  color: #B1282A;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  font-family: "Oxygen", sans-serif;
  color: #B1282A;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 20px;
  font-family: "Oxygen", sans-serif;
  color: #B1282A;
  font-weight: bold;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  font-family: "Oxygen", sans-serif;
  color: #B1282A;
  font-weight: bold;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  font-family: "Oxygen", sans-serif;
  color: #B1282A;
  letter-spacing: 1.5px;
  font-weight: bold;
}

p {
  margin: 0 0 20px;
  font-family: "Source Sans Pro", serif;
  font-size: 18px;
  line-height: 28px;
}

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

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: none;
  color: #6CB131;
  text-decoration: underline;
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover,
a:focus {
  color: #E86D0D;
}

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

.fsAthleticsEvent.fsTable .fsElementTable,
.fsAthleticsRoster .fsElementTable,
table.fs_style_26 {
  margin-bottom: 20px;
}

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

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.fs_style_26 th {
  padding: 10px 20px;
  background: #E86D0D;
  color: #ffffff;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  font-family: "Oxygen", sans-serif;
}

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_26 td {
  padding: 10px 20px;
  background: #f8f8f8;
  background-color: #F4F3F2;
  font-size: 18px;
  line-height: 28px;
  font-family: "Source Sans Pro", serif;
  color: #484848;
}

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

.fsAthleticsEvent.fsTable .fsElementTable tr,
.fsAthleticsRoster .fsElementTable tr,
table.fs_style_26 tr {
  border-bottom: solid 1px #ffffff;
}

.fsAthleticsEvent.fsTable .fsElementTable tr.fsLoadMoreButtonRow,
.fsAthleticsRoster .fsElementTable tr.fsLoadMoreButtonRow,
table.fs_style_26 tr.fsLoadMoreButtonRow {
  border-bottom: none;
}

.fsAthleticsEvent.fsTable .fsElementTable tr.fsLoadMoreButtonRow > td,
.fsAthleticsRoster .fsElementTable tr.fsLoadMoreButtonRow > td,
table.fs_style_26 tr.fsLoadMoreButtonRow > td {
  background: none;
  padding: 20px 0;
}

body:not(.fsComposeMode) .fsAthleticsEvent.fsTable .fsElementTable:last-child,
.fsAthleticsEvent.fsTable body:not(.fsComposeMode) .fsElementTable:last-child,
body:not(.fsComposeMode) .fsAthleticsRoster .fsElementTable:last-child,
.fsAthleticsRoster body:not(.fsComposeMode) .fsElementTable:last-child,
body:not(.fsComposeMode) table.fs_style_26:last-child {
  margin-bottom: 0;
}

.table-overflow {
  overflow-x: auto;
  max-width: 100%;
  margin-bottom: 20px;
}

.table-overflow:last-child {
  margin-bottom: 0;
}

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

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

.fs_style_23 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #FFF6EF;
  color: #3A2F33;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 20px;
  text-align: center;
  font-family: "Oxygen", sans-serif;
  padding: 13px 20px;
  text-decoration: none;
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(58, 47, 51, 0.25);
          box-shadow: inset 0px 0px 0px 1px rgba(58, 47, 51, 0.25);
  border-radius: 3px 0 3px 0;
}

.fs_style_23:hover,
.fs_style_23:focus,
.fsStateSelected .fs_style_23,
.fs_style_23.on {
  background: #E86D0D;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E86D0D;
          box-shadow: inset 0px 0px 0px 1px #E86D0D;
}

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

.fs_style_27 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #01B0F0;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 20px;
  text-align: center;
  font-family: "Oxygen", sans-serif;
  padding: 13px 20px;
  text-decoration: none;
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-shadow: inset 0px 0px 0px 1px #01B0F0;
          box-shadow: inset 0px 0px 0px 1px #01B0F0;
  border-radius: 3px 0 3px 0;
}

.fs_style_27:hover,
.fs_style_27:focus,
.fsStateSelected .fs_style_27,
.fs_style_27.on {
  background: #62D5FF;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #62D5FF;
          box-shadow: inset 0px 0px 0px 1px #62D5FF;
}

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

.fs_style_28 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #6CB131;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 20px;
  text-align: center;
  font-family: "Oxygen", sans-serif;
  padding: 13px 20px;
  text-decoration: none;
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-shadow: inset 0px 0px 0px 1px #6CB131;
          box-shadow: inset 0px 0px 0px 1px #6CB131;
  border-radius: 3px 0 3px 0;
}

.fs_style_28:hover,
.fs_style_28:focus,
.fsStateSelected .fs_style_28,
.fs_style_28.on {
  background: #88C356;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #88C356;
          box-shadow: inset 0px 0px 0px 1px #88C356;
}

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

.fs_style_29 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #E86D0D;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 20px;
  text-align: center;
  font-family: "Oxygen", sans-serif;
  padding: 13px 20px;
  text-decoration: none;
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E86D0D;
          box-shadow: inset 0px 0px 0px 1px #E86D0D;
  border-radius: 3px 0 3px 0;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fs_style_29.on {
  background: #FF9D4F;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #FF9D4F;
          box-shadow: inset 0px 0px 0px 1px #FF9D4F;
}

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

.fs_style_30 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #B1282A;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 20px;
  text-align: center;
  font-family: "Oxygen", sans-serif;
  padding: 13px 20px;
  text-decoration: none;
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-shadow: inset 0px 0px 0px 1px #B1282A;
          box-shadow: inset 0px 0px 0px 1px #B1282A;
  border-radius: 3px 0 3px 0;
}

.fs_style_30:hover,
.fs_style_30:focus,
.fsStateSelected .fs_style_30,
.fs_style_30.on {
  background: #E35355;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E35355;
          box-shadow: inset 0px 0px 0px 1px #E35355;
}

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

.fs_style_31 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 20px;
  text-align: center;
  font-family: "Oxygen", sans-serif;
  padding: 13px 20px;
  text-decoration: none;
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
          box-shadow: inset 0px 0px 0px 1px #ffffff;
  border-radius: 3px 0 3px 0;
}

.fs_style_31:hover,
.fs_style_31:focus,
.fsStateSelected .fs_style_31,
.fs_style_31.on {
  background: #fff;
  color: #3A2F33;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
          box-shadow: inset 0px 0px 0px 1px #fff;
}

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

.fs_style_XY {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #6CB131;
  color: #3A2F33;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 20px;
  text-align: center;
  font-family: "Oxygen", sans-serif;
  padding: 13px 20px;
  text-decoration: none;
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(58, 47, 51, 0.25);
          box-shadow: inset 0px 0px 0px 1px rgba(58, 47, 51, 0.25);
  border-radius: 3px 0 3px 0;
}

.fs_style_XY:hover,
.fs_style_XY:focus,
.fsStateSelected .fs_style_XY,
.fs_style_XY.on {
  background: #E86D0D;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E86D0D;
          box-shadow: inset 0px 0px 0px 1px #E86D0D;
}

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

.fs_style_32 {
  max-width: inherit;
  width: 100%;
  min-width: inherit;
  display: block;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 17px;
  margin-bottom: 0;
  max-width: 280px;
  width: 100%;
  position: relative;
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #FFF6EF;
  color: #3A2F33;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 20px;
  text-align: center;
  font-family: "Oxygen", sans-serif;
  padding: 13px 20px;
  text-decoration: none;
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(58, 47, 51, 0.25);
          box-shadow: inset 0px 0px 0px 1px rgba(58, 47, 51, 0.25);
  border-radius: 3px 0 3px 0;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #E86D0D;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E86D0D;
          box-shadow: inset 0px 0px 0px 1px #E86D0D;
}

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

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

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

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #FFF6EF;
  color: #3A2F33;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 20px;
  text-align: center;
  font-family: "Oxygen", sans-serif;
  padding: 13px 20px;
  text-decoration: none;
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(58, 47, 51, 0.25);
          box-shadow: inset 0px 0px 0px 1px rgba(58, 47, 51, 0.25);
  border-radius: 3px 0 3px 0;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #E86D0D;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E86D0D;
          box-shadow: inset 0px 0px 0px 1px #E86D0D;
}

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

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

/*! elements - common v0.0.1 */

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

.fsElement {
  margin-bottom: 40px;
}

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

.fsElementHeaderContent {
  margin-bottom: 20px;
}

.fsElementFooterContent {
  margin-top: 20px;
}

.fsPanel {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

.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: #484848;
  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: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.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(72, 72, 72, 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: #484848;
}

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

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

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

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

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

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

.fsDialogCloseButton:hover:after,
.fsDialogCloseButton:hover:before {
  background: #000000;
}

.fsElementDialog {
  color: #484848;
}

.lead-in,
.fs_style_24 {
  font-size: 1.25em;
  line-height: 1.2em;
  font-size: 22px;
  line-height: 35px;
  color: #3A2F33;
  font-family: "Oxygen", sans-serif;
}

blockquote {
  position: relative;
  margin: 20px 0;
  font-size: 1em;
  line-height: 1.2em;
  background: #6CB131;
  padding: 75px 20px 30px 20px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  font-family: "Source Sans Pro", serif;
}

blockquote:before {
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 20px;
  content: '\E90F';
  font-family: "IcoMoon";
  font-size: 13px;
  color: #6CB131;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
  background: #ffffff;
}

cite,
.fs_style_25 {
  display: block;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  font-family: "Oxygen", sans-serif;
}

.callout {
  padding: 20px;
  background: #E86D0D;
  color: #fff;
}

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

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

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

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

.custom-callout {
  position: relative;
  padding: 20px;
  background-color: #6CB131;
  overflow: hidden;
}

.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 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
  line-height: 35px;
  font-family: "Oxygen", sans-serif;
  color: #ffffff;
}

.custom-callout > header > .fsElementHeaderContent {
  width: calc(100% + 60px);
  margin-top: -30px;
  margin-left: -30px;
  margin-bottom: 15px;
  height: 400px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.custom-callout > .fsElementContent p {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}

.custom-callout h2,
.custom-callout td,
.custom-callout li {
  color: #ffffff;
}

.custom-callout > .fsElementContent a:not(.fs_style_31):not(.fs_style_23):not(.fs_style_27):not(.fs_style_28):not(.fs_style_29):not(.fs_style_30) {
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #ffffff;
}

.custom-callout > .fsElementContent a:not(.fs_style_31):not(.fs_style_23):not(.fs_style_27):not(.fs_style_28):not(.fs_style_29):not(.fs_style_30):hover,
.custom-callout > .fsElementContent a:not(.fs_style_31):not(.fs_style_23):not(.fs_style_27):not(.fs_style_28):not(.fs_style_29):not(.fs_style_30):focus {
  opacity: 0.7;
}

.custom-callout a[href^="mailto:"] {
  word-break: break-all;
}

.custom-callout.orange {
  background-color: #E86D0D;
}

.custom-callout.orange h2.fsElementTitle {
  color: #ffffff;
}

.custom-callout.orange > .fsElementContent p {
  color: #ffffff;
}

.custom-callout.orange > .fsElementContent a:not(.fs_style_31):not(.fs_style_23):not(.fs_style_27):not(.fs_style_28):not(.fs_style_29):not(.fs_style_30) {
  color: #fff;
}

.custom-callout.orange > .fsElementContent a:not(.fs_style_31):not(.fs_style_23):not(.fs_style_27):not(.fs_style_28):not(.fs_style_29):not(.fs_style_30):hover,
.custom-callout.orange > .fsElementContent a:not(.fs_style_31):not(.fs_style_23):not(.fs_style_27):not(.fs_style_28):not(.fs_style_29):not(.fs_style_30):focus {
  opacity: 0.7;
}

.custom-callout.main-color {
  background-color: #E86D0D;
}

.custom-callout.main-color h2.fsElementTitle {
  color: #ffffff;
}

.custom-callout.main-color > .fsElementContent p {
  color: #ffffff;
}

.custom-callout.main-color > .fsElementContent a:not(.fs_style_31):not(.fs_style_23):not(.fs_style_27):not(.fs_style_28):not(.fs_style_29):not(.fs_style_30) {
  color: #fff;
}

.custom-callout.main-color > .fsElementContent a:not(.fs_style_31):not(.fs_style_23):not(.fs_style_27):not(.fs_style_28):not(.fs_style_29):not(.fs_style_30):hover,
.custom-callout.main-color > .fsElementContent a:not(.fs_style_31):not(.fs_style_23):not(.fs_style_27):not(.fs_style_28):not(.fs_style_29):not(.fs_style_30):focus {
  color: #ffffff;
  text-decoration: underline;
}

.custom-callout.left {
  position: relative;
  padding: 30px;
  padding-left: calc(50% + 30px);
  min-height: 300px;
}

@media (max-width: 1199px) {
  .custom-callout.left {
    padding: 30px !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% + 60px);
    margin-top: -30px;
    margin-left: -30px;
    margin-bottom: 25px;
    height: 300px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.custom-callout.left > header > .fsElementTitle {
  font-size: 20px;
}

.custom-callout > header > .fsElementHeaderContent img {
  display: none;
}

.custom-callout.right {
  position: relative;
  padding: 30px;
  padding-right: calc(50% + 30px);
  min-height: 300px;
}

@media (max-width: 1199px) {
  .custom-callout.right {
    padding: 30px !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% + 60px);
    margin-top: -30px;
    margin-left: -30px;
    margin-bottom: 25px;
    height: 300px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.custom-callout.right > header > .fsElementTitle {
  font-size: 20px;
}

.fsBanner .custom-callout > header > .fsElementHeaderContent {
  height: 200px;
}

.fsBanner .custom-callout {
  padding-left: 20px;
  padding-right: 20px;
}

/*! _main.scss - src/sass/navigation/ - main import */

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

.fsNavigation li.fsNavCurrentPage > a,
.fsNavigation li.fsNavCurrentPageAncestor > a {
  color: #E86D0D;
  background: transparent;
}

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

.fsNavigation a:hover,
.fsNavigation a:focus {
  color: #E86D0D;
  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: #6CB131;
  background: transparent;
}

.nav-tier ul li a:hover,
.nav-tier ul li a:focus {
  color: #E86D0D;
  background: #e5e5e5;
}

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

.nav-tier ul li.fsNavCurrentPage > a:hover,
.nav-tier ul li.fsNavCurrentPage > a:focus {
  color: #6CB131;
  background: #e5e5e5;
}

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

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

.nav-tier ul li.fsNavCurrentPageAncestor > a:hover,
.nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
  color: #6CB131;
  background: #e5e5e5;
}

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

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

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

.nav-tier .fsNavLevel2 > li > a {
  padding-left: 20px;
}

.nav-tier .fsNavLevel3 > li > a {
  padding-left: 30px;
}

.nav-tier .fsNavLevel4 > li > a {
  padding-left: 40px;
}

.nav-tier .fsNavLevel5 > li > a {
  padding-left: 50px;
}

.nav-sub {
  background: #FFF6EF;
  padding: 20px 30px;
  display: none;
}

@media screen and (max-width: 599px) {
  .nav-sub > header {
    display: block;
    position: relative;
  }

  .nav-sub > header .fsElementTitle {
    position: relative;
    margin-top: 0;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-bottom: 0;
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    color: #e5e5e5;
    background-color: #6CB131;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
  }

  .nav-sub > header .fsElementTitle:hover {
    background-color: #636363;
    color: #e5e5e5;
  }
}

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

@media screen and (max-width: 599px) {
  .nav-sub > header .fsElementTitle:after {
    content: "+";
    line-height: 1;
    position: absolute;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 20px;
  }

  .nav-sub > .fsElementContent {
    position: relative;
    display: block;
    background-color: #e5e5e5;
  }

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

  .nav-sub > .fsElementContent ul li a:hover,
  .nav-sub > .fsElementContent ul li a:focus {
    color: #E86D0D;
    background: #ffffff;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
    color: #E86D0D;
    background: #cfcfcf;
  }

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

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

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

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

  .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
    padding-left: 20px;
  }

  .nav-sub > .fsElementContent .fsNavLevel2 > li > a {
    padding-left: 30px;
  }

  .nav-sub > .fsElementContent .fsNavLevel3 > li > a {
    padding-left: 40px;
  }

  .nav-sub > .fsElementContent .fsNavLevel4 > li > a {
    padding-left: 50px;
  }

  .nav-sub > .fsElementContent .fsNavLevel5 > li > a {
    padding-left: 60px;
  }

  .nav-sub.active-nav > header .fsElementTitle {
    background-color: #6CB131;
    color: #e5e5e5;
  }

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

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

.nav-sub > .fsElementContent {
  height: auto;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 600px) {
  .nav-sub > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1;
  }
}

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

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

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

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

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

.nav-sub ul li a {
  display: block;
  padding: 10px 10px;
  color: #484848;
  background: transparent;
  text-decoration: none;
}

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

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

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

.nav-sub ul li.fsNavCurrentPageAncestor {
  background: rgba(255, 255, 255, 0.4);
}

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

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

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

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

.nav-sub .fsNavLevel1 > li {
  border-bottom: 1px solid rgba(58, 47, 51, 0.25);
}

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

.nav-sub .fsNavLevel1 > li > a {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.nav-sub .fsNavLevel2 > li > a {
  padding-left: 20px;
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
}

.nav-sub .fsNavLevel3 > li > a {
  padding-left: 30px;
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
}

.nav-sub .fsNavLevel4 > li > a {
  padding-left: 40px;
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
}

.nav-sub .fsNavLevel5 > li > a {
  padding-left: 50px;
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
}

.nav-main {
  margin-bottom: 0;
  max-width: 785px;
}

.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: 1180px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .no-flexbox .nav-main .fsNavLevel1 {
    text-align: justify;
    font-size: 0.1px;
  }

  .no-flexbox .nav-main .fsNavLevel1 > li {
    display: inline-block;
  }

  .no-flexbox .nav-main .fsNavLevel1:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}

.nav-main .fsNavLevel1 > li {
  position: unset !important;
}

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

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

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

.nav-main .fsNavLevel1 > li > a {
  display: block;
  color: #3A2F33;
  background: transparent;
  padding: 1.25em;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 22px;
  font-family: "Oxygen", sans-serif;
  padding: 20px 10px;
  padding-top: 10px;
}

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

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 .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open .fsNavPageInfo {
  max-height: 9999px;
  padding: 25px;
}

html.js .nav-main .fsNavLevel1 > li:hover > a:after,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open:hover > a:after {
  height: 5px;
  background-color: #E86D0D;
  width: 100%;
  content: ' ';
  display: block;
  visibility: visible;
  position: absolute;
  bottom: 0;
  left: 0;
}

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

html.js .nav-main .fsNavLevel1 > li > a:after,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open > a:after {
  height: 5px;
  background-color: #E86D0D;
  width: 100%;
  content: ' ';
  display: block;
  visibility: visible;
  position: absolute;
  bottom: 0;
  left: 0;
}

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.cn .fsNavLevel1 > li > a {
  font-family: "Source Sans Pro", serif;
}

.nav-main .fsNavPageInfo {
  background: #ffffff;
  text-align: left;
  z-index: 300;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(58, 47, 51, 0.25);
          box-shadow: inset 0px 0px 0px 1px rgba(58, 47, 51, 0.25);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.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 .fsNavLevel1 > li.hasThumbnail .fsNavPageInfo {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav-main .fsNavLevel1 > li.hasThumbnail .fsNavPageInfo .fsNavLevel2 {
  width: 50%;
}

.nav-main .fsNavLevel1 > li.hasThumbnail .fsNavPageInfo .fsNavLevel2 .sub-list {
  width: calc(50% - 10px);
  margin-right: 10px;
  margin-left: 10px;
}

.nav-main .fsNavPageThumbnail img {
  max-height: 190px;
}

.nav-main .fsNavLevel2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.nav-main .fsNavLevel2 .sub-list {
  margin-right: 10px;
  margin-left: 10px;
  width: calc(50% - 10px);
}

.nav-main .fsNavLevel2 li a {
  display: block;
  color: #5F5F5F;
  background: transparent;
  padding: 0.625em;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  font-family: "Source Sans Pro", serif;
}

.nav-main .fsNavLevel2 li a:hover,
.nav-main .fsNavLevel2 li a:focus {
  color: #ffffff;
  background: #E86D0D;
}

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

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

.mobile-toggle {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  max-width: 50px;
  display: none;
  left: inherit;
  right: 0;
  height: 40px;
  width: 40px;
  background: #E86D0D;
  border-radius: 3px 0 3px 0;
  top: 65px;
  cursor: pointer;
}

.mobile-toggle > header {
  display: none;
}

@media (max-width: 1024px) {
  .mobile-toggle {
    display: block;
  }
}

.mobile-toggle:before,
.mobile-toggle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 3px;
  width: 50%;
  content: '';
  background: #fff;
}

.mobile-toggle:before {
  margin-top: -0.375em;
  -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;
}

.mobile-toggle:after {
  -webkit-box-shadow: 0 0.375em 0 0 #fff;
          box-shadow: 0 0.375em 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 .mobile-toggle:before {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

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

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
  top: 0;
  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%;
  background: #484848;
}

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

body.drawer-is-active {
  overflow-y: hidden;
}

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(20%, 0, 0);
          transform: translate3d(20%, 0, 0);
  -webkit-transform: translate(20%, 0);
      -ms-transform: translate(20%, 0);
          transform: translate(20%, 0);
  top: 0em;
  height: 100%;
  background: #ffffff;
  z-index: 10000;
  width: 100%;
  overflow-y: auto;
  position: fixed;
  top: 128px;
}

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

.fsMenu a {
  position: relative;
  text-decoration: none !important;
  font-weight: bold !important;
  font-family: "Oxygen", sans-serif;
}

.fsMenu a .expander {
  position: absolute;
  width: 45px;
  display: block;
  height: 49px;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  cursor: pointer;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fsMenu a .expander::before {
  content: '\F105';
  font-family: "IcoMoon";
  font-size: 25px;
}

.fsMenu .expanded > a > .expander:before {
  content: '\F107';
}

.fsMenu .fsNavLevel2,
.fsMenu .fsNavLevel3,
.fsMenu .fsNavLevel4,
.fsMenu .fsNavLevel5 {
  display: none;
}

.fsMenu .nav-main-mobile {
  padding-bottom: 200px;
}

.fsMenu .nav-main-mobile .fsNavLevel1 > li > a {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #3A2F33;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 28px;
  border-bottom: 1px solid rgba(58, 47, 51, 0.25);
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Oxygen", sans-serif;
}

.fsMenu .nav-main-mobile .fsNavLevel1 > li > a:hover,
.fsMenu .nav-main-mobile .fsNavLevel1 > li > a:focus {
  color: #6CB131;
  text-decoration: none;
}

.fsMenu .nav-main-mobile .fsNavLevel1 li.has-expander.expanded {
  background-color: #FFF6EF;
}

.fsMenu .nav-main-mobile .fsNavLevel1 li.has-expander.expanded > a {
  border-bottom: 0;
}

.fsMenu .nav-main-mobile .fsNavLevel2 li > a {
  padding-left: 40px;
  color: #3A2F33;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  font-family: "Oxygen", sans-serif;
}

.fsMenu .nav-main-mobile .fsNavLevel2 li > a:hover,
.fsMenu .nav-main-mobile .fsNavLevel2 li > a:focus {
  color: #6CB131;
  text-decoration: none;
}

.fsMenu .nav-main-mobile .fsNavLevel3 > li > a {
  padding-left: 60px;
  color: #3A2F33;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  font-family: "Oxygen", sans-serif;
}

.fsMenu .nav-main-mobile .fsNavLevel3 > li > a:hover,
.fsMenu .nav-main-mobile .fsNavLevel3 > li > a:focus {
  color: #6CB131;
  text-decoration: none;
}

.fsMenu .nav-main-mobile .has-expander.expanded > a {
  color: #6CB131;
}

.fsMenu .nav-main-mobile .has-expander.expanded > a .expander::before {
  color: #6CB131;
}

.fsMenu .nav-main-mobile .fsNavCurrentPage > a {
  color: #6CB131 !important;
}

.fsMenu .mobile-header-links,
.fsMenu .mobile-header-quicklinks {
  margin-bottom: 0;
}

.fsMenu .mobile-header-links .fsNavLevel1 > li,
.fsMenu .mobile-header-quicklinks .fsNavLevel1 > li {
  background-color: #FFF6EF;
  border-bottom: 1px solid rgba(58, 47, 51, 0.25);
}

.fsMenu .mobile-header-links .fsNavLevel1 > li > a,
.fsMenu .mobile-header-quicklinks .fsNavLevel1 > li > a {
  color: #5F5F5F;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 27px;
  padding-left: 20px;
}

.fsMenu .mobile-header-links .fsNavLevel1 > li > a:hover,
.fsMenu .mobile-header-links .fsNavLevel1 > li > a:focus,
.fsMenu .mobile-header-quicklinks .fsNavLevel1 > li > a:hover,
.fsMenu .mobile-header-quicklinks .fsNavLevel1 > li > a:focus {
  color: #6CB131;
  text-decoration: none;
}

.fsMenu .mobile-header-links .fsNavLevel2 > li a,
.fsMenu .mobile-header-quicklinks .fsNavLevel2 > li a {
  padding-left: 40px;
  color: #5F5F5F;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 20px;
}

.fsMenu .mobile-header-links .fsNavLevel2 > li a:hover,
.fsMenu .mobile-header-links .fsNavLevel2 > li a:focus,
.fsMenu .mobile-header-quicklinks .fsNavLevel2 > li a:hover,
.fsMenu .mobile-header-quicklinks .fsNavLevel2 > li a:focus {
  color: #6CB131;
  text-decoration: none;
}

.fsMenu .mobile-header-links .has-expander.expanded > a,
.fsMenu .mobile-header-quicklinks .has-expander.expanded > a {
  color: #6CB131;
}

.fsMenu .mobile-header-links .has-expander.expanded > a .expander::before,
.fsMenu .mobile-header-quicklinks .has-expander.expanded > a .expander::before {
  color: #6CB131;
}

.fsMenu .mobile-header-links .fsNavLevel1 > li a:before {
  font-family: "IcoMoon";
  margin-right: 5px;
  position: relative;
  font-weight: normal;
  color: #E86D0D;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 27px;
}

.fsMenu .mobile-header-links .fsNavLevel1 > li:nth-child(1) a:before {
  content: '\E902';
}

.fsMenu .mobile-header-links .fsNavLevel1 > li:nth-child(2) a:before {
  content: '\E904';
}

.fsMenu .mobile-header-links .fsNavLevel1 > li:nth-child(3) {
  display: none;
}

.fsMenu .mobile-disc {
  margin-bottom: 0;
  background-color: #FFF6EF;
  border-bottom: 1px solid rgba(58, 47, 51, 0.25);
}

.fsMenu .mobile-disc a {
  color: #5F5F5F;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 27px;
  padding-left: 20px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  display: block;
}

.fsMenu .mobile-disc a:hover,
.fsMenu .mobile-disc a:focus {
  color: #6CB131;
  text-decoration: none;
}

.fsMenu .mobile-disc a:before {
  font-family: "IcoMoon";
  margin-right: 5px;
  position: relative;
  font-weight: normal;
  color: #E86D0D;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 27px;
  content: '\E903';
}

.fsMenu .mobile-header-quicklinks .fsNavLevel1 > li > a:before {
  font-family: "IcoMoon";
  margin-right: 5px;
  position: relative;
  font-weight: normal;
  color: #E86D0D;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 27px;
  content: '\E901';
}

body.fsAccountBarVisible .fsMenu {
  top: 173px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-social .fsNavLevel1 a {
  display: block;
  position: relative;
  border: 1px solid #6CB131;
  background: #fff;
  height: 30px;
  width: 30px;
  border-radius: 100%;
}

.nav-social .fsNavLevel1 a:before {
  color: #6CB131;
  font-size: 16px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

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

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

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

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

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

/*! structure - header v0.0.1 */

#fsHeader {
  padding: 0 20px;
}

body:not(.home) #fsHeader {
  border-bottom: 1px solid rgba(58, 47, 51, 0.2);
}

.skip-link {
  margin: 0;
}

.skip-link a {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1em;
  background: #000000;
  color: #fff;
  font-size: 1em;
  line-height: 1;
  text-decoration: underline;
  -webkit-transition: -webkit-transform .1s ease-in;
  transition: -webkit-transform .1s ease-in;
  transition: transform .1s ease-in;
  transition: transform .1s ease-in, -webkit-transform .1s ease-in;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 9000;
}

.skip-link a:focus {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.site-info-container {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  padding: 20px 0;
  overflow: hidden;
  white-space: nowrap;
}

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

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

#fsHeader.fsHeader .fsBanner {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#fsHeader.fsHeader .fsBanner .header-section-1 {
  width: 100%;
  max-width: 300px;
  margin-bottom: 0;
}

#fsHeader.fsHeader .fsBanner .header-section-1 .header-logo {
  margin-top: 5px;
  margin-bottom: 5px;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

#fsHeader.fsHeader .fsBanner .header-section-1 .header-logo img {
  height: 120px;
  opacity: 0;
}

#fsHeader.fsHeader .fsBanner .header-section-2 {
  width: 100%;
  margin-bottom: 0;
  margin-top: 20px;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .header-links-container {
  padding-right: 10px;
  margin-bottom: 0;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .header-links-container > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .header-links-container > .fsElementContent .desktop-header-links .fsElementContent > nav > .fsNavLevel1 > li {
  margin-right: 25px;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .header-links-container > .fsElementContent .desktop-header-links .fsElementContent > nav > .fsNavLevel1 > li:nth-child(1) a:before {
  content: '\E902';
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .header-links-container > .fsElementContent .desktop-header-links .fsElementContent > nav > .fsNavLevel1 > li:nth-child(2) a:before {
  content: '\E904';
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .header-links-container > .fsElementContent .desktop-header-links .fsElementContent > nav > .fsNavLevel1 > li:nth-child(3) a:before {
  content: '\E905';
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .header-links-container > .fsElementContent .desktop-header-links .fsElementContent > nav > .fsNavLevel1 > li > a {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 27px;
  font-family: "Source Sans Pro", serif;
  color: #5F5F5F;
  text-decoration: none;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .header-links-container > .fsElementContent .desktop-header-links .fsElementContent > nav > .fsNavLevel1 > li > a:before {
  font-family: "IcoMoon";
  margin-right: 5px;
  position: relative;
  font-weight: normal;
  color: #E86D0D;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 27px;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .header-links-container > .fsElementContent .desktop-header-links .fsElementContent > nav > .fsNavLevel1 > li > a:hover,
#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .header-links-container > .fsElementContent .desktop-header-links .fsElementContent > nav > .fsNavLevel1 > li > a:focus {
  color: #E86D0D;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-header-links {
  margin-bottom: 0;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-header-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-quicklinks {
  margin-bottom: 0;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-quicklinks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-quicklinks ul.fsNavLevel1 > li {
  margin-right: 20px;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-quicklinks ul.fsNavLevel1 > li > a {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 27px;
  font-family: "Source Sans Pro", serif;
  color: #5F5F5F;
  text-decoration: none;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-quicklinks ul.fsNavLevel1 > li > a:before {
  font-family: "IcoMoon";
  margin-right: 5px;
  position: relative;
  font-weight: normal;
  color: #E86D0D;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 27px;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-quicklinks ul.fsNavLevel1 > li > a:hover,
#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-quicklinks ul.fsNavLevel1 > li > a:focus {
  color: #E86D0D;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-quicklinks ul.fsNavLevel1 > li > a:hover:after,
#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-quicklinks ul.fsNavLevel1 > li > a:focus:after {
  opacity: 1;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-quicklinks ul.fsNavLevel1 > li:after {
  height: 5px;
  background-color: #E86D0D;
  width: 100%;
  content: ' ';
  display: block;
  visibility: visible;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-quicklinks ul.fsNavLevel1 > li:hover,
#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-quicklinks ul.fsNavLevel1 > li:focus {
  color: #E86D0D;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-quicklinks ul.fsNavLevel1 > li:hover:after,
#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-quicklinks ul.fsNavLevel1 > li:focus:after {
  opacity: 1;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-quicklinks ul.fsNavLevel1 > li:focus-within {
  color: #E86D0D;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-quicklinks ul.fsNavLevel1 > li:focus-within:after {
  opacity: 1;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-quicklinks ul li {
  position: relative;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-quicklinks ul.fsNavLevel1 > li > a:before {
  content: '\E901' !important;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-quicklinks ul .fsNavPageInfo {
  display: none;
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 100%;
  min-width: 175px;
  z-index: 10000;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(58, 47, 51, 0.25);
          box-shadow: inset 0px 0px 0px 1px rgba(58, 47, 51, 0.25);
  background: #ffffff;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-quicklinks ul .fsNavPageInfo .fsNavLevel2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-quicklinks ul .fsNavPageInfo .fsNavLevel2 li {
  width: 100%;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-quicklinks ul .fsNavPageInfo .fsNavLevel2 li a {
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  color: #5F5F5F;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-quicklinks ul .fsNavPageInfo .fsNavLevel2 li a:hover,
#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-quicklinks ul .fsNavPageInfo .fsNavLevel2 li a:focus {
  background: #E86D0D;
  color: #ffffff;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-quicklinks .fsNavLevel1 > li:hover .fsNavPageInfo,
#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-quicklinks .fsNavLevel1 > li:focus .fsNavPageInfo {
  display: block;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-quicklinks .fsNavLevel1 > li:focus-within .fsNavPageInfo {
  display: block;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-disc {
  margin-bottom: 0;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-disc a {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 27px;
  font-family: "Source Sans Pro", serif;
  color: #5F5F5F;
  text-decoration: none;
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-disc a:before {
  font-family: "IcoMoon";
  margin-right: 5px;
  position: relative;
  font-weight: normal;
  color: #E86D0D;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 27px;
  content: '\E903';
}

#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-disc a:hover,
#fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-disc a:focus {
  color: #E86D0D;
}

@media (max-width: 1024px) {
  #fsHeader.fsHeader .fsBanner .nav-main {
    display: none;
  }

  #fsHeader.fsHeader .fsBanner .header-section-2 {
    margin-top: 10px;
  }

  #fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-header-links ul li:nth-child(1),
  #fsHeader.fsHeader .fsBanner .header-section-2 > .fsElementContent .desktop-header-links ul li:nth-child(2) {
    display: none;
  }

  #fsHeader.fsHeader .fsBanner .desktop-disc {
    display: none;
  }
}

@media (max-width: 700px) {
  #fsHeader.fsHeader {
    padding-left: 10px;
    padding-right: 10px;
  }

  #fsHeader.fsHeader .fsBanner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  #fsHeader.fsHeader .toggle-language a {
    margin-right: 0;
  }

  #fsHeader.fsHeader .header-links-container {
    padding-right: 0 !important;
  }

  #fsHeader.fsHeader .fsBanner .header-section-1 .header-logo {
    margin-top: -8px;
    margin-bottom: 0;
  }

  #fsHeader.fsHeader .fsBanner .header-section-2 {
    margin-top: 0;
  }

  #fsHeader.fsHeader .desktop-quicklinks {
    display: none;
  }

  #fsHeader.fsHeader .header-section-2 > .fsElementContent .header-links-container {
    margin: 0 auto;
    padding-right: 0;
  }

  #fsHeader.fsHeader .fsBanner .header-section-1 .header-logo img {
    max-width: 210px;
    width: 100%;
    height: auto;
  }
}

.toggle-language {
  margin-bottom: 0;
}

.toggle-language > header {
  display: none;
}

.toggle-language a {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 27px;
  font-family: "Source Sans Pro", serif;
  color: #5F5F5F;
  text-decoration: none;
  margin-right: 20px;
}

.toggle-language a:before {
  font-family: "IcoMoon";
  margin-right: 5px;
  position: relative;
  font-weight: normal;
  color: #E86D0D;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 27px;
  content: '\E903';
}

.toggle-language a:hover,
.toggle-language a:focus {
  color: #E86D0D;
}

#fsFooter {
  padding: 20px;
}

#fsFooter .fsBanner {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

body.fsDraftMode #fsFooter .fsBanner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

body.fsDraftMode #fsFooter .fsBanner .fsElementActionButtonContainer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

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

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

.school-details [itemprop='name'] {
  margin-top: 0;
  font-weight: normal;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 20px;
}

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

.school-details a {
  color: inherit;
}

#fsFooter {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  max-width: inherit;
}

#fsFooter .fsBanner {
  max-width: inherit;
}

.footer-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.footer-container .footer-section-1 {
  width: 100%;
  border-top: 1px solid rgba(58, 47, 51, 0.33);
  border-bottom: 1px solid rgba(58, 47, 51, 0.33);
}

.footer-container .footer-section-1 > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer-container .footer-section-1 > .fsElementContent ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
  padding: 0;
}

.footer-container .footer-section-1 > .fsElementContent ul li {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  max-width: 280px;
  width: 100%;
  position: relative;
}

.footer-container .footer-section-1 > .fsElementContent p {
  margin-bottom: 0;
}

.footer-container .footer-section-1 > .fsElementContent a {
  max-width: inherit;
  width: 100%;
  min-width: inherit;
  display: block;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 17px;
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .footer-container .footer-section-1 > .fsElementContent ul {
    -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;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-container .footer-section-1 > .fsElementContent ul li {
    max-width: inherit;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-container .footer-section-1 > .fsElementContent ul li:last-child {
    margin-bottom: 0;
  }
}

.footer-container .footer-section-2 {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.footer-container .footer-section-2 > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-container .footer-section-2 > .fsElementContent .fsImage {
  margin: 8px;
  margin-right: 20px;
  margin-left: 20px;
}

.footer-container .footer-section-2 > .fsElementContent .fsImage a:hover,
.footer-container .footer-section-2 > .fsElementContent .fsImage a:focus {
  opacity: 0.7;
}

.footer-container .footer-section-2 > .fsElementContent .fsImage:nth-child(1) img {
  height: 55px;
}

.footer-container .footer-section-2 > .fsElementContent .fsImage:nth-child(2) img {
  height: 63px;
}

.footer-container .footer-section-2 > .fsElementContent .fsImage:nth-child(3) img {
  height: 57px;
}

.footer-container .footer-section-2 > .fsElementContent .fsImage:nth-child(4) img {
  height: 70px;
}

.footer-container .footer-section-2 > .fsElementContent .fsImage:nth-child(5) {
  position: relative;
}

.footer-container .footer-section-2 > .fsElementContent .fsImage:nth-child(5) img {
  height: 85px;
}

.footer-container .footer-section-2 > .fsElementContent .fsImage:nth-child(6) {
  position: relative;
}

.footer-container .footer-section-2 > .fsElementContent .fsImage:nth-child(6) img {
  height: 85px;
}

@media (max-width: 700px) {
  .footer-container .footer-section-2 > .fsElementContent .fsImage {
    margin-right: 8px;
    margin-left: 8px;
  }
}

.footer-container .footer-section-2 > footer {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-container .footer-section-2 > footer .fsElementFooterContent {
  font-size: 17px;
  line-height: 27px;
  text-align: center;
  font-family: "Oxygen", sans-serif;
}

.footer-container .footer-section-3 {
  background: #3A2F33;
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer-container .footer-section-3 .footer-section-3-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}

.footer-container .footer-section-3 .fsElementContent {
  color: #ffffff;
  width: 70%;
}

.footer-container .footer-section-3 .fsElementContent h2 {
  color: #ffffff;
  font-size: 20px;
  line-height: 27px;
  font-family: "Oxygen", sans-serif;
  font-weight: bold;
}

.footer-container .footer-section-3 .fsElementContent p {
  font-size: 16px;
  line-height: 24px;
}

.footer-container .footer-section-3 .fsElementContent a {
  color: #ffffff;
  text-decoration: none;
}

.footer-container .footer-section-3 .fsElementContent a:hover,
.footer-container .footer-section-3 .fsElementContent a:focus {
  text-decoration: underline;
}

.footer-container .footer-section-3 .fsElementFooterContent {
  margin-top: 0;
}

.footer-container .footer-section-3 .fsElementFooterContent .fsImage {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .footer-container .footer-section-3 {
    padding-bottom: 50px;
  }

  .footer-container .footer-section-3 .footer-section-3-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer-container .footer-section-3 .footer-section-3-wrapper .fsElementContent {
    width: 100%;
    margin-bottom: 35px;
  }
}

/*! structure - layouts v0.0.1 */

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

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

html {
  font-family: "Source Sans Pro", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px;
  line-height: 22px;
  color: #484848;
}

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

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

#fsPageContent {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsLayout > header,
.fsLayout > footer {
  width: 100%;
}

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

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

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

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

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

.fsLayout .fsStyleOneThird {
  float: none;
}

.fsLayout .fsStyleTwoThirds {
  float: none;
}

.fsLayout .fsStyleTwoThirds > .fsDiv {
  padding-left: 0;
  padding-right: 0;
  float: none;
}

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

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

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

.fsTwoColumnWideRightLayout > header,
.fsTwoColumnWideRightLayout > footer,
.fsElephantLeftLayout > header,
.fsElephantLeftLayout > footer {
  padding-left: 0;
  padding-right: 0;
}

.fsTwoColumnWideRightLayout .fsStyleOneThird,
.fsElephantLeftLayout .fsStyleOneThird {
  width: 100%;
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsTwoColumnWideLeftLayout > header,
.fsTwoColumnWideLeftLayout > footer,
.fsElephantRightLayout > header,
.fsElephantRightLayout > footer {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#fsPoweredByFinalsite {
  width: 132px;
  position: absolute;
  bottom: 0;
  right: 18px;
}

@media (max-width: 768px) {
  #fsPoweredByFinalsite {
    left: 18px;
    right: inherit;
  }
}

/*! elements - constituent main */

/*! elements - constituent default layout */

.fsConstituent {
  word-break: break-word;
}

.fsConstituent .fsElementPagination {
  margin: 20px 0;
}

.fsConstituent .fsPhoto[style*="background-image"],
.fsConstituent .fsProfileImage[style*="background-image"] {
  background-size: cover;
  background-position: center;
  display: inline-block;
}

.fsConstituent .fsPhoto[style*="background-image"] > img,
.fsConstituent .fsProfileImage[style*="background-image"] > img {
  opacity: 0;
  visibility: hidden;
}

.fsConstituent[class*="fsThumbnailAlign"] .fsPhoto img,
.fsConstituent[class*="fsThumbnailAlign"] .fsProfileImage img {
  float: none;
  margin: 0;
}

.fsConstituent.fsThumbnailAlignLeft .fsPhoto,
.fsConstituent.fsThumbnailAlignLeft .fsProfileImage {
  float: left;
  padding-right: 0;
}

.fsConstituent.fsThumbnailAlignRight .fsPhoto,
.fsConstituent.fsThumbnailAlignRight .fsProfileImage {
  float: right;
  padding-left: 0;
}

.fsConstituentProfile {
  position: relative;
}

.fsConstituentProfile > div,
.fsConstituentProfile > h3 {
  margin-bottom: 20px;
}

.fsConstituentProfile > div > strong {
  display: block;
}

/*! elements - constituent default layout */

.fsConstituent .fsConstituentItem {
  float: none;
  width: calc(100% - 20px);
  margin: 0 auto 40px;
}

.fsConstituent.fsThumbnailAlignLeft .fsPhoto {
  margin-right: 10px;
  margin-bottom: 10px;
}

.fsConstituent.fsThumbnailAlignRight .fsPhoto {
  margin-left: 10px;
  margin-bottom: 10px;
}

.fsConstituentItem {
  padding-left: 10px;
  padding-right: 10px;
}

.fsConstituentItem > h3,
.fsConstituentItem > div {
  margin-bottom: 10px;
}

.fsConstituentItem > h3:last-child,
.fsConstituentItem > div:last-child {
  margin-bottom: 0;
}

.fsConstituentItem .fsPhoto img {
  display: block;
}

div[class^="fsConstituentColumnLayout"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

@media (min-width: 600px) {
  .fsConstituentColumnLayout_2 .fsConstituentItem,
  .fsConstituentColumnLayout_3 .fsConstituentItem,
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 800px) {
  .fsConstituentColumnLayout_3 .fsConstituentItem,
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(33.33% - 20px);
  }
}

@media (min-width: 1000px) {
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(25% - 20px);
  }
}

/*! elements - constituent profile */

.fsConstituent.fsProfile .fsFullName {
  margin-bottom: 20px;
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
  margin: 0 0 20px 0;
  padding: 0;
  float: none;
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3,
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
  float: none;
  width: 100%;
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
    padding: 0;
  }
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3:first-child,
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3:first-child,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3:first-child,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3:first-child {
  padding: 0;
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage {
  float: none;
}

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage {
    max-width: 40%;
  }
}

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto .fsProfileImage {
    max-width: 512px;
  }
}

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    max-width: 25%;
  }
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto .fsProfileImage {
    max-width: 128px;
  }
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSection:after,
.fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSection:after {
  display: none;
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSectionData,
.fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSectionData {
  float: none;
  display: block;
  width: 100%;
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSectionData > div,
.fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSectionData > div {
  clear: none;
}

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    margin-right: 20px;
    float: left;
  }
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3 {
    padding-left: calc(40% + 20px);
  }
}

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-left: 532px;
  }
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3 {
    padding-left: calc(25% + 20px);
  }
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-left: 148px;
  }
}

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    margin-left: 20px;
    float: right;
  }
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3 {
    padding-right: calc(40% + 20px);
  }
}

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-right: 532px;
  }
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
    padding-right: calc(25% + 20px);
  }
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-right: 148px;
  }
}

.fsProfileImage {
  margin-bottom: 20px;
}

.fsProfileImage img {
  display: block;
}

.fsProfileSection {
  margin-bottom: 20px;
}

.fsProfileSection h4 {
  margin: 0 0 1rem 0;
}

.fsProfileSectionData {
  margin-bottom: 1em;
}

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

.fsProfileSectionData.fsTitle {
  font-weight: inherit;
  font-size: 16px;
  line-height: 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 #cfcfcf;
  margin-top: 20px;
  padding-top: 20px;
}

.fsConstituentSearchForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.fsConstituentSearchForm > label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fsConstituentSearchForm > label > span {
  margin-bottom: 2px;
}

.fsConstituentSearchForm > label > select,
.fsConstituentSearchForm > label > input {
  border: solid 1px #cfcfcf;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fsConstituentSearchForm > label > select {
  height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.fsConstituentSearchForm [type*='submit'] {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 10px;
  width: 100%;
}

@media (min-width: 600px) {
  .fsConstituentSearchForm [type*='submit'] {
    width: auto;
  }
}

/*! elements - constituent default layout */

.fsConstituent.fsDialog .fsProfileImage:first-child {
  margin-top: 1em;
}

.fsConstituent.fsDialog .fsProfileImage img {
  float: none;
  margin: 0;
}

.fsConstituent .fsDialogContent {
  padding-top: 45px;
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
  margin: 0 0 20px 0;
  padding: 0;
  float: none;
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
  float: none;
  width: 100%;
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
    padding: 0;
  }
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3:first-child,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3:first-child,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3:first-child,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3:first-child {
  padding: 0;
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage {
  float: none;
}

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage {
    max-width: 40%;
  }
}

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
    max-width: 25%;
  }
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage {
    max-width: 128px;
  }
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSection:after,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSection:after {
  display: none;
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData {
  float: none;
  display: block;
  width: 100%;
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData > div,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData > div {
  clear: none;
}

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage {
    margin-right: 20px;
    float: left;
  }
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3 {
    padding-left: calc(40% + 20px);
  }
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3 {
    padding-left: calc(25% + 20px);
  }
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare > h3,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle > h3 {
    padding-left: 148px;
  }
}

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
    margin-left: 20px;
    float: right;
  }
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3 {
    padding-right: calc(40% + 20px);
  }
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
    padding-right: calc(25% + 20px);
  }
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare > h3,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle > h3 {
    padding-right: 148px;
  }
}

/*! elements - accordion */

.fsAccordion .fsPanel > header,
.fsTabs .fsPanel > header {
  cursor: pointer;
  background: #FFF6EF;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 6px;
  border: 1px solid rgba(58, 47, 51, 0.25);
}

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 35px;
  line-height: 50px;
  margin-bottom: 20px;
  margin-bottom: 2px;
  display: block;
  font-size: 21px;
  padding: 13.33333px;
  color: #3A2F33;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  line-height: 23px;
}

.fsAccordion .fsPanel > header h2 a,
.fsTabs .fsPanel > header h2 a {
  -webkit-transition: none;
  transition: none;
  font-size: 20px;
  font-weight: bold;
}

.fsAccordion .fsPanel > header:hover,
.fsTabs .fsPanel > header:hover {
  background: #6CB131;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid transparent;
}

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

.fsAccordion .fsPanel > .fsElementContent,
.fsTabs .fsPanel > .fsElementContent {
  padding: 20px;
  padding-bottom: 16px;
}

.fsAccordion .fsPanel.fsStateOpen > header,
.fsTabs .fsPanel.fsStateOpen > header {
  background: #E86D0D;
  border: 1px solid transparent;
}

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics main */

/*! elements - athletics events */

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

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

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

.fsAthleticsEvent .fsTitle {
  font-size: 16px;
  line-height: 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 .fsTitle .fsElementEventIcon {
    max-width: 100px;
  }
}

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

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

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

.fsAthleticsEvent.fsTable .fsElementTable thead th {
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsAthleticsEvent.fsTable .fsAthleticsVs + div {
  display: inline;
}

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

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

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

body.fsComposeMode .fsAthleticsEvent.fsTable > .fsElementContent {
  overflow-x: auto;
}

/*! elements - athletics popup dialog box */

.fsAthleticsEvent.fsDialog {
  margin: auto;
}

.fsAthleticsEvent.fsDialog .fsAthleticsTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
  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 #e5e5e5;
}

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

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

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 80px;
  width: 80px;
  color: #fff;
  background: #6CB131;
  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;
}

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

.fsCalendar .fsTitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  font-family: "Oxygen", sans-serif;
  margin-bottom: 10px;
}

.fsCalendar .fsTitle a {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  font-family: "Oxygen", sans-serif;
  color: #3A2F33;
  text-decoration: none;
}

.fsCalendar .fsTitle a:hover,
.fsCalendar .fsTitle a:focus {
  text-decoration: underline;
}

.fsCalendar .fsDate {
  border-radius: 100%;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 38px;
  font-family: "Source Sans Pro", serif;
}

.fsCalendar .fsDate .fsMonth {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: normal;
}

.fsCalendar .fsTimeRange {
  font-size: 18px;
  line-height: 28px;
  color: #484848;
}

.fsCalendar .fsTimeRange:before {
  content: '\E90A';
  font-family: "IcoMoon";
  font-size: 13px;
  color: #6CB131;
  margin-right: 5px;
}

.fsCalendar .fsAllDay {
  font-size: 18px;
  line-height: 28px;
  color: #484848;
}

.fsCalendar .fsAllDay:before {
  content: '\E90A';
  font-family: "IcoMoon";
  font-size: 13px;
  color: #6CB131;
  margin-right: 7px;
}

.fsCalendar .fsDescription {
  font-size: 16px;
  line-height: 26px;
}

.fsCalendar .fsDescription p {
  font-size: 16px;
  line-height: 26px;
  font-family: "Source Sans Pro", serif;
}

.fsCalendar .fsLocation {
  font-size: 18px;
  line-height: 28px;
  color: #484848;
}

.fsCalendar .fsLocation:before {
  content: '\E90D';
  font-family: "IcoMoon";
  font-size: 13px;
  color: #6CB131;
  margin-right: 10px;
}

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

.fsCalendar .fsCalendarEventLink.fsReadMoreLink {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #6CB131;
  text-decoration: underline;
}

.fsCalendar .fsCalendarEventLink.fsReadMoreLink:hover,
.fsCalendar .fsCalendarEventLink.fsReadMoreLink:focus {
  text-decoration: underline;
  color: #E86D0D;
}

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */

.fsCalendar.fsList .fsListItems + button {
  margin-top: 0;
}

@media (max-width: 500px) {
  .fsCalendar.fsList article {
    padding-left: 0;
  }

  .fsCalendar.fsList article .fsDate {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */

.fsCalendar.fsGrid .fsCalendarDayView {
  margin-top: 20px;
}

.fsCalendar.fsGrid .fsCalendarDayView .fsCalendarInfo:not(:last-child) {
  margin-bottom: 20px;
}

.fsCalendar.fsGrid .fsCalendarEventTitle {
  font-weight: bold;
}

.fsCalendarEventGrid .fsCalendarRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fsCalendarEventGrid .fsCalendarRow .fsCalendarToday {
  background-color: rgba(232, 109, 13, 0.1);
}

.fsCalendarEventGrid .fsCalendarRow .fsCalendarOutOfRange {
  background-color: #f8f8f8;
}

.fsCalendarEventGrid .fsCalendarDaybox {
  border-color: #cfcfcf;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
  color: #484848;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
  margin-bottom: 0;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
  margin-top: 5px;
}

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

@media (min-width: 900px) {
  .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:first-child {
    position: relative;
  }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar:after {
  display: none;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar > div {
  margin: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
  margin-right: 10px;
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarGridBrowser {
  width: 100%;
  margin-top: 10px;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

@media (min-width: 900px) {
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarGridBrowser {
    width: auto;
    margin-top: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
  margin: 10px 0 0;
}

@media (min-width: 900px) {
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin: 0;
  }
}

.fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
  z-index: 1;
}

@media (max-width: 899px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid:after {
    display: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
    margin: 20px 0;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarWeekdays {
    display: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
    width: auto;
    border-right: solid 1px #cfcfcf;
    -webkit-box-shadow: 0 1px 0 0 #cfcfcf;
            box-shadow: 0 1px 0 0 #cfcfcf;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow:last-child {
    border-bottom: solid 1px #cfcfcf;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
    cursor: pointer;
    min-height: 44px;
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-left: solid 1px #cfcfcf;
    border-top: 1px solid #cfcfcf;
    color: #484848;
    background: #ffffff;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:hover {
    color: #ffffff;
    background: #E86D0D;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:hover .fsCalendarOutOfRange {
    color: #ffffff;
    background: #E86D0D;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    font-size: 14px;
    padding-bottom: calc(50% - 14px / 2);
    padding-top: calc(50% - 14px / 2);
    color: inherit;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
    background: #6CB131;
    color: #ffffff;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents .fsCalendarDate:after,
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.has-info .fsCalendarDate:after {
    content: '\25CF';
    font-size: 10px;
    display: block;
    line-height: .5;
    -webkit-transform: translate3d(0, 3px, 0);
            transform: translate3d(0, 3px, 0);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    position: relative;
    min-height: 22px;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:first-child {
    -webkit-box-shadow: inset 0 -1px 0 0 #cfcfcf;
            box-shadow: inset 0 -1px 0 0 #cfcfcf;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:not(.has-info) .fsCalendarDate {
    margin-bottom: 0;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:not(.has-info) .fsCalendarDate:after {
    display: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox .fsCalendarDate {
    padding-bottom: calc(25% - 14px / 2);
    padding-top: calc(25% - 14px / 2);
    -webkit-transform: scale(0.875);
        -ms-transform: scale(0.875);
            transform: scale(0.875);
    margin-bottom: 3px;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    color: #ffffff;
    background: #373737;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected .fsCalendarOutOfRange {
    background: inherit;
    color: inherit;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange {
    background: #f8f8f8;
    color: #636363;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
    display: none;
  }
}

#event-view {
  padding: 0 20px;
  margin: 20px 0;
}

#event-view .fsCalendarDaybox {
  height: auto !important;
}

#event-view .fsCalendarDaybox > div {
  margin-bottom: 20px;
}

#event-view .fsCalendarWeekendDayBox > div:first-child {
  padding-bottom: 20px;
}

#event-view .fsCalendarWeekendDayBox .fsCalendarInfo:not(:last-child) {
  margin-bottom: 20px;
}

#event-view .fsCalendarEventTitle {
  margin-bottom: 5px;
}

.fsCalendarDayView:not(.fsStateHidden) + .fsCalendarEventGrid + #event-view {
  display: none;
}

@media (min-width: 900px) {
  #event-view {
    display: none;
  }
}

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  margin-top: 20px;
}

.scroll-up span {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #FFF6EF;
  color: #3A2F33;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 20px;
  text-align: center;
  font-family: "Oxygen", sans-serif;
  padding: 13px 20px;
  text-decoration: none;
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(58, 47, 51, 0.25);
          box-shadow: inset 0px 0px 0px 1px rgba(58, 47, 51, 0.25);
  border-radius: 3px 0 3px 0;
  padding: 10px 20px;
  margin-bottom: 0;
}

.scroll-up span:hover,
.scroll-up span:focus,
.fsStateSelected .scroll-up span,
.scroll-up span.on {
  background: #E86D0D;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E86D0D;
          box-shadow: inset 0px 0px 0px 1px #E86D0D;
}

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

.scroll-up + .fsCalendarLegend {
  margin-top: 20px !important;
}

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

.fsElementEventColorIcon {
  display: inline-block;
}

.fsCalendar.fsGrid .fsCalendarEventGrid + .fsCalendarLegend {
  margin-top: 40px;
}

.fsCalendar.fsGrid .fsCalendarLegend,
.fsCalendar.fsGrid .fsCalendarLegend ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsCalendar.fsGrid .fsCalendarLegend li {
  margin: 0;
  padding: 0;
}

.fsCalendar.fsGrid .fsCalendarLegend h4 {
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
  margin-left: 0;
}

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul > li {
    width: 49%;
  }
}

.fsCalendar.fsGrid .fsCalendarLegend .fsElementEventColorIcon {
  vertical-align: baseline;
}

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */

.fsCalendar.fsSlideshow .fsAlertFeeds {
  float: none;
}

@media (max-width: 500px) {
  .fsCalendar.fsSlideshow article {
    padding-left: 0;
  }

  .fsCalendar.fsSlideshow article .fsDate {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

.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 */

@media (max-width: 600px) {
  .fsCalendar.fsDialog article {
    padding-left: 0;
  }

  .fsCalendar.fsDialog article .fsDate {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

/*! 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: "Source Sans Pro", serif;
  font-size: 16px;
  line-height: 22px;
  color: #484848;
}

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

.fsComposerFormEmbed form input.fileUploader {
  padding: 0;
  width: 100%;
  border: none;
}

.fsComposerFormEmbed form fieldset {
  padding: 0;
}

.fsComposerFormEmbed form textarea {
  max-width: 100%;
  width: 100%;
  border: solid 1px #cfcfcf;
}

.fsComposerFormEmbed form .mainGroupSub {
  max-width: 100%;
  width: 100% !important;
}

.fsComposerFormEmbed form .formPage {
  margin-bottom: 20px;
}

.fsComposerFormEmbed form .elementRow {
  max-width: 100%;
  margin: 0;
}

.fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
  margin-bottom: 0;
}

.fsComposerFormEmbed form .elementContainer {
  margin: 0 0 20px;
  padding: 0;
}

@media screen and (max-width: 599px) {
  .fsComposerFormEmbed form .elementContainer {
    width: 100%;
  }
}

.fsComposerFormEmbed form .elementContainer label {
  margin-bottom: 2px;
}

.fsComposerFormEmbed form .elementContainer label.horizontal {
  white-space: normal;
  margin-right: 10px !important;
}

.fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
  margin-right: 0;
}

.fsComposerFormEmbed form .elementContainer hr {
  margin: 0 auto;
}

.fsComposerFormEmbed form .elementContainer p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 599px) {
  .fsComposerFormEmbed form .elementBody > input {
    width: 100%;
  }
}

.fsComposerFormEmbed form .elementBody > .descText {
  margin-bottom: 10px;
}

.fsComposerFormEmbed form .labelLeft .elementContainer label,
.fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  float: none;
}

@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementContainer label,
  .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
    width: 20%;
    padding-right: 10px;
    text-align: right;
    float: left;
  }
}

@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementContainer > label {
    padding: 5px 10px 5px 5px;
  }
}

.fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
  width: 100%;
}

.fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
  width: auto;
}

.fsComposerFormEmbed form .labelLeft .elementBody {
  margin: 0;
  width: 100%;
  float: none;
}

@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementBody {
    width: 80%;
    float: left;
  }
}

.fsComposerFormEmbed form .linkLike {
  color: #6CB131;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .linkLike:hover {
  color: #E86D0D;
}

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

.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: #6CB131;
  -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: #E86D0D;
  -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: #E86D0D;
  color: #fff;
  float: left;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #FFF6EF;
  color: #3A2F33;
  border-radius: 0;
  text-align: center;
  transition: .3s;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 20px;
  text-align: center;
  font-family: "Oxygen", sans-serif;
  padding: 13px 20px;
  text-decoration: none;
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(58, 47, 51, 0.25);
          box-shadow: inset 0px 0px 0px 1px rgba(58, 47, 51, 0.25);
  border-radius: 3px 0 3px 0;
}

.fsComposerFormEmbed form .submitBtn:hover {
  -webkit-transition: .3s;
  transition: .3s;
  background: #6CB131;
}

.fsComposerFormEmbed form .submitBtn:hover,
.fsComposerFormEmbed form .submitBtn:focus,
.fsStateSelected .fsComposerFormEmbed form .submitBtn,
.fsComposerFormEmbed form .submitBtn.on {
  background: #E86D0D;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E86D0D;
          box-shadow: inset 0px 0px 0px 1px #E86D0D;
}

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

.fsComposerFormEmbed .ui-widget {
  font-family: "Source Sans Pro", serif;
  max-width: 100%;
}

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

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

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

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

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '';
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .5;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '\203A';
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
  content: '\2039';
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-default {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-active {
  background: rgba(0, 0, 0, 0.1);
}

.fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
  border: solid 1px #d3d3d3;
  background-color: #d3d3d3;
}

::-webkit-input-placeholder {
  color: #242424;
}

:-moz-placeholder {
  color: #242424;
}

::-moz-placeholder {
  color: #242424;
}

:-ms-input-placeholder {
  color: #242424;
}

/*! elements - login */

.fsAccount button:not(:last-of-type) {
  margin-right: 10px;
}

.fsLoginForgotPasswordLink,
.fsLoginNewAccountLink {
  margin-bottom: 10px;
}

.fsLoginForgotPasswordLink:last-child,
.fsLoginNewAccountLink:last-child {
  margin-bottom: 0;
}

.fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px;
}

.fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
.fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
  max-width: 100%;
}

@media screen and (max-width: 599px) {
  .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
    overflow: hidden;
    border-radius: 5px;
  }
}

.fsResetPasswordFields > div {
  margin-bottom: 20px;
}

.fsResetPasswordFields > div:last-child {
  margin-bottom: 0;
}

.fsResetPasswordFields label > span {
  display: block;
}

.fsResetPasswordFields label > input {
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .fsLoginForgotControls label,
  .fsLoginNewFields label,
  .fsResetPasswordFields label {
    display: block;
    margin-bottom: 3px;
  }

  .fsLoginForgotControls input,
  .fsLoginNewFields input,
  .fsResetPasswordFields input {
    display: block;
    width: 100%;
  }
}

.fsLoginForgotView .fsLoginForgotEmail {
  display: block;
}

.fsLoginForgotSuccess .fsStyleDefaultButton {
  margin-top: 20px;
}

.fsAccountGreeting {
  margin-bottom: 20px;
}

.fsAccountLinks {
  margin: 0;
}

.fsAccountLinks li:not(:first-child) {
  border-color: #e5e5e5;
}

.fsAccountLogout {
  display: block;
  margin-top: 20px;
}

.fsAccountLogout > .fsStyleUpdateButton:last-child {
  margin-bottom: 0;
}

input[name*="passkey"] + .fsLoginSubmit {
  margin-top: 20px;
}

.fsError {
  margin-bottom: 50px;
}

.fsResetContinue,
.fsResetCancel,
.fsLoginNewSuccess > button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #FFF6EF;
  color: #3A2F33;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 20px;
  text-align: center;
  font-family: "Oxygen", sans-serif;
  padding: 13px 20px;
  text-decoration: none;
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(58, 47, 51, 0.25);
          box-shadow: inset 0px 0px 0px 1px rgba(58, 47, 51, 0.25);
  border-radius: 3px 0 3px 0;
}

.fsResetContinue:hover,
.fsResetContinue:focus,
.fsStateSelected .fsResetContinue,
.fsResetContinue.on,
.fsResetCancel:hover,
.fsResetCancel:focus,
.fsStateSelected .fsResetCancel,
.fsResetCancel.on,
.fsLoginNewSuccess > button:hover,
.fsLoginNewSuccess > button:focus,
.fsStateSelected .fsLoginNewSuccess > button,
.fsLoginNewSuccess > button.on {
  background: #E86D0D;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E86D0D;
          box-shadow: inset 0px 0px 0px 1px #E86D0D;
}

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

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

.fsNews.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
}

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

.fsNews.fsThumbnailAlignRight .fsThumbnail {
  float: none;
}

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

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

.fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
}

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

.fsPostElement.fsThumbnailAlignRight .fsThumbnail {
  float: none;
}

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

.fsPostElement .fsTitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  font-family: "Oxygen", sans-serif;
  margin-bottom: 15px;
}

.fsPostElement .fsTitle a {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  font-family: "Oxygen", sans-serif;
  color: #3A2F33;
  text-decoration: none;
}

.fsPostElement .fsTitle a:hover,
.fsPostElement .fsTitle a:focus {
  text-decoration: underline;
}

.fsPostElement .fsDateTime {
  font-size: 16px;
  line-height: 26px;
  color: #484848;
}

.fsPostElement .fsSummary {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}

.fsPostElement .fsPostLink.fsReadMoreLink {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #6CB131;
  text-decoration: underline;
}

.fsPostElement .fsPostLink.fsReadMoreLink:hover,
.fsPostElement .fsPostLink.fsReadMoreLink:focus {
  text-decoration: underline;
  color: #E86D0D;
}

.fsPageBodyWrapper .fsPostElement:not(.fsSlideshow) article {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(181, 181, 181, 0.66);
  margin-bottom: 30px;
}

.fsPageBodyWrapper .fsPostElement:not(.fsSlideshow) article:last-child {
  border-bottom: 0;
  padding-bottom: 10px;
  margin-bottom: 0;
}

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

.fsResourceElement .fsTitle {
  margin-bottom: 10px;
}

.fsResourceElement figcaption {
  margin-top: 10px;
}

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

.fsResourceElement.fsListNav .fsTitle {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  margin-bottom: 0;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage .fsTitle {
  text-align: center;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage img {
  margin: 0 auto;
}

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

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

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */

.fsSearchElement.fsSearchForm .fsSearchElementKeyword {
  margin-bottom: 20px;
}

.fsSearchElement.fsSearchForm .fsSearchElementKeyword + .fsSearchElementSearchButton {
  margin-top: 0;
}

.fsSearchElement.fsSearchForm .fsSearchElementSearchButton:last-child {
  margin-bottom: 0;
}

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */

.fsSearchElement.fsList li.fsListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e5e5e5;
}

.fsSearchElement.fsList .fsListItems {
  padding: 0;
}

.fsSearchElement.fsList .fsSearchResultInfo {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #e5e5e5;
}

.fsSearchElement.fsList .fsSearchResultInfo:empty {
  margin: 0;
  border: none;
}

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */

/*! elements - social main */

/*! elements - social vimeo */

.fsVimeo {
  margin-bottom: 20px;
}

.fsVimeo iframe.fsSocialVideoFrame {
  margin-bottom: 20px;
}

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

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

.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e5e5e5;
  -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 #e5e5e5;
  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 20px;
  padding: 10px 20px;
  background: #FFF6EF;
  color: #3A2F33;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 20px;
  text-align: center;
  font-family: "Oxygen", sans-serif;
  padding: 13px 20px;
  text-decoration: none;
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(58, 47, 51, 0.25);
          box-shadow: inset 0px 0px 0px 1px rgba(58, 47, 51, 0.25);
  border-radius: 3px 0 3px 0;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a,
.vimeo_view_link a.on {
  background: #E86D0D;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E86D0D;
          box-shadow: inset 0px 0px 0px 1px #E86D0D;
}

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

/*! elements - social youtube */

.fsYoutube {
  margin-bottom: 20px;
}

.fsYoutube .fsSocialVideoFrame {
  margin-bottom: 20px;
}

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

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

.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e5e5e5;
  -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 #e5e5e5;
  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 20px;
  padding: 10px 20px;
  background: #FFF6EF;
  color: #3A2F33;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 20px;
  text-align: center;
  font-family: "Oxygen", sans-serif;
  padding: 13px 20px;
  text-decoration: none;
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(58, 47, 51, 0.25);
          box-shadow: inset 0px 0px 0px 1px rgba(58, 47, 51, 0.25);
  border-radius: 3px 0 3px 0;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a,
.Youtube_view_link a.on {
  background: #E86D0D;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inset 0px 0px 0px 1px #E86D0D;
          box-shadow: inset 0px 0px 0px 1px #E86D0D;
}

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

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

.fsTabs .fsTabsNav li a {
  display: block;
  margin-top: 0;
  font-weight: normal;
  font-size: 35px;
  line-height: 50px;
  margin-bottom: 20px;
  margin-bottom: 2px;
  display: block;
  font-size: 21px;
  padding: 13.33333px;
  color: #3A2F33;
  -webkit-transition: .3s;
  transition: .3s;
  background: #FFF6EF;
  color: #3A2F33;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  padding: 10px;
  border: 1px solid rgba(58, 47, 51, 0.25);
}

.fsTabs .fsTabsNav li a:hover {
  background: #6CB131;
  color: #ffffff;
  border: 1px solid transparent;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #E86D0D;
  color: #ffffff;
  border: 1px solid transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsElementToolsSearchButton {
  margin: 10px 0 0;
}

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

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

.fsLegend .fsElementControls label input:checked + span {
  background: #242424;
  color: #ffffff;
}

.fsLegend .fsElementControls label input + span {
  color: #242424;
  background: #e5e5e5;
}

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

.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%;
  width: 300px;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox {
  -webkit-box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
          box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
  background: #e5e5e5;
  color: #373737;
  font-size: .875em;
  line-height: 1;
  padding: 0;
  padding: 10px 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox:hover {
  opacity: 1;
  background: #E86D0D !important;
  color: #ffffff !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox:last-child {
  -webkit-box-shadow: inset 0 -1px 0 0 #fff;
          box-shadow: inset 0 -1px 0 0 #fff;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents {
  padding-bottom: 12px;
  background: #e5e5e5;
  color: #373737;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents .fsCalendarDate:after {
  content: '\25CF';
  font-size: 8px;
  display: block;
  line-height: .5;
  -webkit-transform: translate3d(0, 2px, 0);
          transform: translate3d(0, 2px, 0);
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
  background: #f8f8f8;
  color: #636363;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
  background: #6CB131;
  color: #ffffff;
}

.fsCalendarMonthYearPicker > .fsStyleUpdateButton {
  margin-bottom: 0;
  display: block;
  color: #ffffff;
  background-color: #242424;
}

/*! _category.scss - src/sass/modules/tools/posts - Posts Tools Elements */

/*! _tag.scss - src/sass/modules/tools/posts - Posts Tools Elements */

/*! elements - common v0.0.1 */

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

.module {
  padding: 20px;
  color: #fff;
}

.module h1,
.module h2,
.module h3,
.module h4,
.module h5,
.module h6 {
  color: inherit;
}

.module a {
  color: inherit;
}

.module {
  background: #E86D0D;
}

/*! pages - home v0.0.1 */

.home .nav-sub,
.home .landing-nav,
.home .site-bread {
  display: none;
}

.home #fsPageBodyWrapper {
  padding: 0px;
  margin: 0px;
}

.home #fsPageBody {
  max-width: 100%;
  padding: 0px;
  margin: 0px;
}

.home #fsPageContent {
  padding: 0px;
  margin: 0px;
}

.home #fsPageContent > .fsLayout {
  padding: 0px;
  margin: 0px;
}

.home #fsPageContent > .fsLayout > .fsDiv {
  padding: 0px;
  margin: 0px;
}

body:not(.fsComposeMode) .universal-slideshow {
  margin-bottom: 0;
  position: relative;
}

body:not(.fsComposeMode) .universal-slideshow #pause {
  cursor: pointer;
  height: 28px;
  width: 28px;
  position: absolute;
  right: 60px;
  bottom: 20px;
  z-index: 2;
  background: none;
  border: none;
}

body:not(.fsComposeMode) .universal-slideshow #pause:before {
  content: '\E922';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 17px;
  font-family: 'icomoon';
  color: #ffffff;
}

body:not(.fsComposeMode) .universal-slideshow #pause.pause:before {
  content: '\E923';
}

body:not(.fsComposeMode) .universal-slideshow article {
  height: calc(100vh - 138px);
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

@media (max-width: 1024px) {
  body:not(.fsComposeMode) .universal-slideshow article {
    height: 500px;
  }
}

@media (max-width: 760px) {
  body:not(.fsComposeMode) .universal-slideshow article {
    height: 350px;
  }
}

body:not(.fsComposeMode) .universal-slideshow video {
  height: calc(100vh - 138px);
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1024px) {
  body:not(.fsComposeMode) .universal-slideshow video {
    height: 500px;
  }
}

@media (max-width: 760px) {
  body:not(.fsComposeMode) .universal-slideshow video {
    height: 350px;
  }
}

body:not(.fsComposeMode) .home-section-1 {
  margin-bottom: 0;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

body:not(.fsComposeMode) .home-section-1 > .fsElementContent .fast-facts,
body:not(.fsComposeMode) .home-section-1 > .fsElementContent .our-schedule {
  width: 50%;
  margin-bottom: 0;
  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;
  padding-bottom: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body:not(.fsComposeMode) .fast-facts > header {
  padding-top: 40px;
  padding: 40px;
  text-align: center;
}

body:not(.fsComposeMode) .fast-facts > header h2 {
  font-family: "Oxygen", sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
  display: table;
  margin: 0 auto;
  margin-bottom: 0;
  position: relative;
  color: #E86D0D;
}

body:not(.fsComposeMode) .fast-facts > header h2:before {
  content: '\E932';
  position: absolute;
  left: 105%;
  bottom: 50%;
  font-family: "IcoMoon";
  color: #6CB131;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 600px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact {
  width: 33.33%;
  text-align: center;
  margin-bottom: 40px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact h2 {
  position: relative;
  font-family: "Oxygen", sans-serif;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact p {
  font-family: "Source Sans Pro", serif;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact:nth-child(5n) h2,
body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact:nth-child(5n) p {
  color: #E86D0D;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact:nth-child(5n+1) h2,
body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact:nth-child(5n+1) p {
  color: #B1282A;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact:nth-child(5n+2) h2,
body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact:nth-child(5n+2) p {
  color: #6CB131;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact:nth-child(5n+3) h2,
body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact:nth-child(5n+3) p {
  color: #015B39;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact:nth-child(5n+4) h2,
body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact:nth-child(5n+4) p {
  color: #7030A0;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact:nth-child(5n+5) h2,
body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact:nth-child(5n+5) p {
  color: #01B0F0;
}

body:not(.fsComposeMode) .fast-facts > footer .fsElementFooterContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body:not(.fsComposeMode) .fast-facts > footer p {
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}

body:not(.fsComposeMode) .fast-facts > footer a {
  margin-bottom: 0;
}

body:not(.fsComposeMode) .our-schedule {
  background: #E86D0D;
}

body:not(.fsComposeMode) .our-schedule > header {
  padding-top: 40px;
  padding: 40px;
  text-align: center;
}

body:not(.fsComposeMode) .our-schedule > header h2 {
  font-family: "Oxygen", sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
  display: table;
  margin: 0 auto;
  margin-bottom: 0;
  position: relative;
  color: #ffffff;
}

body:not(.fsComposeMode) .our-schedule > header h2:before {
  content: '\E932';
  position: absolute;
  left: 105%;
  bottom: 50%;
  font-family: "IcoMoon";
  color: #6CB131;
}

body:not(.fsComposeMode) .our-schedule .article-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  max-width: 600px;
  margin: 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 40px;
  padding-left: 40px;
}

body:not(.fsComposeMode) .our-schedule .article-wrapper article {
  width: 33.33%;
  text-align: center;
  padding-left: 0;
}

body:not(.fsComposeMode) .our-schedule .article-wrapper article .fsDate {
  position: relative;
  margin: 0 auto;
  background: url(images/dateBG.png) no-repeat center;
  background-size: contain;
  color: #6CB131;
  height: 111px;
  width: 75px;
  margin-bottom: 20px;
}

body:not(.fsComposeMode) .our-schedule .article-wrapper article .fsDate .fsMonth {
  margin-top: 10px;
}

body:not(.fsComposeMode) .our-schedule .article-wrapper article .fsTitle {
  color: #ffffff;
}

body:not(.fsComposeMode) .our-schedule .article-wrapper article .fsTitle a {
  color: #ffffff;
}

body:not(.fsComposeMode) .our-schedule .article-wrapper article .fsLocation,
body:not(.fsComposeMode) .our-schedule .article-wrapper article .fsAllDay,
body:not(.fsComposeMode) .our-schedule .article-wrapper article .fsTimeRange {
  color: #ffffff;
  font-weight: 300;
  font-family: "Source Sans Pro", serif;
  font-size: 18px;
  line-height: 28px;
}

body:not(.fsComposeMode) .our-schedule .article-wrapper article .fsLocation:before,
body:not(.fsComposeMode) .our-schedule .article-wrapper article .fsAllDay:before,
body:not(.fsComposeMode) .our-schedule .article-wrapper article .fsTimeRange:before {
  display: none;
}

body:not(.fsComposeMode) .our-schedule > footer p {
  margin: 0 auto;
}

body:not(.fsComposeMode) .our-schedule > footer a {
  margin-bottom: 0;
  margin: 0 auto;
}

@media (max-width: 1025px) {
  body:not(.fsComposeMode) .home-section-1 > .fsElementContent {
    -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;
  }

  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .fast-facts,
  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .our-schedule {
    width: 100%;
    max-width: inherit;
  }

  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .fast-facts > .fsElementContent,
  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .our-schedule > .fsElementContent {
    max-width: inherit;
  }
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .fast-facts,
  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .our-schedule {
    width: 100%;
    max-width: inherit;
  }

  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .fast-facts > .fsElementContent,
  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .our-schedule > .fsElementContent {
    max-width: inherit;
  }

  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .fast-facts .fast-fact,
  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .our-schedule article {
    width: 50%;
  }

  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .fast-facts > .fsElementContent {
    padding-right: 10px;
    padding-left: 10px;
  }

  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .fast-facts > .fsElementContent .fast-fact {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 500px) {
  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .our-schedule article {
    width: 100%;
  }

  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .fast-facts > footer .fsElementFooterContent {
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .fast-facts > footer .fsElementFooterContent p {
    margin-bottom: 20px;
    text-align: center;
  }

  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .fast-facts > footer .fsElementFooterContent p a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 20px;
    min-width: inherit;
    letter-spacing: inherit;
  }

  body:not(.fsComposeMode) .home-section-1 > .fsElementContent .fast-facts > footer .fsElementFooterContent p:last-child {
    margin-bottom: 0;
  }
}

body:not(.fsComposeMode) .home-quicklinks {
  position: relative;
}

body:not(.fsComposeMode) .home-quicklinks > .fsElementContent {
  position: relative;
  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;
}

body:not(.fsComposeMode) .home-quicklinks > .fsElementContent > .fsContent {
  position: relative;
  min-height: 377px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  width: calc( 33.3333% - 2px);
  margin-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

body:not(.fsComposeMode) .home-quicklinks > .fsElementContent > .fsContent:hover header,
body:not(.fsComposeMode) .home-quicklinks > .fsElementContent > .fsContent.open header {
  opacity: 0;
}

body:not(.fsComposeMode) .home-quicklinks > .fsElementContent > .fsContent:hover .fsElementContent,
body:not(.fsComposeMode) .home-quicklinks > .fsElementContent > .fsContent.open .fsElementContent {
  opacity: 1;
}

body:not(.fsComposeMode) .home-quicklinks > .fsElementContent > .fsContent::after {
  content: '';
  height: 188.32px;
  width: 100%;
  opacity: 0.66;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

body:not(.fsComposeMode) .home-quicklinks > .fsElementContent > .fsContent header {
  position: relative;
  z-index: 10;
  opacity: 1;
  padding-left: 20px;
  padding-right: 20px;
}

body:not(.fsComposeMode) .home-quicklinks > .fsElementContent > .fsContent header h2 {
  font-family: "Oxygen", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  margin-bottom: 29.64px;
  text-align: center;
  color: #ffffff;
  position: relative;
  display: table;
}

body:not(.fsComposeMode) .home-quicklinks > .fsElementContent > .fsContent header h2::before {
  content: "\E933";
  font-family: "IcoMoon";
  position: relative;
  top: -10px;
  margin-right: 5px;
  font-weight: 500;
  font-size: 22px;
  color: #E86D0D;
}

body:not(.fsComposeMode) .home-quicklinks > .fsElementContent > .fsContent .fsElementContent {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  z-index: 10;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: rgba(112, 48, 160, 0.85);
}

body:not(.fsComposeMode) .home-quicklinks > .fsElementContent > .fsContent .fsElementContent h2 {
  font-family: "Oxygen", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  margin-bottom: 17px;
  text-align: center;
  color: #ffffff;
  position: relative;
  display: table;
}

body:not(.fsComposeMode) .home-quicklinks > .fsElementContent > .fsContent .fsElementContent h2::before {
  content: "\E933";
  font-family: "IcoMoon";
  position: relative;
  top: -10px;
  margin-right: 5px;
  font-weight: 500;
  font-size: 22px;
  color: #E86D0D;
}

body:not(.fsComposeMode) .home-quicklinks > .fsElementContent > .fsContent .fsElementContent p {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  position: relative;
  display: table;
}

body:not(.fsComposeMode) .home-quicklinks > .fsElementContent > .fsContent > footer .fsElementFooterContent {
  margin-top: 0;
}

body:not(.fsComposeMode) .home-quicklinks > .fsElementContent > .fsContent > footer .fsElementFooterContent a {
  color: transparent;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}

@media (max-width: 1025px) {
  body:not(.fsComposeMode) .home-quicklinks > .fsElementContent > .fsContent {
    width: calc(50% - 2px);
  }
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .home-quicklinks > .fsElementContent > .fsContent {
    width: 100%;
  }

  body:not(.fsComposeMode) .home-quicklinks > .fsElementContent > .fsContent .fsElementContent h2,
  body:not(.fsComposeMode) .home-quicklinks > .fsElementContent > .fsContent header h2 {
    font-size: 25px !important;
    font-weight: bold;
    line-height: 35px !important;
  }
}

body:not(.fsComposeMode) .our-voices-container {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

body:not(.fsComposeMode) .our-voices-container > header {
  padding-top: 40px;
  padding: 40px;
  text-align: center;
}

body:not(.fsComposeMode) .our-voices-container > header h2 {
  font-family: "Oxygen", sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
  display: table;
  margin: 0 auto;
  margin-bottom: 0;
  position: relative;
  color: #E86D0D;
  font-size: 40px;
  line-height: 50px;
}

body:not(.fsComposeMode) .our-voices-container > header h2:after {
  content: '\E932';
  top: -20px;
  font-family: "IcoMoon";
  color: #6CB131;
  position: relative;
  font-size: 30px;
}

body:not(.fsComposeMode) .our-voices-container .voices-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 0;
}

body:not(.fsComposeMode) .our-voices-container .voices-box > header {
  z-index: 10;
  width: 60%;
}

body:not(.fsComposeMode) .our-voices-container .voices-box > header .fsElementHeaderContent {
  margin-bottom: 0;
}

body:not(.fsComposeMode) .our-voices-container .voices-box > header img {
  max-height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

body:not(.fsComposeMode) .our-voices-container .voices-box > .fsElementContent {
  width: calc(40% + 40px);
  padding-left: 80px;
  background: #FFF6EF;
  margin-left: -40px;
  padding-top: 50px;
  padding-right: 40px;
  border-top: 60px solid white;
  min-height: 515px;
  padding-bottom: 40px;
}

body:not(.fsComposeMode) .our-voices-container .voices-box > .fsElementContent p {
  font-size: 18px;
  line-height: 27px;
}

body:not(.fsComposeMode) .our-voices-container .voices-box.video .fsImage {
  position: relative;
}

body:not(.fsComposeMode) .our-voices-container .voices-box.video a {
  text-decoration: none;
}

body:not(.fsComposeMode) .our-voices-container .voices-box.video a:before {
  content: '\E930';
  font-family: "IcoMoon";
  font-size: 60px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body:not(.fsComposeMode) .our-voices-container .arrows-wrapper {
  position: absolute;
  right: 40px;
  bottom: 30px;
  z-index: 11;
}

body:not(.fsComposeMode) .our-voices-container .arrows-wrapper .slick-prev,
body:not(.fsComposeMode) .our-voices-container .arrows-wrapper .slick-next {
  border: none;
  font-size: 0;
  background: none;
  color: transparent;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

body:not(.fsComposeMode) .our-voices-container .arrows-wrapper .slick-prev:before,
body:not(.fsComposeMode) .our-voices-container .arrows-wrapper .slick-next:before {
  content: '\E934';
  font-family: "IcoMoon";
  font-size: 24px;
  line-height: 25px;
  color: #3A2F33;
  opacity: 0.7;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body:not(.fsComposeMode) .our-voices-container .arrows-wrapper .slick-prev:hover:before,
body:not(.fsComposeMode) .our-voices-container .arrows-wrapper .slick-prev:focus:before,
body:not(.fsComposeMode) .our-voices-container .arrows-wrapper .slick-next:hover:before,
body:not(.fsComposeMode) .our-voices-container .arrows-wrapper .slick-next:focus:before {
  opacity: 1;
}

body:not(.fsComposeMode) .our-voices-container .arrows-wrapper .slick-prev {
  margin-right: 30px;
}

body:not(.fsComposeMode) .our-voices-container .arrows-wrapper .slick-next:before {
  content: '\E935';
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .our-voices-container .arrows-wrapper {
    right: 20px;
  }
}

body:not(.fsComposeMode) .our-voices-container .custom_paging {
  position: absolute;
  right: 34%;
  bottom: 30px;
}

body:not(.fsComposeMode) .our-voices-container .custom_paging span {
  color: #484848;
  font-family: "Source Sans Pro", serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 22px;
  position: relative;
}

body:not(.fsComposeMode) .our-voices-container .custom_paging .page {
  padding-right: 5px;
}

body:not(.fsComposeMode) .our-voices-container .custom_paging .page:after {
  content: ' ';
  width: 1px;
  height: 17px;
  background: #484848;
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
  position: absolute;
  right: 0;
  top: 8px;
}

body:not(.fsComposeMode) .our-voices-container .custom_paging .separator {
  padding-left: 5px;
  top: 5px;
  font-size: 0;
  color: transparent;
}

body:not(.fsComposeMode) .our-voices-container .custom_paging .total {
  top: 10px;
}

body:not(.fsComposeMode) .our-voices-container .custom_paging,
body:not(.fsComposeMode) .our-voices-container .custom_paging ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body:not(.fsComposeMode) .our-voices-container .custom_paging li {
  margin: 0;
  padding: 0;
}

body:not(.fsComposeMode) .our-voices-container .custom_paging li {
  display: none;
}

body:not(.fsComposeMode) .our-voices-container .custom_paging li.slick-active {
  display: block;
}

@media (max-width: 1024px) {
  body:not(.fsComposeMode) .our-voices-container .custom_paging {
    right: 33%;
  }
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .our-voices-container .custom_paging {
    right: inherit;
    left: 20px;
  }
}

body:not(.fsComposeMode) .our-voices-nav {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  margin-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

body:not(.fsComposeMode) .our-voices-nav > header {
  display: none;
}

body:not(.fsComposeMode) .our-voices-nav > .fsElementContent {
  width: calc(60% - 40px);
}

body:not(.fsComposeMode) .our-voices-nav > .fsElementContent .slick-slide {
  margin-right: 30px;
  margin-bottom: 0;
}

body:not(.fsComposeMode) .our-voices-nav > .fsElementContent .slick-slide img {
  height: 125px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body:not(.fsComposeMode) .our-voices-nav .fsElementFooterContent {
  margin-top: 0;
}

body:not(.fsComposeMode) .our-voices-nav .fsElementFooterContent a {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  body:not(.fsComposeMode) .our-voices-container > .fsElementContent .slick-slide > .fsElementContent {
    min-height: inherit;
    border-bottom: 40px solid #FFF6EF;
  }

  body:not(.fsComposeMode) .our-voices-container > .fsElementContent .slick-slide > .fsElementContent h2 {
    font-size: 20px;
    line-height: 25px;
  }

  body:not(.fsComposeMode) .our-voices-nav > .fsElementContent .slick-slide img {
    height: 100px;
  }

  body:not(.fsComposeMode) .our-voices-nav > .fsElementContent .slick-slide {
    margin-right: 20px;
  }

  body:not(.fsComposeMode) .our-voices-nav {
    -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;
    margin-bottom: 30px;
  }

  body:not(.fsComposeMode) .our-voices-nav > footer {
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 768px) {
  body:not(.fsComposeMode) .our-voices-container > header h2 {
    font-size: 32px;
    line-height: 45px;
  }

  body:not(.fsComposeMode) .our-voices-container > .fsElementContent .slick-slide {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  body:not(.fsComposeMode) .our-voices-container > .fsElementContent .slick-slide header {
    width: 100%;
  }

  body:not(.fsComposeMode) .our-voices-container > .fsElementContent .slick-slide > .fsElementContent {
    border-top: none;
    width: 100%;
    min-height: inherit !important;
    margin-right: 0;
    margin-left: 0;
    padding: 20px;
    padding-bottom: 30px;
  }

  body:not(.fsComposeMode) .our-voices-nav {
    margin-top: 0;
  }

  body:not(.fsComposeMode) .our-voices-nav > .fsElementContent {
    display: none;
  }
}

body:not(.fsComposeMode) .mfp-iframe-holder .mfp-content {
  max-width: inherit;
}

body:not(.home) .fast-facts > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

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

/*! pages - style-guide v0.0.1 */

.colors ol {
  zoom: 1;
  padding: 0;
  list-style: none;
}

.colors ol:after {
  display: table;
  clear: both;
  content: '';
}

.colors ol li {
  position: relative;
  float: left;
  width: 50%;
  min-width: 20%;
}

@media (min-width: 1180px) {
  .colors ol li {
    margin-bottom: 0;
  }
}

.colors ol li:after {
  display: block;
  margin-top: 60px;
  background: #fff;
  padding-bottom: 20px;
}

@media (min-width: 800px) {
  .colors.main ol li {
    width: 25%;
  }
}

.colors.main ol li:nth-of-type(1) {
  background: #484848;
}

.colors.main ol li:nth-of-type(1):after {
  content: "#484848";
}

.colors.main ol li:nth-of-type(2) {
  background: #E86D0D;
}

.colors.main ol li:nth-of-type(2):after {
  content: "#E86D0D";
}

.colors.main ol li:nth-of-type(3) {
  background: #B1282A;
}

.colors.main ol li:nth-of-type(3):after {
  content: "#B1282A";
}

.colors.main ol li:nth-of-type(4) {
  background: #6CB131;
}

.colors.main ol li:nth-of-type(4):after {
  content: "#6CB131";
}

@media (min-width: 800px) {
  .colors.shade ol li {
    width: 10%;
  }
}

.colors.shade ol li:nth-of-type(1) {
  background: #000000;
}

.colors.shade ol li:nth-of-type(1):after {
  content: "#000000";
}

.colors.shade ol li:nth-of-type(2) {
  background: #131313;
}

.colors.shade ol li:nth-of-type(2):after {
  content: "#131313";
}

.colors.shade ol li:nth-of-type(3) {
  background: #242424;
}

.colors.shade ol li:nth-of-type(3):after {
  content: "#242424";
}

.colors.shade ol li:nth-of-type(4) {
  background: #373737;
}

.colors.shade ol li:nth-of-type(4):after {
  content: "#373737";
}

.colors.shade ol li:nth-of-type(5) {
  background: #636363;
}

.colors.shade ol li:nth-of-type(5):after {
  content: "#636363";
}

.colors.shade ol li:nth-of-type(6) {
  background: #959595;
}

.colors.shade ol li:nth-of-type(6):after {
  content: "#959595";
}

.colors.shade ol li:nth-of-type(7) {
  background: #cfcfcf;
}

.colors.shade ol li:nth-of-type(7):after {
  content: "#cfcfcf";
}

.colors.shade ol li:nth-of-type(8) {
  background: #e5e5e5;
}

.colors.shade ol li:nth-of-type(8):after {
  content: "#e5e5e5";
}

.colors.shade ol li:nth-of-type(9) {
  background: #f8f8f8;
}

.colors.shade ol li:nth-of-type(9):after {
  content: "#f8f8f8";
}

.colors.shade ol li:nth-of-type(10) {
  background: #ffffff;
}

.colors.shade ol li:nth-of-type(10):after {
  content: "#ffffff";
}

.fonts ol {
  padding: 0;
  list-style: none;
}

.fonts ol li:nth-of-type(1) {
  font-family: "Source Sans Pro", serif;
}

.fonts ol li:nth-of-type(1):after {
  content: "Source Sans Pro, serif";
  display: block;
  margin-bottom: 10px;
}

.fonts ol li:nth-of-type(2) {
  font-family: "IcoMoon";
}

.fonts ol li:nth-of-type(2):after {
  content: "IcoMoon";
  display: block;
  margin-bottom: 10px;
}

.headers .fsElementContent h1:after {
  content: " - font-size: 40px / line-height: 50px";
}

.headers .fsElementContent h2:after {
  content: " - font-size: 35px / line-height: 50px";
}

.headers .fsElementContent h3:after {
  content: " - font-size: 30px / line-height: 40px";
}

.headers .fsElementContent h4:after {
  content: " - font-size: 25px / line-height: 32px";
}

.headers .fsElementContent h5:after {
  content: " - font-size: 20px / line-height: 30px";
}

.headers .fsElementContent h6:after {
  content: " - font-size: 14px / line-height: 18px";
}

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

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-bar-graph header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-bar-graph header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-bar-graph header h2:before {
  content: "\E903";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-baseball header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-baseball header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-baseball header h2:before {
  content: "\E904";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-book header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-book header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-book header h2:before {
  content: "\E905";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-briefcase header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-briefcase header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-briefcase header h2:before {
  content: "\E906";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-bullhorn header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-bullhorn header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-bullhorn header h2:before {
  content: "\E907";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-calendar header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-calendar header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-calendar header h2:before {
  content: "\E909";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-camera header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-camera header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-camera header h2:before {
  content: "\E90A";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-certificate header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-certificate header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-certificate header h2:before {
  content: "\E90B";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-check header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-check header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-check header h2:before {
  content: "\E90C";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-chess header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-chess header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-chess header h2:before {
  content: "\E90D";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-city header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-city header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-city header h2:before {
  content: "\E90E";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-college header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-college header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-college header h2:before {
  content: "\E90F";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-cross header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-cross header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-cross header h2:before {
  content: "\E910";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-directory header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-directory header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-directory header h2:before {
  content: "\E911";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-diversity header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-diversity header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-diversity header h2:before {
  content: "\E912";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-door header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-door header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-door header h2:before {
  content: "\E913";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-droplet header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-droplet header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-droplet header h2:before {
  content: "\E914";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-enroll header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-enroll header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-enroll header h2:before {
  content: "\E915";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-faq header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-faq header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-faq header h2:before {
  content: "\E916";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-files header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-files header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-files header h2:before {
  content: "\E917";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-football header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-football header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-football header h2:before {
  content: "\E918";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-gift header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-gift header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-gift header h2:before {
  content: "\E919";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-giving header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-giving header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-giving header h2:before {
  content: "\E91A";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-grad header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-grad header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-grad header h2:before {
  content: "\E91C";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-group-boys header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-group-boys header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-group-boys header h2:before {
  content: "\E91D";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-group-coed header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-group-coed header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-group-coed header h2:before {
  content: "\E91E";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-group-girls header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-group-girls header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-group-girls header h2:before {
  content: "\E926";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-group header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-group header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-group header h2:before {
  content: "\E927";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-heart header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-heart header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-heart header h2:before {
  content: "\E928";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-info header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-info header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-info header h2:before {
  content: "\E929";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-jersey header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-jersey header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-jersey header h2:before {
  content: "\E92A";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-leaf header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-leaf header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-leaf header h2:before {
  content: "\E92B";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-lightbulb header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-lightbulb header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-lightbulb header h2:before {
  content: "\E92C";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-link header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-link header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-link header h2:before {
  content: "\E92D";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-list header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-list header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-list header h2:before {
  content: "\E92E";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-location header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-location header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-location header h2:before {
  content: "\E92F";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-lock header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-lock header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-lock header h2:before {
  content: "\E930";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-map header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-map header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-map header h2:before {
  content: "\E931";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-medal header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-medal header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-medal header h2:before {
  content: "\E932";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-microscope header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-microscope header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-microscope header h2:before {
  content: "\E933";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-music header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-music header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-music header h2:before {
  content: "\E934";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-paint header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-paint header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-paint header h2:before {
  content: "\E935";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-person header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-person header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-person header h2:before {
  content: "\E937";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-phone header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-phone header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-phone header h2:before {
  content: "\E938";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-piggy-bank header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-piggy-bank header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-piggy-bank header h2:before {
  content: "\E939";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-portion header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-portion header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-portion header h2:before {
  content: "\E93A";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-question header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-question header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-question header h2:before {
  content: "\E93B";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-ratio header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-ratio header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-ratio header h2:before {
  content: "\E93C";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-robot header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-robot header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-robot header h2:before {
  content: "\E93D";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-school header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-school header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-school header h2:before {
  content: "\E93E";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-screens header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-screens header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-screens header h2:before {
  content: "\E93F";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-settings header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-settings header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-settings header h2:before {
  content: "\E940";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-shoe header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-shoe header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-shoe header h2:before {
  content: "\E941";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-soccer header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-soccer header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-soccer header h2:before {
  content: "\E942";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-sports header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-sports header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-sports header h2:before {
  content: "\E943";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-star-of-david header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-star-of-david header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-star-of-david header h2:before {
  content: "\E944";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-star header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-star header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-star header h2:before {
  content: "\E945";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-store header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-store header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-store header h2:before {
  content: "\E946";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-sun header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-sun header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-sun header h2:before {
  content: "\E947";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-theatre header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-theatre header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-theatre header h2:before {
  content: "\E949";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-time header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-time header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-time header h2:before {
  content: "\E94A";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-tree header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-tree header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-tree header h2:before {
  content: "\E94B";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-trophy header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-trophy header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-trophy header h2:before {
  content: "\E94C";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-warning header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-warning header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-warning header h2:before {
  content: "\E94D";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-apple header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-apple header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-apple header h2:before {
  content: "\E928";
  font-family: "IcoMoon";
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-backpack header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-backpack header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-backpack header h2:before {
  content: "\E929";
  font-family: "IcoMoon";
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-bus header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-bus header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-bus header h2:before {
  content: "\E92A";
  font-family: "IcoMoon";
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-globe header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-globe header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-globe header h2:before {
  content: "\E92D";
  font-family: "IcoMoon";
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-pencil header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-pencil header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-pencil header h2:before {
  content: "\E92F";
  font-family: "IcoMoon";
  speak: none;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-teacher header h2 {
  position: relative;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-teacher header h2:before {
  position: relative;
  margin-right: 5px;
}

body:not(.fsComposeMode) .fast-facts > .fsElementContent .fast-fact.icon-teacher header h2:before {
  content: "\E931";
  font-family: "IcoMoon";
  speak: none;
}

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important;
  }

  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important;
  }

  html {
    font-size: 100%;
    /* for IE */
  }

  body {
    font-size: 62.5%;
  }

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  .slick-slide {
    display: none !important;
  }

  .slick-slide.slick-active {
    display: block !important;
  }

  .slick-list {
    height: auto !important;
  }

  .slick-track {
    width: auto !important;
    height: auto !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }

  .slick-track .slick-slide {
    width: auto !important;
  }

  a[class*='fs_style'] {
    border-color: #000000;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    page-break-inside: avoid;
  }

  /* Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .fsPanel > header ~ .fsElementContent {
    display: block;
  }
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /** Remove all paddings around the image on small screen */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}