/*!
 * Notre Dame Prep & Marist Academy - default_19
 * @link: https://ndpmaorg.finalsite.com
 * Site Template: newclientcustom
 * Built By: Wendy Dawley Beaulac
 * Project Manager: Jason Stanizzi
 * Designer: Keisha Croxton
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 5.2.2
 * Git Tag: v5.2.2-30-ge98ce0a
 * Last built by: Wendy Beaulac
 */
@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%;
  }
}

.fsSharingButtons {
  display: block !important;
}

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

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

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

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

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

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

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

*/

/*! helpers - typography v0.0.1 */

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

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

h1 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Noto Serif", serif;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 32px;
}

h2 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 15px;
}

.fsBannerLeft h2,
.fsBannerRight h2,
.fsStyleOneThird h2,
.fsThreeColumnLayout > .fsDiv h2,
.fsFourColumnLayout > .fsDiv h2 {
  font-size: 35px;
  line-height: 45px;
}

h3 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 14px;
}

h4 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 14px;
}

h5 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Noto Serif", serif;
  font-size: 25px;
  line-height: 37px;
  margin-bottom: 17px;
}

h6 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 9px;
}

p {
  margin: 0 0 20px;
}

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

hr {
  margin: 0 auto 20px;
}

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

.fsContent a {
  text-decoration: underline;
}

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

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

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

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

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.fs_style_26 th {
  font-size: 20px;
  line-height: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  padding: 10px 20px;
  background: #006225;
  color: #ffffff;
  text-align: left;
}

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.fs_style_26 td {
  padding: 10px 20px;
  background: rgba(240, 240, 240, 0.25);
}

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

.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_29 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #006225;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_29:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #006225;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fs_style_29.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_29:hover:after,
.fs_style_29:focus:after,
.fsStateSelected .fs_style_29:after,
.fs_style_29.on:after {
  width: 100%;
}

.fs_style_28 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #003D79;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_28:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #003D79;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_28:hover,
.fs_style_28:focus,
.fsStateSelected .fs_style_28,
.fs_style_28.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_28:hover:after,
.fs_style_28:focus:after,
.fsStateSelected .fs_style_28:after,
.fs_style_28.on:after {
  width: 100%;
}

.fs_style_30 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #292929;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_30:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #C4960C;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_30:hover,
.fs_style_30:focus,
.fsStateSelected .fs_style_30,
.fs_style_30.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_30:hover:after,
.fs_style_30:focus:after,
.fsStateSelected .fs_style_30:after,
.fs_style_30.on:after {
  width: 100%;
}

.fs_style_27 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #820024;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_27:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #820024;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_27:hover,
.fs_style_27:focus,
.fsStateSelected .fs_style_27,
.fs_style_27.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_27:hover:after,
.fs_style_27:focus:after,
.fsStateSelected .fs_style_27:after,
.fs_style_27.on:after {
  width: 100%;
}

.button-dark {
  background: #292929;
  padding: 20px;
}

.fs_style_32 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  border-color: #ffffff;
}

.fs_style_32:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_32:hover,
.fs_style_32:focus,
.fsStateSelected .fs_style_32,
.fs_style_32.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_32:hover:after,
.fs_style_32:focus:after,
.fsStateSelected .fs_style_32:after,
.fs_style_32.on:after {
  width: 100%;
}

.fs_style_37 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  border-color: #ffffff;
  line-height: 16px;
  padding: 9px 16px;
}

.fs_style_37:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_37:hover,
.fs_style_37:focus,
.fsStateSelected .fs_style_37,
.fs_style_37.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_37:hover:after,
.fs_style_37:focus:after,
.fsStateSelected .fs_style_37:after,
.fs_style_37.on:after {
  width: 100%;
}

.fs_style_37:before {
  content: "\E91A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  margin-right: 10px;
}

.fs_style_37.red {
  color: #ffffff;
}

.fs_style_37.red:after {
  background: #820024;
}

.fs_style_37.blue {
  color: #ffffff;
}

.fs_style_37.blue:after {
  background: #003D79;
}

.fs_style_37.green {
  color: #ffffff;
}

.fs_style_37.green:after {
  background: #006225;
}

.fs_style_37.yellow {
  color: #ffffff;
}

.fs_style_37.yellow:after {
  background: #C4960C;
}

.fs_style_38 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  border-color: #ffffff;
  line-height: 16px;
  padding: 9px 16px;
}

.fs_style_38:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_38:hover,
.fs_style_38:focus,
.fsStateSelected .fs_style_38,
.fs_style_38.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_38:hover:after,
.fs_style_38:focus:after,
.fsStateSelected .fs_style_38:after,
.fs_style_38.on:after {
  width: 100%;
}

.fs_style_38:before {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  margin-right: 10px;
}

.fs_style_39 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  border-color: #ffffff;
  line-height: 16px;
  padding: 9px 16px;
}

.fs_style_39:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_39:hover,
.fs_style_39:focus,
.fsStateSelected .fs_style_39,
.fs_style_39.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_39:hover:after,
.fs_style_39:focus:after,
.fsStateSelected .fs_style_39:after,
.fs_style_39.on:after {
  width: 100%;
}

.fs_style_39:before {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  margin-right: 10px;
}

.fs_style_39.red {
  color: #ffffff;
}

.fs_style_39.red:after {
  background: #820024;
}

.fs_style_39.blue {
  color: #ffffff;
}

.fs_style_39.blue:after {
  background: #003D79;
}

.fs_style_39.green {
  color: #ffffff;
}

.fs_style_39.green:after {
  background: #006225;
}

.fs_style_39.yellow {
  color: #ffffff;
}

.fs_style_39.yellow:after {
  background: #C4960C;
}

.fs_style_40 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  border-color: #ffffff;
  line-height: 16px;
  padding: 9px 16px;
}

.fs_style_40:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_40:hover,
.fs_style_40:focus,
.fsStateSelected .fs_style_40,
.fs_style_40.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_40:hover:after,
.fs_style_40:focus:after,
.fsStateSelected .fs_style_40:after,
.fs_style_40.on:after {
  width: 100%;
}

.fs_style_40:before {
  content: "\E908";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  margin-right: 10px;
}

.fs_style_40.red {
  color: #ffffff;
}

.fs_style_40.red:after {
  background: #820024;
}

.fs_style_40.blue {
  color: #ffffff;
}

.fs_style_40.blue:after {
  background: #003D79;
}

.fs_style_40.green {
  color: #ffffff;
}

.fs_style_40.green:after {
  background: #006225;
}

.fs_style_40.yellow {
  color: #ffffff;
}

.fs_style_40.yellow:after {
  background: #C4960C;
}

.fs_style_34 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 38px 20px;
  background: #006225;
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  font-family: "Noto Serif", serif;
  text-transform: none;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px transparent;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_34 em {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
}

.fs_style_34:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_34:hover,
.fs_style_34:focus,
.fsStateSelected .fs_style_34,
.fs_style_34.on {
  border: solid 1px rgba(98, 98, 98, 0.45);
  color: #006225;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_34:hover:after,
.fs_style_34:focus:after,
.fsStateSelected .fs_style_34:after,
.fs_style_34.on:after {
  width: 100%;
}

.fs_style_33 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 38px 20px;
  background: #003D79;
  color: #ffffff;
  font-size: 35px;
  line-height: 50px;
  font-family: "Noto Serif", serif;
  text-transform: none;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px transparent;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_33 em {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
}

.fs_style_33:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_33:hover,
.fs_style_33:focus,
.fsStateSelected .fs_style_33,
.fs_style_33.on {
  border: solid 1px rgba(98, 98, 98, 0.45);
  color: #003D79;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_33:hover:after,
.fs_style_33:focus:after,
.fsStateSelected .fs_style_33:after,
.fs_style_33.on:after {
  width: 100%;
}

.fs_style_35 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 38px 20px;
  background: #820024;
  color: #ffffff;
  font-size: 35px;
  line-height: 50px;
  font-family: "Noto Serif", serif;
  text-transform: none;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px transparent;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_35 em {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
}

.fs_style_35:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_35:hover,
.fs_style_35:focus,
.fsStateSelected .fs_style_35,
.fs_style_35.on {
  border: solid 1px rgba(98, 98, 98, 0.45);
  color: #820024;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_35:hover:after,
.fs_style_35:focus:after,
.fsStateSelected .fs_style_35:after,
.fs_style_35.on:after {
  width: 100%;
}

.fs_style_36 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 38px 20px;
  background: #C4960C;
  color: #292929;
  font-size: 35px;
  line-height: 50px;
  font-family: "Noto Serif", serif;
  text-transform: none;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px transparent;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_36 em {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
}

.fs_style_36:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_36:hover,
.fs_style_36:focus,
.fsStateSelected .fs_style_36,
.fs_style_36.on {
  border: solid 1px rgba(98, 98, 98, 0.45);
  color: #292929;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_36:hover:after,
.fs_style_36:focus:after,
.fsStateSelected .fs_style_36:after,
.fs_style_36.on:after {
  width: 100%;
}

.fsStyleDefaultButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #006225;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fsStyleDefaultButton:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #006225;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fsStyleDefaultButton:hover:after,
.fsStyleDefaultButton:focus:after,
.fsStateSelected .fsStyleDefaultButton:after,
.fsStyleDefaultButton.on:after {
  width: 100%;
}

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

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

.fsStyleUpdateButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #006225;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fsStyleUpdateButton:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #006225;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fsStyleUpdateButton:hover:after,
.fsStyleUpdateButton:focus:after,
.fsStateSelected .fsStyleUpdateButton:after,
.fsStyleUpdateButton.on:after {
  width: 100%;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus {
  background: #006225;
  color: #ffffff;
}

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

/*! elements - common v0.0.1 */

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

.fsElement {
  margin-bottom: 40px;
}

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

.fsElementHeaderContent {
  margin-bottom: 20px;
}

.fsElementFooterContent {
  margin-top: 20px;
}

.fsPanel {
  margin-bottom: 0;
}

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

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

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

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

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

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

.fsListNav .fsStyleDefaultList .fsListItem a:hover,
.fsListNav .fsStyleDefaultList .fsListItem a:focus {
  color: #006225;
  background: transparent;
}

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

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

.fsListNav .fsListLevel2 > .fsListItem {
  padding-left: 10px;
}

.fsListNav .fsListLevel3 > .fsListItem {
  padding-left: 20px;
}

.fsListNav .fsListLevel4 > .fsListItem {
  padding-left: 30px;
}

.fsListNav .fsListLevel5 > .fsListItem {
  padding-left: 40px;
}

/*! element - common - slideshow subtype v0.0.1 */

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

.fsSlideshow.fsSlideshowVertical .fsElementSlideshow[data-slides-to-show="1"] article {
  padding-bottom: 0;
}

.fsSlideshow.fsSlideshowHorizontal .fsElementSlideshow[data-arrows*="true"] {
  padding-top: 0;
  padding-bottom: 0;
}

.fsSlideshow.fsSlideshowHorizontal article {
  padding-bottom: 0;
}

.fsSlideshow .fsNextButton,
.fsSlideshow .fsPrevButton {
  overflow: hidden;
}

.fsSlideshow .fsNextButton:before,
.fsSlideshow .fsPrevButton:before {
  color: #626262;
  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(98, 98, 98, 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: #626262;
}

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

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

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

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

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

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

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

.fsElementDialog {
  color: #626262;
}

.fs_style_24 {
  color: #292929;
  font-size: 1.17647em;
  line-height: 1.5em;
}

blockquote {
  position: relative;
  margin: 60px 0;
  font-size: 20px;
  line-height: 30px;
  font-family: "Noto Serif", serif;
  text-align: center;
  border: solid 1px #cfcfcf;
  border-top: solid 5px #006225;
  padding: 55px 18px 30px;
}

blockquote:before {
  content: "\E917";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
  color: #ffffff;
}

blockquote:after {
  display: block;
  content: '';
  position: absolute;
  top: -28px;
  left: 50%;
  height: 50px;
  width: 50px;
  background: #006225;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
      -ms-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
  z-index: 1;
}

blockquote span.bottom-wedge {
  display: block;
  content: '';
  position: absolute;
  bottom: -14px;
  left: 40px;
  height: 28px;
  width: 28px;
  background: #ffffff;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
  border-right: solid 1px #cfcfcf;
  border-bottom: solid 1px #cfcfcf;
}

cite {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 17px;
  font-weight: 500;
  line-height: 19px;
  position: absolute;
  top: calc(100% + 18px);
  left: 75px;
}

cite:before {
  content: '- ';
}

.fs_style_25 {
  display: block;
  padding: 10px 15px;
  color: #292929;
  font-family: "Noto Serif", serif;
  font-size: 20px;
  line-height: 30px;
  border-left: solid 5px #003D79;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-tier {
  background: #F0F0F0;
  padding: 0 30px;
  display: none;
}

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

  .nav-tier > header .fsElementTitle {
    position: relative;
    color: #292929;
    margin-top: 0;
    font-weight: normal;
    font-family: "Noto Serif", serif;
    font-size: 25px;
    line-height: 37px;
    margin-bottom: 17px;
    margin-bottom: 0;
    display: block;
    font-size: 17px;
    padding: 10px 20px;
    color: #e5e5e5;
    background-color: #006225;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
  }

  .nav-tier > header .fsElementTitle:hover {
    background-color: #00491b;
    color: #e5e5e5;
  }
}

@media screen and (max-width: 899px) and (min-width: 900px) {
  .nav-tier > header .fsElementTitle {
    cursor: default;
  }
}

@media screen and (max-width: 899px) {
  .nav-tier > 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-tier > .fsElementContent {
    position: relative;
    display: block;
    background-color: #e5e5e5;
  }

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

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

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

  .nav-tier > .fsElementContent ul li.fsNavCurrentPage > a:hover,
  .nav-tier > .fsElementContent ul li.fsNavCurrentPage > a:focus {
    color: #003D79;
    background: #b2b2b2;
  }

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

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

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

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

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

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

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

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

  .nav-tier.active-nav > header .fsElementTitle {
    background-color: #006225;
    color: #e5e5e5;
  }

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

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

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

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

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

.fsHeader .nav-tier {
  display: block;
  padding: 0 15px;
  background: #ffffff;
}

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

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

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

.nav-tier ul > li.fsNavCurrentPage > a {
  color: #003D79;
  background: transparent;
  text-decoration: underline;
}

.nav-tier ul > li.fsNavCurrentPage > a:hover,
.nav-tier ul > li.fsNavCurrentPage > a:focus {
  color: #ffffff;
  background: #006225;
  text-decoration: none;
}

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

.nav-tier ul > li.fsNavCurrentPageAncestor > a {
  color: #003D79;
  background: transparent;
  text-decoration: underline;
}

.nav-tier ul > li.fsNavCurrentPageAncestor > a:hover,
.nav-tier ul > li.fsNavCurrentPageAncestor > a:focus {
  color: #ffffff;
  background: #006225;
  text-decoration: none;
}

.nav-tier ul > li > a {
  display: block;
  padding: 10px 6px;
  color: #626262;
  background: transparent;
  position: relative;
  font-weight: 500;
}

.nav-tier ul > li > a:before,
.nav-tier ul > li > a:after {
  content: '';
  background: transparent;
  position: absolute;
  top: 0;
  height: 100%;
  width: 30px;
  -webkit-transition: .3s;
  transition: .3s;
}

.nav-tier ul > li > a:before {
  right: 100%;
}

.nav-tier ul > li > a:after {
  left: 100%;
}

.nav-tier ul > li > a:hover,
.nav-tier ul > li > a:focus {
  background: #006225;
  color: #ffffff;
  border-color: transparent;
}

.nav-tier ul > li > a:hover:before,
.nav-tier ul > li > a:hover:after,
.nav-tier ul > li > a:focus:before,
.nav-tier ul > li > a:focus:after {
  background: #006225;
}

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

.nav-tier .fsNavLevel1 > li {
  border-bottom: solid 1px rgba(115, 115, 115, 0.25);
}

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

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

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

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

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

.nav-sub {
  background: #F0F0F0;
  margin-bottom: 0;
}

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

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

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

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

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

.nav-sub ul li a {
  display: block;
  padding: 13.5px 10px;
  color: #292929;
  background: transparent;
  font-weight: 500;
}

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

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

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

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

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

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

.nav-sub .fsNavLevel1 {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

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

.alumni-section .nav-sub .fsNavLevel1,
.support-section .nav-sub .fsNavLevel1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

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

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

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

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

.fsHeader .nav-main {
  display: none;
}

@media (min-width: 1000px) {
  .fsHeader .nav-main {
    display: block;
  }
}

@media (min-width: 1000px) {
  .nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

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

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

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

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

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

.nav-main .fsNavLevel1 > li:hover > a:after {
  background: #003D79;
}

.hasHeroImg .nav-main .fsNavLevel1 > li:hover > a:after {
  background: #ffffff;
}

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

.nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:after {
  background: #003D79;
}

.hasHeroImg .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:after {
  background: #ffffff;
}

.nav-main .fsNavLevel1 > li > a {
  display: block;
  color: #292929;
  background: transparent;
  padding: 33px 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  line-height: 24px;
  position: relative;
}

.nav-main .fsNavLevel1 > li > a:after {
  content: '';
  background: transparent;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 13px;
  -webkit-transition: background .3s;
  transition: background .3s;
}

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

.hasHeroImg .nav-main .fsNavLevel1 > li > a {
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

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

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

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

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

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

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

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

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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
  text-align: left;
  width: 100%;
  z-index: 300;
}

.nav-main .fsNavLevel1 > li:first-child .fsNavPageInfo {
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.nav-main .fsNavLevel1 > li:last-child .fsNavPageInfo {
  right: 0;
  left: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.nav-main .fsNavPageThumbnail {
  margin-right: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 225px;
}

.nav-main .col-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.nav-main .col-wrap .column-1 {
  padding-right: 20px;
}

.nav-main .col-wrap .column-2 {
  padding-left: 20px;
}

.nav-main .fsNavLevel2 li a {
  display: block;
  color: #626262;
  background: transparent;
  padding: 0.58824em;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}

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

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

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

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

.mobile-toggle {
  color: #fff;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  max-width: 50px;
  font-size: 0;
  height: 35px;
  width: 35px;
  border: solid 1px #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-toggle:before {
  content: "\E900";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 17px;
}

.drawer-is-active .mobile-toggle:before {
  content: "\E92D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: 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;
  left: 0;
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
  -webkit-transform: translate(-20%, 0);
      -ms-transform: translate(-20%, 0);
          transform: translate(-20%, 0);
  top: 0em;
  min-height: 100%;
  max-width: 35.29412em;
  background: #ffffff;
}

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

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

.top-row-mobile {
  background: #00491B;
  margin-bottom: 0;
}

.top-row-mobile > .fsElementContent {
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-main-mobile {
  margin-bottom: 50px;
}

@media (min-width: 1200px) {
  .nav-main-mobile {
    display: none;
  }
}

.nav-main-mobile ul li {
  position: relative;
}

.nav-main-mobile ul li.fsNavCurrentPage > a,
.nav-main-mobile ul li.fsNavCurrentPageAncestor > a,
.nav-main-mobile ul li.currentExpand > a,
.nav-main-mobile ul li:hover > a,
.nav-main-mobile ul li:focus > a {
  color: #003D79;
}

.nav-main-mobile ul li.fsNavCurrentPage > .toggleMenu:before,
.nav-main-mobile ul li.fsNavCurrentPageAncestor > .toggleMenu:before,
.nav-main-mobile ul li.currentExpand > .toggleMenu:before,
.nav-main-mobile ul li:hover > .toggleMenu:before,
.nav-main-mobile ul li:focus > .toggleMenu:before {
  color: #00491B;
}

.nav-main-mobile ul li a {
  color: #292929;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.nav-main-mobile .toggleMenu {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 68px;
  line-height: 1;
  cursor: pointer;
  z-index: 20;
}

.nav-main-mobile .toggleMenu:before {
  content: "\E91E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18px;
  color: #292929;
}

.nav-main-mobile .fsNavPageInfo {
  max-height: 0;
  height: auto;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.nav-main-mobile .fsNavLevel1 {
  padding-left: 0;
}

.nav-main-mobile .fsNavLevel1 > li {
  border-bottom: solid 1px rgba(98, 98, 98, 0.33);
}

.nav-main-mobile .fsNavLevel1 > li:first-child {
  border-top: solid 1px rgba(98, 98, 98, 0.33);
}

.nav-main-mobile .fsNavLevel1 > li.currentExpand {
  background: #F0F0F0;
}

.nav-main-mobile .fsNavLevel1 > li.currentExpand > .fsNavPageInfo {
  max-height: 9999px;
  visibility: visible;
}

.nav-main-mobile .fsNavLevel1 > li.currentExpand > .toggleMenu:before {
  content: "\E91C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-main-mobile .fsNavLevel1 > li > a {
  padding: 20px 0;
  padding-left: 15px;
  padding-right: 50px;
}

.nav-main-mobile .fsNavLevel2 > li.currentExpand > a {
  text-decoration: underline;
}

.nav-main-mobile .fsNavLevel2 > li.currentExpand > .fsNavPageInfo {
  max-height: 9999px;
  visibility: visible;
}

.nav-main-mobile .fsNavLevel2 > li.currentExpand > .toggleMenu:before {
  content: "\E91C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-main-mobile .fsNavLevel2 > li > a {
  color: #626262;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  padding-left: 35px;
}

.nav-main-mobile .fsNavLevel2 > li .toggleMenu {
  height: 36px;
}

.nav-main-mobile .fsNavLevel3 > li.currentExpand > a {
  text-decoration: underline;
}

.nav-main-mobile .fsNavLevel3 > li.currentExpand > .fsNavPageInfo {
  max-height: 9999px;
  visibility: visible;
}

.nav-main-mobile .fsNavLevel3 > li.currentExpand > .toggleMenu:before {
  content: "\E91C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-main-mobile .fsNavLevel3 > li > a {
  color: #626262;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  padding-left: 55px;
}

.nav-main-mobile .fsNavLevel3 > li .toggleMenu {
  height: 36px;
}

.nav-main-mobile .fsNavLevel4 > li.currentExpand > a {
  text-decoration: underline;
}

.nav-main-mobile .fsNavLevel4 > li.currentExpand > .fsNavPageInfo {
  max-height: 9999px;
  visibility: visible;
}

.nav-main-mobile .fsNavLevel4 > li.currentExpand > .toggleMenu:before {
  content: "\E91C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-main-mobile .fsNavLevel4 > li > a {
  color: #626262;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  padding-left: 75px;
}

.nav-main-mobile .fsNavLevel4 > li .toggleMenu {
  height: 36px;
}

.nav-main-mobile .fsNavLevel5 > li.currentExpand > a {
  text-decoration: underline;
}

.nav-main-mobile .fsNavLevel5 > li.currentExpand > .fsNavPageInfo {
  max-height: 9999px;
  visibility: visible;
}

.nav-main-mobile .fsNavLevel5 > li.currentExpand > .toggleMenu:before {
  content: "\E91C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.nav-main-mobile .fsNavLevel5 > li > a {
  color: #626262;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  padding-left: 100px;
}

.nav-main-mobile .fsNavLevel5 > li .toggleMenu {
  height: 36px;
}

.main-site-link {
  margin: 0;
  padding: 10px 15px;
}

.main-site-link a {
  display: block;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none !important;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding-left: 15px;
}

.main-site-link a:before {
  content: "\E91D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nav-social {
  margin-bottom: 0 !important;
}

@media (min-width: 700px) {
  .nav-social {
    width: calc(33.33333% + 40px);
    padding: 0 20px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-social .fsNavLevel1 [href*='youtube']:before {
  content: "\E924";
  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: "\E925";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

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

.nav-social .fsNavLevel1 [href*='rss']:before {
  content: "\E926";
  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: #006225;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-social .fsNavLevel1 a {
  display: block;
  position: relative;
  border: 1px solid #ffffff;
  background: transparent;
  height: 40px;
  width: 40px;
}

.nav-social .fsNavLevel1 a:before {
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  -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 .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-utility-header .fsNavLevel1 > li.portal-nav {
  background: #006225;
  cursor: pointer;
}

.nav-utility-header .fsNavLevel1 > li.portal-nav > a {
  pointer-events: none;
}

.nav-utility-header .fsNavLevel1 > li.portal-nav > a:before {
  content: '';
  background: transparent;
  height: 5px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.nav-utility-header .fsNavLevel1 > li.portal-nav > a:after {
  content: "\E91C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: relative;
  margin-left: 10px;
  vertical-align: top;
}

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

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

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

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

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

html.js .nav-utility-header .fsNavLevel1 > li:hover a:before,
html.js .nav-utility-header .fsNavLevel1 > li:focus a:before,
html:not(.js) .nav-utility-header .fsNavLevel1 > li.menu-item-open:hover a:before,
html:not(.js) .nav-utility-header .fsNavLevel1 > li.menu-item-open:focus a:before {
  background: #C4960C;
}

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

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

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

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

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

html:not(.js) .nav-utility-header .fsNavLevel1 > li:hover a:before,
html:not(.js) .nav-utility-header .fsNavLevel1 > li:focus a:before {
  background: #C4960C;
}

html:not(.js) .nav-utility-header .fsNavLevel1 > li:hover .fsNavPageInfo,
html:not(.js) .nav-utility-header .fsNavLevel1 > li:focus .fsNavPageInfo {
  padding: 10px;
  max-height: 9999px;
}

.nav-utility-header .fsNavLevel1 > li.search-trigger {
  margin-right: 10px;
  cursor: pointer;
  display: none;
}

@media (min-width: 600px) {
  .nav-utility-header .fsNavLevel1 > li.search-trigger {
    display: block;
  }
}

.nav-utility-header .fsNavLevel1 > li.search-trigger:hover a:before,
.nav-utility-header .fsNavLevel1 > li.search-trigger:focus a:before {
  background: transparent !important;
}

.nav-utility-header .fsNavLevel1 > li.search-trigger > a {
  font-size: 0;
  line-height: 1;
  height: 45px;
  width: 35px;
  padding: 0;
  pointer-events: none;
}

.search-open .nav-utility-header .fsNavLevel1 > li.search-trigger > a {
  z-index: -1;
}

.nav-utility-header .fsNavLevel1 > li.search-trigger > a:before {
  content: "\E91B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.nav-utility-header .fsNavLevel1 > li > a {
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  font-family: "Roboto Condensed", sans-serif;
  padding: 14.5px 17px;
  position: relative;
}

.nav-utility-header .fsNavLevel1 > li > a span {
  color: #FDBF00;
}

.nav-utility-header .fsNavPageInfo {
  background: #ffffff;
  z-index: 300;
}

.nav-utility-header .fsNavPageInfo .fsNavLevel2 > li > a {
  color: #626262;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  padding: 10px;
}

.nav-utility-header .fsNavPageInfo .fsNavLevel2 > li > a:hover,
.nav-utility-header .fsNavPageInfo .fsNavLevel2 > li > a:focus {
  background: #006225;
  color: #ffffff;
}

.nav-utility-footer {
  margin-bottom: 30px;
}

@media (min-width: 700px) {
  .nav-utility-footer {
    margin-bottom: 0;
    width: calc(66.66666% + 80px);
    padding: 0 20px;
  }
}

.nav-utility-footer .fsNavLevel1 {
  list-style-type: none;
  padding: 0;
  margin: 0 -13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.nav-utility-footer .fsNavLevel1 li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 45px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: underline;
  padding: 0 13px;
}

.nav-utility-footer .fsNavLevel1 li a:hover,
.nav-utility-footer .fsNavLevel1 li a:focus {
  text-decoration: none;
}

/*! structure - header v0.0.1 */

.top-row {
  background-color: #00491B;
  margin-bottom: 0;
}

.alumni-section .top-row,
.support-section .top-row {
  background-color: #003D79;
  padding: 5px 0;
}

.top-row > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

@media (min-width: 1000px) {
  .top-row > .fsElementContent {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.button-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.button-container ul li {
  margin: 0;
  padding: 0;
}

.button-container ul li {
  margin: 0 7.5px;
}

.button-container ul li a {
  margin-bottom: 0;
}

.mobile-menu-button {
  position: relative;
  margin-bottom: 0;
  padding-left: 15px;
}

@media (min-width: 1000px) {
  .mobile-menu-button {
    display: none;
  }
}

.fsMenu .mobile-menu-button {
  padding-left: 0;
}

.logo-nav-container {
  background: #ffffff;
  padding: 20px 0;
  margin-bottom: 0;
  border-bottom: solid 1px #F0F0F0;
}

@media (min-width: 1000px) {
  .logo-nav-container {
    padding: 0 0 0 20px;
    border-bottom: none;
  }
}

@media (min-width: 1200px) {
  .logo-nav-container {
    padding: 0;
  }
}

.logo-nav-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

@media (min-width: 1000px) {
  .logo-nav-container > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.hasHeroImg .logo-nav-container {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-bottom: none;
}

.skip-link {
  margin: 0;
}

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

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

.site-info-container {
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
}

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

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

.site-info-container picture {
  display: block;
}

.site-info-container picture img {
  width: 251px;
  height: 48px;
}

.hasHeroImg .site-info-container picture img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.site-info-container svg {
  width: 251px;
  height: 48px;
}

.hasHeroImg .site-info-container svg path {
  stroke: #ffffff;
  fill: #ffffff;
}

.hero-image {
  margin-bottom: 0;
}

.hero-image.fsSlideshow .slick-slider {
  margin: 0;
}

.hero-image.fsSlideshow article {
  padding: 0;
}

.hero-image.fsSlideshow article figcaption {
  bottom: 68px;
}

.hero-image.fsSlideshow .fsPager {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 27px;
  line-height: 1;
}

.hero-image.fsSlideshow .fsPager li.slick-active button:before,
.hero-image.fsSlideshow .fsPager li:hover button:before,
.hero-image.fsSlideshow .fsPager li:focus button:before {
  background-color: rgba(255, 255, 255, 0.7);
}

.hero-image.fsSlideshow .fsPager li button:before {
  background-color: #ffffff;
}

.hero-image figure {
  position: relative;
}

.hero-image picture {
  display: block;
  height: 110vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 600px) {
  .hero-image picture {
    max-height: 500px;
    height: 46vw;
  }
}

.hero-image picture img {
  display: none;
}

.hero-image figcaption {
  margin: 0;
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  line-height: 40px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  padding: 0 20px;
}

@media (min-width: 600px) {
  .hero-image figcaption {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (min-width: 1000px) {
  .hero-image figcaption {
    font-size: 45px;
    line-height: 53px;
  }
}

.hero-image.hasCaption picture:after {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 188px;
  opacity: .66;
}

@media (min-width: 1000px) {
  .hero-image.hasCaption picture:after {
    height: 150px;
  }
}

#fsFooter {
  padding: 40px 15px;
  color: #fff;
  background: #292929;
}

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

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

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

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

@media (min-width: 700px) {
  #fsFooter .utility-container {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  #fsFooter .utility-container {
    margin-bottom: 0;
  }
}

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

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

@media (min-width: 700px) {
  #fsFooter .nav-social {
    margin-top: -10px;
  }
}

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

.school-details [itemprop='name'] {
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

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

.school-details [itemprop='telephone'] a {
  color: inherit;
  text-decoration: none;
}

.school-details [itemprop='telephone'] a:hover,
.school-details [itemprop='telephone'] a:focus {
  text-decoration: underline;
}

.school-details a {
  color: inherit;
}

/*! 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: #006225;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 17px;
  line-height: 28px;
  color: #626262;
}

body:after {
  content: '';
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

body.drawer-is-active:after {
  background: rgba(0, 0, 0, 0.5);
}

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

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

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

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

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

@media (min-width: 900px) {
  #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: 900px) {
  #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}

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

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

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

@media (min-width: 900px) {
  .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: 900px) {
  .fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 240px);
  }
}

@media (min-width: 900px) {
  .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: 900px) {
  .fsHasLeftBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 200px);
  }
}

@media (min-width: 900px) {
  .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: 900px) {
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 200px);
  }
}

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

@media (min-width: 900px) {
  .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: 900px) {
  #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
}

@media (min-width: 900px) {
  #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: 900px) {
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: calc(100% - 200px);
  }
}

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

@media (min-width: 900px) {
  .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: 900px) {
  .fsLayout {
    margin-right: -20px;
    margin-left: -20px;
  }
}

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

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

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

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

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

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

@media (min-width: 600px) {
  .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: 900px) {
  .fsLayout .fsStyleTwoThirds > .fsTwoColumnLayout {
    margin-right: -20px;
    margin-left: -20px;
  }
}

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

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

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

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

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

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

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

@media (min-width: 900px) {
  .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: 900px) {
  .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: 900px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px;
  }
}

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

@media (min-width: 900px) {
  .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: 900px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
    width: calc(100% - 200px);
  }
}

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

@media (min-width: 900px) {
  .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: 900px) {
  .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: 900px) {
  .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: 900px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px;
  }
}

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

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

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

@media (min-width: 900px) {
  .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: 900px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 200px);
  }
}

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

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

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

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

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

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

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

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

@media (min-width: 900px) {
  .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: 900px) {
  .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
  }
}

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

@media (min-width: 900px) {
  .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: 900px) {
  .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: 900px) {
  .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: 900px) {
  .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: 900px) {
  .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: 900px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
    padding-left: 20px;
    width: 240px;
  }
}

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

@media (min-width: 900px) {
  .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: 900px) {
  .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: 900px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 200px);
  }
}

@media (min-width: 900px) {
  .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: 900px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
    margin-bottom: 0;
  }
}

@media (min-width: 900px) {
  .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: 900px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
    padding-left: 20px;
    width: 240px;
  }
}

@media (min-width: 900px) {
  .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: 900px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
  .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
    width: calc(100% - 240px);
  }
}

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

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

#fsPoweredByFinalsite {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

@media (min-width: 700px) {
  #fsPoweredByFinalsite {
    width: 132px;
    margin-left: calc(100% - 33.33333% + 20px);
  }
}

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

/*! elements - constituent main */

/*! elements - constituent default layout */

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

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

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

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

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

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

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

.fsConstituentProfile {
  position: relative;
}

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

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

/*! elements - constituent default layout */

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

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

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

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

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

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

.fsConstituentItem h3.fsFullName {
  font-size: 22px;
}

.fsConstituentItem .fsPhoto img {
  display: block;
}

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

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

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

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

/*! elements - constituent profile */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsProfileImage {
  margin-bottom: 20px;
}

.fsProfileImage img {
  display: block;
}

.fsProfileSection {
  margin-bottom: 20px;
}

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

.fsProfileSectionData {
  margin-bottom: 1em;
}

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

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

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

.fsProfileSectionData.fsStyleHalf {
  width: 100%;
}

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

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

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

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

/*! elements - constituent search */

.fsConstituent.fsSearch {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

/*! elements - constituent default layout */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - accordion */

.fsAccordion .fsPanel,
.fsTabs .fsPanel {
  border: solid 1px #CBCBCB;
  margin-bottom: 2px;
}

.fsAccordion .fsPanel > header,
.fsTabs .fsPanel > header {
  cursor: pointer;
  background: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 15px;
  margin-bottom: 0;
  display: block;
  font-size: 20px;
  line-height: 30px;
  padding: 12px 20px;
  color: #292929;
  -webkit-transition: .3s;
  transition: .3s;
  border-left: solid 3px #003D79;
  position: relative;
}

.fsBannerLeft .fsAccordion .fsPanel > header h2,
.fsBannerLeft .fsTabs .fsPanel > header h2,
.fsBannerRight .fsAccordion .fsPanel > header h2,
.fsBannerRight .fsTabs .fsPanel > header h2,
.fsStyleOneThird .fsAccordion .fsPanel > header h2,
.fsStyleOneThird .fsTabs .fsPanel > header h2,
.fsThreeColumnLayout > .fsDiv .fsAccordion .fsPanel > header h2,
.fsThreeColumnLayout > .fsDiv .fsTabs .fsPanel > header h2,
.fsFourColumnLayout > .fsDiv .fsAccordion .fsPanel > header h2,
.fsFourColumnLayout > .fsDiv .fsTabs .fsPanel > header h2 {
  font-size: 35px;
  line-height: 45px;
}

.fsAccordion .fsPanel > header h2 a,
.fsTabs .fsPanel > header h2 a {
  -webkit-transition: none;
  transition: none;
}

.fsAccordion .fsPanel > header:hover,
.fsTabs .fsPanel > header:hover {
  background: #006225;
  -webkit-transition: .3s;
  transition: .3s;
}

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

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

.fsAccordion .fsPanel.fsStateOpen > header,
.fsTabs .fsPanel.fsStateOpen > header {
  background: #003D79;
}

.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: "\E918";
}

.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2::before {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "IcoMoon";
  font-size: 16px;
  line-height: 1;
  content: "\E919";
}

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "IcoMoon";
  font-size: 16px;
  line-height: 1;
  content: "\E918";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics events */

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

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

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

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

/*! elements - athletics events - table*/

@media (min-width: 801px) {
  .fsAthleticsEvent.fsTable .fsTitle .fsElementEventIcon {
    max-width: 100px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - athletics popup dialog box */

.fsAthleticsEvent.fsDialog {
  margin: auto;
}

.fsAthleticsEvent.fsDialog .fsAthleticsTitle {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 14px;
}

.fsAthleticsEvent.fsDialog .fsAthleticsLabel {
  font-weight: bold;
  margin-top: 20px;
}

.fsAthleticsEvent.fsDialog .fsAthleticsAddress > div {
  margin-top: 10px;
}

/*! elements - athletics roster */

.fsAthleticsRoster .fsElementTable td:before,
.fsAthleticsRosterList li > div:before {
  margin-right: 5px;
  display: inline-block;
  font-weight: 700;
}

.fsAthleticsRoster .fsElementTable td.fsRosterPlayerNumber:before,
.fsAthleticsRosterList li > div.fsRosterPlayerNumber:before {
  content: 'Number: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterName:before,
.fsAthleticsRosterList li > div.fsRosterName:before {
  content: 'Name: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterPosition:before,
.fsAthleticsRosterList li > div.fsRosterPosition:before {
  content: 'Position: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterClass:before,
.fsAthleticsRosterList li > div.fsRosterClass:before {
  content: 'Class: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterGradeLevel:before,
.fsAthleticsRosterList li > div.fsRosterGradeLevel:before {
  content: 'Grade: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterHometown:before,
.fsAthleticsRosterList li > div.fsRosterHometown:before {
  content: 'Hometown: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterHeight:before,
.fsAthleticsRosterList li > div.fsRosterHeight:before {
  content: 'Height: ';
}

.fsAthleticsRoster .fsElementTable td.fsRosterWeight:before,
.fsAthleticsRosterList li > div.fsRosterWeight:before {
  content: 'Weight: ';
}

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

@media (min-width: 800px) {
  .fsAthleticsRoster .fsElementTable td:before {
    display: none;
  }
}

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

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

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

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

.fsAthleticsRosterContent {
  margin-bottom: 20px;
}

.fsAthleticsRosterContent:empty,
.fsAthleticsRosterContent:last-child {
  margin-bottom: 0;
}

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

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

.fsAthleticsRosterList li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e5e5e5;
}

.fsAthleticsRosterList li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.fsAthleticsRosterList li > div {
  margin-bottom: 10px;
}

.fsAthleticsRosterList li > div:last-child {
  margin-bottom: 0;
}

.fsAthleticsRosterList li > div.fsRosterName {
  margin-bottom: 10px;
}

.fsAthleticsRosterList li > div.fsRosterName:before {
  display: none;
}

.fsAthleticsRosterList .fsCoachImage {
  display: block;
  margin-bottom: 10px;
}

/*! elements - athletics teams */

.fsAthleticsTeamDirectory {
  max-width: 100%;
}

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

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

.fsAthleticsTeamDirectory > li {
  margin-bottom: 10px;
}

.fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
  display: inline-block;
}

.fsAthleticsTeamIcon {
  margin-right: 10px;
}

.fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
    float: left;
  }
}

.fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
    float: right;
  }
}

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

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

.fsCalendar article {
  position: relative;
  padding-left: 100px;
  min-height: 80px;
  padding-top: 0;
}

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

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 80px;
  width: 80px;
  color: #fff;
  background: #003D79;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.fsCalendar .fsDate > span.fsMonth {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  text-transform: uppercase;
}

.fsCalendar .fsDate > span.fsDay {
  font-family: "Noto Serif", serif;
  font-size: 30px;
}

.fsCalendar .fsTitle {
  color: #292929;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 4px;
}

.fsCalendar .fsTitle a {
  color: inherit;
}

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

.fsCalendar .fsTimeRange:before {
  color: #006225;
  display: inline-block;
  line-height: 1;
  text-align: center;
  margin-right: 6px;
  width: 16px;
  content: "\E920";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsCalendar .fsLocation:before {
  color: #006225;
  display: inline-block;
  line-height: 1;
  text-align: center;
  margin-right: 10px;
  width: 16px;
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
}

.fsCalendar .fsNotes,
.fsCalendar .fsDescription {
  font-size: 15px;
  line-height: 25px;
  margin-top: 13px;
  margin-bottom: 4px;
}

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

.fsCalendar .fsReadMoreLink {
  color: #003D79;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  text-decoration: underline;
}

.fsCalendar .fsReadMoreLink:hover,
.fsCalendar .fsReadMoreLink:focus {
  color: #006225;
}

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

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

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

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

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

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

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

.fsCalendarEventGrid .fsCalendarRow .fsCalendarToday {
  background-color: rgba(0, 98, 37, 0.1);
}

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

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

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

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

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

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:hover .fsCalendarOutOfRange {
    color: #ffffff;
    background: #006225;
    -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: #003D79;
    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;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: #ffffff;
  color: #006225;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  padding: 10px 20px;
  margin-bottom: 0;
}

.scroll-up span:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #006225;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.scroll-up span:hover,
.scroll-up span:focus,
.fsStateSelected .scroll-up span,
.scroll-up span.on {
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.scroll-up span:hover:after,
.scroll-up span:focus:after,
.fsStateSelected .scroll-up span:after,
.scroll-up span.on:after {
  width: 100%;
}

.scroll-up + .fsCalendarLegend {
  margin-top: 20px !important;
}

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

.fsElementEventColorIcon {
  display: inline-block;
}

.fsCalendar.fsGrid .fsCalendarEventGrid + .fsCalendarLegend {
  margin-top: 40px;
}

.fsCalendar.fsGrid .fsCalendarLegend,
.fsCalendar.fsGrid .fsCalendarLegend ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsCalendar.fsGrid .fsCalendarLegend li {
  margin: 0;
  padding: 0;
}

.fsCalendar.fsGrid .fsCalendarLegend h4 {
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
  margin-left: 0;
}

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul > li {
    width: 49%;
  }
}

.fsCalendar.fsGrid .fsCalendarLegend .fsElementEventColorIcon {
  vertical-align: baseline;
}

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */

.fsCalendar.fsSlideshow .fsAlertFeeds {
  float: none;
}

.fsCalendar.fsSlideshowHorizontal .fsElementSlideshow {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 0;
}

@media (max-width: 1199px) {
  .fsHasRightBanner .fsCalendar.fsSlideshowHorizontal .fsElementSlideshow article,
  .fsHasLeftBanner .fsCalendar.fsSlideshowHorizontal .fsElementSlideshow article {
    padding-left: 0;
    padding-top: 100px;
  }

  .fsHasRightBanner .fsCalendar.fsSlideshowHorizontal .fsElementSlideshow article .fsDate,
  .fsHasLeftBanner .fsCalendar.fsSlideshowHorizontal .fsElementSlideshow article .fsDate {
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

.fsCalendar.fsSlideshowVertical .fsElementSlideshow {
  padding-left: 45px;
  padding-top: 45px;
  padding-bottom: 45px;
}

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */

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

/*! elements - forms */

textarea,
input,
select {
  padding: 5px;
  max-width: 100%;
}

.fsComposerFormEmbed {
  background: none;
}

.fsComposerFormEmbed body {
  margin: 0;
}

.fsComposerFormEmbed form {
  zoom: 1;
}

.fsComposerFormEmbed form:after {
  display: table;
  clear: both;
  content: '';
}

.fsComposerFormEmbed form input,
.fsComposerFormEmbed form textarea,
.fsComposerFormEmbed form select {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 28px;
  color: #626262;
}

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

.fsComposerFormEmbed form input.fileUploader {
  padding: 0;
  width: 100%;
  border: none;
}

.fsComposerFormEmbed form fieldset {
  padding: 0;
}

.fsComposerFormEmbed form textarea {
  max-width: 100%;
  width: 100%;
  border: solid 1px #cfcfcf;
}

.fsComposerFormEmbed form .mainGroupSub {
  max-width: 100%;
  width: 100% !important;
}

.fsComposerFormEmbed form .formPage {
  margin-bottom: 20px;
}

.fsComposerFormEmbed form .elementRow {
  max-width: 100%;
  margin: 0;
}

.fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
  margin-bottom: 0;
}

.fsComposerFormEmbed form .elementContainer {
  margin: 0 0 20px;
  padding: 0;
}

@media screen and (max-width: 599px) {
  .fsComposerFormEmbed form .elementContainer {
    width: 100%;
  }
}

.fsComposerFormEmbed form .elementContainer label {
  margin-bottom: 2px;
}

.fsComposerFormEmbed form .elementContainer label.horizontal {
  white-space: normal;
  margin-right: 10px !important;
}

.fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
  margin-right: 0;
}

.fsComposerFormEmbed form .elementContainer hr {
  margin: 0 auto;
}

.fsComposerFormEmbed form .elementContainer p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 599px) {
  .fsComposerFormEmbed form .elementBody > input {
    width: 100%;
  }
}

.fsComposerFormEmbed form .elementBody > .descText {
  margin-bottom: 10px;
}

.fsComposerFormEmbed form .labelLeft .elementContainer label,
.fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  float: none;
}

@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementContainer label,
  .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
    width: 20%;
    padding-right: 10px;
    text-align: right;
    float: left;
  }
}

@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementContainer > label {
    padding: 5px 10px 5px 5px;
  }
}

.fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
  width: 100%;
}

.fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
  width: auto;
}

.fsComposerFormEmbed form .labelLeft .elementBody {
  margin: 0;
  width: 100%;
  float: none;
}

@media (min-width: 600px) {
  .fsComposerFormEmbed form .labelLeft .elementBody {
    width: 80%;
    float: left;
  }
}

.fsComposerFormEmbed form .linkLike {
  color: #003D79;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

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

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

.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: #003D79;
  -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: #006225;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed form .pageBreak .prevPage {
  margin-right: 10px;
}

.fsComposerFormEmbed form .pageBreak .pagenum {
  display: inline-block;
  float: left;
  line-height: 1;
  margin-right: 10px;
  padding: 10px 0;
}

.fsComposerFormEmbed form .pageBreak .pagenum:empty {
  margin: 0;
}

.fsComposerFormEmbed form .submitBtn {
  border: 0;
  margin: 0;
  padding: 5px 20px;
  border-radius: 0;
  background: #ffffff;
  color: #006225;
  float: left;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none !important;
}

.fsComposerFormEmbed form .submitBtn:hover {
  -webkit-transition: .3s;
  transition: .3s;
  background: #006225;
  color: #ffffff;
}

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

::-moz-placeholder {
  color: #242424;
}

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

/*! elements - login */

.fsAccount button:not(:last-of-type) {
  margin-right: 10px;
}

.fsAccount input[type="submit"] {
  border: solid 1px rgba(98, 98, 98, 0.45);
}

.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;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: #ffffff;
  color: #006225;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fsResetContinue:after,
.fsResetCancel:after,
.fsLoginNewSuccess > button:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #006225;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.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 {
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fsResetContinue:hover:after,
.fsResetContinue:focus:after,
.fsStateSelected .fsResetContinue:after,
.fsResetContinue.on:after,
.fsResetCancel:hover:after,
.fsResetCancel:focus:after,
.fsStateSelected .fsResetCancel:after,
.fsResetCancel.on:after,
.fsLoginNewSuccess > button:hover:after,
.fsLoginNewSuccess > button:focus:after,
.fsStateSelected .fsLoginNewSuccess > button:after,
.fsLoginNewSuccess > button.on:after {
  width: 100%;
}

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

.fsNews.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsNews.fsThumbnailAlignLeft .fsThumbnail {
    float: left;
  }
}

.fsNews.fsThumbnailAlignRight .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsNews.fsThumbnailAlignRight .fsThumbnail {
    float: right;
  }
}

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

.fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
    float: left;
  }
}

.fsPostElement.fsThumbnailAlignRight .fsThumbnail {
  float: none;
}

@media (min-width: 600px) {
  .fsPostElement.fsThumbnailAlignRight .fsThumbnail {
    float: right;
  }
}

.fsPostElement article {
  line-height: 27px;
  border-bottom: solid 1px rgba(115, 115, 115, 0.25);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.fsPostElement article .fsThumbnail {
  margin-bottom: 18px;
}

.fsPostElement article .fsThumbnail img {
  display: block;
}

.fsPostElement article .fsTitle {
  color: #292929;
  font-size: 18px;
  line-height: 29px;
  font-weight: 500;
  margin-bottom: 8px;
}

.fsPostElement article .fsTitle a {
  color: inherit;
}

.fsPostElement article .fsTitle a:hover,
.fsPostElement article .fsTitle a:focus {
  color: #006225;
  text-decoration: underline;
}

.fsPostElement article .fsAuthor {
  color: #292929;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
}

.fsPostElement article .fsDateTime {
  color: #292929;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
}

.fsPostElement article .fsReadMoreLink {
  color: #003D79;
  font-weight: 500;
  text-decoration: underline;
  margin-top: 6px;
  display: inline-block;
}

.fsPostElement article .fsReadMoreLink:hover,
.fsPostElement article .fsReadMoreLink:focus {
  color: #006225;
}

.fsPostElement.fsGrid article {
  border-bottom: none;
}

.fsPostElement.fsSlideshow article {
  border-bottom: none;
}

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

.fsPostElement.fsDialog article {
  border-bottom: none;
}

.fsResourceElement .fsTitle {
  margin-bottom: 10px;
}

.fsResourceElement figcaption {
  margin-top: 10px;
}

.fsResourceElement.fsListNav .fsResourceCollectionName + nav {
  margin-top: 20px;
}

.fsResourceElement.fsListNav .fsTitle {
  font-size: 17px;
  line-height: 28px;
  font-weight: normal;
  margin-bottom: 0;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage .fsTitle {
  text-align: center;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage img {
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

#fsHeader .fsSearchElement.site-search {
  display: none;
}

@media (min-width: 600px) {
  #fsHeader .fsSearchElement.site-search {
    background: #00491B;
    display: block;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    width: 240px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }

  #fsHeader .fsSearchElement.site-search ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.66);
  }

  #fsHeader .fsSearchElement.site-search :-moz-placeholder {
    color: rgba(255, 255, 255, 0.66);
  }

  #fsHeader .fsSearchElement.site-search ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.66);
  }

  #fsHeader .fsSearchElement.site-search :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.66);
  }

  .search-open #fsHeader .fsSearchElement.site-search {
    visibility: visible;
    opacity: 1;
    width: 240px;
  }
}

.fsSearchElement.site-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fsMenu .fsSearchElement.site-search form {
  border: solid 1px rgba(255, 255, 255, 0.4);
}

.fsSearchElement.site-search .fsFieldLabel {
  position: absolute;
  left: -9999px;
}

.fsSearchElement.site-search .fsSearchElementKeyword {
  margin-bottom: 0;
}

.fsSearchElement.site-search .fsStyleSearchField {
  background: transparent;
  border: none;
  padding-top: 8.5px;
  padding-bottom: 8.5px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.66);
}

.fsMenu .fsSearchElement.site-search .fsStyleSearchField {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
}

.fsSearchElement.site-search .fsSearchElementSearchButton {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 1;
  height: 35px;
  width: 35px;
}

.fsSearchElement.site-search .fsSearchElementSearchButton:before {
  content: "\E91B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 16px;
  color: #ffffff;
}

.fsSearchElement.site-search .fsSearchElementSearchButton:after {
  content: none;
}

/*! elements - social main */

/*! elements - social vimeo */

.fsVimeo {
  margin-bottom: 20px;
}

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

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

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

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

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

.fsVimeoList .fsVimeoListItem:hover {
  border: none;
  border-bottom: solid 1px #e5e5e5;
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

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

.fsVimeoThumb {
  margin-bottom: 10px;
  margin-right: 20px;
}

@media (min-width: 600px) {
  .fsVimeoThumb {
    float: left;
    margin-bottom: 0;
  }
}

.vimeo_view_link a {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: #ffffff;
  color: #006225;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.vimeo_view_link a:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #006225;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a,
.vimeo_view_link a.on {
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.vimeo_view_link a:hover:after,
.vimeo_view_link a:focus:after,
.fsStateSelected .vimeo_view_link a:after,
.vimeo_view_link a.on:after {
  width: 100%;
}

/*! elements - social youtube */

.fsYoutube {
  margin-bottom: 20px;
}

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

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

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

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

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

.fsYoutubeList .fsYoutubeListItem:hover {
  border: none;
  border-bottom: solid 1px #e5e5e5;
  padding: 0;
  padding-bottom: 20px;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

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

.fsYoutubeThumb {
  margin-bottom: 10px;
  margin-right: 20px;
  float: none;
}

@media (min-width: 600px) {
  .fsYoutubeThumb {
    float: left;
    margin-bottom: 0;
  }
}

.Youtube_view_link a {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: #ffffff;
  color: #006225;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.Youtube_view_link a:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #006225;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a,
.Youtube_view_link a.on {
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.Youtube_view_link a:hover:after,
.Youtube_view_link a:focus:after,
.fsStateSelected .Youtube_view_link a:after,
.Youtube_view_link a.on:after {
  width: 100%;
}

/*! elements - tabs */

.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px;
}

.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}

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

.fsTabs .fsTabsNav li {
  margin-right: 5px;
}

.fsTabs .fsTabsNav li a {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  line-height: 30px;
  background: #ffffff;
  color: #292929;
  border: solid 1px #CBCBCB;
  border-bottom: none;
  padding: 12px 14px;
  position: relative;
}

.fsTabs .fsTabsNav li a:before {
  content: '';
  background: #003D79;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.fsTabs .fsTabsNav li a:hover {
  background: #006225;
  color: #ffffff;
  border-bottom-color: transparent;
}

.fsTabs .fsTabsNav li a:hover:before {
  background: transparent;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  background: #003D79;
  color: #ffffff;
  border-bottom-color: transparent;
}

.fsTabs .fsTabsNav li.fsStateSelected a:after {
  content: '';
  width: 0;
  height: 0;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  border-top: solid 8px #003D79;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  margin: auto;
}

.fsTabs .fsPanel {
  border: none;
}

.fsTabs .fsPanel > .fsElementContent {
  padding: 28px 0px;
}

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block;
}

@media (min-width: 600px) {
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
    display: none;
  }
}

/*! -main.scss - /sass/modules/tools  */

/*! _all.scss - src/sass/modules/tools - News, Calendar, & Posts Tools Elements */

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton,
.fsElementToolsSearchButton {
  margin: 0 5px 0 0;
  width: auto;
}

.fsToolsList.fsStyleSelectList > li {
  padding: 0;
  margin: 0;
}

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

/*! _filter.scss - src/sass/modules/tools/posts - News & Calendar Tools Elements */

.fsBannerLeft .fsElementToolsSearch,
.fsBannerRight .fsElementToolsSearch,
.fsStyleOneThird .fsElementToolsSearch,
.fsTwoColumnLayout .fsElementToolsSearch,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

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

.fsElementToolsSearch .fsSeparator {
  margin: 0 5px;
  display: inline-block;
  text-align: center;
}

.fsElementToolsKeyword + .fsElementToolsDateRange {
  margin-top: 10px;
}

.fsElementToolsSearchButton {
  margin: 10px 0 0;
}

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */

.fsLegend .fsElementControls {
  margin-bottom: 5px;
}

.fsLegend .fsElementControls label input:checked + span {
  background: #242424;
  color: #ffffff;
}

.fsLegend .fsElementControls label input + span {
  color: #242424;
  background: #e5e5e5;
}

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */

.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%;
  width: 300px;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox {
  -webkit-box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
          box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
  background: #e5e5e5;
  color: #373737;
  font-size: .875em;
  line-height: 1;
  padding: 0;
  padding: 10px 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox:hover {
  opacity: 1;
  background: #006225 !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: #003D79;
  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: #006225;
}

.callout-box {
  position: relative;
}

.callout-box.green {
  background: #006225;
  color: #ffffff;
}

.callout-box.green header .fsElementHeaderContent {
  margin-bottom: 0;
}

.callout-box.green header picture {
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-top: calc(400 / 780 * 100%);
}

@media (min-width: 1000px) {
  .fsBannerLeft .callout-box.green header picture,
  .fsBannerRight .callout-box.green header picture,
  .fsStyleOneThird .callout-box.green header picture,
  .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .callout-box.green header picture,
  .fsThreeColumnLayout > .fsDiv .callout-box.green header picture,
  .fsFourColumnLayout > .fsDiv .callout-box.green header picture,
  .wide-left > .fsStyleColumn-last .callout-box.green header picture,
  .wide-right > .fsStyleColumn-1 .callout-box.green header picture {
    padding-top: calc(260 / 300 * 100%);
  }
}

.callout-box.green header img {
  display: none;
}

.callout-box.green .fsElementContent {
  line-height: 27px;
  padding: 30px;
}

.callout-box.green h2,
.callout-box.green h3,
.callout-box.green h4,
.callout-box.green h5,
.callout-box.green h6 {
  color: #ffffff;
  font-size: 35px;
  line-height: 45px;
}

.fsBannerLeft .callout-box.green h2,
.fsBannerRight .callout-box.green h2,
.fsStyleOneThird .callout-box.green h2,
.fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .callout-box.green h2,
.fsThreeColumnLayout > .fsDiv .callout-box.green h2,
.fsFourColumnLayout > .fsDiv .callout-box.green h2,
.wide-left > .fsStyleColumn-last .callout-box.green h2,
.wide-right > .fsStyleColumn-1 .callout-box.green h2,
.fsBannerLeft .callout-box.green h3,
.fsBannerRight .callout-box.green h3,
.fsStyleOneThird .callout-box.green h3,
.fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .callout-box.green h3,
.fsThreeColumnLayout > .fsDiv .callout-box.green h3,
.fsFourColumnLayout > .fsDiv .callout-box.green h3,
.wide-left > .fsStyleColumn-last .callout-box.green h3,
.wide-right > .fsStyleColumn-1 .callout-box.green h3,
.fsBannerLeft .callout-box.green h4,
.fsBannerRight .callout-box.green h4,
.fsStyleOneThird .callout-box.green h4,
.fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .callout-box.green h4,
.fsThreeColumnLayout > .fsDiv .callout-box.green h4,
.fsFourColumnLayout > .fsDiv .callout-box.green h4,
.wide-left > .fsStyleColumn-last .callout-box.green h4,
.wide-right > .fsStyleColumn-1 .callout-box.green h4,
.fsBannerLeft .callout-box.green h5,
.fsBannerRight .callout-box.green h5,
.fsStyleOneThird .callout-box.green h5,
.fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .callout-box.green h5,
.fsThreeColumnLayout > .fsDiv .callout-box.green h5,
.fsFourColumnLayout > .fsDiv .callout-box.green h5,
.wide-left > .fsStyleColumn-last .callout-box.green h5,
.wide-right > .fsStyleColumn-1 .callout-box.green h5,
.fsBannerLeft .callout-box.green h6,
.fsBannerRight .callout-box.green h6,
.fsStyleOneThird .callout-box.green h6,
.fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .callout-box.green h6,
.fsThreeColumnLayout > .fsDiv .callout-box.green h6,
.fsFourColumnLayout > .fsDiv .callout-box.green h6,
.wide-left > .fsStyleColumn-last .callout-box.green h6,
.wide-right > .fsStyleColumn-1 .callout-box.green h6 {
  font-size: 30px;
  line-height: 40px;
}

.callout-box.green a {
  color: #ffffff;
  font-weight: 500;
}

.callout-box.green a:hover,
.callout-box.green a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.callout-box.blue {
  background: #003D79;
  color: #ffffff;
}

.callout-box.blue header .fsElementHeaderContent {
  margin-bottom: 0;
}

.callout-box.blue header picture {
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-top: calc(400 / 780 * 100%);
}

@media (min-width: 1000px) {
  .fsBannerLeft .callout-box.blue header picture,
  .fsBannerRight .callout-box.blue header picture,
  .fsStyleOneThird .callout-box.blue header picture,
  .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .callout-box.blue header picture,
  .fsThreeColumnLayout > .fsDiv .callout-box.blue header picture,
  .fsFourColumnLayout > .fsDiv .callout-box.blue header picture,
  .wide-left > .fsStyleColumn-last .callout-box.blue header picture,
  .wide-right > .fsStyleColumn-1 .callout-box.blue header picture {
    padding-top: calc(260 / 300 * 100%);
  }
}

.callout-box.blue header img {
  display: none;
}

.callout-box.blue .fsElementContent {
  line-height: 27px;
  padding: 30px;
}

.callout-box.blue h2,
.callout-box.blue h3,
.callout-box.blue h4,
.callout-box.blue h5,
.callout-box.blue h6 {
  color: #ffffff;
  font-size: 35px;
  line-height: 45px;
}

.fsBannerLeft .callout-box.blue h2,
.fsBannerRight .callout-box.blue h2,
.fsStyleOneThird .callout-box.blue h2,
.fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .callout-box.blue h2,
.fsThreeColumnLayout > .fsDiv .callout-box.blue h2,
.fsFourColumnLayout > .fsDiv .callout-box.blue h2,
.wide-left > .fsStyleColumn-last .callout-box.blue h2,
.wide-right > .fsStyleColumn-1 .callout-box.blue h2,
.fsBannerLeft .callout-box.blue h3,
.fsBannerRight .callout-box.blue h3,
.fsStyleOneThird .callout-box.blue h3,
.fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .callout-box.blue h3,
.fsThreeColumnLayout > .fsDiv .callout-box.blue h3,
.fsFourColumnLayout > .fsDiv .callout-box.blue h3,
.wide-left > .fsStyleColumn-last .callout-box.blue h3,
.wide-right > .fsStyleColumn-1 .callout-box.blue h3,
.fsBannerLeft .callout-box.blue h4,
.fsBannerRight .callout-box.blue h4,
.fsStyleOneThird .callout-box.blue h4,
.fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .callout-box.blue h4,
.fsThreeColumnLayout > .fsDiv .callout-box.blue h4,
.fsFourColumnLayout > .fsDiv .callout-box.blue h4,
.wide-left > .fsStyleColumn-last .callout-box.blue h4,
.wide-right > .fsStyleColumn-1 .callout-box.blue h4,
.fsBannerLeft .callout-box.blue h5,
.fsBannerRight .callout-box.blue h5,
.fsStyleOneThird .callout-box.blue h5,
.fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .callout-box.blue h5,
.fsThreeColumnLayout > .fsDiv .callout-box.blue h5,
.fsFourColumnLayout > .fsDiv .callout-box.blue h5,
.wide-left > .fsStyleColumn-last .callout-box.blue h5,
.wide-right > .fsStyleColumn-1 .callout-box.blue h5,
.fsBannerLeft .callout-box.blue h6,
.fsBannerRight .callout-box.blue h6,
.fsStyleOneThird .callout-box.blue h6,
.fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .callout-box.blue h6,
.fsThreeColumnLayout > .fsDiv .callout-box.blue h6,
.fsFourColumnLayout > .fsDiv .callout-box.blue h6,
.wide-left > .fsStyleColumn-last .callout-box.blue h6,
.wide-right > .fsStyleColumn-1 .callout-box.blue h6 {
  font-size: 30px;
  line-height: 40px;
}

.callout-box.blue a {
  color: #ffffff;
  font-weight: 500;
}

.callout-box.blue a:hover,
.callout-box.blue a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.callout-box.red {
  background: #820024;
  color: #ffffff;
}

.callout-box.red header .fsElementHeaderContent {
  margin-bottom: 0;
}

.callout-box.red header picture {
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-top: calc(400 / 780 * 100%);
}

@media (min-width: 1000px) {
  .fsBannerLeft .callout-box.red header picture,
  .fsBannerRight .callout-box.red header picture,
  .fsStyleOneThird .callout-box.red header picture,
  .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .callout-box.red header picture,
  .fsThreeColumnLayout > .fsDiv .callout-box.red header picture,
  .fsFourColumnLayout > .fsDiv .callout-box.red header picture,
  .wide-left > .fsStyleColumn-last .callout-box.red header picture,
  .wide-right > .fsStyleColumn-1 .callout-box.red header picture {
    padding-top: calc(260 / 300 * 100%);
  }
}

.callout-box.red header img {
  display: none;
}

.callout-box.red .fsElementContent {
  line-height: 27px;
  padding: 30px;
}

.callout-box.red h2,
.callout-box.red h3,
.callout-box.red h4,
.callout-box.red h5,
.callout-box.red h6 {
  color: #ffffff;
  font-size: 35px;
  line-height: 45px;
}

.fsBannerLeft .callout-box.red h2,
.fsBannerRight .callout-box.red h2,
.fsStyleOneThird .callout-box.red h2,
.fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .callout-box.red h2,
.fsThreeColumnLayout > .fsDiv .callout-box.red h2,
.fsFourColumnLayout > .fsDiv .callout-box.red h2,
.wide-left > .fsStyleColumn-last .callout-box.red h2,
.wide-right > .fsStyleColumn-1 .callout-box.red h2,
.fsBannerLeft .callout-box.red h3,
.fsBannerRight .callout-box.red h3,
.fsStyleOneThird .callout-box.red h3,
.fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .callout-box.red h3,
.fsThreeColumnLayout > .fsDiv .callout-box.red h3,
.fsFourColumnLayout > .fsDiv .callout-box.red h3,
.wide-left > .fsStyleColumn-last .callout-box.red h3,
.wide-right > .fsStyleColumn-1 .callout-box.red h3,
.fsBannerLeft .callout-box.red h4,
.fsBannerRight .callout-box.red h4,
.fsStyleOneThird .callout-box.red h4,
.fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .callout-box.red h4,
.fsThreeColumnLayout > .fsDiv .callout-box.red h4,
.fsFourColumnLayout > .fsDiv .callout-box.red h4,
.wide-left > .fsStyleColumn-last .callout-box.red h4,
.wide-right > .fsStyleColumn-1 .callout-box.red h4,
.fsBannerLeft .callout-box.red h5,
.fsBannerRight .callout-box.red h5,
.fsStyleOneThird .callout-box.red h5,
.fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .callout-box.red h5,
.fsThreeColumnLayout > .fsDiv .callout-box.red h5,
.fsFourColumnLayout > .fsDiv .callout-box.red h5,
.wide-left > .fsStyleColumn-last .callout-box.red h5,
.wide-right > .fsStyleColumn-1 .callout-box.red h5,
.fsBannerLeft .callout-box.red h6,
.fsBannerRight .callout-box.red h6,
.fsStyleOneThird .callout-box.red h6,
.fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .callout-box.red h6,
.fsThreeColumnLayout > .fsDiv .callout-box.red h6,
.fsFourColumnLayout > .fsDiv .callout-box.red h6,
.wide-left > .fsStyleColumn-last .callout-box.red h6,
.wide-right > .fsStyleColumn-1 .callout-box.red h6 {
  font-size: 30px;
  line-height: 40px;
}

.callout-box.red a {
  color: #ffffff;
  font-weight: 500;
}

.callout-box.red a:hover,
.callout-box.red a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.callout-box.yellow {
  background: #C4960C;
  color: #292929;
}

.callout-box.yellow header .fsElementHeaderContent {
  margin-bottom: 0;
}

.callout-box.yellow header picture {
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-top: calc(400 / 780 * 100%);
}

@media (min-width: 1000px) {
  .fsBannerLeft .callout-box.yellow header picture,
  .fsBannerRight .callout-box.yellow header picture,
  .fsStyleOneThird .callout-box.yellow header picture,
  .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .callout-box.yellow header picture,
  .fsThreeColumnLayout > .fsDiv .callout-box.yellow header picture,
  .fsFourColumnLayout > .fsDiv .callout-box.yellow header picture,
  .wide-left > .fsStyleColumn-last .callout-box.yellow header picture,
  .wide-right > .fsStyleColumn-1 .callout-box.yellow header picture {
    padding-top: calc(260 / 300 * 100%);
  }
}

.callout-box.yellow header img {
  display: none;
}

.callout-box.yellow .fsElementContent {
  line-height: 27px;
  padding: 30px;
}

.callout-box.yellow h2,
.callout-box.yellow h3,
.callout-box.yellow h4,
.callout-box.yellow h5,
.callout-box.yellow h6 {
  color: #292929;
  font-size: 35px;
  line-height: 45px;
}

.fsBannerLeft .callout-box.yellow h2,
.fsBannerRight .callout-box.yellow h2,
.fsStyleOneThird .callout-box.yellow h2,
.fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .callout-box.yellow h2,
.fsThreeColumnLayout > .fsDiv .callout-box.yellow h2,
.fsFourColumnLayout > .fsDiv .callout-box.yellow h2,
.wide-left > .fsStyleColumn-last .callout-box.yellow h2,
.wide-right > .fsStyleColumn-1 .callout-box.yellow h2,
.fsBannerLeft .callout-box.yellow h3,
.fsBannerRight .callout-box.yellow h3,
.fsStyleOneThird .callout-box.yellow h3,
.fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .callout-box.yellow h3,
.fsThreeColumnLayout > .fsDiv .callout-box.yellow h3,
.fsFourColumnLayout > .fsDiv .callout-box.yellow h3,
.wide-left > .fsStyleColumn-last .callout-box.yellow h3,
.wide-right > .fsStyleColumn-1 .callout-box.yellow h3,
.fsBannerLeft .callout-box.yellow h4,
.fsBannerRight .callout-box.yellow h4,
.fsStyleOneThird .callout-box.yellow h4,
.fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .callout-box.yellow h4,
.fsThreeColumnLayout > .fsDiv .callout-box.yellow h4,
.fsFourColumnLayout > .fsDiv .callout-box.yellow h4,
.wide-left > .fsStyleColumn-last .callout-box.yellow h4,
.wide-right > .fsStyleColumn-1 .callout-box.yellow h4,
.fsBannerLeft .callout-box.yellow h5,
.fsBannerRight .callout-box.yellow h5,
.fsStyleOneThird .callout-box.yellow h5,
.fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .callout-box.yellow h5,
.fsThreeColumnLayout > .fsDiv .callout-box.yellow h5,
.fsFourColumnLayout > .fsDiv .callout-box.yellow h5,
.wide-left > .fsStyleColumn-last .callout-box.yellow h5,
.wide-right > .fsStyleColumn-1 .callout-box.yellow h5,
.fsBannerLeft .callout-box.yellow h6,
.fsBannerRight .callout-box.yellow h6,
.fsStyleOneThird .callout-box.yellow h6,
.fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .callout-box.yellow h6,
.fsThreeColumnLayout > .fsDiv .callout-box.yellow h6,
.fsFourColumnLayout > .fsDiv .callout-box.yellow h6,
.wide-left > .fsStyleColumn-last .callout-box.yellow h6,
.wide-right > .fsStyleColumn-1 .callout-box.yellow h6 {
  font-size: 30px;
  line-height: 40px;
}

.callout-box.yellow a {
  color: #ffffff;
  font-weight: 500;
}

.callout-box.yellow a:hover,
.callout-box.yellow a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.callout-box.yellow a {
  color: #292929;
}

.callout-box.yellow a:hover,
.callout-box.yellow a:focus {
  color: #292929;
}

.callout-box.gray {
  background: #F0F0F0;
  color: #292929;
}

.callout-box.gray header .fsElementHeaderContent {
  margin-bottom: 0;
}

.callout-box.gray header picture {
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  padding-top: calc(400 / 780 * 100%);
}

@media (min-width: 1000px) {
  .fsBannerLeft .callout-box.gray header picture,
  .fsBannerRight .callout-box.gray header picture,
  .fsStyleOneThird .callout-box.gray header picture,
  .fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .callout-box.gray header picture,
  .fsThreeColumnLayout > .fsDiv .callout-box.gray header picture,
  .fsFourColumnLayout > .fsDiv .callout-box.gray header picture,
  .wide-left > .fsStyleColumn-last .callout-box.gray header picture,
  .wide-right > .fsStyleColumn-1 .callout-box.gray header picture {
    padding-top: calc(260 / 300 * 100%);
  }
}

.callout-box.gray header img {
  display: none;
}

.callout-box.gray .fsElementContent {
  line-height: 27px;
  padding: 30px;
}

.callout-box.gray h2,
.callout-box.gray h3,
.callout-box.gray h4,
.callout-box.gray h5,
.callout-box.gray h6 {
  color: #292929;
  font-size: 35px;
  line-height: 45px;
}

.fsBannerLeft .callout-box.gray h2,
.fsBannerRight .callout-box.gray h2,
.fsStyleOneThird .callout-box.gray h2,
.fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .callout-box.gray h2,
.fsThreeColumnLayout > .fsDiv .callout-box.gray h2,
.fsFourColumnLayout > .fsDiv .callout-box.gray h2,
.wide-left > .fsStyleColumn-last .callout-box.gray h2,
.wide-right > .fsStyleColumn-1 .callout-box.gray h2,
.fsBannerLeft .callout-box.gray h3,
.fsBannerRight .callout-box.gray h3,
.fsStyleOneThird .callout-box.gray h3,
.fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .callout-box.gray h3,
.fsThreeColumnLayout > .fsDiv .callout-box.gray h3,
.fsFourColumnLayout > .fsDiv .callout-box.gray h3,
.wide-left > .fsStyleColumn-last .callout-box.gray h3,
.wide-right > .fsStyleColumn-1 .callout-box.gray h3,
.fsBannerLeft .callout-box.gray h4,
.fsBannerRight .callout-box.gray h4,
.fsStyleOneThird .callout-box.gray h4,
.fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .callout-box.gray h4,
.fsThreeColumnLayout > .fsDiv .callout-box.gray h4,
.fsFourColumnLayout > .fsDiv .callout-box.gray h4,
.wide-left > .fsStyleColumn-last .callout-box.gray h4,
.wide-right > .fsStyleColumn-1 .callout-box.gray h4,
.fsBannerLeft .callout-box.gray h5,
.fsBannerRight .callout-box.gray h5,
.fsStyleOneThird .callout-box.gray h5,
.fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .callout-box.gray h5,
.fsThreeColumnLayout > .fsDiv .callout-box.gray h5,
.fsFourColumnLayout > .fsDiv .callout-box.gray h5,
.wide-left > .fsStyleColumn-last .callout-box.gray h5,
.wide-right > .fsStyleColumn-1 .callout-box.gray h5,
.fsBannerLeft .callout-box.gray h6,
.fsBannerRight .callout-box.gray h6,
.fsStyleOneThird .callout-box.gray h6,
.fsTwoColumnLayout:not(.wide-left):not(.wide-right) > .fsDiv .callout-box.gray h6,
.fsThreeColumnLayout > .fsDiv .callout-box.gray h6,
.fsFourColumnLayout > .fsDiv .callout-box.gray h6,
.wide-left > .fsStyleColumn-last .callout-box.gray h6,
.wide-right > .fsStyleColumn-1 .callout-box.gray h6 {
  font-size: 30px;
  line-height: 40px;
}

.callout-box.gray a {
  color: #ffffff;
  font-weight: 500;
}

.callout-box.gray a:hover,
.callout-box.gray a:focus {
  color: rgba(255, 255, 255, 0.7);
}

.callout-box.gray a {
  color: #292929;
}

.callout-box.gray a:hover,
.callout-box.gray a:focus {
  color: #292929;
}

/*! pages - home v0.0.1 */

.home #fsPageBodyWrapper {
  padding: 48px 0;
  padding-bottom: 0;
}

@media (min-width: 600px) {
  .home #fsPageBodyWrapper {
    padding-top: 35px;
  }
}

@media (min-width: 1000px) {
  .home #fsPageBodyWrapper {
    padding-top: 64px;
  }
}

.home #fsPageBody {
  max-width: none;
}

.home .fsLayout .fsDiv {
  margin-bottom: 0;
}

.home-video {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.home-video:after {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  width: 100%;
  height: 68vw;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: .5;
}

.home-video header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 75px;
  padding: 0 20px;
  z-index: 10;
}

@media (min-width: 600px) {
  .home-video header {
    bottom: 127px;
  }
}

.home-video header .fsElementHeaderContent {
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media (min-width: 600px) {
  .home-video header .fsElementHeaderContent {
    font-size: 45px;
    line-height: 53px;
  }
}

.home-video .fsResourceTypeVideo {
  position: relative;
  height: 110vw;
}

@media (min-width: 600px) {
  .home-video .fsResourceTypeVideo {
    height: 65vw;
  }
}

@media (min-width: 1000px) {
  .home-video .fsResourceTypeVideo {
    height: calc(100vh - 45px);
  }
}

.home-video .fsResourceTypeVideo video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

body:not(.fsComposeMode) .cta-buttons {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 10;
  width: 100%;
}

@media (min-width: 600px) {
  body:not(.fsComposeMode) .cta-buttons {
    bottom: 54px;
  }
}

body:not(.fsComposeMode) .cta-buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body:not(.fsComposeMode) .cta-buttons ul,
body:not(.fsComposeMode) .cta-buttons ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body:not(.fsComposeMode) .cta-buttons ul li {
  margin: 0;
  padding: 0;
}

body:not(.fsComposeMode) .cta-buttons ul li {
  margin: 0 10px;
}

body:not(.fsComposeMode) .cta-buttons ul li a {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 26px;
  margin-bottom: 0;
}

body:not(.fsComposeMode) .cta-buttons ul li a:before {
  font-size: 16px;
}

@media (max-width: 599px) {
  body:not(.fsComposeMode) .cta-buttons ul li a {
    font-size: 0;
    padding: 0;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  body:not(.fsComposeMode) .cta-buttons ul li a:before {
    margin-right: 0;
  }
}

.testimonial-container {
  margin-bottom: 65px;
}

.testimonial-container > header {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .testimonial-container > header {
    margin-bottom: 60px;
  }
}

@media (min-width: 1000px) {
  .testimonial-container > header {
    margin-bottom: 40px;
  }
}

.testimonial-container > header .fsElementTitle {
  font-family: "Noto Serif", serif;
  font-size: 30px;
  line-height: 40px;
}

@media (min-width: 600px) {
  .testimonial-container > header .fsElementTitle {
    font-size: 45px;
    line-height: 55px;
  }
}

.testimonial-container > header .fsElementTitle:after {
  content: "\E92E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  color: #003D79;
  font-size: 50px;
  line-height: 1;
  margin-top: 14px;
  margin-bottom: 5px;
}

@media (min-width: 600px) {
  .testimonial-container > header .fsElementTitle:after {
    margin-top: 20px;
  }
}

.testimonial-container > header .fsElementHeaderContent {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .testimonial-container > header .fsElementHeaderContent {
    font-size: 20px;
    line-height: 35px;
  }
}

@media (min-width: 1000px) {
  .testimonial-container {
    margin-bottom: 85px;
  }
}

.testimonial-container > header {
  padding: 0 15px;
}

@media (min-width: 600px) {
  .testimonial-container > header {
    padding: 0 35px;
  }
}

@media (min-width: 1000px) {
  .testimonial-container > header {
    padding: 0;
  }
}

@media (min-width: 700px) {
  .testimonial-container > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.testimonial-block {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
          transform: translate3d(0, 50%, 0);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s cubic-bezier(0.16, 0.84, 0.44, 1);
  transition: opacity 1s ease, -webkit-transform 1s cubic-bezier(0.16, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.16, 0.84, 0.44, 1), opacity 1s ease;
  transition: transform 1s cubic-bezier(0.16, 0.84, 0.44, 1), opacity 1s ease, -webkit-transform 1s cubic-bezier(0.16, 0.84, 0.44, 1);
}

.animate .testimonial-block {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.testimonial-block:after {
  content: '';
  background: rgba(0, 0, 0, 0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.testimonial-block.overlay:after {
  background: rgba(0, 0, 0, 0.5);
}

.testimonial-block:first-child {
  border-top: solid 5px #003D79;
  border-bottom: solid 5px #003D79;
}

.testimonial-block:first-child header .fsElementHeaderContent a {
  background: #003D79;
}

.testimonial-block:nth-child(2) {
  border-top: solid 5px #C4960C;
  border-bottom: solid 5px #C4960C;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.testimonial-block:nth-child(2) header .fsElementHeaderContent a {
  background: #C4960C;
  color: #292929;
}

.testimonial-block:nth-child(3) {
  border-top: solid 5px #006225;
  border-bottom: solid 5px #006225;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.testimonial-block:nth-child(3) header .fsElementHeaderContent a {
  background: #006225;
}

.testimonial-block:last-child {
  border-top: solid 5px #820024;
  border-bottom: solid 5px #820024;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.testimonial-block:last-child header .fsElementHeaderContent a {
  background: #820024;
}

.testimonial-block header {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 20px;
  text-align: center;
  -webkit-transform: translateY(63px);
      -ms-transform: translateY(63px);
          transform: translateY(63px);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  width: 100%;
  z-index: 1;
}

.testimonial-block header .fsElementTitle {
  color: #ffffff;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media (min-width: 1000px) {
  .testimonial-block header .fsElementTitle {
    font-size: 35px;
    line-height: 45px;
  }
}

.testimonial-block header .fsElementHeaderContent {
  margin-bottom: 36px;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.testimonial-block header .fsElementHeaderContent a {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  background: #003D79;
  padding: 12.5px 17px;
  display: inline-block;
}

.testimonial-block picture {
  display: block;
  height: 110vw;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 700px) {
  .testimonial-block picture {
    max-height: 550px;
    height: 46vw;
  }
}

.testimonial-block picture:after {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: .66;
}

.testimonial-block picture img {
  display: none;
}

.testimonial-block figcaption:empty {
  display: none;
}

.testimonial-block:hover header,
.testimonial-block:focus header {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.testimonial-block:hover header .fsElementHeaderContent,
.testimonial-block:focus header .fsElementHeaderContent {
  opacity: 1;
}

.testimonial-block:focus-within header {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.testimonial-block:focus-within header .fsElementHeaderContent {
  opacity: 1;
}

.grades-container {
  background-image: url(images/background-leaf.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  margin-bottom: 46px;
}

.grades-container > header {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .grades-container > header {
    margin-bottom: 60px;
  }
}

@media (min-width: 1000px) {
  .grades-container > header {
    margin-bottom: 40px;
  }
}

.grades-container > header .fsElementTitle {
  font-family: "Noto Serif", serif;
  font-size: 30px;
  line-height: 40px;
}

@media (min-width: 600px) {
  .grades-container > header .fsElementTitle {
    font-size: 45px;
    line-height: 55px;
  }
}

.grades-container > header .fsElementTitle:after {
  content: "\E92E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  color: #003D79;
  font-size: 50px;
  line-height: 1;
  margin-top: 14px;
  margin-bottom: 5px;
}

@media (min-width: 600px) {
  .grades-container > header .fsElementTitle:after {
    margin-top: 20px;
  }
}

.grades-container > header .fsElementHeaderContent {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .grades-container > header .fsElementHeaderContent {
    font-size: 20px;
    line-height: 35px;
  }
}

@media (min-width: 1000px) {
  .grades-container {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
    -webkit-transition: opacity 1s ease 0.3s, -webkit-transform 1s cubic-bezier(0.16, 0.84, 0.44, 1);
    transition: opacity 1s ease 0.3s, -webkit-transform 1s cubic-bezier(0.16, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.16, 0.84, 0.44, 1), opacity 1s ease 0.3s;
    transition: transform 1s cubic-bezier(0.16, 0.84, 0.44, 1), opacity 1s ease 0.3s, -webkit-transform 1s cubic-bezier(0.16, 0.84, 0.44, 1);
  }
}

@media (min-width: 1000px) {
  .grades-container.animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 700px) {
  .grades-container {
    margin-bottom: 70px;
  }
}

@media (min-width: 1000px) {
  .grades-container {
    margin-bottom: 40px;
  }
}

.grades-container > header {
  padding: 0 15px;
}

@media (min-width: 600px) {
  .grades-container > header {
    padding: 0 35px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1000px) {
  .grades-container > header {
    padding: 0;
  }
}

.grades-container > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 15px;
}

@media (min-width: 700px) {
  .grades-container > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 35px;
  }
}

@media (min-width: 1200px) {
  .grades-container > .fsElementContent {
    padding: 0;
  }
}

.grades-container footer {
  padding: 0 15px;
  margin-top: 20px;
}

@media (min-width: 700px) {
  .grades-container footer {
    padding: 0 35px;
    margin-top: 40px;
  }
}

@media (min-width: 1000px) {
  .grades-container footer {
    margin-top: 50px;
  }
}

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

.grades-container footer .fsElementFooterContent a {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #006225;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  display: block;
}

.grades-container footer .fsElementFooterContent a:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #006225;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.grades-container footer .fsElementFooterContent a:hover,
.grades-container footer .fsElementFooterContent a:focus,
.fsStateSelected .grades-container footer .fsElementFooterContent a,
.grades-container footer .fsElementFooterContent a.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.grades-container footer .fsElementFooterContent a:hover:after,
.grades-container footer .fsElementFooterContent a:focus:after,
.fsStateSelected .grades-container footer .fsElementFooterContent a:after,
.grades-container footer .fsElementFooterContent a.on:after {
  width: 100%;
}

.grades-container footer .fsElementFooterContent ul,
.grades-container footer .fsElementFooterContent ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.grades-container footer .fsElementFooterContent ul li {
  margin: 0;
  padding: 0;
}

@media (min-width: 700px) {
  .grades-container footer .fsElementFooterContent ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.grades-container footer .fsElementFooterContent ul li {
  margin-bottom: 20px;
}

@media (min-width: 700px) {
  .grades-container footer .fsElementFooterContent ul li {
    margin-bottom: 0;
    width: 100px;
    margin: 0 10px;
  }
}

.grade-levels {
  border: solid 1px rgba(149, 149, 149, 0.5);
  width: 100%;
}

@media (min-width: 1000px) {
  .grade-levels {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
    -webkit-transition: opacity 1s ease, -webkit-transform 1s cubic-bezier(0.16, 0.84, 0.44, 1);
    transition: opacity 1s ease, -webkit-transform 1s cubic-bezier(0.16, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.16, 0.84, 0.44, 1), opacity 1s ease;
    transition: transform 1s cubic-bezier(0.16, 0.84, 0.44, 1), opacity 1s ease, -webkit-transform 1s cubic-bezier(0.16, 0.84, 0.44, 1);
  }
}

@media (min-width: 1000px) {
  .animate .grade-levels {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 700px) {
  .grade-levels {
    margin-bottom: 0;
    width: calc(33.33% - 7px);
  }
}

@media (min-width: 1000px) {
  .grade-levels {
    max-width: 380px;
    width: calc(33.33% - 13px);
  }
}

.grade-levels header .fsElementTitle {
  background: #ffffff;
  font-family: "Noto Serif", serif;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 0;
  padding: 20px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

@media (min-width: 1000px) {
  .grade-levels header .fsElementTitle {
    font-size: 25px;
    line-height: 36px;
  }
}

.grade-levels figure {
  position: relative;
  overflow: hidden;
}

.grade-levels picture {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 80vw;
  position: relative;
}

@media (min-width: 700px) {
  .grade-levels picture {
    max-height: 324px;
    height: 32.5vw;
  }
}

.grade-levels picture:after {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: .66;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 125px;
}

@media (min-width: 1000px) {
  .grade-levels picture:after {
    height: 150px;
  }
}

.grade-levels picture img {
  display: none;
}

.grade-levels figcaption {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
  line-height: 29px;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin-top: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  color: #ffffff;
  -webkit-transform: translateY(65px);
      -ms-transform: translateY(65px);
          transform: translateY(65px);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

@media (min-width: 1000px) {
  .grade-levels figcaption {
    font-size: 30px;
    line-height: 35px;
  }
}

.grade-levels figcaption a {
  color: #ffffff;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 18px;
  margin-bottom: 30px;
  opacity: 0;
  text-shadow: none;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.grade-levels:first-child {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.grade-levels:first-child picture {
  border-top: solid 3px #003D79;
  border-bottom: solid 3px #003D79;
}

.grade-levels:first-child figcaption a {
  background: #003D79;
}

.grade-levels:first-child:hover .fsElementTitle,
.grade-levels:first-child:focus .fsElementTitle {
  background: #003D79;
}

.grade-levels:first-child:focus-within .fsElementTitle {
  background: #003D79;
}

.grade-levels:nth-child(2) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.grade-levels:nth-child(2) picture {
  border-top: solid 3px #C4960C;
  border-bottom: solid 3px #C4960C;
}

.grade-levels:nth-child(2) figcaption a {
  background: #C4960C;
  color: #292929;
}

.grade-levels:nth-child(2):hover .fsElementTitle,
.grade-levels:nth-child(2):focus .fsElementTitle {
  background: #C4960C;
}

.grade-levels:nth-child(2):focus-within .fsElementTitle {
  background: #C4960C;
}

.grade-levels:last-child {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.grade-levels:last-child picture {
  border-top: solid 3px #820024;
  border-bottom: solid 3px #820024;
}

.grade-levels:last-child figcaption a {
  background: #820024;
}

.grade-levels:last-child:hover .fsElementTitle,
.grade-levels:last-child:focus .fsElementTitle {
  background: #820024;
}

.grade-levels:last-child:focus-within .fsElementTitle {
  background: #820024;
}

.grade-levels:hover .fsElementTitle,
.grade-levels:focus .fsElementTitle {
  color: #ffffff;
}

.grade-levels:hover figcaption,
.grade-levels:focus figcaption {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.grade-levels:hover a,
.grade-levels:focus a {
  opacity: 1;
}

.grade-levels:focus-within .fsElementTitle {
  color: #ffffff;
}

.grade-levels:focus-within figcaption {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.grade-levels:focus-within a {
  opacity: 1;
}

.featured-posts {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  padding: 30px 15px 0;
  background-image: url(images/background-marist.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  margin-bottom: 34px;
}

.featured-posts > header {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .featured-posts > header {
    margin-bottom: 60px;
  }
}

@media (min-width: 1000px) {
  .featured-posts > header {
    margin-bottom: 40px;
  }
}

.featured-posts > header .fsElementTitle {
  font-family: "Noto Serif", serif;
  font-size: 30px;
  line-height: 40px;
}

@media (min-width: 600px) {
  .featured-posts > header .fsElementTitle {
    font-size: 45px;
    line-height: 55px;
  }
}

.featured-posts > header .fsElementTitle:after {
  content: "\E92E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  color: #003D79;
  font-size: 50px;
  line-height: 1;
  margin-top: 14px;
  margin-bottom: 5px;
}

@media (min-width: 600px) {
  .featured-posts > header .fsElementTitle:after {
    margin-top: 20px;
  }
}

.featured-posts > header .fsElementHeaderContent {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .featured-posts > header .fsElementHeaderContent {
    font-size: 20px;
    line-height: 35px;
  }
}

@media (min-width: 700px) {
  .featured-posts {
    padding: 30px 35px 0;
  }
}

@media (min-width: 1200px) {
  .featured-posts {
    padding: 30px 0 0;
  }
}

.featured-posts .fsListItems {
  margin: 0;
}

@media (min-width: 700px) {
  .featured-posts .fsListItems {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.featured-posts .fsListItems article {
  float: none !important;
  padding: 0;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 700px) {
  .featured-posts .fsListItems article {
    margin-bottom: 0;
    width: calc(33.33% - 6px);
  }
}

@media (min-width: 1000px) {
  .featured-posts .fsListItems article {
    max-width: 380px;
    width: calc(33.33% - 13px);
    opacity: 0;
    -webkit-transition: opacity 0.7s ease 0.2s, -webkit-transform 1s cubic-bezier(0.16, 0.84, 0.44, 1);
    transition: opacity 0.7s ease 0.2s, -webkit-transform 1s cubic-bezier(0.16, 0.84, 0.44, 1);
    transition: transform 1s cubic-bezier(0.16, 0.84, 0.44, 1), opacity 0.7s ease 0.2s;
    transition: transform 1s cubic-bezier(0.16, 0.84, 0.44, 1), opacity 0.7s ease 0.2s, -webkit-transform 1s cubic-bezier(0.16, 0.84, 0.44, 1);
  }
}

@media (min-width: 1000px) {
  .featured-posts .fsListItems article:first-child {
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0);
  }
}

@media (min-width: 1000px) {
  .featured-posts .fsListItems article:nth-child(2) {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
}

@media (min-width: 1000px) {
  .featured-posts .fsListItems article:last-child {
    -webkit-transform: translate3d(200%, 0, 0);
            transform: translate3d(200%, 0, 0);
  }
}

.featured-posts .fsListItems article .fsThumbnail {
  margin-bottom: 0;
  position: relative;
}

.featured-posts .fsListItems article .fsThumbnail:after {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  width: 100%;
  height: 210px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: .66;
}

.featured-posts .fsListItems article .fsCroppedImage {
  display: block;
  padding-bottom: 95%;
}

@media (min-width: 700px) {
  .featured-posts .fsListItems article .fsCroppedImage {
    padding-bottom: 122%;
  }
}

@media (min-width: 1000px) {
  .featured-posts .fsListItems article .fsCroppedImage {
    padding-bottom: 0;
    height: 325px;
  }
}

.featured-posts .fsListItems article .text-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 18px;
  width: 100%;
  -webkit-transform: translateY(calc(45px + 14px));
      -ms-transform: translateY(calc(45px + 14px));
          transform: translateY(calc(45px + 14px));
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  text-align: center;
}

.featured-posts .fsListItems article .fsTitle {
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 25px;
  line-height: 35px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 16px;
}

.featured-posts .fsListItems article .fsReadMoreLink {
  color: #ffffff;
  background: #006225;
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 20px;
  margin-top: 0;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.featured-posts .fsListItems article:hover .text-wrap,
.featured-posts .fsListItems article:focus .text-wrap {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.featured-posts .fsListItems article:hover .fsReadMoreLink,
.featured-posts .fsListItems article:focus .fsReadMoreLink {
  opacity: 1;
}

.featured-posts footer {
  padding: 0 15px;
  margin-top: 20px;
  margin-top: 16px;
  padding: 0;
}

@media (min-width: 700px) {
  .featured-posts footer {
    padding: 0 35px;
    margin-top: 40px;
  }
}

@media (min-width: 1000px) {
  .featured-posts footer {
    margin-top: 50px;
  }
}

.featured-posts footer .fsElementFooterContent {
  margin-top: 0;
}

.featured-posts footer .fsElementFooterContent a {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #006225;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  display: block;
}

.featured-posts footer .fsElementFooterContent a:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #006225;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.featured-posts footer .fsElementFooterContent a:hover,
.featured-posts footer .fsElementFooterContent a:focus,
.fsStateSelected .featured-posts footer .fsElementFooterContent a,
.featured-posts footer .fsElementFooterContent a.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.featured-posts footer .fsElementFooterContent a:hover:after,
.featured-posts footer .fsElementFooterContent a:focus:after,
.fsStateSelected .featured-posts footer .fsElementFooterContent a:after,
.featured-posts footer .fsElementFooterContent a.on:after {
  width: 100%;
}

.featured-posts footer .fsElementFooterContent {
  text-align: center;
}

@media (min-width: 700px) {
  .featured-posts footer .fsElementFooterContent a {
    display: inline-block;
    padding: 5px 40px;
  }
}

@media (min-width: 1000px) {
  .featured-posts.animate .fsListItems article {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fsPanelGroup.infographics-container {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  background-image: url(images/background-fleur.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding: 50px 15px 0;
  z-index: 20;
}

.fsPanelGroup.infographics-container > header {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .fsPanelGroup.infographics-container > header {
    margin-bottom: 60px;
  }
}

@media (min-width: 1000px) {
  .fsPanelGroup.infographics-container > header {
    margin-bottom: 40px;
  }
}

.fsPanelGroup.infographics-container > header .fsElementTitle {
  font-family: "Noto Serif", serif;
  font-size: 30px;
  line-height: 40px;
}

@media (min-width: 600px) {
  .fsPanelGroup.infographics-container > header .fsElementTitle {
    font-size: 45px;
    line-height: 55px;
  }
}

.fsPanelGroup.infographics-container > header .fsElementTitle:after {
  content: "\E92E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  color: #003D79;
  font-size: 50px;
  line-height: 1;
  margin-top: 14px;
  margin-bottom: 5px;
}

@media (min-width: 600px) {
  .fsPanelGroup.infographics-container > header .fsElementTitle:after {
    margin-top: 20px;
  }
}

.fsPanelGroup.infographics-container > header .fsElementHeaderContent {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .fsPanelGroup.infographics-container > header .fsElementHeaderContent {
    font-size: 20px;
    line-height: 35px;
  }
}

@media (min-width: 700px) {
  .fsPanelGroup.infographics-container {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (min-width: 1200px) {
  .fsPanelGroup.infographics-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1000px) {
  .fsPanelGroup.infographics-container > .fsElementContent {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
            transform: translate3d(0, 40%, 0);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.16, 0.84, 0.44, 1);
    transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.16, 0.84, 0.44, 1);
    transition: transform 0.5s cubic-bezier(0.16, 0.84, 0.44, 1), opacity 0.5s;
    transition: transform 0.5s cubic-bezier(0.16, 0.84, 0.44, 1), opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.16, 0.84, 0.44, 1);
  }
}

.animate .fsPanelGroup.infographics-container > .fsElementContent {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.fsPanelGroup.infographics-container > .fsElementContent .fsTabsNav {
  display: block;
}

@media (max-width: 599px) {
  .fsPanelGroup.infographics-container > .fsElementContent .fsTabsNav {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 600px) {
  .fsPanelGroup.infographics-container > .fsElementContent .fsTabsNav {
    text-align: center;
  }
}

@media (max-width: 599px) {
  .fsPanelGroup.infographics-container > .fsElementContent .fsTabsNav li {
    page-break-inside: avoid;
    margin-right: 0;
    display: block;
  }
}

.fsPanelGroup.infographics-container > .fsElementContent .fsTabsNav li.fsStateSelected a {
  color: #626262;
}

.fsPanelGroup.infographics-container > .fsElementContent .fsTabsNav li.fsStateSelected a:before {
  background: #006225;
}

.fsPanelGroup.infographics-container > .fsElementContent .fsTabsNav li a {
  background: transparent;
  border: none;
  color: #626262;
  font-size: 25px;
  line-height: 35px;
}

@media (max-width: 599px) {
  .fsPanelGroup.infographics-container > .fsElementContent .fsTabsNav li a {
    padding: 12px 4px;
  }
}

.fsPanelGroup.infographics-container > .fsElementContent .fsTabsNav li a:before {
  background: transparent;
}

.fsPanelGroup.infographics-container > .fsElementContent .fsTabsNav li a:after {
  content: none;
}

.fsPanelGroup.infographics-container > .fsElementContent .fsTabsNav li a:hover,
.fsPanelGroup.infographics-container > .fsElementContent .fsTabsNav li a:focus {
  color: #ffffff;
  background: #006225;
}

.fsPanelGroup.infographics-container > .fsElementContent .fsTabsNav li a:hover:before,
.fsPanelGroup.infographics-container > .fsElementContent .fsTabsNav li a:focus:before {
  background: transparent;
}

.fsPanelGroup.infographics-container > .fsElementContent > .fsPanel > header {
  display: none;
}

.fsPanelGroup.infographics-container > .fsElementContent > .fsPanel.fsStateOpen > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -8px;
}

@media (min-width: 700px) {
  .fsPanelGroup.infographics-container > .fsElementContent > .fsPanel.fsStateOpen > .fsElementContent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    padding: 33px 0;
    margin: 0 -6px;
  }
}

@media (min-width: 1000px) {
  .fsPanelGroup.infographics-container > .fsElementContent > .fsPanel.fsStateOpen > .fsElementContent {
    margin: 0 -10px;
  }
}

.fsPanelGroup.infographics-container .infographic-block {
  background: #006225;
  color: #ffffff;
  padding: 25px 24px 20px;
  width: calc(50% - 16px);
  margin: 0 8px 12px;
}

@media (min-width: 700px) {
  .fsPanelGroup.infographics-container .infographic-block {
    margin: 0 6px;
    padding: 25px 10px 30px;
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .fsPanelGroup.infographics-container .infographic-block {
    margin: 0 10px;
  }
}

.fsPanelGroup.infographics-container .infographic-block header:before {
  color: #ffffff;
}

@media (max-width: 999px) {
  .fsPanelGroup.infographics-container .infographic-block header:before {
    font-size: 60px;
  }
}

.fsPanelGroup.infographics-container .infographic-block header .fsElementTitle {
  color: #ffffff;
}

@media (max-width: 999px) {
  .fsPanelGroup.infographics-container .infographic-block header .fsElementTitle {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width: 999px) {
  .fsPanelGroup.infographics-container .infographic-block header .fsElementHeaderContent {
    font-size: 20px;
    line-height: 30px;
  }
}

.bottom-panel-container {
  position: relative;
}

.accreditation-logos {
  padding: 10px 15px 20px;
}

@media (min-width: 700px) {
  .accreditation-logos {
    padding: 15px 15px 50px;
  }
}

.accreditation-logos > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -10px;
}

@media (min-width: 600px) {
  .accreditation-logos > .fsElementContent {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.accred-logo {
  position: relative;
  width: calc(50% - 20px);
  margin: 0 10px 20px;
  z-index: 10;
}

@media (min-width: 600px) {
  .accred-logo {
    margin: 0 13px;
    width: auto;
  }
}

.accred-logo .fsImage a {
  display: block;
  opacity: .66;
}

.accred-logo .fsImage a:hover,
.accred-logo .fsImage a:focus {
  opacity: .75;
}

.container-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: .2;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 450px;
}

@media (min-width: 700px) {
  .container-bg {
    margin-top: 440px;
  }
}

@media (min-width: 1000px) {
  .container-bg {
    margin-top: 430px;
  }
}

.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: 16.66667%;
  }
}

.colors.main ol li:nth-of-type(1) {
  background: #626262;
}

.colors.main ol li:nth-of-type(1):after {
  content: "#626262";
}

.colors.main ol li:nth-of-type(2) {
  background: #006225;
}

.colors.main ol li:nth-of-type(2):after {
  content: "#006225";
}

.colors.main ol li:nth-of-type(3) {
  background: #003D79;
}

.colors.main ol li:nth-of-type(3):after {
  content: "#003D79";
}

.colors.main ol li:nth-of-type(4) {
  background: #820024;
}

.colors.main ol li:nth-of-type(4):after {
  content: "#820024";
}

.colors.main ol li:nth-of-type(5) {
  background: #C4960C;
}

.colors.main ol li:nth-of-type(5):after {
  content: "#C4960C";
}

.colors.main ol li:nth-of-type(6) {
  background: #00491B;
}

.colors.main ol li:nth-of-type(6):after {
  content: "#00491B";
}

@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: 45px / line-height: 55px";
}

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

/*! enhancements - infographic */

.infographic-block.people-icon header:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 70px;
  line-height: 1;
  display: block;
  color: #006225;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 5px;
}

.infographic-block.cross-icon header:before {
  content: "\E911";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 70px;
  line-height: 1;
  display: block;
  color: #006225;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 5px;
}

.infographic-block.globe-icon header:before {
  content: "\E90F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 70px;
  line-height: 1;
  display: block;
  color: #006225;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 5px;
}

.infographic-block.apple-icon header:before {
  content: "\E915";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 70px;
  line-height: 1;
  display: block;
  color: #006225;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 5px;
}

.infographic-block.backpack-icon header:before {
  content: "\E912";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 70px;
  line-height: 1;
  display: block;
  color: #006225;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 5px;
}

.infographic-block.graduationcap-icon header:before {
  content: "\E90E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 70px;
  line-height: 1;
  display: block;
  color: #006225;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 5px;
}

.infographic-block.chemistry-icon header:before {
  content: "\E904";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 70px;
  line-height: 1;
  display: block;
  color: #006225;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 5px;
}

.infographic-block.theater-icon header:before {
  content: "\E910";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 70px;
  line-height: 1;
  display: block;
  color: #006225;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 5px;
}

.infographic-block.football-icon header:before {
  content: "\E905";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 70px;
  line-height: 1;
  display: block;
  color: #006225;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 5px;
}

.infographic-block.trophy-icon header:before {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 70px;
  line-height: 1;
  display: block;
  color: #006225;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 5px;
}

.infographic-block.group-icon header:before {
  content: "\E913";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 70px;
  line-height: 1;
  display: block;
  color: #006225;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 5px;
}

.infographic-block.certificate-icon header:before {
  content: "\E901";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 70px;
  line-height: 1;
  display: block;
  color: #006225;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 5px;
}

.infographic-block.give-icon header:before {
  content: "\E90C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 70px;
  line-height: 1;
  display: block;
  color: #006225;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 5px;
}

.infographic-block.bank-icon header:before {
  content: "\E907";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 70px;
  line-height: 1;
  display: block;
  color: #006225;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 5px;
}

.infographic-block.map-icon header:before {
  content: "\E90A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 70px;
  line-height: 1;
  display: block;
  color: #006225;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 5px;
}

.infographic-block.map-2-icon header:before {
  content: "\E916";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 70px;
  line-height: 1;
  display: block;
  color: #006225;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 5px;
}

.infographic-block.art-icon header:before {
  content: "\E914";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 70px;
  line-height: 1;
  display: block;
  color: #006225;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 5px;
}

.infographic-block.robotics-icon header:before {
  content: "\E906";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 70px;
  line-height: 1;
  display: block;
  color: #006225;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 5px;
}

.infographic-block.greenhouse-icon header:before {
  content: "\E90D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  font-size: 70px;
  line-height: 1;
  display: block;
  color: #006225;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 5px;
}

.infographic-block.nd-seal-icon header:before {
  content: '';
  background-image: url(images/nd-seal.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  width: 86px;
  height: 92px;
}

.infographic-block header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.infographic-block header .fsElementTitle {
  color: #292929;
  font-size: 50px;
  line-height: 72px;
  font-family: "Noto Serif", serif;
  margin-bottom: 10px;
}

.infographic-block header .fsElementHeaderContent {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  line-height: 30px;
  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%;
  }
}

.fsSharingButtons {
  display: block !important;
}

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

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

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

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

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

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

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

*/

/*! helpers - typography v0.0.1 */

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

h1 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Noto Serif", serif;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 32px;
}

h2 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 15px;
}

.fsBannerLeft h2,
.fsBannerRight h2,
.fsStyleOneThird h2,
.fsThreeColumnLayout > .fsDiv h2,
.fsFourColumnLayout > .fsDiv h2 {
  font-size: 35px;
  line-height: 45px;
}

h3 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 14px;
}

h4 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 14px;
}

h5 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Noto Serif", serif;
  font-size: 25px;
  line-height: 37px;
  margin-bottom: 17px;
}

h6 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 9px;
}

p {
  margin: 0 0 20px;
}

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

hr {
  margin: 0 auto 20px;
}

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

.fsContent a {
  text-decoration: underline;
}

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

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

table.fs_style_26 th {
  font-size: 20px;
  line-height: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  padding: 10px 20px;
  background: #006225;
  color: #ffffff;
  text-align: left;
}

table.fs_style_26 td {
  padding: 10px 20px;
  background: rgba(240, 240, 240, 0.25);
}

table.fs_style_26 tr:nth-of-type(odd) td {
  background-color: #F0F0F0;
}

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_29 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #006225;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_29:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #006225;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fs_style_29.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_29:hover:after,
.fs_style_29:focus:after,
.fsStateSelected .fs_style_29:after,
.fs_style_29.on:after {
  width: 100%;
}

.fs_style_28 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #003D79;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_28:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #003D79;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_28:hover,
.fs_style_28:focus,
.fsStateSelected .fs_style_28,
.fs_style_28.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_28:hover:after,
.fs_style_28:focus:after,
.fsStateSelected .fs_style_28:after,
.fs_style_28.on:after {
  width: 100%;
}

.fs_style_30 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #292929;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_30:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #C4960C;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_30:hover,
.fs_style_30:focus,
.fsStateSelected .fs_style_30,
.fs_style_30.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_30:hover:after,
.fs_style_30:focus:after,
.fsStateSelected .fs_style_30:after,
.fs_style_30.on:after {
  width: 100%;
}

.fs_style_27 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #820024;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_27:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #820024;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_27:hover,
.fs_style_27:focus,
.fsStateSelected .fs_style_27,
.fs_style_27.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_27:hover:after,
.fs_style_27:focus:after,
.fsStateSelected .fs_style_27:after,
.fs_style_27.on:after {
  width: 100%;
}

.button-dark {
  background: #292929;
  padding: 20px;
}

.fs_style_32 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  border-color: #ffffff;
}

.fs_style_32:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_32:hover,
.fs_style_32:focus,
.fsStateSelected .fs_style_32,
.fs_style_32.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_32:hover:after,
.fs_style_32:focus:after,
.fsStateSelected .fs_style_32:after,
.fs_style_32.on:after {
  width: 100%;
}

.fs_style_37 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  border-color: #ffffff;
  line-height: 16px;
  padding: 9px 16px;
}

.fs_style_37:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_37:hover,
.fs_style_37:focus,
.fsStateSelected .fs_style_37,
.fs_style_37.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_37:hover:after,
.fs_style_37:focus:after,
.fsStateSelected .fs_style_37:after,
.fs_style_37.on:after {
  width: 100%;
}

.fs_style_37:before {
  content: "\E91A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  margin-right: 10px;
}

.fs_style_37.red {
  color: #ffffff;
}

.fs_style_37.red:after {
  background: #820024;
}

.fs_style_37.blue {
  color: #ffffff;
}

.fs_style_37.blue:after {
  background: #003D79;
}

.fs_style_37.green {
  color: #ffffff;
}

.fs_style_37.green:after {
  background: #006225;
}

.fs_style_37.yellow {
  color: #ffffff;
}

.fs_style_37.yellow:after {
  background: #C4960C;
}

.fs_style_38 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  border-color: #ffffff;
  line-height: 16px;
  padding: 9px 16px;
}

.fs_style_38:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_38:hover,
.fs_style_38:focus,
.fsStateSelected .fs_style_38,
.fs_style_38.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_38:hover:after,
.fs_style_38:focus:after,
.fsStateSelected .fs_style_38:after,
.fs_style_38.on:after {
  width: 100%;
}

.fs_style_38:before {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  margin-right: 10px;
}

.fs_style_39 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  border-color: #ffffff;
  line-height: 16px;
  padding: 9px 16px;
}

.fs_style_39:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_39:hover,
.fs_style_39:focus,
.fsStateSelected .fs_style_39,
.fs_style_39.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_39:hover:after,
.fs_style_39:focus:after,
.fsStateSelected .fs_style_39:after,
.fs_style_39.on:after {
  width: 100%;
}

.fs_style_39:before {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  margin-right: 10px;
}

.fs_style_39.red {
  color: #ffffff;
}

.fs_style_39.red:after {
  background: #820024;
}

.fs_style_39.blue {
  color: #ffffff;
}

.fs_style_39.blue:after {
  background: #003D79;
}

.fs_style_39.green {
  color: #ffffff;
}

.fs_style_39.green:after {
  background: #006225;
}

.fs_style_39.yellow {
  color: #ffffff;
}

.fs_style_39.yellow:after {
  background: #C4960C;
}

.fs_style_40 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  border-color: #ffffff;
  line-height: 16px;
  padding: 9px 16px;
}

.fs_style_40:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_40:hover,
.fs_style_40:focus,
.fsStateSelected .fs_style_40,
.fs_style_40.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_40:hover:after,
.fs_style_40:focus:after,
.fsStateSelected .fs_style_40:after,
.fs_style_40.on:after {
  width: 100%;
}

.fs_style_40:before {
  content: "\E908";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  margin-right: 10px;
}

.fs_style_40.red {
  color: #ffffff;
}

.fs_style_40.red:after {
  background: #820024;
}

.fs_style_40.blue {
  color: #ffffff;
}

.fs_style_40.blue:after {
  background: #003D79;
}

.fs_style_40.green {
  color: #ffffff;
}

.fs_style_40.green:after {
  background: #006225;
}

.fs_style_40.yellow {
  color: #ffffff;
}

.fs_style_40.yellow:after {
  background: #C4960C;
}

.fs_style_34 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 38px 20px;
  background: #006225;
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  font-family: "Noto Serif", serif;
  text-transform: none;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px transparent;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_34 em {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
}

.fs_style_34:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_34:hover,
.fs_style_34:focus,
.fsStateSelected .fs_style_34,
.fs_style_34.on {
  border: solid 1px rgba(98, 98, 98, 0.45);
  color: #006225;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_34:hover:after,
.fs_style_34:focus:after,
.fsStateSelected .fs_style_34:after,
.fs_style_34.on:after {
  width: 100%;
}

.fs_style_33 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 38px 20px;
  background: #003D79;
  color: #ffffff;
  font-size: 35px;
  line-height: 50px;
  font-family: "Noto Serif", serif;
  text-transform: none;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px transparent;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_33 em {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
}

.fs_style_33:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_33:hover,
.fs_style_33:focus,
.fsStateSelected .fs_style_33,
.fs_style_33.on {
  border: solid 1px rgba(98, 98, 98, 0.45);
  color: #003D79;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_33:hover:after,
.fs_style_33:focus:after,
.fsStateSelected .fs_style_33:after,
.fs_style_33.on:after {
  width: 100%;
}

.fs_style_35 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 38px 20px;
  background: #820024;
  color: #ffffff;
  font-size: 35px;
  line-height: 50px;
  font-family: "Noto Serif", serif;
  text-transform: none;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px transparent;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_35 em {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
}

.fs_style_35:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_35:hover,
.fs_style_35:focus,
.fsStateSelected .fs_style_35,
.fs_style_35.on {
  border: solid 1px rgba(98, 98, 98, 0.45);
  color: #820024;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_35:hover:after,
.fs_style_35:focus:after,
.fsStateSelected .fs_style_35:after,
.fs_style_35.on:after {
  width: 100%;
}

.fs_style_36 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 38px 20px;
  background: #C4960C;
  color: #292929;
  font-size: 35px;
  line-height: 50px;
  font-family: "Noto Serif", serif;
  text-transform: none;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px transparent;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_36 em {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
}

.fs_style_36:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_36:hover,
.fs_style_36:focus,
.fsStateSelected .fs_style_36,
.fs_style_36.on {
  border: solid 1px rgba(98, 98, 98, 0.45);
  color: #292929;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_36:hover:after,
.fs_style_36:focus:after,
.fsStateSelected .fs_style_36:after,
.fs_style_36.on:after {
  width: 100%;
}

.fsStyleDefaultButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #006225;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fsStyleDefaultButton:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #006225;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fsStyleDefaultButton:hover:after,
.fsStyleDefaultButton:focus:after,
.fsStateSelected .fsStyleDefaultButton:after,
.fsStyleDefaultButton.on:after {
  width: 100%;
}

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

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

.fsStyleUpdateButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #006225;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fsStyleUpdateButton:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #006225;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fsStyleUpdateButton:hover:after,
.fsStyleUpdateButton:focus:after,
.fsStateSelected .fsStyleUpdateButton:after,
.fsStyleUpdateButton.on:after {
  width: 100%;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus {
  background: #006225;
  color: #ffffff;
}

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

.fsSharingButtons {
  display: block !important;
}

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

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

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

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

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

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

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

*/

/*! helpers - typography v0.0.1 */

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

h1 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Noto Serif", serif;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 32px;
}

h2 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 15px;
}

.fsBannerLeft h2,
.fsBannerRight h2,
.fsStyleOneThird h2,
.fsThreeColumnLayout > .fsDiv h2,
.fsFourColumnLayout > .fsDiv h2 {
  font-size: 35px;
  line-height: 45px;
}

h3 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 14px;
}

h4 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 14px;
}

h5 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Noto Serif", serif;
  font-size: 25px;
  line-height: 37px;
  margin-bottom: 17px;
}

h6 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 9px;
}

p {
  margin: 0 0 20px;
}

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

hr {
  margin: 0 auto 20px;
}

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

.fsContent a {
  text-decoration: underline;
}

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

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

table.fs_style_26 th {
  font-size: 20px;
  line-height: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  padding: 10px 20px;
  background: #006225;
  color: #ffffff;
  text-align: left;
}

table.fs_style_26 td {
  padding: 10px 20px;
  background: rgba(240, 240, 240, 0.25);
}

table.fs_style_26 tr:nth-of-type(odd) td {
  background-color: #F0F0F0;
}

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_29 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #006225;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_29:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #006225;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fs_style_29.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_29:hover:after,
.fs_style_29:focus:after,
.fsStateSelected .fs_style_29:after,
.fs_style_29.on:after {
  width: 100%;
}

.fs_style_28 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #003D79;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_28:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #003D79;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_28:hover,
.fs_style_28:focus,
.fsStateSelected .fs_style_28,
.fs_style_28.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_28:hover:after,
.fs_style_28:focus:after,
.fsStateSelected .fs_style_28:after,
.fs_style_28.on:after {
  width: 100%;
}

.fs_style_30 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #292929;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_30:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #C4960C;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_30:hover,
.fs_style_30:focus,
.fsStateSelected .fs_style_30,
.fs_style_30.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_30:hover:after,
.fs_style_30:focus:after,
.fsStateSelected .fs_style_30:after,
.fs_style_30.on:after {
  width: 100%;
}

.fs_style_27 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #820024;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_27:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #820024;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_27:hover,
.fs_style_27:focus,
.fsStateSelected .fs_style_27,
.fs_style_27.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_27:hover:after,
.fs_style_27:focus:after,
.fsStateSelected .fs_style_27:after,
.fs_style_27.on:after {
  width: 100%;
}

.button-dark {
  background: #292929;
  padding: 20px;
}

.fs_style_32 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  border-color: #ffffff;
}

.fs_style_32:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_32:hover,
.fs_style_32:focus,
.fsStateSelected .fs_style_32,
.fs_style_32.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_32:hover:after,
.fs_style_32:focus:after,
.fsStateSelected .fs_style_32:after,
.fs_style_32.on:after {
  width: 100%;
}

.fs_style_37 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  border-color: #ffffff;
  line-height: 16px;
  padding: 9px 16px;
}

.fs_style_37:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_37:hover,
.fs_style_37:focus,
.fsStateSelected .fs_style_37,
.fs_style_37.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_37:hover:after,
.fs_style_37:focus:after,
.fsStateSelected .fs_style_37:after,
.fs_style_37.on:after {
  width: 100%;
}

.fs_style_37:before {
  content: "\E91A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  margin-right: 10px;
}

.fs_style_37.red {
  color: #ffffff;
}

.fs_style_37.red:after {
  background: #820024;
}

.fs_style_37.blue {
  color: #ffffff;
}

.fs_style_37.blue:after {
  background: #003D79;
}

.fs_style_37.green {
  color: #ffffff;
}

.fs_style_37.green:after {
  background: #006225;
}

.fs_style_37.yellow {
  color: #ffffff;
}

.fs_style_37.yellow:after {
  background: #C4960C;
}

.fs_style_38 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  border-color: #ffffff;
  line-height: 16px;
  padding: 9px 16px;
}

.fs_style_38:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_38:hover,
.fs_style_38:focus,
.fsStateSelected .fs_style_38,
.fs_style_38.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_38:hover:after,
.fs_style_38:focus:after,
.fsStateSelected .fs_style_38:after,
.fs_style_38.on:after {
  width: 100%;
}

.fs_style_38:before {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  margin-right: 10px;
}

.fs_style_39 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  border-color: #ffffff;
  line-height: 16px;
  padding: 9px 16px;
}

.fs_style_39:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_39:hover,
.fs_style_39:focus,
.fsStateSelected .fs_style_39,
.fs_style_39.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_39:hover:after,
.fs_style_39:focus:after,
.fsStateSelected .fs_style_39:after,
.fs_style_39.on:after {
  width: 100%;
}

.fs_style_39:before {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  margin-right: 10px;
}

.fs_style_39.red {
  color: #ffffff;
}

.fs_style_39.red:after {
  background: #820024;
}

.fs_style_39.blue {
  color: #ffffff;
}

.fs_style_39.blue:after {
  background: #003D79;
}

.fs_style_39.green {
  color: #ffffff;
}

.fs_style_39.green:after {
  background: #006225;
}

.fs_style_39.yellow {
  color: #ffffff;
}

.fs_style_39.yellow:after {
  background: #C4960C;
}

.fs_style_40 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  border-color: #ffffff;
  line-height: 16px;
  padding: 9px 16px;
}

.fs_style_40:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_40:hover,
.fs_style_40:focus,
.fsStateSelected .fs_style_40,
.fs_style_40.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_40:hover:after,
.fs_style_40:focus:after,
.fsStateSelected .fs_style_40:after,
.fs_style_40.on:after {
  width: 100%;
}

.fs_style_40:before {
  content: "\E908";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  margin-right: 10px;
}

.fs_style_40.red {
  color: #ffffff;
}

.fs_style_40.red:after {
  background: #820024;
}

.fs_style_40.blue {
  color: #ffffff;
}

.fs_style_40.blue:after {
  background: #003D79;
}

.fs_style_40.green {
  color: #ffffff;
}

.fs_style_40.green:after {
  background: #006225;
}

.fs_style_40.yellow {
  color: #ffffff;
}

.fs_style_40.yellow:after {
  background: #C4960C;
}

.fs_style_34 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 38px 20px;
  background: #006225;
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  font-family: "Noto Serif", serif;
  text-transform: none;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px transparent;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_34 em {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
}

.fs_style_34:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_34:hover,
.fs_style_34:focus,
.fsStateSelected .fs_style_34,
.fs_style_34.on {
  border: solid 1px rgba(98, 98, 98, 0.45);
  color: #006225;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_34:hover:after,
.fs_style_34:focus:after,
.fsStateSelected .fs_style_34:after,
.fs_style_34.on:after {
  width: 100%;
}

.fs_style_33 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 38px 20px;
  background: #003D79;
  color: #ffffff;
  font-size: 35px;
  line-height: 50px;
  font-family: "Noto Serif", serif;
  text-transform: none;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px transparent;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_33 em {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
}

.fs_style_33:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_33:hover,
.fs_style_33:focus,
.fsStateSelected .fs_style_33,
.fs_style_33.on {
  border: solid 1px rgba(98, 98, 98, 0.45);
  color: #003D79;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_33:hover:after,
.fs_style_33:focus:after,
.fsStateSelected .fs_style_33:after,
.fs_style_33.on:after {
  width: 100%;
}

.fs_style_35 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 38px 20px;
  background: #820024;
  color: #ffffff;
  font-size: 35px;
  line-height: 50px;
  font-family: "Noto Serif", serif;
  text-transform: none;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px transparent;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_35 em {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
}

.fs_style_35:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_35:hover,
.fs_style_35:focus,
.fsStateSelected .fs_style_35,
.fs_style_35.on {
  border: solid 1px rgba(98, 98, 98, 0.45);
  color: #820024;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_35:hover:after,
.fs_style_35:focus:after,
.fsStateSelected .fs_style_35:after,
.fs_style_35.on:after {
  width: 100%;
}

.fs_style_36 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 38px 20px;
  background: #C4960C;
  color: #292929;
  font-size: 35px;
  line-height: 50px;
  font-family: "Noto Serif", serif;
  text-transform: none;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px transparent;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_36 em {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
}

.fs_style_36:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_36:hover,
.fs_style_36:focus,
.fsStateSelected .fs_style_36,
.fs_style_36.on {
  border: solid 1px rgba(98, 98, 98, 0.45);
  color: #292929;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_36:hover:after,
.fs_style_36:focus:after,
.fsStateSelected .fs_style_36:after,
.fs_style_36.on:after {
  width: 100%;
}

.fsStyleDefaultButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #006225;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fsStyleDefaultButton:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #006225;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fsStyleDefaultButton:hover:after,
.fsStyleDefaultButton:focus:after,
.fsStateSelected .fsStyleDefaultButton:after,
.fsStyleDefaultButton.on:after {
  width: 100%;
}

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

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

.fsStyleUpdateButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #006225;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fsStyleUpdateButton:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #006225;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fsStyleUpdateButton:hover:after,
.fsStyleUpdateButton:focus:after,
.fsStateSelected .fsStyleUpdateButton:after,
.fsStyleUpdateButton.on:after {
  width: 100%;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus {
  background: #006225;
  color: #ffffff;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 {
  background-size: cover;
  background-position: top center;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 380px;
  color: #ffffff;
  text-align: center;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content {
  padding: 20px;
  position: relative;
  z-index: 2;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > header {
  margin-bottom: 15px;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > header h2.fsElementTitle {
  margin-bottom: 0;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > header > .fsElementHeaderContent {
  margin-top: 5px;
  margin-bottom: 0;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > header > .fsElementHeaderContent p {
  margin-bottom: 0;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > .fsElementContent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > .fsElementContent p:last-child {
  margin: 0;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > footer {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > footer > .fsElementFooterContent {
  margin-top: 15px;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > footer > .fsElementFooterContent p {
  margin: 0;
}

body:not(.fsComposeMode) .bpa-image-buttons-2:hover .image-button-content > .fsElementContent,
body:not(.fsComposeMode) .bpa-image-buttons-2:hover .image-button-content > footer {
  opacity: 1;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

body:not(.fsComposeMode) .bpa-image-buttons-2.alternate {
  color: #626262;
}

body:not(.fsComposeMode) .bpa-image-buttons-2.alternate .image-button-content {
  background: rgba(255, 255, 255, 0.8);
}

body:not(.fsComposeMode) .bpa-image-buttons-2.alternate .image-button-content:before {
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to right bottom, transparent 50%, rgba(255, 255, 255, 0.8) 50%);
}

body:not(.fsComposeMode) .bpa-image-buttons-2.alternate .image-button-content > footer > .fsElementFooterContent a {
  color: #626262;
  border: 2px solid #626262;
}

body:not(.fsComposeMode) .bpa-image-buttons-2.alternate .image-button-content > footer > .fsElementFooterContent a:hover {
  background: #626262;
  color: #ffffff;
}

body:not(.fsComposeMode) .bpa-image-buttons-2:hover .image-button-content > .fsElementContent,
body:not(.fsComposeMode) .bpa-image-buttons-2:hover .image-button-content > footer {
  max-height: 380px;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content {
  font-family: "Roboto", sans-serif;
  background: rgba(0, 61, 121, 0.8);
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content:before {
  content: '';
  background: rgba(0, 61, 121, 0.8);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, rgba(0, 61, 121, 0.8)));
  background: linear-gradient(to right bottom, transparent 50%, rgba(0, 61, 121, 0.8) 50%);
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 50px;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > header h2.fsElementTitle {
  color: #ffffff;
  font-family: "Noto Serif", serif;
  font-size: 30px;
  line-height: 40px;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > header .fsElementHeaderContent {
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > .fsElementContent {
  font-size: 17px;
  line-height: 28px;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > footer > .fsElementFooterContent a {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  background: transparent;
  display: block;
  text-align: center;
  width: 200px;
  max-width: 90%;
  border: 1px solid #ffffff;
  margin: 0 auto;
  padding: 8px 10px;
}

body:not(.fsComposeMode) .bpa-image-buttons-2 .image-button-content > footer > .fsElementFooterContent a:hover {
  background: #ffffff;
  color: #626262;
  text-decoration: none;
}@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%;
  }
}

.fsSharingButtons {
  display: block !important;
}

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

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

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

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

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

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

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

*/

/*! helpers - typography v0.0.1 */

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

h1 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Noto Serif", serif;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 32px;
}

h2 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 15px;
}

.fsBannerLeft h2,
.fsBannerRight h2,
.fsStyleOneThird h2,
.fsThreeColumnLayout > .fsDiv h2,
.fsFourColumnLayout > .fsDiv h2 {
  font-size: 35px;
  line-height: 45px;
}

h3 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 14px;
}

h4 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 14px;
}

h5 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Noto Serif", serif;
  font-size: 25px;
  line-height: 37px;
  margin-bottom: 17px;
}

h6 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 9px;
}

p {
  margin: 0 0 20px;
}

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

hr {
  margin: 0 auto 20px;
}

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

.fsContent a {
  text-decoration: underline;
}

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

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

table.fs_style_26 th {
  font-size: 20px;
  line-height: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  padding: 10px 20px;
  background: #006225;
  color: #ffffff;
  text-align: left;
}

table.fs_style_26 td {
  padding: 10px 20px;
  background: rgba(240, 240, 240, 0.25);
}

table.fs_style_26 tr:nth-of-type(odd) td {
  background-color: #F0F0F0;
}

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_29 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #006225;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_29:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #006225;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fs_style_29.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_29:hover:after,
.fs_style_29:focus:after,
.fsStateSelected .fs_style_29:after,
.fs_style_29.on:after {
  width: 100%;
}

.fs_style_28 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #003D79;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_28:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #003D79;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_28:hover,
.fs_style_28:focus,
.fsStateSelected .fs_style_28,
.fs_style_28.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_28:hover:after,
.fs_style_28:focus:after,
.fsStateSelected .fs_style_28:after,
.fs_style_28.on:after {
  width: 100%;
}

.fs_style_30 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #292929;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_30:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #C4960C;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_30:hover,
.fs_style_30:focus,
.fsStateSelected .fs_style_30,
.fs_style_30.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_30:hover:after,
.fs_style_30:focus:after,
.fsStateSelected .fs_style_30:after,
.fs_style_30.on:after {
  width: 100%;
}

.fs_style_27 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #820024;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_27:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #820024;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_27:hover,
.fs_style_27:focus,
.fsStateSelected .fs_style_27,
.fs_style_27.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_27:hover:after,
.fs_style_27:focus:after,
.fsStateSelected .fs_style_27:after,
.fs_style_27.on:after {
  width: 100%;
}

.button-dark {
  background: #292929;
  padding: 20px;
}

.fs_style_32 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  border-color: #ffffff;
}

.fs_style_32:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_32:hover,
.fs_style_32:focus,
.fsStateSelected .fs_style_32,
.fs_style_32.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_32:hover:after,
.fs_style_32:focus:after,
.fsStateSelected .fs_style_32:after,
.fs_style_32.on:after {
  width: 100%;
}

.fs_style_37 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  border-color: #ffffff;
  line-height: 16px;
  padding: 9px 16px;
}

.fs_style_37:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_37:hover,
.fs_style_37:focus,
.fsStateSelected .fs_style_37,
.fs_style_37.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_37:hover:after,
.fs_style_37:focus:after,
.fsStateSelected .fs_style_37:after,
.fs_style_37.on:after {
  width: 100%;
}

.fs_style_37:before {
  content: "\E91A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  margin-right: 10px;
}

.fs_style_37.red {
  color: #ffffff;
}

.fs_style_37.red:after {
  background: #820024;
}

.fs_style_37.blue {
  color: #ffffff;
}

.fs_style_37.blue:after {
  background: #003D79;
}

.fs_style_37.green {
  color: #ffffff;
}

.fs_style_37.green:after {
  background: #006225;
}

.fs_style_37.yellow {
  color: #ffffff;
}

.fs_style_37.yellow:after {
  background: #C4960C;
}

.fs_style_38 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  border-color: #ffffff;
  line-height: 16px;
  padding: 9px 16px;
}

.fs_style_38:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_38:hover,
.fs_style_38:focus,
.fsStateSelected .fs_style_38,
.fs_style_38.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_38:hover:after,
.fs_style_38:focus:after,
.fsStateSelected .fs_style_38:after,
.fs_style_38.on:after {
  width: 100%;
}

.fs_style_38:before {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  margin-right: 10px;
}

.fs_style_39 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  border-color: #ffffff;
  line-height: 16px;
  padding: 9px 16px;
}

.fs_style_39:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_39:hover,
.fs_style_39:focus,
.fsStateSelected .fs_style_39,
.fs_style_39.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_39:hover:after,
.fs_style_39:focus:after,
.fsStateSelected .fs_style_39:after,
.fs_style_39.on:after {
  width: 100%;
}

.fs_style_39:before {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  margin-right: 10px;
}

.fs_style_39.red {
  color: #ffffff;
}

.fs_style_39.red:after {
  background: #820024;
}

.fs_style_39.blue {
  color: #ffffff;
}

.fs_style_39.blue:after {
  background: #003D79;
}

.fs_style_39.green {
  color: #ffffff;
}

.fs_style_39.green:after {
  background: #006225;
}

.fs_style_39.yellow {
  color: #ffffff;
}

.fs_style_39.yellow:after {
  background: #C4960C;
}

.fs_style_40 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  border-color: #ffffff;
  line-height: 16px;
  padding: 9px 16px;
}

.fs_style_40:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_40:hover,
.fs_style_40:focus,
.fsStateSelected .fs_style_40,
.fs_style_40.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_40:hover:after,
.fs_style_40:focus:after,
.fsStateSelected .fs_style_40:after,
.fs_style_40.on:after {
  width: 100%;
}

.fs_style_40:before {
  content: "\E908";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  margin-right: 10px;
}

.fs_style_40.red {
  color: #ffffff;
}

.fs_style_40.red:after {
  background: #820024;
}

.fs_style_40.blue {
  color: #ffffff;
}

.fs_style_40.blue:after {
  background: #003D79;
}

.fs_style_40.green {
  color: #ffffff;
}

.fs_style_40.green:after {
  background: #006225;
}

.fs_style_40.yellow {
  color: #ffffff;
}

.fs_style_40.yellow:after {
  background: #C4960C;
}

.fs_style_34 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 38px 20px;
  background: #006225;
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  font-family: "Noto Serif", serif;
  text-transform: none;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px transparent;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_34 em {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
}

.fs_style_34:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_34:hover,
.fs_style_34:focus,
.fsStateSelected .fs_style_34,
.fs_style_34.on {
  border: solid 1px rgba(98, 98, 98, 0.45);
  color: #006225;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_34:hover:after,
.fs_style_34:focus:after,
.fsStateSelected .fs_style_34:after,
.fs_style_34.on:after {
  width: 100%;
}

.fs_style_33 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 38px 20px;
  background: #003D79;
  color: #ffffff;
  font-size: 35px;
  line-height: 50px;
  font-family: "Noto Serif", serif;
  text-transform: none;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px transparent;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_33 em {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
}

.fs_style_33:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_33:hover,
.fs_style_33:focus,
.fsStateSelected .fs_style_33,
.fs_style_33.on {
  border: solid 1px rgba(98, 98, 98, 0.45);
  color: #003D79;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_33:hover:after,
.fs_style_33:focus:after,
.fsStateSelected .fs_style_33:after,
.fs_style_33.on:after {
  width: 100%;
}

.fs_style_35 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 38px 20px;
  background: #820024;
  color: #ffffff;
  font-size: 35px;
  line-height: 50px;
  font-family: "Noto Serif", serif;
  text-transform: none;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px transparent;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_35 em {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
}

.fs_style_35:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_35:hover,
.fs_style_35:focus,
.fsStateSelected .fs_style_35,
.fs_style_35.on {
  border: solid 1px rgba(98, 98, 98, 0.45);
  color: #820024;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_35:hover:after,
.fs_style_35:focus:after,
.fsStateSelected .fs_style_35:after,
.fs_style_35.on:after {
  width: 100%;
}

.fs_style_36 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 38px 20px;
  background: #C4960C;
  color: #292929;
  font-size: 35px;
  line-height: 50px;
  font-family: "Noto Serif", serif;
  text-transform: none;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px transparent;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_36 em {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
}

.fs_style_36:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_36:hover,
.fs_style_36:focus,
.fsStateSelected .fs_style_36,
.fs_style_36.on {
  border: solid 1px rgba(98, 98, 98, 0.45);
  color: #292929;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_36:hover:after,
.fs_style_36:focus:after,
.fsStateSelected .fs_style_36:after,
.fs_style_36.on:after {
  width: 100%;
}

.fsStyleDefaultButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #006225;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fsStyleDefaultButton:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #006225;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fsStyleDefaultButton:hover:after,
.fsStyleDefaultButton:focus:after,
.fsStateSelected .fsStyleDefaultButton:after,
.fsStyleDefaultButton.on:after {
  width: 100%;
}

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

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

.fsStyleUpdateButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #006225;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fsStyleUpdateButton:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #006225;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fsStyleUpdateButton:hover:after,
.fsStyleUpdateButton:focus:after,
.fsStateSelected .fsStyleUpdateButton:after,
.fsStyleUpdateButton.on:after {
  width: 100%;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus {
  background: #006225;
  color: #ffffff;
}

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

.fsGrid.bpa-image-slideshow-1 {
  margin-bottom: 50px;
}

.fsGrid.bpa-image-slideshow-1 .fsListItems {
  margin: 0 auto;
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.2);
}

body:not(.fsComposeMode) .fsGrid.bpa-image-slideshow-1 .fsListItems:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 580px;
  opacity: 0;
  visibility: hidden;
}

.fsGrid.bpa-image-slideshow-1 article {
  position: relative;
  overflow: hidden;
  padding: 0;
  height: auto;
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article {
    padding-top: 64px;
    min-height: 47.54098vw;
  }
}

@media (min-width: 900px) {
  .fsGrid.bpa-image-slideshow-1 article {
    padding-top: 84px;
  }
}

@media (min-width: 1220px) {
  .fsGrid.bpa-image-slideshow-1 article {
    min-height: 580px;
  }
}

.fsGrid.bpa-image-slideshow-1 article .fsTitle {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 14px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 24px;
  padding-top: 64px;
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article .fsTitle {
    width: 50%;
    padding-top: 0;
  }
}

.fsGrid.bpa-image-slideshow-1 article .fsTitle:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: 0;
  width: 40px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.2);
}

.fsGrid.bpa-image-slideshow-1 article .fsTitle a {
  color: inherit;
}

.fsGrid.bpa-image-slideshow-1 article .fsTitle.fsResourceName {
  display: none;
}

.fsGrid.bpa-image-slideshow-1 article > .fsTitle {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article > .fsTitle {
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 40px);
    margin-left: 20px;
  }
}

@media (min-width: 900px) {
  .fsGrid.bpa-image-slideshow-1 article > .fsTitle {
    width: calc(50% - 60px);
    margin-left: 30px;
  }
}

.fsGrid.bpa-image-slideshow-1 article figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article figure {
    display: block;
  }
}

.fsGrid.bpa-image-slideshow-1 article picture {
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article picture {
    overflow: hidden;
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
  }
}

.fsGrid.bpa-image-slideshow-1 article picture img {
  display: block;
  width: 100%;
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article picture img {
    display: block;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}

.fsGrid.bpa-image-slideshow-1 article figcaption {
  margin-top: 0;
  text-align: center;
  padding: 0 20px 30px;
  color: #626262;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article figcaption {
    width: 50%;
    padding: 0 20px 84px 20px;
    width: calc(50% - 10px);
    max-height: calc(47.54098vw - 44px - 40px);
    overflow: auto;
  }
}

@media (min-width: 900px) {
  .fsGrid.bpa-image-slideshow-1 article figcaption {
    padding: 0 20px 84px 30px;
    max-height: calc(47.54098vw - 44px - 70px);
  }
}

@media (min-width: 1220px) {
  .fsGrid.bpa-image-slideshow-1 article figcaption {
    max-height: 466px;
  }
}

.fsGrid.bpa-image-slideshow-1 article figcaption h2 {
  padding-bottom: 0;
}

.fsGrid.bpa-image-slideshow-1 article figcaption h2:before {
  display: none;
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article.has-caption {
    position: relative;
  }
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article.has-caption:before {
    content: '';
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(51.8%, rgba(255, 255, 255, 0.85)), to(#fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 51.8%, #fff 100%);
    height: 100px;
    width: calc(50% - 50px);
    left: 20px;
    bottom: 20px;
    z-index: 10;
    height: 84px;
  }
}

@media (min-width: 900px) {
  .fsGrid.bpa-image-slideshow-1 article.has-caption:before {
    width: calc(50% - 60px);
    left: 30px;
    bottom: 30px;
  }
}

.fsGrid.bpa-image-slideshow-1 article.has-caption:not(.has-title) {
  padding-top: 64px;
}

@media (min-width: 900px) {
  .fsGrid.bpa-image-slideshow-1 article.has-caption:not(.has-title) {
    padding-top: 84px;
  }
}

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 700px) {
  .fsGrid.bpa-image-slideshow-1 article:not(.has-caption) {
    display: block;
  }
}

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption) > figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption) > figure + .fsTitle {
  margin-bottom: 20px;
}

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption) .fsTitle {
  margin-bottom: 0;
  padding-bottom: 0;
}

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption) .fsTitle:after {
  display: none;
}

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) {
  padding-top: 0;
  min-height: auto;
}

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) picture {
  width: 100%;
  position: relative;
  height: auto;
}

.fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) picture img {
  height: auto;
  width: 100%;
  position: relative;
  margin: 0;
}

.fsGrid.bpa-image-slideshow-1 .slick-arrow {
  width: 44px;
  height: 44px;
  border: none;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.42);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 20;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  color: transparent;
  overflow: hidden;
  white-space: nowrap;
}

.fsGrid.bpa-image-slideshow-1 .slick-arrow:before {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  left: 0;
  width: 100%;
  text-align: center;
}

.fsGrid.bpa-image-slideshow-1 .slick-arrow:hover,
.fsGrid.bpa-image-slideshow-1 .slick-arrow:focus {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s;
  transition: .3s;
}

.fsGrid.bpa-image-slideshow-1 .slick-arrow.slick-prev:before {
  content: "\E922";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.fsGrid.bpa-image-slideshow-1 .slick-arrow.slick-next {
  left: 45px;
}

.fsGrid.bpa-image-slideshow-1 .slick-arrow.slick-next:before {
  content: "\E921";
  font-family: "bpa-font-icons";
  font-weight: normal;
  speak: none;
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article,
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article,
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article,
.fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article,
.fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article {
  padding-top: 64px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
.fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title),
.fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:not(.has-caption):not(.has-title) {
  padding-top: 0;
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article:before,
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article:before,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article:before,
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article:before,
.fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:before,
.fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article:before {
  display: none;
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article .fsTitle,
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article .fsTitle,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article .fsTitle,
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article .fsTitle,
.fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article .fsTitle,
.fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article .fsTitle {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  margin-left: 0;
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article figure,
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article figure,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article figure,
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article figure,
.fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figure,
.fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article figcaption,
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article figcaption,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article figcaption,
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article figcaption,
.fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption,
.fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption {
  padding: 0 20px 30px;
  width: 100%;
  max-height: 100%;
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
.fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle,
.fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article figcaption .fsTitle {
  padding-left: 0;
  padding-right: 0;
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article picture,
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article picture,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article picture,
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article picture,
.fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture,
.fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture {
  width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
}

body.fsComposeMode .fsBannerLeft .fsGrid.bpa-image-slideshow-1 article picture,
body.fsComposeMode .fsBannerRight .fsGrid.bpa-image-slideshow-1 article picture,
body.fsComposeMode .fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article picture,
body.fsComposeMode .fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article picture,
body.fsComposeMode .fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture,
body.fsComposeMode .fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture {
  width: 100%;
}

.fsBannerLeft .fsGrid.bpa-image-slideshow-1 article picture img,
.fsBannerRight .fsGrid.bpa-image-slideshow-1 article picture img,
.fsStyleOneThird .fsGrid.bpa-image-slideshow-1 article picture img,
.fsTwoColumnLayout .fsGrid.bpa-image-slideshow-1 article picture img,
.fsThreeColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture img,
.fsFourColumnLayout > .fsDiv .fsGrid.bpa-image-slideshow-1 article picture img {
  height: auto;
  width: 100%;
  margin: 0;
  position: relative;
}

.fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article,
.fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article,
.fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article {
  min-height: auto;
}

.fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article:before,
.fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article:before,
.fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article:before {
  display: none;
}

@media (min-width: 1000px) {
  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article:before,
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article:before,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article:before {
    display: block;
    width: calc(50% - 40px);
    left: 20px;
    bottom: 20px;
  }
}

@media (min-width: 1000px) {
  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article,
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article {
    min-height: 34.64851vw;
    padding-top: 64px;
  }
}

@media (min-width: 1220px) {
  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article,
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article {
    min-height: 422.71186px;
  }
}

.fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figure,
.fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figure,
.fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1000px) {
  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figure,
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figure,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figure {
    display: block;
  }
}

@media (max-width: 999px) {
  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article picture,
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article picture,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article picture {
    width: 100%;
    height: auto;
    position: relative;
  }

  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article picture img,
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article picture img,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article picture img {
    height: auto;
    width: 100%;
    margin: 0;
    position: relative;
    opacity: 0;
  }
}

@media (min-width: 1000px) {
  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figcaption,
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figcaption,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figcaption {
    padding: 0 10px 84px 20px;
    max-height: calc(34.64851vw - 44px - 40px);
  }
}

@media (min-width: 1220px) {
  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figcaption,
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figcaption,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figcaption {
    max-height: calc(422.71186px - 44px - 40px);
  }
}

@media (max-width: 999px) {
  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article figcaption,
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article figcaption,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article figcaption {
    width: 100%;
    max-height: 100%;
    padding: 0 20px 30px;
  }
}

@media (max-width: 999px) {
  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption),
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption),
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .fsStyleTwoThirds .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) .fsTitle,
  .fsHasLeftBanner .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) .fsTitle,
  .fsHasRightBanner .fsGrid.bpa-image-slideshow-1 article.has-title:not(.has-caption) .fsTitle {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

body.fsComposeMode .fsGrid.bpa-image-slideshow-1 .fsListItems:not(.slick-initialized) article {
  min-height: auto;
}

.fsGrid.bpa-image-slideshow-1.dark .fsListItems {
  background: #006225;
  border: none;
}

.fsGrid.bpa-image-slideshow-1.dark article .fsTitle {
  color: #fff;
}

.fsGrid.bpa-image-slideshow-1.dark article .fsTitle:after {
  background-color: rgba(255, 255, 255, 0.2);
}

.fsGrid.bpa-image-slideshow-1.dark article figcaption {
  color: #fff;
}

.fsGrid.bpa-image-slideshow-1.dark article figcaption a {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
}

.fsGrid.bpa-image-slideshow-1.dark article figcaption a:hover,
.fsGrid.bpa-image-slideshow-1.dark article figcaption a:focus {
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

.fsGrid.bpa-image-slideshow-1.dark article.has-caption:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 98, 37, 0)), color-stop(51.8%, rgba(0, 98, 37, 0.85)), to(#006225));
  background: linear-gradient(180deg, rgba(0, 98, 37, 0) 0%, rgba(0, 98, 37, 0.85) 51.8%, #006225 100%);
}@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

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

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

.fsSharingButtons {
  display: block !important;
}

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

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

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

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

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

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

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

*/

/*! helpers - typography v0.0.1 */

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

h1 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Noto Serif", serif;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 32px;
}

h2 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 15px;
}

.fsBannerLeft h2,
.fsBannerRight h2,
.fsStyleOneThird h2,
.fsThreeColumnLayout > .fsDiv h2,
.fsFourColumnLayout > .fsDiv h2 {
  font-size: 35px;
  line-height: 45px;
}

h3 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 14px;
}

h4 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 14px;
}

h5 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Noto Serif", serif;
  font-size: 25px;
  line-height: 37px;
  margin-bottom: 17px;
}

h6 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 9px;
}

p {
  margin: 0 0 20px;
}

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

hr {
  margin: 0 auto 20px;
}

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

.fsContent a {
  text-decoration: underline;
}

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

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

table.fs_style_26 th {
  font-size: 20px;
  line-height: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  padding: 10px 20px;
  background: #006225;
  color: #ffffff;
  text-align: left;
}

table.fs_style_26 td {
  padding: 10px 20px;
  background: rgba(240, 240, 240, 0.25);
}

table.fs_style_26 tr:nth-of-type(odd) td {
  background-color: #F0F0F0;
}

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_29 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #006225;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_29:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #006225;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fs_style_29.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_29:hover:after,
.fs_style_29:focus:after,
.fsStateSelected .fs_style_29:after,
.fs_style_29.on:after {
  width: 100%;
}

.fs_style_28 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #003D79;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_28:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #003D79;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_28:hover,
.fs_style_28:focus,
.fsStateSelected .fs_style_28,
.fs_style_28.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_28:hover:after,
.fs_style_28:focus:after,
.fsStateSelected .fs_style_28:after,
.fs_style_28.on:after {
  width: 100%;
}

.fs_style_30 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #292929;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_30:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #C4960C;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_30:hover,
.fs_style_30:focus,
.fsStateSelected .fs_style_30,
.fs_style_30.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_30:hover:after,
.fs_style_30:focus:after,
.fsStateSelected .fs_style_30:after,
.fs_style_30.on:after {
  width: 100%;
}

.fs_style_27 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #820024;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_27:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #820024;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_27:hover,
.fs_style_27:focus,
.fsStateSelected .fs_style_27,
.fs_style_27.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_27:hover:after,
.fs_style_27:focus:after,
.fsStateSelected .fs_style_27:after,
.fs_style_27.on:after {
  width: 100%;
}

.button-dark {
  background: #292929;
  padding: 20px;
}

.fs_style_32 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  border-color: #ffffff;
}

.fs_style_32:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_32:hover,
.fs_style_32:focus,
.fsStateSelected .fs_style_32,
.fs_style_32.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_32:hover:after,
.fs_style_32:focus:after,
.fsStateSelected .fs_style_32:after,
.fs_style_32.on:after {
  width: 100%;
}

.fs_style_37 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  border-color: #ffffff;
  line-height: 16px;
  padding: 9px 16px;
}

.fs_style_37:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_37:hover,
.fs_style_37:focus,
.fsStateSelected .fs_style_37,
.fs_style_37.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_37:hover:after,
.fs_style_37:focus:after,
.fsStateSelected .fs_style_37:after,
.fs_style_37.on:after {
  width: 100%;
}

.fs_style_37:before {
  content: "\E91A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  margin-right: 10px;
}

.fs_style_37.red {
  color: #ffffff;
}

.fs_style_37.red:after {
  background: #820024;
}

.fs_style_37.blue {
  color: #ffffff;
}

.fs_style_37.blue:after {
  background: #003D79;
}

.fs_style_37.green {
  color: #ffffff;
}

.fs_style_37.green:after {
  background: #006225;
}

.fs_style_37.yellow {
  color: #ffffff;
}

.fs_style_37.yellow:after {
  background: #C4960C;
}

.fs_style_38 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  border-color: #ffffff;
  line-height: 16px;
  padding: 9px 16px;
}

.fs_style_38:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_38:hover,
.fs_style_38:focus,
.fsStateSelected .fs_style_38,
.fs_style_38.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_38:hover:after,
.fs_style_38:focus:after,
.fsStateSelected .fs_style_38:after,
.fs_style_38.on:after {
  width: 100%;
}

.fs_style_38:before {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  margin-right: 10px;
}

.fs_style_39 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  border-color: #ffffff;
  line-height: 16px;
  padding: 9px 16px;
}

.fs_style_39:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_39:hover,
.fs_style_39:focus,
.fsStateSelected .fs_style_39,
.fs_style_39.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_39:hover:after,
.fs_style_39:focus:after,
.fsStateSelected .fs_style_39:after,
.fs_style_39.on:after {
  width: 100%;
}

.fs_style_39:before {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  margin-right: 10px;
}

.fs_style_39.red {
  color: #ffffff;
}

.fs_style_39.red:after {
  background: #820024;
}

.fs_style_39.blue {
  color: #ffffff;
}

.fs_style_39.blue:after {
  background: #003D79;
}

.fs_style_39.green {
  color: #ffffff;
}

.fs_style_39.green:after {
  background: #006225;
}

.fs_style_39.yellow {
  color: #ffffff;
}

.fs_style_39.yellow:after {
  background: #C4960C;
}

.fs_style_40 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  border-color: #ffffff;
  line-height: 16px;
  padding: 9px 16px;
}

.fs_style_40:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_40:hover,
.fs_style_40:focus,
.fsStateSelected .fs_style_40,
.fs_style_40.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_40:hover:after,
.fs_style_40:focus:after,
.fsStateSelected .fs_style_40:after,
.fs_style_40.on:after {
  width: 100%;
}

.fs_style_40:before {
  content: "\E908";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  margin-right: 10px;
}

.fs_style_40.red {
  color: #ffffff;
}

.fs_style_40.red:after {
  background: #820024;
}

.fs_style_40.blue {
  color: #ffffff;
}

.fs_style_40.blue:after {
  background: #003D79;
}

.fs_style_40.green {
  color: #ffffff;
}

.fs_style_40.green:after {
  background: #006225;
}

.fs_style_40.yellow {
  color: #ffffff;
}

.fs_style_40.yellow:after {
  background: #C4960C;
}

.fs_style_34 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 38px 20px;
  background: #006225;
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  font-family: "Noto Serif", serif;
  text-transform: none;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px transparent;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_34 em {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
}

.fs_style_34:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_34:hover,
.fs_style_34:focus,
.fsStateSelected .fs_style_34,
.fs_style_34.on {
  border: solid 1px rgba(98, 98, 98, 0.45);
  color: #006225;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_34:hover:after,
.fs_style_34:focus:after,
.fsStateSelected .fs_style_34:after,
.fs_style_34.on:after {
  width: 100%;
}

.fs_style_33 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 38px 20px;
  background: #003D79;
  color: #ffffff;
  font-size: 35px;
  line-height: 50px;
  font-family: "Noto Serif", serif;
  text-transform: none;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px transparent;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_33 em {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
}

.fs_style_33:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_33:hover,
.fs_style_33:focus,
.fsStateSelected .fs_style_33,
.fs_style_33.on {
  border: solid 1px rgba(98, 98, 98, 0.45);
  color: #003D79;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_33:hover:after,
.fs_style_33:focus:after,
.fsStateSelected .fs_style_33:after,
.fs_style_33.on:after {
  width: 100%;
}

.fs_style_35 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 38px 20px;
  background: #820024;
  color: #ffffff;
  font-size: 35px;
  line-height: 50px;
  font-family: "Noto Serif", serif;
  text-transform: none;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px transparent;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_35 em {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
}

.fs_style_35:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_35:hover,
.fs_style_35:focus,
.fsStateSelected .fs_style_35,
.fs_style_35.on {
  border: solid 1px rgba(98, 98, 98, 0.45);
  color: #820024;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_35:hover:after,
.fs_style_35:focus:after,
.fsStateSelected .fs_style_35:after,
.fs_style_35.on:after {
  width: 100%;
}

.fs_style_36 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 38px 20px;
  background: #C4960C;
  color: #292929;
  font-size: 35px;
  line-height: 50px;
  font-family: "Noto Serif", serif;
  text-transform: none;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px transparent;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_36 em {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
}

.fs_style_36:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_36:hover,
.fs_style_36:focus,
.fsStateSelected .fs_style_36,
.fs_style_36.on {
  border: solid 1px rgba(98, 98, 98, 0.45);
  color: #292929;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_36:hover:after,
.fs_style_36:focus:after,
.fsStateSelected .fs_style_36:after,
.fs_style_36.on:after {
  width: 100%;
}

.fsStyleDefaultButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #006225;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fsStyleDefaultButton:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #006225;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fsStyleDefaultButton:hover:after,
.fsStyleDefaultButton:focus:after,
.fsStateSelected .fsStyleDefaultButton:after,
.fsStyleDefaultButton.on:after {
  width: 100%;
}

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

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

.fsStyleUpdateButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #006225;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fsStyleUpdateButton:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #006225;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fsStyleUpdateButton:hover:after,
.fsStyleUpdateButton:focus:after,
.fsStateSelected .fsStyleUpdateButton:after,
.fsStyleUpdateButton.on:after {
  width: 100%;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus {
  background: #006225;
  color: #ffffff;
}

.bpa-college-slider-1 {
  opacity: 0;
  width: 100%;
  max-width: 100%;
  margin: 50px 0;
}

.bpa-college-slider-1.element-loaded,
.bpa-college-slider-1.element-empty {
  opacity: 1;
}

body.fsComposeMode .bpa-college-slider-1 {
  opacity: 1;
}

.bpa-college-slider-1 .js-marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bpa-college-slider-1 > .fsElementContent > .fsListItems {
  height: 90px;
  background: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: block;
  zoom: 1;
}

.bpa-college-slider-1 > .fsElementContent > .fsListItems:after {
  display: table;
  clear: both;
  content: '';
}

body.fsComposeMode .bpa-college-slider-1 > .fsElementContent > .fsListItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: nowrap;
}

.bpa-college-slider-1 > .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;
}

body.fsComposeMode .bpa-college-slider-1 > .fsElementContent > .fsListItems .fsResource {
  width: auto;
}

.bpa-college-slider-1 > .fsElementContent > .fsListItems .fsResource figure {
  display: block;
  margin: auto;
}

.bpa-college-slider-1 > .fsElementContent > .fsListItems .fsResource img {
  display: block;
  max-height: 90px;
  width: auto;
  opacity: 1;
}

body:not(.fsComposeMode) .bpa-college-slider-1 > .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-1 > .fsElementContent > .fsListItems .fsResource a:focus {
  -webkit-box-shadow: inset 0 0 0 1px #003D79;
          box-shadow: inset 0 0 0 1px #003D79;
}

.bpa-college-slider-1.dark > .fsElementContent {
  padding: 20px 0;
  background-color: #131313;
}@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%;
  }
}

.fsSharingButtons {
  display: block !important;
}

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

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

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

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

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

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

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

*/

/*! helpers - typography v0.0.1 */

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

h1 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Noto Serif", serif;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 32px;
}

h2 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 15px;
}

.fsBannerLeft h2,
.fsBannerRight h2,
.fsStyleOneThird h2,
.fsThreeColumnLayout > .fsDiv h2,
.fsFourColumnLayout > .fsDiv h2 {
  font-size: 35px;
  line-height: 45px;
}

h3 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 14px;
}

h4 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 14px;
}

h5 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Noto Serif", serif;
  font-size: 25px;
  line-height: 37px;
  margin-bottom: 17px;
}

h6 {
  color: #292929;
  margin-top: 0;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 9px;
}

p {
  margin: 0 0 20px;
}

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

hr {
  margin: 0 auto 20px;
}

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

.fsContent a {
  text-decoration: underline;
}

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

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

table.fs_style_26 th {
  font-size: 20px;
  line-height: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  padding: 10px 20px;
  background: #006225;
  color: #ffffff;
  text-align: left;
}

table.fs_style_26 td {
  padding: 10px 20px;
  background: rgba(240, 240, 240, 0.25);
}

table.fs_style_26 tr:nth-of-type(odd) td {
  background-color: #F0F0F0;
}

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_29 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #006225;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_29:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #006225;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_29:hover,
.fs_style_29:focus,
.fsStateSelected .fs_style_29,
.fs_style_29.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_29:hover:after,
.fs_style_29:focus:after,
.fsStateSelected .fs_style_29:after,
.fs_style_29.on:after {
  width: 100%;
}

.fs_style_28 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #003D79;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_28:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #003D79;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_28:hover,
.fs_style_28:focus,
.fsStateSelected .fs_style_28,
.fs_style_28.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_28:hover:after,
.fs_style_28:focus:after,
.fsStateSelected .fs_style_28:after,
.fs_style_28.on:after {
  width: 100%;
}

.fs_style_30 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #292929;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_30:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #C4960C;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_30:hover,
.fs_style_30:focus,
.fsStateSelected .fs_style_30,
.fs_style_30.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_30:hover:after,
.fs_style_30:focus:after,
.fsStateSelected .fs_style_30:after,
.fs_style_30.on:after {
  width: 100%;
}

.fs_style_27 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #820024;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_27:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #820024;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_27:hover,
.fs_style_27:focus,
.fsStateSelected .fs_style_27,
.fs_style_27.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_27:hover:after,
.fs_style_27:focus:after,
.fsStateSelected .fs_style_27:after,
.fs_style_27.on:after {
  width: 100%;
}

.button-dark {
  background: #292929;
  padding: 20px;
}

.fs_style_32 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  border-color: #ffffff;
}

.fs_style_32:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_32:hover,
.fs_style_32:focus,
.fsStateSelected .fs_style_32,
.fs_style_32.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_32:hover:after,
.fs_style_32:focus:after,
.fsStateSelected .fs_style_32:after,
.fs_style_32.on:after {
  width: 100%;
}

.fs_style_37 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  border-color: #ffffff;
  line-height: 16px;
  padding: 9px 16px;
}

.fs_style_37:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_37:hover,
.fs_style_37:focus,
.fsStateSelected .fs_style_37,
.fs_style_37.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_37:hover:after,
.fs_style_37:focus:after,
.fsStateSelected .fs_style_37:after,
.fs_style_37.on:after {
  width: 100%;
}

.fs_style_37:before {
  content: "\E91A";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  margin-right: 10px;
}

.fs_style_37.red {
  color: #ffffff;
}

.fs_style_37.red:after {
  background: #820024;
}

.fs_style_37.blue {
  color: #ffffff;
}

.fs_style_37.blue:after {
  background: #003D79;
}

.fs_style_37.green {
  color: #ffffff;
}

.fs_style_37.green:after {
  background: #006225;
}

.fs_style_37.yellow {
  color: #ffffff;
}

.fs_style_37.yellow:after {
  background: #C4960C;
}

.fs_style_38 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  border-color: #ffffff;
  line-height: 16px;
  padding: 9px 16px;
}

.fs_style_38:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_38:hover,
.fs_style_38:focus,
.fsStateSelected .fs_style_38,
.fs_style_38.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_38:hover:after,
.fs_style_38:focus:after,
.fsStateSelected .fs_style_38:after,
.fs_style_38.on:after {
  width: 100%;
}

.fs_style_38:before {
  content: "\E90B";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  margin-right: 10px;
}

.fs_style_39 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  border-color: #ffffff;
  line-height: 16px;
  padding: 9px 16px;
}

.fs_style_39:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_39:hover,
.fs_style_39:focus,
.fsStateSelected .fs_style_39,
.fs_style_39.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_39:hover:after,
.fs_style_39:focus:after,
.fsStateSelected .fs_style_39:after,
.fs_style_39.on:after {
  width: 100%;
}

.fs_style_39:before {
  content: "\E909";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  margin-right: 10px;
}

.fs_style_39.red {
  color: #ffffff;
}

.fs_style_39.red:after {
  background: #820024;
}

.fs_style_39.blue {
  color: #ffffff;
}

.fs_style_39.blue:after {
  background: #003D79;
}

.fs_style_39.green {
  color: #ffffff;
}

.fs_style_39.green:after {
  background: #006225;
}

.fs_style_39.yellow {
  color: #ffffff;
}

.fs_style_39.yellow:after {
  background: #C4960C;
}

.fs_style_40 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  border-color: #ffffff;
  line-height: 16px;
  padding: 9px 16px;
}

.fs_style_40:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_40:hover,
.fs_style_40:focus,
.fsStateSelected .fs_style_40,
.fs_style_40.on {
  color: #292929;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fs_style_40:hover:after,
.fs_style_40:focus:after,
.fsStateSelected .fs_style_40:after,
.fs_style_40.on:after {
  width: 100%;
}

.fs_style_40:before {
  content: "\E908";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  margin-right: 10px;
}

.fs_style_40.red {
  color: #ffffff;
}

.fs_style_40.red:after {
  background: #820024;
}

.fs_style_40.blue {
  color: #ffffff;
}

.fs_style_40.blue:after {
  background: #003D79;
}

.fs_style_40.green {
  color: #ffffff;
}

.fs_style_40.green:after {
  background: #006225;
}

.fs_style_40.yellow {
  color: #ffffff;
}

.fs_style_40.yellow:after {
  background: #C4960C;
}

.fs_style_34 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 38px 20px;
  background: #006225;
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  font-family: "Noto Serif", serif;
  text-transform: none;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px transparent;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_34 em {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
}

.fs_style_34:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_34:hover,
.fs_style_34:focus,
.fsStateSelected .fs_style_34,
.fs_style_34.on {
  border: solid 1px rgba(98, 98, 98, 0.45);
  color: #006225;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_34:hover:after,
.fs_style_34:focus:after,
.fsStateSelected .fs_style_34:after,
.fs_style_34.on:after {
  width: 100%;
}

.fs_style_33 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 38px 20px;
  background: #003D79;
  color: #ffffff;
  font-size: 35px;
  line-height: 50px;
  font-family: "Noto Serif", serif;
  text-transform: none;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px transparent;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_33 em {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
}

.fs_style_33:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_33:hover,
.fs_style_33:focus,
.fsStateSelected .fs_style_33,
.fs_style_33.on {
  border: solid 1px rgba(98, 98, 98, 0.45);
  color: #003D79;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_33:hover:after,
.fs_style_33:focus:after,
.fsStateSelected .fs_style_33:after,
.fs_style_33.on:after {
  width: 100%;
}

.fs_style_35 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 38px 20px;
  background: #820024;
  color: #ffffff;
  font-size: 35px;
  line-height: 50px;
  font-family: "Noto Serif", serif;
  text-transform: none;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px transparent;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_35 em {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
}

.fs_style_35:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_35:hover,
.fs_style_35:focus,
.fsStateSelected .fs_style_35,
.fs_style_35.on {
  border: solid 1px rgba(98, 98, 98, 0.45);
  color: #820024;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_35:hover:after,
.fs_style_35:focus:after,
.fsStateSelected .fs_style_35:after,
.fs_style_35.on:after {
  width: 100%;
}

.fs_style_36 {
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 38px 20px;
  background: #C4960C;
  color: #292929;
  font-size: 35px;
  line-height: 50px;
  font-family: "Noto Serif", serif;
  text-transform: none;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px transparent;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fs_style_36 em {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
}

.fs_style_36:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fs_style_36:hover,
.fs_style_36:focus,
.fsStateSelected .fs_style_36,
.fs_style_36.on {
  border: solid 1px rgba(98, 98, 98, 0.45);
  color: #292929;
  -webkit-transition: .3s;
  transition: .3s;
}

.fs_style_36:hover:after,
.fs_style_36:focus:after,
.fsStateSelected .fs_style_36:after,
.fs_style_36.on:after {
  width: 100%;
}

.fsStyleDefaultButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #006225;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fsStyleDefaultButton:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #006225;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fsStyleDefaultButton:hover:after,
.fsStyleDefaultButton:focus:after,
.fsStateSelected .fsStyleDefaultButton:after,
.fsStyleDefaultButton.on:after {
  width: 100%;
}

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

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

.fsStyleUpdateButton {
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 20px;
  background: transparent;
  color: #006225;
  border-radius: 0;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: solid 1px rgba(98, 98, 98, 0.45);
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}

.fsStyleUpdateButton:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #006225;
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-color: transparent;
}

.fsStyleUpdateButton:hover:after,
.fsStyleUpdateButton:focus:after,
.fsStateSelected .fsStyleUpdateButton:after,
.fsStyleUpdateButton.on:after {
  width: 100%;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus {
  background: #006225;
  color: #ffffff;
}

.athletics-toggle-container {
  overflow: hidden;
}

.athletics-toggle-container > .fsElementContent {
  position: relative;
  margin: 20px 0;
  padding: 65px 0;
}

body:not(.fsComposeMode) .athletics-toggle-container {
  margin-bottom: 0;
}

.athletics-toggle-container .fsAthleticsEvent {
  margin-bottom: 0;
}

.athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard:not(.on) > header {
  -webkit-transition: .3s;
  transition: .3s;
}

.athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard:not(.on) > header h2 {
  -webkit-transition: .3s;
  transition: .3s;
}

.athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard:not(.on) > header:hover {
  background: #242424;
}

.athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard:not(.on) > header:hover h2 {
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.athletics-toggle-container .fsAthleticsEvent > .fsElementContent {
  position: relative;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
}

.athletics-toggle-container .fsAthleticsEvent > .fsElementContent .fsElementEmpty {
  min-height: 120px;
  padding: 30px;
}

.athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard.on > header {
  background-color: #003D79;
  cursor: default;
  border: none;
}

.athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard.on > header h2 {
  color: #fff;
}

.athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard.on > .fsElementContent {
  z-index: 2;
  max-height: inherit;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

.athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard.on > footer {
  display: block;
}

.fsComposeMode .athletics-toggle-container .fsAthleticsEvent > .fsElementContent {
  z-index: 2;
  max-height: inherit;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

.athletics-toggle-container.in-header > .fsElementContent,
.athletics-toggle-container.in-footer > .fsElementContent {
  background-color: #f8f8f8;
}

@media (min-width: 800px) {
  .athletics-toggle-container {
    position: relative;
  }

  .athletics-toggle-container > .fsElementContent {
    position: static;
    margin: 0;
  }
}

.fsAthleticsEvent.athletics-scoreboard {
  width: calc(100% - 55px);
  margin: 0 auto;
}

body:not(.fsComposeMode) .fsAthleticsEvent.athletics-scoreboard > footer {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 5px;
  height: 60px;
  width: calc(100% - 40px);
  margin: 0 auto;
  text-align: center;
  background-color: #006225;
  border-radius: 4px;
  -webkit-transition: .3s;
  transition: .3s;
}

body:not(.fsComposeMode) .fsAthleticsEvent.athletics-scoreboard > footer:hover {
  background-color: #003D79;
}

body:not(.fsComposeMode) .fsAthleticsEvent.athletics-scoreboard > footer .fsElementFooterContent {
  height: 100%;
  margin-top: 0;
}

body:not(.fsComposeMode) .fsAthleticsEvent.athletics-scoreboard > footer div {
  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;
  height: 100%;
}

body:not(.fsComposeMode) .fsAthleticsEvent.athletics-scoreboard > footer a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 20px;
  text-transform: uppercase;
}

body:not(.fsComposeMode) .fsAthleticsEvent.athletics-scoreboard > footer a br {
  display: none;
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .fsAthleticsEvent.athletics-scoreboard > footer a br {
    display: block;
  }
}

body:not(.fsComposeMode) .fsAthleticsEvent.athletics-scoreboard > header {
  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: absolute;
  top: 0;
  left: 20px;
  z-index: 15;
  height: 60px;
  width: calc(50% - 25px);
  margin-top: 5px;
  text-align: center;
  background-color: #6D676E;
  border-radius: 4px;
  border-right: none;
  border-left: none;
  cursor: pointer;
}

body:not(.fsComposeMode) .fsAthleticsEvent.athletics-scoreboard > header h2 {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 20px;
  text-transform: uppercase;
}

body:not(.fsComposeMode) .fsAthleticsEvent.athletics-scoreboard.athletics-scores > header {
  left: auto;
  right: 20px;
}

.fsAthleticsEvent.athletics-scoreboard .fsListItems {
  zoom: 1;
}

.fsAthleticsEvent.athletics-scoreboard .fsListItems:after {
  display: table;
  clear: both;
  content: '';
}

.fsAthleticsEvent.athletics-scoreboard .fsListItems article {
  min-height: 135px;
  margin: 17px 2px;
  padding: 0 15px;
  color: #626262;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  outline: transparent;
}

@media (min-width: 600px) {
  .fsAthleticsEvent.athletics-scoreboard .fsListItems article {
    border-right: 1px solid #e1e1e1;
  }
}

.fsAthleticsEvent.athletics-scoreboard .fsDateTime {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
}

.fsAthleticsEvent.athletics-scoreboard .fsDateTime .fsSeparator {
  color: #f8f8f8;
}

.fsAthleticsEvent.athletics-scoreboard .fsDateTime .fsDayName {
  padding-right: 5px;
}

.fsAthleticsEvent.athletics-scoreboard .fsDateTime .fsTime {
  padding-left: 5px;
}

.fsAthleticsEvent.athletics-scoreboard .fsTitle {
  display: block;
  margin-bottom: 5px;
  color: #006225;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.fsAthleticsEvent.athletics-scoreboard .fsTitle .fsAthleticsEventDetailLink {
  display: block;
  color: inherit;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAthleticsEvent.athletics-scoreboard .fsTitle .fsAthleticsEventDetailLink:hover {
  opacity: .8;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsAthleticsEvent.athletics-scoreboard .fsAthleticsOpponents {
  display: block;
  margin-bottom: 5px;
  color: #6D676E;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}

.fsAthleticsEvent.athletics-scoreboard .fsAthleticsAdvantage {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  vertical-align: bottom;
}

.fsAthleticsEvent.athletics-scoreboard .fsAthleticsLocations,
.fsAthleticsEvent.athletics-scoreboard .fsAthleticsStatus {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  vertical-align: bottom;
}

.fsAthleticsEvent.athletics-scoreboard .fsAthleticsLocations + .fsAthleticsStatus:before {
  content: '|';
  display: inline-block;
  margin-right: 3px;
  color: #f8f8f8;
}

.fsAthleticsEvent.athletics-scoreboard .fsAthleticsStatus {
  color: #006225;
}

.fsAthleticsEvent.athletics-scoreboard .fsAthleticsResultWrapper {
  font-size: 14px;
  color: #006225;
}

.fsAthleticsEvent.athletics-scoreboard .fsAthleticsResultWrapper .fsAthleticsResult:after {
  content: '|';
  display: inline-block;
  margin-left: 3px;
  color: #f8f8f8;
}

.fsAthleticsEvent.athletics-scoreboard .fsAthleticsEventReadMoreLink {
  display: block;
  position: relative;
  padding-left: 10px;
  color: #006225;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.fsAthleticsEvent.athletics-scoreboard .fsAthleticsEventReadMoreLink:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  left: 0;
  content: '\E91E';
  font-family: "IcoMoon";
}

.fsAthleticsEvent.athletics-scoreboard .fsAthleticsEventReadMoreLink:hover,
.fsAthleticsEvent.athletics-scoreboard .fsAthleticsEventReadMoreLink:focus {
  text-decoration: underline;
}

.fsAthleticsEvent.athletics-scoreboard .fsLoadMoreButton {
  height: 60px;
  width: 100%;
  margin-bottom: 5px;
  color: #6D676E;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #6D676E;
  border-radius: 4px;
}

.fsAthleticsEvent.athletics-scoreboard .fsLoadMoreButton:hover {
  color: #fff;
  background: #006225;
  border-color: #006225;
}

.fsAthleticsEvent.athletics-scoreboard .slick-arrow {
  overflow: hidden;
  position: absolute;
  top: -46px;
  z-index: 10;
  height: calc(100% + 92px);
  width: 35px;
  min-height: 145px;
  padding: 0;
  color: transparent;
  background-color: transparent;
  border: none;
  outline: 0;
}

.fsAthleticsEvent.athletics-scoreboard .slick-arrow:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  content: '';
  color: #6D676E;
  font-family: "IcoMoon";
  font-size: 40px;
  line-height: 1;
}

.fsAthleticsEvent.athletics-scoreboard .slick-arrow.slick-prev {
  left: -30px;
}

.fsAthleticsEvent.athletics-scoreboard .slick-arrow.slick-prev:after {
  content: '\E91D';
}

.fsAthleticsEvent.athletics-scoreboard .slick-arrow.slick-next {
  right: -30px;
}

.fsAthleticsEvent.athletics-scoreboard .slick-arrow.slick-next:after {
  z-index: 3;
  content: "\E91E";
  right: 10px;
  left: auto;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.in-header .fsAthleticsEvent.athletics-scoreboard .slick-arrow.slick-next:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, transparent), color-stop(30%, #f8f8f8));
  background: linear-gradient(90deg, transparent 5%, #f8f8f8 30%);
}

.fsAthleticsEvent.athletics-scoreboard.scores article {
  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;
}

.fsAthleticsEvent.athletics-scoreboard.scores article > div {
  margin-bottom: 0;
}

.fsPageLayout .athletics-toggle-container {
  border-top: 1px solid #ADAFB4;
  border-bottom: 1px solid #ADAFB4;
}

body.fsHasLeftBanner .fsPageLayout .athletics-toggle-container,
body.fsHasLeftBanner .fsBannerRight .athletics-toggle-container,
body.fsHasLeftBanner .fsBannerLeft .athletics-toggle-container,
body.fsHasRightBanner .fsPageLayout .athletics-toggle-container,
body.fsHasRightBanner .fsBannerRight .athletics-toggle-container,
body.fsHasRightBanner .fsBannerLeft .athletics-toggle-container {
  border: 1px solid #adafb4;
  padding: 20px 0;
}

@media (min-width: 800px) {
  body.fsHasLeftBanner .fsPageLayout .athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard > header,
  body.fsHasLeftBanner .fsBannerRight .athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard > header,
  body.fsHasLeftBanner .fsBannerLeft .athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard > header,
  body.fsHasRightBanner .fsPageLayout .athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard > header,
  body.fsHasRightBanner .fsBannerRight .athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard > header,
  body.fsHasRightBanner .fsBannerLeft .athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard > header {
    top: 20px;
  }
}

@media (min-width: 800px) {
  body.fsHasLeftBanner .fsPageLayout .athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard > footer,
  body.fsHasLeftBanner .fsBannerRight .athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard > footer,
  body.fsHasLeftBanner .fsBannerLeft .athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard > footer,
  body.fsHasRightBanner .fsPageLayout .athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard > footer,
  body.fsHasRightBanner .fsBannerRight .athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard > footer,
  body.fsHasRightBanner .fsBannerLeft .athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard > footer {
    bottom: 20px;
  }
}

.fsBannerRight .athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard .fsListItems article,
.fsBannerLeft .athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard .fsListItems article {
  margin: 17px 0;
  border-right: 0;
  padding: 20px 0;
}

@media (min-width: 600px) {
  .fsBannerRight .athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard .fsListItems article:not(:last-of-type),
  .fsBannerLeft .athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard .fsListItems article:not(:last-of-type) {
    border-bottom: 1px solid #adafb4;
  }
}

@media (min-width: 800px) {
  body:not(.fsHasLeftBanner):not(.fsHasRightBanner) .fsPageContent .athletics-toggle-container > .fsElementContent {
    height: 100%;
    padding: 0;
  }
}

@media (min-width: 800px) {
  body body:not(.fsHasLeftBanner):not(.fsHasRightBanner) .fsPageContent .athletics-toggle-container {
    height: 170px;
  }
}

@media (min-width: 800px) {
  body:not(.fsHasLeftBanner):not(.fsHasRightBanner) .fsPageContent .athletics-toggle-container .fsAthleticsEvent > .fsElementContent {
    margin-top: 0;
  }
}

@media (min-width: 800px) {
  body:not(.fsHasLeftBanner):not(.fsHasRightBanner) .fsPageContent .athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard {
    width: calc(100% - 340px);
    padding-left: 35px;
  }
}

@media (min-width: 800px) {
  body:not(.fsHasLeftBanner):not(.fsHasRightBanner) .fsPageContent .athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard > footer {
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
    height: calc(100% - 40px);
    width: 105px;
  }
}

@media (min-width: 800px) {
  body:not(.fsHasLeftBanner):not(.fsHasRightBanner) .fsPageContent .athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard > header {
    top: 20px;
    left: 20px;
    height: 60px;
    width: 140px;
  }
}

@media (min-width: 800px) {
  body:not(.fsHasLeftBanner):not(.fsHasRightBanner) .fsPageContent .athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard > header h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    position: absolute;
    line-height: 1;
    width: 100%;
  }
}

@media (min-width: 800px) {
  body:not(.fsHasLeftBanner):not(.fsHasRightBanner) .fsPageContent .athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard.athletics-scores > header {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
  }
}

@media (min-width: 800px) {
  body:not(.fsHasLeftBanner):not(.fsHasRightBanner) .fsPageContent .athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard .slick-arrow {
    top: -1px;
    height: 100%;
    width: 30px;
  }
}

@media (min-width: 800px) {
  body:not(.fsHasLeftBanner):not(.fsHasRightBanner) .fsPageContent .athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard .slick-arrow.slick-prev {
    left: -35px;
  }
}

@media (min-width: 800px) {
  body:not(.fsHasLeftBanner):not(.fsHasRightBanner) .fsPageContent .athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard .slick-arrow.slick-next {
    right: -35px;
    width: 135px;
  }

  body:not(.fsHasLeftBanner):not(.fsHasRightBanner) .fsPageContent .athletics-toggle-container .fsAthleticsEvent.athletics-scoreboard .slick-arrow.slick-next:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    content: '';
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, transparent), color-stop(30%, #fff));
    background: linear-gradient(90deg, transparent 5%, #fff 30%);
  }
}

.athletics-toggle-container.in-header,
.athletics-toggle-container.in-footer {
  background: #f8f8f8;
  padding: 0 20px;
}

@media (min-width: 800px) {
  .athletics-toggle-container.in-header > .fsElementContent,
  .athletics-toggle-container.in-footer > .fsElementContent {
    height: 100%;
    padding: 0;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .athletics-toggle-container.in-header,
  body:not(.fsComposeMode) .athletics-toggle-container.in-footer {
    padding: 0;
  }
}

@media (min-width: 800px) {
  .athletics-toggle-container.in-header .fsAthleticsEvent > .fsElementContent,
  .athletics-toggle-container.in-footer .fsAthleticsEvent > .fsElementContent {
    margin-top: 0;
  }
}

@media (min-width: 800px) {
  .athletics-toggle-container.in-header .fsAthleticsEvent.athletics-scoreboard,
  .athletics-toggle-container.in-footer .fsAthleticsEvent.athletics-scoreboard {
    width: calc(100% - 340px);
    padding-left: 35px;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .athletics-toggle-container.in-header .fsAthleticsEvent.athletics-scoreboard > footer,
  body:not(.fsComposeMode) .athletics-toggle-container.in-footer .fsAthleticsEvent.athletics-scoreboard > footer {
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
    height: calc(100% - 40px);
    width: 105px;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .athletics-toggle-container.in-header .fsAthleticsEvent.athletics-scoreboard > header,
  body:not(.fsComposeMode) .athletics-toggle-container.in-footer .fsAthleticsEvent.athletics-scoreboard > header {
    top: 20px;
    left: 20px;
    height: 60px;
    width: 140px;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .athletics-toggle-container.in-header .fsAthleticsEvent.athletics-scoreboard > header h2,
  body:not(.fsComposeMode) .athletics-toggle-container.in-footer .fsAthleticsEvent.athletics-scoreboard > header h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    line-height: 1;
    width: 100%;
  }
}

@media (min-width: 800px) {
  body:not(.fsComposeMode) .athletics-toggle-container.in-header .fsAthleticsEvent.athletics-scoreboard.athletics-scores > header,
  body:not(.fsComposeMode) .athletics-toggle-container.in-footer .fsAthleticsEvent.athletics-scoreboard.athletics-scores > header {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
  }
}

@media (min-width: 800px) {
  .athletics-toggle-container.in-header .fsAthleticsEvent.athletics-scoreboard .slick-arrow,
  .athletics-toggle-container.in-footer .fsAthleticsEvent.athletics-scoreboard .slick-arrow {
    top: -1px;
    height: 100%;
    width: 30px;
  }
}

@media (min-width: 800px) {
  .athletics-toggle-container.in-header .fsAthleticsEvent.athletics-scoreboard .slick-arrow.slick-prev,
  .athletics-toggle-container.in-footer .fsAthleticsEvent.athletics-scoreboard .slick-arrow.slick-prev {
    left: -35px;
  }
}

@media (min-width: 800px) {
  .athletics-toggle-container.in-header .fsAthleticsEvent.athletics-scoreboard .slick-arrow.slick-next,
  .athletics-toggle-container.in-footer .fsAthleticsEvent.athletics-scoreboard .slick-arrow.slick-next {
    right: -35px;
    width: 135px;
  }

  .athletics-toggle-container.in-header .fsAthleticsEvent.athletics-scoreboard .slick-arrow.slick-next:before,
  .athletics-toggle-container.in-footer .fsAthleticsEvent.athletics-scoreboard .slick-arrow.slick-next:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    content: '';
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, transparent), color-stop(30%, #f8f8f8));
    background: linear-gradient(90deg, transparent 5%, #f8f8f8 30%);
  }
}