/*!
 * Summit Country Day School - default_19
 * @link: https://summitcdsorg.finalsite.com
 * Site Template: newclientcustom
 * Built By: Ryan Reese
 * Project Manager: Michelle Walker
 * Designer: Heidi Beutel
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 5.3.2
 * Git Tag: v5.2.2-35-g4622ae9
 * Last built by: Jesse Rogers
 */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,700,700i|PT+Serif:400,400i,700,700i&display=swap);@import url(https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,700,700i|PT+Serif:400,400i,700,700i&display=swap);@import url(https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,700,700i|PT+Serif:400,400i,700,700i&display=swap);@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.17647em;
  margin-left: 1.17647em;
}

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

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

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/

/*! helpers - typography v0.0.1 */

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

.fsTitle,
.fsAthleticsRosterList li > div.fsRosterName,
.fsVimeoTitle,
.fsYoutubeTitle {
  margin: 0 0 15px;
  font-size: 1.0625rem;
  line-height: 1.41177;
  font-family: "PT Serif", serif;
  font-weight: 400;
  color: #291C5B;
}

.fsTitle:last-child,
.fsAthleticsRosterList li > div.fsRosterName:last-child,
.fsVimeoTitle:last-child,
.fsYoutubeTitle:last-child {
  margin-bottom: 0;
}

.fsTitle > a,
.fsAthleticsRosterList li > div.fsRosterName > a,
.fsVimeoTitle > a,
.fsYoutubeTitle > a {
  color: inherit;
  font-weight: 400;
  vertical-align: bottom;
  text-decoration: none;
}

.fsTitle > a:hover,
.fsAthleticsRosterList li > div.fsRosterName > a:hover,
.fsVimeoTitle > a:hover,
.fsYoutubeTitle > a:hover,
.fsTitle > a:focus,
.fsAthleticsRosterList li > div.fsRosterName > a:focus,
.fsVimeoTitle > a:focus,
.fsYoutubeTitle > a:focus {
  color: #54758A;
  text-decoration: underline;
}

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
  font-family: "PT Serif", serif;
  color:#291C5B;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 25px;
  line-height: 32px;
  font-family: "PT Serif", serif;
  color: #291C5B;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  h2 {
    font-size: 28px;
    line-height: 35px;
  }
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 23px;
  line-height: 28px;
  font-family: "PT Serif", serif;
  color: #291C5B;
  margin-bottom: 20px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 19px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #404040;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  margin-bottom: 20px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  font-family: "Montserrat", sans-serif;
  color: #404040;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  margin-bottom: 20px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  font-family: "Montserrat", sans-serif;
  color: #404040;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 20px;
}

p {
  margin: 0 0 30px;
}

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

hr {
  margin: 0 auto 30px;
}

a {
  text-decoration: underline;
  color: #54758A;
  font-weight: 700;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #291C5B;
}

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

.fsAthleticsEvent.fsTable .fsElementTable,
.fsAthleticsRoster .fsElementTable,
table.fs_style_3 {
  margin-bottom: 30px;
  width: 100%;
  border-bottom: solid 2px #F0F0F0;
}

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_3:last-child {
  margin-bottom: 0;
}

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

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.fs_style_3 th {
  padding: 15px 20px;
  background: #291C5B;
  color: #FFF;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.334;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_3 td {
  padding: 12px 20px;
  font-size: 0.9375rem;
  line-height: 1.734;
}

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

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

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

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

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

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

.fs_style_17.fs_style_19 {
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.6) !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: transparent;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
}

.fs_style_17.fs_style_19:hover,
.fs_style_17.fs_style_19:focus,
.fsStateSelected .fs_style_17.fs_style_19,
.fs_style_17.fs_style_19.on {
  border-color: #FFF !important;
  background: #FFF;
  color: #291C5B;
}

p:last-child .fs_style_17.fs_style_19 {
  margin-bottom: 0;
}

.fs_style_17.fs_style_20 {
  display: inline-block;
  border: 2px solid #D3D3D3 !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: transparent;
  color: #291C5B;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
}

.fs_style_17.fs_style_20:hover,
.fs_style_17.fs_style_20:focus,
.fsStateSelected .fs_style_17.fs_style_20,
.fs_style_17.fs_style_20.on {
  border-color: #291C5B !important;
  background: #291C5B;
  color: #FFF;
}

p:last-child .fs_style_17.fs_style_20 {
  margin-bottom: 0;
}

.fs_style_17.fs_style_21 {
  display: inline-block;
  border: 2px solid #54758A !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: transparent;
  color: #54758A;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
}

.fs_style_17.fs_style_21:hover,
.fs_style_17.fs_style_21:focus,
.fsStateSelected .fs_style_17.fs_style_21,
.fs_style_17.fs_style_21.on {
  border-color: #54758A !important;
  background: #54758A;
  color: #FFF;
}

p:last-child .fs_style_17.fs_style_21 {
  margin-bottom: 0;
}

.fs_style_17.fs_style_22 {
  display: inline-block;
  border: 2px solid #D3D3D3 !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: transparent;
  color: #4D4D4D;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
}

.fs_style_17.fs_style_22:hover,
.fs_style_17.fs_style_22:focus,
.fsStateSelected .fs_style_17.fs_style_22,
.fs_style_17.fs_style_22.on {
  border-color: #666666 !important;
  background: #666666;
  color: #FFF;
}

p:last-child .fs_style_17.fs_style_22 {
  margin-bottom: 0;
}

.fs_style_17.fs_style_23 {
  display: inline-block;
  border: 2px solid #291C5B !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: #291C5B;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
}

.fs_style_17.fs_style_23:hover,
.fs_style_17.fs_style_23:focus,
.fsStateSelected .fs_style_17.fs_style_23,
.fs_style_17.fs_style_23.on {
  border-color: #D3D3D3 !important;
  background: transparent;
  color: #291C5B;
}

p:last-child .fs_style_17.fs_style_23 {
  margin-bottom: 0;
}

.fs_style_17.fs_style_24 {
  display: inline-block;
  border: 2px solid #54758A !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: #54758A;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
}

.fs_style_17.fs_style_24:hover,
.fs_style_17.fs_style_24:focus,
.fsStateSelected .fs_style_17.fs_style_24,
.fs_style_17.fs_style_24.on {
  border-color: #54758A !important;
  background: transparent;
  color: #54758A;
}

p:last-child .fs_style_17.fs_style_24 {
  margin-bottom: 0;
}

.fs_style_17.fs_style_25 {
  display: inline-block;
  border: 2px solid #666666 !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: #666666;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
}

.fs_style_17.fs_style_25:hover,
.fs_style_17.fs_style_25:focus,
.fsStateSelected .fs_style_17.fs_style_25,
.fs_style_17.fs_style_25.on {
  border-color: #D3D3D3 !important;
  background: transparent;
  color: #4D4D4D;
}

p:last-child .fs_style_17.fs_style_25 {
  margin-bottom: 0;
}

.dark-bg {
  background: #291C5B;
  padding: 30px;
}

.fs_style_18.fs_style_19 {
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.6);
  margin: 0 0 10px;
  padding: 23px 28px;
  background: transparent;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.223;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
}

.fs_style_18.fs_style_19:hover,
.fs_style_18.fs_style_19:focus {
  border-color: #FFF;
  background: #FFF;
  color: #291C5B;
}

.fs_style_18.fs_style_19:hover em,
.fs_style_18.fs_style_19:focus em {
  color: #291C5B;
}

.fs_style_18.fs_style_19 em {
  display: block;
  font-style: normal;
  text-transform: none;
  margin-top: 5px;
  letter-spacing: 0;
  color: #FFF;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.26667;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.fs_style_18.fs_style_20 {
  display: inline-block;
  border: 2px solid #D3D3D3;
  margin: 0 0 10px;
  padding: 23px 28px;
  background: transparent;
  color: #291C5B;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.223;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
}

.fs_style_18.fs_style_20:hover,
.fs_style_18.fs_style_20:focus {
  border-color: #291C5B;
  background: #291C5B;
  color: #FFF;
}

.fs_style_18.fs_style_20:hover em,
.fs_style_18.fs_style_20:focus em {
  color: #FFF;
}

.fs_style_18.fs_style_20 em {
  display: block;
  font-style: normal;
  text-transform: none;
  margin-top: 5px;
  letter-spacing: 0;
  color: #404040;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.26667;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.fs_style_18.fs_style_21 {
  display: inline-block;
  border: 2px solid #54758A;
  margin: 0 0 10px;
  padding: 23px 28px;
  background: transparent;
  color: #54758A;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.223;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
}

.fs_style_18.fs_style_21:hover,
.fs_style_18.fs_style_21:focus {
  border-color: #54758A;
  background: #54758A;
  color: #FFF;
}

.fs_style_18.fs_style_21:hover em,
.fs_style_18.fs_style_21:focus em {
  color: #FFF;
}

.fs_style_18.fs_style_21 em {
  display: block;
  font-style: normal;
  text-transform: none;
  margin-top: 5px;
  letter-spacing: 0;
  color: #404040;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.26667;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.fs_style_18.fs_style_22 {
  display: inline-block;
  border: 2px solid #D3D3D3;
  margin: 0 0 10px;
  padding: 23px 28px;
  background: transparent;
  color: #4D4D4D;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.223;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
}

.fs_style_18.fs_style_22:hover,
.fs_style_18.fs_style_22:focus {
  border-color: #666666;
  background: #666666;
  color: #FFF;
}

.fs_style_18.fs_style_22:hover em,
.fs_style_18.fs_style_22:focus em {
  color: #FFF;
}

.fs_style_18.fs_style_22 em {
  display: block;
  font-style: normal;
  text-transform: none;
  margin-top: 5px;
  letter-spacing: 0;
  color: #404040;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.26667;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.fs_style_18.fs_style_23 {
  display: inline-block;
  border: 2px solid #291C5B;
  margin: 0 0 10px;
  padding: 23px 28px;
  background: #291C5B;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.223;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
}

.fs_style_18.fs_style_23:hover,
.fs_style_18.fs_style_23:focus {
  border-color: #D3D3D3;
  background: transparent;
  color: #291C5B;
}

.fs_style_18.fs_style_23:hover em,
.fs_style_18.fs_style_23:focus em {
  color: #291C5B;
}

.fs_style_18.fs_style_23 em {
  display: block;
  font-style: normal;
  text-transform: none;
  margin-top: 5px;
  letter-spacing: 0;
  color: #FFF;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.26667;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.fs_style_18.fs_style_24 {
  display: inline-block;
  border: 2px solid #54758A;
  margin: 0 0 10px;
  padding: 23px 28px;
  background: #54758A;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.223;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
}

.fs_style_18.fs_style_24:hover,
.fs_style_18.fs_style_24:focus {
  border-color: #54758A;
  background: transparent;
  color: #54758A;
}

.fs_style_18.fs_style_24:hover em,
.fs_style_18.fs_style_24:focus em {
  color: #54758A;
}

.fs_style_18.fs_style_24 em {
  display: block;
  font-style: normal;
  text-transform: none;
  margin-top: 5px;
  letter-spacing: 0;
  color: #FFF;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.26667;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.fs_style_18.fs_style_25 {
  display: inline-block;
  border: 2px solid #666666;
  margin: 0 0 10px;
  padding: 23px 28px;
  background: #666666;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.223;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
}

.fs_style_18.fs_style_25:hover,
.fs_style_18.fs_style_25:focus {
  border-color: #D3D3D3;
  background: transparent;
  color: #4D4D4D;
}

.fs_style_18.fs_style_25:hover em,
.fs_style_18.fs_style_25:focus em {
  color: #4D4D4D;
}

.fs_style_18.fs_style_25 em {
  display: block;
  font-style: normal;
  text-transform: none;
  margin-top: 5px;
  letter-spacing: 0;
  color: #FFF;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.26667;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.fs_style_14,
.fs_style_15 {
  position: relative;
  display: inline-block;
  padding: 15px 18px 15px 49px;
  border: 2px solid #D3D3D3;
  margin-bottom: 6px;
  font-size: 0.875rem;
  line-height: 1.2143;
  color: #291C5B;
  max-width: 300px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}

.fs_style_14:hover,
.fs_style_14:focus,
.fs_style_15:hover,
.fs_style_15:focus {
  background: #291C5B;
  border-color: #291C5B;
  color: #FFF;
}

.fs_style_14:before,
.fs_style_15:before {
  position: absolute;
  top: 15px;
  left: 18px;
  font-size: 1rem;
  line-height: 1;
  color: #05C3DD;
}

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

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

.fsStyleDefaultButton {
  display: inline-block;
  border: 2px solid #D3D3D3 !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: transparent;
  color: #291C5B;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  border-color: #291C5B !important;
  background: #291C5B;
  color: #FFF;
}

p:last-child .fsStyleDefaultButton {
  margin-bottom: 0;
}

.fsStyleDefaultButton.fsLoadMoreButton {
  margin: 30px auto 0;
  display: table;
}

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

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

.fsStyleUpdateButton {
  display: inline-block;
  border: 2px solid #D3D3D3 !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: transparent;
  color: #291C5B;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  border-color: #291C5B !important;
  background: #291C5B;
  color: #FFF;
}

p:last-child .fsStyleUpdateButton {
  margin-bottom: 0;
}

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

.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 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 2px #F0F0F0;
}

.fsList .fsListItems:last-of-type > article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.fsList .fsListItems:last-of-type > .fsMonthContainer:last-child > .fsDayContainer:last-child article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsList .fsListItems:last-of-type > .fsDayContainer:last-child article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsList li.fsListItem {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 2px #F0F0F0;
}

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

.fsListNav .fsStyleDefaultList .fsListItem.fsResourceCollection.fsStateExpanded > .fsResourceCollectionLink {
  margin-bottom: 10px;
}

.fsListNav .fsListLevel1 > .fsListItem {
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: solid 2px #F0F0F0;
}

.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: #291C5B;
  font-size: 45px;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  line-height: 1;
  width: auto;
  height: auto;
  position: absolute;
}

.fsSlideshow .fsNextButton.fsLeftArrow:before,
.fsSlideshow .fsNextButton.fsRightArrow:before,
.fsSlideshow .fsPrevButton.fsLeftArrow:before,
.fsSlideshow .fsPrevButton.fsRightArrow:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.fsSlideshow .fsNextButton.fsLeftArrow:before,
.fsSlideshow .fsPrevButton.fsLeftArrow:before {
  left: 0;
}

.fsSlideshow .fsNextButton.fsRightArrow:before,
.fsSlideshow .fsPrevButton.fsRightArrow:before {
  right: 0;
}

.fsSlideshow .fsNextButton:hover:before,
.fsSlideshow .fsNextButton:focus:before,
.fsSlideshow .fsPrevButton:hover:before,
.fsSlideshow .fsPrevButton:focus:before {
  color: rgba(26, 26, 26, 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: #291C5B;
}

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

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

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

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

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

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

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

.fsElementDialog {
  color: #291C5B;
}

.fs_style_1 {
  display: block;
  font-size: 1.375rem;
  line-height: 1.45455;
  color: #0092BC;
  font-weight: 700;
}

blockquote {
  margin: 40px 0;
  padding: 0px 48px;
  position: relative;
  font-size: 1.3125rem;
  line-height: 1.61905;
  color: #291C5B;
  font-family: "PT Serif", serif;
}

blockquote:before,
blockquote:after {
  position: absolute;
  font-size: 1.3125rem;
  line-height: 1;
  color: #05C3DD;
}

blockquote:before {
  content: "\E908";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  top: 0;
  left: 0;
}

blockquote:after {
  content: "\E907";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  bottom: 0;
  right: 0;
}

.fsBannerLeft blockquote,
.fsBannerRight blockquote,
.fsStyleOneThird blockquote,
.fsTwoColumnLayout blockquote,
.fsThreeColumnLayout > .fsDiv blockquote,
.fsFourColumnLayout > .fsDiv blockquote {
  padding: 41px 0px;
  text-align: center;
}

.fsBannerLeft blockquote:before,
.fsBannerRight blockquote:before,
.fsStyleOneThird blockquote:before,
.fsTwoColumnLayout blockquote:before,
.fsThreeColumnLayout > .fsDiv blockquote:before,
.fsFourColumnLayout > .fsDiv blockquote:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fsBannerLeft blockquote:after,
.fsBannerRight blockquote:after,
.fsStyleOneThird blockquote:after,
.fsTwoColumnLayout blockquote:after,
.fsThreeColumnLayout > .fsDiv blockquote:after,
.fsFourColumnLayout > .fsDiv blockquote:after {
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

blockquote:last-child {
  margin-bottom: 0;
}

cite {
  display: block;
  margin: 20px 0 0;
  font-style: normal;
  color: #666666;
  letter-spacing: 0.5px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 1.35714;
}

.fs_style_2 {
  font-size: 1.5rem;
  line-height: 1.45834;
  font-family: "PT Serif", serif;
  color: #291C5B;
  display: block;
  margin: 40px 0;
}

p:last-child .fs_style_2 {
  margin-bottom: 0;
}

.fs_style_2:before {
  content: '';
  display: block;
  width: 50px;
  height: 5px;
  background: #05C3DD;
  margin-bottom: 30px;
}

.fs_style_2 .fs_style_16 {
  font-size: 0.875rem;
  line-height: 1.42858;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #404040;
  display: block;
  margin-bottom: 10px;
}

.fs_style_4 {
  font-size: 1.5rem;
  line-height: 1.45834;
  font-family: "PT Serif", serif;
  color: #FFF;
  background: #291C5B;
  display: block;
  margin: 40px 0;
  padding: 25px 30px;
  position: relative;
  z-index: 1;
}

.fs_style_4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(images/shieldpattern.png);
  opacity: 0.4;
}

p:last-child .fs_style_4 {
  margin-bottom: 0;
}

.fs_style_4 .fs_style_16 {
  font-size: 0.875rem;
  line-height: 1.42858;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.fs_style_5 {
  font-size: 1.5rem;
  line-height: 1.45834;
  font-family: "PT Serif", serif;
  color: #FFF;
  background: #54758A;
  display: block;
  margin: 40px 0;
  padding: 25px 30px;
}

p:last-child .fs_style_5 {
  margin-bottom: 0;
}

.fs_style_5 .fs_style_16 {
  font-size: 0.875rem;
  line-height: 1.42858;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.card.blue {
  background: #291C5B;
  color: #FFF;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.card.blue:before,
.card.blue:after {
  content: '';
  position: absolute;
  bottom: -52px;
  border-left: 244px solid transparent;
  border-right: 244px solid transparent;
  border-bottom: 273px solid rgba(0, 38, 142, 0.5);
  z-index: -2;
}

.card.blue:before {
  left: calc(50% - 97px - 269px);
}

.card.blue:after {
  right: calc(50% - 97px - 269px);
}

.card.blue > .fsElementContent {
  min-height: 268px;
}

.card.blue > .fsElementContent:before {
  content: '';
  position: absolute;
  bottom: -52px;
  left: calc(50% - 269px);
  border-left: 269px solid transparent;
  border-right: 269px solid transparent;
  border-bottom: 300px solid rgba(0, 38, 142, 0.5);
  z-index: -1;
}

.fsBannerLeft .card.blue:before,
.fsBannerLeft .card.blue:after,
.fsBannerLeft .card.blue > .fsElementContent:before,
.fsBannerRight .card.blue:before,
.fsBannerRight .card.blue:after,
.fsBannerRight .card.blue > .fsElementContent:before,
.fsStyleOneThird .card.blue:before,
.fsStyleOneThird .card.blue:after,
.fsStyleOneThird .card.blue > .fsElementContent:before,
.fsTwoColumnLayout .card.blue:before,
.fsTwoColumnLayout .card.blue:after,
.fsTwoColumnLayout .card.blue > .fsElementContent:before,
.fsThreeColumnLayout > .fsDiv .card.blue:before,
.fsThreeColumnLayout > .fsDiv .card.blue:after,
.fsThreeColumnLayout > .fsDiv .card.blue > .fsElementContent:before,
.fsFourColumnLayout > .fsDiv .card.blue:before,
.fsFourColumnLayout > .fsDiv .card.blue:after,
.fsFourColumnLayout > .fsDiv .card.blue > .fsElementContent:before {
  content: normal;
}

.fsBannerLeft .card.blue > .fsElementContent,
.fsBannerRight .card.blue > .fsElementContent,
.fsStyleOneThird .card.blue > .fsElementContent,
.fsTwoColumnLayout .card.blue > .fsElementContent,
.fsThreeColumnLayout > .fsDiv .card.blue > .fsElementContent,
.fsFourColumnLayout > .fsDiv .card.blue > .fsElementContent {
  min-height: 0;
}

.card.blue h1,
.card.blue h2,
.card.blue h3,
.card.blue h4,
.card.blue h5,
.card.blue h6 {
  color: inherit;
}

.card.blue a {
  color: #F3D54E;
}

.card.blue a:hover,
.card.blue a:focus {
  color: #05C3DD;
}

.card.grey,
.card.gray {
  background: #F6F6F6;
}

.card.grey h3,
.card.gray h3 {
  color: #291C5B;
}

.card.shields {
  background: #291C5B;
  color: #FFF;
  position: relative;
  z-index: 1;
}

.card.shields:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(images/shieldpattern.png);
  opacity: 0.4;
}

.card.shields h1,
.card.shields h2,
.card.shields h3,
.card.shields h4,
.card.shields h5,
.card.shields h6 {
  color: inherit;
}

.card.shields a {
  color: #F3D54E;
}

.card.shields a:hover,
.card.shields a:focus {
  color: #05C3DD;
}

.card > header .fsElementHeaderContent {
  margin: 0;
}

.card > header .fsElementHeaderContent img {
  width: 100%;
  display: block;
}

.card > .fsElementContent {
  padding: 30px;
}

.card p,
.card ul,
.card ol {
  margin-bottom: 20px;
}

.card p:last-child,
.card ul:last-child,
.card ol:last-child {
  margin-bottom: 0;
}

.card a {
  display: inline-block;
}

.fsContent.styled.teal-bar > .fsElementContent:before {
  background: #05C3DD;
}

.fsContent.styled.small-heading > header .fsElementTitle {
  text-transform: uppercase;
  color: #291C5B;
  font-size: 0.9375rem;
  line-height: 1.46667;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}

.fsContent.styled > header .fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 23px;
  line-height: 28px;
  font-family: "PT Serif", serif;
  color:#291C5B;
  margin-bottom: 20px;
  margin-bottom: 15px;
}

.fsContent.styled > .fsElementContent {
  border-left: solid 2px #F0F0F0;
  padding-left: 28px;
}

.fsContent.styled > .fsElementContent:before {
  content: '';
  display: block;
  width: 50px;
  height: 5px;
  background: #F0B323;
  margin-bottom: 25px;
}

.juicer-feed:not(.slider) .j-twitter-post-icon:before {
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

.juicer-feed:not(.slider) .j-twitter-post-icon:hover:before,
.juicer-feed:not(.slider) .j-twitter-post-icon:focus:before {
  color: #3ea1ec !important;
}

.juicer-feed:not(.slider) .j-poster a:hover,
.juicer-feed:not(.slider) .j-poster a:focus,
.juicer-feed:not(.slider) .j-message a:hover,
.juicer-feed:not(.slider) .j-message a:focus,
.juicer-feed:not(.slider) .j-twitter-meta a:hover,
.juicer-feed:not(.slider) .j-twitter-meta a:focus,
#fsAccountBar a:hover,
#fsAccountBar a:focus {
  text-decoration: underline !important;
  color: #291C5B !important;
}

.juicer-feed:not(.slider) .j-poster a {
  color: #54758A;
}

.juicer-feed:not(.slider) .j-poster a .j-date {
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

.juicer-feed:not(.slider) .j-poster a:hover,
.juicer-feed:not(.slider) .j-poster a:focus {
  color: #291C5B !important;
}

.juicer-feed:not(.slider) .j-poster a:hover .j-date,
.juicer-feed:not(.slider) .j-poster a:focus .j-date {
  color: #291C5B;
}

.juicer-feed:not(.slider) .j-poster a h3 {
  color: inherit;
}

.juicer-feed:not(.slider) .j-poster a.j-twitter-post-icon:hover,
.juicer-feed:not(.slider) .j-poster a.j-twitter-post-icon:focus {
  text-decoration: none !important;
}

.blue-line hr {
  display: inline-block;
  width: 50px;
  height: 5px;
  background: #05C3DD;
  margin-bottom: 20px;
  border: 0;
  margin-top: 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: #291C5B;
  background: transparent;
}

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

.fsNavigation a:hover,
.fsNavigation a:focus {
  color: #291C5B;
  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 {
  margin-top: 25px;
  padding: 0 20px;
  font-size: 0.75rem;
  line-height: 1.25;
  font-weight: 700;
  color: #666666;
  letter-spacing: 0.5px;
}

@media (min-width: 600px) {
  .fsBreadcrumb {
    margin-top: 35px;
    padding: 0 35px;
  }
}

.fsBreadcrumb.breadcrumbs-empty {
  display: none;
}

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

.fsBreadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBreadcrumb ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}

.fsBreadcrumb ul a {
  font-weight: 500;
  color: #666666;
  padding: 0;
  text-decoration: none;
}

.fsBreadcrumb ul a:hover,
.fsBreadcrumb ul a:focus {
  color: #291C5B;
}

.fsBreadcrumb ul span {
  font-size: 0;
  line-height: 1;
  margin: 0 10px;
  color: #7F7F7E;
  font-weight: 400;
  letter-spacing: 0;
}

.fsBreadcrumb ul span:before {
  content: "//";
  display: block;
  font-size: 0.875rem;
  line-height: 1.2858;
}

.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 {
  background-color: transparent;
  padding: 0 35px;
}

@media (max-width: 999px) {
  .nav-tier {
    display: none;
  }
}

.nav-tier.nav-tier-empty {
  display: none;
}

.nav-tier nav {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  padding: 30px 0;
  border-bottom: solid 2px #F0F0F0;
}

.nav-tier ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px 0;
}

.nav-tier ul li {
  padding: 0 17.5px;
  margin: 8px 0;
}

.nav-tier ul li a {
  display: block;
  padding: 0px 0px;
  color: #404040;
  background: transparent;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 400;
  text-decoration: none;
}

.nav-tier ul li a:hover,
.nav-tier ul li a:focus {
  color: #54758A;
  background: transparent;
  text-decoration: underline;
}

.nav-tier ul li.fsNavCurrentPage > a {
  color: #291C5B;
  background: transparent;
  font-weight: 700;
}

.nav-tier ul li.fsNavCurrentPage > a:hover,
.nav-tier ul li.fsNavCurrentPage > a:focus {
  color: #54758A;
  background: transparent;
}

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

.nav-tier ul li.fsNavCurrentPageAncestor > a {
  color: #291C5B;
  background: transparent;
  font-weight: 700;
}

.nav-tier ul li.fsNavCurrentPageAncestor > a:hover,
.nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
  color: #54758A;
  background: transparent;
}

.nav-sub {
  display: none;
}

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

.nav-sub > header .fsElementTitle {
  position: relative;
  margin-bottom: 0;
  display: block;
  color:#291C5B;
  background-color: transparent;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  position: relative;
  padding-right: 40px;
}

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

.nav-sub > header .fsElementTitle:hover {
  background-color: transparent;
  color: #291C5B;
}

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

.nav-sub > header .fsElementTitle:after {
  content: "\E90C";
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  margin: 0;
  top: 50%;
  right: 20px;
  -webkit-transform: rotate(-180deg) translateY(-50%);
      -ms-transform: rotate(-180deg) translateY(-50%);
          transform: rotate(-180deg) translateY(-50%);
  font-family: "IcoMoon";
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}

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

.nav-sub > .fsElementContent ul li {
  margin-bottom: 19px;
}

.nav-sub > .fsElementContent ul li:last-child {
  margin-bottom: 0;
}

.nav-sub > .fsElementContent ul li a {
  display: block;
  padding: 0px 0px;
  color: #404040;
  background: transparent;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.nav-sub > .fsElementContent ul li a:hover,
.nav-sub > .fsElementContent ul li a:focus {
  color: #54758A;
  background: transparent;
  text-decoration: underline;
}

.nav-sub > .fsElementContent ul li.expanded > .fsNavPageInfo {
  display: block;
}

.nav-sub > .fsElementContent ul li.fsNavParentPage > a {
  padding-right: 22px;
}

.nav-sub > .fsElementContent ul li.fsNavCurrentPage:before {
  background: #F0B323;
}

.nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
  color: #291C5B;
  background: transparent;
  font-weight: 700;
}

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

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

.nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
  color: #291C5B;
  background: transparent;
  font-weight: 700;
}

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

.nav-sub > .fsElementContent ul li.active:before {
  background: #F0B323;
}

.nav-sub > .fsElementContent ul li.active > a {
  color: #291C5B;
  font-weight: 700;
}

.nav-sub > .fsElementContent ul li.active > a:hover,
.nav-sub > .fsElementContent ul li.active > a:focus {
  color: #54758A;
}

.nav-sub > .fsElementContent ul li.active > a > .drop-trigger {
  color: #291C5B;
}

.nav-sub > .fsElementContent ul li.active > a > .drop-trigger:before {
  content: "\E90D";
}

.nav-sub > .fsElementContent .drop-trigger {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: -5px;
  font-size: 0;
  line-height: 1;
  width: 22px;
  height: 22px;
  cursor: pointer;
  color: #404040;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

.nav-sub > .fsElementContent .drop-trigger:before {
  content: "\E90C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.nav-sub > .fsElementContent .fsNavPageInfo {
  display: none;
  padding-left: 20px;
  margin-top: 19px;
}

.nav-sub > .fsElementContent li:last-child > .fsNavPageInfo {
  padding-bottom: 0;
}

.nav-sub > .fsElementContent .fsNavLevel1 {
  padding: 16px 0 16px 27px;
  -webkit-box-shadow: inset 2px 0 0 0 #F0F0F0;
          box-shadow: inset 2px 0 0 0 #F0F0F0;
}

.nav-sub > .fsElementContent .fsNavLevel1 > li {
  position: relative;
  padding-bottom: 19px;
  border-bottom: 1px solid #F0F0F0;
}

.nav-sub > .fsElementContent .fsNavLevel1 > li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.nav-sub > .fsElementContent .fsNavLevel1 > li:before {
  content: '';
  position: absolute;
  top: -17px;
  left: -25px;
  width: 5px;
  height: calc(100% + 17px);
  background: transparent;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
}

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

.nav-sub > .fsElementContent .fsNavLevel1 > li:last-child:before {
  height: calc(100% + 34px);
}

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

.nav-sub.active-nav > header .fsElementTitle {
  background-color: transparent;
  color: #291C5B;
}

.nav-sub.active-nav > header .fsElementTitle:after {
  content: "\E90D";
  -webkit-transform: rotate(0) translateY(-50%);
      -ms-transform: rotate(0) translateY(-50%);
          transform: rotate(0) translateY(-50%);
}

@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;
  margin: 20px 20px 0;
}

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

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

.nav-sub.show-title > header .fsElementTitle {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}

.nav-sub.show-title > header .fsElementTitle:after {
  display: none;
}

.nav-main .fsNavLevel1 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-main .fsNavLevel1 > li {
  position: relative;
}

.nav-main .fsNavLevel1 > li:after {
  content: '';
  position: absolute;
  top: calc(100% + 20px);
  left: calc(50% - 1px);
  width: 2px;
  height: 0px;
  background: rgba(0, 0, 0, 0.42);
  opacity: 0;
  -webkit-transition: 0.3s all 0.3s, 0.3s opacity;
  transition: 0.3s all 0.3s, 0.3s opacity;
  z-index: 3000;
}

.nav-main .fsNavLevel1 > li:hover > a,
.nav-main .fsNavLevel1 > li.menu-item-open > a {
  color: #FFF;
}

.nav-main .fsNavLevel1 > li:hover > a:after,
.nav-main .fsNavLevel1 > li.menu-item-open > a:after {
  opacity: 1;
  width: calc(100% - 20px);
  height: 5px;
  background-color: #F0B323;
}

@media (min-width: 1100px) {
  .nav-main .fsNavLevel1 > li:hover > a:after,
  .nav-main .fsNavLevel1 > li.menu-item-open > a:after {
    width: calc(100% - 40px);
  }
}

@media (min-width: 1400px) {
  .nav-main .fsNavLevel1 > li:hover > a:after,
  .nav-main .fsNavLevel1 > li.menu-item-open > a:after {
    width: calc(100% - 70px);
  }
}

.nav-main .fsNavLevel1 > li:hover:after,
.nav-main .fsNavLevel1 > li.menu-item-open:after {
  top: calc(100% + 5px);
  height: 30px;
  opacity: 1;
  -webkit-transition: 0.3s all 0.1s ease-in-out;
  transition: 0.3s all 0.1s ease-in-out;
}

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

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

.nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:after {
  opacity: 1;
  width: calc(100% - 20px);
  height: 5px;
  background-color: #F0B323;
}

@media (min-width: 1100px) {
  .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:after {
    width: calc(100% - 40px);
  }
}

@media (min-width: 1400px) {
  .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:after {
    width: calc(100% - 70px);
  }
}

.nav-main .fsNavLevel1 > li > a {
  display: block;
  color: #FFF;
  padding: 26px 10px;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

@media (min-width: 1100px) {
  .nav-main .fsNavLevel1 > li > a {
    padding: 40px 20px;
  }
}

@media (min-width: 1200px) {
  .nav-main .fsNavLevel1 > li > a {
    font-size: 1.0625rem;
  }
}

@media (min-width: 1400px) {
  .nav-main .fsNavLevel1 > li > a {
    padding: 40px 35px;
  }
}

.nav-main .fsNavLevel1 > li > a:focus {
  color: #FFF;
}

.nav-main .fsNavLevel1 > li > a:focus:after {
  opacity: 1;
  width: calc(100% - 20px);
  height: 5px;
  background-color: #F0B323;
}

@media (min-width: 1100px) {
  .nav-main .fsNavLevel1 > li > a:focus:after {
    width: calc(100% - 40px);
  }
}

@media (min-width: 1400px) {
  .nav-main .fsNavLevel1 > li > a:focus:after {
    width: calc(100% - 70px);
  }
}

.nav-main .fsNavLevel1 > li > a:after {
  content: '';
  position: absolute;
  bottom: -0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: transparent;
  opacity: 0;
}

.nav-main .fsNavPageInfo {
  text-align: left;
  padding-top: 20px;
  position: absolute;
  top: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.nav-main .fsNavLevel1:first-child .fsNavPageInfo {
  left: 10px;
}

@media (min-width: 1100px) {
  .nav-main .fsNavLevel1:first-child .fsNavPageInfo {
    left: 20px;
  }
}

@media (min-width: 1400px) {
  .nav-main .fsNavLevel1:first-child .fsNavPageInfo {
    left: 35px;
  }
}

.nav-main .fsNavLevel1:last-child .fsNavPageInfo {
  right: 10px;
}

@media (min-width: 1100px) {
  .nav-main .fsNavLevel1:last-child .fsNavPageInfo {
    right: 20px;
  }
}

@media (min-width: 1400px) {
  .nav-main .fsNavLevel1:last-child .fsNavPageInfo {
    right: 35px;
  }
}

body.fsComposeMode .nav-main .fsNavPageInfo {
  display: none;
}

.nav-main .fsNavPageInfo .inner {
  background: #666666;
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.nav-main .fsNavLevel2 {
  margin-bottom: -18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 460px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.nav-main .fsNavLevel2 li {
  width: calc(50% - 10px);
  margin-bottom: 18px;
}

.nav-main .fsNavLevel2 li:nth-child(2n + 2) {
  margin-left: 20px;
}

.nav-main .fsNavLevel2 li a {
  display: block;
  color: #FFF;
  background: transparent;
  padding: 0;
  font-weight: 500;
  text-decoration: none;
  font-size: 0.9375rem;
  line-height: 1.267;
  letter-spacing: 0.5px;
}

.nav-main .fsNavLevel2 li a:hover,
.nav-main .fsNavLevel2 li a:focus {
  color: rgba(255, 255, 255, 0.85);
  background: transparent;
  text-decoration: underline;
}

.nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
  color: rgba(255, 255, 255, 0.85);
  background: transparent;
  text-decoration: underline;
}

.nav-main .fsNavPageDescription {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.9375rem;
  line-height: 1.267;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFF;
}

.nav-main .fsNavPageDescription ul {
  list-style: none;
  margin: 15px 0 0;
  border-left: 2px solid rgba(0, 0, 0, 0.3);
  padding-left: 28px;
}

.nav-main .fsNavPageDescription ul:before {
  content: '';
  display: block;
  width: 50px;
  height: 5px;
  background: #F0B323;
  margin-bottom: 20px;
}

.nav-main .fsNavPageDescription ul li:not(:last-child) {
  margin-bottom: 15px;
}

.nav-main .fsNavPageDescription ul li a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.8125rem;
  line-height: 1.38462;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 0;
}

.nav-main .fsNavPageDescription ul li a:hover,
.nav-main .fsNavPageDescription ul li a:focus {
  color: #FFF;
  text-decoration: underline;
}

#fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s,
 visibility .3s,
 -webkit-transform .3s;
  transition: opacity .3s,
 visibility .3s,
 -webkit-transform .3s;
  transition: opacity .3s,
 visibility .3s,
 transform .3s;
  transition: opacity .3s,
 visibility .3s,
 transform .3s,
 -webkit-transform .3s;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, -20%, 0);
          transform: translate3d(0, -20%, 0);
  -webkit-transform: translate(0, -20%);
      -ms-transform: translate(0, -20%);
          transform: translate(0, -20%);
  top: 89px;
  height: calc(100% - 89px);
  z-index: 2000;
  background: #291C5B;
  padding: 60px 30px 30px;
}

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

@media (min-width: 1000px) {
  #fsMenu {
    display: none;
  }
}

#fsMenu .fsElement {
  margin-bottom: 0;
}

#fsMenu .nav-main-mobile {
  margin-bottom: 40px;
}

#fsMenu .nav-main-mobile .fsNavLevel1 li {
  margin-bottom: 20px;
}

#fsMenu .nav-main-mobile .fsNavLevel1 li:last-child {
  margin-bottom: 0;
}

#fsMenu .nav-main-mobile .fsNavLevel1 li.expanded > a,
#fsMenu .nav-main-mobile .fsNavLevel1 li.active > a {
  color: #F3D54E;
  text-decoration: underline;
}

#fsMenu .nav-main-mobile .fsNavLevel1 li.fsNavParentPage.expanded > .fsNavPageInfo {
  display: block;
}

#fsMenu .nav-main-mobile .fsNavLevel1 li.fsNavParentPage.active > a > .drop-trigger:before {
  content: "\E90D";
}

#fsMenu .nav-main-mobile .fsNavLevel1 li.fsNavParentPage > a {
  position: relative;
  padding-right: 22px;
}

#fsMenu .nav-main-mobile .fsNavLevel1 li a {
  padding: 0;
  color: #FFF;
  letter-spacing: 0.5px;
  text-decoration: none;
}

#fsMenu .nav-main-mobile .fsNavLevel1 li a:hover,
#fsMenu .nav-main-mobile .fsNavLevel1 li a:focus {
  color: #F3D54E;
  text-decoration: underline;
}

#fsMenu .nav-main-mobile .fsNavLevel1 li ul {
  padding-top: 25px;
  padding-left: 20px;
}

#fsMenu .nav-main-mobile .fsNavLevel1 li ul li a {
  font-size: 0.9375rem;
  line-height: 1.334;
  font-weight: 500;
}

#fsMenu .nav-main-mobile .fsNavLevel1 > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 25px;
  margin-bottom: 25px;
}

#fsMenu .nav-main-mobile .fsNavLevel1 > li > a {
  font-size: 1.0625rem;
  line-height: 1.1765;
  text-transform: uppercase;
  font-weight: 700;
}

#fsMenu .nav-main-mobile .drop-trigger {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -5px;
  width: 22px;
  height: 22px;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: inherit;
}

#fsMenu .nav-main-mobile .drop-trigger:before {
  content: "\E90C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 0.9375rem;
}

#fsMenu .nav-main-mobile .fsNavPageInfo {
  display: none;
}

#fsMenu .campaign-btn {
  margin-bottom: 40px;
}

#fsMenu .campaign-btn a {
  display: block;
  background: #F0B323;
  text-decoration: none;
  text-transform: uppercase;
  padding: 18px 17px;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: 0.5px;
  color: #291C5B;
}

#fsMenu .campaign-btn a span {
  display: none;
}

#fsMenu .campaign-btn a:hover,
#fsMenu .campaign-btn a:focus {
  background: #E0E0E0;
}

#fsMenu .nav-utility-header .fsNavLevel1 li {
  margin-bottom: 20px;
}

#fsMenu .nav-utility-header .fsNavLevel1 li:last-child {
  margin-bottom: 0;
}

#fsMenu .nav-utility-header .fsNavLevel1 li.expanded > a,
#fsMenu .nav-utility-header .fsNavLevel1 li.active > a {
  color: #F3D54E;
  text-decoration: underline;
}

#fsMenu .nav-utility-header .fsNavLevel1 li.fsNavParentPage.expanded > .fsNavPageInfo {
  display: block;
}

#fsMenu .nav-utility-header .fsNavLevel1 li.fsNavParentPage.active > a > .drop-trigger:before {
  content: "\E90D";
}

#fsMenu .nav-utility-header .fsNavLevel1 li.fsNavParentPage > a {
  position: relative;
  padding-right: 20px;
}

#fsMenu .nav-utility-header .fsNavLevel1 li a {
  padding: 0;
  color: #FFF;
  letter-spacing: 0.3px;
  text-decoration: none;
}

#fsMenu .nav-utility-header .fsNavLevel1 li a:hover,
#fsMenu .nav-utility-header .fsNavLevel1 li a:focus {
  color: #F3D54E;
  text-decoration: underline;
}

#fsMenu .nav-utility-header .fsNavLevel1 li ul {
  padding-top: 25px;
  padding-left: 20px;
}

#fsMenu .nav-utility-header .fsNavLevel1 li ul li a {
  font-size: 0.9375rem;
  line-height: 1.334;
  font-weight: 500;
  letter-spacing: 0.5px;
}

#fsMenu .nav-utility-header .fsNavLevel1 > li {
  margin-bottom: 25px;
}

#fsMenu .nav-utility-header .fsNavLevel1 > li > a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8125rem;
  line-height: 1.23077;
  padding: 0;
}

#fsMenu .nav-utility-header .fsNavLevel1 > li > a:hover,
#fsMenu .nav-utility-header .fsNavLevel1 > li > a:focus {
  color: #F3D54E;
  text-decoration: underline;
}

#fsMenu .nav-utility-header .drop-trigger {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -5px;
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: inherit;
}

#fsMenu .nav-utility-header .drop-trigger:before {
  content: "\E90C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 0.8125rem;
}

#fsMenu .nav-utility-header .fsNavPageInfo {
  display: none;
}

.nav-social .fsNavLevel1 {
  font-size: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 600px) {
  .nav-social .fsNavLevel1 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.nav-social .fsNavLevel1 li {
  border-bottom: 1px solid #291C5B;
  width: 25%;
}

@media (min-width: 600px) {
  .nav-social .fsNavLevel1 li {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.nav-social .fsNavLevel1 li:not(:last-child) {
  border-right: 1px solid #291C5B;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-social .fsNavLevel1 [href*='issuu']:hover,
.nav-social .fsNavLevel1 [href*='issuu']:focus {
  background: #291C5B;
  border-color: #291C5B;
  color: #FFF;
}

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

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

.nav-social .fsNavLevel1 a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  position: relative;
  background-color: #291C5B;
  text-align: center;
  height: 70px;
}

.nav-social .fsNavLevel1 a:before {
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*! structure - header v0.0.1 */

body.hero-present {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 1000px) {
  body.hero-present #fsHeader .nav-main {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    border-bottom: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 8;
  }

  body.hero-present #fsHeader .nav-main:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 80px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
  }
}

body.hero-present.show-page {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

body.hide-scrollbar {
  overflow: hidden;
}

#fsHeader {
  background: #FFF;
}

#fsHeader .fsElement {
  margin-bottom: 0;
}

#fsHeader .skip-link a {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px;
  background: #54758A;
  color: #FFF;
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 9999;
  text-transform: uppercase;
}

body.fsAccountBarVisible #fsHeader .skip-link a {
  top: 45px;
}

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

#fsHeader .site-info-container {
  border-top: 25px solid #291C5B;
  border-bottom: 18px solid #FFF;
  background: #291C5B;
  position: relative;
}

@media (min-width: 700px) {
  #fsHeader .site-info-container {
    border-top-width: 40px;
    border-bottom-width: 37px;
  }
}

@media (min-width: 1000px) {
  #fsHeader .site-info-container {
    border: 0;
    background: #291C5B;
    padding: 7px 130px 7px 30px;
  }
}

@media (min-width: 1100px) {
  #fsHeader .site-info-container {
    padding-left: 45px;
    padding-right: 150px;
  }
}

@media (min-width: 1400px) {
  #fsHeader .site-info-container {
    padding-left: 65px;
  }
}

#fsHeader .site-info-container > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1000px) {
  #fsHeader .site-info-container > .fsElementContent {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#fsHeader .logo {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFF;
  -webkit-box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
  z-index: 3500;
  width: 189px;
}

@media (min-width: 700px) {
  #fsHeader .logo {
    top: -40px;
    width: 250px;
  }
}

@media (min-width: 1000px) {
  #fsHeader .logo {
    top: 0;
    width: 240px;
  }
}

@media (min-width: 1100px) {
  #fsHeader .logo {
    width: 290px;
  }
}

#fsHeader .logo a {
  padding: 18px 16px;
}

@media (min-width: 700px) {
  #fsHeader .logo a {
    padding: 25px;
  }
}

@media (min-width: 1000px) {
  #fsHeader .logo a {
    padding: 20px;
  }
}

@media (min-width: 1100px) {
  #fsHeader .logo a {
    padding: 25px;
  }
}

#fsHeader .logo img {
  width: 157px;
}

@media (min-width: 700px) {
  #fsHeader .logo img {
    width: 200px;
  }
}

@media (min-width: 1100px) {
  #fsHeader .logo img {
    width: 240px;
  }
}

#fsHeader .logo a,
#fsHeader .logo picture,
#fsHeader .logo img {
  display: block;
}

#fsHeader .nav-utility-header {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  #fsHeader .nav-utility-header {
    margin-right: 25px;
  }
}

@media (max-width: 999px) {
  #fsHeader .nav-utility-header {
    display: none;
  }
}

#fsHeader .nav-utility-header .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#fsHeader .nav-utility-header .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

@media (min-width: 1200px) {
  #fsHeader .nav-utility-header .fsNavLevel1 {
    margin: 0 -12.5px;
  }
}

#fsHeader .nav-utility-header .fsNavLevel1:first-child .fsNavPageInfo {
  left: 5px;
}

#fsHeader .nav-utility-header .fsNavLevel1:last-child .fsNavPageInfo {
  right: 5px;
}

#fsHeader .nav-utility-header .fsNavLevel1 > li {
  margin: 0 5px;
  position: relative;
}

@media (min-width: 1200px) {
  #fsHeader .nav-utility-header .fsNavLevel1 > li {
    margin: 0 12.5px;
  }
}

#fsHeader .nav-utility-header .fsNavLevel1 > li.fsNavParentPage > a:after {
  content: "\E914";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 0.875rem;
  line-height: 1;
  margin-left: 5px;
}

#fsHeader .nav-utility-header .fsNavLevel1 > li:hover > a,
#fsHeader .nav-utility-header .fsNavLevel1 > li.menu-item-open > a {
  color: rgba(243, 213, 78, 0.85);
}

#fsHeader .nav-utility-header .fsNavLevel1 > li:hover > a:before,
#fsHeader .nav-utility-header .fsNavLevel1 > li.menu-item-open > a:before {
  opacity: 1;
  width: calc(100% - 10px);
  height: 3px;
  background: #F0B323;
}

#fsHeader .nav-utility-header .fsNavLevel1 > li:hover > .fsNavPageInfo,
#fsHeader .nav-utility-header .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  opacity: 1;
  visibility: visible;
}

#fsHeader .nav-utility-header .fsNavLevel1 > li:hover .fsNavLevel2:before,
#fsHeader .nav-utility-header .fsNavLevel1 > li.menu-item-open .fsNavLevel2:before {
  top: -15px;
  height: 30px;
}

#fsHeader .nav-utility-header .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
  color: rgba(243, 213, 78, 0.85);
}

#fsHeader .nav-utility-header .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:before {
  opacity: 1;
  width: calc(100% - 10px);
  height: 3px;
  background: #F0B323;
}

#fsHeader .nav-utility-header .fsNavLevel1 > li > a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8125rem;
  line-height: 1.23077;
  letter-spacing: 0.3px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  position: relative;
}

#fsHeader .nav-utility-header .fsNavLevel1 > li > a:before {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
}

#fsHeader .nav-utility-header .fsNavLevel1 > li > a:after {
  font-size: 0.875rem;
  line-height: 1;
  margin-left: 5px;
  letter-spacing: 0;
}

#fsHeader .nav-utility-header .fsNavLevel1 > li > a:hover,
#fsHeader .nav-utility-header .fsNavLevel1 > li > a:focus {
  color: rgba(243, 213, 78, 0.85);
}

#fsHeader .nav-utility-header .fsNavLevel1 > li > a:hover:before,
#fsHeader .nav-utility-header .fsNavLevel1 > li > a:focus:before {
  opacity: 1;
  width: calc(100% - 10px);
  height: 3px;
  background: #F0B323;
}

#fsHeader .nav-utility-header .fsNavPageInfo {
  position: absolute;
  top: 100%;
  z-index: 4500;
  padding-top: 27px;
  opacity: 0;
  visibility: hidden;
  width: 290px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

#fsHeader .nav-utility-header .fsNavLevel2 {
  background: #666666;
  padding: 35px;
  position: relative;
}

#fsHeader .nav-utility-header .fsNavLevel2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 33px;
  width: 2px;
  height: 0px;
  background: rgba(0, 0, 0, 0.42);
  -webkit-transition: 0.3s all 0.1s ease-in-out;
  transition: 0.3s all 0.1s ease-in-out;
}

#fsHeader .nav-utility-header .fsNavLevel2 > li:not(:last-child) {
  margin-bottom: 20px;
}

#fsHeader .nav-utility-header .fsNavLevel2 > li[class*="fsNavCurrentPage"] > a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
}

#fsHeader .nav-utility-header .fsNavLevel2 > li > a {
  padding: 0;
  color: #FFF;
  font-size: 0.9375rem;
  line-height: 1.26667;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-decoration: none;
}

#fsHeader .nav-utility-header .fsNavLevel2 > li > a:hover,
#fsHeader .nav-utility-header .fsNavLevel2 > li > a:focus {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
}

#fsHeader .campaign-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 400;
}

@media (max-width: 999px) {
  #fsHeader .campaign-btn {
    display: none;
  }
}

#fsHeader .campaign-btn a {
  display: block;
  text-decoration: none;
  background: url(images/campaignbtn-bg.svg) no-repeat;
  background-size: cover;
  width: 126px;
  height: 77px;
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: 0.5px;
  padding: 13px 11px 34px 35px;
  color: #291C5B;
  text-align: center;
  text-transform: uppercase;
}

#fsHeader .campaign-btn a span {
  position: absolute;
  top: 13px;
  left: 32%;
  max-width: 126px;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  z-index: 1;
}

#fsHeader .campaign-btn a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  background: url(images/campaignbtn-bg-hover.svg) no-repeat;
  background-size: cover;
}

#fsHeader .campaign-btn a:hover span,
#fsHeader .campaign-btn a:hover:after,
#fsHeader .campaign-btn a:focus span,
#fsHeader .campaign-btn a:focus:after {
  opacity: 1;
}

#fsHeader .nav-main {
  background: #291C5B;
  padding: 0 25px;
  border-bottom: 20px solid #FFF;
}

@media (min-width: 1200px) {
  #fsHeader .nav-main {
    padding: 0 35px;
  }
}

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

#fsHeader .nav-main nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#fsHeader .menu-toggle {
  position: relative;
}

#fsHeader .menu-toggle:after {
  content: '';
  position: absolute;
  top: calc(100% + 16px);
  left: calc(50% - 1px);
  width: 2px;
  height: 0px;
  background: rgba(0, 0, 0, 0.42);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  z-index: 7500;
}

body.drawer-is-active #fsHeader .menu-toggle:after {
  top: calc(100% - 4px);
  height: 40px;
  -webkit-transition: 0.3s all 0.1s ease-in-out;
  transition: 0.3s all 0.1s ease-in-out;
}

@media (min-width: 1000px) {
  #fsHeader .menu-toggle {
    display: none;
  }
}

#fsHeader .menu-toggle button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  width: 65px;
  height: 65px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0;
  line-height: 1;
  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;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  position: relative;
  z-index: 255;
}

#fsHeader .menu-toggle button:hover,
#fsHeader .menu-toggle button:focus {
  color: rgba(243, 213, 78, 0.85);
}

#fsHeader .menu-toggle button:hover:after,
#fsHeader .menu-toggle button:focus:after {
  opacity: 1;
  width: 14px;
  height: 3px;
  background: #F0B323;
}

#fsHeader .menu-toggle button:before {
  content: "\E91A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1rem;
  line-height: 1;
}

body.drawer-is-active #fsHeader .menu-toggle button:before {
  content: "\E919";
  font-size: 1.25rem;
}

#fsHeader .menu-toggle button:after {
  content: '';
  position: absolute;
  bottom: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
}

body.drawer-is-active #fsHeader .menu-toggle button:after {
  opacity: 1;
  width: 14px;
  height: 3px;
  background: #F0B323;
}

#fsHeader .site-search.search-is-open > header .fsElementHeaderContent:after {
  top: calc(100% - 4px);
  height: 40px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media (min-width: 700px) {
  #fsHeader .site-search.search-is-open > header .fsElementHeaderContent:after {
    top: calc(100% + 19px);
  }
}

#fsHeader .site-search.search-is-open > header .fsElementHeaderContent button:before {
  content: "\E919";
  font-size: 1.125rem;
}

#fsHeader .site-search.search-is-open > header .fsElementHeaderContent button:after {
  opacity: 1;
  width: 13px;
  height: 3px;
  background: #F0B323;
}

@media (min-width: 700px) {
  #fsHeader .site-search.search-is-open > header .fsElementHeaderContent button:after {
    width: calc(100% - 10px);
  }
}

#fsHeader .site-search.search-is-open > .fsElementContent {
  height: calc(100vh - 25px);
  padding-top: 83px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media (min-width: 700px) {
  #fsHeader .site-search.search-is-open > .fsElementContent {
    height: calc(100vh - 40px);
    padding-top: 120px;
  }
}

#fsHeader .site-search.search-is-open > .fsElementContent:before,
#fsHeader .site-search.search-is-open > .fsElementContent:after,
#fsHeader .site-search.search-is-open > .fsElementContent form:before {
  bottom: 0;
  opacity: 1;
}

#fsHeader .site-search.search-is-open > .fsElementContent:before,
#fsHeader .site-search.search-is-open > .fsElementContent:after {
  -webkit-transition: 0.4s all 0.1s;
  transition: 0.4s all 0.1s;
}

#fsHeader .site-search.search-is-open > .fsElementContent form:before {
  -webkit-transition: 0.3s all 0.2s;
  transition: 0.3s all 0.2s;
}

#fsHeader .site-search > header .fsElementHeaderContent {
  margin: 0;
  position: relative;
}

#fsHeader .site-search > header .fsElementHeaderContent:after {
  content: '';
  position: absolute;
  top: calc(100% + 16px);
  left: calc(50% - 1px);
  width: 2px;
  height: 0px;
  background: rgba(0, 0, 0, 0.42);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  z-index: 750;
}

@media (min-width: 700px) {
  #fsHeader .site-search > header .fsElementHeaderContent:after {
    top: calc(100% + 39px);
  }
}

#fsHeader .site-search > header .fsElementHeaderContent button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  width: 65px;
  height: 65px;
  cursor: pointer;
  font-size: 0;
  line-height: 1;
  display: block;
  color: rgba(255, 255, 255, 0.85);
  position: relative;
  z-index: 255;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

@media (min-width: 1000px) {
  #fsHeader .site-search > header .fsElementHeaderContent button {
    width: auto;
    height: auto;
    padding: 5px;
  }
}

#fsHeader .site-search > header .fsElementHeaderContent button:hover,
#fsHeader .site-search > header .fsElementHeaderContent button:focus {
  color: rgba(243, 213, 78, 0.85);
}

#fsHeader .site-search > header .fsElementHeaderContent button:hover:after,
#fsHeader .site-search > header .fsElementHeaderContent button:focus:after {
  opacity: 1;
  width: 13px;
  height: 3px;
  background: #F0B323;
}

@media (min-width: 1000px) {
  #fsHeader .site-search > header .fsElementHeaderContent button:hover:after,
  #fsHeader .site-search > header .fsElementHeaderContent button:focus:after {
    width: calc(100% - 10px);
  }
}

#fsHeader .site-search > header .fsElementHeaderContent button:before {
  content: "\E918";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 0.8125rem;
  line-height: 13px;
  display: block;
}

#fsHeader .site-search > header .fsElementHeaderContent button:after {
  content: '';
  position: absolute;
  bottom: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
}

@media (min-width: 1000px) {
  #fsHeader .site-search > header .fsElementHeaderContent button:after {
    bottom: -9px;
  }
}

#fsHeader .site-search > .fsElementContent {
  position: fixed;
  top: 25px;
  left: 0;
  width: 100%;
  height: calc(50vh - 12.5px);
  -webkit-transition: 0.4s all, 0.2s opacity;
  transition: 0.4s all, 0.2s opacity;
  padding-top: 0;
  z-index: 250;
  background: #291C5B;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 700px) {
  #fsHeader .site-search > .fsElementContent {
    top: 40px;
    height: calc(50vh - 20px);
  }
}

#fsHeader .site-search > .fsElementContent:before,
#fsHeader .site-search > .fsElementContent:after {
  content: '';
  position: absolute;
  bottom: -160px;
  border-left: 285px solid transparent;
  border-right: 285px solid transparent;
  border-bottom: 319px solid rgba(0, 38, 142, 0.5);
  z-index: -2;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media (min-width: 700px) {
  #fsHeader .site-search > .fsElementContent:before,
  #fsHeader .site-search > .fsElementContent:after {
    bottom: -250px;
    border-left-width: 448px;
    border-right-width: 448px;
    border-bottom-width: 500px;
  }
}

#fsHeader .site-search > .fsElementContent:before {
  left: calc(50% - 113px - 285px);
}

@media (min-width: 700px) {
  #fsHeader .site-search > .fsElementContent:before {
    left: calc(50% - 225px - 448px);
  }
}

#fsHeader .site-search > .fsElementContent:after {
  right: calc(50% - 113px - 285px);
}

@media (min-width: 700px) {
  #fsHeader .site-search > .fsElementContent:after {
    right: calc(50% - 225px - 448px);
  }
}

#fsHeader .site-search form {
  width: calc(100% - 40px);
}

@media (min-width: 700px) {
  #fsHeader .site-search form {
    width: 580px;
  }
}

#fsHeader .site-search form:before {
  content: '';
  position: absolute;
  bottom: -100px;
  left: calc(50% - 313px);
  border-left: 313px solid transparent;
  border-right: 313px solid transparent;
  border-bottom: 350px solid rgba(0, 38, 142, 0.5);
  z-index: -1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
}

@media (min-width: 700px) {
  #fsHeader .site-search form:before {
    bottom: -150px;
    left: calc(50% - 492px);
    border-left-width: 492px;
    border-right-width: 492px;
    border-bottom-width: 550px;
  }
}

#fsHeader .site-search form label {
  position: absolute;
  text-indent: -9999px;
  font-size: 0;
  margin: 0;
}

#fsHeader .site-search form .fsSearchElementKeyword {
  margin-bottom: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

#fsHeader .site-search form .fsSearchElementKeyword input {
  font-size: 1.25rem;
  line-height: 1.3;
  font-family: "PT Serif", serif;
  color: #FFF;
  background: transparent;
  border: 0;
  padding: 20px 30px;
  text-align: center;
}

@media (min-width: 700px) {
  #fsHeader .site-search form .fsSearchElementKeyword input {
    font-size: 1.875rem;
    line-height: 1.3;
  }
}

#fsHeader .site-search form .fsSearchElementKeyword input::-webkit-input-placeholder {
  color: #FFF;
}

#fsHeader .site-search form .fsSearchElementKeyword input:-moz-placeholder {
  color: #FFF;
}

#fsHeader .site-search form .fsSearchElementKeyword input::-moz-placeholder {
  color: #FFF;
}

#fsHeader .site-search form .fsSearchElementKeyword input:-ms-input-placeholder {
  color: #FFF;
}

#fsHeader .site-search form .fsSearchElementSearchButton {
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.6) !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: transparent;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
  margin: 50px auto 0;
  display: table;
}

#fsHeader .site-search form .fsSearchElementSearchButton:hover,
#fsHeader .site-search form .fsSearchElementSearchButton:focus,
.fsStateSelected #fsHeader .site-search form .fsSearchElementSearchButton,
#fsHeader .site-search form .fsSearchElementSearchButton.on {
  border-color: #FFF !important;
  background: #FFF;
  color: #291C5B;
}

p:last-child #fsHeader .site-search form .fsSearchElementSearchButton {
  margin-bottom: 0;
}

@media (min-width: 700px) {
  #fsHeader .site-search form .fsSearchElementSearchButton {
    margin-top: 120px;
  }
}

#fsFooter {
  color: #FFF;
}

#fsFooter .fsElement {
  margin-bottom: 0;
}

#fsFooter .next-steps {
  background: #FFF;
}

#fsFooter .next-steps > header {
  margin-bottom: 50px;
}

#fsFooter .next-steps > header .fsElementTitle {
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.223;
  letter-spacing: 2.5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #291C5B;
}

@media (min-width: 700px) {
  #fsFooter .next-steps > header .fsElementTitle {
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: 3px;
  }
}

#fsFooter .next-steps > header .fsElementTitle:after {
  content: '';
  display: block;
  width: 50px;
  height: 5px;
  margin: 15px auto 0;
  background: #F0B323;
}

#fsFooter .next-steps > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  background: #291C5B;
  padding: 30px 20px 9px;
}

@media (min-width: 700px) {
  #fsFooter .next-steps > .fsElementContent {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 41px 35px;
  }
}

#fsFooter .next-steps > .fsElementContent:before {
  content: '';
  position: absolute;
  top: -40px;
  left: calc(50% - 1px);
  width: 2px;
  height: 80px;
  background: rgba(0, 0, 0, 0.42);
}

#fsFooter .next-steps > .fsElementContent:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(images/shieldpattern.png);
  opacity: 0.4;
}

#fsFooter .next-steps .fsContent {
  margin: 10px;
}

@media (min-width: 1000px) {
  #fsFooter .next-steps .fsContent {
    margin: 0 25px;
  }
}

#fsFooter .next-steps .fsContent a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8125rem;
  line-height: 1.23077;
  background: #291C5B;
  text-decoration: none;
  font-weight: 500;
  margin: 0 auto;
}

@media (min-width: 475px) {
  #fsFooter .next-steps .fsContent a {
    width: 150px;
    height: 150px;
  }
}

@media (min-width: 550px) {
  #fsFooter .next-steps .fsContent a {
    width: 180px;
    height: 180px;
    font-size: 0.875rem;
    line-height: 1.2858;
  }
}

@media (min-width: 650px) {
  #fsFooter .next-steps .fsContent a {
    width: 120px;
    height: 120px;
  }
}

@media (min-width: 750px) {
  #fsFooter .next-steps .fsContent a {
    width: 150px;
    height: 150px;
  }
}

#fsFooter .next-steps .fsContent a strong {
  text-transform: uppercase;
  margin-bottom: 3px;
  color: #FFF;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  letter-spacing: 1px;
  font-weight: 700;
}

@media (min-width: 700px) {
  #fsFooter .next-steps .fsContent a strong {
    letter-spacing: 1.5px;
    font-size: 1rem;
    line-height: 1.1875;
  }
}

#fsFooter .next-steps .fsContent a:hover,
#fsFooter .next-steps .fsContent a:focus {
  background: #F0B323;
  color: rgba(0, 14, 103, 0.9);
}

#fsFooter .next-steps .fsContent a:hover strong,
#fsFooter .next-steps .fsContent a:focus strong {
  color: #291C5B;
}

#fsFooter .footer-wrapper {
  padding: 60px 20px 30px;
  background: #291C5B;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
}

@media (min-width: 700px) {
  #fsFooter .footer-wrapper {
    padding: 80px 35px 29px;
  }
}

@media (min-width: 1000px) {
  #fsFooter .footer-wrapper {
    text-align: left;
  }
}

#fsFooter .footer-wrapper:before,
#fsFooter .footer-wrapper:after {
  content: '';
  position: absolute;
  bottom: 0;
  border-left: 203px solid transparent;
  border-right: 203px solid transparent;
  border-bottom: 228px solid rgba(0, 38, 142, 0.5);
  z-index: -2;
}

@media (min-width: 700px) {
  #fsFooter .footer-wrapper:before,
  #fsFooter .footer-wrapper:after {
    border-left-width: 244px;
    border-right-width: 244px;
    border-bottom-width: 273px;
  }
}

#fsFooter .footer-wrapper:before {
  left: calc(50% - 81px - 203px);
}

@media (min-width: 700px) {
  #fsFooter .footer-wrapper:before {
    left: calc(50% - 97px - 269px);
  }
}

#fsFooter .footer-wrapper:after {
  right: calc(50% - 81px - 203px);
}

@media (min-width: 700px) {
  #fsFooter .footer-wrapper:after {
    right: calc(50% - 97px - 269px);
  }
}

#fsFooter .footer-wrapper > .fsElementContent {
  position: relative;
}

#fsFooter .footer-wrapper > .fsElementContent:before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: calc(50% - 224px);
  border-left: 224px solid transparent;
  border-right: 224px solid transparent;
  border-bottom: 250px solid rgba(0, 38, 142, 0.5);
  z-index: -1;
}

@media (min-width: 700px) {
  #fsFooter .footer-wrapper > .fsElementContent:before {
    left: calc(50% - 269px);
    border-left-width: 269px;
    border-right-width: 269px;
    border-bottom-width: 300px;
  }
}

#fsFooter .fsTwoColumnLayout {
  max-width: 1180px;
  width: 100%;
  margin: 0 0 50px;
}

@media (min-width: 700px) {
  #fsFooter .fsTwoColumnLayout {
    margin: 0 auto 80px;
  }
}

@media (min-width: 1000px) {
  #fsFooter .fsTwoColumnLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#fsFooter .fsTwoColumnLayout > .fsDiv {
  padding: 0;
  margin: 0;
  width: 100%;
  float: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 1000px) {
  #fsFooter .fsTwoColumnLayout > .fsDiv {
    width: auto;
  }
}

#fsFooter .fsTwoColumnLayout > .fsDiv.fsStyleColumn-1 {
  position: relative;
  padding-bottom: 50px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 50px;
}

@media (min-width: 1000px) {
  #fsFooter .fsTwoColumnLayout > .fsDiv.fsStyleColumn-1 {
    width: 32.20339%;
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
  }

  #fsFooter .fsTwoColumnLayout > .fsDiv.fsStyleColumn-1:after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(100% + 98px);
    width: 2px;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    visibility: visible;
  }
}

@media (min-width: 1000px) {
  #fsFooter .fsTwoColumnLayout > .fsDiv.fsStyleColumn-2 {
    width: 49.15254%;
  }
}

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

#fsFooter .school-details-container {
  font-size: 0.9375rem;
  line-height: 1.8;
}

@media (min-width: 700px) {
  #fsFooter .school-details-container {
    font-size: 1.0625rem;
    line-height: 1.64706;
  }
}

#fsFooter .school-details-container [itemprop="name"] {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 1.23077;
  letter-spacing: 1px;
}

#fsFooter .school-details-container [itemprop="name"] span {
  display: block;
  font-size: 2rem;
  line-height: 1.3125;
  font-family: "PT Serif", serif;
  font-weight: 700;
  letter-spacing: 0;
}

#fsFooter .school-details-container [itemprop="address"],
#fsFooter .school-details-container [itemprop="telephone"],
#fsFooter .school-details-container [itemprop="faxNumber"] {
  position: relative;
  margin-bottom: 5px;
}

@media (min-width: 1000px) {
  #fsFooter .school-details-container [itemprop="address"],
  #fsFooter .school-details-container [itemprop="telephone"],
  #fsFooter .school-details-container [itemprop="faxNumber"] {
    padding-left: 17px;
  }
}

#fsFooter .school-details-container [itemprop="address"]:last-child,
#fsFooter .school-details-container [itemprop="telephone"]:last-child,
#fsFooter .school-details-container [itemprop="faxNumber"]:last-child {
  margin-bottom: 0;
}

#fsFooter .school-details-container [itemprop="address"]:before,
#fsFooter .school-details-container [itemprop="telephone"]:before,
#fsFooter .school-details-container [itemprop="faxNumber"]:before {
  font-size: 0.75rem;
  line-height: 1;
  color: #F3D54E;
  display: inline-block;
  margin-right: 8px;
}

@media (min-width: 1000px) {
  #fsFooter .school-details-container [itemprop="address"]:before,
  #fsFooter .school-details-container [itemprop="telephone"]:before,
  #fsFooter .school-details-container [itemprop="faxNumber"]:before {
    margin-right: 0;
    position: absolute;
    top: 8px;
    left: 0;
  }
}

#fsFooter .school-details-container [itemprop="address"]:before {
  content: "\E90E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

#fsFooter .school-details-container [itemprop="telephone"],
#fsFooter .school-details-container [itemprop="faxNumber"] {
  padding-left: 20px;
}

#fsFooter .school-details-container [itemprop="telephone"]:before,
#fsFooter .school-details-container [itemprop="faxNumber"]:before {
  content: "\E90A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

#fsFooter .school-details-container [itemprop="telephone"] span,
#fsFooter .school-details-container [itemprop="faxNumber"] span {
  font-size: 0.75rem;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.5px;
  font-weight: 700;
  display: block;
}

@media (min-width: 700px) {
  #fsFooter .school-details-container [itemprop="telephone"] span,
  #fsFooter .school-details-container [itemprop="faxNumber"] span {
    font-size: 0.8125rem;
    line-height: 1.23077;
    display: inline;
    margin-left: 5px;
  }
}

#fsFooter .nav-utility-footer .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fsFooter .nav-utility-footer .fsNavLevel1 {
  width: calc(50% - 10px);
}

#fsFooter .nav-utility-footer .fsNavLevel1 + .fsNavLevel1 {
  margin-left: 20px;
}

#fsFooter .nav-utility-footer .fsNavLevel1 > li {
  margin-bottom: 22px;
}

#fsFooter .nav-utility-footer .fsNavLevel1 > li:last-child {
  margin-bottom: 0;
}

#fsFooter .nav-utility-footer .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
  color: rgba(5, 195, 221, 0.9);
}

#fsFooter .nav-utility-footer .fsNavLevel1 > li > a {
  color: rgba(255, 255, 255, 0.9);
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.75rem;
  line-height: 1.33333;
  text-decoration: none;
}

#fsFooter .nav-utility-footer .fsNavLevel1 > li > a:hover,
#fsFooter .nav-utility-footer .fsNavLevel1 > li > a:focus {
  color: rgba(5, 195, 221, 0.9);
  text-decoration: underline;
}

#fsFooter .tagline {
  position: relative;
  font-size: 0.8125rem;
  line-height: 1.69231;
}

@media (min-width: 700px) {
  #fsFooter .tagline {
    padding-right: 293px;
    text-align: left;
  }
}

@media (min-width: 1250px) {
  #fsFooter .tagline {
    margin-left: calc(50% - 590px);
  }
}

#fsFooter .niche-logo {
  width: 56px;
  margin: 30px auto 0;
}

@media (min-width: 700px) {
  #fsFooter .niche-logo {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: -5px;
  }
}

#fsFooter .niche-logo a,
#fsFooter .niche-logo img,
#fsFooter .niche-logo picture {
  display: block;
}

#fsFooter .niche-logo img {
  opacity: 0.5;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#fsFooter .niche-logo a:hover img,
#fsFooter .niche-logo a:focus img {
  opacity: 1;
}

/*! 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: "Montserrat", sans-serif;
  background: #291C5B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 17px;
  color: #291C5B;
}

body.hide-scrollbar,
body.scrollbar {
  overflow: hidden;
}

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

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

#fsPageBodyWrapper {
  background: #fff;
  padding: 40px 20px 50px;
}

@media (min-width: 600px) {
  #fsPageBodyWrapper {
    padding: 70px 35px 80px;
  }
}

#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: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  margin-bottom: 20px;
}

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

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

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

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

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

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

#fsPageContent {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

#fsBannerRight {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  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: 40px;
    width: 340px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .fsHasRightBanner:not(.fsHasLeftBanner).fsHasOneColumnLayout #fsBannerRight {
    padding-left: 100px;
    width: 400px;
  }
}

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

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

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

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

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

@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.17647em;
    padding-left: 1.17647em;
  }
}

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

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

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

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

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

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

.fsLayout .fsStyleOneThird {
  float: none;
}

.fsLayout .fsStyleTwoThirds {
  float: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 40px;
    width: 340px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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% - 340px);
  }
}

@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: 40px;
    width: 340px;
  }
}

.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 {
  margin: 50px auto 0;
}

@media (min-width: 700px) {
  #fsPoweredByFinalsite {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 82px;
  }
}

/*! elements - constituent main */

/*! elements - constituent default layout */

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

.fsConstituent .fsElementPagination {
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fsConstituent .fsElementPagination:last-child {
  margin: 60px 0 0;
}

.fsConstituent .fsElementPagination a {
  text-decoration: none;
}

.fsConstituent .fsElementPagination a:hover,
.fsConstituent .fsElementPagination a:focus {
  text-decoration: underline;
}

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

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

.fsConstituentProfile .fsPhones > span:first-child {
  display: none;
}

/*! elements - constituent default layout */

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

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

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

.fsConstituentItem {
  position: relative;
  overflow: hidden;
}

.fsConstituentItem:hover .wrapper,
.fsConstituentItem.focused-in .wrapper {
  padding-bottom: 70px;
  -webkit-transition: 0.4s padding ease-in-out;
  transition: 0.4s padding ease-in-out;
}

.fsConstituentItem:hover .fsViewProfileLink .fsConstituentProfileLink,
.fsConstituentItem.focused-in .fsViewProfileLink .fsConstituentProfileLink {
  left: 0;
  opacity: 1;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

.fsConstituentItem:not(.fsHasPhoto) {
  height: 426px;
  background: #291C5B url(images/shield-white.svg) no-repeat top 100px center;
  background-size: 116px 120px;
}

.fsConstituentItem .wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #FFF;
  padding: 5px 20px 20px;
  background: rgba(0, 0, 0, 0.55);
  -webkit-transition: 0.3s padding;
  transition: 0.3s padding;
}

.fsConstituentItem .wrapper > *:nth-last-child(2) {
  margin-bottom: 0 !important;
}

.fsConstituentItem .wrapper:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 39px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
}

.fsConstituentItem .fsPhoto {
  height: 426px;
  display: block !important;
}

.fsConstituentItem .fsPhoto img {
  display: block;
  opacity: 0;
}

.fsConstituentItem .fsFullName {
  color: #FFF;
  margin-bottom: 5px;
}

.fsConstituentItem .fsFullName a {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
}

.fsConstituentItem .fsFullName a:hover,
.fsConstituentItem .fsFullName a:focus {
  color: #F3D54E;
  text-decoration: underline;
}

.fsConstituentItem .fsTitles {
  font-size: 0.9375rem;
  line-height: 1.334;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}

.fsConstituentItem .fsDepartments {
  font-size: 0.9375rem;
  line-height: 1.8;
}

.fsConstituentItem .fsViewProfileLink:before {
  content: "\E901";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 54px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #291C5B;
  color: #F3D54E;
  font-size: 1rem;
  line-height: 1;
  z-index: 1;
}

.fsConstituentItem .fsViewProfileLink .fsConstituentProfileLink {
  position: absolute;
  bottom: 0;
  left: calc(100% - 54px);
  width: 100%;
  color: #FFF;
  padding: 16px 20px;
  background: #291C5B;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.2858;
  letter-spacing: 1px;
  opacity: 0;
  -webkit-transition: 0.3s left, 0.3s opacity 0.3s;
  transition: 0.3s left, 0.3s opacity 0.3s;
  text-decoration: none;
}

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

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

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

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

/*! elements - constituent profile */

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

.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 7.5px 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: 7.5px;
    float: left;
  }
}

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

@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: 519.5px;
  }
}

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

@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: 135.5px;
  }
}

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

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

@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: 519.5px;
  }
}

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

@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: 135.5px;
  }
}

.fsProfileImage {
  margin-bottom: 7.5px;
}

.fsProfileImage img {
  display: block;
}

.fsProfileSection {
  margin-bottom: 7.5px;
}

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

.fsProfileSectionData {
  margin-bottom: 1em;
}

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

.fsProfileSectionData.fsTitle {
  font-weight: inherit;
  font-size: 17px;
  line-height: 28px;
}

.fsProfileSectionData > div {
  width: auto;
  float: none;
  display: block;
}

.fsProfileSectionData.fsStyleHalf {
  width: 100%;
}

@media (min-width: 600px) {
  .fsProfileSectionData.fsStyleHalf {
    width: 50%;
  }
}

.fsProfileSectionSpecialData > div {
  width: auto;
  float: none;
  display: block;
}

.fsProfileSectionSpecialData div[id^="fsEmail"] {
  display: inline-block;
}

.fsProfileSectionFieldName,
.fsEmail > div:first-child {
  font-weight: 700;
}

/*! elements - constituent search */

.fsConstituent.fsSearch {
  overflow: hidden;
}

.fsConstituent.fsSearch + .fsConstituent {
  border-top: solid 2px #F0F0F0;
  margin-top: 60px;
}

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

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

@media (min-width: 1000px) {
  .fsConstituentSearchForm > label {
    max-width: calc(((100% - 222px) / 4) - 15px);
  }
}

.fsConstituentSearchForm > label > span {
  font-size: 0.9375rem;
  line-height: 1.734;
}

.fsConstituentSearchForm > label > select,
.fsConstituentSearchForm > label > input {
  border: 1px solid #DCE0E9;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 0.9375rem;
  line-height: 1.734;
}

.fsConstituentSearchForm > label > input {
  padding: 11px 20px 12px;
}

.fsConstituentSearchForm > label > select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 6px 20px;
  background: url(images/dropdown-arrow.png) no-repeat center right;
}

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

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

/*! elements - constituent default layout */

.fsConstituent.fsDialog {
  background: #F6F6F6;
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  padding: 60px 20px;
  height: 100vh;
}

@media (min-width: 600px) {
  .fsConstituent.fsDialog {
    padding: 80px 35px;
  }
}

@media (min-width: 1000px) {
  .fsConstituent.fsDialog {
    padding: 165px 35px;
  }
}

.fsConstituent.fsDialog:before {
  content: '';
  position: absolute;
  top: 18px;
  left: -280px;
  width: 820px;
  height: 800px;
  background: url(images/shield-gray.svg);
  background-size: cover;
}

.fsConstituent.fsDialog .fsDialogContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  height: 100%;
  padding: 0;
}

@media (min-width: 1000px) {
  .fsConstituent.fsDialog .fsConstituentProfile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.fsConstituent.fsDialog .fsConstituentProfile:after {
  content: normal;
}

.fsConstituent.fsDialog .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.42);
}

.fsConstituent.fsDialog .mCSB_inside > .mCSB_container {
  margin-right: 28px;
}

.fsConstituent.fsDialog .left-col {
  margin: 0 0 40px 0 !important;
  padding: 0 !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 1000px) {
  .fsConstituent.fsDialog .left-col {
    width: 480px !important;
    margin: 0 10.41667% 0 0 !important;
  }

  .fsConstituent.fsDialog .left-col:first-child:last-child {
    width: 100% !important;
    margin: 0 !important;
  }
}

.fsConstituent.fsDialog .left-col .fsProfileSection {
  margin-bottom: 15px;
}

.fsConstituent.fsDialog .left-col .fsProfileSection:last-child {
  margin-bottom: 0;
}

.fsConstituent.fsDialog .left-col .fsProfileSectionData {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.fsConstituent.fsDialog .left-col .fsProfileSectionData.fsStyleHalf {
  width: 100%;
}

.fsConstituent.fsDialog .left-col .fsProfileSectionData.fsSpacer {
  display: none !important;
}

.fsConstituent.fsDialog .fsProfileImage {
  max-width: 100% !important;
  float: none !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  margin: 0 0 50px !important;
  width: 284px;
  height: 426px;
  position: relative;
}

.fsConstituent.fsDialog .fsProfileImage.no-photo {
  background: #291C5B url(images/shield-white.svg) no-repeat top 100px center;
  background-size: 116px 120px;
}

.fsConstituent.fsDialog .fsProfileImage img {
  display: none;
}

.fsConstituent.fsDialog .fsProfileImage .wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #FFF;
  padding: 0px 20px 20px;
  background: rgba(0, 0, 0, 0.55);
}

.fsConstituent.fsDialog .fsProfileImage .wrapper:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 39px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
}

.fsConstituent.fsDialog .fsProfileImage .wrapper > *:last-child {
  margin-bottom: 0 !important;
}

.fsConstituent.fsDialog .fsFullName {
  color: inherit;
  margin-bottom: 5px;
}

.fsConstituent.fsDialog .fsFullName a {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
}

.fsConstituent.fsDialog .fsFullName a:hover,
.fsConstituent.fsDialog .fsFullName a:focus {
  color: #F3D54E;
  text-decoration: underline;
}

.fsConstituent.fsDialog .fsTitle {
  font-size: 0.9375rem;
  line-height: 1.334;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
  color: inherit;
  font-family: "Montserrat", sans-serif;
}

.fsConstituent.fsDialog .fsTitle .fsProfileSectionFieldName {
  display: none;
}

.fsConstituent.fsDialog .fsContacts {
  margin-bottom: 30px;
  font-size: 0.9375rem;
  line-height: 1.734;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fsConstituent.fsDialog .fsContacts .fsEmail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 0;
  line-height: 1;
}

.fsConstituent.fsDialog .fsContacts .fsEmail + .fsEmail {
  margin-left: 10px;
}

.fsConstituent.fsDialog .fsContacts .fsEmail a {
  color: #0092BC;
  text-decoration: none;
}

.fsConstituent.fsDialog .fsContacts .fsEmail a:hover,
.fsConstituent.fsDialog .fsContacts .fsEmail a:focus {
  color: #291C5B;
}

.fsConstituent.fsDialog .fsContacts .fsEmail a:before {
  content: "\E920";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  font-size: 0.75rem;
}

.fsConstituent.fsDialog .fsContacts .fsEmail .fsEmailIcon {
  background: none;
  color: inherit;
  display: block;
  height: auto;
  opacity: 1;
  width: auto;
  -webkit-transition: none;
  transition: none;
}

.fsConstituent.fsDialog .fsContacts .fsEmail > div:first-child {
  display: none;
}

.fsConstituent.fsDialog .fsContacts .fsPhone {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fsConstituent.fsDialog .fsContacts .fsPhone:before {
  content: "\E90A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #0092BC;
  margin-right: 10px;
}

.fsConstituent.fsDialog .fsContacts .fsPhone > div:first-child {
  display: none;
}

.fsConstituent.fsDialog .fsContacts .fsPhone:not(:first-child) {
  padding-right: 19px;
  margin-right: 19px;
  border-right: 2px solid rgba(0, 0, 0, 0.42);
}

.fsConstituent.fsDialog .fsProfileSectionFieldName {
  width: 140px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.875rem;
  line-height: 1.6429;
  color: #404040;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}

.fsConstituent.fsDialog .fsBiography {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

.fsConstituent.fsDialog .fsBiography .fsProfileSectionFieldName {
  display: none;
}

.fsConstituent.fsDialog .fsDepartment {
  font-size: 0.9375rem;
  line-height: 1.8;
}

.fsConstituent.fsDialog .fsDepartment .fsProfileSectionFieldName {
  display: none;
}

.fsConstituent.fsDialog .fsProfileSection3,
.fsConstituent.fsDialog .fsProfileSection8 > h4,
.fsConstituent.fsDialog .fsProfileSection9 > h4,
.fsConstituent.fsDialog .fsProfileSection12 > h4 {
  display: none !important;
}

.fsConstituent.fsDialog .fsDialogCloseButton {
  width: auto;
  height: auto;
  padding: 5px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  top: 15px;
  right: 15px;
  font-size: 1.5625rem;
  line-height: 1;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

@media (min-width: 600px) {
  .fsConstituent.fsDialog .fsDialogCloseButton {
    top: 30px;
    right: 30px;
  }
}

@media (min-width: 1000px) {
  .fsConstituent.fsDialog .fsDialogCloseButton {
    top: 105px;
  }
}

@media (min-width: 1260px) {
  .fsConstituent.fsDialog .fsDialogCloseButton {
    right: calc(50% - 595px);
  }
}

.fsConstituent.fsDialog .fsDialogCloseButton:hover,
.fsConstituent.fsDialog .fsDialogCloseButton:focus {
  color: #291C5B;
}

.fsConstituent.fsDialog .fsDialogCloseButton:before {
  content: "\E91C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  width: auto;
  height: auto;
  position: static;
  border-radius: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  background: transparent;
  display: block;
}

.fsConstituent.fsDialog .fsDialogCloseButton:after {
  content: normal;
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
  margin: 0 0 7.5px 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: 7.5px;
    float: left;
  }
}

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

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

@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: 135.5px;
  }
}

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

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

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

@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: 135.5px;
  }
}

/*! elements - accordion */

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  margin-bottom: 5px;
  display: block;
  font-size: 0.9375rem;
  line-height: 1.334;
  padding: 20px 25px;
  background-color: #F0F0F0;
  color: #404040;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  position: relative;
}

.fsAccordion .fsPanel > header h2 a,
.fsTabs .fsPanel > header h2 a {
  -webkit-transition: none;
  transition: none;
  font-size: inherit;
  line-height: inherit;
}

.fsAccordion .fsPanel > header:hover h2,
.fsTabs .fsPanel > header:hover h2 {
  color: #FFF;
  background-color: #666666;
}

.fsAccordion .fsPanel > .fsElementContent,
.fsTabs .fsPanel > .fsElementContent {
  padding: 25px 30px 30px;
}

.fsAccordion .fsPanel.fsStateOpen > header h2,
.fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #FFF;
  background-color: #291C5B;
}

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

.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: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "IcoMoon";
  font-size: 0.9375rem;
  line-height: 1;
  content: "\E90C";
}

.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: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "IcoMoon";
  font-size: 0.9375rem;
  line-height: 1;
  content: "\E90D";
}

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

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

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

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

.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: 17px;
  line-height: 28px;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics events */

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

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

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

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

/*! elements - athletics events - table*/

@media (min-width: 801px) {
  .fsAthleticsEvent.fsTable .fsTitle .fsElementEventIcon {
    max-width: 100px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics popup dialog box */

.fsAthleticsEvent.fsDialog {
  margin: auto;
}

.fsAthleticsEvent.fsDialog .fsAthleticsTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 23px;
  line-height: 28px;
  font-family: "PT Serif", serif;
  color: #291C5B;
  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: 30px;
  margin-bottom: 30px;
  border-bottom: solid 2px #F0F0F0;
}

.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;
  overflow: hidden;
  padding-top: 0;
}

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

.fsCalendar .fsDate {
  margin-bottom: 15px;
  height: auto;
  width: auto;
  color: #404040;
  background: transparent;
  display: block;
  font-size: 0.8125rem;
  line-height: 1.23077;
  font-weight: 700;
  text-transform: uppercase;
}

.fsCalendar article .fsEventDetails {
  margin-bottom: 20px;
}

.fsCalendar article .fsEventDetails:last-child {
  margin-bottom: 0;
}

.fsCalendar article .fsEventDetails > *:first-child {
  margin-top: 0;
}

.fsCalendar article .fsTimeRange,
.fsCalendar article .fsAllDay,
.fsCalendar article .fsLocation {
  font-size: 0.9375rem;
  line-height: 1.334;
  margin-top: 4px;
  position: relative;
  padding-left: 20px;
}

.fsCalendar article .fsTimeRange:before,
.fsCalendar article .fsAllDay:before,
.fsCalendar article .fsLocation:before {
  color: #05C3DD;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 0.625rem;
  line-height: 1;
}

.fsCalendar article .fsAllDay {
  text-transform: capitalize;
}

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

.fsCalendar article .fsLocation {
  padding-left: 18px;
}

.fsCalendar article .fsLocation:before {
  content: "\E90E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsCalendar article .fsNotes,
.fsCalendar article .fsDescription {
  font-size: 0.9375rem;
  line-height: 1.7334;
  margin-top: 20px;
}

.fsCalendar article .fsReadMoreLink {
  display: table;
  font-size: 0.9375rem;
  line-height: 1.7334;
  text-decoration: none;
}

.fsCalendar article .fsReadMoreLink:hover,
.fsCalendar article .fsReadMoreLink:focus {
  text-decoration: underline;
}

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

.fsCalendar.fsList > header .fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 23px;
  line-height: 28px;
  font-family: "PT Serif", serif;
  color: #291C5B;
  margin-bottom: 20px;
  color: #291C5B;
  margin-bottom: 15px;
}

.fsCalendar.fsList > .fsElementContent {
  border-left: solid 2px #F0F0F0;
  padding-left: 28px;
}

.fsCalendar.fsList > .fsElementContent:before {
  content: '';
  display: block;
  width: 50px;
  height: 5px;
  background: #F0B323;
  margin-bottom: 25px;
}

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

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

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

.fsCalendarEventGrid .fsCalendarRow .fsCalendarToday {
  background-color: rgba(0, 50, 160, 0.1);
}

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

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

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
  color: #291C5B;
}

.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: #291C5B;
    background: #ffffff;
    -webkit-transition: .3s;
    transition: .3s;
  }

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

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:hover .fsCalendarOutOfRange {
    color: #ffffff;
    background: #291C5B;
    -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: #54758A;
    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: 2px solid #D3D3D3 !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: transparent;
  color: #291C5B;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
  padding: 10px 20px;
  margin-bottom: 0;
}

.scroll-up span:hover,
.scroll-up span:focus,
.fsStateSelected .scroll-up span,
.scroll-up span.on {
  border-color: #291C5B !important;
  background: #291C5B;
  color: #FFF;
}

p:last-child .scroll-up span {
  margin-bottom: 0;
}

.scroll-up + .fsCalendarLegend {
  margin-top: 20px !important;
}

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

.fsElementEventColorIcon {
  display: inline-block;
}

.fsCalendar.fsGrid .fsCalendarEventGrid + .fsCalendarLegend {
  margin-top: 40px;
}

.fsCalendar.fsGrid .fsCalendarLegend,
.fsCalendar.fsGrid .fsCalendarLegend ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsCalendar.fsGrid .fsCalendarLegend li {
  margin: 0;
  padding: 0;
}

.fsCalendar.fsGrid .fsCalendarLegend h4 {
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
  margin-left: 0;
}

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul > li {
    width: 49%;
  }
}

.fsCalendar.fsGrid .fsCalendarLegend .fsElementEventColorIcon {
  vertical-align: baseline;
}

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */

.fsCalendar.fsSlideshow .fsAlertFeeds {
  float: none;
}

.fsCalendar.fsSlideshowHorizontal .fsElementSlideshow {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 0;
}

.fsCalendar.fsSlideshowVertical .fsElementSlideshow {
  padding-left: 45px;
  padding-top: 45px;
  padding-bottom: 45px;
}

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */

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

/*! elements - forms */

textarea,
input,
select {
  padding: 5px;
  max-width: 100%;
}

.fsComposerFormEmbed {
  background: none;
}

.fsComposerFormEmbed body {
  margin: 0;
}

.fsComposerFormEmbed form {
  zoom: 1;
}

.fsComposerFormEmbed form:after {
  display: table;
  clear: both;
  content: '';
}

.fsComposerFormEmbed form input,
.fsComposerFormEmbed form textarea,
.fsComposerFormEmbed form select {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 28px;
  color: #291C5B;
}

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

.fsComposerFormEmbed form .linkLike:hover {
  color: #291C5B;
}

.fsComposerFormEmbed form .required {
  color: #291C5B;
}

.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: #54758A;
  -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: #291C5B;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .pageBreak .prevPage {
  margin-right: 10px;
}

.fsComposerFormEmbed form .pageBreak .pagenum {
  display: inline-block;
  float: left;
  line-height: 1;
  margin-right: 10px;
  padding: 10px 0;
}

.fsComposerFormEmbed form .pageBreak .pagenum:empty {
  margin: 0;
}

.fsComposerFormEmbed form .submitBtn {
  float: left;
  display: inline-block;
  border: 2px solid #D3D3D3 !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: transparent;
  color: #291C5B;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
  margin-bottom: 0;
}

.fsComposerFormEmbed form .submitBtn:hover,
.fsComposerFormEmbed form .submitBtn:focus,
.fsStateSelected .fsComposerFormEmbed form .submitBtn,
.fsComposerFormEmbed form .submitBtn.on {
  border-color: #291C5B !important;
  background: #291C5B;
  color: #FFF;
}

p:last-child .fsComposerFormEmbed form .submitBtn {
  margin-bottom: 0;
}

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

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

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

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

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

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '';
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .5;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '\203A';
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
  content: '\2039';
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-default {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-active {
  background: rgba(0, 0, 0, 0.1);
}

.fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
  border: solid 1px #d3d3d3;
  background-color: #d3d3d3;
}

::-webkit-input-placeholder {
  color: #242424;
}

:-moz-placeholder {
  color: #242424;
  opacity: 1;
}

::-moz-placeholder {
  color: #242424;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #242424;
}

/*! elements - login */

.fsAccount button:not(:last-of-type) {
  margin-right: 10px;
}

.fsLoginForgotPasswordLink,
.fsLoginNewAccountLink {
  margin-bottom: 10px;
}

.fsLoginForgotPasswordLink:last-child,
.fsLoginNewAccountLink:last-child {
  margin-bottom: 0;
}

.fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px;
}

.fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
.fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
  max-width: 100%;
}

@media screen and (max-width: 599px) {
  .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
    overflow: hidden;
    border-radius: 5px;
  }
}

.fsResetPasswordFields > div {
  margin-bottom: 20px;
}

.fsResetPasswordFields > div:last-child {
  margin-bottom: 0;
}

.fsResetPasswordFields label > span {
  display: block;
}

.fsResetPasswordFields label > input {
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .fsLoginForgotControls label,
  .fsLoginNewFields label,
  .fsResetPasswordFields label {
    display: block;
    margin-bottom: 3px;
  }

  .fsLoginForgotControls input,
  .fsLoginNewFields input,
  .fsResetPasswordFields input {
    display: block;
    width: 100%;
  }
}

.fsLoginForgotView .fsLoginForgotEmail {
  display: block;
}

.fsLoginForgotSuccess .fsStyleDefaultButton {
  margin-top: 20px;
}

.fsAccountGreeting {
  margin-bottom: 20px;
}

.fsAccountLinks {
  margin: 0;
}

.fsAccountLinks li:not(:first-child) {
  border-color: #e5e5e5;
}

.fsAccountLogout {
  display: block;
  margin-top: 20px;
}

.fsAccountLogout > .fsStyleUpdateButton:last-child {
  margin-bottom: 0;
}

input[name*="passkey"] + .fsLoginSubmit {
  margin-top: 20px;
}

.fsError {
  margin-bottom: 50px;
}

.fsResetContinue,
.fsResetCancel,
.fsLoginNewSuccess > button {
  display: inline-block;
  border: 2px solid #D3D3D3 !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: transparent;
  color: #291C5B;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
}

.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 {
  border-color: #291C5B !important;
  background: #291C5B;
  color: #FFF;
}

p:last-child .fsResetContinue,
p:last-child .fsResetCancel,
p:last-child .fsLoginNewSuccess > button {
  margin-bottom: 0;
}

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

.fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
    float: left;
    margin-right: 30px;
  }
}

.fsPostElement.fsThumbnailAlignRight .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsPostElement.fsThumbnailAlignRight .fsThumbnail {
    float: right;
    margin-left: 30px;
  }
}

.fsPostElement article > * {
  margin-bottom: 20px;
}

.fsPostElement article > *:last-child {
  margin-bottom: 0;
}

.fsPostElement article .fsThumbnail .fsCroppedImage,
.fsPostElement article .fsThumbnail img {
  display: block;
}

.fsPostElement article .fsTitle {
  margin-bottom: 10px;
}

.fsPostElement article .fsAuthor {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.267;
  text-transform: capitalize;
  margin-right: 0;
}

.fsPostElement article .fsAuthor + .fsDateTime {
  margin-top: -15px;
}

.fsPostElement article .fsDateTime {
  display: block;
  font-size: 0.875rem;
  line-height: 1.2858;
}

.fsPostElement article .fsSummary {
  font-size: 0.9375rem;
  line-height: 1.7334;
}

.fsPostElement article .fsCategories {
  margin: -3px -3px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsPostElement article .fsCategories:last-child {
  margin-bottom: -3px;
}

.fsPostElement article .fsCategories .fsCategory {
  margin: 3px;
  border: 0;
  padding: 8px 12px;
  background: #F0F0F0;
  font-size: 0.6875rem;
  line-height: 1.27273;
  color: #404040;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.fsPostElement article .fsTags {
  margin: -3px -3px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsPostElement article .fsTags:last-child {
  margin-bottom: -3px;
}

.fsPostElement article .fsTags .fsTag {
  margin: 3px;
  border: 2px solid #D3D3D3;
  padding: 6px 10px;
  background: transparent;
  font-size: 0.75rem;
  line-height: 1.25;
  color: #404040;
  font-weight: 500;
}

.fsPostElement article .fsReadMoreLink {
  display: table;
  font-size: 0.9375rem;
  line-height: 1.7334;
  text-decoration: none;
}

.fsPostElement article .fsReadMoreLink:hover,
.fsPostElement article .fsReadMoreLink:focus {
  text-decoration: underline;
}

.fsPostElement.fsList > header .fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 23px;
  line-height: 28px;
  font-family: "PT Serif", serif;
  color: #291C5B;
  margin-bottom: 20px;
  color: #291C5B;
  margin-bottom: 15px;
}

.fsPostElement.fsList > .fsElementContent {
  border-left: solid 2px #F0F0F0;
  padding-left: 28px;
}

.fsPostElement.fsList > .fsElementContent:before {
  content: '';
  display: block;
  width: 50px;
  height: 5px;
  background: #F0B323;
  margin-bottom: 25px;
}

/*! _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: 17px;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 0;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage .fsTitle {
  text-align: center;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage img {
  margin: 0 auto;
}

.fsResourceElement.fsSingleItem picture,
.fsResourceElement.fsSingleItem img {
  display: block;
}

.fsResourceElement.fsSingleItem .fsDescription,
.fsResourceElement.fsSingleItem figcaption {
  margin-top: 10px;
  font-size: 0.8125rem;
  line-height: 1.53846;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #404040;
}

/*! _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 .fsListItems {
  padding: 0;
}

.fsSearchElement.fsList .fsSearchResultInfo {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 2px #F0F0F0;
}

.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 2px #F0F0F0;
  -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 2px #F0F0F0;
  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: 2px solid #D3D3D3 !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: transparent;
  color: #291C5B;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a,
.vimeo_view_link a.on {
  border-color: #291C5B !important;
  background: #291C5B;
  color: #FFF;
}

p:last-child .vimeo_view_link a {
  margin-bottom: 0;
}

/*! 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 2px #F0F0F0;
  -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 2px #F0F0F0;
  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: 2px solid #D3D3D3 !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: transparent;
  color: #291C5B;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a,
.Youtube_view_link a.on {
  border-color: #291C5B !important;
  background: #291C5B;
  color: #FFF;
}

p:last-child .Youtube_view_link a {
  margin-bottom: 0;
}

/*! elements - tabs */

.fsTabs {
  padding: 0;
  background: none;
  border: 0;
}

.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}

@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -10px -5px;
  }
}

.fsTabs .fsTabsNav li {
  margin: 10px 5px;
}

.fsTabs .fsTabsNav li a {
  display: block;
  margin-bottom: 5px;
  display: block;
  font-size: 0.9375rem;
  line-height: 1.334;
  padding: 20px 25px;
  background-color: #F0F0F0;
  color: #404040;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  overflow: hidden;
  position: relative;
  padding: 15px 20px;
  margin-bottom: 0;
  overflow: visible;
  background: #F0F0F0;
  color: #404040;
}

.fsTabs .fsTabsNav li a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: calc(50% - 13px);
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 0px solid #F0F0F0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.fsTabs .fsTabsNav li a:hover,
.fsTabs .fsTabsNav li a:focus {
  background: #666666;
  color: #FFF;
}

.fsTabs .fsTabsNav li a:hover:after,
.fsTabs .fsTabsNav li a:focus:after {
  border-top-color: #291C5B;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #291C5B;
  color: #FFF;
}

.fsTabs .fsTabsNav li.fsStateSelected a:after {
  border-top: 7px solid #291C5B;
}

@media (min-width: 600px) {
  .fsTabs > .fsElementContent .fsPanel > .fsElementContent {
    padding: 32px 0 0 30px;
  }
}

.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: #291C5B !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: #54758A;
  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: #291C5B;
}

/*! pages - home v0.0.1 */

@media (min-width: 1000px) {
  .home.flyout-hover .flyout > header {
    top: calc(100% - 106px);
  }

  .home.flyout-hover .flyout > .fsElementContent {
    top: calc(100% - 45px);
  }

  .home.flyout-hover .upcoming-events > footer,
  .home.flyout-hover .recent-news > footer {
    bottom: calc(-100% + 45px);
  }
}

.home.flyout-active {
  overflow: hidden;
}

@media (min-width: 1000px) {
  .home.flyout-active #fsHeader {
    margin-top: -40px;
  }
}

.home.flyout-active .flyout > header {
  top: -61px;
}

.home.flyout-active .flyout > .fsElementContent {
  top: -90px;
  visibility: visible;
}

@media (min-width: 700px) {
  .home.flyout-active .flyout > .fsElementContent {
    top: -105px;
  }
}

@media (min-width: 1000px) {
  .home.flyout-active .flyout > .fsElementContent {
    top: 0;
  }
}

.home.flyout-active .flyout .inner {
  visibility: visible;
}

.home.flyout-active .flyout > footer {
  top: -75px;
  visibility: visible;
}

@media (min-width: 1000px) {
  .home.flyout-active .flyout > footer {
    top: calc(100vh - 61px);
  }
}

@media (min-width: 1000px) {
  .home.flyout-active .upcoming-events > footer,
  .home.flyout-active .recent-news > footer {
    bottom: 0;
  }
}

.home .fsDialog.fsConstituent .fsProfileImage {
  width: 100%;
  height: 320px;
}

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

.home #fsPageWrapper {
  background: #FFF;
}

.home #fsPageBodyWrapper {
  padding: 0;
}

.home #fsPageBody {
  max-width: 100%;
  display: block;
}

.home #fsPageBody:after {
  content: normal;
}

.home #fsFooter .next-steps {
  background: #F6F6F6;
}

.home #fsPageContent {
  margin: 0;
  padding: 0;
}

.home .fsPageLayout {
  margin: 0;
}

.home .fsPageLayout > .fsDiv {
  padding: 0;
  margin: 0;
  float: none;
  min-height: 0px;
}

.home .fsPageLayout > .fsDiv:after {
  content: normal;
}

.home .fsPageLayout:after {
  content: normal;
}

.home #fsHeader {
  -webkit-transition: 0.5s margin;
  transition: 0.5s margin;
  margin-top: 0;
}

@media (min-width: 1000px) {
  .home #fsHeader {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .home #fsHeader .nav-main {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    border-bottom: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 8;
  }

  .home #fsHeader .nav-main:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 80px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
  }
}

.home #fsHeader .fsBreadcrumb {
  display: none;
}

.home .hero-container {
  margin-top: -19px;
}

@media (min-width: 700px) {
  .home .hero-container {
    margin-top: -37px;
  }
}

@media (min-width: 1000px) {
  .home .hero-container {
    margin-top: 0;
    overflow: hidden;
    position: relative;
  }
}

.home .hero {
  position: relative;
}

.home .hero .fsElementSlideshow {
  margin: 0;
  padding: 0;
}

.home .hero .play-pause-container > button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 10px;
  background: #291C5B;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0;
  line-height: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 100%;
  z-index: 11;
  cursor: pointer;
}

@media (min-width: 700px) {
  .home .hero .play-pause-container > button {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}

@media (min-width: 1000px) {
  .home .hero .play-pause-container > button {
    top: auto !important;
    right: auto;
    left: 70px;
    bottom: 70px;
  }
}

.home .hero .play-pause-container > button:before {
  font-size: 0.8125rem;
}

.home .hero .play-pause-container > button:hover,
.home .hero .play-pause-container > button:focus {
  background: #FFF;
  color: #191C28;
}

.home .hero .play-pause-container > button.pause:before {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .hero .play-pause-container > button.play:before {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .hero .fsElementSlideshowControls > button {
  width: 35px;
  height: 35px;
  top: auto;
  right: 55px;
  background: #291C5B;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 100%;
  z-index: 8;
  opacity: 1;
}

@media (min-width: 700px) {
  .home .hero .fsElementSlideshowControls > button {
    width: 40px;
    height: 40px;
    right: 70px;
  }
}

@media (min-width: 1000px) {
  .home .hero .fsElementSlideshowControls > button {
    top: auto !important;
    bottom: 70px;
    right: auto;
    left: 120px;
  }
}

.home .hero .fsElementSlideshowControls > button:before {
  background: none;
  width: auto;
  height: auto;
  margin: 0;
  position: static;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  font-size: 0.75rem;
}

@media (min-width: 700px) {
  .home .hero .fsElementSlideshowControls > button:before {
    font-size: 0.8125rem;
  }
}

.home .hero .fsElementSlideshowControls > button:hover,
.home .hero .fsElementSlideshowControls > button:focus {
  background: #FFF;
  color: #191C28;
}

.home .hero .fsElementSlideshowControls > button.fsSlideshowPause:before {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .hero .fsElementSlideshowControls > button.fsSlideshowPlay:before {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .hero .fsPrevButton,
.home .hero .fsNextButton {
  width: 35px;
  height: 35px;
  top: auto;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  left: auto;
  right: auto;
  background: #291C5B;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0;
  line-height: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 100%;
  z-index: 8;
}

@media (min-width: 700px) {
  .home .hero .fsPrevButton,
  .home .hero .fsNextButton {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 1000px) {
  .home .hero .fsPrevButton,
  .home .hero .fsNextButton {
    top: auto !important;
    bottom: 70px;
  }
}

.home .hero .fsPrevButton:hover,
.home .hero .fsPrevButton:focus,
.home .hero .fsNextButton:hover,
.home .hero .fsNextButton:focus {
  background: #FFF;
  color: #191C28;
}

.home .hero .fsPrevButton:before,
.home .hero .fsNextButton:before {
  color: inherit;
  font-size: 0.8125rem;
  line-height: 1;
  width: auto;
  height: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 700px) {
  .home .hero .fsPrevButton:before,
  .home .hero .fsNextButton:before {
    font-size: 0.9375rem;
  }
}

.home .hero .fsPrevButton {
  right: 100px;
}

@media (min-width: 700px) {
  .home .hero .fsPrevButton {
    right: 120px;
  }
}

@media (min-width: 1000px) {
  .home .hero .fsPrevButton {
    right: auto;
    left: 70px;
  }
}

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

.home .hero .fsNextButton {
  right: 10px;
}

@media (min-width: 700px) {
  .home .hero .fsNextButton {
    right: 20px;
  }
}

@media (min-width: 1000px) {
  .home .hero .fsNextButton {
    right: auto;
    left: 170px;
  }
}

.home .hero .fsNextButton:before {
  content: "\E904";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .hero .fsResource {
  padding: 0;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1000px) {
  .home .hero .fsResource {
    height: 100vh;
  }
}

.home .hero .fsResource picture,
.home .hero .fsResource .video-wrapper {
  overflow: hidden;
}

@media (min-width: 1000px) {
  .home .hero .fsResource picture,
  .home .hero .fsResource .video-wrapper {
    height: 100vh;
  }
}

.home .hero .fsResource picture {
  display: block;
  background-size: cover;
  background-position: center;
}

.home .hero .fsResource img {
  margin: 0;
  width: 100%;
}

@media (min-width: 1000px) {
  .home .hero .fsResource img {
    width: auto;
    opacity: 0;
    height: 100vh;
  }
}

.home .hero .fsResource video {
  display: block;
  width: 100%;
}

@media (max-width: 999px) {
  .home .hero .fsResource video {
    position: static !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
}

@media (min-width: 1000px) {
  .home .hero .fsResource video {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.home .hero .fsResource figcaption,
.home .hero .fsResource .fsDescription {
  margin: 0;
  padding: 20px 20px 22px;
  font-size: 1.75rem;
  line-height: 1.2143;
  color: #291C5B;
  text-transform: none;
  position: relative;
  font-family: "PT Serif", serif;
  z-index: 10;
  text-align: center;
}

@media (min-width: 1000px) {
  .home .hero .fsResource figcaption,
  .home .hero .fsResource .fsDescription {
    position: absolute;
    bottom: 70px;
    left: 70px;
    width: 650px;
    color: #FFF;
    text-align: left;
    color: #FFF;
    font-size: 3.4375rem;
    line-height: 1.09091;
    padding: 0;
  }
}

.home .hero .fsResource figcaption:empty,
.home .hero .fsResource .fsDescription:empty {
  display: none;
}

@media (max-width: 999px) {
  .home .hero .fsResource figcaption:before,
  .home .hero .fsResource .fsDescription:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 2px;
    background: #F0F0F0;
  }
}

@media (min-width: 1000px) {
  .home .hero .fsResource figcaption:before,
  .home .hero .fsResource figcaption:after,
  .home .hero .fsResource .fsDescription:before,
  .home .hero .fsResource .fsDescription:after {
    content: '';
    position: absolute;
    bottom: -70px;
    z-index: -1;
    border-left: 385px solid transparent;
    border-right: 385px solid transparent;
    border-bottom: 430px solid rgba(0, 0, 0, 0.42);
  }

  .home .hero .fsResource figcaption:before,
  .home .hero .fsResource .fsDescription:before {
    left: -270px;
  }

  .home .hero .fsResource figcaption:after,
  .home .hero .fsResource .fsDescription:after {
    left: 175px;
  }

  .home .hero .fsResource figcaption > *:first-child:before,
  .home .hero .fsResource .fsDescription > *:first-child:before {
    content: '';
    position: absolute;
    bottom: -70px;
    left: -92px;
    z-index: -1;
    border-left: 430px solid transparent;
    border-right: 430px solid transparent;
    border-bottom: 480px solid rgba(0, 0, 0, 0.42);
  }
}

.home .hero .fsResource figcaption a,
.home .hero .fsResource .fsDescription a {
  display: table;
  margin: 0 auto;
  color: #291C5B;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.3077;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (min-width: 1000px) {
  .home .hero .fsResource figcaption a,
  .home .hero .fsResource .fsDescription a {
    color: #FFF;
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.223;
  }
}

.home .hero .fsResource figcaption a:hover,
.home .hero .fsResource figcaption a:focus,
.home .hero .fsResource .fsDescription a:hover,
.home .hero .fsResource .fsDescription a:focus {
  color: #F0B323;
}

.home .hero .fsResource figcaption a:hover:after,
.home .hero .fsResource figcaption a:focus:after,
.home .hero .fsResource .fsDescription a:hover:after,
.home .hero .fsResource .fsDescription a:focus:after {
  color: #F0B323;
}

.home .hero .fsResource figcaption a:after,
.home .hero .fsResource .fsDescription a:after {
  content: "\E901";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 0.625rem;
  line-height: 1;
  margin-left: 5px;
  color: #0092BC;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media (min-width: 1000px) {
  .home .hero .fsResource figcaption a:after,
  .home .hero .fsResource .fsDescription a:after {
    margin-left: 10px;
    font-size: 0.875rem;
    color: #F0B323;
  }
}

@media (max-width: 999px) {
  .home .hero .fsResource figcaption p,
  .home .hero .fsResource .fsDescription p {
    margin-bottom: 20px;
  }

  .home .hero .fsResource figcaption p:last-child,
  .home .hero .fsResource .fsDescription p:last-child {
    margin-bottom: 0;
  }
}

.home .hero .fsResource .fsTitle {
  font-size: 1.125rem;
  line-height: 1.389;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: inherit !important;
  color: #291C5B;
  margin: 0;
}

@media (min-width: 1000px) {
  .home .hero .fsResource .fsTitle {
    color: #FFF;
    font-size: 2.1875rem;
    line-height: 1.14286;
    letter-spacing: 2px;
  }
}

.home .hero .fsResource .fsTitle.fsResourceName {
  display: none !important;
}

.home .flyout {
  margin-top: 40px;
}

@media (min-width: 1000px) {
  .home .flyout {
    margin-top: 0;
  }
}

.home .flyout > header {
  padding: 0 20px;
}

@media (min-width: 1000px) {
  .home .flyout > header {
    padding: 0;
    position: absolute;
    top: calc(100vh - 61px);
    right: 70px;
    -webkit-transition: 0.5s top;
    transition: 0.5s top;
    z-index: 9;
  }
}

.home .flyout > header .fsElementHeaderContent {
  margin: 0;
}

.home .flyout > header .fsElementHeaderContent button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 20px;
  background: #291C5B;
  border: 0;
  font-size: 1rem;
  line-height: 1.5625;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
  width: 100%;
}

@media (min-width: 1000px) {
  .home .flyout > header .fsElementHeaderContent button {
    display: block;
    width: auto;
    font-size: 1.25rem;
    line-height: 1.25;
    padding: 18px 30px 18px 53px;
  }
}

.home .flyout > header .fsElementHeaderContent button:before {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 8px;
  line-height: 1;
  color: #F3D54E;
}

@media (min-width: 1000px) {
  .home .flyout > header .fsElementHeaderContent button:before {
    margin-right: 0;
    position: absolute;
    top: 20px;
    left: 30px;
  }
}

.home .flyout > header .fsElementHeaderContent button:hover,
.home .flyout > header .fsElementHeaderContent button:focus {
  background: #291C5B;
}

.home .flyout > .fsElementContent {
  position: absolute;
  top: 100vh;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #291C5B;
  z-index: 1500;
  padding: 130px 20px 40px;
  -webkit-transition: 0.5s top;
  transition: 0.5s top;
  visibility: hidden;
}

@media (min-width: 700px) {
  .home .flyout > .fsElementContent {
    padding: 162px 35px 40px;
  }
}

@media (min-width: 1000px) {
  .home .flyout > .fsElementContent {
    visibility: visible;
    padding: 30px 35px 86px;
  }
}

@media (min-width: 1200px) {
  .home .flyout > .fsElementContent {
    padding-left: 90px;
    padding-right: 90px;
  }
}

.home .flyout > .fsElementContent:before,
.home .flyout > .fsElementContent:after {
  content: '';
  position: absolute;
  bottom: 0;
  border-left: 448px solid transparent;
  border-right: 448px solid transparent;
  border-bottom: 500px solid rgba(0, 38, 142, 0.5);
  z-index: -1;
}

.home .flyout > .fsElementContent:before {
  left: 50px;
  left: calc(50% - 178px - 492px);
}

.home .flyout > .fsElementContent:after {
  right: 50px;
  right: calc(50% - 178px - 492px);
}

.home .flyout > footer {
  position: absolute;
  top: calc(200vh - 61px);
  right: 15px;
  z-index: 9000;
  -webkit-transition: 0.5s top;
  transition: 0.5s top;
  visibility: hidden;
}

@media (min-width: 700px) {
  .home .flyout > footer {
    right: 30px;
  }
}

@media (min-width: 1000px) {
  .home .flyout > footer {
    right: 35px;
  }
}

@media (min-width: 1200px) {
  .home .flyout > footer {
    right: 70px;
  }
}

.home .flyout > footer .fsElementFooterContent {
  margin: 0;
}

.home .flyout > footer .fsElementFooterContent button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  padding: 5px;
  font-size: 0;
  line-height: 1;
  color: #FFF;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 25px;
  text-align: center;
}

@media (min-width: 700px) {
  .home .flyout > footer .fsElementFooterContent button {
    width: 35px;
  }
}

@media (min-width: 1000px) {
  .home .flyout > footer .fsElementFooterContent button {
    padding: 17px 29px 17px 52px;
    border: 1px solid #FFF;
    background: #FFF;
    color: #291C5B;
    font-size: 1.25rem;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: auto;
    text-align: left;
  }
}

.home .flyout > footer .fsElementFooterContent button:hover,
.home .flyout > footer .fsElementFooterContent button:focus {
  color: #F0B323;
}

@media (min-width: 1000px) {
  .home .flyout > footer .fsElementFooterContent button:hover,
  .home .flyout > footer .fsElementFooterContent button:focus {
    background: transparent;
    color: #FFF;
  }

  .home .flyout > footer .fsElementFooterContent button:hover:before,
  .home .flyout > footer .fsElementFooterContent button:focus:before {
    color: #FFF;
  }
}

.home .flyout > footer .fsElementFooterContent button:before {
  content: "\E91C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 0.9375rem;
}

@media (min-width: 700px) {
  .home .flyout > footer .fsElementFooterContent button:before {
    font-size: 1.5625rem;
  }
}

@media (min-width: 1000px) {
  .home .flyout > footer .fsElementFooterContent button:before {
    content: "\E909";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    left: 29px;
    font-size: inherit;
    line-height: 1;
    color: #54758A;
    -webkit-transition: 0.3s color;
    transition: 0.3s color;
  }
}

.home .flyout .inner {
  visibility: hidden;
}

.home .flyout .inner > .fsElementContent {
  height: calc(100vh - 255px);
  overflow: hidden;
}

@media (min-width: 700px) {
  .home .flyout .inner > .fsElementContent {
    height: calc(100vh - 287px);
  }
}

@media (min-width: 1000px) {
  .home .flyout .inner > .fsElementContent {
    height: calc(100vh - 201px);
  }
}

.home .flyout .mCSB_container {
  padding: 0 38px 148px 0;
  margin: 0;
}

@media (min-width: 1000px) {
  .home .flyout .mCSB_container {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.home .recent-news {
  background-image: none !important;
  margin-bottom: 40px;
}

@media (min-width: 1000px) {
  .home .recent-news {
    width: 61.29296%;
    margin-bottom: 0;
  }
}

.home .recent-news > header {
  margin-bottom: 15px;
}

.home .recent-news > header .fsElementTitle {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.home .recent-news > .fsElementContent {
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  padding-left: 28px;
}

.home .recent-news > .fsElementContent:before {
  content: '';
  display: block;
  width: 50px;
  height: 5px;
  background: #F0B323;
  margin-bottom: 28px;
}

.home .recent-news .fsListItems {
  margin: -7.5px;
}

.home .recent-news article {
  width: calc(100% - 15px);
  margin: 7.5px;
  padding: 0;
  position: relative;
}

@media (min-width: 700px) {
  .home .recent-news article {
    width: calc(50% - 15px);
  }
}

.home .recent-news article:hover .wrapper,
.home .recent-news article:focus .wrapper,
.home .recent-news article.focused-in .wrapper {
  opacity: 1;
}

.home .recent-news article .fsThumbnail {
  margin-bottom: 0;
}

.home .recent-news article .fsThumbnail.no-img,
.home .recent-news article .fsThumbnail .fsCroppedImage {
  padding-bottom: 235px;
}

.home .recent-news article .fsTitle {
  padding: 15px;
  margin: 0;
  line-height: 1.35295;
  color: #FFF;
}

.home .recent-news article .fsTitle a {
  display: block;
}

.home .recent-news article .fsTitle a:hover,
.home .recent-news article .fsTitle a:focus {
  color: #F0B323;
}

.home .recent-news article .fsDateTime {
  color: #fff;
}

.home .recent-news article .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 50, 160, 0.85);
  color: #FFF;
  width: 100%;
  height: 235px;
  padding: 20px;
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
  opacity: 0;
}

.home .recent-news article .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-height: calc(100% - 40px);
}

.home .recent-news article .fsSummary {
  max-height: 182px;
  overflow: hidden;
}

.home .recent-news article .fsSummary:not(:last-child) {
  max-height: 156px;
}

.home .recent-news article .fsReadMoreLink {
  text-transform: uppercase;
  color: #FFF;
  font-size: 0.8125rem;
  line-height: 1.92308;
  letter-spacing: 1px;
}

.home .recent-news article .fsReadMoreLink:hover,
.home .recent-news article .fsReadMoreLink:focus {
  color: rgba(255, 255, 255, 0.85);
}

.home .recent-news .fsLoadMoreButton {
  color: #fff;
}

.home .recent-news > footer {
  position: absolute;
  top: calc(100% - 54px);
  left: 0px;
  width: 100%;
}

@media (min-width: 1000px) {
  .home .recent-news > footer {
    position: fixed;
    top: auto;
    bottom: -100%;
    left: 35px;
    padding: 30px 0;
    -webkit-transition: 0.5s bottom;
    transition: 0.5s bottom;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .home .recent-news > footer {
    left: 90px;
  }
}

.home .recent-news > footer .fsElementFooterContent {
  margin: 0;
}

.home .recent-news > footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .recent-news > footer ul,
.home .recent-news > footer ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home .recent-news > footer ul li {
  margin: 0;
  padding: 0;
}

@media (min-width: 1000px) {
  .home .recent-news > footer ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.home .recent-news > footer ul li:not(:last-child) {
  margin-bottom: 20px;
}

@media (min-width: 1000px) {
  .home .recent-news > footer ul li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

@media (min-width: 1200px) {
  .home .recent-news > footer ul li:not(:last-child) {
    margin-right: 40px;
  }
}

.home .recent-news > footer ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  font-size: 0.6875rem;
  line-height: 17px;
  letter-spacing: 1.5px;
  text-decoration: none;
  padding-right: 19px;
  position: relative;
}

@media (min-width: 700px) {
  .home .recent-news > footer ul li a {
    font-size: 0.8125rem;
  }
}

@media (min-width: 1000px) {
  .home .recent-news > footer ul li a {
    font-size: 0.6875rem;
  }
}

@media (min-width: 1200px) {
  .home .recent-news > footer ul li a {
    font-size: 0.8125rem;
  }
}

.home .recent-news > footer ul li a:hover,
.home .recent-news > footer ul li a:focus {
  color: #FFF;
  text-decoration: underline;
}

.home .recent-news > footer ul li a:after {
  content: "\E901";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 0.5rem;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  color: #F3D54E;
}

@media (min-width: 700px) {
  .home .recent-news > footer ul li a:after {
    font-size: 0.625rem;
  }
}

@media (min-width: 1000px) {
  .home .upcoming-events {
    width: 32.07856%;
  }
}

.home .upcoming-events > header {
  margin-bottom: 15px;
}

.home .upcoming-events > header .fsElementTitle {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.home .upcoming-events > .fsElementContent {
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  padding-left: 28px;
}

.home .upcoming-events > .fsElementContent:before {
  content: '';
  display: block;
  width: 50px;
  height: 5px;
  background: #F0B323;
  margin-bottom: 28px;
}

.home .upcoming-events .fsListItems:last-of-type > .fsMonthContainer:last-child > .fsDayContainer:last-child article:last-child,
.home .upcoming-events .fsListItems:last-of-type > .fsDayContainer:last-child article:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.home .upcoming-events .fsElementEmpty {
  color: #FFF;
}

.home .upcoming-events article {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: #FFF;
}

.home .upcoming-events article .fsDate {
  color: inherit;
  font-size: 0.875rem;
  line-height: 1.2858;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.home .upcoming-events article .fsTitle {
  font-size: 1.375rem;
  line-height: 1.36364;
  color: inherit;
}

.home .upcoming-events article .fsTitle a:hover,
.home .upcoming-events article .fsTitle a:focus {
  color: #F0B323;
}

.home .upcoming-events article .fsNotes {
  padding-left: 18px;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.64286;
}

.home .upcoming-events article .fsNotes:before {
  content: "\E91B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.625rem;
  line-height: 2;
  color: #F3D54E;
}

.home .upcoming-events article .fsNotes a {
  color: #F3D54E;
}

.home .upcoming-events article .fsEventDetails {
  line-height: 1;
}

.home .upcoming-events article .fsTimeRange,
.home .upcoming-events article .fsAllDay,
.home .upcoming-events article .fsLocation {
  padding-left: 19px;
  display: inline-block;
  vertical-align: top;
  font-size: 0.875rem;
  line-height: 1.42858;
  margin: 0;
}

.home .upcoming-events article .fsTimeRange:before,
.home .upcoming-events article .fsAllDay:before,
.home .upcoming-events article .fsLocation:before {
  top: 0;
  line-height: 2;
  color: #F3D54E;
}

.home .upcoming-events article .fsTimeRange + .fsLocation,
.home .upcoming-events article .fsAllDay + .fsLocation {
  margin-left: 40px;
  max-width: 47.51381%;
}

.home .upcoming-events article .fsTimeRange + .fsLocation:after,
.home .upcoming-events article .fsAllDay + .fsLocation:after {
  content: '';
  position: absolute;
  top: 0;
  left: -23px;
  width: 3px;
  height: 20px;
  background-color: #00268E;
}

.home .upcoming-events > footer {
  position: absolute;
  top: calc(100% - 128px);
  left: 0px;
  width: 100%;
}

@media (min-width: 1000px) {
  .home .upcoming-events > footer {
    position: fixed;
    top: auto;
    bottom: -100%;
    right: 231px;
    left: auto;
    width: auto;
    padding: 30px 0;
    -webkit-transition: 0.5s bottom;
    transition: 0.5s bottom;
  }
}

@media (min-width: 1200px) {
  .home .upcoming-events > footer {
    right: 266px;
  }
}

.home .upcoming-events > footer .fsElementFooterContent {
  margin: 0;
}

.home .upcoming-events > footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .upcoming-events > footer ul,
.home .upcoming-events > footer ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home .upcoming-events > footer ul li {
  margin: 0;
  padding: 0;
}

@media (min-width: 1000px) {
  .home .upcoming-events > footer ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.home .upcoming-events > footer ul li:not(:last-child) {
  margin-bottom: 20px;
}

@media (min-width: 1000px) {
  .home .upcoming-events > footer ul li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

@media (min-width: 1200px) {
  .home .upcoming-events > footer ul li:not(:last-child) {
    margin-right: 40px;
  }
}

.home .upcoming-events > footer ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  font-size: 0.6875rem;
  line-height: 17px;
  letter-spacing: 1.5px;
  text-decoration: none;
  padding-right: 19px;
  position: relative;
}

@media (min-width: 700px) {
  .home .upcoming-events > footer ul li a {
    font-size: 0.8125rem;
  }
}

@media (min-width: 1000px) {
  .home .upcoming-events > footer ul li a {
    font-size: 0.6875rem;
  }
}

@media (min-width: 1200px) {
  .home .upcoming-events > footer ul li a {
    font-size: 0.8125rem;
  }
}

.home .upcoming-events > footer ul li a:hover,
.home .upcoming-events > footer ul li a:focus {
  color: #FFF;
  text-decoration: underline;
}

.home .upcoming-events > footer ul li a:after {
  content: "\E901";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 0.5rem;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  color: #F3D54E;
}

@media (min-width: 700px) {
  .home .upcoming-events > footer ul li a:after {
    font-size: 0.625rem;
  }
}

.home .shield {
  margin-bottom: 30px;
}

.home .shield:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 492px);
  border-left: 492px solid transparent;
  border-right: 492px solid transparent;
  border-bottom: 550px solid rgba(0, 38, 142, 0.5);
  z-index: -1;
}

.home .shield img {
  margin: 0 auto;
}

.home .image-button-container {
  padding: 40px 0px 70px;
  position: relative;
}

@media (min-width: 700px) {
  .home .image-button-container {
    padding: 100px 35px;
  }

  .home .image-button-container:before {
    content: '';
    position: absolute;
    top: -57px;
    right: -280px;
    width: 820px;
    height: 800px;
    background: url(images/shield-gray.svg);
    background-size: cover;
  }
}

@media (min-width: 1000px) {
  .home .image-button-container {
    padding: 100px 50px;
  }
}

@media (min-width: 1100px) {
  .home .image-button-container {
    padding: 100px 90px;
  }
}

.home .image-button-container > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -5px -5px;
  position: relative;
}

@media (min-width: 1000px) {
  .home .image-button-container > .fsElementContent {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
}

.home .image-button-container .intro-text {
  padding: 0 25px;
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 700px) {
  .home .image-button-container .intro-text {
    padding: 0 40px;
  }
}

@media (min-width: 1000px) {
  .home .image-button-container .intro-text {
    padding: 0;
    margin-bottom: 0;
    text-align: left;
    width: calc(46.42857% - 85px);
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.home .image-button-container .intro-text > header .fsElementTitle {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 2.5px;
  font-size: 1.125rem;
  line-height: 1.223;
  color: #291C5B;
}

@media (min-width: 700px) {
  .home .image-button-container .intro-text > header .fsElementTitle {
    letter-spacing: 3px;
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

.home .image-button-container .intro-text > .fsElementContent {
  font-size: 1.0625rem;
  line-height: 1.7648;
  font-family: "PT Serif", serif;
}

@media (min-width: 700px) {
  .home .image-button-container .intro-text > .fsElementContent {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

.home .image-button-container .image-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translate3d(0, 40px, 0px) scaleY(0.7);
          transform: translate3d(0, 40px, 0px) scaleY(0.7);
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  opacity: 0;
  -webkit-transition: all 1500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1500ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

@media (max-width: 999px) {
  .home .image-button-container .image-button {
    width: calc(50% - 10px);
    margin: 5px;
    padding-top: calc(50% - 10px);
  }
}

@media (min-width: 1000px) {
  .home .image-button-container .image-button:nth-child(2) {
    height: 230px;
    width: 27.38095%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .home .image-button-container .image-button:nth-child(3) {
    width: 26.19048%;
    height: 330px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 70px 0 15px;
  }

  .home .image-button-container .image-button:nth-child(4) {
    width: 28.57143%;
    height: 360px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin: -65px 0 0 30px;
    border: 15px solid #FFF;
  }

  .home .image-button-container .image-button:nth-child(5) {
    width: 330px;
    height: 230px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-top: 15px;
  }

  .home .image-button-container .image-button:nth-child(6) {
    width: 250px;
    height: 230px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    margin: 15px 0 0 15px;
  }
}

@media (min-width: 1020px) {
  .home .image-button-container .image-button:nth-child(5) {
    width: 345px;
  }
}

.home .image-button-container .image-button.show-element {
  -webkit-transform: translate3d(0, 0, 0) scaleY(1);
          transform: translate3d(0, 0, 0) scaleY(1);
  opacity: 1;
  -webkit-transition: 1500ms all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1500ms all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
}

.home .experience-summit {
  margin-bottom: 70px;
}

@media (min-width: 700px) {
  .home .experience-summit {
    margin-bottom: 100px;
  }
}

.home .meet-the-teachers {
  background: #F6F6F6;
  padding-top: 70px;
}

@media (min-width: 700px) {
  .home .meet-the-teachers {
    padding-top: 100px;
  }
}

.home .meet-the-teachers .fsConstituentItem {
  -webkit-transform: translate3d(0, 40px, 0px) scaleY(0.7);
          transform: translate3d(0, 40px, 0px) scaleY(0.7);
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  opacity: 0;
  -webkit-transition: all 1500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1500ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.home .meet-the-teachers .fsConstituentItem.show-element {
  -webkit-transform: translate3d(0, 0, 0) scaleY(1);
          transform: translate3d(0, 0, 0) scaleY(1);
  opacity: 1;
  -webkit-transition: 1500ms all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1500ms all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
}

.home .social-panel {
  padding: 70px 0;
  position: relative;
  background: #F6F6F6;
}

@media (min-width: 700px) {
  .home .social-panel {
    padding: 100px 35px;
  }

  .home .social-panel:before {
    content: '';
    position: absolute;
    top: -117px;
    left: -280px;
    width: 820px;
    height: 800px;
    background: url(images/shield-gray.svg);
    background-size: cover;
  }
}

.home .social-panel > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  padding-bottom: 233px;
}

@media (min-width: 1000px) {
  .home .social-panel > .fsElementContent {
    padding-bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.home .social-panel .social-intro {
  padding: 0 20px;
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 700px) {
  .home .social-panel .social-intro {
    padding: 0 35px;
    margin-bottom: 70px;
  }
}

@media (min-width: 1000px) {
  .home .social-panel .social-intro {
    padding: 0;
    text-align: left;
  }
}

.home .social-panel .social-intro > header .fsElementTitle {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #291C5B;
  letter-spacing: 3px;
}

.home .social-panel .social-links {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 260px;
}

@media (min-width: 1000px) {
  .home .social-panel .social-links {
    position: static;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.home .social-panel .social-links > header .fsElementTitle {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  color: #291C5B;
  font-size: 0.875rem;
  line-height: 1.2858;
  text-align: center;
}

@media (min-width: 1000px) {
  .home .social-panel .social-links > header .fsElementTitle {
    text-align: left;
  }
}

.home .social-panel .social-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px !important;
}

.home .social-panel .social-links ul,
.home .social-panel .social-links ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home .social-panel .social-links ul li {
  margin: 0;
  padding: 0;
}

.home .social-panel .social-links ul li {
  margin: 5px;
  width: calc((100% / 3) - 10px);
}

.home .social-panel .social-links ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  font-size: 0.6875rem;
  line-height: 1.36364;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #FFF;
  text-decoration: none;
  position: relative;
  height: 80px;
  padding: 10px;
  text-align: center;
}

.home .social-panel .social-links ul li a:hover,
.home .social-panel .social-links ul li a:focus {
  color: #FFF;
  background: #291C5B;
}

.home .social-panel .social-links ul li a:hover:before,
.home .social-panel .social-links ul li a:focus:before {
  opacity: 0;
}

.home .social-panel .social-links ul li a:before {
  font-size: 1.1875rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #666666;
  opacity: 1;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.home .social-panel .social-links ul li a[href*="facebook"]:before {
  content: "\E913";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .social-panel .social-links ul li a[href*="twitter"]:before {
  content: "\E911";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .social-panel .social-links ul li a[href*="linkedin"]:before {
  content: "\E915";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .social-panel .social-links ul li a[href*="youtube"]:before {
  content: "\E910";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .social-panel .social-links ul li a[href*="issuu"]:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .social-panel .social-links ul li a[href*="flickr"]:before {
  content: "\E917";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

@media (min-width: 1000px) {
  .home .social-panel .fsFeeds {
    width: 665px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 40px;
  }
}

@media (min-width: 1200px) {
  .home .social-panel .fsFeeds {
    margin-left: 75px;
  }
}

.home .social-panel .fsFeeds > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}

@media (min-width: 700px) {
  .home .social-panel .fsFeeds > .fsElementContent {
    margin: 0;
  }
}

.home .social-panel .fsFeeds .fsFeed-post-Instagram {
  background-size: cover;
  background-position: center;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(50% - 10px);
  margin: 5px;
  padding-top: calc(50% - 10px);
  -webkit-transform: translate3d(0, 40px, 0px) scaleY(0.7);
          transform: translate3d(0, 40px, 0px) scaleY(0.7);
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  opacity: 0;
  -webkit-transition: all 1500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1500ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

@media (min-width: 700px) {
  .home .social-panel .fsFeeds .fsFeed-post-Instagram {
    width: auto;
    margin: 0;
    padding-top: 0;
  }
}

.home .social-panel .fsFeeds .fsFeed-post-Instagram.show-element {
  -webkit-transform: translate3d(0, 0, 0) scaleY(1);
          transform: translate3d(0, 0, 0) scaleY(1);
  opacity: 1;
  -webkit-transition: 1500ms all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: 1500ms all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
}

.home .social-panel .fsFeeds .fsFeed-post-Instagram:hover .feed-wrapper,
.home .social-panel .fsFeeds .fsFeed-post-Instagram.focused-in .feed-wrapper {
  opacity: 1;
}

@media (min-width: 700px) {
  .home .social-panel .fsFeeds .fsFeed-post-Instagram:nth-child(1) {
    width: 270px;
    height: 270px;
    margin: 30px 0 0 auto;
  }

  .home .social-panel .fsFeeds .fsFeed-post-Instagram:nth-child(1) .feed-desc {
    max-height: 162px;
  }

  .home .social-panel .fsFeeds .fsFeed-post-Instagram:nth-child(2) {
    width: 54.88722%;
    height: 365px;
    border-bottom: 15px solid #F6F6F6;
    border-left: 15px solid #F6F6F6;
  }

  .home .social-panel .fsFeeds .fsFeed-post-Instagram:nth-child(2) .post-toolbar {
    left: 75px;
  }

  .home .social-panel .fsFeeds .fsFeed-post-Instagram:nth-child(2) .feed-desc {
    max-height: 243px;
  }

  .home .social-panel .fsFeeds .fsFeed-post-Instagram:nth-child(3) {
    width: 54.88722%;
    height: 365px;
    border-top: 15px solid #F6F6F6;
    border-right: 15px solid #F6F6F6;
    margin-top: -65px;
  }

  .home .social-panel .fsFeeds .fsFeed-post-Instagram:nth-child(3) .feed-desc {
    max-height: 243px;
  }

  .home .social-panel .fsFeeds .fsFeed-post-Instagram:nth-child(4) {
    width: 270px;
    height: 270px;
  }
}

.home .social-panel .fsFeeds .fsFeed-post-Instagram .feed-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 50, 160, 0.85);
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.9375rem;
  line-height: 27px;
  padding: 20px 20px 67px 20px;
  opacity: 0;
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
}

@media (min-width: 700px) {
  .home .social-panel .fsFeeds .fsFeed-post-Instagram .feed-wrapper {
    padding: 25px 25px 77px 25px;
  }
}

.home .social-panel .fsFeeds .fsFeed-post-Instagram .feed-desc {
  text-align: center;
  overflow: hidden;
}

.home .social-panel .fsFeeds .fsFeed-post-Instagram .feed-desc a {
  color: #F3D54E;
}

.home .social-panel .fsFeeds .fsFeed-post-Instagram .feed-desc a:hover,
.home .social-panel .fsFeeds .fsFeed-post-Instagram .feed-desc a:focus {
  color: #F0B323;
}

.home .social-panel .fsFeeds .fsFeed-post-Instagram .post-toolbar {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 700px) {
  .home .social-panel .fsFeeds .fsFeed-post-Instagram .post-toolbar {
    bottom: 25px;
    left: 25px;
    font-size: 1rem;
  }
}

.home .social-panel .fsFeeds .fsFeed-post-Instagram .comment-count {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home .social-panel .fsFeeds .fsFeed-post-Instagram .comment-count:before {
  content: "\E91E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 5px;
}

.home .social-panel .fsFeeds .fsFeed-post-Instagram .like-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home .social-panel .fsFeeds .fsFeed-post-Instagram .like-count:before {
  content: "\E91F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 5px;
}

.home .social-panel .fsFeeds .fsFeed-post-Instagram .post-url {
  color: #FFF;
  position: absolute;
  bottom: 17px;
  right: 15px;
  padding: 5px;
  text-decoration: none;
  font-size: 0;
  line-height: 1;
}

@media (min-width: 700px) {
  .home .social-panel .fsFeeds .fsFeed-post-Instagram .post-url {
    bottom: 22px;
    right: 20px;
  }
}

.home .social-panel .fsFeeds .fsFeed-post-Instagram .post-url:hover,
.home .social-panel .fsFeeds .fsFeed-post-Instagram .post-url:focus {
  color: #F3D54E;
}

.home .social-panel .fsFeeds .fsFeed-post-Instagram .post-url:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1.25rem;
}

@media (min-width: 700px) {
  .home .social-panel .fsFeeds .fsFeed-post-Instagram .post-url:before {
    font-size: 1.5rem;
  }
}

.home.fsComposeMode #fsHeader {
  position: static;
  width: auto;
}

.home.fsComposeMode #fsHeader .fsBanner {
  min-height: 162px;
}

@media (min-width: 1000px) {
  .home.fsComposeMode #fsHeader .fsBanner {
    min-height: 190px;
  }
}

.home.fsComposeMode #fsHeader .nav-main {
  position: relative;
  top: auto;
  width: auto;
}

.home.fsComposeMode #fsHeader .nav-main:after {
  content: normal;
}

.home.fsComposeMode .flyout {
  margin-top: 40px;
}

.home.fsComposeMode .flyout > header {
  position: static;
  -webkit-transition: none;
  transition: none;
  padding: 0;
}

.home.fsComposeMode .flyout > .fsElementContent {
  position: static;
  width: auto;
  height: auto;
  visibility: visible;
}

.home.fsComposeMode .flyout > .fsElementContent:before,
.home.fsComposeMode .flyout > .fsElementContent:after {
  content: normal;
}

.home.fsComposeMode .flyout > footer {
  position: static;
  -webkit-transition: none;
  transition: none;
  visibility: visible;
}

.home.fsComposeMode .flyout .inner {
  visibility: visible;
}

.home.fsComposeMode .flyout .inner > .fsElementContent {
  height: auto;
  overflow: visible;
}

.home.fsComposeMode .recent-news {
  width: auto;
  margin-bottom: 20px;
}

.home.fsComposeMode .upcoming-events {
  width: auto;
}

.home.fsComposeMode .image-button-container {
  padding: 35px;
}

.home.fsComposeMode .image-button-container:before {
  content: normal;
}

.home.fsComposeMode .image-button-container > .fsElementContent {
  display: block;
}

.home.fsComposeMode .image-button-container .intro-text {
  width: auto;
  margin-bottom: 20px;
}

.home.fsComposeMode .social-panel .fsFeeds .fsFeed-post-Instagram,
.home.fsComposeMode .meet-the-teachers .fsConstituentItem {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.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: 7.14286%;
  }
}

.colors.main ol li:nth-of-type(1) {
  background: #291C5B;
}

.colors.main ol li:nth-of-type(1):after {
  content: "#291C5B";
}

.colors.main ol li:nth-of-type(2) {
  background: #291C5B;
}

.colors.main ol li:nth-of-type(2):after {
  content: "#291C5B";
}

.colors.main ol li:nth-of-type(3) {
  background: #291C5B;
}

.colors.main ol li:nth-of-type(3):after {
  content: "#291C5B";
}

.colors.main ol li:nth-of-type(4) {
  background: #54758A;
}

.colors.main ol li:nth-of-type(4):after {
  content: "#54758A";
}

.colors.main ol li:nth-of-type(5) {
  background: #0092BC;
}

.colors.main ol li:nth-of-type(5):after {
  content: "#0092BC";
}

.colors.main ol li:nth-of-type(6) {
  background: #05C3DD;
}

.colors.main ol li:nth-of-type(6):after {
  content: "#05C3DD";
}

.colors.main ol li:nth-of-type(7) {
  background: #F0B323;
}

.colors.main ol li:nth-of-type(7):after {
  content: "#F0B323";
}

.colors.main ol li:nth-of-type(8) {
  background: #F3D54E;
}

.colors.main ol li:nth-of-type(8):after {
  content: "#F3D54E";
}

.colors.main ol li:nth-of-type(9) {
  background: #404040;
}

.colors.main ol li:nth-of-type(9):after {
  content: "#404040";
}

.colors.main ol li:nth-of-type(10) {
  background: #666666;
}

.colors.main ol li:nth-of-type(10):after {
  content: "#666666";
}

.colors.main ol li:nth-of-type(11) {
  background: #D3D3D3;
}

.colors.main ol li:nth-of-type(11):after {
  content: "#D3D3D3";
}

.colors.main ol li:nth-of-type(12) {
  background: #E0E0E0;
}

.colors.main ol li:nth-of-type(12):after {
  content: "#E0E0E0";
}

.colors.main ol li:nth-of-type(13) {
  background: #F0F0F0;
}

.colors.main ol li:nth-of-type(13):after {
  content: "#F0F0F0";
}

.colors.main ol li:nth-of-type(14) {
  background: #F6F6F6;
}

.colors.main ol li:nth-of-type(14):after {
  content: "#F6F6F6";
}

@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: "Montserrat", sans-serif;
}

.fonts ol li:nth-of-type(1):after {
  content: "Montserrat, sans-serif";
  display: block;
  margin-bottom: 10px;
}

.fonts ol li:nth-of-type(2) {
  font-family: "PT Serif", serif;
}

.fonts ol li:nth-of-type(2):after {
  content: "PT Serif, serif";
  display: block;
  margin-bottom: 10px;
}

.fonts ol li:nth-of-type(3) {
  font-family: "IcoMoon";
}

.fonts ol li:nth-of-type(3):after {
  content: "IcoMoon";
  display: block;
  margin-bottom: 10px;
}

.headers .fsElementContent h1:after {
  content: " - font-size: 40px / line-height: 45px";
}

.headers .fsElementContent h2:after {
  content: " - font-size: 28px / line-height: 35px";
}

.headers .fsElementContent h3:after {
  content: " - font-size: 23px / line-height: 28px";
}

.headers .fsElementContent h4:after {
  content: " - font-size: 19px / line-height: 24px";
}

.headers .fsElementContent h5:after {
  content: " - font-size: 17px / line-height: 22px";
}

.headers .fsElementContent h6:after {
  content: " - font-size: 15px / line-height: 22px";
}

/*! enhancements - experience summit */

.experience-summit.fsElement {
  position: relative;
  padding: 0 20px;
}

@media (min-width: 700px) {
  .experience-summit.fsElement {
    padding: 0 35px;
  }
}

@media (min-width: 1000px) {
  .experience-summit.fsElement {
    padding: 0 35px;
  }
}

@media (min-width: 1400px) {
  .experience-summit.fsElement {
    padding: 0 90px;
  }
}

@media screen and (max-width: 599px) {
  body:not(.home) .experience-summit.fsElement {
    margin-left: -20px;
    width: calc(100% + 40px) !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 1249px) {
  body:not(.home) .experience-summit.fsElement {
    margin-left: -35px;
    width: calc(100% + 70px) !important;
  }
}

@media screen and (max-width: 1249px) {
  body:not(.home) .experience-summit.fsElement {
    left: auto !important;
  }
}

.experience-summit.fsElement > header {
  position: relative;
  margin: 0 auto;
  max-width: 780px;
  margin-bottom: 40px;
  text-align: center;
}

.experience-summit.fsElement > header .fsElementTitle {
  margin-bottom: 15px;
  letter-spacing: 2.5px;
  font-size: 1.125rem;
  line-height: 1.223;
  color: #291C5B;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .experience-summit.fsElement > header .fsElementTitle {
    letter-spacing: 3px;
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

.experience-summit.fsElement > header .fsElementHeaderContent {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.734;
}

@media (min-width: 700px) {
  .experience-summit.fsElement > header .fsElementHeaderContent {
    font-size: 1.0625rem;
    line-height: 1.648;
  }
}

.experience-summit.fsElement > .fsElementContent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1000px) {
  .experience-summit.fsElement > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 72px 0 45px;
    height: 446px;
  }

  .experience-summit.fsElement > .fsElementContent:before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background: #F0F0F0;
  }
}

.experience-summit.fsElement .fsElement {
  margin-bottom: 0;
}

.experience-summit.fsElement .row > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1200px) {
  .experience-summit.fsElement .row > .fsElementContent {
    padding: 0 20px;
  }
}

@media (min-width: 1000px) {
  .experience-summit.fsElement .row:first-child .individual-container:first-child .initial-text:before,
  .experience-summit.fsElement .row:last-child .individual-container:first-child .initial-text:before {
    left: calc(100% + 20px);
  }

  .experience-summit.fsElement .row:first-child .individual-container:first-child .initial-text:after,
  .experience-summit.fsElement .row:last-child .individual-container:first-child .initial-text:after {
    left: calc(100% + 35px);
  }

  .experience-summit.fsElement .row:first-child .individual-container:last-child .initial-text:before,
  .experience-summit.fsElement .row:last-child .individual-container:last-child .initial-text:before {
    right: calc(100% + 20px);
  }

  .experience-summit.fsElement .row:first-child .individual-container:last-child .initial-text:after,
  .experience-summit.fsElement .row:last-child .individual-container:last-child .initial-text:after {
    right: calc(100% + 35px);
  }
}

.experience-summit.fsElement .row:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 1000px) {
  .experience-summit.fsElement .row:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.experience-summit.fsElement .row:last-child {
  margin-top: 23px;
  padding-top: 21px;
  border-top: 2px solid #F0F0F0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media (min-width: 700px) {
  .experience-summit.fsElement .row:last-child {
    margin-top: 40px;
    padding-top: 38px;
  }
}

@media (min-width: 1000px) {
  .experience-summit.fsElement .row:last-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    width: 100%;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.experience-summit.fsElement .experience-shield {
  width: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 30px;
}

@media (min-width: 1000px) {
  .experience-summit.fsElement .experience-shield {
    width: 300px;
    position: absolute;
    top: 77px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background-size: 458px 446px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .experience-summit.fsElement .experience-shield {
    width: 458px;
    top: 0;
  }
}

.experience-summit.fsElement .experience-shield picture {
  background-image: url(images/experience-cover.svg);
  background-size: cover;
}

.experience-summit.fsElement .experience-shield img {
  width: 100%;
}

.experience-summit.fsElement .individual-container {
  max-width: calc(50% - 10px);
}

@media (min-width: 1000px) {
  .experience-summit.fsElement .individual-container {
    max-width: 100%;
  }
}

.experience-summit.fsElement .initial-text {
  background-image: none !important;
  position: relative;
  -webkit-transition: 0.4s top;
  transition: 0.4s top;
  top: 0;
}

@media (min-width: 1000px) {
  .experience-summit.fsElement .initial-text {
    max-width: 296px;
  }

  .experience-summit.fsElement .initial-text:before,
  .experience-summit.fsElement .initial-text:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }

  .experience-summit.fsElement .initial-text:before {
    background: #F0B323;
    width: 5px;
    height: 0;
  }

  .experience-summit.fsElement .initial-text:after {
    width: 0;
    height: 2px;
    background: rgba(0, 0, 0, 0.42);
  }
}

.experience-summit.fsElement .initial-text:hover,
.experience-summit.fsElement .initial-text.active {
  top: -11px;
}

@media (min-width: 700px) {
  .experience-summit.fsElement .initial-text:hover,
  .experience-summit.fsElement .initial-text.active {
    top: -19px;
  }
}

@media (min-width: 1000px) {
  .experience-summit.fsElement .initial-text:hover:before,
  .experience-summit.fsElement .initial-text.active:before {
    top: calc(50% + 19px);
    height: calc(100% + 38px);
  }

  .experience-summit.fsElement .initial-text:hover:after,
  .experience-summit.fsElement .initial-text.active:after {
    top: calc(50% + 19px);
    width: 50px;
    -webkit-transition: 0.3s all, 0.3s width 0.3s;
    transition: 0.3s all, 0.3s width 0.3s;
  }
}

.experience-summit.fsElement .initial-text:hover > .fsElementContent,
.experience-summit.fsElement .initial-text.active > .fsElementContent {
  max-height: 31px;
  opacity: 1;
}

@media (min-width: 700px) {
  .experience-summit.fsElement .initial-text:hover > .fsElementContent,
  .experience-summit.fsElement .initial-text.active > .fsElementContent {
    max-height: 38px;
  }
}

.experience-summit.fsElement .initial-text > header .fsElementTitle {
  margin-bottom: 10px;
  font-size: 1.0625rem;
  line-height: 1.353;
  color: #291C5B;
}

@media (min-width: 700px) {
  .experience-summit.fsElement .initial-text > header .fsElementTitle {
    font-size: 1.4375rem;
    line-height: 1.2174;
  }
}

.experience-summit.fsElement .initial-text > header .fsElementHeaderContent {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.75rem;
  line-height: 1.5834;
  color: #404040;
  font-weight: 700;
}

@media (min-width: 700px) {
  .experience-summit.fsElement .initial-text > header .fsElementHeaderContent {
    font-size: 0.875rem;
    line-height: 1.4286;
  }
}

.experience-summit.fsElement .initial-text > .fsElementContent {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.experience-summit.fsElement .initial-text > .fsElementContent > * {
  padding-top: 10px;
}

.experience-summit.fsElement .initial-text > .fsElementContent button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  display: block;
  color: #54758A;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

@media (min-width: 700px) {
  .experience-summit.fsElement .initial-text > .fsElementContent button {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.experience-summit.fsElement .initial-text > .fsElementContent button:hover,
.experience-summit.fsElement .initial-text > .fsElementContent button:focus {
  color: #291C5B;
  text-decoration: none;
}

.experience-summit.fsElement .flyout-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
      -ms-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  width: 100%;
  height: 100vh;
  background: #F6F6F6;
  z-index: 6000;
  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;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 60px 20px;
}

@media (min-width: 600px) {
  .experience-summit.fsElement .flyout-wrapper {
    padding: 80px 35px;
  }
}

.experience-summit.fsElement .flyout-wrapper.flyout-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.experience-summit.fsElement .flyout-wrapper:before {
  content: '';
  position: absolute;
  top: 18px;
  left: -280px;
  width: 820px;
  height: 800px;
  background: url(images/shield-gray.svg);
  background-size: cover;
}

.experience-summit.fsElement .flyout-wrapper > header .fsElementHeaderContent {
  position: absolute;
  top: 15px;
  right: 15px;
}

@media (min-width: 600px) {
  .experience-summit.fsElement .flyout-wrapper > header .fsElementHeaderContent {
    top: 30px;
    right: 30px;
  }
}

@media (min-width: 1000px) {
  .experience-summit.fsElement .flyout-wrapper > header .fsElementHeaderContent {
    top: 105px;
  }
}

@media (min-width: 1260px) {
  .experience-summit.fsElement .flyout-wrapper > header .fsElementHeaderContent {
    margin: 0 auto;
    left: 15px;
    right: 15px;
    max-width: 1190px;
  }
}

@media screen and (max-height: 999px) and (min-width: 1000px) {
  .experience-summit.fsElement .flyout-wrapper > header .fsElementHeaderContent {
    top: 30px;
  }
}

@media screen and (max-height: 799px) and (min-width: 1000px) {
  .experience-summit.fsElement .flyout-wrapper > header .fsElementHeaderContent {
    top: 15px;
  }
}

.experience-summit.fsElement .flyout-wrapper > header .fsElementHeaderContent button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  margin-left: auto;
  padding: 5px;
  cursor: pointer;
  color: #4D4D4D;
  font-size: 0;
  line-height: 1;
  display: block;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  position: relative;
  z-index: 1;
}

.experience-summit.fsElement .flyout-wrapper > header .fsElementHeaderContent button:hover,
.experience-summit.fsElement .flyout-wrapper > header .fsElementHeaderContent button:focus {
  color: #291C5B;
}

.experience-summit.fsElement .flyout-wrapper > header .fsElementHeaderContent button:before {
  content: "\E91C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1.5625rem;
}

.experience-summit.fsElement .flyout-wrapper > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  max-height: 100%;
}

@media (min-width: 1000px) {
  .experience-summit.fsElement .flyout-wrapper .mCustomScrollBox {
    height: calc(100vh - 160px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.experience-summit.fsElement .box-container {
  margin-bottom: 40px;
}

@media (min-width: 1000px) {
  .experience-summit.fsElement .box-container {
    margin-bottom: 0;
    width: 57.62712%;
    float: left;
    margin-right: 40px;
  }
}

.experience-summit.fsElement .box-container > header {
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .experience-summit.fsElement .box-container > header {
    margin-bottom: 50px;
  }
}

.experience-summit.fsElement .box-container > header .fsElementTitle {
  margin-bottom: 15px;
}

.experience-summit.fsElement .box-container > header .fsElementHeaderContent {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #0092BC;
  font-weight: 700;
}

.experience-summit.fsElement .box-container > .fsElementContent {
  margin: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 600px) {
  .experience-summit.fsElement .box-container > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -20px;
  }
}

.experience-summit.fsElement .box-container .fsContent {
  background: #FFF;
  margin: 9.99px;
  padding: 20px;
  font-size: 0.9375rem;
  line-height: 1.734;
  width: calc(100% - 20px);
}

@media (min-width: 600px) {
  .experience-summit.fsElement .box-container .fsContent {
    margin: 19.99px;
    padding: 30px;
    width: calc(50% - 40px);
  }
}

.experience-summit.fsElement .box-container .fsContent > header .fsElementTitle {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.467;
  letter-spacing: 1px;
  font-weight: 700;
  color: #404040;
}

.experience-summit.fsElement .program-list {
  position: relative;
  border-left: 2px solid #E0E0E0;
}

@media (min-width: 1000px) {
  .experience-summit.fsElement .program-list {
    width: 32.20339%;
    float: right;
  }
}

.experience-summit.fsElement .program-list > header .fsElementTitle {
  padding-bottom: 15px;
  margin-bottom: 0;
  margin-left: -2px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.467;
  letter-spacing: 1px;
  font-weight: 700;
  background: #F6F6F6;
}

.experience-summit.fsElement .program-list > .fsElementContent {
  padding-left: 28px;
}

.experience-summit.fsElement .program-list > .fsElementContent:before {
  content: '';
  display: block;
  width: 50px;
  height: 5px;
  margin-bottom: 25px;
  background: #F0B323;
}

.experience-summit.fsElement .program-list ul,
.experience-summit.fsElement .program-list ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.experience-summit.fsElement .program-list ul li {
  margin: 0;
  padding: 0;
}

.experience-summit.fsElement .program-list ul li:not(:last-child) {
  margin-bottom: 20px;
}

body.fsComposeMode .experience-summit.fsElement {
  padding: 0;
  width: auto !important;
  left: auto !important;
  margin-left: 0;
}

body.fsComposeMode .experience-summit.fsElement > .fsElementContent {
  display: block;
  height: auto;
}

body.fsComposeMode .experience-summit.fsElement > .fsElementContent:before {
  content: normal;
}

body.fsComposeMode .experience-summit.fsElement .initial-text {
  max-width: 100%;
  position: static;
}

body.fsComposeMode .experience-summit.fsElement .initial-text:before,
body.fsComposeMode .experience-summit.fsElement .initial-text:after {
  content: normal;
}

body.fsComposeMode .experience-summit.fsElement .initial-text > .fsElementContent {
  max-height: unset;
  opacity: 1;
  position: static;
  width: auto;
}

body.fsComposeMode .experience-summit.fsElement .row > .fsElementContent {
  display: block;
}

body.fsComposeMode .experience-summit.fsElement .experience-shield {
  width: auto;
  background-size: cover;
  position: static;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

body.fsComposeMode .experience-summit.fsElement .flyout-wrapper {
  position: static;
  -webkit-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
  opacity: 1;
  visibility: visible;
  width: auto;
  height: auto;
  padding: 20px;
}

body.fsComposeMode .experience-summit.fsElement .flyout-wrapper:before {
  content: normal;
}

body.fsComposeMode .experience-summit.fsElement .flyout-wrapper > header {
  display: none;
}

body.fsComposeMode .experience-summit.fsElement .program-list {
  float: none;
  width: auto;
}

body.fsComposeMode .experience-summit.fsElement .box-container {
  float: none;
  margin: 0 0 20px;
  width: auto;
}

/*! enhancements - image button */

.image-button.fsElement {
  background-size: cover;
  background-position: center;
  position: relative;
}

.image-button.fsElement.small {
  height: 230px;
}

.image-button.fsElement.large {
  height: 330px;
}

.image-button.fsElement:hover > header,
.image-button.fsElement:focus > header,
.image-button.fsElement.focused-in > header {
  opacity: 0;
}

.image-button.fsElement:hover > .wrapper,
.image-button.fsElement:focus > .wrapper,
.image-button.fsElement.focused-in > .wrapper {
  opacity: 1;
}

.image-button.fsElement .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  opacity: 0;
}

.image-button.fsElement > header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 15px 5px;
  background: rgba(0, 0, 0, 0.55);
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  opacity: 1;
}

@media (min-width: 700px) {
  .image-button.fsElement > header {
    padding: 20px 20px 5px;
  }
}

.image-button.fsElement > header .fsElementTitle {
  color: #fff;
  margin-bottom: 0;
  font-size: 0.8125rem;
  line-height: 1.3077;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (min-width: 700px) {
  .image-button.fsElement > header .fsElementTitle {
    font-size: 0.9375rem;
    line-height: 1.334;
  }
}

.image-button.fsElement > header:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 39px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
}

.image-button.fsElement > .fsElementContent {
  display: none;
}

.image-button.fsElement > .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
  background-color: rgba(0, 50, 160, 0.85);
  color: #fff;
  padding: 15px;
  font-size: 0.8125rem;
  line-height: 1.667;
  font-weight: 500;
}

@media (min-width: 700px) {
  .image-button.fsElement > .wrapper {
    font-size: 0.9375rem;
    padding: 20px;
  }
}

.image-button.fsElement > .wrapper header {
  margin-bottom: 15px;
}

.image-button.fsElement > .wrapper header .fsElementTitle {
  color: inherit;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.3077;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .image-button.fsElement > .wrapper header .fsElementTitle {
    font-size: 0.9375rem;
    line-height: 1.267;
  }
}

.image-button.fsElement > .wrapper .fsElementContent {
  overflow: hidden;
}

.image-button.fsElement > .wrapper p {
  margin-bottom: 15px;
}

.image-button.fsElement > .wrapper p:last-child {
  margin-bottom: 0;
}

.image-button.fsElement > .wrapper a {
  display: table;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.2308;
  letter-spacing: 1px;
  text-decoration: none;
}

.image-button.fsElement > .wrapper a:hover,
.image-button.fsElement > .wrapper a:focus {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.85);
}

body.fsComposeMode .image-button.fsElement {
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  margin: 0 0 20px !important;
  padding: 20px;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

body.fsComposeMode .image-button.fsElement:last-child {
  margin-bottom: 0 !important;
}

body.fsComposeMode .image-button.fsElement > header {
  position: relative;
  width: auto;
  background: transparent;
  padding: 0;
  margin-bottom: 20px;
  opacity: 1;
}

body.fsComposeMode .image-button.fsElement > header:after {
  content: normal;
}

body.fsComposeMode .image-button.fsElement > .fsElementContent {
  display: block;
}

body.fsComposeMode .image-button.fsElement .wrapper,
body.fsComposeMode .image-button.fsElement .overlay {
  display: none !important;
}

@media (min-width: 800px) {
  .image-button.fsElement.large-text > header {
    padding: 30px 30px 5px;
  }
}

@media (min-width: 700px) {
  .image-button.fsElement.large-text > header .fsElementTitle {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

@media (min-width: 700px) {
  .image-button.fsElement.large-text .wrapper {
    padding: 30px;
  }

  .image-button.fsElement.large-text .wrapper p {
    font-size: 0.9375rem;
    line-height: 1.5625rem;
  }

  .image-button.fsElement.large-text .wrapper a {
    font-size: 0.8125rem;
    line-height: 0.99062rem;
  }

  .image-button.fsElement.large-text .wrapper header .fsElementTitle {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

/*! enhancements - infographic */

.infographic.fsElement {
  position: relative;
}

@media screen and (max-width: 599px) {
  body:not(.home) .infographic.fsElement {
    margin-left: -20px;
    width: calc(100% + 40px) !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 1249px) {
  body:not(.home) .infographic.fsElement {
    margin-left: -35px;
    width: calc(100% + 70px) !important;
  }
}

@media screen and (max-width: 1249px) {
  body:not(.home) .infographic.fsElement {
    left: auto !important;
  }
}

.infographic.fsElement > header {
  position: relative;
  margin-bottom: 50px;
  z-index: 5;
}

.infographic.fsElement > header:after {
  content: '';
  position: absolute;
  top: calc(100% + 10px);
  left: calc(50% - 1px);
  width: 2px;
  height: 80px;
  background: rgba(0, 0, 0, 0.42);
}

.infographic.fsElement > header .fsElementTitle {
  margin-bottom: 0;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 2.5px;
  font-size: 1.125rem;
  line-height: 1.223;
  color: #291C5B;
}

@media (min-width: 700px) {
  .infographic.fsElement > header .fsElementTitle {
    letter-spacing: 3px;
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

.infographic.fsElement > header .fsElementTitle:after {
  content: '';
  display: block;
  width: 50px;
  height: 5px;
  margin: 15px auto 0;
  background: #F0B323;
}

.infographic.fsElement > footer .fsElementFooterContent {
  margin: 0;
}

.infographic.fsElement > footer .fsElementFooterContent button {
  border: 0;
  padding: 17px 20px;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 0.875rem;
  line-height: 1.2143;
  position: absolute;
  bottom: 69px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #291C5B;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 1;
}

@media (min-width: 1000px) {
  .infographic.fsElement > footer .fsElementFooterContent button {
    bottom: 59px;
  }
}

.infographic.fsElement > footer .fsElementFooterContent button:hover,
.infographic.fsElement > footer .fsElementFooterContent button:focus {
  color: transparent;
  background: #FFF;
}

.infographic.fsElement > footer .fsElementFooterContent button:hover:after,
.infographic.fsElement > footer .fsElementFooterContent button:focus:after {
  opacity: 1;
}

.infographic.fsElement > footer .fsElementFooterContent button:after {
  content: "\E91D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.0625rem;
  line-height: 1;
  letter-spacing: 0;
  opacity: 0;
  color: #291C5B;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

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

.infographic.fsElement .stat-container {
  background-size: cover;
  background-position: center;
  height: 630px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 700px) {
  .infographic.fsElement .stat-container {
    height: 720px;
  }
}

.infographic.fsElement .stat-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 14, 103, 0.5);
}

.infographic.fsElement .stat-container .fsContent {
  position: absolute;
  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;
  text-align: center;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  top: 100%;
  left: 50%;
  -webkit-transition: 0.35s all;
  transition: 0.35s all;
}

.infographic.fsElement .stat-container .fsContent.blue {
  background: #291C5B;
  padding: 35px;
  width: 220px;
  height: 220px;
  color: #FFF;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .infographic.fsElement .stat-container .fsContent.blue {
    padding: 25px;
    width: 250px;
    height: 250px;
  }
}

.infographic.fsElement .stat-container .fsContent.blue > header .fsElementTitle {
  color: #FFF;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-transform: none;
  font-family: "PT Serif", serif;
  font-size: 2.5rem;
  line-height: 1.125;
}

.infographic.fsElement .stat-container .fsContent.gray,
.infographic.fsElement .stat-container .fsContent.gold {
  background: #F0B323;
  padding: 20px;
  width: 180px;
  height: 180px;
  color: #291C5B;
  font-family: "PT Serif", serif;
  font-size: 1rem;
  line-height: 1.5625;
}

@media (min-width: 700px) {
  .infographic.fsElement .stat-container .fsContent.gray,
  .infographic.fsElement .stat-container .fsContent.gold {
    width: 200px;
    height: 200px;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.infographic.fsElement .stat-container .fsContent.gray > header,
.infographic.fsElement .stat-container .fsContent.gray > footer,
.infographic.fsElement .stat-container .fsContent.gold > header,
.infographic.fsElement .stat-container .fsContent.gold > footer {
  display: none;
}

.infographic.fsElement .stat-container .fsContent.gray {
  background: #ECEDED;
}

.infographic.fsElement .stat-container .fsContent.s-1 {
  top: 70px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (min-width: 700px) {
  .infographic.fsElement .stat-container .fsContent.s-1 {
    top: 70px;
    left: 50px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media (min-width: 1000px) {
  .infographic.fsElement .stat-container .fsContent.s-1 {
    top: 90px;
    left: 35px;
  }
}

@media (min-width: 1200px) {
  .infographic.fsElement .stat-container .fsContent.s-1 {
    left: 90px;
  }
}

.infographic.fsElement .stat-container .fsContent.s-2 {
  top: 310px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media (min-width: 700px) {
  .infographic.fsElement .stat-container .fsContent.s-2 {
    top: 340px;
    left: 70px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media (min-width: 1000px) {
  .infographic.fsElement .stat-container .fsContent.s-2 {
    top: 360px;
    left: 45px;
  }
}

@media (min-width: 1200px) {
  .infographic.fsElement .stat-container .fsContent.s-2 {
    left: 100px;
  }
}

@media (min-width: 700px) {
  .infographic.fsElement .stat-container .fsContent.s-3 {
    top: 310px;
    left: 100%;
    -webkit-transform: translate(-300px, 0);
        -ms-transform: translate(-300px, 0);
            transform: translate(-300px, 0);
  }
}

@media (min-width: 1000px) {
  .infographic.fsElement .stat-container .fsContent.s-3 {
    top: 340px;
    left: 265px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media (min-width: 1200px) {
  .infographic.fsElement .stat-container .fsContent.s-3 {
    left: 320px;
  }
}

@media (max-width: 699px) {
  .infographic.fsElement .stat-container .fsContent.s-3 {
    display: none;
  }
}

.infographic.fsElement .stat-container .fsContent.s-4 {
  top: 90px;
  left: 100%;
  -webkit-transform: translate(-515px, 0);
      -ms-transform: translate(-515px, 0);
          transform: translate(-515px, 0);
}

@media (min-width: 1200px) {
  .infographic.fsElement .stat-container .fsContent.s-4 {
    -webkit-transform: translate(-570px, 0);
        -ms-transform: translate(-570px, 0);
            transform: translate(-570px, 0);
  }
}

@media (max-width: 999px) {
  .infographic.fsElement .stat-container .fsContent.s-4 {
    display: none;
  }
}

@media (min-width: 700px) {
  .infographic.fsElement .stat-container .fsContent.s-5 {
    top: 90px;
    left: 100%;
    -webkit-transform: translate(-260px, 0);
        -ms-transform: translate(-260px, 0);
            transform: translate(-260px, 0);
  }
}

@media (min-width: 1000px) {
  .infographic.fsElement .stat-container .fsContent.s-5 {
    top: 120px;
    -webkit-transform: translate(-245px, 0);
        -ms-transform: translate(-245px, 0);
            transform: translate(-245px, 0);
  }
}

@media (min-width: 1200px) {
  .infographic.fsElement .stat-container .fsContent.s-5 {
    -webkit-transform: translate(-300px, 0);
        -ms-transform: translate(-300px, 0);
            transform: translate(-300px, 0);
  }
}

@media (max-width: 699px) {
  .infographic.fsElement .stat-container .fsContent.s-5 {
    display: none;
  }
}

.infographic.fsElement .stat-container .fsContent.s-6 {
  top: 340px;
  left: 100%;
  -webkit-transform: translate(-285px, 0);
      -ms-transform: translate(-285px, 0);
          transform: translate(-285px, 0);
}

@media (min-width: 1200px) {
  .infographic.fsElement .stat-container .fsContent.s-6 {
    -webkit-transform: translate(-340px, 0);
        -ms-transform: translate(-340px, 0);
            transform: translate(-340px, 0);
  }
}

@media (max-width: 999px) {
  .infographic.fsElement .stat-container .fsContent.s-6 {
    display: none;
  }
}

.infographic.fsElement .stat-container .fsContent.show {
  opacity: 1;
}

.infographic.fsElement .stat-container .fsContent.hide {
  top: 100%;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  left: 50%;
  opacity: 0;
}

body.fsComposeMode .infographic.fsElement {
  left: auto !important;
  width: auto !important;
  margin-left: 0;
}

body.fsComposeMode .infographic.fsElement .stat-container {
  height: auto;
}

body.fsComposeMode .infographic.fsElement .stat-container .fsContent {
  position: static;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 20px;
  display: block;
  -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important;
  margin-bottom: 20px;
  opacity: 1;
}

body.fsComposeMode .infographic.fsElement .stat-container .fsContent:last-child {
  margin-bottom: 0;
}

body.fsComposeMode .infographic.fsElement > footer {
  display: none;
}

/*! enhancements - interior hero slideshow */

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }

  60% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }

  60% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.hero-slideshow.fsElement {
  position: relative;
}

.hero-slideshow.fsElement.short .fsResource .video-wrapper {
  max-height: 550px;
}

.hero-slideshow.fsElement.short .fsResource video {
  max-height: 550px;
}

#fsHeader .hero-slideshow.fsElement {
  margin-top: -19px;
}

@media (min-width: 700px) {
  #fsHeader .hero-slideshow.fsElement {
    margin-top: -37px;
  }
}

@media (min-width: 1000px) {
  #fsHeader .hero-slideshow.fsElement {
    margin-top: 0;
  }
}

@media (max-width: 999px) {
  .hero-slideshow.fsElement > footer {
    display: none;
  }
}

.hero-slideshow.fsElement > footer .fsElementFooterContent {
  margin: 0;
}

.hero-slideshow.fsElement > footer .fsElementFooterContent .scroll-down {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  padding: 5px;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  -webkit-animation: 2s bounce infinite;
  animation: 2s bounce infinite;
}

.hero-slideshow.fsElement > footer .fsElementFooterContent .scroll-down:hover,
.hero-slideshow.fsElement > footer .fsElementFooterContent .scroll-down:focus {
  color: #F0B323;
}

.hero-slideshow.fsElement > footer .fsElementFooterContent .scroll-down:before {
  content: "\E921";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  font-size: 1.25rem;
}

.hero-slideshow.fsElement .fsElementSlideshow {
  margin: 0;
  padding: 0;
}

.hero-slideshow.fsElement .play-pause-container > button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 10px;
  background: #291C5B;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0;
  line-height: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 100%;
  z-index: 11;
  cursor: pointer;
}

@media (min-width: 700px) {
  .hero-slideshow.fsElement .play-pause-container > button {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}

@media (min-width: 1000px) {
  .hero-slideshow.fsElement .play-pause-container > button {
    top: auto !important;
    right: auto;
    left: 70px;
    bottom: 70px;
  }
}

.hero-slideshow.fsElement .play-pause-container > button:before {
  font-size: 0.8125rem;
}

.hero-slideshow.fsElement .play-pause-container > button:hover,
.hero-slideshow.fsElement .play-pause-container > button:focus {
  background: #fff;
  color: #191c28;
}

.hero-slideshow.fsElement .play-pause-container > button.pause:before {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.hero-slideshow.fsElement .play-pause-container > button.play:before {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.hero-slideshow.fsElement .fsElementSlideshowControls > button {
  width: 35px;
  height: 35px;
  top: auto;
  right: 55px;
  background: #291C5B;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 100%;
  z-index: 8;
  opacity: 1;
}

@media (min-width: 700px) {
  .hero-slideshow.fsElement .fsElementSlideshowControls > button {
    width: 40px;
    height: 40px;
    right: 70px;
  }
}

@media (min-width: 1000px) {
  .hero-slideshow.fsElement .fsElementSlideshowControls > button {
    top: auto !important;
    bottom: 70px;
    right: auto;
    left: 120px;
  }
}

.hero-slideshow.fsElement .fsElementSlideshowControls > button:before {
  background: none;
  width: auto;
  height: auto;
  margin: 0;
  position: static;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  font-size: 0.75rem;
}

@media (min-width: 700px) {
  .hero-slideshow.fsElement .fsElementSlideshowControls > button:before {
    font-size: 0.8125rem;
  }
}

.hero-slideshow.fsElement .fsElementSlideshowControls > button:hover,
.hero-slideshow.fsElement .fsElementSlideshowControls > button:focus {
  background: #fff;
  color: #191c28;
}

.hero-slideshow.fsElement .fsElementSlideshowControls > button.fsSlideshowPause:before {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.hero-slideshow.fsElement .fsElementSlideshowControls > button.fsSlideshowPlay:before {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.hero-slideshow.fsElement .fsPrevButton,
.hero-slideshow.fsElement .fsNextButton {
  width: 35px;
  height: 35px;
  top: auto;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  left: auto;
  right: auto;
  background: #291C5B;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0;
  line-height: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 100%;
  z-index: 8;
}

@media (min-width: 700px) {
  .hero-slideshow.fsElement .fsPrevButton,
  .hero-slideshow.fsElement .fsNextButton {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 1000px) {
  .hero-slideshow.fsElement .fsPrevButton,
  .hero-slideshow.fsElement .fsNextButton {
    top: auto !important;
    bottom: 70px;
  }
}

.hero-slideshow.fsElement .fsPrevButton:hover,
.hero-slideshow.fsElement .fsPrevButton:focus,
.hero-slideshow.fsElement .fsNextButton:hover,
.hero-slideshow.fsElement .fsNextButton:focus {
  background: #fff;
  color: #191c28;
}

.hero-slideshow.fsElement .fsPrevButton:before,
.hero-slideshow.fsElement .fsNextButton:before {
  color: inherit;
  font-size: 0.8125rem;
  line-height: 1;
  width: auto;
  height: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 700px) {
  .hero-slideshow.fsElement .fsPrevButton:before,
  .hero-slideshow.fsElement .fsNextButton:before {
    font-size: 0.9375rem;
  }
}

.hero-slideshow.fsElement .fsPrevButton {
  right: 100px;
}

@media (min-width: 700px) {
  .hero-slideshow.fsElement .fsPrevButton {
    right: 120px;
  }
}

@media (min-width: 1000px) {
  .hero-slideshow.fsElement .fsPrevButton {
    right: auto;
    left: 70px;
  }
}

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

.hero-slideshow.fsElement .fsNextButton {
  right: 10px;
}

@media (min-width: 700px) {
  .hero-slideshow.fsElement .fsNextButton {
    right: 20px;
  }
}

@media (min-width: 1000px) {
  .hero-slideshow.fsElement .fsNextButton {
    right: auto;
    left: 170px;
  }
}

.hero-slideshow.fsElement .fsNextButton:before {
  content: "\E904";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.hero-slideshow.fsElement .fsResource {
  padding: 0;
  overflow: hidden;
  position: relative;
}

.hero-slideshow.fsElement .fsResource picture,
.hero-slideshow.fsElement .fsResource .video-wrapper {
  overflow: hidden;
  max-height: 720px;
}

.hero-slideshow.fsElement .fsResource picture {
  display: block;
  background-size: cover;
  background-position: center;
}

.hero-slideshow.fsElement .fsResource img {
  margin: 0;
  width: 100%;
  opacity: 0;
}

.hero-slideshow.fsElement .fsResource video {
  display: block;
  width: 100%;
  max-height: 720px;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-slideshow.fsElement .fsResource figcaption,
.hero-slideshow.fsElement .fsResource .fsDescription {
  margin: 0;
  padding: 20px 20px 22px;
  font-size: 1.75rem;
  line-height: 1.2143;
  color: #291C5B;
  text-transform: none;
  position: relative;
  font-family: "PT Serif", serif;
  z-index: 10;
  text-align: center;
}

@media (min-width: 1000px) {
  .hero-slideshow.fsElement .fsResource figcaption,
  .hero-slideshow.fsElement .fsResource .fsDescription {
    position: absolute;
    bottom: 70px;
    left: 70px;
    width: 650px;
    color: #fff;
    text-align: left;
    color: #fff;
    padding: 0;
    font-size: 2.1875rem;
    line-height: 1.1429;
  }
}

.hero-slideshow.fsElement .fsResource figcaption:empty,
.hero-slideshow.fsElement .fsResource .fsDescription:empty {
  display: none;
}

@media (max-width: 999px) {
  .hero-slideshow.fsElement .fsResource figcaption:before,
  .hero-slideshow.fsElement .fsResource .fsDescription:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 2px;
    background: #F0F0F0;
  }
}

@media (min-width: 1000px) {
  .hero-slideshow.fsElement .fsResource figcaption:before,
  .hero-slideshow.fsElement .fsResource figcaption:after,
  .hero-slideshow.fsElement .fsResource .fsDescription:before,
  .hero-slideshow.fsElement .fsResource .fsDescription:after {
    content: "";
    position: absolute;
    bottom: -70px;
    z-index: -1;
    border-left: 385px solid transparent;
    border-right: 385px solid transparent;
    border-bottom: 430px solid rgba(0, 0, 0, 0.42);
  }

  .hero-slideshow.fsElement .fsResource figcaption:before,
  .hero-slideshow.fsElement .fsResource .fsDescription:before {
    left: -270px;
  }

  .hero-slideshow.fsElement .fsResource figcaption:after,
  .hero-slideshow.fsElement .fsResource .fsDescription:after {
    left: 175px;
  }

  .hero-slideshow.fsElement .fsResource figcaption > *:first-child:before,
  .hero-slideshow.fsElement .fsResource .fsDescription > *:first-child:before {
    content: "";
    position: absolute;
    bottom: -70px;
    left: -92px;
    z-index: -1;
    border-left: 430px solid transparent;
    border-right: 430px solid transparent;
    border-bottom: 480px solid rgba(0, 0, 0, 0.42);
  }
}

.hero-slideshow.fsElement .fsResource figcaption a,
.hero-slideshow.fsElement .fsResource .fsDescription a {
  display: table;
  margin: 0 auto;
  color: #291C5B;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.3077;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (min-width: 1000px) {
  .hero-slideshow.fsElement .fsResource figcaption a,
  .hero-slideshow.fsElement .fsResource .fsDescription a {
    color: #fff;
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.223;
  }
}

.hero-slideshow.fsElement .fsResource figcaption a:hover,
.hero-slideshow.fsElement .fsResource figcaption a:focus,
.hero-slideshow.fsElement .fsResource .fsDescription a:hover,
.hero-slideshow.fsElement .fsResource .fsDescription a:focus {
  color: #F0B323;
}

.hero-slideshow.fsElement .fsResource figcaption a:hover:after,
.hero-slideshow.fsElement .fsResource figcaption a:focus:after,
.hero-slideshow.fsElement .fsResource .fsDescription a:hover:after,
.hero-slideshow.fsElement .fsResource .fsDescription a:focus:after {
  color: #F0B323;
}

.hero-slideshow.fsElement .fsResource figcaption a:after,
.hero-slideshow.fsElement .fsResource .fsDescription a:after {
  content: "\E901";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 0.625rem;
  line-height: 1;
  margin-left: 5px;
  color: #0092BC;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media (min-width: 1000px) {
  .hero-slideshow.fsElement .fsResource figcaption a:after,
  .hero-slideshow.fsElement .fsResource .fsDescription a:after {
    margin-left: 10px;
    font-size: 0.875rem;
    color: #F0B323;
  }
}

@media (max-width: 999px) {
  .hero-slideshow.fsElement .fsResource figcaption p,
  .hero-slideshow.fsElement .fsResource .fsDescription p {
    margin-bottom: 20px;
  }

  .hero-slideshow.fsElement .fsResource figcaption p:last-child,
  .hero-slideshow.fsElement .fsResource .fsDescription p:last-child {
    margin-bottom: 0;
  }
}

.hero-slideshow.fsElement .fsResource .fsTitle {
  font-size: 1.125rem;
  line-height: 1.389;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: inherit !important;
  color: #291C5B;
  margin: 0;
}

@media (min-width: 1000px) {
  .hero-slideshow.fsElement .fsResource .fsTitle {
    color: #fff;
    font-size: 1.1875rem;
    line-height: 1.2632;
    letter-spacing: 1.15px;
  }
}

.hero-slideshow.fsElement .fsResource .fsTitle.fsResourceName {
  display: none !important;
}

/*! enhancements - meet the teachers */

.meet-the-teachers.fsConstituent.fsDirectory {
  position: relative;
}

@media screen and (max-width: 599px) {
  body:not(.home) .meet-the-teachers.fsConstituent.fsDirectory {
    margin-left: -20px;
    width: calc(100% + 40px) !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 1249px) {
  body:not(.home) .meet-the-teachers.fsConstituent.fsDirectory {
    margin-left: -35px;
    width: calc(100% + 70px) !important;
  }
}

@media screen and (max-width: 1249px) {
  body:not(.home) .meet-the-teachers.fsConstituent.fsDirectory {
    left: auto !important;
  }
}

body.fsComposeMode .meet-the-teachers.fsConstituent.fsDirectory {
  left: auto !important;
  width: auto !important;
  margin-left: 0;
}

.meet-the-teachers.fsConstituent.fsDirectory > header {
  padding: 0 20px;
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 700px) {
  .meet-the-teachers.fsConstituent.fsDirectory > header {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 35px;
  }
}

.meet-the-teachers.fsConstituent.fsDirectory > header .fsElementTitle {
  margin-bottom: 15px;
  letter-spacing: 2.5px;
  font-size: 1.125rem;
  line-height: 1.223;
  color: #291C5B;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .meet-the-teachers.fsConstituent.fsDirectory > header .fsElementTitle {
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: 3px;
  }
}

.meet-the-teachers.fsConstituent.fsDirectory > header .fsElementHeaderContent {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.734;
}

@media (min-width: 700px) {
  .meet-the-teachers.fsConstituent.fsDirectory > header .fsElementHeaderContent {
    font-size: 1.0625rem;
    line-height: 1.648;
  }
}

.meet-the-teachers.fsConstituent.fsDirectory .fsElementPagination {
  display: none;
}

.meet-the-teachers.fsConstituent.fsDirectory div[class*="fsConstituentColumnLayout"] {
  display: block;
  margin: 0;
  padding-bottom: 60px;
}

.meet-the-teachers.fsConstituent.fsDirectory .slick-arrow {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #E0E0E0;
  color: #291C5B;
  font-size: 0;
  line-height: 1;
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.meet-the-teachers.fsConstituent.fsDirectory .slick-arrow:hover,
.meet-the-teachers.fsConstituent.fsDirectory .slick-arrow:focus {
  background: #291C5B;
  color: #FFF;
}

.meet-the-teachers.fsConstituent.fsDirectory .slick-arrow:before {
  font-size: 0.9375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.meet-the-teachers.fsConstituent.fsDirectory .slick-arrow.slick-prev {
  left: calc(50% - 45px);
}

.meet-the-teachers.fsConstituent.fsDirectory .slick-arrow.slick-prev:before {
  content: "\E900";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.meet-the-teachers.fsConstituent.fsDirectory .slick-arrow.slick-next {
  right: calc(50% - 45px);
}

.meet-the-teachers.fsConstituent.fsDirectory .slick-arrow.slick-next:before {
  content: "\E904";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.meet-the-teachers.fsConstituent.fsDirectory .slick-list {
  margin: 0 -7.5px;
}

@media (min-width: 400px) {
  .meet-the-teachers.fsConstituent.fsDirectory .slick-list {
    margin: 0;
  }
}

.meet-the-teachers.fsConstituent.fsDirectory .fsConstituentItem {
  margin: 0 7.5px;
  float: left;
}

@media (min-width: 400px) {
  .meet-the-teachers.fsConstituent.fsDirectory .fsConstituentItem {
    width: 320px;
  }
}

@media (min-width: 700px) {
  .meet-the-teachers.fsConstituent.fsDirectory .fsConstituentItem {
    width: 400px;
  }
}

.meet-the-teachers.fsConstituent.fsDirectory .fsConstituentItem:hover .wrapper,
.meet-the-teachers.fsConstituent.fsDirectory .fsConstituentItem.focused-in .wrapper {
  padding-bottom: 63px;
}

.meet-the-teachers.fsConstituent.fsDirectory .fsConstituentItem:hover .fsViewProfileLink .fsConstituentProfileLink,
.meet-the-teachers.fsConstituent.fsDirectory .fsConstituentItem.focused-in .fsViewProfileLink .fsConstituentProfileLink {
  left: 0;
}

.meet-the-teachers.fsConstituent.fsDirectory .fsConstituentItem:not(.fsHasPhoto) {
  height: 256px;
  background-position: top 50px center;
}

@media (min-width: 700px) {
  .meet-the-teachers.fsConstituent.fsDirectory .fsConstituentItem:not(.fsHasPhoto) {
    height: 320px;
    background-position: top 100px center;
  }
}

.meet-the-teachers.fsConstituent.fsDirectory .fsConstituentItem .fsPhoto {
  height: 256px;
}

@media (min-width: 700px) {
  .meet-the-teachers.fsConstituent.fsDirectory .fsConstituentItem .fsPhoto {
    height: 320px;
  }
}

.meet-the-teachers.fsConstituent.fsDirectory .fsConstituentItem .fsTitles {
  margin-bottom: 0;
}

@media (max-width: 699px) {
  .meet-the-teachers.fsConstituent.fsDirectory .fsConstituentItem .fsViewProfileLink:before {
    width: 47px;
    height: 43px;
    font-size: 0.8125rem;
  }

  .meet-the-teachers.fsConstituent.fsDirectory .fsConstituentItem .fsViewProfileLink .fsConstituentProfileLink {
    left: calc(100% - 47px);
    padding: 13px 20px;
    line-height: 1.2143;
  }
}

/*! enhancements - styled post grid */

.styled-grid.fsPostElement.fsGrid {
  background-image: none !important;
}

.styled-grid.fsPostElement.fsGrid > .fsElementContent {
  border-left: 2px solid #F0F0F0;
  padding-left: 28px;
}

.styled-grid.fsPostElement.fsGrid > .fsElementContent:before {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background: #F0B323;
  margin-bottom: 25px;
}

.styled-grid.fsPostElement.fsGrid .fsListItems {
  margin: -7.5px;
}

.styled-grid.fsPostElement.fsGrid .fsListItems.fsStyleOneColumn > article {
  width: calc(100% - 15px);
}

.styled-grid.fsPostElement.fsGrid .fsListItems.fsStyleTwoColumns > article {
  width: calc(100% - 15px);
}

@media (min-width: 600px) {
  .styled-grid.fsPostElement.fsGrid .fsListItems.fsStyleTwoColumns > article {
    width: calc(50% - 15px);
  }
}

.styled-grid.fsPostElement.fsGrid .fsListItems.fsStyleThreeColumns > article {
  width: calc(100% - 15px);
}

@media (min-width: 600px) {
  .styled-grid.fsPostElement.fsGrid .fsListItems.fsStyleThreeColumns > article {
    width: calc(50% - 15px);
  }
}

@media (min-width: 800px) {
  .styled-grid.fsPostElement.fsGrid .fsListItems.fsStyleThreeColumns > article {
    width: calc(33.33% - 15px);
  }
}

.styled-grid.fsPostElement.fsGrid .fsListItems.fsStyleFourColumns > article {
  width: calc(100% - 15px);
}

@media (min-width: 600px) {
  .styled-grid.fsPostElement.fsGrid .fsListItems.fsStyleFourColumns > article {
    width: calc(50% - 15px);
  }
}

@media (min-width: 800px) {
  .styled-grid.fsPostElement.fsGrid .fsListItems.fsStyleFourColumns > article {
    width: calc(33.33% - 15px);
  }
}

@media (min-width: 1000px) {
  .styled-grid.fsPostElement.fsGrid .fsListItems.fsStyleFourColumns > article {
    width: calc(25% - 15px);
  }
}

.styled-grid.fsPostElement.fsGrid article {
  margin: 7.5px;
  padding: 0;
  position: relative;
}

.styled-grid.fsPostElement.fsGrid article:hover .wrapper,
.styled-grid.fsPostElement.fsGrid article:focus .wrapper,
.styled-grid.fsPostElement.fsGrid article.focused-in .wrapper {
  opacity: 1;
}

.styled-grid.fsPostElement.fsGrid article .fsThumbnail {
  margin-bottom: 0;
}

.styled-grid.fsPostElement.fsGrid article .fsThumbnail.no-img,
.styled-grid.fsPostElement.fsGrid article .fsThumbnail .fsCroppedImage {
  padding-bottom: 67.02413%;
}

.styled-grid.fsPostElement.fsGrid article .fsTitle {
  padding: 15px;
  margin: 0;
  line-height: 1.35295;
}

.styled-grid.fsPostElement.fsGrid article .fsTitle a {
  display: block;
}

.styled-grid.fsPostElement.fsGrid article .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 50, 160, 0.85);
  color: #fff;
  width: 100%;
  padding-bottom: 67.02413%;
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
  opacity: 0;
}

.styled-grid.fsPostElement.fsGrid article .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-height: calc(100% - 40px);
}

.styled-grid.fsPostElement.fsGrid article .fsSummary {
  max-height: 182px;
  overflow: hidden;
}

.styled-grid.fsPostElement.fsGrid article .fsSummary:not(:last-child) {
  max-height: 156px;
}

.styled-grid.fsPostElement.fsGrid article .fsReadMoreLink {
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.92308;
  letter-spacing: 1px;
}

.styled-grid.fsPostElement.fsGrid article .fsReadMoreLink:hover,
.styled-grid.fsPostElement.fsGrid article .fsReadMoreLink:focus {
  color: rgba(255, 255, 255, 0.85);
}

.styled-grid.fsPostElement.fsGrid article.funded:before {
  padding: 10px;
  background: #F0B323;
  content: "FUNDED";
  font-size: 0.8125rem;
  line-height: 0.975rem;
  letter-spacing: 0.5px;
  color: #291C5B;
  position: absolute;
  left: 10px;
  top: 10px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.styled-grid.fsPostElement.fsGrid .fsLoadMoreButton {
  margin-left: 0;
}

.grid-tools-container.fsElement {
  margin-left: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media (min-width: 900px) {
  .grid-tools-container.fsElement {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    margin-bottom: 20px;
  }
}

.grid-tools-container.fsElement > .fsDiv {
  padding: 0;
  margin: 0;
}

@media (min-width: 700px) {
  .grid-tools-container.fsElement > .fsDiv {
    width: calc(50% - 10px);
  }
}

.grid-tools-container.fsElement > .fsDiv + .fsDiv {
  margin-top: 30px;
}

@media (min-width: 700px) {
  .grid-tools-container.fsElement > .fsDiv + .fsDiv {
    margin-top: 0;
    margin-left: 20px;
  }
}

.grid-tools-container.fsElement .fsPostToolsElement > header .fsElementTitle {
  font-size: 1.0625rem;
  line-height: 1.1765;
  font-weight: 600;
}

.grid-tools-container.fsElement .fsPostToolsElement.fsTagFilter {
  position: relative;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-width: 300px;
}

@media (min-width: 900px) {
  .grid-tools-container.fsElement .fsPostToolsElement.fsTagFilter {
    min-width: 350px;
  }
}

.grid-tools-container.fsElement .fsPostToolsElement.fsTagFilter > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 900px) {
  .grid-tools-container.fsElement .fsPostToolsElement.fsTagFilter > header {
    -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;
  }
}

.grid-tools-container.fsElement .fsPostToolsElement.fsTagFilter > header h2 {
  margin-bottom: 0;
  color: #404040;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  line-height: 0.975rem;
  letter-spacing: 1px;
  font-size: 0.8125rem;
  margin-right: 40px;
  margin-bottom: 20px;
}

@media (min-width: 900px) {
  .grid-tools-container.fsElement .fsPostToolsElement.fsTagFilter > header h2 {
    margin-bottom: 0;
  }
}

.grid-tools-container.fsElement .fsPostToolsElement.fsTagFilter > header .fsElementHeaderContent {
  margin: 0;
}

.grid-tools-container.fsElement .fsPostToolsElement.fsTagFilter > header .fsElementHeaderContent button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background: #fff;
  padding: 12px 40px 12px 20px;
  font-size: 0.9375rem;
  line-height: 1.625rem;
  color: #291C5B;
  width: 100%;
  position: relative;
  display: block;
  text-align: left;
  border: solid 1px #dce0e9;
  min-width: 300px;
}

@media (min-width: 900px) {
  .grid-tools-container.fsElement .fsPostToolsElement.fsTagFilter > header .fsElementHeaderContent button {
    min-width: 350px;
  }
}

.grid-tools-container.fsElement .fsPostToolsElement.fsTagFilter > header .fsElementHeaderContent button:after {
  content: "\E921";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  font-size: 0.5625rem;
  line-height: 1;
  color: #404040;
}

.grid-tools-container.fsElement .fsPostToolsElement.fsTagFilter > header .fsElementHeaderContent button.active:after {
  -webkit-transform: translate(0, -50%) rotate(-180deg);
      -ms-transform: translate(0, -50%) rotate(-180deg);
          transform: translate(0, -50%) rotate(-180deg);
}

.grid-tools-container.fsElement .fsPostToolsElement.fsTagFilter ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 300px;
  margin: 0;
  padding: 25px;
  left: 0;
  cursor: pointer;
  background-color: #fff;
  z-index: 500;
  border: solid 1px #dce0e9;
  border-top: 0;
}

@media (min-width: 900px) {
  .grid-tools-container.fsElement .fsPostToolsElement.fsTagFilter ul {
    right: 0;
    left: initial;
    width: 350px;
  }
}

.grid-tools-container.fsElement .fsPostToolsElement.fsTagFilter ul li {
  display: block;
  margin-bottom: 10px;
}

.grid-tools-container.fsElement .fsPostToolsElement.fsTagFilter ul li:last-child {
  margin-bottom: 0;
}

.grid-tools-container.fsElement .fsPostToolsElement.fsTagFilter ul li.fsStateSelected a {
  font-weight: 400;
  color: #54758A;
}

.grid-tools-container.fsElement .fsPostToolsElement.fsTagFilter ul li a {
  color: #291C5B;
  font-size: 0.9375rem;
  line-height: 1.625rem;
  padding: 0;
  margin: 0;
  border: 0 !important;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
  background: transparent;
  max-width: 100%;
  font-weight: 400;
}

.grid-tools-container.fsElement .fsPostToolsElement.fsTagFilter ul li a:hover,
.grid-tools-container.fsElement .fsPostToolsElement.fsTagFilter ul li a:focus {
  color: #54758A;
  text-decoration: underline;
}

.grid-tools-container.fsElement .fsPostToolsElement.fsSearch .fsElementToolsSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid-tools-container.fsElement .fsPostToolsElement.fsSearch .fsElementToolsSearch .fsElementToolsKeyword {
  width: calc(100% - 66px);
}

.grid-tools-container.fsElement .fsPostToolsElement.fsSearch .fsElementToolsSearch .fsElementToolsKeyword input {
  border: 0;
  padding: 15px 35px 15px 25px;
  font-size: 0.9375rem;
  line-height: 1.34;
  font-weight: 600;
  color: #291C5B;
}

.grid-tools-container.fsElement .fsPostToolsElement.fsSearch .fsElementToolsSearch .fsElementToolsSearchButton {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 0 !important;
  margin: 0;
  padding: 17px 25px;
  width: auto;
  letter-spacing: 0;
  max-width: 100%;
  font-size: 0;
  line-height: 1;
  background-color: #fff;
}

.grid-tools-container.fsElement .fsPostToolsElement.fsSearch .fsElementToolsSearch .fsElementToolsSearchButton:hover,
.grid-tools-container.fsElement .fsPostToolsElement.fsSearch .fsElementToolsSearch .fsElementToolsSearchButton:focus {
  color: #291C5B;
}

.grid-tools-container.fsElement .fsPostToolsElement.fsSearch .fsElementToolsSearch .fsElementToolsSearchButton:before {
  font-size: 1rem;
}

/*! enhancements - signature programs */

.signature-programs.fsElement {
  position: relative;
}

@media screen and (max-width: 1249px) {
  .signature-programs.fsElement {
    left: auto !important;
    width: auto !important;
  }
}

@media (min-width: 1000px) {
  .signature-programs.fsElement {
    padding: 0 0 0 90px;
  }
}

body.fsComposeMode .signature-programs.fsElement {
  left: auto !important;
  margin-left: 0 !important;
  width: auto !important;
  padding: 0;
}

body.fsComposeMode .signature-programs.fsElement .fsPanel {
  width: auto;
}

body.fsComposeMode .signature-programs.fsElement .fsPanel > header .fsElementTitle a:before,
body.fsComposeMode .signature-programs.fsElement .fsPanel > header .fsElementTitle a:after {
  content: normal;
}

body.fsComposeMode .signature-programs.fsElement .fsPanel > .fsElementContent {
  position: static;
  width: auto;
  border-left: 0;
  padding: 0;
}

body.fsComposeMode .signature-programs.fsElement .fsContent {
  background-size: cover;
  width: auto;
  padding: 0;
  margin: 0 0 20px;
}

body.fsComposeMode .signature-programs.fsElement .fsContent:last-child {
  margin-bottom: 0;
}

body.fsComposeMode .signature-programs.fsElement .fsContent > .fsElementContent {
  height: auto;
  padding: 0;
  position: static;
  width: auto;
  display: block;
  opacity: 1;
}

.signature-programs.fsElement > header {
  text-align: center;
  margin-bottom: 33px;
}

@media (min-width: 1000px) {
  .signature-programs.fsElement > header {
    position: relative;
    margin: 0 auto;
    max-width: 780px;
    margin-bottom: 40px;
  }
}

.signature-programs.fsElement > header .fsElementTitle {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
  color: #291C5B;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
}

.signature-programs.fsElement > header .fsElementHeaderContent {
  margin: 0;
}

.signature-programs.fsElement > .fsElementContent {
  position: relative;
}

@media (min-width: 1000px) {
  .signature-programs.fsElement > .fsElementContent {
    min-height: 457px;
  }
}

.signature-programs.fsElement .fsPanel {
  padding-bottom: 25px;
  border-bottom: solid 2px #F0F0F0;
  margin-bottom: 25px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media (min-width: 1000px) {
  .signature-programs.fsElement .fsPanel {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 40px;
    width: 220px;
  }
}

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

.signature-programs.fsElement .fsPanel > header {
  position: relative;
  cursor: pointer;
}

.signature-programs.fsElement .fsPanel > header:hover .fsElementTitle a {
  color: #291C5B;
}

.signature-programs.fsElement .fsPanel > header .fsElementTitle {
  text-transform: none;
  padding: 0;
  background: transparent;
  margin-bottom: 5px;
  font-size: 1.0625rem;
  line-height: 1.2353;
  font-family: "PT Serif", serif;
  letter-spacing: 0;
  font-weight: 400;
  -webkit-transition: none;
  transition: none;
  position: static;
  overflow: visible;
}

.signature-programs.fsElement .fsPanel > header .fsElementTitle:before {
  content: normal !important;
}

.signature-programs.fsElement .fsPanel > header .fsElementTitle:after {
  right: 0;
  font-size: 0.875rem !important;
  color: #000;
}

@media (min-width: 1000px) {
  .signature-programs.fsElement .fsPanel > header .fsElementTitle:after {
    content: normal !important;
  }
}

.signature-programs.fsElement .fsPanel > header .fsElementTitle a {
  display: block;
  color: #291C5B;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

.signature-programs.fsElement .fsPanel > header .fsElementTitle a:hover,
.signature-programs.fsElement .fsPanel > header .fsElementTitle a:focus {
  color: #291C5B;
}

@media (min-width: 1000px) {
  .signature-programs.fsElement .fsPanel > header .fsElementTitle a:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(100% + 52px);
    width: 0px;
    height: 2px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.42);
    z-index: 20;
    -webkit-transition: 0.3s all 0.1s ease-in-out;
    transition: 0.3s all 0.1s ease-in-out;
  }

  .signature-programs.fsElement .fsPanel > header .fsElementTitle a:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -2px;
    width: 0;
    height: 0;
    opacity: 0;
    background: #F0B323;
    z-index: 10;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}

.signature-programs.fsElement .fsPanel > header .fsElementHeaderContent {
  margin: 0;
  font-weight: 700;
  color: #404040;
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.signature-programs.fsElement .fsPanel > .fsElementContent {
  padding: 25px 0 55px;
}

@media (min-width: 1000px) {
  .signature-programs.fsElement .fsPanel > .fsElementContent {
    position: absolute;
    top: 0;
    left: 220px;
    width: calc(100% - 220px);
    border-left: 2px solid #F0F0F0;
    padding: 0 0 55px 50px;
  }
}

.signature-programs.fsElement .fsPanel.fsStateOpen {
  border-bottom: 5px solid #F0B323;
}

@media (min-width: 1000px) {
  .signature-programs.fsElement .fsPanel.fsStateOpen {
    border-bottom: 0;
  }
}

.signature-programs.fsElement .fsPanel.fsStateOpen > header .fsElementTitle a {
  color: #291C5B;
}

@media (min-width: 1000px) {
  .signature-programs.fsElement .fsPanel.fsStateOpen > header .fsElementTitle a:before {
    left: calc(100% + 12px);
    width: 80px;
    opacity: 1;
  }

  .signature-programs.fsElement .fsPanel.fsStateOpen > header .fsElementTitle a:after {
    width: 100%;
    height: 5px;
    opacity: 1;
    width: 5px;
    height: 100%;
  }
}

.signature-programs.fsElement .slick-arrow {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #F0F0F0;
  color: #291C5B;
  font-size: 0;
  line-height: 1;
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.signature-programs.fsElement .slick-arrow:hover,
.signature-programs.fsElement .slick-arrow:focus {
  background: #291C5B;
  color: #FFF;
}

.signature-programs.fsElement .slick-arrow:before {
  font-size: 0.9375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.signature-programs.fsElement .slick-arrow.slick-prev {
  left: calc(50% - 45px);
}

@media (min-width: 1000px) {
  .signature-programs.fsElement .slick-arrow.slick-prev {
    left: 50px;
  }
}

.signature-programs.fsElement .slick-arrow.slick-prev:before {
  content: "\E900";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.signature-programs.fsElement .slick-arrow.slick-next {
  right: calc(50% - 45px);
}

@media (min-width: 1000px) {
  .signature-programs.fsElement .slick-arrow.slick-next {
    right: auto;
    left: 100px;
  }
}

.signature-programs.fsElement .slick-arrow.slick-next:before {
  content: "\E904";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.signature-programs.fsElement .fsContent {
  background-size: 280px 280px;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 280px;
  width: 280px;
  position: relative;
  margin: 0 7.5px;
}

@media (min-width: 700px) {
  .signature-programs.fsElement .fsContent {
    background-size: 350px 350px;
    width: 350px;
    padding-top: 350px;
  }
}

.signature-programs.fsElement .fsContent:hover > .fsElementContent,
.signature-programs.fsElement .fsContent:focus > .fsElementContent,
.signature-programs.fsElement .fsContent.focused-in > .fsElementContent {
  opacity: 1;
}

.signature-programs.fsElement .fsContent a.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 5;
}

.signature-programs.fsElement .fsContent > header {
  text-align: center;
  padding: 15px 0;
}

@media (min-width: 1000px) {
  .signature-programs.fsElement .fsContent > header {
    padding: 15px 30px;
  }
}

.signature-programs.fsElement .fsContent > header .fsElementTitle {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  color: #291C5B;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.signature-programs.fsElement .fsContent > .fsElementContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background: rgba(0, 50, 160, 0.85);
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 20px;
  opacity: 0;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

@media (min-width: 700px) {
  .signature-programs.fsElement .fsContent > .fsElementContent {
    height: 350px;
    padding: 30px;
  }
}

.signature-programs.fsElement .fsContent > .fsElementContent a:not(.cke_path_item):not(.cke_button):not(.cke_combo_button) {
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 0.875rem;
}

.signature-programs.fsElement .fsContent > .fsElementContent a:not(.cke_path_item):not(.cke_button):not(.cke_combo_button):hover,
.signature-programs.fsElement .fsContent > .fsElementContent a:not(.cke_path_item):not(.cke_button):not(.cke_combo_button):focus {
  color: #F0B323;
  text-decoration: underline;
}

.signature-programs.fsElement .fsContent > .fsElementContent p,
.signature-programs.fsElement .fsContent > .fsElementContent ul,
.signature-programs.fsElement .fsContent > .fsElementContent ol {
  margin-bottom: 10px;
}

.signature-programs.fsElement .fsContent > .fsElementContent p:last-child,
.signature-programs.fsElement .fsContent > .fsElementContent ul:last-child,
.signature-programs.fsElement .fsContent > .fsElementContent ol:last-child {
  margin-bottom: 0;
}

.signature-programs.fsElement .fsContent .inner {
  max-height: 240px;
  overflow: hidden;
}

@media (min-width: 700px) {
  .signature-programs.fsElement .fsContent .inner {
    max-height: 290px;
  }
}

/*! enhancements - testimonials */

.testimonials.fsElement .slick-arrow {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #F0F0F0;
  color: #291C5B;
  font-size: 0;
  line-height: 1;
  position: absolute;
  top: 315px;
  z-index: 400;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media (min-width: 700px) {
  .testimonials.fsElement .slick-arrow {
    top: 395px;
  }
}

@media (min-width: 1000px) {
  .testimonials.fsElement .slick-arrow {
    top: auto;
    left: 400px;
  }
}

.fsBannerLeft .testimonials.fsElement .slick-arrow,
.fsBannerRight .testimonials.fsElement .slick-arrow,
.fsStyleOneThird .testimonials.fsElement .slick-arrow,
.fsTwoColumnLayout .testimonials.fsElement .slick-arrow,
.fsThreeColumnLayout > .fsDiv .testimonials.fsElement .slick-arrow,
.fsFourColumnLayout > .fsDiv .testimonials.fsElement .slick-arrow {
  left: auto;
  top: 275px;
}

@media (min-width: 1000px) {
  .fsBannerLeft .testimonials.fsElement .slick-arrow,
  .fsBannerRight .testimonials.fsElement .slick-arrow,
  .fsStyleOneThird .testimonials.fsElement .slick-arrow,
  .fsTwoColumnLayout .testimonials.fsElement .slick-arrow,
  .fsThreeColumnLayout > .fsDiv .testimonials.fsElement .slick-arrow,
  .fsFourColumnLayout > .fsDiv .testimonials.fsElement .slick-arrow {
    top: 315px;
  }
}

@media (min-width: 1250px) {
  .fsBannerLeft .testimonials.fsElement .slick-arrow,
  .fsBannerRight .testimonials.fsElement .slick-arrow,
  .fsStyleOneThird .testimonials.fsElement .slick-arrow,
  .fsTwoColumnLayout .testimonials.fsElement .slick-arrow,
  .fsThreeColumnLayout > .fsDiv .testimonials.fsElement .slick-arrow,
  .fsFourColumnLayout > .fsDiv .testimonials.fsElement .slick-arrow {
    top: 395px;
  }
}

.testimonials.fsElement .slick-arrow:hover,
.testimonials.fsElement .slick-arrow:focus {
  background: #291C5B;
  color: #FFF;
}

.testimonials.fsElement .slick-arrow:before {
  font-size: 0.9375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 999px) {
  .testimonials.fsElement .slick-arrow.slick-prev {
    left: calc(50% - 45px);
  }
}

@media (min-width: 1000px) {
  .testimonials.fsElement .slick-arrow.slick-prev {
    top: calc(50% - 45px);
  }
}

.fsBannerLeft .testimonials.fsElement .slick-arrow.slick-prev,
.fsBannerRight .testimonials.fsElement .slick-arrow.slick-prev,
.fsStyleOneThird .testimonials.fsElement .slick-arrow.slick-prev,
.fsTwoColumnLayout .testimonials.fsElement .slick-arrow.slick-prev,
.fsThreeColumnLayout > .fsDiv .testimonials.fsElement .slick-arrow.slick-prev,
.fsFourColumnLayout > .fsDiv .testimonials.fsElement .slick-arrow.slick-prev {
  left: calc(50% - 45px);
  top: 275px;
}

@media (min-width: 1000px) {
  .fsBannerLeft .testimonials.fsElement .slick-arrow.slick-prev,
  .fsBannerRight .testimonials.fsElement .slick-arrow.slick-prev,
  .fsStyleOneThird .testimonials.fsElement .slick-arrow.slick-prev,
  .fsTwoColumnLayout .testimonials.fsElement .slick-arrow.slick-prev,
  .fsThreeColumnLayout > .fsDiv .testimonials.fsElement .slick-arrow.slick-prev,
  .fsFourColumnLayout > .fsDiv .testimonials.fsElement .slick-arrow.slick-prev {
    top: 315px;
  }
}

@media (min-width: 1250px) {
  .fsBannerLeft .testimonials.fsElement .slick-arrow.slick-prev,
  .fsBannerRight .testimonials.fsElement .slick-arrow.slick-prev,
  .fsStyleOneThird .testimonials.fsElement .slick-arrow.slick-prev,
  .fsTwoColumnLayout .testimonials.fsElement .slick-arrow.slick-prev,
  .fsThreeColumnLayout > .fsDiv .testimonials.fsElement .slick-arrow.slick-prev,
  .fsFourColumnLayout > .fsDiv .testimonials.fsElement .slick-arrow.slick-prev {
    top: 395px;
  }
}

.testimonials.fsElement .slick-arrow.slick-prev:before {
  content: "\E900";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.testimonials.fsElement .slick-arrow.slick-next {
  right: calc(50% - 45px);
}

@media (min-width: 1000px) {
  .testimonials.fsElement .slick-arrow.slick-next {
    right: auto;
    bottom: calc(50% - 45px);
  }
}

.fsBannerLeft .testimonials.fsElement .slick-arrow.slick-next,
.fsBannerRight .testimonials.fsElement .slick-arrow.slick-next,
.fsStyleOneThird .testimonials.fsElement .slick-arrow.slick-next,
.fsTwoColumnLayout .testimonials.fsElement .slick-arrow.slick-next,
.fsThreeColumnLayout > .fsDiv .testimonials.fsElement .slick-arrow.slick-next,
.fsFourColumnLayout > .fsDiv .testimonials.fsElement .slick-arrow.slick-next {
  bottom: auto;
  right: calc(50% - 45px);
}

.testimonials.fsElement .slick-arrow.slick-next:before {
  content: "\E904";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.testimonials.fsElement .fsContainer {
  margin-bottom: 0;
}

body:not(.fsComposeMode) .testimonials.fsElement .fsContainer > header {
  display: none;
}

@media (min-width: 1000px) {
  .testimonials.fsElement .fsContainer > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.fsBannerLeft .testimonials.fsElement .fsContainer > .fsElementContent,
.fsBannerRight .testimonials.fsElement .fsContainer > .fsElementContent,
.fsStyleOneThird .testimonials.fsElement .fsContainer > .fsElementContent,
.fsTwoColumnLayout .testimonials.fsElement .fsContainer > .fsElementContent,
.fsThreeColumnLayout > .fsDiv .testimonials.fsElement .fsContainer > .fsElementContent,
.fsFourColumnLayout > .fsDiv .testimonials.fsElement .fsContainer > .fsElementContent {
  display: block;
}

.testimonials.fsElement .fsContainer .fsResourceElement {
  width: 280px;
  height: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 auto 100px;
  background: #291C5B url(images/shield-white.svg) no-repeat center;
  background-size: 116px 120px;
  border-radius: 100%;
  position: relative;
}

@media (min-width: 700px) {
  .testimonials.fsElement .fsContainer .fsResourceElement {
    width: 360px;
    height: 360px;
  }
}

@media (min-width: 1000px) {
  .testimonials.fsElement .fsContainer .fsResourceElement {
    margin: 0 105px 0 0;
  }
}

.fsBannerLeft .testimonials.fsElement .fsContainer .fsResourceElement,
.fsBannerRight .testimonials.fsElement .fsContainer .fsResourceElement,
.fsStyleOneThird .testimonials.fsElement .fsContainer .fsResourceElement,
.fsTwoColumnLayout .testimonials.fsElement .fsContainer .fsResourceElement,
.fsThreeColumnLayout > .fsDiv .testimonials.fsElement .fsContainer .fsResourceElement,
.fsFourColumnLayout > .fsDiv .testimonials.fsElement .fsContainer .fsResourceElement {
  width: 240px;
  height: 240px;
  margin: 0 auto 100px;
}

@media (min-width: 1000px) {
  .fsBannerLeft .testimonials.fsElement .fsContainer .fsResourceElement,
  .fsBannerRight .testimonials.fsElement .fsContainer .fsResourceElement,
  .fsStyleOneThird .testimonials.fsElement .fsContainer .fsResourceElement,
  .fsTwoColumnLayout .testimonials.fsElement .fsContainer .fsResourceElement,
  .fsThreeColumnLayout > .fsDiv .testimonials.fsElement .fsContainer .fsResourceElement,
  .fsFourColumnLayout > .fsDiv .testimonials.fsElement .fsContainer .fsResourceElement {
    width: 280px;
    height: 280px;
  }
}

@media (min-width: 1250px) {
  .fsBannerLeft .testimonials.fsElement .fsContainer .fsResourceElement,
  .fsBannerRight .testimonials.fsElement .fsContainer .fsResourceElement,
  .fsStyleOneThird .testimonials.fsElement .fsContainer .fsResourceElement,
  .fsTwoColumnLayout .testimonials.fsElement .fsContainer .fsResourceElement,
  .fsThreeColumnLayout > .fsDiv .testimonials.fsElement .fsContainer .fsResourceElement,
  .fsFourColumnLayout > .fsDiv .testimonials.fsElement .fsContainer .fsResourceElement {
    width: 360px;
    height: 360px;
  }
}

.testimonials.fsElement .fsContainer .fsResourceElement:before,
.testimonials.fsElement .fsContainer .fsResourceElement:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 25;
}

@media (min-width: 1000px) {
  .testimonials.fsElement .fsContainer .fsResourceElement:before,
  .testimonials.fsElement .fsContainer .fsResourceElement:after {
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.fsBannerLeft .testimonials.fsElement .fsContainer .fsResourceElement:before,
.fsBannerRight .testimonials.fsElement .fsContainer .fsResourceElement:before,
.fsStyleOneThird .testimonials.fsElement .fsContainer .fsResourceElement:before,
.fsTwoColumnLayout .testimonials.fsElement .fsContainer .fsResourceElement:before,
.fsThreeColumnLayout > .fsDiv .testimonials.fsElement .fsContainer .fsResourceElement:before,
.fsFourColumnLayout > .fsDiv .testimonials.fsElement .fsContainer .fsResourceElement:before,
.fsBannerLeft .testimonials.fsElement .fsContainer .fsResourceElement:after,
.fsBannerRight .testimonials.fsElement .fsContainer .fsResourceElement:after,
.fsStyleOneThird .testimonials.fsElement .fsContainer .fsResourceElement:after,
.fsTwoColumnLayout .testimonials.fsElement .fsContainer .fsResourceElement:after,
.fsThreeColumnLayout > .fsDiv .testimonials.fsElement .fsContainer .fsResourceElement:after,
.fsFourColumnLayout > .fsDiv .testimonials.fsElement .fsContainer .fsResourceElement:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: auto;
}

.testimonials.fsElement .fsContainer .fsResourceElement:before {
  bottom: 30px;
  width: 50px;
  height: 5px;
  background-color: #F0B323;
}

@media (min-width: 1000px) {
  .testimonials.fsElement .fsContainer .fsResourceElement:before {
    right: 35px;
    width: 5px;
    height: 50px;
  }
}

.fsBannerLeft .testimonials.fsElement .fsContainer .fsResourceElement:before,
.fsBannerRight .testimonials.fsElement .fsContainer .fsResourceElement:before,
.fsStyleOneThird .testimonials.fsElement .fsContainer .fsResourceElement:before,
.fsTwoColumnLayout .testimonials.fsElement .fsContainer .fsResourceElement:before,
.fsThreeColumnLayout > .fsDiv .testimonials.fsElement .fsContainer .fsResourceElement:before,
.fsFourColumnLayout > .fsDiv .testimonials.fsElement .fsContainer .fsResourceElement:before {
  bottom: 30px;
  width: 50px;
  height: 5px;
}

.testimonials.fsElement .fsContainer .fsResourceElement:after {
  bottom: -20px;
  width: 2px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.42);
}

@media (min-width: 1000px) {
  .testimonials.fsElement .fsContainer .fsResourceElement:after {
    width: 50px;
    height: 2px;
    right: -25px;
  }
}

.fsBannerLeft .testimonials.fsElement .fsContainer .fsResourceElement:after,
.fsBannerRight .testimonials.fsElement .fsContainer .fsResourceElement:after,
.fsStyleOneThird .testimonials.fsElement .fsContainer .fsResourceElement:after,
.fsTwoColumnLayout .testimonials.fsElement .fsContainer .fsResourceElement:after,
.fsThreeColumnLayout > .fsDiv .testimonials.fsElement .fsContainer .fsResourceElement:after,
.fsFourColumnLayout > .fsDiv .testimonials.fsElement .fsContainer .fsResourceElement:after {
  bottom: -20px;
  width: 2px;
  height: 40px;
}

.testimonials.fsElement .fsContainer .fsResourceElement[style] {
  background-size: cover;
  background-position: center;
}

body:not(.fsComposeMode) .testimonials.fsElement .fsContainer .fsResourceElement .fsElementEmpty {
  display: none;
}

.testimonials.fsElement .fsContainer .fsResourceElement img {
  display: none;
}

.testimonials.fsElement .fsContainer .fsContent blockquote {
  margin: 0;
  padding: 41px 0;
  text-align: center;
}

@media (min-width: 1000px) {
  .testimonials.fsElement .fsContainer .fsContent blockquote {
    padding: 0 48px;
    text-align: left;
  }
}

.fsBannerLeft .testimonials.fsElement .fsContainer .fsContent blockquote,
.fsBannerRight .testimonials.fsElement .fsContainer .fsContent blockquote,
.fsStyleOneThird .testimonials.fsElement .fsContainer .fsContent blockquote,
.fsTwoColumnLayout .testimonials.fsElement .fsContainer .fsContent blockquote,
.fsThreeColumnLayout > .fsDiv .testimonials.fsElement .fsContainer .fsContent blockquote,
.fsFourColumnLayout > .fsDiv .testimonials.fsElement .fsContainer .fsContent blockquote {
  padding: 41px 0;
  text-align: center;
}

@media (max-width: 999px) {
  .testimonials.fsElement .fsContainer .fsContent blockquote:before,
  .testimonials.fsElement .fsContainer .fsContent blockquote:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
  }
}

.testimonials.fsElement .fsContainer .fsContent blockquote cite strong {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  color: #404040;
  letter-spacing: 0;
  line-height: 1.42857;
  text-transform: none;
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/

/*
CONTENTS: 
  1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
  2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
  3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
  4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
  5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
  6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
    6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/

/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */

.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 8px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */

.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  height: 100%;
  margin: 0 auto;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 8px;
  height: 100%;
  margin: 0 auto;
  border-radius: 4px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, 
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

/*  ---------------------------------------- 6.1 THEMES  ---------------------------------------- */

/* default theme ("light") */

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.55);
  opacity: 1 !important;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.55);
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.55);
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*  sprites locations  light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px */
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*  sprites locations light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px */
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*  sprites locations  light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px */
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*  sprites locations  light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px */
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */

/* theme: "light-2", "dark-2" */

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */

/* theme: "light-thick", "dark-thick" */

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */

/* theme: "light-thin", "dark-thin" */

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */

/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */

.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */

/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */

.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */

/* theme: "3d-thick", "3d-thick-dark" */

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */

.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */

/* theme: "minimal", "minimal-dark" */

.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */

/* theme "light-3", "dark-3" */

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */

/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important;
  }

  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important;
  }

  html {
    font-size: 100%;
    /* for IE */
  }

  body {
    font-size: 62.5%;
  }

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  .slick-slide {
    display: none !important;
  }

  .slick-slide.slick-active {
    display: block !important;
  }

  .slick-list {
    height: auto !important;
  }

  .slick-track {
    width: auto !important;
    height: auto !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }

  .slick-track .slick-slide {
    width: auto !important;
  }

  a[class*='fs_style'] {
    border-color: #000000;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    page-break-inside: avoid;
  }

  /* Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .fsPanel > header ~ .fsElementContent {
    display: block;
  }
}@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

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

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/

/*! helpers - typography v0.0.1 */

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
  font-family: "PT Serif", serif;
  color: #291C5B;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 25px;
  line-height: 32px;
  font-family: "PT Serif", serif;
  color: #291C5B;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  h2 {
    font-size: 28px;
    line-height: 35px;
  }
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 23px;
  line-height: 28px;
  font-family: "PT Serif", serif;
  color: #291C5B;
  margin-bottom: 20px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 19px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #404040;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  margin-bottom: 20px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  font-family: "Montserrat", sans-serif;
  color: #404040;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  margin-bottom: 20px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  font-family: "Montserrat", sans-serif;
  color: #404040;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 20px;
}

p {
  margin: 0 0 30px;
}

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

hr {
  margin: 0 auto 30px;
}

a {
  text-decoration: underline;
  color: #54758A;
  font-weight: 700;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #291C5B;
}

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

table.fs_style_3 {
  margin-bottom: 30px;
  width: 100%;
  border-bottom: solid 2px #F0F0F0;
}

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

table.fs_style_3 th,
table.fs_style_3 td {
  vertical-align: top;
  border-bottom: none;
}

table.fs_style_3 th {
  padding: 15px 20px;
  background: #291C5B;
  color: #FFF;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.334;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

table.fs_style_3 td {
  padding: 12px 20px;
  font-size: 0.9375rem;
  line-height: 1.734;
}

table.fs_style_3 tr:nth-of-type(odd) td {
  background-color: #F0F0F0;
}

table.fs_style_3 tr.fsLoadMoreButtonRow > td {
  background: none;
  padding: 20px 0;
}

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

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

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

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

.fs_style_17.fs_style_19 {
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.6) !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: transparent;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
}

.fs_style_17.fs_style_19:hover,
.fs_style_17.fs_style_19:focus,
.fsStateSelected .fs_style_17.fs_style_19,
.fs_style_17.fs_style_19.on {
  border-color: #FFF !important;
  background: #FFF;
  color: #291C5B;
}

p:last-child .fs_style_17.fs_style_19 {
  margin-bottom: 0;
}

.fs_style_17.fs_style_20 {
  display: inline-block;
  border: 2px solid #D3D3D3 !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: transparent;
  color: #291C5B;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
}

.fs_style_17.fs_style_20:hover,
.fs_style_17.fs_style_20:focus,
.fsStateSelected .fs_style_17.fs_style_20,
.fs_style_17.fs_style_20.on {
  border-color: #291C5B !important;
  background: #291C5B;
  color: #FFF;
}

p:last-child .fs_style_17.fs_style_20 {
  margin-bottom: 0;
}

.fs_style_17.fs_style_21 {
  display: inline-block;
  border: 2px solid #54758A !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: transparent;
  color: #54758A;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
}

.fs_style_17.fs_style_21:hover,
.fs_style_17.fs_style_21:focus,
.fsStateSelected .fs_style_17.fs_style_21,
.fs_style_17.fs_style_21.on {
  border-color: #54758A !important;
  background: #54758A;
  color: #FFF;
}

p:last-child .fs_style_17.fs_style_21 {
  margin-bottom: 0;
}

.fs_style_17.fs_style_22 {
  display: inline-block;
  border: 2px solid #D3D3D3 !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: transparent;
  color: #4D4D4D;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
}

.fs_style_17.fs_style_22:hover,
.fs_style_17.fs_style_22:focus,
.fsStateSelected .fs_style_17.fs_style_22,
.fs_style_17.fs_style_22.on {
  border-color: #666666 !important;
  background: #666666;
  color: #FFF;
}

p:last-child .fs_style_17.fs_style_22 {
  margin-bottom: 0;
}

.fs_style_17.fs_style_23 {
  display: inline-block;
  border: 2px solid #291C5B !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: #291C5B;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
}

.fs_style_17.fs_style_23:hover,
.fs_style_17.fs_style_23:focus,
.fsStateSelected .fs_style_17.fs_style_23,
.fs_style_17.fs_style_23.on {
  border-color: #D3D3D3 !important;
  background: transparent;
  color: #291C5B;
}

p:last-child .fs_style_17.fs_style_23 {
  margin-bottom: 0;
}

.fs_style_17.fs_style_24 {
  display: inline-block;
  border: 2px solid #54758A !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: #54758A;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
}

.fs_style_17.fs_style_24:hover,
.fs_style_17.fs_style_24:focus,
.fsStateSelected .fs_style_17.fs_style_24,
.fs_style_17.fs_style_24.on {
  border-color: #54758A !important;
  background: transparent;
  color: #54758A;
}

p:last-child .fs_style_17.fs_style_24 {
  margin-bottom: 0;
}

.fs_style_17.fs_style_25 {
  display: inline-block;
  border: 2px solid #666666 !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: #666666;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
}

.fs_style_17.fs_style_25:hover,
.fs_style_17.fs_style_25:focus,
.fsStateSelected .fs_style_17.fs_style_25,
.fs_style_17.fs_style_25.on {
  border-color: #D3D3D3 !important;
  background: transparent;
  color: #4D4D4D;
}

p:last-child .fs_style_17.fs_style_25 {
  margin-bottom: 0;
}

.dark-bg {
  background: #291C5B;
  padding: 30px;
}

.fs_style_18.fs_style_19 {
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.6);
  margin: 0 0 10px;
  padding: 23px 28px;
  background: transparent;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.223;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
}

.fs_style_18.fs_style_19:hover,
.fs_style_18.fs_style_19:focus {
  border-color: #FFF;
  background: #FFF;
  color: #291C5B;
}

.fs_style_18.fs_style_19:hover em,
.fs_style_18.fs_style_19:focus em {
  color: #291C5B;
}

.fs_style_18.fs_style_19 em {
  display: block;
  font-style: normal;
  text-transform: none;
  margin-top: 5px;
  letter-spacing: 0;
  color: #FFF;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.26667;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.fs_style_18.fs_style_20 {
  display: inline-block;
  border: 2px solid #D3D3D3;
  margin: 0 0 10px;
  padding: 23px 28px;
  background: transparent;
  color: #291C5B;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.223;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
}

.fs_style_18.fs_style_20:hover,
.fs_style_18.fs_style_20:focus {
  border-color: #291C5B;
  background: #291C5B;
  color: #FFF;
}

.fs_style_18.fs_style_20:hover em,
.fs_style_18.fs_style_20:focus em {
  color: #FFF;
}

.fs_style_18.fs_style_20 em {
  display: block;
  font-style: normal;
  text-transform: none;
  margin-top: 5px;
  letter-spacing: 0;
  color: #404040;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.26667;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.fs_style_18.fs_style_21 {
  display: inline-block;
  border: 2px solid #54758A;
  margin: 0 0 10px;
  padding: 23px 28px;
  background: transparent;
  color: #54758A;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.223;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
}

.fs_style_18.fs_style_21:hover,
.fs_style_18.fs_style_21:focus {
  border-color: #54758A;
  background: #54758A;
  color: #FFF;
}

.fs_style_18.fs_style_21:hover em,
.fs_style_18.fs_style_21:focus em {
  color: #FFF;
}

.fs_style_18.fs_style_21 em {
  display: block;
  font-style: normal;
  text-transform: none;
  margin-top: 5px;
  letter-spacing: 0;
  color: #404040;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.26667;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.fs_style_18.fs_style_22 {
  display: inline-block;
  border: 2px solid #D3D3D3;
  margin: 0 0 10px;
  padding: 23px 28px;
  background: transparent;
  color: #4D4D4D;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.223;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
}

.fs_style_18.fs_style_22:hover,
.fs_style_18.fs_style_22:focus {
  border-color: #666666;
  background: #666666;
  color: #FFF;
}

.fs_style_18.fs_style_22:hover em,
.fs_style_18.fs_style_22:focus em {
  color: #FFF;
}

.fs_style_18.fs_style_22 em {
  display: block;
  font-style: normal;
  text-transform: none;
  margin-top: 5px;
  letter-spacing: 0;
  color: #404040;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.26667;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.fs_style_18.fs_style_23 {
  display: inline-block;
  border: 2px solid #291C5B;
  margin: 0 0 10px;
  padding: 23px 28px;
  background: #291C5B;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.223;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
}

.fs_style_18.fs_style_23:hover,
.fs_style_18.fs_style_23:focus {
  border-color: #D3D3D3;
  background: transparent;
  color: #291C5B;
}

.fs_style_18.fs_style_23:hover em,
.fs_style_18.fs_style_23:focus em {
  color: #291C5B;
}

.fs_style_18.fs_style_23 em {
  display: block;
  font-style: normal;
  text-transform: none;
  margin-top: 5px;
  letter-spacing: 0;
  color: #FFF;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.26667;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.fs_style_18.fs_style_24 {
  display: inline-block;
  border: 2px solid #54758A;
  margin: 0 0 10px;
  padding: 23px 28px;
  background: #54758A;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.223;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
}

.fs_style_18.fs_style_24:hover,
.fs_style_18.fs_style_24:focus {
  border-color: #54758A;
  background: transparent;
  color: #54758A;
}

.fs_style_18.fs_style_24:hover em,
.fs_style_18.fs_style_24:focus em {
  color: #54758A;
}

.fs_style_18.fs_style_24 em {
  display: block;
  font-style: normal;
  text-transform: none;
  margin-top: 5px;
  letter-spacing: 0;
  color: #FFF;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.26667;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.fs_style_18.fs_style_25 {
  display: inline-block;
  border: 2px solid #666666;
  margin: 0 0 10px;
  padding: 23px 28px;
  background: #666666;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.223;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
}

.fs_style_18.fs_style_25:hover,
.fs_style_18.fs_style_25:focus {
  border-color: #D3D3D3;
  background: transparent;
  color: #4D4D4D;
}

.fs_style_18.fs_style_25:hover em,
.fs_style_18.fs_style_25:focus em {
  color: #4D4D4D;
}

.fs_style_18.fs_style_25 em {
  display: block;
  font-style: normal;
  text-transform: none;
  margin-top: 5px;
  letter-spacing: 0;
  color: #FFF;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.26667;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.fs_style_14,
.fs_style_15 {
  position: relative;
  display: inline-block;
  padding: 15px 18px 15px 49px;
  border: 2px solid #D3D3D3;
  margin-bottom: 6px;
  font-size: 0.875rem;
  line-height: 1.2143;
  color: #291C5B;
  max-width: 300px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}

.fs_style_14:hover,
.fs_style_14:focus,
.fs_style_15:hover,
.fs_style_15:focus {
  background: #291C5B;
  border-color: #291C5B;
  color: #FFF;
}

.fs_style_14:before,
.fs_style_15:before {
  position: absolute;
  top: 15px;
  left: 18px;
  font-size: 1rem;
  line-height: 1;
  color: #05C3DD;
}

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

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

.fsStyleDefaultButton {
  display: inline-block;
  border: 2px solid #D3D3D3 !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: transparent;
  color: #291C5B;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  border-color: #291C5B !important;
  background: #291C5B;
  color: #FFF;
}

p:last-child .fsStyleDefaultButton {
  margin-bottom: 0;
}

.fsStyleDefaultButton.fsLoadMoreButton {
  margin: 30px auto 0;
  display: table;
}

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

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

.fsStyleUpdateButton {
  display: inline-block;
  border: 2px solid #D3D3D3 !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: transparent;
  color: #291C5B;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  border-color: #291C5B !important;
  background: #291C5B;
  color: #FFF;
}

p:last-child .fsStyleUpdateButton {
  margin-bottom: 0;
}

.fsGrid.bpa-image-slideshow-1 .fsListItems {
  margin: 0 auto;
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.2);
}

body:not(.fsComposeMode) .fsGrid.bpa-image-slideshow-1 .fsListItems:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 580px;
  opacity: 0;
  visibility: hidden;
}

.fsGrid.bpa-image-slideshow-1 article {
  position: relative;
  overflow: hidden;
  padding: 0;
  height: auto;
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article {
    padding-top: 64px;
    min-height: 47.54098vw;
  }
}

@media (min-width: 900px) {
  .fsGrid.bpa-image-slideshow-1 article {
    padding-top: 84px;
  }
}

@media (min-width: 1220px) {
  .fsGrid.bpa-image-slideshow-1 article {
    min-height: 580px;
  }
}

.fsGrid.bpa-image-slideshow-1 article .fsTitle {
  margin-top: 0;
  font-weight: normal;
  font-size: 23px;
  line-height: 28px;
  font-family: "PT Serif", serif;
  color: #291C5B;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 24px;
  padding-top: 64px;
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article .fsTitle {
    width: 50%;
    padding-top: 0;
  }
}

.fsGrid.bpa-image-slideshow-1 article .fsTitle:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: 0;
  width: 40px;
  height: 4px;
  background-color: #F0B323;
}

.fsGrid.bpa-image-slideshow-1 article .fsTitle a {
  color: inherit;
}

.fsGrid.bpa-image-slideshow-1 article .fsTitle.fsResourceName {
  display: none;
}

.fsGrid.bpa-image-slideshow-1 article > .fsTitle {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article > .fsTitle {
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 40px);
    margin-left: 20px;
  }
}

@media (min-width: 900px) {
  .fsGrid.bpa-image-slideshow-1 article > .fsTitle {
    width: calc(50% - 60px);
    margin-left: 30px;
  }
}

.fsGrid.bpa-image-slideshow-1 article figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article figure {
    display: block;
  }
}

.fsGrid.bpa-image-slideshow-1 article picture {
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article picture {
    overflow: hidden;
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
  }
}

.fsGrid.bpa-image-slideshow-1 article picture img {
  display: block;
  width: 100%;
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article picture img {
    display: block;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}

.fsGrid.bpa-image-slideshow-1 article figcaption {
  margin-top: 0;
  text-align: center;
  padding: 0 20px 30px;
  color: #291C5B;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article figcaption {
    width: 50%;
    padding: 0 20px 84px 20px;
    width: calc(50% - 10px);
    max-height: calc(47.54098vw - 44px - 40px);
    overflow: auto;
  }
}

@media (min-width: 900px) {
  .fsGrid.bpa-image-slideshow-1 article figcaption {
    padding: 0 20px 84px 30px;
    max-height: calc(47.54098vw - 44px - 70px);
  }
}

@media (min-width: 1220px) {
  .fsGrid.bpa-image-slideshow-1 article figcaption {
    max-height: 466px;
  }
}

.fsGrid.bpa-image-slideshow-1 article figcaption h2 {
  padding-bottom: 0;
}

.fsGrid.bpa-image-slideshow-1 article figcaption h2:before {
  display: none;
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article.has-caption {
    position: relative;
  }
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article.has-caption:before {
    content: '';
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(51.8%, rgba(255, 255, 255, 0.85)), to(#fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 51.8%, #fff 100%);
    height: 100px;
    width: calc(50% - 50px);
    left: 20px;
    bottom: 20px;
    z-index: 10;
    height: 84px;
  }
}

@media (min-width: 900px) {
  .fsGrid.bpa-image-slideshow-1 article.has-caption:before {
    width: calc(50% - 60px);
    left: 30px;
    bottom: 30px;
  }
}

.fsGrid.bpa-image-slideshow-1 article.has-caption:not(.has-title) {
  padding-top: 64px;
}

@media (min-width: 900px) {
  .fsGrid.bpa-image-slideshow-1 article.has-caption:not(.has-title) {
    padding-top: 84px;
  }
}

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article:not(.has-caption) {
    display: block;
  }
}

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption) > figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption) > figure + .fsTitle {
  margin-bottom: 20px;
}

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption) .fsTitle {
  margin-bottom: 0;
  padding-bottom: 0;
}

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption) .fsTitle:after {
  display: none;
}

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) {
  padding-top: 0;
  min-height: auto;
}

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) picture {
  width: 100%;
  position: relative;
  height: auto;
}

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) picture img {
  height: auto;
  width: 100%;
  position: relative;
  margin: 0;
}

.fsGrid.bpa-image-slideshow-1 .slick-arrow {
  width: 44px;
  height: 44px;
  border: none;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.42);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 20;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  color: transparent;
  overflow: hidden;
  white-space: nowrap;
}

.fsGrid.bpa-image-slideshow-1 .slick-arrow:before {
  color: #fff;
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  left: 0;
  width: 100%;
  text-align: center;
}

.fsGrid.bpa-image-slideshow-1 .slick-arrow:hover,
.fsGrid.bpa-image-slideshow-1 .slick-arrow:focus {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s;
  transition: .3s;
}

.fsGrid.bpa-image-slideshow-1 .slick-arrow.slick-prev:before {
  content: "\E900";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsGrid.bpa-image-slideshow-1 .slick-arrow.slick-next {
  left: 45px;
}

.fsGrid.bpa-image-slideshow-1 .slick-arrow.slick-next:before {
  content: "\E904";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article,
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article,
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article,
.fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article,
.fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article {
  padding-top: 64px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
.fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
.fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) {
  padding-top: 0;
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article:before,
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article:before,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article:before,
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article:before,
.fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:before,
.fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:before {
  display: none;
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article .fsTitle,
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article .fsTitle,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article .fsTitle,
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article .fsTitle,
.fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article .fsTitle,
.fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article .fsTitle {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  margin-left: 0;
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article figure,
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article figure,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article figure,
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article figure,
.fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figure,
.fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article figcaption,
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article figcaption,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article figcaption,
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article figcaption,
.fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption,
.fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption {
  padding: 0 20px 30px;
  width: 100%;
  max-height: 100%;
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
.fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
.fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle {
  padding-left: 0;
  padding-right: 0;
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article picture,
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article picture,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article picture,
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article picture,
.fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture,
.fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture {
  width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
}

body.fsComposeMode .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article picture,
body.fsComposeMode .fsBannerRight .fsGrid.bpa-image-slideshow-1 article picture,
body.fsComposeMode .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article picture,
body.fsComposeMode .fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article picture,
body.fsComposeMode .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture,
body.fsComposeMode .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture {
  width: 100%;
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article picture img,
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article picture img,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article picture img,
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article picture img,
.fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture img,
.fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture img {
  height: auto;
  width: 100%;
  margin: 0;
  position: relative;
}

.fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article,
.fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article,
.fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article {
  min-height: auto;
}

.fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article:before,
.fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article:before,
.fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article:before {
  display: none;
}

@media (min-width: 1000px) {
  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article:before,
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article:before,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article:before {
    display: block;
    width: calc(50% - 40px);
    left: 20px;
    bottom: 20px;
  }
}

@media (min-width: 1000px) {
  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article,
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article {
    min-height: 34.64851vw;
    padding-top: 64px;
  }
}

@media (min-width: 1220px) {
  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article,
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article {
    min-height: 422.71186px;
  }
}

.fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figure,
.fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figure,
.fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1000px) {
  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figure,
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figure,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figure {
    display: block;
  }
}

@media (max-width: 999px) {
  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article picture,
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article picture,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article picture {
    width: 100%;
    height: auto;
    position: relative;
  }

  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article picture img,
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article picture img,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article picture img {
    height: auto;
    width: 100%;
    margin: 0;
    position: relative;
    opacity: 0;
  }
}

@media (min-width: 1000px) {
  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figcaption,
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figcaption,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figcaption {
    padding: 0 10px 84px 20px;
    max-height: calc(34.64851vw - 44px - 40px);
  }
}

@media (min-width: 1220px) {
  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figcaption,
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figcaption,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figcaption {
    max-height: calc(422.71186px - 44px - 40px);
  }
}

@media (max-width: 999px) {
  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figcaption,
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figcaption,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figcaption {
    width: 100%;
    max-height: 100%;
    padding: 0 20px 30px;
  }
}

@media (max-width: 999px) {
  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption),
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption),
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) .fsTitle,
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) .fsTitle,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) .fsTitle {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

body.fsComposeMode .fsGrid.bpa-image-slideshow-1 .fsListItems:not(.slick-initialized) article {
  min-height: auto;
}

.fsGrid.bpa-image-slideshow-1.dark .fsListItems {
  background: #291C5B;
  border: none;
}

.fsGrid.bpa-image-slideshow-1.dark article .fsTitle {
  color: #fff;
}

.fsGrid.bpa-image-slideshow-1.dark article .fsTitle:after {
  background-color: #F0B323;
}

.fsGrid.bpa-image-slideshow-1.dark article figcaption {
  color: #fff;
}

.fsGrid.bpa-image-slideshow-1.dark article figcaption a {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
}

.fsGrid.bpa-image-slideshow-1.dark article figcaption a:hover,
.fsGrid.bpa-image-slideshow-1.dark article figcaption a:focus {
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.fsGrid.bpa-image-slideshow-1.dark article.has-caption:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 50, 160, 0)), color-stop(51.8%, rgba(0, 50, 160, 0.85)), to(#291C5B));
  background: linear-gradient(180deg, rgba(0, 50, 160, 0) 0%, rgba(0, 50, 160, 0.85) 51.8%, #291C5B 100%);
}@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

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

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/

/*! helpers - typography v0.0.1 */

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

h1 {
  margin-top: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
  font-family: "PT Serif", serif;
  color: #291C5B;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 25px;
  line-height: 32px;
  font-family: "PT Serif", serif;
  color: #291C5B;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  h2 {
    font-size: 28px;
    line-height: 35px;
  }
}

h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 23px;
  line-height: 28px;
  font-family: "PT Serif", serif;
  color: #291C5B;
  margin-bottom: 20px;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  font-size: 19px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #404040;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  margin-bottom: 20px;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  font-family: "Montserrat", sans-serif;
  color: #404040;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  margin-bottom: 20px;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  font-family: "Montserrat", sans-serif;
  color: #404040;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 20px;
}

p {
  margin: 0 0 30px;
}

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

hr {
  margin: 0 auto 30px;
}

a {
  text-decoration: underline;
  color: #54758A;
  font-weight: 700;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #291C5B;
}

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

table.fs_style_3 {
  margin-bottom: 30px;
  width: 100%;
  border-bottom: solid 2px #F0F0F0;
}

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

table.fs_style_3 th,
table.fs_style_3 td {
  vertical-align: top;
  border-bottom: none;
}

table.fs_style_3 th {
  padding: 15px 20px;
  background: #291C5B;
  color: #FFF;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.334;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

table.fs_style_3 td {
  padding: 12px 20px;
  font-size: 0.9375rem;
  line-height: 1.734;
}

table.fs_style_3 tr:nth-of-type(odd) td {
  background-color: #F0F0F0;
}

table.fs_style_3 tr.fsLoadMoreButtonRow > td {
  background: none;
  padding: 20px 0;
}

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

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

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

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

.fs_style_17.fs_style_19 {
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.6) !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: transparent;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
}

.fs_style_17.fs_style_19:hover,
.fs_style_17.fs_style_19:focus,
.fsStateSelected .fs_style_17.fs_style_19,
.fs_style_17.fs_style_19.on {
  border-color: #FFF !important;
  background: #FFF;
  color: #291C5B;
}

p:last-child .fs_style_17.fs_style_19 {
  margin-bottom: 0;
}

.fs_style_17.fs_style_20 {
  display: inline-block;
  border: 2px solid #D3D3D3 !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: transparent;
  color: #291C5B;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
}

.fs_style_17.fs_style_20:hover,
.fs_style_17.fs_style_20:focus,
.fsStateSelected .fs_style_17.fs_style_20,
.fs_style_17.fs_style_20.on {
  border-color: #291C5B !important;
  background: #291C5B;
  color: #FFF;
}

p:last-child .fs_style_17.fs_style_20 {
  margin-bottom: 0;
}

.fs_style_17.fs_style_21 {
  display: inline-block;
  border: 2px solid #54758A !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: transparent;
  color: #54758A;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
}

.fs_style_17.fs_style_21:hover,
.fs_style_17.fs_style_21:focus,
.fsStateSelected .fs_style_17.fs_style_21,
.fs_style_17.fs_style_21.on {
  border-color: #54758A !important;
  background: #54758A;
  color: #FFF;
}

p:last-child .fs_style_17.fs_style_21 {
  margin-bottom: 0;
}

.fs_style_17.fs_style_22 {
  display: inline-block;
  border: 2px solid #D3D3D3 !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: transparent;
  color: #4D4D4D;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
}

.fs_style_17.fs_style_22:hover,
.fs_style_17.fs_style_22:focus,
.fsStateSelected .fs_style_17.fs_style_22,
.fs_style_17.fs_style_22.on {
  border-color: #666666 !important;
  background: #666666;
  color: #FFF;
}

p:last-child .fs_style_17.fs_style_22 {
  margin-bottom: 0;
}

.fs_style_17.fs_style_23 {
  display: inline-block;
  border: 2px solid #291C5B !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: #291C5B;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
}

.fs_style_17.fs_style_23:hover,
.fs_style_17.fs_style_23:focus,
.fsStateSelected .fs_style_17.fs_style_23,
.fs_style_17.fs_style_23.on {
  border-color: #D3D3D3 !important;
  background: transparent;
  color: #291C5B;
}

p:last-child .fs_style_17.fs_style_23 {
  margin-bottom: 0;
}

.fs_style_17.fs_style_24 {
  display: inline-block;
  border: 2px solid #54758A !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: #54758A;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
}

.fs_style_17.fs_style_24:hover,
.fs_style_17.fs_style_24:focus,
.fsStateSelected .fs_style_17.fs_style_24,
.fs_style_17.fs_style_24.on {
  border-color: #54758A !important;
  background: transparent;
  color: #54758A;
}

p:last-child .fs_style_17.fs_style_24 {
  margin-bottom: 0;
}

.fs_style_17.fs_style_25 {
  display: inline-block;
  border: 2px solid #666666 !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: #666666;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
}

.fs_style_17.fs_style_25:hover,
.fs_style_17.fs_style_25:focus,
.fsStateSelected .fs_style_17.fs_style_25,
.fs_style_17.fs_style_25.on {
  border-color: #D3D3D3 !important;
  background: transparent;
  color: #4D4D4D;
}

p:last-child .fs_style_17.fs_style_25 {
  margin-bottom: 0;
}

.dark-bg {
  background: #291C5B;
  padding: 30px;
}

.fs_style_18.fs_style_19 {
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.6);
  margin: 0 0 10px;
  padding: 23px 28px;
  background: transparent;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.223;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
}

.fs_style_18.fs_style_19:hover,
.fs_style_18.fs_style_19:focus {
  border-color: #FFF;
  background: #FFF;
  color: #291C5B;
}

.fs_style_18.fs_style_19:hover em,
.fs_style_18.fs_style_19:focus em {
  color: #291C5B;
}

.fs_style_18.fs_style_19 em {
  display: block;
  font-style: normal;
  text-transform: none;
  margin-top: 5px;
  letter-spacing: 0;
  color: #FFF;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.26667;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.fs_style_18.fs_style_20 {
  display: inline-block;
  border: 2px solid #D3D3D3;
  margin: 0 0 10px;
  padding: 23px 28px;
  background: transparent;
  color: #291C5B;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.223;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
}

.fs_style_18.fs_style_20:hover,
.fs_style_18.fs_style_20:focus {
  border-color: #291C5B;
  background: #291C5B;
  color: #FFF;
}

.fs_style_18.fs_style_20:hover em,
.fs_style_18.fs_style_20:focus em {
  color: #FFF;
}

.fs_style_18.fs_style_20 em {
  display: block;
  font-style: normal;
  text-transform: none;
  margin-top: 5px;
  letter-spacing: 0;
  color: #404040;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.26667;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.fs_style_18.fs_style_21 {
  display: inline-block;
  border: 2px solid #54758A;
  margin: 0 0 10px;
  padding: 23px 28px;
  background: transparent;
  color: #54758A;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.223;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
}

.fs_style_18.fs_style_21:hover,
.fs_style_18.fs_style_21:focus {
  border-color: #54758A;
  background: #54758A;
  color: #FFF;
}

.fs_style_18.fs_style_21:hover em,
.fs_style_18.fs_style_21:focus em {
  color: #FFF;
}

.fs_style_18.fs_style_21 em {
  display: block;
  font-style: normal;
  text-transform: none;
  margin-top: 5px;
  letter-spacing: 0;
  color: #404040;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.26667;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.fs_style_18.fs_style_22 {
  display: inline-block;
  border: 2px solid #D3D3D3;
  margin: 0 0 10px;
  padding: 23px 28px;
  background: transparent;
  color: #4D4D4D;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.223;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
}

.fs_style_18.fs_style_22:hover,
.fs_style_18.fs_style_22:focus {
  border-color: #666666;
  background: #666666;
  color: #FFF;
}

.fs_style_18.fs_style_22:hover em,
.fs_style_18.fs_style_22:focus em {
  color: #FFF;
}

.fs_style_18.fs_style_22 em {
  display: block;
  font-style: normal;
  text-transform: none;
  margin-top: 5px;
  letter-spacing: 0;
  color: #404040;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.26667;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.fs_style_18.fs_style_23 {
  display: inline-block;
  border: 2px solid #291C5B;
  margin: 0 0 10px;
  padding: 23px 28px;
  background: #291C5B;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.223;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
}

.fs_style_18.fs_style_23:hover,
.fs_style_18.fs_style_23:focus {
  border-color: #D3D3D3;
  background: transparent;
  color: #291C5B;
}

.fs_style_18.fs_style_23:hover em,
.fs_style_18.fs_style_23:focus em {
  color: #291C5B;
}

.fs_style_18.fs_style_23 em {
  display: block;
  font-style: normal;
  text-transform: none;
  margin-top: 5px;
  letter-spacing: 0;
  color: #FFF;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.26667;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.fs_style_18.fs_style_24 {
  display: inline-block;
  border: 2px solid #54758A;
  margin: 0 0 10px;
  padding: 23px 28px;
  background: #54758A;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.223;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
}

.fs_style_18.fs_style_24:hover,
.fs_style_18.fs_style_24:focus {
  border-color: #54758A;
  background: transparent;
  color: #54758A;
}

.fs_style_18.fs_style_24:hover em,
.fs_style_18.fs_style_24:focus em {
  color: #54758A;
}

.fs_style_18.fs_style_24 em {
  display: block;
  font-style: normal;
  text-transform: none;
  margin-top: 5px;
  letter-spacing: 0;
  color: #FFF;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.26667;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.fs_style_18.fs_style_25 {
  display: inline-block;
  border: 2px solid #666666;
  margin: 0 0 10px;
  padding: 23px 28px;
  background: #666666;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.223;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
}

.fs_style_18.fs_style_25:hover,
.fs_style_18.fs_style_25:focus {
  border-color: #D3D3D3;
  background: transparent;
  color: #4D4D4D;
}

.fs_style_18.fs_style_25:hover em,
.fs_style_18.fs_style_25:focus em {
  color: #4D4D4D;
}

.fs_style_18.fs_style_25 em {
  display: block;
  font-style: normal;
  text-transform: none;
  margin-top: 5px;
  letter-spacing: 0;
  color: #FFF;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.26667;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.fs_style_14,
.fs_style_15 {
  position: relative;
  display: inline-block;
  padding: 15px 18px 15px 49px;
  border: 2px solid #D3D3D3;
  margin-bottom: 6px;
  font-size: 0.875rem;
  line-height: 1.2143;
  color: #291C5B;
  max-width: 300px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}

.fs_style_14:hover,
.fs_style_14:focus,
.fs_style_15:hover,
.fs_style_15:focus {
  background: #291C5B;
  border-color: #291C5B;
  color: #FFF;
}

.fs_style_14:before,
.fs_style_15:before {
  position: absolute;
  top: 15px;
  left: 18px;
  font-size: 1rem;
  line-height: 1;
  color: #05C3DD;
}

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

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

.fsStyleDefaultButton {
  display: inline-block;
  border: 2px solid #D3D3D3 !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: transparent;
  color: #291C5B;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  border-color: #291C5B !important;
  background: #291C5B;
  color: #FFF;
}

p:last-child .fsStyleDefaultButton {
  margin-bottom: 0;
}

.fsStyleDefaultButton.fsLoadMoreButton {
  margin: 30px auto 0;
  display: table;
}

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

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

.fsStyleUpdateButton {
  display: inline-block;
  border: 2px solid #D3D3D3 !important;
  margin: 0 0 10px;
  padding: 15px 18px;
  background: transparent;
  color: #291C5B;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  border-radius: 0;
  text-decoration: none;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  border-color: #291C5B !important;
  background: #291C5B;
  color: #FFF;
}

p:last-child .fsStyleUpdateButton {
  margin-bottom: 0;
}

.bpa-college-slider-2 {
  position: relative;
  min-height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body.fsComposeMode .bpa-college-slider-2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.fsComposeMode .bpa-college-slider-2 > header {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.bpa-college-slider-2 > header {
  position: relative;
  z-index: 10;
  max-width: 100%;
  padding: 20px;
  background: rgba(0, 50, 160, 0.95);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 700px) {
  .bpa-college-slider-2 > header {
    margin-right: 20px;
    text-align: right;
    width: 380px;
    max-width: 65%;
  }
}

@media (min-width: 900px) {
  .bpa-college-slider-2 > header {
    margin-right: 30px;
    padding: 20px 30px;
  }
}

.bpa-college-slider-2 > header p {
  margin-bottom: 15px;
}

.bpa-college-slider-2 > header h1,
.bpa-college-slider-2 > header h2,
.bpa-college-slider-2 > header h3,
.bpa-college-slider-2 > header h4,
.bpa-college-slider-2 > header h5,
.bpa-college-slider-2 > header h6 {
  color: inherit;
}

.bpa-college-slider-2 > header a {
  color: #F0B323;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration: underline;
}

.bpa-college-slider-2 > header a:hover,
.bpa-college-slider-2 > header a:focus {
  color: #F0B323;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.bpa-college-slider-2 > header .fsElementTitle {
  display: inline-block;
  margin: 0 0 10px;
  position: relative;
}

.bpa-college-slider-2 > header .fsElementTitle:before {
  content: '';
  display: inline-block;
  height: 1px;
  background: #fff;
  margin-right: 15px;
  vertical-align: middle;
  width: 40px;
}

@media (min-width: 700px) {
  .bpa-college-slider-2 > header .fsElementTitle:before {
    width: 60px;
  }
}

.bpa-college-slider-2 > header .fsElementHeaderContent {
  margin-bottom: 0;
}

.bpa-college-slider-2 > .fsElementContent {
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 50, 160, 0.05), 0 -1px 0 0 rgba(0, 50, 160, 0.05);
          box-shadow: 0 1px 0 0 rgba(0, 50, 160, 0.05), 0 -1px 0 0 rgba(0, 50, 160, 0.05);
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

@media (min-width: 700px) {
  .bpa-college-slider-2 > .fsElementContent {
    position: absolute;
    left: 0;
    top: 30px;
    margin-top: 0;
  }
}

.bpa-college-slider-2 > .fsElementContent > .fsListItems {
  height: 90px;
  background: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: block;
  zoom: 1;
}

.bpa-college-slider-2 > .fsElementContent > .fsListItems:after {
  display: table;
  clear: both;
  content: '';
}

body.fsComposeMode .bpa-college-slider-2 > .fsElementContent > .fsListItems {
  white-space: nowrap;
}

.bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0 20px;
  height: 90px;
  position: relative;
}

@media (min-width: 700px) {
  .bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource {
    padding: 0 30px;
  }
}

@media (min-width: 900px) {
  .bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource {
    padding: 0 60px;
  }
}

body.fsComposeMode .bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource {
  width: auto;
  margin-bottom: 20px;
}

.bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource figure {
  display: block;
  margin: auto;
}

.bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource img {
  display: block;
  max-height: 90px;
  width: auto;
  opacity: 1;
  -webkit-filter: gray;
          filter: gray;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.6;
}

body:not(.fsComposeMode) .bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: transparent;
  white-space: nowrap;
  background: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

body:not(.fsComposeMode) .bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource a:focus {
  -webkit-box-shadow: inset 0 0 0 1px #54758A;
          box-shadow: inset 0 0 0 1px #54758A;
}

@media (min-width: 700px) {
  .fsBannerLeft .bpa-college-slider-2 > header,
  .fsBannerRight .bpa-college-slider-2 > header,
  .fsStyleOneThird .bpa-college-slider-2 > header,
  .fsTwoColumnLayout .bpa-college-slider-2 > header,
  .fsThreeColumnLayout > .fsDiv .bpa-college-slider-2 > header,
  .fsFourColumnLayout > .fsDiv .bpa-college-slider-2 > header {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: left;
    padding: 20px;
  }

  .fsBannerLeft .bpa-college-slider-2 > header .fsElementTitle:before,
  .fsBannerRight .bpa-college-slider-2 > header .fsElementTitle:before,
  .fsStyleOneThird .bpa-college-slider-2 > header .fsElementTitle:before,
  .fsTwoColumnLayout .bpa-college-slider-2 > header .fsElementTitle:before,
  .fsThreeColumnLayout > .fsDiv .bpa-college-slider-2 > header .fsElementTitle:before,
  .fsFourColumnLayout > .fsDiv .bpa-college-slider-2 > header .fsElementTitle:before {
    width: 40px;
  }

  .fsBannerLeft .bpa-college-slider-2 > .fsElementContent,
  .fsBannerRight .bpa-college-slider-2 > .fsElementContent,
  .fsStyleOneThird .bpa-college-slider-2 > .fsElementContent,
  .fsTwoColumnLayout .bpa-college-slider-2 > .fsElementContent,
  .fsThreeColumnLayout > .fsDiv .bpa-college-slider-2 > .fsElementContent,
  .fsFourColumnLayout > .fsDiv .bpa-college-slider-2 > .fsElementContent {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 30px;
  }
}

@media (max-width: 899px) {
  .fsStyleTwoThirds .bpa-college-slider-2 > header,
  .fsHasLeftBanner .bpa-college-slider-2 > header,
  .fsHasRightBanner .bpa-college-slider-2 > header {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: left;
    padding: 20px;
  }

  .fsStyleTwoThirds .bpa-college-slider-2 > header .fsElementTitle:before,
  .fsHasLeftBanner .bpa-college-slider-2 > header .fsElementTitle:before,
  .fsHasRightBanner .bpa-college-slider-2 > header .fsElementTitle:before {
    width: 40px;
  }

  .fsStyleTwoThirds .bpa-college-slider-2 > .fsElementContent,
  .fsHasLeftBanner .bpa-college-slider-2 > .fsElementContent,
  .fsHasRightBanner .bpa-college-slider-2 > .fsElementContent {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 30px;
  }
}

.bpa-college-slider-2 > footer {
  width: 100%;
}

.bpa-college-slider-2.dark > header {
  background-color: #eee;
  color: #291C5B;
}

.bpa-college-slider-2.dark > header h1,
.bpa-college-slider-2.dark > header h2,
.bpa-college-slider-2.dark > header h3,
.bpa-college-slider-2.dark > header h4,
.bpa-college-slider-2.dark > header h5,
.bpa-college-slider-2.dark > header h6 {
  color: #291C5B;
}

.bpa-college-slider-2.dark > header a {
  color: #291C5B;
}

.bpa-college-slider-2.dark > header a:hover,
.bpa-college-slider-2.dark > header a:focus {
  color: #291C5B;
}

.bpa-college-slider-2.dark > header .fsElementTitle:before {
  background-color: #291C5B;
}

.bpa-college-slider-2.dark > .fsElementContent {
  padding: 20px 0;
  background-color: #291C5B;
}

.bpa-college-slider-2.dark > .fsElementContent > .fsListItems .fsResource img {
  -webkit-filter: grayscale(1) invert(100%);
          filter: grayscale(1) invert(100%);
  opacity: 0.8;
}