/*!
 * Dexter Southfield School - default_20
 * @link: https://dextersouthfieldorg.finalsite.com
 * Site Template: newclientcustom
 * Built By: Josh Webb
 * Project Manager: Connie Cavallo
 * Designer: Keisha Croxton
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 5.3.2
 * Git Tag: v5.2.2-42-g6784df4
 * Last built by: Chris Mazurski
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400i,300,500,700|Lora:400,400i,700|Roboto+Slab:300,400&display=swap);@import url(https://fonts.googleapis.com/css?family=Roboto:400,400i,300,500,700|Lora:400,400i,700|Roboto+Slab:300,400&display=swap);@import url(https://fonts.googleapis.com/css?family=Roboto:400,400i,300,500,700|Lora:400,400i,700|Roboto+Slab:300,400&display=swap);@import url(https://fonts.googleapis.com/css?family=Roboto:400,400i,300,500,700|Lora:400,400i,700|Roboto+Slab:300,400&display=swap);@import url(https://fonts.googleapis.com/css?family=Roboto:400,400i,300,500,700|Lora:400,400i,700|Roboto+Slab:300,400&display=swap);@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left;
  }
}

@media (min-width: 900px) {
  .col-4 {
    width: 25%;
  }
}

/*! helpers - box-model v0.0.1 */

.margin-x {
  margin-right: 1.25em;
  margin-left: 1.25em;
}

.margin-x-2x {
  margin-right: 2.5em;
  margin-left: 2.5em;
}

.margin-y {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.margin-y-2x {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.padding-x {
  padding-right: 1.25em;
  padding-left: 1.25em;
}

.padding-x-2x {
  padding-right: 2.5em;
  padding-left: 2.5em;
}

.padding-y {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.padding-y-2x {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.stretch-container {
  margin-right: -1.25em;
  margin-left: -1.25em;
}

.cover {
  position: absolute;
  height: 100%;
  width: 100%;
}

/*! helpers - presentational v0.0.1 */

/*! helpers - ui-pattern v0.0.1 */

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/

/*! helpers - typography v0.0.1 */

@font-face {
  font-family: 'IcoMoon';
  src: url(fonts/icomoon.eot);
  src: url(fonts/icomoon.eot) format("embedded-opentype"), url(fonts/icomoon.woff2) format("woff2"), url(fonts/icomoon.woff) format("woff"), url(fonts/icomoon.ttf) format("truetype"), url(fonts/icomoon.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

.fsTitle,
.fsAthleticsRosterList li > div.fsRosterName,
.fsVimeoTitle,
.fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
}

h1 {
  margin-top: 0;
  font-weight: normal;
  color: #002855;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 21px;
  font-family: "Roboto Slab", sans-serif;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  color: #002855;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 14px;
  font-family: "Roboto Slab", sans-serif;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  color: #002855;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 15px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  color: #002855;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
  font-weight: 500;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  color: #002855;
  font-size: 25px;
  line-height: 37px;
  margin-bottom: 15px;
  font-weight: 500;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  color: #002855;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 500;
}

p {
  margin: 0 0 20px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: underline;
  color: #9D2234;
  font-weight: 500;
  -webkit-transition: background .3s,
 color .3s;
  transition: background .3s,
 color .3s;
}

a:hover,
a:focus {
  color: #6D6E70;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

.fsAthleticsEvent.fsTable .fsElementTable,
.fsAthleticsRoster .fsElementTable,
table.fs_style_26 {
  margin-bottom: 20px;
}

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_26 th,
table.fs_style_26 td {
  vertical-align: top;
  border-bottom: none;
  padding: 10px 13px;
}

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.fs_style_26 th {
  background: #9D2234;
  color: #ffffff;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_26 td {
  background: #F3F3F3;
  font-size: 17px;
  line-height: 27px;
}

.fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td,
.fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
table.fs_style_26 tr:nth-of-type(odd) td {
  background-color: #ffffff;
}

.fsAthleticsEvent.fsTable .fsElementTable tr,
.fsAthleticsRoster .fsElementTable tr,
table.fs_style_26 tr {
  border-bottom: solid 1px #ffffff;
}

.fsAthleticsEvent.fsTable .fsElementTable tr.fsLoadMoreButtonRow,
.fsAthleticsRoster .fsElementTable tr.fsLoadMoreButtonRow,
table.fs_style_26 tr.fsLoadMoreButtonRow {
  border-bottom: none;
}

.fsAthleticsEvent.fsTable .fsElementTable tr.fsLoadMoreButtonRow > td,
.fsAthleticsRoster .fsElementTable tr.fsLoadMoreButtonRow > td,
table.fs_style_26 tr.fsLoadMoreButtonRow > td {
  background: none;
  padding: 20px 0;
}

body:not(.fsComposeMode) .fsAthleticsEvent.fsTable .fsElementTable:last-child,
.fsAthleticsEvent.fsTable body:not(.fsComposeMode) .fsElementTable:last-child,
body:not(.fsComposeMode) .fsAthleticsRoster .fsElementTable:last-child,
.fsAthleticsRoster body:not(.fsComposeMode) .fsElementTable:last-child,
body:not(.fsComposeMode) table.fs_style_26:last-child {
  margin-bottom: 0;
}

.table-overflow {
  overflow-x: auto;
  max-width: 100%;
  margin-bottom: 20px;
}

.table-overflow:last-child {
  margin-bottom: 0;
}

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

.fs_style_27 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #F3F3F3;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_27:hover,
.fs_style_27:focus,
.fsStateSelected .fs_style_27,
.fs_style_27.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_27,
.fsBannerRight .fs_style_27,
.fsStyleOneThird .fs_style_27,
.fsTwoColumnLayout .fs_style_27,
.fsThreeColumnLayout > .fsDiv .fs_style_27,
.fsFourColumnLayout > .fsDiv .fs_style_27 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_27 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_27 em {
  display: block;
  font-style: normal;
}

p .fs_style_27 {
  margin-bottom: 0 !important;
}

.fs_style_28 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #6D6E70;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_28:hover,
.fs_style_28:focus,
.fsStateSelected .fs_style_28,
.fs_style_28.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_28,
.fsBannerRight .fs_style_28,
.fsStyleOneThird .fs_style_28,
.fsTwoColumnLayout .fs_style_28,
.fsThreeColumnLayout > .fsDiv .fs_style_28,
.fsFourColumnLayout > .fsDiv .fs_style_28 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_28 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_28 em {
  display: block;
  font-style: normal;
}

p .fs_style_28 {
  margin-bottom: 0 !important;
}

.fs_style_29 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #313131;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fs_style_29.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_29,
.fsBannerRight .fs_style_29,
.fsStyleOneThird .fs_style_29,
.fsTwoColumnLayout .fs_style_29,
.fsThreeColumnLayout > .fsDiv .fs_style_29,
.fsFourColumnLayout > .fsDiv .fs_style_29 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_29 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_29 em {
  display: block;
  font-style: normal;
}

p .fs_style_29 {
  margin-bottom: 0 !important;
}

.fs_style_30 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #9D2234;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_30:hover,
.fs_style_30:focus,
.fsStateSelected .fs_style_30,
.fs_style_30.on {
  background: #b2273b;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_30,
.fsBannerRight .fs_style_30,
.fsStyleOneThird .fs_style_30,
.fsTwoColumnLayout .fs_style_30,
.fsThreeColumnLayout > .fsDiv .fs_style_30,
.fsFourColumnLayout > .fsDiv .fs_style_30 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_30 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_30 em {
  display: block;
  font-style: normal;
}

p .fs_style_30 {
  margin-bottom: 0 !important;
}

.fs_style_31 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #002855;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_31:hover,
.fs_style_31:focus,
.fsStateSelected .fs_style_31,
.fs_style_31.on {
  background: #b2273b;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_31,
.fsBannerRight .fs_style_31,
.fsStyleOneThird .fs_style_31,
.fsTwoColumnLayout .fs_style_31,
.fsThreeColumnLayout > .fsDiv .fs_style_31,
.fsFourColumnLayout > .fsDiv .fs_style_31 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_31 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_31 em {
  display: block;
  font-style: normal;
}

p .fs_style_31 {
  margin-bottom: 0 !important;
}

.fs_style_32 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #6D6E70;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  border: 1px solid #6D6E70;
}

.fs_style_32:hover,
.fs_style_32:focus,
.fsStateSelected .fs_style_32,
.fs_style_32.on {
  background: #6D6E70;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_32,
.fsBannerRight .fs_style_32,
.fsStyleOneThird .fs_style_32,
.fsTwoColumnLayout .fs_style_32,
.fsThreeColumnLayout > .fsDiv .fs_style_32,
.fsFourColumnLayout > .fsDiv .fs_style_32 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_32 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_32 em {
  display: block;
  font-style: normal;
}

p .fs_style_32 {
  margin-bottom: 0 !important;
}

.fs_style_33 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  border: 1px solid #313131;
}

.fs_style_33:hover,
.fs_style_33:focus,
.fsStateSelected .fs_style_33,
.fs_style_33.on {
  background: #313131;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_33,
.fsBannerRight .fs_style_33,
.fsStyleOneThird .fs_style_33,
.fsTwoColumnLayout .fs_style_33,
.fsThreeColumnLayout > .fsDiv .fs_style_33,
.fsFourColumnLayout > .fsDiv .fs_style_33 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_33 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_33 em {
  display: block;
  font-style: normal;
}

p .fs_style_33 {
  margin-bottom: 0 !important;
}

.fs_style_34 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #9D2234;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  border: 1px solid #9D2234;
}

.fs_style_34:hover,
.fs_style_34:focus,
.fsStateSelected .fs_style_34,
.fs_style_34.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_34,
.fsBannerRight .fs_style_34,
.fsStyleOneThird .fs_style_34,
.fsTwoColumnLayout .fs_style_34,
.fsThreeColumnLayout > .fsDiv .fs_style_34,
.fsFourColumnLayout > .fsDiv .fs_style_34 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_34 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_34 em {
  display: block;
  font-style: normal;
}

p .fs_style_34 {
  margin-bottom: 0 !important;
}

.fs_style_35 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #002855;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  border: 1px solid #002855;
}

.fs_style_35:hover,
.fs_style_35:focus,
.fsStateSelected .fs_style_35,
.fs_style_35.on {
  background: #002855;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_35,
.fsBannerRight .fs_style_35,
.fsStyleOneThird .fs_style_35,
.fsTwoColumnLayout .fs_style_35,
.fsThreeColumnLayout > .fsDiv .fs_style_35,
.fsFourColumnLayout > .fsDiv .fs_style_35 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_35 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_35 em {
  display: block;
  font-style: normal;
}

p .fs_style_35 {
  margin-bottom: 0 !important;
}

.fs_style_36:after,
.fs_style_37:after,
.fs_style_38:after,
.fs_style_39:after,
.fs_style_41:after {
  content: "\F178";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-left: 10px;
}

.fsBannerLeft .fs_style_36:after,
.fsBannerRight .fs_style_36:after,
.fsStyleOneThird .fs_style_36:after,
.fsTwoColumnLayout .fs_style_36:after,
.fsThreeColumnLayout > .fsDiv .fs_style_36:after,
.fsFourColumnLayout > .fsDiv .fs_style_36:after,
.fsBannerLeft .fs_style_37:after,
.fsBannerRight .fs_style_37:after,
.fsStyleOneThird .fs_style_37:after,
.fsTwoColumnLayout .fs_style_37:after,
.fsThreeColumnLayout > .fsDiv .fs_style_37:after,
.fsFourColumnLayout > .fsDiv .fs_style_37:after,
.fsBannerLeft .fs_style_38:after,
.fsBannerRight .fs_style_38:after,
.fsStyleOneThird .fs_style_38:after,
.fsTwoColumnLayout .fs_style_38:after,
.fsThreeColumnLayout > .fsDiv .fs_style_38:after,
.fsFourColumnLayout > .fsDiv .fs_style_38:after,
.fsBannerLeft .fs_style_39:after,
.fsBannerRight .fs_style_39:after,
.fsStyleOneThird .fs_style_39:after,
.fsTwoColumnLayout .fs_style_39:after,
.fsThreeColumnLayout > .fsDiv .fs_style_39:after,
.fsFourColumnLayout > .fsDiv .fs_style_39:after,
.fsBannerLeft .fs_style_41:after,
.fsBannerRight .fs_style_41:after,
.fsStyleOneThird .fs_style_41:after,
.fsTwoColumnLayout .fs_style_41:after,
.fsThreeColumnLayout > .fsDiv .fs_style_41:after,
.fsFourColumnLayout > .fsDiv .fs_style_41:after {
  float: right;
}

.fs_style_36 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  text-align: left;
  padding: 0 0 8px;
  border-bottom: 2px solid transparent;
}

.fs_style_36:hover,
.fs_style_36:focus,
.fsStateSelected .fs_style_36,
.fs_style_36.on {
  background: #ffffff;
  color: #6D6E70;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_36,
.fsBannerRight .fs_style_36,
.fsStyleOneThird .fs_style_36,
.fsTwoColumnLayout .fs_style_36,
.fsThreeColumnLayout > .fsDiv .fs_style_36,
.fsFourColumnLayout > .fsDiv .fs_style_36 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_36 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_36 em {
  display: block;
  font-style: normal;
}

p .fs_style_36 {
  margin-bottom: 0 !important;
}

.fs_style_36:hover,
.fs_style_36:focus {
  border-color: #313131;
}

.fs_style_37 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #6D6E70;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  text-align: left;
  padding: 0 0 8px;
  border-bottom: 2px solid transparent;
}

.fs_style_37:hover,
.fs_style_37:focus,
.fsStateSelected .fs_style_37,
.fs_style_37.on {
  background: #ffffff;
  color: #313131;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_37,
.fsBannerRight .fs_style_37,
.fsStyleOneThird .fs_style_37,
.fsTwoColumnLayout .fs_style_37,
.fsThreeColumnLayout > .fsDiv .fs_style_37,
.fsFourColumnLayout > .fsDiv .fs_style_37 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_37 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_37 em {
  display: block;
  font-style: normal;
}

p .fs_style_37 {
  margin-bottom: 0 !important;
}

.fs_style_37:hover,
.fs_style_37:focus {
  border-color: #6D6E70;
}

.fs_style_38 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #9D2234;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  text-align: left;
  padding: 0 0 8px;
  border-bottom: 2px solid transparent;
}

.fs_style_38:hover,
.fs_style_38:focus,
.fsStateSelected .fs_style_38,
.fs_style_38.on {
  background: #ffffff;
  color: #313131;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_38,
.fsBannerRight .fs_style_38,
.fsStyleOneThird .fs_style_38,
.fsTwoColumnLayout .fs_style_38,
.fsThreeColumnLayout > .fsDiv .fs_style_38,
.fsFourColumnLayout > .fsDiv .fs_style_38 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_38 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_38 em {
  display: block;
  font-style: normal;
}

p .fs_style_38 {
  margin-bottom: 0 !important;
}

.fs_style_38:hover,
.fs_style_38:focus {
  border-color: #9D2234;
}

.fs_style_39 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #002855;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  text-align: left;
  padding: 0 0 8px;
  border-bottom: 2px solid transparent;
}

.fs_style_39:hover,
.fs_style_39:focus,
.fsStateSelected .fs_style_39,
.fs_style_39.on {
  background: #ffffff;
  color: #313131;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_39,
.fsBannerRight .fs_style_39,
.fsStyleOneThird .fs_style_39,
.fsTwoColumnLayout .fs_style_39,
.fsThreeColumnLayout > .fsDiv .fs_style_39,
.fsFourColumnLayout > .fsDiv .fs_style_39 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_39 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_39 em {
  display: block;
  font-style: normal;
}

p .fs_style_39 {
  margin-bottom: 0 !important;
}

.fs_style_39:hover,
.fs_style_39:focus {
  border-color: #002855;
}

.fs_style_42 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #F3F3F3;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_42:hover,
.fs_style_42:focus,
.fsStateSelected .fs_style_42,
.fs_style_42.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_42,
.fsBannerRight .fs_style_42,
.fsStyleOneThird .fs_style_42,
.fsTwoColumnLayout .fs_style_42,
.fsThreeColumnLayout > .fsDiv .fs_style_42,
.fsFourColumnLayout > .fsDiv .fs_style_42 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_42 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_42 em {
  display: block;
  font-style: normal;
}

p .fs_style_42 {
  margin-bottom: 0 !important;
}

.fs_style_42:before {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 10px;
}

.fs_style_43 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #F3F3F3;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_43:hover,
.fs_style_43:focus,
.fsStateSelected .fs_style_43,
.fs_style_43.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_43,
.fsBannerRight .fs_style_43,
.fsStyleOneThird .fs_style_43,
.fsTwoColumnLayout .fs_style_43,
.fsThreeColumnLayout > .fsDiv .fs_style_43,
.fsFourColumnLayout > .fsDiv .fs_style_43 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_43 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_43 em {
  display: block;
  font-style: normal;
}

p .fs_style_43 {
  margin-bottom: 0 !important;
}

.fs_style_43:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 10px;
}

.fs_style_40 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  border: 1px solid #ffffff;
}

.fs_style_40:hover,
.fs_style_40:focus,
.fsStateSelected .fs_style_40,
.fs_style_40.on {
  background: #ffffff;
  color: #6D6E70;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_40,
.fsBannerRight .fs_style_40,
.fsStyleOneThird .fs_style_40,
.fsTwoColumnLayout .fs_style_40,
.fsThreeColumnLayout > .fsDiv .fs_style_40,
.fsFourColumnLayout > .fsDiv .fs_style_40 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_40 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_40 em {
  display: block;
  font-style: normal;
}

p .fs_style_40 {
  margin-bottom: 0 !important;
}

.fs_style_41 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  text-align: left;
  padding: 0 0 8px;
  border-bottom: 2px solid transparent;
}

.fs_style_41:hover,
.fs_style_41:focus,
.fsStateSelected .fs_style_41,
.fs_style_41.on {
  background: transparent;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_41,
.fsBannerRight .fs_style_41,
.fsStyleOneThird .fs_style_41,
.fsTwoColumnLayout .fs_style_41,
.fsThreeColumnLayout > .fsDiv .fs_style_41,
.fsFourColumnLayout > .fsDiv .fs_style_41 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_41 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_41 em {
  display: block;
  font-style: normal;
}

p .fs_style_41 {
  margin-bottom: 0 !important;
}

.fs_style_41:after {
  color: #ffffff;
}

.fs_style_41:hover,
.fs_style_41:focus {
  border-color: #ffffff;
}

.fs_style_44 {
  width: 100%;
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #313131;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fsStyleDefaultButton,
.fsBannerRight .fsStyleDefaultButton,
.fsStyleOneThird .fsStyleDefaultButton,
.fsTwoColumnLayout .fsStyleDefaultButton,
.fsThreeColumnLayout > .fsDiv .fsStyleDefaultButton,
.fsFourColumnLayout > .fsDiv .fsStyleDefaultButton {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fsStyleDefaultButton {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fsStyleDefaultButton em {
  display: block;
  font-style: normal;
}

p .fsStyleDefaultButton {
  margin-bottom: 0 !important;
}

.fsStyleDefaultButton.fsLoadMoreButton {
  margin-bottom: 0;
}

.fsStyleDefaultButton.fsSelectAll {
  margin-bottom: 5px;
  padding: 7px 12px;
  font-size: .875em;
  line-height: 1.2;
}

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #F3F3F3;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fsStyleUpdateButton,
.fsBannerRight .fsStyleUpdateButton,
.fsStyleOneThird .fsStyleUpdateButton,
.fsTwoColumnLayout .fsStyleUpdateButton,
.fsThreeColumnLayout > .fsDiv .fsStyleUpdateButton,
.fsFourColumnLayout > .fsDiv .fsStyleUpdateButton {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fsStyleUpdateButton {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fsStyleUpdateButton em {
  display: block;
  font-style: normal;
}

p .fsStyleUpdateButton {
  margin-bottom: 0 !important;
}

/*! _main.scss - src/sass/modules/common/ - main common import */

/*! elements - common v0.0.1 */

/* Contains generic styles that apply to every element */

.fsElement {
  margin-bottom: 40px;
}

.fsElement:last-child {
  margin-bottom: 0;
}

.fsElementHeaderContent {
  margin-bottom: 20px;
}

.fsElementFooterContent {
  margin-top: 20px;
}

.fsPanel {
  margin-bottom: 0;
}

.fsStyleDefaultField {
  border: solid 1px #D8D8D8;
}

/*! elements - common - list subtype v0.0.1 */

/* Contains generic styles that apply to every element with the class '.fsList' and the list subtype selected */

.fsList article {
  margin-bottom: 20px;
}

.fsListNav .fsStyleDefaultList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fsListNav .fsStyleDefaultList .fsListItem a {
  display: inline-block;
  padding: 0;
}

.fsListNav .fsStyleDefaultList .fsListItem a:hover,
.fsListNav .fsStyleDefaultList .fsListItem a:focus {
  color: #6D6E70;
  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 #D8D8D8;
}

.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: #6D6E70;
  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(109, 110, 112, 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: #6D6E70;
}

.fsSlideshow .fsPager li button:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(109, 110, 112, 0.25);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
}

.fsSlideshow .fsPager li button:hover:before,
.fsSlideshow .fsPager li button:focus:before {
  background-color: #6D6E70;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsSlideshow .fsPager li button:focus {
  outline: 1px dashed rgba(109, 110, 112, 0.25);
}

.fsSlideshow .fsPager li.slick-active button:before {
  opacity: 1;
  background-color: #6D6E70;
}

/*! 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: #6D6E70;
}

.fsDialogCloseButton:focus:after,
.fsDialogCloseButton:focus:before {
  background: #6D6E70;
}

.fsDialogCloseButton:hover:after,
.fsDialogCloseButton:hover:before {
  background: #000000;
}

.fsElementDialog {
  color: #6D6E70;
}

.lead-in,
.fs_style_24 {
  font-size: 22px;
  line-height: 32px;
  color: #313131;
}

blockquote {
  position: relative;
  margin: 60px 0 90px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 20px;
  line-height: 32px;
  padding-top: 60px;
  text-align: center;
  color: #313131;
  font-weight: 300;
}

blockquote:before {
  content: "\E904";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 40px;
  line-height: 40px;
  color: #002855;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(-180deg);
      -ms-transform: translate(-50%, 0) rotate(-180deg);
          transform: translate(-50%, 0) rotate(-180deg);
  background: #ffffff;
  z-index: 2;
  padding: 0 20px;
}

blockquote:after {
  display: block;
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  background: #D8D8D8;
}

cite {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 27px;
  font-style: normal;
  color: #6D6E70;
  margin-top: 15px;
}

.callout,
.fs_style_25 {
  display: block;
  font-family: "Roboto Slab", sans-serif;
  font-size: 20px;
  line-height: 32px;
  padding-left: 15px;
  border-left: 5px solid #9D2234;
  margin: 70px 0 90px;
}

.callout.left,
.fs_style_25.left {
  float: left;
  margin-left: 20px;
}

@media (min-width: 500px) {
  .callout.left,
  .fs_style_25.left {
    width: 50%;
  }
}

.callout.right,
.fs_style_25.right {
  float: right;
  margin-right: 20px;
}

@media (min-width: 500px) {
  .callout.right,
  .fs_style_25.right {
    width: 50%;
  }
}

.callout-box {
  background: #9D2234;
  color: #ffffff;
}

.callout-box > header .fsElementHeaderContent {
  margin: 0;
}

.callout-box > header .fsElementHeaderContent figure {
  margin: 0;
  line-height: 0;
}

.callout-box h2 {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
  font-size: 35px;
  line-height: 45px;
  color: inherit;
}

.callout-box > .fsElementContent {
  padding: 27px 30px;
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
}

.callout-box a[class^="fs_style"] {
  margin-bottom: 0;
}

.callout-box a:not([class^="fs_style"]) {
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #ffffff;
  text-decoration: underline;
}

.callout-box a:not([class^="fs_style"]):hover,
.callout-box a:not([class^="fs_style"]):focus {
  opacity: .75;
}

.callout-box.blue {
  background: #002855;
}

.callout-box.dark {
  background: #313131;
}

.callout-box.light {
  background: #D8D8D8;
  color: #313131;
}

.callout-box.light a:not([class^="fs_style"]) {
  color: #313131;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.left,
  body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden;
  }

  body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.left > header,
  body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.left > .fsElementContent,
  body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.right > header,
  body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.right > .fsElementContent {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .fsBannerLeft body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.left > header,
  .fsBannerRight body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.left > header,
  .fsStyleOneThird body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.left > header,
  .fsTwoColumnLayout body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.left > header,
  .fsThreeColumnLayout > .fsDiv body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.left > header,
  .fsFourColumnLayout > .fsDiv body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.left > header,
  .fsBannerLeft body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.left > .fsElementContent,
  .fsBannerRight body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.left > .fsElementContent,
  .fsStyleOneThird body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.left > .fsElementContent,
  .fsTwoColumnLayout body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.left > .fsElementContent,
  .fsThreeColumnLayout > .fsDiv body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.left > .fsElementContent,
  .fsFourColumnLayout > .fsDiv body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.left > .fsElementContent,
  .fsBannerLeft body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.right > header,
  .fsBannerRight body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.right > header,
  .fsStyleOneThird body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.right > header,
  .fsTwoColumnLayout body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.right > header,
  .fsThreeColumnLayout > .fsDiv body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.right > header,
  .fsFourColumnLayout > .fsDiv body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.right > header,
  .fsBannerLeft body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.right > .fsElementContent,
  .fsBannerRight body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.right > .fsElementContent,
  .fsStyleOneThird body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.right > .fsElementContent,
  .fsTwoColumnLayout body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.right > .fsElementContent,
  .fsThreeColumnLayout > .fsDiv body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.right > .fsElementContent,
  .fsFourColumnLayout > .fsDiv body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.right > .fsElementContent {
    width: 100%;
  }
}

body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.right > .fsElementContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

body:not(.fsComposeMode) .fsPageLayout > .fsDiv .callout-box.right > header {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

body:not(.fsComposeMode) .divisions-old {
  margin: 0;
}

body:not(.fsComposeMode) .divisions-old > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1540px;
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode) .divisions-old > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

body:not(.fsComposeMode) .divisions-old > .fsElementContent .fsContent {
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 75px;
  padding-bottom: 75px;
  margin: 0;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 1400px) {
  body:not(.fsComposeMode) .divisions-old > .fsElementContent .fsContent {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode) .divisions-old > .fsElementContent .fsContent:first-child {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode) .divisions-old > .fsElementContent .fsContent:not(:first-child) {
    width: 320px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    border-left: 1px solid #DBDBDB;
  }
}

body:not(.fsComposeMode) .divisions-old > .fsElementContent .fsContent:not(:first-child) > .fsElementContent p {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 35px;
  text-decoration: none;
  color: #9D2234;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body:not(.fsComposeMode) .divisions-old > .fsElementContent .fsContent:not(:first-child) > .fsElementContent p:after {
  display: block;
  content: "\F178";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #313131;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body:not(.fsComposeMode) .divisions-old > .fsElementContent .fsContent:not(:first-child):hover,
body:not(.fsComposeMode) .divisions-old > .fsElementContent .fsContent:not(:first-child):focus {
  background: #9D2234;
  color: #ffffff;
}

body:not(.fsComposeMode) .divisions-old > .fsElementContent .fsContent:not(:first-child):hover h2,
body:not(.fsComposeMode) .divisions-old > .fsElementContent .fsContent:not(:first-child):hover p,
body:not(.fsComposeMode) .divisions-old > .fsElementContent .fsContent:not(:first-child):hover p:after,
body:not(.fsComposeMode) .divisions-old > .fsElementContent .fsContent:not(:first-child):focus h2,
body:not(.fsComposeMode) .divisions-old > .fsElementContent .fsContent:not(:first-child):focus p,
body:not(.fsComposeMode) .divisions-old > .fsElementContent .fsContent:not(:first-child):focus p:after {
  color: #ffffff !important;
}

body:not(.fsComposeMode) .divisions-old > .fsElementContent .fsContent .fsElementTitle {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 13px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body:not(.fsComposeMode) .divisions-old > .fsElementContent .fsContent > footer .fsElementFooterContent,
body:not(.fsComposeMode) .divisions-old > .fsElementContent .fsContent > footer p {
  margin: 0;
}

body:not(.fsComposeMode) .divisions-old > .fsElementContent .fsContent > footer a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  font-size: 0;
  z-index: 2;
}

.at-a-glance {
  position: relative;
}

@media (min-width: 1000px) {
  .at-a-glance .glance-intro {
    padding: 120px 50px 90px 50px;
    width: calc(100% - 880px);
  }
}

@media (min-width: 1000px) {
  .at-a-glance .fsResourceElement {
    width: 780px;
    position: absolute;
    top: 75px;
    right: 50px;
  }
}

.at-a-glance .stats {
  background: #9D2234 url(images/logo-shadow.svg) 50px top no-repeat;
  background-size: 278px 353px;
  color: #ffffff;
  min-height: 353px;
}

.at-a-glance .stats > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1000px) {
  .at-a-glance .stats > .fsElementContent .fsContent {
    margin: 0;
    width: 20%;
    padding: 0 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 353px;
    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;
  }
}

.at-a-glance .stats > .fsElementContent .fsContent h2 {
  color: inherit;
}

.j-poster > a:hover h3,
.j-poster > a:focus h3 {
  color: #9D2234;
}

/*! _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: #6D6E70;
  background: transparent;
}

.fsNavigation a {
  display: block;
  padding: 10px 0;
  color: #9D2234;
  background: transparent;
}

.fsNavigation a:hover,
.fsNavigation a:focus {
  color: #6D6E70;
  background: transparent;
}

.fsNavigation .fsNavLevel2 > li > a {
  padding-left: 10px;
}

.fsNavigation .fsNavLevel3 > li > a {
  padding-left: 20px;
}

.fsNavigation .fsNavLevel4 > li > a {
  padding-left: 30px;
}

.fsNavigation .fsNavLevel5 > li > a {
  padding-left: 40px;
}

.fsBreadcrumb ul li {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 15px;
  text-transform: uppercase;
}

.fsBreadcrumb ul li:last-child {
  border-bottom: 2px solid #9D2234;
}

.fsBreadcrumb ul li:last-child a {
  color: #313131;
}

.fsBreadcrumb ul li a {
  display: inline-block;
  padding: 0 0 7px;
  text-decoration: none;
  color: #6D6E70;
}

.fsBreadcrumb ul li a:hover,
.fsBreadcrumb ul li a:focus {
  color: #9D2234;
}

.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: #F3F3F3;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  padding-right: 40px;
  padding-left: 40px;
}

@media (max-width: 1000px) {
  .nav-tier {
    display: none !important;
  }
}

@media (min-width: 1300px) {
  .nav-tier {
    padding-right: 0;
    padding-left: 0;
  }
}

.nav-tier.nav-tier-empty {
  display: none;
}

.nav-tier > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

@media (max-width: 1000px) {
  .nav-tier > .fsElementContent {
    display: none;
  }
}

.nav-tier ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-tier ul li {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.nav-tier ul li a {
  display: block;
  padding: 2px 5px;
  color: #313131;
  background: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-bottom: 2px solid transparent;
  text-decoration: none;
}

.nav-tier ul li a:hover,
.nav-tier ul li a:focus {
  color: #313131;
  background: transparent;
  border-color: #9D2234;
}

.nav-tier ul li.fsNavCurrentPage > a {
  color: #313131;
  background: transparent;
  border-color: #9D2234;
}

.nav-tier ul li.fsNavCurrentPage > a:hover,
.nav-tier ul li.fsNavCurrentPage > a:focus {
  color: #313131;
  background: transparent;
}

.nav-tier ul li.fsNavCurrentPageAncestor {
  background: transparent;
}

.nav-tier ul li.fsNavCurrentPageAncestor > a {
  color: #313131;
  background: transparent;
  border-color: #9D2234;
}

.nav-tier ul li.fsNavCurrentPageAncestor > a:hover,
.nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
  color: #313131;
  background: transparent;
}

.nav-tier .fsNavLevel1 {
  padding-left: 0;
  text-align: center;
}

@media (max-width: 1000px) {
  .nav-tier .fsNavLevel1 {
    text-align: left;
    padding-top: 20px;
  }
}

.nav-tier .fsNavLevel1 > li {
  display: inline-block;
  position: relative;
}

@media (max-width: 1000px) {
  .nav-tier .fsNavLevel1 > li {
    display: block;
  }
}

@media (min-width: 1000px) {
  .nav-tier .fsNavLevel1 > li {
    padding: 0 10px !important;
  }
}

.nav-tier .fsNavLevel2 {
  display: none;
}

.nav-sub {
  border: 1px solid #D8D8D8;
  background-color: #F3F3F3;
  padding: 26px 30px;
  display: none;
}

@media screen and (max-width: 599px) {
  .nav-sub > header {
    display: block;
    position: relative;
  }

  .nav-sub > header .fsElementTitle {
    position: relative;
    margin-top: 0;
    font-weight: normal;
    color: #002855;
    font-size: 25px;
    line-height: 37px;
    margin-bottom: 15px;
    margin-bottom: 0;
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    color: #e5e5e5;
    background-color: #002855;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
  }

  .nav-sub > header .fsElementTitle:hover {
    background-color: #636363;
    color: #e5e5e5;
  }
}

@media screen and (max-width: 599px) and (min-width: 600px) {
  .nav-sub > header .fsElementTitle {
    cursor: default;
  }
}

@media screen and (max-width: 599px) {
  .nav-sub > header .fsElementTitle:after {
    content: "+";
    line-height: 1;
    position: absolute;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    right: 20px;
  }

  .nav-sub > .fsElementContent {
    position: relative;
    display: block;
    background-color: #e5e5e5;
  }

  .nav-sub > .fsElementContent ul li a {
    display: block;
    padding: 10px 20px;
    color: #9D2234;
    background: transparent;
  }

  .nav-sub > .fsElementContent ul li a:hover,
  .nav-sub > .fsElementContent ul li a:focus {
    color: #6D6E70;
    background: #ffffff;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
    color: #6D6E70;
    background: #cfcfcf;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover,
  .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
    color: #002855;
    background: #b2b2b2;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor {
    background: #cfcfcf;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
    color: #9D2234;
    background: transparent;
  }

  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover,
  .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
    color: #9D2234;
    background: #cfcfcf;
  }

  .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
    padding-left: 20px;
  }

  .nav-sub > .fsElementContent .fsNavLevel2 > li > a {
    padding-left: 30px;
  }

  .nav-sub > .fsElementContent .fsNavLevel3 > li > a {
    padding-left: 40px;
  }

  .nav-sub > .fsElementContent .fsNavLevel4 > li > a {
    padding-left: 50px;
  }

  .nav-sub > .fsElementContent .fsNavLevel5 > li > a {
    padding-left: 60px;
  }

  .nav-sub.active-nav > header .fsElementTitle {
    background-color: #002855;
    color: #e5e5e5;
  }

  .nav-sub.active-nav > header .fsElementTitle:after {
    content: "-";
  }
}

@media (min-width: 600px) {
  .nav-sub {
    display: block;
  }
}

.nav-sub > .fsElementContent {
  height: auto;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 600px) {
  .nav-sub > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1;
  }
}

.nav-sub.active-nav > .fsElementContent {
  max-height: 9999px;
  visibility: visible;
  opacity: 1;
}

.fsHeader .nav-sub {
  display: block;
}

@media (min-width: 600px) {
  .fsHeader .nav-sub {
    display: none;
  }
}

.nav-sub.nav-sub-empty {
  display: none !important;
}

.nav-sub ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-sub ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.nav-sub ul li a {
  display: block;
  padding: 10px 6px;
  color: #313131;
  background: transparent;
  text-decoration: none;
}

.nav-sub ul li a:hover,
.nav-sub ul li a:focus {
  color: #313131;
  background: transparent;
}

.nav-sub ul li.fsNavCurrentPage > a {
  color: #9D2234;
  background: transparent;
}

.nav-sub ul li.fsNavCurrentPage > a:hover,
.nav-sub ul li.fsNavCurrentPage > a:focus {
  color: #313131;
  background: transparent;
}

.nav-sub ul li.fsNavCurrentPageAncestor {
  background: transparent;
}

.nav-sub ul li.fsNavCurrentPageAncestor > a {
  color: #9D2234;
  background: transparent;
}

.nav-sub ul li.fsNavCurrentPageAncestor > a:hover,
.nav-sub ul li.fsNavCurrentPageAncestor > a:focus {
  color: #313131;
  background: transparent;
}

.nav-sub .fsNavLevel1 {
  padding-left: 0;
}

@media screen and (max-width: 599px) {
  .nav-sub .fsNavLevel1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.nav-sub .fsNavLevel1 > li {
  border-bottom: solid 1px #D8D8D8;
}

.nav-sub .fsNavLevel1 > li.fsNavCurrentPageAncestor {
  border-bottom: 1px solid #9D2234;
}

.nav-sub .fsNavLevel1 > li:last-child {
  border-bottom: none;
}

.nav-sub .fsNavLevel1 > li > a:hover,
.nav-sub .fsNavLevel1 > li > a:focus {
  color: #9D2234;
}

.nav-sub .fsNavLevel1 .fsNavPageInfo {
  display: none;
}

.nav-sub .fsNavLevel1 .fsNavCurrentPageAncestor .fsNavPageInfo {
  display: block;
}

.nav-sub .fsNavLevel2 > li {
  margin-top: 7px;
  margin-bottom: 7px;
}

.nav-sub .fsNavLevel2 > li.fsNavCurrentPage > a,
.nav-sub .fsNavLevel2 > li.fsNavCurrentPageAncestor > a {
  color: #313131;
  border-color: #9D2234;
}

.nav-sub .fsNavLevel2 > li > a {
  padding-left: 12px;
  border-left: 1px solid transparent;
  padding-top: 1px;
  padding-bottom: 1px;
}

.nav-sub .fsNavLevel2 > li > a:hover,
.nav-sub .fsNavLevel2 > li > a:focus {
  border-color: #9D2234;
}

.nav-sub .fsNavLevel3 > li > a {
  padding-left: 18px;
}

.nav-sub .fsNavLevel4 > li > a {
  padding-left: 24px;
}

.nav-sub .fsNavLevel5 > li > a {
  padding-left: 30px;
}

.nav-main {
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .nav-main {
    position: absolute;
    top: 62px;
    right: 50px;
  }
}

@media (min-width: 1200px) {
  .header-opaque .nav-main {
    position: relative;
    top: auto;
    right: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 24px;
  }
}

.fsHeader .nav-main {
  display: none;
}

@media (min-width: 1000px) {
  .fsHeader .nav-main {
    display: block;
  }
}

@media (min-width: 1000px) {
  .nav-main .fsNavLevel1 {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .no-flexbox .nav-main .fsNavLevel1 {
    text-align: justify;
    font-size: 0.1px;
  }

  .no-flexbox .nav-main .fsNavLevel1 > li {
    display: inline-block;
  }

  .no-flexbox .nav-main .fsNavLevel1:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}

.nav-main .fsNavLevel1 > li {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1px;
  font-weight: 500;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 8px;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .nav-main .fsNavLevel1 > li {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 1.5px;
  }
}

.header-opaque .nav-main .fsNavLevel1 > li {
  font-size: 14px;
  line-height: 17px;
}

@media (min-width: 1400px) {
  .header-opaque .nav-main .fsNavLevel1 > li {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (min-width: 1000px) {
  .nav-main .fsNavLevel1 > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto;
            flex: 1 auto;
  }
}

.nav-main .fsNavLevel1 > li:last-child {
  margin-right: 0;
}

.nav-main .fsNavLevel1 > li:last-child > a {
  padding-right: 0;
}

.nav-main .fsNavLevel1 > li:hover > a {
  color: #313131;
  background: transparent;
}

.nav-main .fsNavLevel1 > li:hover > a:after {
  width: 100%;
}

.nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
  color: #313131;
  background: transparent;
}

.nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:after {
  width: 100%;
}

.nav-main .fsNavLevel1 > li > a {
  display: block;
  color: #313131;
  background: transparent;
  padding: 6px;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.nav-main .fsNavLevel1 > li > a:after {
  display: block;
  content: '';
  background: #9D2234;
  height: 2px;
  width: 0px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}

.header-opaque .nav-main .fsNavLevel1 > li > a {
  padding: 6px 2px;
}

@media (min-width: 1400px) {
  .header-opaque .nav-main .fsNavLevel1 > li > a {
    padding: 6px;
  }
}

.has-hero .nav-main .fsNavLevel1 > li > a,
.header-pinned:not(.header-opaque) .nav-main .fsNavLevel1 > li > a {
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.nav-main .fsNavLevel1 > li > a:focus {
  color: #313131;
  background: transparent;
}

html.js .nav-main .fsNavLevel1 > li,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open {
  position: relative;
}

html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}

.menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo,
.menu-item-open html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
}

html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
}

html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open.menu-item-open > .fsNavPageInfo {
  max-height: 9999px;
}

html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo,
html.js .nav-main .fsNavLevel1 > li > a:hover .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open:hover .fsNavPageInfo,
html:not(.js) .nav-main .fsNavLevel1 > li.menu-item-open > a:hover .fsNavPageInfo {
  max-height: 9999px;
  -webkit-box-shadow: 0 0 0 1px #D8D8D8;
          box-shadow: 0 0 0 1px #D8D8D8;
}

html:not(.js) .nav-main .fsNavLevel1 > li {
  position: relative;
}

html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}

html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
  max-height: 9999px;
}

@media (max-width: 599px) {
  html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
    max-height: 9999px;
  }
}

.nav-main .fsNavPageInfo {
  background: #ffffff;
  text-align: left;
  z-index: 300;
  width: 260px;
}

html:not(.js) .nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

html:not(.js) .nav-main .fsNavLevel1 > li:nth-last-child(2) .fsNavPageInfo {
  right: 0;
  left: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

html:not(.js) .nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
  right: 0;
  left: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.nav-main .fsNavLevel2 > li:last-child {
  margin-bottom: 20px;
}

.nav-main .fsNavLevel2 li {
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  padding: 0 20px;
  letter-spacing: normal;
}

.nav-main .fsNavLevel2 li a {
  display: block;
  color: #313131;
  background: transparent;
  padding: 0.625em 0;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  outline: none;
}

.nav-main .fsNavLevel2 li a:hover,
.nav-main .fsNavLevel2 li a:focus {
  color: #313131;
  background: transparent;
  border-color: #9D2234;
}

.nav-main .fsNavLevel2 li:first-child > a {
  padding-top: 20px;
}

.nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
  color: #313131;
  background: transparent;
}

.drawer-ribbon {
  position: relative;
  height: 43px;
  width: 43px;
  margin: 0;
}

@media (min-width: 1000px) {
  .drawer-ribbon {
    display: none;
  }
}

.mobile-toggle {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  height: 43px;
  width: 43px;
  color: transparent;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.mobile-toggle:before {
  content: "\E90F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #313131;
  font-size: 24px;
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header-pinned .mobile-toggle:before,
.has-hero .mobile-toggle:before {
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.header-opaque .mobile-toggle:before {
  color: #6D6E70;
  text-shadow: none;
}

.drawer-is-active .mobile-toggle:before {
  font-size: 20px;
  content: "\E917";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #6D6E70;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-shadow: none;
}

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s,
 visibility .3s,
 -webkit-transform .3s;
  transition: opacity .3s,
 visibility .3s,
 -webkit-transform .3s;
  transition: opacity .3s,
 visibility .3s,
 transform .3s;
  transition: opacity .3s,
 visibility .3s,
 transform .3s,
 -webkit-transform .3s;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(20%, 0, 0);
          transform: translate3d(20%, 0, 0);
  -webkit-transform: translate(20%, 0);
      -ms-transform: translate(20%, 0);
          transform: translate(20%, 0);
  position: fixed;
  overflow: auto;
  height: 100%;
  top: 85px;
  max-width: 37.5em;
  background: #ffffff;
  padding-bottom: 80px;
  z-index: 9000;
}

.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);
}

.nav-utility-mobile {
  margin: 30px 0;
}

.nav-utility-mobile ul.fsNavLevel1 {
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;
}

.nav-utility-mobile ul.fsNavLevel1,
.nav-utility-mobile ul.fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-utility-mobile ul.fsNavLevel1 li {
  margin: 0;
  padding: 0;
}

.nav-utility-mobile ul.fsNavLevel1 li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 16px;
}

.nav-utility-mobile ul.fsNavLevel1 li.search-trigger {
  display: none;
}

.nav-utility-mobile ul.fsNavLevel1 li a {
  color: #6D6E70;
  text-decoration: none;
  padding: 5px;
}

.nav-utility-mobile ul.fsNavLevel1 li a:hover,
.nav-utility-mobile ul.fsNavLevel1 li a:focus {
  color: #9D2234;
}

.nav-main-mobile {
  margin: 0;
  zoom: 1;
  background: #ffffff;
  margin-bottom: 30px !important;
}

.nav-main-mobile:after {
  display: table;
  clear: both;
  content: '';
}

.nav-main-mobile ul.fsNavLevel1 {
  display: block;
  margin: 0;
  padding: 0;
}

.nav-main-mobile ul.fsNavLevel1,
.nav-main-mobile ul.fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-main-mobile ul.fsNavLevel1 li {
  margin: 0;
  padding: 0;
}

.nav-main-mobile ul.fsNavLevel1 > li {
  padding: 20px 0 !important;
}

.nav-main-mobile ul.fsNavLevel1 li {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding: 0;
  z-index: 10;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 28px;
  border-bottom: 1px solid #D8D8D8;
  zoom: 1;
}

.nav-main-mobile ul.fsNavLevel1 li:after {
  display: table;
  clear: both;
  content: '';
}

.nav-main-mobile ul.fsNavLevel1 li:last-child > a {
  padding-bottom: 0;
}

.nav-main-mobile ul.fsNavLevel1 li.active {
  background: #F3F3F3;
}

.nav-main-mobile ul.fsNavLevel1 li.active > a {
  border-color: #9D2234;
}

.nav-main-mobile ul.fsNavLevel1 li.fsNavCurrentPage > a {
  color: #9D2234;
}

.nav-main-mobile ul.fsNavLevel1 li button.sub-trigger {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 20px;
  right: 7px;
  text-align: center;
  cursor: pointer;
  color: transparent;
  font-size: 0;
}

@media (min-width: 700px) {
  .nav-main-mobile ul.fsNavLevel1 li button.sub-trigger {
    right: 8px;
  }
}

.nav-main-mobile ul.fsNavLevel1 li button.sub-trigger:after {
  content: "\E913";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  font-weight: normal;
  color: #313131;
  font-size: 20px;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.nav-main-mobile ul.fsNavLevel1 li button.sub-trigger:hover:after {
  color: #9D2234;
}

#fsMenu .nav-main-mobile li.active > button.sub-trigger:after {
  content: "\E91A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.nav-main-mobile ul.fsNavLevel1 li a {
  display: block;
  color: #313131;
  padding: 0 30px 0 10px;
  margin: 0 0 0 20px;
  text-decoration: none;
  width: calc(100% - 45px);
  border-left: 2px solid transparent;
}

.nav-main-mobile ul.fsNavLevel1 li a:hover,
.nav-main-mobile ul.fsNavLevel1 li a:focus {
  color: #002855;
  background: transparent;
}

.nav-main-mobile ul.fsNavLevel2 {
  margin: 0;
  background: #F3F3F3;
}

.nav-main-mobile ul.fsNavLevel2 > li {
  margin: 8px 0 8px 28px;
  letter-spacing: normal;
}

.nav-main-mobile ul.fsNavLevel2 li {
  text-transform: none;
  border: none;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  padding: 10px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #F3F3F3;
}

.nav-main-mobile ul.fsNavLevel2 li:last-child {
  padding-bottom: 0 !important;
}

.nav-main-mobile ul.fsNavLevel2 li button.sub-trigger {
  top: 16px;
}

.nav-main-mobile ul.fsNavLevel2 li:last-child {
  padding-bottom: 20px;
}

.nav-main-mobile ul.fsNavLevel2 li > a {
  color: #313131;
  padding: 0 0 0 10px;
}

.nav-main-mobile ul.fsNavLevel2 li > a:hover,
.nav-main-mobile ul.fsNavLevel2 li > a:focus {
  color: #002855;
}

.nav-main-mobile ul.fsNavLevel2 li.fsNavCurrentPage > a {
  color: #313131;
  border-color: #9D2234;
}

.nav-main-mobile ul.fsNavLevel3 {
  margin-left: 0;
}

.nav-main-mobile ul.fsNavLevel3 > li {
  font-size: 15px;
  line-height: 25px;
  margin: 10px 0 10px 15px;
}

.nav-main-mobile ul.fsNavLevel3 > li button.sub-trigger {
  top: 8px;
  height: 25px;
}

.nav-main-mobile ul.fsNavLevel4 > li {
  font-size: 15px;
  margin: 10px 0 10px 30px;
}

.nav-main-mobile ul.fsNavLevel5 > li {
  font-size: 15px;
  margin: 10px 0 10px 15px;
}

.nav-main-mobile .fsNavPageInfo {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background: none;
  overflow: visible;
  max-height: 100%;
}

.nav-social .fsNavLevel1 {
  font-size: 0;
  text-align: center;
}

.nav-social .fsNavLevel1,
.nav-social .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-social .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}

.nav-social .fsNavLevel1 li {
  display: inline-block;
}

.nav-social .fsNavLevel1 li:not(:last-child) {
  margin-right: 10px;
}

.nav-social .fsNavLevel1 [href*='facebook']:before {
  content: "\F09A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='instagram']:before {
  content: "\F16D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='linkedin']:before {
  content: "\F0E1";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='pinterest']:before {
  content: "\F0D2";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='tumblr']:before {
  content: "\F173";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='twitter']:before {
  content: "\F099";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='vimeo']:before {
  content: "\F27D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='vine']:before {
  content: "\F1CA";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='youtube']:before {
  content: "\F16A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='googleplus']:before {
  content: "\F0D5";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='wechat']:before {
  content: "\F1D7";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='flickr']:before {
  content: "\F16E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='wordpress']:before {
  content: "\F19A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='rss']:before {
  content: "\F09E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='facebook']:hover,
.nav-social .fsNavLevel1 [href*='facebook']:focus {
  background: #ffffff;
  border-color: #ffffff;
}

.nav-social .fsNavLevel1 [href*='facebook']:hover:before,
.nav-social .fsNavLevel1 [href*='facebook']:focus:before {
  color: #002855;
}

.nav-social .fsNavLevel1 [href*='instagram']:hover,
.nav-social .fsNavLevel1 [href*='instagram']:focus {
  background: #ffffff;
  border-color: #ffffff;
}

.nav-social .fsNavLevel1 [href*='instagram']:hover:before,
.nav-social .fsNavLevel1 [href*='instagram']:focus:before {
  color: #002855;
}

.nav-social .fsNavLevel1 [href*='linkedin']:hover,
.nav-social .fsNavLevel1 [href*='linkedin']:focus {
  background: #ffffff;
  border-color: #ffffff;
}

.nav-social .fsNavLevel1 [href*='linkedin']:hover:before,
.nav-social .fsNavLevel1 [href*='linkedin']:focus:before {
  color: #002855;
}

.nav-social .fsNavLevel1 [href*='pinterest']:hover,
.nav-social .fsNavLevel1 [href*='pinterest']:focus {
  background: #ffffff;
  border-color: #ffffff;
}

.nav-social .fsNavLevel1 [href*='pinterest']:hover:before,
.nav-social .fsNavLevel1 [href*='pinterest']:focus:before {
  color: #002855;
}

.nav-social .fsNavLevel1 [href*='tumblr']:hover,
.nav-social .fsNavLevel1 [href*='tumblr']:focus {
  background: #ffffff;
  border-color: #ffffff;
}

.nav-social .fsNavLevel1 [href*='tumblr']:hover:before,
.nav-social .fsNavLevel1 [href*='tumblr']:focus:before {
  color: #002855;
}

.nav-social .fsNavLevel1 [href*='twitter']:hover,
.nav-social .fsNavLevel1 [href*='twitter']:focus {
  background: #ffffff;
  border-color: #ffffff;
}

.nav-social .fsNavLevel1 [href*='twitter']:hover:before,
.nav-social .fsNavLevel1 [href*='twitter']:focus:before {
  color: #002855;
}

.nav-social .fsNavLevel1 [href*='vimeo']:hover,
.nav-social .fsNavLevel1 [href*='vimeo']:focus {
  background: #ffffff;
  border-color: #ffffff;
}

.nav-social .fsNavLevel1 [href*='vimeo']:hover:before,
.nav-social .fsNavLevel1 [href*='vimeo']:focus:before {
  color: #002855;
}

.nav-social .fsNavLevel1 [href*='vine']:hover,
.nav-social .fsNavLevel1 [href*='vine']:focus {
  background: #ffffff;
  border-color: #ffffff;
}

.nav-social .fsNavLevel1 [href*='vine']:hover:before,
.nav-social .fsNavLevel1 [href*='vine']:focus:before {
  color: #002855;
}

.nav-social .fsNavLevel1 [href*='youtube']:hover,
.nav-social .fsNavLevel1 [href*='youtube']:focus {
  background: #ffffff;
  border-color: #ffffff;
}

.nav-social .fsNavLevel1 [href*='youtube']:hover:before,
.nav-social .fsNavLevel1 [href*='youtube']:focus:before {
  color: #002855;
}

.nav-social .fsNavLevel1 [href*='googleplus']:hover,
.nav-social .fsNavLevel1 [href*='googleplus']:focus {
  background: #ffffff;
  border-color: #ffffff;
}

.nav-social .fsNavLevel1 [href*='googleplus']:hover:before,
.nav-social .fsNavLevel1 [href*='googleplus']:focus:before {
  color: #002855;
}

.nav-social .fsNavLevel1 [href*='wechat']:hover,
.nav-social .fsNavLevel1 [href*='wechat']:focus {
  background: #ffffff;
  border-color: #ffffff;
}

.nav-social .fsNavLevel1 [href*='wechat']:hover:before,
.nav-social .fsNavLevel1 [href*='wechat']:focus:before {
  color: #002855;
}

.nav-social .fsNavLevel1 [href*='flickr']:hover,
.nav-social .fsNavLevel1 [href*='flickr']:focus {
  background: #ffffff;
  border-color: #ffffff;
}

.nav-social .fsNavLevel1 [href*='flickr']:hover:before,
.nav-social .fsNavLevel1 [href*='flickr']:focus:before {
  color: #002855;
}

.nav-social .fsNavLevel1 [href*='wordpress']:hover,
.nav-social .fsNavLevel1 [href*='wordpress']:focus {
  background: #ffffff;
  border-color: #ffffff;
}

.nav-social .fsNavLevel1 [href*='wordpress']:hover:before,
.nav-social .fsNavLevel1 [href*='wordpress']:focus:before {
  color: #002855;
}

.nav-social .fsNavLevel1 [href*='rss']:hover,
.nav-social .fsNavLevel1 [href*='rss']:focus {
  background: #ffffff;
  border-color: #ffffff;
}

.nav-social .fsNavLevel1 [href*='rss']:hover:before,
.nav-social .fsNavLevel1 [href*='rss']:focus:before {
  color: #002855;
}

.nav-social .fsNavLevel1 a {
  display: block;
  position: relative;
  background: transparent;
  height: 35px;
  width: 35px;
  border: 1px solid #ffffff;
}

.nav-social .fsNavLevel1 a:before {
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.nav-social .fsNavLevel1 [href*='plus.google.com']:before {
  content: "\F0D5";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-social .fsNavLevel1 [href*='plus.google.com']:hover,
.nav-social .fsNavLevel1 [href*='plus.google.com']:focus {
  background: #db4f46;
  border-color: #db4f46;
}

.nav-social .fsNavLevel1 [href*='plus.google.com']:hover:before,
.nav-social .fsNavLevel1 [href*='plus.google.com']:focus:before {
  color: #fff;
}

.nav-utility-header {
  display: none;
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .nav-utility-header {
    display: block;
    position: absolute;
    top: 11px;
    right: 50px;
  }
}

@media (min-width: 1200px) {
  .header-opaque .nav-utility-header {
    position: relative;
    top: auto;
    right: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 24px;
  }
}

.nav-utility-header .fsNavLevel1,
.nav-utility-header .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-utility-header .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}

.nav-utility-header .fsNavLevel1 li {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.header-opaque .nav-utility-header .fsNavLevel1 li {
  font-size: 12px;
  line-height: 14px;
}

@media (min-width: bp-galaxy) {
  .header-opaque .nav-utility-header .fsNavLevel1 li {
    font-size: 14px;
    line-height: 16px;
  }
}

.nav-utility-header .fsNavLevel1 li.apply a {
  color: #ffffff;
  background: #9D2234;
}

.header-pinned:not(.header-opaque) .nav-utility-header .fsNavLevel1 li.apply a {
  background: transparent;
  border: 1px solid #ffffff;
}

.nav-utility-header .fsNavLevel1 li.apply a:hover,
.nav-utility-header .fsNavLevel1 li.apply a:focus {
  background: #002855;
  color: #ffffff;
}

.nav-utility-header .fsNavLevel1 li.search-trigger a {
  font-size: 0;
  color: transparent;
}

.nav-utility-header .fsNavLevel1 li.search-trigger a:before {
  content: "\E907";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 14px;
  line-height: 16px;
  color: #6D6E70;
}

.header-pinned:not(.header-opaque) .nav-utility-header .fsNavLevel1 li.search-trigger a:before {
  color: #ffffff;
}

.nav-utility-header .fsNavLevel1 li.search-trigger a:hover:before,
.nav-utility-header .fsNavLevel1 li.search-trigger a:focus:before {
  color: #9D2234;
}

.nav-utility-header .fsNavLevel1 li a {
  color: #6D6E70;
  text-decoration: none;
  padding: 10px;
}

.has-hero .nav-utility-header .fsNavLevel1 li a,
.header-pinned:not(.header-opaque) .nav-utility-header .fsNavLevel1 li a {
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.has-hero .nav-utility-header .fsNavLevel1 li a:hover,
.has-hero .nav-utility-header .fsNavLevel1 li a:focus,
.header-pinned:not(.header-opaque) .nav-utility-header .fsNavLevel1 li a:hover,
.header-pinned:not(.header-opaque) .nav-utility-header .fsNavLevel1 li a:focus {
  text-decoration: underline;
}

.header-opaque .nav-utility-header .fsNavLevel1 li a {
  padding: 6px;
}

.header-opaque .nav-utility-header .fsNavLevel1 li a:hover,
.header-opaque .nav-utility-header .fsNavLevel1 li a:focus {
  background: #9D2234;
  text-shadow: none;
  border-color: #9D2234;
}

@media (min-width: bp-galaxy) {
  .header-opaque .nav-utility-header .fsNavLevel1 li a {
    padding: 10px;
  }
}

.nav-utility-header .fsNavLevel1 li a:hover,
.nav-utility-header .fsNavLevel1 li a:focus {
  color: #9D2234;
}

/*! structure - header v0.0.1 */

body:not(.has-hero):not(.home) #fsHeader {
  border-bottom: 1px solid #F3F3F3;
}

body:not(.fsComposeMode) #fsHeader {
  background: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body:not(.fsComposeMode) #fsHeader .header-top {
  position: relative;
  margin-bottom: 6px;
  height: 85px;
  padding-top: 21px;
  padding-right: 15px;
  padding-left: 15px;
  z-index: 9000;
}

body:not(.fsComposeMode).drawer-is-active #fsHeader .header-top {
  background: #ffffff !important;
}

@media (max-width: 1000px) {
  body:not(.fsComposeMode).drawer-is-active #fsHeader .header-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) #fsHeader .header-top {
    height: 100px;
    padding-right: 50px;
    padding-left: 50px;
    top: 20px;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  body:not(.fsComposeMode).all-set #fsHeader .header-top {
    top: 0;
    opacity: 1;
  }
}

body:not(.fsComposeMode) #fsHeader .header-top > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body:not(.fsComposeMode).header-pinned #fsHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}

body:not(.fsComposeMode).header-pinned #fsHeader .header-top {
  margin: 0;
}

body:not(.fsComposeMode).header-pinned.fsAccountBarVisible #fsHeader {
  top: 45px;
}

body:not(.fsComposeMode).header-pinned:not(.header-opaque) #fsHeader {
  background: transparent;
}

body:not(.fsComposeMode).header-pinned.header-opaque #fsHeader {
  border-bottom: 1px solid #F3F3F3;
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode).header-pinned.header-opaque #fsHeader .header-top {
    height: 75px;
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode).header-pinned.header-opaque #fsHeader .header-top > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

body:not(.fsComposeMode).header-pinned.header-opaque #fsHeader .site-info-container {
  height: 44px;
  width: 35px;
}

@media (min-width: 1200px) {
  body:not(.fsComposeMode).header-pinned.header-opaque #fsHeader .site-info-container {
    margin-top: 20px;
    position: relative;
    top: auto;
    left: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode).header-pinned.header-opaque #fsHeader .site-info-container a {
    height: 44px;
    width: 35px;
    background: url(images/logo-shield.svg) no-repeat 0 50%;
    background-size: contain;
  }
}

body:not(.fsComposeMode).drawer-is-active #fsHeader {
  background: #ffffff !important;
}

.skip-link {
  margin: 0;
}

.skip-link a {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1em;
  background: #000000;
  color: #fff;
  font-size: 1em;
  line-height: 1;
  text-decoration: underline;
  -webkit-transition: -webkit-transform .1s ease-in;
  transition: -webkit-transform .1s ease-in;
  transition: transform .1s ease-in;
  transition: transform .1s ease-in, -webkit-transform .1s ease-in;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 9000;
}

.skip-link a:focus {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  color: #fff;
}

.site-info-container {
  height: 43px;
  width: 185px;
  margin: 0;
}

@media (min-width: 1000px) {
  .site-info-container {
    position: absolute;
    top: 20px;
    left: 50px;
  }
}

@media (min-width: 1330px) {
  .site-info-container {
    height: 79px;
    width: 345px;
  }
}

.site-info-container a {
  display: block;
  color: transparent;
  font-size: 0;
  height: 43px;
  width: 185px;
  background: url(images/logo-horizontal.svg) no-repeat 0 50%;
  background-size: contain;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 1330px) {
  .site-info-container a {
    height: 79px;
    width: 345px;
  }
}

.has-hero:not(.drawer-is-active) .site-info-container a,
.header-pinned:not(.header-opaque):not(.drawer-is-active) .site-info-container a {
  background: url(images/logo-horizontal-whitetext.svg) no-repeat 0 50%;
  background-size: contain;
}

.site-info-container a:hover {
  color: transparent;
}

.hero {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: 0;
  top: -85px;
  margin-bottom: -85px;
  background-size: cover;
  background-position: 50% top;
}

@media (min-width: 1000px) {
  .hero {
    top: -100px;
    margin-bottom: -100px;
  }
}

.hero > header .fsElementTitle {
  position: absolute;
  text-align: center;
  bottom: 55px;
  left: 0;
  width: 100%;
  color: #ffffff;
  z-index: 10;
  margin: 0;
}

@media (max-width: 700px) {
  .hero > header .fsElementTitle {
    font-size: 25px;
    line-height: 35px;
    bottom: 15px;
  }
}

.hero article {
  position: relative;
}

.hero article:before,
.hero article:after {
  height: 35%;
  width: 100vw;
  content: '';
  position: absolute;
  left: 0;
}

@media (min-width: 700px) {
  .hero article:before,
  .hero article:after {
    height: 200px;
  }
}

.hero article:before {
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: .5;
}

.hero article:after {
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: .5;
}

.hero article img {
  width: 100%;
  min-height: 300px;
}

@media (max-width: 800px) {
  .hero article img {
    opacity: 0;
  }
}

#fsFooter {
  background: #002855;
  color: #fff;
}

@media (min-width: 700px) {
  #fsFooter {
    padding-bottom: 40px;
  }
}

@media (min-width: 1000px) {
  #fsFooter {
    padding-bottom: 0;
  }
}

#fsFooter .fsBanner:after {
  content: normal;
}

#fsFooter .nav-social {
  margin-bottom: 38px;
}

@media (min-width: 700px) {
  #fsFooter .nav-social {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-top: -35px;
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) {
  #fsFooter .nav-social {
    margin-top: 0;
  }
}

#fsFooter .footer-bottom > .fsElementContent {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
}

@media (min-width: 700px) {
  #fsFooter .footer-bottom > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1000px) {
  #fsFooter .footer-bottom > .fsElementContent {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (min-width: 1220px) {
  #fsFooter .footer-bottom > .fsElementContent {
    padding-right: 0;
    padding-left: 0;
  }
}

.tagline {
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}

@media (min-width: 700px) {
  .tagline {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(50% - 151px);
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    text-align: left;
    padding-right: 15px;
    margin: 0;
  }
}

@media (min-width: 1000px) {
  .tagline {
    width: calc(50% - 170px);
    max-width: 333px;
    padding-right: 0;
    padding-left: 50px;
  }
}

@media (min-width: 1220px) {
  .tagline {
    padding-left: 20px;
  }
}

.tagline .fsElementTitle {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
}

.shield {
  text-align: center;
}

@media (min-width: 700px) {
  .shield {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 242px;
    margin: 0;
  }
}

@media (min-width: 1000px) {
  .shield {
    width: 319px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

.shield a {
  display: block;
  height: 65px;
  width: 238px;
  font-size: 0;
  color: transparent;
  background: url(images/logo-centered-whitetext.svg) no-repeat 0 50%;
  background-size: contain;
  margin: 0 auto 36px;
}

@media (min-width: 700px) {
  .shield a {
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 1000px) {
  .shield a {
    height: 87px;
    width: 319px;
  }
}

@media (min-width: 700px) {
  .footer-ctas > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer-ctas > .fsElementContent .fsContent {
  background: #9D2234;
  margin: 0;
}

@media (min-width: 700px) {
  .footer-ctas > .fsElementContent .fsContent {
    width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.footer-ctas > .fsElementContent .fsContent a {
  display: block;
  padding: 20px;
  text-align: center;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

@media (min-width: 1000px) {
  .footer-ctas > .fsElementContent .fsContent a {
    font-size: 35px;
    line-height: 45px;
    padding: 40px 20px;
  }
}

.footer-ctas > .fsElementContent .fsContent a:before {
  display: block;
  content: '';
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #ffffff;
}

.footer-ctas > .fsElementContent .fsContent a:hover,
.footer-ctas > .fsElementContent .fsContent a:focus {
  background: #002855;
}

@media (min-width: 700px) {
  .school-details-container {
    width: calc(50% - 151px);
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0;
  }
}

@media (min-width: 1000px) {
  .school-details-container {
    padding-left: 50px;
    width: calc(50% - 170px);
    max-width: 333px;
  }
}

.school-details {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  text-align: center;
}

@media (min-width: 700px) {
  .school-details {
    text-align: left;
    padding-left: 15px;
  }
}

@media (min-width: 1000px) {
  .school-details {
    padding-left: 0;
  }
}

.school-details [itemprop='streetAddress'] {
  display: block;
}

.school-details a {
  color: inherit;
  text-decoration: none;
  font-weight: 300;
}

.school-details a:hover,
.school-details a:focus {
  text-decoration: underline;
  color: #ffffff;
}

.loading-spinner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 0.5s;
  transition: visibility 0s linear 0s, opacity 0.5s;
}

.loading-spinner .js-loading-spinner-copy {
  position: absolute;
  visibility: hidden;
  width: 1px;
  height: 1px;
}

body.fsDraftMode .loading-spinner {
  display: none;
  position: static;
  height: auto;
  width: auto;
}

.all-set .loading-spinner {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s;
  transition: visibility 0s linear 0.5s, opacity 0.5s;
}

.loading-spinner .shield-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  height: 125px;
  width: 99px;
  background: url(images/logo-shield.svg) no-repeat 0 50%;
  background-size: contain;
}

/*! 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: "Roboto", sans-serif;
  background: #002855;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 25px;
  color: #6D6E70;
}

#fsPageWrapper {
  overflow-x: hidden;
  position: relative;
}

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

body:not(.fsComposeMode).home #fsPageWrapper:before {
  display: block;
  content: '';
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  background: #ffffff;
  z-index: 9000;
  -webkit-transition: max-height 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: max-height 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body:not(.fsComposeMode).home.all-set #fsPageWrapper:before {
  max-height: 0;
}

@media (max-width: 1000px) {
  body:not(.fsComposeMode).drawer-is-active {
    position: fixed;
    height: 100%;
  }
}

#fsPageBodyWrapper {
  padding-right: 1.25em;
  padding-left: 1.25em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}

@media (max-width: 1000px) {
  .drawer-is-active #fsPageBodyWrapper {
    position: relative;
  }

  .drawer-is-active #fsPageBodyWrapper:before {
    display: block;
    content: '';
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 300;
  }
}

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 600px) {
  #fsPageBody {
    display: block;
  }
}

@media (min-width: 800px) {
  #fsPageBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#fsBannerLeft {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}

@media (min-width: 700px) {
  #fsBannerLeft {
    padding-right: 40px;
    width: 280px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 600px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 20px;
    width: 200px;
  }
}

@media (min-width: 700px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px;
  }
}

@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 20px;
    width: 200px;
  }
}

@media (min-width: 1000px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px;
  }
}

#fsPageContent {
  width: 100%;
}

.fsHasRightBanner #fsPageContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

@media (min-width: 600px) {
  .fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 240px);
  }
}

@media (min-width: 700px) {
  .fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 400px);
  }
}

.fsHasLeftBanner #fsPageContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

@media (min-width: 600px) {
  .fsHasLeftBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 200px);
  }
}

@media (min-width: 700px) {
  .fsHasLeftBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 280px);
  }
}

.fsHasLeftBanner.fsHasRightBanner #fsPageContent {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 600px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 200px);
  }
}

@media (min-width: 700px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: calc(100% - 280px);
  }
}

@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 440px);
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    width: calc(100% - 680px);
  }
}

#fsBannerRight {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}

@media (min-width: 700px) {
  #fsBannerRight {
    padding-left: 100px;
    width: 400px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding: 0;
}

@media (min-width: 600px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: calc(100% - 200px);
  }
}

@media (min-width: 700px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: calc(100% - 280px);
  }
}

@media (min-width: 800px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 20px;
    width: 240px;
  }
}

@media (min-width: 1000px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    padding-left: 100px;
    width: 400px;
  }
}

@media (min-width: 600px) {
  .fsLayout {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.fsLayout .fsDiv {
  margin-bottom: 20px;
  width: 100%;
  float: none;
}

@media (min-width: 600px) {
  .fsLayout .fsDiv {
    float: left;
  }
}

@media (min-width: 600px) {
  .fsLayout .fsDiv {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}

.fsLayout > header,
.fsLayout > footer {
  width: 100%;
}

@media (min-width: 600px) {
  .fsLayout > header,
  .fsLayout > footer {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}

@media (min-width: 800px) {
  .fsTwoColumnLayout .fsDiv {
    width: 50%;
  }
}

@media (min-width: 900px) {
  .fsThreeColumnLayout .fsDiv {
    width: 33.33333%;
  }
}

@media (min-width: 800px) {
  .fsFourColumnLayout .fsDiv {
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .fsFourColumnLayout .fsDiv {
    width: 25%;
  }
}

.fsLayout .fsStyleOneThird {
  float: none;
}

.fsLayout .fsStyleTwoThirds {
  float: none;
}

.fsLayout .fsStyleTwoThirds > .fsDiv {
  padding-left: 0;
  padding-right: 0;
  float: none;
}

@media (min-width: 600px) {
  .fsLayout .fsStyleTwoThirds > .fsTwoColumnLayout {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.fsTwoColumnWideRightLayout,
.fsElephantLeftLayout {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 600px) {
  .fsTwoColumnWideRightLayout,
  .fsElephantLeftLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.fsTwoColumnWideRightLayout > header,
.fsTwoColumnWideRightLayout > footer,
.fsElephantLeftLayout > header,
.fsElephantLeftLayout > footer {
  padding-left: 0;
  padding-right: 0;
}

.fsTwoColumnWideRightLayout .fsStyleOneThird,
.fsElephantLeftLayout .fsStyleOneThird {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    padding-left: 0;
    padding-right: 20px;
    width: 200px;
    margin-bottom: 0;
  }
}

@media (min-width: 700px) {
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    padding-right: 40px;
    width: 280px;
  }
}

.fsTwoColumnWideRightLayout .fsStyleTwoThirds,
.fsElephantLeftLayout .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 600px) {
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 200px);
  }
}

@media (min-width: 700px) {
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    width: calc(100% - 280px);
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
  width: 100%;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 240px);
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 400px);
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    margin-top: 0;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 100px;
    width: 400px;
  }
}

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px;
  }
}

@media (min-width: 700px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 280px;
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 280px;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: calc(100% - 200px);
  }
}

@media (min-width: 700px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: calc(100% - 280px);
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: calc(100% - 200px);
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: calc(100% - 280px);
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 200px);
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 280px);
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
    margin-top: 0;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-right: 0;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 200px);
  }
}

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 200px);
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 440px);
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    margin-top: 0;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px;
    margin-bottom: 0;
  }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 200px);
  }
}

.fsTwoColumnWideLeftLayout,
.fsElephantRightLayout {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 600px) {
  .fsTwoColumnWideLeftLayout,
  .fsElephantRightLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.fsTwoColumnWideLeftLayout > header,
.fsTwoColumnWideLeftLayout > footer,
.fsElephantRightLayout > header,
.fsElephantRightLayout > footer {
  padding-left: 0;
  padding-right: 0;
}

.fsTwoColumnWideLeftLayout .fsStyleOneThird,
.fsElephantRightLayout .fsStyleOneThird {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    padding-left: 20px;
    padding-right: 0;
    width: 240px;
    margin-bottom: 0;
  }
}

@media (min-width: 700px) {
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    padding-left: 100px;
    width: 400px;
  }
}

.fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
.fsElephantRightLayout .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 600px) {
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: calc(100% - 240px);
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 700px) {
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: calc(100% - 400px);
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
  width: 100%;
}

@media (min-width: 600px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 200px);
  }
}

@media (min-width: 700px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 280px);
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 200px);
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 280px);
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
  }
}

@media (min-width: 700px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px;
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 20px;
    width: 240px;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 100px;
    width: 400px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 240px);
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 400px);
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 240px);
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 400px);
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    margin-top: 0;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 100px;
    width: 400px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
    padding-left: 20px;
    width: 240px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: calc(100% - 240px);
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    margin-top: 0;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 200px);
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 440px);
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
    margin-bottom: 0;
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 0;
}

@media (min-width: 700px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 20px;
    width: 240px;
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    width: 100%;
    padding-left: 0;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 20px;
    width: 240px;
  }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 0;
}

@media (min-width: 700px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 240px);
  }
}

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 240px);
  }
}

#fsPoweredByFinalsite {
  margin: 0 auto 66px;
}

@media (min-width: 700px) {
  #fsPoweredByFinalsite {
    margin: 0;
    position: absolute;
    bottom: 40px;
    right: 50px;
  }
}

/*! 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 .fsFullName {
  font-size: 25px;
  font-weight: 500;
  line-height: 37px;
  font-weight: normal;
}

.fsConstituent .fsFullName a {
  text-decoration: none;
  color: #313131;
}

.fsConstituent .fsFullName a:hover,
.fsConstituent .fsFullName a:focus {
  color: #9D2234;
}

.fsConstituent[class*="fsThumbnailAlign"] .fsPhoto img,
.fsConstituent[class*="fsThumbnailAlign"] .fsProfileImage img {
  float: none;
  margin: 0;
}

.fsConstituent.fsThumbnailAlignLeft .fsPhoto,
.fsConstituent.fsThumbnailAlignLeft .fsProfileImage {
  float: left;
  padding-right: 0;
}

.fsConstituent.fsThumbnailAlignRight .fsPhoto,
.fsConstituent.fsThumbnailAlignRight .fsProfileImage {
  float: right;
  padding-left: 0;
}

.fsConstituentProfile {
  position: relative;
}

.fsConstituentProfile > div,
.fsConstituentProfile > h3 {
  margin-bottom: 20px;
}

.fsConstituentProfile > div > strong {
  display: block;
}

/*! elements - constituent default layout */

.fsConstituent .fsConstituentItem {
  float: none;
  width: calc(100% - 20px);
  margin: 0 auto 40px;
}

.fsConstituent.fsThumbnailAlignLeft .fsPhoto {
  margin-right: 10px;
  margin-bottom: 10px;
}

.fsConstituent.fsThumbnailAlignRight .fsPhoto {
  margin-left: 10px;
  margin-bottom: 10px;
}

.fsConstituentItem {
  padding-left: 10px;
  padding-right: 10px;
}

.fsConstituentItem > h3,
.fsConstituentItem > div {
  margin-bottom: 10px;
}

.fsConstituentItem > h3:last-child,
.fsConstituentItem > div:last-child {
  margin-bottom: 0;
}

.fsConstituentItem .fsPhoto img {
  display: block;
}

div[class^="fsConstituentColumnLayout"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

@media (min-width: 600px) {
  .fsConstituentColumnLayout_2 .fsConstituentItem,
  .fsConstituentColumnLayout_3 .fsConstituentItem,
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 800px) {
  .fsConstituentColumnLayout_3 .fsConstituentItem,
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(33.33% - 20px);
  }
}

@media (min-width: 1000px) {
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(25% - 20px);
  }
}

/*! elements - constituent profile */

.fsConstituent.fsProfile .fsFullName {
  margin-bottom: 20px;
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
  margin: 0 0 20px 0;
  padding: 0;
  float: none;
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3,
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
  float: none;
  width: 100%;
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
    padding: 0;
  }
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3:first-child,
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3:first-child,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3:first-child,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3:first-child {
  padding: 0;
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage {
  float: none;
}

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage {
    max-width: 40%;
  }
}

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto .fsProfileImage {
    max-width: 512px;
  }
}

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    max-width: 25%;
  }
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto .fsProfileImage {
    max-width: 128px;
  }
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSection:after,
.fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSection:after {
  display: none;
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSectionData,
.fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSectionData {
  float: none;
  display: block;
  width: 100%;
}

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSectionData > div,
.fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSectionData > div {
  clear: none;
}

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    margin-right: 20px;
    float: left;
  }
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3 {
    padding-left: calc(40% + 20px);
  }
}

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-left: 532px;
  }
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3 {
    padding-left: calc(25% + 20px);
  }
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-left: 148px;
  }
}

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    margin-left: 20px;
    float: right;
  }
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3 {
    padding-right: calc(40% + 20px);
  }
}

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-right: 532px;
  }
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
    padding-right: calc(25% + 20px);
  }
}

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > h3,
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-right: 148px;
  }
}

.fsProfileImage {
  margin-bottom: 20px;
}

.fsProfileImage img {
  display: block;
}

.fsProfileSection {
  margin-bottom: 20px;
}

.fsProfileSection h4 {
  margin: 0 0 1rem 0;
}

.fsProfileSectionData {
  margin-bottom: 1em;
}

.fsProfileSectionData:last-child {
  margin-bottom: 0;
}

.fsProfileSectionData.fsTitle {
  font-weight: inherit;
  font-size: 16px;
  line-height: 25px;
}

.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 #D8D8D8;
  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 #D8D8D8;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fsConstituentSearchForm > label > select {
  height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.fsConstituentSearchForm [type*='submit'] {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 10px;
  width: 100%;
}

@media (min-width: 600px) {
  .fsConstituentSearchForm [type*='submit'] {
    width: auto;
  }
}

/*! elements - constituent default layout */

.fsConstituent.fsDialog .fsProfileImage:first-child {
  margin-top: 1em;
}

.fsConstituent.fsDialog .fsProfileImage img {
  float: none;
  margin: 0;
}

.fsConstituent .fsDialogContent {
  padding-top: 45px;
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
  margin: 0 0 20px 0;
  padding: 0;
  float: none;
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
  float: none;
  width: 100%;
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
    padding: 0;
  }
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3:first-child,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3:first-child,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3:first-child,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3:first-child {
  padding: 0;
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage {
  float: none;
}

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage {
    max-width: 40%;
  }
}

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
    max-width: 25%;
  }
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage {
    max-width: 128px;
  }
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSection:after,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSection:after {
  display: none;
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData {
  float: none;
  display: block;
  width: 100%;
}

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData > div,
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData > div {
  clear: none;
}

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage {
    margin-right: 20px;
    float: left;
  }
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3 {
    padding-left: calc(40% + 20px);
  }
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3 {
    padding-left: calc(25% + 20px);
  }
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare > h3,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle > h3 {
    padding-left: 148px;
  }
}

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
    margin-left: 20px;
    float: right;
  }
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3 {
    padding-right: calc(40% + 20px);
  }
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
    padding-right: calc(25% + 20px);
  }
}

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare > h3,
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle > h3 {
    padding-right: 148px;
  }
}

/*! elements - accordion */

.fsAccordion .fsPanel > header,
.fsTabs .fsPanel > header {
  cursor: pointer;
  background: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid rgba(109, 110, 112, 0.5);
  margin-bottom: 2px;
}

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: block;
  font-size: 21px;
  padding: 12px 21px;
  color: #313131;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0;
  position: relative;
}

.fsAccordion .fsPanel > header h2 a,
.fsTabs .fsPanel > header h2 a {
  -webkit-transition: none;
  transition: none;
}

.fsAccordion .fsPanel > header:hover,
.fsTabs .fsPanel > header:hover {
  background: #002855;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header:hover h2,
.fsTabs .fsPanel > header:hover h2 {
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > .fsElementContent,
.fsTabs .fsPanel > .fsElementContent {
  border: 1px solid #9D2234;
  border-top: 0;
}

.fsAccordion .fsPanel.fsStateOpen,
.fsTabs .fsPanel.fsStateOpen {
  margin-bottom: 3px;
}

.fsAccordion .fsPanel.fsStateOpen > header,
.fsTabs .fsPanel.fsStateOpen > header {
  background: #9D2234;
  margin-bottom: 0;
}

.fsAccordion .fsPanel.fsStateOpen > header h2,
.fsTabs .fsPanel.fsStateOpen > header h2 {
  color: #ffffff;
}

.fsAccordion .fsPanel.fsStateOpen > header h2:before,
.fsTabs .fsPanel.fsStateOpen > header h2:before {
  content: "\E900";
}

.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: 12px;
  font-family: "IcoMoon";
  content: "\E901";
}

.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: 12px;
  font-family: "IcoMoon";
  content: "\E900";
}

.fsPanelIconBefore.fsAccordion .fsPanel > header h2,
.fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 40px;
}

.fsPanelIconBefore.fsAccordion .fsPanel > header h2:before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
  left: 13.33333px;
}

.fsPanelIconAfter.fsAccordion .fsPanel > header h2,
.fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 40px;
}

.fsPanelIconAfter.fsAccordion .fsPanel > header h2:before,
.fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
  display: none;
}

.fsPanelIconAfter.fsAccordion .fsPanel > header h2:after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
  right: 13.33333px;
}

.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before,
.fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: '';
}

/*! elements - athletics main */

/*! elements - athletics events */

.fsAthleticsEvent > .fsElementContent {
  width: 100%;
}

.fsAthleticsEvent .fsAlertFeeds {
  margin-bottom: 10px;
}

.fsAthleticsEvent .fsElementEventIcon {
  display: inline-block;
  max-width: 100%;
}

.fsAthleticsEvent .fsTitle {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
}

.fsAthleticsEvent div.fsTitle {
  display: inline-block;
}

/*! elements - athletics events - list subtype */

.fsAthleticsEvent.fsList .fsElementEventIcon {
  margin-right: 10px;
}

.fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
  outline: 0;
}

.fsAthleticsEvent.fsList .fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px;
}

.fsAthleticsEvent.fsList .fsAthleticsOpponents {
  display: inline;
}

.fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
  display: inline;
}

.fsAthleticsEvent.fsList .fsAthleticsEventReadMoreLink {
  display: inline-block;
  margin-top: 5px;
}

.fsAthleticsEvent.fsList .fsAthleticsDismissal,
.fsAthleticsEvent.fsList .fsAthleticsDeparture,
.fsAthleticsEvent.fsList .fsAthleticsReturn,
.fsAthleticsEvent.fsList .fsAthleticsPickup {
  margin-top: 5px;
}

.fsAthleticsEvent.fsList .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsList .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsList .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsList .fsAthleticsPickupLabel {
  display: inline-block;
}

.fsAthleticsEvent.fsList .fsAthleticsDismissalLabel + div,
.fsAthleticsEvent.fsList .fsAthleticsDepartureLabel + div,
.fsAthleticsEvent.fsList .fsAthleticsReturnLabel + div,
.fsAthleticsEvent.fsList .fsAthleticsPickupLabel + div {
  display: inline-block;
}

/*! elements - athletics events */

.fsAthleticsEvent.fsEvent article > div {
  margin-bottom: 10px;
}

.fsAthleticsEvent.fsEvent article > div:last-child {
  margin-bottom: 0;
}

.fsAthleticsEvent.fsEvent .fsAthleticsOpponents {
  display: inline-block;
}

.fsAthleticsEvent.fsEvent .fsAthleticsVs + div {
  display: inline-block;
}

/*! elements - athletics events - table*/

@media (min-width: 801px) {
  .fsAthleticsEvent.fsTable .fsTitle .fsElementEventIcon {
    max-width: 100px;
  }
}

@media (min-width: 801px) {
  .fsAthleticsEvent.fsTable .fsDateTime,
  .fsAthleticsEvent.fsTable .fsAthleticsScore {
    white-space: nowrap;
  }
}

.fsAthleticsEvent.fsTable .fsElementTable {
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .fsAthleticsEvent.fsTable .fsElementTable thead {
    display: none;
  }
}

.fsAthleticsEvent.fsTable .fsElementTable thead th {
  white-space: nowrap;
}

@media (max-width: 800px) {
  .fsAthleticsEvent.fsTable .fsElementTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td:not(:last-child) {
    border: 0;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td:first-of-type {
    padding-top: 10px;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td:last-of-type {
    padding-bottom: 10px;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td:before {
    display: inline-block;
    font-weight: 700;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
    content: 'Team: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents:before {
    content: 'Opponent: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate .fsDateTime {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate:before {
    content: 'Date: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime .fsDateTime {
    display: inline-block;
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime:before {
    content: 'Time: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsLocations:before {
    content: 'Location: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAdvantage:before {
    content: 'Advantage: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsEventType:before {
    content: 'Type: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails:before {
    content: 'Details: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsResult:before {
    content: 'Result: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsScore:before {
    content: 'Score: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAlerts:before {
    content: 'Alerts: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDismissal:before {
    content: 'Dismissal: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDeparture:before {
    content: 'Departure: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsReturn:before {
    content: 'Return Time: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsPickup:before {
    content: 'Pickup Time: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsRecap:before {
    content: 'Recap: ';
  }

  .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus:before {
    content: 'Status: ';
  }
}

.fsAthleticsEvent.fsTable .fsAthleticsVs + div {
  display: inline;
}

.fsAthleticsEvent.fsTable .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsTable .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsTable .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsTable .fsAthleticsPickupLabel {
  display: none;
}

.fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
  display: inline-block;
}

@media (min-width: 800px) {
  .fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
    display: block;
  }
}

body.fsComposeMode .fsAthleticsEvent.fsTable > .fsElementContent {
  overflow-x: auto;
}

/*! elements - athletics popup dialog box */

.fsAthleticsEvent.fsDialog {
  margin: auto;
}

.fsAthleticsEvent.fsDialog .fsAthleticsTitle {
  margin-top: 0;
  font-weight: normal;
  color: #002855;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 15px;
}

.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: 35px;
  margin-bottom: 35px;
  border-bottom: solid 1px #D8D8D8;
}

.fsAthleticsRosterList li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.fsAthleticsRosterList li > div {
  margin-bottom: 10px;
}

.fsAthleticsRosterList li > div:last-child {
  margin-bottom: 0;
}

.fsAthleticsRosterList li > div.fsRosterName {
  margin-bottom: 10px;
}

.fsAthleticsRosterList li > div.fsRosterName:before {
  display: none;
}

.fsAthleticsRosterList .fsCoachImage {
  display: block;
  margin-bottom: 10px;
}

/*! elements - athletics teams */

.fsAthleticsTeamDirectory {
  max-width: 100%;
}

.fsAthleticsTeamDirectory,
.fsAthleticsTeamDirectory ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsAthleticsTeamDirectory li {
  margin: 0;
  padding: 0;
}

.fsAthleticsTeamDirectory > li {
  margin-bottom: 10px;
}

.fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
  display: inline-block;
}

.fsAthleticsTeamIcon {
  margin-right: 10px;
}

.fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
    float: left;
  }
}

.fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
    float: right;
  }
}

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */

/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */

.fsCalendar .fsTitle {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 15px;
}

.fsCalendar .fsTitle a {
  color: #313131;
  text-decoration: none;
  font-weight: 300;
}

.fsCalendar .fsTitle a:hover,
.fsCalendar .fsTitle a:focus {
  color: #9D2234;
}

.fsCalendar .fsDate {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 15px;
}

.fsCalendar .fsEventDetails {
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
}

.fsCalendar .fsTimeRange {
  font-size: 17px;
  line-height: 27px;
}

.fsCalendar .fsLocation {
  font-size: 17px;
  line-height: 27px;
}

.fsCalendar .fsNotes,
.fsCalendar .fsDescription {
  font-size: 15px;
  line-height: 25px;
  margin-top: 15px;
  font-weight: normal;
}

.fsCalendar .fsNotes p:last-child,
.fsCalendar .fsDescription p:last-child {
  margin-bottom: 0;
}

.fsCalendar .fsReadMoreLink {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 10px;
}

@media (max-width: 500px) {
  .rd-container {
    left: 20px !important;
    width: calc(100% - 40px) !important;
  }
}

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */

.fsCalendar.fsList > header .fsElementTitle {
  font-weight: 300;
  margin-bottom: 25px;
}

.fsCalendar.fsList .fsListItems {
  padding-left: 22px;
  border-left: 1px solid #D8D8D8;
}

.fsCalendar.fsList article {
  margin-bottom: 40px;
}

.fsCalendar.fsList .fsDate {
  position: relative;
}

.fsCalendar.fsList .fsDate:before {
  display: block;
  content: '';
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background-color: #002855;
  position: absolute;
  top: 2px;
  left: -28px;
}

.fsCalendar.fsList .fsListItems + button {
  margin-top: 0;
}

/*! _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: 35px;
}

.fsCalendar.fsGrid .fsCalendarEventTitle {
  font-weight: bold;
}

.fsCalendarEventGrid .fsCalendarRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fsCalendarEventGrid .fsCalendarRow .fsCalendarToday {
  background-color: rgba(157, 34, 52, 0.1);
}

.fsCalendarEventGrid .fsCalendarRow .fsCalendarOutOfRange {
  background-color: #f8f8f8;
}

.fsCalendarEventGrid .fsCalendarDaybox {
  border-color: #cfcfcf;
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
  color: #6D6E70;
}

.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: #6D6E70;
    background: #ffffff;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:hover {
    color: #ffffff;
    background: #6D6E70;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:hover .fsCalendarOutOfRange {
    color: #ffffff;
    background: #6D6E70;
    -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: #9D2234;
    color: #ffffff;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents .fsCalendarDate:after,
  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.has-info .fsCalendarDate:after {
    content: '\25CF';
    font-size: 10px;
    display: block;
    line-height: .5;
    -webkit-transform: translate3d(0, 3px, 0);
            transform: translate3d(0, 3px, 0);
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
    position: relative;
    min-height: 22px;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:first-child {
    -webkit-box-shadow: inset 0 -1px 0 0 #cfcfcf;
            box-shadow: inset 0 -1px 0 0 #cfcfcf;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:not(.has-info) .fsCalendarDate {
    margin-bottom: 0;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div:not(.has-info) .fsCalendarDate:after {
    display: none;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox .fsCalendarDate {
    padding-bottom: calc(25% - 14px / 2);
    padding-top: calc(25% - 14px / 2);
    -webkit-transform: scale(0.875);
        -ms-transform: scale(0.875);
            transform: scale(0.875);
    margin-bottom: 3px;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
    color: #ffffff;
    background: #373737;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected .fsCalendarOutOfRange {
    background: inherit;
    color: inherit;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange {
    background: #f8f8f8;
    color: #636363;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
    display: none;
  }
}

#event-view {
  padding: 0 20px;
  margin: 20px 0;
}

#event-view .fsCalendarDaybox {
  height: auto !important;
}

#event-view .fsCalendarDaybox > div {
  margin-bottom: 20px;
}

#event-view .fsCalendarWeekendDayBox > div:first-child {
  padding-bottom: 20px;
}

#event-view .fsCalendarWeekendDayBox .fsCalendarInfo:not(:last-child) {
  margin-bottom: 20px;
}

#event-view .fsCalendarEventTitle {
  margin-bottom: 5px;
}

.fsCalendarDayView:not(.fsStateHidden) + .fsCalendarEventGrid + #event-view {
  display: none;
}

@media (min-width: 900px) {
  #event-view {
    display: none;
  }
}

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  margin-top: 20px;
}

.scroll-up span {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #F3F3F3;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  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 {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .scroll-up span,
.fsBannerRight .scroll-up span,
.fsStyleOneThird .scroll-up span,
.fsTwoColumnLayout .scroll-up span,
.fsThreeColumnLayout > .fsDiv .scroll-up span,
.fsFourColumnLayout > .fsDiv .scroll-up span {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .scroll-up span {
    width: 100%;
    margin: 0 0 20px;
  }
}

.scroll-up span em {
  display: block;
  font-style: normal;
}

p .scroll-up span {
  margin-bottom: 0 !important;
}

.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;
}

/*! _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: 13px;
  max-width: 100%;
}

.fsComposerFormEmbed {
  background: none;
}

.fsComposerFormEmbed body {
  margin: 0;
}

.fsComposerFormEmbed body:before {
  display: none;
}

.fsComposerFormEmbed form {
  zoom: 1;
}

.fsComposerFormEmbed form:after {
  display: table;
  clear: both;
  content: '';
}

.fsComposerFormEmbed form input,
.fsComposerFormEmbed form textarea,
.fsComposerFormEmbed form select {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  color: #6D6E70;
}

.fsComposerFormEmbed form input {
  border: solid 1px #D8D8D8;
}

.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 #D8D8D8;
}

.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: #9D2234;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .linkLike:hover {
  color: #6D6E70;
}

.fsComposerFormEmbed form .required {
  color: #9D2234;
}

.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: #9D2234;
  -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: #6D6E70;
  -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 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #D8D8D8;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fsComposerFormEmbed form .submitBtn:hover,
.fsComposerFormEmbed form .submitBtn:focus,
.fsStateSelected .fsComposerFormEmbed form .submitBtn,
.fsComposerFormEmbed form .submitBtn.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fsComposerFormEmbed form .submitBtn,
.fsBannerRight .fsComposerFormEmbed form .submitBtn,
.fsStyleOneThird .fsComposerFormEmbed form .submitBtn,
.fsTwoColumnLayout .fsComposerFormEmbed form .submitBtn,
.fsThreeColumnLayout > .fsDiv .fsComposerFormEmbed form .submitBtn,
.fsFourColumnLayout > .fsDiv .fsComposerFormEmbed form .submitBtn {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fsComposerFormEmbed form .submitBtn {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fsComposerFormEmbed .ui-widget {
  font-family: "Roboto", sans-serif;
  max-width: 100%;
}

.fsComposerFormEmbed .ui-datepicker:empty {
  display: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
  background: none;
  border: none;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
  display: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '';
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .5;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '\203A';
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
  content: '\2039';
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-default {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-active {
  background: rgba(0, 0, 0, 0.1);
}

.fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
  border: solid 1px #d3d3d3;
  background-color: #d3d3d3;
}

::-webkit-input-placeholder {
  color: #242424;
}

:-moz-placeholder {
  color: #242424;
  opacity: 1;
}

::-moz-placeholder {
  color: #242424;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #242424;
}

/*! elements - login */

.fsAccount button:not(:last-of-type) {
  margin-right: 10px;
}

.fsLoginForgotPasswordLink,
.fsLoginNewAccountLink {
  margin-bottom: 10px;
}

.fsLoginForgotPasswordLink:last-child,
.fsLoginNewAccountLink:last-child {
  margin-bottom: 0;
}

.fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px;
}

.fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
.fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
  max-width: 100%;
}

@media screen and (max-width: 599px) {
  .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
    overflow: hidden;
    border-radius: 5px;
  }
}

.fsResetPasswordFields > div {
  margin-bottom: 20px;
}

.fsResetPasswordFields > div:last-child {
  margin-bottom: 0;
}

.fsResetPasswordFields label > span {
  display: block;
}

.fsResetPasswordFields label > input {
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .fsLoginForgotControls label,
  .fsLoginNewFields label,
  .fsResetPasswordFields label {
    display: block;
    margin-bottom: 3px;
  }

  .fsLoginForgotControls input,
  .fsLoginNewFields input,
  .fsResetPasswordFields input {
    display: block;
    width: 100%;
  }
}

.fsLoginForgotView .fsLoginForgotEmail {
  display: block;
}

.fsLoginForgotSuccess .fsStyleDefaultButton {
  margin-top: 20px;
}

.fsAccountGreeting {
  margin-bottom: 20px;
}

.fsAccountLinks {
  margin: 0;
}

.fsAccountLinks li:not(:first-child) {
  border-color: #e5e5e5;
}

.fsAccountLogout {
  display: block;
  margin-top: 20px;
}

.fsAccountLogout > .fsStyleUpdateButton:last-child {
  margin-bottom: 0;
}

input[name*="passkey"] + .fsLoginSubmit {
  margin-top: 20px;
}

.fsError {
  margin-bottom: 50px;
}

.fsResetContinue,
.fsResetCancel,
.fsLoginNewSuccess > button {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #F3F3F3;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  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 {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fsResetContinue,
.fsBannerRight .fsResetContinue,
.fsStyleOneThird .fsResetContinue,
.fsTwoColumnLayout .fsResetContinue,
.fsThreeColumnLayout > .fsDiv .fsResetContinue,
.fsFourColumnLayout > .fsDiv .fsResetContinue,
.fsBannerLeft .fsResetCancel,
.fsBannerRight .fsResetCancel,
.fsStyleOneThird .fsResetCancel,
.fsTwoColumnLayout .fsResetCancel,
.fsThreeColumnLayout > .fsDiv .fsResetCancel,
.fsFourColumnLayout > .fsDiv .fsResetCancel,
.fsBannerLeft .fsLoginNewSuccess > button,
.fsBannerRight .fsLoginNewSuccess > button,
.fsStyleOneThird .fsLoginNewSuccess > button,
.fsTwoColumnLayout .fsLoginNewSuccess > button,
.fsThreeColumnLayout > .fsDiv .fsLoginNewSuccess > button,
.fsFourColumnLayout > .fsDiv .fsLoginNewSuccess > button {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fsResetContinue,
  .fsResetCancel,
  .fsLoginNewSuccess > button {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fsResetContinue em,
.fsResetCancel em,
.fsLoginNewSuccess > button em {
  display: block;
  font-style: normal;
}

p .fsResetContinue,
p .fsResetCancel,
p .fsLoginNewSuccess > button {
  margin-bottom: 0 !important;
}

.fsLoginNewSuccess button {
  margin-top: 20px;
}

.fsPostElement .fsElementTitle {
  font-weight: 300;
  margin-bottom: 22px;
}

.fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
    float: left;
  }
}

.fsPostElement.fsThumbnailAlignRight .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsPostElement.fsThumbnailAlignRight .fsThumbnail {
    float: right;
  }
}

.fsPostElement .fsThumbnail {
  margin: 0 0 20px;
}

.fsPostElement .fsTitle {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 13px;
}

.fsPostElement .fsTitle a {
  color: #313131;
  text-decoration: none;
  font-weight: 300;
}

.fsPostElement .fsTitle a:hover,
.fsPostElement .fsTitle a:focus {
  color: #9D2234;
}

.fsPostElement .fsAuthor,
.fsPostElement .fsDateTime {
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 4px;
}

.fsPostElement .fsSummary {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 6px;
  font-weight: 300;
}

.fsPostElement .fsReadMoreLink {
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}

.fsPostElement .fsCategories {
  margin: 0 0 20px;
}

.fsPostElement .fsCategory {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 11px;
  color: #ffffff;
  background: #002855;
  padding: 8px 11px;
}

.fsPostElement.fsList article {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: solid 1px #D8D8D8;
}

.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: 70px;
}

/*! _dialog.scss - src/sass/modules/post/_dialog.scss - post dialog pop up */

.fsResourceElement .fsTitle {
  margin-bottom: 10px;
}

.fsResourceElement figcaption {
  margin-top: 10px;
}

.fsResourceElement.fsListNav .fsResourceCollectionName + nav {
  margin-top: 20px;
}

.fsResourceElement.fsListNav .fsTitle {
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
  margin-bottom: 0;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage .fsTitle {
  text-align: center;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage img {
  margin: 0 auto;
}

/*! _dialog.scss - src/sass/modules/resources/_dialog.scss - resource dialog pop up */

/*! _main.scss - src/sass/modules/search/ - main search import */

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */

.fsSearchElement.fsSearchForm .fsSearchElementKeyword {
  margin-bottom: 20px;
}

.fsSearchElement.fsSearchForm .fsSearchElementKeyword + .fsSearchElementSearchButton {
  margin-top: 0;
}

.fsSearchElement.fsSearchForm .fsSearchElementSearchButton:last-child {
  margin-bottom: 0;
}

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */

.fsSearchElement.fsList li.fsListItem {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: solid 1px #D8D8D8;
}

.fsSearchElement.fsList .fsListItems {
  padding: 0;
}

.fsSearchElement.fsList .fsSearchResultInfo {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #D8D8D8;
}

.fsSearchElement.fsList .fsSearchResultInfo:empty {
  margin: 0;
  border: none;
}

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */

.fsSearchElement.site-search {
  height: 40px;
  position: absolute;
  top: 8px;
  right: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 500;
  width: 0px;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

@media (max-width: 1000px) {
  .fsSearchElement.site-search {
    display: none;
  }
}

.search-active .fsSearchElement.site-search {
  width: 400px;
  overflow: visible;
}

.fsSearchElement.site-search > .fsElementContent {
  width: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.search-active .fsSearchElement.site-search > .fsElementContent {
  opacity: 1;
  width: 400px;
}

.fsSearchElement.site-search form {
  width: 100%;
  height: 40px;
  position: relative;
}

.fsSearchElement.site-search form * {
  margin: 0 !important;
}

.fsSearchElement.site-search form label {
  font-size: 0;
  color: transparent;
  position: absolute;
}

.fsSearchElement.site-search form .fsSearchElementKeyword {
  margin: 0;
  height: 40px;
  width: calc(100% - 40px);
  position: absolute;
  top: 0;
  left: 0;
}

.fsSearchElement.site-search form .fsSearchElementKeyword ::-webkit-input-placeholder {
  color: #6D6E70;
}

.fsSearchElement.site-search form .fsSearchElementKeyword :-moz-placeholder {
  color: #6D6E70;
  opacity: 1;
}

.fsSearchElement.site-search form .fsSearchElementKeyword ::-moz-placeholder {
  color: #6D6E70;
  opacity: 1;
}

.fsSearchElement.site-search form .fsSearchElementKeyword :-ms-input-placeholder {
  color: #6D6E70;
}

.fsSearchElement.site-search form .fsSearchElementKeyword .fsStyleSearchField {
  height: 100%;
  width: 100%;
  border: 0;
  background: #ffffff;
  -webkit-box-shadow: inset 0px 0px 0px 1px #F3F3F3;
          box-shadow: inset 0px 0px 0px 1px #F3F3F3;
  color: #6D6E70;
  border-radius: 0;
  padding-left: 20px;
}

.fsSearchElement.site-search form .fsButtonClear {
  top: 12px;
}

.fsSearchElement.site-search form .fsSearchElementSearchButton {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  height: 40px;
  width: 40px;
  font-size: 0;
  color: transparent;
  background: #ffffff;
  border: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fsSearchElement.site-search form .fsSearchElementSearchButton:before {
  content: "\E907";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 20px;
  line-height: 40px;
  color: #002855;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.fsSearchElement.site-search form .fsSearchElementSearchButton:hover,
.fsSearchElement.site-search form .fsSearchElementSearchButton:focus,
.fsSearchElement.site-search form .fsSearchElementSearchButton.ally-focus-within {
  background: #9D2234;
}

.fsSearchElement.site-search form .fsSearchElementSearchButton:hover:before,
.fsSearchElement.site-search form .fsSearchElementSearchButton:focus:before,
.fsSearchElement.site-search form .fsSearchElementSearchButton.ally-focus-within:before {
  color: #ffffff;
  opacity: 1;
}

.mobile-search {
  position: relative;
  margin: 32px 15px;
}

.mobile-search form {
  width: 100%;
  height: 40px;
  position: relative;
}

.mobile-search form * {
  margin: 0 !important;
}

.mobile-search form label {
  font-size: 0;
  color: transparent;
  position: absolute;
}

.mobile-search form .fsSearchElementKeyword {
  margin: 0;
  height: 40px;
  width: calc(100% - 40px);
  position: absolute;
  top: 0;
  left: 0;
}

.mobile-search form .fsSearchElementKeyword ::-webkit-input-placeholder {
  color: #6D6E70;
}

.mobile-search form .fsSearchElementKeyword :-moz-placeholder {
  color: #6D6E70;
  opacity: 1;
}

.mobile-search form .fsSearchElementKeyword ::-moz-placeholder {
  color: #6D6E70;
  opacity: 1;
}

.mobile-search form .fsSearchElementKeyword :-ms-input-placeholder {
  color: #6D6E70;
}

.mobile-search form .fsSearchElementKeyword .fsStyleSearchField {
  height: 100%;
  width: 100%;
  border: 0;
  background: #ffffff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #F3F3F3;
          box-shadow: inset 0px 0px 0px 2px #F3F3F3;
  color: #6D6E70;
  border-radius: 0;
  padding-left: 20px;
}

.mobile-search form .fsButtonClear {
  top: 12px;
}

.mobile-search form .fsSearchElementSearchButton {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  height: 40px;
  width: 40px;
  font-size: 0;
  color: transparent;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: #9D2234;
}

.mobile-search form .fsSearchElementSearchButton:before {
  content: "\E907";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 22px;
  line-height: 40px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.mobile-search form .fsSearchElementSearchButton:hover,
.mobile-search form .fsSearchElementSearchButton.ally-focus-within {
  background: #002855;
}

.mobile-search form .fsSearchElementSearchButton:hover:before,
.mobile-search form .fsSearchElementSearchButton.ally-focus-within:before {
  color: #ffffff;
  opacity: 1;
}

/*! 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 #D8D8D8;
  -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 #D8D8D8;
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fsVimeoList .fsVimeoListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsVimeoThumb {
  margin-bottom: 10px;
  margin-right: 20px;
}

@media (min-width: 600px) {
  .fsVimeoThumb {
    float: left;
    margin-bottom: 0;
  }
}

.vimeo_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #F3F3F3;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a,
.vimeo_view_link a.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .vimeo_view_link a,
.fsBannerRight .vimeo_view_link a,
.fsStyleOneThird .vimeo_view_link a,
.fsTwoColumnLayout .vimeo_view_link a,
.fsThreeColumnLayout > .fsDiv .vimeo_view_link a,
.fsFourColumnLayout > .fsDiv .vimeo_view_link a {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .vimeo_view_link a {
    width: 100%;
    margin: 0 0 20px;
  }
}

.vimeo_view_link a em {
  display: block;
  font-style: normal;
}

p .vimeo_view_link a {
  margin-bottom: 0 !important;
}

/*! 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 #D8D8D8;
  -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 #D8D8D8;
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.fsYoutubeList .fsYoutubeListItem:hover:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fsYoutubeThumb {
  margin-bottom: 10px;
  margin-right: 20px;
  float: none;
}

@media (min-width: 600px) {
  .fsYoutubeThumb {
    float: left;
    margin-bottom: 0;
  }
}

.Youtube_view_link a {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #F3F3F3;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a,
.Youtube_view_link a.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .Youtube_view_link a,
.fsBannerRight .Youtube_view_link a,
.fsStyleOneThird .Youtube_view_link a,
.fsTwoColumnLayout .Youtube_view_link a,
.fsThreeColumnLayout > .fsDiv .Youtube_view_link a,
.fsFourColumnLayout > .fsDiv .Youtube_view_link a {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .Youtube_view_link a {
    width: 100%;
    margin: 0 0 20px;
  }
}

.Youtube_view_link a em {
  display: block;
  font-style: normal;
}

p .Youtube_view_link a {
  margin-bottom: 0 !important;
}

/*! elements - tabs */

.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
}

.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}

@media (min-width: 600px) {
  .fsTabs .fsTabsNav {
    display: block;
  }
}

.fsTabs .fsTabsNav li {
  margin-right: 2px;
  border: 1px solid rgba(109, 110, 112, 0.5);
  position: relative;
}

.fsTabs .fsTabsNav li:after {
  display: block;
  content: '';
  height: 1px;
  width: 1px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-top: 10px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid transparent;
}

.fsTabs .fsTabsNav li a {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: block;
  font-size: 21px;
  padding: 12px 21px;
  color: #313131;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0;
  background: #ffffff;
  color: #313131;
}

.fsTabs .fsTabsNav li a:hover {
  background: #002855;
  color: #ffffff;
  border-color: #002855;
}

.fsTabs .fsTabsNav li.fsStateSelected:after {
  border-top-color: #9D2234;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #9D2234;
  color: #ffffff;
}

.fsTabs .fsPanel > .fsElementContent {
  border: 0;
  padding: 30px 0;
}

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block;
}

@media (min-width: 600px) {
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
    display: none;
  }
}

/*! -main.scss - /sass/modules/tools  */

/*! _all.scss - src/sass/modules/tools - News, Calendar, & Posts Tools Elements */

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton,
.fsElementToolsSearchButton {
  margin: 0 5px 0 0;
  width: auto;
}

.fsToolsList.fsStyleSelectList > li {
  padding: 0;
  margin: 0;
}

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton {
  margin-bottom: 5px;
  padding: 7px 12px;
  font-size: .875em;
  line-height: 1.2;
}

/*! _filter.scss - src/sass/modules/tools/posts - News & Calendar Tools Elements */

.fsBannerLeft .fsElementToolsSearch,
.fsBannerRight .fsElementToolsSearch,
.fsStyleOneThird .fsElementToolsSearch,
.fsTwoColumnLayout .fsElementToolsSearch,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch > div,
.fsBannerRight .fsElementToolsSearch > div,
.fsStyleOneThird .fsElementToolsSearch > div,
.fsTwoColumnLayout .fsElementToolsSearch > div,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch > div,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch > div {
  width: 100%;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fsBannerLeft .fsElementToolsSearch .fsElementToolsSearchButton,
.fsBannerRight .fsElementToolsSearch .fsElementToolsSearchButton,
.fsStyleOneThird .fsElementToolsSearch .fsElementToolsSearchButton,
.fsTwoColumnLayout .fsElementToolsSearch .fsElementToolsSearchButton,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton {
  width: 100%;
}

.fsElementToolsSearch .fsSeparator {
  margin: 0 5px;
  display: inline-block;
  text-align: center;
}

.fsElementToolsKeyword + .fsElementToolsDateRange {
  margin-top: 10px;
}

.fsElementToolsSearchButton {
  margin: 10px 0 0;
}

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */

.fsLegend .fsElementControls {
  margin-bottom: 5px;
}

.fsLegend .fsElementControls label input:checked + span {
  background: #9D2234;
  color: #ffffff;
  border-color: #9D2234;
}

.fsLegend .fsElementControls label input:checked + span:after {
  display: block;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-top: 10px solid #9D2234;
  border-right: 15px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid transparent;
}

.fsLegend .fsElementControls label input + span {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  padding: 12px 19px;
  color: #002855;
  background: #ffffff;
  border: 1px solid #002855;
}

.fsLegend .fsElementControls label input + span:hover,
.fsLegend .fsElementControls label input + span:focus {
  background: #002855;
  border-color: #002855;
  color: #ffffff;
}

.fsLegend .fsElementControls label input + span:hover:after,
.fsLegend .fsElementControls label input + span:focus:after {
  border-top-color: #002855;
}

/*! _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: #6D6E70 !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: #9D2234;
  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: #9D2234;
}

/*! pages - home v0.0.1 */

body:not(.fsComposeMode).home .fsBreadcrumb {
  display: none;
}

body:not(.fsComposeMode).home .fsPageTitle {
  font-size: 0;
  color: transparent;
  position: absolute;
  top: -200px;
}

body:not(.fsComposeMode).home #fsPageBodyWrapper {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
}

body:not(.fsComposeMode).home #fsPageBody {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

body:not(.fsComposeMode).home #fsPageContent {
  max-width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

body:not(.fsComposeMode).home .fsPageLayout {
  margin-right: 0px;
  margin-left: 0px;
}

body:not(.fsComposeMode).home .fsPageLayout > .fsDiv {
  padding: 0;
  margin-bottom: 0;
  float: none;
}

body:not(.fsComposeMode).home .homepage-slideshow {
  position: relative;
  height: 350px;
  overflow: hidden;
  margin-bottom: 34px;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode).home .homepage-slideshow {
    height: 500px;
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode).home .homepage-slideshow {
    height: 100vh;
  }
}

body:not(.fsComposeMode).home .homepage-slideshow:before {
  display: block;
  content: '';
  height: 200px;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: .5;
}

body:not(.fsComposeMode).home .homepage-slideshow .fsElementSlideshowControls > .fsSlideshowPause,
body:not(.fsComposeMode).home .homepage-slideshow .fsElementSlideshowControls > .fsSlideshowPlay {
  top: auto;
  left: auto;
  bottom: 30px;
  right: 30px;
  background: none;
}

body:not(.fsComposeMode).home .homepage-slideshow .fsElementSlideshowControls > .fsSlideshowPause:before,
body:not(.fsComposeMode).home .homepage-slideshow .fsElementSlideshowControls > .fsSlideshowPlay:before {
  font-size: 20px;
}

body:not(.fsComposeMode).home .homepage-slideshow > .fsElementContent {
  height: 100%;
}

body:not(.fsComposeMode).home .homepage-slideshow .fsElementSlideshow {
  height: 100%;
  margin-bottom: 0;
  padding: 0;
}

body:not(.fsComposeMode).home .homepage-slideshow article {
  padding: 0;
  position: relative;
  height: 350px;
  background-size: cover;
  background-position: 50% top;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out, -webkit-transform 6s ease-in-out !important;
  transition: opacity 1.5s ease-in-out, -webkit-transform 6s ease-in-out !important;
  transition: opacity 1.5s ease-in-out, transform 6s ease-in-out !important;
  transition: opacity 1.5s ease-in-out, transform 6s ease-in-out, -webkit-transform 6s ease-in-out !important;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode).home .homepage-slideshow article {
    height: 500px;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode).home .homepage-slideshow article {
    height: 100vh;
  }
}

body:not(.fsComposeMode).home .homepage-slideshow article.slick-active {
  opacity: 1;
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

body:not(.fsComposeMode).home .homepage-slideshow article img {
  display: none;
}

body:not(.fsComposeMode).home .homepage-slideshow > footer .fsImage {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 20;
  height: 68px;
  width: 191px;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode).home .homepage-slideshow > footer .fsImage {
    bottom: 62px;
    height: 114px;
    width: 320px;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode).home .homepage-slideshow > footer .fsImage {
    height: 144px;
    width: 404px;
    bottom: 90px;
  }
}

body:not(.fsComposeMode).home .homepage-slideshow .slick-arrow {
  z-index: 50;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1000px) and (min-width: 700px) {
  body:not(.fsComposeMode).home .homepage-slideshow .slick-arrow {
    top: auto;
    translate: none;
    bottom: 80px;
  }
}

body:not(.fsComposeMode).home .homepage-slideshow .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

body:not(.fsComposeMode).home .homepage-slideshow .slick-arrow:hover,
body:not(.fsComposeMode).home .homepage-slideshow .slick-arrow:focus {
  background: rgba(0, 40, 85, 0.5);
}

body:not(.fsComposeMode).home .homepage-slideshow .fsPrevButton:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode).home .homepage-slideshow .fsPrevButton {
    left: 20px;
  }
}

body:not(.fsComposeMode).home .homepage-slideshow .fsNextButton:before {
  content: "\E913";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode).home .homepage-slideshow .fsNextButton {
    right: 20px;
  }
}

body:not(.fsComposeMode).home .sidebar-ctas {
  position: relative;
  margin: 0;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode).home .sidebar-ctas {
    position: absolute;
    top: 150px;
    right: 0;
    height: 157px;
    width: 120px;
    padding: 0;
    z-index: 300;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode).home .sidebar-ctas {
    top: 65vh;
  }
}

body:not(.fsComposeMode).home .sidebar-ctas .fsNavLevel1 {
  width: 100%;
  -webkit-transition: width .3s;
  transition: width .3s;
  padding-top: 30px;
  padding-bottom: 30px;
}

body:not(.fsComposeMode).home .sidebar-ctas .fsNavLevel1,
body:not(.fsComposeMode).home .sidebar-ctas .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body:not(.fsComposeMode).home .sidebar-ctas .fsNavLevel1 li {
  margin: 0;
  padding: 0;
}

body:not(.fsComposeMode).home .sidebar-ctas .fsNavLevel1 li {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  width: 100%;
  -webkit-transition: width .3s;
  transition: width .3s;
}

body:not(.fsComposeMode).home .sidebar-ctas .fsNavLevel1 li:not(:last-child) {
  margin-bottom: 11px;
}

body:not(.fsComposeMode).home .sidebar-ctas .fsNavLevel1 li a {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: background .3s, color .3s, width .3s;
  transition: background .3s, color .3s, width .3s;
  color: #ffffff;
  padding: 14px 22px;
  background-color: #9D2234;
  -webkit-transition: all .3s;
  transition: all .3s;
}

body:not(.fsComposeMode).home .sidebar-ctas .fsNavLevel1 li a:before {
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  -webkit-transition: color .3s;
  transition: color .3s;
  position: relative;
  margin-right: 10px;
  font-weight: normal;
}

body:not(.fsComposeMode).home .sidebar-ctas .fsNavLevel1 li a:hover,
body:not(.fsComposeMode).home .sidebar-ctas .fsNavLevel1 li a:focus {
  background: #002855;
}

body:not(.fsComposeMode).home .sidebar-ctas .fsNavLevel1 li.inquire > a:before {
  content: "\E918";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode).home .sidebar-ctas .fsNavLevel1 li.visit > a:before {
  content: "\E90D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode).home .sidebar-ctas .fsNavLevel1 li.apply > a:before {
  content: "\E911";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

@media (max-width: 1000px) and (min-width: 700px) {
  body:not(.fsComposeMode).home .sidebar-ctas .fsNavLevel1 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  body:not(.fsComposeMode).home .sidebar-ctas .fsNavLevel1 li a {
    width: 52px;
    height: 52px;
    font-size: 0;
    line-height: 0;
    color: transparent;
  }

  body:not(.fsComposeMode).home .sidebar-ctas .fsNavLevel1 li a:before {
    line-height: 22px;
  }

  body:not(.fsComposeMode).home .sidebar-ctas .fsNavLevel1 li a:hover,
  body:not(.fsComposeMode).home .sidebar-ctas .fsNavLevel1 li a:focus {
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    width: 100%;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode).home .sidebar-ctas.collapse .fsNavLevel1 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  body:not(.fsComposeMode).home .sidebar-ctas.collapse .fsNavLevel1 li a {
    width: 52px;
    height: 52px;
    font-size: 0;
    line-height: 0;
    color: transparent;
  }

  body:not(.fsComposeMode).home .sidebar-ctas.collapse .fsNavLevel1 li a:before {
    line-height: 22px;
  }

  body:not(.fsComposeMode).home .sidebar-ctas.collapse .fsNavLevel1 li a:hover,
  body:not(.fsComposeMode).home .sidebar-ctas.collapse .fsNavLevel1 li a:focus {
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    width: 100%;
  }
}

body:not(.fsComposeMode).home .image-button-panel {
  margin-bottom: 0;
}

body:not(.fsComposeMode).home .image-button-panel > .fsElementContent {
  padding-bottom: 0;
}

body:not(.fsComposeMode).home .feeds-container {
  position: relative;
  margin: 0 38px;
  padding-bottom: 72px;
}

@media (min-width: 1220px) {
  body:not(.fsComposeMode).home .feeds-container {
    margin: 0 auto;
  }
}

body:not(.fsComposeMode).home .feeds-container > header {
  padding: 40px 0;
}

body:not(.fsComposeMode).home .feeds-container > .fsElementContent {
  z-index: 2;
  position: relative;
  margin: 0 auto;
  max-width: 980px;
}

body:not(.fsComposeMode).home .feeds-container > footer {
  z-index: 1;
}

body:not(.fsComposeMode).home .feeds-container .fsFeeds-post {
  height: 245px;
  width: 245px;
  background-size: cover !important;
  background-position: 50% top !important;
  position: relative;
}

body:not(.fsComposeMode).home .feeds-container .fsFeeds-post .insta-link {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  font-size: 0;
}

body:not(.fsComposeMode).home .feeds-container .fsFeeds-post .insta-link:before {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  opacity: .5;
}

body:not(.fsComposeMode).home .feeds-container .fsFeeds-post .insta-link:hover:before,
body:not(.fsComposeMode).home .feeds-container .fsFeeds-post .insta-link:focus:before {
  opacity: 1;
}

body:not(.fsComposeMode).home .feeds-container .fsFeeds-post .post-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.33);
  padding: 15px;
  font-size: 18px;
  line-height: 21px;
}

body:not(.fsComposeMode).home .feeds-container .instagram-icon {
  display: block;
  height: 28px;
  width: 28px;
  font-size: 0;
  color: transparent;
  position: relative;
  outline: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

body:not(.fsComposeMode).home .feeds-container .instagram-icon:before {
  content: "\F16D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #ffffff;
  font-size: 18px;
  line-height: 21px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

body:not(.fsComposeMode).home .feeds-container .like-count {
  width: 42px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

body:not(.fsComposeMode).home .feeds-container .like-count:before {
  content: "\F08A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 5px;
}

body:not(.fsComposeMode).home .feeds-container .comment-count {
  width: 42px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-left: 15px;
}

body:not(.fsComposeMode).home .feeds-container .comment-count:before {
  content: "\F0E5";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 5px;
}

body:not(.fsComposeMode).home .feeds-container .insta-paging {
  position: absolute;
  top: 90px;
  left: -45px;
  width: calc(100% + 90px);
  height: 45px;
  z-index: -1;
}

@media (min-width: 1220px) {
  body:not(.fsComposeMode).home .feeds-container .insta-paging {
    left: -90px;
    width: calc(100% + 180px);
  }
}

body:not(.fsComposeMode).home .feeds-container .insta-paging > span {
  display: none;
}

body:not(.fsComposeMode).home .feeds-container .insta-paging .slick-arrow {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  display: block;
  height: 35px;
  width: 35px;
  overflow: hidden;
  background: transparent;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 2;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode).home .feeds-container .insta-paging .slick-arrow {
    height: 45px;
    width: 45px;
  }
}

body:not(.fsComposeMode).home .feeds-container .insta-paging .slick-arrow:before {
  font-size: 35px;
  line-height: 1em;
  color: #002855;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode).home .feeds-container .insta-paging .slick-arrow:before {
    font-size: 45px;
  }
}

body:not(.fsComposeMode).home .feeds-container .insta-paging .slick-arrow:hover,
body:not(.fsComposeMode).home .feeds-container .insta-paging .slick-arrow:focus {
  outline: none;
}

body:not(.fsComposeMode).home .feeds-container .insta-paging .slick-arrow:hover:before,
body:not(.fsComposeMode).home .feeds-container .insta-paging .slick-arrow:focus:before {
  color: #9D2234;
}

body:not(.fsComposeMode).home .feeds-container .insta-paging .slick-arrow.slick-prev:before,
body:not(.fsComposeMode).home .feeds-container .insta-paging .slick-arrow.fsPrevButton:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode).home .feeds-container .insta-paging .slick-arrow.slick-next:before,
body:not(.fsComposeMode).home .feeds-container .insta-paging .slick-arrow.fsNextButton:before {
  content: "\E913";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

body:not(.fsComposeMode).home .feeds-container .insta-paging .slick-arrow.slick-prev {
  left: 0;
}

body:not(.fsComposeMode).home .feeds-container .insta-paging .slick-arrow.slick-next {
  right: 0;
}

body:not(.fsComposeMode).home .bpa-infographic-2 > header,
body:not(.fsComposeMode).home .feeds-container > header,
body:not(.fsComposeMode) .image-button-panel > header {
  text-align: center;
  font-weight: 300;
  position: relative;
  margin: 0 auto;
  max-width: 780px;
}

body:not(.fsComposeMode).home .bpa-infographic-2 > header .fsElementTitle,
body:not(.fsComposeMode).home .feeds-container > header .fsElementTitle,
body:not(.fsComposeMode) .image-button-panel > header .fsElementTitle {
  font-size: 27px;
  font-weight: 300;
  line-height: 36px;
  font-weight: 300;
  margin-bottom: 20px;
}

.news-update {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  margin-bottom: 85px !important;
}

.news-update .fsListItems {
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 700px) {
  .news-update .fsListItems {
    margin: 0 -40px;
  }
}

.news-update .fsListItems article {
  background-size: cover;
  background-position: 50% top;
  margin: 0;
  position: relative;
  z-index: 1;
  height: 316px;
  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;
}

.news-update .fsListItems article .fsThumbnail {
  margin: 0;
  display: block;
  content: '';
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  border: thin solid #fff;
}

.news-update .fsListItems article .fsThumbnail img {
  display: none;
}

@media (min-width: 700px) {
  .news-update .fsListItems article {
    width: calc(33.33% - 40px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 316px;
    margin: 0 10px;
  }
}

@media (min-width: 1000px) {
  .news-update .fsListItems article {
    height: 316px;
  }
}

.news-update .fsListItems article:before {
  display: block;
  content: '';
  height: 0;
  width: 0;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.news-update .fsListItems article:after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.33);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  visibility: visible;
}

.news-update .fsListItems article:hover:before,
.news-update .fsListItems article:focus-within:before {
  background: rgba(157, 34, 52, 0.8);
  height: calc(100% - 20px);
  width: calc(100% - 20px);
}

.news-update .fsListItems article:hover > .fsTitle,
.news-update .fsListItems article:focus-within > .fsTitle {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.news-update .fsListItems article:hover .fsSummary,
.news-update .fsListItems article:focus-within .fsSummary {
  max-height: 9999px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.news-update .fsListItems article .fsReadMoreLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  padding: 20px;
  height: 40px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-decoration: none;
  z-index: 10;
  border: 1px solid #ffffff;
  width: 136px;
  margin: 0 auto;
}

.news-update .fsListItems article .fsTitle {
  line-height: 1;
  text-align: left;
}

.news-update .fsListItems article .fsTitle a {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

.news-update .fsListItems article > .fsTitle {
  position: absolute;
  left: 0;
  width: calc(100% - 16px);
  text-align: left;
  padding: 0 30px;
  bottom: 20px;
  -webkit-transition: 0.2s 0.1s;
  transition: 0.2s 0.1s;
  opacity: 1;
  visibility: visible;
}

.news-update .fsListItems article .fsSummary {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto Slab", sans-serif;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 183px);
      -ms-transform: translate(0, 183px);
          transform: translate(0, 183px);
  text-align: left;
}

.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: 33.33333%;
  }
}

.colors.main ol li:nth-of-type(1) {
  background: #6D6E70;
}

.colors.main ol li:nth-of-type(1):after {
  content: "#6D6E70";
}

.colors.main ol li:nth-of-type(2) {
  background: #9D2234;
}

.colors.main ol li:nth-of-type(2):after {
  content: "#9D2234";
}

.colors.main ol li:nth-of-type(3) {
  background: #002855;
}

.colors.main ol li:nth-of-type(3):after {
  content: "#002855";
}

@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: "Roboto", sans-serif;
}

.fonts ol li:nth-of-type(1):after {
  content: "Roboto, 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: 45px / line-height: 55px";
}

.headers .fsElementContent h2:after {
  content: " - font-size: 40px / line-height: 50px";
}

.headers .fsElementContent h3:after {
  content: " - font-size: 35px / line-height: 45px";
}

.headers .fsElementContent h4:after {
  content: " - font-size: 30px / line-height: 40px";
}

.headers .fsElementContent h5:after {
  content: " - font-size: 25px / line-height: 37px";
}

.headers .fsElementContent h6:after {
  content: " - font-size: 20px / line-height: 30px";
}

body:not(.fsComposeMode) .bpa-image-buttons-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  height: 380px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  text-align: center;
  background-size: cover;
  background-position: top center;
  overflow: hidden;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 > header {
  position: relative;
  margin-bottom: 0;
  padding: 20px 20px 15px;
  background: rgba(0, 40, 85, 0.8);
}

body:not(.fsComposeMode) .bpa-image-buttons-2 > header:before {
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 50px;
  width: 100%;
  content: '';
  background: rgba(0, 40, 85, 0.8);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, rgba(0, 40, 85, 0.8)));
  background: linear-gradient(to right bottom, transparent 50%, rgba(0, 40, 85, 0.8) 50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 > header h2.fsElementTitle {
  margin-bottom: 0;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 32px;
  color: #ffffff;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 > header > .fsElementHeaderContent {
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 > header > .fsElementHeaderContent p {
  margin-bottom: 0;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 > .fsElementContent {
  overflow: hidden;
  height: auto;
  max-height: 0;
  padding: 0 15px;
  font-size: 18px;
  line-height: 24px;
  background: rgba(0, 40, 85, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 > .fsElementContent p:last-child {
  margin: 0;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 > footer {
  overflow: hidden;
  height: auto;
  max-height: 0;
  background: rgba(0, 40, 85, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 > footer > .fsElementFooterContent {
  margin-top: 15px;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 > footer > .fsElementFooterContent p {
  margin: 0;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 > footer > .fsElementFooterContent a {
  display: block;
  width: 200px;
  max-width: 90%;
  margin: 0 auto 10px;
  padding: 12px 10px 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  border: 2px solid #ffffff;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 > footer > .fsElementFooterContent a:hover {
  background: #ffffff;
  color: #353535;
  text-decoration: none;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content {
  z-index: 2;
}

body:not(.fsComposeMode) .bpa-image-buttons-2:hover > .fsElementContent,
body:not(.fsComposeMode) .bpa-image-buttons-2:hover > footer,
body:not(.fsComposeMode) .bpa-image-buttons-2.focused > .fsElementContent,
body:not(.fsComposeMode) .bpa-image-buttons-2.focused > footer {
  opacity: 1;
  max-height: 380px;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

body:not(.fsComposeMode) .bpa-image-buttons-2:focus-within > .fsElementContent,
body:not(.fsComposeMode) .bpa-image-buttons-2:focus-within > footer {
  opacity: 1;
  max-height: 380px;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

body:not(.fsComposeMode) .image-button-panel > header {
  padding: 30px 20px;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .image-button-panel > header {
    padding: 67px 20px 30px;
  }
}

body:not(.fsComposeMode) .image-button-panel > header p {
  font-size: 18px;
  line-height: 27px;
}

body:not(.fsComposeMode) .image-button-panel > .fsElementContent {
  padding-bottom: 30px;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .image-button-panel > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 78px;
  }
}

body:not(.fsComposeMode) .image-button-panel > .fsElementContent .fsContent {
  background-size: cover;
  background-position: 50% top;
  margin: 0;
  position: relative;
  z-index: 1;
  height: 266px;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .image-button-panel > .fsElementContent .fsContent {
    width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 220px;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .image-button-panel > .fsElementContent .fsContent {
    height: 400px;
  }
}

body:not(.fsComposeMode) .image-button-panel > .fsElementContent .fsContent:before {
  display: block;
  content: '';
  height: 0;
  width: 0;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: all .5s;
  transition: all .5s;
}

body:not(.fsComposeMode) .image-button-panel > .fsElementContent .fsContent:after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.33);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .image-button-panel > .fsElementContent .fsContent:hover:before,
  body:not(.fsComposeMode) .image-button-panel > .fsElementContent .fsContent:focus-within:before {
    background: rgba(157, 34, 52, 0.8);
    height: calc(100% - 20px);
    width: calc(100% - 20px);
  }
}

body:not(.fsComposeMode) .image-button-panel > .fsElementContent .fsContent a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 20px;
  height: 266px;
  text-align: center;
  font-family: "Roboto Slab", sans-serif;
  font-size: 22px;
  line-height: 31px;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-decoration: none;
  z-index: 10;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #ffffff;
}

@media (max-width: 1000px) {
  body:not(.fsComposeMode) .image-button-panel > .fsElementContent .fsContent a[data-lity]:before {
    content: "\E905";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #ffffff;
  }
}

body:not(.fsComposeMode) .image-button-panel > .fsElementContent .fsContent a .play-video {
  display: none;
  margin: 0 auto;
  border: 1px solid transparent;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  padding: 0 20px;
  min-width: 190px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  max-height: 0;
  overflow: hidden;
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .image-button-panel > .fsElementContent .fsContent a .play-video {
    display: inline-block;
  }
}

body:not(.fsComposeMode) .image-button-panel > .fsElementContent .fsContent a .play-video:before {
  content: "\E905";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 5px;
}

body:not(.fsComposeMode) .image-button-panel > .fsElementContent .fsContent a:hover .play-video,
body:not(.fsComposeMode) .image-button-panel > .fsElementContent .fsContent a:focus .play-video {
  max-height: 100%;
  margin: 60px auto 0;
  border: 1px solid #ffffff;
  padding: 12px 20px;
}

body:not(.fsComposeMode) .image-button-panel.divisions > .fsElementContent .fsContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 266px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .image-button-panel.divisions > .fsElementContent .fsContent {
    height: 220px;
  }
}

@media (min-width: 1000px) {
  body:not(.fsComposeMode) .image-button-panel.divisions > .fsElementContent .fsContent {
    height: 400px;
  }
}

body:not(.fsComposeMode) .image-button-panel.divisions > .fsElementContent .fsContent .fsElementTitle {
  color: inherit;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 37px;
  text-align: center;
}

body:not(.fsComposeMode) .image-button-panel.divisions > .fsElementContent .fsContent > .fsElementContent h3 {
  font-family: "Roboto Slab", sans-serif;
  font-weight: normal;
  color: inherit;
  font-size: 22px;
  line-height: 31px;
  text-align: center;
}

body:not(.fsComposeMode) .image-button-panel.divisions > .fsElementContent .fsContent > .fsElementContent p {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  padding: 10px 14px;
  border: 1px solid #ffffff;
  margin: 0;
  min-width: 190px;
}

body:not(.fsComposeMode) .image-button-panel.divisions > .fsElementContent .fsContent > footer p {
  margin: 0;
}

body:not(.fsComposeMode) .image-button-panel.divisions > .fsElementContent .fsContent > footer a {
  color: transparent;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body:not(.fsComposeMode) .image-button-panel.divisions > .fsElementContent .fsContent > footer a:before {
  background: none;
}

.custom-calendar-slider > header .fsElementTitle {
  font-weight: 700 !important;
}

.custom-calendar-slider > header .fsElementHeaderContent {
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 50px;
  position: relative;
}

.custom-calendar-slider > header .fsElementHeaderContent .slick-arrow {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 20px;
  top: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  height: 40px;
  width: 50px;
  border: 1px solid #D8D8D8 !important;
  font-size: 0;
  color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  outline: none;
}

.custom-calendar-slider > header .fsElementHeaderContent .slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  color: #002855;
  font-size: 11px;
}

.custom-calendar-slider > header .fsElementHeaderContent .slick-arrow.slick-prev {
  right: 49px;
}

.custom-calendar-slider > header .fsElementHeaderContent .slick-arrow.slick-prev:before {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.custom-calendar-slider > header .fsElementHeaderContent .slick-arrow.slick-next {
  right: 0px;
}

.custom-calendar-slider > header .fsElementHeaderContent .slick-arrow.slick-next:before {
  content: "\E90C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.custom-calendar-slider > header .fsElementHeaderContent .slick-arrow:hover,
.custom-calendar-slider > header .fsElementHeaderContent .slick-arrow:focus {
  background: #002855;
}

.custom-calendar-slider > header .fsElementHeaderContent .slick-arrow:hover:before,
.custom-calendar-slider > header .fsElementHeaderContent .slick-arrow:focus:before {
  color: #ffffff;
}

.custom-calendar-slider .fsListItems {
  padding-left: 0 !important;
  border: 0 !important;
}

@media (min-width: 700px) {
  .custom-calendar-slider .fsListItems .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.custom-calendar-slider .fsListItems .slick-slide article {
  padding-left: 23px;
}

@media (min-width: 700px) {
  .custom-calendar-slider .fsListItems .slick-slide article {
    width: calc(50% - 40px);
    -webkit-box-flex: 0;
        -ms-flex: 0 auto;
            flex: 0 auto;
  }
}

.custom-calendar-slider .fsListItems .slick-slide article .fsDate:before {
  top: 6px;
  left: -20px;
}

.custom-calendar-search > header .fsElementTitle {
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
}

.custom-calendar-filter > header .fsElementTitle {
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
}

.custom-posts-slider header {
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 50px;
}

@media (min-width: 700px) {
  .custom-posts-slider header {
    padding-bottom: 0;
  }
}

.custom-posts-slider header .slick-arrow {
  position: absolute;
  bottom: 20px;
  top: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  height: 40px;
  width: 50px;
  border: 1px solid #D8D8D8 !important;
  -webkit-transition: all .3s;
  transition: all .3s;
  outline: none;
}

.custom-posts-slider header .slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  color: #002855;
  font-size: 11px;
}

.custom-posts-slider header .slick-arrow.fsPrevButton {
  right: 49px;
}

.custom-posts-slider header .slick-arrow.fsPrevButton:before {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.custom-posts-slider header .slick-arrow.fsNextButton {
  right: 0px;
}

.custom-posts-slider header .slick-arrow.fsNextButton:before {
  content: "\E90C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.custom-posts-slider header .slick-arrow:hover,
.custom-posts-slider header .slick-arrow:focus {
  background: #002855;
}

.custom-posts-slider header .slick-arrow:hover:before,
.custom-posts-slider header .slick-arrow:focus:before {
  color: #ffffff;
}

.custom-posts-slider > .fsElementContent {
  position: relative;
}

.custom-posts-slider .fsElementSlideshow {
  padding: 0 !important;
}

.custom-posts-slider article {
  padding: 0;
  border: 0 !important;
  margin-bottom: 15px;
}

@media (min-width: 700px) {
  .custom-posts-slider article {
    height: 300px !important;
    overflow: auto;
  }
}

.custom-posts-slider article .fsThumbnail {
  margin-right: 20px;
  margin-bottom: 0;
}

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important;
  }

  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important;
  }

  html {
    font-size: 100%;
    /* for IE */
  }

  body {
    font-size: 62.5%;
  }

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  .slick-slide {
    display: none !important;
  }

  .slick-slide.slick-active {
    display: block !important;
  }

  .slick-list {
    height: auto !important;
  }

  .slick-track {
    width: auto !important;
    height: auto !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }

  .slick-track .slick-slide {
    width: auto !important;
  }

  a[class*='fs_style'] {
    border-color: #000000;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    page-break-inside: avoid;
  }

  /* Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .fsPanel > header ~ .fsElementContent {
    display: block;
  }
}@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left;
  }
}

@media (min-width: 900px) {
  .col-4 {
    width: 25%;
  }
}

/*! helpers - box-model v0.0.1 */

.margin-x {
  margin-right: 1.25em;
  margin-left: 1.25em;
}

.margin-x-2x {
  margin-right: 2.5em;
  margin-left: 2.5em;
}

.margin-y {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.margin-y-2x {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.padding-x {
  padding-right: 1.25em;
  padding-left: 1.25em;
}

.padding-x-2x {
  padding-right: 2.5em;
  padding-left: 2.5em;
}

.padding-y {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.padding-y-2x {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.stretch-container {
  margin-right: -1.25em;
  margin-left: -1.25em;
}

.cover {
  position: absolute;
  height: 100%;
  width: 100%;
}

/*! helpers - presentational v0.0.1 */

/*! helpers - ui-pattern v0.0.1 */

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/

/*! helpers - typography v0.0.1 */

@font-face {
  font-family: 'IcoMoon';
  src: url(fonts/icomoon.eot);
  src: url(fonts/icomoon.eot) format("embedded-opentype"), url(fonts/icomoon.woff2) format("woff2"), url(fonts/icomoon.woff) format("woff"), url(fonts/icomoon.ttf) format("truetype"), url(fonts/icomoon.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

h1 {
  margin-top: 0;
  font-weight: normal;
  color: #002855;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 21px;
  font-family: "Roboto Slab", sans-serif;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  color: #002855;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 14px;
  font-family: "Roboto Slab", sans-serif;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  color: #002855;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 15px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  color: #002855;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
  font-weight: 500;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  color: #002855;
  font-size: 25px;
  line-height: 37px;
  margin-bottom: 15px;
  font-weight: 500;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  color: #002855;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 500;
}

p {
  margin: 0 0 20px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: underline;
  color: #9D2234;
  font-weight: 500;
  -webkit-transition: background .3s,
 color .3s;
  transition: background .3s,
 color .3s;
}

a:hover,
a:focus {
  color: #6D6E70;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

table.fs_style_26 {
  margin-bottom: 20px;
}

table.fs_style_26 th,
table.fs_style_26 td {
  vertical-align: top;
  border-bottom: none;
  padding: 10px 13px;
}

table.fs_style_26 th {
  background: #9D2234;
  color: #ffffff;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

table.fs_style_26 td {
  background: #F3F3F3;
  font-size: 17px;
  line-height: 27px;
}

table.fs_style_26 tr:nth-of-type(odd) td {
  background-color: #ffffff;
}

table.fs_style_26 tr {
  border-bottom: solid 1px #ffffff;
}

table.fs_style_26 tr.fsLoadMoreButtonRow {
  border-bottom: none;
}

table.fs_style_26 tr.fsLoadMoreButtonRow > td {
  background: none;
  padding: 20px 0;
}

body:not(.fsComposeMode) table.fs_style_26:last-child {
  margin-bottom: 0;
}

.table-overflow {
  overflow-x: auto;
  max-width: 100%;
  margin-bottom: 20px;
}

.table-overflow:last-child {
  margin-bottom: 0;
}

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

.fs_style_27 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #F3F3F3;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_27:hover,
.fs_style_27:focus,
.fsStateSelected .fs_style_27,
.fs_style_27.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_27,
.fsBannerRight .fs_style_27,
.fsStyleOneThird .fs_style_27,
.fsTwoColumnLayout .fs_style_27,
.fsThreeColumnLayout > .fsDiv .fs_style_27,
.fsFourColumnLayout > .fsDiv .fs_style_27 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_27 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_27 em {
  display: block;
  font-style: normal;
}

p .fs_style_27 {
  margin-bottom: 0 !important;
}

.fs_style_28 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #6D6E70;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_28:hover,
.fs_style_28:focus,
.fsStateSelected .fs_style_28,
.fs_style_28.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_28,
.fsBannerRight .fs_style_28,
.fsStyleOneThird .fs_style_28,
.fsTwoColumnLayout .fs_style_28,
.fsThreeColumnLayout > .fsDiv .fs_style_28,
.fsFourColumnLayout > .fsDiv .fs_style_28 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_28 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_28 em {
  display: block;
  font-style: normal;
}

p .fs_style_28 {
  margin-bottom: 0 !important;
}

.fs_style_29 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #313131;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fs_style_29.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_29,
.fsBannerRight .fs_style_29,
.fsStyleOneThird .fs_style_29,
.fsTwoColumnLayout .fs_style_29,
.fsThreeColumnLayout > .fsDiv .fs_style_29,
.fsFourColumnLayout > .fsDiv .fs_style_29 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_29 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_29 em {
  display: block;
  font-style: normal;
}

p .fs_style_29 {
  margin-bottom: 0 !important;
}

.fs_style_30 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #9D2234;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_30:hover,
.fs_style_30:focus,
.fsStateSelected .fs_style_30,
.fs_style_30.on {
  background: #b2273b;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_30,
.fsBannerRight .fs_style_30,
.fsStyleOneThird .fs_style_30,
.fsTwoColumnLayout .fs_style_30,
.fsThreeColumnLayout > .fsDiv .fs_style_30,
.fsFourColumnLayout > .fsDiv .fs_style_30 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_30 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_30 em {
  display: block;
  font-style: normal;
}

p .fs_style_30 {
  margin-bottom: 0 !important;
}

.fs_style_31 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #002855;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_31:hover,
.fs_style_31:focus,
.fsStateSelected .fs_style_31,
.fs_style_31.on {
  background: #b2273b;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_31,
.fsBannerRight .fs_style_31,
.fsStyleOneThird .fs_style_31,
.fsTwoColumnLayout .fs_style_31,
.fsThreeColumnLayout > .fsDiv .fs_style_31,
.fsFourColumnLayout > .fsDiv .fs_style_31 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_31 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_31 em {
  display: block;
  font-style: normal;
}

p .fs_style_31 {
  margin-bottom: 0 !important;
}

.fs_style_32 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #6D6E70;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  border: 1px solid #6D6E70;
}

.fs_style_32:hover,
.fs_style_32:focus,
.fsStateSelected .fs_style_32,
.fs_style_32.on {
  background: #6D6E70;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_32,
.fsBannerRight .fs_style_32,
.fsStyleOneThird .fs_style_32,
.fsTwoColumnLayout .fs_style_32,
.fsThreeColumnLayout > .fsDiv .fs_style_32,
.fsFourColumnLayout > .fsDiv .fs_style_32 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_32 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_32 em {
  display: block;
  font-style: normal;
}

p .fs_style_32 {
  margin-bottom: 0 !important;
}

.fs_style_33 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  border: 1px solid #313131;
}

.fs_style_33:hover,
.fs_style_33:focus,
.fsStateSelected .fs_style_33,
.fs_style_33.on {
  background: #313131;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_33,
.fsBannerRight .fs_style_33,
.fsStyleOneThird .fs_style_33,
.fsTwoColumnLayout .fs_style_33,
.fsThreeColumnLayout > .fsDiv .fs_style_33,
.fsFourColumnLayout > .fsDiv .fs_style_33 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_33 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_33 em {
  display: block;
  font-style: normal;
}

p .fs_style_33 {
  margin-bottom: 0 !important;
}

.fs_style_34 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #9D2234;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  border: 1px solid #9D2234;
}

.fs_style_34:hover,
.fs_style_34:focus,
.fsStateSelected .fs_style_34,
.fs_style_34.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_34,
.fsBannerRight .fs_style_34,
.fsStyleOneThird .fs_style_34,
.fsTwoColumnLayout .fs_style_34,
.fsThreeColumnLayout > .fsDiv .fs_style_34,
.fsFourColumnLayout > .fsDiv .fs_style_34 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_34 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_34 em {
  display: block;
  font-style: normal;
}

p .fs_style_34 {
  margin-bottom: 0 !important;
}

.fs_style_35 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #002855;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  border: 1px solid #002855;
}

.fs_style_35:hover,
.fs_style_35:focus,
.fsStateSelected .fs_style_35,
.fs_style_35.on {
  background: #002855;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_35,
.fsBannerRight .fs_style_35,
.fsStyleOneThird .fs_style_35,
.fsTwoColumnLayout .fs_style_35,
.fsThreeColumnLayout > .fsDiv .fs_style_35,
.fsFourColumnLayout > .fsDiv .fs_style_35 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_35 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_35 em {
  display: block;
  font-style: normal;
}

p .fs_style_35 {
  margin-bottom: 0 !important;
}

.fs_style_36:after,
.fs_style_37:after,
.fs_style_38:after,
.fs_style_39:after,
.fs_style_41:after {
  content: "\F178";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-left: 10px;
}

.fsBannerLeft .fs_style_36:after,
.fsBannerRight .fs_style_36:after,
.fsStyleOneThird .fs_style_36:after,
.fsTwoColumnLayout .fs_style_36:after,
.fsThreeColumnLayout > .fsDiv .fs_style_36:after,
.fsFourColumnLayout > .fsDiv .fs_style_36:after,
.fsBannerLeft .fs_style_37:after,
.fsBannerRight .fs_style_37:after,
.fsStyleOneThird .fs_style_37:after,
.fsTwoColumnLayout .fs_style_37:after,
.fsThreeColumnLayout > .fsDiv .fs_style_37:after,
.fsFourColumnLayout > .fsDiv .fs_style_37:after,
.fsBannerLeft .fs_style_38:after,
.fsBannerRight .fs_style_38:after,
.fsStyleOneThird .fs_style_38:after,
.fsTwoColumnLayout .fs_style_38:after,
.fsThreeColumnLayout > .fsDiv .fs_style_38:after,
.fsFourColumnLayout > .fsDiv .fs_style_38:after,
.fsBannerLeft .fs_style_39:after,
.fsBannerRight .fs_style_39:after,
.fsStyleOneThird .fs_style_39:after,
.fsTwoColumnLayout .fs_style_39:after,
.fsThreeColumnLayout > .fsDiv .fs_style_39:after,
.fsFourColumnLayout > .fsDiv .fs_style_39:after,
.fsBannerLeft .fs_style_41:after,
.fsBannerRight .fs_style_41:after,
.fsStyleOneThird .fs_style_41:after,
.fsTwoColumnLayout .fs_style_41:after,
.fsThreeColumnLayout > .fsDiv .fs_style_41:after,
.fsFourColumnLayout > .fsDiv .fs_style_41:after {
  float: right;
}

.fs_style_36 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  text-align: left;
  padding: 0 0 8px;
  border-bottom: 2px solid transparent;
}

.fs_style_36:hover,
.fs_style_36:focus,
.fsStateSelected .fs_style_36,
.fs_style_36.on {
  background: #ffffff;
  color: #6D6E70;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_36,
.fsBannerRight .fs_style_36,
.fsStyleOneThird .fs_style_36,
.fsTwoColumnLayout .fs_style_36,
.fsThreeColumnLayout > .fsDiv .fs_style_36,
.fsFourColumnLayout > .fsDiv .fs_style_36 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_36 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_36 em {
  display: block;
  font-style: normal;
}

p .fs_style_36 {
  margin-bottom: 0 !important;
}

.fs_style_36:hover,
.fs_style_36:focus {
  border-color: #313131;
}

.fs_style_37 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #6D6E70;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  text-align: left;
  padding: 0 0 8px;
  border-bottom: 2px solid transparent;
}

.fs_style_37:hover,
.fs_style_37:focus,
.fsStateSelected .fs_style_37,
.fs_style_37.on {
  background: #ffffff;
  color: #313131;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_37,
.fsBannerRight .fs_style_37,
.fsStyleOneThird .fs_style_37,
.fsTwoColumnLayout .fs_style_37,
.fsThreeColumnLayout > .fsDiv .fs_style_37,
.fsFourColumnLayout > .fsDiv .fs_style_37 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_37 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_37 em {
  display: block;
  font-style: normal;
}

p .fs_style_37 {
  margin-bottom: 0 !important;
}

.fs_style_37:hover,
.fs_style_37:focus {
  border-color: #6D6E70;
}

.fs_style_38 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #9D2234;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  text-align: left;
  padding: 0 0 8px;
  border-bottom: 2px solid transparent;
}

.fs_style_38:hover,
.fs_style_38:focus,
.fsStateSelected .fs_style_38,
.fs_style_38.on {
  background: #ffffff;
  color: #313131;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_38,
.fsBannerRight .fs_style_38,
.fsStyleOneThird .fs_style_38,
.fsTwoColumnLayout .fs_style_38,
.fsThreeColumnLayout > .fsDiv .fs_style_38,
.fsFourColumnLayout > .fsDiv .fs_style_38 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_38 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_38 em {
  display: block;
  font-style: normal;
}

p .fs_style_38 {
  margin-bottom: 0 !important;
}

.fs_style_38:hover,
.fs_style_38:focus {
  border-color: #9D2234;
}

.fs_style_39 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #002855;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  text-align: left;
  padding: 0 0 8px;
  border-bottom: 2px solid transparent;
}

.fs_style_39:hover,
.fs_style_39:focus,
.fsStateSelected .fs_style_39,
.fs_style_39.on {
  background: #ffffff;
  color: #313131;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_39,
.fsBannerRight .fs_style_39,
.fsStyleOneThird .fs_style_39,
.fsTwoColumnLayout .fs_style_39,
.fsThreeColumnLayout > .fsDiv .fs_style_39,
.fsFourColumnLayout > .fsDiv .fs_style_39 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_39 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_39 em {
  display: block;
  font-style: normal;
}

p .fs_style_39 {
  margin-bottom: 0 !important;
}

.fs_style_39:hover,
.fs_style_39:focus {
  border-color: #002855;
}

.fs_style_42 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #F3F3F3;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_42:hover,
.fs_style_42:focus,
.fsStateSelected .fs_style_42,
.fs_style_42.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_42,
.fsBannerRight .fs_style_42,
.fsStyleOneThird .fs_style_42,
.fsTwoColumnLayout .fs_style_42,
.fsThreeColumnLayout > .fsDiv .fs_style_42,
.fsFourColumnLayout > .fsDiv .fs_style_42 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_42 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_42 em {
  display: block;
  font-style: normal;
}

p .fs_style_42 {
  margin-bottom: 0 !important;
}

.fs_style_42:before {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 10px;
}

.fs_style_43 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #F3F3F3;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_43:hover,
.fs_style_43:focus,
.fsStateSelected .fs_style_43,
.fs_style_43.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_43,
.fsBannerRight .fs_style_43,
.fsStyleOneThird .fs_style_43,
.fsTwoColumnLayout .fs_style_43,
.fsThreeColumnLayout > .fsDiv .fs_style_43,
.fsFourColumnLayout > .fsDiv .fs_style_43 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_43 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_43 em {
  display: block;
  font-style: normal;
}

p .fs_style_43 {
  margin-bottom: 0 !important;
}

.fs_style_43:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 10px;
}

.fs_style_40 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  border: 1px solid #ffffff;
}

.fs_style_40:hover,
.fs_style_40:focus,
.fsStateSelected .fs_style_40,
.fs_style_40.on {
  background: #ffffff;
  color: #6D6E70;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_40,
.fsBannerRight .fs_style_40,
.fsStyleOneThird .fs_style_40,
.fsTwoColumnLayout .fs_style_40,
.fsThreeColumnLayout > .fsDiv .fs_style_40,
.fsFourColumnLayout > .fsDiv .fs_style_40 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_40 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_40 em {
  display: block;
  font-style: normal;
}

p .fs_style_40 {
  margin-bottom: 0 !important;
}

.fs_style_41 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  text-align: left;
  padding: 0 0 8px;
  border-bottom: 2px solid transparent;
}

.fs_style_41:hover,
.fs_style_41:focus,
.fsStateSelected .fs_style_41,
.fs_style_41.on {
  background: transparent;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_41,
.fsBannerRight .fs_style_41,
.fsStyleOneThird .fs_style_41,
.fsTwoColumnLayout .fs_style_41,
.fsThreeColumnLayout > .fsDiv .fs_style_41,
.fsFourColumnLayout > .fsDiv .fs_style_41 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_41 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_41 em {
  display: block;
  font-style: normal;
}

p .fs_style_41 {
  margin-bottom: 0 !important;
}

.fs_style_41:after {
  color: #ffffff;
}

.fs_style_41:hover,
.fs_style_41:focus {
  border-color: #ffffff;
}

.fs_style_44 {
  width: 100%;
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #313131;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fsStyleDefaultButton,
.fsBannerRight .fsStyleDefaultButton,
.fsStyleOneThird .fsStyleDefaultButton,
.fsTwoColumnLayout .fsStyleDefaultButton,
.fsThreeColumnLayout > .fsDiv .fsStyleDefaultButton,
.fsFourColumnLayout > .fsDiv .fsStyleDefaultButton {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fsStyleDefaultButton {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fsStyleDefaultButton em {
  display: block;
  font-style: normal;
}

p .fsStyleDefaultButton {
  margin-bottom: 0 !important;
}

.fsStyleDefaultButton.fsLoadMoreButton {
  margin-bottom: 0;
}

.fsStyleDefaultButton.fsSelectAll {
  margin-bottom: 5px;
  padding: 7px 12px;
  font-size: .875em;
  line-height: 1.2;
}

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #F3F3F3;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fsStyleUpdateButton,
.fsBannerRight .fsStyleUpdateButton,
.fsStyleOneThird .fsStyleUpdateButton,
.fsTwoColumnLayout .fsStyleUpdateButton,
.fsThreeColumnLayout > .fsDiv .fsStyleUpdateButton,
.fsFourColumnLayout > .fsDiv .fsStyleUpdateButton {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fsStyleUpdateButton {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fsStyleUpdateButton em {
  display: block;
  font-style: normal;
}

p .fsStyleUpdateButton {
  margin-bottom: 0 !important;
}

@font-face {
  font-family: 'infographic2';
  src: url(fonts/infographic2.eot);
  src: url(fonts/infographic2.eot) format("embedded-opentype"), url(fonts/infographic2.woff2) format("woff2"), url(fonts/infographic2.ttf) format("truetype"), url(fonts/infographic2.woff) format("woff"), url(fonts/infographic2.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

.bpa-infographic-2 section:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'infographic2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.infographic2-pencil:before {
  content: "\E802";
}

.infographic2-drop:before {
  content: "\E804";
}

.infographic2-sun:before {
  content: "\E807";
}

.infographic2-cloud:before {
  content: "\E809";
}

.infographic2-cloud-check:before {
  content: "\E80D";
}

.infographic2-database:before {
  content: "\E80E";
}

.infographic2-lock:before {
  content: "\E80F";
}

.infographic2-cog:before {
  content: "\E810";
}

.infographic2-heart:before {
  content: "\E813";
}

.infographic2-star:before {
  content: "\E814";
}

.infographic2-envelope:before {
  content: "\E818";
}

.infographic2-graduation-hat:before {
  content: "\E821";
}

.infographic2-license:before {
  content: "\E822";
}

.infographic2-music-note:before {
  content: "\E823";
}

.infographic2-film-play:before {
  content: "\E824";
}

.infographic2-camera-video:before {
  content: "\E825";
}

.infographic2-camera:before {
  content: "\E826";
}

.infographic2-picture:before {
  content: "\E827";
}

.infographic2-book:before {
  content: "\E828";
}

.infographic2-bookmark:before {
  content: "\E829";
}

.infographic2-users:before {
  content: "\E82B";
}

.infographic2-store:before {
  content: "\E82D";
}

.infographic2-phone:before {
  content: "\E831";
}

.infographic2-pushpin:before {
  content: "\E832";
}

.infographic2-map-marker:before {
  content: "\E833";
}

.infographic2-map:before {
  content: "\E834";
}

.infographic2-smartphone:before {
  content: "\E83A";
}

.infographic2-tablet:before {
  content: "\E83B";
}

.infographic2-laptop-phone:before {
  content: "\E83D";
}

.infographic2-bubble:before {
  content: "\E83F";
}

.infographic2-construction:before {
  content: "\E841";
}

.infographic2-pie-chart:before {
  content: "\E842";
}

.infographic2-gift:before {
  content: "\E844";
}

.infographic2-dinner:before {
  content: "\E847";
}

.infographic2-leaf:before {
  content: "\E849";
}

.infographic2-paw:before {
  content: "\E84A";
}

.infographic2-rocket:before {
  content: "\E84B";
}

.infographic2-bus:before {
  content: "\E84D";
}

.infographic2-bicycle:before {
  content: "\E850";
}

.infographic2-wheelchair:before {
  content: "\E851";
}

.infographic2-earth:before {
  content: "\E853";
}

.infographic2-smile:before {
  content: "\E854";
}

.infographic2-alarm:before {
  content: "\E858";
}

.infographic2-bullhorn:before {
  content: "\E859";
}

.infographic2-mic:before {
  content: "\E85E";
}

.infographic2-hourglass:before {
  content: "\E85F";
}

.infographic2-clock:before {
  content: "\E864";
}

.infographic2-thumbs-up:before {
  content: "\E86D";
}

.infographic2-magnifier:before {
  content: "\E86F";
}

.infographic2-layers:before {
  content: "\E88E";
}

.infographic2-home:before {
  content: "\E800";
}

.infographic2-teacher:before {
  content: "\E900";
}

.infographic2-theater:before {
  content: "\E901";
}

.infographic2-trophy:before {
  content: "\E902";
}

.infographic2-university:before {
  content: "\E903";
}

.infographic2-users1:before {
  content: "\E904";
}

.infographic2-volleyball:before {
  content: "\E905";
}

.infographic2-volunteer:before {
  content: "\E906";
}

.infographic2-microscope:before {
  content: "\E907";
}

.infographic2-skyscraper-icon:before {
  content: "\E908";
}

.infographic2-sports:before {
  content: "\E909";
}

.infographic2-stopwatch:before {
  content: "\E90A";
}

.infographic2-teacher-student-ratio:before {
  content: "\E90B";
}

.infographic2-tennis:before {
  content: "\E90C";
}

.infographic2-quicklink5:before {
  content: "\E90D";
}

.infographic2-shoe:before {
  content: "\E90E";
}

.infographic2-soccer4:before {
  content: "\E90F";
}

.infographic2-star1:before {
  content: "\E910";
}

.infographic2-store1:before {
  content: "\E911";
}

.infographic2-summer:before {
  content: "\E912";
}

.infographic2-map1:before {
  content: "\E913";
}

.infographic2-music-note1:before {
  content: "\E914";
}

.infographic2-phone1:before {
  content: "\E915";
}

.infographic2-question-mark:before {
  content: "\E916";
}

.infographic2-map-marker1:before {
  content: "\E917";
}

.infographic2-news-bullhorn:before {
  content: "\E918";
}

.infographic2-pencil1:before {
  content: "\E919";
}

.infographic2-pie-chart1:before {
  content: "\E91A";
}

.infographic2-piggy-bank6:before {
  content: "\E91B";
}

.infographic2-gear:before {
  content: "\E91C";
}

.infographic2-group-girls:before {
  content: "\E91D";
}

.infographic2-heart1:before {
  content: "\E91E";
}

.infographic2-information13:before {
  content: "\E91F";
}

.infographic2-issue_warning_concern:before {
  content: "\E920";
}

.infographic2-jersey:before {
  content: "\E921";
}

.infographic2-laptop-phone1:before {
  content: "\E922";
}

.infographic2-leaf1:before {
  content: "\E923";
}

.infographic2-lock5:before {
  content: "\E925";
}

.infographic2-enroll:before {
  content: "\E926";
}

.infographic2-family:before {
  content: "\E927";
}

.infographic2-faq:before {
  content: "\E928";
}

.infographic2-files:before {
  content: "\E929";
}

.infographic2-football:before {
  content: "\E92A";
}

.infographic2-gift1:before {
  content: "\E92B";
}

.infographic2-globe:before {
  content: "\E92C";
}

.infographic2-group-boys:before {
  content: "\E92D";
}

.infographic2-group-coed:before {
  content: "\E92E";
}

.infographic2-group:before {
  content: "\E92F";
}

.infographic2-books:before {
  content: "\E930";
}

.infographic2-briefcase3:before {
  content: "\E931";
}

.infographic2-bus1:before {
  content: "\E932";
}

.infographic2-calendar:before {
  content: "\E933";
}

.infographic2-certificate:before {
  content: "\E934";
}

.infographic2-cross3:before {
  content: "\E935";
}

.infographic2-directory:before {
  content: "\E936";
}

.infographic2-diversity2:before {
  content: "\E937";
}

.infographic2-doors:before {
  content: "\E938";
}

.infographic2-droplet:before {
  content: "\E939";
}

.infographic2-apple:before {
  content: "\E93A";
}

.infographic2-apply:before {
  content: "\E93B";
}

.infographic2-artpalette:before {
  content: "\E93C";
}

.infographic2-award:before {
  content: "\E93D";
}

.infographic2-backpack:before {
  content: "\E93E";
}

.infographic2-bar-graph3:before {
  content: "\E93F";
}

.infographic2-baseball:before {
  content: "\E940";
}

.infographic2-basketball:before {
  content: "\E941";
}

.infographic2-beaker:before {
  content: "\E942";
}

.infographic2-book-open:before {
  content: "\E943";
}

.bpa-infographic-2 {
  background-color: #fff;
  padding: 40px 20px 40px 20px;
}

.bpa-infographic-2 > header {
  text-align: center;
  padding-bottom: 30px;
}

.bpa-infographic-2 > .fsElementContent {
  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: 0 auto;
  max-width: 360px;
}

@media (min-width: 600px) {
  .bpa-infographic-2 > .fsElementContent {
    max-width: 530px;
  }
}

@media (min-width: 1000px) {
  .bpa-infographic-2 > .fsElementContent {
    max-width: 1180px;
  }
}

.bpa-infographic-2 > .fsElementContent > .fsElement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  position: relative;
  min-width: 50%;
  min-height: 160px;
  margin: 0;
  padding: 30px 0 0 0;
  color: #242424;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.7);
  border-style: solid;
  border-width: 0 1px 1px 0;
}

.bpa-infographic-2 > .fsElementContent > .fsElement:nth-child(2n) {
  border-right-width: 0;
}

.bpa-infographic-2 > .fsElementContent > .fsElement:nth-last-child(2),
.bpa-infographic-2 > .fsElementContent > .fsElement:last-child {
  border-bottom-width: 0;
}

@media (min-width: 1000px) {
  .bpa-infographic-2 > .fsElementContent > .fsElement {
    min-width: 25%;
  }

  .bpa-infographic-2 > .fsElementContent > .fsElement:nth-child(2n) {
    border-right-width: 1px;
  }

  .bpa-infographic-2 > .fsElementContent > .fsElement:nth-child(4n) {
    border-right-width: 0;
  }

  .bpa-infographic-2 > .fsElementContent > .fsElement:nth-child(n+5) {
    border-bottom-width: 0;
  }
}

.bpa-infographic-2 > .fsElementContent > .fsElement:before {
  color: #242424;
  display: block;
  position: absolute;
  width: 30%;
  padding: 3px 10px 0;
  font-size: 1.75em;
  line-height: 1;
  text-align: right;
}

@media (max-width: 599px) {
  .bpa-infographic-2 > .fsElementContent > .fsElement:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

@media (min-width: 600px) {
  .bpa-infographic-2 > .fsElementContent > .fsElement:before {
    font-size: 3.25em;
  }

  body.fsHasLeftBanner .bpa-infographic-2 > .fsElementContent > .fsElement:before,
  body.fsHasRightBanner .bpa-infographic-2 > .fsElementContent > .fsElement:before {
    font-size: 2em;
  }
}

.bpa-infographic-2 > .fsElementContent > .fsElement header {
  width: 100%;
  text-align: left;
  padding-left: 30%;
  padding-top: 0;
}

@media (max-width: 599px) {
  .bpa-infographic-2 > .fsElementContent > .fsElement header {
    padding-top: 30%;
    padding-left: 0;
    text-align: center;
  }
}

.bpa-infographic-2 > .fsElementContent > .fsElement .fsElementTitle {
  color: #002855;
  font-weight: 700;
  font-size: 2.25em;
}

@media (min-width: 600px) {
  .bpa-infographic-2 > .fsElementContent > .fsElement .fsElementTitle {
    font-size: 3.4375em;
  }

  body.fsHasLeftBanner .bpa-infographic-2 > .fsElementContent > .fsElement .fsElementTitle,
  body.fsHasRightBanner .bpa-infographic-2 > .fsElementContent > .fsElement .fsElementTitle {
    font-size: 2.25em;
  }
}

.bpa-infographic-2 > .fsElementContent > .fsElement .fsElementContent {
  padding-left: 30%;
  text-align: left;
  padding-right: 30px;
  padding-bottom: 15px;
}

@media (max-width: 599px) {
  .bpa-infographic-2 > .fsElementContent > .fsElement .fsElementContent {
    padding: 0 30px 15px;
    text-align: center;
  }
}

.bpa-infographic-2 > .fsElementContent > .fsElement .fsElementContent p {
  margin: 0;
}

.bpa-infographic-2.dark {
  background-color: #002855;
}

.bpa-infographic-2.dark > header > .fsElementTitle {
  color: #fff;
}

.bpa-infographic-2.dark > .fsElementContent > .fsElement {
  color: #fff;
  background: transparent;
}

.bpa-infographic-2.dark > .fsElementContent > .fsElement:before {
  color: #fff;
}

.bpa-infographic-2.dark > .fsElementContent > .fsElement .fsElementTitle {
  color: #F3F3F3;
}

.icon-list,
.icon-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.icon-list li {
  margin: 0;
  padding: 0;
}

.icon-list li {
  margin: 6px 0;
}

.icon-list li:before {
  font-size: 30px;
  margin-right: 14px;
}@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left;
  }
}

@media (min-width: 900px) {
  .col-4 {
    width: 25%;
  }
}

/*! helpers - box-model v0.0.1 */

.margin-x {
  margin-right: 1.25em;
  margin-left: 1.25em;
}

.margin-x-2x {
  margin-right: 2.5em;
  margin-left: 2.5em;
}

.margin-y {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.margin-y-2x {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.padding-x {
  padding-right: 1.25em;
  padding-left: 1.25em;
}

.padding-x-2x {
  padding-right: 2.5em;
  padding-left: 2.5em;
}

.padding-y {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.padding-y-2x {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.stretch-container {
  margin-right: -1.25em;
  margin-left: -1.25em;
}

.cover {
  position: absolute;
  height: 100%;
  width: 100%;
}

/*! helpers - presentational v0.0.1 */

/*! helpers - ui-pattern v0.0.1 */

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/

/*! helpers - typography v0.0.1 */

@font-face {
  font-family: 'IcoMoon';
  src: url(fonts/icomoon.eot);
  src: url(fonts/icomoon.eot) format("embedded-opentype"), url(fonts/icomoon.woff2) format("woff2"), url(fonts/icomoon.woff) format("woff"), url(fonts/icomoon.ttf) format("truetype"), url(fonts/icomoon.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

h1 {
  margin-top: 0;
  font-weight: normal;
  color: #002855;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 21px;
  font-family: "Roboto Slab", sans-serif;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  color: #002855;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 14px;
  font-family: "Roboto Slab", sans-serif;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  color: #002855;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 15px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  color: #002855;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
  font-weight: 500;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  color: #002855;
  font-size: 25px;
  line-height: 37px;
  margin-bottom: 15px;
  font-weight: 500;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  color: #002855;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 500;
}

p {
  margin: 0 0 20px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: underline;
  color: #9D2234;
  font-weight: 500;
  -webkit-transition: background .3s,
 color .3s;
  transition: background .3s,
 color .3s;
}

a:hover,
a:focus {
  color: #6D6E70;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

table.fs_style_26 {
  margin-bottom: 20px;
}

table.fs_style_26 th,
table.fs_style_26 td {
  vertical-align: top;
  border-bottom: none;
  padding: 10px 13px;
}

table.fs_style_26 th {
  background: #9D2234;
  color: #ffffff;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

table.fs_style_26 td {
  background: #F3F3F3;
  font-size: 17px;
  line-height: 27px;
}

table.fs_style_26 tr:nth-of-type(odd) td {
  background-color: #ffffff;
}

table.fs_style_26 tr {
  border-bottom: solid 1px #ffffff;
}

table.fs_style_26 tr.fsLoadMoreButtonRow {
  border-bottom: none;
}

table.fs_style_26 tr.fsLoadMoreButtonRow > td {
  background: none;
  padding: 20px 0;
}

body:not(.fsComposeMode) table.fs_style_26:last-child {
  margin-bottom: 0;
}

.table-overflow {
  overflow-x: auto;
  max-width: 100%;
  margin-bottom: 20px;
}

.table-overflow:last-child {
  margin-bottom: 0;
}

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

.fs_style_27 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #F3F3F3;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_27:hover,
.fs_style_27:focus,
.fsStateSelected .fs_style_27,
.fs_style_27.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_27,
.fsBannerRight .fs_style_27,
.fsStyleOneThird .fs_style_27,
.fsTwoColumnLayout .fs_style_27,
.fsThreeColumnLayout > .fsDiv .fs_style_27,
.fsFourColumnLayout > .fsDiv .fs_style_27 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_27 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_27 em {
  display: block;
  font-style: normal;
}

p .fs_style_27 {
  margin-bottom: 0 !important;
}

.fs_style_28 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #6D6E70;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_28:hover,
.fs_style_28:focus,
.fsStateSelected .fs_style_28,
.fs_style_28.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_28,
.fsBannerRight .fs_style_28,
.fsStyleOneThird .fs_style_28,
.fsTwoColumnLayout .fs_style_28,
.fsThreeColumnLayout > .fsDiv .fs_style_28,
.fsFourColumnLayout > .fsDiv .fs_style_28 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_28 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_28 em {
  display: block;
  font-style: normal;
}

p .fs_style_28 {
  margin-bottom: 0 !important;
}

.fs_style_29 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #313131;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fs_style_29.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_29,
.fsBannerRight .fs_style_29,
.fsStyleOneThird .fs_style_29,
.fsTwoColumnLayout .fs_style_29,
.fsThreeColumnLayout > .fsDiv .fs_style_29,
.fsFourColumnLayout > .fsDiv .fs_style_29 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_29 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_29 em {
  display: block;
  font-style: normal;
}

p .fs_style_29 {
  margin-bottom: 0 !important;
}

.fs_style_30 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #9D2234;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_30:hover,
.fs_style_30:focus,
.fsStateSelected .fs_style_30,
.fs_style_30.on {
  background: #b2273b;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_30,
.fsBannerRight .fs_style_30,
.fsStyleOneThird .fs_style_30,
.fsTwoColumnLayout .fs_style_30,
.fsThreeColumnLayout > .fsDiv .fs_style_30,
.fsFourColumnLayout > .fsDiv .fs_style_30 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_30 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_30 em {
  display: block;
  font-style: normal;
}

p .fs_style_30 {
  margin-bottom: 0 !important;
}

.fs_style_31 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #002855;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_31:hover,
.fs_style_31:focus,
.fsStateSelected .fs_style_31,
.fs_style_31.on {
  background: #b2273b;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_31,
.fsBannerRight .fs_style_31,
.fsStyleOneThird .fs_style_31,
.fsTwoColumnLayout .fs_style_31,
.fsThreeColumnLayout > .fsDiv .fs_style_31,
.fsFourColumnLayout > .fsDiv .fs_style_31 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_31 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_31 em {
  display: block;
  font-style: normal;
}

p .fs_style_31 {
  margin-bottom: 0 !important;
}

.fs_style_32 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #6D6E70;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  border: 1px solid #6D6E70;
}

.fs_style_32:hover,
.fs_style_32:focus,
.fsStateSelected .fs_style_32,
.fs_style_32.on {
  background: #6D6E70;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_32,
.fsBannerRight .fs_style_32,
.fsStyleOneThird .fs_style_32,
.fsTwoColumnLayout .fs_style_32,
.fsThreeColumnLayout > .fsDiv .fs_style_32,
.fsFourColumnLayout > .fsDiv .fs_style_32 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_32 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_32 em {
  display: block;
  font-style: normal;
}

p .fs_style_32 {
  margin-bottom: 0 !important;
}

.fs_style_33 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  border: 1px solid #313131;
}

.fs_style_33:hover,
.fs_style_33:focus,
.fsStateSelected .fs_style_33,
.fs_style_33.on {
  background: #313131;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_33,
.fsBannerRight .fs_style_33,
.fsStyleOneThird .fs_style_33,
.fsTwoColumnLayout .fs_style_33,
.fsThreeColumnLayout > .fsDiv .fs_style_33,
.fsFourColumnLayout > .fsDiv .fs_style_33 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_33 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_33 em {
  display: block;
  font-style: normal;
}

p .fs_style_33 {
  margin-bottom: 0 !important;
}

.fs_style_34 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #9D2234;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  border: 1px solid #9D2234;
}

.fs_style_34:hover,
.fs_style_34:focus,
.fsStateSelected .fs_style_34,
.fs_style_34.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_34,
.fsBannerRight .fs_style_34,
.fsStyleOneThird .fs_style_34,
.fsTwoColumnLayout .fs_style_34,
.fsThreeColumnLayout > .fsDiv .fs_style_34,
.fsFourColumnLayout > .fsDiv .fs_style_34 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_34 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_34 em {
  display: block;
  font-style: normal;
}

p .fs_style_34 {
  margin-bottom: 0 !important;
}

.fs_style_35 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #002855;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  border: 1px solid #002855;
}

.fs_style_35:hover,
.fs_style_35:focus,
.fsStateSelected .fs_style_35,
.fs_style_35.on {
  background: #002855;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_35,
.fsBannerRight .fs_style_35,
.fsStyleOneThird .fs_style_35,
.fsTwoColumnLayout .fs_style_35,
.fsThreeColumnLayout > .fsDiv .fs_style_35,
.fsFourColumnLayout > .fsDiv .fs_style_35 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_35 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_35 em {
  display: block;
  font-style: normal;
}

p .fs_style_35 {
  margin-bottom: 0 !important;
}

.fs_style_36:after,
.fs_style_37:after,
.fs_style_38:after,
.fs_style_39:after,
.fs_style_41:after {
  content: "\F178";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-left: 10px;
}

.fsBannerLeft .fs_style_36:after,
.fsBannerRight .fs_style_36:after,
.fsStyleOneThird .fs_style_36:after,
.fsTwoColumnLayout .fs_style_36:after,
.fsThreeColumnLayout > .fsDiv .fs_style_36:after,
.fsFourColumnLayout > .fsDiv .fs_style_36:after,
.fsBannerLeft .fs_style_37:after,
.fsBannerRight .fs_style_37:after,
.fsStyleOneThird .fs_style_37:after,
.fsTwoColumnLayout .fs_style_37:after,
.fsThreeColumnLayout > .fsDiv .fs_style_37:after,
.fsFourColumnLayout > .fsDiv .fs_style_37:after,
.fsBannerLeft .fs_style_38:after,
.fsBannerRight .fs_style_38:after,
.fsStyleOneThird .fs_style_38:after,
.fsTwoColumnLayout .fs_style_38:after,
.fsThreeColumnLayout > .fsDiv .fs_style_38:after,
.fsFourColumnLayout > .fsDiv .fs_style_38:after,
.fsBannerLeft .fs_style_39:after,
.fsBannerRight .fs_style_39:after,
.fsStyleOneThird .fs_style_39:after,
.fsTwoColumnLayout .fs_style_39:after,
.fsThreeColumnLayout > .fsDiv .fs_style_39:after,
.fsFourColumnLayout > .fsDiv .fs_style_39:after,
.fsBannerLeft .fs_style_41:after,
.fsBannerRight .fs_style_41:after,
.fsStyleOneThird .fs_style_41:after,
.fsTwoColumnLayout .fs_style_41:after,
.fsThreeColumnLayout > .fsDiv .fs_style_41:after,
.fsFourColumnLayout > .fsDiv .fs_style_41:after {
  float: right;
}

.fs_style_36 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  text-align: left;
  padding: 0 0 8px;
  border-bottom: 2px solid transparent;
}

.fs_style_36:hover,
.fs_style_36:focus,
.fsStateSelected .fs_style_36,
.fs_style_36.on {
  background: #ffffff;
  color: #6D6E70;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_36,
.fsBannerRight .fs_style_36,
.fsStyleOneThird .fs_style_36,
.fsTwoColumnLayout .fs_style_36,
.fsThreeColumnLayout > .fsDiv .fs_style_36,
.fsFourColumnLayout > .fsDiv .fs_style_36 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_36 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_36 em {
  display: block;
  font-style: normal;
}

p .fs_style_36 {
  margin-bottom: 0 !important;
}

.fs_style_36:hover,
.fs_style_36:focus {
  border-color: #313131;
}

.fs_style_37 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #6D6E70;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  text-align: left;
  padding: 0 0 8px;
  border-bottom: 2px solid transparent;
}

.fs_style_37:hover,
.fs_style_37:focus,
.fsStateSelected .fs_style_37,
.fs_style_37.on {
  background: #ffffff;
  color: #313131;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_37,
.fsBannerRight .fs_style_37,
.fsStyleOneThird .fs_style_37,
.fsTwoColumnLayout .fs_style_37,
.fsThreeColumnLayout > .fsDiv .fs_style_37,
.fsFourColumnLayout > .fsDiv .fs_style_37 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_37 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_37 em {
  display: block;
  font-style: normal;
}

p .fs_style_37 {
  margin-bottom: 0 !important;
}

.fs_style_37:hover,
.fs_style_37:focus {
  border-color: #6D6E70;
}

.fs_style_38 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #9D2234;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  text-align: left;
  padding: 0 0 8px;
  border-bottom: 2px solid transparent;
}

.fs_style_38:hover,
.fs_style_38:focus,
.fsStateSelected .fs_style_38,
.fs_style_38.on {
  background: #ffffff;
  color: #313131;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_38,
.fsBannerRight .fs_style_38,
.fsStyleOneThird .fs_style_38,
.fsTwoColumnLayout .fs_style_38,
.fsThreeColumnLayout > .fsDiv .fs_style_38,
.fsFourColumnLayout > .fsDiv .fs_style_38 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_38 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_38 em {
  display: block;
  font-style: normal;
}

p .fs_style_38 {
  margin-bottom: 0 !important;
}

.fs_style_38:hover,
.fs_style_38:focus {
  border-color: #9D2234;
}

.fs_style_39 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #002855;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  text-align: left;
  padding: 0 0 8px;
  border-bottom: 2px solid transparent;
}

.fs_style_39:hover,
.fs_style_39:focus,
.fsStateSelected .fs_style_39,
.fs_style_39.on {
  background: #ffffff;
  color: #313131;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_39,
.fsBannerRight .fs_style_39,
.fsStyleOneThird .fs_style_39,
.fsTwoColumnLayout .fs_style_39,
.fsThreeColumnLayout > .fsDiv .fs_style_39,
.fsFourColumnLayout > .fsDiv .fs_style_39 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_39 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_39 em {
  display: block;
  font-style: normal;
}

p .fs_style_39 {
  margin-bottom: 0 !important;
}

.fs_style_39:hover,
.fs_style_39:focus {
  border-color: #002855;
}

.fs_style_42 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #F3F3F3;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_42:hover,
.fs_style_42:focus,
.fsStateSelected .fs_style_42,
.fs_style_42.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_42,
.fsBannerRight .fs_style_42,
.fsStyleOneThird .fs_style_42,
.fsTwoColumnLayout .fs_style_42,
.fsThreeColumnLayout > .fsDiv .fs_style_42,
.fsFourColumnLayout > .fsDiv .fs_style_42 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_42 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_42 em {
  display: block;
  font-style: normal;
}

p .fs_style_42 {
  margin-bottom: 0 !important;
}

.fs_style_42:before {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 10px;
}

.fs_style_43 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #F3F3F3;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_43:hover,
.fs_style_43:focus,
.fsStateSelected .fs_style_43,
.fs_style_43.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_43,
.fsBannerRight .fs_style_43,
.fsStyleOneThird .fs_style_43,
.fsTwoColumnLayout .fs_style_43,
.fsThreeColumnLayout > .fsDiv .fs_style_43,
.fsFourColumnLayout > .fsDiv .fs_style_43 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_43 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_43 em {
  display: block;
  font-style: normal;
}

p .fs_style_43 {
  margin-bottom: 0 !important;
}

.fs_style_43:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 10px;
}

.fs_style_40 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  border: 1px solid #ffffff;
}

.fs_style_40:hover,
.fs_style_40:focus,
.fsStateSelected .fs_style_40,
.fs_style_40.on {
  background: #ffffff;
  color: #6D6E70;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_40,
.fsBannerRight .fs_style_40,
.fsStyleOneThird .fs_style_40,
.fsTwoColumnLayout .fs_style_40,
.fsThreeColumnLayout > .fsDiv .fs_style_40,
.fsFourColumnLayout > .fsDiv .fs_style_40 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_40 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_40 em {
  display: block;
  font-style: normal;
}

p .fs_style_40 {
  margin-bottom: 0 !important;
}

.fs_style_41 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  text-align: left;
  padding: 0 0 8px;
  border-bottom: 2px solid transparent;
}

.fs_style_41:hover,
.fs_style_41:focus,
.fsStateSelected .fs_style_41,
.fs_style_41.on {
  background: transparent;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_41,
.fsBannerRight .fs_style_41,
.fsStyleOneThird .fs_style_41,
.fsTwoColumnLayout .fs_style_41,
.fsThreeColumnLayout > .fsDiv .fs_style_41,
.fsFourColumnLayout > .fsDiv .fs_style_41 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_41 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_41 em {
  display: block;
  font-style: normal;
}

p .fs_style_41 {
  margin-bottom: 0 !important;
}

.fs_style_41:after {
  color: #ffffff;
}

.fs_style_41:hover,
.fs_style_41:focus {
  border-color: #ffffff;
}

.fs_style_44 {
  width: 100%;
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #313131;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fsStyleDefaultButton,
.fsBannerRight .fsStyleDefaultButton,
.fsStyleOneThird .fsStyleDefaultButton,
.fsTwoColumnLayout .fsStyleDefaultButton,
.fsThreeColumnLayout > .fsDiv .fsStyleDefaultButton,
.fsFourColumnLayout > .fsDiv .fsStyleDefaultButton {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fsStyleDefaultButton {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fsStyleDefaultButton em {
  display: block;
  font-style: normal;
}

p .fsStyleDefaultButton {
  margin-bottom: 0 !important;
}

.fsStyleDefaultButton.fsLoadMoreButton {
  margin-bottom: 0;
}

.fsStyleDefaultButton.fsSelectAll {
  margin-bottom: 5px;
  padding: 7px 12px;
  font-size: .875em;
  line-height: 1.2;
}

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #F3F3F3;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fsStyleUpdateButton,
.fsBannerRight .fsStyleUpdateButton,
.fsStyleOneThird .fsStyleUpdateButton,
.fsTwoColumnLayout .fsStyleUpdateButton,
.fsThreeColumnLayout > .fsDiv .fsStyleUpdateButton,
.fsFourColumnLayout > .fsDiv .fsStyleUpdateButton {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fsStyleUpdateButton {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fsStyleUpdateButton em {
  display: block;
  font-style: normal;
}

p .fsStyleUpdateButton {
  margin-bottom: 0 !important;
}

@font-face {
  font-family: 'infographic2';
  src: url(fonts/infographic2.eot);
  src: url(fonts/infographic2.eot) format("embedded-opentype"), url(fonts/infographic2.woff2) format("woff2"), url(fonts/infographic2.ttf) format("truetype"), url(fonts/infographic2.woff) format("woff"), url(fonts/infographic2.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

.bpa-infographic-2 section:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'infographic2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.infographic2-pencil:before {
  content: "\E802";
}

.infographic2-drop:before {
  content: "\E804";
}

.infographic2-sun:before {
  content: "\E807";
}

.infographic2-cloud:before {
  content: "\E809";
}

.infographic2-cloud-check:before {
  content: "\E80D";
}

.infographic2-database:before {
  content: "\E80E";
}

.infographic2-lock:before {
  content: "\E80F";
}

.infographic2-cog:before {
  content: "\E810";
}

.infographic2-heart:before {
  content: "\E813";
}

.infographic2-star:before {
  content: "\E814";
}

.infographic2-envelope:before {
  content: "\E818";
}

.infographic2-graduation-hat:before {
  content: "\E821";
}

.infographic2-license:before {
  content: "\E822";
}

.infographic2-music-note:before {
  content: "\E823";
}

.infographic2-film-play:before {
  content: "\E824";
}

.infographic2-camera-video:before {
  content: "\E825";
}

.infographic2-camera:before {
  content: "\E826";
}

.infographic2-picture:before {
  content: "\E827";
}

.infographic2-book:before {
  content: "\E828";
}

.infographic2-bookmark:before {
  content: "\E829";
}

.infographic2-users:before {
  content: "\E82B";
}

.infographic2-store:before {
  content: "\E82D";
}

.infographic2-phone:before {
  content: "\E831";
}

.infographic2-pushpin:before {
  content: "\E832";
}

.infographic2-map-marker:before {
  content: "\E833";
}

.infographic2-map:before {
  content: "\E834";
}

.infographic2-smartphone:before {
  content: "\E83A";
}

.infographic2-tablet:before {
  content: "\E83B";
}

.infographic2-laptop-phone:before {
  content: "\E83D";
}

.infographic2-bubble:before {
  content: "\E83F";
}

.infographic2-construction:before {
  content: "\E841";
}

.infographic2-pie-chart:before {
  content: "\E842";
}

.infographic2-gift:before {
  content: "\E844";
}

.infographic2-dinner:before {
  content: "\E847";
}

.infographic2-leaf:before {
  content: "\E849";
}

.infographic2-paw:before {
  content: "\E84A";
}

.infographic2-rocket:before {
  content: "\E84B";
}

.infographic2-bus:before {
  content: "\E84D";
}

.infographic2-bicycle:before {
  content: "\E850";
}

.infographic2-wheelchair:before {
  content: "\E851";
}

.infographic2-earth:before {
  content: "\E853";
}

.infographic2-smile:before {
  content: "\E854";
}

.infographic2-alarm:before {
  content: "\E858";
}

.infographic2-bullhorn:before {
  content: "\E859";
}

.infographic2-mic:before {
  content: "\E85E";
}

.infographic2-hourglass:before {
  content: "\E85F";
}

.infographic2-clock:before {
  content: "\E864";
}

.infographic2-thumbs-up:before {
  content: "\E86D";
}

.infographic2-magnifier:before {
  content: "\E86F";
}

.infographic2-layers:before {
  content: "\E88E";
}

.infographic2-home:before {
  content: "\E800";
}

.infographic2-teacher:before {
  content: "\E900";
}

.infographic2-theater:before {
  content: "\E901";
}

.infographic2-trophy:before {
  content: "\E902";
}

.infographic2-university:before {
  content: "\E903";
}

.infographic2-users1:before {
  content: "\E904";
}

.infographic2-volleyball:before {
  content: "\E905";
}

.infographic2-volunteer:before {
  content: "\E906";
}

.infographic2-microscope:before {
  content: "\E907";
}

.infographic2-skyscraper-icon:before {
  content: "\E908";
}

.infographic2-sports:before {
  content: "\E909";
}

.infographic2-stopwatch:before {
  content: "\E90A";
}

.infographic2-teacher-student-ratio:before {
  content: "\E90B";
}

.infographic2-tennis:before {
  content: "\E90C";
}

.infographic2-quicklink5:before {
  content: "\E90D";
}

.infographic2-shoe:before {
  content: "\E90E";
}

.infographic2-soccer4:before {
  content: "\E90F";
}

.infographic2-star1:before {
  content: "\E910";
}

.infographic2-store1:before {
  content: "\E911";
}

.infographic2-summer:before {
  content: "\E912";
}

.infographic2-map1:before {
  content: "\E913";
}

.infographic2-music-note1:before {
  content: "\E914";
}

.infographic2-phone1:before {
  content: "\E915";
}

.infographic2-question-mark:before {
  content: "\E916";
}

.infographic2-map-marker1:before {
  content: "\E917";
}

.infographic2-news-bullhorn:before {
  content: "\E918";
}

.infographic2-pencil1:before {
  content: "\E919";
}

.infographic2-pie-chart1:before {
  content: "\E91A";
}

.infographic2-piggy-bank6:before {
  content: "\E91B";
}

.infographic2-gear:before {
  content: "\E91C";
}

.infographic2-group-girls:before {
  content: "\E91D";
}

.infographic2-heart1:before {
  content: "\E91E";
}

.infographic2-information13:before {
  content: "\E91F";
}

.infographic2-issue_warning_concern:before {
  content: "\E920";
}

.infographic2-jersey:before {
  content: "\E921";
}

.infographic2-laptop-phone1:before {
  content: "\E922";
}

.infographic2-leaf1:before {
  content: "\E923";
}

.infographic2-lock5:before {
  content: "\E925";
}

.infographic2-enroll:before {
  content: "\E926";
}

.infographic2-family:before {
  content: "\E927";
}

.infographic2-faq:before {
  content: "\E928";
}

.infographic2-files:before {
  content: "\E929";
}

.infographic2-football:before {
  content: "\E92A";
}

.infographic2-gift1:before {
  content: "\E92B";
}

.infographic2-globe:before {
  content: "\E92C";
}

.infographic2-group-boys:before {
  content: "\E92D";
}

.infographic2-group-coed:before {
  content: "\E92E";
}

.infographic2-group:before {
  content: "\E92F";
}

.infographic2-books:before {
  content: "\E930";
}

.infographic2-briefcase3:before {
  content: "\E931";
}

.infographic2-bus1:before {
  content: "\E932";
}

.infographic2-calendar:before {
  content: "\E933";
}

.infographic2-certificate:before {
  content: "\E934";
}

.infographic2-cross3:before {
  content: "\E935";
}

.infographic2-directory:before {
  content: "\E936";
}

.infographic2-diversity2:before {
  content: "\E937";
}

.infographic2-doors:before {
  content: "\E938";
}

.infographic2-droplet:before {
  content: "\E939";
}

.infographic2-apple:before {
  content: "\E93A";
}

.infographic2-apply:before {
  content: "\E93B";
}

.infographic2-artpalette:before {
  content: "\E93C";
}

.infographic2-award:before {
  content: "\E93D";
}

.infographic2-backpack:before {
  content: "\E93E";
}

.infographic2-bar-graph3:before {
  content: "\E93F";
}

.infographic2-baseball:before {
  content: "\E940";
}

.infographic2-basketball:before {
  content: "\E941";
}

.infographic2-beaker:before {
  content: "\E942";
}

.infographic2-book-open:before {
  content: "\E943";
}@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left;
  }
}

@media (min-width: 900px) {
  .col-4 {
    width: 25%;
  }
}

/*! helpers - box-model v0.0.1 */

.margin-x {
  margin-right: 1.25em;
  margin-left: 1.25em;
}

.margin-x-2x {
  margin-right: 2.5em;
  margin-left: 2.5em;
}

.margin-y {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.margin-y-2x {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.padding-x {
  padding-right: 1.25em;
  padding-left: 1.25em;
}

.padding-x-2x {
  padding-right: 2.5em;
  padding-left: 2.5em;
}

.padding-y {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.padding-y-2x {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.stretch-container {
  margin-right: -1.25em;
  margin-left: -1.25em;
}

.cover {
  position: absolute;
  height: 100%;
  width: 100%;
}

/*! helpers - presentational v0.0.1 */

/*! helpers - ui-pattern v0.0.1 */

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/

/*! helpers - typography v0.0.1 */

@font-face {
  font-family: 'IcoMoon';
  src: url(fonts/icomoon.eot);
  src: url(fonts/icomoon.eot) format("embedded-opentype"), url(fonts/icomoon.woff2) format("woff2"), url(fonts/icomoon.woff) format("woff"), url(fonts/icomoon.ttf) format("truetype"), url(fonts/icomoon.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

h1 {
  margin-top: 0;
  font-weight: normal;
  color: #002855;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 21px;
  font-family: "Roboto Slab", sans-serif;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  color: #002855;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 14px;
  font-family: "Roboto Slab", sans-serif;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  color: #002855;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 15px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  color: #002855;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
  font-weight: 500;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  color: #002855;
  font-size: 25px;
  line-height: 37px;
  margin-bottom: 15px;
  font-weight: 500;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  color: #002855;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 500;
}

p {
  margin: 0 0 20px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: underline;
  color: #9D2234;
  font-weight: 500;
  -webkit-transition: background .3s,
 color .3s;
  transition: background .3s,
 color .3s;
}

a:hover,
a:focus {
  color: #6D6E70;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

table.fs_style_26 {
  margin-bottom: 20px;
}

table.fs_style_26 th,
table.fs_style_26 td {
  vertical-align: top;
  border-bottom: none;
  padding: 10px 13px;
}

table.fs_style_26 th {
  background: #9D2234;
  color: #ffffff;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

table.fs_style_26 td {
  background: #F3F3F3;
  font-size: 17px;
  line-height: 27px;
}

table.fs_style_26 tr:nth-of-type(odd) td {
  background-color: #ffffff;
}

table.fs_style_26 tr {
  border-bottom: solid 1px #ffffff;
}

table.fs_style_26 tr.fsLoadMoreButtonRow {
  border-bottom: none;
}

table.fs_style_26 tr.fsLoadMoreButtonRow > td {
  background: none;
  padding: 20px 0;
}

body:not(.fsComposeMode) table.fs_style_26:last-child {
  margin-bottom: 0;
}

.table-overflow {
  overflow-x: auto;
  max-width: 100%;
  margin-bottom: 20px;
}

.table-overflow:last-child {
  margin-bottom: 0;
}

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

.fs_style_27 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #F3F3F3;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_27:hover,
.fs_style_27:focus,
.fsStateSelected .fs_style_27,
.fs_style_27.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_27,
.fsBannerRight .fs_style_27,
.fsStyleOneThird .fs_style_27,
.fsTwoColumnLayout .fs_style_27,
.fsThreeColumnLayout > .fsDiv .fs_style_27,
.fsFourColumnLayout > .fsDiv .fs_style_27 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_27 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_27 em {
  display: block;
  font-style: normal;
}

p .fs_style_27 {
  margin-bottom: 0 !important;
}

.fs_style_28 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #6D6E70;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_28:hover,
.fs_style_28:focus,
.fsStateSelected .fs_style_28,
.fs_style_28.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_28,
.fsBannerRight .fs_style_28,
.fsStyleOneThird .fs_style_28,
.fsTwoColumnLayout .fs_style_28,
.fsThreeColumnLayout > .fsDiv .fs_style_28,
.fsFourColumnLayout > .fsDiv .fs_style_28 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_28 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_28 em {
  display: block;
  font-style: normal;
}

p .fs_style_28 {
  margin-bottom: 0 !important;
}

.fs_style_29 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #313131;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fs_style_29.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_29,
.fsBannerRight .fs_style_29,
.fsStyleOneThird .fs_style_29,
.fsTwoColumnLayout .fs_style_29,
.fsThreeColumnLayout > .fsDiv .fs_style_29,
.fsFourColumnLayout > .fsDiv .fs_style_29 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_29 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_29 em {
  display: block;
  font-style: normal;
}

p .fs_style_29 {
  margin-bottom: 0 !important;
}

.fs_style_30 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #9D2234;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_30:hover,
.fs_style_30:focus,
.fsStateSelected .fs_style_30,
.fs_style_30.on {
  background: #b2273b;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_30,
.fsBannerRight .fs_style_30,
.fsStyleOneThird .fs_style_30,
.fsTwoColumnLayout .fs_style_30,
.fsThreeColumnLayout > .fsDiv .fs_style_30,
.fsFourColumnLayout > .fsDiv .fs_style_30 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_30 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_30 em {
  display: block;
  font-style: normal;
}

p .fs_style_30 {
  margin-bottom: 0 !important;
}

.fs_style_31 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #002855;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_31:hover,
.fs_style_31:focus,
.fsStateSelected .fs_style_31,
.fs_style_31.on {
  background: #b2273b;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_31,
.fsBannerRight .fs_style_31,
.fsStyleOneThird .fs_style_31,
.fsTwoColumnLayout .fs_style_31,
.fsThreeColumnLayout > .fsDiv .fs_style_31,
.fsFourColumnLayout > .fsDiv .fs_style_31 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_31 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_31 em {
  display: block;
  font-style: normal;
}

p .fs_style_31 {
  margin-bottom: 0 !important;
}

.fs_style_32 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #6D6E70;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  border: 1px solid #6D6E70;
}

.fs_style_32:hover,
.fs_style_32:focus,
.fsStateSelected .fs_style_32,
.fs_style_32.on {
  background: #6D6E70;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_32,
.fsBannerRight .fs_style_32,
.fsStyleOneThird .fs_style_32,
.fsTwoColumnLayout .fs_style_32,
.fsThreeColumnLayout > .fsDiv .fs_style_32,
.fsFourColumnLayout > .fsDiv .fs_style_32 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_32 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_32 em {
  display: block;
  font-style: normal;
}

p .fs_style_32 {
  margin-bottom: 0 !important;
}

.fs_style_33 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  border: 1px solid #313131;
}

.fs_style_33:hover,
.fs_style_33:focus,
.fsStateSelected .fs_style_33,
.fs_style_33.on {
  background: #313131;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_33,
.fsBannerRight .fs_style_33,
.fsStyleOneThird .fs_style_33,
.fsTwoColumnLayout .fs_style_33,
.fsThreeColumnLayout > .fsDiv .fs_style_33,
.fsFourColumnLayout > .fsDiv .fs_style_33 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_33 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_33 em {
  display: block;
  font-style: normal;
}

p .fs_style_33 {
  margin-bottom: 0 !important;
}

.fs_style_34 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #9D2234;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  border: 1px solid #9D2234;
}

.fs_style_34:hover,
.fs_style_34:focus,
.fsStateSelected .fs_style_34,
.fs_style_34.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_34,
.fsBannerRight .fs_style_34,
.fsStyleOneThird .fs_style_34,
.fsTwoColumnLayout .fs_style_34,
.fsThreeColumnLayout > .fsDiv .fs_style_34,
.fsFourColumnLayout > .fsDiv .fs_style_34 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_34 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_34 em {
  display: block;
  font-style: normal;
}

p .fs_style_34 {
  margin-bottom: 0 !important;
}

.fs_style_35 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #002855;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  border: 1px solid #002855;
}

.fs_style_35:hover,
.fs_style_35:focus,
.fsStateSelected .fs_style_35,
.fs_style_35.on {
  background: #002855;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_35,
.fsBannerRight .fs_style_35,
.fsStyleOneThird .fs_style_35,
.fsTwoColumnLayout .fs_style_35,
.fsThreeColumnLayout > .fsDiv .fs_style_35,
.fsFourColumnLayout > .fsDiv .fs_style_35 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_35 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_35 em {
  display: block;
  font-style: normal;
}

p .fs_style_35 {
  margin-bottom: 0 !important;
}

.fs_style_36:after,
.fs_style_37:after,
.fs_style_38:after,
.fs_style_39:after,
.fs_style_41:after {
  content: "\F178";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-left: 10px;
}

.fsBannerLeft .fs_style_36:after,
.fsBannerRight .fs_style_36:after,
.fsStyleOneThird .fs_style_36:after,
.fsTwoColumnLayout .fs_style_36:after,
.fsThreeColumnLayout > .fsDiv .fs_style_36:after,
.fsFourColumnLayout > .fsDiv .fs_style_36:after,
.fsBannerLeft .fs_style_37:after,
.fsBannerRight .fs_style_37:after,
.fsStyleOneThird .fs_style_37:after,
.fsTwoColumnLayout .fs_style_37:after,
.fsThreeColumnLayout > .fsDiv .fs_style_37:after,
.fsFourColumnLayout > .fsDiv .fs_style_37:after,
.fsBannerLeft .fs_style_38:after,
.fsBannerRight .fs_style_38:after,
.fsStyleOneThird .fs_style_38:after,
.fsTwoColumnLayout .fs_style_38:after,
.fsThreeColumnLayout > .fsDiv .fs_style_38:after,
.fsFourColumnLayout > .fsDiv .fs_style_38:after,
.fsBannerLeft .fs_style_39:after,
.fsBannerRight .fs_style_39:after,
.fsStyleOneThird .fs_style_39:after,
.fsTwoColumnLayout .fs_style_39:after,
.fsThreeColumnLayout > .fsDiv .fs_style_39:after,
.fsFourColumnLayout > .fsDiv .fs_style_39:after,
.fsBannerLeft .fs_style_41:after,
.fsBannerRight .fs_style_41:after,
.fsStyleOneThird .fs_style_41:after,
.fsTwoColumnLayout .fs_style_41:after,
.fsThreeColumnLayout > .fsDiv .fs_style_41:after,
.fsFourColumnLayout > .fsDiv .fs_style_41:after {
  float: right;
}

.fs_style_36 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  text-align: left;
  padding: 0 0 8px;
  border-bottom: 2px solid transparent;
}

.fs_style_36:hover,
.fs_style_36:focus,
.fsStateSelected .fs_style_36,
.fs_style_36.on {
  background: #ffffff;
  color: #6D6E70;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_36,
.fsBannerRight .fs_style_36,
.fsStyleOneThird .fs_style_36,
.fsTwoColumnLayout .fs_style_36,
.fsThreeColumnLayout > .fsDiv .fs_style_36,
.fsFourColumnLayout > .fsDiv .fs_style_36 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_36 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_36 em {
  display: block;
  font-style: normal;
}

p .fs_style_36 {
  margin-bottom: 0 !important;
}

.fs_style_36:hover,
.fs_style_36:focus {
  border-color: #313131;
}

.fs_style_37 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #6D6E70;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  text-align: left;
  padding: 0 0 8px;
  border-bottom: 2px solid transparent;
}

.fs_style_37:hover,
.fs_style_37:focus,
.fsStateSelected .fs_style_37,
.fs_style_37.on {
  background: #ffffff;
  color: #313131;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_37,
.fsBannerRight .fs_style_37,
.fsStyleOneThird .fs_style_37,
.fsTwoColumnLayout .fs_style_37,
.fsThreeColumnLayout > .fsDiv .fs_style_37,
.fsFourColumnLayout > .fsDiv .fs_style_37 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_37 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_37 em {
  display: block;
  font-style: normal;
}

p .fs_style_37 {
  margin-bottom: 0 !important;
}

.fs_style_37:hover,
.fs_style_37:focus {
  border-color: #6D6E70;
}

.fs_style_38 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #9D2234;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  text-align: left;
  padding: 0 0 8px;
  border-bottom: 2px solid transparent;
}

.fs_style_38:hover,
.fs_style_38:focus,
.fsStateSelected .fs_style_38,
.fs_style_38.on {
  background: #ffffff;
  color: #313131;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_38,
.fsBannerRight .fs_style_38,
.fsStyleOneThird .fs_style_38,
.fsTwoColumnLayout .fs_style_38,
.fsThreeColumnLayout > .fsDiv .fs_style_38,
.fsFourColumnLayout > .fsDiv .fs_style_38 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_38 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_38 em {
  display: block;
  font-style: normal;
}

p .fs_style_38 {
  margin-bottom: 0 !important;
}

.fs_style_38:hover,
.fs_style_38:focus {
  border-color: #9D2234;
}

.fs_style_39 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #002855;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  text-align: left;
  padding: 0 0 8px;
  border-bottom: 2px solid transparent;
}

.fs_style_39:hover,
.fs_style_39:focus,
.fsStateSelected .fs_style_39,
.fs_style_39.on {
  background: #ffffff;
  color: #313131;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_39,
.fsBannerRight .fs_style_39,
.fsStyleOneThird .fs_style_39,
.fsTwoColumnLayout .fs_style_39,
.fsThreeColumnLayout > .fsDiv .fs_style_39,
.fsFourColumnLayout > .fsDiv .fs_style_39 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_39 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_39 em {
  display: block;
  font-style: normal;
}

p .fs_style_39 {
  margin-bottom: 0 !important;
}

.fs_style_39:hover,
.fs_style_39:focus {
  border-color: #002855;
}

.fs_style_42 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #F3F3F3;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_42:hover,
.fs_style_42:focus,
.fsStateSelected .fs_style_42,
.fs_style_42.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_42,
.fsBannerRight .fs_style_42,
.fsStyleOneThird .fs_style_42,
.fsTwoColumnLayout .fs_style_42,
.fsThreeColumnLayout > .fsDiv .fs_style_42,
.fsFourColumnLayout > .fsDiv .fs_style_42 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_42 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_42 em {
  display: block;
  font-style: normal;
}

p .fs_style_42 {
  margin-bottom: 0 !important;
}

.fs_style_42:before {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 10px;
}

.fs_style_43 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #F3F3F3;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_43:hover,
.fs_style_43:focus,
.fsStateSelected .fs_style_43,
.fs_style_43.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_43,
.fsBannerRight .fs_style_43,
.fsStyleOneThird .fs_style_43,
.fsTwoColumnLayout .fs_style_43,
.fsThreeColumnLayout > .fsDiv .fs_style_43,
.fsFourColumnLayout > .fsDiv .fs_style_43 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_43 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_43 em {
  display: block;
  font-style: normal;
}

p .fs_style_43 {
  margin-bottom: 0 !important;
}

.fs_style_43:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 10px;
}

.fs_style_40 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  border: 1px solid #ffffff;
}

.fs_style_40:hover,
.fs_style_40:focus,
.fsStateSelected .fs_style_40,
.fs_style_40.on {
  background: #ffffff;
  color: #6D6E70;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_40,
.fsBannerRight .fs_style_40,
.fsStyleOneThird .fs_style_40,
.fsTwoColumnLayout .fs_style_40,
.fsThreeColumnLayout > .fsDiv .fs_style_40,
.fsFourColumnLayout > .fsDiv .fs_style_40 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_40 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_40 em {
  display: block;
  font-style: normal;
}

p .fs_style_40 {
  margin-bottom: 0 !important;
}

.fs_style_41 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  text-align: left;
  padding: 0 0 8px;
  border-bottom: 2px solid transparent;
}

.fs_style_41:hover,
.fs_style_41:focus,
.fsStateSelected .fs_style_41,
.fs_style_41.on {
  background: transparent;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_41,
.fsBannerRight .fs_style_41,
.fsStyleOneThird .fs_style_41,
.fsTwoColumnLayout .fs_style_41,
.fsThreeColumnLayout > .fsDiv .fs_style_41,
.fsFourColumnLayout > .fsDiv .fs_style_41 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_41 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_41 em {
  display: block;
  font-style: normal;
}

p .fs_style_41 {
  margin-bottom: 0 !important;
}

.fs_style_41:after {
  color: #ffffff;
}

.fs_style_41:hover,
.fs_style_41:focus {
  border-color: #ffffff;
}

.fs_style_44 {
  width: 100%;
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #313131;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fsStyleDefaultButton,
.fsBannerRight .fsStyleDefaultButton,
.fsStyleOneThird .fsStyleDefaultButton,
.fsTwoColumnLayout .fsStyleDefaultButton,
.fsThreeColumnLayout > .fsDiv .fsStyleDefaultButton,
.fsFourColumnLayout > .fsDiv .fsStyleDefaultButton {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fsStyleDefaultButton {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fsStyleDefaultButton em {
  display: block;
  font-style: normal;
}

p .fsStyleDefaultButton {
  margin-bottom: 0 !important;
}

.fsStyleDefaultButton.fsLoadMoreButton {
  margin-bottom: 0;
}

.fsStyleDefaultButton.fsSelectAll {
  margin-bottom: 5px;
  padding: 7px 12px;
  font-size: .875em;
  line-height: 1.2;
}

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #F3F3F3;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fsStyleUpdateButton,
.fsBannerRight .fsStyleUpdateButton,
.fsStyleOneThird .fsStyleUpdateButton,
.fsTwoColumnLayout .fsStyleUpdateButton,
.fsThreeColumnLayout > .fsDiv .fsStyleUpdateButton,
.fsFourColumnLayout > .fsDiv .fsStyleUpdateButton {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fsStyleUpdateButton {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fsStyleUpdateButton em {
  display: block;
  font-style: normal;
}

p .fsStyleUpdateButton {
  margin-bottom: 0 !important;
}

.bpa-college-slider-2 {
  position: relative;
  min-height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 50px;
}

@media (min-width: 700px) {
  .bpa-college-slider-2 {
    margin: 50px 0;
  }
}

body.fsComposeMode .bpa-college-slider-2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.fsComposeMode .bpa-college-slider-2 > header {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.bpa-college-slider-2 > header {
  position: relative;
  z-index: 10;
  max-width: 100%;
  padding: 20px;
  background: rgba(157, 34, 52, 0.95);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 700px) {
  .bpa-college-slider-2 > header {
    margin-right: 20px;
    text-align: right;
    width: 380px;
    max-width: 65%;
  }
}

@media (min-width: 900px) {
  .bpa-college-slider-2 > header {
    margin-right: 30px;
    padding: 20px 30px;
  }
}

.bpa-college-slider-2 > header p {
  margin-bottom: 15px;
}

.bpa-college-slider-2 > header h1,
.bpa-college-slider-2 > header h2,
.bpa-college-slider-2 > header h3,
.bpa-college-slider-2 > header h4,
.bpa-college-slider-2 > header h5,
.bpa-college-slider-2 > header h6 {
  color: inherit;
}

.bpa-college-slider-2 > header a {
  color: #9D2234;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration: underline;
}

.bpa-college-slider-2 > header a:hover,
.bpa-college-slider-2 > header a:focus {
  color: #6D6E70;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.bpa-college-slider-2 > header .fsElementTitle {
  display: inline-block;
  margin: 0 0 10px;
  position: relative;
}

.bpa-college-slider-2 > header .fsElementTitle:before {
  content: '';
  display: inline-block;
  height: 1px;
  background: #fff;
  margin-right: 15px;
  vertical-align: middle;
  width: 40px;
}

@media (min-width: 700px) {
  .bpa-college-slider-2 > header .fsElementTitle:before {
    width: 60px;
  }
}

.bpa-college-slider-2 > header .fsElementHeaderContent {
  margin-bottom: 0;
}

.bpa-college-slider-2 > .fsElementContent {
  -webkit-box-shadow: 0 1px 0 0 rgba(157, 34, 52, 0.05), 0 -1px 0 0 rgba(157, 34, 52, 0.05);
          box-shadow: 0 1px 0 0 rgba(157, 34, 52, 0.05), 0 -1px 0 0 rgba(157, 34, 52, 0.05);
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

@media (min-width: 700px) {
  .bpa-college-slider-2 > .fsElementContent {
    position: absolute;
    left: 0;
    top: 30px;
    margin-top: 0;
  }
}

.bpa-college-slider-2 > .fsElementContent > .fsListItems {
  height: 90px;
  background: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: block;
  zoom: 1;
}

.bpa-college-slider-2 > .fsElementContent > .fsListItems:after {
  display: table;
  clear: both;
  content: '';
}

body.fsComposeMode .bpa-college-slider-2 > .fsElementContent > .fsListItems {
  white-space: nowrap;
}

.bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0 20px;
  height: 90px;
  position: relative;
}

@media (min-width: 700px) {
  .bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource {
    padding: 0 30px;
  }
}

@media (min-width: 900px) {
  .bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource {
    padding: 0 60px;
  }
}

body.fsComposeMode .bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource {
  width: auto;
  margin-bottom: 20px;
}

.bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource figure {
  display: block;
  margin: auto;
}

.bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource img {
  display: block;
  max-height: 90px;
  width: auto;
  opacity: 1;
}

body:not(.fsComposeMode) .bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: transparent;
  white-space: nowrap;
  background: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

body:not(.fsComposeMode) .bpa-college-slider-2 > .fsElementContent > .fsListItems .fsResource a:focus {
  -webkit-box-shadow: inset 0 0 0 1px #9D2234;
          box-shadow: inset 0 0 0 1px #9D2234;
}

@media (min-width: 700px) {
  .fsBannerLeft .bpa-college-slider-2 > header,
  .fsBannerRight .bpa-college-slider-2 > header,
  .fsStyleOneThird .bpa-college-slider-2 > header,
  .fsTwoColumnLayout .bpa-college-slider-2 > header,
  .fsThreeColumnLayout > .fsDiv .bpa-college-slider-2 > header,
  .fsFourColumnLayout > .fsDiv .bpa-college-slider-2 > header {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: left;
    padding: 20px;
  }

  .fsBannerLeft .bpa-college-slider-2 > header .fsElementTitle:before,
  .fsBannerRight .bpa-college-slider-2 > header .fsElementTitle:before,
  .fsStyleOneThird .bpa-college-slider-2 > header .fsElementTitle:before,
  .fsTwoColumnLayout .bpa-college-slider-2 > header .fsElementTitle:before,
  .fsThreeColumnLayout > .fsDiv .bpa-college-slider-2 > header .fsElementTitle:before,
  .fsFourColumnLayout > .fsDiv .bpa-college-slider-2 > header .fsElementTitle:before {
    width: 40px;
  }

  .fsBannerLeft .bpa-college-slider-2 > .fsElementContent,
  .fsBannerRight .bpa-college-slider-2 > .fsElementContent,
  .fsStyleOneThird .bpa-college-slider-2 > .fsElementContent,
  .fsTwoColumnLayout .bpa-college-slider-2 > .fsElementContent,
  .fsThreeColumnLayout > .fsDiv .bpa-college-slider-2 > .fsElementContent,
  .fsFourColumnLayout > .fsDiv .bpa-college-slider-2 > .fsElementContent {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 30px;
  }
}

@media (max-width: 899px) {
  .fsStyleTwoThirds .bpa-college-slider-2 > header,
  .fsHasLeftBanner .bpa-college-slider-2 > header,
  .fsHasRightBanner .bpa-college-slider-2 > header {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: left;
    padding: 20px;
  }

  .fsStyleTwoThirds .bpa-college-slider-2 > header .fsElementTitle:before,
  .fsHasLeftBanner .bpa-college-slider-2 > header .fsElementTitle:before,
  .fsHasRightBanner .bpa-college-slider-2 > header .fsElementTitle:before {
    width: 40px;
  }

  .fsStyleTwoThirds .bpa-college-slider-2 > .fsElementContent,
  .fsHasLeftBanner .bpa-college-slider-2 > .fsElementContent,
  .fsHasRightBanner .bpa-college-slider-2 > .fsElementContent {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 30px;
  }
}

.bpa-college-slider-2 > footer {
  width: 100%;
}

.bpa-college-slider-2.dark > .fsElementContent {
  padding: 20px 0;
  background-color: #002855;
}@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left;
  }
}

@media (min-width: 900px) {
  .col-4 {
    width: 25%;
  }
}

/*! helpers - box-model v0.0.1 */

.margin-x {
  margin-right: 1.25em;
  margin-left: 1.25em;
}

.margin-x-2x {
  margin-right: 2.5em;
  margin-left: 2.5em;
}

.margin-y {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.margin-y-2x {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.padding-x {
  padding-right: 1.25em;
  padding-left: 1.25em;
}

.padding-x-2x {
  padding-right: 2.5em;
  padding-left: 2.5em;
}

.padding-y {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

.padding-y-2x {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.stretch-container {
  margin-right: -1.25em;
  margin-left: -1.25em;
}

.cover {
  position: absolute;
  height: 100%;
  width: 100%;
}

/*! helpers - presentational v0.0.1 */

/*! helpers - ui-pattern v0.0.1 */

/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/

/*! helpers - typography v0.0.1 */

@font-face {
  font-family: 'IcoMoon';
  src: url(fonts/icomoon.eot);
  src: url(fonts/icomoon.eot) format("embedded-opentype"), url(fonts/icomoon.woff2) format("woff2"), url(fonts/icomoon.woff) format("woff"), url(fonts/icomoon.ttf) format("truetype"), url(fonts/icomoon.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

h1 {
  margin-top: 0;
  font-weight: normal;
  color: #002855;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 21px;
  font-family: "Roboto Slab", sans-serif;
}

h2 {
  margin-top: 0;
  font-weight: normal;
  color: #002855;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 14px;
  font-family: "Roboto Slab", sans-serif;
}

h3 {
  margin-top: 0;
  font-weight: normal;
  color: #002855;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 15px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
}

h4 {
  margin-top: 0;
  font-weight: normal;
  color: #002855;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
  font-weight: 500;
}

h5 {
  margin-top: 0;
  font-weight: normal;
  color: #002855;
  font-size: 25px;
  line-height: 37px;
  margin-bottom: 15px;
  font-weight: 500;
}

h6 {
  margin-top: 0;
  font-weight: normal;
  color: #002855;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 500;
}

p {
  margin: 0 0 20px;
}

body:not(.fsComposeMode) p:last-child {
  margin-bottom: 0;
}

hr {
  margin: 0 auto 20px;
}

a {
  text-decoration: underline;
  color: #9D2234;
  font-weight: 500;
  -webkit-transition: background .3s,
 color .3s;
  transition: background .3s,
 color .3s;
}

a:hover,
a:focus {
  color: #6D6E70;
}

ul,
ol {
  margin-top: 0;
  padding-left: 20px;
}

table.fs_style_26 {
  margin-bottom: 20px;
}

table.fs_style_26 th,
table.fs_style_26 td {
  vertical-align: top;
  border-bottom: none;
  padding: 10px 13px;
}

table.fs_style_26 th {
  background: #9D2234;
  color: #ffffff;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

table.fs_style_26 td {
  background: #F3F3F3;
  font-size: 17px;
  line-height: 27px;
}

table.fs_style_26 tr:nth-of-type(odd) td {
  background-color: #ffffff;
}

table.fs_style_26 tr {
  border-bottom: solid 1px #ffffff;
}

table.fs_style_26 tr.fsLoadMoreButtonRow {
  border-bottom: none;
}

table.fs_style_26 tr.fsLoadMoreButtonRow > td {
  background: none;
  padding: 20px 0;
}

body:not(.fsComposeMode) table.fs_style_26:last-child {
  margin-bottom: 0;
}

.table-overflow {
  overflow-x: auto;
  max-width: 100%;
  margin-bottom: 20px;
}

.table-overflow:last-child {
  margin-bottom: 0;
}

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
}

.fs_style_27 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #F3F3F3;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_27:hover,
.fs_style_27:focus,
.fsStateSelected .fs_style_27,
.fs_style_27.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_27,
.fsBannerRight .fs_style_27,
.fsStyleOneThird .fs_style_27,
.fsTwoColumnLayout .fs_style_27,
.fsThreeColumnLayout > .fsDiv .fs_style_27,
.fsFourColumnLayout > .fsDiv .fs_style_27 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_27 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_27 em {
  display: block;
  font-style: normal;
}

p .fs_style_27 {
  margin-bottom: 0 !important;
}

.fs_style_28 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #6D6E70;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_28:hover,
.fs_style_28:focus,
.fsStateSelected .fs_style_28,
.fs_style_28.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_28,
.fsBannerRight .fs_style_28,
.fsStyleOneThird .fs_style_28,
.fsTwoColumnLayout .fs_style_28,
.fsThreeColumnLayout > .fsDiv .fs_style_28,
.fsFourColumnLayout > .fsDiv .fs_style_28 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_28 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_28 em {
  display: block;
  font-style: normal;
}

p .fs_style_28 {
  margin-bottom: 0 !important;
}

.fs_style_29 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #313131;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fs_style_29.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_29,
.fsBannerRight .fs_style_29,
.fsStyleOneThird .fs_style_29,
.fsTwoColumnLayout .fs_style_29,
.fsThreeColumnLayout > .fsDiv .fs_style_29,
.fsFourColumnLayout > .fsDiv .fs_style_29 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_29 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_29 em {
  display: block;
  font-style: normal;
}

p .fs_style_29 {
  margin-bottom: 0 !important;
}

.fs_style_30 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #9D2234;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_30:hover,
.fs_style_30:focus,
.fsStateSelected .fs_style_30,
.fs_style_30.on {
  background: #b2273b;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_30,
.fsBannerRight .fs_style_30,
.fsStyleOneThird .fs_style_30,
.fsTwoColumnLayout .fs_style_30,
.fsThreeColumnLayout > .fsDiv .fs_style_30,
.fsFourColumnLayout > .fsDiv .fs_style_30 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_30 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_30 em {
  display: block;
  font-style: normal;
}

p .fs_style_30 {
  margin-bottom: 0 !important;
}

.fs_style_31 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #002855;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_31:hover,
.fs_style_31:focus,
.fsStateSelected .fs_style_31,
.fs_style_31.on {
  background: #b2273b;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_31,
.fsBannerRight .fs_style_31,
.fsStyleOneThird .fs_style_31,
.fsTwoColumnLayout .fs_style_31,
.fsThreeColumnLayout > .fsDiv .fs_style_31,
.fsFourColumnLayout > .fsDiv .fs_style_31 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_31 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_31 em {
  display: block;
  font-style: normal;
}

p .fs_style_31 {
  margin-bottom: 0 !important;
}

.fs_style_32 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #6D6E70;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  border: 1px solid #6D6E70;
}

.fs_style_32:hover,
.fs_style_32:focus,
.fsStateSelected .fs_style_32,
.fs_style_32.on {
  background: #6D6E70;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_32,
.fsBannerRight .fs_style_32,
.fsStyleOneThird .fs_style_32,
.fsTwoColumnLayout .fs_style_32,
.fsThreeColumnLayout > .fsDiv .fs_style_32,
.fsFourColumnLayout > .fsDiv .fs_style_32 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_32 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_32 em {
  display: block;
  font-style: normal;
}

p .fs_style_32 {
  margin-bottom: 0 !important;
}

.fs_style_33 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  border: 1px solid #313131;
}

.fs_style_33:hover,
.fs_style_33:focus,
.fsStateSelected .fs_style_33,
.fs_style_33.on {
  background: #313131;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_33,
.fsBannerRight .fs_style_33,
.fsStyleOneThird .fs_style_33,
.fsTwoColumnLayout .fs_style_33,
.fsThreeColumnLayout > .fsDiv .fs_style_33,
.fsFourColumnLayout > .fsDiv .fs_style_33 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_33 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_33 em {
  display: block;
  font-style: normal;
}

p .fs_style_33 {
  margin-bottom: 0 !important;
}

.fs_style_34 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #9D2234;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  border: 1px solid #9D2234;
}

.fs_style_34:hover,
.fs_style_34:focus,
.fsStateSelected .fs_style_34,
.fs_style_34.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_34,
.fsBannerRight .fs_style_34,
.fsStyleOneThird .fs_style_34,
.fsTwoColumnLayout .fs_style_34,
.fsThreeColumnLayout > .fsDiv .fs_style_34,
.fsFourColumnLayout > .fsDiv .fs_style_34 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_34 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_34 em {
  display: block;
  font-style: normal;
}

p .fs_style_34 {
  margin-bottom: 0 !important;
}

.fs_style_35 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #002855;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  border: 1px solid #002855;
}

.fs_style_35:hover,
.fs_style_35:focus,
.fsStateSelected .fs_style_35,
.fs_style_35.on {
  background: #002855;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_35,
.fsBannerRight .fs_style_35,
.fsStyleOneThird .fs_style_35,
.fsTwoColumnLayout .fs_style_35,
.fsThreeColumnLayout > .fsDiv .fs_style_35,
.fsFourColumnLayout > .fsDiv .fs_style_35 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_35 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_35 em {
  display: block;
  font-style: normal;
}

p .fs_style_35 {
  margin-bottom: 0 !important;
}

.fs_style_36:after,
.fs_style_37:after,
.fs_style_38:after,
.fs_style_39:after,
.fs_style_41:after {
  content: "\F178";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-left: 10px;
}

.fsBannerLeft .fs_style_36:after,
.fsBannerRight .fs_style_36:after,
.fsStyleOneThird .fs_style_36:after,
.fsTwoColumnLayout .fs_style_36:after,
.fsThreeColumnLayout > .fsDiv .fs_style_36:after,
.fsFourColumnLayout > .fsDiv .fs_style_36:after,
.fsBannerLeft .fs_style_37:after,
.fsBannerRight .fs_style_37:after,
.fsStyleOneThird .fs_style_37:after,
.fsTwoColumnLayout .fs_style_37:after,
.fsThreeColumnLayout > .fsDiv .fs_style_37:after,
.fsFourColumnLayout > .fsDiv .fs_style_37:after,
.fsBannerLeft .fs_style_38:after,
.fsBannerRight .fs_style_38:after,
.fsStyleOneThird .fs_style_38:after,
.fsTwoColumnLayout .fs_style_38:after,
.fsThreeColumnLayout > .fsDiv .fs_style_38:after,
.fsFourColumnLayout > .fsDiv .fs_style_38:after,
.fsBannerLeft .fs_style_39:after,
.fsBannerRight .fs_style_39:after,
.fsStyleOneThird .fs_style_39:after,
.fsTwoColumnLayout .fs_style_39:after,
.fsThreeColumnLayout > .fsDiv .fs_style_39:after,
.fsFourColumnLayout > .fsDiv .fs_style_39:after,
.fsBannerLeft .fs_style_41:after,
.fsBannerRight .fs_style_41:after,
.fsStyleOneThird .fs_style_41:after,
.fsTwoColumnLayout .fs_style_41:after,
.fsThreeColumnLayout > .fsDiv .fs_style_41:after,
.fsFourColumnLayout > .fsDiv .fs_style_41:after {
  float: right;
}

.fs_style_36 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  text-align: left;
  padding: 0 0 8px;
  border-bottom: 2px solid transparent;
}

.fs_style_36:hover,
.fs_style_36:focus,
.fsStateSelected .fs_style_36,
.fs_style_36.on {
  background: #ffffff;
  color: #6D6E70;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_36,
.fsBannerRight .fs_style_36,
.fsStyleOneThird .fs_style_36,
.fsTwoColumnLayout .fs_style_36,
.fsThreeColumnLayout > .fsDiv .fs_style_36,
.fsFourColumnLayout > .fsDiv .fs_style_36 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_36 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_36 em {
  display: block;
  font-style: normal;
}

p .fs_style_36 {
  margin-bottom: 0 !important;
}

.fs_style_36:hover,
.fs_style_36:focus {
  border-color: #313131;
}

.fs_style_37 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #6D6E70;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  text-align: left;
  padding: 0 0 8px;
  border-bottom: 2px solid transparent;
}

.fs_style_37:hover,
.fs_style_37:focus,
.fsStateSelected .fs_style_37,
.fs_style_37.on {
  background: #ffffff;
  color: #313131;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_37,
.fsBannerRight .fs_style_37,
.fsStyleOneThird .fs_style_37,
.fsTwoColumnLayout .fs_style_37,
.fsThreeColumnLayout > .fsDiv .fs_style_37,
.fsFourColumnLayout > .fsDiv .fs_style_37 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_37 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_37 em {
  display: block;
  font-style: normal;
}

p .fs_style_37 {
  margin-bottom: 0 !important;
}

.fs_style_37:hover,
.fs_style_37:focus {
  border-color: #6D6E70;
}

.fs_style_38 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #9D2234;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  text-align: left;
  padding: 0 0 8px;
  border-bottom: 2px solid transparent;
}

.fs_style_38:hover,
.fs_style_38:focus,
.fsStateSelected .fs_style_38,
.fs_style_38.on {
  background: #ffffff;
  color: #313131;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_38,
.fsBannerRight .fs_style_38,
.fsStyleOneThird .fs_style_38,
.fsTwoColumnLayout .fs_style_38,
.fsThreeColumnLayout > .fsDiv .fs_style_38,
.fsFourColumnLayout > .fsDiv .fs_style_38 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_38 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_38 em {
  display: block;
  font-style: normal;
}

p .fs_style_38 {
  margin-bottom: 0 !important;
}

.fs_style_38:hover,
.fs_style_38:focus {
  border-color: #9D2234;
}

.fs_style_39 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #ffffff;
  color: #002855;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  text-align: left;
  padding: 0 0 8px;
  border-bottom: 2px solid transparent;
}

.fs_style_39:hover,
.fs_style_39:focus,
.fsStateSelected .fs_style_39,
.fs_style_39.on {
  background: #ffffff;
  color: #313131;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_39,
.fsBannerRight .fs_style_39,
.fsStyleOneThird .fs_style_39,
.fsTwoColumnLayout .fs_style_39,
.fsThreeColumnLayout > .fsDiv .fs_style_39,
.fsFourColumnLayout > .fsDiv .fs_style_39 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_39 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_39 em {
  display: block;
  font-style: normal;
}

p .fs_style_39 {
  margin-bottom: 0 !important;
}

.fs_style_39:hover,
.fs_style_39:focus {
  border-color: #002855;
}

.fs_style_42 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #F3F3F3;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_42:hover,
.fs_style_42:focus,
.fsStateSelected .fs_style_42,
.fs_style_42.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_42,
.fsBannerRight .fs_style_42,
.fsStyleOneThird .fs_style_42,
.fsTwoColumnLayout .fs_style_42,
.fsThreeColumnLayout > .fsDiv .fs_style_42,
.fsFourColumnLayout > .fsDiv .fs_style_42 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_42 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_42 em {
  display: block;
  font-style: normal;
}

p .fs_style_42 {
  margin-bottom: 0 !important;
}

.fs_style_42:before {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 10px;
}

.fs_style_43 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #F3F3F3;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fs_style_43:hover,
.fs_style_43:focus,
.fsStateSelected .fs_style_43,
.fs_style_43.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_43,
.fsBannerRight .fs_style_43,
.fsStyleOneThird .fs_style_43,
.fsTwoColumnLayout .fs_style_43,
.fsThreeColumnLayout > .fsDiv .fs_style_43,
.fsFourColumnLayout > .fsDiv .fs_style_43 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_43 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_43 em {
  display: block;
  font-style: normal;
}

p .fs_style_43 {
  margin-bottom: 0 !important;
}

.fs_style_43:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin-right: 10px;
}

.fs_style_40 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  border: 1px solid #ffffff;
}

.fs_style_40:hover,
.fs_style_40:focus,
.fsStateSelected .fs_style_40,
.fs_style_40.on {
  background: #ffffff;
  color: #6D6E70;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_40,
.fsBannerRight .fs_style_40,
.fsStyleOneThird .fs_style_40,
.fsTwoColumnLayout .fs_style_40,
.fsThreeColumnLayout > .fsDiv .fs_style_40,
.fsFourColumnLayout > .fsDiv .fs_style_40 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_40 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_40 em {
  display: block;
  font-style: normal;
}

p .fs_style_40 {
  margin-bottom: 0 !important;
}

.fs_style_41 {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
  text-align: left;
  padding: 0 0 8px;
  border-bottom: 2px solid transparent;
}

.fs_style_41:hover,
.fs_style_41:focus,
.fsStateSelected .fs_style_41,
.fs_style_41.on {
  background: transparent;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fs_style_41,
.fsBannerRight .fs_style_41,
.fsStyleOneThird .fs_style_41,
.fsTwoColumnLayout .fs_style_41,
.fsThreeColumnLayout > .fsDiv .fs_style_41,
.fsFourColumnLayout > .fsDiv .fs_style_41 {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fs_style_41 {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fs_style_41 em {
  display: block;
  font-style: normal;
}

p .fs_style_41 {
  margin-bottom: 0 !important;
}

.fs_style_41:after {
  color: #ffffff;
}

.fs_style_41:hover,
.fs_style_41:focus {
  border-color: #ffffff;
}

.fs_style_44 {
  width: 100%;
}

.fsStyleDefaultButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #313131;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fsStyleDefaultButton,
.fsBannerRight .fsStyleDefaultButton,
.fsStyleOneThird .fsStyleDefaultButton,
.fsTwoColumnLayout .fsStyleDefaultButton,
.fsThreeColumnLayout > .fsDiv .fsStyleDefaultButton,
.fsFourColumnLayout > .fsDiv .fsStyleDefaultButton {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fsStyleDefaultButton {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fsStyleDefaultButton em {
  display: block;
  font-style: normal;
}

p .fsStyleDefaultButton {
  margin-bottom: 0 !important;
}

.fsStyleDefaultButton.fsLoadMoreButton {
  margin-bottom: 0;
}

.fsStyleDefaultButton.fsSelectAll {
  margin-bottom: 5px;
  padding: 7px 12px;
  font-size: .875em;
  line-height: 1.2;
}

.fsStyleUpdateButton {
  display: inline-block;
  border: 0;
  margin: 0 0 20px;
  padding: 12px 19px;
  background: #F3F3F3;
  color: #313131;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: none;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  background: #9D2234;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .fsStyleUpdateButton,
.fsBannerRight .fsStyleUpdateButton,
.fsStyleOneThird .fsStyleUpdateButton,
.fsTwoColumnLayout .fsStyleUpdateButton,
.fsThreeColumnLayout > .fsDiv .fsStyleUpdateButton,
.fsFourColumnLayout > .fsDiv .fsStyleUpdateButton {
  width: 100%;
  margin: 0 0 20px;
}

@media (max-width: 400px) {
  .fsStyleUpdateButton {
    width: 100%;
    margin: 0 0 20px;
  }
}

.fsStyleUpdateButton em {
  display: block;
  font-style: normal;
}

p .fsStyleUpdateButton {
  margin-bottom: 0 !important;
}

@font-face {
  font-family: 'bpa-font-icons';
  src: url(fonts/bpa-icon-library.eot);
  src: url(fonts/bpa-icon-library.eot) format("embedded-opentype"), url(fonts/bpa-icon-library.woff2) format("woff2"), url(fonts/bpa-icon-library.woff) format("woff"), url(fonts/bpa-icon-library.ttf) format("truetype"), url(fonts/bpa-icon-library.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

.bpa-featured-profiles-3 {
  margin: 0 0 30px;
}

@media (min-width: 800px) {
  .bpa-featured-profiles-3 {
    margin: 60px 0;
  }
}

@media (min-width: 800px) {
  .bpa-featured-profiles-3.fsPostElement {
    margin: 0 0 60px;
  }
}

@media (min-width: 1000px) {
  .bpa-featured-profiles-3.fsPostElement {
    margin: 60px 0;
  }
}

.bpa-featured-profiles-3 article > ul,
.bpa-featured-profiles-3 article > div,
.bpa-featured-profiles-3 article > a {
  position: relative;
  z-index: 5;
  width: 100%;
}

.bpa-featured-profiles-3 article > .fsThumbnail {
  background-color: #242424;
  background-size: cover;
  background-position: center center;
}

.bpa-featured-profiles-3 article > .fsThumbnail img {
  opacity: 0;
  max-width: 100%;
  width: 100%;
}

.bpa-featured-profiles-3 article .fsCategories {
  margin: 0 0 5px;
}

.bpa-featured-profiles-3 article .fsCategory {
  padding: 0;
  margin: 0;
  background: none;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.bpa-featured-profiles-3 article .fsCategory:not(:last-child) {
  border: none;
  margin-right: 2px;
}

.bpa-featured-profiles-3 article .fsCategory:not(:last-child):after {
  content: ',';
}

.bpa-featured-profiles-3 article .fsTitle {
  margin-bottom: 0;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.bpa-featured-profiles-3 article .fsTitle a {
  color: inherit;
  text-decoration: none !important;
}

.bpa-featured-profiles-3 article .fsTitle a:hover,
.bpa-featured-profiles-3 article .fsTitle a:focus {
  color: #9D2234;
}

.bpa-featured-profiles-3 .active-profile article {
  position: relative;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: inset 0 0 0 1px #E0E0E0;
          box-shadow: inset 0 0 0 1px #E0E0E0;
  display: block;
}

@media (min-width: 800px) {
  .bpa-featured-profiles-3 .active-profile article {
    height: 40.98361vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1220px) {
  .bpa-featured-profiles-3 .active-profile article {
    height: 500px;
  }
}

.bpa-featured-profiles-3 .active-profile article:before,
.bpa-featured-profiles-3 .active-profile article:after {
  display: none;
}

.bpa-featured-profiles-3 .active-profile article:after {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(51.8%, rgba(255, 255, 255, 0.85)), to(#FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 51.8%, #FFFFFF 100%);
  width: calc(100% - 30px);
  height: 39px;
  position: absolute;
  left: auto;
  right: 30px;
  bottom: 1px;
  z-index: 8;
  visibility: visible;
}

@media (min-width: 800px) {
  .bpa-featured-profiles-3 .active-profile article:after {
    display: block;
  }
}

@media (min-width: 1000px) {
  .bpa-featured-profiles-3 .active-profile article:after {
    height: 59px;
  }
}

.bpa-featured-profiles-3 .active-profile article.has-thumbnail {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 800px) {
  .bpa-featured-profiles-3 .active-profile article.has-thumbnail {
    margin: 40px 0;
    -webkit-box-shadow: inset 0 0 0 1px #E0E0E0;
            box-shadow: inset 0 0 0 1px #E0E0E0;
  }
}

.bpa-featured-profiles-3 .active-profile article > .fsThumbnail {
  position: relative;
  overflow: hidden;
  background-position: center top;
  z-index: 10;
  width: calc(100% - 40px);
  max-width: 580px;
  margin: 0 auto;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}

@media (min-width: 400px) {
  .bpa-featured-profiles-3 .active-profile article > .fsThumbnail {
    width: calc(100% - 60px);
  }
}

@media (min-width: 800px) {
  .bpa-featured-profiles-3 .active-profile article > .fsThumbnail {
    height: auto;
    margin: -30px 0;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    width: 50%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (min-width: 1000px) {
  .bpa-featured-profiles-3 .active-profile article > .fsThumbnail {
    margin: -40px 0;
  }
}

.bpa-featured-profiles-3 .active-profile article > .fsThumbnail:before {
  display: none;
}

.bpa-featured-profiles-3 .active-profile article > .fsThumbnail img {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
}

@media (min-width: 800px) {
  .bpa-featured-profiles-3 .active-profile article > .fsThumbnail img {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    opacity: 1;
  }
}

.bpa-featured-profiles-3 .active-profile article > .active-profile-content-wrapper {
  -webkit-box-shadow: inset 0 0 0 1px #E0E0E0;
          box-shadow: inset 0 0 0 1px #E0E0E0;
  padding: 60px 20px 30px;
}

@media (min-width: 400px) {
  .bpa-featured-profiles-3 .active-profile article > .active-profile-content-wrapper {
    padding: 60px 30px 30px;
  }
}

@media (min-width: 800px) {
  .bpa-featured-profiles-3 .active-profile article > .active-profile-content-wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: calc(100% - 580px - 1px);
    max-height: calc(100% - 2px);
    overflow: auto;
    padding: 40px 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (min-width: 1000px) {
  .bpa-featured-profiles-3 .active-profile article > .active-profile-content-wrapper {
    padding: 60px 30px;
  }
}

.bpa-featured-profiles-3 .active-profile article .fsCategories {
  margin: 0 0 5px;
}

.bpa-featured-profiles-3 .active-profile article .fsSummary,
.bpa-featured-profiles-3 .active-profile article .fsBody,
.bpa-featured-profiles-3 .active-profile article .fsReadMoreLink {
  margin-top: 15px;
}

@media (min-width: 800px) {
  .bpa-featured-profiles-3 .active-profile article .fsSummary,
  .bpa-featured-profiles-3 .active-profile article .fsBody,
  .bpa-featured-profiles-3 .active-profile article .fsReadMoreLink {
    margin-top: 30px;
  }
}

.bpa-featured-profiles-3 .active-profile article .fsReadMoreLink {
  width: auto;
  display: inline-block;
}

.bpa-featured-profiles-3 .active-profile article .fsBody {
  display: none;
}

@media (min-width: 800px) {
  .bpa-featured-profiles-3 .active-profile article .fsBody {
    display: block;
  }
}

@media (min-width: 800px) {
  .bpa-featured-profiles-3 .active-profile article .fsBody + .fsReadMoreLink {
    display: none;
  }
}

.bpa-featured-profiles-3.slider-profile-nav {
  padding-bottom: 70px;
  position: relative;
  margin-left: -3px;
  margin-right: -3px;
}

@media (min-width: 600px) {
  .bpa-featured-profiles-3.slider-profile-nav {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 60px;
  }
}

.bpa-featured-profiles-3.slider-profile-nav:last-child {
  margin-bottom: 0;
}

.bpa-featured-profiles-3.slider-profile-nav .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bpa-featured-profiles-3.slider-profile-nav .slick-track:before,
.bpa-featured-profiles-3.slider-profile-nav .slick-track:after {
  display: none;
}

.bpa-featured-profiles-3.slider-profile-nav article {
  position: relative;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  margin: 0 3px;
  cursor: pointer;
}

@media (min-width: 600px) {
  .bpa-featured-profiles-3.slider-profile-nav article {
    margin: 0 10px;
  }
}

.bpa-featured-profiles-3.slider-profile-nav article > ul,
.bpa-featured-profiles-3.slider-profile-nav article > div,
.bpa-featured-profiles-3.slider-profile-nav article > a {
  display: none;
}

.bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

@media (min-width: 600px) {
  .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail {
    padding: 30px;
  }
}

.bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 34%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 22, 31, 0)), to(#0C161F));
  background: linear-gradient(180deg, rgba(12, 22, 31, 0) 0%, #0C161F 100%);
  -webkit-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out;
  z-index: 3;
}

.bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail img {
  padding-bottom: 144.444%;
  height: 0;
}

@media (min-width: 600px) {
  .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail img {
    padding-bottom: 0;
    height: auto;
    max-height: 345px;
  }
}

@media (min-width: 1000px) {
  .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail img {
    max-height: 265px;
  }
}

.bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder {
  position: relative;
  z-index: 5;
  width: 100%;
  color: #fff;
  display: none;
}

@media (min-width: 600px) {
  .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder {
    display: block;
  }
}

.bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder .fsTitle,
.bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder .fsCategory {
  color: inherit;
  background: none;
}

.bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder .fsTitle a,
.bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder .fsCategory a {
  color: inherit;
  text-decoration: none !important;
}

.bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail + div,
.bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail + ul,
.bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail + a {
  margin: 10px 0 0;
}

.bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail:hover:before,
.bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail:focus:before {
  height: 42%;
}

.bpa-featured-profiles-3.slider-profile-nav article.slick-current:after {
  content: '';
  visibility: visible;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  position: absolute;
  left: 5px;
  top: 5px;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
          box-shadow: inset 0 0 0 1px #fff;
  z-index: 10;
}

.bpa-featured-profiles-3.slider-profile-nav a {
  pointer-events: none;
}

.bpa-featured-profiles-3 .slick-arrow {
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid #E0E0E0;
  color: transparent;
  cursor: pointer;
  display: block;
  height: 50px;
  width: 50px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  z-index: 200;
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  top: auto;
  bottom: 0;
}

.bpa-featured-profiles-3 .slick-arrow:before {
  color: #6D6E70;
  font-size: 28px;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
  line-height: 1;
  width: 100%;
  text-align: center;
  height: auto;
  position: absolute;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.bpa-featured-profiles-3 .slick-arrow.slick-prev {
  margin-left: -28px;
}

.bpa-featured-profiles-3 .slick-arrow.slick-prev:before {
  content: "\E922";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-featured-profiles-3 .slick-arrow.slick-next {
  margin-left: 28px;
}

.bpa-featured-profiles-3 .slick-arrow.slick-next:before {
  content: "\E921";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.bpa-featured-profiles-3 .slick-arrow:hover:before,
.bpa-featured-profiles-3 .slick-arrow:focus:before {
  color: rgba(109, 110, 112, 0.5);
  -webkit-transition: .3s;
  transition: .3s;
}

.fsBannerLeft .bpa-featured-profiles-3,
.fsBannerRight .bpa-featured-profiles-3,
.fsStyleOneThird .bpa-featured-profiles-3,
.fsTwoColumnLayout .bpa-featured-profiles-3,
.fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-3,
.fsFourColumnLayout > .fsDiv .bpa-featured-profiles-3 {
  margin-top: 0;
}

.fsBannerLeft .bpa-featured-profiles-3.fsPostElement,
.fsBannerRight .bpa-featured-profiles-3.fsPostElement,
.fsStyleOneThird .bpa-featured-profiles-3.fsPostElement,
.fsTwoColumnLayout .bpa-featured-profiles-3.fsPostElement,
.fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-3.fsPostElement,
.fsFourColumnLayout > .fsDiv .bpa-featured-profiles-3.fsPostElement {
  margin-bottom: 30px;
}

.fsBannerLeft .bpa-featured-profiles-3 .active-profile article,
.fsBannerRight .bpa-featured-profiles-3 .active-profile article,
.fsStyleOneThird .bpa-featured-profiles-3 .active-profile article,
.fsTwoColumnLayout .bpa-featured-profiles-3 .active-profile article,
.fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-3 .active-profile article,
.fsFourColumnLayout > .fsDiv .bpa-featured-profiles-3 .active-profile article {
  display: block;
  height: auto;
}

.fsBannerLeft .bpa-featured-profiles-3 .active-profile article:after,
.fsBannerRight .bpa-featured-profiles-3 .active-profile article:after,
.fsStyleOneThird .bpa-featured-profiles-3 .active-profile article:after,
.fsTwoColumnLayout .bpa-featured-profiles-3 .active-profile article:after,
.fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-3 .active-profile article:after,
.fsFourColumnLayout > .fsDiv .bpa-featured-profiles-3 .active-profile article:after {
  display: none;
}

.fsBannerLeft .bpa-featured-profiles-3 .active-profile article.has-thumbnail,
.fsBannerRight .bpa-featured-profiles-3 .active-profile article.has-thumbnail,
.fsStyleOneThird .bpa-featured-profiles-3 .active-profile article.has-thumbnail,
.fsTwoColumnLayout .bpa-featured-profiles-3 .active-profile article.has-thumbnail,
.fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-3 .active-profile article.has-thumbnail,
.fsFourColumnLayout > .fsDiv .bpa-featured-profiles-3 .active-profile article.has-thumbnail {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}

.fsBannerLeft .bpa-featured-profiles-3 .active-profile article > .fsThumbnail,
.fsBannerRight .bpa-featured-profiles-3 .active-profile article > .fsThumbnail,
.fsStyleOneThird .bpa-featured-profiles-3 .active-profile article > .fsThumbnail,
.fsTwoColumnLayout .bpa-featured-profiles-3 .active-profile article > .fsThumbnail,
.fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-3 .active-profile article > .fsThumbnail,
.fsFourColumnLayout > .fsDiv .bpa-featured-profiles-3 .active-profile article > .fsThumbnail {
  max-width: 580px;
  margin: 0 auto;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  width: calc(100% - 40px);
}

.fsBannerLeft .bpa-featured-profiles-3 .active-profile article > .fsThumbnail img,
.fsBannerRight .bpa-featured-profiles-3 .active-profile article > .fsThumbnail img,
.fsStyleOneThird .bpa-featured-profiles-3 .active-profile article > .fsThumbnail img,
.fsTwoColumnLayout .bpa-featured-profiles-3 .active-profile article > .fsThumbnail img,
.fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-3 .active-profile article > .fsThumbnail img,
.fsFourColumnLayout > .fsDiv .bpa-featured-profiles-3 .active-profile article > .fsThumbnail img {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  position: relative;
  white-space: normal;
}

.fsBannerLeft .bpa-featured-profiles-3 .active-profile article > .active-profile-content-wrapper,
.fsBannerRight .bpa-featured-profiles-3 .active-profile article > .active-profile-content-wrapper,
.fsStyleOneThird .bpa-featured-profiles-3 .active-profile article > .active-profile-content-wrapper,
.fsTwoColumnLayout .bpa-featured-profiles-3 .active-profile article > .active-profile-content-wrapper,
.fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-3 .active-profile article > .active-profile-content-wrapper,
.fsFourColumnLayout > .fsDiv .bpa-featured-profiles-3 .active-profile article > .active-profile-content-wrapper {
  -webkit-box-shadow: inset 0 0 0 1px #E0E0E0;
          box-shadow: inset 0 0 0 1px #E0E0E0;
  padding: 60px 20px 30px;
  width: 100%;
}

.fsBannerLeft .bpa-featured-profiles-3.slider-profile-nav article,
.fsBannerRight .bpa-featured-profiles-3.slider-profile-nav article,
.fsStyleOneThird .bpa-featured-profiles-3.slider-profile-nav article,
.fsTwoColumnLayout .bpa-featured-profiles-3.slider-profile-nav article,
.fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-3.slider-profile-nav article,
.fsFourColumnLayout > .fsDiv .bpa-featured-profiles-3.slider-profile-nav article {
  padding: 0;
}

.fsBannerLeft .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail,
.fsBannerRight .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail,
.fsStyleOneThird .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail,
.fsTwoColumnLayout .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail,
.fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail,
.fsFourColumnLayout > .fsDiv .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail {
  padding: 0;
}

.fsBannerLeft .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail img,
.fsBannerRight .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail img,
.fsStyleOneThird .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail img,
.fsTwoColumnLayout .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail img,
.fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail img,
.fsFourColumnLayout > .fsDiv .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail img {
  padding-bottom: 144.444%;
  height: 0;
}

.fsBannerLeft .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder,
.fsBannerRight .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder,
.fsStyleOneThird .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder,
.fsTwoColumnLayout .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder,
.fsThreeColumnLayout > .fsDiv .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder,
.fsFourColumnLayout > .fsDiv .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder {
  display: none;
}

@media (min-width: 800px) {
  .fsStyleTwoThirds .bpa-featured-profiles-3 .active-profile article,
  .fsHasLeftBanner .bpa-featured-profiles-3 .active-profile article,
  .fsHasRightBanner .bpa-featured-profiles-3 .active-profile article {
    height: 29.91803vw;
  }
}

@media (min-width: 1220px) {
  .fsStyleTwoThirds .bpa-featured-profiles-3 .active-profile article,
  .fsHasLeftBanner .bpa-featured-profiles-3 .active-profile article,
  .fsHasRightBanner .bpa-featured-profiles-3 .active-profile article {
    height: 365px;
  }
}

@media (max-width: 914px) {
  .fsStyleTwoThirds .bpa-featured-profiles-3.slider-profile-nav article,
  .fsHasLeftBanner .bpa-featured-profiles-3.slider-profile-nav article,
  .fsHasRightBanner .bpa-featured-profiles-3.slider-profile-nav article {
    padding: 0;
  }

  .fsStyleTwoThirds .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail,
  .fsHasLeftBanner .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail,
  .fsHasRightBanner .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail {
    padding: 0;
  }

  .fsStyleTwoThirds .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail img,
  .fsHasLeftBanner .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail img,
  .fsHasRightBanner .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail img {
    padding-bottom: 144.444%;
    height: 0;
  }

  .fsStyleTwoThirds .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder,
  .fsHasLeftBanner .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder,
  .fsHasRightBanner .bpa-featured-profiles-3.slider-profile-nav article > .fsThumbnail .fsTitleHolder {
    display: none;
  }
}

body.fsComposeMode .bpa-featured-profiles-3 .active-profile article.has-thumbnail {
  margin-bottom: 100px;
}

body.fsComposeMode .bpa-featured-profiles-3 .active-profile article:after {
  display: none;
}

body.fsComposeMode .bpa-featured-profiles-3.slider-profile-nav .slick-list {
  display: none;
}

.has-bpa-featured-profiles .fsElementDialog {
  width: 860px;
  color: #6D6E70;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.has-bpa-featured-profiles .fsElementDialog .fsThumbnailAlignLeft .fsThumbnail {
  margin-bottom: 30px;
  margin-right: 0;
  float: none;
}

@media (min-width: 600px) {
  .has-bpa-featured-profiles .fsElementDialog .fsThumbnailAlignLeft .fsThumbnail {
    margin-right: 30px;
    float: left;
  }
}

.has-bpa-featured-profiles .fsElementDialog .fsCategories {
  margin: 0 0 5px;
}

.has-bpa-featured-profiles .fsElementDialog .fsCategory {
  padding: 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  background: none !important;
}

.has-bpa-featured-profiles .fsElementDialog .fsCategory:not(:last-child) {
  border: none;
  margin-right: 2px;
}

.has-bpa-featured-profiles .fsElementDialog .fsCategory:not(:last-child):after {
  content: ',';
}

.has-bpa-featured-profiles .fsElementDialog .fsTitle {
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

@media (max-width: 599px) {
  .has-bpa-featured-profiles .fsDialogContent {
    padding: 50px 20px 20px;
  }
}

.fsStaggeredLoginSubmit > input + span {
    font-size: 0;
}

.fsStaggeredLoginSubmit > input + span * {
    font-size: 16px;
}

.fsStaggeredLoginSubmit > input + span .fsStaggeredLoginUsernameDisplay {
    margin-right: 5px;
}