@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&amp;family=League+Spartan:wght@100..900&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&amp;family=League+Spartan:wght@100..900&amp;display=swap);

@font-face {
    font-family: "IcoMoon";
    src: url(fonts/icomoon.eot);
    src: url(fonts/icomoond41d.eot?#iefix) 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#IcoMoon) format("svg");
    font-weight: 400;
    font-style: normal
}

/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
/*! helpers - box-model v0.0.1 */
/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*! helpers - typography v0.0.1 */
.button-0 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #f5f5f5 !important;
    background: #f5f5f5;
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-0:hover,
.button-0:focus,
.fsStateSelected .button-0,
.button-0.on {
    border-color: #e5e5e5 !important;
    background: #e5e5e5;
    color: #262626;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-0.full-width {
    width: 100%;
    max-width: unset
}

.button-1 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid var(--primary-color, #404040) !important;
    background: var(--primary-color, #404040);
    color: #fff;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-1:hover,
.button-1:focus,
.fsStateSelected .button-1,
.button-1.on {
    border-color: var(--primary-color, #404040) !important;
    background: #fff;
    color: var(--primary-color, #404040);
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-1.full-width {
    width: 100%;
    max-width: unset
}

.button-2 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid var(--primary-color, #404040) !important;
    background: rgba(0, 0, 0, 0);
    color: var(--primary-color, #404040);
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-2:hover,
.button-2:focus,
.fsStateSelected .button-2,
.button-2.on {
    border-color: var(--primary-color, #404040) !important;
    background: var(--primary-color, #404040);
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-2.full-width {
    width: 100%;
    max-width: unset
}

.button-3 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #262626 !important;
    background: #262626;
    color: #fff;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-3:hover,
.button-3:focus,
.fsStateSelected .button-3,
.button-3.on {
    border-color: #262626 !important;
    background: #fff;
    color: #262626;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-3.full-width {
    width: 100%;
    max-width: unset
}

.button-4 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #262626 !important;
    background: rgba(0, 0, 0, 0);
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-4:hover,
.button-4:focus,
.fsStateSelected .button-4,
.button-4.on {
    border-color: #262626 !important;
    background: #262626;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-4.full-width {
    width: 100%;
    max-width: unset
}

.button-5 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid var(--secondary-color, #A3A3A3) !important;
    background: var(--secondary-color, #A3A3A3);
    color: #fff;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-5:hover,
.button-5:focus,
.fsStateSelected .button-5,
.button-5.on {
    border-color: var(--secondary-color, #A3A3A3) !important;
    background: #fff;
    color: #262626;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-5.full-width {
    width: 100%;
    max-width: unset
}

.button-6 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid var(--secondary-color, #A3A3A3) !important;
    background: rgba(0, 0, 0, 0);
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-6:hover,
.button-6:focus,
.fsStateSelected .button-6,
.button-6.on {
    border-color: var(--secondary-color, #A3A3A3) !important;
    background: var(--secondary-color, #A3A3A3);
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-6.full-width {
    width: 100%;
    max-width: unset
}

.button-7 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #d02244 !important;
    background: #d02244;
    color: #fff;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-7:hover,
.button-7:focus,
.fsStateSelected .button-7,
.button-7.on {
    border-color: #d02244 !important;
    background: #fff;
    color: #d02244;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-7.full-width {
    width: 100%;
    max-width: unset
}

.button-8 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #d02244 !important;
    background: rgba(0, 0, 0, 0);
    color: #d02244;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-8:hover,
.button-8:focus,
.fsStateSelected .button-8,
.button-8.on {
    border-color: #d02244 !important;
    background: #d02244;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-8.full-width {
    width: 100%;
    max-width: unset
}

.button-9 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #555050 !important;
    background: #555050;
    color: #fff;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-9:hover,
.button-9:focus,
.fsStateSelected .button-9,
.button-9.on {
    border-color: #555050 !important;
    background: #fff;
    color: #262626;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-9.full-width {
    width: 100%;
    max-width: unset
}

.button-10 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #555050 !important;
    background: rgba(0, 0, 0, 0);
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-10:hover,
.button-10:focus,
.fsStateSelected .button-10,
.button-10.on {
    border-color: #555050 !important;
    background: #555050;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-10.full-width {
    width: 100%;
    max-width: unset
}

.button-11 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #b3acac !important;
    background: #b3acac;
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-11:hover,
.button-11:focus,
.fsStateSelected .button-11,
.button-11.on {
    border-color: #b3acac !important;
    background: #fff;
    color: #262626;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-11.full-width {
    width: 100%;
    max-width: unset
}

.button-12 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #b3acac !important;
    background: rgba(0, 0, 0, 0);
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-12:hover,
.button-12:focus,
.fsStateSelected .button-12,
.button-12.on {
    border-color: #b3acac !important;
    background: #b3acac;
    color: #262626;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-12.full-width {
    width: 100%;
    max-width: unset
}

.button-13 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #e5e5e5 !important;
    background: #e5e5e5;
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-13:hover,
.button-13:focus,
.fsStateSelected .button-13,
.button-13.on {
    border-color: #727272 !important;
    background: #fff;
    color: #727272;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-13.full-width {
    width: 100%;
    max-width: unset
}

.button-14 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #727272 !important;
    background: rgba(0, 0, 0, 0);
    color: #727272;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-14:hover,
.button-14:focus,
.fsStateSelected .button-14,
.button-14.on {
    border-color: #e5e5e5 !important;
    background: #e5e5e5;
    color: #262626;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-14.full-width {
    width: 100%;
    max-width: unset
}

.button-large {
    padding: 24px !important;
    font-size: 18px !important;
    line-height: 1.33 !important;
    letter-spacing: 1px !important;
    border-radius: 75px !important
}

.button-large em {
    display: block;
    margin-top: 4px;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    font-style: normal;
    font-family: "League Spartan", sans-serif
}

.button-dark {
    background-color: var(--primary-color, #404040);
    padding: 20px
}

.button-dark h2,
.button-dark h3,
.button-dark h4,
.button-dark h5,
.button-dark h6 {
    color: #fff
}

.button-on-dark-1 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #fff !important;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-on-dark-1:hover,
.button-on-dark-1:focus,
.fsStateSelected .button-on-dark-1,
.button-on-dark-1.on {
    border-color: #fff !important;
    background: #fff;
    color: var(--primary-color, #404040);
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-on-dark-1.full-width {
    width: 100%;
    max-width: unset
}

.button-on-dark-2 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #fff !important;
    background: #fff;
    color: var(--primary-color, #404040);
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-on-dark-2:hover,
.button-on-dark-2:focus,
.fsStateSelected .button-on-dark-2,
.button-on-dark-2.on {
    border-color: #fff !important;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-on-dark-2.full-width {
    width: 100%;
    max-width: unset
}

.download-button,
.external-button {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #d4d4d4 !important;
    background: #f5f5f5;
    color: #525252;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all;
    padding: 16px 30px 16px 55px;
    text-transform: none;
    letter-spacing: normal;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500
}

.download-button:hover,
.download-button:focus,
.fsStateSelected .download-button,
.download-button.on,
.external-button:hover,
.external-button:focus,
.fsStateSelected .external-button,
.external-button.on {
    border-color: #d4d4d4 !important;
    background: #e5e5e5;
    color: #262626;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.download-button.full-width,
.external-button.full-width {
    width: 100%;
    max-width: unset
}

.download-button:before,
.external-button:before {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 16px;
    margin: 0px;
    color: var(--primary-color, #404040);
    font-style: normal
}

.download-button:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.external-button:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.fsStyleDefaultButton {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #f5f5f5 !important;
    background: #f5f5f5;
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
    border-color: #e5e5e5 !important;
    background: #e5e5e5;
    color: #262626;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.fsStyleDefaultButton.full-width {
    width: 100%;
    max-width: unset
}

.fsStyleDefaultButton.fsLoadMoreButton {
    margin: 40px 0 0
}

@media(min-width: 1000px) {

    .fsBannerLeft .fsStyleDefaultButton.fsLoadMoreButton,
    .fsBannerRight .fsStyleDefaultButton.fsLoadMoreButton,
    .fsStyleOneThird .fsStyleDefaultButton.fsLoadMoreButton,
    .fsTwoColumnLayout .fsStyleDefaultButton.fsLoadMoreButton,
    .fsThreeColumnLayout>.fsDiv .fsStyleDefaultButton.fsLoadMoreButton,
    .fsFourColumnLayout>.fsDiv .fsStyleDefaultButton.fsLoadMoreButton,
    .fsConstituentColumnLayout_3 .fsStyleDefaultButton.fsLoadMoreButton,
    .fsConstituentColumnLayout_4 .fsStyleDefaultButton.fsLoadMoreButton {
        max-width: 100%;
        width: 100%
    }
}

.fsStyleDefaultButton.fsSelectAll {
    margin-bottom: 5px;
    padding: 7px 12px;
    font-size: .875em;
    line-height: 1.2
}

.fsStyleUpdateButton {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #f5f5f5 !important;
    background: #f5f5f5;
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
    border-color: #e5e5e5 !important;
    background: #e5e5e5;
    color: #262626;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.fsStyleUpdateButton.full-width {
    width: 100%;
    max-width: unset
}

.fsStyleUpdateButton:hover:not([disabled]) {
    background-color: #e5e5e5
}

.fsAccount input[type=submit] {
    border-style: solid
}

.j-paginate.juicer-button,
.fsFeeds .j-paginate.juicer-button {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #f5f5f5 !important;
    background: #f5f5f5;
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all;
    width: auto;
    margin-top: 40px;
    display: table;
    margin-left: auto;
    margin-right: auto
}

.j-paginate.juicer-button:hover,
.j-paginate.juicer-button:focus,
.fsStateSelected .j-paginate.juicer-button,
.j-paginate.juicer-button.on,
.fsFeeds .j-paginate.juicer-button:hover,
.fsFeeds .j-paginate.juicer-button:focus,
.fsStateSelected .fsFeeds .j-paginate.juicer-button,
.fsFeeds .j-paginate.juicer-button.on {
    border-color: #e5e5e5 !important;
    background: #e5e5e5;
    color: #262626;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.j-paginate.juicer-button.full-width,
.fsFeeds .j-paginate.juicer-button.full-width {
    width: 100%;
    max-width: unset
}

@font-face {
    font-family: "bpa-font-icons";
    src: url(fonts/bpa-icon-library.eot);
    src: url(fonts/bpa-icon-libraryd41d.eot?#iefix) format("embedded-opentype"), url(fonts/bpa-icon-library.woff2) format("woff2"), url(fonts/bpa-icon-library.woff) format("woff"), url(fonts/bpa-icon-library.ttf) format("truetype"), url(fonts/bpa-icon-library.svg#IcoMoon) format("svg");
    font-weight: 400;
    font-style: normal
}

.icon-library .fsElement .fsElementTitle {
    text-transform: lowercase;
    font-family: "League Spartan", sans-serif;
    font-size: 26px;
    line-height: 1.4
}

.icon-library .fsElement::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.icon-library .fsElement>header .fsElementHeaderContent,
.icon-library .fsElement>footer {
    display: none
}

.icon-library .fsElement.icon-add-user:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-alumni:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-apple:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-apply:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-backpack:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-badge:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-bar-graph:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-baseball:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-block:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-book-stack:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-book:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-brainstorm:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-briefcase:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-bullhorn:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-bus:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-calendar:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-camera:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-certificate:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-chat-alt:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-chat:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-check:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-chess:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-church:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-city:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-classroom:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-cleat:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-clock:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-college:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-connected-users:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-construction:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-credit-card:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-cross:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-diagram:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-diploma:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-directory:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-diversity:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-droplet:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-email:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-family:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-faq:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-flag:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-folder:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-football:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-gift:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-global-diversity:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-globe:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-google-classroom:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-graduation:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-group-alt:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-group:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-handshake:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-heart-hand-alt:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-heart-hand:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-heart:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-info:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-interactive:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-jersey:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-laurel:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-leader:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-leaf:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-lightbulb:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-link:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-location:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-lock:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-map:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-medal:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-medical:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-menu:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-microphone-alt:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-microphone:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-microscope:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-mobile-phone:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-money:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-music:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-name-badge:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-newspaper:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-open-door:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-paint:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-parent:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-park:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-party:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-pencil:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-phone:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-picture:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-pie-chart:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-piggy-bank:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-ping-pong:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-plate:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-playground:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-podium:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-question:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-rain:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-reading-alt:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-reading:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-report-card:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-robot:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-school:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-screens:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-settings:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-shield-police:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-snowflake:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-soccer:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-star-david:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-star:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-store:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-sun:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-task:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-teacher:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-teamwork:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-theatre:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-thumbs-up:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-tools:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-translate:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-tree:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-trophy:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-user:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-video:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-virus:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-warning:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-wheelchair:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-add-user-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-alumni-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-apple-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-apply-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-backpack-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-badge-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-bar-graph-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-baseball-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-block-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-book-stack-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-book-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-brainstorm-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-briefcase-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-bullhorn-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-bus-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-calendar-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-camera-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-certificate-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-chat-alt-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-chat-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-check-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-chess-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-church-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-city-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-classroom-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-cleat-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-clock-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-college-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-connected-users-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-construction-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-credit-card-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-cross-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-diagram-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-diploma-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-directory-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-diversity-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-droplet-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-email-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-family-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-faq-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-flag-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-folder-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-football-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-gift-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-global-diversity-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-globe-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-google-classroom-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-graduation-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-group-alt-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-group-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-handshake-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-heart-hand-alt-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-heart-hand-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-heart-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-info-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-interactive-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-jersey-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-laurel-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-leader-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-leaf-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-lightbulb-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-link-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-location-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-lock-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-map-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-medal-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-medical-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-menu-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-microphone-alt-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-microphone-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-microscope-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-mobile-phone-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-money-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-music-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-name-badge-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-newspaper-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-open-door-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-paint-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-parent-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-park-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-party-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-pencil-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-phone-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-picture-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-pie-chart-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-piggy-bank-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-ping-pong-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-plate-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-playground-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-podium-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-question-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-rain-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-reading-alt-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-reading-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-report-card-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-robot-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-school-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-screens-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-settings-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-shield-police-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-snowflake-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-soccer-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-star-david-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-star-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-store-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-sun-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-task-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-teacher-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-teamwork-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-theatre-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-thumbs-up-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-tools-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-translate-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-tree-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-trophy-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-user-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-video-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-virus-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-warning-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-wheelchair-solid:before {
    content: "" !important;
    font-size: 40px
}

.search-icons-nav .fsNavLevel1 li.icon-add-user::before,
.icons-navigation .fsNavLevel1 li.icon-add-user a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-alumni::before,
.icons-navigation .fsNavLevel1 li.icon-alumni a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-apple::before,
.icons-navigation .fsNavLevel1 li.icon-apple a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-apply::before,
.icons-navigation .fsNavLevel1 li.icon-apply a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-backpack::before,
.icons-navigation .fsNavLevel1 li.icon-backpack a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-badge::before,
.icons-navigation .fsNavLevel1 li.icon-badge a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-bar-graph::before,
.icons-navigation .fsNavLevel1 li.icon-bar-graph a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-baseball::before,
.icons-navigation .fsNavLevel1 li.icon-baseball a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-block::before,
.icons-navigation .fsNavLevel1 li.icon-block a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-book-stack::before,
.icons-navigation .fsNavLevel1 li.icon-book-stack a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-book::before,
.icons-navigation .fsNavLevel1 li.icon-book a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-brainstorm::before,
.icons-navigation .fsNavLevel1 li.icon-brainstorm a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-briefcase::before,
.icons-navigation .fsNavLevel1 li.icon-briefcase a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-bullhorn::before,
.icons-navigation .fsNavLevel1 li.icon-bullhorn a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-bus::before,
.icons-navigation .fsNavLevel1 li.icon-bus a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-calendar::before,
.icons-navigation .fsNavLevel1 li.icon-calendar a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-camera::before,
.icons-navigation .fsNavLevel1 li.icon-camera a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-certificate::before,
.icons-navigation .fsNavLevel1 li.icon-certificate a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-chat-alt::before,
.icons-navigation .fsNavLevel1 li.icon-chat-alt a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-chat::before,
.icons-navigation .fsNavLevel1 li.icon-chat a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-check::before,
.icons-navigation .fsNavLevel1 li.icon-check a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-chess::before,
.icons-navigation .fsNavLevel1 li.icon-chess a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-church::before,
.icons-navigation .fsNavLevel1 li.icon-church a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-city::before,
.icons-navigation .fsNavLevel1 li.icon-city a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-classroom::before,
.icons-navigation .fsNavLevel1 li.icon-classroom a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-cleat::before,
.icons-navigation .fsNavLevel1 li.icon-cleat a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-clock::before,
.icons-navigation .fsNavLevel1 li.icon-clock a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-college::before,
.icons-navigation .fsNavLevel1 li.icon-college a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-connected-users::before,
.icons-navigation .fsNavLevel1 li.icon-connected-users a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-construction::before,
.icons-navigation .fsNavLevel1 li.icon-construction a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-credit-card::before,
.icons-navigation .fsNavLevel1 li.icon-credit-card a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-cross::before,
.icons-navigation .fsNavLevel1 li.icon-cross a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-diagram::before,
.icons-navigation .fsNavLevel1 li.icon-diagram a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-diploma::before,
.icons-navigation .fsNavLevel1 li.icon-diploma a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-directory::before,
.icons-navigation .fsNavLevel1 li.icon-directory a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-diversity::before,
.icons-navigation .fsNavLevel1 li.icon-diversity a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-droplet::before,
.icons-navigation .fsNavLevel1 li.icon-droplet a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-email::before,
.icons-navigation .fsNavLevel1 li.icon-email a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-family::before,
.icons-navigation .fsNavLevel1 li.icon-family a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-faq::before,
.icons-navigation .fsNavLevel1 li.icon-faq a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-flag::before,
.icons-navigation .fsNavLevel1 li.icon-flag a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-folder::before,
.icons-navigation .fsNavLevel1 li.icon-folder a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-football::before,
.icons-navigation .fsNavLevel1 li.icon-football a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-gift::before,
.icons-navigation .fsNavLevel1 li.icon-gift a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-global-diversity::before,
.icons-navigation .fsNavLevel1 li.icon-global-diversity a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-globe::before,
.icons-navigation .fsNavLevel1 li.icon-globe a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-google-classroom::before,
.icons-navigation .fsNavLevel1 li.icon-google-classroom a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-graduation::before,
.icons-navigation .fsNavLevel1 li.icon-graduation a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-group-alt::before,
.icons-navigation .fsNavLevel1 li.icon-group-alt a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-group::before,
.icons-navigation .fsNavLevel1 li.icon-group a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-handshake::before,
.icons-navigation .fsNavLevel1 li.icon-handshake a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-heart-hand-alt::before,
.icons-navigation .fsNavLevel1 li.icon-heart-hand-alt a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-heart-hand::before,
.icons-navigation .fsNavLevel1 li.icon-heart-hand a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-heart::before,
.icons-navigation .fsNavLevel1 li.icon-heart a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-info::before,
.icons-navigation .fsNavLevel1 li.icon-info a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-interactive::before,
.icons-navigation .fsNavLevel1 li.icon-interactive a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-jersey::before,
.icons-navigation .fsNavLevel1 li.icon-jersey a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-laurel::before,
.icons-navigation .fsNavLevel1 li.icon-laurel a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-leader::before,
.icons-navigation .fsNavLevel1 li.icon-leader a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-leaf::before,
.icons-navigation .fsNavLevel1 li.icon-leaf a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-lightbulb::before,
.icons-navigation .fsNavLevel1 li.icon-lightbulb a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-link::before,
.icons-navigation .fsNavLevel1 li.icon-link a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-location::before,
.icons-navigation .fsNavLevel1 li.icon-location a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-lock::before,
.icons-navigation .fsNavLevel1 li.icon-lock a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-map::before,
.icons-navigation .fsNavLevel1 li.icon-map a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-medal::before,
.icons-navigation .fsNavLevel1 li.icon-medal a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-medical::before,
.icons-navigation .fsNavLevel1 li.icon-medical a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-menu::before,
.icons-navigation .fsNavLevel1 li.icon-menu a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-microphone-alt::before,
.icons-navigation .fsNavLevel1 li.icon-microphone-alt a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-microphone::before,
.icons-navigation .fsNavLevel1 li.icon-microphone a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-microscope::before,
.icons-navigation .fsNavLevel1 li.icon-microscope a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-mobile-phone::before,
.icons-navigation .fsNavLevel1 li.icon-mobile-phone a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-money::before,
.icons-navigation .fsNavLevel1 li.icon-money a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-music::before,
.icons-navigation .fsNavLevel1 li.icon-music a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-name-badge::before,
.icons-navigation .fsNavLevel1 li.icon-name-badge a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-newspaper::before,
.icons-navigation .fsNavLevel1 li.icon-newspaper a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-open-door::before,
.icons-navigation .fsNavLevel1 li.icon-open-door a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-paint::before,
.icons-navigation .fsNavLevel1 li.icon-paint a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-parent::before,
.icons-navigation .fsNavLevel1 li.icon-parent a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-park::before,
.icons-navigation .fsNavLevel1 li.icon-park a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-party::before,
.icons-navigation .fsNavLevel1 li.icon-party a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-pencil::before,
.icons-navigation .fsNavLevel1 li.icon-pencil a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-phone::before,
.icons-navigation .fsNavLevel1 li.icon-phone a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-picture::before,
.icons-navigation .fsNavLevel1 li.icon-picture a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-pie-chart::before,
.icons-navigation .fsNavLevel1 li.icon-pie-chart a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-piggy-bank::before,
.icons-navigation .fsNavLevel1 li.icon-piggy-bank a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-ping-pong::before,
.icons-navigation .fsNavLevel1 li.icon-ping-pong a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-plate::before,
.icons-navigation .fsNavLevel1 li.icon-plate a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-playground::before,
.icons-navigation .fsNavLevel1 li.icon-playground a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-podium::before,
.icons-navigation .fsNavLevel1 li.icon-podium a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-question::before,
.icons-navigation .fsNavLevel1 li.icon-question a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-rain::before,
.icons-navigation .fsNavLevel1 li.icon-rain a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-reading-alt::before,
.icons-navigation .fsNavLevel1 li.icon-reading-alt a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-reading::before,
.icons-navigation .fsNavLevel1 li.icon-reading a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-report-card::before,
.icons-navigation .fsNavLevel1 li.icon-report-card a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-robot::before,
.icons-navigation .fsNavLevel1 li.icon-robot a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-school::before,
.icons-navigation .fsNavLevel1 li.icon-school a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-screens::before,
.icons-navigation .fsNavLevel1 li.icon-screens a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-settings::before,
.icons-navigation .fsNavLevel1 li.icon-settings a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-shield-police::before,
.icons-navigation .fsNavLevel1 li.icon-shield-police a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-snowflake::before,
.icons-navigation .fsNavLevel1 li.icon-snowflake a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-soccer::before,
.icons-navigation .fsNavLevel1 li.icon-soccer a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-star-david::before,
.icons-navigation .fsNavLevel1 li.icon-star-david a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-star::before,
.icons-navigation .fsNavLevel1 li.icon-star a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-store::before,
.icons-navigation .fsNavLevel1 li.icon-store a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-sun::before,
.icons-navigation .fsNavLevel1 li.icon-sun a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-task::before,
.icons-navigation .fsNavLevel1 li.icon-task a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-teacher::before,
.icons-navigation .fsNavLevel1 li.icon-teacher a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-teamwork::before,
.icons-navigation .fsNavLevel1 li.icon-teamwork a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-theatre::before,
.icons-navigation .fsNavLevel1 li.icon-theatre a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-thumbs-up::before,
.icons-navigation .fsNavLevel1 li.icon-thumbs-up a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-tools::before,
.icons-navigation .fsNavLevel1 li.icon-tools a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-translate::before,
.icons-navigation .fsNavLevel1 li.icon-translate a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-tree::before,
.icons-navigation .fsNavLevel1 li.icon-tree a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-trophy::before,
.icons-navigation .fsNavLevel1 li.icon-trophy a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-user::before,
.icons-navigation .fsNavLevel1 li.icon-user a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-video::before,
.icons-navigation .fsNavLevel1 li.icon-video a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-virus::before,
.icons-navigation .fsNavLevel1 li.icon-virus a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-warning::before,
.icons-navigation .fsNavLevel1 li.icon-warning a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-wheelchair::before,
.icons-navigation .fsNavLevel1 li.icon-wheelchair a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-add-user-solid::before,
.icons-navigation .fsNavLevel1 li.icon-add-user-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-alumni-solid::before,
.icons-navigation .fsNavLevel1 li.icon-alumni-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-apple-solid::before,
.icons-navigation .fsNavLevel1 li.icon-apple-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-apply-solid::before,
.icons-navigation .fsNavLevel1 li.icon-apply-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-backpack-solid::before,
.icons-navigation .fsNavLevel1 li.icon-backpack-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-badge-solid::before,
.icons-navigation .fsNavLevel1 li.icon-badge-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-bar-graph-solid::before,
.icons-navigation .fsNavLevel1 li.icon-bar-graph-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-baseball-solid::before,
.icons-navigation .fsNavLevel1 li.icon-baseball-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-block-solid::before,
.icons-navigation .fsNavLevel1 li.icon-block-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-book-stack-solid::before,
.icons-navigation .fsNavLevel1 li.icon-book-stack-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-book-solid::before,
.icons-navigation .fsNavLevel1 li.icon-book-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-brainstorm-solid::before,
.icons-navigation .fsNavLevel1 li.icon-brainstorm-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-briefcase-solid::before,
.icons-navigation .fsNavLevel1 li.icon-briefcase-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-bullhorn-solid::before,
.icons-navigation .fsNavLevel1 li.icon-bullhorn-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-bus-solid::before,
.icons-navigation .fsNavLevel1 li.icon-bus-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-calendar-solid::before,
.icons-navigation .fsNavLevel1 li.icon-calendar-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-camera-solid::before,
.icons-navigation .fsNavLevel1 li.icon-camera-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-certificate-solid::before,
.icons-navigation .fsNavLevel1 li.icon-certificate-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-chat-alt-solid::before,
.icons-navigation .fsNavLevel1 li.icon-chat-alt-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-chat-solid::before,
.icons-navigation .fsNavLevel1 li.icon-chat-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-check-solid::before,
.icons-navigation .fsNavLevel1 li.icon-check-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-chess-solid::before,
.icons-navigation .fsNavLevel1 li.icon-chess-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-church-solid::before,
.icons-navigation .fsNavLevel1 li.icon-church-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-city-solid::before,
.icons-navigation .fsNavLevel1 li.icon-city-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-classroom-solid::before,
.icons-navigation .fsNavLevel1 li.icon-classroom-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-cleat-solid::before,
.icons-navigation .fsNavLevel1 li.icon-cleat-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-clock-solid::before,
.icons-navigation .fsNavLevel1 li.icon-clock-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-college-solid::before,
.icons-navigation .fsNavLevel1 li.icon-college-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-connected-users-solid::before,
.icons-navigation .fsNavLevel1 li.icon-connected-users-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-construction-solid::before,
.icons-navigation .fsNavLevel1 li.icon-construction-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-credit-card-solid::before,
.icons-navigation .fsNavLevel1 li.icon-credit-card-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-cross-solid::before,
.icons-navigation .fsNavLevel1 li.icon-cross-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-diagram-solid::before,
.icons-navigation .fsNavLevel1 li.icon-diagram-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-diploma-solid::before,
.icons-navigation .fsNavLevel1 li.icon-diploma-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-directory-solid::before,
.icons-navigation .fsNavLevel1 li.icon-directory-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-diversity-solid::before,
.icons-navigation .fsNavLevel1 li.icon-diversity-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-droplet-solid::before,
.icons-navigation .fsNavLevel1 li.icon-droplet-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-email-solid::before,
.icons-navigation .fsNavLevel1 li.icon-email-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-family-solid::before,
.icons-navigation .fsNavLevel1 li.icon-family-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-faq-solid::before,
.icons-navigation .fsNavLevel1 li.icon-faq-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-flag-solid::before,
.icons-navigation .fsNavLevel1 li.icon-flag-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-folder-solid::before,
.icons-navigation .fsNavLevel1 li.icon-folder-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-football-solid::before,
.icons-navigation .fsNavLevel1 li.icon-football-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-gift-solid::before,
.icons-navigation .fsNavLevel1 li.icon-gift-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-global-diversity-solid::before,
.icons-navigation .fsNavLevel1 li.icon-global-diversity-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-globe-solid::before,
.icons-navigation .fsNavLevel1 li.icon-globe-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-google-classroom-solid::before,
.icons-navigation .fsNavLevel1 li.icon-google-classroom-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-graduation-solid::before,
.icons-navigation .fsNavLevel1 li.icon-graduation-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-group-alt-solid::before,
.icons-navigation .fsNavLevel1 li.icon-group-alt-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-group-solid::before,
.icons-navigation .fsNavLevel1 li.icon-group-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-handshake-solid::before,
.icons-navigation .fsNavLevel1 li.icon-handshake-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-heart-hand-alt-solid::before,
.icons-navigation .fsNavLevel1 li.icon-heart-hand-alt-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-heart-hand-solid::before,
.icons-navigation .fsNavLevel1 li.icon-heart-hand-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-heart-solid::before,
.icons-navigation .fsNavLevel1 li.icon-heart-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-info-solid::before,
.icons-navigation .fsNavLevel1 li.icon-info-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-interactive-solid::before,
.icons-navigation .fsNavLevel1 li.icon-interactive-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-jersey-solid::before,
.icons-navigation .fsNavLevel1 li.icon-jersey-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-laurel-solid::before,
.icons-navigation .fsNavLevel1 li.icon-laurel-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-leader-solid::before,
.icons-navigation .fsNavLevel1 li.icon-leader-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-leaf-solid::before,
.icons-navigation .fsNavLevel1 li.icon-leaf-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-lightbulb-solid::before,
.icons-navigation .fsNavLevel1 li.icon-lightbulb-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-link-solid::before,
.icons-navigation .fsNavLevel1 li.icon-link-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-location-solid::before,
.icons-navigation .fsNavLevel1 li.icon-location-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-lock-solid::before,
.icons-navigation .fsNavLevel1 li.icon-lock-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-map-solid::before,
.icons-navigation .fsNavLevel1 li.icon-map-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-medal-solid::before,
.icons-navigation .fsNavLevel1 li.icon-medal-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-medical-solid::before,
.icons-navigation .fsNavLevel1 li.icon-medical-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-menu-solid::before,
.icons-navigation .fsNavLevel1 li.icon-menu-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-microphone-alt-solid::before,
.icons-navigation .fsNavLevel1 li.icon-microphone-alt-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-microphone-solid::before,
.icons-navigation .fsNavLevel1 li.icon-microphone-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-microscope-solid::before,
.icons-navigation .fsNavLevel1 li.icon-microscope-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-mobile-phone-solid::before,
.icons-navigation .fsNavLevel1 li.icon-mobile-phone-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-money-solid::before,
.icons-navigation .fsNavLevel1 li.icon-money-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-music-solid::before,
.icons-navigation .fsNavLevel1 li.icon-music-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-name-badge-solid::before,
.icons-navigation .fsNavLevel1 li.icon-name-badge-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-newspaper-solid::before,
.icons-navigation .fsNavLevel1 li.icon-newspaper-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-open-door-solid::before,
.icons-navigation .fsNavLevel1 li.icon-open-door-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-paint-solid::before,
.icons-navigation .fsNavLevel1 li.icon-paint-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-parent-solid::before,
.icons-navigation .fsNavLevel1 li.icon-parent-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-park-solid::before,
.icons-navigation .fsNavLevel1 li.icon-park-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-party-solid::before,
.icons-navigation .fsNavLevel1 li.icon-party-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-pencil-solid::before,
.icons-navigation .fsNavLevel1 li.icon-pencil-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-phone-solid::before,
.icons-navigation .fsNavLevel1 li.icon-phone-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-picture-solid::before,
.icons-navigation .fsNavLevel1 li.icon-picture-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-pie-chart-solid::before,
.icons-navigation .fsNavLevel1 li.icon-pie-chart-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-piggy-bank-solid::before,
.icons-navigation .fsNavLevel1 li.icon-piggy-bank-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-ping-pong-solid::before,
.icons-navigation .fsNavLevel1 li.icon-ping-pong-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-plate-solid::before,
.icons-navigation .fsNavLevel1 li.icon-plate-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-playground-solid::before,
.icons-navigation .fsNavLevel1 li.icon-playground-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-podium-solid::before,
.icons-navigation .fsNavLevel1 li.icon-podium-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-question-solid::before,
.icons-navigation .fsNavLevel1 li.icon-question-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-rain-solid::before,
.icons-navigation .fsNavLevel1 li.icon-rain-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-reading-alt-solid::before,
.icons-navigation .fsNavLevel1 li.icon-reading-alt-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-reading-solid::before,
.icons-navigation .fsNavLevel1 li.icon-reading-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-report-card-solid::before,
.icons-navigation .fsNavLevel1 li.icon-report-card-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-robot-solid::before,
.icons-navigation .fsNavLevel1 li.icon-robot-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-school-solid::before,
.icons-navigation .fsNavLevel1 li.icon-school-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-screens-solid::before,
.icons-navigation .fsNavLevel1 li.icon-screens-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-settings-solid::before,
.icons-navigation .fsNavLevel1 li.icon-settings-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-shield-police-solid::before,
.icons-navigation .fsNavLevel1 li.icon-shield-police-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-snowflake-solid::before,
.icons-navigation .fsNavLevel1 li.icon-snowflake-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-soccer-solid::before,
.icons-navigation .fsNavLevel1 li.icon-soccer-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-star-david-solid::before,
.icons-navigation .fsNavLevel1 li.icon-star-david-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-star-solid::before,
.icons-navigation .fsNavLevel1 li.icon-star-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-store-solid::before,
.icons-navigation .fsNavLevel1 li.icon-store-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-sun-solid::before,
.icons-navigation .fsNavLevel1 li.icon-sun-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-task-solid::before,
.icons-navigation .fsNavLevel1 li.icon-task-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-teacher-solid::before,
.icons-navigation .fsNavLevel1 li.icon-teacher-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-teamwork-solid::before,
.icons-navigation .fsNavLevel1 li.icon-teamwork-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-theatre-solid::before,
.icons-navigation .fsNavLevel1 li.icon-theatre-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-thumbs-up-solid::before,
.icons-navigation .fsNavLevel1 li.icon-thumbs-up-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-tools-solid::before,
.icons-navigation .fsNavLevel1 li.icon-tools-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-translate-solid::before,
.icons-navigation .fsNavLevel1 li.icon-translate-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-tree-solid::before,
.icons-navigation .fsNavLevel1 li.icon-tree-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-trophy-solid::before,
.icons-navigation .fsNavLevel1 li.icon-trophy-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-user-solid::before,
.icons-navigation .fsNavLevel1 li.icon-user-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-video-solid::before,
.icons-navigation .fsNavLevel1 li.icon-video-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-virus-solid::before,
.icons-navigation .fsNavLevel1 li.icon-virus-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-warning-solid::before,
.icons-navigation .fsNavLevel1 li.icon-warning-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-wheelchair-solid::before,
.icons-navigation .fsNavLevel1 li.icon-wheelchair-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.compartment {
    position: relative;
    margin: 0 auto;
    max-width: 1180px
}

.margin-x {
    margin-right: .9523809524em;
    margin-left: .9523809524em
}

.margin-x-2x {
    margin-right: 1.9047619048em;
    margin-left: 1.9047619048em
}

.margin-y {
    margin-top: .9523809524em;
    margin-bottom: .9523809524em
}

.margin-y-2x {
    margin-top: 1.9047619048em;
    margin-bottom: 1.9047619048em
}

.padding-x {
    padding-right: .9523809524em;
    padding-left: .9523809524em
}

.padding-x-2x {
    padding-right: 1.9047619048em;
    padding-left: 1.9047619048em
}

.padding-y {
    padding-top: .9523809524em;
    padding-bottom: .9523809524em
}

.padding-y-2x {
    padding-top: 1.9047619048em;
    padding-bottom: 1.9047619048em
}

.stretch-container {
    margin-right: -.9523809524em;
    margin-left: -.9523809524em
}

.cover {
    position: absolute;
    height: 100%;
    width: 100%
}

.fsYoutubeTitle,
.fsVimeoTitle,
.fsAthleticsRosterList li>div.fsRosterName,
.fsTitle {
    margin-top: 0;
    font-weight: 700;
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-size: 1.375rem;
    line-height: 2rem;
    margin-bottom: 20px;
    margin-bottom: 15px;
    color: #525252;
    font-weight: 500
}

p+.fsYoutubeTitle,
p+.fsVimeoTitle,
.fsAthleticsRosterList li>p+div.fsRosterName,
p+.fsTitle {
    margin-top: 40px
}

.\:container\(width\<600px\).fsYoutubeTitle,
.\:container\(width\<600px\).fsVimeoTitle,
.fsAthleticsRosterList li>div.\:container\(width\<600px\).fsRosterName,
.\:container\(width\<600px\).fsTitle {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 10px
}

.fsBanner .fsYoutubeTitle,
.fsBanner .fsVimeoTitle,
.fsBanner .fsAthleticsRosterList li>div.fsRosterName,
.fsAthleticsRosterList .fsBanner li>div.fsRosterName,
.fsBanner .fsTitle,
.fsStyleOneThird .fsYoutubeTitle,
.fsStyleOneThird .fsVimeoTitle,
.fsStyleOneThird .fsAthleticsRosterList li>div.fsRosterName,
.fsAthleticsRosterList .fsStyleOneThird li>div.fsRosterName,
.fsStyleOneThird .fsTitle {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 10px
}

@media(max-width: 999px) {

    .fsYoutubeTitle,
    .fsVimeoTitle,
    .fsAthleticsRosterList li>div.fsRosterName,
    .fsTitle {
        font-size: 1.25rem;
        line-height: 1.75rem;
        margin-bottom: 10px
    }
}

.fsYoutubeTitle:last-child,
.fsVimeoTitle:last-child,
.fsAthleticsRosterList li>div.fsRosterName:last-child,
.fsTitle:last-child {
    margin-bottom: 0
}

.fsYoutubeTitle>a,
.fsVimeoTitle>a,
.fsAthleticsRosterList li>div.fsRosterName>a,
.fsTitle>a {
    color: inherit;
    font-weight: inherit;
    text-decoration: none
}

.fsYoutubeTitle>a:hover,
.fsVimeoTitle>a:hover,
.fsAthleticsRosterList li>div.fsRosterName>a:hover,
.fsTitle>a:hover,
.fsYoutubeTitle>a:focus,
.fsVimeoTitle>a:focus,
.fsAthleticsRosterList li>div.fsRosterName>a:focus,
.fsTitle>a:focus {
    color: var(--primary-color, #404040);
    text-decoration: none
}

h1 {
    margin-top: 0;
    font-weight: 700;
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-size: 3.75rem;
    line-height: 3.75rem;
    margin-bottom: 50px;
    color: var(--primary-color, #404040)
}

p+h1 {
    margin-top: 40px
}

h1.\:container\(width\<600px\) {
    font-size: 2.5rem;
    line-height: 3.25rem;
    margin-bottom: 30px
}

.fsBanner h1,
.fsStyleOneThird h1 {
    font-size: 2.5rem;
    line-height: 3.25rem;
    margin-bottom: 30px
}

@media(max-width: 999px) {
    h1 {
        font-size: 2.5rem;
        line-height: 3.25rem;
        margin-bottom: 30px
    }
}

h2 {
    margin-top: 0;
    font-weight: 700;
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-size: 2.5rem;
    line-height: 2.75rem;
    margin-bottom: 20px;
    color: #525252;
    font-weight: 500
}

p+h2 {
    margin-top: 40px
}

h2.\:container\(width\<600px\) {
    font-size: 2rem;
    line-height: 2.25rem;
    margin-bottom: 10px
}

.fsBanner h2,
.fsStyleOneThird h2 {
    font-size: 2rem;
    line-height: 2.25rem;
    margin-bottom: 10px
}

@media(max-width: 999px) {
    h2 {
        font-size: 2rem;
        line-height: 2.25rem;
        margin-bottom: 10px
    }
}

h3 {
    margin-top: 0;
    font-weight: 700;
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-size: 1.75rem;
    line-height: 2.25rem;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize
}

p+h3 {
    margin-top: 40px
}

h3.\:container\(width\<600px\) {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-bottom: 10px
}

.fsBanner h3,
.fsStyleOneThird h3 {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-bottom: 10px
}

@media(max-width: 999px) {
    h3 {
        font-size: 1.5rem;
        line-height: 2.25rem;
        margin-bottom: 10px
    }
}

h4 {
    margin-top: 0;
    font-weight: 700;
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-size: 1.375rem;
    line-height: 2rem;
    margin-bottom: 20px;
    color: #d02244;
    font-weight: 600;
    letter-spacing: .44px
}

p+h4 {
    margin-top: 40px
}

h4.\:container\(width\<600px\) {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 10px
}

.fsBanner h4,
.fsStyleOneThird h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 10px
}

@media(max-width: 999px) {
    h4 {
        font-size: 1.25rem;
        line-height: 1.75rem;
        margin-bottom: 10px
    }
}

h5 {
    margin-top: 0;
    font-weight: 700;
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: .6px;
    text-transform: uppercase
}

p+h5 {
    margin-top: 40px
}

h5.\:container\(width\<600px\) {
    font-size: 1.0625rem;
    line-height: 1.5rem;
    margin-bottom: 10px
}

.fsBanner h5,
.fsStyleOneThird h5 {
    font-size: 1.0625rem;
    line-height: 1.5rem;
    margin-bottom: 10px
}

@media(max-width: 999px) {
    h5 {
        font-size: 1.0625rem;
        line-height: 1.5rem;
        margin-bottom: 10px
    }
}

h6 {
    margin-top: 0;
    font-weight: 700;
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase
}

p+h6 {
    margin-top: 40px
}

h6.\:container\(width\<600px\) {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 10px
}

.fsBanner h6,
.fsStyleOneThird h6 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 10px
}

@media(max-width: 999px) {
    h6 {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 10px
    }
}

p {
    margin: 0 0 20px
}

body:not(.fsComposeMode) p:last-child {
    margin-bottom: 0
}

hr {
    margin: 0 auto 20px
}

a {
    position: relative;
    color: var(--primary-color, #404040);
    font-weight: 600;
    text-decoration: none;
    background-image: linear-gradient(to right, var(--primary-color, #404040) calc(100% - 10px), #ffffff 0), linear-gradient(to right, var(--primary-color, #404040) 100%);
    background-repeat: no-repeat;
    background-size: 0% 2px, 100% 1px;
    background-position: left 100%, left calc(100% - 1px);
    -webkit-transition: background-size .5s ease, background-image 0s .5s;
    transition: background-size .5s ease, background-image 0s .5s
}

a:hover,
a:focus {
    color: var(--primary-color, #404040);
    background-image: -webkit-gradient(linear, left top, right top, to(var(--primary-color, #404040))), -webkit-gradient(linear, left top, right top, to(var(--primary-color, #404040)));
    background-image: linear-gradient(to right, var(--primary-color, #404040) 100%), linear-gradient(to right, var(--primary-color, #404040) 100%);
    background-size: 100% 2px, 100% 1px
}

a.view-post,
a.fsResourceCollectionLink,
a.fsLocationLink,
a.feed-logo {
    background-image: none
}

a[role=button],
a[role=tab] {
    background-image: none
}

a.feed-logo {
    background-image: none;
    text-decoration: none
}

a.fsReadMoreLink {
    text-underline-offset: 3px
}

.fsNavigation a:hover {
    text-decoration: none
}

.fsNavigation a:focus {
    text-decoration: none
}

ul,
ol {
    margin-top: 0;
    padding-left: 20px
}

img,
canvas,
video,
svg {
    height: auto;
    max-width: 100%
}

iframe {
    border: 0;
    max-width: 100%
}

/*! _main.scss - src/sass/modules/common/ - main common import */
/*! elements - common v0.0.1 */
.fsElement {
    margin-bottom: 60px
}

.fsElement.fsLayout {
    margin-bottom: 40px
}

.fsElement.fsLayout:last-child {
    margin-bottom: 0
}

.fsElement:last-child {
    margin-bottom: 0
}

.fsElementHeaderContent {
    margin-bottom: 20px
}

.fsElementFooterContent {
    margin-top: 20px
}

.fsElementEmpty {
    font-size: 1rem;
    line-height: 1.375;
    font-style: italic;
    color: #171717
}

.fsPanel {
    margin-bottom: 0
}

.fsStyleDefaultField {
    border: solid 1px #e5e5e5
}

/*! elements - common - list subtype v0.0.1 */
.fsList article {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: solid 1px #e5e5e5
}

.fsList .fsListItems:last-of-type>article:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.fsList .fsListItems:last-of-type>.fsMonthContainer:last-child>.fsDayContainer:last-child article:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.fsList .fsListItems:last-of-type>.fsDayContainer:last-child article:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.fsList li.fsListItem {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: solid 1px #e5e5e5
}

.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: var(--primary-color, #404040);
    background: rgba(0, 0, 0, 0)
}

.fsListNav .fsStyleDefaultList .fsListItem.fsResourceCollection.fsStateExpanded>.fsResourceCollectionLink {
    margin-bottom: 10px
}

.fsListNav .fsListLevel1>.fsListItem {
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #e5e5e5
}

.fsListNav .fsListLevel2>.fsListItem {
    padding-left: 10px
}

.fsListNav .fsListLevel3>.fsListItem {
    padding-left: 20px
}

.fsListNav .fsListLevel4>.fsListItem {
    padding-left: 30px
}

.fsListNav .fsListLevel5>.fsListItem {
    padding-left: 40px
}

/*! element - common - slideshow subtype v0.0.1 */
.fsSlideshow.fsSlideshowVertical .fsPrevButton {
    margin: 0 auto 10px
}

.fsSlideshow.fsSlideshowVertical .fsPager {
    margin-bottom: 20px
}

.fsSlideshow.fsSlideshowVertical .slick-navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.fsSlideshow .fsElementSlideshow {
    margin: 0 -10px
}

.fsSlideshow .fsElementSlideshow[data-arrows*=true] {
    padding: 0
}

.fsSlideshow .slick-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px
}

.fsSlideshow .fsNextButton,
.fsSlideshow .fsPrevButton {
    overflow: hidden;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0 10px;
    border: 1px solid #525252;
    background-color: rgba(0, 0, 0, 0);
    color: #525252;
    font-size: 0;
    line-height: 1;
    -webkit-transition: .3s all;
    transition: .3s all;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.fsSlideshow .fsNextButton:before,
.fsSlideshow .fsPrevButton:before {
    font-size: 16px;
    line-height: 1;
    width: auto;
    height: auto;
    color: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    font-family: "IcoMoon";
    font-weight: normal
}

.fsSlideshow .fsNextButton:hover,
.fsSlideshow .fsNextButton:focus,
.fsSlideshow .fsPrevButton:hover,
.fsSlideshow .fsPrevButton:focus {
    border-color: var(--primary-color, #404040);
    background-color: var(--primary-color, #404040);
    color: #fff
}

.fsSlideshow .fsPrevButton:before {
    content: ""
}

.fsSlideshow .fsNextButton:before {
    content: ""
}

.fsSlideshow .fsPager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin: -4px 6px
}

.fsSlideshow .fsPager li {
    width: 8px;
    height: 8px;
    margin: 4px
}

.fsSlideshow .fsPager li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #525252;
    -webkit-transition: .3s all;
    transition: .3s all
}

.fsSlideshow .fsPager li button:before {
    content: normal
}

.fsSlideshow .fsPager li button:hover,
.fsSlideshow .fsPager li button:focus {
    background-color: var(--primary-color, #404040);
    border-color: var(--primary-color, #404040)
}

.fsSlideshow .fsPager li button:focus {
    outline: 1px dashed rgba(82, 82, 82, .25)
}

.fsSlideshow .fsPager li.slick-active button {
    background-color: var(--primary-color, #404040);
    border-color: var(--primary-color, #404040)
}

/*! elements - common - dialog box v0.0.1 */
.fsDialogCloseButton {
    opacity: 1;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    font-size: 1rem;
    line-height: 1
}

.fsDialogCloseButton:after {
    content: normal
}

.fsDialogCloseButton:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #171717;
    background-color: rgba(0, 0, 0, 0);
    max-width: unset;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border-radius: 0;
    -webkit-transition: .3s color;
    transition: .3s color
}

.fsDialogCloseButton:focus:before {
    color: #171717;
    background-color: rgba(0, 0, 0, 0)
}

.fsDialogCloseButton:hover:before {
    color: var(--primary-color, #404040);
    background-color: rgba(0, 0, 0, 0)
}

.fsElementDialog {
    color: #525252;
    width: 800px;
    border-radius: 8px;
    -webkit-filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.08));
    filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.08));
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.fsDialog .fsElementSlideshow {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

body:not(.home) .fsPageBodyWrapper img {
    border-radius: 12px
}

.lead-in {
    font-style: normal;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 400;
    color: #727272;
    font-family: "League Spartan", sans-serif
}

.lead-in.\:container\(width\<600px\) {
    font-size: 24px
}

.fsBanner .lead-in,
.fsStyleOneThird .lead-in {
    font-size: 24px
}

@media(max-width: 999px) {
    .lead-in {
        font-size: 24px
    }
}

blockquote {
    margin: 60px 0;
    padding: 35px 0px;
    position: relative;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    text-align: left;
    font-family: "League Spartan", sans-serif;
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    color: #727272
}

body:not(.fsComposeMode) blockquote:first-child {
    margin-top: 0
}

body:not(.fsComposeMode) blockquote:last-child {
    margin-bottom: 0
}

blockquote:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: table;
    background-color: #fff;
    color: var(--primary-color, #404040);
    position: absolute;
    z-index: 1;
    font-size: 30px;
    line-height: 1;
    width: 52px;
    left: 0px;
    top: -15px;
    text-align: left
}

blockquote:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: table;
    background-color: #fff;
    color: var(--primary-color, #404040);
    position: absolute;
    z-index: 1;
    font-size: 30px;
    line-height: 1;
    width: 52px;
    right: 0px;
    bottom: -15px;
    text-align: right
}

blockquote.\:container\(width\<600px\) {
    margin: 40px 0;
    font-size: 18px
}

.fsBanner blockquote,
.fsStyleOneThird blockquote {
    margin: 40px 0;
    font-size: 18px
}

@media(max-width: 999px) {
    blockquote {
        margin: 40px 0;
        font-size: 18px
    }
}

blockquote.quote-secondary:before,
blockquote.quote-secondary:after {
    color: #d02244
}

cite {
    display: block;
    margin: 20px 0 0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #727272;
    font-family: "League Spartan", sans-serif
}

cite strong {
    font-style: normal;
    display: block;
    font-weight: 600;
    color: var(--primary-color, #404040)
}

.callout-text {
    display: block;
    -webkit-box-shadow: inset 1px 0px 0px #e5e5e5;
    box-shadow: inset 1px 0px 0px #e5e5e5;
    margin: 50px 0;
    padding-left: 20px;
    font-family: "League Spartan", sans-serif;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 500;
    color: #555050;
    width: calc(100% - 56px);
    margin-left: auto;
    position: relative
}

.callout-text.\:container\(width\<600px\) {
    margin: 40px 0;
    margin-left: auto;
    padding-left: 20px;
    font-size: 18px
}

.fsBanner .callout-text,
.fsStyleOneThird .callout-text {
    margin: 40px 0;
    margin-left: auto;
    padding-left: 20px;
    font-size: 18px
}

@media(max-width: 999px) {
    .callout-text {
        margin: 40px 0;
        margin-left: auto;
        padding-left: 20px;
        font-size: 18px
    }
}

.callout-text:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    font-size: 40px;
    left: -56px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--primary-color, #404040)
}

body:not(.fsComposeMode) .sr-only {
    display: block;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.fsAthleticsRoster .fsElementTable,
.fsAthleticsEvent.fsTable .fsElementTable,
table.table-styled {
    width: 100%;
    margin-bottom: 20px
}

.fsAthleticsRoster .fsElementTable th,
.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable td,
.fsAthleticsEvent.fsTable .fsElementTable td,
table.table-styled th,
table.table-styled td {
    vertical-align: top;
    border-bottom: none
}

.fsAthleticsRoster .fsElementTable th,
.fsAthleticsEvent.fsTable .fsElementTable th,
table.table-styled th {
    margin-top: 0;
    font-weight: 700;
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 0;
    padding: 20px;
    background: var(--primary-color, #404040);
    color: #fff;
    text-align: left
}

.fsAthleticsRoster p+.fsElementTable th,
.fsAthleticsEvent.fsTable p+.fsElementTable th,
p+table.table-styled th {
    margin-top: 40px
}

.fsAthleticsRoster .fsElementTable th.\:container\(width\<600px\),
.fsAthleticsEvent.fsTable .fsElementTable th.\:container\(width\<600px\),
table.table-styled th.\:container\(width\<600px\) {
    font-size: 1.0625rem;
    line-height: 1.5rem
}

.fsBanner .fsAthleticsRoster .fsElementTable th,
.fsAthleticsRoster .fsBanner .fsElementTable th,
.fsBanner .fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsEvent.fsTable .fsBanner .fsElementTable th,
.fsStyleOneThird .fsAthleticsRoster .fsElementTable th,
.fsAthleticsRoster .fsStyleOneThird .fsElementTable th,
.fsStyleOneThird .fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsEvent.fsTable .fsStyleOneThird .fsElementTable th,
.fsBanner table.table-styled th,
.fsStyleOneThird table.table-styled th {
    font-size: 1.0625rem;
    line-height: 1.5rem
}

@media(max-width: 999px) {

    .fsAthleticsRoster .fsElementTable th,
    .fsAthleticsEvent.fsTable .fsElementTable th,
    table.table-styled th {
        font-size: 1.0625rem;
        line-height: 1.5rem
    }
}

.fsAthleticsRoster .fsElementTable td,
.fsAthleticsEvent.fsTable .fsElementTable td,
table.table-styled td {
    padding: 13px 20px
}

.fsAthleticsRoster .fsElementTable tr,
.fsAthleticsEvent.fsTable .fsElementTable tr,
table.table-styled tr {
    border-bottom: solid 1px #fff
}

.fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
.fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td,
table.table-styled tr:nth-of-type(odd) td {
    background-color: #fafafa
}

.fsAthleticsRoster .fsElementTable tr:nth-of-type(even) td,
.fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(even) td,
table.table-styled tr:nth-of-type(even) td {
    background-color: #f5f5f5
}

.fsAthleticsRoster .fsElementTable tr.fsLoadMoreButtonRow td,
.fsAthleticsEvent.fsTable .fsElementTable tr.fsLoadMoreButtonRow td,
table.table-styled tr.fsLoadMoreButtonRow td {
    background-color: #f5f5f5;
    padding: 20px 0
}

body:not(.fsComposeMode) .fsAthleticsRoster .fsElementTable:last-child,
.fsAthleticsRoster body:not(.fsComposeMode) .fsElementTable:last-child,
body:not(.fsComposeMode) .fsAthleticsEvent.fsTable .fsElementTable:last-child,
.fsAthleticsEvent.fsTable body:not(.fsComposeMode) .fsElementTable:last-child,
body:not(.fsComposeMode) table.table-styled:last-child {
    margin-bottom: 0
}

.fsAthleticsRoster .fsElementTable .fsAthleticsDetails .fsAthleticsEventDetailLink,
.fsAthleticsEvent.fsTable .fsElementTable .fsAthleticsDetails .fsAthleticsEventDetailLink,
table.table-styled .fsAthleticsDetails .fsAthleticsEventDetailLink {
    color: #171717;
    text-decoration: underline
}

.fsAthleticsRoster .fsElementTable .fsAthleticsDetails .fsAthleticsEventDetailLink:hover,
.fsAthleticsEvent.fsTable .fsElementTable .fsAthleticsDetails .fsAthleticsEventDetailLink:hover,
.fsAthleticsRoster .fsElementTable .fsAthleticsDetails .fsAthleticsEventDetailLink:focus,
.fsAthleticsEvent.fsTable .fsElementTable .fsAthleticsDetails .fsAthleticsEventDetailLink:focus,
table.table-styled .fsAthleticsDetails .fsAthleticsEventDetailLink:hover,
table.table-styled .fsAthleticsDetails .fsAthleticsEventDetailLink:focus {
    text-decoration: none
}

.table-overflow {
    overflow-x: auto;
    max-width: 100%;
    margin-bottom: 20px
}

.table-overflow:last-child {
    margin-bottom: 0
}

hr {
    border: 0px;
    border-top: 1px solid #e5e5e5
}

body:not(.fsComposeMode) .divider-logo {
    position: relative;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    color: rgba(0, 0, 0, 0);
    border: 0px;
    display: block;
    font-size: 0px;
    line-height: 0;
    border-top: 1px solid #e5e5e5
}

body:not(.fsComposeMode) .divider-logo:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 40px;
    background-image: url(images/logo-hr.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.card {
    color: #262626;
    background-color: #f5f5f5;
    border-radius: 12px;
    position: relative
}

.card.light {
    background-color: #f5f5f5
}

.card.light a:not([class]) {
    color: #262626;
    background-image: linear-gradient(to right, #262626 calc(100% - 10px), #F5F5F5 0), linear-gradient(to right, #262626 100%)
}

.card.light a:not([class]):hover,
.card.light a:not([class]):focus {
    color: #262626;
    background-image: -webkit-gradient(linear, left top, right top, to(#262626)), -webkit-gradient(linear, left top, right top, to(#262626));
    background-image: linear-gradient(to right, #262626 100%), linear-gradient(to right, #262626 100%)
}

.card.dark {
    background-color: #262626;
    color: #fff
}

.card.dark a:not([class]) {
    color: #fff;
    background-image: linear-gradient(to right, #ffffff calc(100% - 10px), #262626 0), linear-gradient(to right, #ffffff 100%)
}

.card.dark a:not([class]):hover,
.card.dark a:not([class]):focus {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, to(#ffffff)), -webkit-gradient(linear, left top, right top, to(#ffffff));
    background-image: linear-gradient(to right, #ffffff 100%), linear-gradient(to right, #ffffff 100%)
}

.card.primary {
    background-color: var(--primary-color, #404040);
    color: #fff
}

.card.primary a:not([class]) {
    color: #fff;
    background-image: linear-gradient(to right, #ffffff calc(100% - 10px), var(--primary-color, #404040) 0), linear-gradient(to right, #ffffff 100%)
}

.card.primary a:not([class]):hover,
.card.primary a:not([class]):focus {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, to(#ffffff)), -webkit-gradient(linear, left top, right top, to(#ffffff));
    background-image: linear-gradient(to right, #ffffff 100%), linear-gradient(to right, #ffffff 100%)
}

.card.secondary {
    background-color: var(--secondary-color, #A3A3A3);
    color: #fff
}

.card.secondary a:not([class]) {
    color: #fff;
    background-image: linear-gradient(to right, #ffffff calc(100% - 10px), var(--secondary-color, #A3A3A3) 0), linear-gradient(to right, #ffffff 100%)
}

.card.secondary a:not([class]):hover,
.card.secondary a:not([class]):focus {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, to(#ffffff)), -webkit-gradient(linear, left top, right top, to(#ffffff));
    background-image: linear-gradient(to right, #ffffff 100%), linear-gradient(to right, #ffffff 100%)
}

.card.accent-1 {
    background-color: #d02244;
    color: #fff
}

.card.accent-1 a:not([class]) {
    color: #fff;
    background-image: linear-gradient(to right, #ffffff calc(100% - 10px), #D02244 0), linear-gradient(to right, #ffffff 100%)
}

.card.accent-1 a:not([class]):hover,
.card.accent-1 a:not([class]):focus {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, to(#ffffff)), -webkit-gradient(linear, left top, right top, to(#ffffff));
    background-image: linear-gradient(to right, #ffffff 100%), linear-gradient(to right, #ffffff 100%)
}

.card.accent-2 {
    background-color: #555050;
    color: #fff
}

.card.accent-2 a:not([class]) {
    color: #fff;
    background-image: linear-gradient(to right, #ffffff calc(100% - 10px), #555050 0), linear-gradient(to right, #ffffff 100%)
}

.card.accent-2 a:not([class]):hover,
.card.accent-2 a:not([class]):focus {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, to(#ffffff)), -webkit-gradient(linear, left top, right top, to(#ffffff));
    background-image: linear-gradient(to right, #ffffff 100%), linear-gradient(to right, #ffffff 100%)
}

.card.accent-3 {
    background-color: #b3acac
}

.card.accent-3 a:not([class]) {
    color: #262626;
    background-image: linear-gradient(to right, #262626 calc(100% - 10px), #B3ACAC 0), linear-gradient(to right, #262626 100%)
}

.card.accent-3 a:not([class]):hover,
.card.accent-3 a:not([class]):focus {
    color: #262626;
    background-image: -webkit-gradient(linear, left top, right top, to(#262626)), -webkit-gradient(linear, left top, right top, to(#262626));
    background-image: linear-gradient(to right, #262626 100%), linear-gradient(to right, #262626 100%)
}

.card.equal-height {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card.equal-height>.fsElementContent {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.card>header {
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px
}

.card>header .fsElementTitle {
    margin-bottom: 0;
    padding: 30px
}

.card>header .fsElementHeaderContent {
    margin: 0
}

.card>header .fsElementHeaderContent img {
    display: block
}

.card>.fsElementContent {
    padding: 30px;
    border-radius: 12px
}

.card h2 {
    font-weight: 700 !important;
    font-size: 26px !important;
    line-height: 36px !important
}

.card h1,
.card h2,
.card h3,
.card h4,
.card h5,
.card h6,
.card .lead-in,
.card a:not([class]) {
    color: inherit
}

body:not(.fsComposeMode) .card>header .fsElementHeaderContent img {
    opacity: 0
}

/*! _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: var(--primary-color, #404040);
    background: rgba(0, 0, 0, 0)
}

.fsNavigation a {
    display: block;
    padding: 10px 0;
    color: var(--primary-color, #404040);
    background: rgba(0, 0, 0, 0)
}

.fsNavigation a:hover,
.fsNavigation a:focus {
    color: var(--primary-color, #404040);
    background: rgba(0, 0, 0, 0)
}

.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 {
    padding: 0px 20px;
    margin-bottom: 50px;
    display: none
}

.home .fsBreadcrumb {
    display: none !important
}

@media(min-width: 1100px) {
    .fsBreadcrumb {
        display: block
    }
}

body:not(.fsComposeMode) .fsBreadcrumb>header {
    display: none
}

.fsBreadcrumb>.fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px
}

.fsBreadcrumb ul::empty {
    display: none
}

.fsBreadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.fsBreadcrumb ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: var(--primary-color, #404040);
    font-weight: 600;
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 2px;
    font-family: "League Spartan", sans-serif
}

.fsBreadcrumb ul li a {
    padding: 0;
    color: #727272;
    font-weight: inherit;
    text-decoration: none
}

.fsBreadcrumb ul li a:hover,
.fsBreadcrumb ul li a:focus {
    color: var(--primary-color, #404040);
    text-decoration: underline
}

.fsBreadcrumb ul li .fsNavBreadcrumbSeperator {
    margin: 0 10px;
    color: #a3a3a3;
    line-height: 1
}

.home .horizontal-nav {
    display: none !important
}

.horizontal-nav {
    display: none;
    width: 100%;
    position: relative;
    margin-bottom: 0;
    background: #fff;
    padding: 0px 20px
}

.horizontal-nav.horizontal-nav-empty {
    display: none
}

.horizontal-nav::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #d4d4d4;
    max-width: 1360px
}

@media(min-width: 1000px) {
    .horizontal-nav {
        display: block
    }
}

.horizontal-nav header {
    padding-right: 25px
}

.horizontal-nav header .fsElementTitle {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    display: inline-block;
    font-family: "League Spartan", sans-serif;
    margin-bottom: 0px;
    position: relative;
    color: var(--primary-color, #404040);
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: capitalize
}

.horizontal-nav .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto
}

.horizontal-nav .innerLanding {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.horizontal-nav .innerLanding>header {
    white-space: nowrap
}

.horizontal-nav .innerLanding>.fsElementContent {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.horizontal-nav nav {
    padding: 30px 5px 30px 5px
}

.horizontal-nav nav::empty {
    display: none
}

.horizontal-nav .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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.horizontal-nav .fsNavLevel1 li {
    margin: 8px 15px
}

.horizontal-nav .fsNavLevel1 li .fsNavPageInfo {
    display: none
}

.horizontal-nav .fsNavLevel1 li a {
    position: relative;
    display: block;
    padding: 0;
    font-family: "League Spartan", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #525252;
    text-decoration: none;
    text-transform: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

.horizontal-nav .fsNavLevel1 li a:hover,
.horizontal-nav .fsNavLevel1 li a:focus {
    color: var(--primary-color, #404040)
}

.horizontal-nav .fsNavLevel1 li.fsNavCurrentPage a {
    color: var(--primary-color, #404040)
}

.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;
        -moz-column-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-sub.mobile-nav-sub {
    display: none;
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 0 20px;
    margin-bottom: 10px;
    overflow: hidden
}

.nav-sub.mobile-nav-sub>header {
    padding: 0px 0px;
    position: relative;
    display: block;
    width: 100%
}

.nav-sub.mobile-nav-sub>header .fsElementTitle {
    display: block;
    text-transform: uppercase;
    padding: 20px 0px;
    border-bottom: 0px;
    margin-bottom: 0px !important;
    font-family: "League Spartan", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: .51px
}

.nav-sub.mobile-nav-sub>header .fsElementTitle:after,
.nav-sub.mobile-nav-sub>header .fsElementTitle:before {
    display: none
}

@media(max-width: 999px) {
    .nav-sub.mobile-nav-sub {
        display: block
    }
}

.nav-sub.mobile-nav-sub ul li .fsNavPageInfo {
    padding-left: 0px;
    background: rgba(0, 0, 0, 0)
}

.nav-sub.mobile-nav-sub .fsNavLevel1>li>a {
    background: rgba(0, 0, 0, 0) !important
}

.nav-sub.mobile-nav-sub .fsNavLevel1>li>a:hover,
.nav-sub.mobile-nav-sub .fsNavLevel1>li>a:focus {
    text-decoration: underline
}

.nav-sub.mobile-nav-sub .fsElementContent {
    position: relative;
    z-index: 2;
    padding: 0px
}

.nav-sub .expander {
    right: 0px !important
}

.nav-sub.mobile-nav-sub .fsNavLevel1>li>a:hover>.expander,
.nav-sub.mobile-nav-sub .fsNavLevel1>li>a:focus>.expander {
    color: #262626
}

.nav-sub.mobile-nav-sub .fsNavParentPage.has-expander.expanded>a {
    color: #262626
}

.nav-sub.mobile-nav-sub .expander:before {
    color: #262626
}

.nav-tier ul li a {
    display: block;
    padding: 10px 10px;
    color: var(--primary-color, #404040);
    background: rgba(0, 0, 0, 0)
}

.nav-tier ul li a:hover,
.nav-tier ul li a:focus {
    color: var(--primary-color, #404040);
    background: #d4d4d4
}

.nav-tier ul li.fsNavCurrentPage>a {
    color: var(--primary-color, #404040);
    background: #a3a3a3
}

.nav-tier ul li.fsNavCurrentPage>a:hover,
.nav-tier ul li.fsNavCurrentPage>a:focus {
    color: var(--secondary-color, #A3A3A3);
    background: #d4d4d4
}

.nav-tier ul li.fsNavCurrentPageAncestor {
    background: #d4d4d4
}

.nav-tier ul li.fsNavCurrentPageAncestor>a {
    color: var(--primary-color, #404040);
    background: rgba(0, 0, 0, 0)
}

.nav-tier ul li.fsNavCurrentPageAncestor>a:hover,
.nav-tier ul li.fsNavCurrentPageAncestor>a:focus {
    color: var(--primary-color, #404040);
    background: #d4d4d4
}

.nav-tier .fsNavLevel1 {
    padding-left: 0
}

.nav-tier .fsNavLevel1>li {
    border-bottom: solid 1px #e5e5e5
}

.nav-tier .fsNavLevel1>li:last-child {
    border-bottom: none
}

.nav-tier .fsNavLevel2>li>a {
    padding-left: 20px
}

.nav-tier .fsNavLevel3>li>a {
    padding-left: 30px
}

.nav-tier .fsNavLevel4>li>a {
    padding-left: 40px
}

.nav-tier .fsNavLevel5>li>a {
    padding-left: 50px
}

.nav-sub {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin-bottom: 70px;
    position: relative;
    display: block;
    display: none
}

.nav-sub>header .fsElementTitle {
    padding: 20px 20px 20px 20px;
    margin-bottom: 0px;
    border-bottom: 3px solid #e5e5e5;
    font-family: "League Spartan", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: var(--primary-color, #404040);
    text-transform: uppercase
}

.nav-sub .fsElementContent {
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    padding: 0px;
    z-index: 2
}

.nav-sub.mobile-nav-sub {
    display: block
}

@media(min-width: 1000px) {
    .nav-sub.mobile-nav-sub {
        display: none
    }
}

.nav-sub>.fsElementContent {
    border-top: 0px
}

@media screen and (max-width: 999px) {
    .nav-sub>header {
        display: block;
        position: relative;
        position: relative;
        padding: 20px 10px;
        background-color: rgba(0, 0, 0, 0);
        color: #262626;
        -webkit-transition: .3s;
        transition: .3s;
        cursor: pointer
    }

    .nav-sub>header .fsElementTitle {
        margin-top: 0;
        font-weight: 700;
        color: #262626;
        font-family: "League Spartan", sans-serif;
        font-size: 1.25rem;
        line-height: 1.5rem;
        margin-bottom: 15px;
        margin-bottom: 0;
        color: inherit;
        font-size: 21px
    }

    p+.nav-sub>header .fsElementTitle {
        margin-top: 40px
    }

    .nav-sub>header .fsElementTitle.\:container\(width\<600px\) {
        font-size: 1.0625rem;
        line-height: 1.5rem;
        margin-bottom: 10px
    }

    .fsBanner .nav-sub>header .fsElementTitle,
    .fsStyleOneThird .nav-sub>header .fsElementTitle {
        font-size: 1.0625rem;
        line-height: 1.5rem;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 999px)and (max-width: 999px) {
    .nav-sub>header .fsElementTitle {
        font-size: 1.0625rem;
        line-height: 1.5rem;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 999px) {

    .nav-sub>header:hover,
    .nav-sub>header:focus-within {
        background-color: rgba(0, 0, 0, 0);
        color: #262626
    }
}

@media screen and (max-width: 999px)and (min-width: 1000px) {
    .nav-sub>header {
        cursor: default
    }
}

@media screen and (max-width: 999px) {
    .nav-sub>header .fsElementTitle {
        position: relative;
        padding-right: 40px
    }

    .nav-sub>header .nav-toggle {
        border: 0;
        background: none;
        cursor: pointer;
        margin: 0;
        padding: 0;
        position: absolute;
        position: absolute;
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        right: 0px;
        color: inherit;
        cursor: pointer;
        font-size: 0;
        line-height: 1;
        color: #262626;
        width: 25px;
        height: 25px;
        border-radius: 100%;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .nav-sub>header .nav-toggle:after {
        content: "";
        font-size: 21px;
        font-family: "IcoMoon";
        font-size: 20px;
        position: absolute;
        right: 5px;
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
        transform: translate3d(0, -50%, 0) rotate(0deg)
    }

    .nav-sub>.fsElementContent {
        position: relative;
        display: block
    }

    .nav-sub>.fsElementContent ul li a {
        display: block;
        color: #727272;
        background: rgba(0, 0, 0, 0)
    }

    .nav-sub>.fsElementContent ul li a:hover,
    .nav-sub>.fsElementContent ul li a:focus {
        color: #262626;
        background: rgba(0, 0, 0, 0)
    }

    .nav-sub>.fsElementContent ul li.fsNavCurrentPage>a {
        color: #262626;
        background: rgba(0, 0, 0, 0);
        text-decoration: none
    }

    .nav-sub>.fsElementContent ul li.fsNavCurrentPage>a:hover,
    .nav-sub>.fsElementContent ul li.fsNavCurrentPage>a:focus {
        color: #262626;
        background: rgba(0, 0, 0, 0)
    }

    .nav-sub>.fsElementContent ul li.fsNavCurrentPageAncestor {
        background: rgba(0, 0, 0, 0)
    }

    .nav-sub>.fsElementContent ul li.fsNavCurrentPageAncestor>a {
        color: #262626;
        background: rgba(0, 0, 0, 0)
    }

    .nav-sub>.fsElementContent ul li.fsNavCurrentPageAncestor>a:hover,
    .nav-sub>.fsElementContent ul li.fsNavCurrentPageAncestor>a:focus {
        color: #262626;
        background: rgba(0, 0, 0, 0)
    }

    .nav-sub>.fsElementContent .fsNavLevel1>li {
        border-bottom: 1px solid #e5e5e5
    }

    .nav-sub>.fsElementContent .fsNavLevel1>li>a {
        padding-left: 0px;
        padding-right: 0px
    }

    .nav-sub>.fsElementContent .fsNavLevel2>li>a {
        padding-left: 20px
    }

    .nav-sub>.fsElementContent .fsNavLevel3>li>a {
        padding-left: 30px
    }

    .nav-sub>.fsElementContent .fsNavLevel4>li>a {
        padding-left: 40px
    }

    .nav-sub>.fsElementContent .fsNavLevel5>li>a {
        padding-left: 50px
    }

    .nav-sub.active-nav>header {
        color: #262626;
        background-color: rgba(0, 0, 0, 0)
    }

    .nav-sub.active-nav>header .nav-toggle:after {
        content: "";
        -webkit-transform: translate3d(0, -50%, 0) rotate(90deg);
        transform: translate3d(0, -50%, 0) rotate(90deg)
    }
}

@media(min-width: 1000px) {
    .nav-sub {
        display: block
    }
}

.nav-sub>.fsElementContent {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media(min-width: 1000px) {
    .nav-sub>.fsElementContent {
        max-height: 9999px;
        visibility: visible;
        opacity: 1
    }
}

.nav-sub.active-nav>.fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1
}

.fsHeader .nav-sub {
    display: block
}

@media(min-width: 1000px) {
    .fsHeader .nav-sub {
        display: none
    }
}

.nav-sub.nav-sub-empty {
    display: none !important
}

.nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px
}

.nav-sub ul li .fsNavPageInfo {
    padding: 0px 0px 0px 10px;
    background-color: #fafafa
}

.nav-sub ul li a {
    display: block;
    padding: 10px 0px;
    color: #727272;
    background: rgba(0, 0, 0, 0);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "League Spartan", sans-serif;
    text-decoration: none
}

.nav-sub ul li a:hover,
.nav-sub ul li a:focus {
    color: #262626;
    background: rgba(0, 0, 0, 0);
    text-decoration: none
}

.nav-sub ul li.fsNavCurrentPage>a {
    color: #262626;
    background: rgba(0, 0, 0, 0);
    text-decoration: none
}

.nav-sub ul li.fsNavCurrentPage>a:hover,
.nav-sub ul li.fsNavCurrentPage>a:focus {
    color: #262626;
    background: rgba(0, 0, 0, 0)
}

.nav-sub ul li.fsNavCurrentPageAncestor {
    background: rgba(0, 0, 0, 0)
}

.nav-sub ul li.fsNavCurrentPageAncestor>a {
    color: #262626;
    background: rgba(0, 0, 0, 0)
}

.nav-sub ul li.fsNavCurrentPageAncestor>a:hover,
.nav-sub ul li.fsNavCurrentPageAncestor>a:focus {
    color: #262626;
    background: rgba(0, 0, 0, 0)
}

.nav-sub .fsNavLevel1 {
    padding-top: 0px;
    padding-left: 0;
    margin-top: 0px;
    margin-bottom: 0px
}

@media screen and (max-width: 999px) {
    .nav-sub .fsNavLevel1 {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.nav-sub .fsNavLevel1>li {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #e5e5e5
}

.nav-sub .fsNavLevel1>li:last-child {
    border-bottom: none
}

.nav-sub .fsNavLevel1>li>a {
    padding: 20px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    font-family: "League Spartan", sans-serif;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.nav-sub .fsNavLevel1>li>a:hover,
.nav-sub .fsNavLevel1>li>a:focus {
    text-decoration: none;
    background-color: #fafafa
}

.nav-sub .fsNavLevel1>li.expanded>a {
    background-color: #fafafa
}

.nav-sub .fsNavLevel1>li.fsNavCurrentPage>a,
.nav-sub .fsNavLevel1>li.fsNavCurrentPage.has-expander.expanded>a {
    text-decoration: none
}

.nav-sub .fsNavLevel2>li>a {
    padding-left: 20px
}

.nav-sub .fsNavLevel3>li>a {
    padding-left: 20px
}

.nav-sub .fsNavLevel4>li>a {
    padding-left: 20px
}

.nav-sub .fsNavLevel5>li>a {
    padding-left: 20px
}

.nav-sub a {
    position: relative
}

.nav-sub .has-expander>a {
    padding-right: 50px
}

.nav-sub .expander {
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    color: inherit;
    top: 0;
    right: 0px;
    width: 25px;
    height: 100%;
    font-size: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.nav-sub .expander:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: inherit;
    font-size: 18px;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
    font-weight: 400;
    color: #262626
}

.nav-sub .fsNavParentPage.has-expander.expanded>a {
    color: #262626;
    text-decoration: none
}

.nav-sub .expanded>a>.expander:before,
.nav-sub .expanded.fsNavCurrentPage>a>.expander:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.nav-sub .fsNavLevel2,
.nav-sub .fsNavLevel3,
.nav-sub .fsNavLevel4,
.nav-sub .fsNavLevel5 {
    display: none
}

.mega-menu-image {
    display: none
}

.nav-main>header {
    display: none
}

.nav-main>.fsElementContent {
    width: 100%
}

.fsHeader .nav-main {
    display: none
}

@media(min-width: 1300px) {
    .fsHeader .nav-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 130px;
        width: 100%
    }
}

@media(min-width: 1300px) {
    .nav-main>.fsElementContent>nav>.fsNavLevel1 {
        position: relative;
        margin: 0 auto;
        max-width: 100%;
        position: relative;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }
}

.nav-main>.fsElementContent>nav>.fsNavLevel1>li {
    width: calc(25% - 90px)
}

.nav-main>.fsElementContent>nav>.fsNavLevel1>li:hover>a,
.nav-main>.fsElementContent>nav>.fsNavLevel1>li:focus-within>a,
.nav-main>.fsElementContent>nav>.fsNavLevel1>li.menu-item-open>a {
    color: #555050;
    background: rgba(0, 0, 0, 0);
    z-index: 301
}

.nav-main>.fsElementContent>nav>.fsNavLevel1>li:hover>a::after,
.nav-main>.fsElementContent>nav>.fsNavLevel1>li:focus-within>a::after,
.nav-main>.fsElementContent>nav>.fsNavLevel1>li.menu-item-open>a::after {
    opacity: 1
}

.nav-main>.fsElementContent>nav>.fsNavLevel1>li:hover>.fsNavPageInfo,
.nav-main>.fsElementContent>nav>.fsNavLevel1>li:focus-within>.fsNavPageInfo,
.nav-main>.fsElementContent>nav>.fsNavLevel1>li.menu-item-open>.fsNavPageInfo {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.nav-main>.fsElementContent>nav>.fsNavLevel1>li[class*=fsNavCurrentPage]>a {
    color: #555050;
    background: rgba(0, 0, 0, 0)
}

.nav-main>.fsElementContent>nav>.fsNavLevel1>li>a {
    display: block;
    color: #555050;
    background: rgba(0, 0, 0, 0);
    padding: 25px 0;
    font-family: "League Spartan", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative
}

.nav-main>.fsElementContent>nav>.fsNavLevel1>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    bottom: 0;
    height: 4px;
    width: 28px;
    background: var(--primary-color, #404040);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    opacity: 0
}

.nav-main>.fsElementContent>nav>.fsNavLevel1 .second-half.second-half--first {
    margin-left: auto
}

.nav-main .fsNavPageInfo {
    background: #fff;
    text-align: left;
    top: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    width: 1192px;
    z-index: 300;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s all;
    transition: .4s all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-size: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    -webkit-box-shadow: 0px 0px 0px 5000px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 0px 5000px rgba(0, 0, 0, .5);
    border-radius: 12px;
    min-height: 258px
}

.nav-main .nav-social {
    margin-right: 40px;
    background: #fafafa;
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #e5e5e5;
    background: #fafafa
}

.nav-main .nav-social nav {
    margin: 0
}

.nav-main .nav-social .fsNavLevel1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0
}

.nav-main .nav-social .fsNavLevel1 li {
    margin: 5px 0
}

.nav-main .nav-social .fsNavLevel1 li a {
    padding: 0
}

.nav-main .fsNavLevel2 {
    margin-left: 12px;
    padding-top: 48px;
    padding-bottom: 48px
}

.nav-main .fsNavLevel2 li {
    width: 332px
}

.nav-main .fsNavLevel2 li:not(:last-child) {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e5e5e5
}

.nav-main .fsNavLevel2 li a {
    display: table;
    color: #525252;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    position: relative;
    text-decoration: none
}

.nav-main .fsNavLevel2 li a:hover,
.nav-main .fsNavLevel2 li a:focus {
    color: var(--primary-color, #404040);
    background: rgba(0, 0, 0, 0)
}

.nav-main .fsNavLevel2 li[class*=fsNavCurrentPage]>a {
    color: var(--primary-color, #404040);
    background: rgba(0, 0, 0, 0)
}

.fsAccountBarVisible .fsMenu {
    top: 45px
}

.fsAccountBarVisible .search-popup {
    top: 45px
}

.fsMenu {
    top: 0px;
    min-height: 100%;
    max-width: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
    background: #fff;
    right: 0;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    pointer-events: none;
    z-index: 600;
    -webkit-transition: all ease-in-out .6s;
    transition: all ease-in-out .6s;
    min-height: 100%;
    position: fixed;
    height: 100%
}

@media(min-width: 1300px) {
    .fsMenu {
        width: 770px;
        padding-bottom: 0;
        border-radius: 5px 0px 0px 5px;
        overflow-y: scroll
    }
}

.drawer-is-active .fsMenu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.fsMenu .fsElementTitle {
    display: none
}

body.drawer-is-active {
    overflow: hidden
}

body.drawer-is-active::before {
    opacity: 1;
    visibility: visible
}

body.drawer-is-active .fsHeader .right-container {
    opacity: 0
}

body.drawer-is-active .weglot-container.wg-default {
    opacity: 0;
    visibility: hidden
}

body.drawer-is-active .cta-nav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.fsMenu .mobile-bottom-container {
    position: relative;
    z-index: 100;
    padding: 12px 20px 12px 20px;
    margin-bottom: 0;
    background: #fafafa
}

.mobile-top-container {
    position: relative;
    margin-bottom: 20px
}

.mobile-top-container>.fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mobile-top-container .fsElement {
    margin-bottom: 0
}

.mobile-top-container .header-portals-nav {
    padding-top: 11px;
    padding-bottom: 11px
}

.mobile-top-container .logo-container .menu-trigger-container {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-top-container .logo-container .menu-trigger-container>header {
    display: none
}

.mobile-top-container .logo-container .menu-trigger-container button::before {
    content: ""
}

.mobile-top-container .logo-container .menu-trigger-container button:hover::before,
.mobile-top-container .logo-container .menu-trigger-container button:focus-within::before {
    color: #fff;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    transform: translate3d(-50%, -50%, 0) rotate(90deg)
}

.mobile-menu {
    margin: 0;
    position: relative;
    height: inherit;
    height: 100vh;
    overflow-y: auto
}

@media(min-width: 1300px) {
    .mobile-menu {
        display: none
    }
}

.mobile-main-nav {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
    padding: 0px 76px 20px 76px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    background-size: contain
}

.mobile-main-nav>header {
    display: none
}

.mobile-main-nav .fsNavLevel1>li {
    position: relative;
    border-bottom: 1px solid #e5e5e5
}

.mobile-main-nav .fsNavLevel1 li a {
    display: block;
    position: relative
}

.mobile-main-nav .fsNavLevel1 li.fsNavParentPage {
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mobile-main-nav .fsNavLevel1 li.fsNavParentPage .fsNavPageInfo {
    display: block;
    width: 100%
}

.mobile-main-nav .fsNavLevel1 li.fsNavParentPage>a {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2
}

.mobile-main-nav .fsNavLevel1 li.fsNavParentPage>button {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.mobile-main-nav .fsNavLevel1 li.fsNavParentPage>a {
    padding-right: 10px;
    width: calc(100% - 40px)
}

.mobile-main-nav .fsNavLevel1>li>a {
    display: block;
    color: #525252;
    font-family: "League Spartan", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    text-transform: uppercase
}

.mobile-main-nav .fsNavLevel1>li>a:hover,
.mobile-main-nav .fsNavLevel1>li>a:focus {
    color: var(--primary-color, #404040);
    text-decoration: none
}

.mobile-main-nav .fsNavLevel1>li.fsNavCurrentPage>a,
.mobile-main-nav .fsNavLevel1>li.fsNavCurrentPageAncestor>a {
    color: var(--primary-color, #404040);
    text-decoration: none
}

.mobile-main-nav .fsNavLevel2 {
    padding: 10px 0 40px 20px
}

.mobile-main-nav .fsNavLevel2 li a {
    display: block;
    color: #525252;
    font-family: "League Spartan", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 0;
    text-decoration: none
}

.mobile-main-nav .fsNavLevel2 li a:hover,
.mobile-main-nav .fsNavLevel2 li a:focus {
    color: var(--primary-color, #404040);
    text-decoration: none
}

.mobile-main-nav .fsNavLevel2 li.fsNavCurrentPage>a,
.mobile-main-nav .fsNavLevel2 li.fsNavCurrentPageAncestor>a {
    color: var(--primary-color, #404040);
    text-decoration: none
}

.mobile-main-nav .fsNavLevel2,
.mobile-main-nav .fsNavLevel3,
.mobile-main-nav .fsNavLevel4,
.mobile-main-nav .fsNavLevel5 {
    display: none
}

.mobile-main-nav .fsNavLevel3 {
    padding-left: 10px;
    padding-top: 18px
}

.mobile-main-nav .fsNavLevel4 {
    padding-left: 10px;
    padding-top: 18px
}

.mobile-main-nav .fsNavLevel5 {
    padding-left: 10px;
    padding-top: 18px
}

.mobile-main-nav .fsNavLevel1 li.fsNavParentPage .expander-btn {
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    font-size: 0px;
    background: rgba(0, 0, 0, 0);
    width: 30px;
    height: 30px;
    cursor: pointer
}

.mobile-main-nav .fsNavLevel1 li.fsNavParentPage .expander-btn span {
    font-size: 15px;
    display: none
}

.mobile-main-nav .fsNavLevel1 li.fsNavParentPage .expander-btn:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "IcoMoon";
    font-weight: 400;
    font-size: 20px;
    color: #a3a3a3;
    -webkit-transition: all .3s;
    transition: all .3s
}

.mobile-main-nav .fsNavLevel1 li.fsNavParentPage .expander-btn[aria-expanded=true]:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: var(--primary-color, #404040)
}

.mobile-search {
    padding: 20px 15px 20px 15px;
    margin-bottom: 0
}

.mobile-search>header {
    display: none
}

.mobile-search>.fsElementContent {
    position: relative
}

.mobile-search label {
    display: block;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.mobile-search .fsSearchElementKeyword {
    margin-bottom: 0 !important
}

.mobile-search .fsSearchElementKeyword input {
    border: 0px solid #acb8b6;
    padding: 8px 20px 8px 40px;
    border-radius: 3px;
    color: #555050;
    font-family: "League Spartan", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 50px
}

.mobile-search .fsSearchElementSearchButton {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    height: 100%;
    left: 0;
    border: 0 !important;
    border-left: 0px solid var(--primary-color, #404040) !important;
    border-right: 0px solid var(--primary-color, #404040) !important;
    color: rgba(0, 0, 0, 0);
    text-indent: -300px;
    overflow: hidden;
    width: 40px;
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0
}

.mobile-search .fsSearchElementSearchButton::before {
    content: "";
    font-family: "IcoMoon";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    font-size: 16px;
    color: #000;
    -webkit-transition: all ease .6s;
    transition: all ease .6s;
    text-indent: 0;
    width: 100%;
    text-align: center;
    font-style: normal;
    font-weight: 300
}

.mobile-search .fsSearchElementSearchButton:hover,
.mobile-search .fsSearchElementSearchButton:focus {
    -webkit-transform: translate3d(0%, -50%, 0) scale(1.2);
    transform: translate3d(0%, -50%, 0) scale(1.2)
}

.nav-social nav {
    margin: -5px
}

.nav-social .fsNavLevel1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nav-social .fsNavLevel1 li {
    margin: 5px
}

.nav-social .fsNavLevel1 [href*=bsky]:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*=facebook]:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*=instagram]:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*=linkedin]:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*=pinterest]:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*=tumblr]:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*=twitter]:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*=vimeo]:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*=vine]:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*=youtube]:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*=wechat]:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*=flickr]:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*=wordpress]:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*=rss]:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*=smugmug]:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*=tiktok]:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*=whatsapp]:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*=threads]:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 a {
    color: var(--primary-color, #404040);
    padding: 0;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    border: 1px solid hsla(0, 0%, 100%, 0);
    height: 40px;
    width: 40px;
    border-radius: 100%;
    text-indent: -100vw
}

.nav-social .fsNavLevel1 a:hover,
.nav-social .fsNavLevel1 a:focus {
    background: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    color: #525252
}

.nav-social .fsNavLevel1 a:before {
    font-size: 1.25rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-indent: 0
}

.nav-social .fsNavLevel1 [href*="x.com"]:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.header-portals-nav .fsNavLevel1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header-portals-nav .fsNavLevel1>li>a {
    color: #727272;
    font-family: "League Spartan", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 16px 4px;
    border-radius: 28px;
    text-decoration: none;
    position: relative;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.header-portals-nav .fsNavLevel1>li>a::before {
    margin-right: 10px;
    color: var(--primary-color, #404040);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    font-weight: 300
}

.header-portals-nav .fsNavLevel1>li:hover>a,
.header-portals-nav .fsNavLevel1>li:focus-within>a {
    color: #fff;
    background: var(--primary-color, #404040)
}

.header-portals-nav .fsNavLevel1>li:hover>a::before,
.header-portals-nav .fsNavLevel1>li:focus-within>a::before {
    color: #fff
}

.header-portals-nav .fsNavLevel1 li.custom-icon-login>a:before {
    content: "";
    font-family: "IcoMoon"
}

.mobile-cta-nav {
    padding: 20px 55px 48px;
    margin-bottom: 0
}

.mobile-cta-nav .fsNavLevel1>li {
    margin-bottom: 12px;
    text-align: center;
    font-family: "League Spartan", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 20px;
    position: relative;
    border-radius: 25px;
    background: var(--primary-color, #404040);
    color: #fff
}

.mobile-cta-nav .fsNavLevel1>li>a {
    padding: 0;
    color: #fff
}

.mobile-cta-nav .fsNavLevel1>li::before {
    content: "";
    font-family: "IcoMoon";
    position: relative;
    display: inline-block;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    margin-right: 24px;
    font-weight: 300
}

.mobile-cta-nav .fsNavLevel1>li:hover::after,
.mobile-cta-nav .fsNavLevel1>li:focus-within::after {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.cta-nav .fsNavLevel1>li::after,
.mobile-cta-nav .fsNavLevel1>li::after {
    font-size: 18px;
    line-height: 18px
}

.cta-nav .fsNavLevel1>li>a,
.mobile-cta-nav .fsNavLevel1>li>a {
    text-decoration: none;
    position: static
}

.cta-nav .fsNavLevel1>li>a::after,
.mobile-cta-nav .fsNavLevel1>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    height: 100%;
    pointer-events: all
}

.cta-nav .fsNavLevel1>li.custom-icon-tour::before,
.mobile-cta-nav .fsNavLevel1>li.custom-icon-tour::before,
.cta-nav .fsNavLevel1 li:first-child::before {
    content: "";
    font-family: "IcoMoon"
}

.cta-nav .fsNavLevel1 li:last-child::before {
    content: "";
    font-family: "IcoMoon";
}

.cta-nav .fsNavLevel1 li:nth-child(2)::before {
    content: "";
    font-family: "IcoMoon";
}


.cta-nav .fsNavLevel1>li.custom-icon-give::before,
.mobile-cta-nav .fsNavLevel1>li.custom-icon-give::before {
    content: "";
    font-family: "IcoMoon"
}

.cta-nav .fsNavLevel1>li.custom-icon-apply::before,
.mobile-cta-nav .fsNavLevel1>li.custom-icon-apply::before {
    content: "";
    font-family: "IcoMoon"
}

body.hide-cta-nav .cta-nav .fsNavLevel1>li {
    -webkit-transform: translateX(calc(100% - 25px));
    -ms-transform: translateX(calc(100% - 25px));
    transform: translateX(calc(100% - 25px));
    background: var(--primary-color, #404040)
}

body.hide-cta-nav .cta-nav .fsNavLevel1>li::before {
    color: #fff
}

body.hide-cta-nav .cta-nav .fsNavLevel1>li>a {
    color: rgba(0, 0, 0, 0)
}

.cta-nav {
    position: fixed;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 800;
    margin-bottom: 0;
    pointer-events: none
}

.cta-nav>header {
    display: none
}

@media(max-width: 1099px) {
    .cta-nav {
        display: none
    }
}

.cta-nav .fsNavLevel1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.cta-nav .fsNavLevel1 li {
    position: relative;
    border-radius: 25px;
    padding: 16px 20px 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, .25);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, .25);
    margin: 6px 0;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    width: 100%;
    background: #fff
}

.cta-nav .fsNavLevel1 li::before {
    font-size: 15px;
    color: var(--primary-color, #404040);
    line-height: 15px;
    margin-right: 8px;
    position: relative;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    color: var(--primary-color, #404040)
}

.cta-nav .fsNavLevel1 li::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0
}

.cta-nav .fsNavLevel1 li a {
    text-align: center;
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 80%;
    text-transform: capitalize;
    padding: 0;
    color: var(--primary-color, #404040)
}

.cta-nav .fsNavLevel1 li:hover,
.cta-nav .fsNavLevel1 li:focus-within {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
    background: var(--primary-color, #404040) !important
}

.cta-nav .fsNavLevel1 li:hover::after,
.cta-nav .fsNavLevel1 li:focus-within::after {
    pointer-events: all
}

.cta-nav .fsNavLevel1 li:hover::before,
.cta-nav .fsNavLevel1 li:focus-within::before {
    color: #fff !important
}

.cta-nav .fsNavLevel1 li:hover>a,
.cta-nav .fsNavLevel1 li:focus-within>a {
    color: #fff !important
}

.fsHeader .fsElement {
    margin-bottom: 0
}

.fsHeader .fsElementTitle {
    display: none
}

body:not(.fsComposeMode) .header-container {
    position: relative;
    width: 100%;
    z-index: 300
}

.header-top-container {
    position: relative;
    z-index: 400;
    padding: 11px 5px
}

.header-top-container>.fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1180px;
    margin: 0 auto
}

@media(max-width: 1299px) {
    .header-top-container>.fsElementContent {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.header-bottom-container {
    padding: 20px 20px 20px;
    position: relative;
    background: #f5f5f5;
    margin-left: 40px;
    margin-right: 40px;
    border-radius: 12px 12px 0px 0px
}

@media(max-width: 1299px) {
    .header-bottom-container {
        padding: 0;
        margin-left: 0px;
        margin-right: 0px
    }
}

.header-bottom-container>.fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 1180px;
    margin: 0 auto
}

.fsMenu .logo-container,
.fsHeader .logo-container {
    position: relative;
    -ms-flex-item-align: center;
    align-self: center
}

@media(max-width: 1299px) {

    .fsMenu .logo-container,
    .fsHeader .logo-container {
        margin-right: 0;
        width: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto;
        padding: 20px 30px;
        border-radius: 12px;
        background: var(--primary-color, #404040)
    }
}

.fsMenu .logo-container>.fsElementContent,
.fsHeader .logo-container>.fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fsMenu .logo-container .logo-image,
.fsHeader .logo-container .logo-image {
    position: relative;
    display: block;
    z-index: 5
}

@media(max-width: 1299px) {

    .fsMenu .logo-container .logo-image,
    .fsHeader .logo-container .logo-image {
        display: none
    }
}

.fsMenu .logo-container .logo-image.logo-image-white,
.fsHeader .logo-container .logo-image.logo-image-white {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 100%
}

@media(max-width: 1299px) {

    .fsMenu .logo-container .logo-image.logo-image-white,
    .fsHeader .logo-container .logo-image.logo-image-white {
        display: none
    }
}

.fsMenu .logo-container .logo-image .fsThumbnail,
.fsHeader .logo-container .logo-image .fsThumbnail {
    max-width: unset !important;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fsMenu .logo-container .logo-image .fsThumbnail a,
.fsHeader .logo-container .logo-image .fsThumbnail a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none
}

.fsMenu .logo-container .logo-image .fsThumbnail a:hover,
.fsMenu .logo-container .logo-image .fsThumbnail a:focus,
.fsHeader .logo-container .logo-image .fsThumbnail a:hover,
.fsHeader .logo-container .logo-image .fsThumbnail a:focus {
    text-decoration: none
}

.fsMenu .logo-container .logo-image .fsThumbnail img,
.fsHeader .logo-container .logo-image .fsThumbnail img {
    height: 130px
}

@media(max-width: 1299px) {

    .fsMenu .logo-container .logo-image .fsThumbnail img,
    .fsHeader .logo-container .logo-image .fsThumbnail img {
        height: 60px
    }
}

.fsMenu .logo-container .logo-image-mobile,
.fsHeader .logo-container .logo-image-mobile {
    position: relative;
    display: block;
    z-index: 5
}

@media(min-width: 1300px) {

    .fsMenu .logo-container .logo-image-mobile,
    .fsHeader .logo-container .logo-image-mobile {
        display: none
    }
}

.fsMenu .logo-container .logo-image-mobile *,
.fsHeader .logo-container .logo-image-mobile * {
    line-height: 1;
    margin: 0
}

.fsMenu .logo-container .logo-image-mobile .fsThumbnail,
.fsHeader .logo-container .logo-image-mobile .fsThumbnail {
    max-width: unset !important;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fsMenu .logo-container .logo-image-mobile .fsThumbnail a,
.fsHeader .logo-container .logo-image-mobile .fsThumbnail a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none
}

.fsMenu .logo-container .logo-image-mobile .fsThumbnail a:hover,
.fsMenu .logo-container .logo-image-mobile .fsThumbnail a:focus,
.fsHeader .logo-container .logo-image-mobile .fsThumbnail a:hover,
.fsHeader .logo-container .logo-image-mobile .fsThumbnail a:focus {
    text-decoration: none
}

.fsMenu .logo-container .logo-image-mobile .fsThumbnail img,
.fsHeader .logo-container .logo-image-mobile .fsThumbnail img {
    height: 60px
}

.fsMenu .logo-container .logo-title,
.fsHeader .logo-container .logo-title {
    margin-left: 13px;
    display: none
}

.fsMenu .logo-container .logo-title *,
.fsHeader .logo-container .logo-title * {
    line-height: 1;
    margin: 0;
    display: block
}

.fsMenu .logo-container .logo-title>header,
.fsHeader .logo-container .logo-title>header {
    display: none
}

.fsMenu .logo-container .logo-title a,
.fsHeader .logo-container .logo-title a {
    text-decoration: none
}

.fsMenu .logo-container .logo-title a .fsTitle,
.fsHeader .logo-container .logo-title a .fsTitle {
    color: #262626;
    font-family: "EB Garamond", serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px
}

@media(max-width: 1299px) {

    .fsMenu .logo-container .logo-title a .fsTitle,
    .fsHeader .logo-container .logo-title a .fsTitle {
        font-size: 18px;
        line-height: 24px
    }
}

.fsMenu .logo-container .logo-title a .fsLocationSubtitle,
.fsHeader .logo-container .logo-title a .fsLocationSubtitle {
    color: #262626;
    font-family: "EB Garamond", serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px
}

@media(max-width: 1299px) {

    .fsMenu .logo-container .logo-title a .fsLocationSubtitle,
    .fsHeader .logo-container .logo-title a .fsLocationSubtitle {
        font-size: 18px;
        line-height: 24px
    }
}

@media(min-width: 1300px) {
    .header-container .header-bottom-container .logo-container {
        position: absolute;
        left: 50%;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        z-index: 100
    }
}

.logo-container .menu-trigger-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    background: rgba(0, 0, 0, 0)
}

@media(min-width: 1300px) {
    .logo-container .menu-trigger-container {
        display: none
    }
}

.logo-container .menu-trigger-container button {
    width: 48px;
    height: 48px;
    overflow: hidden;
    display: block;
    max-width: 100%;
    overflow: hidden;
    color: rgba(0, 0, 0, 0);
    text-indent: -300px;
    position: relative;
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
    box-shadow: inset 0px 0px 0px 1px #fff;
    border-radius: 100%;
    background: var(--primary-color, #404040)
}

.logo-container .menu-trigger-container button::before {
    content: "";
    font-family: "IcoMoon";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    font-size: 16px;
    text-indent: 0
}

.logo-container .menu-trigger-container button:hover,
.logo-container .menu-trigger-container button:focus-within {
    opacity: .7
}

@media(max-width: 1299px) {
    .home .fsHeader .header-container .logo-container .menu-trigger-container {
        position: fixed;
        top: 76px;
        right: 100px
    }
}

@media(max-width: 799px) {
    .home .fsHeader .header-container .logo-container .menu-trigger-container {
        right: 50px
    }
}

.mobile-translate-container,
.sticky-translate-container,
.translate-container {
    position: relative;
    display: block;
    z-index: 200;
    margin-bottom: 0;
    margin-left: 20px;
    border-radius: 5px;
    margin-right: 20px;
    margin-top: 20px
}

@media(min-width: 1300px) {

    .mobile-translate-container,
    .sticky-translate-container,
    .translate-container {
        display: block;
        margin-left: 20px;
        margin-right: 0;
        margin-top: 0;
        -webkit-box-shadow: 0px 0px 0px 1px #fff;
        box-shadow: 0px 0px 0px 1px #fff
    }
}

.mobile-translate-container>header,
.sticky-translate-container>header,
.translate-container>header {
    display: none
}

.mobile-translate-container>.fsElementContent,
.sticky-translate-container>.fsElementContent,
.translate-container>.fsElementContent {
    position: relative;
    display: block
}

.mobile-translate-container .fs-weglot-toggle,
.sticky-translate-container .fs-weglot-toggle,
.translate-container .fs-weglot-toggle {
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-family: "EB Garamond", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-box-shadow: inset 0px 0px 0px 1px var(--primary-color, #404040);
    box-shadow: inset 0px 0px 0px 1px var(--primary-color, #404040);
    background: var(--primary-color, #404040);
    border-radius: 5px;
    min-width: 168px;
    padding: 14px 24px 10px
}

@media(max-width: 1299px) {

    .mobile-translate-container .fs-weglot-toggle,
    .sticky-translate-container .fs-weglot-toggle,
    .translate-container .fs-weglot-toggle {
        width: 100%;
        -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
        box-shadow: inset 0px 0px 0px 1px #fff
    }
}

.mobile-translate-container .fs-weglot-toggle::before,
.sticky-translate-container .fs-weglot-toggle::before,
.translate-container .fs-weglot-toggle::before {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}

.mobile-translate-container .fs-weglot-toggle::before,
.sticky-translate-container .fs-weglot-toggle::before,
.translate-container .fs-weglot-toggle::before {
    content: "";
    font-family: "IcoMoon";
    font-size: 16px;
    line-height: 16px;
    margin-right: 10px;
    color: var(--secondary-color, #A3A3A3);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    font-weight: 300
}

.mobile-translate-container .fs-weglot-toggle:hover,
.mobile-translate-container .fs-weglot-toggle:focus-visible,
.sticky-translate-container .fs-weglot-toggle:hover,
.sticky-translate-container .fs-weglot-toggle:focus-visible,
.translate-container .fs-weglot-toggle:hover,
.translate-container .fs-weglot-toggle:focus-visible {
    background: #fff;
    color: var(--primary-color, #404040)
}

.mobile-translate-container .fs-weglot-toggle:hover::before,
.mobile-translate-container .fs-weglot-toggle:focus-visible::before,
.sticky-translate-container .fs-weglot-toggle:hover::before,
.sticky-translate-container .fs-weglot-toggle:focus-visible::before,
.translate-container .fs-weglot-toggle:hover::before,
.translate-container .fs-weglot-toggle:focus-visible::before {
    color: var(--primary-color, #404040)
}

.mobile-translate-container ul.weglot-list,
.sticky-translate-container ul.weglot-list,
.translate-container ul.weglot-list {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    background: var(--primary-color, #404040);
    text-align: left;
    position: absolute;
    top: calc(100% + 0px);
    left: 0;
    width: 168px;
    z-index: 300;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s all;
    transition: .4s all;
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    background: #fff;
    pointer-events: none;
    list-style-type: none;
    border-radius: 0px 0px 5px 5px;
    background: var(--primary-color, #404040);
    padding: 25px 24px 12px 38px;
    -webkit-box-shadow: 0px 4px 16px 0px rgba(22, 22, 22, .1);
    box-shadow: 0px 4px 16px 0px rgba(22, 22, 22, .1);
    border-top: 1px solid var(--tertiary-color, #A3A3A3)
}

@media(max-width: 1299px) {

    .mobile-translate-container ul.weglot-list,
    .sticky-translate-container ul.weglot-list,
    .translate-container ul.weglot-list {
        bottom: 100%;
        top: auto
    }
}

.mobile-translate-container ul.weglot-list.weglot-list-open,
.sticky-translate-container ul.weglot-list.weglot-list-open,
.translate-container ul.weglot-list.weglot-list-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.mobile-translate-container ul.weglot-list li a,
.sticky-translate-container ul.weglot-list li a,
.translate-container ul.weglot-list li a {
    display: table;
    color: var(--primary-color, #404040);
    padding: 0px 0px;
    color: #fff;
    font-family: "League Spartan", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    text-decoration: none;
    position: relative
}

.mobile-translate-container ul.weglot-list li a::before,
.sticky-translate-container ul.weglot-list li a::before,
.translate-container ul.weglot-list li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}

.mobile-translate-container ul.weglot-list li a:hover,
.mobile-translate-container ul.weglot-list li a:focus,
.sticky-translate-container ul.weglot-list li a:hover,
.sticky-translate-container ul.weglot-list li a:focus,
.translate-container ul.weglot-list li a:hover,
.translate-container ul.weglot-list li a:focus {
    color: #fff;
    background: rgba(0, 0, 0, 0);
    text-decoration: none
}

.mobile-translate-container ul.weglot-list li a:hover::before,
.mobile-translate-container ul.weglot-list li a:focus::before,
.sticky-translate-container ul.weglot-list li a:hover::before,
.sticky-translate-container ul.weglot-list li a:focus::before,
.translate-container ul.weglot-list li a:hover::before,
.translate-container ul.weglot-list li a:focus::before {
    opacity: 1;
    width: 100%;
    visibility: visible
}

@media(max-width: 1299px) {
    .fsHeader .translate-container {
        display: none
    }
}

.weglot-container.wg-default {
    opacity: 0;
    pointer-events: none
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--primary-color, #404040);
    z-index: 310;
    margin-bottom: 0;
    -webkit-transition: all ease .6s;
    transition: all ease .6s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

@media(max-width: 1299px) {
    .fixed-header {
        display: none
    }
}

.fixed-header>.fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.fixed-header .logo-container img {
    max-height: 43px
}

.fixed-header .district-nav {
    margin-bottom: -20px
}

.fixed-header .sticky-translate-container {
    margin-bottom: -20px
}

.fixed-header .trigger-search {
    margin-bottom: -20px
}

.fixed-header .trigger-search button {
    padding: 12px
}

.fixed-header .trigger-search button::before {
    margin-right: 0
}

.fixed-header .trigger-search em {
    display: block;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.go-header-up .fixed-header,
.go-header-down .fixed-header {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

#fsFooter {
    background-color: var(--primary-color, #404040);
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
    position: relative;
    display: block;
    z-index: 2;
    padding: 0px 40px
}

@media(min-width: 1100px) {
    #fsFooter {
        padding-bottom: 55px
    }
}

#fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 1180px
}

#fsFooter .fsBanner>* {
    position: relative;
    z-index: 5
}

#fsFooter h1,
#fsFooter h2,
#fsFooter h3,
#fsFooter h4,
#fsFooter h5,
#fsFooter h6,
#fsFooter .lead-in,
#fsFooter a:not([class]) {
    color: #fff
}

#fsFooter .connected-container {
    background-color: var(--secondary-color, #A3A3A3);
    padding: 76px 0px 0px 0px;
    position: relative;
    z-index: 3;
    margin-bottom: 100px
}

@media(min-width: 800px) {
    #fsFooter .connected-container {
        padding-top: 40px
    }
}

@media(min-width: 1200px) {
    #fsFooter .connected-container {
        padding-bottom: 40px
    }
}

#fsFooter .connected-container:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    height: 100%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--secondary-color, #A3A3A3);
    z-index: 1
}

#fsFooter .connected-container:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -50px;
    height: calc(100% + 50px);
    width: 100vw;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(images/footer-vector.svg);
    background-size: 535px;
    background-position: -200px 0px;
    background-repeat: no-repeat;
    z-index: 2
}

@media(min-width: 800px) {
    #fsFooter .connected-container:after {
        background-size: 302px;
        background-position: 0px 0px;
        top: -55px;
        height: calc(100% + 55px)
    }
}

#fsFooter .connected-container>header {
    display: none
}

#fsFooter .connected-container>.fsElementContent {
    position: relative;
    z-index: 4
}

@media(min-width: 1200px) {
    #fsFooter .connected-container>.fsElementContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

#fsFooter .connected-container .top-text {
    margin-bottom: 0px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    text-align: center
}

@media(min-width: 800px) {
    #fsFooter .connected-container .top-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: left;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #fsFooter .connected-container .top-text>header {
        padding-right: 40px;
        margin-right: 40px;
        position: relative
    }

    #fsFooter .connected-container .top-text>header:before {
        content: "";
        position: absolute;
        right: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px;
        height: 24px;
        background-color: #fff;
        opacity: .25
    }
}

#fsFooter .connected-container .top-text .fsElementTitle {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: .7;
    letter-spacing: -0.64px;
    margin-bottom: 20px
}

@media(min-width: 800px) {
    #fsFooter .connected-container .top-text .fsElementTitle {
        margin-bottom: 0px;
        font-size: 40px;
        letter-spacing: -0.8px
    }
}

#fsFooter .connected-container .fsFormsElement {
    position: relative;
    -webkit-transform: translate(-50%, 70px);
    -ms-transform: translate(-50%, 70px);
    transform: translate(-50%, 70px);
    margin-bottom: 0px;
    margin-top: -30px;
    max-width: 500px;
    margin-left: 50%;
    margin-right: auto;
    width: calc(100vw - 40px)
}

@media(min-width: 1200px) {
    #fsFooter .connected-container .fsFormsElement {
        margin: 0px;
        margin-left: 40px;
        width: 100%;
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px)
    }
}

#fsFooter .connected-container .fsFormsElement>header {
    display: none
}

#fsFooter .connected-container .fsFormsElement .fsFormsRequiredLegend {
    display: none
}

@media(min-width: 1200px) {
    #fsFooter .connected-container .fsFormsElement .fsForm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

#fsFooter .connected-container .fsFormsElement .fsFormFieldBody {
    position: relative
}

@media(min-width: 1200px) {
    #fsFooter .connected-container .fsFormsElement .fsFormFieldBody {
        height: 51px
    }
}

#fsFooter .connected-container .fsFormsElement .fsFormFieldBody:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 21px;
    color: var(--primary-color, #404040);
    padding-right: 12px;
    border-right: 1px solid rgba(0, 41, 64, .25);
    line-height: 16px
}

@media(min-width: 1200px) {
    #fsFooter .connected-container .fsFormsElement .fsFormFieldBody:before {
        padding-right: 20px
    }
}

@media(min-width: 1200px) {
    #fsFooter .connected-container .fsFormsElement .fsFormControls {
        display: inline-block;
        width: 125px
    }
}

#fsFooter .connected-container .fsFormsElement .fsFormFieldWrapper {
    margin: 0px
}

@media(min-width: 1200px) {
    #fsFooter .connected-container .fsFormsElement .fsFormFieldWrapper {
        display: inline-block;
        width: 375px
    }
}

#fsFooter .connected-container .fsFormsElement .fsFormFieldWrapper>label {
    display: block;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

#fsFooter .connected-container .fsFormsElement .fsFormFieldWrapper .fsFormField {
    padding: 25px 30px 25px 68px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--primary-color, #404040);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background: #fff;
    box-shadow: none;
    margin-top: 0px;
    margin-bottom: 0px
}

#fsFooter .connected-container .fsFormsElement .fsFormFieldWrapper .fsFormField::-webkit-input-placeholder {
    color: var(--primary-color, #404040);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

#fsFooter .connected-container .fsFormsElement .fsFormFieldWrapper .fsFormField::-moz-placeholder {
    color: var(--primary-color, #404040);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

#fsFooter .connected-container .fsFormsElement .fsFormFieldWrapper .fsFormField:-ms-input-placeholder {
    color: var(--primary-color, #404040);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

#fsFooter .connected-container .fsFormsElement .fsFormFieldWrapper .fsFormField::-ms-input-placeholder {
    color: var(--primary-color, #404040);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

#fsFooter .connected-container .fsFormsElement .fsFormFieldWrapper .fsFormField::placeholder {
    color: var(--primary-color, #404040);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

@media(min-width: 1200px) {
    #fsFooter .connected-container .fsFormsElement .fsFormFieldWrapper .fsFormField {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 12px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 18px;
        height: 51px;
        padding-left: 78px
    }
}

#fsFooter .connected-container .fsFormsElement .fsStyleUpdateButton {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 0px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 18px 18px 15px 18px;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0px
}

#fsFooter .connected-container .fsFormsElement .fsStyleUpdateButton:hover,
#fsFooter .connected-container .fsFormsElement .fsStyleUpdateButton:focus {
    background-color: #fff;
    color: var(--primary-color, #404040)
}

@media(min-width: 1200px) {
    #fsFooter .connected-container .fsFormsElement .fsStyleUpdateButton {
        border-bottom-left-radius: 0px;
        border-top-right-radius: 12px;
        padding: 12px 15px;
        background-color: var(--primary-color, #404040);
        border-color: var(--primary-color, #404040) !important;
        font-size: 17px;
        font-style: normal;
        font-weight: 800;
        line-height: 140%;
        letter-spacing: 2px;
        text-transform: uppercase;
        height: 51px;
        border-top: none !important;
        border-right: none !important;
        border-bottom: none !important
    }
}

#fsFooter .footer-container {
    margin-bottom: 50px
}

@media(min-width: 1000px) {
    #fsFooter .footer-container {
        margin-bottom: 55px
    }
}

#fsFooter .footer-container>header {
    display: none
}

@media(min-width: 1000px) {
    #fsFooter .footer-container>.fsElementContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media(max-width: 999px) {
    #fsFooter .footer-container.secondary-container {
        padding-top: 36px;
        border-top: 1px solid hsla(0, 0%, 100%, .5)
    }
}

#fsFooter .footer-logo {
    margin-bottom: 50px;
    text-align: center;
    position: relative
}

@media(min-width: 1000px) {
    #fsFooter .footer-logo {
        width: 290px;
        text-align: left;
        margin-right: 70px;
        margin-bottom: 0px
    }

    #fsFooter .footer-logo:before {
        content: "";
        position: absolute;
        right: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px;
        height: 24px;
        background-color: #fff;
        opacity: .25
    }
}

#fsFooter .footer-logo>header {
    display: none
}

#fsFooter .footer-logo .fsThumbnail {
    line-height: 0
}

#fsFooter .footer-logo .fsThumbnail .fsLocationLink {
    display: inline-block
}

#fsFooter .footer-logo .fsThumbnail img {
    height: 100px
}

#fsFooter .footer-text {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75
}

#fsFooter .footer-contact {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0px;
    text-align: center;
    position: relative
}

@media(min-width: 1000px) {
    #fsFooter .footer-contact {
        margin-right: 50px
    }

    #fsFooter .footer-contact:before {
        content: "";
        position: absolute;
        right: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px;
        height: 24px;
        background-color: #fff;
        opacity: .25
    }
}

#fsFooter .footer-contact .fsLocationSingleItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media(min-width: 1000px) {
    #fsFooter .footer-contact .fsLocationSingleItem {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

#fsFooter .footer-contact .fsLocationSingleItem .fsLocationZip {
    margin-left: 4px
}

#fsFooter .footer-contact .fsLocationSingleItem .fsLocationAddress {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

#fsFooter .footer-contact .fsLocationSingleItem .fsLocationEmail {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

#fsFooter .footer-contact .fsLocationSingleItem .fsLocationPhone {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

#fsFooter .footer-contact>header {
    display: none
}

@media(min-width: 1000px) {
    #fsFooter .footer-contact article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left
    }
}

#fsFooter .footer-contact .fsLocationCity {
    margin-left: 5px
}

#fsFooter .footer-contact .fsLocationAddress {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto
}

#fsFooter .footer-contact .fsLocationAddress a {
    text-decoration: underline;
    text-decoration-color: #fff
}

#fsFooter .footer-contact .fsLocationAddress a:hover,
#fsFooter .footer-contact .fsLocationAddress a:focus {
    text-decoration-color: rgba(0, 0, 0, 0)
}

@media(min-width: 1000px) {
    #fsFooter .footer-contact .fsLocationAddress {
        max-width: 220px;
        margin-left: unset;
        margin-right: unset;
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2
    }
}

#fsFooter .footer-contact .fsLocationAddress:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

#fsFooter .footer-contact .fsLocationPhone:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

#fsFooter .footer-contact .fsLocationPhone a {
    text-decoration-color: #fff !important
}

#fsFooter .footer-contact .fsLocationPhone a:hover,
#fsFooter .footer-contact .fsLocationPhone a:focus {
    text-decoration-color: rgba(0, 0, 0, 0) !important
}

@media(min-width: 1000px) {
    #fsFooter .footer-contact .fsLocationEmail {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

#fsFooter .footer-contact .fsLocationEmail:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

#fsFooter .footer-contact .fsLocationAddress,
#fsFooter .footer-contact .fsLocationPhone,
#fsFooter .footer-contact .fsLocationEmail {
    position: relative;
    margin-bottom: 36px;
    padding-top: 55px
}

#fsFooter .footer-contact .fsLocationAddress a,
#fsFooter .footer-contact .fsLocationPhone a,
#fsFooter .footer-contact .fsLocationEmail a {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%
}

@media(min-width: 1000px) {

    #fsFooter .footer-contact .fsLocationAddress,
    #fsFooter .footer-contact .fsLocationPhone,
    #fsFooter .footer-contact .fsLocationEmail {
        margin-right: 25px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-left: 55px
    }
}

@media(min-width: 1100px) {

    #fsFooter .footer-contact .fsLocationAddress,
    #fsFooter .footer-contact .fsLocationPhone,
    #fsFooter .footer-contact .fsLocationEmail {
        margin-right: 55px
    }
}

#fsFooter .footer-contact .fsLocationAddress:before,
#fsFooter .footer-contact .fsLocationPhone:before,
#fsFooter .footer-contact .fsLocationEmail:before {
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    background-color: var(--secondary-color, #A3A3A3);
    color: #fff
}

@media(min-width: 1000px) {

    #fsFooter .footer-contact .fsLocationAddress:before,
    #fsFooter .footer-contact .fsLocationPhone:before,
    #fsFooter .footer-contact .fsLocationEmail:before {
        top: 50%;
        left: 0px;
        -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%)
    }
}

#fsFooter .footer-contact .fsLocationPhone a,
#fsFooter .footer-contact .fsLocationEmail a {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0)
}

#fsFooter .footer-contact .fsLocationPhone a:hover,
#fsFooter .footer-contact .fsLocationPhone a:focus,
#fsFooter .footer-contact .fsLocationEmail a:hover,
#fsFooter .footer-contact .fsLocationEmail a:focus {
    color: #fff;
    text-decoration-color: #fff
}

#fsFooter .nav-social>header {
    display: none
}

#fsFooter .nav-social .fsNavLevel1 a:hover,
#fsFooter .nav-social .fsNavLevel1 a:focus {
    color: var(--primary-color, #404040) !important;
    text-decoration: none;
    background-color: #fff
}

#fsFooter .footer-accreditation {
    margin-bottom: 20px;
    position: relative;
    border-top: 1px solid hsla(0, 0%, 100%, .5);
    padding-top: 50px
}

@media(min-width: 1000px) {
    #fsFooter .footer-accreditation {
        margin-bottom: 55px;
        padding-top: 55px
    }
}

#fsFooter .footer-accreditation>header {
    display: none
}

#fsFooter .footer-accreditation>.fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(min-width: 1000px) {
    #fsFooter .footer-accreditation>.fsElementContent {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

#fsFooter .footer-accreditation article .fsTitle {
    display: none
}

#fsFooter .footer-accreditation article img {
    height: 42px
}

#fsFooter .footer-accreditation .fsResourceElement {
    margin-bottom: 30px
}

@media(min-width: 1000px) {
    #fsFooter .footer-accreditation .fsResourceElement {
        margin: 0 20px
    }
}

#fsFooter .footer-accreditation .fsResourceElement>header {
    display: none
}

#fsFooter .footer-accreditation .fsResourceElement article .fsTitle {
    display: none
}

#fsFooter .footer-utility {
    margin-bottom: 0px;
    text-align: center
}

@media(min-width: 600px) {
    #fsFooter .footer-utility {
        text-align: left
    }
}

#fsFooter .footer-utility>header {
    display: none
}

#fsFooter .footer-utility .fsNavLevel1 li {
    margin: 12px 0px
}

#fsFooter .footer-utility .fsNavLevel1 li:first-child {
    margin-top: 0px
}

#fsFooter .footer-utility .fsNavLevel1 li:last-child {
    margin-bottom: 0px
}

@media(min-width: 600px) {
    #fsFooter .footer-utility .fsNavLevel1 li {
        margin: 0 12px;
        display: inline-block
    }

    #fsFooter .footer-utility .fsNavLevel1 li:first-child {
        margin-left: 0px
    }

    #fsFooter .footer-utility .fsNavLevel1 li:last-child {
        margin-right: 0px
    }
}

#fsFooter .footer-utility .fsNavLevel1 li a {
    padding: 0px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0);
    position: relative
}

#fsFooter .footer-utility .fsNavLevel1 li a:hover,
#fsFooter .footer-utility .fsNavLevel1 li a:focus {
    color: #fff;
    text-decoration-color: #fff
}

* {
    -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: "League Spartan", sans-serif;
    background: #fff;
    -webkit-font-feature-settings: "clig" off, "liga" off;
    font-feature-settings: "clig" off, "liga" off;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    color: #525252;
    font-size: 1.3125rem;
    line-height: 2rem
}

[class*=fsElement][id].\:container\(width\<600px\) {
    font-size: 1rem;
    line-height: 1.5rem
}

#fsPageWrapper {
    overflow-x: hidden;
    position: relative
}

body.fsComposeMode #fsPageWrapper {
    overflow: visible
}

#fsPageBodyWrapper {
    background-color: #fff;
    padding: 50px 20px 40px
}

#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: 1000px) {
    #fsPageBody {
        display: block
    }
}

@media(min-width: 1000px) {
    #fsPageBody {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

#fsBannerLeft {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-bottom: 20px
}

@media(min-width: 1000px) {
    #fsBannerLeft {
        padding-right: 40px;
        width: 280px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0
    }
}

@media(min-width: 1100px) {
    #fsBannerLeft {
        padding-right: 60px;
        width: 360px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media(min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 40px;
        width: 280px
    }
}

@media(min-width: 1100px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
        padding-right: 60px;
        width: 360px
    }
}

@media(min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 40px;
        width: 280px
    }
}

@media(min-width: 1100px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
        padding-right: 60px;
        width: 360px
    }
}

#fsPageContent {
    width: 100%
}

.fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%
}

@media(min-width: 1000px) {
    .fsHasRightBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 280px)
    }
}

@media(min-width: 1100px) {
    .fsHasRightBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 360px)
    }
}

.fsHasLeftBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%
}

@media(min-width: 1000px) {
    .fsHasLeftBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 280px)
    }
}

@media(min-width: 1100px) {
    .fsHasLeftBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 360px)
    }
}

.fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%
}

@media(min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 280px)
    }
}

@media(min-width: 1100px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 360px)
    }
}

@media(min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 560px);
        margin-bottom: 0
    }
}

@media(min-width: 1100px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 720px)
    }
}

#fsBannerRight {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-bottom: 20px
}

@media(min-width: 1000px) {
    #fsBannerRight {
        padding-left: 40px;
        width: 280px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0
    }
}

@media(min-width: 1100px) {
    #fsBannerRight {
        padding-left: 60px;
        width: 360px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0
}

@media(min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 280px)
    }
}

@media(min-width: 1100px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 360px)
    }
}

@media(min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 40px;
        width: 280px
    }
}

@media(min-width: 1100px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 60px;
        width: 360px
    }
}

.fsSandwichThreeColumnLayout,
.fsTwoColumnTopLayout,
.fsLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(min-width: 1000px) {

    .fsSandwichThreeColumnLayout,
    .fsTwoColumnTopLayout,
    .fsLayout {
        margin-right: -20px;
        margin-left: -20px
    }
}

.fsSandwichThreeColumnLayout>div[class*=ColumnLayout],
.fsSandwichThreeColumnLayout>.fsDiv,
.fsTwoColumnTopLayout>div[class*=ColumnLayout],
.fsTwoColumnTopLayout>.fsDiv,
.fsLayout>div[class*=ColumnLayout],
.fsLayout>.fsDiv {
    float: none;
    width: 100%;
    margin-bottom: 20px
}

@media(min-width: 1000px) {

    .fsSandwichThreeColumnLayout>div[class*=ColumnLayout],
    .fsSandwichThreeColumnLayout>.fsDiv,
    .fsTwoColumnTopLayout>div[class*=ColumnLayout],
    .fsTwoColumnTopLayout>.fsDiv,
    .fsLayout>div[class*=ColumnLayout],
    .fsLayout>.fsDiv {
        padding-right: 20px;
        padding-left: 20px
    }
}

.fsSandwichThreeColumnLayout>header,
.fsSandwichThreeColumnLayout>footer,
.fsTwoColumnTopLayout>header,
.fsTwoColumnTopLayout>footer,
.fsLayout>header,
.fsLayout>footer {
    width: 100%
}

@media(min-width: 1000px) {

    .fsSandwichThreeColumnLayout>header,
    .fsSandwichThreeColumnLayout>footer,
    .fsTwoColumnTopLayout>header,
    .fsTwoColumnTopLayout>footer,
    .fsLayout>header,
    .fsLayout>footer {
        padding-right: 20px;
        padding-left: 20px
    }
}

.fsSandwichThreeColumnLayout .fsElementAddWrapper,
.fsTwoColumnTopLayout .fsElementAddWrapper,
.fsLayout .fsElementAddWrapper {
    width: 100%
}

@media(min-width: 1000px) {
    .fsOneColumnLayout:not(.fsPageLayout) {
        max-width: 1020px;
        margin-left: auto;
        margin-right: auto
    }
}

.fsTwoColumnLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(min-width: 800px) {
    .fsTwoColumnLayout {
        margin-right: -20px;
        margin-left: -20px
    }
}

.fsTwoColumnLayout>.fsDiv {
    float: none;
    width: 100%;
    margin-bottom: 20px
}

@media(min-width: 800px) {
    .fsTwoColumnLayout>.fsDiv {
        padding-right: 20px;
        padding-left: 20px;
        width: 50%
    }
}

@media(max-width: 799px) {
    .fsTwoColumnLayout.no-column-margin .fsStyleColumn-1 {
        margin-bottom: 0
    }
}

.fsThreeColumnLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(min-width: 900px) {
    .fsThreeColumnLayout {
        margin-right: -20px;
        margin-left: -20px
    }
}

.fsThreeColumnLayout>.fsDiv {
    float: none;
    width: 100%;
    margin-bottom: 20px
}

@media(min-width: 900px) {
    .fsThreeColumnLayout>.fsDiv {
        padding-right: 20px;
        padding-left: 20px;
        width: 33.3333333333%
    }
}

.fsFourColumnLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(min-width: 800px) {
    .fsFourColumnLayout {
        margin-right: -20px;
        margin-left: -20px
    }
}

.fsFourColumnLayout>.fsDiv {
    float: none;
    width: 100%;
    margin-bottom: 20px
}

@media(min-width: 800px) {
    .fsFourColumnLayout>.fsDiv {
        padding-right: 20px;
        padding-left: 20px;
        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
}

.fsTwoColumnWideRightLayout,
.fsElephantLeftLayout {
    margin-left: 0;
    margin-right: 0
}

.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: 1000px) {

    .fsTwoColumnWideRightLayout>.fsStyleOneThird,
    .fsElephantLeftLayout>.fsStyleOneThird {
        padding-left: 0;
        padding-right: 40px;
        width: 280px;
        max-width: 40%;
        margin-bottom: 0
    }
}

@media(min-width: 1100px) {

    .fsTwoColumnWideRightLayout>.fsStyleOneThird,
    .fsElephantLeftLayout>.fsStyleOneThird {
        padding-right: 60px;
        width: 440px
    }
}

.fsTwoColumnWideRightLayout>.fsStyleTwoThirds,
.fsElephantLeftLayout>.fsStyleTwoThirds {
    width: 100%;
    margin-bottom: 20px
}

@media(min-width: 1000px) {

    .fsTwoColumnWideRightLayout>.fsStyleTwoThirds,
    .fsElephantLeftLayout>.fsStyleTwoThirds {
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 280px);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

@media(min-width: 1100px) {

    .fsTwoColumnWideRightLayout>.fsStyleTwoThirds,
    .fsElephantLeftLayout>.fsStyleTwoThirds {
        width: calc(100% - 440px)
    }
}

.fsTwoColumnWideRightLayout>.fsStyleTwoThirds>.fsDiv,
.fsElephantLeftLayout>.fsStyleTwoThirds>.fsDiv {
    margin-bottom: 20px
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
    width: 100%
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
        width: calc(100% - 360px)
    }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding-left: 0;
    margin-top: 20px
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
        padding-left: 60px;
        width: 360px;
        margin-top: 0
    }
}

@media(min-width: 1000px) {

    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsPageLayout>.fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsPageLayout>.fsStyleOneThird {
        padding-right: 40px;
        width: 280px
    }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsPageLayout>.fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner .fsPageLayout>.fsStyleTwoThirds {
    width: 100%
}

@media(min-width: 1000px) {

    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsPageLayout>.fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsPageLayout>.fsStyleTwoThirds {
        width: calc(100% - 280px)
    }
}

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
    width: 100%
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 360px)
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
        padding-right: 60px;
        width: 360px;
        margin-top: 0
    }
}

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsPageLayout>.fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsPageLayout>.fsStyleOneThird {
    width: 100%;
    padding-right: 0
}

@media(min-width: 1000px) {

    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsPageLayout>.fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasLeftBanner .fsPageLayout>.fsStyleOneThird {
        padding-right: 40px;
        width: 280px
    }
}

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsPageLayout>.fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsPageLayout>.fsStyleTwoThirds {
    width: 100%
}

@media(min-width: 1000px) {

    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsPageLayout>.fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasLeftBanner .fsPageLayout>.fsStyleTwoThirds {
        width: calc(100% - 280px)
    }
}

@media(min-width: 1000px) {

    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
        padding-right: 40px;
        width: 280px
    }
}

@media(min-width: 1000px) {

    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
        padding-right: 40px;
        width: 280px
    }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: 100%;
    margin-bottom: 0
}

@media(min-width: 1000px) {

    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 280px)
    }
}

@media(min-width: 1000px) {

    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 560px)
    }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0
}

@media(min-width: 1000px) {

    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
        padding-left: 40px;
        width: 280px;
        margin-top: 0
    }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsPageLayout>.fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsPageLayout>.fsStyleOneThird {
    margin-bottom: 20px;
    width: 100%
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsPageLayout>.fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsPageLayout>.fsStyleOneThird {
        padding-right: 40px;
        width: 280px;
        margin-bottom: 0
    }
}

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsPageLayout>.fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsPageLayout>.fsStyleTwoThirds {
    margin-bottom: 20px;
    width: 100%;
    margin-bottom: 0
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsPageLayout>.fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsPageLayout>.fsStyleTwoThirds {
        width: calc(100% - 280px)
    }
}

.fsTwoColumnWideLeftLayout,
.fsElephantRightLayout {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.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: 1000px) {

    .fsTwoColumnWideLeftLayout>.fsStyleOneThird,
    .fsElephantRightLayout>.fsStyleOneThird {
        padding-left: 40px;
        padding-right: 0;
        width: 280px;
        margin-bottom: 0;
        max-width: 40%
    }
}

@media(min-width: 1100px) {

    .fsTwoColumnWideLeftLayout>.fsStyleOneThird,
    .fsElephantRightLayout>.fsStyleOneThird {
        padding-left: 40px;
        width: 440px
    }
}

.fsTwoColumnWideLeftLayout>.fsStyleTwoThirds,
.fsElephantRightLayout>.fsStyleTwoThirds {
    width: 100%;
    margin-bottom: 20px
}

@media(min-width: 1000px) {

    .fsTwoColumnWideLeftLayout>.fsStyleTwoThirds,
    .fsElephantRightLayout>.fsStyleTwoThirds {
        width: calc(100% - 280px);
        padding-left: 0;
        padding-right: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

@media(min-width: 1100px) {

    .fsTwoColumnWideLeftLayout>.fsStyleTwoThirds,
    .fsElephantRightLayout>.fsStyleTwoThirds {
        width: calc(100% - 440px)
    }
}

.fsTwoColumnWideLeftLayout>.fsStyleTwoThirds>.fsDiv,
.fsElephantRightLayout>.fsStyleTwoThirds>.fsDiv {
    margin-bottom: 20px
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
    width: 100%
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 360px)
    }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
        padding-right: 60px;
        width: 360px
    }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsPageLayout>.fsStyleOneThird,
.fsHasElephantRightLayout.fsHasLeftBanner .fsPageLayout>.fsStyleOneThird {
    width: 100%;
    padding-left: 0
}

@media(min-width: 1000px) {

    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsPageLayout>.fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsPageLayout>.fsStyleOneThird {
        padding-left: 40px;
        width: 280px
    }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsPageLayout>.fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasLeftBanner .fsPageLayout>.fsStyleTwoThirds {
    margin-bottom: 20px;
    width: 100%
}

@media(min-width: 1000px) {

    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsPageLayout>.fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsPageLayout>.fsStyleTwoThirds {
        width: calc(100% - 280px);
        margin-bottom: 0
    }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
    width: 100%
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
        width: calc(100% - 360px)
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
    .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
        padding-left: 60px;
        width: 360px;
        margin-top: 0
    }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsPageLayout>.fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner .fsPageLayout>.fsStyleOneThird {
    width: 100%;
    padding-left: 0
}

@media(min-width: 1000px) {

    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsPageLayout>.fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner .fsPageLayout>.fsStyleOneThird {
        padding-left: 40px;
        width: 280px
    }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsPageLayout>.fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner .fsPageLayout>.fsStyleTwoThirds {
    width: 100%
}

@media(min-width: 1000px) {

    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsPageLayout>.fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner .fsPageLayout>.fsStyleTwoThirds {
        width: calc(100% - 280px)
    }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0
}

@media(min-width: 1000px) {

    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
        padding-left: 40px;
        width: 280px;
        margin-top: 0
    }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
    width: 100%;
    margin-bottom: 0
}

@media(min-width: 1000px) {

    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 280px)
    }
}

@media(min-width: 1000px) {

    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 560px)
    }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px
}

@media(min-width: 1000px) {

    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
        padding-right: 40px;
        width: 280px;
        margin-bottom: 0
    }
}

@media(min-width: 1000px) {

    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
        padding-right: 40px;
        width: 280px
    }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsPageLayout>.fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsPageLayout>.fsStyleOneThird {
    margin-bottom: 0
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsPageLayout>.fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsPageLayout>.fsStyleOneThird {
        padding-left: 40px;
        width: 280px
    }
}

@media(min-width: 1000px) {

    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsPageLayout>.fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsPageLayout>.fsStyleOneThird {
        width: 100%;
        padding-left: 0
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsPageLayout>.fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsPageLayout>.fsStyleOneThird {
        padding-left: 40px;
        width: 280px
    }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsPageLayout>.fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsPageLayout>.fsStyleTwoThirds {
    margin-bottom: 0
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsPageLayout>.fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsPageLayout>.fsStyleTwoThirds {
        width: calc(100% - 280px)
    }
}

@media(min-width: 1000px) {

    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsPageLayout>.fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsPageLayout>.fsStyleTwoThirds {
        width: 100%
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsPageLayout>.fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsPageLayout>.fsStyleTwoThirds {
        width: calc(100% - 280px)
    }
}

@media(max-width: 700px) {

    .fsHasLeftBanner .fsTwoColumnWideRightLayout>.fsStyleOneThird,
    .fsHasLeftBanner .fsElephantLeftLayout>.fsStyleOneThird,
    .fsHasLeftBanner .fsTwoColumnWideRightLayout>.fsStyleTwoThirds,
    .fsHasLeftBanner .fsElephantLeftLayout>.fsStyleTwoThirds,
    .fsHasRightBanner .fsTwoColumnWideRightLayout>.fsStyleOneThird,
    .fsHasRightBanner .fsElephantLeftLayout>.fsStyleOneThird,
    .fsHasRightBanner .fsTwoColumnWideRightLayout>.fsStyleTwoThirds,
    .fsHasRightBanner .fsElephantLeftLayout>.fsStyleTwoThirds {
        width: 100%;
        max-width: 100%;
        padding: 0
    }
}

@media(max-width: 700px) {

    .fsHasLeftBanner .fsTwoColumnWideLeftLayout>.fsStyleOneThird,
    .fsHasLeftBanner .fsElephantLeftLayout>.fsStyleOneThird,
    .fsHasLeftBanner .fsTwoColumnWideLeftLayout>.fsStyleTwoThirds,
    .fsHasLeftBanner .fsElephantLeftLayout>.fsStyleTwoThirds,
    .fsHasRightBanner .fsTwoColumnWideLeftLayout>.fsStyleOneThird,
    .fsHasRightBanner .fsElephantLeftLayout>.fsStyleOneThird,
    .fsHasRightBanner .fsTwoColumnWideLeftLayout>.fsStyleTwoThirds,
    .fsHasRightBanner .fsElephantLeftLayout>.fsStyleTwoThirds {
        width: 100%;
        max-width: 100%;
        padding: 0
    }
}

body:not(.home) .fsPageBodyWrapper .fsTwoColumnLayout:not(.fsElement):not(.fsLayout),
body:not(.home) .fsPageBodyWrapper .fsThreeColumnLayout:not(.fsElement):not(.fsLayout) {
    width: 100%
}

@media(min-width: 800px) {
    .fsElement.fsLayout.fsTwoColumnLayout {
        margin-right: -10px;
        margin-left: -10px
    }
}

@media(min-width: 1000px) {
    .fsElement.fsLayout.fsTwoColumnLayout {
        margin-right: -20px;
        margin-left: -20px
    }
}

@media(min-width: 800px) {

    .fsElement.fsLayout.fsTwoColumnLayout>*>.fsDiv,
    .fsElement.fsLayout.fsTwoColumnLayout>.fsDiv {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media(min-width: 1000px) {

    .fsElement.fsLayout.fsTwoColumnLayout>*>.fsDiv,
    .fsElement.fsLayout.fsTwoColumnLayout>.fsDiv {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media(min-width: 800px) {

    .fsElement.fsLayout.fsTwoColumnLayout>header,
    .fsElement.fsLayout.fsTwoColumnLayout>footer {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media(min-width: 1000px) {

    .fsElement.fsLayout.fsTwoColumnLayout>header,
    .fsElement.fsLayout.fsTwoColumnLayout>footer {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media(min-width: 900px) {

    .fsElement.fsLayout.fsThreeColumnLayout>*>.fsDiv,
    .fsElement.fsLayout.fsThreeColumnLayout>.fsDiv {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media(min-width: 1000px) {

    .fsElement.fsLayout.fsThreeColumnLayout>*>.fsDiv,
    .fsElement.fsLayout.fsThreeColumnLayout>.fsDiv {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media(min-width: 900px) {

    .fsElement.fsLayout.fsThreeColumnLayout>header,
    .fsElement.fsLayout.fsThreeColumnLayout>footer {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media(min-width: 1000px) {

    .fsElement.fsLayout.fsThreeColumnLayout>header,
    .fsElement.fsLayout.fsThreeColumnLayout>footer {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media(min-width: 1100px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 720px)
    }

    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft,
    .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: 360px
    }
}

#fsPoweredByFinalsite {
    margin: 20px auto 0
}

@media(min-width: 1100px) {
    #fsPoweredByFinalsite {
        position: absolute !important;
        margin: 0px;
        bottom: 3px;
        right: 0px
    }
}

/*! elements - constituent main */
/*! elements - constituent default layout */
.fsConstituent {
    word-break: break-word
}

.fsConstituent .fsElementPagination {
    margin: 20px 0
}

.fsConstituent .fsPhoto[style*=background-image],
.fsConstituent .fsProfileImage[style*=background-image] {
    background-size: cover;
    background-position: center;
    display: inline-block
}

.fsConstituent .fsPhoto[style*=background-image]>img,
.fsConstituent .fsProfileImage[style*=background-image]>img {
    opacity: 0;
    visibility: hidden
}

.fsConstituent .fsFullName {
    margin-top: 0;
    font-weight: 700;
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-size: 1.375rem;
    line-height: 2rem;
    margin-bottom: 20px
}

p+.fsConstituent .fsFullName {
    margin-top: 40px
}

.fsConstituent .fsFullName.\:container\(width\<600px\) {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 10px
}

.fsBanner .fsConstituent .fsFullName,
.fsStyleOneThird .fsConstituent .fsFullName {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 10px
}

@media(max-width: 999px) {
    .fsConstituent .fsFullName {
        font-size: 1.25rem;
        line-height: 1.75rem;
        margin-bottom: 10px
    }
}

.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;
    margin: 0 auto 20px
}

.fsConstituent:not(.fsThumbnailAlignLeft):not(.fsThumbnailAlignRight) .fsPhoto {
    max-width: unset
}

.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;
    padding: 30px;
    border: solid 1px #e5e5e5
}

.fsConstituentItem>h3,
.fsConstituentItem>div {
    margin-bottom: 5px
}

.fsConstituentItem>h3:last-child,
.fsConstituentItem>div:last-child {
    margin-bottom: 0
}

.fsConstituentItem .fsPhoto {
    width: auto;
    margin-bottom: 30px;
    margin: -30px -30px 30px
}

.fsConstituentItem .fsPhoto:not(:first-child) {
    margin-top: 0
}

.fsConstituentItem .fsPhoto:last-child {
    margin-bottom: 0
}

.fsConstituentItem .fsPhoto .fsCroppedImage,
.fsConstituentItem .fsPhoto img {
    display: block;
    width: 100%
}

.fsConstituentItem .fsFullName a {
    color: inherit;
    text-decoration: none
}

.fsConstituentItem .fsFullName a:hover,
.fsConstituentItem .fsFullName a:focus {
    color: var(--primary-color, #404040);
    text-decoration: underline
}

div[class^=fsConstituentColumnLayout] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
    margin: 0 -10px
}

@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>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: 1px solid #525252;
    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: 4px;
    font-size: .875rem;
    line-height: 1.3571428571;
    font-weight: 600
}

.fsConstituentSearchForm>label>select,
.fsConstituentSearchForm>label>input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 1px solid #a3a3a3;
    border-radius: 3px;
    -webkit-transition: .3s border;
    transition: .3s border
}

.fsConstituentSearchForm>label>select:hover,
.fsConstituentSearchForm>label>select:focus,
.fsConstituentSearchForm>label>input:hover,
.fsConstituentSearchForm>label>input:focus {
    border-color: #727272
}

.fsConstituentSearchForm>label>select {
    height: 37px;
    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 */
.fsTabs .fsPanel,
.fsAccordion .fsPanel {
    border-top: solid 1px #e5e5e5
}

.fsTabs .fsPanel:last-child,
.fsAccordion .fsPanel:last-child {
    border-bottom: solid 1px #e5e5e5
}

.fsTabs .fsPanel>header,
.fsAccordion .fsPanel>header {
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: .3s;
    transition: .3s
}

.fsTabs .fsPanel>header h2,
.fsAccordion .fsPanel>header h2 {
    margin-top: 0;
    font-weight: 700;
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 0;
    padding: 24px 20px;
    color: #727272;
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative
}

p+.fsTabs .fsPanel>header h2,
p+.fsAccordion .fsPanel>header h2 {
    margin-top: 40px
}

.fsTabs .fsPanel>header h2.\:container\(width\<600px\),
.fsAccordion .fsPanel>header h2.\:container\(width\<600px\) {
    font-size: 1.0625rem;
    line-height: 1.5rem
}

.fsBanner .fsTabs .fsPanel>header h2,
.fsBanner .fsAccordion .fsPanel>header h2,
.fsStyleOneThird .fsTabs .fsPanel>header h2,
.fsStyleOneThird .fsAccordion .fsPanel>header h2 {
    font-size: 1.0625rem;
    line-height: 1.5rem
}

@media(max-width: 999px) {

    .fsTabs .fsPanel>header h2,
    .fsAccordion .fsPanel>header h2 {
        font-size: 1.0625rem;
        line-height: 1.5rem
    }
}

.fsTabs .fsPanel>header h2 a,
.fsAccordion .fsPanel>header h2 a {
    -webkit-transition: none;
    transition: none;
    font-weight: 500
}

.fsTabs .fsPanel>header:hover,
.fsAccordion .fsPanel>header:hover,
.fsTabs .fsPanel>header:focus-within,
.fsAccordion .fsPanel>header:focus-within {
    background: #f5f5f5;
    -webkit-transition: .3s;
    transition: .3s
}

.fsTabs .fsPanel>header:hover h2,
.fsAccordion .fsPanel>header:hover h2,
.fsTabs .fsPanel>header:focus-within h2,
.fsAccordion .fsPanel>header:focus-within h2 {
    color: #262626;
    -webkit-transition: .3s;
    transition: .3s
}

@media(min-width: 600px) {

    .fsTabs .fsPanel>.fsElementContent,
    .fsAccordion .fsPanel>.fsElementContent {
        padding: 10px 20px 10px 29px;
        -webkit-box-shadow: inset 4px 0px 0px var(--primary-color, #404040);
        box-shadow: inset 4px 0px 0px var(--primary-color, #404040);
        margin-bottom: 20px;
        width: 100%;
        max-width: calc(100% - 20px);
        margin-left: auto
    }
}

.fsTabs .fsPanel.fsStateOpen>header,
.fsAccordion .fsPanel.fsStateOpen>header {
    background: rgba(0, 0, 0, 0)
}

.fsTabs .fsPanel.fsStateOpen>header h2,
.fsAccordion .fsPanel.fsStateOpen>header h2 {
    color: var(--primary-color, #404040)
}

.fsTabs .fsPanel.fsStateOpen>header h2:before,
.fsAccordion .fsPanel.fsStateOpen>header h2:before {
    content: ""
}

.fsPanelIconAfter.fsTabs .fsPanel>header h2::after,
.fsPanelIconAfter.fsAccordion .fsPanel>header h2::after,
.fsPanelIconBefore.fsTabs .fsPanel>header h2::before,
.fsPanelIconBefore.fsAccordion .fsPanel>header h2::before {
    content: "";
    border: none;
    width: auto;
    height: auto;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    font-family: "IcoMoon";
    font-size: 16px;
    content: ""
}

.fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen>header h2::before,
.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen>header h2::before,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen>header h2::after,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen>header h2::after {
    content: "";
    border: none;
    width: auto;
    height: auto;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    font-family: "IcoMoon";
    font-size: 16px;
    content: ""
}

.fsPanelIconBefore.fsTabs .fsPanel>header h2,
.fsPanelIconBefore.fsAccordion .fsPanel>header h2 {
    padding-left: 51px
}

.fsPanelIconBefore.fsTabs .fsPanel>header h2:before,
.fsPanelIconBefore.fsAccordion .fsPanel>header h2:before {
    left: 12px
}

.fsPanelIconAfter.fsTabs .fsPanel>header h2,
.fsPanelIconAfter.fsAccordion .fsPanel>header h2 {
    padding-right: 51px
}

.fsPanelIconAfter.fsTabs .fsPanel>header h2:before,
.fsPanelIconAfter.fsAccordion .fsPanel>header h2:before {
    display: none
}

.fsPanelIconAfter.fsTabs .fsPanel>header h2:after,
.fsPanelIconAfter.fsAccordion .fsPanel>header h2:after {
    right: 12px
}

.fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel>header h2:before,
.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel>header h2:before {
    content: ""
}

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent>.fsElementContent {
    width: 100%
}

.fsAthleticsEvent .fsAlertFeeds {
    margin-bottom: 10px
}

.fsAthleticsEvent .fsElementEventIcon {
    display: inline-block
}

.fsAthleticsEvent .fsElementEventIcon img {
    max-width: 30px
}

.fsAthleticsEvent div.fsTitle {
    display: inline-block
}

/*! elements - athletics events - list subtype */
.fsAthleticsEvent.fsList .fsElementEventIcon {
    margin-right: 10px
}

.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 .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 .fsAthleticsTitle {
    margin-top: 0;
    font-weight: 700;
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-size: 1.75rem;
    line-height: 2.25rem;
    margin-bottom: 20px
}

p+.fsAthleticsEvent.fsDialog .fsAthleticsTitle {
    margin-top: 40px
}

.fsAthleticsEvent.fsDialog .fsAthleticsTitle.\:container\(width\<600px\) {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-bottom: 10px
}

.fsBanner .fsAthleticsEvent.fsDialog .fsAthleticsTitle,
.fsStyleOneThird .fsAthleticsEvent.fsDialog .fsAthleticsTitle {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-bottom: 10px
}

@media(max-width: 999px) {
    .fsAthleticsEvent.fsDialog .fsAthleticsTitle {
        font-size: 1.5rem;
        line-height: 2.25rem;
        margin-bottom: 10px
    }
}

.fsAthleticsEvent.fsDialog .fsAthleticsLabel {
    font-weight: bold;
    margin-top: 20px
}

.fsAthleticsEvent.fsDialog .fsAthleticsAddress>div {
    margin-top: 10px
}

/*! elements - athletics roster */
.fsAthleticsRosterList li>div:before,
.fsAthleticsRoster .fsElementTable td:before {
    margin-right: 5px;
    display: inline-block;
    font-weight: 700
}

.fsAthleticsRosterList li>div.fsRosterPlayerNumber:before,
.fsAthleticsRoster .fsElementTable td.fsRosterPlayerNumber:before {
    content: "Number: "
}

.fsAthleticsRosterList li>div.fsRosterName:before,
.fsAthleticsRoster .fsElementTable td.fsRosterName:before {
    content: "Name: "
}

.fsAthleticsRosterList li>div.fsRosterPosition:before,
.fsAthleticsRoster .fsElementTable td.fsRosterPosition:before {
    content: "Position: "
}

.fsAthleticsRosterList li>div.fsRosterClass:before,
.fsAthleticsRoster .fsElementTable td.fsRosterClass:before {
    content: "Class: "
}

.fsAthleticsRosterList li>div.fsRosterGradeLevel:before,
.fsAthleticsRoster .fsElementTable td.fsRosterGradeLevel:before {
    content: "Grade: "
}

.fsAthleticsRosterList li>div.fsRosterHometown:before,
.fsAthleticsRoster .fsElementTable td.fsRosterHometown:before {
    content: "Hometown: "
}

.fsAthleticsRosterList li>div.fsRosterHeight:before,
.fsAthleticsRoster .fsElementTable td.fsRosterHeight:before {
    content: "Height: "
}

.fsAthleticsRosterList li>div.fsRosterWeight:before,
.fsAthleticsRoster .fsElementTable td.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: 40px;
    margin-bottom: 40px;
    border-bottom: solid 1px #e5e5e5
}

.fsAthleticsRosterList li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.fsAthleticsRosterList li>div {
    margin-bottom: 10px
}

.fsAthleticsRosterList li>div:last-child {
    margin-bottom: 0
}

.fsAthleticsRosterList li>div.fsRosterName {
    margin-bottom: 10px
}

.fsAthleticsRosterList li>div.fsRosterName:before {
    display: none
}

.fsAthleticsRosterList .fsCoachImage {
    display: block;
    margin-bottom: 10px
}

/*! elements - athletics teams */
.fsAthleticsTeamDirectory {
    max-width: 100%
}

.fsAthleticsTeamDirectory,
.fsAthleticsTeamDirectory ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.fsAthleticsTeamDirectory li {
    margin: 0;
    padding: 0
}

.fsAthleticsTeamDirectory>li {
    margin-bottom: 10px
}

.fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
    display: inline-block
}

.fsAthleticsTeamIcon {
    margin-right: 10px
}

.fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
    float: none
}

@media(min-width: 600px) {
    .fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
        float: left
    }
}

.fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
    float: none
}

@media(min-width: 600px) {
    .fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
        float: right
    }
}

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */
.fsCalendar article {
    position: relative;
    padding-left: 120px;
    min-height: 90px;
    padding-top: 0
}

.fsCalendar article .fsElementEventColorIcon {
    width: 12px;
    height: 12px
}

.fsCalendar .fsDate {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    min-height: 90px;
    width: 90px;
    color: #fff;
    background: var(--primary-color, #404040);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 0;
    border-radius: 12px
}

.fsCalendar .fsDate>span.fsDay {
    font-size: 32px;
    line-height: 26px;
    letter-spacing: normal
}

.fsCalendar .fsTitle {
    font-size: 28px;
    line-height: 1.16
}

.fsCalendar .fsTitle.\:container\(width\<400px\) {
    font-size: 24px
}

.fsBanner .fsCalendar .fsTitle,
.fsStyleOneThird .fsCalendar .fsTitle {
    font-size: 24px
}

@media(max-width: 999px) {
    .fsCalendar .fsTitle {
        font-size: 24px
    }
}

.fsCalendar .fsEventDetails {
    margin-bottom: 15px
}

.fsCalendar .fsEventDetails:last-child {
    margin-bottom: 0
}

.fsCalendar .fsEventDetails>hr {
    display: none
}

.fsCalendar .fsAllDay,
.fsCalendar .fsTimeRange,
.fsCalendar .fsLocation {
    position: relative;
    font-size: 14px;
    line-height: 1.4;
    color: #727272;
    margin-top: 5px;
    font-weight: 500
}

.fsCalendar .fsAllDay:first-child,
.fsCalendar .fsTimeRange:first-child,
.fsCalendar .fsLocation:first-child {
    margin-top: 0
}

.fsCalendar .fsAllDay:before,
.fsCalendar .fsTimeRange:before,
.fsCalendar .fsLocation:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #727272
}

.fsCalendar .fsAllDay,
.fsCalendar .fsTimeRange {
    padding-left: 24px
}

.fsCalendar .fsAllDay:before,
.fsCalendar .fsTimeRange:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.fsCalendar .fsLocation {
    padding-left: 26px
}

.fsCalendar .fsLocation:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.fsCalendar .fsNotes,
.fsCalendar .fsDescription {
    margin-top: 15px
}

.fsCalendar .fsNotes:first-child,
.fsCalendar .fsDescription:first-child {
    margin-top: 0
}

.fsCalendar article .fsReadMoreLink {
    font-size: 18px;
    line-height: 1.4
}

.fsCalendar article.\:container\(width\<800px\) .fsReadMoreLink {
    font-size: 14px
}

.fsBanner .fsCalendar article .fsReadMoreLink,
.fsStyleOneThird .fsCalendar article .fsReadMoreLink {
    font-size: 14px
}

@media(max-width: 999px) {
    .fsCalendar article .fsReadMoreLink {
        font-size: 14px
    }
}

@media(max-width: 599px) {
    .fsCalendar article {
        padding-left: 0px
    }

    .fsCalendar .fsDate {
        position: relative;
        margin-bottom: 20px
    }
}

.fsCalendar.long-date article,
.fsDialogContent.long-date article {
    padding-left: 110px
}

@media(max-width: 599px) {

    .fsCalendar.long-date article,
    .fsDialogContent.long-date article {
        padding-left: 0px
    }
}

.fsCalendar.long-date .fsDate,
.fsDialogContent.long-date .fsDate {
    width: 90px;
    min-height: 77px;
    padding-top: 16px;
    padding-bottom: 16px
}

.fsCalendar.long-date .fsDate .fsDay,
.fsDialogContent.long-date .fsDate .fsDay {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 32px;
    line-height: 24px
}

.fsCalendar.long-date .fsDate .fsDay:last-child,
.fsDialogContent.long-date .fsDate .fsDay:last-child {
    margin-bottom: 0px
}

.fsCalendar.long-date .fsDate .fsDayName,
.fsDialogContent.long-date .fsDate .fsDayName {
    font-size: 10px;
    line-height: 1.2
}

.fsCalendar.long-date .fsDate .fsSeparator,
.fsDialogContent.long-date .fsDate .fsSeparator {
    display: none
}

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */
/*! _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: 40px
}

.fsCalendar.fsGrid .fsCalendarEventTitle {
    font-weight: bold
}

.fsCalendarEventGrid .fsCalendarRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fsCalendarEventGrid .fsCalendarRow .fsCalendarToday {
    background-color: #e5e5e5
}

.fsCalendarEventGrid .fsCalendarRow .fsCalendarOutOfRange {
    background-color: rgba(0, 0, 0, 0)
}

.fsCalendarEventGrid .fsCalendarRow .fsCalendarOutOfRange .fsCalendarDate {
    background-color: #d4d4d4
}

.fsCalendarEventGrid .fsCalendarDaybox {
    border-color: #a3a3a3
}

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
    color: #525252
}

.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;
    display: table;
    padding: 5px;
    margin: -5px -5px 5px auto
}

@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 #a3a3a3;
        -webkit-box-shadow: 0 1px 0 0 #a3a3a3;
        box-shadow: 0 1px 0 0 #a3a3a3
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow:last-child {
        border-bottom: solid 1px #a3a3a3;
        -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 #a3a3a3;
        border-top: 1px solid #a3a3a3;
        color: #525252;
        background: #fff;
        -webkit-transition: .3s;
        transition: .3s
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:not(.fsCalendarWeekendDayBox):hover,
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:not(.fsCalendarWeekendDayBox):focus,
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div:hover,
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div:focus {
        color: #fff;
        background: var(--primary-color, #404040);
        -webkit-transition: .3s;
        transition: .3s
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:not(.fsCalendarWeekendDayBox):hover .fsCalendarOutOfRange,
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:not(.fsCalendarWeekendDayBox):focus .fsCalendarOutOfRange,
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div:hover .fsCalendarOutOfRange,
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div:focus .fsCalendarOutOfRange {
        color: #fff;
        -webkit-transition: .3s;
        transition: .3s
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:not(.fsCalendarWeekendDayBox):hover .fsCalendarOutOfRange .fsCalendarDate,
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:not(.fsCalendarWeekendDayBox):focus .fsCalendarOutOfRange .fsCalendarDate,
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div:hover .fsCalendarOutOfRange .fsCalendarDate,
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div:focus .fsCalendarOutOfRange .fsCalendarDate {
        background: var(--primary-color, #404040);
        -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;
        background-color: rgba(0, 0, 0, 0)
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background: var(--primary-color, #404040);
        color: #fff
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents .fsCalendarDate:after {
        content: "●";
        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 #a3a3a3;
        box-shadow: inset 0 -1px 0 0 #a3a3a3
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div:not([tabIndex]) .fsCalendarDate {
        margin-bottom: 0
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div:not([tabIndex]) .fsCalendarDate:after {
        display: none
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div.selected {
        color: #fff;
        background: #404040
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div.selected:hover,
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div.selected:focus {
        color: #fff;
        background: var(--primary-color, #404040);
        -webkit-transition: .3s;
        transition: .3s
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div.selected .fsCalendarOutOfRange {
        background: inherit;
        color: inherit
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox .fsCalendarDate {
        padding: calc(25% - 14px/2) 0 calc(25% - 14px/2);
        margin: 0 0 3px;
        font-size: .75rem;
        display: block;
        height: 100%;
        background-color: rgba(0, 0, 0, 0)
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        color: #fff;
        background: #404040
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected .fsCalendarOutOfRange {
        background: inherit;
        color: inherit
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange {
        background: #d4d4d4;
        color: #525252;
        -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 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #f5f5f5 !important;
    background: #f5f5f5;
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all;
    display: table;
    margin: 20px auto
}

.scroll-up:hover,
.scroll-up:focus,
.fsStateSelected .scroll-up,
.scroll-up.on {
    border-color: #e5e5e5 !important;
    background: #e5e5e5;
    color: #262626;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.scroll-up.full-width {
    width: 100%;
    max-width: unset
}

.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.fsSlideshow.fsSlideshowHorizontal .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fsCalendar.fsSlideshow article {
    outline: solid 1px #e5e5e5;
    outline-offset: -10px;
    padding: 40px;
    text-align: center
}

.fsCalendar.fsSlideshow .fsDate {
    position: static;
    margin: 0 auto 20px
}

.fsCalendar.fsSlideshow .fsEventDetails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

/*! _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: "League Spartan", sans-serif;
    font-size: 21px;
    line-height: 32px;
    color: #525252
}

.fsComposerFormEmbed form input {
    border: solid 1px #e5e5e5
}

.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 #e5e5e5
}

.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: var(--primary-color, #404040);
    margin-right: 10px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.fsComposerFormEmbed form .linkLike:hover {
    color: var(--primary-color, #404040)
}

.fsComposerFormEmbed form .required {
    color: var(--primary-color, #404040);
    -webkit-transition: .3s color;
    transition: .3s color
}

.fsComposerFormEmbed form .valFail {
    background-color: rgba(0, 0, 0, 0);
    border: 0
}

.fsComposerFormEmbed form .valFail .required,
.fsComposerFormEmbed form .valFail .valFailMsg {
    color: #903
}

.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: var(--primary-color, #404040);
    -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: var(--primary-color, #404040);
    -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 {
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #f5f5f5 !important;
    background: #f5f5f5;
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.fsComposerFormEmbed form .submitBtn:hover,
.fsComposerFormEmbed form .submitBtn:focus,
.fsStateSelected .fsComposerFormEmbed form .submitBtn,
.fsComposerFormEmbed form .submitBtn.on {
    border-color: #e5e5e5 !important;
    background: #e5e5e5;
    color: #262626;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.fsComposerFormEmbed form .submitBtn.full-width {
    width: 100%;
    max-width: unset
}

.fsComposerFormEmbed .ui-widget {
    font-family: "League Spartan", 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: "›"
}

.fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
    content: "‹"
}

.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, .05);
    text-align: center
}

.fsComposerFormEmbed .ui-datepicker .ui-state-active {
    background: rgba(0, 0, 0, .1)
}

.fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
    border: solid 1px #d3d3d3;
    background-color: #d3d3d3
}

::-webkit-input-placeholder {
    color: #a3a3a3
}

:-moz-placeholder {
    color: #a3a3a3;
    opacity: 1
}

::-moz-placeholder {
    color: #a3a3a3;
    opacity: 1
}

:-ms-input-placeholder {
    color: #a3a3a3
}

/*! 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: #a3a3a3
}

.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-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #f5f5f5 !important;
    background: #f5f5f5;
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.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: #e5e5e5 !important;
    background: #e5e5e5;
    color: #262626;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.fsResetContinue.full-width,
.fsResetCancel.full-width,
.fsLoginNewSuccess>button.full-width {
    width: 100%;
    max-width: unset
}

.fsLoginNewSuccess button {
    margin-top: 20px
}

.fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
    float: none
}

@media(min-width: 600px) {
    .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
        float: left;
        margin-right: 30px
    }
}

.fsPostElement.fsThumbnailAlignRight .fsThumbnail {
    float: none
}

@media(min-width: 600px) {
    .fsPostElement.fsThumbnailAlignRight .fsThumbnail {
        float: right;
        margin-left: 30px
    }
}

.fsPostElement article>* {
    margin-bottom: 15px
}

.fsPostElement article>*:last-child {
    margin-bottom: 0
}

.fsPostElement .fsThumbnail .fsCroppedImage,
.fsPostElement .fsThumbnail img {
    display: block
}

.fsPostElement .fsThumbnail .fsCroppedImage {
    border-radius: 12px
}

.fsPostElement .fsThumbnail.fsPostLink {
    background-image: none
}

.fsPostElement .fsTitle {
    font-size: 28px;
    line-height: 1.16;
    color: #262626;
    margin-bottom: 0px
}

.fsPostElement .fsTitle.\:container\(width\<400px\) {
    font-size: 24px
}

.fsBanner .fsPostElement .fsTitle,
.fsStyleOneThird .fsPostElement .fsTitle {
    font-size: 24px
}

@media(max-width: 999px) {
    .fsPostElement .fsTitle {
        font-size: 24px
    }
}

.fsPostElement .fsAuthor,
.fsPostElement .fsDateTime {
    display: block;
    color: #727272;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500
}

.fsPostElement .fsAuthor {
    text-transform: capitalize;
    margin-right: 16px;
    padding-right: 16px;
    position: relative;
    display: inline-block
}

.fsPostElement .fsAuthor:before {
    content: "";
    position: absolute;
    right: 0px;
    height: 18px;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #d4d4d4
}

.fsPostElement .fsAuthor+.fsDateTime {
    margin-top: -10px
}

.fsPostElement .fsDateTime {
    display: inline-block
}

.fsPostElement .fsCategories {
    margin: -3px -3px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.fsPostElement .fsCategories:last-child {
    margin-bottom: -3px
}

.fsPostElement .fsCategories .fsCategory {
    margin: 3px;
    border: 0;
    padding: 8px 16px;
    background-color: #f5f5f5;
    color: #525252;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 4px
}

.fsPostElement .fsTags {
    margin: -3px -3px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.fsPostElement .fsTags:last-child {
    margin-bottom: -3px
}

.fsPostElement .fsTags .fsTag {
    margin: 3px;
    border: solid 1px #e5e5e5;
    border-color: #f5f5f5;
    padding: 4px 12px 4px 20px;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    color: #727272;
    font-size: 12px;
    line-height: 16px;
    text-transform: none;
    border-radius: 14px
}

.fsPostElement .fsTags .fsTag:before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #d02244;
    width: 4px;
    height: 4px;
    border-radius: 100%
}

.fsPostElement article .fsReadMoreLink {
    font-size: 18px;
    line-height: 1.4
}

.fsPostElement article.\:container\(width\<800px\) .fsReadMoreLink {
    font-size: 14px
}

.fsBanner .fsPostElement article .fsReadMoreLink,
.fsStyleOneThird .fsPostElement article .fsReadMoreLink {
    font-size: 14px
}

@media(max-width: 999px) {
    .fsPostElement article .fsReadMoreLink {
        font-size: 14px
    }
}

body:not(.fsComposeMode):not(.home) .fsPostElement.main-content-posts {
    position: relative;
    display: block
}

body:not(.fsComposeMode):not(.home) .fsPostElement.main-content-posts article {
    position: relative;
    padding-left: 420px;
    min-height: 320px
}

body:not(.fsComposeMode):not(.home) .fsPostElement.main-content-posts article.no-thumbnail {
    padding-left: 0px
}

body:not(.fsComposeMode):not(.home) .fsPostElement.main-content-posts article .fsThumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 380px;
    height: 280px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    max-width: 100%;
    border-radius: 8px
}

@media(max-width: 1099px) {
    body:not(.fsComposeMode):not(.home) .fsPostElement.main-content-posts article .fsThumbnail {
        position: relative;
        width: 100% !important;
        height: auto !important;
        max-width: 300px
    }
}

body:not(.fsComposeMode):not(.home) .fsPostElement.main-content-posts article .fsThumbnail img {
    display: none
}

@media(max-width: 1099px) {
    body:not(.fsComposeMode):not(.home) .fsPostElement.main-content-posts article .fsThumbnail img {
        display: block
    }
}

body:not(.fsComposeMode):not(.home) .fsPostElement.main-content-posts article.\:container\(width\<800px\) {
    padding-left: 330px;
    min-height: 280px
}

body:not(.fsComposeMode):not(.home) .fsPostElement.main-content-posts article.\:container\(width\<800px\) .fsThumbnail {
    width: 300px;
    height: 240px
}

@media(max-width: 1099px) {
    body:not(.fsComposeMode):not(.home) .fsPostElement.main-content-posts article {
        padding-left: 0px !important
    }
}

body:not(.fsComposeMode):not(.home) .fsPostElement.main-content-posts button.fsLoadMoreButton {
    margin: 30px 0px 0px
}

@media(min-width: 1000px) {
    body:not(.fsComposeMode):not(.home) .fsStyleTwoThirds .fsPostElement.main-content-posts article:not(.no-thumbnail) {
        padding-left: 330px;
        min-height: 260px
    }

    body:not(.fsComposeMode):not(.home) .fsStyleTwoThirds .fsPostElement.main-content-posts article:not(.no-thumbnail) .fsBody,
    body:not(.fsComposeMode):not(.home) .fsStyleTwoThirds .fsPostElement.main-content-posts article:not(.no-thumbnail) .fsSummary {
        font-size: 16px
    }

    body:not(.fsComposeMode):not(.home) .fsStyleTwoThirds .fsPostElement.main-content-posts article:not(.no-thumbnail) .fsThumbnail {
        width: 300px;
        height: 220px;
        border-radius: 8px
    }
}

.fsPostElement.fsGrid .fsListItems {
    margin: -10px
}

.fsPostElement.fsGrid article {
    outline: solid 1px #e5e5e5;
    outline-offset: -10px;
    margin: 0;
    padding: 40px
}

.fsPostElement.fsGrid .fsThumbnail {
    margin: -30px -30px 30px;
    width: auto
}

.fsPostElement.fsGrid .fsTitle+.fsThumbnail {
    margin: 0 -30px 30px
}

.fsPostElement.fsSlideshow.fsSlideshowHorizontal .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fsPostElement.fsSlideshow article {
    outline: solid 1px #e5e5e5;
    outline-offset: -10px;
    padding: 40px
}

.fsPostElement.fsSlideshow .fsThumbnail {
    margin: -30px -30px 30px;
    width: auto
}

.fsPostElement.fsSlideshow .fsTitle+.fsThumbnail {
    margin: 0 -30px 30px
}

/*! _dialog.scss - src/sass/modules/post/_dialog.scss - post dialog pop up */
@media(max-width: 599px) {
    .fsPostElement.fsDialog .fsThumbnailAlignLeft .fsThumbnail {
        float: none;
        margin-right: 0
    }
}

@media(max-width: 599px) {
    .fsPostElement.fsDialog .fsThumbnailAlignRight .fsThumbnail {
        float: none;
        margin-left: 0
    }
}

.fsResourceElement .fsDescription,
.fsResourceElement figcaption {
    margin-top: 20px
}

.fsResourceElement .fsDescription:empty,
.fsResourceElement figcaption:empty {
    display: none
}

.fsResourceElement.fsListNav .fsResourceCollectionName+nav {
    margin-top: 20px
}

.fsResourceElement.fsGrid .fsDescription,
.fsResourceElement.fsGrid figcaption {
    margin-top: 15px
}

.fsResourceElement.fsGrid .fsResource>.fsResourceLink,
.fsResourceElement.fsGrid .fsResourceThumbnail,
.fsResourceElement.fsGrid picture {
    display: block;
    position: relative;
    overflow: hidden
}

.fsResourceElement.fsGrid img {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 16/9
}

.fsResourceElement.fsGrid .fsResourceName {
    margin-top: 10px
}

.fsResourceElement.fsGrid a {
    background-image: none
}

/*! _dialog.scss - src/sass/modules/resources/_dialog.scss - resource dialog pop up */
/*! _main.scss - src/sass/modules/search/ - main search import */
/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearchElement.fsSearchForm .fsSearchElementKeyword {
    margin-bottom: 20px
}

.fsSearchElement.fsSearchForm .fsSearchElementKeyword+.fsSearchElementSearchButton {
    margin-top: 0
}

.fsSearchElement.fsSearchForm .fsSearchElementSearchButton:last-child {
    margin-bottom: 0
}

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */
.fsSearchElement.fsList .fsListItems {
    padding: 0
}

.fsSearchElement.fsList .fsSearchResultInfo {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #e5e5e5
}

.fsSearchElement.fsList .fsSearchResultInfo:empty {
    margin: 0;
    border: none
}

.search-container {
    margin-bottom: 0;
    line-height: 1;
    position: relative;
    z-index: 200;
    margin-left: 24px;
    padding-left: 24px
}

.search-container::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    left: 0;
    height: 14px;
    width: 1px;
    background: #d4d4d4
}

.search-container * {
    line-height: 1;
    margin: 0
}

.search-container .trigger-search {
    margin-bottom: 0;
    position: relative
}

.search-container .trigger-search button {
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    padding: 6px 16px 4px;
    border-radius: 28px
}

.search-container .trigger-search button em {
    font-style: normal;
    color: #727272;
    font-family: "League Spartan", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative
}

.search-container .trigger-search button::before {
    content: "";
    font-family: "IcoMoon";
    margin-right: 10px;
    font-weight: 300;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    font-size: 12px;
    line-height: 12px;
    color: var(--primary-color, #404040);
    text-align: center;
    display: block;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

.search-container .trigger-search button:hover,
.search-container .trigger-search button:focus-visible {
    color: #fff;
    background: var(--primary-color, #404040)
}

.search-container .trigger-search button:hover::before,
.search-container .trigger-search button:focus-visible::before {
    color: #fff
}

.search-container .trigger-search button:hover em,
.search-container .trigger-search button:focus-visible em {
    color: inherit
}

.search-popup {
    position: fixed;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0);
    visibility: hidden;
    -webkit-transition: all ease-in-out .6s;
    transition: all ease-in-out .6s;
    margin-bottom: 0;
    z-index: 100;
    padding: 0;
    width: 100%;
    background: #fff;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.search-popup .header-portals-nav {
    margin-left: auto;
    margin-right: auto;
    display: table;
    padding-top: 11px;
    padding-bottom: 11px
}

.search-popup .menu-trigger-container button::before {
    content: ""
}

@media(min-width: 1300px) {

    .search-popup .header-portals-nav,
    .search-popup .logo-container {
        display: none
    }
}

.search-popup>footer,
.search-popup>header {
    position: absolute;
    top: 16px;
    right: 6px;
    width: 88px;
    height: 88px;
    right: 10px;
    top: 10px;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width: 1299px) {

    .search-popup>footer,
    .search-popup>header {
        display: none
    }
}

.search-popup>footer .fsELementTitle,
.search-popup>header .fsELementTitle {
    display: none
}

.search-popup>footer .fsElementFooterContent button,
.search-popup>footer .fsElementHeaderContent button,
.search-popup>header .fsElementFooterContent button,
.search-popup>header .fsElementHeaderContent button {
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    position: relative;
    text-indent: -300px;
    overflow: hidden;
    -webkit-box-shadow: inset 0px 0px 0px 1px var(--primary-color, #404040);
    box-shadow: inset 0px 0px 0px 1px var(--primary-color, #404040);
    border-radius: 100%;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}

.search-popup>footer .fsElementFooterContent button::before,
.search-popup>footer .fsElementHeaderContent button::before,
.search-popup>header .fsElementFooterContent button::before,
.search-popup>header .fsElementHeaderContent button::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    font-family: "IcoMoon";
    font-size: 15px;
    line-height: 48px;
    color: var(--primary-color, #404040);
    text-indent: 0;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    font-weight: 700
}

.search-popup>footer .fsElementFooterContent button:hover,
.search-popup>footer .fsElementFooterContent button:focus,
.search-popup>footer .fsElementHeaderContent button:hover,
.search-popup>footer .fsElementHeaderContent button:focus,
.search-popup>header .fsElementFooterContent button:hover,
.search-popup>header .fsElementFooterContent button:focus,
.search-popup>header .fsElementHeaderContent button:hover,
.search-popup>header .fsElementHeaderContent button:focus {
    background: var(--primary-color, #404040)
}

.search-popup>footer .fsElementFooterContent button:hover::before,
.search-popup>footer .fsElementFooterContent button:focus::before,
.search-popup>footer .fsElementHeaderContent button:hover::before,
.search-popup>footer .fsElementHeaderContent button:focus::before,
.search-popup>header .fsElementFooterContent button:hover::before,
.search-popup>header .fsElementFooterContent button:focus::before,
.search-popup>header .fsElementHeaderContent button:hover::before,
.search-popup>header .fsElementHeaderContent button:focus::before {
    color: #fff;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    transform: translate3d(-50%, -50%, 0) rotate(90deg)
}

.fsMenu .mobile-search,
.search-popup .site-search {
    position: relative;
    border-bottom: 1px solid rgba(112, 115, 114, .2)
}

@media(max-width: 1299px) {

    .fsMenu .mobile-search,
    .search-popup .site-search {
        margin-bottom: 0
    }
}

.fsMenu .mobile-search>.fsElementContent,
.search-popup .site-search>.fsElementContent {
    position: relative
}

.fsMenu .mobile-search label,
.search-popup .site-search label {
    display: block;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.fsMenu .mobile-search .fsButtonClear,
.search-popup .site-search .fsButtonClear {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    right: 90px;
    z-index: 50
}

@media(max-width: 1299px) {

    .fsMenu .mobile-search .fsButtonClear,
    .search-popup .site-search .fsButtonClear {
        right: 10px
    }
}

.fsMenu .mobile-search .fsSearchElementKeyword,
.search-popup .site-search .fsSearchElementKeyword {
    margin-bottom: 0 !important
}

.fsMenu .mobile-search button.fsSearchElementSearchButton.fsStyleUpdateButton,
.search-popup .site-search button.fsSearchElementSearchButton.fsStyleUpdateButton {
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    left: 52px;
    margin-right: 0;
    max-width: 48px;
    height: 48px;
    width: 48px;
    z-index: 20;
    padding: 0;
    font-weight: 300;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(0, 0, 0, 0);
    border-radius: 100%;
    border: 0 !important;
    -webkit-transition: all ease .6s;
    transition: all ease .6s;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-indent: -300px;
    overflow: hidden;
    background: var(--primary-color, #404040);
    border-radius: 100%
}

@media(max-width: 1299px) {

    .fsMenu .mobile-search button.fsSearchElementSearchButton.fsStyleUpdateButton,
    .search-popup .site-search button.fsSearchElementSearchButton.fsStyleUpdateButton {
        left: 20px
    }
}

.fsMenu .mobile-search button.fsSearchElementSearchButton.fsStyleUpdateButton::before,
.search-popup .site-search button.fsSearchElementSearchButton.fsStyleUpdateButton::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    font-family: "IcoMoon";
    font-size: 20px;
    line-height: 48px;
    color: #fff;
    text-indent: 0;
    text-indent: 0;
    font-weight: 300;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}

.fsMenu .mobile-search button.fsSearchElementSearchButton.fsStyleUpdateButton:hover::before,
.fsMenu .mobile-search button.fsSearchElementSearchButton.fsStyleUpdateButton:focus::before,
.search-popup .site-search button.fsSearchElementSearchButton.fsStyleUpdateButton:hover::before,
.search-popup .site-search button.fsSearchElementSearchButton.fsStyleUpdateButton:focus::before {
    opacity: .7
}

.fsMenu .mobile-search .fsStyleSearchField,
.search-popup .site-search .fsStyleSearchField {
    position: relative;
    border: 0;
    padding: 38px 70px 38px 120px;
    width: 100%;
    color: #727272;
    font-family: "League Spartan", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    background: rgba(0, 0, 0, 0);
    z-index: 20;
    color: #727272;
    border-radius: 0px;
    text-transform: none;
    margin: 0 !important
}

@media(max-width: 1299px) {

    .fsMenu .mobile-search .fsStyleSearchField,
    .search-popup .site-search .fsStyleSearchField {
        font-size: 18px;
        padding: 35px 20px 35px 84px
    }
}

.fsMenu .mobile-search .fsStyleSearchField::-webkit-input-placeholder,
.search-popup .site-search .fsStyleSearchField::-webkit-input-placeholder {
    color: #727272;
    opacity: 1
}

.fsMenu .mobile-search .fsStyleSearchField::-moz-placeholder,
.search-popup .site-search .fsStyleSearchField::-moz-placeholder {
    color: #727272;
    opacity: 1
}

.fsMenu .mobile-search .fsStyleSearchField:-ms-input-placeholder,
.search-popup .site-search .fsStyleSearchField:-ms-input-placeholder {
    color: #727272;
    opacity: 1
}

.fsMenu .mobile-search .fsStyleSearchField::-ms-input-placeholder,
.search-popup .site-search .fsStyleSearchField::-ms-input-placeholder {
    color: #727272;
    opacity: 1
}

.fsMenu .mobile-search .fsStyleSearchField::placeholder,
.search-popup .site-search .fsStyleSearchField::placeholder {
    color: #727272;
    opacity: 1
}

.fsMenu .mobile-search .fsStyleSearchField:-ms-input-placeholder,
.search-popup .site-search .fsStyleSearchField:-ms-input-placeholder {
    color: #727272
}

.fsMenu .mobile-search .fsStyleSearchField::-ms-input-placeholder,
.search-popup .site-search .fsStyleSearchField::-ms-input-placeholder {
    color: #727272
}

.search-icons-nav.fsElement {
    margin-bottom: 0px;
    background: #fafafa;
    padding: 45px 20px 24px
}

@media(max-width: 1299px) {
    .search-icons-nav.fsElement {
        padding: 60px 10px 35px
    }
}

.search-icons-nav.fsElement .fsElementTitle {
    display: none
}

.search-icons-nav.fsElement ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.search-icons-nav.fsElement ul>li {
    width: 122px;
    margin: 0 40px 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    overflow: hidden;
    padding-top: 17px
}

@media(max-width: 1299px) {
    .search-icons-nav.fsElement ul>li {
        padding-top: 0;
        margin: 0 20px 60px
    }
}

.search-icons-nav.fsElement ul>li::before {
    content: "";
    font-family: "IcoMoon";
    font-size: 23px;
    line-height: 23px;
    position: relative;
    color: var(--primary-color, #404040);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    margin-bottom: 18px
}

.search-icons-nav.fsElement ul>li>a {
    color: #727272;
    text-align: center;
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    position: static;
    padding: 0
}

.search-icons-nav.fsElement ul>li>a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    pointer-events: all;
    width: 100%;
    height: 100%;
    z-index: 10;
    font-weight: 300;
    -webkit-transition: all ease .6s;
    transition: all ease .6s
}

.search-icons-nav.fsElement ul>li.custom-icon-login:before {
    content: "";
    font-family: "IcoMoon"
}

.search-icons-nav.fsElement ul>li.custom-icon-calendar:before {
    content: "";
    font-family: "IcoMoon"
}

.search-icons-nav.fsElement ul>li.custom-icon-phone:before {
    content: "";
    font-family: "IcoMoon"
}

.search-icons-nav.fsElement ul>li:hover::before,
.search-icons-nav.fsElement ul>li:focus-within::before {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.search-icons-nav.fsElement ul>li:hover a,
.search-icons-nav.fsElement ul>li:focus-within a {
    color: var(--primary-color, #404040)
}

.search-icons-nav.fsElement ul>li:hover a::after,
.search-icons-nav.fsElement ul>li:focus-within a::after {
    width: 100%
}

body.active-search .search-container.active-search-container .search-popup {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translateY(0%) !important;
    -ms-transform: translateY(0%) !important;
    transform: translateY(0%) !important
}

/*! elements - social main */
/*! elements - social vimeo */
.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: 20px;
    border-bottom: solid 1px #e5e5e5;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    cursor: pointer
}

.fsVimeoList .fsVimeoListItem:hover {
    background-color: #d4d4d4
}

.fsVimeoList .vimeo_view_link {
    margin-top: 20px
}

.fsVimeoList .vimeo_view_link a {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #f5f5f5 !important;
    background: #f5f5f5;
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.fsVimeoList .vimeo_view_link a:hover,
.fsVimeoList .vimeo_view_link a:focus,
.fsStateSelected .fsVimeoList .vimeo_view_link a,
.fsVimeoList .vimeo_view_link a.on {
    border-color: #e5e5e5 !important;
    background: #e5e5e5;
    color: #262626;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.fsVimeoList .vimeo_view_link a.full-width {
    width: 100%;
    max-width: unset
}

.fsVimeoThumb {
    margin-bottom: 10px;
    margin-right: 20px
}

@media(min-width: 600px) {
    .fsVimeoThumb {
        float: left;
        margin-bottom: 0
    }
}

/*! elements - social youtube */
.fsYoutube {
    margin-bottom: 20px
}

.fsYoutube .fsSocialVideoFrame {
    margin-bottom: 20px
}

.fsYoutubeList,
.fsYoutubeList ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.fsYoutubeList li {
    margin: 0;
    padding: 0
}

.fsYoutubeList .fsYoutubeListItem {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #e5e5e5;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: .6
}

.fsYoutubeList .fsYoutubeListItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.fsYoutubeList .fsYoutubeListItem:hover {
    border: none;
    border-bottom: solid 1px #e5e5e5;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.fsYoutubeList .fsYoutubeListItem:hover:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.fsYoutubeThumb {
    margin-bottom: 10px;
    margin-right: 20px;
    float: none
}

@media(min-width: 600px) {
    .fsYoutubeThumb {
        float: left;
        margin-bottom: 0
    }
}

.Youtube_view_link a {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #f5f5f5 !important;
    background: #f5f5f5;
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.Youtube_view_link a:hover,
.Youtube_view_link a:focus,
.fsStateSelected .Youtube_view_link a,
.Youtube_view_link a.on {
    border-color: #e5e5e5 !important;
    background: #e5e5e5;
    color: #262626;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.Youtube_view_link a.full-width {
    width: 100%;
    max-width: unset
}

.fsTabs .fsTabsNav {
    display: none
}

@media(min-width: 600px) {
    .fsTabs .fsTabsNav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -10px
    }
}

.fsTabs .fsTabsNav li {
    margin: 10px
}

.fsTabs .fsTabsNav li a {
    margin-top: 0;
    font-weight: 700;
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 0;
    padding: 0 0 12px;
    -webkit-transition: .3s all;
    transition: .3s all;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    color: #727272;
    font-weight: 600
}

p+.fsTabs .fsTabsNav li a {
    margin-top: 40px
}

.fsTabs .fsTabsNav li a.\:container\(width\<600px\) {
    font-size: 1.0625rem;
    line-height: 1.5rem
}

.fsBanner .fsTabs .fsTabsNav li a,
.fsStyleOneThird .fsTabs .fsTabsNav li a {
    font-size: 1.0625rem;
    line-height: 1.5rem
}

@media(max-width: 999px) {
    .fsTabs .fsTabsNav li a {
        font-size: 1.0625rem;
        line-height: 1.5rem
    }
}

.fsTabs .fsTabsNav li a:hover,
.fsTabs .fsTabsNav li a:focus {
    -webkit-box-shadow: inset 0 -4px 0 #d4d4d4;
    box-shadow: inset 0 -4px 0 #d4d4d4
}

.fsTabs .fsTabsNav li a:hover,
.fsTabs .fsTabsNav li a:focus {
    background: rgba(0, 0, 0, 0);
    color: #262626
}

.fsTabs .fsTabsNav li.fsStateSelected a {
    background: rgba(0, 0, 0, 0);
    color: var(--primary-color, #404040);
    -webkit-box-shadow: inset 0 -4px 0 var(--primary-color, #404040);
    box-shadow: inset 0 -4px 0 var(--primary-color, #404040)
}

@media(min-width: 600px) {
    .fsTabs .fsPanel:last-child {
        border-bottom: 0
    }

    .fsTabs .fsPanel>.fsElementContent {
        padding: 20px 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 0px;
        max-width: 100%;
        margin-left: 0px
    }
}

.fsPanelGroup.fsTabs>.fsElementContent>.fsPanel>.fsElementActionButtonContainer,
.fsPanelGroup.fsTabs>.fsElementContent>.fsPanel>header,
.fsPanelGroup.fsTabs>.fsElementContent>.fsPanel:not(.fsStateOpen) {
    display: block
}

@media(min-width: 600px) {

    .fsPanelGroup.fsTabs>.fsElementContent>.fsPanel>.fsElementActionButtonContainer,
    .fsPanelGroup.fsTabs>.fsElementContent>.fsPanel>header,
    .fsPanelGroup.fsTabs>.fsElementContent>.fsPanel:not(.fsStateOpen) {
        display: none
    }
}

/*! -main.scss - /sass/modules/tools  */
/*! _all.scss - src/sass/modules/tools - News, Calendar, & Posts Tools Elements */
.fsElementToolsSearchButton,
.fsToolsList.fsStyleSelectList .fsStyleDefaultButton {
    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,
.fsConstituentColumnLayout_3 .fsElementToolsSearch,
.fsConstituentColumnLayout_4 .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,
.fsConstituentColumnLayout_3 .fsElementToolsSearch>div,
.fsConstituentColumnLayout_4 .fsElementToolsSearch>div {
    width: 100%
}

.fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
.fsBannerRight .fsElementToolsSearch .fsFieldContainer,
.fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
.fsTwoColumnLayout .fsElementToolsSearch .fsFieldContainer,
.fsThreeColumnLayout>.fsDiv .fsElementToolsSearch .fsFieldContainer,
.fsFourColumnLayout>.fsDiv .fsElementToolsSearch .fsFieldContainer,
.fsConstituentColumnLayout_3 .fsElementToolsSearch .fsFieldContainer,
.fsConstituentColumnLayout_4 .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,
.fsConstituentColumnLayout_3 .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
.fsConstituentColumnLayout_4 .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,
.fsConstituentColumnLayout_3 .fsElementToolsSearch .fsElementToolsSearchButton,
.fsConstituentColumnLayout_4 .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: #262626;
    color: #fff
}

.fsLegend .fsElementControls label input+span {
    color: #262626;
    background: #d4d4d4
}

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */
.fsMiniGrid .fsCalendarEventGrid {
    max-width: 100%;
    width: 360px
}

.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: #d4d4d4;
    color: #404040;
    font-size: .875em;
    line-height: 1;
    padding: 0;
    padding: 10px 5px;
    -webkit-transition: .3s;
    transition: .3s
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox:hover {
    opacity: 1;
    background: var(--primary-color, #404040) !important;
    color: #fff !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 .fsCalendarDate {
    display: block;
    padding: 0;
    margin: 0
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents {
    padding-bottom: 12px;
    background: #d4d4d4;
    color: #404040
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsStateHasEvents .fsCalendarDate:after {
    content: "●";
    font-size: 8px;
    display: block;
    line-height: .5;
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0)
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
    background: #d4d4d4;
    color: #525252
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
    background: var(--primary-color, #404040);
    color: #fff
}

.fsCalendarMonthYearPicker>.fsStyleUpdateButton {
    margin-bottom: 0;
    display: block;
    color: #fff;
    background-color: #262626
}

/*! _category.scss - src/sass/modules/tools/posts - Posts Tools Elements */
/*! _tag.scss - src/sass/modules/tools/posts - Posts Tools Elements */
.home #fsPageBodyWrapper {
    margin: 0px;
    padding: 0px
}

.home #fsPageBody {
    margin: 0px;
    padding: 0px;
    width: 100%;
    max-width: 100%
}

.home #fsPageContent>.fsPageLayout {
    margin: 0px;
    padding: 0px
}

.home #fsPageContent>.fsPageLayout>.fsDiv {
    margin: 0px;
    padding: 0px
}

.home h1.fsPageTitle {
    display: block;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

/*! pages - style-guide v0.0.1 */
.dark-bg {
    background-color: var(--primary-color, #404040);
    padding: 20px
}

.colors ol {
    margin: -5px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.colors ol li {
    margin: 5px;
    position: relative;
    font-style: italic;
    text-align: center;
    color: #525252
}

.colors ol li:nth-of-type(1):before {
    content: "";
    background: var(--primary-color, #404040)
}

.colors ol li:nth-of-type(1):after {
    content: "var(--primary-color, #404040)"
}

.colors ol li:first-child:after {
    content: "Color 1"
}

.colors ol li:nth-child(2):after {
    content: "Color 2"
}

.colors ol li:nth-of-type(2):before {
    content: "";
    background: var(--secondary-color, #A3A3A3)
}

.colors ol li:nth-of-type(2):after {
    content: "var(--secondary-color, #A3A3A3)"
}

.colors ol li:first-child:after {
    content: "Color 1"
}

.colors ol li:nth-child(2):after {
    content: "Color 2"
}

.colors ol li:nth-of-type(3):before {
    content: "";
    background: #d02244
}

.colors ol li:nth-of-type(3):after {
    content: "#D02244"
}

.colors ol li:first-child:after {
    content: "Color 1"
}

.colors ol li:nth-child(2):after {
    content: "Color 2"
}

.colors ol li:nth-of-type(4):before {
    content: "";
    background: #555050
}

.colors ol li:nth-of-type(4):after {
    content: "#555050"
}

.colors ol li:first-child:after {
    content: "Color 1"
}

.colors ol li:nth-child(2):after {
    content: "Color 2"
}

.colors ol li:nth-of-type(5):before {
    content: "";
    background: #b3acac
}

.colors ol li:nth-of-type(5):after {
    content: "#B3ACAC"
}

.colors ol li:first-child:after {
    content: "Color 1"
}

.colors ol li:nth-child(2):after {
    content: "Color 2"
}

.colors ol li:before {
    display: block;
    width: 100px;
    height: 100px;
    margin-bottom: 10px
}

.fonts ol {
    padding: 0;
    list-style: none
}

.fonts ol li:nth-of-type(1) {
    font-family: "League Spartan", sans-serif
}

.fonts ol li:nth-of-type(1):after {
    content: "League Spartan, sans-serif";
    display: block;
    margin-bottom: 10px
}

.fonts ol li:nth-of-type(2) {
    font-family: "IcoMoon"
}

.fonts ol li:nth-of-type(2):after {
    content: "IcoMoon";
    display: block;
    margin-bottom: 10px
}

body:not(.fsComposeMode) .hero-banner:not(.behind) {
    display: block;
    width: 100%;
    z-index: 105;
    position: relative;
    margin: 0;
    padding: 0px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0)
}

body:not(.fsComposeMode) .hero-banner:not(.behind)>.fsElementContent {
    position: relative;
    overflow: hidden;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

body:not(.fsComposeMode) .hero-banner:not(.behind)>header {
    display: none
}

body:not(.fsComposeMode) .hero-banner:not(.behind) .fsElementSlideshow {
    margin: 0;
    padding: 0
}

body:not(.fsComposeMode) .hero-banner:not(.behind) .slick-slider {
    margin: 0 !important;
    padding: 0 !important
}

body:not(.fsComposeMode) .hero-banner:not(.behind) .fsResourceCollectionDescription {
    margin: 0px
}

body:not(.fsComposeMode) .hero-banner:not(.behind) article {
    position: relative;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    z-index: 10;
    overflow: hidden
}

body:not(.fsComposeMode) .hero-banner:not(.behind) article figure {
    margin: 0px
}

body:not(.fsComposeMode) .hero-banner:not(.behind) article picture {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat
}

body:not(.fsComposeMode) .hero-banner:not(.behind) article picture img {
    max-height: 40px;
    opacity: 0;
    display: block;
    margin: 0 auto
}

body:not(.fsComposeMode) .hero-banner:not(.behind) article .fsResourceName {
    display: none
}

body:not(.fsComposeMode) .hero-banner:not(.behind) article figcaption,
body:not(.fsComposeMode) .hero-banner:not(.behind) article .fsDescription {
    position: relative;
    z-index: 300;
    max-width: 100%;
    color: #fff;
    font-family: "League Spartan", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
    width: 100%;
    margin: 0;
    padding: 95px 20px 0 0;
    padding-right: 20px
}

@media(max-width: 1299px) {

    body:not(.fsComposeMode) .hero-banner:not(.behind) article figcaption,
    body:not(.fsComposeMode) .hero-banner:not(.behind) article .fsDescription {
        padding: 76px 68px 0px 68px
    }
}

@media(max-width: 799px) {

    body:not(.fsComposeMode) .hero-banner:not(.behind) article figcaption,
    body:not(.fsComposeMode) .hero-banner:not(.behind) article .fsDescription {
        padding: 76px 48px 0px 48px
    }
}

body:not(.fsComposeMode) .hero-banner:not(.behind) article figcaption p:not(:last-of-type),
body:not(.fsComposeMode) .hero-banner:not(.behind) article .fsDescription p:not(:last-of-type) {
    margin-bottom: 0px
}

body:not(.fsComposeMode) .hero-banner:not(.behind) article figcaption h4,
body:not(.fsComposeMode) .hero-banner:not(.behind) article .fsDescription h4 {
    color: #fff;
    font-family: "League Spartan", sans-serif;
    font-size: 26px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0
}

@media(max-width: 799px) {

    body:not(.fsComposeMode) .hero-banner:not(.behind) article figcaption h4,
    body:not(.fsComposeMode) .hero-banner:not(.behind) article .fsDescription h4 {
        font-size: 18px
    }
}

body:not(.fsComposeMode) .hero-banner:not(.behind) article figcaption .fsTitle,
body:not(.fsComposeMode) .hero-banner:not(.behind) article figcaption h2,
body:not(.fsComposeMode) .hero-banner:not(.behind) article .fsDescription .fsTitle,
body:not(.fsComposeMode) .hero-banner:not(.behind) article .fsDescription h2 {
    color: #fff;
    font-family: "League Spartan", sans-serif;
    font-size: 88px;
    font-style: normal;
    font-weight: 700;
    line-height: 80%;
    letter-spacing: -1.76px;
    text-transform: capitalize;
    margin-bottom: 16px
}

@media(max-width: 1299px) {

    body:not(.fsComposeMode) .hero-banner:not(.behind) article figcaption .fsTitle,
    body:not(.fsComposeMode) .hero-banner:not(.behind) article figcaption h2,
    body:not(.fsComposeMode) .hero-banner:not(.behind) article .fsDescription .fsTitle,
    body:not(.fsComposeMode) .hero-banner:not(.behind) article .fsDescription h2 {
        font-size: 38px;
        font-weight: 700;
        line-height: 80%;
        letter-spacing: -0.97px
    }

    body:not(.fsComposeMode) .hero-banner:not(.behind) article figcaption .fsTitle br,
    body:not(.fsComposeMode) .hero-banner:not(.behind) article figcaption h2 br,
    body:not(.fsComposeMode) .hero-banner:not(.behind) article .fsDescription .fsTitle br,
    body:not(.fsComposeMode) .hero-banner:not(.behind) article .fsDescription h2 br {
        display: none
    }
}

body:not(.fsComposeMode) .hero-banner:not(.behind) article figcaption .button-on-dark-2,
body:not(.fsComposeMode) .hero-banner:not(.behind) article .fsDescription .button-on-dark-2 {
    margin-top: 48px;
    margin-bottom: 0;
    text-decoration: none;
    font-family: "League Spartan", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: 23px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px 32px 11px
}

@media(max-width: 1299px) {

    body:not(.fsComposeMode) .hero-banner:not(.behind) article figcaption .button-on-dark-2,
    body:not(.fsComposeMode) .hero-banner:not(.behind) article .fsDescription .button-on-dark-2 {
        margin-top: 24px
    }
}

body:not(.fsComposeMode) .hero-banner:not(.behind) article figcaption a,
body:not(.fsComposeMode) .hero-banner:not(.behind) article .fsDescription a {
    margin-bottom: 0
}

body:not(.fsComposeMode) .hero-banner:not(.behind) article figcaption .watch-full-video,
body:not(.fsComposeMode) .hero-banner:not(.behind) article .fsDescription .watch-full-video {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-family: "League Spartan", sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: .654px;
    background-image: none
}

@media(min-width: 1300px) {

    body:not(.fsComposeMode) .hero-banner:not(.behind) article figcaption .watch-full-video,
    body:not(.fsComposeMode) .hero-banner:not(.behind) article .fsDescription .watch-full-video {
        position: absolute;
        right: 0;
        top: 422px;
        -webkit-transform: translateX(calc(100% + 20px));
        -ms-transform: translateX(calc(100% + 20px));
        transform: translateX(calc(100% + 20px));
        font-size: 18px;
        letter-spacing: 1px
    }
}

@media(max-width: 1299px) {

    body:not(.fsComposeMode) .hero-banner:not(.behind) article figcaption .watch-full-video,
    body:not(.fsComposeMode) .hero-banner:not(.behind) article .fsDescription .watch-full-video {
        position: absolute;
        top: 0;
        -webkit-transform: translateY(calc(-100% - 20px));
        -ms-transform: translateY(calc(-100% - 20px));
        transform: translateY(calc(-100% - 20px));
        left: 24px
    }
}

body:not(.fsComposeMode) .hero-banner:not(.behind) article figcaption .watch-full-video::before,
body:not(.fsComposeMode) .hero-banner:not(.behind) article .fsDescription .watch-full-video::before {
    content: "";
    line-height: 60px;
    text-align: center;
    font-family: "IcoMoon";
    font-weight: 300;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    background: var(--primary-color, #404040);
    border-radius: 100%;
    color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 13px;
    line-height: 40px;
    font-size: 14px
}

@media(min-width: 1300px) {

    body:not(.fsComposeMode) .hero-banner:not(.behind) article figcaption .watch-full-video::before,
    body:not(.fsComposeMode) .hero-banner:not(.behind) article .fsDescription .watch-full-video::before {
        width: 60px;
        height: 60px;
        margin-right: 20px;
        line-height: 60px;
        font-size: 20px
    }
}

body:not(.fsComposeMode) .hero-banner:not(.behind) article.fsResourceTypeVideo .video-wrapper {
    position: relative;
    overflow: hidden;
    display: block
}

body:not(.fsComposeMode) .hero-banner:not(.behind) article.fsResourceTypeVideo .video-wrapper video {
    position: relative;
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

body:not(.fsComposeMode) .hero-banner:not(.behind) article picture,
body:not(.fsComposeMode) .hero-banner:not(.behind) article video {
    min-height: 288px;
    height: 62vw;
    max-height: 100vh
}

@media(min-width: 1300px) {

    body:not(.fsComposeMode) .hero-banner:not(.behind) article picture,
    body:not(.fsComposeMode) .hero-banner:not(.behind) article video {
        min-height: 640px;
        max-height: 640px
    }
}

body:not(.fsComposeMode) .hero-banner:not(.behind) article picture::after,
body:not(.fsComposeMode) .hero-banner:not(.behind) article .video-wrapper::after {
    position: absolute;
    content: "";
    height: 444px;
    width: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 1;
    border-radius: 12px 12px 0px 0px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(41, 41, 41, 0)), to(#292929));
    background: linear-gradient(0deg, rgba(41, 41, 41, 0) 0%, #292929 100%)
}

@media(max-width: 1299px) {

    body:not(.fsComposeMode) .hero-banner:not(.behind) article picture::after,
    body:not(.fsComposeMode) .hero-banner:not(.behind) article .video-wrapper::after {
        display: none
    }
}

body:not(.fsComposeMode) .hero-banner:not(.behind) .fsPager {
    display: none !important
}

body:not(.fsComposeMode) .hero-banner:not(.behind) .holder-controls,
body:not(.fsComposeMode) .hero-banner:not(.behind) .slick-navigation {
    margin: 0;
    position: absolute;
    z-index: 150;
    width: auto;
    background: rgba(0, 0, 0, 0);
    border-radius: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 48px;
    max-width: 100%;
    padding: 0 40px;
    overflow: hidden;
    width: 570px;
    right: 40px
}

@media(max-width: 1299px) {

    body:not(.fsComposeMode) .hero-banner:not(.behind) .holder-controls,
    body:not(.fsComposeMode) .hero-banner:not(.behind) .slick-navigation {
        bottom: 20px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        right: auto
    }
}

body:not(.fsComposeMode) .hero-banner:not(.behind) .holder-controls .fsElementSlideshowControls,
body:not(.fsComposeMode) .hero-banner:not(.behind) .slick-navigation .fsElementSlideshowControls {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media(max-width: 1299px) {

    body:not(.fsComposeMode) .hero-banner:not(.behind) .holder-controls .fsElementSlideshowControls,
    body:not(.fsComposeMode) .hero-banner:not(.behind) .slick-navigation .fsElementSlideshowControls {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0 10px
    }
}

body:not(.fsComposeMode) .hero-banner:not(.behind) .holder-controls .fsLeftArrow,
body:not(.fsComposeMode) .hero-banner:not(.behind) .slick-navigation .fsLeftArrow {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 16px
}

@media(max-width: 1299px) {

    body:not(.fsComposeMode) .hero-banner:not(.behind) .holder-controls .fsLeftArrow,
    body:not(.fsComposeMode) .hero-banner:not(.behind) .slick-navigation .fsLeftArrow {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0;
        margin-right: 0
    }
}

body:not(.fsComposeMode) .hero-banner:not(.behind) .holder-controls .fsRightArrow,
body:not(.fsComposeMode) .hero-banner:not(.behind) .slick-navigation .fsRightArrow {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 16px
}

@media(max-width: 1299px) {

    body:not(.fsComposeMode) .hero-banner:not(.behind) .holder-controls .fsRightArrow,
    body:not(.fsComposeMode) .hero-banner:not(.behind) .slick-navigation .fsRightArrow {
        margin-right: 0;
        margin-left: 0
    }
}

body:not(.fsComposeMode) .hero-banner:not(.behind) .slick-arrow {
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    width: auto;
    height: auto;
    border: none;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: 0;
    margin-left: 0px;
    border-radius: 0;
    border-radius: 0%;
    margin: 0;
    overflow: visible
}

body:not(.fsComposeMode) .hero-banner:not(.behind) .slick-arrow:before {
    display: none
}

body:not(.fsComposeMode) .hero-banner:not(.behind) .slick-arrow:after {
    position: relative;
    content: "";
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "IcoMoon";
    font-weight: 400;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border-radius: 100%
}

body:not(.fsComposeMode) .hero-banner:not(.behind) .slick-arrow:hover,
body:not(.fsComposeMode) .hero-banner:not(.behind) .slick-arrow:focus-visible {
    opacity: .7
}

body:not(.fsComposeMode) .hero-banner:not(.behind) .slick-arrow.fsPrevButton {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

body:not(.fsComposeMode) .hero-banner:not(.behind) .fsElementSlideshowControls {
    display: block;
    width: 52px;
    height: 52px;
    position: absolute;
    z-index: 20;
    right: 60px;
    bottom: 40px;
    overflow: hidden;
    z-index: 300
}

@media(max-width: 1299px) {
    body:not(.fsComposeMode) .hero-banner:not(.behind) .fsElementSlideshowControls {
        bottom: 10px;
        left: auto;
        right: 10px
    }
}

body:not(.fsComposeMode) .hero-banner:not(.behind) .fsElementSlideshowControls .fsStyleSROnly {
    display: block;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

body:not(.fsComposeMode) .hero-banner:not(.behind) .fsElementSlideshowControls button {
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    color: rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0);
    text-indent: -3000px;
    border-radius: 100%
}

body:not(.fsComposeMode) .hero-banner:not(.behind) .fsElementSlideshowControls button:before {
    display: none
}

body:not(.fsComposeMode) .hero-banner:not(.behind) .fsElementSlideshowControls button:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "IcoMoon";
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    pointer-events: none;
    -webkit-transition: all .6s;
    transition: all .6s;
    text-indent: 0
}

body:not(.fsComposeMode) .hero-banner:not(.behind) .fsElementSlideshowControls button:hover,
body:not(.fsComposeMode) .hero-banner:not(.behind) .fsElementSlideshowControls button:focus-visible {
    opacity: .7
}

body:not(.fsComposeMode) .hero-banner:not(.behind) .fsElementSlideshowControls button.fsSlideshowPause {
    display: block
}

body:not(.fsComposeMode) .hero-banner:not(.behind) .fsElementSlideshowControls button.fsSlideshowPause:after {
    content: ""
}

body:not(.fsComposeMode) .hero-banner:not(.behind) .fsElementSlideshowControls button.fsSlideshowPlay {
    display: none
}

body:not(.fsComposeMode) .hero-banner:not(.behind) .fsElementSlideshowControls button.fsSlideshowPlay:after {
    content: "";
    font-size: 16px
}

body:not(.fsComposeMode) .hero-banner:not(.behind) .fsElementSlideshowControls button.fsSlideshowPause,
body:not(.fsComposeMode) .hero-banner:not(.behind) .fsElementSlideshowControls button.pause {
    display: block !important
}

body:not(.fsComposeMode) .hero-banner:not(.behind) .fsElementSlideshowControls button.fsSlideshowPause.hidden,
body:not(.fsComposeMode) .hero-banner:not(.behind) .fsElementSlideshowControls button.pause.hidden {
    display: none !important
}

body:not(.fsComposeMode) .hero-banner:not(.behind) .fsElementSlideshowControls button.fsSlideshowPlay,
body:not(.fsComposeMode) .hero-banner:not(.behind) .fsElementSlideshowControls button.play {
    display: none !important
}

body:not(.fsComposeMode) .hero-banner:not(.behind) .fsElementSlideshowControls button.fsSlideshowPlay.visible,
body:not(.fsComposeMode) .hero-banner:not(.behind) .fsElementSlideshowControls button.play.visible {
    display: block !important
}

body:not(.fsComposeMode).home .header-container .header-bottom-container {
    background: var(--primary-color, #404040)
}

@media(min-width: 1300px) {
    body:not(.fsComposeMode).home .header-container .header-bottom-container {
        padding-top: 34px
    }
}

@media(max-width: 1299px) {
    body:not(.fsComposeMode).home .header-container .header-bottom-container {
        background: rgba(0, 0, 0, 0);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    body:not(.fsComposeMode).home .header-container .header-bottom-container .logo-container {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }
}

body:not(.fsComposeMode).home .header-container .nav-main>.fsElementContent>nav>.fsNavLevel1>li>a {
    color: #fff
}

body:not(.fsComposeMode).home .header-container .logo-container .logo-image.logo-image-white {
    opacity: 0
}

body:not(.fsComposeMode).home .hero-banner:not(.behind)>.fsElementContent {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto
}

@media(max-width: 1299px) {
    body:not(.fsComposeMode).home .hero-banner:not(.behind)>.fsElementContent {
        max-width: 100%
    }
}

@media(min-width: 1300px) {
    body:not(.fsComposeMode).home .hero-banner:not(.behind) article {
        padding-top: 54px;
        padding-bottom: 110px
    }
}

@media(min-width: 1300px) {

    body:not(.fsComposeMode).home .hero-banner:not(.behind) article figure,
    body:not(.fsComposeMode).home .hero-banner:not(.behind) article.fsResourceTypeVideo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    body:not(.fsComposeMode).home .hero-banner:not(.behind) article figure picture,
    body:not(.fsComposeMode).home .hero-banner:not(.behind) article figure .video-wrapper,
    body:not(.fsComposeMode).home .hero-banner:not(.behind) article.fsResourceTypeVideo picture,
    body:not(.fsComposeMode).home .hero-banner:not(.behind) article.fsResourceTypeVideo .video-wrapper {
        border-radius: 12px;
        -webkit-box-shadow: 0px 50px 25px -30px rgba(0, 0, 0, .25);
        box-shadow: 0px 50px 25px -30px rgba(0, 0, 0, .25);
        position: relative;
        width: 570px;
        height: 502px;
        overflow: hidden
    }

    body:not(.fsComposeMode).home .hero-banner:not(.behind) article figure picture::before,
    body:not(.fsComposeMode).home .hero-banner:not(.behind) article figure .video-wrapper::before,
    body:not(.fsComposeMode).home .hero-banner:not(.behind) article.fsResourceTypeVideo picture::before,
    body:not(.fsComposeMode).home .hero-banner:not(.behind) article.fsResourceTypeVideo .video-wrapper::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(41, 41, 41, 0)), color-stop(99.99%, rgba(41, 41, 41, 0.6)));
        background: linear-gradient(180deg, rgba(41, 41, 41, 0) 50%, rgba(41, 41, 41, 0.6) 99.99%);
        z-index: 50
    }

    body:not(.fsComposeMode).home .hero-banner:not(.behind) article figure figcaption,
    body:not(.fsComposeMode).home .hero-banner:not(.behind) article figure .fsDescription,
    body:not(.fsComposeMode).home .hero-banner:not(.behind) article.fsResourceTypeVideo figcaption,
    body:not(.fsComposeMode).home .hero-banner:not(.behind) article.fsResourceTypeVideo .fsDescription {
        width: 540px
    }
}

@media(max-width: 1299px) {

    body:not(.fsComposeMode).home .hero-banner:not(.behind) article figure picture,
    body:not(.fsComposeMode).home .hero-banner:not(.behind) article figure .video-wrapper,
    body:not(.fsComposeMode).home .hero-banner:not(.behind) article.fsResourceTypeVideo picture,
    body:not(.fsComposeMode).home .hero-banner:not(.behind) article.fsResourceTypeVideo .video-wrapper {
        border-radius: 12px;
        -webkit-box-shadow: 0px 50px 25px -30px rgba(0, 0, 0, .25);
        box-shadow: 0px 50px 25px -30px rgba(0, 0, 0, .25);
        position: relative;
        width: calc(100% - 20px);
        margin-left: 10px;
        overflow: hidden
    }

    body:not(.fsComposeMode).home .hero-banner:not(.behind) article figure picture::before,
    body:not(.fsComposeMode).home .hero-banner:not(.behind) article figure .video-wrapper::before,
    body:not(.fsComposeMode).home .hero-banner:not(.behind) article.fsResourceTypeVideo picture::before,
    body:not(.fsComposeMode).home .hero-banner:not(.behind) article.fsResourceTypeVideo .video-wrapper::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(41, 41, 41, 0)), color-stop(99.99%, rgba(41, 41, 41, 0.6)));
        background: linear-gradient(180deg, rgba(41, 41, 41, 0) 50%, rgba(41, 41, 41, 0.6) 99.99%);
        z-index: 50
    }

    body:not(.fsComposeMode).home .hero-banner:not(.behind) article figure figcaption,
    body:not(.fsComposeMode).home .hero-banner:not(.behind) article figure .fsDescription,
    body:not(.fsComposeMode).home .hero-banner:not(.behind) article.fsResourceTypeVideo figcaption,
    body:not(.fsComposeMode).home .hero-banner:not(.behind) article.fsResourceTypeVideo .fsDescription {
        width: 100%;
        text-align: center
    }
}

@media(min-width: 1300px) {

    body:not(.fsComposeMode).home .hero-banner:not(.behind) article video,
    body:not(.fsComposeMode).home .hero-banner:not(.behind) article picture {
        width: 570px;
        height: 502px;
        max-height: 502px;
        min-height: unset
    }

    body:not(.fsComposeMode).home .hero-banner:not(.behind) article video img,
    body:not(.fsComposeMode).home .hero-banner:not(.behind) article picture img {
        max-height: 502px
    }
}

body:not(.fsComposeMode).home .hero-banner:not(.behind) article .image-holder {
    overflow: hidden;
    border-radius: 12px;
    -ms-flex-item-align: end;
    align-self: flex-end
}

@media(min-width: 1300px) {
    body:not(.fsComposeMode).home .hero-banner:not(.behind) article .image-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        overflow: hidden
    }
}

@media(max-width: 1299px) {
    body:not(.fsComposeMode).home .hero-banner:not(.behind) article .image-holder {
        max-width: calc(100% - 20px);
        border-radius: 20px;
        margin-left: auto;
        margin-right: auto
    }
}

body:not(.fsComposeMode).home .hero-banner:not(.behind) article .image-holder,
body:not(.fsComposeMode).home .hero-banner:not(.behind) article .video-wrapper,
body:not(.fsComposeMode).home .hero-banner:not(.behind) article picture {
    -webkit-transition: all ease .6s;
    transition: all ease .6s;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px)
}

body:not(.fsComposeMode).home .hero-banner:not(.behind) article .image-holder::after,
body:not(.fsComposeMode).home .hero-banner:not(.behind) article .video-wrapper::after,
body:not(.fsComposeMode).home .hero-banner:not(.behind) article picture::after {
    display: none
}

@media(min-width: 1300px) {

    body:not(.fsComposeMode).home .hero-banner:not(.behind) article .image-holder,
    body:not(.fsComposeMode).home .hero-banner:not(.behind) article .video-wrapper {
        margin-right: 70px
    }
}

body:not(.fsComposeMode).home .hero-banner:not(.behind) article video,
body:not(.fsComposeMode).home .hero-banner:not(.behind) article picture {
    -webkit-transition-duration: 8s;
    transition-duration: 8s;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2)
}

body:not(.fsComposeMode).home .hero-banner:not(.behind) article.slick-active .video-wrapper,
body:not(.fsComposeMode).home .hero-banner:not(.behind) article.slick-active .image-holder,
body:not(.fsComposeMode).home .hero-banner:not(.behind) article.slick-active picture {
    -webkit-transform: translateX(0px) scale(1);
    -ms-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1)
}

body:not(.fsComposeMode).home .hero-banner:not(.behind) article.slick-active .video-wrapper video,
body:not(.fsComposeMode).home .hero-banner:not(.behind) article.slick-active .image-holder video,
body:not(.fsComposeMode).home .hero-banner:not(.behind) article.slick-active picture video {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media(max-width: 1299px) {
    body:not(.fsComposeMode).home .hero-banner:not(.behind).fsSingleItem .fsElementSlideshowControls {
        top: 62vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: auto
    }
}

@media(max-width: 464px) {
    body:not(.fsComposeMode).home .hero-banner:not(.behind).fsSingleItem .fsElementSlideshowControls {
        top: 298px
    }
}

body:not(.fsComposeMode).home .hero-banner.behind {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

@media(max-width: 1299px) {
    body:not(.fsComposeMode).home .hero-banner.behind {
        bottom: 0
    }
}

body:not(.fsComposeMode).home .hero-banner.behind .fsElementSlideshow {
    margin: 0;
    padding: 0
}

body:not(.fsComposeMode).home .hero-banner.behind .slick-slider {
    margin: 0 !important;
    padding: 0 !important
}

body:not(.fsComposeMode).home .hero-banner.behind article {
    padding: 0
}

body:not(.fsComposeMode).home .hero-banner.behind .fsPager {
    display: none !important
}

body:not(.fsComposeMode).home .hero-banner.behind .fsResourceCollectionDescription {
    margin: 0px
}

body:not(.fsComposeMode).home .hero-banner.behind::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    bottom: -10%;
    height: 120%;
    pointer-events: none;
    z-index: 100;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #651D32), to(rgba(101, 29, 50, 0)));
    background: linear-gradient(0deg, #651D32 7%, rgba(101, 29, 50, 0) 100%);
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

body:not(.fsComposeMode).home .hero-banner.behind::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    bottom: 0%;
    height: 120%;
    pointer-events: none;
    z-index: 100;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(55.24%, rgba(155, 37, 54, 0)), color-stop(82.56%, #9B2536)), rgba(155, 37, 54, .98);
    background: linear-gradient(0deg, rgba(155, 37, 54, 0) 55.24%, #9B2536 82.56%), rgba(155, 37, 54, .98);
    background: -webkit-gradient(linear, left top, left bottom, from(#651D32), color-stop(79.5%, rgba(101, 29, 50, 0))), -webkit-gradient(linear, left bottom, left top, from(#9B2536), to(#9B2536));
    background: linear-gradient(180deg, #651D32 0%, rgba(101, 29, 50, 0) 79.5%), linear-gradient(0deg, #9B2536 0%, #9B2536 100%);
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    opacity: .9;
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

body:not(.fsComposeMode).home .hero-banner.behind>header {
    display: none
}

body:not(.fsComposeMode).home .hero-banner.behind>.fsElementContent::before {
    content: "";
    width: 100%;
    height: 50px;
    background: var(--primary-color, #404040);
    -webkit-filter: blur(7.5px);
    filter: blur(7.5px);
    overflow: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0%, 0) scale(1);
    transform: translate3d(-50%, 0%, 0) scale(1);
    top: -30px;
    z-index: 100
}

@media(min-width: 800px) {

    body:not(.fsComposeMode).home .hero-banner.behind article video,
    body:not(.fsComposeMode).home .hero-banner.behind article picture {
        min-height: 100%;
        max-height: 100%;
        height: 100%
    }

    body:not(.fsComposeMode).home .hero-banner.behind article video img,
    body:not(.fsComposeMode).home .hero-banner.behind article picture img {
        max-height: 680px
    }
}

body:not(.fsComposeMode).home .hero-banner.behind .fsPager,
body:not(.fsComposeMode).home .hero-banner.behind .fsElementSlideshowControls,
body:not(.fsComposeMode).home .hero-banner.behind .slick-arrow {
    display: none
}

.hero-holder {
    position: relative;
    overflow: hidden;
    margin-bottom: 0
}

@media(max-width: 799px) {
    .hero-holder {
        margin-bottom: -10px
    }
}

.hero-holder>.fsElementContent {
    position: relative
}

.hero-holder>.fsElementContent::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 40px;
    left: 0px;
    background: #fff;
    z-index: 100
}

@media(max-width: 999px) {
    .hero-holder>.fsElementContent::before {
        width: 20px
    }
}

.hero-holder>.fsElementContent::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 40px;
    right: 0px;
    background: #fff;
    z-index: 100
}

@media(max-width: 999px) {
    .hero-holder>.fsElementContent::after {
        width: 20px
    }
}

.hero-holder>header {
    display: none
}

.hero-holder .hero-banner.behind {
    margin-bottom: 0;
    background: var(--primary-color, #404040)
}

.hero-holder .hero-banner.behind>.fsElementContent {
    -webkit-filter: blur(7.5px);
    filter: blur(7.5px)
}

@media(max-width: 1299px) {
    .hero-holder .hero-banner.behind {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .hero-holder .hero-banner.behind>.fsElementContent {
        width: 100%
    }
}

.hero-holder .hero-banner.behind article video,
.hero-holder .hero-banner.behind article picture {
    max-height: unset;
    width: 100%
}

.hero-holder .hero-banner.behind article picture {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block
}

.hero-holder .hero-banner.behind article picture img {
    opacity: 0
}

@media(min-width: 1300px) {
    body.hasHero:not(.home) .header-container .header-bottom-container {
        position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0)
    }

    body.hasHero:not(.home) .header-container .nav-main>.fsElementContent>nav>.fsNavLevel1>li>a {
        color: #fff
    }

    body.hasHero:not(.home) .header-container .logo-container .logo-image.logo-image-white {
        opacity: 0
    }
}

@media(max-width: 1299px) {
    body.hasHero:not(.home) .header-container .header-bottom-container .logo-container {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }
}

body.hasHero:not(.home) .hero-banner {
    width: calc(100% - 80px);
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden
}

@media(max-width: 1299px) {
    body.hasHero:not(.home) .hero-banner {
        width: calc(100% - 20px)
    }
}

.fs-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .75);
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all ease .6s;
    transition: all ease .6s
}

.fs-lightbox .video-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    max-width: 1440px;
    margin: 0 auto
}

.fs-lightbox .video-wrapper>span {
    position: relative;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 80px;
    height: 40px
}

.fs-lightbox .video-wrapper>span #video-pause,
.fs-lightbox .video-wrapper>span #video-play {
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: relative;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 20px;
    bottom: 1å0px;
    z-index: 450;
    cursor: pointer;
    color: rgba(0, 0, 0, 0)
}

.fs-lightbox .video-wrapper>span #video-pause:before,
.fs-lightbox .video-wrapper>span #video-play:before {
    content: "";
    width: 10px;
    height: 1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    right: 100%;
    background-color: #fff
}

.fs-lightbox .video-wrapper>span #video-pause:after,
.fs-lightbox .video-wrapper>span #video-play:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #fff;
    line-height: 26px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: .4375rem;
    -webkit-transition: .3s;
    transition: .3s
}

.fs-lightbox .video-wrapper>span #video-pause>span,
.fs-lightbox .video-wrapper>span #video-play>span {
    display: block;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.fs-lightbox .video-wrapper>span #video-pause:hover:after,
.fs-lightbox .video-wrapper>span #video-pause:focus:after,
.fs-lightbox .video-wrapper>span #video-play:hover:after,
.fs-lightbox .video-wrapper>span #video-play:focus:after {
    color: #d02244;
    -webkit-transition: .3s;
    transition: .3s
}

.fs-lightbox .video-wrapper>span #video-pause.hide {
    display: none
}

.fs-lightbox .video-wrapper>span #video-play:after {
    content: ""
}

.fs-lightbox .video-wrapper>span #video-play.hide {
    display: none
}

.fs-lightbox .video-wrapper .video-play {
    opacity: 0
}

.fs-lightbox .controls-wrapper {
    opacity: 0
}

.fs-lightbox #fs-lightbox-close {
    position: fixed;
    top: 50px;
    right: 50px;
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    height: 32px;
    width: 32px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0);
    -webkit-transition: all ease .6s;
    transition: all ease .6s
}

.fs-lightbox #fs-lightbox-close::before {
    content: "";
    font-family: "IcoMoon";
    color: #fff;
    width: inherit;
    height: inherit;
    text-align: center;
    font-size: 26px;
    line-height: 26px
}

.fs-lightbox #fs-lightbox-close:hover,
.fs-lightbox #fs-lightbox-close:focus {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fs-lightbox video {
    border-radius: 12px
}

.fsSingleItem.hero-banner article .image-holder,
.fsSingleItem.hero-banner article .video-wrapper,
.fsSingleItem.hero-banner article picture {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important
}

body:not(.fsComposeMode) .homepage-grade-levels {
    position: relative;
    display: block;
    margin: 0;
    padding: 50px 7px 0px;
    background-color: #fff
}

@media(min-width: 1000px) {
    body:not(.fsComposeMode) .homepage-grade-levels {
        padding: 11px 20px 0px
    }
}

body:not(.fsComposeMode) .homepage-grade-levels::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: calc(100% - 40px);
    height: calc(100% - 24px);
    z-index: 1;
    border-radius: 0px 0px 12px 12px;
    background: -webkit-gradient(linear, left top, left bottom, from(#651D32), color-stop(79.5%, rgba(101, 29, 50, 0))), -webkit-gradient(linear, left bottom, left top, from(#651D32), to(#651D32));
    background: linear-gradient(180deg, #651D32 0%, rgba(101, 29, 50, 0) 79.5%), linear-gradient(0deg, #651D32 0%, #651D32 100%)
}

@media(min-width: 1000px) {
    body:not(.fsComposeMode) .homepage-grade-levels::before {
        width: calc(100% - 80px);
        height: 722px
    }
}

body:not(.fsComposeMode) .homepage-grade-levels>footer {
    display: none
}

body:not(.fsComposeMode) .homepage-grade-levels .fsResourceName,
body:not(.fsComposeMode) .homepage-grade-levels .fsResourceTitle,
body:not(.fsComposeMode) .homepage-grade-levels figcaption {
    display: none
}

body:not(.fsComposeMode) .homepage-grade-levels>header {
    position: relative;
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    padding: 88px 40px 0px;
    text-align: center;
    margin-bottom: 40px;
    z-index: 5
}

@media(min-width: 1000px) {
    body:not(.fsComposeMode) .homepage-grade-levels>header {
        margin-bottom: 70px;
        padding: 144px 40px 0px
    }
}

body:not(.fsComposeMode) .homepage-grade-levels>header .compass-deco {
    position: absolute;
    top: 5px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: calc(100% - 40px);
    max-width: 1180px;
    height: 40px;
    z-index: 3
}

body:not(.fsComposeMode) .homepage-grade-levels>header .compass-deco .compass-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: url(images/compass.svg) no-repeat center;
    background-size: cover;
    z-index: 1
}

body:not(.fsComposeMode) .homepage-grade-levels>header .compass-deco::before,
body:not(.fsComposeMode) .homepage-grade-levels>header .compass-deco::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    width: calc(50% - 40px);
    height: 1px;
    background-color: #a3a3a3;
    -webkit-transition: .5s;
    transition: .5s
}

body:not(.fsComposeMode) .homepage-grade-levels>header .compass-deco::before {
    left: calc(50% - 40px)
}

body:not(.fsComposeMode) .homepage-grade-levels>header .compass-deco::after {
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    right: calc(50% - 40px)
}

body:not(.fsComposeMode) .homepage-grade-levels>header .fsElementTitle {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "League Spartan", sans-serif;
    color: #fff;
    font-size: 48px;
    line-height: .8;
    text-transform: capitalize;
    font-weight: 700;
    font-style: normal;
    position: relative;
    margin: 0 auto;
    max-width: 980px
}

@media(min-width: 1000px) {
    body:not(.fsComposeMode) .homepage-grade-levels>header .fsElementTitle {
        font-size: 72px
    }
}

body:not(.fsComposeMode) .homepage-grade-levels>header .fsElementHeaderContent {
    position: relative;
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 980px;
    margin-top: 16px;
    margin-bottom: 0px;
    font-family: "League Spartan", sans-serif;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45
}

@media(min-width: 1000px) {
    body:not(.fsComposeMode) .homepage-grade-levels>header .fsElementHeaderContent {
        font-size: 24px
    }
}

body:not(.fsComposeMode) .homepage-grade-levels>.fsElementContent {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    z-index: 5
}

@media(min-width: 800px) {
    body:not(.fsComposeMode) .homepage-grade-levels>.fsElementContent {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px
    }
}

body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box {
    position: relative;
    display: block;
    margin: 0px 0px 20px;
    padding: 0;
    overflow: hidden;
    border-radius: 12px;
    z-index: 5;
    top: 0;
    -webkit-transition: top .5s, opacity .5s, -webkit-transform .5s;
    transition: top .5s, opacity .5s, -webkit-transform .5s;
    transition: top .5s, transform .5s, opacity .5s;
    transition: top .5s, transform .5s, opacity .5s, -webkit-transform .5s
}

@media(min-width: 800px) {
    body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box {
        margin: 0
    }
}

body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box:last-child {
    margin-bottom: 0px
}

body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box>header {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    padding: 0px 40px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4;
    -webkit-transition: .5s;
    transition: .5s
}

@media(min-width: 600px) {
    body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box>header {
        bottom: 0
    }
}

@media(min-width: 800px) {
    body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box>header {
        padding: 0px 20px
    }
}

@media(min-width: 1200px) {
    body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box>header {
        padding: 0px 40px
    }
}

body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box>header .fsElementTitle {
    position: relative;
    display: block;
    margin: 0;
    padding: 0px 0px 0px;
    font-family: "League Spartan", sans-serif;
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: .9;
    text-transform: capitalize;
    -webkit-transition: .5s;
    transition: .5s
}

@media(min-width: 800px) {
    body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box>header .fsElementTitle {
        font-size: 30px
    }
}

@media(min-width: 1200px) {
    body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box>header .fsElementTitle {
        font-size: 40px
    }
}

body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box>header .fsElementTitle::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 136px;
    height: 3px;
    background-color: var(--primary-color, #404040);
    opacity: 0;
    width: 0;
    -webkit-transition: .5s;
    transition: .5s
}

body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box>header .fsElementHeaderContent {
    position: relative;
    display: block;
    margin: 8px 0px 0px;
    padding: 0;
    font-family: "League Spartan", sans-serif;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: .5s;
    transition: .5s
}

body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box>header footer {
    position: relative;
    display: block;
    margin: 24px 0px 0px;
    padding: 0;
    font-family: "League Spartan", sans-serif;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65;
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-transition: .5s;
    transition: .5s
}

body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box>header footer .fsElementFooterContent {
    position: relative;
    display: block;
    margin: 0;
    padding: 0
}

body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box>header footer .fsElementFooterContent p {
    margin: 0
}

body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box>header footer .fsElementFooterContent a {
    display: none
}

body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box>footer {
    display: none
}

body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box>.fsElementContent {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 1
}

body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box>.fsElementContent::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s
}

@media(min-width: 800px) {
    body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box>.fsElementContent::before {
        height: 80%
    }
}

@media(min-width: 1000px) {
    body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box>.fsElementContent::before {
        height: 420px
    }
}

body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box>.fsElementContent article {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    height: 360px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: .5s;
    transition: .5s
}

@media(min-width: 800px) {
    body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box>.fsElementContent article {
        height: 480px
    }
}

@media(min-width: 1000px) {
    body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box>.fsElementContent article {
        height: 567px
    }
}

body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box>.fsElementContent article figure,
body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box>.fsElementContent article picture {
    margin: 0;
    padding: 0
}

body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box>.fsElementContent article img {
    display: block;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box .box-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 6;
    color: rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box .box-link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    color: rgba(0, 0, 0, 0);
    overflow: hidden;
    text-decoration: none;
    background: none !important
}

@media(min-width: 800px) {

    body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box:hover,
    body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box:focus,
    body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box:focus-within,
    body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box.focused-in {
        top: -20px;
        -webkit-box-shadow: 0px 40px 20px -30px rgba(0, 0, 0, .25);
        box-shadow: 0px 40px 20px -30px rgba(0, 0, 0, .25)
    }
}

body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box:hover>header,
body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box:focus>header,
body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box:focus-within>header,
body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box.focused-in>header {
    height: 100%;
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important
}

@media(max-width: 599px) {

    body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box:hover>header,
    body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box:focus>header,
    body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box:focus-within>header,
    body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box.focused-in>header {
        bottom: 0
    }
}

body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box:hover>header .fsElementTitle,
body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box:focus>header .fsElementTitle,
body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box:focus-within>header .fsElementTitle,
body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box.focused-in>header .fsElementTitle {
    padding-bottom: 11px
}

body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box:hover>header .fsElementTitle::before,
body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box:focus>header .fsElementTitle::before,
body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box:focus-within>header .fsElementTitle::before,
body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box.focused-in>header .fsElementTitle::before {
    width: 136px;
    opacity: 1
}

body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box:hover>header .fsElementHeaderContent,
body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box:focus>header .fsElementHeaderContent,
body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box:focus-within>header .fsElementHeaderContent,
body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box.focused-in>header .fsElementHeaderContent {
    padding-top: 12px
}

body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box:hover>header footer,
body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box:focus>header footer,
body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box:focus-within>header footer,
body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box.focused-in>header footer {
    opacity: 1
}

body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box:hover>.fsElementContent::before,
body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box:focus>.fsElementContent::before,
body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box:focus-within>.fsElementContent::before,
body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box.focused-in>.fsElementContent::before {
    height: calc(100% + 130px)
}

body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box:hover>.fsElementContent article,
body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box:focus>.fsElementContent article,
body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box:focus-within>.fsElementContent article,
body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box.focused-in>.fsElementContent article {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media(min-width: 1000px) {
    body:not(.fsComposeMode) .homepage-grade-levels>header {
        -webkit-transform: translate(0px, 100px);
        -ms-transform: translate(0px, 100px);
        transform: translate(0px, 100px);
        opacity: 0;
        -webkit-transition: .7s;
        transition: .7s
    }

    body:not(.fsComposeMode) .homepage-grade-levels>header .compass-deco::before,
    body:not(.fsComposeMode) .homepage-grade-levels>header .compass-deco::after {
        width: 20px;
        opacity: 0;
        -webkit-transition: 1s;
        transition: 1s
    }

    body:not(.fsComposeMode) .homepage-grade-levels .fsResourceElement.grade-box {
        -webkit-transform: translate(0px, 100px);
        -ms-transform: translate(0px, 100px);
        transform: translate(0px, 100px);
        opacity: 0;
        top: 0;
        -webkit-transition: top .5s, opacity .7s, -webkit-transform .7s;
        transition: top .5s, opacity .7s, -webkit-transform .7s;
        transition: top .5s, transform .7s, opacity .7s;
        transition: top .5s, transform .7s, opacity .7s, -webkit-transform .7s
    }

    body:not(.fsComposeMode) .homepage-grade-levels.is-in-view>header {
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        opacity: 1;
        -webkit-transition-delay: .4s;
        transition-delay: .4s
    }

    body:not(.fsComposeMode) .homepage-grade-levels.is-in-view>header .compass-deco::before,
    body:not(.fsComposeMode) .homepage-grade-levels.is-in-view>header .compass-deco::after {
        width: calc(50% - 40px);
        opacity: 1;
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }

    body:not(.fsComposeMode) .homepage-grade-levels.is-in-view .fsResourceElement.grade-box {
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        opacity: 1
    }

    body:not(.fsComposeMode) .homepage-grade-levels.is-in-view .fsResourceElement.grade-box:nth-child(1) {
        -webkit-transition-delay: .1s, .4s, .4s, .4s;
        transition-delay: .1s, .4s, .4s, .4s
    }

    body:not(.fsComposeMode) .homepage-grade-levels.is-in-view .fsResourceElement.grade-box:nth-child(2) {
        -webkit-transition-delay: .1s, .6s, .6s, .6s;
        transition-delay: .1s, .6s, .6s, .6s
    }

    body:not(.fsComposeMode) .homepage-grade-levels.is-in-view .fsResourceElement.grade-box:nth-child(3) {
        -webkit-transition-delay: .1s, .8s, .8s, .8s;
        transition-delay: .1s, .8s, .8s, .8s
    }
}

@media(min-width: 1000px) {
    body.fsComposeMode .homepage-grade-levels>.fsElementContent {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px
    }
}

body.fsComposeMode .homepage-grade-levels img {
    max-height: 320px
}

body:not(.fsComposeMode) .scrolling-words {
    position: relative;
    display: block;
    margin: -10px 0px 0px;
    padding: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    overflow: hidden
}

@media(min-width: 1000px) {
    body:not(.fsComposeMode) .scrolling-words {
        margin: -280px 0px 0px
    }
}

body:not(.fsComposeMode) .scrolling-words>header,
body:not(.fsComposeMode) .scrolling-words>footer {
    display: none
}

body:not(.fsComposeMode) .scrolling-words>.fsElementContent {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

body:not(.fsComposeMode) .scrolling-words .words-box {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    will-change: transform;
    -webkit-transition: .7s;
    transition: .7s
}

@media(min-width: 1000px) {
    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(1) {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(2) {
        -webkit-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
        transform: translateX(-80px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(3) {
        -webkit-transform: translateX(-240px);
        -ms-transform: translateX(-240px);
        transform: translateX(-240px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(4) {
        -webkit-transform: translateX(-480px);
        -ms-transform: translateX(-480px);
        transform: translateX(-480px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(5) {
        -webkit-transform: translateX(-800px);
        -ms-transform: translateX(-800px);
        transform: translateX(-800px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(6) {
        -webkit-transform: translateX(-1200px);
        -ms-transform: translateX(-1200px);
        transform: translateX(-1200px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(7) {
        -webkit-transform: translateX(-1680px);
        -ms-transform: translateX(-1680px);
        transform: translateX(-1680px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(8) {
        -webkit-transform: translateX(-2240px);
        -ms-transform: translateX(-2240px);
        transform: translateX(-2240px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(9) {
        -webkit-transform: translateX(-2880px);
        -ms-transform: translateX(-2880px);
        transform: translateX(-2880px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(10) {
        -webkit-transform: translateX(-3600px);
        -ms-transform: translateX(-3600px);
        transform: translateX(-3600px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(11) {
        -webkit-transform: translateX(-4400px);
        -ms-transform: translateX(-4400px);
        transform: translateX(-4400px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(12) {
        -webkit-transform: translateX(-5280px);
        -ms-transform: translateX(-5280px);
        transform: translateX(-5280px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(13) {
        -webkit-transform: translateX(-6240px);
        -ms-transform: translateX(-6240px);
        transform: translateX(-6240px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(14) {
        -webkit-transform: translateX(-7280px);
        -ms-transform: translateX(-7280px);
        transform: translateX(-7280px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(15) {
        -webkit-transform: translateX(-8400px);
        -ms-transform: translateX(-8400px);
        transform: translateX(-8400px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(16) {
        -webkit-transform: translateX(-9600px);
        -ms-transform: translateX(-9600px);
        transform: translateX(-9600px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(17) {
        -webkit-transform: translateX(-10880px);
        -ms-transform: translateX(-10880px);
        transform: translateX(-10880px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(18) {
        -webkit-transform: translateX(-12240px);
        -ms-transform: translateX(-12240px);
        transform: translateX(-12240px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(19) {
        -webkit-transform: translateX(-13680px);
        -ms-transform: translateX(-13680px);
        transform: translateX(-13680px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(20) {
        -webkit-transform: translateX(-15200px);
        -ms-transform: translateX(-15200px);
        transform: translateX(-15200px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(21) {
        -webkit-transform: translateX(-16800px);
        -ms-transform: translateX(-16800px);
        transform: translateX(-16800px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(22) {
        -webkit-transform: translateX(-18480px);
        -ms-transform: translateX(-18480px);
        transform: translateX(-18480px)
    }
}

@media(max-width: 999px) {
    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(1) {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(2) {
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(3) {
        -webkit-transform: translateX(-60px);
        -ms-transform: translateX(-60px);
        transform: translateX(-60px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(4) {
        -webkit-transform: translateX(-120px);
        -ms-transform: translateX(-120px);
        transform: translateX(-120px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(5) {
        -webkit-transform: translateX(-200px);
        -ms-transform: translateX(-200px);
        transform: translateX(-200px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(6) {
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        transform: translateX(-300px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(7) {
        -webkit-transform: translateX(-420px);
        -ms-transform: translateX(-420px);
        transform: translateX(-420px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(8) {
        -webkit-transform: translateX(-560px);
        -ms-transform: translateX(-560px);
        transform: translateX(-560px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(9) {
        -webkit-transform: translateX(-720px);
        -ms-transform: translateX(-720px);
        transform: translateX(-720px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(10) {
        -webkit-transform: translateX(-900px);
        -ms-transform: translateX(-900px);
        transform: translateX(-900px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(11) {
        -webkit-transform: translateX(-1100px);
        -ms-transform: translateX(-1100px);
        transform: translateX(-1100px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(12) {
        -webkit-transform: translateX(-1320px);
        -ms-transform: translateX(-1320px);
        transform: translateX(-1320px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(13) {
        -webkit-transform: translateX(-1560px);
        -ms-transform: translateX(-1560px);
        transform: translateX(-1560px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(14) {
        -webkit-transform: translateX(-1820px);
        -ms-transform: translateX(-1820px);
        transform: translateX(-1820px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(15) {
        -webkit-transform: translateX(-2100px);
        -ms-transform: translateX(-2100px);
        transform: translateX(-2100px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(16) {
        -webkit-transform: translateX(-2400px);
        -ms-transform: translateX(-2400px);
        transform: translateX(-2400px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(17) {
        -webkit-transform: translateX(-2720px);
        -ms-transform: translateX(-2720px);
        transform: translateX(-2720px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(18) {
        -webkit-transform: translateX(-3060px);
        -ms-transform: translateX(-3060px);
        transform: translateX(-3060px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(19) {
        -webkit-transform: translateX(-3420px);
        -ms-transform: translateX(-3420px);
        transform: translateX(-3420px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(20) {
        -webkit-transform: translateX(-3800px);
        -ms-transform: translateX(-3800px);
        transform: translateX(-3800px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(21) {
        -webkit-transform: translateX(-4200px);
        -ms-transform: translateX(-4200px);
        transform: translateX(-4200px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-of-type(22) {
        -webkit-transform: translateX(-4620px);
        -ms-transform: translateX(-4620px);
        transform: translateX(-4620px)
    }
}

@media(min-width: 1000px) {
    body:not(.fsComposeMode) .scrolling-words .words-box:nth-child(2) {
        -webkit-transform: translate(-1000px, 0px);
        -ms-transform: translate(-1000px, 0px);
        transform: translate(-1000px, 0px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-child(3) {
        -webkit-transform: translate(1000px, 0px);
        -ms-transform: translate(1000px, 0px);
        transform: translate(1000px, 0px)
    }
}

@media(max-width: 999px) {
    body:not(.fsComposeMode) .scrolling-words .words-box:nth-child(4) {
        -webkit-transform: translate(1200px, 0px);
        -ms-transform: translate(1200px, 0px);
        transform: translate(1200px, 0px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-child(3) {
        -webkit-transform: translate(-2500px, 0px);
        -ms-transform: translate(-2500px, 0px);
        transform: translate(-2500px, 0px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-child(2) {
        -webkit-transform: translate(2300px, 0px);
        -ms-transform: translate(2300px, 0px);
        transform: translate(2300px, 0px)
    }

    body:not(.fsComposeMode) .scrolling-words .words-box:nth-child(1) {
        -webkit-transform: translate(1200px, 0px);
        -ms-transform: translate(1200px, 0px);
        transform: translate(1200px, 0px)
    }
}

@media(min-width: 1000px) {
    body:not(.fsComposeMode) .scrolling-words .words-box:nth-child(n+16) {
        display: none
    }
}

body:not(.fsComposeMode) .scrolling-words .words-box>header,
body:not(.fsComposeMode) .scrolling-words .words-box>footer {
    display: none
}

body:not(.fsComposeMode) .scrolling-words .words-box>.fsElementContent {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

body:not(.fsComposeMode) .scrolling-words .words-box ul,
body:not(.fsComposeMode) .scrolling-words .words-box ol {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-transition: .7s;
    transition: .7s
}

body:not(.fsComposeMode) .scrolling-words .words-box ul>li,
body:not(.fsComposeMode) .scrolling-words .words-box ol>li {
    position: relative;
    display: block;
    margin: 0px 14px;
    font-family: "League Spartan", sans-serif;
    font-size: 100px;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--primary-color, #404040);
    font-style: normal;
    font-weight: 700;
    line-height: .8;
    letter-spacing: -2px;
    text-transform: uppercase;
    -webkit-transition: .7s;
    transition: .7s
}

@media(max-width: 999px) {

    body:not(.fsComposeMode) .scrolling-words .words-box ul>li,
    body:not(.fsComposeMode) .scrolling-words .words-box ol>li {
        font-size: 55px;
        letter-spacing: -1px
    }
}

body:not(.fsComposeMode) .scrolling-words .words-box ul>li.active,
body:not(.fsComposeMode) .scrolling-words .words-box ul>li.highlight,
body:not(.fsComposeMode) .scrolling-words .words-box ol>li.active,
body:not(.fsComposeMode) .scrolling-words .words-box ol>li.highlight {
    color: var(--primary-color, #404040)
}

@media(min-width: 1000px) {

    body:not(.fsComposeMode) .scrolling-words.finished .words-box ul li,
    body:not(.fsComposeMode) .scrolling-words.finished .words-box ol li {
        font-size: 90px
    }
}

body:not(.fsComposeMode) .image-buttons-containers {
    position: relative;
    margin-bottom: 90px
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .image-buttons-containers {
        margin-bottom: 230px
    }
}

body:not(.fsComposeMode) .image-buttons-containers>header {
    position: relative;
    padding: 40px 20px;
    text-align: center;
    z-index: 100
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .image-buttons-containers>header {
        max-width: 1000px;
        margin: 0 auto;
        margin-bottom: 80px
    }
}

body:not(.fsComposeMode) .image-buttons-containers>header .fsElementTitle {
    position: relative;
    color: var(--primary-color, #404040);
    font-family: "League Spartan", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 38.4px;
    text-transform: capitalize
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .image-buttons-containers>header .fsElementTitle {
        font-size: 72px;
        line-height: 57.6px
    }
}

body:not(.fsComposeMode) .image-buttons-containers>header .fsElementHeaderContent {
    position: relative;
    color: #727272;
    font-family: "League Spartan", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .image-buttons-containers>header .fsElementHeaderContent {
        font-size: 24px;
        line-height: 42px
    }
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .image-buttons-containers>header .fsElementHeaderContent p:first-child {
        padding-bottom: 30px
    }
}

body:not(.fsComposeMode) .image-buttons-containers>header .fsElementHeaderContent a {
    display: none
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .image-buttons-containers>header .fsElementHeaderContent a {
        display: unset;
        background: var(--primary-color, #404040);
        color: #fff;
        font-size: 17px;
        text-decoration: none;
        padding: 20px 32px;
        border-radius: 30px;
        margin-top: 40px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        border: 1px solid var(--primary-color, #404040);
        text-transform: uppercase
    }

    body:not(.fsComposeMode) .image-buttons-containers>header .fsElementHeaderContent a:hover,
    body:not(.fsComposeMode) .image-buttons-containers>header .fsElementHeaderContent a:focus-visible {
        background: rgba(0, 0, 0, 0);
        color: var(--primary-color, #404040)
    }
}

body:not(.fsComposeMode) .image-buttons-containers>footer {
    position: absolute;
    bottom: 180px;
    height: 267px;
    width: 100%
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .image-buttons-containers>footer {
        height: 500px;
        bottom: 320px
    }
}

body:not(.fsComposeMode) .image-buttons-containers>footer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(17.23%, #FFF), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, #FFF 17.23%, rgba(255, 255, 255, 0) 100%);
    top: 0;
    left: 0;
    z-index: 20
}

body:not(.fsComposeMode) .image-buttons-containers>footer img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent {
    position: relative;
    z-index: 40
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .slick-arrow {
    position: absolute;
    z-index: 90;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5px;
    width: 52px;
    height: 52px;
    border-radius: 40px;
    background: #fff;
    color: rgba(0, 0, 0, 0);
    border: 0;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .slick-arrow:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-family: "IcoMoon";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--primary-color, #404040);
    font-size: 13px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .slick-arrow.slick-next {
    left: unset;
    right: 5px
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .slick-arrow.slick-next {
        right: 50%;
        -webkit-transform: translate(calc(-50% + 650px), -50%);
        -ms-transform: translate(calc(-50% + 650px), -50%);
        transform: translate(calc(-50% + 650px), -50%)
    }
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .slick-arrow.slick-prev {
    -webkit-transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1)
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .slick-arrow.slick-prev {
        right: unset;
        left: 50%;
        -webkit-transform: translate(calc(-50% - 600px), -50%) scaleX(-1);
        -ms-transform: translate(calc(-50% - 600px), -50%) scaleX(-1);
        transform: translate(calc(-50% - 600px), -50%) scaleX(-1)
    }
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .slick-arrow:hover,
body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .slick-arrow:focus-visible {
    background: var(--primary-color, #404040)
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .slick-arrow:hover:before,
body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .slick-arrow:focus-visible:before {
    color: #fff
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 267px;
    background: var(--primary-color, #404040);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent:before {
        height: 450px;
        background: var(--primary-color, #404040)
    }
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement {
    position: relative;
    width: 353px;
    height: 345.088px;
    position: relative;
    margin: 0px 0px 20px;
    padding: 0;
    overflow: hidden;
    border-radius: 12px;
    z-index: 5;
    top: 0;
    -webkit-transition: top .5s, opacity .5s, -webkit-transform .5s;
    transition: top .5s, opacity .5s, -webkit-transform .5s;
    transition: top .5s, transform .5s, opacity .5s;
    transition: top .5s, transform .5s, opacity .5s, -webkit-transform .5s;
    margin-right: 20px;
    margin-left: 20px
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement {
        width: 380px;
        height: 567px;
        margin-right: 10px;
        margin-left: 10px
    }
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement:last-child {
    margin-bottom: 0px
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement>header {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    padding: 0px 40px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4;
    -webkit-transition: .5s;
    transition: .5s
}

@media(max-width: 1099px) {
    body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement>header {
        padding-top: 60px
    }
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement>header .fsElementTitle {
    position: relative;
    display: block;
    margin: 0;
    padding: 0px 0px 0px;
    font-family: "League Spartan", sans-serif;
    color: #fff;
    font-size: 24.345px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.91px;
    text-transform: capitalize;
    -webkit-transition: .5s;
    transition: .5s
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement>header .fsElementTitle {
        font-size: 40px;
        line-height: 36px
    }
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement>header .fsElementTitle::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 136px;
    height: 3px;
    background-color: var(--primary-color, #404040);
    opacity: 0;
    width: 0;
    -webkit-transition: .5s;
    transition: .5s
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement>header .fsElementHeaderContent {
    position: relative;
    display: block;
    margin: 8px 0px 0px;
    padding: 0;
    font-family: "League Spartan", sans-serif;
    color: #fff;
    font-size: 14.607px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: .5s;
    transition: .5s
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement>header .fsElementHeaderContent {
        font-size: 24px
    }
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement>header footer {
    position: relative;
    display: block;
    margin: 24px 0px 0px;
    padding: 0;
    font-family: "League Spartan", sans-serif;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement>header footer .fsElementFooterContent {
    position: relative;
    display: block;
    margin: 0;
    padding: 0
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement>footer {
    display: none
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement>.fsElementContent {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 1
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement>.fsElementContent::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement>.fsElementContent article {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    height: 360px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: .5s;
    transition: .5s
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement>.fsElementContent article {
        height: 567px
    }
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement>.fsElementContent article figure,
body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement>.fsElementContent article picture {
    margin: 0;
    padding: 0
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement>.fsElementContent article img {
    display: block;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement .box-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 6;
    color: rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement .box-link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    color: rgba(0, 0, 0, 0);
    overflow: hidden;
    text-decoration: none
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement:hover article,
body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement:focus-within article {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement:hover>header,
body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement:focus-within>header {
    height: 100%;
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement:hover>header .fsElementTitle,
body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement:focus-within>header .fsElementTitle {
    padding-bottom: 11px
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement:hover>header .fsElementTitle::before,
body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement:focus-within>header .fsElementTitle::before {
    width: 136px;
    opacity: 1
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement:hover>header .fsElementHeaderContent,
body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement:focus-within>header .fsElementHeaderContent {
    padding-top: 12px
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement:hover>header footer,
body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement:focus-within>header footer {
    opacity: 1
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement:hover>.fsElementContent::before,
body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement:focus-within>.fsElementContent::before {
    height: calc(100% + 130px)
}

body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement:hover>.fsElementContent article,
body:not(.fsComposeMode) .image-buttons-containers>.fsElementContent .fsElement.fsResourceElement:focus-within>.fsElementContent article {
    -webkit-filter: blur(4px);
    filter: blur(4px)
}

@media(min-width: 1100px) {

    body:not(.fsComposeMode).home .image-buttons-containers>header,
    body:not(.fsComposeMode).home .image-buttons-containers>.fsElementContent {
        -webkit-transition: all 1.8s ease;
        transition: all 1.8s ease;
        -webkit-transform: translateY(120px);
        -ms-transform: translateY(120px);
        transform: translateY(120px);
        opacity: 0
    }

    body:not(.fsComposeMode).home .image-buttons-containers.is-in-view>header,
    body:not(.fsComposeMode).home .image-buttons-containers.is-in-view>.fsElementContent {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    body:not(.fsComposeMode).home .image-buttons-containers.is-in-view>.fsElementContent {
        -webkit-transition-delay: .6s;
        transition-delay: .6s
    }
}

body:not(.fsComposeMode) .full-width-container {
    width: 100vw !important;
    margin-left: 50% !important;
    position: relative !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

body:not(.fsComposeMode) .image-buttons-containers .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body:not(.fsComposeMode) .image-buttons-containers .slick-prev {
    -webkit-transform: translate(calc(-50% - 700px), -50%) scaleX(-1) !important;
    -ms-transform: translate(calc(-50% - 700px), -50%) scaleX(-1) !important;
    transform: translate(calc(-50% - 700px), -50%) scaleX(-1) !important
}

@media(max-width: 1469px) {
    body:not(.fsComposeMode) .image-buttons-containers .slick-prev {
        -webkit-transform: translate(0, -50%) scaleX(-1) !important;
        -ms-transform: translate(0, -50%) scaleX(-1) !important;
        transform: translate(0, -50%) scaleX(-1) !important;
        left: 50px !important
    }
}

body:not(.fsComposeMode) .image-buttons-containers .slick-next {
    -webkit-transform: translate(calc(-50% + 750px), -50%) !important;
    -ms-transform: translate(calc(-50% + 750px), -50%) !important;
    transform: translate(calc(-50% + 750px), -50%) !important
}

@media(max-width: 1469px) {
    body:not(.fsComposeMode) .image-buttons-containers .slick-next {
        -webkit-transform: translate(0, -50%) !important;
        -ms-transform: translate(0, -50%) !important;
        transform: translate(0, -50%) !important;
        left: unset !important;
        right: 60px !important
    }
}

body:not(.fsComposeMode) .image-buttons-containers .slick-list {
    padding-right: 30px;
    padding-left: 30px
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .image-buttons-containers .slick-list {
        min-height: 600px;
        padding-top: 20px !important
    }
}

body:not(.fsComposeMode) .image-buttons-containers .fsElement.fsResourceElement {
    -webkit-transition: all .5s ease !important;
    transition: all .5s ease !important;
    height: 360px !important
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .image-buttons-containers .fsElement.fsResourceElement {
        width: 340px;
        height: 507.316px !important
    }
}

body:not(.fsComposeMode) .image-buttons-containers .fsElement.fsResourceElement.slick-active {
    padding-bottom: 30px
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .image-buttons-containers .fsElement.fsResourceElement.slick-active {
        width: 580px !important;
        height: 567px !important;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-box-shadow: 0px 35px 35px -30px rgba(0, 0, 0, .25);
        box-shadow: 0px 35px 35px -30px rgba(0, 0, 0, .25);
        padding-bottom: 20px
    }
}

body:not(.fsComposeMode) .image-buttons-containers .fsElement.fsResourceElement.slick-active>header {
    padding-bottom: 130px
}

body:not(.fsComposeMode) .image-buttons-containers .fsElement.fsResourceElement.slick-active:hover>header,
body:not(.fsComposeMode) .image-buttons-containers .fsElement.fsResourceElement.slick-active:focus-within>header {
    padding-bottom: 0
}

body:not(.home) .image-buttons-containers {
    margin-bottom: 45px
}

body:not(.fsComposeMode) .fsResourceElement.custom-image-button {
    position: relative;
    display: block;
    margin-bottom: 40px;
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    overflow: hidden;
    border-radius: 12px;
    z-index: 5;
    top: 0;
    -webkit-transition: top .5s, opacity .5s, -webkit-transform .5s;
    transition: top .5s, opacity .5s, -webkit-transform .5s;
    transition: top .5s, transform .5s, opacity .5s;
    transition: top .5s, transform .5s, opacity .5s, -webkit-transform .5s
}

@media(min-width: 900px) {
    body:not(.fsComposeMode) .fsResourceElement.custom-image-button {
        max-width: 980px
    }
}

body:not(.fsComposeMode) .fsResourceElement.custom-image-button>header {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0px 40px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4;
    -webkit-transition: .5s;
    transition: .5s
}

@media(min-width: 800px) {
    body:not(.fsComposeMode) .fsResourceElement.custom-image-button>header {
        padding: 0px 20px
    }
}

@media(min-width: 1200px) {
    body:not(.fsComposeMode) .fsResourceElement.custom-image-button>header {
        padding: 0px 40px
    }
}

body:not(.fsComposeMode) .fsResourceElement.custom-image-button>header .fsElementTitle {
    position: relative;
    display: block;
    margin: 0;
    padding: 0px 0px 11px 0px;
    font-family: "League Spartan", sans-serif;
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: .9;
    text-transform: capitalize;
    -webkit-transition: .5s;
    transition: .5s
}

@media(min-width: 800px) {
    body:not(.fsComposeMode) .fsResourceElement.custom-image-button>header .fsElementTitle {
        font-size: 30px
    }
}

@media(min-width: 1200px) {
    body:not(.fsComposeMode) .fsResourceElement.custom-image-button>header .fsElementTitle {
        font-size: 40px
    }
}

body:not(.fsComposeMode) .fsResourceElement.custom-image-button>header .fsElementTitle::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 136px;
    height: 3px;
    background-color: var(--primary-color, #404040);
    opacity: 1;
    width: 136px;
    -webkit-transition: .5s;
    transition: .5s
}

body:not(.fsComposeMode) .fsResourceElement.custom-image-button>header .fsElementHeaderContent {
    position: relative;
    display: block;
    margin: 8px 0px 0px;
    padding: 0;
    font-family: "League Spartan", sans-serif;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: .5s;
    transition: .5s;
    padding-top: 5px
}

body:not(.fsComposeMode) .fsResourceElement.custom-image-button>header footer {
    position: relative;
    display: block;
    margin: 24px 0px 0px;
    padding: 0;
    font-family: "League Spartan", sans-serif;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s
}

body:not(.fsComposeMode) .fsResourceElement.custom-image-button>header footer .fsElementFooterContent {
    position: relative;
    display: block;
    margin: 0;
    padding: 0
}

body:not(.fsComposeMode) .fsResourceElement.custom-image-button>footer {
    display: none
}

body:not(.fsComposeMode) .fsResourceElement.custom-image-button>.fsElementContent {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 1
}

body:not(.fsComposeMode) .fsResourceElement.custom-image-button>.fsElementContent::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s
}

@media(min-width: 800px) {
    body:not(.fsComposeMode) .fsResourceElement.custom-image-button>.fsElementContent::before {
        height: 80%
    }
}

@media(min-width: 1000px) {
    body:not(.fsComposeMode) .fsResourceElement.custom-image-button>.fsElementContent::before {
        height: 420px
    }
}

body:not(.fsComposeMode) .fsResourceElement.custom-image-button>.fsElementContent article {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    height: 400px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: .5s;
    transition: .5s
}

@media(min-width: 800px) {
    body:not(.fsComposeMode) .fsResourceElement.custom-image-button>.fsElementContent article {
        height: 480px
    }
}

@media(min-width: 1000px) {
    body:not(.fsComposeMode) .fsResourceElement.custom-image-button>.fsElementContent article {
        height: 567px
    }
}

body:not(.fsComposeMode) .fsResourceElement.custom-image-button>.fsElementContent article figure,
body:not(.fsComposeMode) .fsResourceElement.custom-image-button>.fsElementContent article picture {
    margin: 0;
    padding: 0
}

body:not(.fsComposeMode) .fsResourceElement.custom-image-button>.fsElementContent article img {
    display: block;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

body:not(.fsComposeMode) .fsResourceElement.custom-image-button .box-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 6;
    color: rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

body:not(.fsComposeMode) .fsResourceElement.custom-image-button .box-link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    color: rgba(0, 0, 0, 0);
    overflow: hidden;
    text-decoration: none
}

@media(min-width: 800px) {

    body:not(.fsComposeMode) .fsResourceElement.custom-image-button:hover,
    body:not(.fsComposeMode) .fsResourceElement.custom-image-button:focus,
    body:not(.fsComposeMode) .fsResourceElement.custom-image-button:focus-within,
    body:not(.fsComposeMode) .fsResourceElement.custom-image-button.focused-in {
        top: -20px;
        -webkit-box-shadow: 0px 40px 20px -30px rgba(0, 0, 0, .25);
        box-shadow: 0px 40px 20px -30px rgba(0, 0, 0, .25)
    }
}

body:not(.fsComposeMode) .fsResourceElement.custom-image-button:hover>header,
body:not(.fsComposeMode) .fsResourceElement.custom-image-button:focus>header,
body:not(.fsComposeMode) .fsResourceElement.custom-image-button:focus-within>header,
body:not(.fsComposeMode) .fsResourceElement.custom-image-button.focused-in>header {
    height: 100%;
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important
}

body:not(.fsComposeMode) .fsResourceElement.custom-image-button:hover>header .fsElementTitle,
body:not(.fsComposeMode) .fsResourceElement.custom-image-button:focus>header .fsElementTitle,
body:not(.fsComposeMode) .fsResourceElement.custom-image-button:focus-within>header .fsElementTitle,
body:not(.fsComposeMode) .fsResourceElement.custom-image-button.focused-in>header .fsElementTitle {
    padding-bottom: 11px
}

body:not(.fsComposeMode) .fsResourceElement.custom-image-button:hover>header .fsElementTitle::before,
body:not(.fsComposeMode) .fsResourceElement.custom-image-button:focus>header .fsElementTitle::before,
body:not(.fsComposeMode) .fsResourceElement.custom-image-button:focus-within>header .fsElementTitle::before,
body:not(.fsComposeMode) .fsResourceElement.custom-image-button.focused-in>header .fsElementTitle::before {
    width: 136px;
    opacity: 1
}

body:not(.fsComposeMode) .fsResourceElement.custom-image-button:hover>header .fsElementHeaderContent,
body:not(.fsComposeMode) .fsResourceElement.custom-image-button:focus>header .fsElementHeaderContent,
body:not(.fsComposeMode) .fsResourceElement.custom-image-button:focus-within>header .fsElementHeaderContent,
body:not(.fsComposeMode) .fsResourceElement.custom-image-button.focused-in>header .fsElementHeaderContent {
    padding-top: 12px
}

body:not(.fsComposeMode) .fsResourceElement.custom-image-button:hover>header footer,
body:not(.fsComposeMode) .fsResourceElement.custom-image-button:focus>header footer,
body:not(.fsComposeMode) .fsResourceElement.custom-image-button:focus-within>header footer,
body:not(.fsComposeMode) .fsResourceElement.custom-image-button.focused-in>header footer {
    opacity: 1
}

body:not(.fsComposeMode) .fsResourceElement.custom-image-button:hover>.fsElementContent::before,
body:not(.fsComposeMode) .fsResourceElement.custom-image-button:focus>.fsElementContent::before,
body:not(.fsComposeMode) .fsResourceElement.custom-image-button:focus-within>.fsElementContent::before,
body:not(.fsComposeMode) .fsResourceElement.custom-image-button.focused-in>.fsElementContent::before {
    height: calc(100% + 130px)
}

body:not(.fsComposeMode) .fsResourceElement.custom-image-button:hover>.fsElementContent article,
body:not(.fsComposeMode) .fsResourceElement.custom-image-button:focus>.fsElementContent article,
body:not(.fsComposeMode) .fsResourceElement.custom-image-button:focus-within>.fsElementContent article,
body:not(.fsComposeMode) .fsResourceElement.custom-image-button.focused-in>.fsElementContent article {
    -webkit-filter: blur(4px);
    filter: blur(4px)
}

body:not(.fsComposeMode) .custom-container {
    margin-bottom: 0px
}

body:not(.fsComposeMode) .custom-container .fsStyleColumn {
    margin-bottom: 0px
}

@media(min-width: 1000px) {
    body:not(.fsComposeMode) .custom-container.fsFourColumnLayout .fsResourceElement.custom-image-button>header {
        padding-left: 30px;
        padding-right: 30px
    }

    body:not(.fsComposeMode) .custom-container.fsFourColumnLayout .fsResourceElement.custom-image-button>header .fsElementTitle {
        font-size: 28px
    }
}

body:not(.fsComposeMode) .feed-slider>header {
    display: none
}

body:not(.fsComposeMode) .feed-slider .slider-feeds {
    position: relative
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    position: relative
}

@media(min-width: 1000px) {
    body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent::before {
        position: absolute;
        content: "";
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90.38%, #FFF));
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 90.38%);
        width: 510px;
        height: 100%;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -ms-flex-negative: 0;
        flex-shrink: 0;
        z-index: 100;
        right: -100px
    }
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent .slick-list {
    min-height: 370px;
    padding-top: 20px !important
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent article {
    position: relative;
    width: 335.317px;
    height: 335.317px;
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 12px;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent article:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(41, 41, 41, 0.8)), to(rgba(41, 41, 41, 0.8)));
    background: linear-gradient(0deg, rgba(41, 41, 41, 0.8) 0%, rgba(41, 41, 41, 0.8) 100%);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent article:first-child {
    -webkit-transform: rotate(-2.5deg);
    -ms-transform: rotate(-2.5deg);
    transform: rotate(-2.5deg)
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent article:first-child {
        margin-left: 200px
    }
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent article:nth-child(2) {
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg)
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent article:nth-child(3) {
    -webkit-transform: rotate(2.5deg);
    -ms-transform: rotate(2.5deg);
    transform: rotate(2.5deg)
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent article:nth-child(4) {
    -webkit-transform: rotate(-1.5deg);
    -ms-transform: rotate(-1.5deg);
    transform: rotate(-1.5deg)
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent article:nth-child(5) {
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg)
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent article:nth-child(6) {
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg)
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent article .article-text {
    position: relative;
    z-index: 50;
    overflow: hidden;
    color: #fff;
    font-family: "League Spartan", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 50px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent article .feed-logo {
    position: absolute;
    z-index: 10;
    bottom: 15px;
    left: 15px;
    width: 44px;
    height: 44px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent article .feed-logo:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "IcoMoon";
    color: #fff;
    font-size: 20px
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent article:before {
    content: "";
    position: absolute;
    border-radius: 12px;
    background: linear-gradient(220deg, rgba(0, 0, 0, 0) 56.71%, rgba(0, 0, 0, 0.8) 87.97%);
    width: 165px;
    height: 165px;
    left: 0;
    bottom: 0;
    z-index: 5
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent article.slick-active {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent article .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent article .image-wrapper img {
    display: none
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent article:hover,
body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent article:focus-within {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent article:hover .article-text,
body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent article:focus-within .article-text {
    opacity: 1
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent article:hover .image-wrapper,
body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent article:focus-within .image-wrapper {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent article:hover .feed-logo,
body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent article:focus-within .feed-logo {
    background: var(--primary-color, #404040);
    left: 30px;
    bottom: 30px
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent article:hover:after,
body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent article:focus-within:after {
    opacity: 1
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent .slick-arrow {
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 40px;
    background: var(--primary-color, #404040);
    color: rgba(0, 0, 0, 0);
    border: 0;
    z-index: 100;
    top: 45%;
    left: 90px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    border: 1px solid var(--primary-color, #404040);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent .slick-arrow:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "IcoMoon";
    color: #fff;
    font-size: 13px
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent .slick-arrow.slick-next {
    left: unset;
    top: 105%;
    right: 90px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent .slick-arrow.slick-prev {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    top: 98%
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent .slick-arrow:hover,
body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent .slick-arrow:focus-visible {
    background: #fff
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent .slick-arrow:hover:before,
body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent .slick-arrow:focus-visible:before {
    color: var(--primary-color, #404040)
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 2px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent .slick-dots li::marker {
    display: none;
    color: rgba(0, 0, 0, 0)
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent .slick-dots li {
    margin-right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    border: 1px solid var(--primary-color, #404040);
    font-size: 0;
    cursor: pointer
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent .slick-dots li button:hover,
body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent .slick-dots li button:focus {
    opacity: 1
}

body:not(.fsComposeMode) .feed-slider .slider-feeds>.fsElementContent .slick-dots li.slick-active button {
    background: var(--tertiary-color, #A3A3A3);
    opacity: 1
}

.feed-article.bsky .feed-logo::before {
    content: ""
}

.feed-article.facebook .feed-logo::before {
    content: ""
}

.feed-article.instagram .feed-logo::before {
    content: ""
}

.feed-article.linkedin .feed-logo::before {
    content: ""
}

.feed-article.pinterest .feed-logo::before {
    content: ""
}

.feed-article.tumblr .feed-logo::before {
    content: ""
}

.feed-article.twitter .feed-logo::before {
    content: ""
}

.feed-article.vimeo .feed-logo::before {
    content: ""
}

.feed-article.vine .feed-logo::before {
    content: ""
}

.feed-article.youtube .feed-logo::before {
    content: ""
}

.feed-article.wechat .feed-logo::before {
    content: ""
}

.feed-article.flickr .feed-logo::before {
    content: ""
}

.feed-article.wordpress .feed-logo::before {
    content: ""
}

.feed-article.rss .feed-logo::before {
    content: ""
}

.feed-article.smugmug .feed-logo::before {
    content: ""
}

.feed-article.tiktok .feed-logo::before {
    content: ""
}

.feed-article.whatsapp .feed-logo::before {
    content: ""
}

.feed-article.threads .feed-logo::before {
    content: ""
}

body:not(.fsComposeMode) .testimonial-slider {
    display: block;
    overflow: hidden;
    margin: auto;
    position: relative
}

body:not(.fsComposeMode) .testimonial-slider>header {
    max-width: 858px;
    margin: 0 auto
}

body:not(.fsComposeMode) .testimonial-slider>header .fsElementTitle {
    text-align: center;
    position: relative;
    color: var(--primary-color, #404040);
    font-family: "League Spartan", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 38.4px;
    text-transform: capitalize;
    margin-bottom: 16px;
    -webkit-transition: .3s all;
    transition: .3s all
}

@media(min-width: 1000px) {
    body:not(.fsComposeMode) .testimonial-slider>header .fsElementTitle {
        font-size: 79px;
        line-height: 63.2px
    }
}

body:not(.fsComposeMode) .testimonial-slider .slider-controls {
    width: 100%
}

body:not(.fsComposeMode) .testimonial-slider .slider-controls button {
    position: absolute;
    z-index: 50;
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 52px;
    height: 52px;
    text-indent: -70000px;
    overflow: hidden;
    background-color: var(--primary-color, #404040);
    border-radius: 100%;
    padding: 0px 25px;
    -webkit-transition: .3s all;
    transition: .3s all;
    top: 65%
}

@media(max-width: 499px) {
    body:not(.fsComposeMode) .testimonial-slider .slider-controls button {
        top: 70%
    }
}

body:not(.fsComposeMode) .testimonial-slider .slider-controls button::before {
    position: absolute;
    content: "";
    font-family: "IcoMoon";
    color: #fff;
    text-indent: 0;
    font-size: 13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s all;
    transition: .3s all
}

body:not(.fsComposeMode) .testimonial-slider .slider-controls button.prev {
    left: 0px
}

body:not(.fsComposeMode) .testimonial-slider .slider-controls button.prev::before {
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg)
}

@media(min-width: 500px) {
    body:not(.fsComposeMode) .testimonial-slider .slider-controls button.prev {
        left: 35px
    }
}

@media(min-width: 1300px) {
    body:not(.fsComposeMode) .testimonial-slider .slider-controls button.prev {
        left: 55px
    }
}

body:not(.fsComposeMode) .testimonial-slider .slider-controls button.next {
    right: 0px
}

@media(min-width: 500px) {
    body:not(.fsComposeMode) .testimonial-slider .slider-controls button.next {
        right: 35px
    }
}

@media(min-width: 1300px) {
    body:not(.fsComposeMode) .testimonial-slider .slider-controls button.next {
        right: 55px
    }
}

body:not(.fsComposeMode) .testimonial-slider .slider-controls button:hover,
body:not(.fsComposeMode) .testimonial-slider .slider-controls button:focus {
    background-color: var(--secondary-color, #A3A3A3)
}

body:not(.fsComposeMode) .testimonial-slider .slider-controls button:hover::before,
body:not(.fsComposeMode) .testimonial-slider .slider-controls button:focus::before {
    color: #fff
}

body:not(.fsComposeMode) .testimonial-slider>.fsElementContent {
    position: relative;
    min-height: 250px
}

body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements>header {
    display: none
}

body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements>.fsElementContent {
    position: relative
}

body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements>.fsElementContent .fsListItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    min-height: 450px
}

@media(max-width: 398px) {
    body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements>.fsElementContent .fsListItems {
        scale: .7;
        margin-left: -87px
    }
}

@media(min-width: 400px) {
    body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements>.fsElementContent .fsListItems {
        margin-left: -13%
    }
}

@media(min-width: 700px) {
    body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements>.fsElementContent .fsListItems {
        margin-left: -10%
    }
}

@media(min-width: 700px) {
    body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements>.fsElementContent .fsListItems {
        margin-left: -10%
    }
}

@media(min-width: 800px) {
    body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements>.fsElementContent .fsListItems {
        margin-left: -9%
    }
}

@media(min-width: 1000px) {
    body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements>.fsElementContent .fsListItems {
        margin-left: 0%
    }
}

body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements>.fsElementContent .fsListItems article {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 110px;
    height: 170px;
    text-align: center;
    margin: 5px;
    padding: 0;
    border: unset !important;
    border-radius: 12px;
    overflow: hidden;
    -webkit-transition: .5s all;
    transition: .5s all;
    opacity: 0;
    visibility: hidden
}

body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements>.fsElementContent .fsListItems article .fsTitle,
body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements>.fsElementContent .fsListItems article .fsBody,
body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements>.fsElementContent .fsListItems article .fsSummary {
    display: none
}

body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements>.fsElementContent .fsListItems article .fsThumbnail {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%
}

body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements>.fsElementContent .fsListItems article .fsThumbnail::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: .3s all;
    transition: .3s all;
    background-color: #000;
    opacity: .4;
    z-index: 200
}

body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements>.fsElementContent .fsListItems article .fsThumbnail img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements>.fsElementContent .fsListItems article.center {
    width: 280px;
    height: 417.789px;
    opacity: 1;
    visibility: visible
}

body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements>.fsElementContent .fsListItems article.center .fsThumbnail::before {
    opacity: 0
}

body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements>.fsElementContent .fsListItems article.near {
    width: 210px;
    height: 313px;
    opacity: 1;
    visibility: visible
}

body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements>.fsElementContent .fsListItems article.edge {
    opacity: 1;
    visibility: visible
}

body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements>.fsElementContent .fsListItems article article:not(.edge, .near, .center) {
    width: 110px !important;
    height: 170px !important
}

body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements .center-details,
body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements .center-details-clone {
    text-align: center;
    opacity: 1;
    max-width: 858px;
    margin: 0 auto;
    -webkit-transition: 1s all;
    transition: 1s all;
    padding: 0px 20px !important;
    min-height: 250px
}

@media(min-width: 1000px) {

    body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements .center-details,
    body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements .center-details-clone {
        padding: 0 !important
    }
}

body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements .center-details .fsBody,
body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements .center-details-clone .fsBody {
    color: var(--primary-color, #404040);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 15px
}

body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements .center-details .fsTitle,
body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements .center-details-clone .fsTitle {
    color: #555050;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
    margin: 0
}

body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements .center-details .fsSummary,
body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements .center-details-clone .fsSummary {
    color: #555050;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements .center-details-clone {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .85s all;
    transition: .85s all;
    opacity: 1
}

body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements .center-details-clone.changing {
    top: 30px;
    opacity: 0
}

body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements .center-details {
    -webkit-transition: .85s all;
    transition: .85s all;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

body:not(.fsComposeMode) .testimonial-slider>.fsElementContent .slider-elements .center-details.changing {
    top: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0
}

body:not(.fsComposeMode) .slider-blockquote-container {
    position: relative;
    padding-top: 49px
}

body:not(.fsComposeMode) .slider-blockquote-container:before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    border-radius: 20%;
    background: #fff;
    -webkit-filter: blur(37.5px);
    filter: blur(37.5px);
    width: 100%;
    height: 100%
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .slider-blockquote-container:before {
        display: none
    }
}

body:not(.fsComposeMode) .slider-blockquote-container>footer {
    position: absolute;
    bottom: 380px;
    height: 600px;
    width: 100%
}

@media(max-width: 1099px) {
    body:not(.fsComposeMode) .slider-blockquote-container>footer {
        height: 300px;
        bottom: 180px
    }
}

body:not(.fsComposeMode) .slider-blockquote-container>footer img {
    height: 600px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width: 1099px) {
    body:not(.fsComposeMode) .slider-blockquote-container>footer img {
        height: 300px
    }
}

body:not(.fsComposeMode) .slider-blockquote-container>footer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(17.23%, #FFF), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, #FFF 17.23%, rgba(255, 255, 255, 0) 100%)
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .slider-blockquote-container {
        padding-bottom: 140px;
        padding-top: 50px
    }
}

body:not(.fsComposeMode) .slider-blockquote-container .text-content {
    text-align: center;
    margin-bottom: 0;
    margin-bottom: 60px;
    position: relative;
    z-index: 40
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .slider-blockquote-container .text-content {
        position: relative;
        z-index: 100;
        margin-bottom: 80px
    }
}

body:not(.fsComposeMode) .slider-blockquote-container .text-content>header {
    margin-bottom: 20px
}

body:not(.fsComposeMode) .slider-blockquote-container .text-content>header .fsElementTitle {
    position: relative;
    color: var(--primary-color, #404040);
    text-align: center;
    font-family: "League Spartan", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 38.4px;
    text-transform: capitalize;
    margin-bottom: 16px
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .slider-blockquote-container .text-content>header .fsElementTitle {
        font-size: 72px;
        line-height: 57.6px
    }
}

body:not(.fsComposeMode) .slider-blockquote-container .text-content>header .fsElementHeaderContent {
    color: #727272;
    text-align: center;
    font-family: "League Spartan", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    padding-right: 20px;
    padding-left: 20px
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .slider-blockquote-container .text-content>header .fsElementHeaderContent {
        max-width: 800px;
        margin: 0 auto;
        font-size: 24px;
        line-height: 42px
    }
}

@media(max-width: 1099px) {
    body:not(.fsComposeMode) .slider-blockquote-container .text-content>.fsElementContent {
        display: none
    }
}

body:not(.fsComposeMode) .slider-blockquote-container .text-content>.fsElementContent a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-family: "League Spartan", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: 23.8px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    background: var(--primary-color, #404040);
    padding: 20px 32px;
    border-radius: 30px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: 1px solid var(--primary-color, #404040)
}

body:not(.fsComposeMode) .slider-blockquote-container .text-content>.fsElementContent a:hover,
body:not(.fsComposeMode) .slider-blockquote-container .text-content>.fsElementContent a:focus-visible {
    background: rgba(0, 0, 0, 0);
    color: var(--primary-color, #404040)
}

body:not(.fsComposeMode) .slider-blockquote-container .text-content>footer a {
    position: relative;
    color: var(--primary-color, #404040);
    text-align: center;
    font-family: "League Spartan", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
    padding-right: 80px
}

body:not(.fsComposeMode) .slider-blockquote-container .text-content>footer a:before {
    content: "";
    position: absolute;
    background: var(--primary-color, #404040);
    width: 50px;
    height: 50px;
    font-family: "IcoMoon";
    border-radius: 50%;
    right: 15px;
    font-size: 14px;
    font-style: normal;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

body:not(.fsComposeMode) .slider-blockquote-container .text-content>footer a:hover:before,
body:not(.fsComposeMode) .slider-blockquote-container .text-content>footer a:focus-visible:before {
    opacity: 1;
    width: 60px;
    height: 60px;
    right: 0
}

body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 30
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 547px;
        background: var(--primary-color, #404040);
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide>.fsElementContent {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: unset !important
}

@media(max-width: 1099px) {

    body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide>.fsElementContent .slick-list,
    body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide>.fsElementContent .slick-dots {
        display: none
    }
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide>.fsElementContent {
        width: calc(50% - 142px);
        margin-left: auto;
        padding-top: 120px;
        padding-right: 80px
    }
}

body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide>.fsElementContent .fsElement.fsContent>.fsElementContent p {
    color: #fff;
    font-family: "League Spartan", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px
}

body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide>.fsElementContent .fsElement.fsContent>.fsElementContent p strong {
    color: #fff;
    font-family: "League Spartan", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize
}

body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide>.fsElementContent .fsElement.fsContent>.fsElementContent p a {
    position: relative;
    background: #fff;
    color: var(--primary-color, #404040);
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 22.4px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 32px;
    border-radius: 30px;
    border: 1px solid #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide>.fsElementContent .fsElement.fsContent>.fsElementContent p a:hover,
body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide>.fsElementContent .fsElement.fsContent>.fsElementContent p a:focus-visible {
    background: rgba(0, 0, 0, 0);
    color: #fff
}

body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .images-container {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .images-container {
        width: 50%
    }
}

body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .images-container .slick-list {
    position: relative;
    z-index: 50
}

body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .images-container:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background: var(--primary-color, #404040);
    width: 100%;
    height: 267px;
    z-index: 20
}

body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .images-container footer {
    position: relative;
    height: 345.088px;
    width: calc(100% - 40px)
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .images-container footer {
        width: 100%;
        height: 650px
    }
}

body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .images-container footer>header {
    position: absolute;
    width: calc(100% - 40px);
    bottom: 30px;
    z-index: 200;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .images-container footer>header {
        display: none
    }
}

body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .images-container footer>header .fsElementTitle {
    position: relative;
    color: #fff;
    font-family: "League Spartan", sans-serif;
    font-size: 24.345px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.91px;
    text-transform: capitalize;
    margin-bottom: 5px
}

body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .images-container footer>header .fsElementHeaderContent {
    position: relative;
    color: #fff;
    font-family: "League Spartan", sans-serif;
    font-size: 14.607px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .images-container footer:before {
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 50
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .images-container footer:before {
        display: none
    }
}

body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .images-container img {
    height: 345.088px;
    width: calc(100% - 40px);
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 10px;
    position: relative;
    z-index: 40
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .images-container img {
        width: 100%;
        height: 650px;
        margin: 0;
        margin-left: auto
    }
}

body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .fsElement.fsContent {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .fsElement.fsContent {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .fsElement.fsContent>.fsElementContent {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 40px
}

body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .fsElement.fsContent blockquote {
    position: relative;
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px
}

body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .fsElement.fsContent blockquote p {
    position: relative;
    color: #362d5b;
    font-family: "League Spartan", sans-serif;
    font-size: 23px;
    font-style: italic;
    font-weight: 400;
    line-height: 46px;
    text-align: left;
    z-index: 50
}

body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .fsElement.fsContent blockquote p strong {
    position: relative;
    color: #373737;
    font-family: "League Spartan", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.25px;
    text-transform: capitalize;
    padding-right: 20px
}

body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .fsElement.fsContent blockquote p strong:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .25);
    right: 0;
    height: calc(100% - 5px);
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .fsElement.fsContent blockquote p span {
    color: #373737;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.25px;
    text-transform: capitalize;
    margin-left: 25px
}

body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .fsElement.fsContent blockquote:after {
    display: none
}

body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .controls-wrapper {
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 200;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .controls-wrapper {
        text-align: left;
        position: unset;
        top: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        width: unset;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 30px
    }
}

body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .controls-wrapper .slick-arrow {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0);
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 40px;
    border: 1px solid #fff;
    background: #fff;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .controls-wrapper .slick-arrow {
        background: rgba(0, 0, 0, 0);
        border: 0;
        width: 90px
    }
}

body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .controls-wrapper .slick-arrow:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: var(--primary-color, #404040);
    font-family: "IcoMoon";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .controls-wrapper .slick-arrow:before {
        color: #fff;
        content: ""
    }
}

body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .controls-wrapper .slick-arrow:hover,
body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .controls-wrapper .slick-arrow:focus-visible {
    background: #fff
}

@media(min-width: 1100px) {

    body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .controls-wrapper .slick-arrow:hover,
    body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .controls-wrapper .slick-arrow:focus-visible {
        background: unset
    }
}

body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .controls-wrapper .slick-arrow:hover:before,
body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .controls-wrapper .slick-arrow:focus-visible:before {
    color: var(--primary-color, #404040)
}

@media(min-width: 1100px) {

    body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .controls-wrapper .slick-arrow:hover:before,
    body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .controls-wrapper .slick-arrow:focus-visible:before {
        color: #fff
    }
}

body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .controls-wrapper .slick-prev {
    margin-left: 5px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .controls-wrapper .slick-next {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    margin-right: 5px
}

body:not(.fsComposeMode) .slider-blockquote-container .blockquote-slide .slick-dots {
    display: none !important
}

body:not(.fsComposeMode) .slider-blockquote-container.no-arrows .blockquote-slide .images-container:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

body:not(.fsComposeMode) .slider-blockquote-container.no-arrows .slick-dots {
    display: none !important
}

body:not(.fsComposeMode) .slider-blockquote-container.no-arrows .controls-wrapper {
    display: none
}

body:not(.fsComposeMode) .slider-blockquote-container.arrows .blockquote-slide .images-container:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

body:not(.fsComposeMode) .slider-blockquote-container.arrows .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    padding-top: 10px;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    padding-top: 32px;
    margin-bottom: -30px
}

@media(min-width: 744px) {
    body:not(.fsComposeMode) .slider-blockquote-container.arrows .slick-dots {
        padding-top: 32px
    }
}

body:not(.fsComposeMode) .slider-blockquote-container.arrows .slick-dots li::marker {
    display: none;
    color: rgba(0, 0, 0, 0)
}

body:not(.fsComposeMode) .slider-blockquote-container.arrows .slick-dots li {
    margin: 0 10px
}

body:not(.fsComposeMode) .slider-blockquote-container.arrows .slick-dots li button {
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    overflow: hidden;
    width: 15px;
    height: 5px;
    border-radius: 10px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
    background: #bab3d1;
    border: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .7
}

body:not(.fsComposeMode) .slider-blockquote-container.arrows .slick-dots li button:hover,
body:not(.fsComposeMode) .slider-blockquote-container.arrows .slick-dots li button:focus {
    width: 80px;
    opacity: 1;
    background: #362d5b
}

body:not(.fsComposeMode) .slider-blockquote-container.arrows .slick-dots li.slick-active button {
    width: 80px;
    opacity: 1;
    background: #362d5b
}

body:not(.fsComposeMode) .full-container-feeds {
    position: relative;
    padding-bottom: 100px
}

@media(min-width: 1200px) {
    body:not(.fsComposeMode) .full-container-feeds {
        padding-bottom: 100px;
        padding-top: 100px
    }
}

body:not(.fsComposeMode) .full-container-feeds .text-container {
    position: relative;
    padding: 20px;
    margin-bottom: 0;
    margin-bottom: 15px;
    z-index: 200
}

@media(min-width: 1200px) {
    body:not(.fsComposeMode) .full-container-feeds .text-container {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, calc(-50% - 30px));
        -ms-transform: translate(-50%, calc(-50% - 30px));
        transform: translate(-50%, calc(-50% - 30px));
        top: 50%;
        max-width: 500px
    }
}

body:not(.fsComposeMode) .full-container-feeds .text-container>header {
    text-align: center
}

body:not(.fsComposeMode) .full-container-feeds .text-container>header .fsElementTitle {
    position: relative;
    color: var(--primary-color, #404040);
    font-family: "League Spartan", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 38.4px;
    text-transform: capitalize;
    margin-bottom: 16px
}

@media(min-width: 1200px) {
    body:not(.fsComposeMode) .full-container-feeds .text-container>header .fsElementTitle {
        font-size: 79px;
        line-height: 63.2px
    }
}

body:not(.fsComposeMode) .full-container-feeds .text-container>header .fsElementHeaderContent {
    position: relative;
    color: #727272;
    font-family: "League Spartan", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 40px
}

body:not(.fsComposeMode) .full-container-feeds .text-container .nav-social>header {
    display: none
}

body:not(.fsComposeMode) .full-container-feeds .text-container .nav-social .fsNavLevel1 li a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

body:not(.fsComposeMode) .full-container-feeds .text-container .nav-social .fsNavLevel1 li a:hover,
body:not(.fsComposeMode) .full-container-feeds .text-container .nav-social .fsNavLevel1 li a:focus-visible {
    background: var(--primary-color, #404040)
}

body:not(.fsComposeMode) .full-container-feeds .text-container .nav-social .fsNavLevel1 li a:hover:before,
body:not(.fsComposeMode) .full-container-feeds .text-container .nav-social .fsNavLevel1 li a:focus-visible:before {
    color: #fff
}

body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds {
    position: relative
}

body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>header {
    display: none
}

@media(min-width: 1200px) {
    body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        max-width: 1350px;
        margin: 0 auto
    }
}

body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent .slick-list {
    min-height: 370px;
    padding-top: 20px !important
}

body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article {
    position: relative;
    width: 335.317px;
    height: 335.317px;
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 12px;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-shadow: 0px 35px 35px -30px rgba(0, 0, 0, .25);
    box-shadow: 0px 35px 35px -30px rgba(0, 0, 0, .25)
}

body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article:before {
    content: "";
    position: absolute;
    width: 44px;
    height: 44px;
    font-family: "IcoMoon";
    color: #fff;
    z-index: 10;
    background: rgba(0, 0, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 30px;
    left: 30px;
    border-radius: 50%;
    -webkit-transform: translate(-20px, 20px);
    -ms-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 1
}

body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(41, 41, 41, 0.8)), to(rgba(41, 41, 41, 0.8)));
    background: linear-gradient(0deg, rgba(41, 41, 41, 0.8) 0%, rgba(41, 41, 41, 0.8) 100%);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0
}

body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article .article-text {
    position: relative;
    z-index: 50;
    overflow: hidden;
    color: #fff;
    font-family: "League Spartan", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 50px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0
}

body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article .image-wrapper {
    position: relative
}

body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article .image-wrapper:before {
    content: "";
    position: absolute;
    border-radius: 12px;
    background: linear-gradient(220deg, rgba(0, 0, 0, 0) 56.71%, rgba(0, 0, 0, 0.8) 87.97%);
    width: 165px;
    height: 165px;
    left: 0;
    bottom: 0;
    z-index: 5
}

@media(min-width: 1200px) {
    body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article {
        margin: 0 auto;
        margin-bottom: 100px
    }

    body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article:first-child {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article:nth-child(2) {
        -webkit-transform: rotate(2deg) translateY(-150px);
        -ms-transform: rotate(2deg) translateY(-150px);
        transform: rotate(2deg) translateY(-150px)
    }

    body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article:nth-child(3) {
        -webkit-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
        transform: rotate(4deg)
    }

    body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article:nth-child(4) {
        -webkit-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article:nth-child(5) {
        -webkit-transform: rotate(-2deg) translateY(150px);
        -ms-transform: rotate(-2deg) translateY(150px);
        transform: rotate(-2deg) translateY(150px)
    }

    body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article:nth-child(6) {
        -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
}

body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article .icon-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article .feed-logo {
    position: absolute;
    z-index: 10;
    bottom: 15px;
    left: 15px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 200
}

body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article .feed-logo:before {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "IcoMoon";
    color: #fff;
    background: var(--primary-color, #404040);
    font-size: 20px;
    z-index: 45;
    opacity: 1 !important
}

@media(max-width: 1099px) {
    body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article.slick-active {
        -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        transform: rotate(-2deg);
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
}

body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article .image-wrapper img {
    display: none
}

body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article:hover,
body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article:focus-within {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article:hover:before,
body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article:focus-within:before {
    opacity: 1;
    background: var(--primary-color, #404040);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article:hover .image-wrapper,
body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article:focus-within .image-wrapper {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article:hover .article-text,
body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article:focus-within .article-text {
    opacity: 1
}

body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article:hover:after,
body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article:focus-within:after {
    opacity: 1
}

@media(min-width: 1100px) {

    body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article:hover:nth-child(2),
    body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article:focus-within:nth-child(2) {
        -webkit-transform: translateY(-150px) rotate(0);
        -ms-transform: translateY(-150px) rotate(0);
        transform: translateY(-150px) rotate(0)
    }

    body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article:hover:nth-child(5),
    body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent article:focus-within:nth-child(5) {
        -webkit-transform: translateY(150px) rotate(0);
        -ms-transform: translateY(150px) rotate(0);
        transform: translateY(150px) rotate(0)
    }
}

body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent .slick-arrow {
    position: absolute;
    width: 52px;
    height: 52px;
    border-radius: 40px;
    background: var(--primary-color, #404040);
    color: rgba(0, 0, 0, 0);
    border: 0;
    z-index: 20;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(calc(-50% - 100px), calc(-50% - 20px));
    -ms-transform: translate(calc(-50% - 100px), calc(-50% - 20px));
    transform: translate(calc(-50% - 100px), calc(-50% - 20px));
    cursor: pointer;
    border: 1px solid var(--primary-color, #404040);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent .slick-arrow:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "IcoMoon";
    color: #fff;
    font-size: 13px
}

body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent .slick-arrow.slick-next {
    right: 5px;
    left: unset;
    -webkit-transform: translate(calc(-50% + 215px), calc(-50% - 20px));
    -ms-transform: translate(calc(-50% + 215px), calc(-50% - 20px));
    transform: translate(calc(-50% + 215px), calc(-50% - 20px));
    right: 50%
}

body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent .slick-arrow.slick-prev {
    -webkit-transform: translate(calc(-50% - 165px), calc(-50% - 20px)) scaleX(-1);
    -ms-transform: translate(calc(-50% - 165px), calc(-50% - 20px)) scaleX(-1);
    transform: translate(calc(-50% - 165px), calc(-50% - 20px)) scaleX(-1)
}

body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent .slick-arrow:hover,
body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent .slick-arrow:focus-visible {
    background: rgba(0, 0, 0, 0)
}

body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent .slick-arrow:hover:before,
body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent .slick-arrow:focus-visible:before {
    color: var(--primary-color, #404040)
}

body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 2px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 32px
}

body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent .slick-dots li::marker {
    display: none;
    color: rgba(0, 0, 0, 0)
}

body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent .slick-dots li {
    margin-left: 6px;
    margin-right: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    border: 1px solid var(--primary-color, #404040);
    font-size: 0;
    cursor: pointer
}

body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent .slick-dots li button:hover,
body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent .slick-dots li button:focus {
    opacity: 1
}

body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent .slick-dots li.slick-active button {
    background: var(--primary-color, #404040);
    opacity: 1
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds>.fsElementContent {
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease
    }

    body:not(.fsComposeMode) .full-container-feeds .hp--custom--feeds.is-in-view>.fsElementContent {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

body:not(.fsComposeMode) .full-width-element {
    width: 100vw !important;
    margin-left: 50% !important;
    position: relative !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

@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%
    }

    body {
        font-size: 62.5%
    }

    *,
    *:before,
    *:after {
        background: rgba(0, 0, 0, 0) !important;
        color: #000 !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: #000
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        white-space: pre-wrap !important
    }

    pre,
    blockquote {
        page-break-inside: avoid
    }

    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
    }
}

@font-face {
    font-family: "IcoMoon";
    src: url(fonts/icomoon.eot);
    src: url(fonts/icomoond41d.eot?#iefix) 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#IcoMoon) format("svg");
    font-weight: 400;
    font-style: normal
}

/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
/*! helpers - box-model v0.0.1 */
/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*! helpers - typography v0.0.1 */
.button-0 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #f5f5f5 !important;
    background: #f5f5f5;
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-0:hover,
.button-0:focus,
.fsStateSelected .button-0,
.button-0.on {
    border-color: #e5e5e5 !important;
    background: #e5e5e5;
    color: #262626;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-0.full-width {
    width: 100%;
    max-width: unset
}

.button-1 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid var(--primary-color, #404040) !important;
    background: var(--primary-color, #404040);
    color: #fff;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-1:hover,
.button-1:focus,
.fsStateSelected .button-1,
.button-1.on {
    border-color: var(--primary-color, #404040) !important;
    background: #fff;
    color: var(--primary-color, #404040);
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-1.full-width {
    width: 100%;
    max-width: unset
}

.button-2 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid var(--primary-color, #404040) !important;
    background: rgba(0, 0, 0, 0);
    color: var(--primary-color, #404040);
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-2:hover,
.button-2:focus,
.fsStateSelected .button-2,
.button-2.on {
    border-color: var(--primary-color, #404040) !important;
    background: var(--primary-color, #404040);
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-2.full-width {
    width: 100%;
    max-width: unset
}

.button-3 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #262626 !important;
    background: #262626;
    color: #fff;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-3:hover,
.button-3:focus,
.fsStateSelected .button-3,
.button-3.on {
    border-color: #262626 !important;
    background: #fff;
    color: #262626;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-3.full-width {
    width: 100%;
    max-width: unset
}

.button-4 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #262626 !important;
    background: rgba(0, 0, 0, 0);
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-4:hover,
.button-4:focus,
.fsStateSelected .button-4,
.button-4.on {
    border-color: #262626 !important;
    background: #262626;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-4.full-width {
    width: 100%;
    max-width: unset
}

.button-5 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid var(--secondary-color, #A3A3A3) !important;
    background: var(--secondary-color, #A3A3A3);
    color: #fff;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-5:hover,
.button-5:focus,
.fsStateSelected .button-5,
.button-5.on {
    border-color: var(--secondary-color, #A3A3A3) !important;
    background: #fff;
    color: #262626;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-5.full-width {
    width: 100%;
    max-width: unset
}

.button-6 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid var(--secondary-color, #A3A3A3) !important;
    background: rgba(0, 0, 0, 0);
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-6:hover,
.button-6:focus,
.fsStateSelected .button-6,
.button-6.on {
    border-color: var(--secondary-color, #A3A3A3) !important;
    background: var(--secondary-color, #A3A3A3);
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-6.full-width {
    width: 100%;
    max-width: unset
}

.button-7 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #d02244 !important;
    background: #d02244;
    color: #fff;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-7:hover,
.button-7:focus,
.fsStateSelected .button-7,
.button-7.on {
    border-color: #d02244 !important;
    background: #fff;
    color: #d02244;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-7.full-width {
    width: 100%;
    max-width: unset
}

.button-8 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #d02244 !important;
    background: rgba(0, 0, 0, 0);
    color: #d02244;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-8:hover,
.button-8:focus,
.fsStateSelected .button-8,
.button-8.on {
    border-color: #d02244 !important;
    background: #d02244;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-8.full-width {
    width: 100%;
    max-width: unset
}

.button-9 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #555050 !important;
    background: #555050;
    color: #fff;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-9:hover,
.button-9:focus,
.fsStateSelected .button-9,
.button-9.on {
    border-color: #555050 !important;
    background: #fff;
    color: #262626;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-9.full-width {
    width: 100%;
    max-width: unset
}

.button-10 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #555050 !important;
    background: rgba(0, 0, 0, 0);
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-10:hover,
.button-10:focus,
.fsStateSelected .button-10,
.button-10.on {
    border-color: #555050 !important;
    background: #555050;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-10.full-width {
    width: 100%;
    max-width: unset
}

.button-11 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #b3acac !important;
    background: #b3acac;
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-11:hover,
.button-11:focus,
.fsStateSelected .button-11,
.button-11.on {
    border-color: #b3acac !important;
    background: #fff;
    color: #262626;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-11.full-width {
    width: 100%;
    max-width: unset
}

.button-12 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #b3acac !important;
    background: rgba(0, 0, 0, 0);
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-12:hover,
.button-12:focus,
.fsStateSelected .button-12,
.button-12.on {
    border-color: #b3acac !important;
    background: #b3acac;
    color: #262626;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-12.full-width {
    width: 100%;
    max-width: unset
}

.button-13 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #e5e5e5 !important;
    background: #e5e5e5;
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-13:hover,
.button-13:focus,
.fsStateSelected .button-13,
.button-13.on {
    border-color: #727272 !important;
    background: #fff;
    color: #727272;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-13.full-width {
    width: 100%;
    max-width: unset
}

.button-14 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #727272 !important;
    background: rgba(0, 0, 0, 0);
    color: #727272;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-14:hover,
.button-14:focus,
.fsStateSelected .button-14,
.button-14.on {
    border-color: #e5e5e5 !important;
    background: #e5e5e5;
    color: #262626;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-14.full-width {
    width: 100%;
    max-width: unset
}

.button-large {
    padding: 24px !important;
    font-size: 18px !important;
    line-height: 1.33 !important;
    letter-spacing: 1px !important;
    border-radius: 75px !important
}

.button-large em {
    display: block;
    margin-top: 4px;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    font-style: normal;
    font-family: "League Spartan", sans-serif
}

.button-dark {
    background-color: var(--primary-color, #404040);
    padding: 20px
}

.button-dark h2,
.button-dark h3,
.button-dark h4,
.button-dark h5,
.button-dark h6 {
    color: #fff
}

.button-on-dark-1 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #fff !important;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-on-dark-1:hover,
.button-on-dark-1:focus,
.fsStateSelected .button-on-dark-1,
.button-on-dark-1.on {
    border-color: #fff !important;
    background: #fff;
    color: var(--primary-color, #404040);
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-on-dark-1.full-width {
    width: 100%;
    max-width: unset
}

.button-on-dark-2 {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #fff !important;
    background: #fff;
    color: var(--primary-color, #404040);
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-on-dark-2:hover,
.button-on-dark-2:focus,
.fsStateSelected .button-on-dark-2,
.button-on-dark-2.on {
    border-color: #fff !important;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.button-on-dark-2.full-width {
    width: 100%;
    max-width: unset
}

.download-button,
.external-button {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #d4d4d4 !important;
    background: #f5f5f5;
    color: #525252;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all;
    padding: 16px 30px 16px 55px;
    text-transform: none;
    letter-spacing: normal;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500
}

.download-button:hover,
.download-button:focus,
.fsStateSelected .download-button,
.download-button.on,
.external-button:hover,
.external-button:focus,
.fsStateSelected .external-button,
.external-button.on {
    border-color: #d4d4d4 !important;
    background: #e5e5e5;
    color: #262626;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.download-button.full-width,
.external-button.full-width {
    width: 100%;
    max-width: unset
}

.download-button:before,
.external-button:before {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 16px;
    margin: 0px;
    color: var(--primary-color, #404040);
    font-style: normal
}

.download-button:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.external-button:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.fsStyleDefaultButton {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #f5f5f5 !important;
    background: #f5f5f5;
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
    border-color: #e5e5e5 !important;
    background: #e5e5e5;
    color: #262626;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.fsStyleDefaultButton.full-width {
    width: 100%;
    max-width: unset
}

.fsStyleDefaultButton.fsLoadMoreButton {
    margin: 40px 0 0
}

@media(min-width: 1000px) {

    .fsBannerLeft .fsStyleDefaultButton.fsLoadMoreButton,
    .fsBannerRight .fsStyleDefaultButton.fsLoadMoreButton,
    .fsStyleOneThird .fsStyleDefaultButton.fsLoadMoreButton,
    .fsTwoColumnLayout .fsStyleDefaultButton.fsLoadMoreButton,
    .fsThreeColumnLayout>.fsDiv .fsStyleDefaultButton.fsLoadMoreButton,
    .fsFourColumnLayout>.fsDiv .fsStyleDefaultButton.fsLoadMoreButton,
    .fsConstituentColumnLayout_3 .fsStyleDefaultButton.fsLoadMoreButton,
    .fsConstituentColumnLayout_4 .fsStyleDefaultButton.fsLoadMoreButton {
        max-width: 100%;
        width: 100%
    }
}

.fsStyleDefaultButton.fsSelectAll {
    margin-bottom: 5px;
    padding: 7px 12px;
    font-size: .875em;
    line-height: 1.2
}

.fsStyleUpdateButton {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #f5f5f5 !important;
    background: #f5f5f5;
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
    border-color: #e5e5e5 !important;
    background: #e5e5e5;
    color: #262626;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.fsStyleUpdateButton.full-width {
    width: 100%;
    max-width: unset
}

.fsStyleUpdateButton:hover:not([disabled]) {
    background-color: #e5e5e5
}

.fsAccount input[type=submit] {
    border-style: solid
}

.j-paginate.juicer-button,
.fsFeeds .j-paginate.juicer-button {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 24px;
    border: 1px solid #f5f5f5 !important;
    background: #f5f5f5;
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.33;
    font-style: normal;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all;
    width: auto;
    margin-top: 40px;
    display: table;
    margin-left: auto;
    margin-right: auto
}

.j-paginate.juicer-button:hover,
.j-paginate.juicer-button:focus,
.fsStateSelected .j-paginate.juicer-button,
.j-paginate.juicer-button.on,
.fsFeeds .j-paginate.juicer-button:hover,
.fsFeeds .j-paginate.juicer-button:focus,
.fsStateSelected .fsFeeds .j-paginate.juicer-button,
.fsFeeds .j-paginate.juicer-button.on {
    border-color: #e5e5e5 !important;
    background: #e5e5e5;
    color: #262626;
    text-decoration: none;
    -webkit-transition: .3s all;
    transition: .3s all
}

.j-paginate.juicer-button.full-width,
.fsFeeds .j-paginate.juicer-button.full-width {
    width: 100%;
    max-width: unset
}

@font-face {
    font-family: "bpa-font-icons";
    src: url(fonts/bpa-icon-library.eot);
    src: url(fonts/bpa-icon-libraryd41d.eot?#iefix) format("embedded-opentype"), url(fonts/bpa-icon-library.woff2) format("woff2"), url(fonts/bpa-icon-library.woff) format("woff"), url(fonts/bpa-icon-library.ttf) format("truetype"), url(fonts/bpa-icon-library.svg#IcoMoon) format("svg");
    font-weight: 400;
    font-style: normal
}

.icon-library .fsElement .fsElementTitle {
    text-transform: lowercase;
    font-family: "League Spartan", sans-serif;
    font-size: 26px;
    line-height: 1.4
}

.icon-library .fsElement::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.icon-library .fsElement>header .fsElementHeaderContent,
.icon-library .fsElement>footer {
    display: none
}

.icon-library .fsElement.icon-add-user:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-alumni:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-apple:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-apply:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-backpack:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-badge:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-bar-graph:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-baseball:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-block:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-book-stack:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-book:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-brainstorm:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-briefcase:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-bullhorn:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-bus:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-calendar:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-camera:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-certificate:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-chat-alt:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-chat:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-check:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-chess:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-church:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-city:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-classroom:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-cleat:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-clock:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-college:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-connected-users:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-construction:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-credit-card:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-cross:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-diagram:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-diploma:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-directory:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-diversity:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-droplet:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-email:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-family:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-faq:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-flag:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-folder:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-football:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-gift:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-global-diversity:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-globe:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-google-classroom:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-graduation:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-group-alt:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-group:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-handshake:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-heart-hand-alt:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-heart-hand:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-heart:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-info:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-interactive:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-jersey:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-laurel:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-leader:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-leaf:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-lightbulb:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-link:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-location:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-lock:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-map:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-medal:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-medical:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-menu:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-microphone-alt:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-microphone:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-microscope:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-mobile-phone:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-money:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-music:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-name-badge:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-newspaper:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-open-door:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-paint:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-parent:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-park:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-party:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-pencil:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-phone:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-picture:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-pie-chart:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-piggy-bank:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-ping-pong:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-plate:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-playground:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-podium:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-question:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-rain:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-reading-alt:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-reading:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-report-card:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-robot:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-school:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-screens:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-settings:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-shield-police:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-snowflake:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-soccer:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-star-david:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-star:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-store:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-sun:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-task:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-teacher:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-teamwork:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-theatre:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-thumbs-up:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-tools:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-translate:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-tree:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-trophy:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-user:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-video:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-virus:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-warning:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-wheelchair:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-add-user-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-alumni-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-apple-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-apply-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-backpack-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-badge-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-bar-graph-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-baseball-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-block-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-book-stack-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-book-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-brainstorm-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-briefcase-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-bullhorn-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-bus-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-calendar-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-camera-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-certificate-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-chat-alt-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-chat-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-check-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-chess-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-church-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-city-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-classroom-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-cleat-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-clock-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-college-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-connected-users-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-construction-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-credit-card-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-cross-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-diagram-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-diploma-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-directory-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-diversity-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-droplet-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-email-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-family-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-faq-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-flag-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-folder-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-football-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-gift-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-global-diversity-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-globe-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-google-classroom-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-graduation-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-group-alt-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-group-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-handshake-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-heart-hand-alt-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-heart-hand-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-heart-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-info-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-interactive-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-jersey-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-laurel-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-leader-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-leaf-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-lightbulb-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-link-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-location-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-lock-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-map-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-medal-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-medical-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-menu-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-microphone-alt-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-microphone-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-microscope-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-mobile-phone-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-money-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-music-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-name-badge-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-newspaper-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-open-door-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-paint-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-parent-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-park-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-party-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-pencil-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-phone-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-picture-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-pie-chart-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-piggy-bank-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-ping-pong-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-plate-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-playground-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-podium-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-question-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-rain-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-reading-alt-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-reading-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-report-card-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-robot-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-school-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-screens-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-settings-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-shield-police-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-snowflake-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-soccer-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-star-david-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-star-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-store-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-sun-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-task-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-teacher-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-teamwork-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-theatre-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-thumbs-up-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-tools-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-translate-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-tree-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-trophy-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-user-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-video-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-virus-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-warning-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-wheelchair-solid:before {
    content: "" !important;
    font-size: 40px
}

.search-icons-nav .fsNavLevel1 li.icon-add-user::before,
.icons-navigation .fsNavLevel1 li.icon-add-user a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-alumni::before,
.icons-navigation .fsNavLevel1 li.icon-alumni a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-apple::before,
.icons-navigation .fsNavLevel1 li.icon-apple a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-apply::before,
.icons-navigation .fsNavLevel1 li.icon-apply a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-backpack::before,
.icons-navigation .fsNavLevel1 li.icon-backpack a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-badge::before,
.icons-navigation .fsNavLevel1 li.icon-badge a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-bar-graph::before,
.icons-navigation .fsNavLevel1 li.icon-bar-graph a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-baseball::before,
.icons-navigation .fsNavLevel1 li.icon-baseball a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-block::before,
.icons-navigation .fsNavLevel1 li.icon-block a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-book-stack::before,
.icons-navigation .fsNavLevel1 li.icon-book-stack a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-book::before,
.icons-navigation .fsNavLevel1 li.icon-book a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-brainstorm::before,
.icons-navigation .fsNavLevel1 li.icon-brainstorm a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-briefcase::before,
.icons-navigation .fsNavLevel1 li.icon-briefcase a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-bullhorn::before,
.icons-navigation .fsNavLevel1 li.icon-bullhorn a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-bus::before,
.icons-navigation .fsNavLevel1 li.icon-bus a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-calendar::before,
.icons-navigation .fsNavLevel1 li.icon-calendar a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-camera::before,
.icons-navigation .fsNavLevel1 li.icon-camera a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-certificate::before,
.icons-navigation .fsNavLevel1 li.icon-certificate a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-chat-alt::before,
.icons-navigation .fsNavLevel1 li.icon-chat-alt a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-chat::before,
.icons-navigation .fsNavLevel1 li.icon-chat a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-check::before,
.icons-navigation .fsNavLevel1 li.icon-check a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-chess::before,
.icons-navigation .fsNavLevel1 li.icon-chess a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-church::before,
.icons-navigation .fsNavLevel1 li.icon-church a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-city::before,
.icons-navigation .fsNavLevel1 li.icon-city a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-classroom::before,
.icons-navigation .fsNavLevel1 li.icon-classroom a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-cleat::before,
.icons-navigation .fsNavLevel1 li.icon-cleat a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-clock::before,
.icons-navigation .fsNavLevel1 li.icon-clock a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-college::before,
.icons-navigation .fsNavLevel1 li.icon-college a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-connected-users::before,
.icons-navigation .fsNavLevel1 li.icon-connected-users a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-construction::before,
.icons-navigation .fsNavLevel1 li.icon-construction a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-credit-card::before,
.icons-navigation .fsNavLevel1 li.icon-credit-card a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-cross::before,
.icons-navigation .fsNavLevel1 li.icon-cross a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-diagram::before,
.icons-navigation .fsNavLevel1 li.icon-diagram a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-diploma::before,
.icons-navigation .fsNavLevel1 li.icon-diploma a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-directory::before,
.icons-navigation .fsNavLevel1 li.icon-directory a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-diversity::before,
.icons-navigation .fsNavLevel1 li.icon-diversity a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-droplet::before,
.icons-navigation .fsNavLevel1 li.icon-droplet a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-email::before,
.icons-navigation .fsNavLevel1 li.icon-email a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-family::before,
.icons-navigation .fsNavLevel1 li.icon-family a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-faq::before,
.icons-navigation .fsNavLevel1 li.icon-faq a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-flag::before,
.icons-navigation .fsNavLevel1 li.icon-flag a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-folder::before,
.icons-navigation .fsNavLevel1 li.icon-folder a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-football::before,
.icons-navigation .fsNavLevel1 li.icon-football a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-gift::before,
.icons-navigation .fsNavLevel1 li.icon-gift a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-global-diversity::before,
.icons-navigation .fsNavLevel1 li.icon-global-diversity a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-globe::before,
.icons-navigation .fsNavLevel1 li.icon-globe a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-google-classroom::before,
.icons-navigation .fsNavLevel1 li.icon-google-classroom a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-graduation::before,
.icons-navigation .fsNavLevel1 li.icon-graduation a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-group-alt::before,
.icons-navigation .fsNavLevel1 li.icon-group-alt a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-group::before,
.icons-navigation .fsNavLevel1 li.icon-group a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-handshake::before,
.icons-navigation .fsNavLevel1 li.icon-handshake a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-heart-hand-alt::before,
.icons-navigation .fsNavLevel1 li.icon-heart-hand-alt a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-heart-hand::before,
.icons-navigation .fsNavLevel1 li.icon-heart-hand a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-heart::before,
.icons-navigation .fsNavLevel1 li.icon-heart a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-info::before,
.icons-navigation .fsNavLevel1 li.icon-info a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-interactive::before,
.icons-navigation .fsNavLevel1 li.icon-interactive a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-jersey::before,
.icons-navigation .fsNavLevel1 li.icon-jersey a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-laurel::before,
.icons-navigation .fsNavLevel1 li.icon-laurel a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-leader::before,
.icons-navigation .fsNavLevel1 li.icon-leader a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-leaf::before,
.icons-navigation .fsNavLevel1 li.icon-leaf a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-lightbulb::before,
.icons-navigation .fsNavLevel1 li.icon-lightbulb a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-link::before,
.icons-navigation .fsNavLevel1 li.icon-link a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-location::before,
.icons-navigation .fsNavLevel1 li.icon-location a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-lock::before,
.icons-navigation .fsNavLevel1 li.icon-lock a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-map::before,
.icons-navigation .fsNavLevel1 li.icon-map a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-medal::before,
.icons-navigation .fsNavLevel1 li.icon-medal a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-medical::before,
.icons-navigation .fsNavLevel1 li.icon-medical a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-menu::before,
.icons-navigation .fsNavLevel1 li.icon-menu a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-microphone-alt::before,
.icons-navigation .fsNavLevel1 li.icon-microphone-alt a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-microphone::before,
.icons-navigation .fsNavLevel1 li.icon-microphone a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-microscope::before,
.icons-navigation .fsNavLevel1 li.icon-microscope a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-mobile-phone::before,
.icons-navigation .fsNavLevel1 li.icon-mobile-phone a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-money::before,
.icons-navigation .fsNavLevel1 li.icon-money a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-music::before,
.icons-navigation .fsNavLevel1 li.icon-music a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-name-badge::before,
.icons-navigation .fsNavLevel1 li.icon-name-badge a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-newspaper::before,
.icons-navigation .fsNavLevel1 li.icon-newspaper a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-open-door::before,
.icons-navigation .fsNavLevel1 li.icon-open-door a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-paint::before,
.icons-navigation .fsNavLevel1 li.icon-paint a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-parent::before,
.icons-navigation .fsNavLevel1 li.icon-parent a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-park::before,
.icons-navigation .fsNavLevel1 li.icon-park a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-party::before,
.icons-navigation .fsNavLevel1 li.icon-party a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-pencil::before,
.icons-navigation .fsNavLevel1 li.icon-pencil a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-phone::before,
.icons-navigation .fsNavLevel1 li.icon-phone a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-picture::before,
.icons-navigation .fsNavLevel1 li.icon-picture a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-pie-chart::before,
.icons-navigation .fsNavLevel1 li.icon-pie-chart a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-piggy-bank::before,
.icons-navigation .fsNavLevel1 li.icon-piggy-bank a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-ping-pong::before,
.icons-navigation .fsNavLevel1 li.icon-ping-pong a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-plate::before,
.icons-navigation .fsNavLevel1 li.icon-plate a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-playground::before,
.icons-navigation .fsNavLevel1 li.icon-playground a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-podium::before,
.icons-navigation .fsNavLevel1 li.icon-podium a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-question::before,
.icons-navigation .fsNavLevel1 li.icon-question a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-rain::before,
.icons-navigation .fsNavLevel1 li.icon-rain a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-reading-alt::before,
.icons-navigation .fsNavLevel1 li.icon-reading-alt a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-reading::before,
.icons-navigation .fsNavLevel1 li.icon-reading a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-report-card::before,
.icons-navigation .fsNavLevel1 li.icon-report-card a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-robot::before,
.icons-navigation .fsNavLevel1 li.icon-robot a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-school::before,
.icons-navigation .fsNavLevel1 li.icon-school a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-screens::before,
.icons-navigation .fsNavLevel1 li.icon-screens a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-settings::before,
.icons-navigation .fsNavLevel1 li.icon-settings a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-shield-police::before,
.icons-navigation .fsNavLevel1 li.icon-shield-police a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-snowflake::before,
.icons-navigation .fsNavLevel1 li.icon-snowflake a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-soccer::before,
.icons-navigation .fsNavLevel1 li.icon-soccer a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-star-david::before,
.icons-navigation .fsNavLevel1 li.icon-star-david a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-star::before,
.icons-navigation .fsNavLevel1 li.icon-star a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-store::before,
.icons-navigation .fsNavLevel1 li.icon-store a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-sun::before,
.icons-navigation .fsNavLevel1 li.icon-sun a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-task::before,
.icons-navigation .fsNavLevel1 li.icon-task a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-teacher::before,
.icons-navigation .fsNavLevel1 li.icon-teacher a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-teamwork::before,
.icons-navigation .fsNavLevel1 li.icon-teamwork a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-theatre::before,
.icons-navigation .fsNavLevel1 li.icon-theatre a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-thumbs-up::before,
.icons-navigation .fsNavLevel1 li.icon-thumbs-up a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-tools::before,
.icons-navigation .fsNavLevel1 li.icon-tools a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-translate::before,
.icons-navigation .fsNavLevel1 li.icon-translate a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-tree::before,
.icons-navigation .fsNavLevel1 li.icon-tree a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-trophy::before,
.icons-navigation .fsNavLevel1 li.icon-trophy a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-user::before,
.icons-navigation .fsNavLevel1 li.icon-user a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-video::before,
.icons-navigation .fsNavLevel1 li.icon-video a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-virus::before,
.icons-navigation .fsNavLevel1 li.icon-virus a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-warning::before,
.icons-navigation .fsNavLevel1 li.icon-warning a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-wheelchair::before,
.icons-navigation .fsNavLevel1 li.icon-wheelchair a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-add-user-solid::before,
.icons-navigation .fsNavLevel1 li.icon-add-user-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-alumni-solid::before,
.icons-navigation .fsNavLevel1 li.icon-alumni-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-apple-solid::before,
.icons-navigation .fsNavLevel1 li.icon-apple-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-apply-solid::before,
.icons-navigation .fsNavLevel1 li.icon-apply-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-backpack-solid::before,
.icons-navigation .fsNavLevel1 li.icon-backpack-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-badge-solid::before,
.icons-navigation .fsNavLevel1 li.icon-badge-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-bar-graph-solid::before,
.icons-navigation .fsNavLevel1 li.icon-bar-graph-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-baseball-solid::before,
.icons-navigation .fsNavLevel1 li.icon-baseball-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-block-solid::before,
.icons-navigation .fsNavLevel1 li.icon-block-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-book-stack-solid::before,
.icons-navigation .fsNavLevel1 li.icon-book-stack-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-book-solid::before,
.icons-navigation .fsNavLevel1 li.icon-book-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-brainstorm-solid::before,
.icons-navigation .fsNavLevel1 li.icon-brainstorm-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-briefcase-solid::before,
.icons-navigation .fsNavLevel1 li.icon-briefcase-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-bullhorn-solid::before,
.icons-navigation .fsNavLevel1 li.icon-bullhorn-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-bus-solid::before,
.icons-navigation .fsNavLevel1 li.icon-bus-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-calendar-solid::before,
.icons-navigation .fsNavLevel1 li.icon-calendar-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-camera-solid::before,
.icons-navigation .fsNavLevel1 li.icon-camera-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-certificate-solid::before,
.icons-navigation .fsNavLevel1 li.icon-certificate-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-chat-alt-solid::before,
.icons-navigation .fsNavLevel1 li.icon-chat-alt-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-chat-solid::before,
.icons-navigation .fsNavLevel1 li.icon-chat-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-check-solid::before,
.icons-navigation .fsNavLevel1 li.icon-check-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-chess-solid::before,
.icons-navigation .fsNavLevel1 li.icon-chess-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-church-solid::before,
.icons-navigation .fsNavLevel1 li.icon-church-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-city-solid::before,
.icons-navigation .fsNavLevel1 li.icon-city-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-classroom-solid::before,
.icons-navigation .fsNavLevel1 li.icon-classroom-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-cleat-solid::before,
.icons-navigation .fsNavLevel1 li.icon-cleat-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-clock-solid::before,
.icons-navigation .fsNavLevel1 li.icon-clock-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-college-solid::before,
.icons-navigation .fsNavLevel1 li.icon-college-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-connected-users-solid::before,
.icons-navigation .fsNavLevel1 li.icon-connected-users-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-construction-solid::before,
.icons-navigation .fsNavLevel1 li.icon-construction-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-credit-card-solid::before,
.icons-navigation .fsNavLevel1 li.icon-credit-card-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-cross-solid::before,
.icons-navigation .fsNavLevel1 li.icon-cross-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-diagram-solid::before,
.icons-navigation .fsNavLevel1 li.icon-diagram-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-diploma-solid::before,
.icons-navigation .fsNavLevel1 li.icon-diploma-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-directory-solid::before,
.icons-navigation .fsNavLevel1 li.icon-directory-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-diversity-solid::before,
.icons-navigation .fsNavLevel1 li.icon-diversity-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-droplet-solid::before,
.icons-navigation .fsNavLevel1 li.icon-droplet-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-email-solid::before,
.icons-navigation .fsNavLevel1 li.icon-email-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-family-solid::before,
.icons-navigation .fsNavLevel1 li.icon-family-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-faq-solid::before,
.icons-navigation .fsNavLevel1 li.icon-faq-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-flag-solid::before,
.icons-navigation .fsNavLevel1 li.icon-flag-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-folder-solid::before,
.icons-navigation .fsNavLevel1 li.icon-folder-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-football-solid::before,
.icons-navigation .fsNavLevel1 li.icon-football-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-gift-solid::before,
.icons-navigation .fsNavLevel1 li.icon-gift-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-global-diversity-solid::before,
.icons-navigation .fsNavLevel1 li.icon-global-diversity-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-globe-solid::before,
.icons-navigation .fsNavLevel1 li.icon-globe-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-google-classroom-solid::before,
.icons-navigation .fsNavLevel1 li.icon-google-classroom-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-graduation-solid::before,
.icons-navigation .fsNavLevel1 li.icon-graduation-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-group-alt-solid::before,
.icons-navigation .fsNavLevel1 li.icon-group-alt-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-group-solid::before,
.icons-navigation .fsNavLevel1 li.icon-group-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-handshake-solid::before,
.icons-navigation .fsNavLevel1 li.icon-handshake-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-heart-hand-alt-solid::before,
.icons-navigation .fsNavLevel1 li.icon-heart-hand-alt-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-heart-hand-solid::before,
.icons-navigation .fsNavLevel1 li.icon-heart-hand-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-heart-solid::before,
.icons-navigation .fsNavLevel1 li.icon-heart-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-info-solid::before,
.icons-navigation .fsNavLevel1 li.icon-info-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-interactive-solid::before,
.icons-navigation .fsNavLevel1 li.icon-interactive-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-jersey-solid::before,
.icons-navigation .fsNavLevel1 li.icon-jersey-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-laurel-solid::before,
.icons-navigation .fsNavLevel1 li.icon-laurel-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-leader-solid::before,
.icons-navigation .fsNavLevel1 li.icon-leader-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-leaf-solid::before,
.icons-navigation .fsNavLevel1 li.icon-leaf-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-lightbulb-solid::before,
.icons-navigation .fsNavLevel1 li.icon-lightbulb-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-link-solid::before,
.icons-navigation .fsNavLevel1 li.icon-link-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-location-solid::before,
.icons-navigation .fsNavLevel1 li.icon-location-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-lock-solid::before,
.icons-navigation .fsNavLevel1 li.icon-lock-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-map-solid::before,
.icons-navigation .fsNavLevel1 li.icon-map-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-medal-solid::before,
.icons-navigation .fsNavLevel1 li.icon-medal-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-medical-solid::before,
.icons-navigation .fsNavLevel1 li.icon-medical-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-menu-solid::before,
.icons-navigation .fsNavLevel1 li.icon-menu-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-microphone-alt-solid::before,
.icons-navigation .fsNavLevel1 li.icon-microphone-alt-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-microphone-solid::before,
.icons-navigation .fsNavLevel1 li.icon-microphone-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-microscope-solid::before,
.icons-navigation .fsNavLevel1 li.icon-microscope-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-mobile-phone-solid::before,
.icons-navigation .fsNavLevel1 li.icon-mobile-phone-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-money-solid::before,
.icons-navigation .fsNavLevel1 li.icon-money-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-music-solid::before,
.icons-navigation .fsNavLevel1 li.icon-music-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-name-badge-solid::before,
.icons-navigation .fsNavLevel1 li.icon-name-badge-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-newspaper-solid::before,
.icons-navigation .fsNavLevel1 li.icon-newspaper-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-open-door-solid::before,
.icons-navigation .fsNavLevel1 li.icon-open-door-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-paint-solid::before,
.icons-navigation .fsNavLevel1 li.icon-paint-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-parent-solid::before,
.icons-navigation .fsNavLevel1 li.icon-parent-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-park-solid::before,
.icons-navigation .fsNavLevel1 li.icon-park-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-party-solid::before,
.icons-navigation .fsNavLevel1 li.icon-party-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-pencil-solid::before,
.icons-navigation .fsNavLevel1 li.icon-pencil-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-phone-solid::before,
.icons-navigation .fsNavLevel1 li.icon-phone-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-picture-solid::before,
.icons-navigation .fsNavLevel1 li.icon-picture-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-pie-chart-solid::before,
.icons-navigation .fsNavLevel1 li.icon-pie-chart-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-piggy-bank-solid::before,
.icons-navigation .fsNavLevel1 li.icon-piggy-bank-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-ping-pong-solid::before,
.icons-navigation .fsNavLevel1 li.icon-ping-pong-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-plate-solid::before,
.icons-navigation .fsNavLevel1 li.icon-plate-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-playground-solid::before,
.icons-navigation .fsNavLevel1 li.icon-playground-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-podium-solid::before,
.icons-navigation .fsNavLevel1 li.icon-podium-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-question-solid::before,
.icons-navigation .fsNavLevel1 li.icon-question-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-rain-solid::before,
.icons-navigation .fsNavLevel1 li.icon-rain-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-reading-alt-solid::before,
.icons-navigation .fsNavLevel1 li.icon-reading-alt-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-reading-solid::before,
.icons-navigation .fsNavLevel1 li.icon-reading-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-report-card-solid::before,
.icons-navigation .fsNavLevel1 li.icon-report-card-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-robot-solid::before,
.icons-navigation .fsNavLevel1 li.icon-robot-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-school-solid::before,
.icons-navigation .fsNavLevel1 li.icon-school-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-screens-solid::before,
.icons-navigation .fsNavLevel1 li.icon-screens-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-settings-solid::before,
.icons-navigation .fsNavLevel1 li.icon-settings-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-shield-police-solid::before,
.icons-navigation .fsNavLevel1 li.icon-shield-police-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-snowflake-solid::before,
.icons-navigation .fsNavLevel1 li.icon-snowflake-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-soccer-solid::before,
.icons-navigation .fsNavLevel1 li.icon-soccer-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-star-david-solid::before,
.icons-navigation .fsNavLevel1 li.icon-star-david-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-star-solid::before,
.icons-navigation .fsNavLevel1 li.icon-star-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-store-solid::before,
.icons-navigation .fsNavLevel1 li.icon-store-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-sun-solid::before,
.icons-navigation .fsNavLevel1 li.icon-sun-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-task-solid::before,
.icons-navigation .fsNavLevel1 li.icon-task-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-teacher-solid::before,
.icons-navigation .fsNavLevel1 li.icon-teacher-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-teamwork-solid::before,
.icons-navigation .fsNavLevel1 li.icon-teamwork-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-theatre-solid::before,
.icons-navigation .fsNavLevel1 li.icon-theatre-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-thumbs-up-solid::before,
.icons-navigation .fsNavLevel1 li.icon-thumbs-up-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-tools-solid::before,
.icons-navigation .fsNavLevel1 li.icon-tools-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-translate-solid::before,
.icons-navigation .fsNavLevel1 li.icon-translate-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-tree-solid::before,
.icons-navigation .fsNavLevel1 li.icon-tree-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-trophy-solid::before,
.icons-navigation .fsNavLevel1 li.icon-trophy-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-user-solid::before,
.icons-navigation .fsNavLevel1 li.icon-user-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-video-solid::before,
.icons-navigation .fsNavLevel1 li.icon-video-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-virus-solid::before,
.icons-navigation .fsNavLevel1 li.icon-virus-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-warning-solid::before,
.icons-navigation .fsNavLevel1 li.icon-warning-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-wheelchair-solid::before,
.icons-navigation .fsNavLevel1 li.icon-wheelchair-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

@font-face {
    font-family: "bpa-font-icons";
    src: url(fonts/bpa-icon-library.eot);
    src: url(fonts/bpa-icon-libraryd41d.eot?#iefix) format("embedded-opentype"), url(fonts/bpa-icon-library.woff2) format("woff2"), url(fonts/bpa-icon-library.woff) format("woff"), url(fonts/bpa-icon-library.ttf) format("truetype"), url(fonts/bpa-icon-library.svg#IcoMoon) format("svg");
    font-weight: 400;
    font-style: normal
}

.icon-library .fsElement .fsElementTitle {
    text-transform: lowercase;
    font-family: "League Spartan", sans-serif;
    font-size: 26px;
    line-height: 1.4
}

.icon-library .fsElement::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.icon-library .fsElement>header .fsElementHeaderContent,
.icon-library .fsElement>footer {
    display: none
}

.icon-library .fsElement.icon-add-user:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-alumni:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-apple:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-apply:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-backpack:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-badge:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-bar-graph:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-baseball:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-block:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-book-stack:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-book:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-brainstorm:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-briefcase:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-bullhorn:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-bus:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-calendar:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-camera:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-certificate:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-chat-alt:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-chat:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-check:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-chess:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-church:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-city:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-classroom:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-cleat:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-clock:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-college:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-connected-users:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-construction:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-credit-card:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-cross:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-diagram:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-diploma:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-directory:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-diversity:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-droplet:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-email:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-family:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-faq:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-flag:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-folder:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-football:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-gift:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-global-diversity:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-globe:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-google-classroom:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-graduation:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-group-alt:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-group:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-handshake:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-heart-hand-alt:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-heart-hand:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-heart:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-info:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-interactive:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-jersey:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-laurel:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-leader:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-leaf:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-lightbulb:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-link:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-location:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-lock:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-map:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-medal:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-medical:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-menu:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-microphone-alt:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-microphone:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-microscope:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-mobile-phone:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-money:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-music:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-name-badge:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-newspaper:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-open-door:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-paint:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-parent:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-park:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-party:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-pencil:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-phone:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-picture:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-pie-chart:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-piggy-bank:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-ping-pong:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-plate:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-playground:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-podium:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-question:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-rain:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-reading-alt:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-reading:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-report-card:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-robot:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-school:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-screens:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-settings:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-shield-police:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-snowflake:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-soccer:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-star-david:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-star:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-store:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-sun:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-task:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-teacher:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-teamwork:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-theatre:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-thumbs-up:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-tools:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-translate:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-tree:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-trophy:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-user:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-video:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-virus:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-warning:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-wheelchair:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-add-user-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-alumni-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-apple-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-apply-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-backpack-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-badge-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-bar-graph-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-baseball-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-block-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-book-stack-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-book-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-brainstorm-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-briefcase-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-bullhorn-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-bus-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-calendar-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-camera-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-certificate-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-chat-alt-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-chat-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-check-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-chess-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-church-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-city-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-classroom-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-cleat-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-clock-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-college-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-connected-users-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-construction-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-credit-card-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-cross-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-diagram-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-diploma-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-directory-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-diversity-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-droplet-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-email-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-family-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-faq-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-flag-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-folder-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-football-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-gift-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-global-diversity-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-globe-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-google-classroom-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-graduation-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-group-alt-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-group-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-handshake-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-heart-hand-alt-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-heart-hand-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-heart-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-info-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-interactive-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-jersey-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-laurel-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-leader-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-leaf-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-lightbulb-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-link-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-location-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-lock-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-map-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-medal-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-medical-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-menu-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-microphone-alt-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-microphone-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-microscope-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-mobile-phone-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-money-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-music-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-name-badge-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-newspaper-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-open-door-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-paint-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-parent-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-park-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-party-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-pencil-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-phone-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-picture-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-pie-chart-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-piggy-bank-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-ping-pong-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-plate-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-playground-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-podium-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-question-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-rain-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-reading-alt-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-reading-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-report-card-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-robot-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-school-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-screens-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-settings-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-shield-police-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-snowflake-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-soccer-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-star-david-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-star-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-store-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-sun-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-task-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-teacher-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-teamwork-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-theatre-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-thumbs-up-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-tools-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-translate-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-tree-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-trophy-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-user-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-video-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-virus-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-warning-solid:before {
    content: "" !important;
    font-size: 40px
}

.icon-library .fsElement.icon-wheelchair-solid:before {
    content: "" !important;
    font-size: 40px
}

.search-icons-nav .fsNavLevel1 li.icon-add-user::before,
.icons-navigation .fsNavLevel1 li.icon-add-user a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-alumni::before,
.icons-navigation .fsNavLevel1 li.icon-alumni a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-apple::before,
.icons-navigation .fsNavLevel1 li.icon-apple a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-apply::before,
.icons-navigation .fsNavLevel1 li.icon-apply a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-backpack::before,
.icons-navigation .fsNavLevel1 li.icon-backpack a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-badge::before,
.icons-navigation .fsNavLevel1 li.icon-badge a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-bar-graph::before,
.icons-navigation .fsNavLevel1 li.icon-bar-graph a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-baseball::before,
.icons-navigation .fsNavLevel1 li.icon-baseball a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-block::before,
.icons-navigation .fsNavLevel1 li.icon-block a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-book-stack::before,
.icons-navigation .fsNavLevel1 li.icon-book-stack a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-book::before,
.icons-navigation .fsNavLevel1 li.icon-book a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-brainstorm::before,
.icons-navigation .fsNavLevel1 li.icon-brainstorm a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-briefcase::before,
.icons-navigation .fsNavLevel1 li.icon-briefcase a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-bullhorn::before,
.icons-navigation .fsNavLevel1 li.icon-bullhorn a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-bus::before,
.icons-navigation .fsNavLevel1 li.icon-bus a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-calendar::before,
.icons-navigation .fsNavLevel1 li.icon-calendar a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-camera::before,
.icons-navigation .fsNavLevel1 li.icon-camera a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-certificate::before,
.icons-navigation .fsNavLevel1 li.icon-certificate a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-chat-alt::before,
.icons-navigation .fsNavLevel1 li.icon-chat-alt a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-chat::before,
.icons-navigation .fsNavLevel1 li.icon-chat a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-check::before,
.icons-navigation .fsNavLevel1 li.icon-check a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-chess::before,
.icons-navigation .fsNavLevel1 li.icon-chess a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-church::before,
.icons-navigation .fsNavLevel1 li.icon-church a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-city::before,
.icons-navigation .fsNavLevel1 li.icon-city a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-classroom::before,
.icons-navigation .fsNavLevel1 li.icon-classroom a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-cleat::before,
.icons-navigation .fsNavLevel1 li.icon-cleat a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-clock::before,
.icons-navigation .fsNavLevel1 li.icon-clock a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-college::before,
.icons-navigation .fsNavLevel1 li.icon-college a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-connected-users::before,
.icons-navigation .fsNavLevel1 li.icon-connected-users a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-construction::before,
.icons-navigation .fsNavLevel1 li.icon-construction a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-credit-card::before,
.icons-navigation .fsNavLevel1 li.icon-credit-card a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-cross::before,
.icons-navigation .fsNavLevel1 li.icon-cross a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-diagram::before,
.icons-navigation .fsNavLevel1 li.icon-diagram a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-diploma::before,
.icons-navigation .fsNavLevel1 li.icon-diploma a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-directory::before,
.icons-navigation .fsNavLevel1 li.icon-directory a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-diversity::before,
.icons-navigation .fsNavLevel1 li.icon-diversity a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-droplet::before,
.icons-navigation .fsNavLevel1 li.icon-droplet a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-email::before,
.icons-navigation .fsNavLevel1 li.icon-email a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-family::before,
.icons-navigation .fsNavLevel1 li.icon-family a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-faq::before,
.icons-navigation .fsNavLevel1 li.icon-faq a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-flag::before,
.icons-navigation .fsNavLevel1 li.icon-flag a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-folder::before,
.icons-navigation .fsNavLevel1 li.icon-folder a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-football::before,
.icons-navigation .fsNavLevel1 li.icon-football a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-gift::before,
.icons-navigation .fsNavLevel1 li.icon-gift a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-global-diversity::before,
.icons-navigation .fsNavLevel1 li.icon-global-diversity a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-globe::before,
.icons-navigation .fsNavLevel1 li.icon-globe a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-google-classroom::before,
.icons-navigation .fsNavLevel1 li.icon-google-classroom a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-graduation::before,
.icons-navigation .fsNavLevel1 li.icon-graduation a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-group-alt::before,
.icons-navigation .fsNavLevel1 li.icon-group-alt a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-group::before,
.icons-navigation .fsNavLevel1 li.icon-group a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-handshake::before,
.icons-navigation .fsNavLevel1 li.icon-handshake a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-heart-hand-alt::before,
.icons-navigation .fsNavLevel1 li.icon-heart-hand-alt a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-heart-hand::before,
.icons-navigation .fsNavLevel1 li.icon-heart-hand a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-heart::before,
.icons-navigation .fsNavLevel1 li.icon-heart a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-info::before,
.icons-navigation .fsNavLevel1 li.icon-info a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-interactive::before,
.icons-navigation .fsNavLevel1 li.icon-interactive a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-jersey::before,
.icons-navigation .fsNavLevel1 li.icon-jersey a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-laurel::before,
.icons-navigation .fsNavLevel1 li.icon-laurel a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-leader::before,
.icons-navigation .fsNavLevel1 li.icon-leader a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-leaf::before,
.icons-navigation .fsNavLevel1 li.icon-leaf a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-lightbulb::before,
.icons-navigation .fsNavLevel1 li.icon-lightbulb a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-link::before,
.icons-navigation .fsNavLevel1 li.icon-link a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-location::before,
.icons-navigation .fsNavLevel1 li.icon-location a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-lock::before,
.icons-navigation .fsNavLevel1 li.icon-lock a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-map::before,
.icons-navigation .fsNavLevel1 li.icon-map a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-medal::before,
.icons-navigation .fsNavLevel1 li.icon-medal a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-medical::before,
.icons-navigation .fsNavLevel1 li.icon-medical a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-menu::before,
.icons-navigation .fsNavLevel1 li.icon-menu a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-microphone-alt::before,
.icons-navigation .fsNavLevel1 li.icon-microphone-alt a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-microphone::before,
.icons-navigation .fsNavLevel1 li.icon-microphone a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-microscope::before,
.icons-navigation .fsNavLevel1 li.icon-microscope a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-mobile-phone::before,
.icons-navigation .fsNavLevel1 li.icon-mobile-phone a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-money::before,
.icons-navigation .fsNavLevel1 li.icon-money a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-music::before,
.icons-navigation .fsNavLevel1 li.icon-music a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-name-badge::before,
.icons-navigation .fsNavLevel1 li.icon-name-badge a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-newspaper::before,
.icons-navigation .fsNavLevel1 li.icon-newspaper a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-open-door::before,
.icons-navigation .fsNavLevel1 li.icon-open-door a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-paint::before,
.icons-navigation .fsNavLevel1 li.icon-paint a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-parent::before,
.icons-navigation .fsNavLevel1 li.icon-parent a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-park::before,
.icons-navigation .fsNavLevel1 li.icon-park a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-party::before,
.icons-navigation .fsNavLevel1 li.icon-party a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-pencil::before,
.icons-navigation .fsNavLevel1 li.icon-pencil a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-phone::before,
.icons-navigation .fsNavLevel1 li.icon-phone a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-picture::before,
.icons-navigation .fsNavLevel1 li.icon-picture a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-pie-chart::before,
.icons-navigation .fsNavLevel1 li.icon-pie-chart a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-piggy-bank::before,
.icons-navigation .fsNavLevel1 li.icon-piggy-bank a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-ping-pong::before,
.icons-navigation .fsNavLevel1 li.icon-ping-pong a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-plate::before,
.icons-navigation .fsNavLevel1 li.icon-plate a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-playground::before,
.icons-navigation .fsNavLevel1 li.icon-playground a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-podium::before,
.icons-navigation .fsNavLevel1 li.icon-podium a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-question::before,
.icons-navigation .fsNavLevel1 li.icon-question a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-rain::before,
.icons-navigation .fsNavLevel1 li.icon-rain a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-reading-alt::before,
.icons-navigation .fsNavLevel1 li.icon-reading-alt a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-reading::before,
.icons-navigation .fsNavLevel1 li.icon-reading a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-report-card::before,
.icons-navigation .fsNavLevel1 li.icon-report-card a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-robot::before,
.icons-navigation .fsNavLevel1 li.icon-robot a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-school::before,
.icons-navigation .fsNavLevel1 li.icon-school a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-screens::before,
.icons-navigation .fsNavLevel1 li.icon-screens a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-settings::before,
.icons-navigation .fsNavLevel1 li.icon-settings a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-shield-police::before,
.icons-navigation .fsNavLevel1 li.icon-shield-police a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-snowflake::before,
.icons-navigation .fsNavLevel1 li.icon-snowflake a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-soccer::before,
.icons-navigation .fsNavLevel1 li.icon-soccer a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-star-david::before,
.icons-navigation .fsNavLevel1 li.icon-star-david a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-star::before,
.icons-navigation .fsNavLevel1 li.icon-star a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-store::before,
.icons-navigation .fsNavLevel1 li.icon-store a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-sun::before,
.icons-navigation .fsNavLevel1 li.icon-sun a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-task::before,
.icons-navigation .fsNavLevel1 li.icon-task a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-teacher::before,
.icons-navigation .fsNavLevel1 li.icon-teacher a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-teamwork::before,
.icons-navigation .fsNavLevel1 li.icon-teamwork a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-theatre::before,
.icons-navigation .fsNavLevel1 li.icon-theatre a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-thumbs-up::before,
.icons-navigation .fsNavLevel1 li.icon-thumbs-up a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-tools::before,
.icons-navigation .fsNavLevel1 li.icon-tools a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-translate::before,
.icons-navigation .fsNavLevel1 li.icon-translate a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-tree::before,
.icons-navigation .fsNavLevel1 li.icon-tree a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-trophy::before,
.icons-navigation .fsNavLevel1 li.icon-trophy a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-user::before,
.icons-navigation .fsNavLevel1 li.icon-user a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-video::before,
.icons-navigation .fsNavLevel1 li.icon-video a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-virus::before,
.icons-navigation .fsNavLevel1 li.icon-virus a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-warning::before,
.icons-navigation .fsNavLevel1 li.icon-warning a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-wheelchair::before,
.icons-navigation .fsNavLevel1 li.icon-wheelchair a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-add-user-solid::before,
.icons-navigation .fsNavLevel1 li.icon-add-user-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-alumni-solid::before,
.icons-navigation .fsNavLevel1 li.icon-alumni-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-apple-solid::before,
.icons-navigation .fsNavLevel1 li.icon-apple-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-apply-solid::before,
.icons-navigation .fsNavLevel1 li.icon-apply-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-backpack-solid::before,
.icons-navigation .fsNavLevel1 li.icon-backpack-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-badge-solid::before,
.icons-navigation .fsNavLevel1 li.icon-badge-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-bar-graph-solid::before,
.icons-navigation .fsNavLevel1 li.icon-bar-graph-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-baseball-solid::before,
.icons-navigation .fsNavLevel1 li.icon-baseball-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-block-solid::before,
.icons-navigation .fsNavLevel1 li.icon-block-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-book-stack-solid::before,
.icons-navigation .fsNavLevel1 li.icon-book-stack-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-book-solid::before,
.icons-navigation .fsNavLevel1 li.icon-book-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-brainstorm-solid::before,
.icons-navigation .fsNavLevel1 li.icon-brainstorm-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-briefcase-solid::before,
.icons-navigation .fsNavLevel1 li.icon-briefcase-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-bullhorn-solid::before,
.icons-navigation .fsNavLevel1 li.icon-bullhorn-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-bus-solid::before,
.icons-navigation .fsNavLevel1 li.icon-bus-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-calendar-solid::before,
.icons-navigation .fsNavLevel1 li.icon-calendar-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-camera-solid::before,
.icons-navigation .fsNavLevel1 li.icon-camera-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-certificate-solid::before,
.icons-navigation .fsNavLevel1 li.icon-certificate-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-chat-alt-solid::before,
.icons-navigation .fsNavLevel1 li.icon-chat-alt-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-chat-solid::before,
.icons-navigation .fsNavLevel1 li.icon-chat-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-check-solid::before,
.icons-navigation .fsNavLevel1 li.icon-check-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-chess-solid::before,
.icons-navigation .fsNavLevel1 li.icon-chess-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-church-solid::before,
.icons-navigation .fsNavLevel1 li.icon-church-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-city-solid::before,
.icons-navigation .fsNavLevel1 li.icon-city-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-classroom-solid::before,
.icons-navigation .fsNavLevel1 li.icon-classroom-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-cleat-solid::before,
.icons-navigation .fsNavLevel1 li.icon-cleat-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-clock-solid::before,
.icons-navigation .fsNavLevel1 li.icon-clock-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-college-solid::before,
.icons-navigation .fsNavLevel1 li.icon-college-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-connected-users-solid::before,
.icons-navigation .fsNavLevel1 li.icon-connected-users-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-construction-solid::before,
.icons-navigation .fsNavLevel1 li.icon-construction-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-credit-card-solid::before,
.icons-navigation .fsNavLevel1 li.icon-credit-card-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-cross-solid::before,
.icons-navigation .fsNavLevel1 li.icon-cross-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-diagram-solid::before,
.icons-navigation .fsNavLevel1 li.icon-diagram-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-diploma-solid::before,
.icons-navigation .fsNavLevel1 li.icon-diploma-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-directory-solid::before,
.icons-navigation .fsNavLevel1 li.icon-directory-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-diversity-solid::before,
.icons-navigation .fsNavLevel1 li.icon-diversity-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-droplet-solid::before,
.icons-navigation .fsNavLevel1 li.icon-droplet-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-email-solid::before,
.icons-navigation .fsNavLevel1 li.icon-email-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-family-solid::before,
.icons-navigation .fsNavLevel1 li.icon-family-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-faq-solid::before,
.icons-navigation .fsNavLevel1 li.icon-faq-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-flag-solid::before,
.icons-navigation .fsNavLevel1 li.icon-flag-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-folder-solid::before,
.icons-navigation .fsNavLevel1 li.icon-folder-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-football-solid::before,
.icons-navigation .fsNavLevel1 li.icon-football-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-gift-solid::before,
.icons-navigation .fsNavLevel1 li.icon-gift-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-global-diversity-solid::before,
.icons-navigation .fsNavLevel1 li.icon-global-diversity-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-globe-solid::before,
.icons-navigation .fsNavLevel1 li.icon-globe-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-google-classroom-solid::before,
.icons-navigation .fsNavLevel1 li.icon-google-classroom-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-graduation-solid::before,
.icons-navigation .fsNavLevel1 li.icon-graduation-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-group-alt-solid::before,
.icons-navigation .fsNavLevel1 li.icon-group-alt-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-group-solid::before,
.icons-navigation .fsNavLevel1 li.icon-group-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-handshake-solid::before,
.icons-navigation .fsNavLevel1 li.icon-handshake-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-heart-hand-alt-solid::before,
.icons-navigation .fsNavLevel1 li.icon-heart-hand-alt-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-heart-hand-solid::before,
.icons-navigation .fsNavLevel1 li.icon-heart-hand-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-heart-solid::before,
.icons-navigation .fsNavLevel1 li.icon-heart-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-info-solid::before,
.icons-navigation .fsNavLevel1 li.icon-info-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-interactive-solid::before,
.icons-navigation .fsNavLevel1 li.icon-interactive-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-jersey-solid::before,
.icons-navigation .fsNavLevel1 li.icon-jersey-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-laurel-solid::before,
.icons-navigation .fsNavLevel1 li.icon-laurel-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-leader-solid::before,
.icons-navigation .fsNavLevel1 li.icon-leader-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-leaf-solid::before,
.icons-navigation .fsNavLevel1 li.icon-leaf-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-lightbulb-solid::before,
.icons-navigation .fsNavLevel1 li.icon-lightbulb-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-link-solid::before,
.icons-navigation .fsNavLevel1 li.icon-link-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-location-solid::before,
.icons-navigation .fsNavLevel1 li.icon-location-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-lock-solid::before,
.icons-navigation .fsNavLevel1 li.icon-lock-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-map-solid::before,
.icons-navigation .fsNavLevel1 li.icon-map-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-medal-solid::before,
.icons-navigation .fsNavLevel1 li.icon-medal-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-medical-solid::before,
.icons-navigation .fsNavLevel1 li.icon-medical-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-menu-solid::before,
.icons-navigation .fsNavLevel1 li.icon-menu-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-microphone-alt-solid::before,
.icons-navigation .fsNavLevel1 li.icon-microphone-alt-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-microphone-solid::before,
.icons-navigation .fsNavLevel1 li.icon-microphone-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-microscope-solid::before,
.icons-navigation .fsNavLevel1 li.icon-microscope-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-mobile-phone-solid::before,
.icons-navigation .fsNavLevel1 li.icon-mobile-phone-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-money-solid::before,
.icons-navigation .fsNavLevel1 li.icon-money-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-music-solid::before,
.icons-navigation .fsNavLevel1 li.icon-music-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-name-badge-solid::before,
.icons-navigation .fsNavLevel1 li.icon-name-badge-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-newspaper-solid::before,
.icons-navigation .fsNavLevel1 li.icon-newspaper-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-open-door-solid::before,
.icons-navigation .fsNavLevel1 li.icon-open-door-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-paint-solid::before,
.icons-navigation .fsNavLevel1 li.icon-paint-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-parent-solid::before,
.icons-navigation .fsNavLevel1 li.icon-parent-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-park-solid::before,
.icons-navigation .fsNavLevel1 li.icon-park-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-party-solid::before,
.icons-navigation .fsNavLevel1 li.icon-party-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-pencil-solid::before,
.icons-navigation .fsNavLevel1 li.icon-pencil-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-phone-solid::before,
.icons-navigation .fsNavLevel1 li.icon-phone-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-picture-solid::before,
.icons-navigation .fsNavLevel1 li.icon-picture-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-pie-chart-solid::before,
.icons-navigation .fsNavLevel1 li.icon-pie-chart-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-piggy-bank-solid::before,
.icons-navigation .fsNavLevel1 li.icon-piggy-bank-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-ping-pong-solid::before,
.icons-navigation .fsNavLevel1 li.icon-ping-pong-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-plate-solid::before,
.icons-navigation .fsNavLevel1 li.icon-plate-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-playground-solid::before,
.icons-navigation .fsNavLevel1 li.icon-playground-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-podium-solid::before,
.icons-navigation .fsNavLevel1 li.icon-podium-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-question-solid::before,
.icons-navigation .fsNavLevel1 li.icon-question-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-rain-solid::before,
.icons-navigation .fsNavLevel1 li.icon-rain-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-reading-alt-solid::before,
.icons-navigation .fsNavLevel1 li.icon-reading-alt-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-reading-solid::before,
.icons-navigation .fsNavLevel1 li.icon-reading-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-report-card-solid::before,
.icons-navigation .fsNavLevel1 li.icon-report-card-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-robot-solid::before,
.icons-navigation .fsNavLevel1 li.icon-robot-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-school-solid::before,
.icons-navigation .fsNavLevel1 li.icon-school-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-screens-solid::before,
.icons-navigation .fsNavLevel1 li.icon-screens-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-settings-solid::before,
.icons-navigation .fsNavLevel1 li.icon-settings-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-shield-police-solid::before,
.icons-navigation .fsNavLevel1 li.icon-shield-police-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-snowflake-solid::before,
.icons-navigation .fsNavLevel1 li.icon-snowflake-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-soccer-solid::before,
.icons-navigation .fsNavLevel1 li.icon-soccer-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-star-david-solid::before,
.icons-navigation .fsNavLevel1 li.icon-star-david-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-star-solid::before,
.icons-navigation .fsNavLevel1 li.icon-star-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-store-solid::before,
.icons-navigation .fsNavLevel1 li.icon-store-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-sun-solid::before,
.icons-navigation .fsNavLevel1 li.icon-sun-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-task-solid::before,
.icons-navigation .fsNavLevel1 li.icon-task-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-teacher-solid::before,
.icons-navigation .fsNavLevel1 li.icon-teacher-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-teamwork-solid::before,
.icons-navigation .fsNavLevel1 li.icon-teamwork-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-theatre-solid::before,
.icons-navigation .fsNavLevel1 li.icon-theatre-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-thumbs-up-solid::before,
.icons-navigation .fsNavLevel1 li.icon-thumbs-up-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-tools-solid::before,
.icons-navigation .fsNavLevel1 li.icon-tools-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-translate-solid::before,
.icons-navigation .fsNavLevel1 li.icon-translate-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-tree-solid::before,
.icons-navigation .fsNavLevel1 li.icon-tree-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-trophy-solid::before,
.icons-navigation .fsNavLevel1 li.icon-trophy-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-user-solid::before,
.icons-navigation .fsNavLevel1 li.icon-user-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-video-solid::before,
.icons-navigation .fsNavLevel1 li.icon-video-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-virus-solid::before,
.icons-navigation .fsNavLevel1 li.icon-virus-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-warning-solid::before,
.icons-navigation .fsNavLevel1 li.icon-warning-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.search-icons-nav .fsNavLevel1 li.icon-wheelchair-solid::before,
.icons-navigation .fsNavLevel1 li.icon-wheelchair-solid a::before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none
}

.icon-add-user>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-alumni>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-apple>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-apply>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-backpack>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-badge>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-bar-graph>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-baseball>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-block>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-book-stack>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-book>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-brainstorm>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-briefcase>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-bullhorn>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-bus>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-calendar>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-camera>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-certificate>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-chat-alt>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-chat>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-check>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-chess>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-church>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-city>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-classroom>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-cleat>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-clock>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-college>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-connected-users>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-construction>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-credit-card>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-cross>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-diagram>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-diploma>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-directory>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-diversity>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-droplet>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-email>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-family>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-faq>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-flag>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-folder>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-football>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-gift>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-global-diversity>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-globe>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-google-classroom>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-graduation>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-group-alt>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-group>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-handshake>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-heart-hand-alt>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-heart-hand>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-heart>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-info>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-interactive>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-jersey>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-laurel>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-leader>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-leaf>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-lightbulb>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-link>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-location>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-lock>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-map>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-medal>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-medical>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-menu>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-microphone-alt>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-microphone>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-microscope>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-mobile-phone>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-money>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-music>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-name-badge>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-newspaper>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-open-door>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-paint>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-parent>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-park>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-party>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-pencil>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-phone>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-picture>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-pie-chart>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-piggy-bank>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-ping-pong>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-plate>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-playground>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-podium>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-question>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-rain>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-reading-alt>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-reading>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-report-card>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-robot>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-school>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-screens>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-settings>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-shield-police>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-snowflake>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-soccer>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-star-david>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-star>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-store>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-sun>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-task>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-teacher>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-teamwork>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-theatre>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-thumbs-up>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-tools>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-translate>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-tree>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-trophy>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-user>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-video>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-virus>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-warning>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-wheelchair>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-add-user-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-alumni-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-apple-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-apply-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-backpack-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-badge-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-bar-graph-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-baseball-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-block-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-book-stack-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-book-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-brainstorm-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-briefcase-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-bullhorn-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-bus-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-calendar-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-camera-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-certificate-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-chat-alt-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-chat-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-check-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-chess-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-church-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-city-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-classroom-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-cleat-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-clock-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-college-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-connected-users-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-construction-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-credit-card-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-cross-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-diagram-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-diploma-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-directory-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-diversity-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-droplet-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-email-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-family-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-faq-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-flag-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-folder-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-football-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-gift-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-global-diversity-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-globe-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-google-classroom-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-graduation-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-group-alt-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-group-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-handshake-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-heart-hand-alt-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-heart-hand-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-heart-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-info-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-interactive-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-jersey-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-laurel-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-leader-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-leaf-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-lightbulb-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-link-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-location-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-lock-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-map-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-medal-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-medical-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-menu-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-microphone-alt-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-microphone-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-microscope-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-mobile-phone-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-money-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-music-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-name-badge-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-newspaper-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-open-door-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-paint-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-parent-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-park-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-party-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-pencil-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-phone-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-picture-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-pie-chart-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-piggy-bank-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-ping-pong-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-plate-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-playground-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-podium-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-question-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-rain-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-reading-alt-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-reading-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-report-card-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-robot-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-school-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-screens-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-settings-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-shield-police-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-snowflake-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-soccer-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-star-david-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-star-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-store-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-sun-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-task-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-teacher-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-teamwork-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-theatre-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-thumbs-up-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-tools-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-translate-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-tree-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-trophy-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-user-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-video-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-virus-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-warning-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.icon-wheelchair-solid>.fsTitle:before {
    font-family: "bpa-font-icons";
    content: "" !important
}

.bpa-post-filter-1 {
    margin-bottom: 20px
}

body.fsComposeMode .fsTagFilter.bpa-post-filter-1.tag-dropdown>header h2 {
    display: block
}

body.fsComposeMode .fsTagFilter.bpa-post-filter-1.tag-dropdown>.fsElementContent {
    display: block
}

.fsTagFilter.bpa-post-filter-1 {
    margin-top: 20px
}

.fsTagFilter.bpa-post-filter-1>header h2 {
    font-family: "League Spartan", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: var(--primary-color, #404040)
}

.fsTagFilter.bpa-post-filter-1 .tags_trigger {
    display: none
}

.fsTagFilter.bpa-post-filter-1.tag-dropdown>header h2 {
    display: none
}

.fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger {
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    font-family: "League Spartan", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 55px;
    position: relative;
    background-color: #f7f8fb;
    padding-left: 20px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: 12px;
    display: block;
    color: var(--primary-color, #404040)
}

@media(max-width: 599px) {
    .fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger {
        font-size: 17px;
        line-height: 48px
    }
}

.fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 35px;
    height: 35px;
    background-color: var(--primary-color, #404040);
    border-radius: 100%;
    right: 20px
}

.fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger:after {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    right: 32px;
    line-height: 1;
    color: #fff;
    font-size: 20px
}

.fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger:focus,
.fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger:hover {
    background-color: var(--primary-color, #404040);
    color: #fff
}

@media(max-width: 699px) {
    .fsStyleOneThird .fsTagFilter.bpa-post-filter-1.tag-dropdown .tags_trigger {
        font-size: 17px;
        line-height: 48px
    }
}

.fsTagFilter.bpa-post-filter-1.tag-dropdown>.fsElementContent {
    display: none
}

.fsTagFilter.bpa-post-filter-1.tag-dropdown.is-active .tags_trigger:after {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    right: 31px
}

.fsTagFilter.bpa-post-filter-1 .fsToolsList .fsTagLink {
    padding: 5px 10px;
    margin: 0 5px 10px 0;
    background-color: #f7f8fb;
    border-radius: 4px;
    color: var(--primary-color, #404040);
    border: none !important;
    font-family: "League Spartan", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-transform: none;
    letter-spacing: normal
}

.fsTagFilter.bpa-post-filter-1 .fsToolsList .fsTagLink:focus,
.fsTagFilter.bpa-post-filter-1 .fsToolsList .fsTagLink:hover {
    background-color: var(--primary-color, #404040);
    color: #fff
}

.fsTagFilter.bpa-post-filter-1 .fsToolsList .fsStateSelected .fsTagLink {
    background-color: var(--primary-color, #404040);
    color: #fff
}

body.fsComposeMode .fsCategoryFilter.bpa-post-filter-1.category-dropdown>header h2 {
    display: block
}

body.fsComposeMode .fsCategoryFilter.bpa-post-filter-1.category-dropdown>.fsElementContent {
    display: block
}

.fsCategoryFilter.bpa-post-filter-1 {
    margin-top: 40px
}

@media(max-width: 599px) {
    .fsCategoryFilter.bpa-post-filter-1 {
        margin-top: 24px
    }
}

.fsCategoryFilter.bpa-post-filter-1>header h2 {
    font-family: "League Spartan", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    display: block
}

@media(max-width: 599px) {
    .fsCategoryFilter.bpa-post-filter-1>header h2 {
        display: none
    }
}

.fsCategoryFilter.bpa-post-filter-1 .category_trigger {
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    font-family: "League Spartan", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 55px;
    position: relative;
    background-color: #f7f8fb;
    padding-left: 20px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: 12px;
    display: block;
    color: var(--primary-color, #404040);
    border-radius: 8px;
    display: none
}

@media(max-width: 599px) {
    .fsCategoryFilter.bpa-post-filter-1 .category_trigger {
        font-size: 17px;
        line-height: 48px
    }
}

.fsCategoryFilter.bpa-post-filter-1 .category_trigger:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 35px;
    height: 35px;
    background-color: var(--primary-color, #404040);
    border-radius: 100%;
    right: 20px
}

.fsCategoryFilter.bpa-post-filter-1 .category_trigger:after {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    right: 32px;
    line-height: 1;
    color: #fff;
    font-size: 20px
}

.fsCategoryFilter.bpa-post-filter-1 .category_trigger:focus,
.fsCategoryFilter.bpa-post-filter-1 .category_trigger:hover {
    background-color: var(--primary-color, #404040);
    color: #fff
}

@media(max-width: 699px) {
    .fsStyleOneThird .fsCategoryFilter.bpa-post-filter-1 .category_trigger {
        font-size: 17px;
        line-height: 48px
    }
}

@media(max-width: 599px) {
    .fsCategoryFilter.bpa-post-filter-1 .category_trigger {
        display: block
    }
}

.fsCategoryFilter.bpa-post-filter-1>.fsElementContent {
    width: 100%;
    z-index: 2;
    display: block
}

@media(max-width: 599px) {
    .fsCategoryFilter.bpa-post-filter-1>.fsElementContent {
        display: none
    }
}

@media(max-width: 599px) {
    .fsCategoryFilter.bpa-post-filter-1.is-active>header .category_trigger:after {
        content: "";
        font-family: "bpa-font-icons";
        font-weight: normal;
        speak: none;
        right: 31px
    }
}

.fsCategoryFilter.bpa-post-filter-1.category-dropdown {
    margin: 20px 0
}

.fsCategoryFilter.bpa-post-filter-1.category-dropdown>header h2 {
    display: none
}

.fsCategoryFilter.bpa-post-filter-1.category-dropdown .category_trigger {
    display: block
}

.fsCategoryFilter.bpa-post-filter-1.category-dropdown>.fsElementContent {
    display: none
}

.fsCategoryFilter.bpa-post-filter-1 .fsToolsList>li {
    display: block;
    border-bottom: solid 1px #e5e5e5
}

.fsCategoryFilter.bpa-post-filter-1 .fsToolsList>li:last-child {
    border-bottom: none
}

.fsCategoryFilter.bpa-post-filter-1 .fsToolsList>li:first-child .fsCategoryLink {
    padding-top: 0
}

.fsCategoryFilter.bpa-post-filter-1 .fsToolsList>li:first-child .fsCategoryLink:before {
    top: 7px
}

.fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsCategoryLink {
    position: relative;
    text-align: left;
    border: none !important;
    padding: 14px 25px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #262626;
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: none
}

.fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsCategoryLink:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 21px;
    left: 0;
    border: 1px solid var(--primary-color, #404040);
    border-radius: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: .3s;
    transition: .3s
}

.fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsCategoryLink:focus,
.fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsCategoryLink:hover {
    color: var(--primary-color, #404040)
}

.fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsStateSelected .fsCategoryLink:before {
    background-color: var(--primary-color, #404040);
    -webkit-transition: .3s;
    transition: .3s
}

.fsCategoryFilter.bpa-post-filter-1 .fsToolsList .fsStateSelected .fsCategoryLink:focus {
    color: #525252
}

body:not(.fsComposeMode) .filter-search-container {
    position: relative;
    margin-top: 40px
}

@media(min-width: 700px) {
    body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1>header {
        width: 280px
    }
}

body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1>header h2 {
    display: none
}

body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .category_trigger {
    display: block
}

body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1>.fsElementContent {
    display: none;
    padding-bottom: 10px;
    border-bottom: solid 1px #e5e5e5
}

body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1.is-active>header .category_trigger:after {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    right: 31px
}

body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList {
    background: #fff;
    margin-bottom: 0
}

@media(min-width: 700px) {
    body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: hidden
    }
}

body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList>li {
    border-bottom: solid 1px #e5e5e5
}

@media(min-width: 700px) {
    body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList>li {
        width: calc(33.33% - 20px);
        margin: 1px 10px -1px
    }
}

body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList>li:first-child .fsCategoryLink {
    padding-top: 9px
}

@media(max-width: 599px) {
    body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList>li:last-child {
        border: 0
    }
}

body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList>li .fsCategoryLink {
    padding: 9px 25px 9px 40px
}

body:not(.fsComposeMode) .filter-search-container .fsCategoryFilter.bpa-post-filter-1 .fsToolsList>li .fsCategoryLink:before {
    left: 20px;
    top: 16px
}

body:not(.fsComposeMode) .filter-search-container .fsSearch.bpa-post-filter-1 {
    margin-bottom: 20px
}

@media(min-width: 700px) {
    body:not(.fsComposeMode) .filter-search-container .fsSearch.bpa-post-filter-1 {
        position: absolute;
        top: 0;
        right: 0;
        width: calc(100% - 300px);
        margin-bottom: 0
    }
}

.fsSearch.bpa-post-filter-1 .fsElementToolsSearch {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7f8fb;
    padding: 12px 20px;
    border-radius: 8px
}

@media(max-width: 599px) {
    .fsSearch.bpa-post-filter-1 .fsElementToolsSearch {
        padding: 12px 20px
    }
}

.fsSearch.bpa-post-filter-1 .fsElementToolsKeyword {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 5px
}

.fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsStyleSearchField {
    border: none;
    background: none;
    padding: 0 30px 0 0;
    color: var(--primary-color, #404040);
    font-family: "League Spartan", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1
}

@media(max-width: 599px) {
    .fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsStyleSearchField {
        font-size: 17px
    }
}

.fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsStyleSearchField::-webkit-input-placeholder {
    color: var(--primary-color, #404040)
}

.fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsStyleSearchField::-moz-placeholder {
    color: var(--primary-color, #404040)
}

.fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsStyleSearchField:-ms-input-placeholder {
    color: var(--primary-color, #404040)
}

.fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsStyleSearchField::-ms-input-placeholder {
    color: var(--primary-color, #404040)
}

.fsSearch.bpa-post-filter-1 .fsElementToolsKeyword .fsStyleSearchField::placeholder {
    color: var(--primary-color, #404040)
}

.fsSearch.bpa-post-filter-1 .fsElementToolsSearchButton {
    margin: 0;
    width: 35px;
    color: rgba(0, 0, 0, 0);
    padding: 0;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    border: 0 !important;
    min-width: initial;
    overflow: hidden
}

.fsSearch.bpa-post-filter-1 .fsElementToolsSearchButton:hover:before,
.fsSearch.bpa-post-filter-1 .fsElementToolsSearchButton:focus:before {
    background-color: #fff
}

.fsSearch.bpa-post-filter-1 .fsElementToolsSearchButton:hover:after,
.fsSearch.bpa-post-filter-1 .fsElementToolsSearchButton:focus:after {
    color: var(--primary-color, #404040)
}

.fsSearch.bpa-post-filter-1 .fsElementToolsSearchButton:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 35px;
    height: 35px;
    background-color: var(--primary-color, #404040);
    border-radius: 100%;
    -webkit-transition: .3s background-color;
    transition: .3s background-color
}

.fsSearch.bpa-post-filter-1 .fsElementToolsSearchButton:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    padding-left: 4px;
    width: 100%;
    text-align: center;
    left: 0;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    font-size: 16px;
    -webkit-transition: .3s color;
    transition: .3s color
}

.fsGrid.bpa-post-filter-1 .fsListItems {
    margin-left: -10px;
    margin-right: -10px
}

.fsGrid.bpa-post-filter-1 article {
    position: relative;
    text-align: center;
    margin: 0 0 20px;
    padding: 20px 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    outline: none;
    overflow: visible !important
}

.fsGrid.bpa-post-filter-1 article[class*=icon-] .fsTitle {
    position: relative
}

.fsGrid.bpa-post-filter-1 article[class*=icon-] .fsTitle:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    visibility: visible !important;
    opacity: 1 !important
}

@media(min-width: 600px) {
    .fsGrid.bpa-post-filter-1 article {
        width: 100%
    }
}

@media(min-width: 1000px) {
    .fsGrid.bpa-post-filter-1 article {
        width: 50%
    }
}

@media(min-width: 1200px) {
    .fsGrid.bpa-post-filter-1 article {
        width: 33.33%
    }
}

.fsGrid.bpa-post-filter-1 article:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: 100%;
    background-color: #f7f8fb;
    border-radius: 12px
}

.fsGrid.bpa-post-filter-1 article>a,
.fsGrid.bpa-post-filter-1 article>div {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.fsGrid.bpa-post-filter-1 article>.fsTitle {
    position: relative;
    padding-bottom: 16px;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: translate3d(0, 48px, 0);
    transform: translate3d(0, 48px, 0);
    color: #525252;
    font-family: "League Spartan", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: none
}

.fsGrid.bpa-post-filter-1 article>.fsTitle a {
    color: inherit
}

.fsGrid.bpa-post-filter-1 article>.fsTitle:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    bottom: 0;
    width: 30px;
    height: 3px;
    background-color: var(--secondary-color, #A3A3A3)
}

.fsGrid.bpa-post-filter-1 article>.fsThumbnail {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(100% - 20px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.fsGrid.bpa-post-filter-1 article>.fsThumbnail:before {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s;
    transition: all .4s
}

.fsGrid.bpa-post-filter-1 article>.fsThumbnail img {
    display: block;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.fsGrid.bpa-post-filter-1 article>.fsSummary {
    color: inherit;
    font-family: "League Spartan", sans-serif;
    font-size: 21px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 12px;
    height: 96px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5)
}

.fsGrid.bpa-post-filter-1 article>.fsReadMoreLink {
    position: absolute;
    width: 100%;
    height: 100%;
    color: rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    text-decoration: none !important;
    background-image: none
}

.fsGrid.bpa-post-filter-1 article>.fsTitle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fsGrid.bpa-post-filter-1 article>.fsTitle:before {
    content: "$";
    display: block;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    color: var(--primary-color, #404040);
    background-color: #fff;
    margin: 0 auto 25px;
    line-height: 60px;
    font-size: 24px;
    font-weight: normal;
    visibility: hidden;
    opacity: 0
}

.fsGrid.bpa-post-filter-1 article:focus-within>.fsTitle,
.fsGrid.bpa-post-filter-1 article:hover>.fsTitle {
    -webkit-transform: translate3d(0, -42.5px, 0);
    transform: translate3d(0, -42.5px, 0);
    -webkit-transition: .4s;
    transition: .4s
}

.fsGrid.bpa-post-filter-1 article:focus-within>.fsTitle:before,
.fsGrid.bpa-post-filter-1 article:hover>.fsTitle:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.fsGrid.bpa-post-filter-1 article:focus-within>.fsSummary,
.fsGrid.bpa-post-filter-1 article:hover>.fsSummary {
    opacity: 1;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: translate3d(0, -42.5px, 0) scale(1);
    transform: translate3d(0, -42.5px, 0) scale(1)
}

.fsGrid.bpa-post-filter-1 article.has-summary[class*=icon-]>.fsTitle {
    -webkit-transform: translate3d(0, 54px, 0);
    transform: translate3d(0, 54px, 0)
}

.fsGrid.bpa-post-filter-1 article.has-summary:focus-within>.fsTitle,
.fsGrid.bpa-post-filter-1 article.has-summary:hover>.fsTitle {
    -webkit-transform: translate3d(0, -42.5px, 0);
    transform: translate3d(0, -42.5px, 0)
}

.fsGrid.bpa-post-filter-1 article.has-thumbnail>.fsTitle {
    color: #fff;
    text-shadow: 1px 1px 1px #000
}

.fsGrid.bpa-post-filter-1 article.has-thumbnail>.fsTitle:before {
    text-shadow: none
}

.fsGrid.bpa-post-filter-1 article.has-thumbnail>.fsTitle a {
    color: inherit
}

.fsGrid.bpa-post-filter-1 article.has-thumbnail>.fsSummary {
    color: #fff;
    text-shadow: 1px 1px 1px #000
}

.fsGrid.bpa-post-filter-1 article.has-thumbnail>.fsSummary a:not([class]) {
    color: #fff
}

.fsGrid.bpa-post-filter-1.dark article:before {
    background-color: var(--primary-color, #404040)
}

.fsGrid.bpa-post-filter-1.dark article>.fsTitle {
    color: #fff
}

.fsGrid.bpa-post-filter-1.dark article>.fsTitle a {
    color: inherit
}

.fsGrid.bpa-post-filter-1.dark article>.fsSummary {
    color: #fff
}

.fsGrid.bpa-post-filter-1.dark article>.fsSummary a:not([class]) {
    color: #fff
}

.fsStyleOneThird .fsGrid.bpa-post-filter-1 article {
    width: 100%
}

.bpa-icon-library .fsContent {
    position: relative;
    padding-top: 20px
}

.bpa-icon-library .fsContent[class*=icon]:before {
    content: "";
    font-family: "bpa-font-icons";
    font-weight: normal;
    speak: none;
    font-size: 50px
}

.bpa-icon-library .icon-add-user:before {
    content: "" !important
}

.bpa-icon-library .icon-alumni:before {
    content: "" !important
}

.bpa-icon-library .icon-apple:before {
    content: "" !important
}

.bpa-icon-library .icon-apply:before {
    content: "" !important
}

.bpa-icon-library .icon-backpack:before {
    content: "" !important
}

.bpa-icon-library .icon-badge:before {
    content: "" !important
}

.bpa-icon-library .icon-bar-graph:before {
    content: "" !important
}

.bpa-icon-library .icon-baseball:before {
    content: "" !important
}

.bpa-icon-library .icon-block:before {
    content: "" !important
}

.bpa-icon-library .icon-book-stack:before {
    content: "" !important
}

.bpa-icon-library .icon-book:before {
    content: "" !important
}

.bpa-icon-library .icon-brainstorm:before {
    content: "" !important
}

.bpa-icon-library .icon-briefcase:before {
    content: "" !important
}

.bpa-icon-library .icon-bullhorn:before {
    content: "" !important
}

.bpa-icon-library .icon-bus:before {
    content: "" !important
}

.bpa-icon-library .icon-calendar:before {
    content: "" !important
}

.bpa-icon-library .icon-camera:before {
    content: "" !important
}

.bpa-icon-library .icon-certificate:before {
    content: "" !important
}

.bpa-icon-library .icon-chat-alt:before {
    content: "" !important
}

.bpa-icon-library .icon-chat:before {
    content: "" !important
}

.bpa-icon-library .icon-check:before {
    content: "" !important
}

.bpa-icon-library .icon-chess:before {
    content: "" !important
}

.bpa-icon-library .icon-church:before {
    content: "" !important
}

.bpa-icon-library .icon-city:before {
    content: "" !important
}

.bpa-icon-library .icon-classroom:before {
    content: "" !important
}

.bpa-icon-library .icon-cleat:before {
    content: "" !important
}

.bpa-icon-library .icon-clock:before {
    content: "" !important
}

.bpa-icon-library .icon-college:before {
    content: "" !important
}

.bpa-icon-library .icon-connected-users:before {
    content: "" !important
}

.bpa-icon-library .icon-construction:before {
    content: "" !important
}

.bpa-icon-library .icon-credit-card:before {
    content: "" !important
}

.bpa-icon-library .icon-cross:before {
    content: "" !important
}

.bpa-icon-library .icon-diagram:before {
    content: "" !important
}

.bpa-icon-library .icon-diploma:before {
    content: "" !important
}

.bpa-icon-library .icon-directory:before {
    content: "" !important
}

.bpa-icon-library .icon-diversity:before {
    content: "" !important
}

.bpa-icon-library .icon-droplet:before {
    content: "" !important
}

.bpa-icon-library .icon-email:before {
    content: "" !important
}

.bpa-icon-library .icon-family:before {
    content: "" !important
}

.bpa-icon-library .icon-faq:before {
    content: "" !important
}

.bpa-icon-library .icon-flag:before {
    content: "" !important
}

.bpa-icon-library .icon-folder:before {
    content: "" !important
}

.bpa-icon-library .icon-football:before {
    content: "" !important
}

.bpa-icon-library .icon-gift:before {
    content: "" !important
}

.bpa-icon-library .icon-global-diversity:before {
    content: "" !important
}

.bpa-icon-library .icon-globe:before {
    content: "" !important
}

.bpa-icon-library .icon-google-classroom:before {
    content: "" !important
}

.bpa-icon-library .icon-graduation:before {
    content: "" !important
}

.bpa-icon-library .icon-group-alt:before {
    content: "" !important
}

.bpa-icon-library .icon-group:before {
    content: "" !important
}

.bpa-icon-library .icon-handshake:before {
    content: "" !important
}

.bpa-icon-library .icon-heart-hand-alt:before {
    content: "" !important
}

.bpa-icon-library .icon-heart-hand:before {
    content: "" !important
}

.bpa-icon-library .icon-heart:before {
    content: "" !important
}

.bpa-icon-library .icon-info:before {
    content: "" !important
}

.bpa-icon-library .icon-interactive:before {
    content: "" !important
}

.bpa-icon-library .icon-jersey:before {
    content: "" !important
}

.bpa-icon-library .icon-laurel:before {
    content: "" !important
}

.bpa-icon-library .icon-leader:before {
    content: "" !important
}

.bpa-icon-library .icon-leaf:before {
    content: "" !important
}

.bpa-icon-library .icon-lightbulb:before {
    content: "" !important
}

.bpa-icon-library .icon-link:before {
    content: "" !important
}

.bpa-icon-library .icon-location:before {
    content: "" !important
}

.bpa-icon-library .icon-lock:before {
    content: "" !important
}

.bpa-icon-library .icon-map:before {
    content: "" !important
}

.bpa-icon-library .icon-medal:before {
    content: "" !important
}

.bpa-icon-library .icon-medical:before {
    content: "" !important
}

.bpa-icon-library .icon-menu:before {
    content: "" !important
}

.bpa-icon-library .icon-microphone-alt:before {
    content: "" !important
}

.bpa-icon-library .icon-microphone:before {
    content: "" !important
}

.bpa-icon-library .icon-microscope:before {
    content: "" !important
}

.bpa-icon-library .icon-mobile-phone:before {
    content: "" !important
}

.bpa-icon-library .icon-money:before {
    content: "" !important
}

.bpa-icon-library .icon-music:before {
    content: "" !important
}

.bpa-icon-library .icon-name-badge:before {
    content: "" !important
}

.bpa-icon-library .icon-newspaper:before {
    content: "" !important
}

.bpa-icon-library .icon-open-door:before {
    content: "" !important
}

.bpa-icon-library .icon-paint:before {
    content: "" !important
}

.bpa-icon-library .icon-parent:before {
    content: "" !important
}

.bpa-icon-library .icon-park:before {
    content: "" !important
}

.bpa-icon-library .icon-party:before {
    content: "" !important
}

.bpa-icon-library .icon-pencil:before {
    content: "" !important
}

.bpa-icon-library .icon-phone:before {
    content: "" !important
}

.bpa-icon-library .icon-picture:before {
    content: "" !important
}

.bpa-icon-library .icon-pie-chart:before {
    content: "" !important
}

.bpa-icon-library .icon-piggy-bank:before {
    content: "" !important
}

.bpa-icon-library .icon-ping-pong:before {
    content: "" !important
}

.bpa-icon-library .icon-plate:before {
    content: "" !important
}

.bpa-icon-library .icon-playground:before {
    content: "" !important
}

.bpa-icon-library .icon-podium:before {
    content: "" !important
}

.bpa-icon-library .icon-question:before {
    content: "" !important
}

.bpa-icon-library .icon-rain:before {
    content: "" !important
}

.bpa-icon-library .icon-reading-alt:before {
    content: "" !important
}

.bpa-icon-library .icon-reading:before {
    content: "" !important
}

.bpa-icon-library .icon-report-card:before {
    content: "" !important
}

.bpa-icon-library .icon-robot:before {
    content: "" !important
}

.bpa-icon-library .icon-school:before {
    content: "" !important
}

.bpa-icon-library .icon-screens:before {
    content: "" !important
}

.bpa-icon-library .icon-settings:before {
    content: "" !important
}

.bpa-icon-library .icon-shield-police:before {
    content: "" !important
}

.bpa-icon-library .icon-snowflake:before {
    content: "" !important
}

.bpa-icon-library .icon-soccer:before {
    content: "" !important
}

.bpa-icon-library .icon-star-david:before {
    content: "" !important
}

.bpa-icon-library .icon-star:before {
    content: "" !important
}

.bpa-icon-library .icon-store:before {
    content: "" !important
}

.bpa-icon-library .icon-sun:before {
    content: "" !important
}

.bpa-icon-library .icon-task:before {
    content: "" !important
}

.bpa-icon-library .icon-teacher:before {
    content: "" !important
}

.bpa-icon-library .icon-teamwork:before {
    content: "" !important
}

.bpa-icon-library .icon-theatre:before {
    content: "" !important
}

.bpa-icon-library .icon-thumbs-up:before {
    content: "" !important
}

.bpa-icon-library .icon-tools:before {
    content: "" !important
}

.bpa-icon-library .icon-translate:before {
    content: "" !important
}

.bpa-icon-library .icon-tree:before {
    content: "" !important
}

.bpa-icon-library .icon-trophy:before {
    content: "" !important
}

.bpa-icon-library .icon-user:before {
    content: "" !important
}

.bpa-icon-library .icon-video:before {
    content: "" !important
}

.bpa-icon-library .icon-virus:before {
    content: "" !important
}

.bpa-icon-library .icon-warning:before {
    content: "" !important
}

.bpa-icon-library .icon-wheelchair:before {
    content: "" !important
}

.bpa-icon-library .icon-add-user-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-alumni-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-apple-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-apply-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-backpack-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-badge-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-bar-graph-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-baseball-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-block-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-book-stack-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-book-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-brainstorm-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-briefcase-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-bullhorn-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-bus-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-calendar-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-camera-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-certificate-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-chat-alt-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-chat-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-check-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-chess-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-church-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-city-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-classroom-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-cleat-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-clock-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-college-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-connected-users-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-construction-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-credit-card-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-cross-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-diagram-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-diploma-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-directory-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-diversity-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-droplet-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-email-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-family-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-faq-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-flag-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-folder-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-football-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-gift-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-global-diversity-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-globe-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-google-classroom-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-graduation-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-group-alt-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-group-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-handshake-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-heart-hand-alt-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-heart-hand-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-heart-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-info-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-interactive-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-jersey-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-laurel-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-leader-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-leaf-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-lightbulb-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-link-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-location-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-lock-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-map-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-medal-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-medical-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-menu-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-microphone-alt-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-microphone-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-microscope-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-mobile-phone-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-money-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-music-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-name-badge-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-newspaper-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-open-door-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-paint-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-parent-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-park-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-party-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-pencil-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-phone-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-picture-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-pie-chart-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-piggy-bank-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-ping-pong-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-plate-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-playground-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-podium-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-question-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-rain-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-reading-alt-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-reading-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-report-card-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-robot-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-school-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-screens-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-settings-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-shield-police-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-snowflake-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-soccer-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-star-david-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-star-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-store-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-sun-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-task-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-teacher-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-teamwork-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-theatre-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-thumbs-up-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-tools-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-translate-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-tree-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-trophy-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-user-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-video-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-virus-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-warning-solid:before {
    content: "" !important
}

.bpa-icon-library .icon-wheelchair-solid:before {
    content: "" !important
}

@media(max-width:767px) {

.ifrme-yt-video {
 width:100% !important;
}

}