/*!
 * Carrollton-Farmers Branch Independent School District - default_19
 * @link: https://cfbisdedu.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-41-g4136a3f
 * Last built by: Jesse Rogers
 */
@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 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 10px;
  font-size: 1.25rem;
  line-height: 1.35;
  font-weight: 700;
  color: #C3002F;
}

.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;
  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: #C3002F;
  text-decoration: underline;
}

h1 {
  margin-top: 0;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 1.2;
  color: #C3002F;
  margin-bottom: 20px;
}

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

h2 {
  margin-top: 0;
  font-weight: 900;
  font-size: 24px;
  line-height: 31px;
  color: #252B33;
  margin-bottom: 20px;
}

h3 {
  margin-top: 0;
  font-weight: 900;
  font-size: 20px;
  line-height: 25px;
  color: #252B33;
  margin-bottom: 20px;
}

h4 {
  margin-top: 0;
  font-weight: 900;
  font-size: 18px;
  line-height: 23px;
  color: #404040;
  margin-bottom: 20px;
}

h5 {
  margin-top: 0;
  font-weight: 900;
  font-size: 17px;
  line-height: 21px;
  color: #404040;
  margin-bottom: 20px;
}

h6 {
  margin-top: 0;
  font-weight: 900;
  font-size: 14px;
  line-height: 18px;
  color: #404040;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

p {
  margin: 0 0 30px;
}

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

hr {
  margin: 0 auto 30px;
}

a {
  color: #C3002F;
  font-weight: 700;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

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

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 1px #E6E6E6;
}

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: 20px;
  background: #C3002F;
  color: #FFF;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.334;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_3 td {
  padding: 11px 20px;
  font-size: 1rem;
  line-height: 1.75;
}

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

.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_4.fs_style_14 {
  display: inline-block;
  border: 2px solid #999999 !important;
  margin: 0 0 10px;
  padding: 16px 20px;
  background: transparent;
  color: #404040;
  cursor: pointer;
  font-weight: 900;
  font-size: 0.9375rem;
  line-height: 1.267;
  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_4.fs_style_14:hover,
.fs_style_4.fs_style_14:focus,
.fsStateSelected .fs_style_4.fs_style_14,
.fs_style_4.fs_style_14.on {
  border-color: #404040 !important;
  background: #404040;
  color: #FFF;
}

.fs_style_4.fs_style_14.fs_style_6 {
  max-width: 100%;
  width: 100%;
}

.fs_style_4.fs_style_15 {
  display: inline-block;
  border: 2px solid #000000 !important;
  margin: 0 0 10px;
  padding: 16px 20px;
  background: transparent;
  color: #C3002F;
  cursor: pointer;
  font-weight: 900;
  font-size: 0.9375rem;
  line-height: 1.267;
  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_4.fs_style_15:hover,
.fs_style_4.fs_style_15:focus,
.fsStateSelected .fs_style_4.fs_style_15,
.fs_style_4.fs_style_15.on {
  border-color: #C3002F !important;
  background: #C3002F;
  color: #FFF;
}

.fs_style_4.fs_style_15.fs_style_6 {
  max-width: 100%;
  width: 100%;
}

.fs_style_4.fs_style_12 {
  display: inline-block;
  border: 2px solid #C3002F !important;
  margin: 0 0 10px;
  padding: 16px 20px;
  background: #C3002F;
  color: #FFF;
  cursor: pointer;
  font-weight: 900;
  font-size: 0.9375rem;
  line-height: 1.267;
  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_4.fs_style_12:hover,
.fs_style_4.fs_style_12:focus,
.fsStateSelected .fs_style_4.fs_style_12,
.fs_style_4.fs_style_12.on {
  border-color: #000000 !important;
  background: transparent;
  color: #C3002F;
}

.fs_style_4.fs_style_12.fs_style_6 {
  max-width: 100%;
  width: 100%;
}

.fs_style_4.fs_style_13 {
  display: inline-block;
  border: 2px solid #404040 !important;
  margin: 0 0 10px;
  padding: 16px 20px;
  background: #404040;
  color: #FFF;
  cursor: pointer;
  font-weight: 900;
  font-size: 0.9375rem;
  line-height: 1.267;
  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_4.fs_style_13:hover,
.fs_style_4.fs_style_13:focus,
.fsStateSelected .fs_style_4.fs_style_13,
.fs_style_4.fs_style_13.on {
  border-color: #999999 !important;
  background: transparent;
  color: #404040;
}

.fs_style_4.fs_style_13.fs_style_6 {
  max-width: 100%;
  width: 100%;
}

.fs_style_4.fs_style_11 {
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.7) !important;
  margin: 0 0 10px;
  padding: 16px 20px;
  background: transparent;
  color: #FFF;
  cursor: pointer;
  font-weight: 900;
  font-size: 0.9375rem;
  line-height: 1.267;
  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_4.fs_style_11:hover,
.fs_style_4.fs_style_11:focus,
.fsStateSelected .fs_style_4.fs_style_11,
.fs_style_4.fs_style_11.on {
  border-color: #FFF !important;
  background: #FFF;
  color: #C3002F;
}

.fs_style_4.fs_style_11.fs_style_6 {
  max-width: 100%;
  width: 100%;
}

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

.fs_style_5.fs_style_14 {
  display: inline-block;
  border: 2px solid #999999;
  margin: 0 0 10px;
  padding: 23px;
  background: transparent;
  color: #404040;
  cursor: pointer;
  font-weight: 900;
  font-size: 1.1875rem;
  line-height: 1.2632;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
}

.fs_style_5.fs_style_14:hover,
.fs_style_5.fs_style_14:focus {
  border-color: #404040;
  background: #404040;
  color: #FFF;
}

.fs_style_5.fs_style_14:hover em,
.fs_style_5.fs_style_14:focus em {
  color: #FFF;
}

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

.fs_style_5.fs_style_14.fs_style_6 {
  max-width: 100%;
}

.fs_style_5.fs_style_15 {
  display: inline-block;
  border: 2px solid #000000;
  margin: 0 0 10px;
  padding: 23px;
  background: transparent;
  color: #C3002F;
  cursor: pointer;
  font-weight: 900;
  font-size: 1.1875rem;
  line-height: 1.2632;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
}

.fs_style_5.fs_style_15:hover,
.fs_style_5.fs_style_15:focus {
  border-color: #C3002F;
  background: #C3002F;
  color: #FFF;
}

.fs_style_5.fs_style_15:hover em,
.fs_style_5.fs_style_15:focus em {
  color: #FFF;
}

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

.fs_style_5.fs_style_15.fs_style_6 {
  max-width: 100%;
}

.fs_style_5.fs_style_12 {
  display: inline-block;
  border: 2px solid #C3002F;
  margin: 0 0 10px;
  padding: 23px;
  background: #C3002F;
  color: #FFF;
  cursor: pointer;
  font-weight: 900;
  font-size: 1.1875rem;
  line-height: 1.2632;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
}

.fs_style_5.fs_style_12:hover,
.fs_style_5.fs_style_12:focus {
  border-color: #000000;
  background: transparent;
  color: #C3002F;
}

.fs_style_5.fs_style_12:hover em,
.fs_style_5.fs_style_12:focus em {
  color: #C3002F;
}

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

.fs_style_5.fs_style_12.fs_style_6 {
  max-width: 100%;
}

.fs_style_5.fs_style_12:hover em,
.fs_style_5.fs_style_12:focus em {
  color: #404040;
}

.fs_style_5.fs_style_13 {
  display: inline-block;
  border: 2px solid #404040;
  margin: 0 0 10px;
  padding: 23px;
  background: #404040;
  color: #FFF;
  cursor: pointer;
  font-weight: 900;
  font-size: 1.1875rem;
  line-height: 1.2632;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
}

.fs_style_5.fs_style_13:hover,
.fs_style_5.fs_style_13:focus {
  border-color: #999999;
  background: transparent;
  color: #404040;
}

.fs_style_5.fs_style_13:hover em,
.fs_style_5.fs_style_13:focus em {
  color: #404040;
}

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

.fs_style_5.fs_style_13.fs_style_6 {
  max-width: 100%;
}

.fs_style_5.fs_style_13:hover em,
.fs_style_5.fs_style_13:focus em {
  color: #404040;
}

.fs_style_5.fs_style_11 {
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.7);
  margin: 0 0 10px;
  padding: 23px;
  background: transparent;
  color: #FFF;
  cursor: pointer;
  font-weight: 900;
  font-size: 1.1875rem;
  line-height: 1.2632;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  max-width: 300px;
  width: 100%;
  text-decoration: none;
}

.fs_style_5.fs_style_11:hover,
.fs_style_5.fs_style_11:focus {
  border-color: #FFF;
  background: #FFF;
  color: #C3002F;
}

.fs_style_5.fs_style_11:hover em,
.fs_style_5.fs_style_11:focus em {
  color: #C3002F;
}

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

.fs_style_5.fs_style_11.fs_style_6 {
  max-width: 100%;
}

.fs_style_7,
.fs_style_8 {
  position: relative;
  display: inline-block;
  padding: 16px 20px 16px 49px;
  border: 2px solid #000000;
  margin-bottom: 6px;
  font-size: 0.9375rem;
  line-height: 1.267;
  color: #C3002F;
  font-weight: 900;
  max-width: 300px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}

.fs_style_7:hover,
.fs_style_7:focus,
.fs_style_8:hover,
.fs_style_8:focus {
  background: #C3002F;
  border-color: #C3002F;
  color: #FFF;
}

.fs_style_7:hover:before,
.fs_style_7:focus:before,
.fs_style_8:hover:before,
.fs_style_8:focus:before {
  color: #FFF;
}

.fs_style_7:before,
.fs_style_8:before {
  position: absolute;
  top: 18px;
  left: 20px;
  font-size: 1rem;
  line-height: 1;
  color: #404040;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

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

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

.fs_style_9,
.home .school-news > header .fsElementHeaderContent a,
.home .school-calendar header .fsElementHeaderContent a,
.home .unique-benefits > header .fsElementHeaderContent a,
.home .school-social > header .fsElementHeaderContent a,
.fs_style_10 {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 1.267;
  letter-spacing: 1px;
  font-weight: 900;
  display: inline-block;
  padding-right: 34px;
  position: relative;
}

.fs_style_9:hover:after,
.home .school-news > header .fsElementHeaderContent a:hover:after,
.home .school-calendar header .fsElementHeaderContent a:hover:after,
.home .unique-benefits > header .fsElementHeaderContent a:hover:after,
.home .school-social > header .fsElementHeaderContent a:hover:after,
.fs_style_9:focus:after,
.home .school-news > header .fsElementHeaderContent a:focus:after,
.home .school-calendar header .fsElementHeaderContent a:focus:after,
.home .unique-benefits > header .fsElementHeaderContent a:focus:after,
.home .school-social > header .fsElementHeaderContent a:focus:after,
.fs_style_10:hover:after,
.fs_style_10:focus:after {
  right: 0;
}

.fs_style_9:after,
.home .school-news > header .fsElementHeaderContent a:after,
.home .school-calendar header .fsElementHeaderContent a:after,
.home .unique-benefits > header .fsElementHeaderContent a:after,
.home .school-social > header .fsElementHeaderContent a:after,
.fs_style_10:after {
  content: "\E906";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.125rem;
  line-height: 1;
  -webkit-transition: 0.3s right;
  transition: 0.3s right;
}

.fs_style_9,
.home .school-news > header .fsElementHeaderContent a,
.home .school-calendar header .fsElementHeaderContent a,
.home .unique-benefits > header .fsElementHeaderContent a,
.home .school-social > header .fsElementHeaderContent a {
  color: #262626;
}

.fs_style_9:hover,
.home .school-news > header .fsElementHeaderContent a:hover,
.home .school-calendar header .fsElementHeaderContent a:hover,
.home .unique-benefits > header .fsElementHeaderContent a:hover,
.home .school-social > header .fsElementHeaderContent a:hover,
.fs_style_9:focus,
.home .school-news > header .fsElementHeaderContent a:focus,
.home .school-calendar header .fsElementHeaderContent a:focus,
.home .unique-benefits > header .fsElementHeaderContent a:focus,
.home .school-social > header .fsElementHeaderContent a:focus {
  color: #262626;
}

.fs_style_10 {
  color: #C3002F;
}

.fs_style_10:hover,
.fs_style_10:focus {
  color: #C3002F;
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 2px solid #000000 !important;
  margin: 0 0 10px;
  padding: 16px 20px;
  background: transparent;
  color: #C3002F;
  cursor: pointer;
  font-weight: 900;
  font-size: 0.9375rem;
  line-height: 1.267;
  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: #C3002F !important;
  background: #C3002F;
  color: #FFF;
}

.fsStyleDefaultButton.fs_style_6 {
  max-width: 100%;
  width: 100%;
}

.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 #000000 !important;
  margin: 0 0 10px;
  padding: 16px 20px;
  background: transparent;
  color: #C3002F;
  cursor: pointer;
  font-weight: 900;
  font-size: 0.9375rem;
  line-height: 1.267;
  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: #C3002F !important;
  background: #C3002F;
  color: #FFF;
}

.fsStyleUpdateButton.fs_style_6 {
  max-width: 100%;
  width: 100%;
}

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

/*! elements - common v0.0.1 */

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

.fsElement {
  margin-bottom: 50px;
}

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

.fsElementHeaderContent {
  margin-bottom: 20px;
}

.fsElementFooterContent {
  margin-top: 20px;
}

.fsPanel {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

.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: #404040;
  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(64, 64, 64, 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: #404040;
}

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

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

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

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

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

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

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

.fsElementDialog {
  color: #404040;
}

.fs_style_1 {
  display: block;
  font-size: 1.5625rem;
  line-height: 1.4;
  color: #262626;
}

blockquote {
  padding: 70px 0;
  margin: 30px auto;
  width: 80%;
  position: relative;
  font-size: 1.375rem;
  line-height: 1.591;
  font-weight: 900;
  color: #C3002F;
  text-align: center;
}

blockquote:before,
blockquote:after {
  position: absolute;
  font-size: 4.6875rem;
  line-height: 1;
  color: #000000;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

blockquote:before {
  content: "\201C";
  top: 0;
}

blockquote:after {
  content: "\201D";
  bottom: -22px;
}

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

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

cite {
  display: block;
  margin: 20px 0 0;
  font-style: normal;
  color: #404040;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 1.334;
}

cite:before {
  content: "- ";
}

.fs_style_2 {
  font-size: 1.375rem;
  line-height: 1.5455;
  font-weight: 700;
  color: #C3002F;
  display: block;
  margin: 40px 0;
}

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

.fs_style_2:before {
  content: '';
  display: block;
  width: 30px;
  height: 10px;
  background: #000000;
  margin-bottom: 20px;
}

.card.red {
  background: #C3002F;
  color: #FFF;
}

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

.card.red a {
  color: #FFF;
}

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

.card.outline > .fsElementContent {
  border: 2px solid #000000;
}

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

.juicer-feed .j-meta a:hover,
.juicer-feed .j-meta a:focus {
  color: #C3002F !important;
}

#fsAccountBar a:hover,
#fsAccountBar a:focus {
  text-decoration: underline !important;
  color: #C3002F !important;
}

.j-poster .j-twitter-post-icon:hover:before,
.j-poster .j-twitter-post-icon:focus:before {
  font-size: 2.1875rem;
}

.j-poster .j-twitter-post-icon:before {
  -webkit-transition: 0.3s font-size;
  transition: 0.3s font-size;
}

.fsElementTable a {
  text-decoration: underline;
}

.fsElementTable a:hover,
.fsElementTable a:focus {
  text-decoration: none;
}

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

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

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

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

.fsNavigation a:hover,
.fsNavigation a:focus {
  color: #C3002F;
  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: 15px;
  padding: 0 20px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 900;
  color: #262626;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

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

@media (min-width: 1200px) {
  .fsBreadcrumb {
    padding: 0 50px;
  }
}

.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 {
  color: #404040;
  padding: 0;
  text-decoration: none;
}

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

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

.fsBreadcrumb ul span:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  font-size: 0.875rem;
}

.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 1px #E6E6E6;
}

.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: #000000;
  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: #C3002F;
  background: transparent;
  text-decoration: underline;
}

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

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

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

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

.nav-tier ul li.fsNavCurrentPageAncestor > a:hover,
.nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
  color: #C3002F;
  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: #404040;
  background-color: #F7F7F7;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 1rem;
  line-height: 1.25;
  padding: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  padding-right: 40px;
}

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

.nav-sub > header .fsElementTitle:hover {
  background-color: #F7F7F7;
  color: #404040;
}

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

.nav-sub > header .fsElementTitle:after {
  content: "\E90A";
  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: #F7F7F7;
}

.nav-sub > .fsElementContent nav {
  padding: 30px;
}

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

.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;
  text-decoration: none;
  position: relative;
}

.nav-sub > .fsElementContent ul li a:hover,
.nav-sub > .fsElementContent ul li a:focus {
  color: #C3002F;
  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 > a {
  color: #C3002F;
  background: transparent;
  font-weight: 900;
}

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

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

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

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

.nav-sub > .fsElementContent ul li.active > a {
  color: #C3002F;
  font-weight: 900;
}

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

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

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

.nav-sub > .fsElementContent .drop-trigger:before {
  content: "\E90A";
  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: 15px;
}

.nav-sub > .fsElementContent .fsNavLevel1 > li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #E6E6E6;
  -webkit-transition: 0.3s padding;
  transition: 0.3s padding;
}

.nav-sub > .fsElementContent .fsNavLevel1 > li.active {
  padding-bottom: 15px;
}

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

.nav-sub.active-nav > header .fsElementTitle {
  background-color: #F7F7F7;
  color: #404040;
}

.nav-sub.active-nav > header .fsElementTitle:after {
  content: "\E908";
  -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-main .fsNavLevel1 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.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 {
  border-bottom-width: 10px;
  border-left-width: 13px;
  border-right-width: 13px;
}

.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 {
  border-bottom-width: 10px;
  border-left-width: 13px;
  border-right-width: 13px;
}

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

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

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

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

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

.nav-main .fsNavLevel1 > li > a:focus:after {
  border-bottom-width: 10px;
  border-left-width: 13px;
  border-right-width: 13px;
}

.nav-main .fsNavLevel1 > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 0px solid #000000;
  -webkit-transition: 0.3s border;
  transition: 0.3s border;
}

.nav-main .fsNavPageInfo {
  text-align: left;
  position: absolute;
  top: 100%;
  left: 35px;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  background: #FFF;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 40px;
  width: calc(100% - 55px);
  max-width: 1190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (min-width: 1200px) {
  .nav-main .fsNavPageInfo {
    left: 50px;
    width: calc(100% - 70px);
  }
}

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

.nav-main .level2-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.nav-main .level2-wrapper:not(:first-child) {
  border-left: solid 1px #E6E6E6;
  margin-left: 34px;
  padding-left: 34px;
}

.nav-main .fsNavLevel2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.nav-main .fsNavLevel2.three-cols li {
  width: calc(33.33% - 20px);
}

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

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

.nav-main .fsNavLevel2 li a:hover,
.nav-main .fsNavLevel2 li a:focus {
  color: #C3002F;
  background: transparent;
  text-decoration: underline;
}

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

.nav-main .fsNavPageThumbnail {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 24.32432%;
  min-width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.nav-main .fsNavPageThumbnail img {
  display: block;
}

.nav-main .fsNavPageDescription {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 24.32432%;
  min-width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.9375rem;
  line-height: 1.734;
}

.nav-main .fsNavPageDescription + .fsNavPageThumbnail {
  margin-right: 30px;
}

.nav-main .fsNavPageDescription h5 {
  margin-bottom: 5px;
}

.nav-main .fsNavPageDescription a {
  padding: 0;
  display: inline-block;
}

#fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s;
  transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
  -webkit-transform: translate(-20%, 0);
      -ms-transform: translate(-20%, 0);
          transform: translate(-20%, 0);
  top: 50px;
  z-index: 9000;
  background: #F7F7F7;
}

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 {
  padding: 30px;
  background: #C3002F;
}

#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 {
  font-weight: 900;
}

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

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

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

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

#fsMenu .nav-main-mobile .fsNavLevel1 li a:hover,
#fsMenu .nav-main-mobile .fsNavLevel1 li a:focus {
  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: 1rem;
  line-height: 1.375;
}

#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: 1rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 900;
}

#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: "\E913";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 0.9375rem;
}

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

#fsMenu .nav-utility-mobile {
  padding: 30px 30px 0;
}

#fsMenu .nav-utility-mobile:last-child {
  padding-bottom: 30px;
}

#fsMenu .nav-utility-mobile .fsNavLevel1 > li:not(:last-child) {
  margin-bottom: 25px;
}

#fsMenu .nav-utility-mobile .fsNavLevel1 > li[class*="icon"] > a:before {
  margin-right: 10px;
  font-size: 0.875rem;
  line-height: 1;
  overflow: hidden;
}

#fsMenu .nav-utility-mobile .fsNavLevel1 > li.icon-star > a:before {
  content: "\E90C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #FDD900;
}

#fsMenu .nav-utility-mobile .fsNavLevel1 > li.icon-construction > a:before {
  content: "\E90D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #FF6600;
}

#fsMenu .nav-utility-mobile .fsNavLevel1 > li.icon-warning > a:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #30DAFF;
}

#fsMenu .nav-utility-mobile .fsNavLevel1 > li.icon-phone > a:before {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #22D548;
}

#fsMenu .nav-utility-mobile .fsNavLevel1 > li.icon-user > a:before {
  content: "\E921";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #22D548;
}

#fsMenu .nav-utility-mobile .fsNavLevel1 > li.icon-enroll > a:before {
  content: "\E925";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #C3002F;
  font-size: 20px;
}

#fsMenu .nav-utility-mobile .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
  text-decoration: underline;
}

#fsMenu .nav-utility-mobile .fsNavLevel1 > li > a {
  color: #404040;
  font-size: 0.8125rem;
  line-height: 1.2308;
  letter-spacing: 0.5px;
  font-weight: 900;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-transform: uppercase;
}

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

#fsMenu .back-to-district {
  padding: 25px 30px 30px;
}

#fsMenu .back-to-district a {
  color: #404040;
  font-size: 0.8125rem;
  line-height: 1.2308;
  letter-spacing: 0.5px;
  font-weight: 900;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-transform: uppercase;
}

#fsMenu .back-to-district a:before {
  content: "\E922";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 10px;
  font-size: 0.875rem;
  line-height: 1;
  overflow: hidden;
  color: #C3002F;
}

#fsMenu .back-to-district a:hover,
#fsMenu .back-to-district a:focus {
  text-decoration: underline;
}

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

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

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

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

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

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

.nav-social .fsNavLevel1 li {
  margin-right: 15px;
}

.nav-social .fsNavLevel1 li:last-child {
  margin-right: 0;
}

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

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

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

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

.nav-social .fsNavLevel1 a {
  position: relative;
  background: #fff;
  height: 44px;
  width: 44px;
  border-radius: 100%;
  text-decoration: none;
}

.nav-social .fsNavLevel1 a:before {
  font-size: 1rem;
  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 .logo .fixed {
    display: block;
  }

  body.hero-present #fsHeader .logo .regular {
    display: none;
  }

  body.hero-present #fsHeader .bottom-header {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 1500;
    background-color: rgba(0, 0, 0, 0.55);
  }

  body.hero-present #fsHeader .bottom-header:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100px;
    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%);
  }

  body.hero-present #fsHeader .nav-utility-header .fsNavLevel1 > li > a {
    color: #FFF;
  }
}

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

#fsHeader {
  background: #FFF;
}

@media (min-width: 1000px) {
  #fsHeader {
    padding-top: 60px;
  }

  body.fsComposeMode #fsHeader {
    padding-top: 0;
  }
}

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

#fsHeader .skip-link a {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px;
  background: #000000;
  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 .top-header > .fsElementContent,
#fsHeader .bottom-header > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#fsHeader .top-header {
  background: #C3002F;
  position: relative;
}

@media (min-width: 600px) {
  #fsHeader .top-header {
    padding: 0 15px;
  }
}

@media (min-width: 1000px) {
  #fsHeader .top-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
    padding: 0 30px 0 20px;
  }

  body.fsAccountBarVisible #fsHeader .top-header {
    top: 45px;
  }

  body.fsComposeMode #fsHeader .top-header {
    position: relative;
  }
}

@media (min-width: 1100px) {
  #fsHeader .top-header {
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  #fsHeader .top-header {
    padding: 0 45px 0 30px;
  }
}

#fsHeader .bottom-header {
  background: #F7F7F7;
  position: relative;
  padding: 20px;
}

@media (min-width: 600px) {
  #fsHeader .bottom-header {
    padding: 25px 35px;
  }
}

@media (min-width: 1200px) {
  #fsHeader .bottom-header {
    padding: 25px 50px;
  }
}

#fsHeader .logo {
  width: 100%;
}

@media (min-width: 1000px) {
  #fsHeader .logo {
    margin-right: 40px;
  }
}

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

#fsHeader .logo img {
  max-height: 60px;
  margin: 0 auto;
}

@media (min-width: 1000px) {
  #fsHeader .logo img {
    margin: 0;
    height: 60px;
  }
}

#fsHeader .logo .fixed {
  display: none;
}

#fsHeader .back-to-district {
  margin-left: auto;
  margin-right: 20px;
}

@media (max-width: 999px) {
  #fsHeader .back-to-district {
    display: none;
  }
}

#fsHeader .back-to-district a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8125rem;
  line-height: 1.2308;
  letter-spacing: 0.5px;
  font-weight: 900;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-transform: uppercase;
}

#fsHeader .back-to-district a:before {
  content: "\E922";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 10px;
  font-size: 0.875rem;
  line-height: 1;
  overflow: hidden;
}

#fsHeader .back-to-district a:hover,
#fsHeader .back-to-district a:focus {
  color: #FFF;
  text-decoration: underline;
}

#fsHeader .nav-utility-header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

#fsHeader .nav-utility-header .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

@media (min-width: 1100px) {
  #fsHeader .nav-utility-header .fsNavLevel1 > li:not(:last-child) {
    margin-right: 25px;
  }
}

#fsHeader .nav-utility-header .fsNavLevel1 > li[class*="icon"] > a:before {
  margin-right: 10px;
  font-size: 0.875rem;
  line-height: 1;
  overflow: hidden;
}

#fsHeader .nav-utility-header .fsNavLevel1 > li.icon-star > a:before {
  content: "\E90C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #FDD900;
}

#fsHeader .nav-utility-header .fsNavLevel1 > li.icon-construction > a:before {
  content: "\E90D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #FF6600;
}

#fsHeader .nav-utility-header .fsNavLevel1 > li.icon-warning > a:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #30DAFF;
}

#fsHeader .nav-utility-header .fsNavLevel1 > li.icon-phone > a:before {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #22D548;
}

#fsHeader .nav-utility-header .fsNavLevel1 > li.icon-user > a:before {
  content: "\E921";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #22D548;
}

#fsHeader .nav-utility-header .fsNavLevel1 > li.icon-enroll > a:before {
  content: "\E925";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #C3002F;
  font-size: 20px;
}

#fsHeader .nav-utility-header .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
  text-decoration: underline;
}

#fsHeader .nav-utility-header .fsNavLevel1 > li > a {
  color: #404040;
  font-size: 0.8125rem;
  line-height: 1.2308;
  letter-spacing: 0.5px;
  font-weight: 900;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

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

#fsHeader .menu-toggle button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  padding: 16px 20px;
  cursor: pointer;
  color: #FFF;
  font-size: 0.875rem;
  line-height: 1.2858;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  position: relative;
}

#fsHeader .menu-toggle button:hover,
#fsHeader .menu-toggle button:focus {
  color: #E6E6E6;
}

body.drawer-is-active #fsHeader .menu-toggle button:hover,
body.drawer-is-active #fsHeader .menu-toggle button:focus {
  color: #FFF;
}

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

body.drawer-is-active #fsHeader .menu-toggle button:before {
  content: "\E910";
  font-size: 1.125rem;
  margin-right: 13px;
}

#fsHeader .menu-toggle button:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 0px solid #000000;
  -webkit-transition: 0.3s border;
  transition: 0.3s border;
}

body.drawer-is-active #fsHeader .menu-toggle button:after {
  border-bottom-width: 10px;
  border-left-width: 13px;
  border-right-width: 13px;
}

@media (min-width: 1000px) {
  #fsHeader .site-search {
    position: relative;
  }
}

#fsHeader .site-search.search-is-open > header .fsElementHeaderContent button {
  color: #FFF;
  padding: 12px 20px;
}

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

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

#fsHeader .site-search.search-is-open > header .fsElementHeaderContent button:after {
  border-bottom-width: 10px;
  border-left-width: 13px;
  border-right-width: 13px;
}

#fsHeader .site-search.search-is-open > .fsElementContent {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

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

#fsHeader .site-search > header .fsElementHeaderContent button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 1;
  display: block;
  padding: 17px 20px;
  color: #FFF;
  cursor: pointer;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  text-align: center;
  position: relative;
}

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

#fsHeader .site-search > header .fsElementHeaderContent button:hover,
#fsHeader .site-search > header .fsElementHeaderContent button:focus {
  color: #E6E6E6;
}

#fsHeader .site-search > header .fsElementHeaderContent button:before {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1rem;
  display: block;
}

@media (min-width: 1000px) {
  #fsHeader .site-search > header .fsElementHeaderContent button:before {
    font-size: 1.125rem;
  }
}

#fsHeader .site-search > header .fsElementHeaderContent button:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 0px solid #000000;
  -webkit-transition: 0.3s border;
  transition: 0.3s border;
}

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

#fsHeader .site-search > .fsElementContent {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  background: #F7F7F7;
}

@media (min-width: 600px) {
  #fsHeader .site-search > .fsElementContent {
    padding: 19px 0;
  }
}

@media (min-width: 1000px) {
  #fsHeader .site-search > .fsElementContent {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: calc(100% + 25px);
    width: 350px;
    background: #FFF;
    padding: 0;
  }
}

#fsHeader .site-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
}

@media (min-width: 600px) {
  #fsHeader .site-search form {
    padding-left: 15px;
    padding-right: 30px;
  }
}

@media (min-width: 1000px) {
  #fsHeader .site-search form {
    padding-left: 0;
    padding-right: 25px;
  }
}

#fsHeader .site-search form label {
  display: block;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

#fsHeader .site-search form .fsSearchElementKeyword {
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#fsHeader .site-search form .fsSearchElementKeyword input {
  font-size: 1rem;
  line-height: 1.5;
  color: #404040;
  font-weight: 700;
  background: transparent;
  border: 0;
  padding: 24px 35px 24px 20px;
}

@media (min-width: 1000px) {
  #fsHeader .site-search form .fsSearchElementKeyword input {
    padding: 16px 35px 20px 30px;
    height: 60px;
  }
}

#fsHeader .site-search form .fsSearchElementSearchButton {
  border: 0 !important;
  padding: 5px;
  letter-spacing: 0;
  font-size: 0;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#fsHeader .site-search form .fsSearchElementSearchButton:hover,
#fsHeader .site-search form .fsSearchElementSearchButton:focus {
  color: #000000;
  background: transparent;
}

#fsHeader .site-search form .fsSearchElementSearchButton:before {
  content: "\E911";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1.125rem;
}

#fsHeader .hero-interior img {
  width: 100%;
}

#fsFooter {
  color: #FFF;
  padding: 60px 20px 50px;
}

body:not(.district) #fsFooter {
  padding-bottom: 60px;
}

@media (min-width: 600px) {
  #fsFooter {
    padding: 60px 35px 50px;
  }
}

@media (min-width: 1000px) {
  #fsFooter {
    padding-bottom: 0;
  }

  body:not(.district) #fsFooter {
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  #fsFooter {
    padding-left: 50px;
    padding-right: 50px;
  }
}

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

#fsFooter .fsBanner {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

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

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

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

#fsFooter .fsAccordion .fsPanel > header h2 {
  color: #FFF;
}

#fsFooter .nav-social {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 40px;
}

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

#fsFooter .nav-social > header .fsElementHeaderContent {
  text-align: center;
  margin: 0 0 40px;
  font-size: 1.25rem;
  line-height: 1.25;
}

@media (min-width: 600px) {
  #fsFooter .nav-social > header .fsElementHeaderContent {
    font-size: 1.5625rem;
    line-height: 1.44;
  }
}

@media (min-width: 1000px) {
  #fsFooter .nav-social > header .fsElementHeaderContent {
    text-align: left;
    margin-bottom: 0;
  }
}

#fsFooter .nav-social > header .fsElementHeaderContent strong {
  font-weight: 900;
}

@media (min-width: 600px) {
  #fsFooter .nav-social > header .fsElementHeaderContent strong {
    line-height: 1.24;
  }
}

@media (min-width: 1000px) {
  #fsFooter .nav-social > .fsElementContent {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

#fsFooter .nav-social .fsNavLevel1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1000px) {
  #fsFooter .nav-social .fsNavLevel1 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#fsFooter .address-utility-container {
  margin-bottom: 50px;
}

@media (min-width: 600px) {
  #fsFooter .address-utility-container {
    margin-bottom: 60px;
  }
}

@media (min-width: 1000px) {
  body:not(.district) #fsFooter .address-utility-container {
    margin-bottom: 22px;
  }
}

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

#fsFooter .school-details-container {
  text-align: center;
  margin-bottom: 50px;
}

@media (min-width: 600px) {
  #fsFooter .school-details-container {
    text-align: left;
    margin-bottom: 0;
    margin-right: 60px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

#fsFooter .school-details-container [itemprop="streetAddress"] {
  display: block;
}

#fsFooter .school-details-container [itemprop="telephone"] {
  margin-top: 10px;
}

#fsFooter .school-details-container [itemprop="email"] {
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.4286;
  letter-spacing: 1px;
  font-weight: 900;
  color: #FFF;
}

#fsFooter .school-details-container [itemprop="email"] a {
  display: block;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

#fsFooter .school-details-container [itemprop="email"] a:hover,
#fsFooter .school-details-container [itemprop="email"] a:focus {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
}

@media (min-width: 1000px) {
  #fsFooter .nav-utility-footer {
    width: 480px;
  }
}

@media (min-width: 1000px) {
  #fsFooter .nav-utility-footer .fsNavLevel1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -15px -10px;
  }
}

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

@media (max-width: 999px) {
  #fsFooter .nav-utility-footer .fsNavLevel1 > li:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) {
  #fsFooter .nav-utility-footer .fsNavLevel1 > li {
    margin: 15px 10px;
    width: calc(50% - 20px);
  }
}

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

#fsFooter .nav-utility-footer .fsNavLevel1 > li > a {
  color: #FFF;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8125rem;
  line-height: 1.4616;
  text-decoration: none;
  text-align: center;
}

@media (min-width: 1000px) {
  #fsFooter .nav-utility-footer .fsNavLevel1 > li > a {
    text-align: left;
  }
}

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

#fsFooter .sponsors > header .fsElementTitle {
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8125rem;
  line-height: 1.2308;
}

#fsFooter .sponsors ul {
  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: -5px !important;
  max-width: calc(100% + 10px);
}

#fsFooter .sponsors ul,
#fsFooter .sponsors ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#fsFooter .sponsors ul li {
  margin: 0;
  padding: 0;
}

@media (min-width: 600px) {
  #fsFooter .sponsors ul {
    margin: 0 auto !important;
    max-width: 620px;
  }
}

body:not(.district) #fsFooter .sponsors ul {
  margin: -10px -5px !important;
}

@media (min-width: 600px) {
  body:not(.district) #fsFooter .sponsors ul {
    max-width: calc(100% + 10px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 1000px) {
  body:not(.district) #fsFooter .sponsors ul {
    margin: -10px !important;
  }
}

@media (min-width: 1000px) {
  #fsFooter .sponsors ul {
    margin: -10px !important;
    max-width: calc(100% + 20px) !important;
  }
}

@media (min-width: 1100px) {
  #fsFooter .sponsors ul {
    margin: -15px !important;
    max-width: calc(100% + 30px);
  }
}

#fsFooter .sponsors ul li {
  margin: 10px 5px;
}

@media (min-width: 600px) {
  #fsFooter .sponsors ul li {
    margin: 15px;
  }
}

@media (min-width: 1000px) {
  #fsFooter .sponsors ul li {
    margin: 10px;
  }
}

@media (min-width: 1100px) {
  #fsFooter .sponsors ul li {
    margin: 15px;
  }
}

body.district #fsFooter .sponsors ul li {
  margin: 5px;
  width: calc(100% - 10px);
}

@media (min-width: 600px) {
  body.district #fsFooter .sponsors ul li {
    width: calc(50% - 30px);
  }
}

@media (min-width: 1000px) {
  body.district #fsFooter .sponsors ul li {
    width: auto;
  }
}

#fsFooter .sponsors ul a,
#fsFooter .sponsors ul picture,
#fsFooter .sponsors ul img {
  display: block;
}

#fsFooter .sponsors ul img {
  margin: 0 auto;
  height: 40px;
}

@media (min-width: 1000px) {
  #fsFooter .sponsors ul img {
    width: auto;
    margin: 0;
    height: auto;
  }
}

body.district #fsFooter .sponsors ul img {
  width: 100%;
  max-width: 280px;
  height: auto;
}

@media (min-width: 1000px) {
  body.district #fsFooter .sponsors ul img {
    height: 85px;
    width: auto;
  }
}

@media (min-width: 1050px) {
  body.district #fsFooter .sponsors ul img {
    height: 90px;
  }
}

@media (min-width: 1150px) {
  body.district #fsFooter .sponsors ul img {
    height: 95px;
  }
}

@media (min-width: 1200px) {
  body.district #fsFooter .sponsors ul img {
    height: 100px;
  }
}

#fsFooter .sponsors ul a:hover,
#fsFooter .sponsors ul a:focus {
  opacity: 0.8;
}

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

body {
  font-size: 17px;
  line-height: 29px;
  color: #404040;
}

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

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

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

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

@media (min-width: 1200px) {
  #fsPageBodyWrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

#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: 1000px) {
  body:not(.district) #fsPoweredByFinalsite {
    margin-top: 70px;
  }
}

/*! elements - constituent main */

/*! elements - constituent default layout */

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

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

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

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

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

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

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

.fsConstituentProfile {
  position: relative;
}

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

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

/*! elements - constituent default layout */

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

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

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

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

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

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

.fsConstituentItem .fsPhoto img {
  display: block;
}

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

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

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

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

/*! elements - constituent profile */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsProfileImage {
  margin-bottom: 20px;
}

.fsProfileImage img {
  display: block;
}

.fsProfileSection {
  margin-bottom: 20px;
}

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

.fsProfileSectionData {
  margin-bottom: 1em;
}

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

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

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

.fsProfileSectionData.fsStyleHalf {
  width: 100%;
}

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

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

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

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

/*! elements - constituent search */

.fsConstituent.fsSearch {
  overflow: hidden;
}

.fsConstituent.fsSearch + .fsConstituent {
  border-top: solid 1px #cfcfcf;
  margin-top: 20px;
  padding-top: 20px;
}

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

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

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

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

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

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

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

/*! elements - constituent default layout */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - accordion */

.fsAccordion .fsPanel,
.fsTabs .fsPanel {
  border-top: solid 1px #E6E6E6;
  -webkit-transition: 0.3s border;
  transition: 0.3s border;
}

.fsAccordion .fsPanel:last-child,
.fsTabs .fsPanel:last-child {
  border-bottom: solid 1px #E6E6E6;
}

.fsAccordion .fsPanel > header,
.fsTabs .fsPanel > header {
  position: relative;
}

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  margin-bottom: 0;
  display: block;
  font-size: 0.9375rem;
  line-height: 1.334;
  padding: 20px;
  background-color: transparent;
  color: #404040;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 900;
  position: relative;
  cursor: pointer;
  position: relative;
}

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

.fsAccordion .fsPanel > header:after,
.fsTabs .fsPanel > header:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
  background-color: transparent;
}

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

.fsAccordion .fsPanel > header:hover:after,
.fsTabs .fsPanel > header:hover:after {
  background-color: #000000;
}

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

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

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

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

.fsAccordion .fsPanel.fsStateOpen > header:after,
.fsTabs .fsPanel.fsStateOpen > header:after {
  background-color: #C3002F;
}

.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: 1.1875rem;
  line-height: 1;
  content: "\E90A";
}

.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: 1.1875rem;
  line-height: 1;
  content: "\E908";
}

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

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

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

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

.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: 29px;
  margin-bottom: 0;
}

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

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

.fsAthleticsEvent.fsList article {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #E6E6E6;
}

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

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

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

.fsAthleticsEvent.fsList .fsListItems + button {
  margin-top: 60px;
}

.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: 900;
  font-size: 20px;
  line-height: 25px;
  color: #252B33;
  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 1px #E6E6E6;
}

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

.fsBoardElement.fsList article {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #E6E6E6;
}

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

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

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

.fsBoardElement.fsList .fsListItems + button {
  margin-top: 60px;
}

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

/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */

.fsCalendar article {
  position: relative;
  padding-left: 90px;
  padding-top: 0;
}

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

.fsCalendar .fsDate {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 70px;
  color: #262626;
  background: transparent;
  font-size: 0.75rem;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #000000;
  padding: 17.5px 8px 17.5px 0;
  text-align: center;
}

.fsCalendar .fsDate:before {
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  border: 2px solid rgba(153, 153, 153, 0.7);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}

.fsCalendar .fsDate > span {
  display: block;
  margin: 2.5px 0;
  position: relative;
  left: 2px;
}

.fsCalendar .fsDate > span.fsDay {
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 900;
  color: #C3002F;
}

.fsCalendar .fsDate > span.fsMonth {
  font-size: 0.875rem;
}

.fsCalendar .fsDate > span.fsDayName {
  font-size: 0.625rem;
}

.fsCalendar .fsListItems:last-of-type > .fsMonthContainer:last-child > .fsDayContainer:last-child article:last-child,
.fsCalendar .fsListItems:last-of-type > .fsDayContainer:last-child article:last-child {
  margin-bottom: 0;
}

.fsCalendar article {
  margin-bottom: 40px;
}

.fsCalendar article > *:last-child {
  margin-bottom: 0 !important;
}

.fsCalendar article .fsTitle {
  font-size: 1.0625rem;
  line-height: 1.4706;
}

.fsCalendar article .fsEventDetails {
  margin-bottom: 8px;
}

.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.467;
  margin-top: 4px;
  position: relative;
  padding-left: 20px;
}

.fsCalendar article .fsTimeRange:before,
.fsCalendar article .fsAllDay:before,
.fsCalendar article .fsLocation:before {
  color: #000000;
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 0.75rem;
  line-height: 1;
}

.fsCalendar article .fsAllDay {
  text-transform: capitalize;
}

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

.fsCalendar article .fsLocation {
  padding-left: 18px;
}

.fsCalendar article .fsLocation:before {
  content: "\E907";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsCalendar article .fsNotes,
.fsCalendar article .fsDescription {
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 15px;
}

.fsCalendar article .fsNotes + .fsDescription {
  margin-top: 8px;
}

.fsCalendar article .fsReadMoreLink {
  display: table;
  font-size: 1rem;
  line-height: 1.75;
}

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

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

/*! _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(195, 0, 47, 0.1);
}

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

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

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

.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: #404040;
    background: #ffffff;
    -webkit-transition: .3s;
    transition: .3s;
  }

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

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:hover .fsCalendarOutOfRange {
    color: #ffffff;
    background: #C3002F;
    -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: #C3002F;
    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 #000000 !important;
  margin: 0 0 10px;
  padding: 16px 20px;
  background: transparent;
  color: #C3002F;
  cursor: pointer;
  font-weight: 900;
  font-size: 0.9375rem;
  line-height: 1.267;
  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: #C3002F !important;
  background: #C3002F;
  color: #FFF;
}

.scroll-up span.fs_style_6 {
  max-width: 100%;
  width: 100%;
}

.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: "Muli", sans-serif;
  font-size: 17px;
  line-height: 29px;
  color: #404040;
}

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

.fsComposerFormEmbed form .linkLike:hover {
  color: #C3002F;
}

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

.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: #C3002F;
  -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: #C3002F;
  -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 #000000 !important;
  margin: 0 0 10px;
  padding: 16px 20px;
  background: transparent;
  color: #C3002F;
  cursor: pointer;
  font-weight: 900;
  font-size: 0.9375rem;
  line-height: 1.267;
  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: #C3002F !important;
  background: #C3002F;
  color: #FFF;
}

.fsComposerFormEmbed form .submitBtn.fs_style_6 {
  max-width: 100%;
  width: 100%;
}

.fsComposerFormEmbed .ui-widget {
  font-family: "Muli", 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: #404040;
}

:-moz-placeholder {
  color: #404040;
  opacity: 1;
}

::-moz-placeholder {
  color: #404040;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #404040;
}

/*! 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 #000000 !important;
  margin: 0 0 10px;
  padding: 16px 20px;
  background: transparent;
  color: #C3002F;
  cursor: pointer;
  font-weight: 900;
  font-size: 0.9375rem;
  line-height: 1.267;
  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: #C3002F !important;
  background: #C3002F;
  color: #FFF;
}

.fsResetContinue.fs_style_6,
.fsResetCancel.fs_style_6,
.fsLoginNewSuccess > button.fs_style_6 {
  max-width: 100%;
  width: 100%;
}

.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.467;
  color: #262626;
  text-transform: capitalize;
  margin-right: 0;
}

.fsPostElement article .fsAuthor + .fsDateTime {
  margin-top: -15px;
}

.fsPostElement article .fsDateTime {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.4616;
}

.fsPostElement article .fsSummary {
  font-size: 1rem;
  line-height: 1.75;
}

.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: 6px 8px;
  background: #E6E6E6;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
  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 #E6E6E6;
  padding: 6px 10px;
  background: transparent;
  font-size: 0.8125rem;
  line-height: 1.4616;
  font-weight: 700;
}

.fsPostElement article .fsReadMoreLink {
  display: table;
  font-size: 1rem;
  line-height: 1.75;
}

.fsPostElement.fsList article {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #E6E6E6;
}

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

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

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

.fsPostElement.fsList .fsListItems + button {
  margin-top: 60px;
}

/*! _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: 29px;
  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.9375rem;
  line-height: 1.467;
  text-align: center;
}

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

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

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */

.fsSearchElement.fsSearchForm .fsSearchElementKeyword {
  margin-bottom: 20px;
}

.fsSearchElement.fsSearchForm .fsSearchElementKeyword + .fsSearchElementSearchButton {
  margin-top: 0;
}

.fsSearchElement.fsSearchForm .fsSearchElementSearchButton:last-child {
  margin-bottom: 0;
}

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */

.fsSearchElement.fsList li.fsListItem {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #E6E6E6;
}

.fsSearchElement.fsList .fsListItems {
  padding: 0;
}

.fsSearchElement.fsList .fsSearchResultInfo {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #E6E6E6;
}

.fsSearchElement.fsList .fsSearchResultInfo:empty {
  margin: 0;
  border: none;
}

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */

/*! elements - social main */

/*! elements - social vimeo */

.fsVimeo {
  margin-bottom: 20px;
}

.fsVimeo iframe.fsSocialVideoFrame {
  margin-bottom: 20px;
}

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

.fsVimeoList li {
  margin: 0;
  padding: 0;
}

.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #E6E6E6;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: .6;
  cursor: pointer;
}

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

.fsVimeoList .fsVimeoListItem:hover {
  border: none;
  border-bottom: solid 1px #E6E6E6;
  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 #000000 !important;
  margin: 0 0 10px;
  padding: 16px 20px;
  background: transparent;
  color: #C3002F;
  cursor: pointer;
  font-weight: 900;
  font-size: 0.9375rem;
  line-height: 1.267;
  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: #C3002F !important;
  background: #C3002F;
  color: #FFF;
}

.vimeo_view_link a.fs_style_6 {
  max-width: 100%;
  width: 100%;
}

/*! elements - social youtube */

.fsYoutube {
  margin-bottom: 20px;
}

.fsYoutube .fsSocialVideoFrame {
  margin-bottom: 20px;
}

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

.fsYoutubeList li {
  margin: 0;
  padding: 0;
}

.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #E6E6E6;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: .6;
}

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

.fsYoutubeList .fsYoutubeListItem:hover {
  border: none;
  border-bottom: solid 1px #E6E6E6;
  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 #000000 !important;
  margin: 0 0 10px;
  padding: 16px 20px;
  background: transparent;
  color: #C3002F;
  cursor: pointer;
  font-weight: 900;
  font-size: 0.9375rem;
  line-height: 1.267;
  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: #C3002F !important;
  background: #C3002F;
  color: #FFF;
}

.Youtube_view_link a.fs_style_6 {
  max-width: 100%;
  width: 100%;
}

/*! 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: 0;
  display: block;
  font-size: 0.9375rem;
  line-height: 1.334;
  padding: 20px;
  background-color: transparent;
  color: #404040;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 900;
  position: relative;
  padding: 17px 20px;
  border: 0;
  margin-bottom: 0;
  -webkit-box-shadow: inset -2px -2px 0 #E6E6E6, inset 2px 2px 0 #E6E6E6;
          box-shadow: inset -2px -2px 0 #E6E6E6, inset 2px 2px 0 #E6E6E6;
  background: transparent;
  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 transparent;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.fsTabs .fsTabsNav li a:hover,
.fsTabs .fsTabsNav li a:focus {
  background: transparent;
  color: #404040;
  -webkit-box-shadow: inset -2px -2px 0 #000000, inset 2px 2px 0 #000000;
          box-shadow: inset -2px -2px 0 #000000, inset 2px 2px 0 #000000;
}

.fsTabs .fsTabsNav li a:hover:after,
.fsTabs .fsTabsNav li a:focus:after {
  border-top-color: #C3002F;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #C3002F;
  color: #FFF;
  -webkit-box-shadow: inset -2px -2px 0 #C3002F, inset 2px 2px 0 #C3002F;
          box-shadow: inset -2px -2px 0 #C3002F, inset 2px 2px 0 #C3002F;
}

.fsTabs .fsTabsNav li.fsStateSelected a:after {
  border-top: 7px solid #C3002F;
}

@media (min-width: 600px) {
  .fsTabs > .fsElementContent .fsPanel > .fsElementContent {
    padding: 28px 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: #C3002F !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: #C3002F;
  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: #C3002F;
}

/*! pages - home v0.0.1 */

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

.home #fsPageBodyWrapper {
  padding: 0;
}

.home #fsPageBody {
  max-width: 100%;
  display: block;
}

.home #fsPageBody:after {
  content: normal;
}

.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 .nav-sub,
.home #fsHeader .fsBreadcrumb {
  display: none;
}

@media (min-width: 1000px) {
  .home #fsHeader .logo .fixed {
    display: block;
  }

  .home #fsHeader .logo .regular {
    display: none;
  }

  .home #fsHeader .bottom-header {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 1500;
    background-color: rgba(0, 0, 0, 0.55);
  }

  .home #fsHeader .bottom-header:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100px;
    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%);
  }

  .home #fsHeader .nav-utility-header .fsNavLevel1 > li > a {
    color: #FFF;
  }
}

.home h1.fsPageTitle {
  display: block;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.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-color: #FFF;
  color: #C3002F;
  font-size: 0;
  line-height: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 500;
  cursor: pointer;
  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;
}

@media (min-width: 600px) {
  .home .hero .play-pause-container > button {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}

@media (min-width: 1000px) {
  .home .hero .play-pause-container > button {
    width: 50px;
    height: 50px;
    top: auto !important;
    bottom: 50px;
    right: 50px;
  }
}

.home .hero .play-pause-container > button:before {
  font-size: 0.875rem;
}

@media (min-width: 600px) {
  .home .hero .play-pause-container > button:before {
    font-size: 0.9375rem;
  }
}

@media (min-width: 1000px) {
  .home .hero .play-pause-container > button:before {
    font-size: 1.0625rem;
  }
}

.home .hero .play-pause-container > button:hover,
.home .hero .play-pause-container > button:focus {
  background: #C3002F;
  color: #FFF;
}

.home .hero .play-pause-container > button.pause:before {
  content: "\E919";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .hero .play-pause-container > button.play:before {
  content: "\E918";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .hero .fsElementSlideshowControls > button {
  width: 35px;
  height: 35px;
  top: auto;
  right: 46px;
  background: #FFF;
  color: #C3002F;
  font-size: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 500;
  opacity: 1;
}

@media (min-width: 600px) {
  .home .hero .fsElementSlideshowControls > button {
    width: 40px;
    height: 40px;
    right: 61px;
  }
}

@media (min-width: 1000px) {
  .home .hero .fsElementSlideshowControls > button {
    width: 50px;
    height: 50px;
    top: auto !important;
    bottom: 50px;
    right: 101px;
  }
}

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

@media (min-width: 600px) {
  .home .hero .fsElementSlideshowControls > button:before {
    font-size: 0.9375rem;
  }
}

@media (min-width: 1000px) {
  .home .hero .fsElementSlideshowControls > button:before {
    font-size: 1.0625rem;
  }
}

.home .hero .fsElementSlideshowControls > button:hover,
.home .hero .fsElementSlideshowControls > button:focus {
  background: #C3002F;
  color: #FFF;
}

.home .hero .fsElementSlideshowControls > button.fsSlideshowPause:before {
  content: "\E919";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .hero .fsElementSlideshowControls > button.fsSlideshowPlay:before {
  content: "\E918";
  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;
  color: #C3002F;
  background-color: #FFF;
  font-size: 0;
  line-height: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 500;
}

@media (min-width: 600px) {
  .home .hero .fsPrevButton,
  .home .hero .fsNextButton {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 1000px) {
  .home .hero .fsPrevButton,
  .home .hero .fsNextButton {
    width: 50px;
    height: 50px;
    top: auto !important;
    bottom: 50px;
  }
}

.home .hero .fsPrevButton:hover,
.home .hero .fsPrevButton:focus,
.home .hero .fsNextButton:hover,
.home .hero .fsNextButton:focus {
  background: #C3002F;
  color: #FFF;
}

.home .hero .fsPrevButton:before,
.home .hero .fsNextButton:before {
  color: inherit;
  font-size: 1rem;
  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: 600px) {
  .home .hero .fsPrevButton:before,
  .home .hero .fsNextButton:before {
    font-size: 1.125rem;
  }
}

@media (min-width: 1000px) {
  .home .hero .fsPrevButton:before,
  .home .hero .fsNextButton:before {
    font-size: 1.25rem;
  }
}

.home .hero .fsPrevButton {
  right: 82px;
}

@media (min-width: 600px) {
  .home .hero .fsPrevButton {
    right: 102px;
  }
}

@media (min-width: 1000px) {
  .home .hero .fsPrevButton {
    right: 152px;
  }
}

.home .hero .fsPrevButton:before {
  content: "\E917";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .hero .fsNextButton {
  right: 10px;
}

@media (min-width: 600px) {
  .home .hero .fsNextButton {
    right: 20px;
  }
}

@media (min-width: 1000px) {
  .home .hero .fsNextButton {
    right: 50px;
  }
}

.home .hero .fsNextButton:before {
  content: "\E916";
  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: calc(100vh - 60px);
  }
}

.home .hero .fsResource picture,
.home .hero .fsResource .video-wrapper {
  overflow: hidden;
  position: relative;
}

@media (min-width: 1000px) {
  .home .hero .fsResource picture,
  .home .hero .fsResource .video-wrapper {
    height: calc(100vh - 60px);
  }
}

.home .hero .fsResource picture {
  display: block;
  background-size: cover;
  background-position: center;
}

.home .hero .fsResource img {
  margin: 0;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  opacity: 0;
}

@media (min-width: 1000px) {
  .home .hero .fsResource img {
    width: auto;
    height: calc(100vh - 60px);
    padding-top: 0;
  }
}

.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: calc(100vh - 60px);
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.home .hero .fsResource figcaption,
.home .hero .fsResource .fsDescription {
  padding: 20px;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.556;
  color: #FFF;
  background-color: #C3002F;
  font-weight: 700;
  text-align: left;
}

@media (min-width: 600px) {
  .home .hero .fsResource figcaption,
  .home .hero .fsResource .fsDescription {
    padding: 35px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 1000px) {
  .home .hero .fsResource figcaption,
  .home .hero .fsResource .fsDescription {
    padding: 40px;
    position: absolute;
    bottom: 148px;
    right: 50px;
    width: 400px;
  }
}

.home .hero .fsResource figcaption:empty,
.home .hero .fsResource .fsDescription:empty {
  display: none;
}

.home .hero .fsResource figcaption .fs_style_16,
.home .hero .fsResource .fsDescription .fs_style_16 {
  display: block;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: 1px;
  margin-bottom: -20px;
}

@media (min-width: 600px) {
  .home .hero .fsResource figcaption .fs_style_16,
  .home .hero .fsResource .fsDescription .fs_style_16 {
    font-size: 1.625rem;
    line-height: 1.122;
    letter-spacing: 1.25px;
  }
}

@media (min-width: 1000px) {
  .home .hero .fsResource figcaption .fs_style_16,
  .home .hero .fsResource .fsDescription .fs_style_16 {
    font-size: 2.0625rem;
    letter-spacing: 1.5px;
  }
}

.home .hero .fsResource figcaption .fs_style_16 strong,
.home .hero .fsResource .fsDescription .fs_style_16 strong {
  font-weight: 900;
}

.home .hero .fsResource figcaption a,
.home .hero .fsResource .fsDescription a {
  display: inline-block;
  color: #FFF;
  font-weight: 900;
  text-decoration: underline;
}

.home .hero .fsResource figcaption a:hover,
.home .hero .fsResource figcaption a:focus,
.home .hero .fsResource .fsDescription a:hover,
.home .hero .fsResource .fsDescription a:focus {
  text-decoration: none;
}

.home .icon-buttons > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1000px) {
  .home .icon-buttons > .fsElementContent {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.home .icon-buttons .fsContent {
  background-color: #262626;
  color: #FFF;
  width: 50%;
  padding: 20px;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
  text-align: center;
  position: relative;
}

@media (min-width: 600px) {
  .home .icon-buttons .fsContent {
    padding: 35px;
  }
}

@media (min-width: 1000px) {
  .home .icon-buttons .fsContent {
    width: 25%;
    padding: 25px 35px;
    height: 155px;
  }
}

@media (min-width: 1100px) {
  .home .icon-buttons .fsContent {
    padding: 25px 50px;
  }
}

@media (min-width: 1000px) {
  .home .icon-buttons .fsContent:not(:last-child) {
    border-right: 1px solid #404040;
  }
}

.home .icon-buttons .fsContent:nth-child(1n + 3) {
  border-top: 1px solid #404040;
}

@media (min-width: 1000px) {
  .home .icon-buttons .fsContent:nth-child(1n + 3) {
    border-top: 0;
  }
}

.home .icon-buttons .fsContent:nth-child(2n + 2) {
  border-left: 1px solid #404040;
}

@media (min-width: 1000px) {
  .home .icon-buttons .fsContent:nth-child(2n + 2) {
    border-left: 0;
  }
}

.home .icon-buttons .fsContent:hover,
.home .icon-buttons .fsContent:focus,
.home .icon-buttons .fsContent.focused-in {
  background-color: #C3002F;
}

.home .icon-buttons .fsContent:hover > header .fsElementTitle,
.home .icon-buttons .fsContent:focus > header .fsElementTitle,
.home .icon-buttons .fsContent.focused-in > header .fsElementTitle {
  opacity: 0;
  visibility: hidden;
}

.home .icon-buttons .fsContent:hover > header .fsElementHeaderContent,
.home .icon-buttons .fsContent:focus > header .fsElementHeaderContent,
.home .icon-buttons .fsContent.focused-in > header .fsElementHeaderContent {
  background-color: #FFF;
}

.home .icon-buttons .fsContent:hover > header .fsElementHeaderContent svg path,
.home .icon-buttons .fsContent:focus > header .fsElementHeaderContent svg path,
.home .icon-buttons .fsContent.focused-in > header .fsElementHeaderContent svg path {
  fill: #C3002F;
}

.home .icon-buttons .fsContent:hover > .fsElementContent,
.home .icon-buttons .fsContent:focus > .fsElementContent,
.home .icon-buttons .fsContent.focused-in > .fsElementContent {
  opacity: 1;
  visibility: visible;
}

.home .icon-buttons .fsContent a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.home .icon-buttons .fsContent > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home .icon-buttons .fsContent > header .fsElementTitle {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.5834;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: inherit;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 600px) {
  .home .icon-buttons .fsContent > header .fsElementTitle {
    font-size: 0.9375rem;
    line-height: 1.334;
    letter-spacing: 1px;
  }
}

.home .icon-buttons .fsContent > header .fsElementHeaderContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 auto 10px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  background-color: #C3002F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}

@media (min-width: 600px) {
  .home .icon-buttons .fsContent > header .fsElementHeaderContent {
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
  }
}

.home .icon-buttons .fsContent > header .fsElementHeaderContent figure {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.home .icon-buttons .fsContent > header .fsElementHeaderContent picture,
.home .icon-buttons .fsContent > header .fsElementHeaderContent svg {
  display: block;
}

.home .icon-buttons .fsContent > header .fsElementHeaderContent svg {
  height: 18px;
  width: auto;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .home .icon-buttons .fsContent > header .fsElementHeaderContent svg {
    height: 25px;
  }
}

.home .icon-buttons .fsContent > header .fsElementHeaderContent svg path {
  fill: #FFF;
  -webkit-transition: 0.3s fill;
  transition: 0.3s fill;
}

.home .icon-buttons .fsContent > header .fsElementHeaderContent p,
.home .icon-buttons .fsContent > header .fsElementHeaderContent img {
  display: none;
}

.home .icon-buttons .fsContent > .fsElementContent {
  position: absolute;
  top: 70px;
  left: 20px;
  width: calc(100% - 40px);
  font-size: 0.8125rem;
  line-height: 1.3847;
  font-weight: 600;
  max-height: 36px;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 600px) {
  .home .icon-buttons .fsContent > .fsElementContent {
    top: 95px;
    left: 35px;
    width: calc(100% - 70px);
    font-size: 1rem;
    line-height: 1.25;
    max-height: 40px;
  }
}

@media (min-width: 1000px) {
  .home .icon-buttons .fsContent > .fsElementContent {
    top: 90px;
  }
}

@media (min-width: 1100px) {
  .home .icon-buttons .fsContent > .fsElementContent {
    left: 50px;
    width: calc(100% - 100px);
  }
}

.home .icon-buttons .fsContent > .fsElementContent a:not(.cke_path_item):not(.cke_button):not(.cke_combo_button) {
  color: #FFF;
}

.home .school-news {
  background-image: none !important;
  padding: 60px 20px;
}

@media (min-width: 600px) {
  .home .school-news {
    padding: 65px 35px;
  }
}

@media (min-width: 1000px) {
  .home .school-news {
    padding: 70px 50px;
  }
}

@media (min-width: 1100px) {
  .home .school-news {
    padding: 70px 100px;
  }
}

.home .school-news > header .fsElementHeaderContent {
  margin-bottom: 30px;
  font-size: 1.5625rem;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #262626;
  text-align: center;
}

@media (min-width: 600px) {
  .home .school-news > header .fsElementHeaderContent {
    font-size: 2.0625rem;
    line-height: 1.122;
    letter-spacing: 1.5px;
  }
}

.home .school-news > header .fsElementHeaderContent p {
  margin-bottom: 15px;
}

@media (min-width: 600px) {
  .home .school-news > header .fsElementHeaderContent p {
    margin-bottom: 20px;
  }
}

.home .school-news > header .fsElementHeaderContent p:last-child {
  margin-bottom: 0;
}

.home .school-news > header .fsElementHeaderContent a {
  display: table;
  margin: 0 auto;
}

.home .school-news > header .fsElementHeaderContent strong {
  font-weight: 900;
}

.home .school-news .fsListItems {
  margin: 0 -10px;
  padding-bottom: 71px;
}

@media (min-width: 1000px) {
  .home .school-news .fsListItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
  }
}

.home .school-news .slick-arrow {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  font-size: 0;
  line-height: 1;
  width: 40px;
  height: 40px;
  background-color: #262626;
  color: #FFF;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}

.home .school-news .slick-arrow:hover,
.home .school-news .slick-arrow:focus {
  background-color: #C3002F;
}

.home .school-news .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.125rem;
}

.home .school-news .slick-arrow.slick-prev {
  left: calc(50% - 40.5px);
}

.home .school-news .slick-arrow.slick-prev:before {
  content: "\E917";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .school-news .slick-arrow.slick-next {
  right: calc(50% - 40.5px);
}

.home .school-news .slick-arrow.slick-next:before {
  content: "\E916";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .school-news article {
  margin: 0 10px;
  padding: 0 0 25px;
  border: 0;
  background-color: #F7F7F7;
}

@media (min-width: 1000px) {
  .home .school-news article {
    width: calc(33.33% - 20px);
  }
}

.home .school-news article .wrapper {
  padding: 0 25px;
}

.home .school-news article .fsThumbnail {
  margin: 0 0 25px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.home .school-news article .fsThumbnail:last-child {
  margin-bottom: 0;
}

.home .school-news article .fsThumbnail.no-img {
  padding-bottom: 66.75%;
}

.home .school-news article .fsThumbnail.no-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url(images/logo-district.svg) no-repeat center;
  background-size: 100px 70px;
}

.home .school-news article .fsThumbnail .fsCroppedImage {
  padding-bottom: 66.75%;
}

.home .school-news article .fsTitle {
  margin-bottom: 20px;
}

.home .school-news article .fsTitle:last-child {
  margin-bottom: 0;
}

.home .school-news article .fsSummary {
  max-height: 112px;
  overflow: hidden;
}

@media (min-width: 1000px) {
  .home .school-news article .fsSummary {
    max-height: 84px;
  }
}

.home .school-calendar {
  color: #FFF;
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 60px 0px;
}

@media (min-width: 600px) {
  .home .school-calendar {
    padding: 65px 0;
  }
}

@media (min-width: 1000px) {
  .home .school-calendar {
    padding: 70px 50px;
  }
}

.home .school-calendar:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 38, 38, 0.8);
}

.home .school-calendar header .fsElementHeaderContent {
  margin-bottom: 30px;
  font-size: 1.5625rem;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding: 0 20px;
}

@media (min-width: 600px) {
  .home .school-calendar header .fsElementHeaderContent {
    font-size: 2.0625rem;
    line-height: 1.122;
    letter-spacing: 1.5px;
    padding: 0 35px;
  }
}

.home .school-calendar header .fsElementHeaderContent p {
  margin-bottom: 15px;
}

@media (min-width: 600px) {
  .home .school-calendar header .fsElementHeaderContent p {
    margin-bottom: 20px;
  }
}

.home .school-calendar header .fsElementHeaderContent p:last-child {
  margin-bottom: 0;
}

.home .school-calendar header .fsElementHeaderContent a {
  display: table;
  margin: 0 auto;
  color: #FFF !important;
}

.home .school-calendar header .fsElementHeaderContent strong {
  font-weight: 900;
}

.home .school-calendar > .fsElementContent {
  position: relative;
  padding: 0 10px;
}

@media (min-width: 600px) {
  .home .school-calendar > .fsElementContent {
    padding: 0 25px;
  }
}

@media (min-width: 1000px) {
  .home .school-calendar > .fsElementContent {
    padding: 0;
  }
}

.home .school-calendar .dropdown-wrapper {
  list-style: none;
  padding: 0;
  margin: -2.5px -2.5px 17.5px;
  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;
  padding: 0 10px;
}

@media (min-width: 1000px) {
  .home .school-calendar .dropdown-wrapper {
    padding: 0;
  }
}

.home .school-calendar .dropdown-wrapper > li {
  margin: 2.5px;
}

@media (min-width: 1000px) {
  .home .school-calendar .dropdown-wrapper > li {
    position: relative;
  }
}

.home .school-calendar .dropdown-wrapper > li.active-category > button {
  background-color: #C3002F;
  color: #FFF;
}

.home .school-calendar .dropdown-wrapper > li:not(.no-dropdown) > button:after {
  content: "\E920";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-left: 8px;
  font-size: 1rem;
  line-height: 1;
}

@media (min-width: 600px) {
  .home .school-calendar .dropdown-wrapper > li:not(.no-dropdown) > button:after {
    margin-left: 10px;
    font-size: 1.125rem;
  }
}

.home .school-calendar .dropdown-wrapper > li:not(.no-dropdown).hovered > button:before,
.home .school-calendar .dropdown-wrapper > li:not(.no-dropdown).show-sublist > button:before {
  border-bottom: 10px solid #C3002F;
}

.home .school-calendar .dropdown-wrapper > li:not(.no-dropdown).hovered .sublist,
.home .school-calendar .dropdown-wrapper > li:not(.no-dropdown).show-sublist .sublist {
  opacity: 1;
  visibility: visible;
}

.home .school-calendar .dropdown-wrapper > li.no-dropdown > button:hover,
.home .school-calendar .dropdown-wrapper > li.no-dropdown > button:focus {
  background-color: #C3002F;
  color: #FFF;
}

@media (min-width: 1000px) {
  .home .school-calendar .dropdown-wrapper > li.columns {
    position: static;
  }
}

.home .school-calendar .dropdown-wrapper > li.columns .sublist {
  max-height: 500px;
  overflow-y: auto;
}

@media (min-width: 600px) {
  .home .school-calendar .dropdown-wrapper > li.columns .sublist {
    max-height: initial;
    overflow-y: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1000px) {
  .home .school-calendar .dropdown-wrapper > li.columns .sublist {
    top: calc(100% - 2.5px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    max-width: 1143px;
    width: 100%;
  }
}

@media (min-width: 600px) {
  .home .school-calendar .dropdown-wrapper > li.columns .sublist li {
    width: calc(50% - 20px);
    margin-right: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .home .school-calendar .dropdown-wrapper > li.columns .sublist li:nth-child(2n + 2) {
    margin-right: 0;
  }

  .home .school-calendar .dropdown-wrapper > li.columns .sublist li button {
    text-align: left;
  }
}

@media (min-width: 1000px) {
  .home .school-calendar .dropdown-wrapper > li.columns .sublist li {
    width: calc(33.33% - 26.67px);
  }

  .home .school-calendar .dropdown-wrapper > li.columns .sublist li:nth-child(2n + 2) {
    margin-right: 40px;
  }

  .home .school-calendar .dropdown-wrapper > li.columns .sublist li:nth-child(3n + 3) {
    margin-right: 0;
  }
}

@media (min-width: 1000px) {
  .home .school-calendar .dropdown-wrapper > li:last-child:not(.columns) .sublist {
    right: 0;
    left: auto;
  }
}

.home .school-calendar .dropdown-wrapper > li > button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  padding: 12px 14px;
  background-color: #262626;
  color: #FFF;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 1.5834;
  letter-spacing: 0.6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 600px) {
  .home .school-calendar .dropdown-wrapper > li > button {
    padding: 15px 20px;
    font-size: 0.9375rem;
    line-height: 1.334;
    letter-spacing: 1px;
  }
}

@media (min-width: 1000px) {
  .home .school-calendar .dropdown-wrapper > li > button {
    padding: 20px 13px;
  }
}

@media (min-width: 1100px) {
  .home .school-calendar .dropdown-wrapper > li > button {
    padding: 20px;
  }
}

@media (min-width: 1175px) {
  .home .school-calendar .dropdown-wrapper > li > button {
    padding: 20px 30px;
  }
}

.home .school-calendar .dropdown-wrapper > li > button:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 0 solid #C3002F;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.home .school-calendar .dropdown-wrapper .sublist {
  position: absolute;
  left: 20px;
  width: calc(100% - 40px);
  background-color: #C3002F;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 500;
}

@media (min-width: 600px) {
  .home .school-calendar .dropdown-wrapper .sublist {
    padding: 30px;
    left: 35px;
    width: calc(100% - 70px);
  }
}

@media (min-width: 1000px) {
  .home .school-calendar .dropdown-wrapper .sublist {
    width: auto;
    top: 100%;
    left: 0;
  }
}

@media (min-width: 1100px) {
  .home .school-calendar .dropdown-wrapper .sublist {
    padding: 50px;
  }
}

.home .school-calendar .dropdown-wrapper .sublist li {
  margin-bottom: 20px;
}

@media (min-width: 1000px) {
  .home .school-calendar .dropdown-wrapper .sublist li {
    width: 280px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1100px) {
  .home .school-calendar .dropdown-wrapper .sublist li {
    width: 300px;
  }
}

@media (min-width: 1200px) {
  .home .school-calendar .dropdown-wrapper .sublist li {
    width: 321px;
  }
}

.home .school-calendar .dropdown-wrapper .sublist li:last-child {
  margin-bottom: 0;
}

.home .school-calendar .dropdown-wrapper .sublist li.active button {
  text-decoration: underline;
}

.home .school-calendar .dropdown-wrapper .sublist li button {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: #FFF;
  font-size: 1rem;
  line-height: 1.375;
  display: block;
  width: 100%;
  text-align: center;
}

@media (min-width: 1000px) {
  .home .school-calendar .dropdown-wrapper .sublist li button {
    text-align: left;
  }
}

.home .school-calendar .dropdown-wrapper .sublist li button:hover,
.home .school-calendar .dropdown-wrapper .sublist li button:focus {
  text-decoration: underline;
}

.home .school-calendar .fsCalendar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.home .school-calendar .fsCalendar:first-child:last-child,
.home .school-calendar .fsCalendar.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s all 0.15s;
  transition: 0.3s all 0.15s;
}

.home .school-calendar .fsCalendar > header {
  display: none;
}

.home .school-calendar .fsCalendar .fsListItems {
  padding-bottom: 70px;
}

@media (min-width: 1000px) {
  .home .school-calendar .fsCalendar .fsListItems {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.home .school-calendar .fsCalendar article {
  padding: 30px 0 0;
  margin: 0 10px;
  color: #FFF;
  text-align: center;
}

@media (min-width: 1000px) {
  .home .school-calendar .fsCalendar article {
    padding: 50px 0 65px 0;
    width: 19.35964%;
    text-align: left;
    margin: 0;
  }

  .home .school-calendar .fsCalendar article:not(:last-child) {
    margin-right: 50px;
    padding-right: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    width: calc((80.64036% / 3) - 50px);
  }
}

.home .school-calendar .fsCalendar article .fsDate {
  position: relative;
  margin: 0 auto 50px;
  color: inherit;
  display: block;
  border: 2px solid #000000;
}

@media (min-width: 1000px) {
  .home .school-calendar .fsCalendar article .fsDate {
    margin-left: 0;
    margin-right: 0;
  }
}

.home .school-calendar .fsCalendar article .fsDate:before {
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.home .school-calendar .fsCalendar article .fsDate .fsDay {
  color: inherit;
}

.home .school-calendar .fsCalendar article .fsTitle {
  font-size: 1.25rem;
  line-height: 1.5;
  color: inherit;
  margin-bottom: 30px;
}

.home .school-calendar .fsCalendar article .fsTitle:last-child {
  margin-bottom: 0;
}

.home .school-calendar .fsCalendar article .fsTitle > a {
  color: inherit;
}

.home .school-calendar .fsCalendar article .fsLocation:before,
.home .school-calendar .fsCalendar article .fsAllDay:before,
.home .school-calendar .fsCalendar article .fsTimeRange:before {
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 999px) {
  .home .school-calendar .fsCalendar article .fsEventDetails {
    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 .school-calendar .fsCalendar .slick-arrow {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  font-size: 0;
  line-height: 1;
  width: 40px;
  height: 40px;
  background-color: #FFF;
  color: #C3002F;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.home .school-calendar .fsCalendar .slick-arrow:hover,
.home .school-calendar .fsCalendar .slick-arrow:focus {
  background-color: #C3002F;
  color: #FFF;
}

.home .school-calendar .fsCalendar .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.125rem;
}

.home .school-calendar .fsCalendar .slick-arrow.slick-prev {
  left: calc(50% - 40.5px);
}

.home .school-calendar .fsCalendar .slick-arrow.slick-prev:before {
  content: "\E917";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .school-calendar .fsCalendar .slick-arrow.slick-next {
  right: calc(50% - 40.5px);
}

.home .school-calendar .fsCalendar .slick-arrow.slick-next:before {
  content: "\E916";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .school-calendar.hide-dropdown .dropdown-wrapper > li:not(.no-dropdown) .sublist {
  opacity: 0;
  visibility: hidden;
}

.home .unique-benefits {
  background-color: #F7F7F7;
  padding: 60px 0;
  overflow: hidden;
}

@media (min-width: 600px) {
  .home .unique-benefits {
    padding: 65px 0;
  }
}

@media (min-width: 1000px) {
  .home .unique-benefits {
    padding: 70px 0;
  }
}

.home .unique-benefits > header .fsElementHeaderContent {
  margin-bottom: 30px;
  font-size: 1.5625rem;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #262626;
  text-align: center;
}

@media (min-width: 600px) {
  .home .unique-benefits > header .fsElementHeaderContent {
    font-size: 2.0625rem;
    line-height: 1.122;
    letter-spacing: 1.5px;
  }
}

.home .unique-benefits > header .fsElementHeaderContent p {
  margin-bottom: 15px;
}

@media (min-width: 600px) {
  .home .unique-benefits > header .fsElementHeaderContent p {
    margin-bottom: 20px;
  }
}

.home .unique-benefits > header .fsElementHeaderContent p:last-child {
  margin-bottom: 0;
}

.home .unique-benefits > header .fsElementHeaderContent a {
  display: table;
  margin: 0 auto;
}

.home .unique-benefits > header .fsElementHeaderContent strong {
  font-weight: 900;
}

.home .unique-benefits > .fsElementContent {
  padding-bottom: 70px;
}

@media (min-width: 600px) {
  .home .unique-benefits > .fsElementContent {
    padding-bottom: 85px;
  }
}

@media (min-width: 1000px) {
  .home .unique-benefits > .fsElementContent {
    padding-bottom: 100px;
  }
}

.home .unique-benefits .slick-arrow {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  font-size: 0;
  line-height: 1;
  width: 40px;
  height: 40px;
  background-color: #262626;
  color: #FFF;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}

@media (min-width: 600px) {
  .home .unique-benefits .slick-arrow {
    width: 45px;
    height: 45px;
  }
}

@media (min-width: 1000px) {
  .home .unique-benefits .slick-arrow {
    width: 50px;
    height: 50px;
  }
}

.home .unique-benefits .slick-arrow:hover,
.home .unique-benefits .slick-arrow:focus {
  background-color: #C3002F;
}

.home .unique-benefits .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.125rem;
}

@media (min-width: 600px) {
  .home .unique-benefits .slick-arrow:before {
    font-size: 1.1875rem;
  }
}

@media (min-width: 1000px) {
  .home .unique-benefits .slick-arrow:before {
    font-size: 1.25rem;
  }
}

.home .unique-benefits .slick-arrow.slick-prev {
  left: calc(50% - 40.5px);
}

@media (min-width: 600px) {
  .home .unique-benefits .slick-arrow.slick-prev {
    left: calc(50% - 45.5px);
  }
}

@media (min-width: 1000px) {
  .home .unique-benefits .slick-arrow.slick-prev {
    left: calc(50% - 50.5px);
  }
}

.home .unique-benefits .slick-arrow.slick-prev:before {
  content: "\E917";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .unique-benefits .slick-arrow.slick-next {
  right: calc(50% - 40.5px);
}

@media (min-width: 600px) {
  .home .unique-benefits .slick-arrow.slick-next {
    right: calc(50% - 45.5px);
  }
}

@media (min-width: 1000px) {
  .home .unique-benefits .slick-arrow.slick-next {
    right: calc(50% - 50.5px);
  }
}

.home .unique-benefits .slick-arrow.slick-next:before {
  content: "\E916";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .unique-benefits .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.home .unique-benefits .fsContainer {
  width: 200px;
  margin: 0 5px;
  -webkit-transition: 0.3s width;
  transition: 0.3s width;
}

@media (min-width: 600px) {
  .home .unique-benefits .fsContainer {
    margin: 0 10px;
  }
}

@media (min-width: 600px) {
  .home .unique-benefits .fsContainer.slick-current {
    width: 900px;
  }
}

.home .unique-benefits .fsContainer.slick-current .fsResourceElement {
  min-height: 0;
}

@media (min-width: 600px) {
  .home .unique-benefits .fsContainer.slick-current .fsResourceElement {
    width: 44.44444%;
    min-height: 400px;
  }
}

.home .unique-benefits .fsContainer.slick-current .fsResourceElement:before {
  opacity: 0;
}

.home .unique-benefits .fsContainer.slick-current .fsContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 600px) {
  .home .unique-benefits .fsContainer.slick-current .fsContent {
    width: 55.55556%;
    padding: 40px;
  }
}

@media (min-width: 600px) {
  .home .unique-benefits .fsContainer.slick-current .fsContent > * {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

@media (min-width: 600px) {
  .home .unique-benefits .fsContainer > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.home .unique-benefits .fsContainer .fsResourceElement {
  background-size: cover;
  background-position: center;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding-bottom: 100%;
  min-height: 360px;
}

@media (min-width: 600px) {
  .home .unique-benefits .fsContainer .fsResourceElement {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-bottom: 0;
  }
}

.home .unique-benefits .fsContainer .fsResourceElement:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 38, 38, 0.5);
  opacity: 1;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.home .unique-benefits .fsContainer .fsResourceElement img {
  display: none;
}

.home .unique-benefits .fsContainer .fsContent {
  padding: 20px 20px 41px;
  background-color: #C3002F;
  color: #FFF;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.15s all;
  transition: 0.15s all;
}

@media (min-width: 600px) {
  .home .unique-benefits .fsContainer .fsContent {
    padding: 0;
    width: 0;
    height: 400px;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }

  .home .unique-benefits .fsContainer .fsContent > * {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
}

.home .unique-benefits .fsContainer .fsContent > header .fsElementTitle {
  font-size: 1.4375rem;
  line-height: 1.2609;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .home .unique-benefits .fsContainer .fsContent > header .fsElementTitle {
    margin-bottom: 20px;
  }
}

.home .unique-benefits .fsContainer .fsContent h1,
.home .unique-benefits .fsContainer .fsContent h2,
.home .unique-benefits .fsContainer .fsContent h3,
.home .unique-benefits .fsContainer .fsContent h4,
.home .unique-benefits .fsContainer .fsContent h5,
.home .unique-benefits .fsContainer .fsContent h6 {
  color: inherit;
}

.home .unique-benefits .fsContainer .fsContent blockquote {
  color: inherit;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 1.4375rem;
  line-height: 1.2609;
  text-align: left;
}

.home .unique-benefits .fsContainer .fsContent blockquote:before,
.home .unique-benefits .fsContainer .fsContent blockquote:after {
  content: normal;
}

.home .unique-benefits .fsContainer .fsContent cite {
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.7059;
  color: inherit;
  text-transform: none;
}

.home .unique-benefits .fsContainer .fsContent p {
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .home .unique-benefits .fsContainer .fsContent p {
    margin-bottom: 20px;
  }
}

.home .unique-benefits .fsContainer .fsContent p:last-child {
  margin-bottom: 0;
}

.home .unique-benefits .fsContainer .fsContent a:not(.cke_path_item):not(.cke_button):not(.cke_combo_button) {
  color: #FFF;
}

.home .school-social {
  padding: 60px 20px;
}

@media (min-width: 600px) {
  .home .school-social {
    padding: 65px 35px;
  }
}

@media (min-width: 1000px) {
  .home .school-social {
    padding: 70px 50px 75px;
  }
}

@media (min-width: 1100px) {
  .home .school-social {
    padding: 70px 100px 75px;
  }
}

.home .school-social > header .fsElementHeaderContent {
  margin-bottom: 30px;
  font-size: 1.5625rem;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #262626;
  text-align: center;
}

@media (min-width: 600px) {
  .home .school-social > header .fsElementHeaderContent {
    font-size: 2.0625rem;
    line-height: 1.122;
    letter-spacing: 1.5px;
  }
}

.home .school-social > header .fsElementHeaderContent p {
  margin-bottom: 15px;
}

@media (min-width: 600px) {
  .home .school-social > header .fsElementHeaderContent p {
    margin-bottom: 20px;
  }
}

.home .school-social > header .fsElementHeaderContent p:last-child {
  margin-bottom: 0;
}

.home .school-social > header .fsElementHeaderContent a {
  display: table;
  margin: 0 auto;
}

.home .school-social > header .fsElementHeaderContent strong {
  font-weight: 900;
}

.home .school-social > .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: 1000px) {
  .home .school-social > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.home .school-social .fsFeeds {
  margin: 10px;
}

@media (min-width: 1000px) {
  .home .school-social .fsFeeds {
    width: calc((100% / 3) - 20px);
  }
}

.home .school-social .fsFeeds .fsFeed-post:nth-child(2) {
  margin-top: 20px;
  display: none;
}

.home .school-social .fsFeeds .fsFeed-post.facebook.img-post {
  background-color: #C3002F;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 100%;
  position: relative;
}

.home .school-social .fsFeeds .fsFeed-post.facebook.img-post:hover .wrapper,
.home .school-social .fsFeeds .fsFeed-post.facebook.img-post.focused-in .wrapper {
  opacity: 1;
}

.home .school-social .fsFeeds .fsFeed-post.facebook.img-post .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 38, 38, 0.85);
  color: #FFF;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  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: 25px 30px 30px;
  overflow: hidden;
}

.home .school-social .fsFeeds .fsFeed-post.facebook.img-post .acc-wrapper > *,
.home .school-social .fsFeeds .fsFeed-post.facebook.img-post .time,
.home .school-social .fsFeeds .fsFeed-post.facebook.img-post .bottom-bar {
  display: none;
}

.home .school-social .fsFeeds .fsFeed-post.facebook.img-post .feed-desc {
  max-height: calc(100% - 49px);
  overflow: hidden;
}

.home .school-social .fsFeeds .fsFeed-post.facebook.img-post .feed-desc .mCSB_container:not(.mCS_no_scrollbar_y) {
  padding-right: 10px;
}

.home .school-social .fsFeeds .fsFeed-post.facebook.img-post .feed-desc a {
  color: #FFF;
}

.home .school-social .fsFeeds .fsFeed-post.facebook.img-post .feed-desc a:hover,
.home .school-social .fsFeeds .fsFeed-post.facebook.img-post .feed-desc a:focus {
  color: #FDD900;
}

.home .school-social .fsFeeds .fsFeed-post.facebook.img-post .acc-wrapper {
  color: #FFF;
  padding: 5px;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 15px;
  text-decoration: none;
}

.home .school-social .fsFeeds .fsFeed-post.facebook.img-post .acc-wrapper:hover,
.home .school-social .fsFeeds .fsFeed-post.facebook.img-post .acc-wrapper:focus {
  color: #FDD900;
}

.home .school-social .fsFeeds .fsFeed-post.facebook.img-post .acc-wrapper:before {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
}

.home .school-social .fsFeeds .fsFeed-post.facebook.text-post {
  border: 2px solid #E6E6E6;
  padding: 28px;
}

.home .school-social .fsFeeds .fsFeed-post.facebook.text-post .top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.home .school-social .fsFeeds .fsFeed-post.facebook.text-post .acc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.2858;
  color: #404040;
  margin-right: 25px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.home .school-social .fsFeeds .fsFeed-post.facebook.text-post .acc-wrapper:hover,
.home .school-social .fsFeeds .fsFeed-post.facebook.text-post .acc-wrapper:focus {
  color: #C3002F;
}

.home .school-social .fsFeeds .fsFeed-post.facebook.text-post .time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.875rem;
  line-height: 1.2858;
}

.home .school-social .fsFeeds .fsFeed-post.facebook.text-post .avatar {
  width: 30px;
  border-radius: 100%;
  margin-right: 7px;
}

.home .school-social .fsFeeds .fsFeed-post.facebook.text-post .feed-desc {
  font-size: 1rem;
  line-height: 1.75;
  word-break: break-word;
  margin-bottom: 30px;
}

.home .school-social .fsFeeds .fsFeed-post.facebook.text-post .bottom-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.home .school-social .fsFeeds .fsFeed-post.facebook.text-post .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home .school-social .fsFeeds .fsFeed-post.facebook.text-post .comment-count,
.home .school-social .fsFeeds .fsFeed-post.facebook.text-post .like-count {
  font-size: 1rem;
  line-height: 1.125;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .school-social .fsFeeds .fsFeed-post.facebook.text-post .comment-count:before,
.home .school-social .fsFeeds .fsFeed-post.facebook.text-post .like-count:before {
  margin-right: 5px;
  font-size: 0.875rem;
  line-height: 1;
}

.home .school-social .fsFeeds .fsFeed-post.facebook.text-post .comment-count {
  margin-right: 10px;
}

.home .school-social .fsFeeds .fsFeed-post.facebook.text-post .comment-count:before {
  content: "\E91E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .school-social .fsFeeds .fsFeed-post.facebook.text-post .like-count:before {
  content: "\E91B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .school-social .fsFeeds .fsFeed-post.facebook.text-post .post-url {
  text-decoration: none;
  font-size: 0;
  line-height: 1;
  color: #6D676E;
  padding: 5px;
  margin: -5px;
}

.home .school-social .fsFeeds .fsFeed-post.facebook.text-post .post-url:hover,
.home .school-social .fsFeeds .fsFeed-post.facebook.text-post .post-url:focus {
  color: #C3002F;
}

.home .school-social .fsFeeds .fsFeed-post.facebook.text-post .post-url:before {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  font-size: 1.3125rem;
}

.home .school-social .fsFeeds .fsFeed-post.twitter .poster-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.2858;
  margin-right: 25px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}

.home .school-social .fsFeeds .fsFeed-post.twitter .poster-container img {
  width: 30px;
  border-radius: 100%;
  margin-right: 7px;
}

.home .school-social .fsFeeds .fsFeed-post.twitter .top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.home .school-social .fsFeeds .fsFeed-post.twitter .poster-name {
  font-weight: 400;
  display: block;
}

.home .school-social .fsFeeds .fsFeed-post.twitter .feed-url {
  text-decoration: none;
  font-size: 0;
  line-height: 1;
  padding: 5px;
  margin: -5px;
}

.home .school-social .fsFeeds .fsFeed-post.twitter .feed-url:before {
  content: "\E90E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  font-size: 1.5rem;
}

.home .school-social .fsFeeds .fsFeed-post.twitter .post-description {
  font-size: 1rem;
  line-height: 1.75;
  word-break: break-word;
  margin-bottom: 30px;
}

.home .school-social .fsFeeds .fsFeed-post.twitter .bottom-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.home .school-social .fsFeeds .fsFeed-post.twitter .date-created {
  font-size: 0.875rem;
  line-height: 1.4286;
}

.home .school-social .fsFeeds .fsFeed-post.twitter .social-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home .school-social .fsFeeds .fsFeed-post.twitter .reply,
.home .school-social .fsFeeds .fsFeed-post.twitter .retweet,
.home .school-social .fsFeeds .fsFeed-post.twitter .like {
  font-size: 0;
  line-height: 1;
  text-decoration: none;
}

.home .school-social .fsFeeds .fsFeed-post.twitter .reply:before,
.home .school-social .fsFeeds .fsFeed-post.twitter .retweet:before,
.home .school-social .fsFeeds .fsFeed-post.twitter .like:before {
  font-size: 0.875rem;
  display: block;
}

.home .school-social .fsFeeds .fsFeed-post.twitter .reply {
  margin-right: 10px;
}

.home .school-social .fsFeeds .fsFeed-post.twitter .reply:before {
  content: "\E91F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .school-social .fsFeeds .fsFeed-post.twitter .retweet {
  margin-right: 10px;
}

.home .school-social .fsFeeds .fsFeed-post.twitter .retweet:before {
  content: "\E91C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .school-social .fsFeeds .fsFeed-post.twitter .like:before {
  content: "\E91D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.home .school-social .fsFeeds .fsFeed-post.twitter.img-post {
  background-color: #C3002F;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 100%;
  position: relative;
}

.home .school-social .fsFeeds .fsFeed-post.twitter.img-post:hover .wrapper,
.home .school-social .fsFeeds .fsFeed-post.twitter.img-post.focused-in .wrapper {
  opacity: 1;
}

.home .school-social .fsFeeds .fsFeed-post.twitter.img-post .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 38, 38, 0.85);
  color: #FFF;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  text-align: center;
  padding: 30px 30px 80px;
  overflow: hidden;
}

.home .school-social .fsFeeds .fsFeed-post.twitter.img-post .bottom-bar {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 60px);
}

.home .school-social .fsFeeds .fsFeed-post.twitter.img-post .post-description {
  height: calc(100% - 46px);
  overflow: hidden;
  margin-bottom: 0;
}

.home .school-social .fsFeeds .fsFeed-post.twitter.img-post .post-description .mCSB_container:not(.mCS_no_scrollbar_y) {
  padding-right: 10px;
}

.home .school-social .fsFeeds .fsFeed-post.twitter.img-post .post-description a {
  color: #FFF;
}

.home .school-social .fsFeeds .fsFeed-post.twitter.img-post .post-description a:hover,
.home .school-social .fsFeeds .fsFeed-post.twitter.img-post .post-description a:focus {
  color: #FDD900;
}

.home .school-social .fsFeeds .fsFeed-post.twitter.img-post .poster-container,
.home .school-social .fsFeeds .fsFeed-post.twitter.img-post .feed-url,
.home .school-social .fsFeeds .fsFeed-post.twitter.img-post .reply,
.home .school-social .fsFeeds .fsFeed-post.twitter.img-post .retweet,
.home .school-social .fsFeeds .fsFeed-post.twitter.img-post .like {
  color: #FFF;
}

.home .school-social .fsFeeds .fsFeed-post.twitter.img-post .poster-container:hover,
.home .school-social .fsFeeds .fsFeed-post.twitter.img-post .poster-container:focus,
.home .school-social .fsFeeds .fsFeed-post.twitter.img-post .feed-url:hover,
.home .school-social .fsFeeds .fsFeed-post.twitter.img-post .feed-url:focus,
.home .school-social .fsFeeds .fsFeed-post.twitter.img-post .reply:hover,
.home .school-social .fsFeeds .fsFeed-post.twitter.img-post .reply:focus,
.home .school-social .fsFeeds .fsFeed-post.twitter.img-post .retweet:hover,
.home .school-social .fsFeeds .fsFeed-post.twitter.img-post .retweet:focus,
.home .school-social .fsFeeds .fsFeed-post.twitter.img-post .like:hover,
.home .school-social .fsFeeds .fsFeed-post.twitter.img-post .like:focus {
  color: #FDD900;
}

.home .school-social .fsFeeds .fsFeed-post.twitter.text-post {
  border: 2px solid #E6E6E6;
  padding: 28px;
}

.home .school-social .fsFeeds .fsFeed-post.twitter.text-post .poster-container {
  color: #404040;
}

.home .school-social .fsFeeds .fsFeed-post.twitter.text-post .poster-container:hover,
.home .school-social .fsFeeds .fsFeed-post.twitter.text-post .poster-container:focus {
  color: #C3002F;
}

.home .school-social .fsFeeds .fsFeed-post.twitter.text-post .feed-url {
  color: #00ACED;
}

.home .school-social .fsFeeds .fsFeed-post.twitter.text-post .feed-url:hover,
.home .school-social .fsFeeds .fsFeed-post.twitter.text-post .feed-url:focus {
  color: #0099d4;
}

.home .school-social .fsFeeds .fsFeed-post.twitter.text-post .reply,
.home .school-social .fsFeeds .fsFeed-post.twitter.text-post .retweet,
.home .school-social .fsFeeds .fsFeed-post.twitter.text-post .like {
  color: #6D676E;
}

.home .school-social .fsFeeds .fsFeed-post.twitter.text-post .reply:hover,
.home .school-social .fsFeeds .fsFeed-post.twitter.text-post .reply:focus,
.home .school-social .fsFeeds .fsFeed-post.twitter.text-post .retweet:hover,
.home .school-social .fsFeeds .fsFeed-post.twitter.text-post .retweet:focus,
.home .school-social .fsFeeds .fsFeed-post.twitter.text-post .like:hover,
.home .school-social .fsFeeds .fsFeed-post.twitter.text-post .like:focus {
  color: #C3002F;
}

.home .school-social .fsFeeds .fsFeed-post.instagram {
  background-color: #C3002F;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 100%;
  position: relative;
}

.home .school-social .fsFeeds .fsFeed-post.instagram:hover .wrapper,
.home .school-social .fsFeeds .fsFeed-post.instagram.focused-in .wrapper {
  opacity: 1;
}

.home .school-social .fsFeeds .fsFeed-post.instagram .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 38, 38, 0.85);
  color: #FFF;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  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: 25px 30px 30px;
  overflow: hidden;
}

.home .school-social .fsFeeds .fsFeed-post.instagram .post-url {
  color: #FFF;
  padding: 5px;
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 0;
  line-height: 1;
  margin-bottom: 15px;
  text-decoration: none;
}

.home .school-social .fsFeeds .fsFeed-post.instagram .post-url:hover,
.home .school-social .fsFeeds .fsFeed-post.instagram .post-url:focus {
  color: #FDD900;
}

.home .school-social .fsFeeds .fsFeed-post.instagram .post-url:before {
  content: "\E904";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 1.5rem;
  display: block;
}

.home .school-social .fsFeeds .fsFeed-post.instagram .feed-desc {
  max-height: calc(100% - 49px);
  overflow: hidden;
}

.home .school-social .fsFeeds .fsFeed-post.instagram .feed-desc .mCSB_container:not(.mCS_no_scrollbar_y) {
  padding-right: 10px;
}

.home .school-social .fsFeeds .fsFeed-post.instagram .feed-desc a {
  color: #FFF;
}

.home .school-social .fsFeeds .fsFeed-post.instagram .feed-desc a:hover,
.home .school-social .fsFeeds .fsFeed-post.instagram .feed-desc a:focus {
  color: #FDD900;
}

.home .school-social > footer .fsElementFooterContent {
  margin-top: 50px;
}

.home .school-social > footer .fsElementFooterContent button {
  display: inline-block;
  border: 2px solid #999999 !important;
  margin: 0 0 10px;
  padding: 16px 20px;
  background: transparent;
  color: #404040;
  cursor: pointer;
  font-weight: 900;
  font-size: 0.9375rem;
  line-height: 1.267;
  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: 0 auto;
  display: table;
}

.home .school-social > footer .fsElementFooterContent button:hover,
.home .school-social > footer .fsElementFooterContent button:focus,
.fsStateSelected .home .school-social > footer .fsElementFooterContent button,
.home .school-social > footer .fsElementFooterContent button.on {
  border-color: #404040 !important;
  background: #404040;
  color: #FFF;
}

.home .school-social > footer .fsElementFooterContent button.fs_style_6 {
  max-width: 100%;
  width: 100%;
}

.home .school-social > footer .fsElementFooterContent button .collapse {
  display: none;
}

.home .school-social > footer .fsElementFooterContent button.loaded-more .load {
  display: none;
}

.home .school-social > footer .fsElementFooterContent button.loaded-more .collapse {
  display: block;
}

@media (min-width: 1000px) {
  .home.fsComposeMode #fsHeader .bottom-header {
    position: static;
  }
}

.home.fsComposeMode .icon-buttons > .fsElementContent {
  display: block;
}

.home.fsComposeMode .icon-buttons .fsContent {
  width: auto;
  border: 0;
}

@media (min-width: 1000px) {
  .home.fsComposeMode .icon-buttons .fsContent {
    height: auto;
  }
}

.home.fsComposeMode .icon-buttons .fsContent:hover,
.home.fsComposeMode .icon-buttons .fsContent:focus,
.home.fsComposeMode .icon-buttons .fsContent.focused-in {
  background-color: #262626;
}

.home.fsComposeMode .icon-buttons .fsContent:hover > header .fsElementTitle,
.home.fsComposeMode .icon-buttons .fsContent:focus > header .fsElementTitle,
.home.fsComposeMode .icon-buttons .fsContent.focused-in > header .fsElementTitle {
  opacity: 1;
  visibility: visible;
}

.home.fsComposeMode .icon-buttons .fsContent:hover > header .fsElementHeaderContent,
.home.fsComposeMode .icon-buttons .fsContent:focus > header .fsElementHeaderContent,
.home.fsComposeMode .icon-buttons .fsContent.focused-in > header .fsElementHeaderContent {
  background-color: #C3002F;
}

.home.fsComposeMode .icon-buttons .fsContent:hover > header .fsElementHeaderContent svg path,
.home.fsComposeMode .icon-buttons .fsContent:focus > header .fsElementHeaderContent svg path,
.home.fsComposeMode .icon-buttons .fsContent.focused-in > header .fsElementHeaderContent svg path {
  fill: #FFF;
}

.home.fsComposeMode .icon-buttons .fsContent:hover > .fsElementContent,
.home.fsComposeMode .icon-buttons .fsContent:focus > .fsElementContent,
.home.fsComposeMode .icon-buttons .fsContent.focused-in > .fsElementContent {
  opacity: 1;
  visibility: visible;
}

.home.fsComposeMode .icon-buttons .fsContent a.overlay {
  display: none;
}

.home.fsComposeMode .icon-buttons .fsContent > .fsElementContent {
  position: static;
  width: auto;
  max-height: 100%;
  opacity: 1;
  visibility: visible;
}

.home.fsComposeMode .school-calendar .dropdown-wrapper {
  display: none;
}

.home.fsComposeMode .school-calendar .fsCalendar {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.home.fsComposeMode .school-calendar .fsCalendar:not(:last-child) {
  margin-bottom: 20px;
}

.home.fsComposeMode .school-calendar .fsCalendar > header {
  display: block;
}

.home.fsComposeMode .unique-benefits > .fsElementContent {
  padding-bottom: 0;
}

.home.fsComposeMode .unique-benefits .fsContainer {
  width: auto;
  -webkit-transition: none;
  transition: none;
  margin: 0 0 20px;
}

.home.fsComposeMode .unique-benefits .fsContainer:last-child {
  margin-bottom: 0;
}

.home.fsComposeMode .unique-benefits .fsContainer > .fsElementContent {
  display: block;
}

.home.fsComposeMode .unique-benefits .fsContainer .fsResourceElement {
  min-height: 0;
}

.home.fsComposeMode .unique-benefits .fsContainer .fsResourceElement img {
  display: block;
  width: 100%;
}

.home.fsComposeMode .unique-benefits .fsContainer .fsContent {
  width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  -webkit-transition: none;
  transition: none;
  margin-top: 20px;
}

.home.fsComposeMode .unique-benefits .fsContainer .fsContent > * {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.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: 12.5%;
  }
}

.colors.main ol li:nth-of-type(1) {
  background: #404040;
}

.colors.main ol li:nth-of-type(1):after {
  content: "#404040";
}

.colors.main ol li:nth-of-type(2) {
  background: #C3002F;
}

.colors.main ol li:nth-of-type(2):after {
  content: "#C3002F";
}

.colors.main ol li:nth-of-type(3) {
  background: #000000;
}

.colors.main ol li:nth-of-type(3):after {
  content: "#000000";
}

.colors.main ol li:nth-of-type(4) {
  background: #262626;
}

.colors.main ol li:nth-of-type(4):after {
  content: "#262626";
}

.colors.main ol li:nth-of-type(5) {
  background: #999999;
}

.colors.main ol li:nth-of-type(5):after {
  content: "#999999";
}

.colors.main ol li:nth-of-type(6) {
  background: #E6E6E6;
}

.colors.main ol li:nth-of-type(6):after {
  content: "#E6E6E6";
}

.colors.main ol li:nth-of-type(7) {
  background: #F7F7F7;
}

.colors.main ol li:nth-of-type(7):after {
  content: "#F7F7F7";
}

.colors.main ol li:nth-of-type(8) {
  background: #FFFFFF;
}

.colors.main ol li:nth-of-type(8):after {
  content: "#FFFFFF";
}

@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: "Muli", sans-serif;
}

.fonts ol li:nth-of-type(1):after {
  content: "Muli, sans-serif";
  display: block;
  margin-bottom: 10px;
}

.fonts ol li:nth-of-type(2) {
  font-family: "IcoMoon";
}

.fonts ol li:nth-of-type(2):after {
  content: "IcoMoon";
  display: block;
  margin-bottom: 10px;
}

.headers .fsElementContent h1:after {
  content: " - font-size: 40px / line-height: 45px";
}

.headers .fsElementContent h2:after {
  content: " - font-size: 24px / line-height: 31px";
}

.headers .fsElementContent h3:after {
  content: " - font-size: 20px / line-height: 25px";
}

.headers .fsElementContent h4:after {
  content: " - font-size: 18px / line-height: 23px";
}

.headers .fsElementContent h5:after {
  content: " - font-size: 17px / line-height: 21px";
}

.headers .fsElementContent h6:after {
  content: " - font-size: 14px / line-height: 18px";
}

/*! enhancements - styled grid */

.styled-grid.fsGrid.fsPostElement .fsListItems {
  margin: -7px -7px -12px -7px;
}

@media (min-width: 600px) {
  .styled-grid.fsGrid.fsPostElement .fsListItems.fsStyleTwoColumns > article,
  .styled-grid.fsGrid.fsPostElement .fsListItems.fsStyleThreeColumns > article,
  .styled-grid.fsGrid.fsPostElement .fsListItems.fsStyleFourColumns > article {
    width: calc(50% - 14px);
  }
}

@media (min-width: 800px) {
  .styled-grid.fsGrid.fsPostElement .fsListItems.fsStyleThreeColumns > article,
  .styled-grid.fsGrid.fsPostElement .fsListItems.fsStyleFourColumns > article {
    width: calc(33.33% - 14px);
  }
}

@media (min-width: 1000px) {
  .styled-grid.fsGrid.fsPostElement .fsListItems.fsStyleFourColumns > article {
    width: calc(25% - 14px);
  }
}

.styled-grid.fsGrid.fsPostElement article {
  margin: 7px 7px 12px 7px;
  padding: 0;
  width: calc(100% - 14px);
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.75);
  border-radius: 8px;
}

.styled-grid.fsGrid.fsPostElement article .fsThumbnail {
  max-width: 100%;
}

.styled-grid.fsGrid.fsPostElement article .fsThumbnail img {
  width: 100%;
}

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

/*
== 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: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -15px;
}

/* 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: 6px;
  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: 6px;
  height: 100%;
  margin: 0 auto;
  border-radius: 3px;
  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") */

.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

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

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.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 .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

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

/* theme "rounded-dots-dark" */

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

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

/* ---------------------------------------- */