/*!
 * The St. Paul Schools - default_20
 * @link: https://spsfg.redesign.finalsite.com
 * Site Template: newclientcustom
 * Built By: Stephen Petrus
 * Project Manager: Dave Lopes
 * Designer: Manny Vargas
 * ==== Git Info ====
 * Branch Name: master
 * Build Version: 5.3.2
 * Git Tag: v5.2.2-33-gba31f71
 * Last built by: Stephen Petrus
 */
@charset "UTF-8";

/*! helpers - functions v0.0.1 */

/*! helpers - utility v0.0.1 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! helpers - presentational v0.0.1 */

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

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

/*! helpers - typography v0.0.1 */

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

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

h1 {
  color: #585858;
  margin-top: 0;
  font-weight: normal;
  color: #585858;
  font-size: 44px;
  line-height: 63px;
  font-family: "IBM Plex Serif", Georgia, serif;
  margin-bottom: 7px;
}

h2 {
  color: #585858;
  margin-top: 0;
  font-weight: normal;
  color: #4A4A4A;
  font-size: 30px;
  line-height: 39px;
  font-family: "IBM Plex Serif", Georgia, serif;
  margin-bottom: 6px;
}

h3 {
  color: #585858;
  margin-top: 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 31px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2.08px;
  margin-bottom: 5px;
}

h4 {
  color: #585858;
  margin-top: 0;
  font-weight: normal;
  font-size: 23px;
  line-height: 32px;
  font-family: "IBM Plex Serif", Georgia, serif;
  margin-bottom: 3px;
}

h2.fsElementTitle {
  color: #585858;
  margin-top: 0;
  font-weight: normal;
  font-size: 23px;
  line-height: 32px;
  font-family: "IBM Plex Serif", Georgia, serif;
  margin-bottom: 3px;
  margin-bottom: 21px;
}

h5 {
  color: #585858;
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 2px;
}

h6 {
  color: #585858;
  margin-top: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.75px;
  margin-bottom: 10px;
}

p {
  margin: 0 0 15px;
}

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

hr {
  margin: 0 auto 20px;
}

a {
  color: #585858;
  text-decoration: underline;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

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

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

.fsAthleticsEvent.fsTable .fsElementTable,
.fsAthleticsRoster .fsElementTable,
table.styled,
table.fs_style_32 {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  overflow-x: auto;
}

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.styled th,
table.styled td,
table.fs_style_32 th,
table.fs_style_32 td {
  vertical-align: top;
}

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.styled th,
table.fs_style_32 th {
  padding: 12px 16px 14px;
  border: 0;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 25px;
  line-height: 35px;
  text-align: left;
  font-weight: 500;
  font-family: "IBM Plex Serif", Georgia, serif;
  letter-spacing: 0;
  background: #585858;
}

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.styled td,
table.fs_style_32 td {
  padding: 15px 20px 16px;
  border: 0;
  border-bottom: 1px solid #ffffff;
  color: #4A4A4A;
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  background: #F6F6F6;
}

.fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td,
.fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
table.styled tr:nth-of-type(odd) td,
table.fs_style_32 tr:nth-of-type(odd) td {
  background: #FFFFFF;
}

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

.fsAthleticsEvent.fsTable .fsElementTable tr.fsLoadMoreButtonRow > td,
.fsAthleticsRoster .fsElementTable tr.fsLoadMoreButtonRow > td,
table.styled tr.fsLoadMoreButtonRow > td,
table.fs_style_32 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.styled:last-child,
body:not(.fsComposeMode) table.fs_style_32: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_39 {
  display: inline-block;
  margin: 0 0 10px;
  min-width: 220px;
  padding: 15px 17px 14px;
  border: 3px solid #003865;
  border-radius: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.3px;
  background: #003865;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
}

.fs_style_39:hover,
.fs_style_39:focus,
.fsStateSelected .fs_style_39,
.fs_style_39.on {
  border-color: #003865;
  color: #226E2F;
  text-decoration: none;
  background: transparent;
}

.fs_style_39 em {
  display: block;
  margin-top: -2px;
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

.fs_style_41 {
  display: inline-block;
  margin: 0 0 10px;
  min-width: 220px;
  padding: 15px 17px 14px;
  border: 3px solid #ffffff;
  border-radius: 0;
  color: #003865;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.3px;
  background: #ffffff;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
}

.fs_style_41:hover,
.fs_style_41:focus,
.fsStateSelected .fs_style_41,
.fs_style_41.on {
  border-color: #ffffff;
  color: #ffffff;
  text-decoration: none;
  background: transparent;
}

.fs_style_41 em {
  display: block;
  margin-top: -2px;
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

.fs_style_40 {
  display: inline-block;
  margin: 0 0 10px;
  min-width: 220px;
  padding: 15px 17px 14px;
  border: 3px solid #003865;
  border-radius: 0;
  color: #226E2F;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.3px;
  background: transparent;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
}

.fs_style_40:hover,
.fs_style_40:focus,
.fsStateSelected .fs_style_40,
.fs_style_40.on {
  border-color: #003865;
  color: #ffffff;
  text-decoration: none;
  background: #003865;
}

.fs_style_40 em {
  display: block;
  margin-top: -2px;
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

.fs_style_42 {
  display: inline-block;
  margin: 0 0 10px;
  min-width: 220px;
  padding: 15px 17px 14px;
  border: 3px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.3px;
  background: transparent;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
}

.fs_style_42:hover,
.fs_style_42:focus,
.fsStateSelected .fs_style_42,
.fs_style_42.on {
  border-color: #ffffff;
  color: #003865;
  text-decoration: none;
  background: #ffffff;
}

.fs_style_42 em {
  display: block;
  margin-top: -2px;
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

.fs_style_34 {
  display: inline-block;
  margin: 0 0 10px;
  min-width: 220px;
  padding: 15px 17px 14px;
  border: 3px solid #226E2F;
  border-radius: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.3px;
  background: #226E2F;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
}

.fs_style_34:hover,
.fs_style_34:focus,
.fsStateSelected .fs_style_34,
.fs_style_34.on {
  border-color: #226E2F;
  color: #003865;
  text-decoration: none;
  background: transparent;
}

.fs_style_34 em {
  display: block;
  margin-top: -2px;
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

.fs_style_35 {
  display: inline-block;
  margin: 0 0 10px;
  min-width: 220px;
  padding: 15px 17px 14px;
  border: 3px solid #ffffff;
  border-radius: 0;
  color: #226E2F;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.3px;
  background: #ffffff;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
}

.fs_style_35:hover,
.fs_style_35:focus,
.fsStateSelected .fs_style_35,
.fs_style_35.on {
  border-color: #ffffff;
  color: #ffffff;
  text-decoration: none;
  background: transparent;
}

.fs_style_35 em {
  display: block;
  margin-top: -2px;
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

.fs_style_37 {
  display: inline-block;
  margin: 0 0 10px;
  min-width: 220px;
  padding: 15px 17px 14px;
  border: 3px solid #226E2F;
  border-radius: 0;
  color: #003865;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.3px;
  background: transparent;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
}

.fs_style_37:hover,
.fs_style_37:focus,
.fsStateSelected .fs_style_37,
.fs_style_37.on {
  border-color: #226E2F;
  color: #ffffff;
  text-decoration: none;
  background: #226E2F;
}

.fs_style_37 em {
  display: block;
  margin-top: -2px;
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

.fs_style_38 {
  display: inline-block;
  margin: 0 0 10px;
  min-width: 220px;
  padding: 15px 17px 14px;
  border: 3px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.3px;
  background: transparent;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
}

.fs_style_38:hover,
.fs_style_38:focus,
.fsStateSelected .fs_style_38,
.fs_style_38.on {
  border-color: #ffffff;
  color: #226E2F;
  text-decoration: none;
  background: #ffffff;
}

.fs_style_38 em {
  display: block;
  margin-top: -2px;
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

.fs_style_43 {
  display: inline-block;
  margin: 0 0 10px;
  min-width: 220px;
  padding: 15px 17px 14px;
  border: 3px solid #D3B63B;
  border-radius: 0;
  color: #003865;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.3px;
  background: #D3B63B;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
}

.fs_style_43:hover,
.fs_style_43:focus,
.fsStateSelected .fs_style_43,
.fs_style_43.on {
  border-color: #D3B63B;
  color: #003865;
  text-decoration: none;
  background: transparent;
}

.fs_style_43 em {
  display: block;
  margin-top: -2px;
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

.fs_style_44 {
  display: inline-block;
  margin: 0 0 10px;
  min-width: 220px;
  padding: 15px 17px 14px;
  border: 3px solid #D3B63B;
  border-radius: 0;
  color: #003865;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.3px;
  background: transparent;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
}

.fs_style_44:hover,
.fs_style_44:focus,
.fsStateSelected .fs_style_44,
.fs_style_44.on {
  border-color: #D3B63B;
  color: #003865;
  text-decoration: none;
  background: #D3B63B;
}

.fs_style_44 em {
  display: block;
  margin-top: -2px;
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

.fs_style_53 {
  display: inline-block;
  margin: 0 0 10px;
  min-width: 220px;
  padding: 15px 17px 14px;
  border: 3px solid #585858;
  border-radius: 0;
  color: #585858;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.3px;
  background: transparent;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
}

.fs_style_53:hover,
.fs_style_53:focus,
.fsStateSelected .fs_style_53,
.fs_style_53.on {
  border-color: #585858;
  color: #ffffff;
  text-decoration: none;
  background: #585858;
}

.fs_style_53 em {
  display: block;
  margin-top: -2px;
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

.fs_style_54 {
  display: inline-block;
  margin: 0 0 10px;
  min-width: 220px;
  padding: 15px 17px 14px;
  border: 3px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.3px;
  background: transparent;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
}

.fs_style_54:hover,
.fs_style_54:focus,
.fsStateSelected .fs_style_54,
.fs_style_54.on {
  border-color: #ffffff;
  color: #585858;
  text-decoration: none;
  background: #ffffff;
}

.fs_style_54 em {
  display: block;
  margin-top: -2px;
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

.fs_style_49 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 25px 42px 25px;
  border: 1px solid #4C4C4C;
  border-radius: 300px;
  color: #4C4C4C;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2.57px;
  background: transparent;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
}

.fs_style_49:hover,
.fs_style_49:focus,
.fsStateSelected .fs_style_49,
.fs_style_49.on {
  border-color: #003865;
  color: #ffffff;
  text-decoration: none;
  background: #003865;
}

.fs_style_48 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 25px 42px 25px;
  border: 1px solid #4C4C4C;
  border-radius: 300px;
  color: #4C4C4C;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2.57px;
  background: transparent;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
}

.fs_style_48:hover,
.fs_style_48:focus,
.fsStateSelected .fs_style_48,
.fs_style_48.on {
  border-color: #226E2F;
  color: #ffffff;
  text-decoration: none;
  background: #226E2F;
}

.fs_style_50 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 25px 42px 25px;
  border: 1px solid #4C4C4C;
  border-radius: 300px;
  color: #4C4C4C;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2.57px;
  background: transparent;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
}

.fs_style_50:hover,
.fs_style_50:focus,
.fsStateSelected .fs_style_50,
.fs_style_50.on {
  border-color: #D3B63B;
  color: #333333;
  text-decoration: none;
  background: #D3B63B;
}

.fs_style_47 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 25px 42px 25px;
  border: 1px solid #4C4C4C;
  border-radius: 300px;
  color: #4C4C4C;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2.57px;
  background: transparent;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  padding-right: 96px;
  position: relative;
  text-align: left;
}

.fs_style_47:hover,
.fs_style_47:focus,
.fsStateSelected .fs_style_47,
.fs_style_47.on {
  border-color: #003865;
  color: #ffffff;
  text-decoration: none;
  background: #003865;
}

.fs_style_47:after {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  position: absolute;
  top: 50%;
  right: 42px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #003865;
  font-size: 15px;
  line-height: 16px;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.fs_style_47:hover:after,
.fs_style_47:focus:after,
.fsStateSelected .fs_style_47:after,
.fs_style_47.on:after {
  color: #ffffff;
}

.fs_style_51 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 25px 42px 25px;
  border: 1px solid #4C4C4C;
  border-radius: 300px;
  color: #4C4C4C;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2.57px;
  background: transparent;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  padding-right: 96px;
  position: relative;
  text-align: left;
}

.fs_style_51:hover,
.fs_style_51:focus,
.fsStateSelected .fs_style_51,
.fs_style_51.on {
  border-color: #226E2F;
  color: #ffffff;
  text-decoration: none;
  background: #226E2F;
}

.fs_style_51:after {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  position: absolute;
  top: 50%;
  right: 42px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #226E2F;
  font-size: 15px;
  line-height: 16px;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.fs_style_51:hover:after,
.fs_style_51:focus:after,
.fsStateSelected .fs_style_51:after,
.fs_style_51.on:after {
  color: #ffffff;
}

.fs_style_52 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 25px 42px 25px;
  border: 1px solid #4C4C4C;
  border-radius: 300px;
  color: #4C4C4C;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2.57px;
  background: transparent;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  padding-right: 96px;
  position: relative;
  text-align: left;
}

.fs_style_52:hover,
.fs_style_52:focus,
.fsStateSelected .fs_style_52,
.fs_style_52.on {
  border-color: #D3B63B;
  color: #333333;
  text-decoration: none;
  background: #D3B63B;
}

.fs_style_52:after {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  position: absolute;
  top: 50%;
  right: 42px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #D3B63B;
  font-size: 15px;
  line-height: 16px;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.fs_style_52:hover:after,
.fs_style_52:focus:after,
.fsStateSelected .fs_style_52:after,
.fs_style_52.on:after {
  color: #333333;
}

.fsStyleDefaultButton {
  display: inline-block;
  margin: 0 0 10px;
  min-width: 220px;
  padding: 15px 17px 14px;
  border: 3px solid #585858;
  border-radius: 0;
  color: #585858;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.3px;
  background: transparent;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
  border-color: #585858;
  color: #ffffff;
  text-decoration: none;
  background: #585858;
}

.fsStyleDefaultButton em {
  display: block;
  margin-top: -2px;
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

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

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

.fsAccount input[type="submit"],
.fsLoginSubmit {
  display: inline-block;
  margin: 0 0 10px;
  min-width: 220px;
  padding: 15px 17px 14px;
  border: 3px solid #585858;
  border-radius: 0;
  color: #585858;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.3px;
  background: transparent;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  display: block;
}

.fsAccount input[type="submit"]:hover,
.fsAccount input[type="submit"]:focus,
.fsStateSelected .fsAccount input[type="submit"],
.fsAccount input[type="submit"].on,
.fsLoginSubmit:hover,
.fsLoginSubmit:focus,
.fsStateSelected .fsLoginSubmit,
.fsLoginSubmit.on {
  border-color: #585858;
  color: #ffffff;
  text-decoration: none;
  background: #585858;
}

.fsAccount input[type="submit"] em,
.fsLoginSubmit em {
  display: block;
  margin-top: -2px;
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

.fsAccount input[name*="passkey"] + .fsLoginSubmit {
  display: block;
}

.fsStyleUpdateButton {
  display: inline-block;
  margin: 0 0 10px;
  min-width: 220px;
  padding: 15px 17px 14px;
  border: 3px solid #585858;
  border-radius: 0;
  color: #585858;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.3px;
  background: transparent;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
  border-color: #585858;
  color: #ffffff;
  text-decoration: none;
  background: #585858;
}

.fsStyleUpdateButton em {
  display: block;
  margin-top: -2px;
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

.juicer-feed .j-paginate {
  display: inline-block;
  margin: 0 0 10px;
  min-width: 220px;
  padding: 15px 17px 14px;
  border: 3px solid #585858;
  border-radius: 0;
  color: #585858;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.3px;
  background: transparent;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  display: block;
  width: 150px;
  min-width: 0;
  margin: 50px auto;
}

.juicer-feed .j-paginate:hover,
.juicer-feed .j-paginate:focus,
.fsStateSelected .juicer-feed .j-paginate,
.juicer-feed .j-paginate.on {
  border-color: #585858;
  color: #ffffff;
  text-decoration: none;
  background: #585858;
}

.juicer-feed .j-paginate em {
  display: block;
  margin-top: -2px;
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

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

/*! elements - common v0.0.1 */

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

.fsElement {
  margin-bottom: 70px;
}

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

.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: #4A4A4A;
  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(74, 74, 74, 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: #4A4A4A;
}

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

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

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

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

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

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

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

.fsElementDialog {
  color: #4A4A4A;
}

.fs_style_30 {
  font-size: 22px;
  line-height: 34px;
  font-family: "IBM Plex Serif", Georgia, serif;
}

blockquote {
  margin: 40px 46px 40px;
  color: #585858;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  font-family: "IBM Plex Serif", Georgia, serif;
}

@media (min-width: 550px) {
  blockquote {
    font-size: 26px;
    line-height: 43px;
  }
}

.fsBannerLeft blockquote,
.fsBannerRight blockquote,
.fsStyleOneThird blockquote,
.fsTwoColumnLayout blockquote,
.fsThreeColumnLayout > .fsDiv blockquote,
.fsFourColumnLayout > .fsDiv blockquote {
  font-size: 18px;
  line-height: 32px;
  margin: 40px 0 40px;
}

cite {
  display: block;
  margin: 23px 0 0;
  color: #585858;
  font-size: 14px;
  line-height: 22px;
  font-style: normal;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.75px;
}

.fs_style_31 {
  display: block;
  padding-left: 26px;
  position: relative;
}

.fs_style_31:before {
  content: '';
  display: block;
  width: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  bottom: 6px;
  background-color: #585858;
}

a.fs_style_33 {
  display: inline-block;
  color: #585858;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

a.fs_style_33:after {
  content: "\E910";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  height: 12px;
  margin-top: -1px;
  margin-left: 21px;
  color: #585858;
  font-size: 12px;
  line-height: 12px;
  -webkit-transition: right 0.4s ease 0s;
  transition: right 0.4s ease 0s;
}

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

a.fs_style_36 {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

a.fs_style_36:after {
  content: "\E910";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  height: 12px;
  margin-top: -1px;
  margin-left: 21px;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  -webkit-transition: right 0.4s ease 0s;
  transition: right 0.4s ease 0s;
}

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

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

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

.fsNavigation a:hover,
.fsNavigation a:focus {
  color: #585858;
  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-breadcrumb-header.fsElement {
  margin-bottom: 0;
}

.nav-breadcrumb-header.nav-hide {
  opacity: 0;
  visibility: hidden;
}

.nav-breadcrumb-header ul {
  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-breadcrumb-header ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  min-height: 16px;
  color: #696969;
  font-size: 16px;
  line-height: 23px;
  vertical-align: top;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
  font-family: "Roboto", sans-serif;
}

.nav-breadcrumb-header ul li a {
  display: block;
  color: #585858;
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
  font-weight: normal;
  vertical-align: top;
  font-family: "Roboto", sans-serif;
}

.nav-breadcrumb-header ul li a:hover,
.nav-breadcrumb-header ul li a:focus {
  color: #585858;
}

.nav-breadcrumb-header .fsNavBreadcrumbSeperator {
  display: block;
  width: 27px;
  position: relative;
  font-size: 0;
  line-height: 16px;
  vertical-align: top;
}

.nav-breadcrumb-header .fsNavBreadcrumbSeperator:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  position: absolute;
  top: 5px;
  left: 12px;
  color: #226E2F;
  font-size: 8px;
  line-height: 13px;
  vertical-align: top;
}

.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-secondary-header {
  width: 100%;
}

.nav-secondary-header > .fsElementContent {
  padding: 12px 0 7px;
}

.nav-secondary-header nav {
  text-align: center;
}

.nav-secondary-header .fsNavLevel1 {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}

.nav-secondary-header .fsNavLevel1 > li {
  display: block;
  padding: 0 0 3px;
  margin: 0;
}

.nav-secondary-header .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #585858;
}

.nav-secondary-header .fsNavLevel1 > li > a {
  display: block;
  white-space: nowrap;
  padding: 7px 13px 7px !important;
  margin: 0;
  position: relative;
  color: #525252;
  font-size: 17px;
  line-height: 20px;
  font-weight: normal;
  text-align: center;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: background 0.3s ease 0s, color 0.3s ease 0s;
  transition: background 0.3s ease 0s, color 0.3s ease 0s;
}

.nav-secondary-header .fsNavLevel1 > li > a:hover,
.nav-secondary-header .fsNavLevel1 > li > a:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #585858;
}

.nav-main {
  display: none;
  margin-bottom: 20px;
}

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

@media (min-width: 900px) {
  .nav-main > .fsElementContent {
    width: 324px;
  }
}

.nav-main .menu-toggle {
  display: none;
}

.nav-main .fsNavLevel1 {
  position: relative;
  padding-bottom: 44px;
}

.nav-main .fsNavLevel1:after {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  top: 33px;
  right: -33px;
  bottom: 0;
  background-color: #c7ab33;
  opacity: 1;
}

.nav-main .fsNavLevel1 > li {
  margin: 0;
  border: 0;
}

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

.nav-main .fsNavLevel1 > li:hover > a:before,
.nav-main .fsNavLevel1 > li.menu-item-open > a:before {
  max-width: 70px;
}

.nav-main .fsNavLevel1 > li:hover > a span:before,
.nav-main .fsNavLevel1 > li.menu-item-open > a span:before {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease 0.13s;
  transition: opacity 0.2s ease 0.13s;
}

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

.nav-main .fsNavLevel1 > li > a {
  padding: 20px 0 20px 20px;
  color: #FFFFFF;
  font-size: 28px;
  line-height: 1;
  font-weight: normal;
  font-family: "IBM Plex Serif", Georgia, serif;
  position: relative;
  -webkit-transition: background 0.3s ease 0s, color 0.3s ease 0s;
  transition: background 0.3s ease 0s, color 0.3s ease 0s;
}

.fsHasTheme3 .nav-main .fsNavLevel1 > li > a,
.fsHasTheme4 .nav-main .fsNavLevel1 > li > a {
  color: #63666A;
}

.nav-main .fsNavLevel1 > li > a span {
  display: inline-block;
  position: relative;
}

.nav-main .fsNavLevel1 > li > a:hover,
.nav-main .fsNavLevel1 > li > a:focus {
  color: #c7ab33 !important;
  text-decoration: none;
}

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

.nav-main .fsNavLevel1 > li > .fsNavPageInfo {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
}

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

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

.nav-main .fsNavLevel1 > li .fsNavPageInfo {
  padding: 0 20px;
  width: 390px;
  top: 0;
  left: 100%;
  right: auto;
  bottom: 0;
}

.nav-main .fsNavLevel1 > li.menu-item-open > a {
  color: #c7ab33;
  text-decoration: none;
}

.nav-main .fsNavLevel1 > li.menu-item-open > a > span {
  opacity: 1;
}

.nav-main .fsNavLevel1 > li.menu-item-open .fsNavPageInfo {
  padding: 0 0 0 83px;
  max-height: 9999px;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.nav-main .fsNavPageInfo {
  z-index: 300;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

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

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

.nav-main .fsNavLevel2 {
  padding-top: 10px;
}

.nav-main .fsNavLevel2 > li {
  padding: 2px 0 3px;
  margin: 0;
}

.nav-main .fsNavLevel2 > li > a {
  display: block;
  padding: 6px 27px 7px 7px;
  margin: 0;
  position: relative;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 29px;
  font-weight: normal;
  font-family: "IBM Plex Serif", Georgia, serif;
  text-decoration: none;
  background: transparent;
}

.fsHasTheme3 .nav-main .fsNavLevel2 > li > a,
.fsHasTheme4 .nav-main .fsNavLevel2 > li > a {
  color: #63666A;
}

.nav-main .fsNavLevel2 > li > a > span {
  position: relative;
  left: 0;
  -webkit-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
}

.nav-main .fsNavLevel2 > li > a:hover,
.nav-main .fsNavLevel2 > li > a:focus {
  color: #c7ab33 !important;
  text-decoration: none;
  background: transparent;
}

.nav-main .fsNavLevel2 > li > a:hover > span,
.nav-main .fsNavLevel2 > li > a:focus > span {
  left: 20px;
}

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

.nav-main-mobile {
  padding: 0 0 12px;
  margin-bottom: 0;
  border: 0;
  position: relative;
}

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

.nav-main-mobile ul,
.nav-main-mobile li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-main-mobile nav a {
  display: block;
}

.nav-main-mobile .menu-toggle {
  display: block;
  width: 57px;
  border: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: calc(100% - 60px);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  overflow: hidden;
}

.nav-main-mobile .menu-toggle:before,
.nav-main-mobile .menu-toggle:after {
  content: '';
  display: block;
  position: absolute;
  left: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background-color: #ffffff;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}

.fsHasTheme3 .nav-main-mobile .menu-toggle:before,
.fsHasTheme4 .nav-main-mobile .menu-toggle:before,
.fsHasTheme3 .nav-main-mobile .menu-toggle:after,
.fsHasTheme4 .nav-main-mobile .menu-toggle:after {
  background-color: #63666A;
}

.nav-main-mobile .menu-toggle:before {
  width: 1px;
  height: 15px;
  top: 23px;
  right: 28px;
}

.nav-main-mobile .menu-toggle:after {
  height: 1px;
  width: 15px;
  position: absolute;
  top: 30px;
  right: 21px;
}

.nav-main-mobile .menu-toggle > span {
  position: absolute;
  top: -9999em;
  left: -9999em;
  font-size: 0;
  line-height: 0;
}

.nav-main-mobile .fsNavPageInfo[style*="display: block"] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.nav-main-mobile .fsNavPageInfo[style*="display: flex"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.nav-main-mobile .fsNavLevel1 ul {
  display: none;
}

.nav-main-mobile .fsNavLevel1 li.fsNavParentPage > .fsNavPageInfo > ul {
  display: none;
}

.nav-main-mobile .fsNavLevel1 li.fsNavCurrentPage > a {
  text-decoration: underline;
}

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

.nav-main-mobile .fsNavLevel1 > li.menu-open > a {
  color: #CFB023;
}

.nav-main-mobile .fsNavLevel1 > li.menu-open > .menu-toggle:before {
  display: none;
}

.nav-main-mobile .fsNavLevel1 > li.menu-open > .menu-toggle:before,
.nav-main-mobile .fsNavLevel1 > li.menu-open > .menu-toggle:after {
  background-color: #c7ab33;
}

.nav-main-mobile .fsNavLevel1 > li.fsNavParentPage > a {
  padding-right: 0;
  margin-right: 67px;
}

.nav-main-mobile .fsNavLevel1 > li.fsNavParentPage > a:after {
  display: block;
}

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

.nav-main-mobile .fsNavLevel1 > li > .menu-toggle {
  -webkit-transition: background 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: background 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: background 0.3s ease 0s, transform 0.3s ease 0s;
  transition: background 0.3s ease 0s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.nav-main-mobile .fsNavLevel1 > li > a {
  display: block;
  border: 0;
  padding: 12px 0 18px 25px;
  position: relative;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  font-family: "IBM Plex Serif", Georgia, serif;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
}

.fsHasTheme3 .nav-main-mobile .fsNavLevel1 > li > a,
.fsHasTheme4 .nav-main-mobile .fsNavLevel1 > li > a {
  color: #63666A;
}

.nav-main-mobile .fsNavLevel1 > li > a:hover,
.nav-main-mobile .fsNavLevel1 > li > a:focus {
  color: #c7ab33 !important;
}

.nav-main-mobile .fsNavLevel1 > li > a span {
  display: inline-block;
  padding: 0;
  position: relative;
}

.nav-main-mobile .fsNavLevel1 > li.active > .fsNavPageInfo > .fsNavPageDescription,
.nav-main-mobile .fsNavLevel1 > li.active > .fsNavPageInfo > .fsNavPageThumbnail {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
}

.nav-main-mobile .fsNavLevel2 {
  padding: 0 0 8px;
  border: 0;
  position: relative;
}

.nav-main-mobile .fsNavLevel2 ul {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-main-mobile .fsNavLevel2 > li:last-of-type {
  border: 0;
}

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

.nav-main-mobile .fsNavLevel2 li.fsNavParentPage > a {
  margin-right: 67px;
}

.nav-main-mobile .fsNavLevel2 li .menu-toggle {
  top: 0;
  bottom: calc(100% - 31px);
}

.nav-main-mobile .fsNavLevel2 li .menu-toggle:before {
  width: 1px;
  height: 9px;
  top: 11px;
  right: 28px;
}

.nav-main-mobile .fsNavLevel2 li .menu-toggle:after {
  height: 1px;
  width: 9px;
  position: absolute;
  top: 15px;
  right: 24px;
}

.nav-main-mobile .fsNavLevel2 li.menu-open > a {
  color: #CFB023;
}

.nav-main-mobile .fsNavLevel2 li.menu-open > .menu-toggle:before {
  display: none;
}

.nav-main-mobile .fsNavLevel2 li.menu-open > .menu-toggle:before,
.nav-main-mobile .fsNavLevel2 li.menu-open > .menu-toggle:after {
  background-color: #c7ab33;
}

.nav-main-mobile .fsNavLevel2 li a {
  display: block;
  padding: 8px 0 8px 48px;
  border: 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  font-family: "IBM Plex Serif", Georgia, serif;
  text-decoration: none;
}

.fsHasTheme3 .nav-main-mobile .fsNavLevel2 li a,
.fsHasTheme4 .nav-main-mobile .fsNavLevel2 li a {
  color: #63666A;
}

.nav-main-mobile .fsNavLevel2 li a:hover,
.nav-main-mobile .fsNavLevel2 li a:focus {
  color: #c7ab33 !important;
}

.nav-main-mobile .fsNavLevel2 > li {
  display: block;
  position: relative;
}

.nav-main-mobile ul.fsNavLevel3 .menu-toggle {
  top: 0;
  right: -30px;
  bottom: calc(100% - 31px);
}

.nav-main-mobile ul.fsNavLevel3 .menu-toggle:before {
  top: 3px;
}

.nav-main-mobile ul.fsNavLevel3 ul {
  padding-top: 6px;
  padding-bottom: 10px;
}

.nav-main-mobile ul.fsNavLevel3 li.fsNavParentPage > a {
  margin-right: 67px;
}

.nav-main-mobile ul.fsNavLevel3 li.fsNavCurrentPageAncestor > a {
  color: #2F2F2F;
}

.nav-main-mobile ul.fsNavLevel3 li.fsNavCurrentPage > a {
  color: #585858;
}

.nav-main-mobile ul.fsNavLevel3 li a {
  display: block;
}

.nav-main-mobile ul.fsNavLevel3 > li > a {
  padding-left: 71px;
}

.nav-main-mobile ul.fsNavLevel4 > li > a {
  padding-left: 94px;
}

.nav-main-mobile ul.fsNavLevel5 > li > a {
  padding-left: 117px;
}

.nav-main-mobile ul.fsNavLevel6 > li > a {
  padding-left: 140px;
}

.nav-main-mobile ul.fsNavLevel7 > li > a {
  padding-left: 93px;
}

.nav-schools-header {
  display: none;
}

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

.nav-schools-header.fsElement {
  margin: 0;
}

@media (min-width: 900px) {
  .nav-schools-header .fsNavLevel1 {
    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-schools-header ul {
  padding: 0;
  margin: 0;
}

.nav-schools-header ul li {
  padding: 0;
  margin: 0;
  position: relative;
}

.nav-schools-header ul li.nav-link-sppl a:before {
  height: 22px;
  width: 20px;
  background-image: url(images/logo-icon-sppl.svg);
}

.nav-schools-header ul li.nav-link-spsb a:before {
  height: 29px;
  width: 20px;
  background-image: url(images/logo-icon-spsb.svg);
}

.nav-schools-header ul li.nav-link-spsg a:before {
  height: 20px;
  width: 20px;
  background-image: url(images/logo-icon-spsg.svg);
}

.nav-schools-header ul li:before {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 15px;
  left: 0;
  background-color: #B4B4B4;
}

.nav-schools-header ul li:last-of-type:after {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 15px;
  right: 0;
  background-color: #B4B4B4;
}

.nav-schools-header ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 0 20px;
  height: 46px;
  text-decoration: none !important;
  position: relative;
}

.nav-schools-header ul li a:hover,
.nav-schools-header ul li a:focus {
  color: #63666A;
  text-decoration: none;
}

.nav-schools-header ul li a:hover:before,
.nav-schools-header ul li a:focus:before {
  text-decoration: none;
}

.nav-schools-header ul li a:hover span,
.nav-schools-header ul li a:focus span {
  text-decoration: underline;
}

.nav-schools-header ul li a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  height: 20px;
  margin-right: 10px;
  color: #c7ab33;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  text-decoration: none !important;
  background-position: center center;
  background-repeat: no-repeat;
}

.nav-schools-header ul li a span {
  color: #63666A;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
}

.nav-schools-mobile.fsElement {
  margin: 0;
}

.nav-schools-mobile .fsNavLevel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

.nav-schools-mobile ul {
  padding: 0;
  margin: 0;
}

.nav-schools-mobile ul li {
  padding: 0;
  margin: 0;
  position: relative;
}

.nav-schools-mobile ul li.nav-link-sppl a:before {
  height: 17px;
  width: 14px;
  background-image: url(images/logo-icon-sppl.svg);
}

.nav-schools-mobile ul li.nav-link-spsb a:before {
  height: 20px;
  width: 14px;
  background-image: url(images/logo-icon-spsb.svg);
}

.nav-schools-mobile ul li.nav-link-spsg a:before {
  height: 14px;
  width: 14px;
  background-image: url(images/logo-icon-spsg.svg);
}

.nav-schools-mobile ul li:before {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 13px;
  left: 0;
  background-color: #B4B4B4;
}

.nav-schools-mobile ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 18px 0;
  height: 41px;
  text-decoration: none !important;
  position: relative;
}

.nav-schools-mobile ul li a:hover,
.nav-schools-mobile ul li a:focus {
  color: #63666A;
  text-decoration: none;
}

.nav-schools-mobile ul li a:hover:before,
.nav-schools-mobile ul li a:focus:before {
  text-decoration: none;
}

.nav-schools-mobile ul li a:hover span,
.nav-schools-mobile ul li a:focus span {
  text-decoration: underline;
}

.nav-schools-mobile ul li a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  height: 20px;
  margin-right: 9px;
  color: #c7ab33;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  text-decoration: none !important;
  background-position: center center;
  background-repeat: no-repeat;
}

.nav-schools-mobile ul li a span {
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
}

.fsHasTheme3 .nav-schools-mobile ul li a span,
.fsHasTheme4 .nav-schools-mobile ul li a span {
  color: #63666A;
}

.nav-sub {
  display: none;
  padding: 0;
  position: relative;
}

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

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

.nav-sub a {
  display: block;
  border: 0;
  padding: 15px 29px 16px;
  position: relative;
  color: #585858;
  font-size: 16px;
  line-height: 29px;
  font-weight: normal;
  text-transform: none;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
}

.nav-sub a:hover,
.nav-sub a:focus {
  color: #585858;
  text-decoration: underline;
}

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

.nav-sub .menu-toggle {
  display: block;
  width: 56px;
  border: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: calc(100% - 60px);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  overflow: hidden;
}

.nav-sub .menu-toggle:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 19px;
  left: 12px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  color: #585858;
  font-size: 8px;
  line-height: 20px;
  text-align: center;
  opacity: 1;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
}

.nav-sub .menu-toggle > span {
  position: absolute;
  top: -9999em;
  left: -9999em;
  color: #000000;
  font-size: 0;
  line-height: 0;
  background: #ffffff;
}

.nav-sub .fsNavLevel1 {
  padding: 14px 0 13px;
  border: 1px solid #E4E4E4;
}

.nav-sub .fsNavLevel1 li.fsNavParentPage > .fsNavPageInfo {
  display: none;
}

.nav-sub .fsNavLevel1 > li {
  display: block;
  position: relative;
  border: 0;
}

.nav-sub .fsNavLevel1 > li:before {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  background-color: #E4E4E4;
}

.nav-sub .fsNavLevel1 > li:last-of-type:before {
  display: none;
}

.nav-sub .fsNavLevel1 > li.menu-open > .menu-toggle:before,
.nav-sub .fsNavLevel1 > li.menu-opening > .menu-toggle:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.nav-sub .fsNavLevel1 > li.fsNavParentPage > a {
  padding-right: 10px;
  margin-right: 56px;
}

.nav-sub .fsNavLevel1 > li.fsNavParentPage > a:after {
  display: block;
}

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

.nav-sub .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:hover,
.nav-sub .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:focus {
  color: #000000;
}

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

.nav-sub .fsNavLevel1 > li > .fsNavPageInfo {
  display: none;
}

.nav-sub .fsNavLevel2 {
  border: 0;
  margin-top: -10px;
  padding: 0 0 15px;
  position: relative;
}

.nav-sub .fsNavLevel2 ul {
  padding-top: 3px;
  padding-bottom: 3px;
}

.nav-sub .fsNavLevel2 li {
  position: relative;
}

.nav-sub .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
  color: #000000;
}

.nav-sub .fsNavLevel2 li[class*="fsNavCurrentPage"] > a:hover,
.nav-sub .fsNavLevel2 li[class*="fsNavCurrentPage"] > a:focus {
  color: #000000;
}

.nav-sub .fsNavLevel2 li.fsNavParentPage > a {
  padding-right: 10px;
  margin-right: 56px;
}

.nav-sub .fsNavLevel2 li .menu-toggle {
  top: 0;
  bottom: calc(100% - 49px);
}

.nav-sub .fsNavLevel2 li .menu-toggle:before {
  top: 13px;
}

.nav-sub .fsNavLevel2 li.menu-open > .menu-toggle:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.nav-sub .fsNavLevel2 li.menu-open > a:before,
.nav-sub .fsNavLevel2 li.menu-opening > a:before {
  max-width: 0;
}

.nav-sub .fsNavLevel2 li > a:before {
  content: '';
  display: block;
  width: 3px;
  max-width: 3px;
  position: absolute;
  top: 0;
  left: 30px;
  bottom: 0;
  background-color: #F6F6F6;
  overflow: hidden;
  -webkit-transition: max-width 0.3s ease 0s;
  transition: max-width 0.3s ease 0s;
  overflow: hidden;
}

.nav-sub .fsNavLevel2 li a {
  font-weight: normal;
  line-height: 18px;
}

.nav-sub .fsNavLevel2 > li > a {
  padding-top: 15px;
  padding-left: 52px;
  padding-bottom: 16px;
}

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

.nav-sub ul.fsNavLevel3 {
  margin-top: 4px;
}

.nav-sub ul.fsNavLevel3 a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-sub ul.fsNavLevel3 li .menu-toggle {
  top: 0;
  bottom: calc(100% - 39px);
}

.nav-sub ul.fsNavLevel3 li .menu-toggle:before {
  top: 9px;
}

.nav-sub ul.fsNavLevel3 li.menu-open > a:before,
.nav-sub ul.fsNavLevel3 li.menu-opening > a:before {
  max-width: 0;
}

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

.nav-sub ul.fsNavLevel3 > li > a:before {
  left: 49px;
}

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

.nav-sub ul.fsNavLevel4 > li > a:before {
  left: 61px;
}

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

.nav-sub ul.fsNavLevel5 > li > a:before {
  left: 73px;
}

.nav-sub ul.fsNavLevel6 > li > a {
  padding-left: 100px;
}

.nav-sub ul.fsNavLevel6 > li > a:before {
  left: 85px;
}

.nav-sub ul.fsNavLevel7 > li > a {
  padding-left: 112px;
}

.nav-sub ul.fsNavLevel7 > li > a:before {
  left: 97px;
}

/*! navigation - sub v0.0.1 */

.nav-sub-mobile {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  display: block;
  width: 100%;
  padding: 0;
  background: none;
}

.nav-sub-mobile.fsElement {
  margin-bottom: 0;
}

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

.nav-sub-mobile ul,
.nav-sub-mobile li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.nav-sub-mobile li.fsNavParentPage > a {
  padding-right: 64px;
}

.nav-sub-mobile a {
  display: block;
  padding: 10px 29px 10px;
  color: #2F2F2F;
  font-size: 16px;
  line-height: 29px;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}

.nav-sub-mobile a:hover,
.nav-sub-mobile a:focus {
  color: #585858;
  text-decoration: none;
}

.nav-sub-mobile .menu-toggle {
  display: block;
  width: 49px;
  border: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: calc(100% - 49px);
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  overflow: hidden;
}

@media (min-width: 900px) {
  .nav-sub-mobile .menu-toggle {
    display: none;
  }
}

.nav-sub-mobile .menu-toggle:before {
  content: "\E902";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 14px;
  left: 14px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  color: #585858;
  font-size: 8px;
  line-height: 20px;
  text-align: center;
  opacity: 1;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
}

.nav-sub-mobile .menu-toggle > span {
  position: absolute;
  top: -9999em;
  left: -9999em;
  font-size: 0;
  line-height: 0;
}

.nav-sub-mobile .fsNavLevel1 {
  position: relative;
  padding: 22px 20px 22px;
  background: #ffffff;
}

.nav-sub-mobile .fsNavLevel1 li.menu-open > .menu-toggle:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.nav-sub-mobile .fsNavLevel1 li.fsNavParentPage > a {
  padding-right: 89px !important;
}

.nav-sub-mobile .fsNavLevel1 > li {
  display: none;
  position: relative;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}

.nav-sub-mobile .fsNavLevel1 > li[class*="fsNavCurrentPage"] {
  position: relative;
}

.nav-sub-mobile .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
  display: block;
  padding: 15px 20px 15px;
  border: 1px solid #e4e4e4;
  position: relative;
  color: #000000;
  font-size: 16px;
  line-height: 29px;
  text-transform: none;
  font-weight: normal;
  background: none;
}

.nav-sub-mobile .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:hover,
.nav-sub-mobile .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a:focus {
  color: #585858;
}

.nav-sub-mobile .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a span {
  display: block;
  position: relative;
}

.nav-sub-mobile .fsNavLevel1 > li[class*="fsNavCurrentPage"].fsNavCurrentPage.fsNavParentPage,
.nav-sub-mobile .fsNavLevel1 > li[class*="fsNavCurrentPage"].fsNavCurrentPageAncestor.fsNavParentPage {
  display: block;
}

.nav-sub-mobile .fsNavLevel1 > li[class*="fsNavCurrentPage"] > .fsNavPageInfo {
  display: none;
  background: none;
}

.nav-sub-mobile .fsNavLevel1 > li[class*="fsNavCurrentPage"].fsNavParentPage > a {
  padding-right: 87px;
}

.nav-sub-mobile .fsNavLevel1 > li[class*="fsNavCurrentPage"] > .menu-toggle {
  width: 49px;
  right: 1px;
  bottom: calc(100% - 61px);
}

.nav-sub-mobile .fsNavLevel1 > li[class*="fsNavCurrentPage"] > .menu-toggle:before {
  content: "\E907";
  top: 20px;
  left: auto;
  right: 15px;
  color: #696969;
  font-size: 8px;
  line-height: 20px;
  text-align: center;
}

.nav-sub-mobile .fsNavLevel1 > li[class*="fsNavCurrentPage"].menu-opening,
.nav-sub-mobile .fsNavLevel1 > li[class*="fsNavCurrentPage"].menu-open {
  background-color: transparent;
}

.nav-sub-mobile .fsNavLevel1 > li[class*="fsNavCurrentPage"].menu-opening > a,
.nav-sub-mobile .fsNavLevel1 > li[class*="fsNavCurrentPage"].menu-open > a {
  border-color: #e4e4e4;
  color: #333333;
}

.nav-sub-mobile .fsNavLevel1 > li[class*="fsNavCurrentPage"].menu-opening > .menu-toggle:before,
.nav-sub-mobile .fsNavLevel1 > li[class*="fsNavCurrentPage"].menu-open > .menu-toggle:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  color: #333333;
}

.nav-sub-mobile .fsNavLevel1 > li[class*="fsNavCurrentPage"].menu-closing {
  background-color: transparent;
}

.nav-sub-mobile .fsNavLevel1 > li[class*="fsNavCurrentPage"].menu-closing > a {
  border-color: #e4e4e4;
  color: #333333;
}

.nav-sub-mobile .fsNavLevel1 > li[class*="fsNavCurrentPage"].menu-closing > .menu-toggle:before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  color: #333333;
}

.nav-sub-mobile .fsNavLevel2 {
  margin: -1px 0 0;
  padding: 14px 0 13px;
  border: 1px solid #E4E4E4;
}

.nav-sub-mobile .fsNavLevel2 li.fsNavParentPage > .fsNavPageInfo {
  display: none;
}

.nav-sub-mobile .fsNavLevel2 > li {
  display: block;
  position: relative;
  border: 0;
}

.nav-sub-mobile .fsNavLevel2 > li:before {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  background-color: #E4E4E4;
}

.nav-sub-mobile .fsNavLevel2 > li:last-of-type:before {
  display: none;
}

.nav-sub-mobile .fsNavLevel2 > li.menu-open > .menu-toggle:before,
.nav-sub-mobile .fsNavLevel2 > li.menu-opening > .menu-toggle:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.nav-sub-mobile .fsNavLevel2 > li.fsNavParentPage > a {
  padding-right: 10px;
  margin-right: 56px;
}

.nav-sub-mobile .fsNavLevel2 > li.fsNavParentPage > a:after {
  display: block;
}

.nav-sub-mobile .fsNavLevel2 > li[class*="fsNavCurrentPage"] > a {
  color: #000000;
}

.nav-sub-mobile .fsNavLevel2 > li[class*="fsNavCurrentPage"] > a:hover,
.nav-sub-mobile .fsNavLevel2 > li[class*="fsNavCurrentPage"] > a:focus {
  color: #000000;
}

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

.nav-sub-mobile .fsNavLevel2 > li > .fsNavPageInfo {
  display: none;
}

.nav-sub-mobile .fsNavLevel3 {
  border: 0;
  margin-top: -10px;
  padding: 0 0 15px;
  position: relative;
}

.nav-sub-mobile .fsNavLevel3 ul {
  padding-top: 3px;
  padding-bottom: 3px;
}

.nav-sub-mobile .fsNavLevel3 li {
  position: relative;
}

.nav-sub-mobile .fsNavLevel3 li[class*="fsNavCurrentPage"] > a {
  color: #000000;
}

.nav-sub-mobile .fsNavLevel3 li[class*="fsNavCurrentPage"] > a:hover,
.nav-sub-mobile .fsNavLevel3 li[class*="fsNavCurrentPage"] > a:focus {
  color: #000000;
}

.nav-sub-mobile .fsNavLevel3 li.fsNavParentPage > a {
  padding-right: 10px;
  margin-right: 56px;
}

.nav-sub-mobile .fsNavLevel3 li .menu-toggle {
  top: 0;
  bottom: calc(100% - 38px);
}

.nav-sub-mobile .fsNavLevel3 li .menu-toggle:before {
  top: 9px;
}

.nav-sub-mobile .fsNavLevel3 li.menu-open > .menu-toggle:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.nav-sub-mobile .fsNavLevel3 li.menu-open > a:before,
.nav-sub-mobile .fsNavLevel3 li.menu-opening > a:before {
  max-width: 0;
}

.nav-sub-mobile .fsNavLevel3 li > a:before {
  content: '';
  display: block;
  width: 3px;
  max-width: 3px;
  position: absolute;
  top: 0;
  left: 30px;
  bottom: 0;
  background-color: #F6F6F6;
  overflow: hidden;
  -webkit-transition: max-width 0.3s ease 0s;
  transition: max-width 0.3s ease 0s;
  overflow: hidden;
}

.nav-sub-mobile .fsNavLevel3 li a {
  font-weight: normal;
  line-height: 18px;
}

.nav-sub-mobile .fsNavLevel3 > li > a {
  padding-top: 10px;
  padding-left: 42px;
  padding-bottom: 10px;
}

.nav-sub-mobile .fsNavLevel3 > li > a:before {
  left: 20px;
}

.nav-sub-mobile ul.fsNavLevel4 {
  margin-top: 4px;
}

.nav-sub-mobile ul.fsNavLevel4 a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-sub-mobile ul.fsNavLevel4 li .menu-toggle {
  top: 0;
  bottom: calc(100% - 39px);
}

.nav-sub-mobile ul.fsNavLevel4 li .menu-toggle:before {
  top: 9px;
}

.nav-sub-mobile ul.fsNavLevel4 li.menu-open > a:before,
.nav-sub-mobile ul.fsNavLevel4 li.menu-opening > a:before {
  max-width: 0;
}

.nav-sub-mobile ul.fsNavLevel4 > li > a {
  padding-left: 64px;
}

.nav-sub-mobile ul.fsNavLevel4 > li > a:before {
  left: 49px;
}

.nav-sub-mobile ul.fsNavLevel5 > li > a {
  padding-left: 76px;
}

.nav-sub-mobile ul.fsNavLevel5 > li > a:before {
  left: 61px;
}

.nav-sub-mobile ul.fsNavLevel6 > li > a {
  padding-left: 88px;
}

.nav-sub-mobile ul.fsNavLevel6 > li > a:before {
  left: 73px;
}

.nav-sub-mobile ul.fsNavLevel7 > li > a {
  padding-left: 100px;
}

.nav-sub-mobile ul.fsNavLevel7 > li > a:before {
  left: 85px;
}

.nav-sub-mobile ul.fsNavLevel8 > li > a {
  padding-left: 112px;
}

.nav-sub-mobile ul.fsNavLevel8 > li > a:before {
  left: 97px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-social .fsNavLevel1 a {
  display: block;
  height: 26px;
  width: 26px;
  padding: 0;
  position: relative;
}

.nav-social .fsNavLevel1 a:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 23px;
  line-height: 26px;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.nav-utility-header {
  display: none;
}

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

.nav-utility-header.fsElement {
  margin: 0;
}

@media (min-width: 900px) {
  .nav-utility-header .fsNavLevel1 {
    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-header ul {
  padding: 0;
  margin: 0;
}

.nav-utility-header ul li {
  padding: 0;
  margin: 0;
  position: relative;
}

.nav-utility-header ul li.nav-link-parent-portal a:before {
  content: "\E90B";
  font-size: 15px;
}

.nav-utility-header ul li.nav-link-request-information a:before {
  content: "\E908";
  font-size: 15px;
}

.nav-utility-header ul li.nav-link-sppl a:before {
  height: 22px;
  width: 20px;
  background-image: url(images/logo-icon-sppl.svg);
}

.nav-utility-header ul li.nav-link-spsb a:before {
  height: 29px;
  width: 20px;
  background-image: url(images/logo-icon-spsb.svg);
}

.nav-utility-header ul li.nav-link-spsg a:before {
  height: 20px;
  width: 20px;
  background-image: url(images/logo-icon-spsg.svg);
}

.nav-utility-header ul li:before {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 15px;
  left: 0;
  background-color: #B4B4B4;
}

.nav-utility-header ul li:last-of-type:after {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 15px;
  right: 0;
  background-color: #B4B4B4;
}

.nav-utility-header ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 0 20px;
  height: 46px;
  text-decoration: none !important;
  position: relative;
}

.nav-utility-header ul li a:hover,
.nav-utility-header ul li a:focus {
  color: #63666A;
  text-decoration: none;
}

.nav-utility-header ul li a:hover:before,
.nav-utility-header ul li a:focus:before {
  text-decoration: none;
}

.nav-utility-header ul li a:hover span,
.nav-utility-header ul li a:focus span {
  text-decoration: underline;
}

.nav-utility-header ul li a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  height: 20px;
  margin-right: 10px;
  color: #c7ab33;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  text-decoration: none !important;
  background-position: center center;
  background-repeat: no-repeat;
}

.nav-utility-header ul li a span {
  color: #63666A;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
}

@media (min-width: 900px) {
  .nav-utility-footer .fsNavLevel1 {
    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 -11px;
  }
}

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

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

@media (min-width: 900px) {
  .nav-utility-footer ul li {
    padding: 0 6px;
  }
}

.nav-utility-footer ul li a {
  display: block;
  padding: 0px 0px 0px;
  margin: 0;
  color: #ffffff;
  font-size: 10px;
  line-height: 20px;
  font-weight: 300;
  text-decoration: none;
}

@media (min-width: 900px) {
  .nav-utility-footer ul li a {
    padding: 5px 5px 5px;
  }
}

.nav-utility-footer ul li a:hover,
.nav-utility-footer ul li a:focus {
  color: #ffffff;
  text-decoration: underline;
}

@media (min-width: 900px) {
  .nav-utility-mobile {
    border: 0;
  }
}

.nav-utility-mobile.fsElement {
  margin: 0;
}

@media (min-width: 900px) {
  .nav-utility-mobile > .fsElementContent {
    padding: 0px 153px 0px 51px;
  }
}

.nav-utility-mobile .fsNavLevel1 {
  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 (min-width: 900px) {
  .nav-utility-mobile .fsNavLevel1 {
    width: calc(100% + 14px);
    margin: 0 -7px 0 -7px;
  }
}

.nav-utility-mobile ul {
  padding: 0;
  margin: 0;
}

.nav-utility-mobile ul li {
  padding: 0 0 0;
  margin: 0;
  position: relative;
}

@media (max-width: 899px) {
  .nav-utility-mobile ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media (min-width: 900px) {
  .nav-utility-mobile ul li {
    padding: 0 7px 15px 7px;
  }
}

.nav-utility-mobile ul li.nav-link-parent-portal a:before {
  content: "\E90B";
  font-size: 15px;
}

@media (min-width: 900px) {
  .nav-utility-mobile ul li.nav-link-parent-portal a:before {
    font-size: 22px;
  }
}

.nav-utility-mobile ul li.nav-link-request-information a:before {
  content: "\E908";
  font-size: 15px;
}

@media (min-width: 900px) {
  .nav-utility-mobile ul li.nav-link-request-information a:before {
    font-size: 30px;
  }
}

.nav-utility-mobile ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 17px 10px 21px 10px;
  border-bottom: 1px solid #c7ab33;
  position: relative;
  text-decoration: none !important;
}

@media (min-width: 900px) {
  .nav-utility-mobile ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 11px 23px 12px 16px;
    border-radius: 200px;
    border: 1px solid #979797;
    position: relative;
    text-decoration: none !important;
  }
}

.nav-utility-mobile ul li a:after {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  background-color: #c7ab33;
}

@media (min-width: 900px) {
  .nav-utility-mobile ul li a:after {
    display: none;
  }
}

.nav-utility-mobile ul li a:hover,
.nav-utility-mobile ul li a:focus {
  border-color: #c7ab33;
  color: #63666A;
  background-color: #c7ab33;
}

.nav-utility-mobile ul li a:hover:before,
.nav-utility-mobile ul li a:focus:before {
  color: #333333;
}

.fsHasTheme3 .nav-utility-mobile ul li a:hover:before,
.fsHasTheme4 .nav-utility-mobile ul li a:hover:before,
.fsHasTheme3 .nav-utility-mobile ul li a:focus:before,
.fsHasTheme4 .nav-utility-mobile ul li a:focus:before {
  color: #ffffff;
}

.nav-utility-mobile ul li a:hover span,
.nav-utility-mobile ul li a:focus span {
  color: #333333;
}

.fsHasTheme3 .nav-utility-mobile ul li a:hover span,
.fsHasTheme4 .nav-utility-mobile ul li a:hover span,
.fsHasTheme3 .nav-utility-mobile ul li a:focus span,
.fsHasTheme4 .nav-utility-mobile ul li a:focus span {
  color: #ffffff;
}

.nav-utility-mobile ul li a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  height: 15px;
  margin-right: 10px;
  color: #c7ab33;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

@media (min-width: 900px) {
  .nav-utility-mobile ul li a:before {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    font-size: 30px;
    line-height: 30px;
  }
}

.nav-utility-mobile ul li a span {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

@media (min-width: 900px) {
  .nav-utility-mobile ul li a span {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2.63px;
  }
}

.fsHasTheme3 .nav-utility-mobile ul li a span,
.fsHasTheme4 .nav-utility-mobile ul li a span {
  color: #63666A;
}

/*! structure - header v0.0.1 */

#fsHeader {
  background-color: #ffffff;
}

html.no-hero .header-top {
  border-bottom: 8px solid #c7ab33;
}

html.no-hero body.fsHasTheme2 .header-top {
  border-bottom: 8px solid #63666A;
}

.header-top.sticky-clone > .fsElementContent {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

body[sticky="true"] .header-top.sticky-clone > .fsElementContent {
  opacity: 0 !important;
  visibility: hidden !important;
}

body:not([sticky="true"]) .header-top.sticky-clone > .fsElementContent {
  opacity: 1;
  visibility: visible;
}

.header-top:not(.sticky-clone) {
  border: 0 !important;
}

.header-top.fsElement {
  margin: 0;
}

.header-top > .fsElementContent {
  padding: 0 4px 0 4px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 900px) {
  .header-top > .fsElementContent {
    padding: 0 19px 0 11px;
  }
}

body.fsComposeMode .header-top > .fsElementContent {
  position: absolute !important;
}

body[sticky="true"] .header-top > .fsElementContent {
  opacity: 1;
  visibility: visible;
}

body[sticky="true"].fsAccountBarVisible .header-top > .fsElementContent {
  top: 45px;
  opacity: 1;
  visibility: visible;
}

.header-top > .fsElementContent:before {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

body[scrolling="true"] .header-top > .fsElementContent:before {
  opacity: 0.1;
}

.header-top-columns {
  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;
}

.header-top-columns.fsElement {
  margin: 0;
}

.header-top-columns .fsStyleColumn {
  height: 60px;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
}

@media (min-width: 900px) {
  .header-top-columns .fsStyleColumn {
    height: 93px;
  }
}

.header-top-columns .fsStyleColumn-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-top-columns .fsStyleColumn-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.site-info-container a {
  display: block;
  padding: 0 10px 0;
}

@media (min-width: 900px) {
  .site-info-container a {
    padding: 0 20px 0;
  }
}

.site-info-container picture {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 900px) {
  .site-info-container picture {
    height: 93px;
  }
}

.site-info-container img {
  display: block;
  max-height: 41px;
}

@media (min-width: 900px) {
  .site-info-container img {
    max-height: 61px;
  }
}

.header-back {
  display: none;
}

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

.header-back.fsElement {
  margin-bottom: 0;
}

.header-back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
  padding: 0 20px 0 20px;
  position: relative;
  text-decoration: none !important;
}

.header-back a:hover,
.header-back a:focus {
  color: #63666A;
  text-decoration: none;
}

.header-back a:hover:before,
.header-back a:focus:before {
  text-decoration: none;
}

.header-back a:hover span,
.header-back a:focus span {
  text-decoration: underline;
}

.header-back a:before {
  content: "\E904";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  height: 20px;
  margin-right: 10px;
  color: #c7ab33;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  text-decoration: none !important;
}

.header-back a:after {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 15px;
  right: 0;
  background-color: #B4B4B4;
}

.header-back a span {
  color: #63666A;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
}

.header-search-container {
  display: none;
  position: relative;
  height: 46px;
}

@media (min-width: 900px) {
  .header-search-container {
    display: block;
  }
}

.header-search-container.fsElement {
  margin-bottom: 0;
}

.header-search-container > .fsElementContent {
  display: none;
  width: 433px;
  padding: 17px 25px 28px 25px;
  position: absolute;
  top: -12px;
  right: -1px;
  z-index: 10000;
  background-color: #363636;
}

.search-open .header-search-container > .fsElementContent {
  display: block;
}

.header-search-container .toggle-search {
  display: block;
  height: 46px;
  width: 56px;
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  -webkit-transition: background 0.3s ease, opacity 0.3s ease, visibility 0s ease 0s;
  transition: background 0.3s ease, opacity 0.3s ease, visibility 0s ease 0s;
}

.header-search-container .toggle-search:hover:before,
.header-search-container .toggle-search:focus:before {
  color: #000000;
}

.header-search-container .toggle-search:before {
  content: "\E90E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  height: 21px;
  width: 21px;
  position: absolute;
  top: 12px;
  left: 18px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  color: #63666A;
  font-size: 17px;
  line-height: 21px;
  font-weight: normal;
  text-align: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.header-search-container .toggle-search span {
  display: block;
  position: absolute;
  top: -9999em;
  left: -9999em;
  color: #000000;
  background-color: #ffffff;
}

.header-search {
  padding: 0;
}

.header-search.fsElement {
  margin: 0 0 24px;
}

.fsComposeMode .header-search {
  display: block;
}

.search-open .header-search form {
  pointer-events: auto;
}

.header-search .fsElementHeaderContent {
  margin: 0;
}

.header-search .fsElementContent {
  padding: 0 29px 0 0;
}

.header-search form {
  width: 100%;
  height: 37px;
  margin: 0;
  border: 1px solid #979797;
  padding: 0 0 0 39px;
  position: relative;
  background: none;
  pointer-events: none;
}

.header-search .fsSearchElementKeyword {
  margin: 0 !important;
  padding: 0;
  position: relative;
}

.header-search label.fsFieldLabel {
  position: absolute;
  top: -9999em;
  left: -9999em;
  color: #000000;
  background: #ffffff;
}

.header-search input.fsStyleSearchField {
  display: block;
  height: 35px;
  padding: 0px 48px 0 16px;
  border: 0;
  color: #363636;
  font-size: 12px;
  line-height: 46px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.27px;
  background: #ffffff;
}

.header-search input.fsStyleSearchField::-webkit-input-placeholder {
  color: #363636;
  font-size: 12px;
  line-height: 46px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.27px;
}

.header-search input.fsStyleSearchField:-moz-placeholder {
  color: #363636;
  font-size: 12px;
  line-height: 46px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.27px;
}

.header-search input.fsStyleSearchField::-moz-placeholder {
  color: #363636;
  font-size: 12px;
  line-height: 46px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.27px;
}

.header-search input.fsStyleSearchField:-ms-input-placeholder {
  color: #363636;
  font-size: 12px;
  line-height: 46px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.27px;
}

.header-search button.fsButtonClear {
  margin: 0;
  top: 10px;
  right: 16px;
  cursor: pointer;
}

.header-search button.fsButtonClear span {
  top: -9999em;
  left: -9999em;
}

.header-search button.fsSearchElementSearchButton {
  display: block;
  height: 35px;
  width: 39px;
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  font-style: normal;
  background: none;
}

.header-search button.fsSearchElementSearchButton:hover:before,
.header-search button.fsSearchElementSearchButton:focus:before {
  color: #ffffff;
}

body.fsHasTheme3 .header-search button.fsSearchElementSearchButton:hover:before,
body.fsHasTheme4 .header-search button.fsSearchElementSearchButton:hover:before,
body.fsHasTheme3 .header-search button.fsSearchElementSearchButton:focus:before,
body.fsHasTheme4 .header-search button.fsSearchElementSearchButton:focus:before {
  color: rgba(255, 255, 255, 0.6);
}

.header-search button.fsSearchElementSearchButton:before {
  content: "\E90E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  height: 21px;
  width: 21px;
  position: absolute;
  top: 6px;
  left: 9px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  color: #c7ab33;
  font-size: 17px;
  line-height: 21px;
  font-weight: normal;
  text-align: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

body.fsHasTheme3 .header-search button.fsSearchElementSearchButton:before,
body.fsHasTheme4 .header-search button.fsSearchElementSearchButton:before {
  color: #ffffff;
}

.header-search button.search-close {
  display: block;
  height: 37px;
  width: 37px;
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
  position: absolute;
  top: 17px;
  left: auto;
  right: 8px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  font-style: normal;
  cursor: pointer;
  background: none;
}

.header-search button.search-close:hover:before,
.header-search button.search-close:hover:after,
.header-search button.search-close:focus:before,
.header-search button.search-close:focus:after {
  background: #ffffff;
}

.header-search button.search-close:before,
.header-search button.search-close:after {
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 17px;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  background: #979797;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}

.header-search button.search-close:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-search button.search-close:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav-popular-header > header > .fsElementTitle {
  margin-bottom: 17px;
  color: #c7ab33;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: -0.43px;
}

body.fsHasTheme3 .nav-popular-header > header > .fsElementTitle,
body.fsHasTheme4 .nav-popular-header > header > .fsElementTitle {
  color: #ffffff;
}

.nav-popular-header .fsNavLevel1 {
  width: calc(100% + 6px);
  margin-left: -3px;
  margin-right: -3px;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.nav-popular-header ul {
  padding: 0;
  margin: 0;
}

.nav-popular-header ul li {
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid;
  padding: 0;
  margin: 0;
}

.nav-popular-header ul li a {
  display: block;
  padding: 5px 3px 5px;
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  letter-spacing: -0.27px;
}

.nav-popular-header ul li a:hover,
.nav-popular-header ul li a:focus {
  color: #ffffff;
  text-decoration: underline;
}

.header-secondary {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 20px;
  border: 0;
  border-bottom: 1px solid #DCE0E9;
  background-color: #F3F3F3;
}

@media (min-width: 700px) {
  .header-secondary {
    display: block;
  }
}

.header-secondary.fsElement {
  margin: 0;
}

.header-secondary.nav-hide {
  display: none;
}

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

.toggle-off-canvas-menu {
  display: block;
  height: 46px;
  margin: 0 0 0 0;
  padding: 0 52px 0 23px;
  border: 0;
  position: relative;
  color: transparent;
  font-size: 0;
  line-height: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  cursor: pointer;
}

@media (min-width: 900px) {
  .toggle-off-canvas-menu {
    width: auto;
    height: 46px;
    margin: 0 0 0 0;
    padding: 0 52px 0 23px;
  }
}

@media (min-width: 1220px) {
  .toggle-off-canvas-menu {
    margin: 0 0 0 0;
  }
}

.toggle-off-canvas-menu:hover > span,
.toggle-off-canvas-menu:focus > span {
  text-decoration: underline;
}

.toggle-off-canvas-menu .toggle-off-canvas-icon {
  width: 21px;
  height: 14px;
  position: absolute;
  top: 15px;
  right: 16px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  cursor: pointer;
}

@media (min-width: 900px) {
  .toggle-off-canvas-menu .toggle-off-canvas-icon {
    top: 15px;
    right: 16px;
  }
}

.toggle-off-canvas-menu .toggle-off-canvas-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 0;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  background: #c7ab33;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

.toggle-off-canvas-menu .toggle-off-canvas-icon span:nth-child(1) {
  top: 0px;
}

.toggle-off-canvas-menu .toggle-off-canvas-icon span:nth-child(2),
.toggle-off-canvas-menu .toggle-off-canvas-icon span:nth-child(3) {
  top: 7px;
}

.toggle-off-canvas-menu .toggle-off-canvas-icon span:nth-child(4) {
  top: 14px;
}

.off-canvas-active.off-canvas-menu-active .toggle-off-canvas-menu .toggle-off-canvas-icon span:nth-child(1) {
  width: 0%;
  top: 6px;
  left: 50%;
}

.off-canvas-active.off-canvas-menu-active .toggle-off-canvas-menu .toggle-off-canvas-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.off-canvas-active.off-canvas-menu-active .toggle-off-canvas-menu .toggle-off-canvas-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.off-canvas-active.off-canvas-menu-active .toggle-off-canvas-menu .toggle-off-canvas-icon span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}

.toggle-off-canvas-menu > span {
  padding: 0;
  color: #63666A;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.28px;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.header-breadcrumb {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 41px 29px 36px;
  background-color: #ffffff;
}

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

.header-breadcrumb.fsElement {
  margin-bottom: 0;
}

.header-breadcrumb.fsElement li {
  padding-left: 0;
}

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

#fsFooter {
  padding: 36px 20px 30px;
}

@media (min-width: 900px) {
  #fsFooter {
    padding: 37px 50px 18px;
  }
}

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

@media (min-width: 900px) {
  #fsFooter .fsBanner {
    max-width: 1180px;
  }
}

@media (max-width: 899px) {
  .fsFooter {
    text-align: center;
  }
}

@media (min-width: 900px) {
  .footer-top {
    padding-bottom: 6px;
  }
}

.footer-top.fsElement {
  margin-bottom: 0;
}

@media (min-width: 900px) {
  .footer-top.fsElement {
    margin-bottom: 0;
  }
}

.footer-top-columns {
  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 (min-width: 900px) {
  .footer-top-columns > .fsStyleColumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-top-columns > .fsStyleColumn-1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 900px) {
  .footer-top-columns > .fsStyleColumn-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border: 0;
    margin-bottom: 0;
  }
}

.footer-top-columns > .fsStyleColumn-2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 900px) {
  .footer-top-columns > .fsStyleColumn-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}

.footer-top-columns > .fsStyleColumn-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media (min-width: 900px) {
  .footer-top-columns > .fsStyleColumn-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 0;
  }
}

.footer-bottom {
  border-top: 1px solid #979797;
  padding-top: 21px;
}

@media (min-width: 900px) {
  .footer-bottom {
    padding-top: 13px;
  }
}

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

@media (min-width: 900px) {
  .footer-bottom.fsElement {
    margin-bottom: 0;
  }
}

.footer-logo > .fsElementContent {
  padding: 0 60px 0;
}

@media (min-width: 900px) {
  .footer-logo > .fsElementContent {
    padding: 0 0 0;
  }
}

.footer-logo picture {
  display: block;
}

.school-details {
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
  padding-bottom: 16px;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}

@media (min-width: 900px) {
  .school-details {
    padding: 0;
    border: 0;
  }
}

.school-details [itemprop='name'] {
  display: block;
  position: absolute;
  top: -9999em;
  left: -9999em;
  color: transparent;
  font-size: 1px;
}

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

.school-details a {
  color: inherit;
}

.nav-quicklinks-footer.fsElement {
  margin-bottom: 0;
  text-align: center;
}

@media (min-width: 900px) {
  .nav-quicklinks-footer.fsElement {
    width: 290px;
    margin-bottom: 0;
    text-align: right;
  }
}

.nav-quicklinks-footer.fsElement .fsElementTitle {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

@media (min-width: 900px) {
  .nav-quicklinks-footer.fsElement .fsElementTitle {
    margin-bottom: 6px;
  }
}

.nav-quicklinks-footer.fsElement ul {
  padding: 0;
  margin: 0;
}

@media (min-width: 900px) {
  .nav-quicklinks-footer.fsElement ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
}

.nav-quicklinks-footer.fsElement ul li {
  padding: 0 0 4px;
  margin: 0;
}

@media (min-width: 900px) {
  .nav-quicklinks-footer.fsElement ul li {
    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;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 0 3px;
  }
}

.nav-quicklinks-footer.fsElement ul li a {
  display: block;
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  text-decoration: none;
}

.nav-quicklinks-footer.fsElement ul li a:hover,
.nav-quicklinks-footer.fsElement ul li a:focus {
  color: #ffffff;
  text-decoration: underline;
}

.nav-quicklinks-footer.fsElement + .nav-social-footer {
  margin-top: 14px;
}

@media (min-width: 900px) {
  .nav-quicklinks-footer.fsElement + .nav-social-footer {
    margin-top: 14px;
  }
}

.nav-social-footer.fsElement {
  text-align: center;
}

@media (min-width: 900px) {
  .nav-social-footer.fsElement {
    text-align: right;
  }
}

.nav-social-footer.fsElement .fsElementTitle {
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

@media (min-width: 900px) {
  .nav-social-footer.fsElement .fsElementTitle {
    margin-bottom: 12px;
  }
}

.nav-social-footer.fsElement .fsNavLevel1 {
  margin-left: -5px;
  margin-right: -5px;
}

.nav-social-footer.fsElement .fsNavLevel1 li {
  margin: 0 5px 10px !important;
}

.nav-social-footer.fsElement .fsNavLevel1 li a {
  width: 46px;
  height: 46px;
}

.nav-social-footer.fsElement .fsNavLevel1 li a:before {
  font-size: 19px;
}

.nav-social-footer.fsElement .fsNavLevel1 li a:after {
  content: '';
  display: block;
  border: 1px solid #ffffff;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.nav-social-footer.fsElement .fsNavLevel1 li a:hover:before,
.nav-social-footer.fsElement .fsNavLevel1 li a:focus:before {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
      -ms-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}

.nav-social-footer.fsElement .fsNavLevel1 li a[href*="facebook"]:before {
  font-size: 19px;
}

.nav-social-footer.fsElement .fsNavLevel1 li a[href*="flickr"]:before {
  font-size: 19px;
}

.nav-social-footer.fsElement .fsNavLevel1 li a[href*="linkedin"]:before {
  font-size: 19px;
}

.footer-bottom .fsTwoColumnLayout {
  margin: 0 0 0 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;
}

.footer-bottom .fsTwoColumnLayout > .fsStyleColumn {
  width: auto;
  padding: 0;
}

.footer-bottom .fsTwoColumnLayout > .fsStyleColumn-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
  margin-bottom: 20px;
}

@media (min-width: 900px) {
  .footer-bottom .fsTwoColumnLayout > .fsStyleColumn-1 {
    margin-bottom: 0;
  }
}

.footer-bottom .fsTwoColumnLayout > .fsStyleColumn-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}

@media (min-width: 900px) {
  .footer-bottom .fsTwoColumnLayout > .fsStyleColumn-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
}

.footer-bottom .fsTwoColumnLayout > .fsStyleColumn-2 #fsPoweredByFinalsite {
  margin: 0 auto;
}

/*! navigation - off-canvas v0.0.1 */

#fsMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5000 !important;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0s ease 0.3s, visibility 0s ease 0.3s;
  transition: opacity 0s ease 0.3s, visibility 0s ease 0.3s;
}

html.off-canvas-active #fsMenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0s ease 0s, visibility 0s ease 0s;
  transition: opacity 0s ease 0s, visibility 0s ease 0s;
}

.fsMenu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  z-index: 1000;
  position: relative;
}

html.off-canvas-active .fsMenu {
  overflow: hidden;
}

html.off-canvas-active body {
  overflow: hidden;
  width: 100%;
}

html.off-canvas-active #fsPageBodyWrapper,
html.off-canvas-active #fsFooter {
  pointer-events: none;
}

.off-canvas-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  background-color: #000000;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}

.off-canvas-active .off-canvas-overlay {
  opacity: 0.5;
}

.off-canvas-container {
  zoom: 1;
  width: 100%;
  max-width: 320px;
  padding: 0;
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  z-index: 10000;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #363636;
  opacity: 0;
  visibility: hidden;
  outline: none;
  -webkit-transition: visibility 0s ease 0.1s, opacity 0.1s ease 0s;
  transition: visibility 0s ease 0.1s, opacity 0.1s ease 0s;
}

.off-canvas-container:after {
  display: table;
  clear: both;
  content: '';
}

.fsHasTheme3 .off-canvas-container,
.fsHasTheme4 .off-canvas-container {
  background-color: #F0F0F0;
}

@media (min-width: 900px) {
  .off-canvas-container {
    max-width: 772px;
  }
}

.off-canvas-container.fsElement {
  margin-bottom: 0;
}

html:not(.sticky-active) .home .off-canvas-container {
  top: 0;
}

@media (min-width: 700px) {
  html:not(.sticky-active) .home .off-canvas-container {
    top: 0;
  }
}

.fsAccountBarVisible .off-canvas-container {
  top: 45px;
}

.off-canvas-active.off-canvas-menu-active .off-canvas-container {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: visibility 0s ease 0s, opacity 0.3s ease 0s;
  transition: visibility 0s ease 0s, opacity 0.3s ease 0s;
}

.off-canvas-container > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 0 0 0;
  min-height: 100vh;
}

@media (min-width: 900px) {
  .off-canvas-container > .fsElementContent {
    padding: 33px 0 0;
  }
}

.fsAccountBarVisible .off-canvas-container > .fsElementContent {
  min-height: calc(100vh - 45px);
}

.off-canvas-container .toggle-off-canvas-menu {
  position: absolute;
  top: 9px;
  right: 0;
  z-index: 1000;
}

@media (min-width: 900px) {
  .off-canvas-container .toggle-off-canvas-menu {
    top: 23px;
    right: 20px;
  }
}

.off-canvas-container .toggle-off-canvas-menu > span {
  color: #ffffff;
}

.fsHasTheme3 .off-canvas-container .toggle-off-canvas-menu > span,
.fsHasTheme4 .off-canvas-container .toggle-off-canvas-menu > span {
  color: #63666A;
}

.off-canvas-container .nav-utility-mobile {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.off-canvas-container .nav-utility-mobile.fsElement {
  margin-bottom: 19px;
}

@media (min-width: 900px) {
  .off-canvas-container .nav-utility-mobile.fsElement {
    margin-bottom: 33px;
  }
}

.off-canvas-container .nav-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 32px 0;
}

.off-canvas-container .nav-main.fsElement {
  margin-bottom: 0;
}

.off-canvas-container .nav-main-mobile {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 0 0;
}

.off-canvas-container .nav-main-mobile.fsElement {
  margin-bottom: 18px;
}

.off-canvas-container .nav-quicklinks-mobile {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #1E1E1E;
}

.off-canvas-container .nav-quicklinks-mobile.fsElement {
  margin: 0;
}

.mobile-top {
  border-bottom: 1px solid #c7ab33;
  background-color: #1E1E1E;
}

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

.fsHasTheme3 .mobile-top,
.fsHasTheme4 .mobile-top {
  background-color: #E4E4E4;
}

.mobile-top.fsElement {
  margin-bottom: 0;
}

.mobile-top > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

.mobile-top .header-back {
  display: block;
}

.mobile-top .header-back a {
  height: 41px;
  padding: 0 18px 0 18px;
}

.mobile-top .header-back a:before {
  margin-right: 12px;
}

.mobile-top .header-back a:after {
  display: none;
}

.mobile-top .header-back a span {
  color: #ffffff;
}

.fsHasTheme3 .mobile-top .header-back a span,
.fsHasTheme4 .mobile-top .header-back a span {
  color: #63666A;
}

.mobile-search-container {
  position: relative;
}

@media (min-width: 900px) {
  .mobile-search-container {
    position: static;
  }
}

.mobile-search-container.fsElement {
  margin-bottom: 0;
}

.mobile-search {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-right: 123px;
  border-bottom: 1px solid #c7ab33;
}

@media (min-width: 900px) {
  .mobile-search {
    border: 0;
    margin-right: 50px;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .mobile-search {
    display: none;
  }
}

.mobile-search.fsElement {
  margin-bottom: 0;
}

.mobile-search .fsElementContent {
  display: block;
}

.mobile-search form {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  position: relative;
  background: none;
}

.mobile-search .fsSearchElementKeyword {
  margin: 0 !important;
  padding: 0;
  position: relative;
  z-index: 2;
}

.mobile-search label.fsFieldLabel {
  position: absolute;
  top: -9999em;
  left: -9999em;
  color: #000000;
  background: #ffffff;
}

.mobile-search input.fsStyleSearchField {
  display: block;
  max-width: none;
  height: 63px;
  padding: 0 36px 0 47px;
  border: 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  background: transparent;
}

.fsHasTheme3 .mobile-search input.fsStyleSearchField,
.fsHasTheme4 .mobile-search input.fsStyleSearchField {
  color: #63666A;
}

.mobile-search input.fsStyleSearchField::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
}

.fsHasTheme3 .mobile-search input.fsStyleSearchField::-webkit-input-placeholder,
.fsHasTheme4 .mobile-search input.fsStyleSearchField::-webkit-input-placeholder {
  color: #63666A;
}

.mobile-search input.fsStyleSearchField:-moz-placeholder {
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
}

.fsHasTheme3 .mobile-search input.fsStyleSearchField:-moz-placeholder,
.fsHasTheme4 .mobile-search input.fsStyleSearchField:-moz-placeholder {
  color: #63666A;
}

.mobile-search input.fsStyleSearchField::-moz-placeholder {
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
}

.fsHasTheme3 .mobile-search input.fsStyleSearchField::-moz-placeholder,
.fsHasTheme4 .mobile-search input.fsStyleSearchField::-moz-placeholder {
  color: #63666A;
}

.mobile-search input.fsStyleSearchField:-ms-input-placeholder {
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
}

.fsHasTheme3 .mobile-search input.fsStyleSearchField:-ms-input-placeholder,
.fsHasTheme4 .mobile-search input.fsStyleSearchField:-ms-input-placeholder {
  color: #63666A;
}

.mobile-search button.fsButtonClear {
  margin: 0;
  top: 25px;
  right: 22px;
  cursor: pointer;
}

.mobile-search button.fsSearchElementSearchButton {
  display: block;
  height: 31px;
  width: 31px;
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
  position: absolute;
  top: 16px;
  left: 14px;
  right: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  z-index: 3;
  color: #c7ab33;
  font-size: 0;
  line-height: 0;
  font-style: normal;
  background: none;
}

.mobile-search button.fsSearchElementSearchButton:hover:before,
.mobile-search button.fsSearchElementSearchButton:focus:before {
  color: #ffffff;
}

.mobile-search button.fsSearchElementSearchButton:before {
  content: "\E90E";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  height: 21px;
  width: 21px;
  position: absolute;
  top: 5px;
  left: 6px;
  color: #c7ab33;
  font-size: 17px;
  line-height: 21px;
  font-weight: normal;
  text-align: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.nav-quicklinks-mobile {
  background-color: #1E1E1E;
}

.fsHasTheme3 .nav-quicklinks-mobile,
.fsHasTheme4 .nav-quicklinks-mobile {
  background-color: #E4E4E4;
}

.nav-quicklinks-mobile.fsElement {
  margin: 0;
}

.nav-quicklinks-mobile > .fsElementContent {
  padding: 12px 14px 2px;
}

@media (min-width: 900px) {
  .nav-quicklinks-mobile > .fsElementContent {
    padding: 10px 43px 0px;
  }
}

.nav-quicklinks-mobile .fsNavLevel1 {
  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;
  width: calc(100% + 25px);
  margin: 0 -12px 0 -13px;
}

@media (min-width: 900px) {
  .nav-quicklinks-mobile .fsNavLevel1 {
    width: calc(100% + 25px);
    margin: 0 -12px 0 -13px;
  }
}

.nav-quicklinks-mobile ul {
  padding: 0;
  margin: 0;
}

.nav-quicklinks-mobile ul li {
  padding: 0 12px 10px 13px;
  margin: 0;
  position: relative;
}

@media (min-width: 900px) {
  .nav-quicklinks-mobile ul li {
    padding: 0 12px 10px 13px;
  }
}

.nav-quicklinks-mobile ul li.nav-link-calendar a:before {
  content: "\E906";
}

.nav-quicklinks-mobile ul li.nav-link-news a:before {
  content: "\E90A";
}

.nav-quicklinks-mobile ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 10px 7px 44px;
  text-decoration: none !important;
  position: relative;
}

@media (min-width: 900px) {
  .nav-quicklinks-mobile ul li a {
    padding: 9px 10px 12px 48px;
  }
}

.nav-quicklinks-mobile ul li a:hover,
.nav-quicklinks-mobile ul li a:focus {
  color: #63666A;
  text-decoration: none;
}

.nav-quicklinks-mobile ul li a:hover:before,
.nav-quicklinks-mobile ul li a:focus:before {
  text-decoration: none;
}

.nav-quicklinks-mobile ul li a:hover span,
.nav-quicklinks-mobile ul li a:focus span {
  text-decoration: underline;
}

.nav-quicklinks-mobile ul li a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 5px;
  color: #c7ab33;
  font-size: 19px;
  line-height: 30px;
  text-align: center;
  text-decoration: none !important;
}

@media (min-width: 900px) {
  .nav-quicklinks-mobile ul li a:before {
    width: 40px;
    height: 40px;
    top: 3px;
    left: 0px;
    font-size: 24px;
    line-height: 40px;
  }
}

.nav-quicklinks-mobile ul li a span {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  font-family: "IBM Plex Serif", Georgia, serif;
}

@media (min-width: 900px) {
  .nav-quicklinks-mobile ul li a span {
    font-size: 19px;
    line-height: 24px;
  }
}

.fsHasTheme3 .nav-quicklinks-mobile ul li a span,
.fsHasTheme4 .nav-quicklinks-mobile ul li a span {
  color: #63666A;
}

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

body {
  font-size: 16px;
  line-height: 29px;
  color: #4A4A4A;
}

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

body.fsComposeMode #fsPageWrapper {
  overflow: visible;
}

#fsPageBodyWrapper {
  padding: 40px 20px 40px;
  padding: 0px 20px 40px;
  background: #ffffff;
}

body.compact #fsPageBodyWrapper .fsPageLayout > .fsDiv > .fsElement {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

#fsPageContent {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsLayout .fsStyleOneThird {
  float: none;
}

.fsLayout .fsStyleTwoThirds {
  float: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - constituent main */

/*! elements - constituent default layout */

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

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

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

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

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

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

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

.fsConstituentProfile {
  position: relative;
}

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

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

/*! elements - constituent default layout */

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

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

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

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

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

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

.fsConstituentItem .fsPhoto img {
  display: block;
  max-height: 400px;
}

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

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

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

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

/*! elements - constituent profile */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fsProfileImage {
  margin-bottom: 20px;
}

.fsProfileImage img {
  display: block;
}

.fsProfileSection {
  margin-bottom: 20px;
}

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

.fsProfileSectionData {
  margin-bottom: 1em;
}

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

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

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

.fsProfileSectionData.fsStyleHalf {
  width: 100%;
}

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

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

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

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

/*! elements - constituent search */

.fsConstituent.fsSearch {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

/*! elements - constituent default layout */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - accordion */

.fsAccordion .fsPanel,
.fsTabs .fsPanel {
  margin-bottom: 3px !important;
  position: relative;
}

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

.fsAccordion .fsPanel > header h2,
.fsTabs .fsPanel > header h2 {
  display: block;
  padding: 0;
  margin-bottom: 0;
  position: relative;
  -webkit-transition: none;
  transition: none;
}

.fsAccordion .fsPanel > header h2 a,
.fsTabs .fsPanel > header h2 a {
  display: block;
  padding: 12px 0 15px 21px;
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  color: #585858;
  font-size: 23px;
  line-height: 35px;
  font-weight: normal;
  font-family: "IBM Plex Serif", Georgia, serif;
  text-transform: none;
  letter-spacing: 0;
  -webkit-transition: color 0.3s ease 0s, border 0.3s ease 0s, background 0.3s ease 0s;
  transition: color 0.3s ease 0s, border 0.3s ease 0s, background 0.3s ease 0s;
}

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

.fsAccordion .fsPanel > header h2 a,
.fsTabs .fsPanel > header h2 a {
  background: #F6F6F6;
}

.fsAccordion .fsPanel > header h2 a:hover,
.fsTabs .fsPanel > header h2 a:hover,
.fsAccordion .fsPanel > header h2 a:focus,
.fsTabs .fsPanel > header h2 a:focus {
  color: #FFFFFF;
  background: #585858;
}

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

.fsAccordion .fsPanel.fsStateOpen > header h2 a,
.fsTabs .fsPanel.fsStateOpen > header h2 a {
  border-color: #585858;
  color: #FFFFFF;
  background: #585858;
}

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

.fsPanelIconBefore.fsAccordion .fsPanel > header h2 a::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2 a::before,
.fsPanelIconAfter.fsAccordion .fsPanel > header h2 a::after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2 a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #585858;
  position: absolute;
  top: calc(50%);
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: border 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: border 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: border 0.3s ease 0s, transform 0.3s ease 0s;
  transition: border 0.3s ease 0s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.fsPanelIconBefore.fsAccordion .fsPanel > header h2 a::after,
.fsPanelIconBefore.fsTabs .fsPanel > header h2 a::after,
.fsPanelIconAfter.fsAccordion .fsPanel > header h2 a::before,
.fsPanelIconAfter.fsTabs .fsPanel > header h2 a::before {
  display: none !important;
}

.fsPanelIconBefore.fsAccordion .fsPanel > header h2 a:hover::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2 a:hover::before,
.fsPanelIconBefore.fsAccordion .fsPanel > header h2 a:focus::before,
.fsPanelIconBefore.fsTabs .fsPanel > header h2 a:focus::before,
.fsPanelIconAfter.fsAccordion .fsPanel > header h2 a:hover::after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2 a:hover::after,
.fsPanelIconAfter.fsAccordion .fsPanel > header h2 a:focus::after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2 a:focus::after {
  border-top: 8px solid #FFFFFF;
}

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2 a::before,
.fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2 a::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2 a::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2 a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #585858;
  position: absolute;
  top: calc(50%);
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: border 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: border 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: border 0.3s ease 0s, transform 0.3s ease 0s;
  transition: border 0.3s ease 0s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  color: #FFFFFF;
  border-top: 8px solid #FFFFFF;
}

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

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

.fsPanelIconBefore.fsAccordion .fsPanel > header h2 a:after,
.fsPanelIconBefore.fsTabs .fsPanel > header h2 a:after {
  left: 60px;
  right: auto;
}

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

.fsPanelIconAfter.fsAccordion .fsPanel > header h2 a:before,
.fsPanelIconAfter.fsTabs .fsPanel > header h2 a:before {
  left: auto;
  right: 68px;
}

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

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

/*! elements - athletics main */

/*! elements - athletics events */

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

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

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

.fsAthleticsEvent .fsTitle {
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 0;
}

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

.fsAthleticsEvent .fsAthleticsStatus {
  color: #d7401d;
}

.fsAthleticsEvent .fsAthleticsStatus:before {
  color: #4A4A4A;
}

.fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus {
  color: #d7401d;
}

.fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus:before {
  color: #4A4A4A;
}

/*! 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: #585858;
  margin-top: 0;
  font-weight: normal;
  font-size: 22px;
  line-height: 31px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2.08px;
  margin-bottom: 5px;
}

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

.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: 94px;
  min-height: 67px;
  padding-top: 0;
}

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

.fsCalendar .fsDate {
  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: 67px;
  width: 67px;
  padding: 0 5px 0;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFFFFF;
  text-align: center;
  background: #585858;
}

.fsCalendar .fsDate > span {
  display: block;
  color: #ffffff;
  font-size: 11px;
  line-height: 11px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
}

.fsCalendar .fsDate > span.fsMonth {
  margin-bottom: 0px;
}

.fsCalendar .fsDate > span.fsDay {
  font-size: 24px;
  line-height: 24px;
}

.fsCalendar .fsDate > span.fsYear {
  margin-top: 0px;
}

.fsCalendar article {
  padding-top: 4px;
}

.fsCalendar .fsTitle {
  margin-bottom: 4px;
  color: #585858;
  font-size: 15px;
  line-height: 26px;
  font-weight: normal;
  font-family: "IBM Plex Serif", Georgia, serif;
  letter-spacing: -0.34px;
}

.fsCalendar .fsTitle a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-decoration: none;
}

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

.fsCalendar .fsAllDay,
.fsCalendar .fsTimeRange,
.fsCalendar .fsLocation {
  margin-bottom: 0;
  padding-left: 20px;
  position: relative;
  color: #696969;
  font-size: 12px;
  line-height: 23px;
  text-transform: none;
}

.fsCalendar .fsAllDay:before,
.fsCalendar .fsTimeRange:before,
.fsCalendar .fsLocation:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  top: 3px;
  left: -1px;
  color: #A19487;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

.fsCalendar .fsAllDay:before,
.fsCalendar .fsTimeRange:before {
  content: "\F017";
  margin-right: 5px;
}

.fsCalendar .fsLocation:before {
  content: "\F041";
}

.fsCalendar .fsNotes,
.fsCalendar .fsDescription {
  margin-bottom: 8px;
  color: #696969;
  font-size: 14px;
  line-height: 20px;
}

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

.fsCalendar .fsReadMoreLink {
  display: block;
  margin-top: 8px;
  color: #585858;
  font-size: 16px;
  line-height: 29px;
  font-weight: normal;
}

.fsCalendar .fsReadMoreLink a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

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

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

.fsCalendar.fsList > .fsElementContent {
  text-align: center;
}

.fsCalendar.fsList > .fsElementContent .fsListItems {
  text-align: left;
}

.fsCalendar.fsList article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #E4E4E4;
}

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

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

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

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

.fsCalendar.fsList article {
  min-height: 87px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

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

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

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

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

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
  color: #4A4A4A;
}

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

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

  .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:hover .fsCalendarOutOfRange {
    color: #ffffff;
    background: #585858;
    -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: #585858;
    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 10px;
  min-width: 220px;
  padding: 15px 17px 14px;
  border: 3px solid #585858;
  border-radius: 0;
  color: #585858;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.3px;
  background: transparent;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  padding: 10px 20px;
  margin-bottom: 0;
}

.scroll-up span:hover,
.scroll-up span:focus,
.fsStateSelected .scroll-up span,
.scroll-up span.on {
  border-color: #585858;
  color: #ffffff;
  text-decoration: none;
  background: #585858;
}

.scroll-up span em {
  display: block;
  margin-top: -2px;
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

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

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

.fsElementEventColorIcon {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! elements - forms */

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

.fsComposerFormEmbed {
  background: none;
}

.fsComposerFormEmbed body {
  margin: 0;
}

.fsComposerFormEmbed form {
  zoom: 1;
}

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

.fsComposerFormEmbed form input,
.fsComposerFormEmbed form textarea,
.fsComposerFormEmbed form select {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 29px;
  color: #4A4A4A;
}

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

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

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

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

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

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

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

.fsComposerFormEmbed form .submitBtn {
  display: inline-block;
  margin: 0 0 10px;
  min-width: 220px;
  padding: 15px 17px 14px;
  border: 3px solid #585858;
  border-radius: 0;
  color: #585858;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.3px;
  background: transparent;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
}

.fsComposerFormEmbed form .submitBtn:hover,
.fsComposerFormEmbed form .submitBtn:focus,
.fsStateSelected .fsComposerFormEmbed form .submitBtn,
.fsComposerFormEmbed form .submitBtn.on {
  border-color: #585858;
  color: #ffffff;
  text-decoration: none;
  background: #585858;
}

.fsComposerFormEmbed form .submitBtn em {
  display: block;
  margin-top: -2px;
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

.fsComposerFormEmbed .ui-widget {
  font-family: "Roboto", sans-serif;
  max-width: 100%;
}

.fsComposerFormEmbed .ui-datepicker:empty {
  display: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
  background: none;
  border: none;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
  display: none;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '';
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before,
.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .5;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
  content: '\203A';
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
  content: '\2039';
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  top: 2px;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-default {
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}

.fsComposerFormEmbed .ui-datepicker .ui-state-active {
  background: rgba(0, 0, 0, 0.1);
}

.fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
  border: solid 1px #d3d3d3;
  background-color: #d3d3d3;
}

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

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

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

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

/*! elements - login */

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

.fsLoginForgotPasswordLink,
.fsLoginNewAccountLink {
  margin-bottom: 10px;
}

.fsLoginForgotPasswordLink:last-child,
.fsLoginNewAccountLink:last-child {
  margin-bottom: 0;
}

.fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px;
}

.fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
.fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
  max-width: 100%;
}

@media screen and (max-width: 599px) {
  .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
    overflow: hidden;
    border-radius: 5px;
  }
}

.fsResetPasswordFields > div {
  margin-bottom: 20px;
}

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

.fsResetPasswordFields label > span {
  display: block;
}

.fsResetPasswordFields label > input {
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .fsLoginForgotControls label,
  .fsLoginNewFields label,
  .fsResetPasswordFields label {
    display: block;
    margin-bottom: 3px;
  }

  .fsLoginForgotControls input,
  .fsLoginNewFields input,
  .fsResetPasswordFields input {
    display: block;
    width: 100%;
  }
}

.fsLoginForgotView .fsLoginForgotEmail {
  display: block;
}

.fsLoginForgotSuccess .fsStyleDefaultButton {
  margin-top: 20px;
}

.fsAccountGreeting {
  margin-bottom: 20px;
}

.fsAccountLinks {
  margin: 0;
}

.fsAccountLinks li:not(:first-child) {
  border-color: #e5e5e5;
}

.fsAccountLogout {
  display: block;
  margin-top: 20px;
}

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

input[name*="passkey"] + .fsLoginSubmit {
  margin-top: 20px;
}

.fsError {
  margin-bottom: 50px;
}

.fsResetContinue,
.fsResetCancel,
.fsLoginNewSuccess > button {
  display: inline-block;
  margin: 0 0 10px;
  min-width: 220px;
  padding: 15px 17px 14px;
  border: 3px solid #585858;
  border-radius: 0;
  color: #585858;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.3px;
  background: transparent;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
}

.fsResetContinue:hover,
.fsResetContinue:focus,
.fsStateSelected .fsResetContinue,
.fsResetContinue.on,
.fsResetCancel:hover,
.fsResetCancel:focus,
.fsStateSelected .fsResetCancel,
.fsResetCancel.on,
.fsLoginNewSuccess > button:hover,
.fsLoginNewSuccess > button:focus,
.fsStateSelected .fsLoginNewSuccess > button,
.fsLoginNewSuccess > button.on {
  border-color: #585858;
  color: #ffffff;
  text-decoration: none;
  background: #585858;
}

.fsResetContinue em,
.fsResetCancel em,
.fsLoginNewSuccess > button em {
  display: block;
  margin-top: -2px;
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

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

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

@media (min-width: 600px) {
  .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
    float: left;
    margin-right: 30px;
  }
}

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

@media (min-width: 600px) {
  .fsPostElement.fsThumbnailAlignRight .fsThumbnail {
    float: right;
    margin-left: 30px;
  }
}

.fsPostElement .fsCategories {
  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 -5px 14px;
  padding: 0;
}

.fsPostElement .fsCategories .fsCategory {
  display: block;
  padding: 9px 8px 8px;
  margin: 0 5px 6px;
  border: 0;
  border-radius: 2px;
  color: #4A4A4A;
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
  text-transform: none;
  background-color: #F6F6F6;
}

.fsPostElement .fsThumbnail {
  display: block;
  margin-bottom: 20px;
}

.fsPostElement .fsThumbnail img,
.fsPostElement .fsThumbnail .fsCroppedImage {
  display: block;
}

.fsPostElement .fsTitle {
  margin-bottom: 12px;
  color: #585858;
  font-size: 23px;
  line-height: 32px;
  font-weight: normal;
  font-family: "IBM Plex Serif", Georgia, serif;
}

.fsPostElement .fsTitle a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-decoration: none;
}

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

.fsPostElement .fsAuthor {
  display: block;
  color: #252B33;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
}

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

.fsPostElement .fsDateTime {
  display: block;
  color: #4A4A4A;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  text-transform: none;
}

.fsPostElement .fsSummary,
.fsPostElement .fsBody {
  margin-top: 21px;
  margin-bottom: 20px;
}

.fsPostElement .fsTags {
  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: 20px -3px 0px;
  padding: 0;
}

.fsPostElement .fsTags .fsTag {
  display: block;
  padding: 9px 8px 8px;
  margin: 0 3px 6px;
  border: 1px solid #E4E4E4;
  color: #4A4A4A;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  background: none;
}

.fsPostElement .fsReadMoreLink {
  display: inline-block;
  margin-top: 14px;
  color: #585858;
  font-weight: normal;
}

.fsPostElement.fsList > .fsElementContent {
  text-align: center;
}

.fsPostElement.fsList > .fsElementContent .fsListItems {
  text-align: left;
}

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

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

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

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

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

.fsPostElement.fsList article {
  padding-bottom: 45px;
  margin-bottom: 45px;
}

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

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

.fsResourceElement .fsTitle {
  margin-bottom: 10px;
}

.fsResourceElement figcaption {
  margin-top: 10px;
}

.fsResourceElement.fsListNav .fsResourceCollectionName + nav {
  margin-top: 20px;
}

.fsResourceElement.fsListNav .fsTitle {
  font-size: 16px;
  line-height: 29px;
  font-weight: normal;
  margin-bottom: 0;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage .fsTitle {
  text-align: center;
}

.fsResourceElement .fsElementSlideshow[data-slides-to-show="1"] .fsResourceTypeImage img {
  margin: 0 auto;
}

/*! _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 #E4E4E4;
}

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

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

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

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

/*! elements - social main */

/*! elements - social vimeo */

.fsVimeo {
  margin-bottom: 20px;
}

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

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

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

.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #E4E4E4;
  -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 #E4E4E4;
  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 10px;
  min-width: 220px;
  padding: 15px 17px 14px;
  border: 3px solid #585858;
  border-radius: 0;
  color: #585858;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.3px;
  background: transparent;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
}

.vimeo_view_link a:hover,
.vimeo_view_link a:focus,
.fsStateSelected .vimeo_view_link a,
.vimeo_view_link a.on {
  border-color: #585858;
  color: #ffffff;
  text-decoration: none;
  background: #585858;
}

.vimeo_view_link a em {
  display: block;
  margin-top: -2px;
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

/*! elements - social youtube */

.fsYoutube {
  margin-bottom: 20px;
}

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

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

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

.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #E4E4E4;
  -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 #E4E4E4;
  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 10px;
  min-width: 220px;
  padding: 15px 17px 14px;
  border: 3px solid #226E2F;
  border-radius: 0;
  color: #003865;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.3px;
  background: transparent;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a,
.Youtube_view_link a.on {
  border-color: #226E2F;
  color: #ffffff;
  text-decoration: none;
  background: #226E2F;
}

.Youtube_view_link a em {
  display: block;
  margin-top: -2px;
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

/*! elements - tabs */

.fsTabs {
  padding: 0;
  background: none;
  border: 0;
}

.fsTabs .fsTabsNav {
  margin: 0;
  padding: 0;
  display: none;
}

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

.fsTabs .fsTabsNav li {
  margin-right: 10px;
}

.fsTabs .fsTabsNav li a {
  display: block;
  padding: 14px 20px 16px;
  border: 0;
  margin: 0;
  position: relative;
  color: #4A4A4A;
  font-size: 23px;
  line-height: 35px;
  font-weight: normal;
  font-family: "IBM Plex Serif", Georgia, serif;
  vertical-align: top;
  letter-spacing: 0;
  background: #F6F6F6;
  -webkit-transition: border 0.3s ease 0s, padding 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, padding 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
}

.fsTabs .fsTabsNav li a:hover,
.fsTabs .fsTabsNav li a:focus {
  color: #FFFFFF;
  background: #585858;
}

.fsTabs .fsTabsNav li a:hover:before,
.fsTabs .fsTabsNav li a:focus:before {
  border-top: 8px solid #585858;
}

.fsTabs .fsTabsNav li a:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 8px solid #F6F6F6;
  position: absolute;
  left: 50%;
  bottom: 2px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: border 0.3s ease 0s, opacity 0.1s ease 0s, bottom 0.3s ease 0s;
  transition: border 0.3s ease 0s, opacity 0.1s ease 0s, bottom 0.3s ease 0s;
}

.fsTabs .fsTabsNav li.fsStateSelected a {
  border-color: #585858;
  color: #FFFFFF;
  background: #585858;
}

.fsTabs .fsTabsNav li.fsStateSelected a:before {
  border-top: 8px solid #585858;
  bottom: -7px;
  -webkit-transition: border 0.3s ease 0s, opacity 0.3s ease 0.1s, bottom 0.3s ease 0s;
  transition: border 0.3s ease 0s, opacity 0.3s ease 0.1s, bottom 0.3s ease 0s;
}

@media (min-width: 600px) {
  .fsTabs .fsPanel {
    border: 0;
  }
}

.fsTabs .fsPanel:last-child {
  border: 0;
}

@media (min-width: 600px) {
  .fsTabs .fsPanel:before {
    display: none;
  }
}

@media (min-width: 600px) {
  .fsTabs .fsPanel > .fsElementContent {
    border: 0;
    padding: 27px 0 0;
  }
}

.fsTabs .fsPanel > .fsElementContent > .fsElement > * > *:last-child {
  margin-bottom: 0;
}

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block;
}

@media (min-width: 600px) {
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header,
  .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
    display: none;
  }
}

/*! -main.scss - /sass/modules/tools  */

/*! _all.scss - src/sass/modules/tools - News, Calendar, & Posts Tools Elements */

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton,
.fsElementToolsSearchButton {
  margin: 0 5px 0 0;
  width: auto;
}

.fsToolsList.fsStyleSelectList > li {
  padding: 0;
  margin: 0;
}

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

/*! _filter.scss - src/sass/modules/tools/posts - News & Calendar Tools Elements */

.fsBannerLeft .fsElementToolsSearch,
.fsBannerRight .fsElementToolsSearch,
.fsStyleOneThird .fsElementToolsSearch,
.fsTwoColumnLayout .fsElementToolsSearch,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

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

.fsElementToolsSearch .fsSeparator {
  margin: 0 5px;
  display: inline-block;
  text-align: center;
}

.fsElementToolsKeyword + .fsElementToolsDateRange {
  margin-top: 10px;
}

.fsElementToolsSearchButton {
  margin: 10px 0 0;
}

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */

.fsLegend .fsElementControls {
  margin-bottom: 5px;
}

.fsLegend .fsElementControls label input:checked + span {
  background: #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: #585858 !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: #585858;
  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: #585858;
}

body:not(.fsComposeMode) .panel-full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

body:not(.fsComposeMode) .panel-full-boundary.fsContainer {
  padding-left: 20px;
  padding-right: 20px;
}

body:not(.fsComposeMode) .panel-full-boundary > header,
body:not(.fsComposeMode) .panel-full-boundary > .fsElementContent,
body:not(.fsComposeMode) .panel-full-boundary > footer {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

body:not(.fsComposeMode) .panel-full-boundary.fsSharedContainer > .fsContainer {
  padding-left: 20px;
  padding-right: 20px;
}

body:not(.fsComposeMode) .panel-full-boundary.fsSharedContainer > .fsContainer > header,
body:not(.fsComposeMode) .panel-full-boundary.fsSharedContainer > .fsContainer > .fsElementContent,
body:not(.fsComposeMode) .panel-full-boundary.fsSharedContainer > .fsContainer > footer {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
}

.panel-full-width.panel-gray {
  background-color: #F5F5F5;
}

.panel-padding.fsContainer {
  padding-top: 37px;
  padding-bottom: 29px;
}

@media (min-width: 700px) {
  .panel-padding.fsContainer {
    padding-top: 62px;
    padding-bottom: 43px;
  }
}

.fsHasAlertFeeds.fsNews header,
.fsHasAlertFeeds.fsPostElement header,
.fsHasAlertFeeds.fsCalendar header {
  position: relative;
  padding-right: 50px;
  padding-bottom: 0;
}

.fsHasAlertFeeds.fsNews .fsElementControls,
.fsHasAlertFeeds.fsPostElement .fsElementControls,
.fsHasAlertFeeds.fsCalendar .fsElementControls {
  margin: 0;
}

.fsHasAlertFeeds.fsNews .fsAlertFeeds,
.fsHasAlertFeeds.fsPostElement .fsAlertFeeds,
.fsHasAlertFeeds.fsCalendar .fsAlertFeeds {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 9px;
  float: none;
}

.fsHasAlertFeeds.fsNews .fsAlertFeeds a:first-of-type,
.fsHasAlertFeeds.fsPostElement .fsAlertFeeds a:first-of-type,
.fsHasAlertFeeds.fsCalendar .fsAlertFeeds a:first-of-type {
  margin-right: 0;
}

body:not(.fsComposeMode).top-flush #fsPageBodyWrapper,
html:not(.has-hero) body.fsComposeMode.top-flush #fsPageBodyWrapper {
  margin-top: 0;
  padding-top: 0;
}

.bottom-flush.fsElement {
  margin-bottom: 0 !important;
}

body.bottom-flush #fsPageBodyWrapper {
  margin-bottom: 0;
  padding-bottom: 0;
}

body.bottom-flush .fsPageLayout.fsLayout > div:last-of-type {
  margin-bottom: 0;
}

body.bottom-flush .fsPageLayout.fsLayout > div:last-of-type > div:last-of-type {
  margin-bottom: 0;
}

[class*="card-"] {
  padding: 29px 30px 29px;
  border-radius: 0;
  position: relative;
  color: #ffffff;
}

.fsBannerLeft [class*="card-"],
.fsBannerRight [class*="card-"],
.fsStyleOneThird [class*="card-"],
.fsTwoColumnLayout [class*="card-"],
.fsThreeColumnLayout > .fsDiv [class*="card-"],
.fsFourColumnLayout > .fsDiv [class*="card-"] {
  padding: 29px 20px 29px;
}

.fsBannerLeft [class*="card-"] .top-image,
.fsBannerRight [class*="card-"] .top-image,
.fsStyleOneThird [class*="card-"] .top-image,
.fsTwoColumnLayout [class*="card-"] .top-image,
.fsThreeColumnLayout > .fsDiv [class*="card-"] .top-image,
.fsFourColumnLayout > .fsDiv [class*="card-"] .top-image {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}

.fsBannerLeft [class*="card-"] .top-image:before,
.fsBannerRight [class*="card-"] .top-image:before,
.fsStyleOneThird [class*="card-"] .top-image:before,
.fsTwoColumnLayout [class*="card-"] .top-image:before,
.fsThreeColumnLayout > .fsDiv [class*="card-"] .top-image:before,
.fsFourColumnLayout > .fsDiv [class*="card-"] .top-image:before {
  padding-bottom: 80%;
}

.fsBannerLeft [class*="card-"] h2,
.fsBannerRight [class*="card-"] h2,
.fsStyleOneThird [class*="card-"] h2,
.fsTwoColumnLayout [class*="card-"] h2,
.fsThreeColumnLayout > .fsDiv [class*="card-"] h2,
.fsFourColumnLayout > .fsDiv [class*="card-"] h2 {
  margin-bottom: 11px;
  font-size: 25px;
  line-height: 35px;
  font-weight: normal;
}

.fsBannerLeft [class*="card-"] > .fsElementContent,
.fsBannerRight [class*="card-"] > .fsElementContent,
.fsStyleOneThird [class*="card-"] > .fsElementContent,
.fsTwoColumnLayout [class*="card-"] > .fsElementContent,
.fsThreeColumnLayout > .fsDiv [class*="card-"] > .fsElementContent,
.fsFourColumnLayout > .fsDiv [class*="card-"] > .fsElementContent {
  font-size: 16px;
  line-height: 29px;
}

.fsBannerLeft [class*="card-"] a:not([class*="fs_style"]),
.fsBannerRight [class*="card-"] a:not([class*="fs_style"]),
.fsStyleOneThird [class*="card-"] a:not([class*="fs_style"]),
.fsTwoColumnLayout [class*="card-"] a:not([class*="fs_style"]),
.fsThreeColumnLayout > .fsDiv [class*="card-"] a:not([class*="fs_style"]),
.fsFourColumnLayout > .fsDiv [class*="card-"] a:not([class*="fs_style"]) {
  font-size: 16px;
  line-height: 29px;
  font-weight: normal;
}

[class*="card-"].element-updated {
  background-image: none !important;
}

[class*="card-"] .top-image {
  width: calc(100% + 60px);
  margin: -29px -30px 29px;
}

[class*="card-"] .top-image figure.fsImage,
[class*="card-"] .top-image picture,
[class*="card-"] .top-image img {
  display: block;
}

[class*="card-"] .top-image img {
  width: 100%;
}

[class*="card-"] h1,
[class*="card-"] h2,
[class*="card-"] h3,
[class*="card-"] h4,
[class*="card-"] h5,
[class*="card-"] h6 {
  color: #ffffff;
}

[class*="card-"] h2 {
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 35px;
}

[class*="card-"] > header > .fsElementTitle {
  margin-bottom: 15px !important;
  color: #ffffff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  text-transform: none;
}

[class*="card-"] > .fsElementContent {
  font-size: 16px;
  line-height: 29px;
  font-weight: normal;
  word-wrap: break-word;
}

[class*="card-"] > .fsElementContent > *:last-child {
  margin-bottom: 0;
}

[class*="card-"] a {
  font-weight: 600;
}

[class*="card-"] a:not([class*="fs_style"]) {
  color: #ffffff;
}

[class*="card-"] a:not([class*="fs_style"]):hover,
[class*="card-"] a:not([class*="fs_style"]):focus {
  color: #ffffff;
}

[class*="card-"] p {
  margin-bottom: 20px;
}

[class*="card-"] p:last-child {
  margin-bottom: 0;
}

.card-blue {
  background-color: #003865;
}

.card-green {
  background-color: #226E2F;
}

.card-yellow {
  color: #003865;
  background-color: #D3B63B;
}

.card-yellow > header > .fsElementTitle {
  color: #003865;
}

.card-yellow h1,
.card-yellow h2,
.card-yellow h3,
.card-yellow h4,
.card-yellow h5,
.card-yellow h6 {
  color: #003865;
}

.card-yellow a:not([class*="fs_style"]) {
  color: #003865;
}

.card-yellow a:not([class*="fs_style"]):hover,
.card-yellow a:not([class*="fs_style"]):focus {
  color: #003865;
}

.card-light {
  color: #4A4A4A;
  background-color: #F6F6F6;
}

.card-light > header > .fsElementTitle {
  color: #585858;
}

.card-light h1,
.card-light h2,
.card-light h3,
.card-light h4,
.card-light h5,
.card-light h6 {
  color: #226E2F;
}

.card-light a:not([class*="fs_style"]) {
  color: #585858;
}

.card-light a:not([class*="fs_style"]):hover,
.card-light a:not([class*="fs_style"]):focus {
  color: #585858;
}

.card-dark {
  background-color: #515151;
}

.card-dark {
  color: #ffffff;
}

.card-dark > header > .fsElementTitle {
  color: #ffffff;
}

.card-dark h1,
.card-dark h2,
.card-dark h3,
.card-dark h4,
.card-dark h5,
.card-dark h6 {
  color: #ffffff;
}

.card-dark a:not([class*="fs_style"]) {
  color: #ffffff;
}

.card-dark a:not([class*="fs_style"]):hover,
.card-dark a:not([class*="fs_style"]):focus {
  color: #ffffff;
}

.fsResourceTypeImage img,
.fsResourceTypeImage picture,
figure.fsImageCaptioned img,
figure.fsImageCaptioned picture {
  display: block;
}

.fsResourceTypeImage figcaption,
figure.fsImageCaptioned figcaption {
  display: block;
  margin-top: 15px;
  color: #696969;
  font-size: 16px;
  line-height: 23px;
  font-weight: 200;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
}

.fsElement.no-margin-top {
  margin-top: 0 !important;
}

.fsElement.no-margin-top.fsSharedContainer > .fsContainer {
  margin-top: 0 !important;
}

.fsElement.no-margin-bottom {
  margin-bottom: 0 !important;
}

.fsElement.no-margin-bottom.fsSharedContainer > .fsContainer {
  margin-bottom: 0 !important;
}

.fsElement.no-padding-top {
  padding-top: 0 !important;
}

.fsElement.no-padding-top.fsSharedContainer > .fsContainer {
  padding-top: 0 !important;
}

.fsElement.no-padding-bottom {
  padding-bottom: 0 !important;
}

.fsElement.no-padding-bottom.fsSharedContainer > .fsContainer {
  padding-bottom: 0 !important;
}

a.skip-link {
  display: block;
  width: 1px;
  height: 1px;
  padding: 5px 10px;
  position: absolute;
  top: -9999em;
  left: -9999em;
  color: #000000;
  font-size: 15px;
  line-height: 29px;
  font-weight: bold;
  background-color: #ffffff;
  overflow: hidden;
}

a.skip-link:focus {
  width: auto;
  height: auto;
  position: static;
}

.off-canvas-active a.skip-link {
  display: none;
}

.featured-content.fsContent {
  position: relative;
  margin: 0 auto;
  max-width: 780px;
  text-align: center;
}

.featured-content.fsContent.fsElement {
  margin-bottom: 45px;
}

.featured-title.fsContent {
  text-align: center;
  margin-bottom: 28px;
}

.featured-title.fsContent > header > .fsElementTitle {
  padding-top: 54px;
  margin-bottom: 28px;
  position: relative;
  color: #585858;
  font-size: 30px;
  line-height: 35px;
}

@media (min-width: 550px) {
  .featured-title.fsContent > header > .fsElementTitle {
    padding-top: 60px;
    margin-bottom: 28px;
    font-size: 37px;
    line-height: 46px;
  }
}

@media (min-width: 900px) {
  .featured-title.fsContent > header > .fsElementTitle {
    padding-top: 65px;
    margin-bottom: 28px;
    font-size: 44px;
    line-height: 57px;
  }
}

body.fsHasTheme2 .featured-title.fsContent > header > .fsElementTitle {
  color: #1D3150;
}

body.fsHasTheme3 .featured-title.fsContent > header > .fsElementTitle {
  padding-top: 54px;
}

@media (min-width: 550px) {
  body.fsHasTheme3 .featured-title.fsContent > header > .fsElementTitle {
    padding-top: 60px;
  }
}

@media (min-width: 900px) {
  body.fsHasTheme3 .featured-title.fsContent > header > .fsElementTitle {
    padding-top: 65px;
  }
}

body.fsHasTheme4 .featured-title.fsContent > header > .fsElementTitle {
  padding-top: 64px;
}

@media (min-width: 550px) {
  body.fsHasTheme4 .featured-title.fsContent > header > .fsElementTitle {
    padding-top: 70px;
  }
}

@media (min-width: 900px) {
  body.fsHasTheme4 .featured-title.fsContent > header > .fsElementTitle {
    padding-top: 77px;
  }
}

body.fsHasTheme5 .featured-title.fsContent > header > .fsElementTitle {
  color: #585858;
}

.featured-title.fsContent > header > .fsElementTitle:before {
  content: '';
  display: block;
  width: 34px;
  height: 41px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(images/logo-emblem-TSPS.svg);
  background-size: 34px 41px;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 550px) {
  .featured-title.fsContent > header > .fsElementTitle:before {
    width: 39px;
    height: 47px;
    background-size: 39px 47px;
  }
}

@media (min-width: 900px) {
  .featured-title.fsContent > header > .fsElementTitle:before {
    width: 45px;
    height: 54px;
    background-size: 45px 54px;
  }
}

body.fsHasTheme3 .featured-title.fsContent > header > .fsElementTitle:before {
  width: 44px;
  height: 44px;
  background-image: url(images/logo-emblem-SPSG.svg);
  background-size: 44px 44px;
}

@media (min-width: 550px) {
  body.fsHasTheme3 .featured-title.fsContent > header > .fsElementTitle:before {
    width: 51px;
    height: 51px;
    background-size: 51px 51px;
  }
}

@media (min-width: 900px) {
  body.fsHasTheme3 .featured-title.fsContent > header > .fsElementTitle:before {
    width: 58px;
    height: 58px;
    background-size: 58px 58px;
  }
}

body.fsHasTheme4 .featured-title.fsContent > header > .fsElementTitle:before {
  width: 41px;
  height: 58px;
  background-image: url(images/logo-emblem-SPSB.svg);
  background-size: 41px 58px;
}

@media (min-width: 550px) {
  body.fsHasTheme4 .featured-title.fsContent > header > .fsElementTitle:before {
    width: 47px;
    height: 67px;
    background-size: 47px 67px;
  }
}

@media (min-width: 900px) {
  body.fsHasTheme4 .featured-title.fsContent > header > .fsElementTitle:before {
    width: 54px;
    height: 76px;
    background-size: 54px 76px;
  }
}

.featured-title.fsContent > footer > .fsElementFooterContent {
  margin-top: 28px;
}

@media (min-width: 550px) {
  .featured-title.fsContent > footer > .fsElementFooterContent {
    margin-top: 45px;
  }
}

@media (min-width: 900px) {
  .featured-title.fsContent > footer > .fsElementFooterContent {
    margin-top: 62px;
  }
}

.intro.fsContent {
  text-align: center;
  margin-bottom: 40px !important;
}

@media (min-width: 900px) {
  .intro.fsContent {
    margin-bottom: 60px !important;
  }
}

.intro.fsContent > header,
.intro.fsContent > .fsElementContent,
.intro.fsContent > footer {
  position: relative;
  margin: 0 auto;
  max-width: 890px;
}

.intro.fsContent > header > .fsElementTitle {
  margin-bottom: 13px;
  color: #585858;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.18px;
}

@media (min-width: 550px) {
  .intro.fsContent > header > .fsElementTitle {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 25px;
    letter-spacing: 2.59px;
  }
}

@media (min-width: 900px) {
  .intro.fsContent > header > .fsElementTitle {
    margin-bottom: 27px;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 3px;
  }
}

body.fsHasTheme2 .intro.fsContent > header > .fsElementTitle {
  color: #1D3150;
  font-weight: 500;
}

body.fsHasTheme5 .intro.fsContent > header > .fsElementTitle {
  color: #585858;
}

.intro.fsContent > .fsElementContent p {
  font-size: 14px;
  line-height: 25px;
  font-family: "IBM Plex Serif", Georgia, serif;
}

@media (min-width: 550px) {
  .intro.fsContent > .fsElementContent p {
    font-size: 19px;
    line-height: 35px;
  }
}

@media (min-width: 900px) {
  .intro.fsContent > .fsElementContent p {
    font-size: 24px;
    line-height: 46px;
  }
}

.divider-logo.fsContent {
  height: 41px;
  position: relative;
}

@media (min-width: 550px) {
  .divider-logo.fsContent {
    height: 47px;
  }
}

@media (min-width: 900px) {
  .divider-logo.fsContent {
    height: 54px;
  }
}

body.fsHasTheme3 .divider-logo.fsContent {
  height: 44px;
}

@media (min-width: 550px) {
  body.fsHasTheme3 .divider-logo.fsContent {
    height: 51px;
  }
}

@media (min-width: 900px) {
  body.fsHasTheme3 .divider-logo.fsContent {
    height: 58px;
  }
}

body.fsHasTheme4 .divider-logo.fsContent {
  height: 58px;
}

@media (min-width: 550px) {
  body.fsHasTheme4 .divider-logo.fsContent {
    height: 67px;
  }
}

@media (min-width: 900px) {
  body.fsHasTheme4 .divider-logo.fsContent {
    height: 76px;
  }
}

.divider-logo.fsContent:before {
  content: '';
  display: block;
  width: 34px;
  height: 41px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(images/logo-emblem-TSPS.svg);
  background-size: 34px 41px;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 550px) {
  .divider-logo.fsContent:before {
    width: 39px;
    height: 47px;
    background-size: 39px 47px;
  }
}

@media (min-width: 900px) {
  .divider-logo.fsContent:before {
    width: 45px;
    height: 54px;
    background-size: 45px 54px;
  }
}

body.fsHasTheme3 .divider-logo.fsContent:before {
  width: 44px;
  height: 44px;
  background-image: url(images/logo-emblem-SPSG.svg);
  background-size: 44px 44px;
}

@media (min-width: 550px) {
  body.fsHasTheme3 .divider-logo.fsContent:before {
    width: 51px;
    height: 51px;
    background-size: 51px 51px;
  }
}

@media (min-width: 900px) {
  body.fsHasTheme3 .divider-logo.fsContent:before {
    width: 58px;
    height: 58px;
    background-size: 58px 58px;
  }
}

body.fsHasTheme4 .divider-logo.fsContent:before {
  width: 41px;
  height: 58px;
  background-image: url(images/logo-emblem-SPSB.svg);
  background-size: 41px 58px;
}

@media (min-width: 550px) {
  body.fsHasTheme4 .divider-logo.fsContent:before {
    width: 47px;
    height: 67px;
    background-size: 47px 67px;
  }
}

@media (min-width: 900px) {
  body.fsHasTheme4 .divider-logo.fsContent:before {
    width: 54px;
    height: 76px;
    background-size: 54px 76px;
  }
}

.divider-logo.fsContent:after {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #d6d6d6 0px, #d6d6d6 calc(50% - 41px), rgba(214, 214, 214, 0) calc(50% - 41px), rgba(214, 214, 214, 0) calc(50% + 41px), #d6d6d6 calc(50% + 41px), #d6d6d6 100%);
}

@media (min-width: 550px) {
  .divider-logo.fsContent:after {
    top: 23px;
    background: linear-gradient(90deg, #d6d6d6 0px, #d6d6d6 calc(50% - 47px), rgba(214, 214, 214, 0) calc(50% - 47px), rgba(214, 214, 214, 0) calc(50% + 47px), #d6d6d6 calc(50% + 47px), #d6d6d6 100%);
  }
}

@media (min-width: 900px) {
  .divider-logo.fsContent:after {
    top: 27px;
    background: linear-gradient(90deg, #d6d6d6 0px, #d6d6d6 calc(50% - 54px), rgba(214, 214, 214, 0) calc(50% - 54px), rgba(214, 214, 214, 0) calc(50% + 54px), #d6d6d6 calc(50% + 54px), #d6d6d6 100%);
  }
}

body.fsHasTheme3 .divider-logo.fsContent:after {
  top: 22px;
}

@media (min-width: 550px) {
  body.fsHasTheme3 .divider-logo.fsContent:after {
    top: 25px;
  }
}

@media (min-width: 900px) {
  body.fsHasTheme3 .divider-logo.fsContent:after {
    top: 28px;
  }
}

body.fsHasTheme4 .divider-logo.fsContent:after {
  top: 23px;
}

@media (min-width: 550px) {
  body.fsHasTheme4 .divider-logo.fsContent:after {
    top: 33px;
  }
}

@media (min-width: 900px) {
  body.fsHasTheme4 .divider-logo.fsContent:after {
    top: 38px;
  }
}

.divider-logo.fsContent > header,
.divider-logo.fsContent > .fsElementContent,
.divider-logo.fsContent > footer {
  display: none;
}

.divider-plain.fsContent {
  position: relative;
  height: 30px;
}

.divider-plain.fsContent:after {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  background: #D6D6D6;
}

.divider-plain.fsContent > header,
.divider-plain.fsContent > .fsElementContent,
.divider-plain.fsContent > footer {
  display: none;
}

body.fsComposeMode .divider-plain.fsContent {
  min-height: 30px;
}

#fsAccountBar:before {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #000000;
  opacity: 0.1;
}

#fsAccountBar a:hover,
#fsAccountBar a:focus {
  text-decoration: underline;
}

.fsContent.fsElement figure.fsImage img[src=""] {
  opacity: 0;
  visibility: hidden;
}

/*! pages - home v0.0.1 */

.home #fsPageBodyWrapper {
  padding-top: 10px;
  padding-bottom: 0;
}

@media (min-width: 700px) {
  .home #fsPageBodyWrapper {
    padding-top: 60px;
  }
}

@media (min-width: 900px) {
  .home #fsPageBodyWrapper {
    padding-top: 87px;
    padding-bottom: 30px;
  }
}

.home .header-breadcrumb,
.home .header-secondary {
  display: none;
}

.home h1.fsPageTitle {
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.landing #fsPageBodyWrapper {
  padding-top: 41px;
}

.landing .header-breadcrumb {
  display: none;
}

.landing .fsElementTitle {
  font-size: 30px;
  line-height: 42px;
}

.portal-page .fsTwoColumnWideRightLayout > .fsDiv > .fsElement + .fsElement {
  margin-top: 2em;
}

.production .fsPageLayout .fsElement.custom > header {
  padding-top: 12px;
  border-top: 1px solid #DCE0E9;
  margin-bottom: 60px;
}

.production .fsPageLayout .fsElement.custom > header > .fsElementTitle {
  margin-bottom: 10px;
  color: #707070;
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.9px;
}

.production .fsPageLayout .fsElement.custom > header > .fsElementHeaderContent {
  margin-bottom: 30px;
  color: #707070;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
}

.production .example-light-background.fsContent > .fsElementContent {
  padding: 40px;
  background-color: #f6f6f6;
}

.production .example-light-background.fsLayout {
  padding: 40px 20px;
  background-color: #f6f6f6;
}

.production .example-dark-background.fsContent > .fsElementContent {
  padding: 40px;
  background-color: #226E2F;
}

.production .example-dark-background.fsLayout {
  padding: 40px 20px;
  background-color: #226E2F;
}

.athletics-teams > header > .fsElementTitle {
  margin-bottom: 21px;
}

.athletics-teams .fsPanel > .fsElementContent {
  padding: 0 !important;
}

.athletics-teams .fsPanel > .fsElementContent > .fsElement.fsContainer > .fsElementContent,
.athletics-teams .fsPanel > .fsElementContent > .fsElement.fsSharedContainer > .fsContainer > .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;
}

.athletics-teams .fsAthleticsTeam {
  min-height: 154px;
  margin-bottom: 0;
  width: 100%;
  position: relative;
  background-color: #272223;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}

@media (min-width: 550px) {
  .athletics-teams .fsAthleticsTeam {
    width: 50%;
    background-position: center center;
  }
}

@media (min-width: 700px) {
  .athletics-teams .fsAthleticsTeam {
    width: 100%;
    background-position: center top;
  }
}

@media (min-width: 1000px) {
  .athletics-teams .fsAthleticsTeam {
    width: 50%;
    background-position: center center;
  }
}

.athletics-teams .fsAthleticsTeam:before,
.athletics-teams .fsAthleticsTeam:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.athletics-teams .fsAthleticsTeam:before {
  height: 62px;
  top: auto;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.athletics-teams .fsAthleticsTeam:after {
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.71);
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.athletics-teams .fsAthleticsTeam:hover:after,
.athletics-teams .fsAthleticsTeam:focus:after,
.athletics-teams .fsAthleticsTeam.focused:after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.athletics-teams .fsAthleticsTeam:hover > .fsElementContent,
.athletics-teams .fsAthleticsTeam:focus > .fsElementContent,
.athletics-teams .fsAthleticsTeam.focused > .fsElementContent {
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0.2s;
  transition: opacity 0.3s ease 0.2s;
}

.athletics-teams .fsAthleticsTeam:hover > header > .fsElementTitle,
.athletics-teams .fsAthleticsTeam:focus > header > .fsElementTitle,
.athletics-teams .fsAthleticsTeam.focused > header > .fsElementTitle {
  opacity: 0;
}

.athletics-teams .fsAthleticsTeam.fsElement {
  margin-bottom: 0;
}

.athletics-teams .fsAthleticsTeam li {
  color: #ffffff;
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.athletics-teams .fsAthleticsTeam li:last-of-type {
  margin: 0;
}

.athletics-teams .fsAthleticsTeam li a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.athletics-teams .fsAthleticsTeam li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.athletics-teams .fsAthleticsTeam > header {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 19px;
  z-index: 10;
}

.athletics-teams .fsAthleticsTeam > header > .fsElementTitle {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  font-family: "IBM Plex Serif", Georgia, serif;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.athletics-teams .fsAthleticsTeam > header > .fsElementHeaderContent {
  display: none;
}

.athletics-teams .fsAthleticsTeam > .fsElementContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 20px 25px 20px;
  position: relative;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
}

.athletics-teams .fsAthleticsTeam > footer {
  display: none;
}

.centered-columns.fsLayout {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}

.centered-columns.fsLayout > .fsStyleColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 0 15px 0;
  margin: 0 0 35px;
}

.reverse-mobile.fsLayout.fsTwoColumnLayout {
  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;
}

.reverse-mobile.fsLayout.fsTwoColumnLayout > .fsStyleColumn-1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 800px) {
  .reverse-mobile.fsLayout.fsTwoColumnLayout > .fsStyleColumn-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.reverse-mobile.fsLayout.fsTwoColumnLayout > .fsStyleColumn-2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 800px) {
  .reverse-mobile.fsLayout.fsTwoColumnLayout > .fsStyleColumn-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.featured-slideshow-container.fsContainer .fsTwoColumnLayout.fsLayout {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 800px) {
  .featured-slideshow-container.fsContainer .fsTwoColumnLayout.fsLayout {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.featured-slideshow-container.fsContainer .fsTwoColumnLayout.fsLayout > .fsStyleColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 0 0 0;
  margin: 0 0 35px;
}

@media (min-width: 800px) {
  .featured-slideshow-container.fsContainer .fsTwoColumnLayout.fsLayout > .fsStyleColumn {
    padding: 0 15px 0;
    margin: 0 0 35px;
  }
}

.featured-slideshow-container.fsContainer .featured-title > .fsElementContent {
  display: none;
  position: relative;
  margin: 0 auto;
  max-width: 440px;
}

@media (min-width: 550px) {
  .featured-slideshow-container.fsContainer .featured-title > .fsElementContent {
    display: block;
  }
}

.featured-slideshow.fsSlideshow > .fsElementContent {
  width: calc(100% + 18px);
  margin-left: -9px;
  margin-right: -9px;
}

@media (min-width: 550px) {
  .featured-slideshow.fsSlideshow > .fsElementContent {
    width: 100%;
    margin: 0 0 0;
    padding-right: 20px;
  }
}

.featured-slideshow.fsSlideshow .fsElementSlideshow {
  margin: 0 0 0;
  padding: 0 0 0;
}

@media (min-width: 550px) {
  .featured-slideshow.fsSlideshow .fsElementSlideshow {
    padding: 37px 10px 37px !important;
  }
}

@media (min-width: 900px) {
  .featured-slideshow.fsSlideshow .fsElementSlideshow {
    margin: 0 0 0;
    padding: 50px 14px 50px !important;
  }
}

.featured-slideshow.fsSlideshow .fsElementSlideshow:before {
  content: '';
  display: none;
  border: 20px solid #D3B63B;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

@media (min-width: 550px) {
  .featured-slideshow.fsSlideshow .fsElementSlideshow:before {
    display: block;
    border: 15px solid #D3B63B;
  }
}

@media (min-width: 900px) {
  .featured-slideshow.fsSlideshow .fsElementSlideshow:before {
    border: 20px solid #D3B63B;
  }
}

.featured-slideshow.fsSlideshow .slick-list {
  position: relative;
  z-index: 2;
}

@media (min-width: 550px) {
  .featured-slideshow.fsSlideshow .slick-list {
    left: 27px;
  }
}

@media (min-width: 900px) {
  .featured-slideshow.fsSlideshow .slick-list {
    left: 36px;
  }
}

.featured-slideshow.fsSlideshow article {
  padding: 0 0 0;
  margin: 0 0 0;
  max-height: 670px;
  position: relative;
  text-align: center;
  background-position: center center;
  background-size: cover;
  background-color: #333333;
}

@media (min-width: 900px) {
  .featured-slideshow.fsSlideshow article {
    height: 670px;
  }
}

.featured-slideshow.fsSlideshow article:before {
  content: '';
  display: block;
  padding-bottom: 123.48993%;
}

@media (min-width: 900px) {
  .featured-slideshow.fsSlideshow article:before {
    display: none;
  }
}

.featured-slideshow.fsSlideshow article.expanded .content-overlay,
.featured-slideshow.fsSlideshow .content-overlay:hover,
.featured-slideshow.fsSlideshow .content-overlay:focus {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 35px 20px;
  text-decoration: none;
}

@media (min-width: 400px) {
  .featured-slideshow.fsSlideshow article.expanded .content-overlay,
  .featured-slideshow.fsSlideshow .content-overlay:hover,
  .featured-slideshow.fsSlideshow .content-overlay:focus {
    padding: 20px 45px 20px;
  }
}

@media (min-width: 550px) {
  .featured-slideshow.fsSlideshow article.expanded .content-overlay,
  .featured-slideshow.fsSlideshow .content-overlay:hover,
  .featured-slideshow.fsSlideshow .content-overlay:focus {
    padding: 39px 20px 39px;
  }
}

@media (min-width: 900px) {
  .featured-slideshow.fsSlideshow article.expanded .content-overlay,
  .featured-slideshow.fsSlideshow .content-overlay:hover,
  .featured-slideshow.fsSlideshow .content-overlay:focus {
    padding: 39px 20px 39px;
  }
}

.featured-slideshow.fsSlideshow article.expanded .content-overlay:before,
.featured-slideshow.fsSlideshow .content-overlay:hover:before,
.featured-slideshow.fsSlideshow .content-overlay:focus:before {
  top: -250px;
  opacity: 0;
}

.featured-slideshow.fsSlideshow article.expanded .content-overlay:after,
.featured-slideshow.fsSlideshow .content-overlay:hover:after,
.featured-slideshow.fsSlideshow .content-overlay:focus:after {
  top: -250px;
  opacity: 0.72;
}

.featured-slideshow.fsSlideshow article.expanded .content-overlay .content-sizer,
.featured-slideshow.fsSlideshow .content-overlay:hover .content-sizer,
.featured-slideshow.fsSlideshow .content-overlay:focus .content-sizer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.featured-slideshow.fsSlideshow article.expanded .content-overlay .content-wrapper,
.featured-slideshow.fsSlideshow .content-overlay:hover .content-wrapper,
.featured-slideshow.fsSlideshow .content-overlay:focus .content-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.featured-slideshow.fsSlideshow article.expanded .content-overlay .content-inner,
.featured-slideshow.fsSlideshow .content-overlay:hover .content-inner,
.featured-slideshow.fsSlideshow .content-overlay:focus .content-inner {
  max-height: 400px;
  opacity: 1;
}

.featured-slideshow.fsSlideshow article.expanded .toggle-content:before {
  content: "\E900";
}

.featured-slideshow.fsSlideshow .content-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-decoration: none;
  -webkit-transition: padding 0.3s ease 0s;
  transition: padding 0.3s ease 0s;
}

@media (min-width: 550px) {
  .featured-slideshow.fsSlideshow .content-overlay {
    padding: 39px 20px 39px;
  }
}

@media (min-width: 900px) {
  .featured-slideshow.fsSlideshow .content-overlay {
    padding: 39px 20px 39px;
  }
}

.featured-slideshow.fsSlideshow .content-overlay:before,
.featured-slideshow.fsSlideshow .content-overlay:after {
  content: '';
  display: block;
  height: 1250px;
  position: absolute;
  top: calc(100% - 250px);
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0px, #000000 250px, #000000 100%);
  -webkit-transition: top 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: top 0.3s ease 0s, opacity 0.3s ease 0s;
}

.featured-slideshow.fsSlideshow .content-overlay:after {
  opacity: 0;
}

.featured-slideshow.fsSlideshow .content-sizer {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-transition: -webkit-box-flex 0.3s ease 0s;
  transition: -webkit-box-flex 0.3s ease 0s;
  transition: flex 0.3s ease 0s;
  transition: flex 0.3s ease 0s, -webkit-box-flex 0.3s ease 0s, -ms-flex 0.3s ease 0s;
}

.featured-slideshow.fsSlideshow .content-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  -webkit-transition: -webkit-box-flex 0.3s ease 0s;
  transition: -webkit-box-flex 0.3s ease 0s;
  transition: flex 0.3s ease 0s;
  transition: flex 0.3s ease 0s, -webkit-box-flex 0.3s ease 0s, -ms-flex 0.3s ease 0s;
}

.featured-slideshow.fsSlideshow .fsCategories {
  position: relative;
  margin: 0 auto;
  max-width: 500px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -4px;
  padding: 0;
  position: relative;
  z-index: 2;
}

.featured-slideshow.fsSlideshow .fsCategories .fsCategory {
  display: block;
  padding: 0 0 0;
  margin: 0 5px 6px;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.91px;
  background: none;
}

@media (min-width: 550px) {
  .featured-slideshow.fsSlideshow .fsCategories .fsCategory {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 2.18px;
  }
}

@media (min-width: 900px) {
  .featured-slideshow.fsSlideshow .fsCategories .fsCategory {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 2.45px;
  }
}

.featured-slideshow.fsSlideshow .fsThumbnail {
  display: none;
}

.featured-slideshow.fsSlideshow .fsTitle {
  position: relative;
  margin: 0 auto;
  max-width: 500px;
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 23px;
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  font-family: "IBM Plex Serif", Georgia, serif;
}

@media (min-width: 550px) {
  .featured-slideshow.fsSlideshow .fsTitle {
    font-size: 27px;
    line-height: 36px;
  }
}

@media (min-width: 900px) {
  .featured-slideshow.fsSlideshow .fsTitle {
    font-size: 32px;
    line-height: 42px;
  }
}

.featured-slideshow.fsSlideshow .fsReadMoreLink {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-top: 20px;
}

.featured-slideshow.fsSlideshow .fsReadMoreLink:after {
  content: "\E910";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  height: 12px;
  margin-top: -1px;
  margin-left: 21px;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  -webkit-transition: right 0.4s ease 0s;
  transition: right 0.4s ease 0s;
}

.featured-slideshow.fsSlideshow .fsReadMoreLink:hover,
.featured-slideshow.fsSlideshow .fsReadMoreLink:focus {
  text-decoration: underline;
}

.featured-slideshow.fsSlideshow .fsSummary {
  margin-bottom: 0;
  max-height: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 27px;
  font-style: normal;
}

@media (min-width: 550px) {
  .featured-slideshow.fsSlideshow .fsSummary {
    max-height: none;
    font-size: 19px;
    line-height: 32px;
  }
}

@media (min-width: 900px) {
  .featured-slideshow.fsSlideshow .fsSummary {
    font-size: 22px;
    line-height: 38px;
  }
}

.featured-slideshow.fsSlideshow article[read-more="true"] .fsSummary {
  max-height: 150px;
}

@media (min-width: 400px) {
  .featured-slideshow.fsSlideshow article[read-more="true"] .fsSummary {
    max-height: none;
  }
}

@media (min-width: 550px) {
  .featured-slideshow.fsSlideshow article[read-more="true"] .fsSummary {
    max-height: none;
  }
}

@media (min-width: 900px) {
  .featured-slideshow.fsSlideshow article[read-more="true"] .fsSummary {
    max-height: none;
  }
}

.featured-slideshow.fsSlideshow .content-inner {
  position: relative;
  margin: 0 auto;
  max-width: 390px;
  max-height: 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.3s ease-in-out 0.05s, opacity 0.3s ease-in-out 0s;
  transition: max-height 0.3s ease-in-out 0.05s, opacity 0.3s ease-in-out 0s;
}

.featured-slideshow.fsSlideshow .content-inner:before {
  content: '';
  display: block;
  height: 25px;
}

@media (min-width: 550px) {
  .featured-slideshow.fsSlideshow .content-inner:before {
    height: 45px;
  }
}

@media (min-width: 900px) {
  .featured-slideshow.fsSlideshow .content-inner:before {
    height: 65px;
  }
}

.featured-slideshow.fsSlideshow .content-inner:after {
  content: '';
  display: block;
  height: 5px;
  width: 32px;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #D3B63B;
}

@media (min-width: 550px) {
  .featured-slideshow.fsSlideshow .content-inner:after {
    height: 6px;
    width: 38px;
    top: 24px;
  }
}

@media (min-width: 900px) {
  .featured-slideshow.fsSlideshow .content-inner:after {
    height: 7px;
    width: 44px;
    top: 29px;
  }
}

@media (max-width: 899px) {
  .featured-slideshow.fsSlideshow .content-inner p {
    margin-bottom: 19px;
  }
}

.featured-slideshow.fsSlideshow img {
  display: none !important;
}

.featured-slideshow.fsSlideshow .toggle-content {
  display: block;
  width: 40px;
  height: 40px;
  border: 0;
  padding: 0 0 0;
  margin: 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  background-color: #D3B63B;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (min-width: 550px) {
  .featured-slideshow.fsSlideshow .toggle-content {
    display: none;
  }
}

.featured-slideshow.fsSlideshow .toggle-content:before {
  content: "\E90D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #363636;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}

.featured-slideshow.fsSlideshow .slick-arrow {
  display: block;
  width: 40px;
  height: 40px;
  background: #ffffff;
}

@media (min-width: 400px) {
  .featured-slideshow.fsSlideshow .slick-arrow {
    width: 57px;
    height: 57px;
  }
}

@media (min-width: 900px) {
  .featured-slideshow.fsSlideshow .slick-arrow {
    width: 74px;
    height: 74px;
  }
}

.featured-slideshow.fsSlideshow .slick-arrow:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 4px;
  left: 4px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  color: #757575;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  opacity: 1;
}

@media (min-width: 400px) {
  .featured-slideshow.fsSlideshow .slick-arrow:before {
    top: 12px;
    left: 12px;
    font-size: 21px;
  }
}

@media (min-width: 900px) {
  .featured-slideshow.fsSlideshow .slick-arrow:before {
    top: 21px;
    left: 21px;
    font-size: 29px;
  }
}

.featured-slideshow.fsSlideshow .slick-arrow:before:hover,
.featured-slideshow.fsSlideshow .slick-arrow:before:focus {
  opacity: 1;
}

.featured-slideshow.fsSlideshow .slick-arrow.fsLeftArrow {
  left: -14px;
}

@media (min-width: 400px) {
  .featured-slideshow.fsSlideshow .slick-arrow.fsLeftArrow {
    left: -21px;
  }
}

@media (min-width: 550px) {
  .featured-slideshow.fsSlideshow .slick-arrow.fsLeftArrow {
    left: 16px;
  }
}

@media (min-width: 900px) {
  .featured-slideshow.fsSlideshow .slick-arrow.fsLeftArrow {
    left: 20px;
  }
}

.featured-slideshow.fsSlideshow .slick-arrow.fsLeftArrow:before {
  content: "\E901";
}

.featured-slideshow.fsSlideshow .slick-arrow.fsRightArrow {
  right: -14px;
}

@media (min-width: 400px) {
  .featured-slideshow.fsSlideshow .slick-arrow.fsRightArrow {
    right: -21px;
  }
}

@media (min-width: 550px) {
  .featured-slideshow.fsSlideshow .slick-arrow.fsRightArrow {
    right: -39px;
  }
}

@media (min-width: 900px) {
  .featured-slideshow.fsSlideshow .slick-arrow.fsRightArrow {
    right: -50px;
  }
}

.featured-slideshow.fsSlideshow .slick-arrow.fsRightArrow:before {
  content: "\E902";
}

.featured-slideshow.fsSlideshow .fsPager {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  margin: 0 auto;
  padding: 19px 0 0;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

@media (min-width: 550px) {
  .featured-slideshow.fsSlideshow .fsPager {
    padding: 31px 0 0;
  }
}

@media (min-width: 900px) {
  .featured-slideshow.fsSlideshow .fsPager {
    padding: 31px 0 0;
  }
}

.featured-slideshow.fsSlideshow .fsPager[style*="display: block"] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.featured-slideshow.fsSlideshow .fsPager li {
  display: block;
  height: auto;
  width: auto;
  padding: 2px 5px 3px 5px;
  margin: 0 0 0;
}

@media (min-width: 550px) {
  .featured-slideshow.fsSlideshow .fsPager li {
    padding: 3px 6px 4px 7px;
  }
}

@media (min-width: 900px) {
  .featured-slideshow.fsSlideshow .fsPager li {
    padding: 4px 8px 5px 9px;
  }
}

.featured-slideshow.fsSlideshow .fsPager li.slick-active button {
  background-color: #757575;
}

.featured-slideshow.fsSlideshow .fsPager li button {
  height: 9px;
  width: 39px;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #D8D8D8;
  pointer-events: auto;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}

@media (min-width: 550px) {
  .featured-slideshow.fsSlideshow .fsPager li button {
    height: 13px;
    width: 56px;
  }
}

@media (min-width: 900px) {
  .featured-slideshow.fsSlideshow .fsPager li button {
    height: 16px;
    width: 73px;
  }
}

.featured-slideshow.fsSlideshow .fsPager li button:hover,
.featured-slideshow.fsSlideshow .fsPager li button:focus {
  background-color: #757575;
}

.featured-slideshow.fsSlideshow .fsPager li button:before {
  display: none;
}

@media (min-width: 900px) {
  .home #fsHeader > .fsBanner,
  .landing #fsHeader > .fsBanner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    height: 100vh;
  }
}

.home #fsHeader > .fsBanner > .hero,
.landing #fsHeader > .fsBanner > .hero {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.hero.fsResourceElement {
  margin-bottom: 0;
  border-bottom: 8px solid #c7ab33;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #ffffff;
}

.fsHasTheme2 .hero.fsResourceElement {
  border-color: #63666A;
}

body:not(.fsComposeMode) .hero.fsResourceElement {
  visibility: hidden;
}

body:not(.fsComposeMode) .hero.fsResourceElement.element-loaded {
  visibility: visible;
}

body:not(.fsComposeMode) .hero.fsResourceElement.element-loaded article img {
  display: none;
  max-height: none;
  overflow: visible;
}

.hero.fsResourceElement .fsElementHeaderContent,
.hero.fsResourceElement .fsElementFooterContent {
  margin: 0;
}

.hero.fsResourceElement > .fsElementContent {
  position: relative;
  z-index: 1;
}

@media (min-width: 900px) {
  .home .hero.fsResourceElement > .fsElementContent,
  .landing .hero.fsResourceElement > .fsElementContent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.hero.fsResourceElement footer {
  pointer-events: none;
}

@media (min-width: 900px) {
  .hero.fsResourceElement footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.hero.fsResourceElement footer .fsElementFooterContent {
  pointer-events: none;
}

.hero.fsResourceElement.focus-top .slide-media {
  background-position: center top;
}

.hero.fsResourceElement:not(.fsSingleItem) > header {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 2;
}

@media (min-width: 700px) {
  .hero.fsResourceElement:not(.fsSingleItem) > header {
    top: 40px;
  }
}

@media (min-width: 900px) {
  .hero.fsResourceElement:not(.fsSingleItem) > header {
    top: 40px;
  }
}

.hero.fsResourceElement:not(.fsSingleItem) > header > .fsElementTitle {
  display: none !important;
}

.hero.fsResourceElement:not(.fsSingleItem) > header > .fsElementHeaderContent > p,
.hero.fsResourceElement:not(.fsSingleItem) > header > .fsElementHeaderContent > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero.fsResourceElement:not(.fsSingleItem) > header > .fsElementHeaderContent a[class*="fs_style"] {
  width: 72px;
}

@media (min-width: 700px) {
  .hero.fsResourceElement:not(.fsSingleItem) > header > .fsElementHeaderContent a[class*="fs_style"] {
    width: 122px;
  }
}

.hero.fsResourceElement:not(.fsSingleItem) > header > .fsElementHeaderContent a.fs_style_25 {
  margin: 0 4px 0;
  padding: 11px 5px 11px;
}

.hero.fsResourceElement > header > .fsElementTitle {
  display: none !important;
}

.hero.fsResourceElement .fsElementSlideshow {
  padding: 0;
  margin: 0;
  background-size: cover;
  background-position: center center;
}

.hero.fsResourceElement .fsElementSlideshow > .fsPager {
  display: none !important;
}

.hero.fsResourceElement .fsElementSlideshow > .fsPager[style="display: block;"] {
  display: none !important;
}

@media (min-width: 900px) {
  .home .hero.fsResourceElement .fsElementSlideshow,
  .landing .hero.fsResourceElement .fsElementSlideshow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.hero.fsResourceElement .slick-list {
  height: auto !important;
  z-index: 1;
}

@media (min-width: 900px) {
  .home .hero.fsResourceElement .slick-list,
  .landing .hero.fsResourceElement .slick-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media (min-width: 900px) {
  .home .hero.fsResourceElement .slick-track,
  .landing .hero.fsResourceElement .slick-track {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.hero.fsResourceElement article {
  width: 100%;
  min-height: 214px;
  position: relative;
}

.home .hero.fsResourceElement article,
.landing .hero.fsResourceElement article {
  min-height: 214px;
}

@media (min-width: 900px) {
  .home .hero.fsResourceElement article,
  .landing .hero.fsResourceElement article {
    height: 100% !important;
  }
}

.hero.fsResourceElement article img {
  width: 100vw;
  max-width: 100vw;
  height: 1px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  overflow: hidden;
}

.hero.fsResourceElement article figcaption {
  display: none !important;
}

.hero.fsResourceElement article.fsResourceTypeVideo {
  overflow: hidden;
}

.hero.fsResourceElement article.fsResourceTypeVideo video {
  display: block;
  height: 100%;
  min-width: 0;
  min-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -o-object-fit: cover;
     object-fit: cover;
}

body:not(.home):not(.landing) .hero.fsResourceElement.fsSingleItem article.no-title.no-description .slide-media-wrapper:before {
  background: none !important;
}

body:not(.home):not(.landing) .hero.fsResourceElement.fsSingleItem article.no-title.no-description .slide-media-wrapper:after {
  background: none !important;
}

.hero.fsResourceElement .fsTitle {
  display: none;
}

.hero.fsResourceElement .slide-overlay {
  min-height: 214px;
  max-height: 437px;
  background-size: cover;
  background-position: center center;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.home .hero.fsResourceElement .slide-overlay,
.landing .hero.fsResourceElement .slide-overlay {
  min-height: 214px;
  max-height: none;
}

@media (min-width: 900px) {
  .home .hero.fsResourceElement .slide-overlay,
  .landing .hero.fsResourceElement .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.hero.fsResourceElement .slide-overlay-inner {
  position: relative;
}

@media (min-width: 900px) {
  .home .hero.fsResourceElement .slide-overlay-inner,
  .landing .hero.fsResourceElement .slide-overlay-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.hero.fsResourceElement .slide-media-wrapper {
  min-height: 214px;
  max-height: 437px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.home .hero.fsResourceElement .slide-media-wrapper,
.landing .hero.fsResourceElement .slide-media-wrapper {
  min-height: 214px;
}

@media (min-width: 900px) {
  .home .hero.fsResourceElement .slide-media-wrapper,
  .landing .hero.fsResourceElement .slide-media-wrapper {
    max-height: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.hero.fsResourceElement .slide-media-wrapper:before {
  content: '';
  display: block;
  height: auto;
  padding-bottom: 66.875%;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 10;
  pointer-events: none;
  visibility: visible;
}

@media (min-width: 545px) {
  .hero.fsResourceElement .slide-media-wrapper:before {
    height: 437px;
    padding-bottom: 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}

.home .hero.fsResourceElement .slide-media-wrapper:before,
.landing .hero.fsResourceElement .slide-media-wrapper:before {
  min-height: 214px;
}

@media (min-width: 900px) {
  .home .hero.fsResourceElement .slide-media-wrapper:before,
  .landing .hero.fsResourceElement .slide-media-wrapper:before {
    height: auto;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.hero.fsResourceElement .slide-media-wrapper:after {
  content: '';
  display: block;
  height: 120px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.79;
  background: -webkit-gradient(linear, left bottom, left top, from(#1c1c1c), color-stop(19%, rgba(28, 28, 28, 0.738)), color-stop(34%, rgba(28, 28, 28, 0.541)), color-stop(47%, rgba(28, 28, 28, 0.382)), color-stop(56.5%, rgba(28, 28, 28, 0.278)), color-stop(65%, rgba(28, 28, 28, 0.194)), color-stop(73%, rgba(28, 28, 28, 0.126)), color-stop(80.2%, rgba(28, 28, 28, 0.075)), color-stop(86.1%, rgba(28, 28, 28, 0.042)), color-stop(91%, rgba(28, 28, 28, 0.021)), color-stop(95.2%, rgba(28, 28, 28, 0.008)), color-stop(98.2%, rgba(28, 28, 28, 0.002)), to(rgba(28, 28, 28, 0)));
  background: linear-gradient(to top, #1c1c1c 0%, rgba(28, 28, 28, 0.738) 19%, rgba(28, 28, 28, 0.541) 34%, rgba(28, 28, 28, 0.382) 47%, rgba(28, 28, 28, 0.278) 56.5%, rgba(28, 28, 28, 0.194) 65%, rgba(28, 28, 28, 0.126) 73%, rgba(28, 28, 28, 0.075) 80.2%, rgba(28, 28, 28, 0.042) 86.1%, rgba(28, 28, 28, 0.021) 91%, rgba(28, 28, 28, 0.008) 95.2%, rgba(28, 28, 28, 0.002) 98.2%, rgba(28, 28, 28, 0) 100%);
}

@media (min-width: 550px) {
  .hero.fsResourceElement .slide-media-wrapper:after {
    height: 185px;
  }
}

@media (min-width: 900px) {
  .hero.fsResourceElement .slide-media-wrapper:after {
    height: 250px;
  }
}

.home .hero.fsResourceElement .slide-media-wrapper:after,
.landing .hero.fsResourceElement .slide-media-wrapper:after {
  height: 120px;
}

@media (min-width: 550px) {
  .home .hero.fsResourceElement .slide-media-wrapper:after,
  .landing .hero.fsResourceElement .slide-media-wrapper:after {
    height: 185px;
  }
}

@media (min-width: 900px) {
  .home .hero.fsResourceElement .slide-media-wrapper:after,
  .landing .hero.fsResourceElement .slide-media-wrapper:after {
    height: 250px;
  }
}

.hero.fsResourceElement .slide-media {
  min-height: 214px;
  max-height: 437px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
}

.home .hero.fsResourceElement .slide-media,
.landing .hero.fsResourceElement .slide-media {
  min-height: 214px;
}

@media (min-width: 900px) {
  .home .hero.fsResourceElement .slide-media,
  .landing .hero.fsResourceElement .slide-media {
    max-height: none;
  }
}

.hero.fsResourceElement.align-top .slide-media {
  background-position: center top;
}

.hero.fsResourceElement .caption-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  pointer-events: none;
  padding: 0;
  padding: 0 56px 9px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  background: none;
}

@media (min-width: 550px) {
  .hero.fsResourceElement .caption-wrapper {
    padding: 0 103px 25px;
  }
}

@media (min-width: 900px) {
  .hero.fsResourceElement .caption-wrapper {
    padding: 0 150px 40px;
  }
}

.home .hero.fsResourceElement .caption-wrapper,
.landing .hero.fsResourceElement .caption-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 9px;
}

@media (min-width: 550px) {
  .home .hero.fsResourceElement .caption-wrapper,
  .landing .hero.fsResourceElement .caption-wrapper {
    padding-bottom: 25px;
  }
}

@media (min-width: 900px) {
  .home .hero.fsResourceElement .caption-wrapper,
  .landing .hero.fsResourceElement .caption-wrapper {
    padding-bottom: 40px;
  }
}

.hero.fsResourceElement .fsElementSlideshow[has-dots="true"] .caption-wrapper {
  padding: 0 26px 30px;
}

@media (min-width: 550px) {
  .hero.fsResourceElement .fsElementSlideshow[has-dots="true"] .caption-wrapper {
    padding: 0 88px 55px;
  }
}

@media (min-width: 900px) {
  .hero.fsResourceElement .fsElementSlideshow[has-dots="true"] .caption-wrapper {
    padding: 0 150px 79px;
  }
}

.hero.fsResourceElement .caption {
  width: 100%;
  position: relative;
  pointer-events: auto;
}

.hero.fsResourceElement .caption-title {
  display: none !important;
}

.hero.fsResourceElement .caption-description {
  color: #ffffff;
  font-size: 10px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

@media (min-width: 550px) {
  .hero.fsResourceElement .caption-description {
    font-size: 13px;
    line-height: 22px;
  }
}

@media (min-width: 900px) {
  .hero.fsResourceElement .caption-description {
    font-size: 16px;
    line-height: 23px;
  }
}

.hero.fsResourceElement .caption-description h1,
.hero.fsResourceElement .caption-description h2,
.hero.fsResourceElement .caption-description h3,
.hero.fsResourceElement .caption-description h4,
.hero.fsResourceElement .caption-description h5,
.hero.fsResourceElement .caption-description h6 {
  margin: 0 0 0;
  color: #ffffff;
  font-size: 17px;
  line-height: 22px;
  font-family: "IBM Plex Serif", Georgia, serif;
  text-align: center;
  letter-spacing: -0.39px;
  text-shadow: 0 0 21px rgba(0, 0, 0, 0.63);
}

@media (min-width: 550px) {
  .hero.fsResourceElement .caption-description h1,
  .hero.fsResourceElement .caption-description h2,
  .hero.fsResourceElement .caption-description h3,
  .hero.fsResourceElement .caption-description h4,
  .hero.fsResourceElement .caption-description h5,
  .hero.fsResourceElement .caption-description h6 {
    font-size: 38px;
    line-height: 40px;
    letter-spacing: -0.39px;
  }
}

@media (min-width: 900px) {
  .hero.fsResourceElement .caption-description h1,
  .hero.fsResourceElement .caption-description h2,
  .hero.fsResourceElement .caption-description h3,
  .hero.fsResourceElement .caption-description h4,
  .hero.fsResourceElement .caption-description h5,
  .hero.fsResourceElement .caption-description h6 {
    font-size: 59px;
    line-height: 59px;
    letter-spacing: -1.34px;
  }
}

.hero.fsResourceElement .caption-description a:not([class*="fs_style"]) {
  color: #ffffff;
  font-size: inherit;
  line-height: inherit;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (min-width: 550px) {
  .hero.fsResourceElement .caption-description a:not([class*="fs_style"]) {
    letter-spacing: 2.76px;
  }
}

@media (min-width: 900px) {
  .hero.fsResourceElement .caption-description a:not([class*="fs_style"]) {
    letter-spacing: 3.54px;
  }
}

.hero.fsResourceElement .caption-description p {
  margin: 4px 0 0;
}

@media (min-width: 550px) {
  .hero.fsResourceElement .caption-description p {
    margin-top: 8px;
  }
}

@media (min-width: 900px) {
  .hero.fsResourceElement .caption-description p {
    margin-top: 13px;
  }
}

.fsHeader .hero.fsResourceElement article {
  padding: 0;
}

.hero.fsResourceElement .fsPager {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 19px;
  width: auto;
  max-width: 460px;
  margin: 0 auto;
  padding: 0 60px 0;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

@media (min-width: 550px) {
  .hero.fsResourceElement .fsPager {
    height: 27px;
    padding: 0 30px 0;
  }
}

@media (min-width: 900px) {
  .hero.fsResourceElement .fsPager {
    height: 35px;
    padding: 0 0 0;
  }
}

.hero.fsResourceElement .fsPager[style*="display: block"] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hero.fsResourceElement .fsPager li {
  display: block;
  height: auto;
  width: auto;
  padding: 2px 2px 3px 3px;
  margin: 0 0 0;
}

@media (min-width: 550px) {
  .hero.fsResourceElement .fsPager li {
    padding: 3px 3px 4px 4px;
  }
}

@media (min-width: 900px) {
  .hero.fsResourceElement .fsPager li {
    padding: 4px 4px 5px 5px;
  }
}

.hero.fsResourceElement .fsPager li.slick-active button {
  background-color: #757575;
}

.hero.fsResourceElement .fsPager li button {
  height: 4px;
  width: 22px;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #D8D8D8;
  pointer-events: auto;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}

@media (min-width: 550px) {
  .hero.fsResourceElement .fsPager li button {
    height: 6px;
    width: 31px;
  }
}

@media (min-width: 900px) {
  .hero.fsResourceElement .fsPager li button {
    height: 9px;
    width: 40px;
  }
}

.hero.fsResourceElement .fsPager li button:hover,
.hero.fsResourceElement .fsPager li button:focus {
  background-color: #757575;
}

.hero.fsResourceElement .fsPager li button:before {
  display: none;
}

.hero.fsResourceElement .slideshow-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
}

.hero.fsResourceElement .slideshow-background:after {
  content: '';
  display: block;
  height: 120px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.79;
  background: -webkit-gradient(linear, left bottom, left top, from(#1c1c1c), color-stop(19%, rgba(28, 28, 28, 0.738)), color-stop(34%, rgba(28, 28, 28, 0.541)), color-stop(47%, rgba(28, 28, 28, 0.382)), color-stop(56.5%, rgba(28, 28, 28, 0.278)), color-stop(65%, rgba(28, 28, 28, 0.194)), color-stop(73%, rgba(28, 28, 28, 0.126)), color-stop(80.2%, rgba(28, 28, 28, 0.075)), color-stop(86.1%, rgba(28, 28, 28, 0.042)), color-stop(91%, rgba(28, 28, 28, 0.021)), color-stop(95.2%, rgba(28, 28, 28, 0.008)), color-stop(98.2%, rgba(28, 28, 28, 0.002)), to(rgba(28, 28, 28, 0)));
  background: linear-gradient(to top, #1c1c1c 0%, rgba(28, 28, 28, 0.738) 19%, rgba(28, 28, 28, 0.541) 34%, rgba(28, 28, 28, 0.382) 47%, rgba(28, 28, 28, 0.278) 56.5%, rgba(28, 28, 28, 0.194) 65%, rgba(28, 28, 28, 0.126) 73%, rgba(28, 28, 28, 0.075) 80.2%, rgba(28, 28, 28, 0.042) 86.1%, rgba(28, 28, 28, 0.021) 91%, rgba(28, 28, 28, 0.008) 95.2%, rgba(28, 28, 28, 0.002) 98.2%, rgba(28, 28, 28, 0) 100%);
}

@media (min-width: 550px) {
  .hero.fsResourceElement .slideshow-background:after {
    height: 185px;
  }
}

@media (min-width: 900px) {
  .hero.fsResourceElement .slideshow-background:after {
    height: 250px;
  }
}

.home .hero.fsResourceElement .slideshow-background:after,
.landing .hero.fsResourceElement .slideshow-background:after {
  height: 120px;
}

@media (min-width: 550px) {
  .home .hero.fsResourceElement .slideshow-background:after,
  .landing .hero.fsResourceElement .slideshow-background:after {
    height: 185px;
  }
}

@media (min-width: 900px) {
  .home .hero.fsResourceElement .slideshow-background:after,
  .landing .hero.fsResourceElement .slideshow-background:after {
    height: 250px;
  }
}

.hero.fsResourceElement .slideshow-controls-container {
  pointer-events: none;
  position: static;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.home .hero.fsResourceElement .slideshow-controls-container,
.landing .hero.fsResourceElement .slideshow-controls-container {
  position: static;
}

@media (min-width: 900px) {
  .home .hero.fsResourceElement .slideshow-controls-container,
  .landing .hero.fsResourceElement .slideshow-controls-container {
    position: static;
  }
}

.hero.fsResourceElement .slideshow-controls {
  min-height: 214px;
  max-height: 437px;
  pointer-events: none;
}

.home .hero.fsResourceElement .slideshow-controls,
.landing .hero.fsResourceElement .slideshow-controls {
  min-height: 0;
  max-height: none;
}

.hero.fsResourceElement .slideshow-controls-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  position: absolute;
  top: auto;
  left: 8px;
  right: 9px;
  bottom: 4px;
}

@media (min-width: 550px) {
  .hero.fsResourceElement .slideshow-controls-inner {
    left: 17px;
    right: 13px;
    bottom: 12px;
  }
}

@media (min-width: 900px) {
  .hero.fsResourceElement .slideshow-controls-inner {
    left: 26px;
    right: 17px;
    bottom: 20px;
  }
}

.hero.fsResourceElement .slick-arrow {
  display: block;
  width: 15px;
  height: 19px;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: 6px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  pointer-events: auto;
}

@media (min-width: 550px) {
  .hero.fsResourceElement .slick-arrow {
    width: 22px;
    height: 27px;
    bottom: 3px;
  }
}

@media (min-width: 900px) {
  .hero.fsResourceElement .slick-arrow {
    width: 29px;
    height: 35px;
    bottom: 0;
  }
}

.hero.fsResourceElement .slick-arrow:hover:before,
.hero.fsResourceElement .slick-arrow:focus:before {
  opacity: 1;
}

.hero.fsResourceElement .slick-arrow:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  height: 13px;
  width: 13px;
  position: absolute;
  top: 4px;
  left: 1px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  color: #ffffff;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  opacity: 0.75;
  text-shadow: 0 0 3px #000000;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

@media (min-width: 550px) {
  .hero.fsResourceElement .slick-arrow:before {
    height: 19px;
    width: 19px;
    top: 4px;
    left: 1px;
    font-size: 17px;
    line-height: 19px;
  }
}

@media (min-width: 900px) {
  .hero.fsResourceElement .slick-arrow:before {
    height: 25px;
    width: 25px;
    top: 5px;
    left: 2px;
    font-size: 22px;
    line-height: 25px;
  }
}

.hero.fsResourceElement .slick-arrow.fsLeftArrow {
  left: 0;
}

.hero.fsResourceElement .slick-arrow.fsLeftArrow:before {
  content: "\E901";
}

.hero.fsResourceElement .slick-arrow.fsRightArrow {
  left: 25px;
}

@media (min-width: 550px) {
  .hero.fsResourceElement .slick-arrow.fsRightArrow {
    left: 27px;
  }
}

@media (min-width: 900px) {
  .hero.fsResourceElement .slick-arrow.fsRightArrow {
    left: 29px;
  }
}

.hero.fsResourceElement .slick-arrow.fsRightArrow:before {
  content: "\E902";
}

.hero .fsElementSlideshowControls {
  display: block;
  width: 19px;
  height: 19px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 6px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  z-index: 10;
}

@media (min-width: 550px) {
  .hero .fsElementSlideshowControls {
    width: 27px;
    height: 27px;
    bottom: 3px;
  }
}

@media (min-width: 900px) {
  .hero .fsElementSlideshowControls {
    width: 35px;
    height: 35px;
    bottom: 0;
  }
}

.hero .fsElementSlideshowControls button {
  display: block;
  width: 19px;
  height: 19px;
  border: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  background: none;
  pointer-events: auto;
}

@media (min-width: 550px) {
  .hero .fsElementSlideshowControls button {
    width: 27px;
    height: 27px;
  }
}

@media (min-width: 900px) {
  .hero .fsElementSlideshowControls button {
    width: 35px;
    height: 35px;
  }
}

.hero .fsElementSlideshowControls button:before {
  background: none;
  padding: 0;
  margin: 0;
}

.hero .fsElementSlideshowControls button.fsSlideshowPause:before {
  content: "\E90C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 5px;
  color: #ffffff;
  font-size: 10px;
  line-height: 10px;
}

@media (min-width: 550px) {
  .hero .fsElementSlideshowControls button.fsSlideshowPause:before {
    width: 14px;
    height: 14px;
    top: 7px;
    left: 7px;
    font-size: 14px;
    line-height: 14px;
  }
}

@media (min-width: 900px) {
  .hero .fsElementSlideshowControls button.fsSlideshowPause:before {
    width: 19px;
    height: 19px;
    top: 9px;
    left: 9px;
    font-size: 19px;
    line-height: 19px;
  }
}

.hero .fsElementSlideshowControls button.fsSlideshowPlay:before {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 9px solid #ffffff;
  border-bottom: 6px solid transparent;
  border-radius: 2px;
  position: absolute;
  top: 3px;
  left: 6px;
}

@media (min-width: 550px) {
  .hero .fsElementSlideshowControls button.fsSlideshowPlay:before {
    border-top: 7px solid transparent;
    border-left: 10px solid #ffffff;
    border-bottom: 7px solid transparent;
    border-radius: 2px;
    position: absolute;
    top: 6px;
    left: 9px;
  }
}

@media (min-width: 900px) {
  .hero .fsElementSlideshowControls button.fsSlideshowPlay:before {
    border-top: 8px solid transparent;
    border-left: 11px solid #ffffff;
    border-bottom: 8px solid transparent;
    border-radius: 3px;
    position: absolute;
    top: 9px;
    left: 13px;
  }
}

.hero .video-toggle {
  display: block;
  width: 25px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: 0;
  position: relative;
  background: none;
  pointer-events: auto;
  cursor: pointer;
}

.hero .video-toggle:before {
  content: "\E90C";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 9px;
  left: 9px;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
}

.hero .video-toggle span {
  display: block;
  position: absolute;
  top: -9999em;
  left: -9999em;
  color: #000000;
  background: #ffffff;
}

.hero.paused .video-toggle:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 11px solid #ffffff;
  border-bottom: 8px solid transparent;
  border-radius: 3px;
  position: absolute;
  top: 9px;
  left: 13px;
}

.sound-toggle {
  display: block;
  width: 25px;
  height: 24px;
  border: 0;
  margin: 0 0 0 8px;
  padding: 0;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  cursor: pointer;
  pointer-events: auto;
}

.sound-toggle:before {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 3px;
  color: #ffffff;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
}

.hero.muted .sound-toggle:before {
  left: 2px;
}

button.scroll-to {
  display: none;
  width: 19px;
  height: 19px;
  border: 0;
  padding: 0 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  text-align: center;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  pointer-events: auto;
}

@media (min-width: 900px) {
  button.scroll-to {
    display: block;
    width: 35px;
    height: 35px;
  }
}

.hero.fsSlideshow .fsElementSlideshow[data-arrows="true"] button.scroll-to {
  left: 40px;
}

@media (min-width: 900px) {
  .hero.fsSlideshow .fsElementSlideshow[data-arrows="true"] button.scroll-to {
    left: 70px;
  }
}

button.scroll-to:hover:before,
button.scroll-to:hover:after,
button.scroll-to:focus:before,
button.scroll-to:focus:after {
  opacity: 1;
}

button.scroll-to:before {
  content: "\E901";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 4px;
  left: 4px;
  -webkit-transform: rotate(-90deg) translateX(-4%);
      -ms-transform: rotate(-90deg) translateX(-4%);
          transform: rotate(-90deg) translateX(-4%);
  color: #ffffff;
  font-size: 8px;
  line-height: 11px;
  font-weight: normal;
  text-align: center;
  opacity: 0.75;
  text-shadow: 0 0 3px #000000;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

@media (min-width: 900px) {
  button.scroll-to:before {
    width: 20px;
    height: 20px;
    top: 8px;
    left: 8px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    font-size: 15px;
    line-height: 20px;
  }
}

button.scroll-to:after {
  content: '';
  display: block;
  height: 17px;
  width: 17px;
  border: 2px solid #ffffff;
  border-radius: 200px;
  position: absolute;
  top: 1px;
  left: 1px;
  opacity: 0.75;
  -webkit-box-shadow: 0 0 3px 0 #000000;
          box-shadow: 0 0 3px 0 #000000;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

@media (min-width: 900px) {
  button.scroll-to:after {
    height: 32px;
    width: 32px;
  }
}

.image-button {
  position: relative;
  background: none !important;
  min-height: 270px;
}

.image-button .fsElementContent {
  text-align: center;
}

.image-button.focused .button-toggle:before {
  content: "\E900";
}

.image-button.focused .button-overlay {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

.image-button.focused .button-overlay .button-overlay-sizer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.image-button.focused .button-overlay .button-overlay-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-box-flex 0.3s ease 0.1s;
  transition: -webkit-box-flex 0.3s ease 0.1s;
  transition: flex 0.3s ease 0.1s;
  transition: flex 0.3s ease 0.1s, -webkit-box-flex 0.3s ease 0.1s, -ms-flex 0.3s ease 0.1s;
}

.image-button.focused .button-overlay .button-overlay-inner:before,
.image-button.focused .button-overlay .button-overlay-inner:after {
  top: -123px;
  -webkit-transition: top 0.2s ease 0s,               opacity 0.2s ease 0s;
  transition: top 0.2s ease 0s,               opacity 0.2s ease 0s;
}

.image-button.focused .button-overlay .button-overlay-inner:before {
  opacity: 0;
}

.image-button.focused .button-overlay .button-overlay-inner:after {
  opacity: 0.86;
}

.image-button.focused .button-overlay .button-contents {
  max-height: 280px;
  opacity: 1;
  -webkit-transition: max-height 0.5s ease 0s, opacity 0.3s ease 0.2s;
  transition: max-height 0.5s ease 0s, opacity 0.3s ease 0.2s;
}

.image-button.focused .button-overlay footer {
  max-height: 82px;
  opacity: 1;
  -webkit-transition: max-height 0.5s ease 0s, opacity 0.3s ease 0s;
  transition: max-height 0.5s ease 0s, opacity 0.3s ease 0s;
}

@media (min-width: 900px) {
  .image-button:hover .button-toggle:before,
  .image-button:focus .button-toggle:before,
  .image-button.focused .button-toggle:before {
    content: "\E900";
  }

  .image-button:hover .button-overlay,
  .image-button:focus .button-overlay,
  .image-button.focused .button-overlay {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-decoration: none;
  }

  .image-button:hover .button-overlay .button-overlay-sizer,
  .image-button:focus .button-overlay .button-overlay-sizer,
  .image-button.focused .button-overlay .button-overlay-sizer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .image-button:hover .button-overlay .button-overlay-inner,
  .image-button:focus .button-overlay .button-overlay-inner,
  .image-button.focused .button-overlay .button-overlay-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: -webkit-box-flex 0.3s ease 0s;
    transition: -webkit-box-flex 0.3s ease 0s;
    transition: flex 0.3s ease 0s;
    transition: flex 0.3s ease 0s, -webkit-box-flex 0.3s ease 0s, -ms-flex 0.3s ease 0s;
  }

  .image-button:hover .button-overlay .button-overlay-inner:before,
  .image-button:hover .button-overlay .button-overlay-inner:after,
  .image-button:focus .button-overlay .button-overlay-inner:before,
  .image-button:focus .button-overlay .button-overlay-inner:after,
  .image-button.focused .button-overlay .button-overlay-inner:before,
  .image-button.focused .button-overlay .button-overlay-inner:after {
    top: -123px;
    -webkit-transition: top 0.2s ease 0s,               opacity 0.2s ease 0s;
    transition: top 0.2s ease 0s,               opacity 0.2s ease 0s;
  }

  .image-button:hover .button-overlay .button-overlay-inner:before,
  .image-button:focus .button-overlay .button-overlay-inner:before,
  .image-button.focused .button-overlay .button-overlay-inner:before {
    opacity: 0;
  }

  .image-button:hover .button-overlay .button-overlay-inner:after,
  .image-button:focus .button-overlay .button-overlay-inner:after,
  .image-button.focused .button-overlay .button-overlay-inner:after {
    opacity: 0.86;
  }

  .image-button:hover .button-overlay .button-contents,
  .image-button:focus .button-overlay .button-contents,
  .image-button.focused .button-overlay .button-contents {
    max-height: 280px;
    opacity: 1;
    -webkit-transition: max-height 0.5s ease 0s, opacity 0.3s ease 0.2s;
    transition: max-height 0.5s ease 0s, opacity 0.3s ease 0.2s;
  }

  .image-button:hover .button-overlay footer,
  .image-button:focus .button-overlay footer,
  .image-button.focused .button-overlay footer {
    max-height: 82px;
    opacity: 1;
    -webkit-transition: max-height 0.5s ease 0s, opacity 0.3s ease 0s;
    transition: max-height 0.5s ease 0s, opacity 0.3s ease 0s;
  }
}

.image-button .button-background {
  background-size: cover;
  background-position: center center;
  min-height: 270px;
}

@media (min-width: 900px) {
  .image-button .button-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.image-button .button-background:before {
  display: block;
  content: '';
  padding-bottom: 75.98566%;
}

@media (min-width: 900px) {
  .image-button .button-background:before {
    display: none;
  }
}

.image-button .button-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

@media (min-width: 900px) {
  .image-button .button-overlay {
    height: 390px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}

.image-button .button-overlay .button-overlay-sizer {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-transition: -webkit-box-flex 0.3s ease 0s;
  transition: -webkit-box-flex 0.3s ease 0s;
  transition: flex 0.3s ease 0s;
  transition: flex 0.3s ease 0s, -webkit-box-flex 0.3s ease 0s, -ms-flex 0.3s ease 0s;
}

.image-button .button-toggle {
  display: block;
  height: 40px;
  width: 40px;
  padding: 0;
  margin: 0 auto;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  background: #585858;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: background 0.3s ease 0.2s;
  transition: background 0.3s ease 0.2s;
}

@media (min-width: 900px) {
  .image-button .button-toggle {
    display: none;
  }
}

.image-button .button-toggle:before {
  content: "\E90D";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}

.image-button .button-toggle span {
  display: block;
  position: absolute;
  top: -9999em;
  left: -9999em;
  color: transparent;
  font-size: 1px;
}

.image-button .button-overlay-inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding: 12px 23px 12px;
  text-align: center;
  -webkit-transition: -webkit-box-flex 0.3s ease 0s;
  transition: -webkit-box-flex 0.3s ease 0s;
  transition: flex 0.3s ease 0s;
  transition: flex 0.3s ease 0s, -webkit-box-flex 0.3s ease 0s, -ms-flex 0.3s ease 0s;
}

@media (min-width: 900px) {
  .image-button .button-overlay-inner {
    padding: 39px 34px 39px;
  }
}

.image-button .button-overlay-inner:before,
.image-button .button-overlay-inner:after {
  content: '';
  display: block;
  height: 1000px;
  position: absolute;
  top: calc(100% - 123px);
  left: 0;
  right: 0;
  -webkit-transition: top 0.2s ease 0s, opacity 0.2s ease 0.05s;
  transition: top 0.2s ease 0s, opacity 0.2s ease 0.05s;
}

.image-button .button-overlay-inner:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.89) 123px, rgba(0, 0, 0, 0.89) 100%);
}

.image-button .button-overlay-inner:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.78) 123px, rgba(0, 0, 0, 0.78) 100%);
  opacity: 0;
}

.image-button header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 20px 0;
}

@media (min-width: 900px) {
  .image-button header {
    padding: 0 0 0;
  }
}

.image-button header .fsElementTitle {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 23px;
  line-height: 29px;
  font-weight: normal;
  font-family: "IBM Plex Serif", Georgia, serif;
}

@media (min-width: 900px) {
  .image-button header .fsElementTitle {
    font-size: 35px;
    line-height: 44px;
  }
}

.image-button header .fsElementHeaderContent {
  display: none;
}

.image-button .button-contents {
  position: relative;
  z-index: 2;
}

body:not(.fsComposeMode) .button-contents {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: max-height 0.3s ease 0s, opacity 0.3s ease 0s;
}

.image-button .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 400px;
  max-height: 130px;
  padding-top: 11px;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
}

@media (min-width: 900px) {
  .image-button .fsElementContent {
    padding-top: 27px;
    font-size: 16px;
    line-height: 29px;
  }
}

.image-button footer .fsElementFooterContent {
  margin: 16px 0 0;
}

@media (min-width: 900px) {
  .image-button footer .fsElementFooterContent {
    margin-top: 37px;
  }
}

.infographic.fsContainer {
  padding-top: 24px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 31px;
  background-color: #666666;
}

@media (min-width: 550px) {
  .infographic.fsContainer {
    padding-top: 116px;
    padding-left: 54px;
    padding-right: 54px;
    padding-bottom: 92px;
  }
}

.infographic.fsContainer > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 1021px;
  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;
}

body.fsHasTheme2 .infographic.fsContainer > .fsElementContent {
  max-width: 1357px;
}

.infographic.fsContainer .slick-slider {
  padding-bottom: 61px;
}

@media (min-width: 1220px) {
  .infographic.fsContainer .slick-slider {
    padding-bottom: 0;
  }
}

@media (min-width: 1220px) {
  .infographic.fsContainer .slick-list {
    width: 100%;
  }
}

@media (min-width: 1220px) {
  .infographic.fsContainer .slick-track {
    width: 100% !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    opacity: 1 !important;
  }
}

.infographic.fsContainer .slick-arrow {
  display: block;
  width: 54px;
  height: 54px;
  border: 0;
  position: absolute;
  bottom: 0;
  z-index: 1000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  pointer-events: auto;
  background-color: rgba(5, 5, 5, 0.78);
}

@media (min-width: 1220px) {
  .infographic.fsContainer .slick-arrow {
    display: none !important;
  }
}

.infographic.fsContainer .slick-arrow:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 12px;
  left: 12px;
  color: #ffffff;
  font-size: 27px;
  line-height: 30px;
}

.infographic.fsContainer .slick-arrow.fsLeftArrow {
  right: calc(50% + 5px);
}

.infographic.fsContainer .slick-arrow.fsLeftArrow:before {
  content: "\E911";
}

.infographic.fsContainer .slick-arrow.fsRightArrow {
  left: calc(50% + 5px);
}

.infographic.fsContainer .slick-arrow.fsRightArrow:before {
  content: "\E912";
}

.infographic.fsContainer .fsEmbed {
  padding: 0 12px 24px;
  margin: 0;
  position: relative;
}

@media (min-width: 550px) {
  .infographic.fsContainer .fsEmbed {
    padding: 0 12px 24px;
  }
}

@media (min-width: 1220px) {
  .infographic.fsContainer .fsEmbed {
    width: 33.33333% !important;
  }
}

body:not(.fsComposeMode) .infographic.fsContainer .fsEmbed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1350px) {
  body.fsHasTheme2 .infographic.fsContainer .fsEmbed {
    width: 25% !important;
  }
}

@media (min-width: 900px) {
  .infographic.fsContainer .fsEmbed.slick-cloned {
    display: none !important;
  }
}

.infographic.fsContainer .fsEmbed.flippable .infographic-overlay:hover .infographic-overlay-inner,
.infographic.fsContainer .fsEmbed.flippable .infographic-overlay:focus .infographic-overlay-inner,
.infographic.fsContainer .fsEmbed.flippable .infographic-overlay.focused .infographic-overlay-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.infographic.fsContainer .fsEmbed .infographic-overlay {
  height: 274px;
  width: 100%;
  position: relative;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

@media (min-width: 550px) {
  .infographic.fsContainer .fsEmbed .infographic-overlay {
    height: 291px;
  }
}

.infographic.fsContainer .fsEmbed .infographic-overlay:hover,
.infographic.fsContainer .fsEmbed .infographic-overlay:focus,
.infographic.fsContainer .fsEmbed .infographic-overlay.focused {
  text-decoration: none;
}

.infographic.fsContainer .fsEmbed .infographic-overlay-inner {
  height: 100%;
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
}

.infographic.fsContainer .fsEmbed .infographic-overlay-front,
.infographic.fsContainer .fsEmbed .infographic-overlay-back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.infographic.fsContainer .fsEmbed .infographic-overlay-front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.infographic.fsContainer .fsEmbed .infographic-overlay-front-inner {
  padding: 48px 15px 20px;
  margin: 0 0 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #050505;
  font-size: 21px;
  line-height: 31px;
  font-family: "IBM Plex Serif", Georgia, serif;
  background-color: rgba(255, 255, 255, 0.8);
}

.infographic.fsContainer .fsEmbed .infographic-overlay-back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.infographic.fsContainer .fsEmbed .infographic-overlay-back-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 28px 28px 32px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #63666A;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-family: "IBM Plex Serif", Georgia, serif;
  background-color: #ffffff;
}

.infographic.fsContainer .fsEmbed .infographic-overlay-back-inner:before {
  content: '';
  display: block;
  border: 1px solid #585858;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.infographic.fsContainer .fsEmbed header > .fsElementTitle {
  margin-bottom: 31px;
  color: #585858;
  font-size: 95px;
  line-height: 95px;
  font-weight: bold;
}

body.fsHasTheme2 .infographic.fsContainer .fsEmbed header > .fsElementTitle {
  color: #050505;
}

body.fsHasTheme5 .infographic.fsContainer .fsEmbed header > .fsElementTitle {
  color: #585858;
}

.infographic.fsContainer .fsEmbed .fsElementHeaderContent {
  display: none;
}

.infographic.fsContainer .fsEmbed footer {
  display: none;
}

body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  overflow-x: auto;
  padding-top: 4px;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout {
    display: block;
    padding-top: 23px;
    margin-left: -10px;
    margin-right: -10px;
  }
}

body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout > .fsStyleColumn {
  margin-bottom: 0;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout > .fsStyleColumn {
    margin-bottom: 20px;
  }
}

body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout > .fsStyleColumn-1 {
  min-width: calc(60.48951vw + 32px);
  padding: 0 32px 0 0;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout > .fsStyleColumn-1 {
    width: 33.3333%;
    min-width: auto;
    padding: 0 10px;
  }
}

body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout > .fsStyleColumn-2 {
  min-width: calc(60.48951vw + 32px);
  padding: 0 32px 0 0;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout > .fsStyleColumn-2 {
    width: 33.3333%;
    min-width: auto;
    padding: 0 10px;
  }
}

body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout > .fsStyleColumn-3 {
  min-width: calc(60.48951vw);
  padding: 0 0 0 0;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout > .fsStyleColumn-3 {
    width: 33.3333%;
    min-width: auto;
    padding: 0 10px;
  }
}

body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout [class*="custom-social-"] > header > .fsElementTitle {
  margin-bottom: 12px;
  color: #1D3150;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1.91px;
}

@media (min-width: 550px) {
  body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout [class*="custom-social-"] > header > .fsElementTitle {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 2.18px;
  }
}

body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .custom-social-yellow .fsContent .fsElementContent a:hover,
body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .custom-social-yellow .fsContent .fsElementContent a:focus {
  background-color: rgba(211, 182, 59, 0.9);
}

body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .custom-social-yellow .fsContent .fsElementContent a:before {
  background-color: #D3B63B;
}

body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .custom-social-yellow .fsContent .fsElementContent a span {
  border-color: #363636;
  color: #363636;
}

body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .custom-social-green .fsContent .fsElementContent a:hover,
body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .custom-social-green .fsContent .fsElementContent a:focus {
  background-color: rgba(34, 110, 47, 0.9);
}

body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .custom-social-green .fsContent .fsElementContent a:before {
  background-color: #226E2F;
}

body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .custom-social-blue .fsContent .fsElementContent a:hover,
body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .custom-social-blue .fsContent .fsElementContent a:focus {
  background-color: rgba(0, 56, 101, 0.9);
}

body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .custom-social-blue .fsContent .fsElementContent a:before {
  background-color: #003865;
}

body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .fsContent {
  position: relative;
  background-position: center center;
  background-size: cover;
}

body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .fsContent.fsElement {
  margin-bottom: 12px;
}

@media (min-width: 550px) {
  body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .fsContent.fsElement {
    margin-bottom: 20px;
  }
}

body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .fsContent.fsElement:last-child {
  margin-bottom: 0;
}

@media (min-width: 550px) {
  body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .fsContent.fsElement:last-child {
    margin-bottom: 0;
  }
}

body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .fsContent:before {
  content: '';
  display: block;
  padding-bottom: 60.62176%;
}

@media (min-width: 550px) {
  body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .fsContent:before {
    height: 195px;
  }
}

body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .fsContent a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 0;
  padding: 10px 10px 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 2.57px;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
}

@media (min-width: 550px) {
  body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .fsContent a {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 2.57px;
  }
}

body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .fsContent a:hover,
body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .fsContent a:focus {
  text-decoration: none;
  opacity: 1;
}

body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .fsContent a:hover span,
body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .fsContent a:focus span {
  opacity: 1;
  text-decoration: none;
}

body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .fsContent a:hover:before,
body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .fsContent a:focus:before {
  background-color: transparent !important;
}

body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .fsContent a:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 22px;
  line-height: 42px;
  text-align: center;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}

@media (min-width: 550px) {
  body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .fsContent a:before {
    width: 52px;
    height: 52px;
    font-size: 25px;
    line-height: 52px;
  }
}

body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .fsContent a span {
  display: block;
  border: 1px solid #ffffff;
  border-radius: 300px;
  padding: 19px 20px 19px;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

@media (min-width: 550px) {
  body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .fsContent a span {
    padding: 20px 40px 20px;
  }
}

body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .custom-social-instagram.fsContent a:before {
  content: "\F16D";
  font-size: 22px;
}

@media (min-width: 550px) {
  body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .custom-social-instagram.fsContent a:before {
    font-size: 29px;
  }
}

body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .custom-social-facebook.fsContent a:before {
  content: "\F09A";
}

body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .custom-social-linkedin.fsContent a:before {
  content: "\F0E1";
}

body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .custom-social-vimeo.fsContent a:before {
  content: "\F27D";
}

body:not(.fsComposeMode) .custom-social.fsThreeColumnLayout .custom-social-twitter.fsContent a:before {
  content: "\F099";
}

@media (min-width: 550px) {
  .custom-post.fsContainer {
    padding-top: 50px;
  }
}

.custom-post.fsContainer > .fsElementContent {
  position: relative;
}

.custom-post.fsContainer .custom-post.fsTagFilter {
  margin: 0 auto 24px;
}

@media (min-width: 550px) {
  .custom-post.fsContainer .custom-post.fsTagFilter {
    margin: 0 0 0;
  }
}

@media (max-width: 549px) {
  .custom-post.fsContainer .custom-post.fsTagFilter > .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 550px) {
  body:not(.fsComposeMode) .custom-post.fsContainer .custom-post.fsTagFilter {
    position: absolute;
    top: 0;
    left: calc(50% + 28px);
    z-index: 100;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .custom-post.fsContainer .custom-post.fsTagFilter {
    left: calc(45.33451% + 10px);
  }
}

@media (min-width: 550px) {
  body.fsHasTheme2:not(.fsComposeMode) .custom-post.fsContainer .custom-post.fsTagFilter {
    left: calc(50% - 10px);
  }
}

@media (min-width: 900px) {
  body.fsHasTheme2:not(.fsComposeMode) .custom-post.fsContainer .custom-post.fsTagFilter {
    left: calc(50% + 10px);
  }
}

.custom-post.fsTagFilter > .fsElementContent > .fsToolsList {
  display: none;
}

.custom-post.fsPostElement article {
  display: block;
  margin: 0 10px 20px !important;
  padding: 0 0 0 !important;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-color: #000000;
}

.custom-post.fsPostElement article:before {
  content: '';
  display: block;
  height: 159px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.71;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
}

body.home .custom-post.fsPostElement article {
  height: auto;
  margin: 0 0 0 !important;
}

body:not(.home) .custom-post.fsPostElement article {
  max-height: 350px;
}

@media (min-width: 600px) {
  body:not(.home) .custom-post.fsPostElement article {
    height: 440px;
    max-height: none;
  }
}

body:not(.home) .custom-post.fsPostElement article:after {
  content: '';
  display: block;
  padding-bottom: 82.5%;
  visibility: visible;
  height: auto;
}

@media (min-width: 600px) {
  body:not(.home) .custom-post.fsPostElement article:after {
    display: none;
  }
}

.custom-post.fsPostElement .fsThumbnail {
  display: none;
}

.custom-post.fsPostElement .fsTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 0;
  padding: 20px 20px 11px !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

body.home .custom-post.fsPostElement .fsTitle {
  padding: 20px 20px 11px !important;
}

.custom-post.fsPostElement .fsTitle a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 20px 11px !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.custom-post.fsPostElement .fsTitle a:hover,
.custom-post.fsPostElement .fsTitle a:focus {
  text-decoration: underline;
}

@media only screen and (min-width: 600px) {
  .custom-post.fsPostElement.fsGrid .fsStyleTwoColumns > article {
    width: calc(50% - 20px);
  }
}

@media only screen and (min-width: 600px) {
  .custom-post.fsPostElement.fsGrid .fsStyleThreeColumns > article {
    width: calc(50% - 20px);
  }
}

@media only screen and (min-width: 800px) {
  .custom-post.fsPostElement.fsGrid .fsStyleThreeColumns > article {
    width: calc(33.33% - 20px);
  }
}

@media only screen and (min-width: 600px) {
  .custom-post.fsPostElement.fsGrid .fsStyleFourColumns > article {
    width: calc(50% - 20px);
  }
}

@media only screen and (min-width: 800px) {
  .custom-post.fsPostElement.fsGrid .fsStyleFourColumns > article {
    width: calc(33.33% - 20px);
  }
}

@media only screen and (min-width: 1000px) {
  .custom-post.fsPostElement.fsGrid .fsStyleFourColumns > article {
    width: calc(25% - 20px);
  }
}

@media only screen and (min-width: 600px) {
  .custom-post.fsPostElement.fsGrid .fsStyleFiveColumns > article {
    width: calc(50% - 20px);
  }
}

@media only screen and (min-width: 800px) {
  .custom-post.fsPostElement.fsGrid .fsStyleFiveColumns > article {
    width: calc(33.33% - 20px);
  }
}

@media only screen and (min-width: 1000px) {
  .custom-post.fsPostElement.fsGrid .fsStyleFiveColumns > article {
    width: calc(25% - 20px);
  }
}

@media only screen and (min-width: 1200px) {
  .custom-post.fsPostElement.fsGrid .fsStyleFiveColumns > article {
    width: calc(20% - 20px);
  }
}

body.home .custom-post.fsPostElement > .fsElementContent {
  padding-bottom: 7px;
}

@media (min-width: 550px) {
  body.home .custom-post.fsPostElement > .fsElementContent {
    padding-bottom: 33px;
  }
}

body.home .custom-post.fsPostElement .fsListItems {
  position: relative;
  margin: 0 auto;
  max-width: 1136px;
}

@media (min-width: 550px) {
  body.home .custom-post.fsPostElement .fsListItems {
    height: 536px;
  }
}

body.home .custom-post.fsPostElement article {
  display: none;
}

body.home.fsHasTheme2 .custom-post.fsPostElement .fsListItems {
  max-width: 1156px;
}

@media (min-width: 550px) {
  body.home.fsHasTheme2 .custom-post.fsPostElement .fsListItems {
    height: 610px;
  }
}

body.home.fsHasTheme2 .custom-post.fsPostElement article:nth-child(1),
body.home.fsHasTheme2 .custom-post.fsPostElement article:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 549px) {
  body.home.fsHasTheme2 .custom-post.fsPostElement article:nth-child(1),
  body.home.fsHasTheme2 .custom-post.fsPostElement article:nth-child(2) {
    height: 231px !important;
    width: 100% !important;
    max-width: none !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
}

body.home.fsHasTheme2 .custom-post.fsPostElement article:nth-child(1),
body.home.fsHasTheme2 .custom-post.fsPostElement article:nth-child(3) {
  position: absolute;
  left: auto;
  right: calc(50% + 10px);
}

body.home.fsHasTheme2 .custom-post.fsPostElement article:nth-child(1),
body.home.fsHasTheme2 .custom-post.fsPostElement article:nth-child(2),
body.home.fsHasTheme2 .custom-post.fsPostElement article:nth-child(3) {
  width: calc(50% - 10px);
}

body.home.fsHasTheme2 .custom-post.fsPostElement article:nth-child(2),
body.home.fsHasTheme2 .custom-post.fsPostElement article:nth-child(3) {
  height: 289px;
}

body.home.fsHasTheme2 .custom-post.fsPostElement article:nth-child(1),
body.home.fsHasTheme2 .custom-post.fsPostElement article:nth-child(4),
body.home.fsHasTheme2 .custom-post.fsPostElement article:nth-child(5) {
  height: 231px;
}

body.home.fsHasTheme2 .custom-post.fsPostElement article:nth-child(2),
body.home.fsHasTheme2 .custom-post.fsPostElement article:nth-child(4) {
  position: absolute;
  left: calc(50% + 10px);
  right: auto;
}

body.home.fsHasTheme2 .custom-post.fsPostElement article:nth-child(4),
body.home.fsHasTheme2 .custom-post.fsPostElement article:nth-child(5) {
  width: calc(25% - 15px);
}

body.home.fsHasTheme2 .custom-post.fsPostElement article:nth-child(1) {
  max-width: 383px;
  top: 0;
}

@media (max-width: 549px) {
  body.home.fsHasTheme2 .custom-post.fsPostElement article:nth-child(1) {
    margin-bottom: 16px !important;
  }
}

body.home.fsHasTheme2 .custom-post.fsPostElement article:nth-child(2) {
  max-width: 501px;
  top: 74px;
}

body.home.fsHasTheme2 .custom-post.fsPostElement article:nth-child(3) {
  bottom: 74px;
}

@media (min-width: 550px) {
  body.home.fsHasTheme2 .custom-post.fsPostElement article:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body.home.fsHasTheme2 .custom-post.fsPostElement article:nth-child(4) {
  width: calc(50% - 10px);
  max-width: 383px;
  bottom: 0;
}

@media (min-width: 550px) {
  body.home.fsHasTheme2 .custom-post.fsPostElement article:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 900px) {
  body.home.fsHasTheme2 .custom-post.fsPostElement article:nth-child(4) {
    width: calc(25% - 15px);
  }
}

body.home.fsHasTheme2 .custom-post.fsPostElement article:nth-child(5) {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (min-width: 900px) {
  body.home.fsHasTheme2 .custom-post.fsPostElement article:nth-child(5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body.home:not(.fsHasTheme2) .custom-post.fsPostElement article:nth-child(1),
body.home:not(.fsHasTheme2) .custom-post.fsPostElement article:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 549px) {
  body.home:not(.fsHasTheme2) .custom-post.fsPostElement article:nth-child(1),
  body.home:not(.fsHasTheme2) .custom-post.fsPostElement article:nth-child(2) {
    height: 231px !important;
    width: 100% !important;
    max-width: none !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
}

body.home:not(.fsHasTheme2) .custom-post.fsPostElement article:nth-child(1),
body.home:not(.fsHasTheme2) .custom-post.fsPostElement article:nth-child(3) {
  width: calc(50% - 10px);
  position: absolute;
  left: auto;
  right: calc(50% + 10px);
}

@media (min-width: 550px) {
  body.home:not(.fsHasTheme2) .custom-post.fsPostElement article:nth-child(1),
  body.home:not(.fsHasTheme2) .custom-post.fsPostElement article:nth-child(3) {
    width: calc(45.33451% - 10px);
    right: calc(54.66549% + 10px);
  }
}

body.home:not(.fsHasTheme2) .custom-post.fsPostElement article:nth-child(1) {
  max-width: 383px;
}

@media (max-width: 549px) {
  body.home:not(.fsHasTheme2) .custom-post.fsPostElement article:nth-child(1) {
    margin-bottom: 16px !important;
  }
}

@media (min-width: 550px) {
  body.home:not(.fsHasTheme2) .custom-post.fsPostElement article:nth-child(1) {
    height: 231px;
  }
}

body.home:not(.fsHasTheme2) .custom-post.fsPostElement article:nth-child(2) {
  width: calc(50% - 10px);
  max-width: none;
  left: calc(50% + 10px);
  right: 0;
  top: 74px;
}

@media (min-width: 550px) {
  body.home:not(.fsHasTheme2) .custom-post.fsPostElement article:nth-child(2) {
    height: 411px;
    width: calc(54.66549% - 10px);
    left: calc(45.33451% + 10px);
  }
}

body.home:not(.fsHasTheme2) .custom-post.fsPostElement article:nth-child(3) {
  bottom: 0;
}

@media (min-width: 550px) {
  body.home:not(.fsHasTheme2) .custom-post.fsPostElement article:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 289px;
  }
}

body.home:not(.fsHasTheme2) .custom-post.fsPostElement article:nth-child(4),
body.home:not(.fsHasTheme2) .custom-post.fsPostElement article:nth-child(5) {
  display: none !important;
}

.custom-portal.fsCategoryFilter > header > .fsElementTitle {
  margin-bottom: 13px;
  font-size: 22px;
  line-height: 31px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.08px;
}

.custom-portal.fsCategoryFilter .fsStyleDefaultButton {
  min-width: 0;
  border-width: 1px;
  border-radius: 300px;
  padding: 26px 26px 26px;
  margin-bottom: 8px;
  margin-right: 8px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  letter-spacing: 2.57px;
}

.custom-portal.fsTagFilter > header > .fsElementTitle + .fsElementHeaderContent {
  margin-top: -19px;
  margin-bottom: 24px;
}

.custom-portal.fsTagFilter .fsStyleDefaultButton {
  min-width: 0;
  border-width: 1px;
  padding: 9px 18px 10px;
  margin-bottom: 6px;
  margin-right: 6px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
}

.custom-portal.fsPostElement .fsTitle {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

.custom-portal.fsPostElement.fsGrid .fsThumbnail {
  text-align: center;
  margin: 0 auto 21px;
}

.custom-portal.fsPostElement.fsGrid .fsThumbnail img {
  margin: 0 auto;
  text-align: center;
}

.custom-portal.fsPostElement.fsGrid .fsTitle {
  text-align: center;
}

.panel-schools.fsContainer {
  padding-top: 25px;
  padding-bottom: 23px;
}

.panel-schools.fsContainer.panel-full-boundary > header,
.panel-schools.fsContainer.panel-full-boundary > .fsElementContent,
.panel-schools.fsContainer.panel-full-boundary > footer {
  max-width: 1360px;
}

.panel-schools .fsPostElement.fsGrid .fsListItems {
  width: calc(100% + 18px);
  margin: 0 -9px 0;
}

@media (min-width: 550px) {
  .panel-schools .fsPostElement.fsGrid .fsListItems {
    width: calc(100% + 24px);
    margin: 0 -12px 0;
  }
}

.panel-schools .fsPostElement.fsGrid .fsListItems.fsStyleThreeColumns > article {
  width: 100%;
}

@media (min-width: 900px) {
  .panel-schools .fsPostElement.fsGrid .fsListItems.fsStyleThreeColumns > article {
    width: 33.3333%;
  }
}

.panel-schools .fsPostElement.fsGrid .fsListItems > article {
  margin-bottom: 10px;
  padding: 0 0 8px;
}

@media (min-width: 900px) {
  .panel-schools .fsPostElement.fsGrid .fsListItems > article {
    padding: 0 12px 15px;
  }
}

.panel-schools .fsPostElement article {
  max-height: 685px;
  position: relative;
}

@media (min-width: 700px) {
  .panel-schools .fsPostElement article {
    height: 685px;
  }
}

.panel-schools .fsPostElement article:before {
  content: '';
  display: block;
  padding-bottom: 91.61074%;
}

@media (min-width: 700px) {
  .panel-schools .fsPostElement article:before {
    display: none;
  }
}

.panel-schools .fsPostElement article:after {
  content: '';
  display: block;
  height: 8px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #63666A;
  visibility: visible;
}

@media (min-width: 550px) {
  .panel-schools .fsPostElement article:after {
    height: 15px;
    left: 12px;
    right: 12px;
  }
}

@media (min-width: 700px) {
  .panel-schools .fsPostElement article:after {
    height: 15px;
    left: 12px;
    right: 12px;
  }
}

.panel-schools .fsPostElement article.school-coed:after {
  background-color: #D3B63B;
}

.panel-schools .fsPostElement article.school-coed .content-overlay:hover .fsTitle:after,
.panel-schools .fsPostElement article.school-coed .content-overlay:focus .fsTitle:after {
  color: #D3B63B;
}

.panel-schools .fsPostElement article.school-girls:after {
  background-color: #226E2F;
}

.panel-schools .fsPostElement article.school-girls .content-overlay:hover .fsTitle:after,
.panel-schools .fsPostElement article.school-girls .content-overlay:focus .fsTitle:after {
  color: #226E2F;
}

.panel-schools .fsPostElement article.school-boys:after {
  background-color: #003865;
}

.panel-schools .fsPostElement article.school-boys .content-overlay:hover .fsTitle:after,
.panel-schools .fsPostElement article.school-boys .content-overlay:focus .fsTitle:after {
  color: #003865;
}

.panel-schools .fsPostElement .content-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 20px 16px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 8px;
  z-index: 1;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 550px) {
  .panel-schools .fsPostElement .content-overlay {
    padding: 0 30px 39px;
    left: 12px;
    right: 12px;
  }
}

@media (min-width: 700px) {
  .panel-schools .fsPostElement .content-overlay {
    padding: 0 30px 39px;
    bottom: 15px;
  }
}

.panel-schools .fsPostElement .content-overlay:after {
  content: '';
  display: block;
  padding-bottom: 39.91228%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0px, #000000 100%);
}

.panel-schools .fsPostElement .content-overlay:hover,
.panel-schools .fsPostElement .content-overlay:focus {
  text-decoration: none;
}

.panel-schools .fsPostElement .content-overlay:hover .fsTitle,
.panel-schools .fsPostElement .content-overlay:focus .fsTitle {
  border-color: #ffffff;
  color: #63666A;
  text-decoration: none;
  background-color: #ffffff;
}

.panel-schools .fsPostElement .fsThumbnail {
  display: none;
}

.panel-schools .fsPostElement .fsTitle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  margin: 0 0 10px;
  padding: 25px 42px 25px;
  border: 1px solid #ffffff;
  border-radius: 300px;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2.57px;
  background: transparent;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  padding-right: 96px;
  position: relative;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 54px;
  width: auto;
  border-width: 2px;
  padding: 0 15px 0 20px;
  margin: 0 auto 0;
  position: relative;
  z-index: 100;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 2.57px;
  text-align: center;
  text-decoration: none !important;
}

.panel-schools .fsPostElement .fsTitle:hover,
.panel-schools .fsPostElement .fsTitle:focus,
.fsStateSelected .panel-schools .fsPostElement .fsTitle,
.panel-schools .fsPostElement .fsTitle.on {
  border-color: #003865;
  color: #ffffff;
  text-decoration: none;
  background: #003865;
}

.panel-schools .fsPostElement .fsTitle:after {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  position: absolute;
  top: 50%;
  right: 42px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #003865;
  font-size: 15px;
  line-height: 16px;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.panel-schools .fsPostElement .fsTitle:hover:after,
.panel-schools .fsPostElement .fsTitle:focus:after,
.fsStateSelected .panel-schools .fsPostElement .fsTitle:after,
.panel-schools .fsPostElement .fsTitle.on:after {
  color: #ffffff;
}

@media (min-width: 550px) {
  .panel-schools .fsPostElement .fsTitle {
    height: 67px;
    padding: 0 15px 0 20px;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 3.21px;
  }
}

@media (min-width: 700px) {
  .panel-schools .fsPostElement .fsTitle {
    height: 82px;
    padding: 0 30px 0 35px;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 3.85px;
  }
}

@media (min-width: 900px) {
  .panel-schools .fsPostElement .fsTitle {
    height: 54px;
    width: 100%;
    padding: 0 15px 0 20px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2.57px;
  }
}

@media (min-width: 1100px) {
  .panel-schools .fsPostElement .fsTitle {
    height: 67px;
    padding: 0 15px 0 20px;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 3.21px;
  }
}

@media (min-width: 1300px) {
  .panel-schools .fsPostElement .fsTitle {
    height: 82px;
    padding: 0 20px 0 20px;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 3.85px;
  }
}

.panel-schools .fsPostElement .fsTitle span {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  text-decoration: none !important;
}

.panel-schools .fsPostElement .fsTitle:after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  margin-left: 10px;
  padding-right: 0;
  position: relative;
  top: auto;
  right: auto;
  bottom: -1px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  text-align: center;
  color: #ffffff;
  font-size: 9px;
  line-height: 14px;
}

@media (min-width: 550px) {
  .panel-schools .fsPostElement .fsTitle:after {
    margin-left: 12px;
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 700px) {
  .panel-schools .fsPostElement .fsTitle:after {
    margin-left: 15px;
    font-size: 15px;
    line-height: 16px;
  }
}

@media (min-width: 900px) {
  .panel-schools .fsPostElement .fsTitle:after {
    margin-left: 10px;
    font-size: 10px;
    line-height: 14px;
  }
}

@media (min-width: 1100px) {
  .panel-schools .fsPostElement .fsTitle:after {
    margin-left: 12px;
    font-size: 12px;
    line-height: 16px;
  }
}

@media (min-width: 1300px) {
  .panel-schools .fsPostElement .fsTitle:after {
    margin-left: 15px;
    font-size: 15px;
    line-height: 16px;
  }
}

.schools-dialog.fsDialog {
  border: 0;
  border-radius: 0;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  max-width: calc(100% - 20px);
}

@media (min-width: 550px) {
  .schools-dialog.fsDialog {
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}

@media (min-width: 700px) {
  .schools-dialog.fsDialog {
    height: calc(100% - 70px);
    width: calc(100% - 70px);
    max-width: calc(100% - 40px);
  }
}

.schools-dialog.fsDialog .fsDialogCloseButton {
  top: 35px;
  right: 35px;
}

.schools-dialog.fsDialog .fsDialogCloseButton:before,
.schools-dialog.fsDialog .fsDialogCloseButton:after {
  background-color: #ffffff;
}

.schools-dialog.fsDialog .fsDialogCloseButton:before {
  height: 1px;
}

.schools-dialog.fsDialog .fsDialogCloseButton:after {
  height: 1px;
}

.schools-dialog.fsDialog .fsDialogContent {
  padding: 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.schools-dialog.fsDialog article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 20px 40px;
  border: 20px solid #63666A;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 700px) {
  .schools-dialog.fsDialog article {
    padding: 20px 20px 40px;
  }
}

.schools-dialog.fsDialog article.school-girls {
  border-color: #226E2F;
}

.schools-dialog.fsDialog article.school-boys {
  border-color: #003865;
}

.schools-dialog.fsDialog article.school-coed {
  border-color: #D3B63B;
}

.schools-dialog.fsDialog article > * {
  position: relative;
  margin: 0 auto;
  max-width: 864px;
  z-index: 2;
}

.schools-dialog.fsDialog article:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0px, #000000 100%);
}

.schools-dialog.fsDialog .fsTitle {
  display: block;
  margin-bottom: 17px;
  color: #ffffff;
  font-size: 23px;
  line-height: 23px;
}

@media (min-width: 550px) {
  .schools-dialog.fsDialog .fsTitle {
    margin-bottom: 21px;
    font-size: 29px;
    line-height: 29px;
  }
}

@media (min-width: 700px) {
  .schools-dialog.fsDialog .fsTitle {
    margin-bottom: 26px;
    font-size: 35px;
    line-height: 35px;
  }
}

.schools-dialog.fsDialog .fsBody {
  max-width: 864px;
  margin: 0 0 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

@media (min-width: 550px) {
  .schools-dialog.fsDialog .fsBody {
    font-size: 20px;
    line-height: 35px;
  }
}

@media (min-width: 700px) {
  .schools-dialog.fsDialog .fsBody {
    font-size: 24px;
    line-height: 42px;
  }
}

.schools-dialog.fsDialog .fsThumbnail {
  display: none;
}

.schools-dialog.fsDialog .fs_style_49 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 25px 42px 25px;
  border: 1px solid #ffffff;
  border-radius: 300px;
  color: #4C4C4C;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2.57px;
  background: #ffffff;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  margin-top: 20px;
}

.schools-dialog.fsDialog .fs_style_49:hover,
.schools-dialog.fsDialog .fs_style_49:focus,
.fsStateSelected .schools-dialog.fsDialog .fs_style_49,
.schools-dialog.fsDialog .fs_style_49.on {
  border-color: #003865;
  color: #ffffff;
  text-decoration: none;
  background: #003865;
}

.schools-dialog.fsDialog .fs_style_48 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 25px 42px 25px;
  border: 1px solid #ffffff;
  border-radius: 300px;
  color: #4C4C4C;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2.57px;
  background: #ffffff;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  margin-top: 20px;
}

.schools-dialog.fsDialog .fs_style_48:hover,
.schools-dialog.fsDialog .fs_style_48:focus,
.fsStateSelected .schools-dialog.fsDialog .fs_style_48,
.schools-dialog.fsDialog .fs_style_48.on {
  border-color: #226E2F;
  color: #ffffff;
  text-decoration: none;
  background: #226E2F;
}

.schools-dialog.fsDialog .fs_style_50 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 25px 42px 25px;
  border: 1px solid #ffffff;
  border-radius: 300px;
  color: #4C4C4C;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2.57px;
  background: #ffffff;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  margin-top: 20px;
}

.schools-dialog.fsDialog .fs_style_50:hover,
.schools-dialog.fsDialog .fs_style_50:focus,
.fsStateSelected .schools-dialog.fsDialog .fs_style_50,
.schools-dialog.fsDialog .fs_style_50.on {
  border-color: #D3B63B;
  color: #333333;
  text-decoration: none;
  background: #D3B63B;
}

.schools-dialog.fsDialog .fs_style_47 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 25px 42px 25px;
  border: 1px solid #ffffff;
  border-radius: 300px;
  color: #4C4C4C;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2.57px;
  background: #ffffff;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  padding-right: 96px;
  position: relative;
  text-align: left;
  margin-top: 20px;
}

.schools-dialog.fsDialog .fs_style_47:hover,
.schools-dialog.fsDialog .fs_style_47:focus,
.fsStateSelected .schools-dialog.fsDialog .fs_style_47,
.schools-dialog.fsDialog .fs_style_47.on {
  border-color: #003865;
  color: #ffffff;
  text-decoration: none;
  background: #003865;
}

.schools-dialog.fsDialog .fs_style_47:after {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  position: absolute;
  top: 50%;
  right: 42px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #003865;
  font-size: 15px;
  line-height: 16px;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.schools-dialog.fsDialog .fs_style_47:hover:after,
.schools-dialog.fsDialog .fs_style_47:focus:after,
.fsStateSelected .schools-dialog.fsDialog .fs_style_47:after,
.schools-dialog.fsDialog .fs_style_47.on:after {
  color: #ffffff;
}

.schools-dialog.fsDialog .fs_style_51 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 25px 42px 25px;
  border: 1px solid #ffffff;
  border-radius: 300px;
  color: #4C4C4C;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2.57px;
  background: #ffffff;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  padding-right: 96px;
  position: relative;
  text-align: left;
  margin-top: 20px;
}

.schools-dialog.fsDialog .fs_style_51:hover,
.schools-dialog.fsDialog .fs_style_51:focus,
.fsStateSelected .schools-dialog.fsDialog .fs_style_51,
.schools-dialog.fsDialog .fs_style_51.on {
  border-color: #226E2F;
  color: #ffffff;
  text-decoration: none;
  background: #226E2F;
}

.schools-dialog.fsDialog .fs_style_51:after {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  position: absolute;
  top: 50%;
  right: 42px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #226E2F;
  font-size: 15px;
  line-height: 16px;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.schools-dialog.fsDialog .fs_style_51:hover:after,
.schools-dialog.fsDialog .fs_style_51:focus:after,
.fsStateSelected .schools-dialog.fsDialog .fs_style_51:after,
.schools-dialog.fsDialog .fs_style_51.on:after {
  color: #ffffff;
}

.schools-dialog.fsDialog .fs_style_52 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 25px 42px 25px;
  border: 1px solid #ffffff;
  border-radius: 300px;
  color: #4C4C4C;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2.57px;
  background: #ffffff;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  padding-right: 96px;
  position: relative;
  text-align: left;
  margin-top: 20px;
}

.schools-dialog.fsDialog .fs_style_52:hover,
.schools-dialog.fsDialog .fs_style_52:focus,
.fsStateSelected .schools-dialog.fsDialog .fs_style_52,
.schools-dialog.fsDialog .fs_style_52.on {
  border-color: #D3B63B;
  color: #333333;
  text-decoration: none;
  background: #D3B63B;
}

.schools-dialog.fsDialog .fs_style_52:after {
  content: "\E903";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  position: absolute;
  top: 50%;
  right: 42px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #D3B63B;
  font-size: 15px;
  line-height: 16px;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.schools-dialog.fsDialog .fs_style_52:hover:after,
.schools-dialog.fsDialog .fs_style_52:focus:after,
.fsStateSelected .schools-dialog.fsDialog .fs_style_52:after,
.schools-dialog.fsDialog .fs_style_52.on:after {
  color: #333333;
}

/*======================================
  Selectric v1.11.0
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
  max-width: 100%;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  width: auto;
  border: 1px solid #4C4C4C;
  border-radius: 300px;
  min-width: 176px;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
  padding: 0 60px 0 37px;
  color: #63666A;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  letter-spacing: 2.57px;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  width: 60px;
  height: 55px;
  position: absolute;
  top: 0;
  right: 0;
  color: #1C1C1C;
  font-size: 0;
  text-align: center;
  line-height: 48px;
  background-color: transparent;
}

.selectric .button:after {
  content: " ";
  width: 0;
  height: 0;
  margin: auto;
  border: 8px solid transparent;
  border-top-color: #226E2F;
  border-bottom: none;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

body.fsHasTheme3 .selectric .button:after {
  border-top-color: #226E2F;
}

body.fsHasTheme4 .selectric .button:after {
  border-top-color: #003865;
}

body.fsHasTheme5 .selectric .button:after {
  border-top-color: #D3B63B;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  background-color: #ffffff;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  width: 0;
  height: 0;
  position: relative;
  overflow: hidden;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}

.selectric-hide-select select:focus {
  background-color: #ffffff;
}

.selectric-hide-select.selectric-is-native {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.selectric-label,
.selectric-input {
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  background: none !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  *font: 0/0 a !important;
}

.selectric-temp-show {
  display: block !important;
  position: absolute !important;
  visibility: hidden !important;
}

/* Items box */

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
}

.selectric-items ul,
.selectric-items li {
  min-height: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444444;
}

.selectric-items li.highlighted {
  color: #444444;
  background: #D0D0D0;
}

.selectric-items li:hover,
.selectric-items li:focus {
  color: #444444;
  background: #D5D5D5;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-items .disabled {
  color: #666 !important;
  background: none !important;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default !important;
}

.selectric-items .selectric-group .selectric-group-label {
  padding-left: 10px;
  font-weight: bold;
  color: #444444;
  background: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

.simple-slideshow.fsResourceElement.fsSlideshow > .fsElementContent {
  width: 702px;
}

.simple-slideshow.fsResourceElement.fsSlideshow .fsElementSlideshow[data-arrows*="true"] {
  padding: 0 75px 0;
}

.simple-slideshow.fsResourceElement.fsSlideshow article {
  padding: 0 0 0;
  margin: 0 0 0;
  position: relative;
}

.simple-slideshow.fsResourceElement.fsSlideshow article:before {
  display: block;
  content: '';
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #979797;
}

.simple-slideshow.fsResourceElement.fsSlideshow figure {
  position: relative;
}

.simple-slideshow.fsResourceElement.fsSlideshow picture {
  text-align: center;
}

.simple-slideshow.fsResourceElement.fsSlideshow img {
  margin: 0 auto 0;
}

.simple-slideshow.fsResourceElement.fsSlideshow figcaption {
  padding: 0 0 0;
  margin: 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.simple-slideshow.fsResourceElement.fsSlideshow figcaption a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
}

.simple-slideshow.fsResourceElement.fsSlideshow .slick-arrow {
  width: 75px;
  height: 75px;
  border: 1px solid #979797;
}

.simple-slideshow.fsResourceElement.fsSlideshow .slick-arrow:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 22px;
  left: 22px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  color: #757575;
  font-size: 29px;
  line-height: 31px;
  text-align: center;
}

.simple-slideshow.fsResourceElement.fsSlideshow .slick-arrow.fsLeftArrow:before {
  content: "\E901";
}

.simple-slideshow.fsResourceElement.fsSlideshow .slick-arrow.fsRightArrow:before {
  content: "\E902";
}

.simple-slideshow.fsResourceElement.fsSlideshow .fsPager {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  margin: 0 auto;
  padding: 19px 0 0;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.simple-slideshow.fsResourceElement.fsSlideshow .fsPager[style*="display: block"] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.simple-slideshow.fsResourceElement.fsSlideshow .fsPager li {
  display: block;
  height: auto;
  width: auto;
  padding: 2px 5px 3px 5px;
  margin: 0 0 0;
}

.simple-slideshow.fsResourceElement.fsSlideshow .fsPager li.slick-active button {
  background-color: #757575;
}

.simple-slideshow.fsResourceElement.fsSlideshow .fsPager li button {
  height: 9px;
  width: 39px;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #D8D8D8;
  pointer-events: auto;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}

.simple-slideshow.fsResourceElement.fsSlideshow .fsPager li button:hover,
.simple-slideshow.fsResourceElement.fsSlideshow .fsPager li button:focus {
  background-color: #757575;
}

.simple-slideshow.fsResourceElement.fsSlideshow .fsPager li button:before {
  display: none;
}

body:not(.fsComposeMode) .social-collage.fsContainer {
  position: relative;
  margin: 0 auto;
  max-width: 1440px;
}

body:not(.fsComposeMode) .social-collage.fsContainer > header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: calc(100% - 24px);
  height: 81px;
  padding: 0 20px 0;
  margin: 0 12px 20px;
  background-color: #585858;
}

@media (min-width: 550px) {
  body:not(.fsComposeMode) .social-collage.fsContainer > header {
    max-width: calc(50% - 28px);
    margin: 0 auto 20px;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .social-collage.fsContainer > header {
    width: calc(33.3333% - 28px);
    max-width: none;
    margin: 0 0 0;
    position: absolute;
    top: 341px;
    left: auto;
    right: calc(33.3333% + 14px);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode) .social-collage.fsContainer > header {
    width: calc(25% - 28px);
    right: calc(25% + 14px);
  }
}

body:not(.fsComposeMode) .social-collage.fsContainer > header > .fsElementTitle {
  display: block;
  padding: 0 0 0;
  margin: 0 0 0;
  color: #ffffff;
  font-size: 27px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

body:not(.fsComposeMode) .social-collage.fsContainer > header > .fsElementHeaderContent {
  display: none;
}

body:not(.fsComposeMode) .social-collage.fsContainer > .fsElementContent {
  height: 604px;
  position: relative;
}

@media (min-width: 550px) {
  body:not(.fsComposeMode) .social-collage.fsContainer > .fsElementContent {
    height: 656px;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .social-collage.fsContainer > .fsElementContent {
    height: 763px;
  }
}

body:not(.fsComposeMode) .social-collage.fsContainer > .fsElementContent:before {
  content: '';
  display: none;
  border: 20px solid #585858;
  top: 95px;
  left: 95px;
  right: 95px;
  bottom: 95px;
  position: absolute;
}

@media (min-width: 550px) {
  body:not(.fsComposeMode) .social-collage.fsContainer > .fsElementContent:before {
    display: block;
  }
}

body:not(.fsComposeMode) .social-collage-feed {
  overflow: hidden;
  pointer-events: none;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .social-collage-feed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

body:not(.fsComposeMode) .social-collage-feed > .fsElementContent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

body:not(.fsComposeMode) .social-collage-feed.fsElement {
  margin: 0 0 0;
}

body:not(.fsComposeMode) .social-collage-feed .feed-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

body:not(.fsComposeMode) .social-collage-feed .feed-post {
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
  pointer-events: none;
}

body:not(.fsComposeMode) .social-collage-feed .feed-post.active {
  display: block;
  pointer-events: auto;
}

body:not(.fsComposeMode) .social-collage-feed .feed-post:hover .feed-content,
body:not(.fsComposeMode) .social-collage-feed .feed-post.focused .feed-content {
  height: 100%;
  opacity: 1;
}

body:not(.fsComposeMode) .social-collage-feed .feed-post:hover .feed-overlay:before,
body:not(.fsComposeMode) .social-collage-feed .feed-post.focused .feed-overlay:before {
  opacity: 0;
}

body:not(.fsComposeMode) .social-collage-feed .feed-overlay {
  z-index: 1;
  background-size: cover;
  background-position: center center;
}

body:not(.fsComposeMode) .social-collage-feed .feed-overlay:before {
  content: '';
  display: block;
  height: 62px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: 0.71;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}

body:not(.fsComposeMode) .social-collage-feed .feed-content {
  width: 100%;
  height: 75%;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 11;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.625;
  text-align: center;
  background: rgba(58, 58, 58, 0.7);
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  pointer-events: none;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .social-collage-feed .feed-content {
    padding: 30px;
  }
}

body:not(.fsComposeMode) .social-collage-feed .feed-message {
  max-height: 213px;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
}

@media (min-width: 550px) {
  body:not(.fsComposeMode) .social-collage-feed .feed-message {
    max-height: 228px;
  }
}

body:not(.fsComposeMode) .social-collage-feed .feed-message a {
  color: #ffffff !important;
  font-weight: 500 !important;
}

body:not(.fsComposeMode) .social-collage-feed .feed-meta {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

@media (min-width: 700px) {
  body:not(.fsComposeMode) .social-collage-feed .feed-meta {
    left: 30px;
    bottom: 30px;
  }
}

body:not(.fsComposeMode) .social-collage-feed .feed-meta ul {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

body:not(.fsComposeMode) .social-collage-feed .feed-meta li {
  display: block;
  list-style: none;
  list-style-type: none;
  padding: 0 10px 0 0;
  margin: 0;
}

body:not(.fsComposeMode) .social-collage-feed .feed-meta span {
  display: block;
  padding-left: 23px;
  position: relative;
  color: #ffffff;
  font-size: 15px;
  line-height: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2px;
}

body:not(.fsComposeMode) .social-collage-feed .feed-meta span:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  height: 15px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
}

body:not(.fsComposeMode) .social-collage-feed .feed-meta span.comment-count:before {
  content: "\F086";
}

body:not(.fsComposeMode) .social-collage-feed .feed-meta span.heart-count:before {
  content: "\F004";
}

body:not(.fsComposeMode) .social-collage-feed .feed-source {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 11px;
  bottom: 13px;
  z-index: 100;
  pointer-events: none;
}

body:not(.fsComposeMode) .social-collage-feed .feed-source:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  height: 40px;
  width: 40px;
  color: #ffffff;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
}

body:not(.fsComposeMode) .social-collage-feed article {
  height: 290px;
  position: absolute;
}

@media (min-width: 550px) {
  body:not(.fsComposeMode) .social-collage-feed article {
    height: 315px;
  }
}

body:not(.fsComposeMode) .social-collage-feed article.twitter .feed-source:before {
  content: "\F099";
}

body:not(.fsComposeMode) .social-collage-feed article.instagram .feed-source:before {
  content: "\F16D";
}

body:not(.fsComposeMode) .social-collage-feed article.facebook .feed-source:before {
  content: "\F09A";
}

body:not(.fsComposeMode) .social-collage-feed-1 {
  display: block;
}

body:not(.fsComposeMode) .social-collage-feed-1 article[active-index="0"] {
  display: none !important;
  width: calc(25% - 14px);
  top: 41px;
  left: 0;
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode) .social-collage-feed-1 article[active-index="0"] {
    display: block !important;
  }
}

body:not(.fsComposeMode) .social-collage-feed-1 article[active-index="1"] {
  top: auto;
  left: 12px;
  right: 12px;
  bottom: 0;
}

@media (min-width: 550px) {
  body:not(.fsComposeMode) .social-collage-feed-1 article[active-index="1"] {
    width: calc(50% - 14px);
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .social-collage-feed-1 article[active-index="1"] {
    width: calc(33.3333% - 14px);
    top: 41px;
    left: 0;
    right: auto;
    bottom: auto;
  }
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode) .social-collage-feed-1 article[active-index="1"] {
    width: calc(25% - 28px);
    left: calc(25% + 14px);
  }
}

body:not(.fsComposeMode) .social-collage-feed-1 article[active-index="2"] {
  top: 0;
  left: 12px;
  right: 12px;
  bottom: auto;
}

@media (min-width: 550px) {
  body:not(.fsComposeMode) .social-collage-feed-1 article[active-index="2"] {
    width: calc(50% - 14px);
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .social-collage-feed-1 article[active-index="2"] {
    width: calc(33.3333% - 28px);
    top: 0;
    left: auto;
    right: calc(33.3333% + 14px);
    bottom: auto;
  }
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode) .social-collage-feed-1 article[active-index="2"] {
    width: calc(25% - 28px);
    right: calc(25% + 14px);
  }
}

body:not(.fsComposeMode) .social-collage-feed-1 article[active-index="3"] {
  display: none !important;
}

@media (min-width: 550px) {
  body:not(.fsComposeMode) .social-collage-feed-1 article[active-index="3"] {
    display: block !important;
    width: calc(50% - 14px);
    position: absolute;
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .social-collage-feed-1 article[active-index="3"] {
    width: calc(33.3333% - 14px);
    top: auto;
    left: 0;
    right: auto;
    bottom: 66px;
  }
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode) .social-collage-feed-1 article[active-index="3"] {
    width: calc(50% - 14px);
  }
}

body:not(.fsComposeMode) .social-collage-feed-1 article[active-index="4"] {
  display: none !important;
}

@media (min-width: 550px) {
  body:not(.fsComposeMode) .social-collage-feed-1 article[active-index="4"] {
    display: block !important;
    width: calc(50% - 14px);
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .social-collage-feed-1 article[active-index="4"] {
    width: calc(33.3333% - 28px);
    top: auto;
    left: auto;
    right: calc(33.3333% + 14px);
    bottom: 0;
  }
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode) .social-collage-feed-1 article[active-index="4"] {
    width: calc(25% - 28px);
    right: calc(25% + 14px);
  }
}

body:not(.fsComposeMode) .social-collage-feed-1 article[active-index="5"] {
  display: none !important;
  width: calc(33.3333% - 14px);
  top: auto;
  left: auto;
  right: 0;
  bottom: 143px;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .social-collage-feed-1 article[active-index="5"] {
    display: block !important;
  }
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode) .social-collage-feed-1 article[active-index="5"] {
    width: calc(25% - 14px);
  }
}

body:not(.fsComposeMode) .social-collage-feed-2 {
  display: block;
}

body:not(.fsComposeMode) .social-collage-shuffle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 81px;
  width: 100%;
  max-width: calc(100% - 24px);
  border: 0;
  padding: 0 0 0;
  margin: 20px 12px 0;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #585858;
  cursor: pointer;
}

@media (min-width: 550px) {
  body:not(.fsComposeMode) .social-collage-shuffle {
    max-width: calc(50% - 28px);
    margin: 20px auto 0;
  }
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .social-collage-shuffle {
    width: calc(33.3333% - 14px);
    max-width: none;
    height: 134px;
    margin: 0 0 0;
    position: absolute;
    top: 143px;
    left: auto;
    right: 0;
    bottom: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media (min-width: 1100px) {
  body:not(.fsComposeMode) .social-collage-shuffle {
    width: calc(25% - 14px);
  }
}

body:not(.fsComposeMode) .social-collage-shuffle span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  padding: 4px 0 0;
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 3.3px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .social-collage-shuffle span {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}

body:not(.fsComposeMode) .social-collage-shuffle span:before {
  content: "\E90F";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  width: 41px;
  height: 41px;
  margin-right: 17px;
  color: #ffffff;
  font-size: 41px;
  line-height: 41px;
}

@media (min-width: 900px) {
  body:not(.fsComposeMode) .social-collage-shuffle span:before {
    width: 62px;
    height: 62px;
    margin-right: 33px;
    font-size: 62px;
    line-height: 62px;
  }
}

.stories.fsPostElement article {
  position: relative;
}

.stories.fsPostElement article:before {
  content: '';
  display: block;
  border: 1px solid #D6D6D6;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
}

.stories.fsPostElement .fsThumbnail {
  display: block;
  margin-bottom: 0;
  max-width: none;
}

.stories.fsPostElement .fsThumbnail img,
.stories.fsPostElement .fsThumbnail .fsCroppedImage {
  display: block;
}

.stories.fsPostElement .content-wrapper {
  padding: 40px 40px 40px;
}

.stories.fsPostElement .fsTitle {
  margin-bottom: 12px;
  color: #585858;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

.stories.fsPostElement .fsTitle a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.stories.fsPostElement .fsAuthor,
.stories.fsPostElement .fsDateTime {
  text-transform: uppercase;
}

.stories.fsPostElement .fsReadMoreLink {
  display: inline-block;
  margin: 0 0 10px;
  min-width: 220px;
  padding: 15px 17px 14px;
  border: 3px solid #585858;
  border-radius: 0;
  color: #585858;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.3px;
  background: transparent;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
}

.stories.fsPostElement .fsReadMoreLink:hover,
.stories.fsPostElement .fsReadMoreLink:focus,
.fsStateSelected .stories.fsPostElement .fsReadMoreLink,
.stories.fsPostElement .fsReadMoreLink.on {
  border-color: #585858;
  color: #ffffff;
  text-decoration: none;
  background: #585858;
}

.stories.fsPostElement .fsReadMoreLink em {
  display: block;
  margin-top: -2px;
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}

.stories.featured.fsPostElement .fsElementTitle {
  margin-bottom: 0;
  color: #585858;
  font-size: 16px;
  line-height: 31px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.51px;
}

@media (min-width: 900px) {
  .stories.featured.fsPostElement article {
    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;
  }
}

.stories.featured.fsPostElement .content-image {
  background-position: center center;
  background-size: cover;
}

@media (max-width: 899px) {
  .stories.featured.fsPostElement .content-image {
    background: none !important;
  }
}

@media (min-width: 900px) {
  .stories.featured.fsPostElement .content-image {
    width: 57.62712%;
  }
}

.stories.featured.fsPostElement .fsThumbnail {
  display: block;
  margin-bottom: 0;
  width: 100%;
  max-width: none !important;
}

.stories.featured.fsPostElement .fsThumbnail img,
.stories.featured.fsPostElement .fsThumbnail .fsCroppedImage {
  display: block;
}

@media (min-width: 900px) {
  .stories.featured.fsPostElement .fsThumbnail img,
  .stories.featured.fsPostElement .fsThumbnail .fsCroppedImage {
    display: none;
  }
}

.stories.featured.fsPostElement .content-wrapper {
  padding: 39px 37px 50px;
}

@media (min-width: 900px) {
  .stories.featured.fsPostElement .content-wrapper {
    width: 42.37288%;
  }
}

.stories.featured.fsPostElement .fsTitle {
  margin-bottom: 36px;
  color: #585858;
  font-size: 37px;
  line-height: 44px;
  font-family: "IBM Plex Serif", Georgia, serif;
  font-weight: normal;
}

.stories.featured.fsPostElement .fsTitle a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.stories.featured.fsPostElement .fsSummary:last-child {
  margin-bottom: 0;
}

.stories.featured.fsPostElement .fsReadMoreLink {
  display: inline-block;
  margin: 0 0 10px;
  min-width: 220px;
  padding: 15px 17px 14px;
  border: 3px solid #585858;
  border-radius: 0;
  color: #585858;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.3px;
  background: transparent;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  min-width: 0;
  margin-top: 21px;
  margin-bottom: 0;
  padding: 15px 33px 14px;
}

.stories.featured.fsPostElement .fsReadMoreLink:hover,
.stories.featured.fsPostElement .fsReadMoreLink:focus,
.fsStateSelected .stories.featured.fsPostElement .fsReadMoreLink,
.stories.featured.fsPostElement .fsReadMoreLink.on {
  border-color: #585858;
  color: #ffffff;
  text-decoration: none;
  background: #585858;
}

.stories.featured.fsPostElement .fsReadMoreLink em {
  display: block;
  margin-top: -2px;
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 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;
  }
}