@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400;1,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700|Zilla+Slab:400,400i,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700|Zilla+Slab:400,400i,600,700&display=swap);

@font-face {
    font-family: "IcoMoon";
    src: url(../fonts/icomoon.eot);
    src: url(../fonts/icomoon.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 */
.small-button.button-1 {
    display: inline-block;
    margin: 0;
    padding: 16px 29px;
    border: 1px solid var(--primary-color, #373737) !important;
    background: rgba(0, 0, 0, 0);
    color: var(--primary-color, #373737);
    font-family: "Roboto", sans-serif !important;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1rem;
    letter-spacing: 0;
    text-decoration: none;
    text-align: center;
    max-width: 300px;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.small-button.button-1:hover,
.small-button.button-1:focus,
.fsStateSelected .small-button.button-1,
.small-button.button-1.on {
    border-color: var(--primary-color, #373737) !important;
    background: var(--primary-color, #373737);
    color: #fff;
    -webkit-transition: .3s all;
    transition: .3s all
}

.small-button.button-1.full-width-button {
    width: 100%;
    max-width: unset
}

.small-button.button-2 {
    display: inline-block;
    margin: 0;
    padding: 16px 29px;
    border: 1px solid var(--primary-color, #373737) !important;
    background: var(--primary-color, #373737);
    color: #fff;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1rem;
    letter-spacing: 0;
    text-decoration: none;
    text-align: center;
    max-width: 300px;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.small-button.button-2:hover,
.small-button.button-2:focus,
.fsStateSelected .small-button.button-2,
.small-button.button-2.on {
    border-color: var(--primary-color, #373737) !important;
    background: #fff;
    color: var(--primary-color, #373737);
    -webkit-transition: .3s all;
    transition: .3s all
}

.small-button.button-2.full-width-button {
    width: 100%;
    max-width: unset
}

.small-button.button-3 {
    display: inline-block;
    margin: 0;
    padding: 16px 29px;
    border: 1px solid #131313 !important;
    background: #131313;
    color: #fff;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1rem;
    letter-spacing: 0;
    text-decoration: none;
    text-align: center;
    max-width: 300px;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.small-button.button-3:hover,
.small-button.button-3:focus,
.fsStateSelected .small-button.button-3,
.small-button.button-3.on {
    border-color: #131313 !important;
    background: #fff;
    color: #131313;
    -webkit-transition: .3s all;
    transition: .3s all
}

.small-button.button-3.full-width-button {
    width: 100%;
    max-width: unset
}

.small-button.button-4 {
    display: inline-block;
    margin: 0;
    padding: 16px 29px;
    border: 1px solid #131313 !important;
    background: rgba(0, 0, 0, 0);
    color: #131313;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1rem;
    letter-spacing: 0;
    text-decoration: none;
    text-align: center;
    max-width: 300px;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.small-button.button-4:hover,
.small-button.button-4:focus,
.fsStateSelected .small-button.button-4,
.small-button.button-4.on {
    border-color: #131313 !important;
    background: #131313;
    color: #fff;
    -webkit-transition: .3s all;
    transition: .3s all
}

.small-button.button-4.full-width-button {
    width: 100%;
    max-width: unset
}

.small-button.button-5 {
    display: inline-block;
    margin: 0;
    padding: 16px 29px;
    border: 1px solid #fff !important;
    background: #fff;
    color: #131313;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1rem;
    letter-spacing: 0;
    text-decoration: none;
    text-align: center;
    max-width: 300px;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.small-button.button-5:hover,
.small-button.button-5:focus,
.fsStateSelected .small-button.button-5,
.small-button.button-5.on {
    border-color: #fff !important;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    -webkit-transition: .3s all;
    transition: .3s all
}

.small-button.button-5.full-width-button {
    width: 100%;
    max-width: unset
}

.small-button.button-6 {
    display: inline-block;
    margin: 0;
    padding: 16px 29px;
    border: 1px solid #fff !important;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1rem;
    letter-spacing: 0;
    text-decoration: none;
    text-align: center;
    max-width: 300px;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.small-button.button-6:hover,
.small-button.button-6:focus,
.fsStateSelected .small-button.button-6,
.small-button.button-6.on {
    border-color: #fff !important;
    background: #fff;
    color: #131313;
    -webkit-transition: .3s all;
    transition: .3s all
}

.small-button.button-6.full-width-button {
    width: 100%;
    max-width: unset
}

.large-button.button-1 {
    display: inline-block;
    padding: 27px 20px;
    border: 1px solid var(--primary-color, #373737);
    background: rgba(0, 0, 0, 0);
    color: var(--primary-color, #373737);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.0625rem;
    line-height: 1.25rem;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    max-width: 300px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.large-button.button-1:hover,
.large-button.button-1:focus {
    border-color: var(--primary-color, #373737);
    background: var(--primary-color, #373737);
    color: #fff
}

.large-button.button-1.full-width-button {
    max-width: unset
}

.large-button.button-1 em {
    display: block;
    margin-top: 8px;
    text-transform: none;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375rem
}

.large-button.button-2 {
    display: inline-block;
    padding: 27px 20px;
    border: 1px solid var(--primary-color, #373737);
    background: var(--primary-color, #373737);
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 1.0625rem;
    line-height: 1.25rem;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    max-width: 300px;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.large-button.button-2:hover,
.large-button.button-2:focus {
    border-color: var(--primary-color, #373737);
    background: #fff;
    color: var(--primary-color, #373737)
}

.large-button.button-2.full-width-button {
    max-width: unset
}

.large-button.button-2 em {
    display: block;
    margin-top: 8px;
    text-transform: none;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375rem
}

.download-button,
.external-link-button {
    display: inline-block;
    margin: 0;
    padding: 16px 29px;
    border: 1px solid #636363 !important;
    background: #f8f8f8;
    color: #131313;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1rem;
    letter-spacing: 0;
    text-decoration: none;
    text-align: center;
    max-width: 300px;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.download-button:hover,
.download-button:focus,
.fsStateSelected .download-button,
.download-button.on,
.external-link-button:hover,
.external-link-button:focus,
.fsStateSelected .external-link-button,
.external-link-button.on {
    border-color: var(--primary-color, #373737) !important;
    background: var(--primary-color, #373737);
    color: #fff;
    -webkit-transition: .3s all;
    transition: .3s all
}

.download-button.full-width-button,
.external-link-button.full-width-button {
    width: 100%;
    max-width: unset
}

.download-button:before,
.external-link-button:before {
    font-size: .875rem;
    line-height: 1;
    vertical-align: middle
}

.download-button:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    margin-right: 17px
}

.external-link-button:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    margin-right: 15px
}

.fsStyleDefaultButton {
    display: inline-block;
    margin: 0;
    padding: 16px 29px;
    border: 1px solid var(--primary-color, #373737) !important;
    background: rgba(0, 0, 0, 0);
    color: var(--primary-color, #373737);
    font-family: "Roboto", sans-serif !important;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1rem;
    letter-spacing: 0;
    text-decoration: none;
    text-align: center;
    max-width: 300px;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on {
    border-color: var(--primary-color, #373737) !important;
    background: var(--primary-color, #373737);
    color: #fff;
    -webkit-transition: .3s all;
    transition: .3s all
}

.fsStyleDefaultButton.full-width-button {
    width: 100%;
    max-width: unset
}

.fsStyleDefaultButton.fsLoadMoreButton {
    margin: 40px 0 0
}

@media(min-width: 600px) {

    .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: 0;
    padding: 16px 29px;
    border: 1px solid var(--primary-color, #373737) !important;
    background: rgba(0, 0, 0, 0);
    color: var(--primary-color, #373737);
    font-family: "Roboto", sans-serif !important;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1rem;
    letter-spacing: 0;
    text-decoration: none;
    text-align: center;
    max-width: 300px;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all
}

.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on {
    border-color: var(--primary-color, #373737) !important;
    background: var(--primary-color, #373737);
    color: #fff;
    -webkit-transition: .3s all;
    transition: .3s all
}

.fsStyleUpdateButton.full-width-button {
    width: 100%;
    max-width: unset
}

.j-paginate.juicer-button {
    display: inline-block;
    margin: 0;
    padding: 16px 29px;
    border: 1px solid var(--primary-color, #373737) !important;
    background: rgba(0, 0, 0, 0);
    color: var(--primary-color, #373737);
    font-family: "Roboto", sans-serif !important;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1rem;
    letter-spacing: 0;
    text-decoration: none;
    text-align: center;
    max-width: 300px;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all;
    width: auto;
    margin-top: 40px
}

.j-paginate.juicer-button:hover,
.j-paginate.juicer-button:focus,
.fsStateSelected .j-paginate.juicer-button,
.j-paginate.juicer-button.on {
    border-color: var(--primary-color, #373737) !important;
    background: var(--primary-color, #373737);
    color: #fff;
    -webkit-transition: .3s all;
    transition: .3s all
}

.j-paginate.juicer-button.full-width-button {
    width: 100%;
    max-width: unset
}

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

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

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

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

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

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

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

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

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

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

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

.fsYoutubeTitle,
.fsVimeoTitle,
.fsAthleticsRosterList li>div.fsRosterName,
.fsTitle {
    margin-top: 0;
    font-weight: 700;
    color: #131313;
    font-size: 1.375rem;
    line-height: 1.9375rem;
    margin-bottom: 20px;
    margin-bottom: 15px
}

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
}

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

h1 {
    margin-top: 0;
    font-weight: 700;
    color: #131313;
    font-size: 3rem;
    line-height: 4.1875rem;
    margin-bottom: 50px
}

p+h1 {
    margin-top: 40px
}

h1.\:container\(width\<600px\) {
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin-bottom: 20px
}

h2 {
    margin-top: 0;
    font-weight: 700;
    color: #131313;
    font-size: 2.25rem;
    line-height: 3.125rem;
    margin-bottom: 20px
}

p+h2 {
    margin-top: 40px
}

h2.\:container\(width\<600px\) {
    font-size: 1.625rem;
    line-height: 2.25rem;
    margin-bottom: 10px
}

h3 {
    margin-top: 0;
    font-weight: 700;
    color: #131313;
    font-size: 1.75rem;
    line-height: 2.4375rem;
    margin-bottom: 20px
}

p+h3 {
    margin-top: 40px
}

h3.\:container\(width\<600px\) {
    font-size: 1.5rem;
    line-height: 2.125rem;
    margin-bottom: 10px
}

h4 {
    margin-top: 0;
    font-weight: 700;
    color: #131313;
    font-size: 1.375rem;
    line-height: 1.9375rem;
    margin-bottom: 20px
}

p+h4 {
    margin-top: 40px
}

h4.\:container\(width\<600px\) {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 10px
}

h5 {
    margin-top: 0;
    font-weight: 700;
    color: #131313;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    margin-bottom: 15px
}

p+h5 {
    margin-top: 40px
}

h5.\:container\(width\<600px\) {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    margin-bottom: 10px
}

h6 {
    margin-top: 0;
    font-weight: 700;
    color: #131313;
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 15px
}

p+h6 {
    margin-top: 40px
}

h6.\:container\(width\<600px\) {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 10px
}

p {
    margin: 0 0 20px
}

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

hr {
    margin: 0 auto 20px
}

a {
    text-decoration: underline;
    color: var(--primary-color, #373737);
    font-weight: 700;
    -webkit-transition: .3s all;
    transition: .3s all
}

a:hover,
a:focus {
    text-decoration: none;
    color: var(--primary-color, #373737)
}

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: #131313
}

.fsPanel {
    margin-bottom: 0
}

.fsStyleDefaultField {
    border: solid 1px #636363
}

/*! elements - common - list subtype v0.0.1 */
.fsList article {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: solid 1px #636363
}

.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 #636363
}

.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, #373737);
    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 #cfcfcf
}

.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 #636363;
    background-color: rgba(0, 0, 0, 0);
    color: #636363;
    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, #373737);
    background-color: var(--primary-color, #373737);
    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 #636363;
    -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, #373737);
    border-color: var(--primary-color, #373737)
}

.fsSlideshow .fsPager li button:focus {
    outline: 1px dashed rgba(99, 99, 99, .25)
}

.fsSlideshow .fsPager li.slick-active button {
    background-color: var(--primary-color, #373737);
    border-color: var(--primary-color, #373737)
}

/*! 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: #131313;
    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: #131313;
    background-color: rgba(0, 0, 0, 0)
}

.fsDialogCloseButton:hover:before {
    color: var(--primary-color, #373737);
    background-color: rgba(0, 0, 0, 0)
}

.fsElementDialog {
    color: #636363;
    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
}

.lead-in {
    font-size: 1.875rem;
    line-height: 3rem;
    font-weight: 300;
    color: #131313
}

.lead-in.\:container\(width\<600px\) {
    font-size: 1.375rem;
    line-height: 2.1875rem
}

blockquote {
    margin: 50px 0;
    padding-bottom: 20px;
    border-bottom: solid 1px #cfcfcf;
    position: relative;
    font-weight: 300;
    font-size: 1.375rem;
    line-height: 2.1875rem;
    text-align: center
}

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;
    margin: 0 auto 20px;
    padding: 0 20px;
    background-color: #fff;
    color: var(--secondary-color, #cfcfcf);
    position: relative;
    z-index: 1;
    font-size: 1.875rem;
    line-height: 1
}

blockquote:after {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #cfcfcf
}

blockquote.\:container\(width\<600px\) {
    margin: 40px 0;
    font-size: 1.125rem;
    line-height: 1.8125rem
}

cite {
    display: block;
    margin: 20px 0 0;
    font-style: normal;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #636363
}

.callout-text {
    display: block;
    -webkit-box-shadow: inset 4px 0px 0px var(--secondary-color, #cfcfcf);
    box-shadow: inset 4px 0px 0px var(--secondary-color, #cfcfcf);
    margin: 50px 0;
    padding-left: 30px;
    font-size: 1.375rem;
    line-height: 2.0625rem;
    font-weight: 300;
    color: #131313
}

.callout-text.\:container\(width\<600px\) {
    margin: 40px 0;
    padding-left: 20px;
    font-size: 1.125rem;
    line-height: 1.8125rem
}

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: #131313;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    margin-bottom: 0;
    padding: 20px;
    background: var(--primary-color, #373737);
    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.125rem;
    line-height: 1.5625rem
}

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

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

.fsAthleticsRoster .fsElementTable tr.fsLoadMoreButtonRow td,
.fsAthleticsEvent.fsTable .fsElementTable tr.fsLoadMoreButtonRow td,
table.table-styled tr.fsLoadMoreButtonRow td {
    background-color: rgba(0, 0, 0, 0);
    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
}

.table-overflow {
    overflow-x: auto;
    max-width: 100%;
    margin-bottom: 20px
}

.table-overflow:last-child {
    margin-bottom: 0
}

.card {
    color: #131313
}

.card.light {
    background-color: #f8f8f8
}

.card.light a:not([class]) {
    color: var(--primary-color, #373737)
}

.card.light a:not([class]):hover,
.card.light a:not([class]):focus {
    color: var(--primary-color, #373737)
}

.card.dark {
    background-color: #131313;
    color: #fff
}

.card.primary {
    background-color: var(--primary-color, #373737);
    color: #fff
}

.card.secondary {
    background-color: var(--secondary-color, #cfcfcf)
}

.card.accent {
    background-color: #cfcfcf
}

.card.equal-height {
    height: 100%
}

.card>header .fsElementTitle {
    margin-bottom: 0;
    padding: 30px
}

.card>header .fsElementHeaderContent {
    margin: 0
}

.card>header .fsElementHeaderContent img {
    display: block
}

.card>.fsElementContent {
    padding: 30px
}

.card h1,
.card h2,
.card h3,
.card h4,
.card h5,
.card h6,
.card .lead-in,
.card a:not([class]) {
    color: inherit
}

/*! _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, #373737);
    background: rgba(0, 0, 0, 0)
}

.fsNavigation a {
    display: block;
    padding: 10px 0;
    color: var(--primary-color, #373737);
    background: rgba(0, 0, 0, 0)
}

.fsNavigation a:hover,
.fsNavigation a:focus {
    color: var(--primary-color, #373737);
    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: 0 20px
}

body:not(.fsComposeMode) .fsBreadcrumb>header {
    display: none
}

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

.fsBreadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.fsBreadcrumb ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #131313;
    font-weight: 400;
    font-size: .75rem;
    line-height: 1.1666666667
}

.fsBreadcrumb ul li[class*=fsNavCurrentPage]>a {
    color: var(--primary-color, #373737)
}

.fsBreadcrumb ul li a {
    padding: 0;
    color: #636363;
    font-weight: inherit;
    text-decoration: none
}

.fsBreadcrumb ul li a:hover,
.fsBreadcrumb ul li a:focus {
    color: var(--primary-color, #373737);
    text-decoration: underline
}

.fsBreadcrumb ul li .fsNavBreadcrumbSeperator {
    margin: 0 6px;
    color: #636363;
    line-height: 1
}

.fsBreadcrumb ul li .fsNavBreadcrumbSeperator:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.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-tier ul li a {
    display: block;
    padding: 10px 10px;
    color: var(--primary-color, #373737);
    background: rgba(0, 0, 0, 0)
}

.nav-tier ul li a:hover,
.nav-tier ul li a:focus {
    color: var(--primary-color, #373737);
    background: #e5e5e5
}

.nav-tier ul li.fsNavCurrentPage>a {
    color: var(--primary-color, #373737);
    background: #cfcfcf
}

.nav-tier ul li.fsNavCurrentPage>a:hover,
.nav-tier ul li.fsNavCurrentPage>a:focus {
    color: var(--secondary-color, #cfcfcf);
    background: #e5e5e5
}

.nav-tier ul li.fsNavCurrentPageAncestor {
    background: #e5e5e5
}

.nav-tier ul li.fsNavCurrentPageAncestor>a {
    color: var(--primary-color, #373737);
    background: rgba(0, 0, 0, 0)
}

.nav-tier ul li.fsNavCurrentPageAncestor>a:hover,
.nav-tier ul li.fsNavCurrentPageAncestor>a:focus {
    color: var(--primary-color, #373737);
    background: #e5e5e5
}

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

.nav-tier .fsNavLevel1>li {
    border-bottom: solid 1px #cfcfcf
}

.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 {
    display: none
}

@media screen and (max-width: 1099px) {
    .nav-sub>header {
        display: block;
        position: relative;
        position: relative;
        padding: 10px 20px;
        background-color: var(--secondary-color, #cfcfcf);
        color: #e5e5e5;
        -webkit-transition: .3s;
        transition: .3s;
        cursor: pointer
    }

    .nav-sub>header .fsElementTitle {
        margin-top: 0;
        font-weight: 700;
        color: #131313;
        font-size: 1.125rem;
        line-height: 1.5625rem;
        margin-bottom: 0;
        color: inherit
    }

    p+.nav-sub>header .fsElementTitle {
        margin-top: 40px
    }

    .nav-sub>header .fsElementTitle.\:container\(width\<600px\) {
        font-size: 1.125rem;
        line-height: 1.5625rem
    }

    .nav-sub>header:hover,
    .nav-sub>header:focus-within {
        background-color: #636363;
        color: #e5e5e5
    }
}

@media screen and (max-width: 1099px)and (min-width: 1100px) {
    .nav-sub>header {
        cursor: default
    }
}

@media screen and (max-width: 1099px) {
    .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: 20px;
        color: inherit;
        cursor: pointer
    }

    .nav-sub>header .nav-toggle:after {
        content: "+"
    }

    .nav-sub>.fsElementContent {
        position: relative;
        display: block;
        background-color: #e5e5e5
    }

    .nav-sub>.fsElementContent ul li a {
        display: block;
        padding: 10px 20px;
        color: var(--primary-color, #373737);
        background: rgba(0, 0, 0, 0)
    }

    .nav-sub>.fsElementContent ul li a:hover,
    .nav-sub>.fsElementContent ul li a:focus {
        color: var(--primary-color, #373737);
        background: #fff
    }

    .nav-sub>.fsElementContent ul li.fsNavCurrentPage>a {
        color: var(--primary-color, #373737);
        background: #cfcfcf
    }

    .nav-sub>.fsElementContent ul li.fsNavCurrentPage>a:hover,
    .nav-sub>.fsElementContent ul li.fsNavCurrentPage>a:focus {
        color: var(--secondary-color, #cfcfcf);
        background: #b2b2b2
    }

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

    .nav-sub>.fsElementContent ul li.fsNavCurrentPageAncestor>a {
        color: var(--primary-color, #373737);
        background: rgba(0, 0, 0, 0)
    }

    .nav-sub>.fsElementContent ul li.fsNavCurrentPageAncestor>a:hover,
    .nav-sub>.fsElementContent ul li.fsNavCurrentPageAncestor>a:focus {
        color: var(--primary-color, #373737);
        background: #cfcfcf
    }

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

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

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

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

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

    .nav-sub.active-nav>header {
        color: #e5e5e5;
        background-color: var(--secondary-color, #cfcfcf)
    }

    .nav-sub.active-nav>header .nav-toggle:after {
        content: "-"
    }
}

@media(min-width: 1100px) {
    .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: 1100px) {
    .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: 1100px) {
    .fsHeader .nav-sub {
        display: none
    }
}

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

body.fsComposeMode .nav-sub.nav-sub-empty {
    display: block !important
}

.nav-sub ul li a {
    display: block;
    padding: 10px 10px;
    color: var(--primary-color, #373737);
    background: rgba(0, 0, 0, 0)
}

.nav-sub ul li a:hover,
.nav-sub ul li a:focus {
    color: var(--primary-color, #373737);
    background: #e5e5e5
}

.nav-sub ul li.fsNavCurrentPage>a {
    color: var(--primary-color, #373737);
    background: rgba(0, 0, 0, 0)
}

.nav-sub ul li.fsNavCurrentPage>a:hover,
.nav-sub ul li.fsNavCurrentPage>a:focus {
    color: var(--secondary-color, #cfcfcf);
    background: #e5e5e5
}

.nav-sub ul li.fsNavCurrentPageAncestor {
    background: #f8f8f8
}

.nav-sub ul li.fsNavCurrentPageAncestor>a {
    color: var(--primary-color, #373737);
    background: rgba(0, 0, 0, 0)
}

.nav-sub ul li.fsNavCurrentPageAncestor>a:hover,
.nav-sub ul li.fsNavCurrentPageAncestor>a:focus {
    color: var(--primary-color, #373737);
    background: #e5e5e5
}

.nav-sub .fsNavLevel1 {
    padding-left: 0
}

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

.nav-sub .fsNavLevel1>li {
    border-bottom: solid 1px #cfcfcf
}

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

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

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

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

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

.nav-main {
    background-color: var(--primary-color, #373737)
}

.fsHeader .nav-main {
    display: none
}

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

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

.nav-main .fsNavLevel1>li:hover>a,
.nav-main .fsNavLevel1>li:focus-within>a,
.nav-main .fsNavLevel1>li.menu-item-open>a {
    color: #e5e5e5;
    background: var(--secondary-color, #cfcfcf)
}

.nav-main .fsNavLevel1>li:hover>.fsNavPageInfo,
.nav-main .fsNavLevel1>li:focus-within>.fsNavPageInfo,
.nav-main .fsNavLevel1>li.menu-item-open>.fsNavPageInfo {
    opacity: 1;
    visibility: visible
}

.nav-main .fsNavLevel1>li[class*=fsNavCurrentPage]>a {
    color: #e5e5e5;
    background: var(--secondary-color, #cfcfcf)
}

.nav-main .fsNavLevel1>li>a {
    display: block;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    padding: 1.25em
}

.nav-main .fsNavPageInfo {
    background: var(--primary-color, #373737);
    text-align: left;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 300;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s all;
    transition: .4s all
}

.nav-main .fsNavLevel2 li a {
    display: block;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    padding: .625em
}

.nav-main .fsNavLevel2 li a:hover,
.nav-main .fsNavLevel2 li a:focus {
    color: #e5e5e5;
    background: var(--secondary-color, #cfcfcf)
}

.nav-main .fsNavLevel2 li[class*=fsNavCurrentPage]>a {
    color: #e5e5e5;
    background: rgba(0, 0, 0, 0)
}

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

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

.mobile-toggle {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    max-width: 50px
}

.mobile-toggle:before,
.mobile-toggle:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 50%;
    content: "";
    background: #fff
}

.mobile-toggle:before {
    margin-top: -0.25em;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: margin-top .3s, -webkit-transform .3s;
    transition: margin-top .3s, -webkit-transform .3s;
    transition: margin-top .3s, transform .3s;
    transition: margin-top .3s, transform .3s, -webkit-transform .3s
}

.mobile-toggle:after {
    -webkit-box-shadow: 0 .25em 0 0 #fff;
    box-shadow: 0 .25em 0 0 #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-box-shadow .3s, -webkit-transform .3s;
    transition: -webkit-box-shadow .3s, -webkit-transform .3s;
    transition: box-shadow .3s, transform .3s;
    transition: box-shadow .3s, transform .3s, -webkit-box-shadow .3s, -webkit-transform .3s
}

.drawer-is-active .mobile-toggle:before {
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.drawer-is-active .mobile-toggle:after {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.fsMenu {
    position: absolute;
    z-index: 500;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    -webkit-transform: translate(-20%, 0);
    -ms-transform: translate(-20%, 0);
    transform: translate(-20%, 0);
    min-height: 100%;
    max-width: 37.5em;
    background: #636363
}

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

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

.nav-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*=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: #fff;
    padding: 0;
    text-decoration: none;
    position: relative;
    border: 1px solid hsla(0, 0%, 100%, .5);
    height: 40px;
    width: 40px;
    border-radius: 100%;
    text-indent: -100vw
}

.nav-social .fsNavLevel1 a:hover,
.nav-social .fsNavLevel1 a:focus {
    background: #fff;
    border-color: #fff;
    color: var(--primary-color, #373737)
}

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

#fsHeader {
    background-color: #fff
}

#fsHeader .fsElement {
    margin-bottom: 0
}

#fsFooter {
    padding: 40px 20px;
    color: #fff
}

#fsFooter .fsElement {
    margin-bottom: 0
}

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

#fsFooter .school-details a {
    color: inherit
}

* {
    -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: var(--main-font, "Open Sans");
    background: var(--primary-color, #373737);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    color: #636363;
    font-size: 1rem;
    line-height: 1.625rem
}

[class*=fsElement][id].\:container\(width\<600px\) {
    font-size: 1rem;
    line-height: 1.625rem
}

#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: 1100px) {
    #fsPageBody {
        display: block
    }
}

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

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

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

@media(min-width: 1100px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
        padding-right: 60px;
        width: 440px
    }
}

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

@media(min-width: 1100px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
        padding-right: 60px;
        width: 440px
    }
}

#fsPageContent {
    width: 100%
}

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

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

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

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

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

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

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

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

@media(min-width: 1100px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 440px)
    }
}

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

@media(min-width: 1100px) {
    .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 880px)
    }
}

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

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

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

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

@media(min-width: 1100px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 240px)
    }
}

@media(min-width: 1100px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 440px)
    }
}

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

@media(min-width: 1100px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 60px;
        width: 440px
    }
}

.fsLayout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

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

@media(min-width: 1100px) {

    .fsLayout>*>.fsDiv,
    .fsLayout>.fsDiv {
        padding-right: 20px;
        padding-left: 20px
    }
}

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

@media(min-width: 1100px) {

    .fsLayout>header,
    .fsLayout>footer {
        padding-right: 20px;
        padding-left: 20px
    }
}

.fsLayout .fsElementAddWrapper {
    width: 100%
}

@media(min-width: 1000px) {
    .fsOneColumnLayout:not(.fsPageLayout) {
        max-width: 1020px;
        margin-left: auto;
        margin-right: auto
    }
}

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

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

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

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

.fsLayout>.fsStyleOneThird {
    float: none
}

.fsLayout>.fsStyleTwoThirds {
    float: none
}

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

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

.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: 1100px) {

    .fsTwoColumnWideRightLayout>.fsStyleOneThird,
    .fsElephantLeftLayout>.fsStyleOneThird {
        padding-left: 0;
        padding-right: 20px;
        width: 240px;
        margin-bottom: 0
    }
}

@media(min-width: 1100px) {

    .fsTwoColumnWideRightLayout>.fsStyleOneThird,
    .fsElephantLeftLayout>.fsStyleOneThird {
        padding-right: 60px;
        width: 440px
    }
}

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

@media(min-width: 1100px) {

    .fsTwoColumnWideRightLayout>.fsStyleTwoThirds,
    .fsElephantLeftLayout>.fsStyleTwoThirds {
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 240px)
    }
}

@media(min-width: 1100px) {

    .fsTwoColumnWideRightLayout>.fsStyleTwoThirds,
    .fsElephantLeftLayout>.fsStyleTwoThirds {
        width: calc(100% - 440px)
    }
}

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

@media(min-width: 1100px) {

    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
        width: calc(100% - 240px)
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
        width: calc(100% - 440px)
    }
}

.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: 20px;
        width: 240px;
        margin-top: 0
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
        padding-left: 60px;
        width: 440px
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsPageLayout>.fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsPageLayout>.fsStyleOneThird {
        padding-right: 20px;
        width: 240px
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsPageLayout>.fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsPageLayout>.fsStyleOneThird {
        padding-right: 60px;
        width: 440px
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsPageLayout>.fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsPageLayout>.fsStyleOneThird {
        padding-right: 20px;
        width: 240px
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsPageLayout>.fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsPageLayout>.fsStyleOneThird {
        padding-right: 60px;
        width: 440px
    }
}

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

@media(min-width: 1100px) {

    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsPageLayout>.fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsPageLayout>.fsStyleTwoThirds {
        width: calc(100% - 240px)
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsPageLayout>.fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsPageLayout>.fsStyleTwoThirds {
        width: calc(100% - 440px)
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsPageLayout>.fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsPageLayout>.fsStyleTwoThirds {
        width: calc(100% - 240px)
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsPageLayout>.fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsPageLayout>.fsStyleTwoThirds {
        width: calc(100% - 440px)
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 240px)
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 440px)
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
        padding-right: 20px;
        width: 240px;
        margin-top: 0
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
        padding-right: 60px;
        width: 440px
    }
}

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

@media(min-width: 1100px) {

    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsPageLayout>.fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasLeftBanner .fsPageLayout>.fsStyleOneThird {
        padding-right: 20px;
        width: 240px
    }
}

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

@media(min-width: 1100px) {

    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsPageLayout>.fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasLeftBanner .fsPageLayout>.fsStyleTwoThirds {
        width: calc(100% - 240px)
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
        padding-right: 20px;
        width: 240px
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
        padding-right: 20px;
        width: 240px
    }
}

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

@media(min-width: 1100px) {

    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 240px)
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 480px)
    }
}

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

@media(min-width: 1100px) {

    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
        padding-left: 20px;
        width: 240px;
        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: 20px;
        width: 240px;
        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% - 240px)
    }
}

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

.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: 1100px) {

    .fsTwoColumnWideLeftLayout>.fsStyleOneThird,
    .fsElephantRightLayout>.fsStyleOneThird {
        padding-left: 20px;
        padding-right: 0;
        width: 240px;
        margin-bottom: 0
    }
}

@media(min-width: 1100px) {

    .fsTwoColumnWideLeftLayout>.fsStyleOneThird,
    .fsElephantRightLayout>.fsStyleOneThird {
        padding-left: 60px;
        width: 440px
    }
}

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

@media(min-width: 1100px) {

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

@media(min-width: 1100px) {

    .fsTwoColumnWideLeftLayout>.fsStyleTwoThirds,
    .fsElephantRightLayout>.fsStyleTwoThirds {
        width: calc(100% - 440px)
    }
}

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

@media(min-width: 1100px) {

    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 240px)
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 440px)
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 240px)
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 440px)
    }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
        padding-right: 20px;
        width: 240px
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
        padding-right: 60px;
        width: 440px
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
        padding-right: 20px;
        width: 240px;
        margin-bottom: 0
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
        padding-right: 60px;
        width: 440px
    }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsPageLayout>.fsStyleOneThird,
.fsHasElephantRightLayout.fsHasLeftBanner .fsPageLayout>.fsStyleOneThird {
    width: 100%;
    padding-left: 0
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsPageLayout>.fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsPageLayout>.fsStyleOneThird {
        padding-left: 20px;
        width: 240px
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsPageLayout>.fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsPageLayout>.fsStyleOneThird {
        padding-left: 60px;
        width: 440px
    }
}

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsPageLayout>.fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasLeftBanner .fsPageLayout>.fsStyleTwoThirds {
    margin-bottom: 20px;
    width: 100%
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsPageLayout>.fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsPageLayout>.fsStyleTwoThirds {
        width: calc(100% - 240px);
        margin-bottom: 0
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsPageLayout>.fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsPageLayout>.fsStyleTwoThirds {
        width: calc(100% - 440px)
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
        width: calc(100% - 240px)
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
        width: calc(100% - 440px)
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
    .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
        padding-left: 20px;
        width: 240px;
        margin-top: 0
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
    .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
        padding-left: 60px;
        width: 440px
    }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsPageLayout>.fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner .fsPageLayout>.fsStyleOneThird {
    width: 100%;
    padding-left: 0
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsPageLayout>.fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner .fsPageLayout>.fsStyleOneThird {
        padding-left: 20px;
        width: 240px
    }
}

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

@media(min-width: 1100px) {

    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsPageLayout>.fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner .fsPageLayout>.fsStyleTwoThirds {
        width: calc(100% - 240px)
    }
}

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

@media(min-width: 1100px) {

    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
        padding-left: 20px;
        width: 240px;
        margin-top: 0
    }
}

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

@media(min-width: 1100px) {

    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 240px)
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
        width: calc(100% - 480px)
    }
}

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
        padding-right: 20px;
        width: 240px;
        margin-bottom: 0
    }
}

@media(min-width: 1100px) {

    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
        padding-right: 20px;
        width: 240px
    }
}

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

@media(min-width: 1100px) {

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

.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% - 240px)
    }
}

@media(min-width: 1100px) {

    .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% - 240px)
    }
}

#fsPoweredByFinalsite {
    margin: 20px auto 0
}

/*! 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: #131313;
    font-size: 1.375rem;
    line-height: 1.9375rem;
    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
}

.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 #cfcfcf
}

.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, #373737);
    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%
    }
}

.fsProfileSectionData.fsTitle {
    font-weight: unset;
    color: unset;
    font-size: unset;
    line-height: unset
}

.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 #636363;
    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 #cfcfcf;
    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: #959595
}

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

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

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

/*! elements - constituent default layout */
.fsConstituent.fsDialog .fsProfileImage:first-child {
    margin-top: 1em
}

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

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

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

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

@media(min-width: 800px) {

    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge>div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge>h3,
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall>div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall>h3,
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge>div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge>h3,
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall>div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall>h3 {
        padding: 0
    }
}

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

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

@media(min-width: 600px) {

    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage,
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage {
        max-width: 40%
    }
}

@media(min-width: 600px) {

    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage,
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
        max-width: 25%
    }
}

@media(min-width: 800px) {

    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage,
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage,
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage,
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage {
        max-width: 128px
    }
}

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

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

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

@media(min-width: 600px) {

    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage,
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage {
        margin-right: 20px;
        float: left
    }
}

@media(min-width: 800px) {

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

@media(min-width: 800px) {

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

@media(min-width: 800px) {

    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare>div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare>h3,
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle>div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle>h3 {
        padding-left: 148px
    }
}

@media(min-width: 600px) {

    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage,
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
        margin-left: 20px;
        float: right
    }
}

@media(min-width: 800px) {

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

@media(min-width: 800px) {

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

@media(min-width: 800px) {

    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare>div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare>h3,
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle>div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle>h3 {
        padding-right: 148px
    }
}

/*! elements - accordion */
.fsTabs .fsPanel,
.fsAccordion .fsPanel {
    border-top: solid 1px #cfcfcf
}

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

.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: #131313;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    margin-bottom: 0;
    padding: 20px;
    color: #636363;
    -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.125rem;
    line-height: 1.5625rem
}

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

.fsTabs .fsPanel>header:hover,
.fsAccordion .fsPanel>header:hover,
.fsTabs .fsPanel>header:focus-within,
.fsAccordion .fsPanel>header:focus-within {
    background: rgba(0, 0, 0, 0);
    -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: var(--primary-color, #373737);
    -webkit-transition: .3s;
    transition: .3s
}

@media(min-width: 600px) {

    .fsTabs .fsPanel>.fsElementContent,
    .fsAccordion .fsPanel>.fsElementContent {
        padding: 23px 0 40px
    }
}

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

.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";
    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";
    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: #131313;
    font-size: 1.75rem;
    line-height: 2.4375rem;
    margin-bottom: 20px
}

p+.fsAthleticsEvent.fsDialog .fsAthleticsTitle {
    margin-top: 40px
}

.fsAthleticsEvent.fsDialog .fsAthleticsTitle.\:container\(width\<600px\) {
    font-size: 1.5rem;
    line-height: 2.125rem;
    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 #636363
}

.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 .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: 1rem;
    line-height: 1.375;
    color: #636363;
    margin-top: 5px
}

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

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

/*! _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: rgba(var(--primary-color, #373737), 0.1)
}

.fsCalendarEventGrid .fsCalendarRow .fsCalendarOutOfRange {
    background-color: rgba(0, 0, 0, 0)
}

.fsCalendarEventGrid .fsCalendarRow .fsCalendarOutOfRange .fsCalendarDate {
    background-color: #e5e5e5
}

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

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo {
    color: #636363
}

.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 #cfcfcf;
        -webkit-box-shadow: 0 1px 0 0 #cfcfcf;
        box-shadow: 0 1px 0 0 #cfcfcf
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow:last-child {
        border-bottom: solid 1px #cfcfcf;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
        cursor: pointer;
        min-height: 44px;
        position: relative;
        padding: 0;
        margin: 0;
        border: none;
        height: auto !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-left: solid 1px #cfcfcf;
        border-top: 1px solid #cfcfcf;
        color: #636363;
        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, #373737);
        -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, #373737);
        -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, #373737);
        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 #cfcfcf;
        box-shadow: inset 0 -1px 0 0 #cfcfcf
    }

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

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div.selected:hover,
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div.selected:focus {
        color: #fff;
        background: var(--primary-color, #373737);
        -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: #373737
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected .fsCalendarOutOfRange {
        background: inherit;
        color: inherit
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarOutOfRange {
        background: #e5e5e5;
        color: #636363;
        -webkit-transition: .3s;
        transition: .3s
    }

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
        display: none
    }
}

#event-view {
    padding: 0 20px;
    margin: 20px 0
}

#event-view .fsCalendarDaybox {
    height: auto !important
}

#event-view .fsCalendarDaybox>div {
    margin-bottom: 20px
}

#event-view .fsCalendarWeekendDayBox>div:first-child {
    padding-bottom: 20px
}

#event-view .fsCalendarWeekendDayBox .fsCalendarInfo:not(:last-child) {
    margin-bottom: 20px
}

#event-view .fsCalendarEventTitle {
    margin-bottom: 5px
}

.fsCalendarDayView:not(.fsStateHidden)+.fsCalendarEventGrid+#event-view {
    display: none
}

@media(min-width: 900px) {
    #event-view {
        display: none
    }
}

.scroll-up {
    display: inline-block;
    margin: 0;
    padding: 16px 29px;
    border: 1px solid var(--primary-color, #373737) !important;
    background: rgba(0, 0, 0, 0);
    color: var(--primary-color, #373737);
    font-family: var(--main-font, "Open Sans") !important;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1rem;
    letter-spacing: 0;
    text-decoration: none;
    text-align: center;
    max-width: 300px;
    border-radius: 0;
    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: var(--primary-color, #373737) !important;
    background: var(--primary-color, #373737);
    color: #fff;
    -webkit-transition: .3s all;
    transition: .3s all
}

.scroll-up.full-width-button {
    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 #cfcfcf;
    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: var(--main-font, "Open Sans");
    font-size: 16px;
    line-height: 26px;
    color: #636363
}

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

.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 #636363
}

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

.fsComposerFormEmbed form .linkLike:hover {
    color: var(--primary-color, #373737)
}

.fsComposerFormEmbed form .required {
    color: var(--primary-color, #373737);
    -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, #373737);
    -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, #373737);
    -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: 0;
    padding: 16px 29px;
    border: 1px solid var(--primary-color, #373737) !important;
    background: rgba(0, 0, 0, 0);
    color: var(--primary-color, #373737);
    font-family: var(--main-font, "Open Sans") !important;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1rem;
    letter-spacing: 0;
    text-decoration: none;
    text-align: center;
    max-width: 300px;
    border-radius: 0;
    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: var(--primary-color, #373737) !important;
    background: var(--primary-color, #373737);
    color: #fff;
    -webkit-transition: .3s all;
    transition: .3s all
}

.fsComposerFormEmbed form .submitBtn.full-width-button {
    width: 100%;
    max-width: unset
}

.fsComposerFormEmbed .ui-widget {
    font-family: var(--main-font, "Open Sans");
    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: #cfcfcf
}

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

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

:-ms-input-placeholder {
    color: #cfcfcf
}

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

.fsAccountLogout {
    display: block;
    margin-top: 20px
}

.fsAccountLogout>.fsStyleUpdateButton:last-child {
    margin-bottom: 0
}

input[name*=passkey]+.fsLoginSubmit {
    margin-top: 20px
}

.fsError {
    margin-bottom: 50px
}

.fsResetContinue,
.fsResetCancel,
.fsLoginNewSuccess>button {
    display: inline-block;
    margin: 0;
    padding: 16px 29px;
    border: 1px solid var(--primary-color, #373737) !important;
    background: rgba(0, 0, 0, 0);
    color: var(--primary-color, #373737);
    font-family: var(--main-font, "Open Sans") !important;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1rem;
    letter-spacing: 0;
    text-decoration: none;
    text-align: center;
    max-width: 300px;
    border-radius: 0;
    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: var(--primary-color, #373737) !important;
    background: var(--primary-color, #373737);
    color: #fff;
    -webkit-transition: .3s all;
    transition: .3s all
}

.fsResetContinue.full-width-button,
.fsResetCancel.full-width-button,
.fsLoginNewSuccess>button.full-width-button {
    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 .fsAuthor,
.fsPostElement .fsDateTime {
    display: block;
    color: #636363;
    font-size: 1rem;
    line-height: 1.375
}

.fsPostElement .fsAuthor {
    text-transform: capitalize;
    margin-right: 0
}

.fsPostElement .fsAuthor+.fsDateTime {
    margin-top: -10px
}

.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: 6px 8px;
    background-color: #e5e5e5;
    color: #131313;
    font-size: .625rem;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase
}

.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 #cfcfcf;
    padding: 5px 7px;
    background-color: rgba(0, 0, 0, 0);
    color: #636363;
    font-size: .75rem;
    line-height: 1.1666666667
}

.fsPostElement.fsGrid:not([class*=fsThumbnailAlign]) .fsListItems {
    margin: -10px
}

.fsPostElement.fsGrid:not([class*=fsThumbnailAlign]) article {
    outline: solid 1px #cfcfcf;
    outline-offset: -10px;
    margin: 0;
    padding: 40px
}

.fsPostElement.fsGrid:not([class*=fsThumbnailAlign]) .fsThumbnail {
    margin: -30px -30px 30px;
    width: auto
}

.fsPostElement.fsSlideshow.fsSlideshowHorizontal .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fsPostElement.fsSlideshow article {
    outline: solid 1px #cfcfcf;
    outline-offset: -10px;
    padding: 40px
}

.fsPostElement.fsSlideshow .fsThumbnail {
    margin: -30px -30px 30px;
    width: auto
}

/*! _dialog.scss - src/sass/modules/post/_dialog.scss - post dialog pop up */
.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
}

/*! _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 #636363
}

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

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
/*! elements - social main */
/*! elements - social vimeo */
.fsVimeo 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 #cfcfcf;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    cursor: pointer
}

.fsVimeoList .fsVimeoListItem:hover {
    background-color: #e5e5e5
}

.fsVimeoList .vimeo_view_link {
    margin-top: 20px
}

.fsVimeoList .vimeo_view_link a {
    display: inline-block;
    margin: 0;
    padding: 16px 29px;
    border: 1px solid var(--primary-color, #373737) !important;
    background: rgba(0, 0, 0, 0);
    color: var(--primary-color, #373737);
    font-family: var(--main-font, "Open Sans") !important;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1rem;
    letter-spacing: 0;
    text-decoration: none;
    text-align: center;
    max-width: 300px;
    border-radius: 0;
    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: var(--primary-color, #373737) !important;
    background: var(--primary-color, #373737);
    color: #fff;
    -webkit-transition: .3s all;
    transition: .3s all
}

.fsVimeoList .vimeo_view_link a.full-width-button {
    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 #cfcfcf;
    -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 #cfcfcf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

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

.fsYoutubeThumb {
    margin-bottom: 10px;
    margin-right: 20px;
    float: none
}

@media(min-width: 600px) {
    .fsYoutubeThumb {
        float: left;
        margin-bottom: 0
    }
}

.Youtube_view_link a {
    display: inline-block;
    margin: 0;
    padding: 16px 29px;
    border: 1px solid var(--primary-color, #373737) !important;
    background: rgba(0, 0, 0, 0);
    color: var(--primary-color, #373737);
    font-family: var(--main-font, "Open Sans") !important;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1rem;
    letter-spacing: 0;
    text-decoration: none;
    text-align: center;
    max-width: 300px;
    border-radius: 0;
    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: var(--primary-color, #373737) !important;
    background: var(--primary-color, #373737);
    color: #fff;
    -webkit-transition: .3s all;
    transition: .3s all
}

.Youtube_view_link a.full-width-button {
    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: #131313;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    margin-bottom: 0;
    padding: 0 0 12px;
    -webkit-transition: .3s all;
    transition: .3s all;
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    color: #636363
}

p+.fsTabs .fsTabsNav li a {
    margin-top: 40px
}

.fsTabs .fsTabsNav li a.\:container\(width\<600px\) {
    font-size: 1.125rem;
    line-height: 1.5625rem
}

.fsTabs .fsTabsNav li.fsStateSelected a {
    -webkit-box-shadow: inset 0 -4px 0 var(--secondary-color, #cfcfcf);
    box-shadow: inset 0 -4px 0 var(--secondary-color, #cfcfcf)
}

.fsTabs .fsTabsNav li a:hover,
.fsTabs .fsTabsNav li a:focus {
    -webkit-box-shadow: inset 0 -4px 0 var(--secondary-color, #cfcfcf);
    box-shadow: inset 0 -4px 0 var(--secondary-color, #cfcfcf)
}

.fsTabs .fsTabsNav li a:hover,
.fsTabs .fsTabsNav li a:focus {
    background: rgba(0, 0, 0, 0);
    color: #131313
}

.fsTabs .fsTabsNav li.fsStateSelected a {
    background: rgba(0, 0, 0, 0);
    color: #131313
}

@media(min-width: 600px) {
    .fsTabs .fsPanel:last-child {
        border-bottom: 0
    }

    .fsTabs .fsPanel>.fsElementContent {
        padding: 20px 0 0
    }
}

.fsPanelGroup.fsTabs>.fsElementContent>.fsPanel>.fsElementActionButtonContainer,
.fsPanelGroup.fsTabs>.fsElementContent>.fsPanel>header,
.fsPanelGroup.fsTabs>.fsElementContent>.fsPanel:not(.fsStateOpen) {
    display: block
}

@media(min-width: 600px) {

    .fsPanelGroup.fsTabs>.fsElementContent>.fsPanel>.fsElementActionButtonContainer,
    .fsPanelGroup.fsTabs>.fsElementContent>.fsPanel>header,
    .fsPanelGroup.fsTabs>.fsElementContent>.fsPanel:not(.fsStateOpen) {
        display: none
    }
}

/*! -main.scss - /sass/modules/tools  */
/*! _all.scss - src/sass/modules/tools - News, Calendar, & Posts Tools Elements */
.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: #242424;
    color: #fff
}

.fsLegend .fsElementControls label input+span {
    color: #242424;
    background: #e5e5e5
}

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */
.fsMiniGrid .fsCalendarEventGrid {
    max-width: 100%;
    width: 380px
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox {
    -webkit-box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
    box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
    background: #e5e5e5;
    color: #373737;
    font-size: .875em;
    line-height: 1;
    padding: 0;
    padding: 10px 5px;
    -webkit-transition: .3s;
    transition: .3s
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox:hover {
    opacity: 1;
    background: var(--primary-color, #373737) !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: #e5e5e5;
    color: #373737
}

.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: #e5e5e5;
    color: #636363
}

.fsMiniGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
    background: var(--primary-color, #373737);
    color: #fff
}

.fsCalendarMonthYearPicker>.fsStyleUpdateButton {
    margin-bottom: 0;
    display: block;
    color: #fff;
    background-color: #242424
}

/*! _category.scss - src/sass/modules/tools/posts - Posts Tools Elements */
/*! _tag.scss - src/sass/modules/tools/posts - Posts Tools Elements */
.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, #373737);
    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: #636363
}

.colors ol li:nth-of-type(1):before {
    content: "";
    background: #373737
}

.colors ol li:nth-of-type(1):after {
    content: "#373737"
}

.colors ol li:nth-of-type(2):before {
    content: "";
    background: var(--primary-color, #373737)
}

.colors ol li:nth-of-type(2):after {
    content: "var(--primary-color, #373737)"
}

.colors ol li:nth-of-type(3):before {
    content: "";
    background: var(--secondary-color, #cfcfcf)
}

.colors ol li:nth-of-type(3):after {
    content: "var(--secondary-color, #cfcfcf)"
}

.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: "Roboto", sans-serif
}

.fonts ol li:nth-of-type(1):after {
    content: "Roboto, sans-serif";
    display: block;
    margin-bottom: 10px
}

.fonts ol li:nth-of-type(2) {
    font-family: "IcoMoon"
}

.fonts ol li:nth-of-type(2):after {
    content: "IcoMoon";
    display: block;
    margin-bottom: 10px
}

body.has-hero {
    opacity: 0
}

body.has-hero.hero-loaded {
    opacity: 1
}

body:not(.fsComposeMode) .hero.fsResourceElement>header {
    display: none
}

.hero.fsResourceElement img,
.hero.fsResourceElement video {
    display: block;
    width: 100%;
    min-height: 550px;
    -o-object-fit: cover;
    object-fit: cover
}

@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
    }
}

.nav-social .fsNavLevel1 [href*=facebook]:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*=flickr]:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*=linkedin]:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*=pinterest]:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*=smugmug]:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*=threads]:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*=tiktok]:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*=tumblr]:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*=vimeo]:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*=vine]:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*=wechat]:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*=whatsapp]:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*=wordpress]:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*=youtube]:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*="x.com"]:before,
.nav-social .fsNavLevel1 [href*="twitter.com"]:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*="instagram.com"]:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-social .fsNavLevel1 [href*="rss.com"]:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.fsStyleDefaultButton,
.fsStyleUpdateButton,
.fsVimeoList .vimeo_view_link a,
.j-paginate.juicer-button,
.scroll-up {
    border: none !important;
    padding: 12px 20px;
    margin: 0 0 10px;
    background: #fff;
    color: #636363;
    font-weight: 700;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: .8125rem;
    line-height: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    min-width: 180px;
    display: inline-block;
    font-family: var(--main-font, "Open Sans") !important
}

.fsStyleDefaultButton:before,
.fsStyleUpdateButton:before,
.fsVimeoList .vimeo_view_link a:before,
.j-paginate.juicer-button:before,
.scroll-up:before {
    content: "";
    border-color: #636363;
    border-style: solid;
    border-width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: border-width .1s;
    transition: border-width .1s
}

.fsStyleDefaultButton:hover,
.fsStyleDefaultButton:focus,
.fsStateSelected .fsStyleDefaultButton,
.fsStyleDefaultButton.on,
.fsStyleUpdateButton:hover,
.fsStyleUpdateButton:focus,
.fsStateSelected .fsStyleUpdateButton,
.fsStyleUpdateButton.on,
.fsVimeoList .vimeo_view_link a:hover,
.fsVimeoList .vimeo_view_link a:focus,
.fsStateSelected .fsVimeoList .vimeo_view_link a,
.fsVimeoList .vimeo_view_link a.on,
.j-paginate.juicer-button:hover,
.j-paginate.juicer-button:focus,
.fsStateSelected .j-paginate.juicer-button,
.j-paginate.juicer-button.on,
.scroll-up:hover,
.scroll-up:focus,
.fsStateSelected .scroll-up,
.scroll-up.on {
    background: #fff;
    color: #636363;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none
}

.fsStyleDefaultButton:hover:before,
.fsStyleDefaultButton:focus:before,
.fsStateSelected .fsStyleDefaultButton:before,
.fsStyleDefaultButton.on:before,
.fsStyleUpdateButton:hover:before,
.fsStyleUpdateButton:focus:before,
.fsStateSelected .fsStyleUpdateButton:before,
.fsStyleUpdateButton.on:before,
.fsVimeoList .vimeo_view_link a:hover:before,
.fsVimeoList .vimeo_view_link a:focus:before,
.fsStateSelected .fsVimeoList .vimeo_view_link a:before,
.fsVimeoList .vimeo_view_link a.on:before,
.j-paginate.juicer-button:hover:before,
.j-paginate.juicer-button:focus:before,
.fsStateSelected .j-paginate.juicer-button:before,
.j-paginate.juicer-button.on:before,
.scroll-up:hover:before,
.scroll-up:focus:before,
.fsStateSelected .scroll-up:before,
.scroll-up.on:before {
    border-width: 3px
}

.fsStyleUpdateButton:hover:not([disabled]) {
    background: #fff
}

.fsLoadMoreButton {
    margin: 30px auto 0;
    display: block
}

.fsBannerLeft .fsLoadMoreButton,
.fsBannerRight .fsLoadMoreButton,
.fsStyleOneThird .fsLoadMoreButton,
.fsThreeColumnLayout>.fsDiv .fsLoadMoreButton,
.fsFourColumnLayout>.fsDiv .fsLoadMoreButton,
.fsConstituentColumnLayout_3 .fsLoadMoreButton,
.fsConstituentColumnLayout_4 .fsLoadMoreButton {
    width: 100%
}

.fsComposerFormEmbed form .submitBtn,
.fsConstituentSearchForm [type*=submit],
.fsConstituentSearchButton [type*=submit],
.fsAccount input[type=submit] {
    border: none !important;
    padding: 12px 20px;
    margin: 0 0 10px;
    background: #fff;
    color: #636363;
    font-weight: 700;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: .8125rem;
    line-height: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    min-width: 180px;
    -webkit-box-shadow: inset 0 0 0 1px #636363;
    box-shadow: inset 0 0 0 1px #636363;
    margin: 10px;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s
}

.fsComposerFormEmbed form .submitBtn:before,
.fsConstituentSearchForm [type*=submit]:before,
.fsConstituentSearchButton [type*=submit]:before,
.fsAccount input[type=submit]:before {
    content: "";
    border-color: #636363;
    border-style: solid;
    border-width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: border-width .1s;
    transition: border-width .1s
}

.fsComposerFormEmbed form .submitBtn:hover,
.fsComposerFormEmbed form .submitBtn:focus,
.fsStateSelected .fsComposerFormEmbed form .submitBtn,
.fsComposerFormEmbed form .submitBtn.on,
.fsConstituentSearchForm [type*=submit]:hover,
.fsConstituentSearchForm [type*=submit]:focus,
.fsStateSelected .fsConstituentSearchForm [type*=submit],
.fsConstituentSearchForm [type*=submit].on,
.fsConstituentSearchButton [type*=submit]:hover,
.fsConstituentSearchButton [type*=submit]:focus,
.fsStateSelected .fsConstituentSearchButton [type*=submit],
.fsConstituentSearchButton [type*=submit].on,
.fsAccount input[type=submit]:hover,
.fsAccount input[type=submit]:focus,
.fsStateSelected .fsAccount input[type=submit],
.fsAccount input[type=submit].on {
    background: #fff;
    color: #636363;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none
}

.fsComposerFormEmbed form .submitBtn:hover:before,
.fsComposerFormEmbed form .submitBtn:focus:before,
.fsStateSelected .fsComposerFormEmbed form .submitBtn:before,
.fsComposerFormEmbed form .submitBtn.on:before,
.fsConstituentSearchForm [type*=submit]:hover:before,
.fsConstituentSearchForm [type*=submit]:focus:before,
.fsStateSelected .fsConstituentSearchForm [type*=submit]:before,
.fsConstituentSearchForm [type*=submit].on:before,
.fsConstituentSearchButton [type*=submit]:hover:before,
.fsConstituentSearchButton [type*=submit]:focus:before,
.fsStateSelected .fsConstituentSearchButton [type*=submit]:before,
.fsConstituentSearchButton [type*=submit].on:before,
.fsAccount input[type=submit]:hover:before,
.fsAccount input[type=submit]:focus:before,
.fsStateSelected .fsAccount input[type=submit]:before,
.fsAccount input[type=submit].on:before {
    border-width: 3px
}

.fsComposerFormEmbed form .submitBtn:before,
.fsConstituentSearchForm [type*=submit]:before,
.fsConstituentSearchButton [type*=submit]:before,
.fsAccount input[type=submit]:before {
    content: none
}

.fsComposerFormEmbed form .submitBtn:hover,
.fsComposerFormEmbed form .submitBtn:focus,
.fsConstituentSearchForm [type*=submit]:hover,
.fsConstituentSearchForm [type*=submit]:focus,
.fsConstituentSearchButton [type*=submit]:hover,
.fsConstituentSearchButton [type*=submit]:focus,
.fsAccount input[type=submit]:hover,
.fsAccount input[type=submit]:focus {
    -webkit-box-shadow: inset 0 0 0 3px #636363;
    box-shadow: inset 0 0 0 3px #636363
}

@-webkit-keyframes wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes bounce {

    0%,
    50%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    25% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    75% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
}

@keyframes bounce {

    0%,
    50%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    25% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    75% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px)
    }
}

@-webkit-keyframes bounce-right {

    0%,
    50%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    25% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
}

@keyframes bounce-right {

    0%,
    50%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    25% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
}

@-webkit-keyframes bounce-left {

    0%,
    50%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    25% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
}

@keyframes bounce-left {

    0%,
    50%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    25% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
}

.button-link,
.button-download {
    display: inline-block;
    padding: 12px 24px;
    background: #f8f8f8;
    -webkit-box-shadow: inset 0 0 0 1px #636363;
    box-shadow: inset 0 0 0 1px #636363;
    color: #242424;
    font-size: 16px;
    line-height: 1.625rem;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.button-link:before,
.button-download:before {
    margin-right: 15px;
    font-size: 16px;
    font-weight: normal;
    color: var(--primary-color, #373737);
    vertical-align: middle
}

.button-link:hover,
.button-download:hover,
.button-link:focus,
.button-download:focus {
    -webkit-box-shadow: inset 0 0 0 3px #636363;
    box-shadow: inset 0 0 0 3px #636363;
    color: #242424
}

.button-download:before,
.button-download:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.button-link:before,
.button-link:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.hidetext {
    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.drawer-is-active,
body.school-list-active {
    overflow-y: hidden;
    pointer-events: none;
    position: relative
}

body:after {
    content: "";
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

body.drawer-is-active:after,
body.school-list-active:after {
    opacity: 1;
    visibility: visible;
    z-index: 30
}

#fsPageWrapper {
    position: relative;
    right: 0;
    -webkit-transition: right .3s ease;
    transition: right .3s ease
}

#fsHeader {
    background-color: rgba(0, 0, 0, 0);
    padding: 0
}

#fsHeader .fsElement {
    margin-bottom: 0
}

.canvas .skip-link a {
    visibility: hidden
}

.canvas .skip-link a:hover {
    visibility: visible
}

#fsFooter {
    padding: 0
}

#fsFooter .fsBanner {
    display: block;
    max-width: none;
    margin: 0
}

.fsLoadingDotsOverlay {
    background: rgba(0, 0, 0, 0)
}

.fsDialogCloseButton:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: block;
    font-size: 20px
}

.fsDialogCloseButton:hover:before,
.fsDialogCloseButton:focus:before {
    -webkit-animation: 1s spin ease-in-out 1;
    animation: 1s spin ease-in-out 1
}

.fsElement:not(.fsPanel) {
    margin-bottom: 40px
}

@media(min-width: 700px) {
    .fsElement:not(.fsPanel) {
        margin-bottom: 60px
    }
}

.fsElement:not(.fsPanel):last-child {
    margin-bottom: 0
}

#fsFooter .fsBanner>.fsElement>.fsElementContent>.fsElement {
    margin-bottom: 0
}

#fsFooter .fsBanner>.fsElement>.fsElementContent>.fsElement>.fsElementContent>.fsElement {
    margin-bottom: 40px
}

@media(min-width: 700px) {
    #fsFooter .fsBanner>.fsElement>.fsElementContent>.fsElement>.fsElementContent>.fsElement {
        margin-bottom: 60px
    }
}

#fsFooter .fsBanner>.fsElement>.fsElementContent>.fsElement>.fsElementContent>.fsElement:last-child {
    margin-bottom: 0
}

.home #fsPageBodyWrapper {
    padding: 0
}

.home #fsPageBody {
    margin: 0;
    max-width: none
}

.home .nav-sub-horizontal,
.home .fsHeader .nav-sub,
.home .fsBreadcrumb {
    display: none
}

.home .fsLayout .fsDiv {
    margin-bottom: 0
}

.home .fsLayout .fsDiv>.fsElement:not(.fsPanel) {
    margin-bottom: 0
}

.weglot-container {
    z-index: 450
}

.weglot-placeholder {
    height: 40px;
    width: 146px;
    background-image: url(../images/weglot.png);
    position: fixed;
    right: 20px;
    bottom: 0;
    cursor: pointer;
    z-index: 450;
    display: none
}

.weglot-active .weglot-placeholder {
    display: block
}

.weglot-placeholder.display-message .weglot-popup {
    max-height: 9999px;
    visibility: visible;
    opacity: 1
}

.weglot-placeholder .weglot-popup {
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: #fff;
    padding: 10px;
    font-size: 12px;
    line-height: 1.2;
    border: solid 1px #e5e5e5;
    border-bottom: none
}

@font-face {
    font-family: "bpa-icon-library";
    src: url(../fonts/bpa-icon-library.eot);
    src: url(../fonts/bpa-icon-library.eot#iefix) format("embedded-opentype"), url(../fonts/bpa-icon-library.woff2) format("woff2"), url(../fonts/bpa-icon-library.ttf) format("truetype"), url(../fonts/bpa-icon-library.woff) format("woff"), url(../fonts/bpa-icon-library.svg#bpa-icon-library) format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

@font-face {
    font-family: "tb-icomoon";
    src: url(../fonts/tb-icomoon.eot);
    src: url(../fonts/tb-icomoon.eot#iefix) format("embedded-opentype"), url(../fonts/tb-icomoon.woff2) format("woff2"), url(../fonts/tb-icomoon.ttf) format("truetype"), url(../fonts/tb-icomoon.woff) format("woff"), url(../fonts/tb-icomoon.svg#tb-icomoon) format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

html {
    font-family: var(--main-font, "Open Sans")
}

body {
    color: #636363;
    font-size: 1rem;
    line-height: 1.625rem
}

a {
    font-weight: 400
}

h1 {
    color: var(--primary-color, #373737);
    font-family: var(--accent-font, "Zilla Slab");
    font-size: 3rem;
    line-height: 4.1875rem;
    font-weight: 700;
    margin-bottom: 50px
}

@media(max-width: 699px) {
    h1 {
        font-size: 1.75rem;
        line-height: 2.125rem;
        margin-bottom: 20px
    }
}

h2 {
    color: var(--primary-color, #373737);
    font-family: var(--accent-font, "Zilla Slab");
    font-size: 1.875rem;
    line-height: 2.625rem;
    font-weight: 700;
    margin-bottom: 20px
}

@media(max-width: 699px) {
    h2 {
        font-size: 1.375rem;
        line-height: 1.625rem;
        margin-bottom: 10px
    }
}

h3 {
    color: #242424;
    font-family: var(--accent-font, "Zilla Slab");
    font-size: 1.375rem;
    line-height: 1.9375rem;
    font-weight: 600;
    margin-bottom: 15px
}

@media(max-width: 699px) {
    h3 {
        margin-bottom: 10px
    }
}

h4 {
    color: #242424;
    font-family: var(--accent-font, "Zilla Slab");
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600
}

@media(max-width: 699px) {
    h4 {
        margin-bottom: 10px
    }
}

h5 {
    color: #242424;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 700
}

@media(max-width: 699px) {
    h5 {
        margin-bottom: 10px
    }
}

h6 {
    color: #636363;
    font-size: .8125rem;
    line-height: 1rem;
    font-weight: 700;
    text-transform: uppercase
}

@media(max-width: 699px) {
    h6 {
        margin-bottom: 10px
    }
}

table:not(.table-styled) tr:nth-of-type(odd) td,
table:not(.table-style) tr:nth-of-type(odd) td,
.fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td {
    background-color: #fff
}

.fsAthleticsEvent.fsTable .fsElementTable,
.fsAthleticsRoster .fsElementTable,
table.table-style,
table.table-styled {
    display: table;
    color: #636363;
    font-size: 1rem;
    line-height: 1.625rem;
    margin-bottom: 20px
}

.fsAthleticsEvent.fsTable .fsElementTable th,
.fsAthleticsRoster .fsElementTable th,
table.table-style th,
table.table-styled th {
    padding: 20px;
    color: #fff;
    font-weight: 700;
    background: var(--primary-color, #373737);
    line-height: 1.375rem;
    text-align: left;
    border-left: solid 1px var(--primary-color, #373737);
    border-right: solid 1px var(--primary-color, #373737)
}

.fsAthleticsEvent.fsTable .fsElementTable td,
.fsAthleticsRoster .fsElementTable td,
table.table-style td,
table.table-styled td {
    padding: 13px 20px;
    background-color: #fff;
    border: solid 1px #cfcfcf
}

.fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td,
.fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
table.table-style tr:nth-of-type(odd) td,
table.table-styled tr:nth-of-type(odd) td {
    background-color: #fff
}

table.table-basic-style,
table.table-basic-style {
    display: table;
    color: #636363;
    font-size: 1rem;
    line-height: 1.625rem;
    margin-bottom: 20px
}

table.table-basic-style th,
table.table-basic-style th {
    color: #242424;
    padding: 20px;
    font-weight: 700;
    line-height: 1.375rem;
    text-align: left
}

table.table-basic-style td,
table.table-basic-style td {
    padding: 13px 20px
}

.import-list:after {
    content: "Structure: button-panel-5, footer-7, header-14, news-calendar-8, showcase-7, slideshow-10"
}

.fsBreadcrumb {
    background: #fff;
    padding: 50px 20px 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #242424;
    text-transform: uppercase
}

.fsLiveMode .fsBreadcrumb {
    margin-bottom: 30px
}

.fsLiveMode .fsBreadcrumb header {
    display: none
}

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

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

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

.fsBreadcrumb a {
    color: #636363;
    text-decoration: none;
    font-weight: 600
}

.fsBreadcrumb a:hover,
.fsBreadcrumb a:focus {
    text-decoration: underline;
    color: #242424
}

.fsBreadcrumb .fsNavBreadcrumbSeperator {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 16px
}

.fsLoadMoreButton,
.button-1 {
    border: none !important;
    padding: 12px 20px;
    margin: 0 0 10px;
    background: #fff;
    color: #636363;
    font-weight: 700;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: .8125rem;
    line-height: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    min-width: 180px;
    display: inline-block
}

.fsLoadMoreButton:before,
.button-1:before {
    content: "";
    border-color: #636363;
    border-style: solid;
    border-width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: border-width .1s;
    transition: border-width .1s
}

.fsLoadMoreButton:hover,
.fsLoadMoreButton:focus,
.fsStateSelected .fsLoadMoreButton,
.on.fsLoadMoreButton,
.button-1:hover,
.button-1:focus,
.fsStateSelected .button-1,
.button-1.on {
    background: #fff;
    color: #636363;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none
}

.fsLoadMoreButton:hover:before,
.fsLoadMoreButton:focus:before,
.fsStateSelected .fsLoadMoreButton:before,
.on.fsLoadMoreButton:before,
.button-1:hover:before,
.button-1:focus:before,
.fsStateSelected .button-1:before,
.button-1.on:before {
    border-width: 3px
}

.mobile-menu-1 .button-container a,
.button-2 {
    border: none !important;
    padding: 12px 20px;
    margin: 0 0 10px;
    background: #fff;
    color: var(--primary-color, #373737);
    font-weight: 700;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: .8125rem;
    line-height: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    min-width: 180px;
    display: inline-block
}

.mobile-menu-1 .button-container a:before,
.button-2:before {
    content: "";
    border-color: var(--primary-color, #373737);
    border-style: solid;
    border-width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: border-width .1s;
    transition: border-width .1s
}

.mobile-menu-1 .button-container a:hover,
.mobile-menu-1 .button-container a:focus,
.fsStateSelected .mobile-menu-1 .button-container a,
.mobile-menu-1 .button-container .fsStateSelected a,
.mobile-menu-1 .button-container a.on,
.button-2:hover,
.button-2:focus,
.fsStateSelected .button-2,
.button-2.on {
    background: #fff;
    color: var(--primary-color, #373737);
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none
}

.mobile-menu-1 .button-container a:hover:before,
.mobile-menu-1 .button-container a:focus:before,
.fsStateSelected .mobile-menu-1 .button-container a:before,
.mobile-menu-1 .button-container .fsStateSelected a:before,
.mobile-menu-1 .button-container a.on:before,
.button-2:hover:before,
.button-2:focus:before,
.fsStateSelected .button-2:before,
.button-2.on:before {
    border-width: 3px
}

.button-3,
.button-3 {
    border: none !important;
    padding: 12px 20px;
    margin: 0 0 10px;
    background: #fff;
    color: #636363;
    font-weight: 700;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: .8125rem;
    line-height: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    min-width: 180px;
    display: inline-block
}

.button-3:before,
.button-3:before {
    content: "";
    border-color: #636363;
    border-style: solid;
    border-width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: border-width .1s;
    transition: border-width .1s
}

.button-3:hover,
.button-3:focus,
.fsStateSelected .button-3,
.button-3.on,
.button-3:hover,
.button-3:focus,
.fsStateSelected .button-3,
.button-3.on {
    background: #fff;
    color: #636363;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none
}

.button-3:hover:before,
.button-3:focus:before,
.fsStateSelected .button-3:before,
.button-3.on:before,
.button-3:hover:before,
.button-3:focus:before,
.fsStateSelected .button-3:before,
.button-3.on:before {
    border-width: 3px
}

.button-3:after,
.button-3:after {
    content: "";
    background: var(--secondary-color, #cfcfcf);
    height: 6px;
    width: calc(100% - 2px);
    position: absolute;
    left: 1px;
    bottom: 1px;
    -webkit-transition: .3s;
    transition: .3s
}

.button-3:hover:after,
.button-3:focus:after,
.button-3:hover:after,
.button-3:focus:after {
    background: rgba(0, 0, 0, 0);
    height: 0
}

.button-4,
.button-4 {
    border: none !important;
    padding: 12px 20px;
    margin: 0 0 10px;
    background: var(--primary-color, #373737);
    color: #fff;
    font-weight: 700;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: .8125rem;
    line-height: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    min-width: 180px;
    display: inline-block
}

.button-4:before,
.button-4:before {
    content: "";
    border-color: var(--primary-color, #373737);
    border-style: solid;
    border-width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: border-width .1s;
    transition: border-width .1s
}

.button-4:hover,
.button-4:focus,
.fsStateSelected .button-4,
.button-4.on,
.button-4:hover,
.button-4:focus,
.fsStateSelected .button-4,
.button-4.on {
    background: #fff;
    color: var(--primary-color, #373737);
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none
}

.button-4:hover:before,
.button-4:focus:before,
.fsStateSelected .button-4:before,
.button-4.on:before,
.button-4:hover:before,
.button-4:focus:before,
.fsStateSelected .button-4:before,
.button-4.on:before {
    border-width: 3px
}

.button-large-1,
.button-large,
.button-large-1 {
    border: none;
    background: var(--primary-color, #373737);
    color: #fff;
    font-size: 1rem;
    line-height: 1.1875rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 22px 50px;
    margin: 0 0 10px;
    min-width: 280px;
    position: relative;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block
}

.button-large-1:before,
.button-large:before,
.button-large-1:before {
    content: "";
    border-color: var(--primary-color, #373737);
    border-style: solid;
    border-width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: border-width .1s;
    transition: border-width .1s
}

.button-large-1 em,
.button-large em,
.button-large-1 em {
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    text-transform: none;
    margin-top: 5px;
    display: block;
    font-weight: normal
}

.button-large-1:hover,
.button-large-1:focus,
.button-large:hover,
.button-large:focus,
.button-large-1:hover,
.button-large-1:focus {
    background: #fff;
    color: var(--primary-color, #373737)
}

.button-large-1:hover:before,
.button-large-1:focus:before,
.button-large:hover:before,
.button-large:focus:before,
.button-large-1:hover:before,
.button-large-1:focus:before {
    border-width: 3px
}

.button-panel-5 .fsLoadMoreButton,
.button-panel-5 .j-paginate.juicer-button,
.mobile-menu-2 .button-container a,
.button-on-dark-1 {
    border: none !important;
    padding: 12px 20px;
    margin: 0 0 10px;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    font-weight: 700;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: .8125rem;
    line-height: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    min-width: 180px;
    display: inline-block
}

.button-panel-5 .fsLoadMoreButton:before,
.button-panel-5 .j-paginate.juicer-button:before,
.mobile-menu-2 .button-container a:before,
.button-on-dark-1:before {
    content: "";
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: border-width .1s;
    transition: border-width .1s
}

.button-panel-5 .fsLoadMoreButton:hover,
.button-panel-5 .j-paginate.juicer-button:hover,
.mobile-menu-2 .button-container a:hover,
.button-panel-5 .fsLoadMoreButton:focus,
.button-panel-5 .j-paginate.juicer-button:focus,
.mobile-menu-2 .button-container a:focus,
.fsStateSelected .button-panel-5 .fsLoadMoreButton,
.button-panel-5 .fsStateSelected .fsLoadMoreButton,
.fsStateSelected .button-panel-5 .j-paginate.juicer-button,
.button-panel-5 .fsStateSelected .j-paginate.juicer-button,
.fsStateSelected .mobile-menu-2 .button-container a,
.mobile-menu-2 .button-container .fsStateSelected a,
.button-panel-5 .on.fsLoadMoreButton,
.button-panel-5 .on.j-paginate.juicer-button,
.mobile-menu-2 .button-container a.on,
.button-on-dark-1:hover,
.button-on-dark-1:focus,
.fsStateSelected .button-on-dark-1,
.button-on-dark-1.on {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none
}

.button-panel-5 .fsLoadMoreButton:hover:before,
.button-panel-5 .j-paginate.juicer-button:hover:before,
.mobile-menu-2 .button-container a:hover:before,
.button-panel-5 .fsLoadMoreButton:focus:before,
.button-panel-5 .j-paginate.juicer-button:focus:before,
.mobile-menu-2 .button-container a:focus:before,
.fsStateSelected .button-panel-5 .fsLoadMoreButton:before,
.button-panel-5 .fsStateSelected .fsLoadMoreButton:before,
.fsStateSelected .button-panel-5 .j-paginate.juicer-button:before,
.button-panel-5 .fsStateSelected .j-paginate.juicer-button:before,
.fsStateSelected .mobile-menu-2 .button-container a:before,
.mobile-menu-2 .button-container .fsStateSelected a:before,
.button-panel-5 .on.fsLoadMoreButton:before,
.button-panel-5 .on.j-paginate.juicer-button:before,
.mobile-menu-2 .button-container a.on:before,
.button-on-dark-1:hover:before,
.button-on-dark-1:focus:before,
.fsStateSelected .button-on-dark-1:before,
.button-on-dark-1.on:before {
    border-width: 3px
}

.button-on-dark-2,
.button-on-dark-2 {
    border: none !important;
    padding: 12px 20px;
    margin: 0 0 10px;
    background: #fff;
    color: var(--primary-color, #373737);
    font-weight: 700;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: .8125rem;
    line-height: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    min-width: 180px;
    display: inline-block
}

.button-on-dark-2:before,
.button-on-dark-2:before {
    content: "";
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: border-width .1s;
    transition: border-width .1s
}

.button-on-dark-2:hover,
.button-on-dark-2:focus,
.fsStateSelected .button-on-dark-2,
.button-on-dark-2.on,
.button-on-dark-2:hover,
.button-on-dark-2:focus,
.fsStateSelected .button-on-dark-2,
.button-on-dark-2.on {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none
}

.button-on-dark-2:hover:before,
.button-on-dark-2:focus:before,
.fsStateSelected .button-on-dark-2:before,
.button-on-dark-2.on:before,
.button-on-dark-2:hover:before,
.button-on-dark-2:focus:before,
.fsStateSelected .button-on-dark-2:before,
.button-on-dark-2.on:before {
    border-width: 3px
}

.button-on-dark-3,
.button-on-dark-3 {
    border: none !important;
    padding: 12px 20px;
    margin: 0 0 10px;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    font-weight: 700;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: .8125rem;
    line-height: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    min-width: 180px;
    display: inline-block
}

.button-on-dark-3:before,
.button-on-dark-3:before {
    content: "";
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: border-width .1s;
    transition: border-width .1s
}

.button-on-dark-3:hover,
.button-on-dark-3:focus,
.fsStateSelected .button-on-dark-3,
.button-on-dark-3.on,
.button-on-dark-3:hover,
.button-on-dark-3:focus,
.fsStateSelected .button-on-dark-3,
.button-on-dark-3.on {
    background: #fff;
    color: var(--primary-color, #373737);
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none
}

.button-on-dark-3:hover:before,
.button-on-dark-3:focus:before,
.fsStateSelected .button-on-dark-3:before,
.button-on-dark-3.on:before,
.button-on-dark-3:hover:before,
.button-on-dark-3:focus:before,
.fsStateSelected .button-on-dark-3:before,
.button-on-dark-3.on:before {
    border-width: 3px
}

.button-expand,
.button-expand {
    display: block;
    width: 100%
}

.button-arrow,
.button-arrow {
    color: #636363;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 700;
    letter-spacing: .03em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    position: relative;
    text-decoration: none
}

.button-arrow:after,
.button-arrow:after {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: var(--primary-color, #373737);
    margin-left: 12px;
    padding-right: 5px
}

.button-arrow:hover,
.button-arrow:focus,
.button-arrow:hover,
.button-arrow:focus {
    color: var(--primary-color, #373737);
    text-decoration: underline
}

.button-arrow:hover:after,
.button-arrow:focus:after,
.button-arrow:hover:after,
.button-arrow:focus:after {
    color: var(--primary-color, #373737);
    overflow: hidden;
    -webkit-animation: 1s wobble-horizontal ease-in-out 1;
    animation: 1s wobble-horizontal ease-in-out 1
}

.button-arrow-on-dark,
.button-arrow-on-dark {
    color: #fff;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 700;
    letter-spacing: .03em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    position: relative;
    text-decoration: none
}

.button-arrow-on-dark:after,
.button-arrow-on-dark:after {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    margin-left: 12px;
    padding-right: 5px
}

.button-arrow-on-dark:hover,
.button-arrow-on-dark:focus,
.button-arrow-on-dark:hover,
.button-arrow-on-dark:focus {
    color: #fff;
    text-decoration: underline
}

.button-arrow-on-dark:hover:after,
.button-arrow-on-dark:focus:after,
.button-arrow-on-dark:hover:after,
.button-arrow-on-dark:focus:after {
    color: #fff;
    overflow: hidden;
    -webkit-animation: 1s wobble-horizontal ease-in-out 1;
    animation: 1s wobble-horizontal ease-in-out 1
}

.button-dark {
    padding: 30px;
    background: var(--primary-color, #373737)
}

.fsCalendar article {
    border-left: solid 5px #e5e5e5;
    padding-left: 20px;
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: none
}

.fsCalendar .fsTitle {
    color: #242424;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    font-weight: 700;
    margin-bottom: 15px
}

.fsCalendar .fsTitle a {
    color: inherit;
    text-decoration: none
}

.fsCalendar .fsTitle a:hover,
.fsCalendar .fsTitle a:focus {
    text-decoration: underline
}

.fsCalendar .fsDate {
    color: #242424;
    font-family: var(--accent-font, "Zilla Slab");
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: var(--primary-color, #373737);
    display: inline-block;
    margin-bottom: 15px
}

@media(max-width: 699px) {
    .fsCalendar .fsDate {
        margin-bottom: 10px
    }
}

.fsCalendar .fsEventDetails {
    font-size: 1rem;
    line-height: 1.625rem;
    margin-bottom: 15px
}

.fsCalendar .fsEventDetails div {
    margin-bottom: 5px
}

.fsCalendar .fsEventDetails div:last-child {
    margin-bottom: 0
}

.fsCalendar .fsEventDetails .fsAllDay {
    font-size: .9375rem;
    line-height: 1.125rem;
    margin-bottom: 5px
}

.fsCalendar .fsEventDetails .fsAllDay:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

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

.fsCalendar .fsTimeRange,
.fsCalendar .fsLocation {
    font-size: .9375rem;
    line-height: 1.125rem
}

.fsCalendar .fsTimeRange:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.fsCalendar .fsLocation:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.fsCalendar .fsReadMoreLink {
    font-size: .9375rem;
    line-height: 1.125rem;
    font-weight: 700;
    text-decoration: none
}

.fsCalendar .fsReadMoreLink:hover,
.fsCalendar .fsReadMoreLink:focus {
    text-decoration: underline
}

.fsCalendar.fsSlideshow article {
    outline: none;
    padding: 1em 1em 1em 20px;
    text-align: unset
}

.fsCalendar.fsSlideshow article .fsEventDetails {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

@media(max-width: 899px) {
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #000;
        opacity: 0;
        -webkit-transition: .3s ease;
        transition: .3s ease
    }
}

.fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
    background: #f8f8f8
}

@media(max-width: 899px) {
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background: var(--primary-color, #373737)
    }
}

@media(min-width: 900px) {
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday .fsCalendarDate[data-day] {
        color: var(--primary-color, #373737);
        font-weight: 700
    }
}

@media(max-width: 899px) {

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:not(.fsCalendarWeekendDayBox):hover,
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:not(.fsCalendarWeekendDayBox):focus {
        background: var(--primary-color, #373737)
    }
}

@media(max-width: 899px) {

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:not(.fsCalendarWeekendDayBox):hover:before,
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox:not(.fsCalendarWeekendDayBox):focus:before {
        opacity: .3
    }
}

@media(max-width: 899px) {
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #000;
        opacity: 0;
        -webkit-transition: .3s ease;
        transition: .3s ease
    }
}

@media(max-width: 899px) {

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div:hover,
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div:focus {
        background: var(--primary-color, #373737)
    }
}

@media(max-width: 899px) {

    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div:hover:before,
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox>div:focus:before {
        opacity: .3
    }
}

.fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
    position: relative
}

.lead-in,
.lead-in {
    color: #242424;
    font-size: 1.5rem;
    line-height: 2.125rem;
    font-weight: 300;
    display: block;
    margin-bottom: 30px
}

blockquote {
    display: block;
    width: 100%;
    color: #242424;
    font-family: var(--accent-font, "Zilla Slab");
    font-size: 1.375rem;
    line-height: 2.0625rem;
    font-weight: 400;
    border-bottom: none
}

@media(max-width: 599px) {
    blockquote {
        font-size: 1.125rem;
        line-height: 1.6875rem
    }
}

blockquote:before {
    content: "";
    font-family: "tb-icomoon";
    font-size: 1.25rem;
    line-height: 1.875rem
}

blockquote .fsBanner,
.fsStyleOneThird blockquote {
    font-size: 1.125rem;
    line-height: 1.6875rem
}

cite {
    margin: 30px 0 0;
    display: block;
    color: #636363;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    font-family: var(--main-font, "Open Sans");
    text-transform: uppercase
}

.callout-content,
.text-callout,
.callout-text,
.callout-text {
    display: block;
    padding: 0 0 0 30px;
    margin: 50px 0;
    line-height: 35px;
    font-weight: 400;
    background: rgba(0, 0, 0, 0);
    color: #636363;
    font-size: 24px;
    border-left: 5px solid var(--secondary-color, #cfcfcf)
}

.callout-box-dark,
.callout-box-light {
    padding: 20px;
    display: block;
    color: #636363
}

.callout-box-dark h2,
.callout-box-light h2 {
    font-size: 24px;
    font-weight: 700;
    font-family: var(--accent-font, "Zilla Slab");
    line-height: 29px;
    margin-bottom: 15px
}

.callout-box-dark header,
.callout-box-light header {
    margin-bottom: 10px
}

.callout-box-dark header .fsElementHeaderContent,
.callout-box-light header .fsElementHeaderContent {
    margin-bottom: 0
}

.callout-box-dark header .fsImage picture,
.callout-box-light header .fsImage picture {
    display: block
}

.callout-box-dark header .fsImage img,
.callout-box-light header .fsImage img {
    display: block;
    width: 100%;
    height: auto
}

.callout-box-dark .fsElementContent,
.callout-box-light .fsElementContent {
    padding-top: 10px
}

.callout-box-light {
    background: #f8f8f8;
    border: solid 1px #cfcfcf;
    border-bottom: none;
    position: relative;
    padding-bottom: 32px
}

.callout-box-light:after {
    content: "";
    background: var(--secondary-color, #cfcfcf);
    height: 12px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    visibility: visible
}

.callout-box-light.color-1:after {
    background: var(--primary-color, #373737)
}

.callout-box-light.color-2:after {
    background: var(--secondary-color, #cfcfcf)
}

.callout-box-dark {
    background: var(--primary-color, #373737);
    color: #fff
}

.callout-box-dark h1,
.callout-box-dark h2,
.callout-box-dark h3,
.callout-box-dark h4,
.callout-box-dark h5,
.callout-box-dark h6 {
    color: #fff
}

.callout-box-dark a {
    color: #fff
}

.callout-box-dark a:hover,
.callout-box-dark a:focus {
    color: inherit
}

.nav-sub-horizontal {
    display: none;
    background: #f8f8f8;
    padding: 0 50px;
    border-bottom: solid 1px #cfcfcf
}

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

.nav-sub-horizontal>header {
    display: none
}

.nav-sub-horizontal>.fsElementContent {
    border: none
}

.nav-sub-horizontal .fsNavLevel1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 0;
    position: relative;
    margin: 0 auto;
    max-width: 1180px
}

.nav-sub-horizontal .fsNavLevel1 li {
    border-bottom: 0
}

.nav-sub-horizontal .fsNavLevel1 li a {
    color: #636363;
    text-decoration: none;
    padding: 6px 15px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600
}

.nav-sub-horizontal .fsNavLevel1 li a:hover,
.nav-sub-horizontal .fsNavLevel1 li a:focus {
    color: #fff;
    background-color: var(--primary-color, #373737)
}

.nav-sub-horizontal .fsNavLevel1 li.fsNavCurrentPage>a {
    color: #fff;
    background-color: var(--primary-color, #373737)
}

.nav-sub-horizontal .fsNavLevel1 li.fsNavCurrentPageAncestor {
    background: rgba(0, 0, 0, 0)
}

.nav-sub-horizontal .fsNavLevel1 li.fsNavCurrentPageAncestor>a {
    color: #fff;
    background-color: var(--primary-color, #373737)
}

.nav-sub-horizontal .fsNavLevel1 .expander {
    display: none
}

.nav-sub-horizontal .has-expander>a {
    padding-right: 10px
}

.nav-sub-horizontal .fsNavLevel2 {
    display: none !important
}

@media(min-width: 1100px) {
    .nav-sub {
        background: var(--primary-color, #373737);
        padding: 10px 18px 10px 30px
    }

    .nav-sub header {
        display: none
    }
}

.nav-sub ul li a {
    display: block;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    text-decoration: none
}

.nav-sub ul li a:hover,
.nav-sub ul li a:focus {
    color: #fff;
    background: rgba(0, 0, 0, 0);
    text-decoration: underline
}

.nav-sub ul li.fsNavCurrentPage>a {
    color: #fff;
    background: rgba(0, 0, 0, 0);
    text-decoration: underline
}

.nav-sub ul li.fsNavCurrentPage>a:hover,
.nav-sub ul li.fsNavCurrentPage>a:focus {
    color: #fff;
    background: rgba(0, 0, 0, 0)
}

.nav-sub ul li.fsNavCurrentPageAncestor {
    background: rgba(0, 0, 0, 0)
}

.nav-sub ul li.fsNavCurrentPageAncestor>a {
    color: #fff;
    background: rgba(0, 0, 0, 0);
    text-decoration: underline
}

.nav-sub ul li.fsNavCurrentPageAncestor>a:hover,
.nav-sub ul li.fsNavCurrentPageAncestor>a:focus {
    color: #fff;
    background: rgba(0, 0, 0, 0)
}

.nav-sub .fsNavLevel1>li {
    border-color: hsla(0, 0%, 100%, .3)
}

.nav-sub .fsNavLevel1>li>a {
    font-weight: 600;
    font-size: .9375rem;
    line-height: 1.3125rem;
    padding: 20px 0
}

.nav-sub .fsNavLevel2 {
    padding-bottom: 12.5px
}

.nav-sub .fsNavLevel2>li:first-child a {
    padding-top: 0
}

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

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

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

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

.nav-sub .fsNavLevel2 li a,
.nav-sub .fsNavLevel3 li a,
.nav-sub .fsNavLevel4 li a,
.nav-sub .fsNavLevel5 li a {
    color: #fff;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.1875rem
}

.nav-sub .fsNavLevel1 li {
    position: relative
}

.nav-sub .fsNavLevel1 li.has-expander>a {
    padding-right: 40px
}

.nav-sub .fsNavLevel1 .expander {
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 62px;
    width: 40px;
    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 .fsNavLevel1 .expander:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.nav-sub .fsNavLevel1 .expander:hover:before,
.nav-sub .fsNavLevel1 .expander:focus:before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

@media(max-width: 999px) {

    .nav-sub .fsNavLevel1 .expander:hover:before,
    .nav-sub .fsNavLevel1 .expander:focus:before {
        color: var(--primary-color, #373737);
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.nav-sub .fsNavLevel1 .expanded>.expander:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-sub .fsNavLevel2 .expander {
    height: 33px;
    width: 40px
}

.nav-sub .fsNavLevel2 .expander:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 10px
}

.nav-sub .fsNavLevel2 .expanded>.expander:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.nav-sub .fsNavLevel2,
.nav-sub .fsNavLevel3,
.nav-sub .fsNavLevel4,
.nav-sub .fsNavLevel5 {
    display: none
}

.nav-sub {
    display: none
}

@media screen and (max-width: 1100px) {
    .nav-sub>header {
        display: block;
        position: relative;
        padding: 0;
        position: relative;
        margin-bottom: 0;
        display: block;
        padding: 15px 20px;
        color: #fff;
        background-color: var(--primary-color, #373737);
        -webkit-transition: .3s;
        transition: .3s;
        cursor: pointer;
        position: relative
    }

    .nav-sub>header .fsElementTitle {
        font-family: var(--main-font, "Open Sans");
        font-size: 15px;
        line-height: 20px;
        font-weight: 600;
        color: inherit
    }

    .nav-sub>header:hover,
    .nav-sub>header:focus-within {
        background-color: var(--primary-color, #373737);
        color: #fff
    }
}

@media screen and (max-width: 1100px)and (min-width: 1100px) {
    .nav-sub>header {
        cursor: default
    }
}

@media screen and (max-width: 1100px) {
    .nav-sub>header .nav-toggle {
        border: 0;
        background: none;
        cursor: pointer;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 50%;
        right: 20px;
        color: inherit;
        cursor: pointer;
        line-height: 1;
        width: 40px;
        height: 30px;
        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-transform: translate3d(0, -50%, 0) scale(1);
        transform: translate3d(0, -50%, 0) scale(1);
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        overflow: hidden;
        text-indent: -9999px
    }

    .nav-sub>header .nav-toggle:after {
        content: "";
        font-size: 14px;
        font-family: "tb-icomoon";
        text-indent: 0
    }

    .nav-sub>header .nav-toggle:hover,
    .nav-sub>header .nav-toggle:focus {
        -webkit-transform: translate3d(0, -50%, 0) scale(1.1);
        transform: translate3d(0, -50%, 0) scale(1.1)
    }

    .nav-sub>.fsElementContent {
        position: relative;
        display: block;
        background-color: rgba(0, 0, 0, 0)
    }

    .nav-sub>.fsElementContent ul li a {
        display: block;
        padding: 18px 0;
        color: #636363;
        background: rgba(0, 0, 0, 0)
    }

    .nav-sub>.fsElementContent ul li a:hover,
    .nav-sub>.fsElementContent ul li a:focus {
        color: #636363;
        background: rgba(0, 0, 0, 0)
    }

    .nav-sub>.fsElementContent ul li.fsNavCurrentPage>a {
        color: #636363;
        background: rgba(0, 0, 0, 0);
        text-decoration: underline
    }

    .nav-sub>.fsElementContent ul li.fsNavCurrentPage>a:hover,
    .nav-sub>.fsElementContent ul li.fsNavCurrentPage>a:focus {
        color: #636363;
        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: #636363;
        background: rgba(0, 0, 0, 0);
        text-decoration: underline
    }

    .nav-sub>.fsElementContent ul li.fsNavCurrentPageAncestor>a:hover,
    .nav-sub>.fsElementContent ul li.fsNavCurrentPageAncestor>a:focus {
        color: #636363;
        background: rgba(0, 0, 0, 0)
    }

    .nav-sub>.fsElementContent .fsNavLevel1 {
        padding-left: 20px;
        padding-right: 20px
    }

    .nav-sub>.fsElementContent .fsNavLevel1>li {
        border-bottom: solid 1px #cfcfcf
    }

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

    .nav-sub>.fsElementContent .fsNavLevel1>li>a {
        padding-left: 0
    }

    .nav-sub>.fsElementContent .fsNavLevel1 .expander {
        height: 56px
    }

    .nav-sub>.fsElementContent .fsNavLevel2 {
        padding-top: 0
    }

    .nav-sub>.fsElementContent .fsNavLevel2>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px
    }

    .nav-sub>.fsElementContent .fsNavLevel2 .expander {
        height: 39px
    }

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

    .nav-sub>.fsElementContent .fsNavLevel4>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px
    }

    .nav-sub>.fsElementContent .fsNavLevel5>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 40px
    }

    .nav-sub.active-nav>header {
        background-color: var(--primary-color, #373737);
        color: #fff
    }

    .nav-sub.active-nav>header .nav-toggle:after {
        content: ""
    }
}

@media(min-width: 1100px) {
    .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: 1100px) {
    .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;
    background: #fff;
    padding: 20px
}

@media(min-width: 1100px) {
    .fsHeader .nav-sub {
        display: none
    }
}

.fsHeader .nav-sub>.fsElementContent {
    border: solid 1px #cfcfcf;
    border-top: none
}

.fsHeader .nav-sub .expander:before {
    color: #636363;
    border-color: #cfcfcf
}

.fsHeader .nav-sub .expanded a .expander:before {
    color: #636363
}

body:not(.fsComposeMode) .nav-sub.nav-sub-empty {
    display: none
}

.fsPostElement.fsSlideshow article,
.fsPostElement.fsGrid article {
    border-bottom: 0
}

.fsPostElement.fsGrid article:last-child {
    padding-bottom: 40px
}

.fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
    float: none
}

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

.fsPostElement.fsThumbnailAlignRight .fsThumbnail {
    float: none
}

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

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

.fsPostElement article:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.fsPostElement article div:not(.text-wrap):not(.fsThumbnail):last-child {
    margin-bottom: 0
}

.fsPostElement article .fsThumbnail {
    margin-bottom: 15px
}

.fsPostElement article .fsThumbnail img {
    display: block
}

.fsPostElement article .fsTitle {
    color: #242424;
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 700;
    margin-bottom: 15px
}

.fsPostElement article .fsTitle .fsPostLink {
    color: inherit;
    text-decoration: none
}

.fsPostElement article .fsTitle .fsPostLink:hover,
.fsPostElement article .fsTitle .fsPostLink:focus {
    text-decoration: underline
}

.fsPostElement article .fsAuthor {
    font-size: .9375rem;
    line-height: 1.125rem;
    display: block;
    margin-bottom: 0
}

.fsPostElement article .fsAuthor+.fsDateTime,
.fsPostElement article .fsAuthor+.fsUpdatedDateTime {
    margin-top: 5px
}

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

.fsPostElement article .fsDateTime+.fsUpdatedDateTime {
    margin-top: 5px
}

.fsPostElement article .fsUpdatedDateTime {
    font-size: .9375rem;
    line-height: 1.125rem;
    display: block
}

.fsPostElement article .fsAuthor+.fsSummary,
.fsPostElement article .fsAuthor+.fsReadMoreLink,
.fsPostElement article .fsDateTime+.fsSummary,
.fsPostElement article .fsDateTime+.fsReadMoreLink,
.fsPostElement article .fsUpdatedDateTime+.fsSummary,
.fsPostElement article .fsUpdatedDateTime+.fsReadMoreLink {
    margin-top: 15px
}

.fsPostElement article .fsSummary {
    font-size: 1rem;
    line-height: 1.625rem;
    margin-bottom: 15px
}

.fsPostElement article .fsBody {
    margin-bottom: 20px
}

.fsPostElement article .fsReadMoreLink {
    display: inline-block;
    font-size: .9375rem;
    line-height: 1.125rem;
    font-weight: 700;
    text-decoration: none
}

.fsPostElement article .fsReadMoreLink:hover,
.fsPostElement article .fsReadMoreLink:focus {
    text-decoration: underline
}

.fsPostElement article .fsCategories {
    margin: 0 -3px 15px -3px
}

.fsPostElement article .fsCategories .fsCategory {
    color: #242424;
    font-size: 10px;
    line-height: 13px;
    font-weight: 600;
    text-transform: uppercase;
    background: #f8f8f8;
    padding: 6px 8px;
    margin: 0 3px;
    border: none
}

.fsPostElement article .fsTags {
    margin: 15px -3px
}

.fsPostElement article .fsTags .fsTag {
    color: #242424;
    background: #fff;
    border: solid 1px #e5e5e5;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    padding: 6px 8px;
    margin: 0 3px
}

.fsPostElement .fsLoadMoreButton {
    margin-top: 30px
}

.fsResourceElement.fsSingleItem figcaption {
    font-style: italic;
    font-size: 15px;
    line-height: 22px;
    margin-top: 8px
}

.fsResourceElement.fsSingleItem figcaption a {
    text-decoration: underline
}

.fsResourceElement.fsSingleItem figcaption a:hover,
.fsResourceElement.fsSingleItem figcaption a:focus {
    text-decoration: none
}

.fsVideoPlayOverlay button {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(0, 0, 0, .65);
    padding: 0;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.fsVideoPlayOverlay button:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.fsVideoPlayOverlay:hover button,
.fsVideoPlayOverlay:focus button {
    background: #000;
    -webkit-box-shadow: none;
    box-shadow: none
}

.fsVideoPlayOverlay:hover button:before,
.fsVideoPlayOverlay:focus button:before {
    color: #fff;
    font-size: 15px
}

/*! elements - accordion */
.fsAccordion .fsPanel,
.fsTabs .fsPanel {
    border-color: #e5e5e5
}

.fsAccordion .fsPanel:last-child,
.fsTabs .fsPanel:last-child {
    border-color: #e5e5e5
}

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

.fsAccordion .fsPanel>header .fsElementTitle,
.fsTabs .fsPanel>header .fsElementTitle {
    font-family: var(--main-font, "Open Sans");
    font-weight: 700;
    margin-bottom: 0;
    display: block;
    font-size: 18px;
    line-height: 24px;
    padding: 15px 20px;
    color: #636363;
    -webkit-transition: .3s;
    transition: .3s;
    text-transform: unset;
    position: relative
}

.fsAccordion .fsPanel>header .fsElementTitle a,
.fsTabs .fsPanel>header .fsElementTitle a {
    display: block;
    -webkit-transition: none;
    transition: none;
    font-weight: inherit
}

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

.fsAccordion .fsPanel>header:hover .fsElementTitle,
.fsTabs .fsPanel>header:hover .fsElementTitle,
.fsAccordion .fsPanel>header:focus .fsElementTitle,
.fsTabs .fsPanel>header:focus .fsElementTitle {
    color: #242424;
    -webkit-transition: .3s;
    transition: .3s
}

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

.fsAccordion .fsPanel.fsStateOpen>header,
.fsTabs .fsPanel.fsStateOpen>header {
    background: var(--primary-color, #373737)
}

.fsAccordion .fsPanel.fsStateOpen>header .fsElementTitle,
.fsTabs .fsPanel.fsStateOpen>header .fsElementTitle {
    color: #fff
}

.fsAccordion .fsPanel.fsStateOpen>header .fsElementTitle:before,
.fsTabs .fsPanel.fsStateOpen>header .fsElementTitle:before {
    content: ""
}

.fsPanelIconAfter.fsAccordion .fsPanel>header .fsElementTitle::after,
.fsPanelIconAfter.fsTabs .fsPanel>header .fsElementTitle::after,
.fsPanelIconBefore.fsAccordion .fsPanel>header .fsElementTitle::before,
.fsPanelIconBefore.fsTabs .fsPanel>header .fsElementTitle::before {
    content: "";
    border: none;
    width: auto;
    height: auto;
    position: absolute;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "tb-icomoon";
    font-size: 14px;
    line-height: 1;
    content: ""
}

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen>header .fsElementTitle::before,
.fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen>header .fsElementTitle::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen>header .fsElementTitle::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen>header .fsElementTitle::after {
    content: "";
    border: none;
    width: auto;
    height: auto;
    position: absolute;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "tb-icomoon";
    font-size: 14px;
    line-height: 1;
    content: ""
}

.fsPanelIconBefore.fsAccordion .fsPanel>header .fsElementTitle,
.fsPanelIconBefore.fsTabs .fsPanel>header .fsElementTitle {
    padding-left: 54px
}

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

.fsPanelIconBefore.fsAccordion .fsPanel>header .fsElementTitle:after,
.fsPanelIconBefore.fsTabs .fsPanel>header .fsElementTitle:after {
    content: "";
    background: rgba(0, 0, 0, 0);
    height: 100%;
    width: 0;
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    top: 0;
    left: 0
}

.fsPanelIconBefore.fsAccordion .fsPanel>header .fsElementTitle a,
.fsPanelIconBefore.fsTabs .fsPanel>header .fsElementTitle a {
    border-left: solid 1px #e5e5e5;
    padding-left: 20px
}

.fsPanelIconBefore.fsAccordion .fsPanel>header .fsElementTitle:hover:after,
.fsPanelIconBefore.fsTabs .fsPanel>header .fsElementTitle:hover:after,
.fsPanelIconBefore.fsAccordion .fsPanel>header .fsElementTitle:focus:after,
.fsPanelIconBefore.fsTabs .fsPanel>header .fsElementTitle:focus:after {
    background: var(--secondary-color, #cfcfcf);
    width: 5px
}

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen>header .fsElementTitle:after,
.fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen>header .fsElementTitle:after {
    content: none
}

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen>header .fsElementTitle a,
.fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen>header .fsElementTitle a {
    border-color: hsla(0, 0%, 100%, .3)
}

.fsPanelIconAfter.fsAccordion .fsPanel>header .fsElementTitle,
.fsPanelIconAfter.fsTabs .fsPanel>header .fsElementTitle {
    padding-right: 54px
}

.fsPanelIconAfter.fsAccordion .fsPanel>header .fsElementTitle:before,
.fsPanelIconAfter.fsTabs .fsPanel>header .fsElementTitle:before {
    content: "";
    background: rgba(0, 0, 0, 0);
    display: block;
    height: 100%;
    width: 0;
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    top: 0;
    left: 0
}

.fsPanelIconAfter.fsAccordion .fsPanel>header .fsElementTitle:after,
.fsPanelIconAfter.fsTabs .fsPanel>header .fsElementTitle:after {
    right: 20px
}

.fsPanelIconAfter.fsAccordion .fsPanel>header .fsElementTitle a,
.fsPanelIconAfter.fsTabs .fsPanel>header .fsElementTitle a {
    border-right: solid 1px #e5e5e5;
    padding-right: 20px
}

.fsPanelIconAfter.fsAccordion .fsPanel>header .fsElementTitle:hover:before,
.fsPanelIconAfter.fsTabs .fsPanel>header .fsElementTitle:hover:before,
.fsPanelIconAfter.fsAccordion .fsPanel>header .fsElementTitle:focus:before,
.fsPanelIconAfter.fsTabs .fsPanel>header .fsElementTitle:focus:before {
    background: var(--secondary-color, #cfcfcf);
    width: 5px
}

.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen>header .fsElementTitle:before,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen>header .fsElementTitle:before {
    content: none
}

.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen>header .fsElementTitle a,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen>header .fsElementTitle a {
    border-color: hsla(0, 0%, 100%, .3)
}

.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel>header .fsElementTitle:before,
.fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel>header .fsElementTitle:before {
    content: ""
}

/*! elements - tabs */
.fsTabs {
    padding: 0;
    background: none;
    border: 0;
    margin-bottom: 20px
}

.fsTabs .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none
}

@media(min-width: 600px) {
    .fsTabs .fsTabsNav {
        display: block
    }
}

.fsTabs .fsTabsNav li {
    margin: 0 10px 0 0
}

.fsTabs .fsTabsNav li a {
    display: block;
    font-family: var(--main-font, "Open Sans");
    font-weight: 700;
    margin-bottom: 0;
    display: block;
    font-size: 18px;
    line-height: 24px;
    padding: 15px 20px;
    color: #636363;
    -webkit-transition: .3s;
    transition: .3s;
    text-transform: unset;
    background: #fff;
    color: #636363;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none
}

.fsTabs .fsTabsNav li a:after {
    content: "";
    background: #e5e5e5;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.fsTabs .fsTabsNav li a:hover,
.fsTabs .fsTabsNav li a:focus {
    background: #fff;
    color: #242424
}

.fsTabs .fsTabsNav li a:hover:after,
.fsTabs .fsTabsNav li a:focus:after {
    background: var(--secondary-color, #cfcfcf);
    height: 5px
}

.fsTabs .fsTabsNav li.fsStateSelected a {
    background: var(--primary-color, #373737);
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.fsTabs .fsTabsNav li.fsStateSelected a:after {
    content: none
}

.fsTabs .fsPanel {
    border-bottom: none
}

@media(min-width: 600px) {
    .fsTabs .fsPanel {
        border-top: none
    }
}

.fsTabs .fsPanel>.fsElementContent {
    padding-left: 0;
    padding-right: 0
}

.fsPanelGroup.fsTabs>.fsElementContent>.fsPanel>.fsElementActionButtonContainer,
.fsPanelGroup.fsTabs>.fsElementContent>.fsPanel>header,
.fsPanelGroup.fsTabs>.fsElementContent>.fsPanel:not(.fsStateOpen) {
    display: block
}

@media(min-width: 600px) {

    .fsPanelGroup.fsTabs>.fsElementContent>.fsPanel>.fsElementActionButtonContainer,
    .fsPanelGroup.fsTabs>.fsElementContent>.fsPanel>header,
    .fsPanelGroup.fsTabs>.fsElementContent>.fsPanel:not(.fsStateOpen) {
        display: none
    }
}

.fsSlideshow article {
    margin: 0
}

@media(max-width: 699px) {
    .fsSlideshow article {
        overflow: hidden
    }
}

.fsSlideshow .fsPrevButton,
.fsSlideshow .fsNextButton,
.fsSlideshow .slick-prev,
.fsSlideshow .slick-next {
    z-index: 30
}

.fsSlideshow .fsPager {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    line-height: 1
}

.fsSlideshow .fsPager li {
    margin: 0 7.5px;
    height: 12px;
    width: 12px
}

.fsSlideshow .fsPager li.slick-active button {
    background-color: #636363;
    border-color: #636363
}

.fsSlideshow .fsPager li button {
    width: 12px;
    height: 12px;
    cursor: pointer;
    pointer-events: auto;
    border-color: #636363
}

.fsSlideshow .fsPager li:hover button,
.fsSlideshow .fsPager li:focus button {
    background-color: #636363;
    border-color: #636363
}

.fsElementSlideshowControls {
    pointer-events: auto
}

.fsElementSlideshowControls .fsSlideshowPause,
.fsElementSlideshowControls .fsSlideshowPlay {
    background: rgba(0, 0, 0, .65);
    height: 40px;
    width: 40px;
    border-radius: 100%;
    border: solid 1px hsla(0, 0%, 100%, .65);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: static
}

.fsElementSlideshowControls .fsSlideshowPause:before,
.fsElementSlideshowControls .fsSlideshowPlay:before {
    background-image: none;
    margin: 0;
    height: auto;
    width: auto;
    font-size: 10px;
    color: #fff
}

.fsElementSlideshowControls .fsSlideshowPause:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.fsElementSlideshowControls .fsSlideshowPlay:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.slideshowControls {
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, .65);
    height: 40px;
    width: 40px;
    border-radius: 100%;
    border: solid 1px hsla(0, 0%, 100%, .65);
    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-indent: -9999px;
    overflow: hidden
}

.slideshowControls:before {
    color: #fff;
    font-size: 10px;
    line-height: 1;
    text-indent: 0
}

.slideshowControls.isPlaying:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.slideshowControls.isPaused:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

#fsAccountBar .fsAccountBarMenu {
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2)
}

.fsComposerFormEmbed form input,
.fsComposerFormEmbed form text-area,
.fsComposerFormEmbed form select {
    font-family: var(--main-font, "Open Sans")
}

.fsComposerFormEmbed form .required {
    color: #636363
}

.fsEventTable .fsAthleticsEventDetailLink {
    text-decoration: underline
}

.fsEventTable .fsAthleticsEventDetailLink:hover,
.fsEventTable .fsAthleticsEventDetailLink:focus {
    text-decoration: none
}

.mobile-menu-1 .menu-trigger-container,
.panel-wrap[data-rbd-draggable-id*=mobilemenu] .menu-trigger-container {
    position: relative;
    margin-bottom: 20px
}

.mobile-menu-1 .menu-trigger-container .fsElementContent,
.panel-wrap[data-rbd-draggable-id*=mobilemenu] .menu-trigger-container .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%
}

.mobile-menu-1 .menu-trigger-container .mobile-close,
.panel-wrap[data-rbd-draggable-id*=mobilemenu] .menu-trigger-container .mobile-close {
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    color: var(--primary-color, #373737);
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.mobile-menu-1 .menu-trigger-container .mobile-close:after,
.panel-wrap[data-rbd-draggable-id*=mobilemenu] .menu-trigger-container .mobile-close:after {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: block;
    font-size: 20px
}

.mobile-menu-1 .menu-trigger-container .mobile-close:hover,
.mobile-menu-1 .menu-trigger-container .mobile-close:focus,
.panel-wrap[data-rbd-draggable-id*=mobilemenu] .menu-trigger-container .mobile-close:hover,
.panel-wrap[data-rbd-draggable-id*=mobilemenu] .menu-trigger-container .mobile-close:focus {
    color: #242424
}

.mobile-menu-1 .menu-trigger-container .mobile-close:hover:after,
.mobile-menu-1 .menu-trigger-container .mobile-close:focus:after,
.panel-wrap[data-rbd-draggable-id*=mobilemenu] .menu-trigger-container .mobile-close:hover:after,
.panel-wrap[data-rbd-draggable-id*=mobilemenu] .menu-trigger-container .mobile-close:focus:after {
    -webkit-animation: 1s spin ease-in-out 1;
    animation: 1s spin ease-in-out 1
}

.mobile-menu-1 .site-search {
    background: var(--primary-color, #373737);
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    z-index: 20
}

.mobile-menu-1 .site-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mobile-menu-1 .site-search .fsFieldLabel {
    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-menu-1 .site-search .fsSearchElementKeyword {
    margin: 0;
    width: calc(100% - 45px);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.mobile-menu-1 .site-search .fsSearchElementKeyword ::-webkit-input-placeholder {
    color: #fff
}

.mobile-menu-1 .site-search .fsSearchElementKeyword :-moz-placeholder {
    color: #fff;
    opacity: 1
}

.mobile-menu-1 .site-search .fsSearchElementKeyword ::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.mobile-menu-1 .site-search .fsSearchElementKeyword :-ms-input-placeholder {
    color: #fff
}

.mobile-menu-1 .site-search .fsStyleSearchField {
    background: rgba(0, 0, 0, 0);
    border: none;
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 50px;
    padding: 10px 30px 10px 0
}

.mobile-menu-1 .site-search .fsButtonClear {
    overflow: hidden
}

.mobile-menu-1 .site-search .fsButtonClear:before {
    border-width: 1px
}

.mobile-menu-1 .site-search .fsSearchElementSearchButton {
    background: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
    width: 45px;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    min-width: 0
}

.mobile-menu-1 .site-search .fsSearchElementSearchButton:before {
    content: none
}

.mobile-menu-1 .site-search .fsSearchElementSearchButton:after {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.mobile-menu-1 .site-search .fsSearchElementSearchButton:hover:after,
.mobile-menu-1 .site-search .fsSearchElementSearchButton:focus:after {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2)
}

.has-mobile-menu-1 .fsMenu>.fsContainer>.fsElementContent>div {
    margin-bottom: 20px
}

.has-mobile-menu-1 .fsMenu>.fsContainer>.fsElementContent>div.button-container a {
    margin-bottom: 0
}

.has-mobile-menu-1 .fsMenu>.fsContainer>.fsElementContent>div:last-child {
    margin-bottom: 0
}

.has-mobile-menu-1 .fsMenu {
    position: absolute;
    z-index: 500;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    top: 0;
    right: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
    -webkit-transform: translate(20%, 0);
    -ms-transform: translate(20%, 0);
    transform: translate(20%, 0);
    left: auto;
    background: #fff;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    padding: 20px 20px 50px;
    max-width: 31.25em;
    position: fixed;
    height: 100%;
    overflow: auto;
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s, visibility .3s;
    transition: opacity .3s, transform .3s, visibility .3s, -webkit-transform .3s
}

@media(min-width: 700px) {
    .has-mobile-menu-1 .fsMenu {
        padding: 30px
    }
}

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

@media(min-width: 1100px) {
    .has-mobile-menu-1 .fsMenu {
        display: none
    }
}

@media(min-width: 1100px) {
    .has-header-1.has-mobile-menu-1 .fsMenu {
        display: block
    }
}

@media(min-width: 1100px) {
    .has-header-2.has-mobile-menu-1 .fsMenu {
        display: block
    }
}

@media(min-width: 1100px) {
    .has-header-8.has-mobile-menu-1 .fsMenu {
        display: block
    }
}

@media(min-width: 1100px) {
    .has-header-13.has-mobile-menu-1 .fsMenu {
        display: block
    }
}

@media(min-width: 1100px) {
    .has-header-15.has-mobile-menu-1 .fsMenu {
        display: block
    }
}

.fsAccountBarVisible.has-mobile-menu-1 .fsMenu {
    top: 45px
}

.mobile-menu-1 .fsNavigation ul li {
    position: relative
}

.mobile-menu-1 .fsNavigation ul li.has-expander a {
    padding-right: 50px
}

.mobile-menu-1 .fsNavigation ul li.expanded>.expander:before,
.mobile-menu-1 .fsNavigation ul li.fsNavCurrentPage>.expander:before,
.mobile-menu-1 .fsNavigation ul li.fsNavCurrentPageAncestor>.expander:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.mobile-menu-1 .fsNavigation ul li a {
    text-decoration: none
}

.mobile-menu-1 .fsNavigation ul li a:hover,
.mobile-menu-1 .fsNavigation ul li a:focus {
    text-decoration: underline
}

.mobile-menu-1 .fsNavigation ul li .expander {
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 53px;
    cursor: pointer;
    font-size: 0;
    overflow: hidden
}

.mobile-menu-1 .fsNavigation ul li .expander:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 14px;
    line-height: 1;
    color: #636363;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.mobile-menu-1 .fsNavigation ul li .expander:hover:before,
.mobile-menu-1 .fsNavigation ul li .expander:focus:before {
    color: var(--primary-color, #373737)
}

.mobile-menu-1 .fsNavigation .fsNavLevel2,
.mobile-menu-1 .fsNavigation .fsNavLevel3,
.mobile-menu-1 .fsNavigation .fsNavLevel4,
.mobile-menu-1 .fsNavigation .fsNavLevel5 {
    display: none
}

.mobile-menu-1 .nav-mobile-main {
    background: #fff;
    margin-bottom: 20px
}

.mobile-menu-1 .nav-mobile-main .fsNavLevel1>li {
    border-bottom: 1px solid #e5e5e5
}

.mobile-menu-1 .nav-mobile-main .fsNavLevel1>li:first-child {
    border-top: 1px solid #e5e5e5
}

.mobile-menu-1 .nav-mobile-main .fsNavLevel1>li.fsNavCurrentPage>a,
.mobile-menu-1 .nav-mobile-main .fsNavLevel1>li.fsNavCurrentPageAncestor>a {
    color: var(--primary-color, #373737)
}

.mobile-menu-1 .nav-mobile-main .fsNavLevel1>li.fsNavCurrentPage .expander:before,
.mobile-menu-1 .nav-mobile-main .fsNavLevel1>li.fsNavCurrentPageAncestor .expander:before {
    color: var(--primary-color, #373737)
}

.mobile-menu-1 .nav-mobile-main .fsNavLevel1>li>a {
    padding: 14px 0px;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    font-weight: 700;
    color: #242424
}

.mobile-menu-1 .nav-mobile-main .fsNavLevel1>li>a:hover,
.mobile-menu-1 .nav-mobile-main .fsNavLevel1>li>a:focus {
    color: var(--primary-color, #373737)
}

.mobile-menu-1 .nav-mobile-main .fsNavLevel2 {
    padding: 7.5px 0
}

.mobile-menu-1 .nav-mobile-main .fsNavLevel2 li .expander {
    height: 36px
}

.mobile-menu-1 .nav-mobile-main .fsNavLevel2 li .expander:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 16px
}

.mobile-menu-1 .nav-mobile-main .fsNavLevel2 li.expanded>.expander:before,
.mobile-menu-1 .nav-mobile-main .fsNavLevel2 li.fsNavCurrentPage>.expander:before,
.mobile-menu-1 .nav-mobile-main .fsNavLevel2 li.fsNavCurrentPageAncestor>.expander:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.mobile-menu-1 .nav-mobile-main .fsNavLevel2 li a {
    color: #636363;
    font-size: .9375rem;
    line-height: 1.3125rem;
    font-weight: 600;
    padding: 7.5px 20px
}

.mobile-menu-1 .nav-mobile-main .fsNavLevel2>li.fsNavCurrentPage>a,
.mobile-menu-1 .nav-mobile-main .fsNavLevel2>li.fsNavPageAncestor>a {
    text-decoration: underline
}

.mobile-menu-1 .nav-mobile-main .fsNavLevel3 {
    padding: 7.5px 0
}

.mobile-menu-1 .nav-mobile-main .fsNavLevel3 li a {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    padding: 6px 40px
}

.mobile-menu-1 .nav-mobile-main .fsNavLevel3 li .expander {
    height: 31px
}

.mobile-menu-1 .nav-mobile-main .fsNavLevel4 {
    padding: 7.5px 0
}

.mobile-menu-1 .nav-mobile-main .fsNavLevel4 li a {
    padding-left: 60px
}

.mobile-menu-1 .nav-mobile-main .fsNavLevel5 {
    padding: 7.5px 0
}

.mobile-menu-1 .nav-mobile-main .fsNavLevel5 li a {
    padding-left: 80px
}

.mobile-menu-1 .nav-mobile-utility .fsNavLevel1 li.expanded>.expander:before,
.mobile-menu-1 .nav-mobile-utility .fsNavLevel1 li.fsNavCurrentPage>.expander:before,
.mobile-menu-1 .nav-mobile-utility .fsNavLevel1 li.fsNavCurrentPageAncestor>.expander:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.mobile-menu-1 .nav-mobile-utility .fsNavLevel1 li .expander {
    color: var(--primary-color, #373737);
    height: 34px
}

.mobile-menu-1 .nav-mobile-utility .fsNavLevel1 li .expander:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.mobile-menu-1 .nav-mobile-utility .fsNavLevel1 li .expander:hover:before,
.mobile-menu-1 .nav-mobile-utility .fsNavLevel1 li .expander:focus:before {
    color: var(--primary-color, #373737)
}

.mobile-menu-1 .nav-mobile-utility .fsNavLevel1>li {
    padding: 0
}

.mobile-menu-1 .nav-mobile-utility .fsNavLevel1>li>a {
    padding: 7.5px 0px;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: var(--primary-color, #373737)
}

.mobile-menu-1 .nav-mobile-utility .fsNavLevel2 li a {
    color: #636363;
    font-size: .875rem;
    line-height: 1.25rem;
    padding: 7.5px 0
}

.mobile-menu-1 .nav-mobile-utility .fsNavLevel2>li>a {
    padding-left: 20px
}

.mobile-menu-1 .nav-mobile-utility .fsNavLevel3>li>a {
    padding-left: 30px
}

.mobile-menu-1 .nav-mobile-utility .fsNavLevel4>li>a {
    padding-left: 40px
}

.mobile-menu-1 .nav-mobile-utility .fsNavLevel5>li>a {
    padding-left: 50px
}

.mobile-menu-1 .button-container a {
    display: block
}

@media(min-width: 1100px) {

    .has-header-1 .mobile-menu-1 .nav-mobile-utility,
    .has-header-1 .mobile-menu-1 .button-container,
    .has-header-2 .mobile-menu-1 .nav-mobile-utility,
    .has-header-2 .mobile-menu-1 .button-container,
    .has-header-8 .mobile-menu-1 .nav-mobile-utility,
    .has-header-8 .mobile-menu-1 .button-container,
    .has-header-13 .mobile-menu-1 .nav-mobile-utility,
    .has-header-13 .mobile-menu-1 .button-container,
    .has-header-15 .mobile-menu-1 .nav-mobile-utility,
    .has-header-15 .mobile-menu-1 .button-container {
        display: none
    }
}

.mobile-menu-2 .menu-trigger-container,
.panel-wrap[data-rbd-draggable-id*=mobilemenu] .menu-trigger-container {
    position: relative;
    margin-bottom: 20px
}

.mobile-menu-2 .menu-trigger-container .fsElementContent,
.panel-wrap[data-rbd-draggable-id*=mobilemenu] .menu-trigger-container .fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%
}

.mobile-menu-2 .menu-trigger-container .mobile-close,
.panel-wrap[data-rbd-draggable-id*=mobilemenu] .menu-trigger-container .mobile-close {
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media(min-width: 1100px) {

    .mobile-menu-2 .menu-trigger-container .mobile-close,
    .panel-wrap[data-rbd-draggable-id*=mobilemenu] .menu-trigger-container .mobile-close {
        margin-right: -30px
    }
}

.mobile-menu-2 .menu-trigger-container .mobile-close:after,
.panel-wrap[data-rbd-draggable-id*=mobilemenu] .menu-trigger-container .mobile-close:after {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: block;
    font-size: 20px
}

.mobile-menu-2 .menu-trigger-container .mobile-close:hover,
.mobile-menu-2 .menu-trigger-container .mobile-close:focus,
.panel-wrap[data-rbd-draggable-id*=mobilemenu] .menu-trigger-container .mobile-close:hover,
.panel-wrap[data-rbd-draggable-id*=mobilemenu] .menu-trigger-container .mobile-close:focus {
    color: #fff
}

.mobile-menu-2 .menu-trigger-container .mobile-close:hover:after,
.mobile-menu-2 .menu-trigger-container .mobile-close:focus:after,
.panel-wrap[data-rbd-draggable-id*=mobilemenu] .menu-trigger-container .mobile-close:hover:after,
.panel-wrap[data-rbd-draggable-id*=mobilemenu] .menu-trigger-container .mobile-close:focus:after {
    -webkit-animation: 1s spin ease-in-out 1;
    animation: 1s spin ease-in-out 1
}

.mobile-menu-2 .site-search {
    background: rgba(0, 0, 0, 0);
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    z-index: 20
}

.mobile-menu-2 .site-search .fsElementContent {
    margin-left: -15px
}

.mobile-menu-2 .site-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mobile-menu-2 .site-search .fsFieldLabel {
    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-menu-2 .site-search .fsSearchElementKeyword {
    margin: 0;
    width: calc(100% - 45px);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.mobile-menu-2 .site-search .fsSearchElementKeyword ::-webkit-input-placeholder {
    color: #fff
}

.mobile-menu-2 .site-search .fsSearchElementKeyword :-moz-placeholder {
    color: #fff;
    opacity: 1
}

.mobile-menu-2 .site-search .fsSearchElementKeyword ::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.mobile-menu-2 .site-search .fsSearchElementKeyword :-ms-input-placeholder {
    color: #fff
}

.mobile-menu-2 .site-search .fsStyleSearchField {
    background: rgba(0, 0, 0, 0);
    border: none;
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 50px;
    padding: 10px 30px 10px 0
}

.mobile-menu-2 .site-search .fsButtonClear {
    overflow: hidden
}

.mobile-menu-2 .site-search .fsButtonClear:before {
    border-width: 1px
}

.mobile-menu-2 .site-search .fsSearchElementSearchButton {
    background: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
    width: 45px;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    min-width: 0
}

.mobile-menu-2 .site-search .fsSearchElementSearchButton:before {
    content: none
}

.mobile-menu-2 .site-search .fsSearchElementSearchButton:after {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.mobile-menu-2 .site-search .fsSearchElementSearchButton:hover:after,
.mobile-menu-2 .site-search .fsSearchElementSearchButton:focus:after {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2)
}

.has-mobile-menu-2 .fsMenu>.fsContainer>.fsElementContent>div {
    margin-bottom: 20px
}

.has-mobile-menu-2 .fsMenu>.fsContainer>.fsElementContent>div.button-container a {
    margin-bottom: 0
}

.has-mobile-menu-2 .fsMenu>.fsContainer>.fsElementContent>div:last-child {
    margin-bottom: 0
}

.has-mobile-menu-2 .fsMenu {
    position: absolute;
    z-index: 500;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    top: 0;
    right: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
    -webkit-transform: translate(20%, 0);
    -ms-transform: translate(20%, 0);
    transform: translate(20%, 0);
    left: auto;
    background: var(--primary-color, #373737);
    padding: 20px 20px 50px;
    max-width: 50em;
    position: fixed;
    height: 100%;
    overflow: auto;
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s, visibility .3s;
    transition: opacity .3s, transform .3s, visibility .3s, -webkit-transform .3s
}

@media(min-width: 700px) {
    .has-mobile-menu-2 .fsMenu {
        padding: 30px
    }
}

@media(min-width: 1100px) {
    .has-mobile-menu-2 .fsMenu {
        padding: 20px 50px 50px
    }
}

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

@media(min-width: 1100px) {
    .has-mobile-menu-2 .fsMenu {
        display: none
    }
}

@media(min-width: 1100px) {
    .has-header-1.has-mobile-menu-2 .fsMenu {
        display: block
    }
}

@media(min-width: 1100px) {
    .has-header-2.has-mobile-menu-2 .fsMenu {
        display: block
    }
}

@media(min-width: 1100px) {
    .has-header-8.has-mobile-menu-2 .fsMenu {
        display: block
    }
}

@media(min-width: 1100px) {
    .has-header-13.has-mobile-menu-2 .fsMenu {
        display: block
    }
}

@media(min-width: 1100px) {
    .has-header-15.has-mobile-menu-2 .fsMenu {
        display: block
    }
}

.fsAccountBarVisible.has-mobile-menu-2 .fsMenu {
    top: 45px
}

.mobile-menu-2 .fsNavigation ul li {
    position: relative
}

.mobile-menu-2 .fsNavigation ul li.has-expander a {
    padding-right: 50px
}

.mobile-menu-2 .fsNavigation ul li.expanded>.expander:before,
.mobile-menu-2 .fsNavigation ul li.fsNavCurrentPage>.expander:before,
.mobile-menu-2 .fsNavigation ul li.fsNavCurrentPageAncestor>.expander:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.mobile-menu-2 .fsNavigation ul li a {
    text-decoration: none
}

.mobile-menu-2 .fsNavigation ul li a:hover,
.mobile-menu-2 .fsNavigation ul li a:focus {
    text-decoration: underline
}

.mobile-menu-2 .fsNavigation ul li .expander {
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 53px;
    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;
    cursor: pointer;
    font-size: 0;
    overflow: hidden
}

.mobile-menu-2 .fsNavigation ul li .expander:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.mobile-menu-2 .fsNavigation ul li .expander:hover:before,
.mobile-menu-2 .fsNavigation ul li .expander:focus:before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.mobile-menu-2 .fsNavigation .fsNavLevel2,
.mobile-menu-2 .fsNavigation .fsNavLevel3,
.mobile-menu-2 .fsNavigation .fsNavLevel4,
.mobile-menu-2 .fsNavigation .fsNavLevel5 {
    display: none
}

.mobile-menu-2 .nav-mobile-main {
    background: rgba(0, 0, 0, 0);
    margin-bottom: 20px
}

@media(min-width: 1100px) {
    .mobile-menu-2 .nav-mobile-main {
        display: none
    }
}

.mobile-menu-2 .nav-mobile-main .fsNavLevel1>li.fsNavCurrentPage>a,
.mobile-menu-2 .nav-mobile-main .fsNavLevel1>li.fsNavCurrentPageAncestor>a {
    color: #fff
}

.mobile-menu-2 .nav-mobile-main .fsNavLevel1>li.fsNavCurrentPage .expander:before,
.mobile-menu-2 .nav-mobile-main .fsNavLevel1>li.fsNavCurrentPageAncestor .expander:before {
    color: #fff
}

.mobile-menu-2 .nav-mobile-main .fsNavLevel1>li>a {
    font-family: var(--accent-font, "Zilla Slab");
    padding: 10px 0px;
    font-size: 1.375rem;
    line-height: 1.875rem;
    font-weight: 700;
    color: #fff;
    position: relative
}

.mobile-menu-2 .nav-mobile-main .fsNavLevel1>li>a:after {
    content: "";
    display: block;
    background: hsla(0, 0%, 100%, 0);
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.mobile-menu-2 .nav-mobile-main .fsNavLevel1>li>a:hover,
.mobile-menu-2 .nav-mobile-main .fsNavLevel1>li>a:focus {
    color: #fff;
    text-decoration: none
}

.mobile-menu-2 .nav-mobile-main .fsNavLevel1>li>a:hover:after,
.mobile-menu-2 .nav-mobile-main .fsNavLevel1>li>a:focus:after {
    background: #fff;
    width: 56px
}

.mobile-menu-2 .nav-mobile-main .fsNavLevel2 {
    padding: 7.5px 0
}

.mobile-menu-2 .nav-mobile-main .fsNavLevel2 li .expander {
    height: 36px
}

.mobile-menu-2 .nav-mobile-main .fsNavLevel2 li .expander:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 16px
}

.mobile-menu-2 .nav-mobile-main .fsNavLevel2 li.expanded>.expander:before,
.mobile-menu-2 .nav-mobile-main .fsNavLevel2 li.fsNavCurrentPage>.expander:before,
.mobile-menu-2 .nav-mobile-main .fsNavLevel2 li.fsNavCurrentPageAncestor>.expander:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.mobile-menu-2 .nav-mobile-main .fsNavLevel2 li a {
    color: #fff;
    font-size: .9375rem;
    line-height: 1.3125rem;
    font-weight: 600;
    padding: 7.5px 20px
}

.mobile-menu-2 .nav-mobile-main .fsNavLevel2>li.fsNavCurrentPage>a,
.mobile-menu-2 .nav-mobile-main .fsNavLevel2>li.fsNavPageAncestor>a {
    text-decoration: underline
}

.mobile-menu-2 .nav-mobile-main .fsNavLevel3 {
    padding: 7.5px 0
}

.mobile-menu-2 .nav-mobile-main .fsNavLevel3 li a {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    padding: 6px 40px
}

.mobile-menu-2 .nav-mobile-main .fsNavLevel3 li .expander {
    height: 31px
}

.mobile-menu-2 .nav-mobile-main .fsNavLevel4 {
    padding: 7.5px 0
}

.mobile-menu-2 .nav-mobile-main .fsNavLevel4 li a {
    padding-left: 60px
}

.mobile-menu-2 .nav-mobile-main .fsNavLevel5 {
    padding: 7.5px 0
}

.mobile-menu-2 .nav-mobile-main .fsNavLevel5 li a {
    padding-left: 80px
}

.mobile-menu-2 .nav-desktop-main {
    background: rgba(0, 0, 0, 0);
    margin-bottom: 20px;
    display: none
}

@media(min-width: 1100px) {
    .mobile-menu-2 .nav-desktop-main {
        display: block
    }
}

.mobile-menu-2 .nav-desktop-main .fsNavLevel1 {
    border-right: solid 1px #fff;
    position: relative;
    width: 340px
}

.mobile-menu-2 .nav-desktop-main .fsNavLevel1>li {
    position: static
}

.mobile-menu-2 .nav-desktop-main .fsNavLevel1>li.fsNavCurrentPage>a,
.mobile-menu-2 .nav-desktop-main .fsNavLevel1>li.fsNavCurrentPageAncestor>a {
    color: #fff
}

.mobile-menu-2 .nav-desktop-main .fsNavLevel1>li.menu-item-open>a,
.mobile-menu-2 .nav-desktop-main .fsNavLevel1>li:hover>a,
.mobile-menu-2 .nav-desktop-main .fsNavLevel1>li:focus-within>a {
    color: #fff;
    text-decoration: none
}

.mobile-menu-2 .nav-desktop-main .fsNavLevel1>li.menu-item-open>a:after,
.mobile-menu-2 .nav-desktop-main .fsNavLevel1>li:hover>a:after,
.mobile-menu-2 .nav-desktop-main .fsNavLevel1>li:focus-within>a:after {
    background: #fff;
    width: 56px
}

.mobile-menu-2 .nav-desktop-main .fsNavLevel1>li.menu-item-open .fsNavPageInfo,
.mobile-menu-2 .nav-desktop-main .fsNavLevel1>li:hover .fsNavPageInfo,
.mobile-menu-2 .nav-desktop-main .fsNavLevel1>li:focus-within .fsNavPageInfo {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.mobile-menu-2 .nav-desktop-main .fsNavLevel1>li.menu-item-open .fsNavPageInfo .fsNavLevel2,
.mobile-menu-2 .nav-desktop-main .fsNavLevel1>li:hover .fsNavPageInfo .fsNavLevel2,
.mobile-menu-2 .nav-desktop-main .fsNavLevel1>li:focus-within .fsNavPageInfo .fsNavLevel2 {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.mobile-menu-2 .nav-desktop-main .fsNavLevel1>li>a {
    font-family: var(--accent-font, "Zilla Slab");
    padding: 10px 0px;
    font-size: 1.875rem;
    line-height: 2.625rem;
    font-weight: 700;
    color: #fff;
    position: relative
}

.mobile-menu-2 .nav-desktop-main .fsNavLevel1>li>a:after {
    content: "";
    display: block;
    background: hsla(0, 0%, 100%, 0);
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.mobile-menu-2 .nav-desktop-main .fsNavLevel1 .fsNavPageInfo {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding-left: 40px;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: .5s ease, opacity .1s;
    transition: .5s ease, opacity .1s
}

.mobile-menu-2 .nav-desktop-main .fsNavLevel2 {
    padding: 7.5px 0;
    display: block;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.mobile-menu-2 .nav-desktop-main .fsNavLevel2 li a {
    color: #fff;
    font-size: .9375rem;
    line-height: 1.3125rem;
    font-weight: 600;
    padding: 7.5px 20px
}

.mobile-menu-2 .nav-desktop-main .fsNavLevel2>li.fsNavCurrentPage>a,
.mobile-menu-2 .nav-desktop-main .fsNavLevel2>li.fsNavPageAncestor>a {
    text-decoration: underline
}

.mobile-menu-2 .nav-mobile-utility .fsNavLevel1 li.expanded>.expander:before,
.mobile-menu-2 .nav-mobile-utility .fsNavLevel1 li.fsNavCurrentPage>.expander:before,
.mobile-menu-2 .nav-mobile-utility .fsNavLevel1 li.fsNavCurrentPageAncestor>.expander:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.mobile-menu-2 .nav-mobile-utility .fsNavLevel1 li .expander {
    height: 34px
}

.mobile-menu-2 .nav-mobile-utility .fsNavLevel1 li .expander:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.mobile-menu-2 .nav-mobile-utility .fsNavLevel1 li .expander:hover:before,
.mobile-menu-2 .nav-mobile-utility .fsNavLevel1 li .expander:focus:before {
    color: #fff
}

.mobile-menu-2 .nav-mobile-utility .fsNavLevel1>li {
    padding: 0
}

.mobile-menu-2 .nav-mobile-utility .fsNavLevel1>li>a {
    padding: 7.5px 0px;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #fff
}

.mobile-menu-2 .nav-mobile-utility .fsNavLevel1>li>a:hover,
.mobile-menu-2 .nav-mobile-utility .fsNavLevel1>li>a:focus {
    color: #fff
}

.mobile-menu-2 .nav-mobile-utility .fsNavLevel2 li a {
    color: #fff;
    font-size: .875rem;
    line-height: 1.25rem;
    padding: 7.5px 0
}

.mobile-menu-2 .nav-mobile-utility .fsNavLevel2>li>a {
    padding-left: 20px
}

.mobile-menu-2 .nav-mobile-utility .fsNavLevel3>li>a {
    padding-left: 30px
}

.mobile-menu-2 .nav-mobile-utility .fsNavLevel4>li>a {
    padding-left: 40px
}

.mobile-menu-2 .nav-mobile-utility .fsNavLevel5>li>a {
    padding-left: 50px
}

.mobile-menu-2 .button-container a {
    display: block
}

@media(min-width: 1100px) {

    .has-header-1 .mobile-menu-2 .nav-mobile-utility,
    .has-header-1 .mobile-menu-2 .button-container,
    .has-header-2 .mobile-menu-2 .nav-mobile-utility,
    .has-header-2 .mobile-menu-2 .button-container,
    .has-header-8 .mobile-menu-2 .nav-mobile-utility,
    .has-header-8 .mobile-menu-2 .button-container,
    .has-header-13 .mobile-menu-2 .nav-mobile-utility,
    .has-header-13 .mobile-menu-2 .button-container,
    .has-header-15 .mobile-menu-2 .nav-mobile-utility,
    .has-header-15 .mobile-menu-2 .button-container {
        display: none
    }
}

.mobile-menu-2 .focusOn {
    display: none
}

@media(min-width: 1100px) {
    .mobile-menu-2 .focusOn {
        display: block;
        opacity: 0
    }
}

.header-14 {
    background: #fff
}

.header-14 .header-top-wrap {
    background: #242424
}

.header-14 .header-top-wrap>.fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media(min-width: 1100px) {
    .header-14 .header-top-wrap>.fsElementContent {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        padding: 0 50px
    }
}

.header-14 .header-top-wrap .nav-social nav {
    margin: 0
}

.header-14 .header-top-wrap .nav-social .fsNavLevel1 {
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-14 .header-top-wrap .nav-social .fsNavLevel1 [href*=pinterest]:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.header-14 .header-top-wrap .nav-social .fsNavLevel1 li {
    margin: 0
}

.header-14 .header-top-wrap .nav-social .fsNavLevel1 li a {
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 0;
    color: #fff;
    height: 40px;
    width: 40px;
    padding: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    text-indent: -9999px;
    overflow: hidden
}

.header-14 .header-top-wrap .nav-social .fsNavLevel1 li a:before {
    font-size: 16px;
    line-height: 1;
    text-indent: 0
}

.header-14 .header-top-wrap .nav-social .fsNavLevel1 li a:hover,
.header-14 .header-top-wrap .nav-social .fsNavLevel1 li a:focus {
    background: #fff;
    color: var(--primary-color, #373737)
}

.header-14 .district-left-container {
    width: 100%;
    display: none;
    display: block
}

body.live-demo.district-active .header-14 .district-left-container {
    display: block
}

body.live-demo:not(.district-active) .header-14 .district-left-container {
    display: none
}

.header-14 .district-left-container>.fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media(min-width: 1100px) {
    .header-14 .district-left-container>.fsElementContent {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.header-14 .nav-district {
    margin-bottom: 0;
    width: calc(100% - 46px);
    position: relative;
    display: none;
    display: block;
    background: #f8f8f8
}

body.live-demo.district-active .header-14 .nav-district {
    display: block
}

body.live-demo:not(.district-active) .header-14 .nav-district {
    display: none
}

.header-14 .nav-district:before {
    content: "";
    background: var(--primary-color, #373737);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none
}

@media(min-width: 1100px) {
    .header-14 .nav-district:before {
        display: none
    }
}

@media(min-width: 1100px) {
    .header-14 .nav-district {
        background: rgba(0, 0, 0, 0);
        width: 100%
    }
}

.header-14 .nav-district>.fsElementContent {
    background: rgba(0, 0, 0, .2);
    position: relative;
    background: rgba(0, 0, 0, 0)
}

@media(min-width: 1100px) {
    .header-14 .nav-district>.fsElementContent {
        background: rgba(0, 0, 0, 0)
    }
}

.header-14 .nav-district .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;
    padding: 0
}

@media(min-width: 1100px) {
    .header-14 .nav-district .fsNavLevel1 {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.header-14 .nav-district .fsNavLevel1>li {
    position: relative
}

.header-14 .nav-district .fsNavLevel1>li:last-child>a:after {
    content: none
}

.header-14 .nav-district .fsNavLevel1>li.fsNavCurrentPage>a {
    text-decoration: underline
}

@media(max-width: 1099px) {
    .header-14 .nav-district .fsNavLevel1>li.fsNavCurrentPage>a {
        color: #636363 !important
    }
}

.header-14 .nav-district .fsNavLevel1>li:hover>a,
.header-14 .nav-district .fsNavLevel1>li:focus>a,
.header-14 .nav-district .fsNavLevel1>li:focus-within>a {
    color: #fff;
    background: rgba(0, 0, 0, 0);
    text-decoration: underline
}

@media(max-width: 1099px) {

    .header-14 .nav-district .fsNavLevel1>li:hover>a,
    .header-14 .nav-district .fsNavLevel1>li:focus>a,
    .header-14 .nav-district .fsNavLevel1>li:focus-within>a {
        color: #636363
    }
}

.header-14 .nav-district .fsNavLevel1>li.schools:after {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    line-height: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    color: #fff;
    font-size: 10px
}

@media(max-width: 1099px) {
    .header-14 .nav-district .fsNavLevel1>li.schools:after {
        color: #636363
    }
}

.header-14 .nav-district .fsNavLevel1>li.schools>a {
    padding-right: 10px
}

.header-14 .nav-district .fsNavLevel1>li.fsNavCurrentPage>a {
    color: #fff;
    background: rgba(0, 0, 0, 0)
}

.header-14 .nav-district .fsNavLevel1>li>a {
    font-size: 11px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    color: #fff;
    padding: 12.5px 30px;
    position: relative;
    text-decoration: none
}

@media(max-width: 1099px) {
    .header-14 .nav-district .fsNavLevel1>li>a {
        color: #636363
    }
}

.header-14 .nav-district .fsNavLevel1>li>a:hover,
.header-14 .nav-district .fsNavLevel1>li>a:focus {
    text-decoration: underline
}

.header-14 .nav-district .fsNavLevel1>li>a:after {
    content: "";
    background: hsla(0, 0%, 100%, .3);
    height: 16px;
    width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #cfcfcf
}

.header-14 .nav-district-menu {
    display: block;
    position: absolute;
    z-index: 500;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    top: 0;
    right: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
    -webkit-transform: translate(20%, 0);
    -ms-transform: translate(20%, 0);
    transform: translate(20%, 0);
    top: 0em;
    min-height: 100%;
    max-width: 21.25em;
    position: fixed;
    height: 100%;
    overflow: auto;
    background: var(--primary-color, #373737);
    padding: 20px;
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s, visibility .3s;
    transition: opacity .3s, transform .3s, visibility .3s, -webkit-transform .3s
}

body.live-demo:not(.district-active) .header-14 .nav-district-menu {
    display: none
}

.school-list-active .header-14 .nav-district-menu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.fsAccountBarVisible .header-14 .nav-district-menu {
    top: 45px;
    min-height: calc(100% - 45px);
    height: calc(100% - 45px)
}

.header-14 .nav-district-menu .school-close {
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    height: 20px;
    width: 20px;
    cursor: pointer;
    margin-left: calc(100% - 20px);
    margin-bottom: 40px
}

.header-14 .nav-district-menu .school-close:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    display: block
}

.header-14 .nav-district-menu .school-close:hover:before,
.header-14 .nav-district-menu .school-close:focus:before {
    -webkit-animation: 1s spin ease-in-out 1;
    animation: 1s spin ease-in-out 1;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.header-14 .nav-district-menu .fsNavLevel1 li {
    position: relative
}

.header-14 .nav-district-menu .fsNavLevel1 li.expanded>.expander:before,
.header-14 .nav-district-menu .fsNavLevel1 li.fsNavCurrentPage>.expander:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.header-14 .nav-district-menu .fsNavLevel1 li.has-expander>a {
    width: calc(100% - 40px)
}

.header-14 .nav-district-menu .fsNavLevel1>li {
    border-bottom: solid 1px hsla(0, 0%, 100%, .5)
}

.header-14 .nav-district-menu .fsNavLevel1>li:first-child {
    border-top: solid 1px hsla(0, 0%, 100%, .5)
}

.header-14 .nav-district-menu .fsNavLevel1>li.expanded {
    padding-bottom: 15px
}

.header-14 .nav-district-menu .fsNavLevel1>li.fsNavCurrentPage>a,
.header-14 .nav-district-menu .fsNavLevel1>li.fsNavCurrentPageAncestor>a {
    color: #fff;
    text-decoration: none
}

.header-14 .nav-district-menu .fsNavLevel1>li .expander {
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 65px;
    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
}

.header-14 .nav-district-menu .fsNavLevel1>li .expander:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    font-size: 14px;
    color: #fff;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.header-14 .nav-district-menu .fsNavLevel1>li .expander:hover:before,
.header-14 .nav-district-menu .fsNavLevel1>li .expander:focus:before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.header-14 .nav-district-menu .fsNavLevel1>li>a {
    padding: 20px 0;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none
}

.header-14 .nav-district-menu .fsNavLevel1>li>a:hover,
.header-14 .nav-district-menu .fsNavLevel1>li>a:focus {
    color: #fff;
    text-decoration: underline
}

.header-14 .nav-district-menu .fsNavLevel2 li.fsNavCurrentPage>a,
.header-14 .nav-district-menu .fsNavLevel2 li.fsNavCurrentPageAncestor>a {
    color: #fff;
    text-decoration: none
}

.header-14 .nav-district-menu .fsNavLevel2>li .expander {
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 28px;
    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
}

.header-14 .nav-district-menu .fsNavLevel2>li .expander:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    font-size: 14px;
    color: #fff;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.header-14 .nav-district-menu .fsNavLevel2>li .expander:hover:before,
.header-14 .nav-district-menu .fsNavLevel2>li .expander:focus:before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.header-14 .nav-district-menu .fsNavLevel2>li a {
    color: #fff;
    font-size: .9375rem;
    line-height: 1.3125rem;
    font-weight: 600;
    padding: 7.5px 0;
    padding-left: 20px;
    text-decoration: none
}

.header-14 .nav-district-menu .fsNavLevel2>li a:hover,
.header-14 .nav-district-menu .fsNavLevel2>li a:focus {
    color: #fff;
    text-decoration: underline
}

.header-14 .nav-district-menu .fsNavLevel3 {
    padding-left: 10px
}

.header-14 .nav-district-menu .fsNavLevel4 {
    padding-left: 20px
}

.header-14 .nav-district-menu .fsNavLevel5 {
    padding-left: 30px
}

.header-14 .nav-district-menu .fsNavLevel2,
.header-14 .nav-district-menu .fsNavLevel3,
.header-14 .nav-district-menu .fsNavLevel4,
.header-14 .nav-district-menu .fsNavLevel5 {
    display: none
}

.header-14 .google-translate {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    display: none
}

.header-14 .google-translate:before {
    content: "";
    font-family: "bpa-icon-library";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s;
    transition: .3s
}

.header-14 .google-translate:after {
    content: "";
    background: hsla(0, 0%, 100%, .3);
    height: 16px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-14 .google-translate:hover,
.header-14 .google-translate:focus-within {
    background: #fff
}

.header-14 .google-translate:hover:before,
.header-14 .google-translate:focus-within:before {
    color: var(--primary-color, #373737)
}

.header-14 .google-translate .goog-te-gadget {
    font-size: 0;
    line-height: 1
}

.header-14 .google-translate .goog-te-gadget 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
}

.header-14 .google-translate .goog-te-gadget .goog-te-combo {
    margin: 0 !important
}

.header-14 .google-translate .goog-te-gadget span {
    display: none
}

.header-14 .google-translate select {
    background: rgba(0, 0, 0, 0);
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: -9999px
}

@media(min-width: 1100px) {
    .live-demo.livedemo-sticky-active .header-14 .header-wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 40
    }

    .drawer-is-active.live-demo.livedemo-sticky-active .header-14 .header-wrap {
        position: static
    }

    .school-list-active.live-demo.livedemo-sticky-active .header-14 .header-wrap {
        position: static
    }

    .fsAccountBarVisible.live-demo.livedemo-sticky-active .header-14 .header-wrap {
        top: 45px
    }
}

.header-14 .header-top {
    width: 100%;
    position: relative;
    -webkit-box-shadow: inset 0 -1px 0 #cfcfcf;
    box-shadow: inset 0 -1px 0 #cfcfcf;
    padding-right: 1.25em;
    padding-left: 1.25em
}

@media(min-width: 700px) {
    .header-14 .header-top {
        padding-right: 1.875em;
        padding-left: 1.875em
    }
}

@media(min-width: 1100px) {
    .header-14 .header-top {
        padding-right: 3.125em;
        padding-left: 3.125em
    }
}

.header-14 .header-top>.fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -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: 1100px) {
    .header-14 .header-top>.fsElementContent {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.header-14 .menu-trigger-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.header-14 .menu-trigger-container>.fsElementContent {
    height: 100%;
    width: 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
}

.header-14 .menu-trigger-container .mobile-toggle {
    color: #fff;
    position: relative;
    top: auto;
    left: auto;
    min-height: 40px;
    height: 100%;
    max-width: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #636363
}

.header-14 .menu-trigger-container .mobile-toggle .menu-text {
    display: block;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 15px
}

.header-14 .menu-trigger-container .mobile-toggle .line-wrap {
    display: block
}

.header-14 .menu-trigger-container .mobile-toggle .line {
    position: relative;
    width: 18px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 3px 0 0 0;
    -webkit-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
    background: #636363
}

.header-14 .menu-trigger-container .mobile-toggle .line.line-1 {
    margin-top: 0
}

.header-14 .menu-trigger-container .mobile-toggle:hover .line-1,
.header-14 .menu-trigger-container .mobile-toggle:focus .line-1 {
    width: 12px
}

.header-14 .menu-trigger-container .mobile-toggle:hover .line-2,
.header-14 .menu-trigger-container .mobile-toggle:focus .line-2 {
    width: 15px
}

.header-14 .menu-trigger-container .mobile-toggle:hover .line-3,
.header-14 .menu-trigger-container .mobile-toggle:focus .line-3 {
    width: 9px
}

.header-14 .menu-trigger-container .mobile-toggle:before,
.header-14 .menu-trigger-container .mobile-toggle:after {
    content: none
}

.header-14 .header-top-wrap .menu-trigger-container {
    width: 46px;
    background: #fff
}

.header-14 .header-top-wrap .menu-trigger-container:before {
    content: "";
    background: var(--primary-color, #373737);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none
}

@media(min-width: 1100px) {
    .header-14 .header-top-wrap .menu-trigger-container {
        display: none
    }
}

.header-14 .header-top-wrap .menu-trigger-container>.fsElementContent {
    background: rgba(0, 0, 0, .2);
    position: relative;
    background: #f8f8f8
}

.header-14 .header-top-wrap .menu-trigger-container .mobile-toggle {
    border-left: solid 1px hsla(0, 0%, 100%, .3);
    width: 46px;
    border-color: #cfcfcf
}

.header-14 .header-top-wrap .menu-trigger-container .mobile-toggle .menu-text {
    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
}

.header-14 .header-top-wrap .menu-trigger-container .mobile-toggle .line-wrap {
    width: 18px
}

.header-14 .header-top .menu-trigger-container {
    margin-left: 60px
}

@media(max-width: 1099px) {
    .header-14 .header-top .menu-trigger-container {
        display: none
    }
}

.header-14 .header-top .menu-trigger-container>.fsElementContent {
    background: rgba(0, 0, 0, 0)
}

.header-14 .header-top .menu-trigger-container .mobile-toggle {
    padding: 0;
    border: none;
    width: 100%
}

.header-14 .header-top .menu-trigger-container .mobile-toggle .line-wrap {
    width: 25px
}

.header-14 .header-top .menu-trigger-container .mobile-toggle .line {
    background: #fff;
    width: 25px;
    margin: 5px 0 0 0;
    background: #636363
}

.header-14 .header-top .menu-trigger-container .mobile-toggle .line.line-1 {
    margin-top: 0
}

.header-14 .header-top .menu-trigger-container .mobile-toggle:hover .line-1,
.header-14 .header-top .menu-trigger-container .mobile-toggle:focus .line-1 {
    width: 15px
}

.header-14 .header-top .menu-trigger-container .mobile-toggle:hover .line-2,
.header-14 .header-top .menu-trigger-container .mobile-toggle:focus .line-2 {
    width: 20px
}

.header-14 .header-top .menu-trigger-container .mobile-toggle:hover .line-3,
.header-14 .header-top .menu-trigger-container .mobile-toggle:focus .line-3 {
    width: 10px
}

.header-14 .nav-utility-header {
    margin-bottom: 0;
    position: relative
}

.header-14 .nav-utility-header .fsNavLevel1 {
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.header-14 .nav-utility-header .fsNavLevel1>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative
}

.header-14 .nav-utility-header .fsNavLevel1>li.button-style {
    margin: 0 20px
}

.header-14 .nav-utility-header .fsNavLevel1>li.button-style>a {
    margin-bottom: 0 !important;
    border: none !important;
    padding: 12px 20px;
    margin: 0 0 10px;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    font-weight: 700;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: .8125rem;
    line-height: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    min-width: 180px;
    display: inline-block;
    min-width: 0;
    border: none !important;
    padding: 12px 20px;
    margin: 0 0 10px;
    background: var(--primary-color, #373737);
    color: #fff;
    font-weight: 700;
    text-align: center;
    transition: .3s;
    font-size: .8125rem;
    line-height: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    min-width: 180px;
    display: inline-block;
    min-width: 0
}

.header-14 .nav-utility-header .fsNavLevel1>li.button-style>a:before {
    content: "";
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: border-width .1s;
    transition: border-width .1s
}

.header-14 .nav-utility-header .fsNavLevel1>li.button-style>a:hover,
.header-14 .nav-utility-header .fsNavLevel1>li.button-style>a:focus,
.fsStateSelected .header-14 .nav-utility-header .fsNavLevel1>li.button-style>a,
.header-14 .nav-utility-header .fsNavLevel1>li.button-style>a.on {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none
}

.header-14 .nav-utility-header .fsNavLevel1>li.button-style>a:hover:before,
.header-14 .nav-utility-header .fsNavLevel1>li.button-style>a:focus:before,
.fsStateSelected .header-14 .nav-utility-header .fsNavLevel1>li.button-style>a:before,
.header-14 .nav-utility-header .fsNavLevel1>li.button-style>a.on:before {
    border-width: 3px
}

.header-14 .nav-utility-header .fsNavLevel1>li.button-style>a:before {
    content: "";
    border-color: var(--primary-color, #373737);
    border-style: solid;
    border-width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: border-width .1s;
    transition: border-width .1s
}

.header-14 .nav-utility-header .fsNavLevel1>li.button-style>a:hover,
.header-14 .nav-utility-header .fsNavLevel1>li.button-style>a:focus,
.fsStateSelected .header-14 .nav-utility-header .fsNavLevel1>li.button-style>a,
.header-14 .nav-utility-header .fsNavLevel1>li.button-style>a.on {
    background: #fff;
    color: var(--primary-color, #373737);
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none
}

.header-14 .nav-utility-header .fsNavLevel1>li.button-style>a:hover:before,
.header-14 .nav-utility-header .fsNavLevel1>li.button-style>a:focus:before,
.fsStateSelected .header-14 .nav-utility-header .fsNavLevel1>li.button-style>a:before,
.header-14 .nav-utility-header .fsNavLevel1>li.button-style>a.on:before {
    border-width: 3px
}

.header-14 .nav-utility-header .fsNavLevel1>li:last-child {
    margin-right: 0
}

.header-14 .nav-utility-header .fsNavLevel1>li>a {
    color: #fff;
    padding: 10px;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-decoration: none;
    color: #636363
}

.header-14 .nav-utility-header .fsNavLevel1>li>a:hover,
.header-14 .nav-utility-header .fsNavLevel1>li>a:focus {
    text-decoration: underline;
    color: var(--primary-color, #373737)
}

.header-14 .nav-utility-header .fsNavLevel1>li.fsNavParentPage.menu-item-open>a {
    text-decoration: underline;
    text-decoration: none;
    color: var(--primary-color, #373737)
}

.header-14 .nav-utility-header .fsNavLevel1>li.fsNavParentPage>a {
    padding-right: 20px
}

.header-14 .nav-utility-header .fsNavLevel1>li.fsNavParentPage>a:after {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    position: absolute;
    top: 50%;
    font-size: 10px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px
}

.header-14 .nav-utility-header .fsNavLevel1>li {
    position: relative
}

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

.header-14 .nav-utility-header .fsNavLevel1>li:hover>.fsNavPageInfo {
    max-height: 9999px
}

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

.header-14 .nav-utility-header .fsNavLevel1>li:hover .fsNavPageInfo,
.header-14 .nav-utility-header .fsNavLevel1>li:focus .fsNavPageInfo {
    max-height: 9999px
}

.header-14 .nav-utility-header .fsNavLevel1>li.menu-item-open {
    position: relative
}

.header-14 .nav-utility-header .fsNavLevel1>li.menu-item-open>.fsNavPageInfo {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    overflow: hidden
}

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

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

.header-14 .nav-utility-header .fsNavLevel1>li.menu-item-open:hover .fsNavPageInfo,
.header-14 .nav-utility-header .fsNavLevel1>li.menu-item-open:focus .fsNavPageInfo {
    max-height: 9999px
}

.header-14 .nav-utility-header .fsNavLevel1>li .fsNavPageInfo {
    left: auto !important;
    right: 0;
    width: 230px;
    background: #fff;
    -webkit-box-shadow: inset 0 -1px 0 0 #e5e5e5, inset -1px 0 0 0 #e5e5e5, inset 1px 0 0 0 #e5e5e5;
    box-shadow: inset 0 -1px 0 0 #e5e5e5, inset -1px 0 0 0 #e5e5e5, inset 1px 0 0 0 #e5e5e5;
    z-index: 500;
    background: var(--primary-color, #373737);
    -webkit-box-shadow: 0px 15px 25px rgba(0, 0, 0, .3);
    box-shadow: 0px 15px 25px rgba(0, 0, 0, .3)
}

.header-14 .nav-utility-header .fsNavLevel2 {
    padding: 22.5px 30px;
    width: 100%
}

.header-14 .nav-utility-header .fsNavLevel2 li {
    width: auto
}

.header-14 .nav-utility-header .fsNavLevel2 li a {
    display: block;
    padding: 7.5px 0;
    font-size: .9375rem;
    line-height: 1.3125rem;
    text-transform: none;
    text-decoration: none;
    color: #fff
}

.header-14 .nav-utility-header .fsNavLevel2 li a:hover,
.header-14 .nav-utility-header .fsNavLevel2 li a:focus {
    text-decoration: underline
}

.header-14 .nav-main {
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0)
}

.fsHeader .header-14 .nav-main {
    display: none
}

@media(min-width: 1100px) {
    .fsHeader .header-14 .nav-main {
        display: block
    }
}

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

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

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

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

.header-14 .nav-main .fsNavLevel1>li {
    padding: 0 15px
}

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

.header-14 .nav-main .fsNavLevel1>li:hover>a,
.header-14 .nav-main .fsNavLevel1>li:focus-within>a,
.header-14 .nav-main .fsNavLevel1>li.menu-item-open>a,
.header-14 .nav-main .fsNavLevel1>li.fsNavCurrentPage>a,
.header-14 .nav-main .fsNavLevel1>li.fsNavCurrentPageAncestor>a {
    color: #fff;
    background: rgba(0, 0, 0, 0);
    color: var(--primary-color, #373737)
}

.header-14 .nav-main .fsNavLevel1>li:hover>a:after,
.header-14 .nav-main .fsNavLevel1>li:focus-within>a:after,
.header-14 .nav-main .fsNavLevel1>li.menu-item-open>a:after,
.header-14 .nav-main .fsNavLevel1>li.fsNavCurrentPage>a:after,
.header-14 .nav-main .fsNavLevel1>li.fsNavCurrentPageAncestor>a:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.header-14 .nav-main .fsNavLevel1>li:first-child {
    padding-left: 0
}

.header-14 .nav-main .fsNavLevel1>li:last-child {
    padding-right: 0
}

.header-14 .nav-main .fsNavLevel1>li>a {
    color: #fff;
    display: block;
    font-size: 1.125rem;
    line-height: 1.3125rem;
    font-weight: 700;
    padding: 15px 0;
    position: relative;
    text-decoration: none;
    color: #242424
}

.header-14 .nav-main .fsNavLevel1>li>a:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    margin: 0 auto;
    bottom: 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .3s;
    transition: .3s
}

.header-14 .nav-main .fsNavLevel1>li>a:after {
    background-color: var(--secondary-color, #cfcfcf)
}

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

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

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

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

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

html.js .header-14 .nav-main .fsNavLevel1>li.has-description.has-thumbnail,
html.js .header-14 .nav-main .fsNavLevel1>li.has-thumbnail,
html.js .header-14 .nav-main .fsNavLevel1>li.has-description,
html:not(.js) .header-14 .nav-main .fsNavLevel1>li.menu-item-open.has-description.has-thumbnail,
html:not(.js) .header-14 .nav-main .fsNavLevel1>li.menu-item-open.has-thumbnail,
html:not(.js) .header-14 .nav-main .fsNavLevel1>li.menu-item-open.has-description {
    position: static
}

html.js .header-14 .nav-main .fsNavLevel1>li:nth-last-child(-n+3).has-thumbnail:not(.has-description) .fsNavPageInfo,
html.js .header-14 .nav-main .fsNavLevel1>li:nth-last-child(-n+3).has-description:not(.has-thumbnail) .fsNavPageInfo,
html:not(.js) .header-14 .nav-main .fsNavLevel1>li.menu-item-open:nth-last-child(-n+3).has-thumbnail:not(.has-description) .fsNavPageInfo,
html:not(.js) .header-14 .nav-main .fsNavLevel1>li.menu-item-open:nth-last-child(-n+3).has-description:not(.has-thumbnail) .fsNavPageInfo {
    left: auto;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

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

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

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

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

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

html:not(.js) .header-14 .nav-main .fsNavLevel1>li.has-description.has-thumbnail,
html:not(.js) .header-14 .nav-main .fsNavLevel1>li.has-thumbnail,
html:not(.js) .header-14 .nav-main .fsNavLevel1>li.has-description {
    position: static
}

html:not(.js) .header-14 .nav-main .fsNavLevel1>li:nth-last-child(-n+3).has-thumbnail:not(.has-description) .fsNavPageInfo,
html:not(.js) .header-14 .nav-main .fsNavLevel1>li:nth-last-child(-n+3).has-description:not(.has-thumbnail) .fsNavPageInfo,
html:not(.js) .header-14 .nav-main .fsNavLevel1>li:nth-last-child(-n+3).fsNavParentPage .fsNavPageInfo {
    left: auto;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.header-14 .nav-main .fsNavLevel1>li .fsNavPageInfo {
    background: var(--primary-color, #373737);
    color: #fff;
    max-width: 1180px;
    min-width: 520px;
    width: 100%;
    overflow-y: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0px 15px 25px rgba(0, 0, 0, .3);
    box-shadow: 0px 15px 25px rgba(0, 0, 0, .3);
    z-index: 300
}

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

.header-14 .nav-main .fsNavLevel1>li.fsNavParentPage.has-description.has-thumbnail .fsNavPageDescription,
.header-14 .nav-main .fsNavLevel1>li.fsNavParentPage.has-thumbnail .fsNavPageDescription,
.header-14 .nav-main .fsNavLevel1>li.fsNavParentPage.has-description:not(.has-thumbnail) .fsNavPageDescription {
    width: 27.1186440678%
}

.header-14 .nav-main .fsNavLevel1>li.fsNavParentPage.has-description.has-thumbnail .col-wrap,
.header-14 .nav-main .fsNavLevel1>li.fsNavParentPage.has-thumbnail .col-wrap,
.header-14 .nav-main .fsNavLevel1>li.fsNavParentPage.has-description:not(.has-thumbnail) .col-wrap {
    width: 44.0677966102%
}

.header-14 .nav-main .fsNavLevel1>li .fsNavPageDescription {
    font-size: .875rem;
    line-height: 1.375rem;
    padding: 40px
}

.header-14 .nav-main .fsNavLevel1>li .fsNavPageDescription h1,
.header-14 .nav-main .fsNavLevel1>li .fsNavPageDescription h2,
.header-14 .nav-main .fsNavLevel1>li .fsNavPageDescription h3,
.header-14 .nav-main .fsNavLevel1>li .fsNavPageDescription h4,
.header-14 .nav-main .fsNavLevel1>li .fsNavPageDescription h5,
.header-14 .nav-main .fsNavLevel1>li .fsNavPageDescription h6 {
    color: #fff;
    margin-bottom: 10px
}

.header-14 .nav-main .fsNavLevel1>li .fsNavPageDescription a {
    color: #fff;
    padding: 0;
    display: inline;
    text-decoration-line: underline
}

.header-14 .nav-main .fsNavLevel1>li .fsNavPageDescription a.button-arrow-on-dark,
.header-14 .nav-main .fsNavLevel1>li .fsNavPageDescription a.button-arrow-on-dark {
    color: #fff;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 700;
    letter-spacing: .03em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    margin-top: 10px
}

.header-14 .nav-main .fsNavLevel1>li .fsNavPageDescription a.button-arrow-on-dark:after,
.header-14 .nav-main .fsNavLevel1>li .fsNavPageDescription a.button-arrow-on-dark:after {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    margin-left: 12px;
    padding-right: 5px
}

.header-14 .nav-main .fsNavLevel1>li .fsNavPageDescription a.button-arrow-on-dark:hover,
.header-14 .nav-main .fsNavLevel1>li .fsNavPageDescription a.button-arrow-on-dark:focus,
.header-14 .nav-main .fsNavLevel1>li .fsNavPageDescription a.button-arrow-on-dark:hover,
.header-14 .nav-main .fsNavLevel1>li .fsNavPageDescription a.button-arrow-on-dark:focus {
    color: #fff;
    text-decoration: underline
}

.header-14 .nav-main .fsNavLevel1>li .fsNavPageDescription a.button-arrow-on-dark:hover:after,
.header-14 .nav-main .fsNavLevel1>li .fsNavPageDescription a.button-arrow-on-dark:focus:after,
.header-14 .nav-main .fsNavLevel1>li .fsNavPageDescription a.button-arrow-on-dark:hover:after,
.header-14 .nav-main .fsNavLevel1>li .fsNavPageDescription a.button-arrow-on-dark:focus:after {
    color: #fff;
    overflow: hidden;
    -webkit-animation: 1s wobble-horizontal ease-in-out 1;
    animation: 1s wobble-horizontal ease-in-out 1
}

.header-14 .nav-main .fsNavLevel1>li .fsNavPageDescription a:hover,
.header-14 .nav-main .fsNavLevel1>li .fsNavPageDescription a:focus {
    text-decoration: none
}

.header-14 .nav-main .fsNavLevel1>li .fsNavPageDescription hr {
    height: 1px;
    border: 0;
    border-top: 1px solid hsla(0, 0%, 100%, .3)
}

.header-14 .nav-main .fsNavLevel1>li .fsNavPageThumbnail {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    max-width: 340px;
    width: 28.813559322%;
    min-height: 340px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.header-14 .nav-main .fsNavLevel1>li .fsNavPageThumbnail 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
}

.header-14 .nav-main .fsNavLevel1>li .col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px;
    width: 100%
}

.header-14 .nav-main .fsNavLevel1>li .col-wrap .menu-col {
    width: calc(50% - 10px)
}

.header-14 .nav-main .fsNavLevel1>li .fsNavLevel2 li {
    border-bottom: solid 1px hsla(0, 0%, 100%, .3)
}

.header-14 .nav-main .fsNavLevel1>li .fsNavLevel2 li:last-child {
    border: none
}

.header-14 .nav-main .fsNavLevel1>li .fsNavLevel2 li a {
    display: block;
    color: #fff;
    font-size: .9375rem;
    line-height: 1.3125rem;
    font-weight: 600;
    padding: 10px 0;
    text-decoration: none
}

.header-14 .nav-main .fsNavLevel1>li .fsNavLevel2 li a:hover,
.header-14 .nav-main .fsNavLevel1>li .fsNavLevel2 li a:focus {
    color: #fff;
    background: rgba(0, 0, 0, 0);
    text-decoration: underline
}

.header-14 .nav-main .fsNavLevel1>li .fsNavLevel2 li[class*=fsNavCurrentPage]>a {
    color: #fff
}

.header-14 .logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    position: relative
}

@media(min-width: 1100px) {
    .header-14 .logo-container {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 30px 30px 30px 0
    }
}

.header-14 .logo-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;
    gap: 20px
}

@media(max-width: 599px) {
    .header-14 .logo-container>.fsElementContent {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px
    }
}

.header-14 .logo-container .logo-image img {
    display: block;
    max-height: 40px
}

@media(min-width: 600px) {
    .header-14 .logo-container .logo-image img {
        max-height: 60px
    }
}

.header-14 .logo-container .logo-image.logo-bg img {
    background: #fff;
    padding: 10px
}

.header-14 .logo-container .logo-image.height-xsmall img {
    max-height: 40px
}

.header-14 .logo-container .logo-image.height-small img {
    max-height: 40px
}

@media(min-width: 600px) {
    .header-14 .logo-container .logo-image.height-small img {
        max-height: 60px
    }
}

.header-14 .logo-container .logo-image.height-medium img {
    max-height: 60px
}

@media(min-width: 600px) {
    .header-14 .logo-container .logo-image.height-medium img {
        max-height: 80px
    }
}

.header-14 .logo-container .logo-image.height-large img {
    max-height: 80px
}

@media(min-width: 600px) {
    .header-14 .logo-container .logo-image.height-large img {
        max-height: 100px
    }
}

.header-14 .logo-container .logo-image.height-xlarge img {
    max-height: 100px
}

@media(min-width: 600px) {
    .header-14 .logo-container .logo-image.height-xlarge img {
        max-height: 120px
    }
}

body:not(.fsComposeMode) .header-14 .logo-container .logo-image header {
    display: none
}

.header-14 .logo-container .logo-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media(max-width: 599px) {
    .header-14 .logo-container .logo-title {
        text-align: center
    }
}

.header-14 .logo-container .logo-title.no-title {
    display: none
}

.header-14 .logo-container .logo-title .fsLocationSingleItem {
    color: #fff;
    color: #242424
}

.header-14 .logo-container .logo-title .fsLocationSingleItem>div:last-child {
    margin-bottom: 0
}

.header-14 .logo-container .logo-title .fsLocationName,
.header-14 .logo-container .logo-title .fsLocationTitle,
.header-14 .logo-container .logo-title .fsLocationSubtitle {
    color: inherit;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    font-weight: 500;
    font-family: var(--accent-font, "Zilla Slab");
    width: 100%;
    margin-bottom: 0
}

@media(min-width: 600px) {

    .header-14 .logo-container .logo-title .fsLocationName,
    .header-14 .logo-container .logo-title .fsLocationTitle,
    .header-14 .logo-container .logo-title .fsLocationSubtitle {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

.header-14 .logo-container .logo-title .fsLocationLink {
    color: inherit;
    text-decoration: none
}

.header-14 .logo-container .logo-title .fsLocationLink:hover,
.header-14 .logo-container .logo-title .fsLocationLink:focus {
    text-decoration: underline
}

.header-14 .logo-container .logo-title .fsLocationMotto {
    font-size: .9375rem;
    line-height: 1.5rem;
    font-weight: 400;
    font-style: italic;
    width: 100%;
    margin-bottom: 20px;
    color: #636363
}

.header-14 .logo-container .logo-title .fsLocationAddress,
.header-14 .logo-container .logo-title .fsLocationCity,
.header-14 .logo-container .logo-title .fsLocationState,
.header-14 .logo-container .logo-title .fsLocationZip,
.header-14 .logo-container .logo-title .fsLocationCountry,
.header-14 .logo-container .logo-title .fsLocationPhone,
.header-14 .logo-container .logo-title .fsLocationFax,
.header-14 .logo-container .logo-title .fsLocationEmail {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700
}

.header-14 .logo-container .logo-title .fsLocationPhone {
    color: inherit
}

.header-14 .logo-container .logo-title .fsLocationPhone a {
    color: inherit;
    font-weight: inherit
}

.header-14 .logo-container .logo-title .fsLocationEmail {
    color: inherit
}

.header-14 .logo-container .logo-title .fsLocationEmail a {
    color: inherit;
    font-weight: inherit
}

body:not(.fsComposeMode) .header-14 .logo-container .logo-title header {
    display: none
}

.header-14 .search-container {
    display: none
}

.header-14 .search-container .search-trigger {
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    height: 40px;
    width: 40px;
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.header-14 .search-container .search-trigger:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: color .3s, -webkit-transform .3s;
    transition: color .3s, -webkit-transform .3s;
    transition: transform .3s, color .3s;
    transition: transform .3s, color .3s, -webkit-transform .3s;
    color: #636363
}

.header-14 .search-container .search-trigger:hover:before,
.header-14 .search-container .search-trigger:focus:before {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2)
}

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

.header-14 .site-search {
    background: var(--primary-color, #373737);
    position: relative;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
    left: auto;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header-14 .site-search:before {
    content: "";
    background: rgba(0, 0, 0, .2);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0)
}

.active-search .header-14 .site-search {
    opacity: 1;
    visibility: visible;
    min-width: 400px;
    width: 100%
}

.header-14 .site-search>.fsElementContent {
    width: calc(100% - 40px)
}

.header-14 .site-search footer {
    display: none
}

@media(min-width: 1100px) {
    .header-14 .site-search footer {
        display: block
    }
}

.header-14 .site-search footer .fsElementFooterContent {
    margin: 0
}

.header-14 .site-search .search-close {
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 40px;
    overflow: hidden;
    position: relative
}

.header-14 .site-search .search-close:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    line-height: 1;
    font-size: 10px;
    display: block;
    color: #fff;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.header-14 .site-search .search-close:hover:before,
.header-14 .site-search .search-close:focus:before {
    -webkit-animation: 1s spin ease-in-out 1;
    animation: 1s spin ease-in-out 1
}

.header-14 .site-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-14 .site-search .fsFieldLabel {
    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
}

.header-14 .site-search .fsSearchElementKeyword {
    margin: 0;
    width: calc(100% - 40px);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.header-14 .site-search .fsSearchElementKeyword ::-webkit-input-placeholder {
    color: #fff
}

.header-14 .site-search .fsSearchElementKeyword :-moz-placeholder {
    color: #fff;
    opacity: 1
}

.header-14 .site-search .fsSearchElementKeyword ::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.header-14 .site-search .fsSearchElementKeyword :-ms-input-placeholder {
    color: #fff
}

.header-14 .site-search .fsStyleSearchField {
    background: rgba(0, 0, 0, 0);
    border: none;
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 40px;
    padding: 10px 30px 10px 10px
}

.header-14 .site-search .fsButtonClear {
    overflow: hidden
}

.header-14 .site-search .fsButtonClear:before {
    border-width: 1px
}

.header-14 .site-search .fsSearchElementSearchButton {
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    border: 0;
    height: 40px;
    width: 40px;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    min-width: 0
}

@media(min-width: 1100px) {
    .header-14 .site-search .fsSearchElementSearchButton {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
}

.header-14 .site-search .fsSearchElementSearchButton:before {
    content: none
}

.header-14 .site-search .fsSearchElementSearchButton:after {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.header-14 .site-search .fsSearchElementSearchButton:hover:after,
.header-14 .site-search .fsSearchElementSearchButton:focus:after {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2)
}

.header-14 .fsResourceElement.fsSingleItem.hero article picture {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 38.1944444444vw;
    display: block;
    position: relative
}

@media(min-width: 1200px) {
    .header-14 .fsResourceElement.fsSingleItem.hero article picture {
        max-height: 550px
    }
}

.header-14 .fsResourceElement.fsSingleItem.hero article picture 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
}

@media(max-width: 1099px) {
    .header-14 {
        overflow-y: hidden
    }
}

@media(min-width: 1100px) {

    body.livedemo-sticky-active.drawer-is-active:not(.home) .header-14>.fsElementContent,
    body.livedemo-sticky-active.school-list-active:not(.home) .header-14>.fsElementContent {
        margin-top: 0 !important
    }
}

.header-14 .header-wrap {
    background: #fff
}

.header-14 .header-wrap+.nav-sub-horizontal {
    border-top: solid 1px #cfcfcf
}

.fsComposeMode .header-14 .header-wrap {
    position: static
}

.header-14 .header-top {
    -webkit-box-shadow: none;
    box-shadow: none
}

.header-14 .top-right-container {
    display: none
}

@media(min-width: 1100px) {
    .header-14 .top-right-container {
        display: block;
        padding: 30px 0
    }
}

.header-14 .top-right-container>.fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

.header-14 .nav-main {
    background: #f8f8f8;
    width: 100%
}

.header-14 .nav-main .fsNavLevel1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-14 .nav-main .fsNavLevel1>li {
    padding: 0 25px
}

.header-14 .nav-main .fsNavLevel1>li:hover>a,
.header-14 .nav-main .fsNavLevel1>li:focus-within>a,
.header-14 .nav-main .fsNavLevel1>li.menu-item-open>a,
.header-14 .nav-main .fsNavLevel1>li.fsNavCurrentPage>a,
.header-14 .nav-main .fsNavLevel1>li.fsNavCurrentPageAncestor>a {
    color: var(--primary-color, #373737)
}

.header-14 .nav-main .fsNavLevel1>li>a {
    color: #242424
}

.header-14 .nav-main .fsNavLevel1>li>a:after {
    background-color: var(--secondary-color, #cfcfcf);
    height: 5px
}

.header-14 .nav-main+.nav-sub-horizontal {
    border-top: solid 1px #cfcfcf
}

.header-14 .nav-utility-header .fsNavLevel1>li.fsNavParentPage:hover>a,
.header-14 .nav-utility-header .fsNavLevel1>li.fsNavParentPage:focus>a,
.header-14 .nav-utility-header .fsNavLevel1>li.fsNavParentPage.menu-item-open>a {
    color: #636363
}

.header-14 .nav-utility-header .fsNavLevel1>li.button-style>a {
    border: none !important;
    padding: 12px 20px;
    margin: 0 0 10px;
    background: #fff;
    color: #636363;
    font-weight: 700;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: .8125rem;
    line-height: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    min-width: 180px;
    display: inline-block;
    min-width: 0
}

.header-14 .nav-utility-header .fsNavLevel1>li.button-style>a:before {
    content: "";
    border-color: #636363;
    border-style: solid;
    border-width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: border-width .1s;
    transition: border-width .1s
}

.header-14 .nav-utility-header .fsNavLevel1>li.button-style>a:hover,
.header-14 .nav-utility-header .fsNavLevel1>li.button-style>a:focus,
.fsStateSelected .header-14 .nav-utility-header .fsNavLevel1>li.button-style>a,
.header-14 .nav-utility-header .fsNavLevel1>li.button-style>a.on {
    background: #fff;
    color: #636363;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none
}

.header-14 .nav-utility-header .fsNavLevel1>li.button-style>a:hover:before,
.header-14 .nav-utility-header .fsNavLevel1>li.button-style>a:focus:before,
.fsStateSelected .header-14 .nav-utility-header .fsNavLevel1>li.button-style>a:before,
.header-14 .nav-utility-header .fsNavLevel1>li.button-style>a.on:before {
    border-width: 3px
}

.header-14 .nav-utility-header .fsNavLevel1>li>a {
    margin-bottom: 0;
    color: var(--primary-color, #373737)
}

.header-14 .nav-utility-header .fsNavLevel1>li>a:hover,
.header-14 .nav-utility-header .fsNavLevel1>li>a:focus {
    color: #636363
}

.header-14 .search-container .search-trigger {
    margin-left: 1.125rem
}

.slideshow-10 .fsResourceElement {
    position: relative;
    margin-bottom: 0
}

.slideshow-10 .fsResourceElement.fsSingleItem article figcaption a {
    text-decoration: none
}

.slideshow-10 .fsResourceElement.fsSingleItem article figcaption a:hover,
.slideshow-10 .fsResourceElement.fsSingleItem article figcaption a:focus {
    text-decoration: underline
}

.slideshow-10 .fsResourceElement.fsSingleItem article figcaption .figcaption-inner {
    opacity: 1
}

.slideshow-10 .fsResourceElement>.fsElementContent {
    position: relative;
    background: var(--primary-color, #373737)
}

.slideshow-10 .fsResourceElement .fsListItems {
    margin: 0
}

.slideshow-10 .fsResourceElement .fsElementSlideshow {
    margin: 0
}

.slideshow-10 .fsResourceElement .fsElementSlideshow[data-arrows*=true] {
    padding: 0;
    margin-bottom: 0
}

.slideshow-10 .fsResourceElement .fsElementSlideshow.has-controls .slick-navigation .fsPrevButton,
.slideshow-10 .fsResourceElement .fsElementSlideshow.has-controls .slick-navigation .fsLeftArrow {
    margin-left: 50px
}

.slideshow-10 .fsResourceElement article {
    padding: 0;
    position: relative;
    overflow: hidden
}

.slideshow-10 .fsResourceElement article figure {
    position: relative
}

.slideshow-10 .fsResourceElement article .fsResourceName {
    display: none
}

.slideshow-10 .fsResourceElement article picture {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 62.5vw;
    display: block;
    position: relative
}

@media(min-width: 1100px) {
    .slideshow-10 .fsResourceElement article picture {
        height: 50vw
    }
}

@media(min-width: 1200px) {
    .slideshow-10 .fsResourceElement article picture {
        height: 58vw
    }
}

.slideshow-10 .fsResourceElement article picture 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
}

.slideshow-10 .fsResourceElement article.fsResourceTypeVideo {
    position: relative;
    overflow: hidden
}

.slideshow-10 .fsResourceElement article.fsResourceTypeVideo .fsResourceVideoWrapper,
.slideshow-10 .fsResourceElement article.fsResourceTypeVideo .video-wrapper {
    position: relative;
    height: 62.5vw
}

@media(min-width: 1100px) {

    .slideshow-10 .fsResourceElement article.fsResourceTypeVideo .fsResourceVideoWrapper,
    .slideshow-10 .fsResourceElement article.fsResourceTypeVideo .video-wrapper {
        height: 50vw
    }
}

@media(min-width: 1200px) {

    .slideshow-10 .fsResourceElement article.fsResourceTypeVideo .fsResourceVideoWrapper,
    .slideshow-10 .fsResourceElement article.fsResourceTypeVideo .video-wrapper {
        height: 58vw
    }
}

.slideshow-10 .fsResourceElement article.fsResourceTypeVideo video {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto
}

.slideshow-10 .fsResourceElement article.fsResourceTypeVideo.no-wrapper video {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    min-width: 0;
    min-height: 0;
    height: 58vw
}

.slideshow-10 .fsResourceElement article.fsResourceTypeVideo figure {
    position: static
}

.slideshow-10 .fsResourceElement article.fsResourceTypeVideo .fsDescription:only-child {
    margin-top: 0
}

.slideshow-10 .fsResourceElement article figcaption {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5625rem;
    font-style: normal;
    padding: 40px 20px;
    margin: 0px;
    text-align: center;
    position: relative;
    z-index: 2;
    width: 100%
}

@media(min-width: 700px) {
    .slideshow-10 .fsResourceElement article figcaption {
        padding: 40px 30px
    }
}

@media(min-width: 1100px) {
    .slideshow-10 .fsResourceElement article figcaption {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 150px 50px 50px;
        border: none;
        text-align: left
    }
}

@media(min-width: 1100px) {
    .slideshow-10 .fsResourceElement article figcaption:before {
        content: "";
        background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(55%, #000000), to(transparent));
        background: linear-gradient(0deg, #000000 0%, #000000 55%, transparent 100%);
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: .7
    }
}

.slideshow-10 .fsResourceElement article figcaption .figcaption-inner {
    position: relative;
    margin: 0 auto;
    max-width: 980px;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in .3s;
    transition: opacity .5s ease-in .3s
}

.slideshow-10 .fsResourceElement article figcaption .fsTitle {
    color: var(--primary-color, #373737);
    font-family: var(--accent-font, "Zilla Slab");
    font-size: 3rem;
    line-height: 4.1875rem;
    font-weight: 700;
    margin-bottom: 50px;
    color: #fff;
    margin-bottom: 20px;
    position: relative
}

@media(max-width: 699px) {
    .slideshow-10 .fsResourceElement article figcaption .fsTitle {
        font-size: 1.75rem;
        line-height: 2.125rem;
        margin-bottom: 20px
    }
}

.slideshow-10 .fsResourceElement article figcaption .fsTitle:only-child {
    margin-bottom: 0
}

.slideshow-10 .fsResourceElement article figcaption a {
    margin-bottom: 0
}

.slideshow-10 .fsResourceElement article figcaption a:not([class]) {
    color: #fff;
    text-decoration: underline;
    -webkit-transition: .3s;
    transition: .3s
}

.slideshow-10 .fsResourceElement article figcaption a:not([class]):hover,
.slideshow-10 .fsResourceElement article figcaption a:not([class]):focus {
    text-decoration: none
}

@media(max-width: 599px) {

    .slideshow-10 .fsResourceElement article figcaption .button-on-dark-1,
    .slideshow-10 .fsResourceElement article figcaption .button-on-dark-1,
    .slideshow-10 .fsResourceElement article figcaption .button-on-dark-2,
    .slideshow-10 .fsResourceElement article figcaption .button-on-dark-2,
    .slideshow-10 .fsResourceElement article figcaption .button-on-dark-3,
    .slideshow-10 .fsResourceElement article figcaption .button-on-dark-3 {
        display: block
    }
}

.slideshow-10 .fsResourceElement article.slick-current figcaption .figcaption-inner {
    opacity: 1
}

.slideshow-10 .fsResourceElement .slick-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: calc(100% - 62.5vw + 40px);
    pointer-events: none;
    width: 100%
}

.slideshow-10 .fsResourceElement .slick-navigation .fsPrevButton,
.slideshow-10 .fsResourceElement .slick-navigation .fsNextButton,
.slideshow-10 .fsResourceElement .slick-navigation .slick-prev,
.slideshow-10 .fsResourceElement .slick-navigation .slick-next {
    padding: 0;
    cursor: pointer;
    border-radius: 100%;
    border: solid 1px #fff;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    margin: 0;
    background: #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 30
}

.slideshow-10 .fsResourceElement .slick-navigation .fsPrevButton:before,
.slideshow-10 .fsResourceElement .slick-navigation .fsNextButton:before,
.slideshow-10 .fsResourceElement .slick-navigation .slick-prev:before,
.slideshow-10 .fsResourceElement .slick-navigation .slick-next:before {
    color: #636363;
    display: block;
    position: static;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.slideshow-10 .fsResourceElement .slick-navigation .fsPrevButton,
.slideshow-10 .fsResourceElement .slick-navigation .slick-prev {
    left: 0
}

.slideshow-10 .fsResourceElement .slick-navigation .fsPrevButton:before,
.slideshow-10 .fsResourceElement .slick-navigation .slick-prev:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.slideshow-10 .fsResourceElement .slick-navigation .fsPrevButton:hover:before,
.slideshow-10 .fsResourceElement .slick-navigation .fsPrevButton:focus:before,
.slideshow-10 .fsResourceElement .slick-navigation .slick-prev:hover:before,
.slideshow-10 .fsResourceElement .slick-navigation .slick-prev:focus:before {
    -webkit-animation: 3s bounce-left ease-in-out 1;
    animation: 3s bounce-left ease-in-out 1
}

.slideshow-10 .fsResourceElement .slick-navigation .fsPrevButton.fsUpArrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0
}

.slideshow-10 .fsResourceElement .slick-navigation .fsNextButton,
.slideshow-10 .fsResourceElement .slick-navigation .slick-next {
    right: 0
}

.slideshow-10 .fsResourceElement .slick-navigation .fsNextButton:before,
.slideshow-10 .fsResourceElement .slick-navigation .slick-next:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.slideshow-10 .fsResourceElement .slick-navigation .fsNextButton:hover:before,
.slideshow-10 .fsResourceElement .slick-navigation .fsNextButton:focus:before,
.slideshow-10 .fsResourceElement .slick-navigation .slick-next:hover:before,
.slideshow-10 .fsResourceElement .slick-navigation .slick-next:focus:before {
    -webkit-animation: 3s bounce-right ease-in-out 1;
    animation: 3s bounce-right ease-in-out 1
}

.slideshow-10 .fsResourceElement .slick-navigation .fsNextButton.fsDownArrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: auto;
    left: 0;
    right: auto;
    bottom: 0
}

.slideshow-10 .fsResourceElement .slick-navigation .fsPrevButton,
.slideshow-10 .fsResourceElement .slick-navigation .fsNextButton,
.slideshow-10 .fsResourceElement .slick-navigation .slick-prev,
.slideshow-10 .fsResourceElement .slick-navigation .slick-next {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto;
    left: auto;
    right: auto;
    pointer-events: auto
}

@media(min-width: 1100px) {
    .slideshow-10 .fsResourceElement .slick-navigation {
        bottom: 50px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 50px;
        -webkit-transition: padding .3s;
        transition: padding .3s
    }
}

.slideshow-10 .fsResourceElement .fsElementSlideshowControls {
    width: 140px;
    position: absolute;
    left: 50%;
    right: 0;
    bottom: calc(100% - 62.5vw + 40px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10
}

@media(min-width: 1100px) {
    .slideshow-10 .fsResourceElement .fsElementSlideshowControls {
        width: 100%;
        left: 0;
        bottom: 50px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0 auto
    }
}

.slideshow-10 .fsResourceElement .fsElementSlideshowControls.pause-slideshow .fsSlideshowPause:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.slideshow-10 .fsResourceElement .fsPager {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    line-height: 1
}

.slideshow-10 .fsResourceElement .fsPager li {
    margin: 0 7.5px;
    height: 12px;
    width: 12px
}

.slideshow-10 .fsResourceElement .fsPager li.slick-active button {
    background-color: #636363;
    border-color: #636363;
    background-color: #fff;
    border-color: #fff
}

.slideshow-10 .fsResourceElement .fsPager li button {
    width: 12px;
    height: 12px;
    cursor: pointer;
    pointer-events: auto;
    border-color: #636363;
    border-color: #fff
}

.slideshow-10 .fsResourceElement .fsPager li:hover button,
.slideshow-10 .fsResourceElement .fsPager li:focus button {
    background-color: #636363;
    border-color: #636363;
    background-color: #fff;
    border-color: #fff
}

body:not(.fsDraftMode) #fsPageBodyWrapper .hero {
    display: none
}

.slideshow-10 .fsResourceElement {
    background: #fff;
    padding: 20px
}

@media(min-width: 700px) {
    .slideshow-10 .fsResourceElement article figcaption {
        text-align: center
    }
}

@media(min-width: 1100px) {
    .slideshow-10 .fsResourceElement article figcaption {
        padding: 150px 0 100px
    }
}

.slideshow-10 .fsResourceElement article figcaption .figcaption-inner {
    position: relative;
    margin: 0 auto;
    max-width: 980px
}

@media(min-width: 1100px) {
    .slideshow-10 .fsResourceElement .fsElementSlideshowControls {
        right: 150px;
        left: auto;
        margin: 0;
        width: 40px
    }
}

@media(min-width: 1100px) {
    .slideshow-10 .fsResourceElement .slick-navigation {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.footer-7 .footer-top-container {
    background-color: var(--primary-color, #373737);
    color: #fff;
    margin-bottom: 0;
    padding: 40px 20px
}

@media(min-width: 700px) {
    .footer-7 .footer-top-container {
        padding: 50px 30px
    }
}

@media(min-width: 1100px) {
    .footer-7 .footer-top-container {
        padding: 50px
    }
}

.footer-7 .footer-top-container a {
    color: inherit;
    font-weight: inherit
}

.footer-7 .footer-top-container>.fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    text-align: center
}

@media(min-width: 700px) {
    .footer-7 .footer-top-container>.fsElementContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media(min-width: 1100px) {
    .footer-7 .footer-top-container>.fsElementContent {
        text-align: left
    }
}

.footer-7 .footer-top-container .fsElementTitle {
    color: #fff;
    font-family: var(--accent-font, "Zilla Slab");
    font-size: 1.375rem;
    line-height: 1.875rem;
    font-weight: 600;
    margin-bottom: 20px
}

.footer-7 .footer-content {
    font-size: .9375rem;
    line-height: 1.5rem;
    font-style: italic;
    text-align: left;
    width: 100%
}

.footer-7 #fsPoweredByFinalsite {
    width: 132px;
    max-width: none
}

@media(min-width: 700px) {
    .footer-7 #fsPoweredByFinalsite {
        margin: 0
    }
}

@media(min-width: 700px) {
    .footer-7 .school-details-container {
        text-align: left
    }
}

.footer-7 .school-details-container .logo-container {
    margin-bottom: 20px !important
}

.footer-7 .school-details-container .logo-container>.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: 700px) {
    .footer-7 .school-details-container .logo-container>.fsElementContent {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.footer-7 .school-details-container .logo-container .logo-image {
    margin-bottom: 10px
}

@media(min-width: 700px) {
    .footer-7 .school-details-container .logo-container .logo-image {
        margin-right: 20px;
        margin-bottom: 0
    }
}

body:not(.fsComposeMode) .footer-7 .school-details-container .logo-container .logo-image header {
    display: none
}

.footer-7 .school-details-container .logo-container .logo-image .fsLocationLink {
    display: block
}

.footer-7 .school-details-container .logo-container .logo-image img {
    display: block;
    max-height: 40px
}

.footer-7 .school-details-container .logo-container .logo-image.logo-bg img {
    background: #fff;
    padding: 10px
}

.footer-7 .school-details-container .logo-container .logo-image.height-xsmall img {
    max-height: 40px
}

.footer-7 .school-details-container .logo-container .logo-image.height-small img {
    max-height: 40px
}

@media(min-width: 600px) {
    .footer-7 .school-details-container .logo-container .logo-image.height-small img {
        max-height: 60px
    }
}

.footer-7 .school-details-container .logo-container .logo-image.height-medium img {
    max-height: 60px
}

@media(min-width: 600px) {
    .footer-7 .school-details-container .logo-container .logo-image.height-medium img {
        max-height: 80px
    }
}

.footer-7 .school-details-container .logo-container .logo-image.height-large img {
    max-height: 80px
}

@media(min-width: 600px) {
    .footer-7 .school-details-container .logo-container .logo-image.height-large img {
        max-height: 100px
    }
}

.footer-7 .school-details-container .logo-container .logo-image.height-xlarge img {
    max-height: 100px
}

@media(min-width: 600px) {
    .footer-7 .school-details-container .logo-container .logo-image.height-xlarge img {
        max-height: 120px
    }
}

body:not(.fsComposeMode) .footer-7 .school-details-container .logo-container .logo-title header {
    display: none
}

.footer-7 .school-details-container .logo-container .logo-title .fsLocationSingleItem {
    color: #fff;
    margin-bottom: 15px
}

.footer-7 .school-details-container .logo-container .logo-title .fsLocationSingleItem .fsLocationName,
.footer-7 .school-details-container .logo-container .logo-title .fsLocationSingleItem .fsLocationTitle,
.footer-7 .school-details-container .logo-container .logo-title .fsLocationSingleItem .fsLocationSubtitle {
    color: inherit;
    font-family: var(--accent-font, "Zilla Slab");
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 500;
    margin-bottom: 0
}

.footer-7 .school-details-container .logo-container .logo-title .fsLocationSingleItem .fsLocationLink {
    color: inherit;
    text-decoration: none
}

.footer-7 .school-details-container .logo-container .logo-title .fsLocationSingleItem .fsLocationLink:hover,
.footer-7 .school-details-container .logo-container .logo-title .fsLocationSingleItem .fsLocationLink:focus {
    text-decoration: underline
}

.footer-7 .school-details-container .logo-container .logo-title .fsLocationSingleItem .fsLocationMotto {
    font-size: .9375rem;
    line-height: 1.5rem;
    font-weight: 400;
    font-style: italic;
    width: 100%
}

.footer-7 .school-details-container .school-details {
    font-size: .875rem;
    line-height: 1.375rem;
    font-weight: 700
}

.footer-7 .school-details-container .school-details .fsLocationAddress {
    margin-bottom: 5px
}

.footer-7 .school-details-container .school-details .fsLocationCity,
.footer-7 .school-details-container .school-details .fsLocationState,
.footer-7 .school-details-container .school-details .fsLocationZip {
    display: inline-block;
    margin-bottom: 5px
}

.footer-7 .school-details-container .school-details .fsLocationPhone {
    color: inherit;
    margin-bottom: 5px
}

.footer-7 .school-details-container .school-details .fsLocationPhone a {
    color: inherit
}

.footer-7 .school-details-container .school-details .fsLocationEmail {
    color: inherit;
    word-wrap: break-word;
    -ms-hyphens: auto;
    hyphens: auto
}

.footer-7 .school-details-container .school-details .fsLocationEmail a {
    color: inherit
}

.footer-7 .accreditation-logos {
    background: #fff;
    width: 100%;
    margin-bottom: 0;
    display: none
}

body.live-demo.accred-logos-active .footer-7 .accreditation-logos {
    display: block
}

body.live-demo:not(.accred-logos-active) .footer-7 .accreditation-logos {
    display: none
}

.footer-7 .accreditation-logos>.fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    margin: 0 auto;
    max-width: 1180px
}

@media(min-width: 700px) {
    .footer-7 .accreditation-logos>.fsElementContent {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media(min-width: 1100px) {
    .footer-7 .accreditation-logos>.fsElementContent {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.footer-7 .accreditation-logos .fsResourceElement {
    margin: 0 !important;
    padding: 10px 15px
}

.footer-7 .accreditation-logos .fsResourceElement .fsResourceLink {
    display: block;
    -webkit-filter: none;
    filter: none;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.footer-7 .accreditation-logos .fsResourceElement .fsResourceLink:hover,
.footer-7 .accreditation-logos .fsResourceElement .fsResourceLink:focus {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.footer-7 .accreditation-logos .fsResourceElement .fsResourceLink img {
    max-height: 60px
}

.footer-7 .nav-social {
    margin-bottom: 30px !important;
    width: 100%
}

@media(min-width: 1100px) {
    .footer-7 .nav-social {
        margin-bottom: 50px !important
    }
}

.footer-7 .nav-social .fsNavLevel1 {
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

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

.footer-7 .nav-social .fsNavLevel1 [href*=pinterest]:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.footer-7 .nav-social .fsNavLevel1 li {
    margin: 5px 0
}

.footer-7 .nav-social .fsNavLevel1 li:last-child a {
    border-right: none
}

.footer-7 .nav-social .fsNavLevel1 a {
    height: 40px;
    width: 40px;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 0;
    border: none;
    background: rgba(0, 0, 0, 0);
    border-right: solid 1px hsla(0, 0%, 100%, .3);
    color: #fff
}

.footer-7 .nav-social .fsNavLevel1 a:hover,
.footer-7 .nav-social .fsNavLevel1 a:focus {
    background: #fff;
    color: var(--primary-color, #373737);
    border: #fff
}

.footer-7 .nav-social .fsNavLevel1 a:before {
    font-size: 1rem;
    display: block;
    text-indent: 0
}

.footer-7 .nav-utility-footer {
    background: #f8f8f8;
    width: 100%;
    margin-bottom: 0 !important;
    padding-bottom: 45px
}

@media(min-width: 700px) {
    .footer-7 .nav-utility-footer {
        padding-bottom: 31px
    }
}

.weglot-active .footer-7 .nav-utility-footer {
    padding-bottom: 45px
}

@media(min-width: 700px) {
    .weglot-active .footer-7 .nav-utility-footer {
        padding-bottom: 31px
    }
}

.footer-7 .nav-utility-footer>.fsElementContent {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1180px
}

@media(min-width: 700px) {
    .footer-7 .nav-utility-footer>.fsElementContent {
        padding-right: 30px;
        padding-left: 30px;
        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
    }
}

@media(min-width: 1200px) {
    .footer-7 .nav-utility-footer>.fsElementContent {
        padding-right: 0;
        padding-left: 0
    }
}

.footer-7 .nav-utility-footer .fsNavLevel1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(min-width: 700px) {
    .footer-7 .nav-utility-footer .fsNavLevel1 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.footer-7 .nav-utility-footer .fsNavLevel1>li {
    margin: 0
}

.footer-7 .nav-utility-footer .fsNavLevel1>li>a {
    color: #636363;
    font-size: 13px;
    line-height: 1.3125rem;
    text-decoration: none;
    padding: 14px 10px
}

.footer-7 .nav-utility-footer .fsNavLevel1>li>a:hover,
.footer-7 .nav-utility-footer .fsNavLevel1>li>a:focus {
    text-decoration: underline
}

@media(min-width: 700px) {
    .footer-7 .footer-links {
        text-align: left
    }
}

.footer-7 .footer-links .col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media(min-width: 700px) {
    .footer-7 .footer-links .col-wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.footer-7 .footer-links .col-wrap .menu-col {
    width: 50%
}

.footer-7 .footer-links .col-wrap .menu-col:last-child li:last-child {
    border-bottom: none
}

.footer-7 .footer-links .fsNavLevel1 {
    text-align: left
}

.footer-7 .footer-links .fsNavLevel1 li {
    border-bottom: solid 1px hsla(0, 0%, 100%, .3)
}

.footer-7 .footer-links .fsNavLevel1 li:last-child {
    border-bottom: none
}

.footer-7 .footer-links .fsNavLevel1 li a {
    color: inherit;
    font-size: .875rem;
    line-height: 1.375rem;
    text-decoration: none;
    padding: 8px 0
}

.footer-7 .footer-links .fsNavLevel1 li a:hover,
.footer-7 .footer-links .fsNavLevel1 li a:focus {
    text-decoration: underline
}

.footer-7 .footer-left-container {
    width: 100%
}

@media(min-width: 1000px) {
    .footer-7 .footer-left-container {
        border-right: solid 1px hsla(0, 0%, 100%, .3);
        padding-right: 40px;
        width: 27.2033898305%
    }
}

.footer-7 .school-details-container {
    margin-bottom: 40px !important
}

@media(min-width: 700px) {
    .footer-7 .school-details-container {
        text-align: center;
        margin-bottom: 60px !important
    }
}

.footer-7 .school-details-container .logo-container>.fsElementContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer-7 .school-details-container .logo-container .logo-image {
    margin: 0 0 20px 0 !important
}

.footer-7 .school-details-container .logo-container .logo-image img {
    max-height: 60px
}

.footer-7 .footer-right-container {
    width: 100%
}

@media(min-width: 1000px) {
    .footer-7 .footer-right-container {
        width: 69.4915254237%
    }
}

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

.footer-7 .footer-links {
    margin-bottom: 40px !important
}

.footer-7 .footer-links:last-child {
    margin-bottom: 0 !important
}

@media(min-width: 700px) {
    .footer-7 .footer-links {
        padding: 0 10px;
        margin-bottom: 0 !important;
        width: 33.33%
    }

    .footer-7 .footer-links:first-child {
        padding-left: 0
    }

    .footer-7 .footer-links:last-child {
        padding-right: 0
    }
}

@media(min-width: 700px) {
    .footer-7 .footer-links .col-wrap {
        display: block
    }
}

@media(min-width: 700px) {
    .footer-7 .footer-links .col-wrap .menu-col {
        width: 100%
    }
}

@media(min-width: 700px) {
    .footer-7 .footer-links .col-wrap .menu-col:first-child li {
        border-bottom: solid 1px hsla(0, 0%, 100%, .3)
    }
}

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

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

.footer-7 .nav-social .col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(min-width: 550px)and (max-width: 1100px) {
    .footer-7 .nav-social .col-wrap .column-2 li:first-child a {
        border-left: 1px solid hsla(0, 0%, 100%, .3)
    }
}

body:not(.fsComposeMode) .post-calendar-8 {
    background-color: #fff;
    padding: 40px 20px;
    margin-bottom: 0;
    position: relative
}

@media(min-width: 700px) {
    body:not(.fsComposeMode) .post-calendar-8 {
        padding: 60px 30px
    }
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .post-calendar-8 {
        padding: 80px 50px
    }
}

body:not(.fsComposeMode) .post-calendar-8.white-bg+.fsContainer.white-bg {
    padding-top: 0
}

body:not(.fsComposeMode) .post-calendar-8>header {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    text-align: center;
    color: inherit;
    margin-bottom: 50px
}

body:not(.fsComposeMode) .post-calendar-8>header else {
    color: inherit
}

@media(max-width: 699px) {
    body:not(.fsComposeMode) .post-calendar-8>header {
        margin-bottom: 20px
    }
}

body:not(.fsComposeMode) .post-calendar-8>header .fsElementTitle {
    color: var(--primary-color, #373737);
    font-family: var(--accent-font, "Zilla Slab");
    font-size: 3rem;
    line-height: 4.1875rem;
    font-weight: 700;
    margin-bottom: 50px;
    margin-bottom: 0;
    position: relative
}

@media(max-width: 699px) {
    body:not(.fsComposeMode) .post-calendar-8>header .fsElementTitle {
        font-size: 1.75rem;
        line-height: 2.125rem;
        margin-bottom: 20px
    }
}

body:not(.fsComposeMode) .post-calendar-8>header .fsElementTitle else {
    color: var(--primary-color, #373737)
}

@media(max-width: 699px) {
    body:not(.fsComposeMode) .post-calendar-8>header .fsElementTitle {
        margin-bottom: 0
    }
}

body:not(.fsComposeMode) .post-calendar-8>header .fsElementHeaderContent {
    margin-top: 10px;
    margin-bottom: 0
}

body:not(.fsComposeMode) .post-calendar-8>.fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px
}

body:not(.fsComposeMode) .post-calendar-8>footer {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    position: static
}

body:not(.fsComposeMode) .post-calendar-8 footer {
    text-align: center
}

body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent {
    margin-top: 40px
}

@media(min-width: 600px) {
    body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent {
        margin-top: 50px
    }
}

body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-1,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-1,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-2,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-2,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-3,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-3,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-4,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-4,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-on-dark-1,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-on-dark-1,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-on-dark-2,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-on-dark-2,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-on-dark-3,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-on-dark-3 {
    margin: 0 20px 0 0
}

body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-1:only-child,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-1:only-child,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-2:only-child,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-2:only-child,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-3:only-child,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-3:only-child,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-4:only-child,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-4:only-child,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-on-dark-1:only-child,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-on-dark-1:only-child,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-on-dark-2:only-child,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-on-dark-2:only-child,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-on-dark-3:only-child,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-on-dark-3:only-child {
    margin: 0
}

body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-1:last-child,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-1:last-child,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-2:last-child,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-2:last-child,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-3:last-child,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-3:last-child,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-4:last-child,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-4:last-child,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-on-dark-1:last-child,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-on-dark-1:last-child,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-on-dark-2:last-child,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-on-dark-2:last-child,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-on-dark-3:last-child,
body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-on-dark-3:last-child {
    margin-right: 0
}

@media(max-width: 599px) {

    body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-1,
    body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-1,
    body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-2,
    body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-2,
    body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-3,
    body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-3,
    body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-4,
    body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-4,
    body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-on-dark-1,
    body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-on-dark-1,
    body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-on-dark-2,
    body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-on-dark-2,
    body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-on-dark-3,
    body:not(.fsComposeMode) .post-calendar-8 footer .fsElementFooterContent .button-on-dark-3 {
        margin: 10px 0;
        width: 100%
    }
}

body:not(.fsComposeMode) .post-calendar-8 .fsLoadMoreButton,
body:not(.fsComposeMode) .post-calendar-8 .j-paginate.juicer-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 0;
    width: 180px
}

@media(max-width: 599px) {

    body:not(.fsComposeMode) .post-calendar-8 .fsLoadMoreButton,
    body:not(.fsComposeMode) .post-calendar-8 .j-paginate.juicer-button {
        margin: 40px 0 0;
        max-width: none;
        width: 100%
    }
}

body:not(.fsComposeMode) .post-calendar-8 .slick-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
    width: 100%
}

body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsPrevButton,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsNextButton,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .slick-prev,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .slick-next {
    padding: 0;
    cursor: pointer;
    border-radius: 100%;
    border: solid 1px #fff;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    margin: 0;
    background: #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 30
}

body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsPrevButton:before,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsNextButton:before,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .slick-prev:before,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .slick-next:before {
    color: #636363;
    display: block;
    position: static;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsPrevButton,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .slick-prev {
    left: 0
}

body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsPrevButton:before,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .slick-prev:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsPrevButton:hover:before,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsPrevButton:focus:before,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .slick-prev:hover:before,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .slick-prev:focus:before {
    -webkit-animation: 3s bounce-left ease-in-out 1;
    animation: 3s bounce-left ease-in-out 1
}

body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsPrevButton.fsUpArrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0
}

body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsNextButton,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .slick-next {
    right: 0
}

body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsNextButton:before,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .slick-next:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsNextButton:hover:before,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsNextButton:focus:before,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .slick-next:hover:before,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .slick-next:focus:before {
    -webkit-animation: 3s bounce-right ease-in-out 1;
    animation: 3s bounce-right ease-in-out 1
}

body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsNextButton.fsDownArrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: auto;
    left: 0;
    right: auto;
    bottom: 0
}

body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsPrevButton,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsNextButton,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .slick-prev,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .slick-next {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto;
    left: auto;
    right: auto;
    pointer-events: auto
}

@media(min-width: 600px) {
    body:not(.fsComposeMode) .post-calendar-8 .slick-navigation {
        margin-top: 50px
    }
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .post-calendar-8 .slick-navigation {
        position: relative;
        left: auto;
        bottom: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: 1180px;
        padding: 0;
        margin: 50px auto 0 auto
    }
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .post-calendar-8:has(>footer)>.slick-navigation {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 80px;
        max-width: 1280px;
        padding: 0 50px;
        pointer-events: none
    }

    body:not(.fsComposeMode) .post-calendar-8:has(>footer)>.slick-navigation button {
        pointer-events: auto
    }
}

body:not(.fsComposeMode) .post-calendar-8 .fsPostElement article {
    border: none;
    margin: 0;
    padding-bottom: 0
}

body:not(.fsComposeMode) .post-calendar-8 .fsPostElement 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
}

body:not(.fsComposeMode) .post-calendar-8 .fsPostElement .fsElementControls {
    margin: 0 5px 30px 0
}

body:not(.fsComposeMode) .post-calendar-8 .calendar-panel-7 {
    padding: 0
}

body:not(.fsComposeMode) .post-calendar-8 .calendar-panel-7>.fsElementContent {
    max-width: none;
    margin: 0
}

@media(min-width: 700px) {

    body:not(.fsComposeMode) .post-calendar-8 .calendar-panel-7 footer .fsElementFooterContent .button-1,
    body:not(.fsComposeMode) .post-calendar-8 .calendar-panel-7 footer .fsElementFooterContent .button-1,
    body:not(.fsComposeMode) .post-calendar-8 .calendar-panel-7 footer .fsElementFooterContent .button-2,
    body:not(.fsComposeMode) .post-calendar-8 .calendar-panel-7 footer .fsElementFooterContent .button-2,
    body:not(.fsComposeMode) .post-calendar-8 .calendar-panel-7 footer .fsElementFooterContent .button-3,
    body:not(.fsComposeMode) .post-calendar-8 .calendar-panel-7 footer .fsElementFooterContent .button-3,
    body:not(.fsComposeMode) .post-calendar-8 .calendar-panel-7 footer .fsElementFooterContent .button-4,
    body:not(.fsComposeMode) .post-calendar-8 .calendar-panel-7 footer .fsElementFooterContent .button-4,
    body:not(.fsComposeMode) .post-calendar-8 .calendar-panel-7 footer .fsElementFooterContent .button-on-dark-1,
    body:not(.fsComposeMode) .post-calendar-8 .calendar-panel-7 footer .fsElementFooterContent .button-on-dark-1,
    body:not(.fsComposeMode) .post-calendar-8 .calendar-panel-7 footer .fsElementFooterContent .button-on-dark-2,
    body:not(.fsComposeMode) .post-calendar-8 .calendar-panel-7 footer .fsElementFooterContent .button-on-dark-2,
    body:not(.fsComposeMode) .post-calendar-8 .calendar-panel-7 footer .fsElementFooterContent .button-on-dark-3,
    body:not(.fsComposeMode) .post-calendar-8 .calendar-panel-7 footer .fsElementFooterContent .button-on-dark-3 {
        margin-bottom: 20px
    }
}

body:not(.fsComposeMode) .post-calendar-8 .fsPostElement .fsListItems {
    margin: 0 -10px
}

body:not(.fsComposeMode) .post-calendar-8 .fsPostElement .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body:not(.fsComposeMode) .post-calendar-8 .fsPostElement article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: inherit !important;
    padding: 0 10px
}

body:not(.fsComposeMode) .post-calendar-8 .fsPostElement article>*:not(.fsThumbnail):not(.text-wrap) {
    display: none
}

body:not(.fsComposeMode) .post-calendar-8 .fsPostElement article .fsThumbnail {
    position: relative;
    margin-bottom: 0
}

body:not(.fsComposeMode) .post-calendar-8 .fsPostElement article .fsThumbnail .fsCroppedImage {
    padding-bottom: 63.1578947368%
}

body:not(.fsComposeMode) .post-calendar-8 .fsPostElement article .text-wrap {
    border: solid 1px #cfcfcf;
    border-top: none;
    padding: 20px;
    text-align: center;
    height: 100%
}

body:not(.fsComposeMode) .post-calendar-8 .fsPostElement article .text-wrap div:last-child {
    margin-bottom: 0
}

body:not(.fsComposeMode) .post-calendar-8 .slick-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsPrevButton,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsNextButton,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .slick-prev,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .slick-next {
    padding: 0;
    cursor: pointer;
    border-radius: 100%;
    border: solid 1px #636363;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    margin: 0;
    background: #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 30
}

body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsPrevButton:before,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsNextButton:before,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .slick-prev:before,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .slick-next:before {
    color: #636363;
    display: block;
    position: static;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsPrevButton,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .slick-prev {
    left: 0
}

body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsPrevButton:before,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .slick-prev:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsPrevButton:hover:before,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsPrevButton:focus:before,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .slick-prev:hover:before,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .slick-prev:focus:before {
    -webkit-animation: 3s bounce-left ease-in-out 1;
    animation: 3s bounce-left ease-in-out 1
}

body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsPrevButton.fsUpArrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0
}

body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsNextButton,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .slick-next {
    right: 0
}

body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsNextButton:before,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .slick-next:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsNextButton:hover:before,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsNextButton:focus:before,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .slick-next:hover:before,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .slick-next:focus:before {
    -webkit-animation: 3s bounce-right ease-in-out 1;
    animation: 3s bounce-right ease-in-out 1
}

body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsNextButton.fsDownArrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: auto;
    left: 0;
    right: auto;
    bottom: 0
}

body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsPrevButton,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .fsNextButton,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .slick-prev,
body:not(.fsComposeMode) .post-calendar-8 .slick-navigation .slick-next {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto;
    left: auto;
    right: auto;
    pointer-events: auto
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .post-calendar-8 .slick-navigation {
        margin-top: 50px
    }
}

@media(min-width: 1100px) {
    body.fsDraftMode .post-calendar-8 .post-panel-10 .slick-navigation {
        position: relative;
        left: auto;
        bottom: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: 1180px;
        padding: 0;
        margin: 50px auto 0 auto
    }

    body.fsDraftMode .post-calendar-8 .post-panel-10 .slick-navigation:not(:last-child) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.calendar-panel-7 {
    background-color: #fff;
    padding: 40px 20px;
    margin-bottom: 0;
    position: relative
}

@media(min-width: 700px) {
    .calendar-panel-7 {
        padding: 60px 30px
    }
}

@media(min-width: 1100px) {
    .calendar-panel-7 {
        padding: 80px 50px
    }
}

.calendar-panel-7.white-bg+.fsContainer.white-bg {
    padding-top: 0
}

.calendar-panel-7>header {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    text-align: center;
    color: inherit;
    margin-bottom: 50px
}

.calendar-panel-7>header else {
    color: inherit
}

@media(max-width: 699px) {
    .calendar-panel-7>header {
        margin-bottom: 20px
    }
}

.calendar-panel-7>header .fsElementTitle {
    color: var(--primary-color, #373737);
    font-family: var(--accent-font, "Zilla Slab");
    font-size: 3rem;
    line-height: 4.1875rem;
    font-weight: 700;
    margin-bottom: 50px;
    margin-bottom: 0;
    position: relative
}

@media(max-width: 699px) {
    .calendar-panel-7>header .fsElementTitle {
        font-size: 1.75rem;
        line-height: 2.125rem;
        margin-bottom: 20px
    }
}

.calendar-panel-7>header .fsElementTitle else {
    color: var(--primary-color, #373737)
}

@media(max-width: 699px) {
    .calendar-panel-7>header .fsElementTitle {
        margin-bottom: 0
    }
}

.calendar-panel-7>header .fsElementHeaderContent {
    margin-top: 10px;
    margin-bottom: 0
}

.calendar-panel-7>.fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px
}

.calendar-panel-7>footer {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    position: static
}

.calendar-panel-7 footer {
    text-align: center
}

.calendar-panel-7 footer .fsElementFooterContent {
    margin-top: 40px
}

@media(min-width: 600px) {
    .calendar-panel-7 footer .fsElementFooterContent {
        margin-top: 50px
    }
}

.calendar-panel-7 footer .fsElementFooterContent .button-1,
.calendar-panel-7 footer .fsElementFooterContent .button-1,
.calendar-panel-7 footer .fsElementFooterContent .button-2,
.calendar-panel-7 footer .fsElementFooterContent .button-2,
.calendar-panel-7 footer .fsElementFooterContent .button-3,
.calendar-panel-7 footer .fsElementFooterContent .button-3,
.calendar-panel-7 footer .fsElementFooterContent .button-4,
.calendar-panel-7 footer .fsElementFooterContent .button-4,
.calendar-panel-7 footer .fsElementFooterContent .button-on-dark-1,
.calendar-panel-7 footer .fsElementFooterContent .button-on-dark-1,
.calendar-panel-7 footer .fsElementFooterContent .button-on-dark-2,
.calendar-panel-7 footer .fsElementFooterContent .button-on-dark-2,
.calendar-panel-7 footer .fsElementFooterContent .button-on-dark-3,
.calendar-panel-7 footer .fsElementFooterContent .button-on-dark-3 {
    margin: 0 20px 0 0
}

.calendar-panel-7 footer .fsElementFooterContent .button-1:only-child,
.calendar-panel-7 footer .fsElementFooterContent .button-1:only-child,
.calendar-panel-7 footer .fsElementFooterContent .button-2:only-child,
.calendar-panel-7 footer .fsElementFooterContent .button-2:only-child,
.calendar-panel-7 footer .fsElementFooterContent .button-3:only-child,
.calendar-panel-7 footer .fsElementFooterContent .button-3:only-child,
.calendar-panel-7 footer .fsElementFooterContent .button-4:only-child,
.calendar-panel-7 footer .fsElementFooterContent .button-4:only-child,
.calendar-panel-7 footer .fsElementFooterContent .button-on-dark-1:only-child,
.calendar-panel-7 footer .fsElementFooterContent .button-on-dark-1:only-child,
.calendar-panel-7 footer .fsElementFooterContent .button-on-dark-2:only-child,
.calendar-panel-7 footer .fsElementFooterContent .button-on-dark-2:only-child,
.calendar-panel-7 footer .fsElementFooterContent .button-on-dark-3:only-child,
.calendar-panel-7 footer .fsElementFooterContent .button-on-dark-3:only-child {
    margin: 0
}

.calendar-panel-7 footer .fsElementFooterContent .button-1:last-child,
.calendar-panel-7 footer .fsElementFooterContent .button-1:last-child,
.calendar-panel-7 footer .fsElementFooterContent .button-2:last-child,
.calendar-panel-7 footer .fsElementFooterContent .button-2:last-child,
.calendar-panel-7 footer .fsElementFooterContent .button-3:last-child,
.calendar-panel-7 footer .fsElementFooterContent .button-3:last-child,
.calendar-panel-7 footer .fsElementFooterContent .button-4:last-child,
.calendar-panel-7 footer .fsElementFooterContent .button-4:last-child,
.calendar-panel-7 footer .fsElementFooterContent .button-on-dark-1:last-child,
.calendar-panel-7 footer .fsElementFooterContent .button-on-dark-1:last-child,
.calendar-panel-7 footer .fsElementFooterContent .button-on-dark-2:last-child,
.calendar-panel-7 footer .fsElementFooterContent .button-on-dark-2:last-child,
.calendar-panel-7 footer .fsElementFooterContent .button-on-dark-3:last-child,
.calendar-panel-7 footer .fsElementFooterContent .button-on-dark-3:last-child {
    margin-right: 0
}

@media(max-width: 599px) {

    .calendar-panel-7 footer .fsElementFooterContent .button-1,
    .calendar-panel-7 footer .fsElementFooterContent .button-1,
    .calendar-panel-7 footer .fsElementFooterContent .button-2,
    .calendar-panel-7 footer .fsElementFooterContent .button-2,
    .calendar-panel-7 footer .fsElementFooterContent .button-3,
    .calendar-panel-7 footer .fsElementFooterContent .button-3,
    .calendar-panel-7 footer .fsElementFooterContent .button-4,
    .calendar-panel-7 footer .fsElementFooterContent .button-4,
    .calendar-panel-7 footer .fsElementFooterContent .button-on-dark-1,
    .calendar-panel-7 footer .fsElementFooterContent .button-on-dark-1,
    .calendar-panel-7 footer .fsElementFooterContent .button-on-dark-2,
    .calendar-panel-7 footer .fsElementFooterContent .button-on-dark-2,
    .calendar-panel-7 footer .fsElementFooterContent .button-on-dark-3,
    .calendar-panel-7 footer .fsElementFooterContent .button-on-dark-3 {
        margin: 10px 0;
        width: 100%
    }
}

.calendar-panel-7 .fsLoadMoreButton,
.calendar-panel-7 .j-paginate.juicer-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 0;
    width: 180px
}

@media(max-width: 599px) {

    .calendar-panel-7 .fsLoadMoreButton,
    .calendar-panel-7 .j-paginate.juicer-button {
        margin: 40px 0 0;
        max-width: none;
        width: 100%
    }
}

.calendar-panel-7 .slick-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
    width: 100%
}

.calendar-panel-7 .slick-navigation .fsPrevButton,
.calendar-panel-7 .slick-navigation .fsNextButton,
.calendar-panel-7 .slick-navigation .slick-prev,
.calendar-panel-7 .slick-navigation .slick-next {
    padding: 0;
    cursor: pointer;
    border-radius: 100%;
    border: solid 1px #fff;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    margin: 0;
    background: #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 30
}

.calendar-panel-7 .slick-navigation .fsPrevButton:before,
.calendar-panel-7 .slick-navigation .fsNextButton:before,
.calendar-panel-7 .slick-navigation .slick-prev:before,
.calendar-panel-7 .slick-navigation .slick-next:before {
    color: #636363;
    display: block;
    position: static;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.calendar-panel-7 .slick-navigation .fsPrevButton,
.calendar-panel-7 .slick-navigation .slick-prev {
    left: 0
}

.calendar-panel-7 .slick-navigation .fsPrevButton:before,
.calendar-panel-7 .slick-navigation .slick-prev:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.calendar-panel-7 .slick-navigation .fsPrevButton:hover:before,
.calendar-panel-7 .slick-navigation .fsPrevButton:focus:before,
.calendar-panel-7 .slick-navigation .slick-prev:hover:before,
.calendar-panel-7 .slick-navigation .slick-prev:focus:before {
    -webkit-animation: 3s bounce-left ease-in-out 1;
    animation: 3s bounce-left ease-in-out 1
}

.calendar-panel-7 .slick-navigation .fsPrevButton.fsUpArrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0
}

.calendar-panel-7 .slick-navigation .fsNextButton,
.calendar-panel-7 .slick-navigation .slick-next {
    right: 0
}

.calendar-panel-7 .slick-navigation .fsNextButton:before,
.calendar-panel-7 .slick-navigation .slick-next:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.calendar-panel-7 .slick-navigation .fsNextButton:hover:before,
.calendar-panel-7 .slick-navigation .fsNextButton:focus:before,
.calendar-panel-7 .slick-navigation .slick-next:hover:before,
.calendar-panel-7 .slick-navigation .slick-next:focus:before {
    -webkit-animation: 3s bounce-right ease-in-out 1;
    animation: 3s bounce-right ease-in-out 1
}

.calendar-panel-7 .slick-navigation .fsNextButton.fsDownArrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: auto;
    left: 0;
    right: auto;
    bottom: 0
}

.calendar-panel-7 .slick-navigation .fsPrevButton,
.calendar-panel-7 .slick-navigation .fsNextButton,
.calendar-panel-7 .slick-navigation .slick-prev,
.calendar-panel-7 .slick-navigation .slick-next {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto;
    left: auto;
    right: auto;
    pointer-events: auto
}

@media(min-width: 600px) {
    .calendar-panel-7 .slick-navigation {
        margin-top: 50px
    }
}

@media(min-width: 1100px) {
    .calendar-panel-7 .slick-navigation {
        position: relative;
        left: auto;
        bottom: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: 1180px;
        padding: 0;
        margin: 50px auto 0 auto
    }
}

@media(min-width: 1100px) {
    .calendar-panel-7:has(>footer)>.slick-navigation {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 80px;
        max-width: 1280px;
        padding: 0 50px;
        pointer-events: none
    }

    .calendar-panel-7:has(>footer)>.slick-navigation button {
        pointer-events: auto
    }
}

.calendar-panel-7 .fsCalendar article {
    border: none;
    margin: 0;
    padding-bottom: 0;
    position: relative
}

.calendar-panel-7 .fsCalendar article .fsDate {
    font-family: var(--main-font, "Open Sans")
}

.calendar-panel-7 .fsCalendar article .fsDate>span {
    display: block;
    font-weight: 700
}

.calendar-panel-7 .fsCalendar article .fsDate>span.fsMonth {
    font-size: .75rem;
    line-height: 1rem;
    text-transform: uppercase
}

.calendar-panel-7 .fsCalendar article .fsDate>span.fsDayName {
    font-size: .75rem;
    line-height: 1rem;
    text-transform: uppercase
}

.calendar-panel-7 .fsCalendar article .fsDate>span.fsDay {
    font-size: 1.875rem;
    line-height: 1.875rem;
    width: 100%
}

.calendar-panel-7 .fsCalendar article .fsDate>span.fsYear {
    font-size: .75rem;
    line-height: 1rem
}

.calendar-panel-7 .fsCalendar .fsElementControls {
    margin: 0 -5px 30px 0
}

@media(min-width: 700px) {
    .calendar-panel-7>.fsElementContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media(min-width: 700px) {
    .calendar-panel-7 .fsElement:first-child {
        margin-bottom: 0;
        width: 44.0677966102%
    }
}

@media(min-width: 700px) {
    .calendar-panel-7 .fsElement:nth-child(2) {
        width: 49.1525423729%
    }
}

.calendar-panel-7 .fsContent header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px
}

.calendar-panel-7 .fsContent header .fsElementTitle {
    color: var(--primary-color, #373737);
    font-family: var(--accent-font, "Zilla Slab");
    font-size: 3rem;
    line-height: 4.1875rem;
    font-weight: 700;
    margin-bottom: 50px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0 !important
}

@media(max-width: 699px) {
    .calendar-panel-7 .fsContent header .fsElementTitle {
        font-size: 1.75rem;
        line-height: 2.125rem;
        margin-bottom: 20px
    }
}

.calendar-panel-7 .fsContent header .fsElementHeaderContent {
    color: #636363;
    font-size: .8125rem;
    line-height: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 17px;
    position: relative;
    margin-bottom: 20px
}

@media(max-width: 699px) {
    .calendar-panel-7 .fsContent header .fsElementHeaderContent {
        margin-bottom: 10px
    }
}

@media(max-width: 699px) {
    .calendar-panel-7 .fsContent header .fsElementHeaderContent {
        margin-bottom: 20px
    }
}

.calendar-panel-7 .fsContent header .fsElementHeaderContent:before {
    content: "";
    background: var(--secondary-color, #cfcfcf);
    height: 100%;
    width: 7px;
    position: absolute;
    left: 0;
    top: 0;
    display: block
}

.calendar-panel-7 .fsContent footer {
    text-align: left
}

.calendar-panel-7 .fsContent footer .fsElementFooterContent {
    margin-top: 20px
}

@media(min-width: 700px) {
    .calendar-panel-7 .fsContent footer .fsElementFooterContent {
        margin-top: 30px
    }
}

.calendar-panel-7 .fsCalendar article {
    min-height: 80px;
    padding-left: 110px
}

.calendar-panel-7 .fsCalendar .fsDate {
    text-align: center;
    height: 80px;
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border: solid 1px rgba(0, 0, 0, 0);
    background: var(--primary-color, #373737);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0
}

.calendar-panel-7 .fsCalendar .fsDate>span {
    color: #fff
}

.calendar-panel-7 .fsCalendar .fsDate .fsDay {
    color: #fff
}

.calendar-panel-7 .fsCalendar .fsListItems:last-of-type>article:last-of-type {
    padding-bottom: 30px
}

.calendar-panel-7 .fsCalendar article {
    background: #f8f8f8;
    padding: 30px;
    padding-left: 140px;
    position: relative;
    margin-bottom: 7px
}

@media(max-width: 599px) {
    .calendar-panel-7 .fsCalendar article {
        padding-left: 30px;
        padding-top: 130px;
        text-align: center
    }
}

.calendar-panel-7 .fsCalendar article:last-child {
    margin-bottom: 0
}

@media(max-width: 599px) {
    .calendar-panel-7 .fsCalendar article .fsEventDetails {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.calendar-panel-7 .fsCalendar article .fsDate {
    top: 30px;
    left: 30px
}

@media(max-width: 599px) {
    .calendar-panel-7 .fsCalendar article .fsDate {
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

body:not(.fsComposeMode) .showcase-7 {
    background-color: #fff;
    padding: 40px 20px;
    margin-bottom: 0;
    position: relative
}

@media(min-width: 700px) {
    body:not(.fsComposeMode) .showcase-7 {
        padding: 60px 30px
    }
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .showcase-7 {
        padding: 80px 50px
    }
}

body:not(.fsComposeMode) .showcase-7.white-bg+.fsContainer.white-bg {
    padding-top: 0
}

body:not(.fsComposeMode) .showcase-7>header {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    text-align: center;
    color: inherit;
    margin-bottom: 50px
}

body:not(.fsComposeMode) .showcase-7>header else {
    color: inherit
}

@media(max-width: 699px) {
    body:not(.fsComposeMode) .showcase-7>header {
        margin-bottom: 20px
    }
}

body:not(.fsComposeMode) .showcase-7>header .fsElementTitle {
    color: var(--primary-color, #373737);
    font-family: var(--accent-font, "Zilla Slab");
    font-size: 3rem;
    line-height: 4.1875rem;
    font-weight: 700;
    margin-bottom: 50px;
    margin-bottom: 0;
    position: relative
}

@media(max-width: 699px) {
    body:not(.fsComposeMode) .showcase-7>header .fsElementTitle {
        font-size: 1.75rem;
        line-height: 2.125rem;
        margin-bottom: 20px
    }
}

body:not(.fsComposeMode) .showcase-7>header .fsElementTitle else {
    color: var(--primary-color, #373737)
}

@media(max-width: 699px) {
    body:not(.fsComposeMode) .showcase-7>header .fsElementTitle {
        margin-bottom: 0
    }
}

body:not(.fsComposeMode) .showcase-7>header .fsElementHeaderContent {
    margin-top: 10px;
    margin-bottom: 0
}

body:not(.fsComposeMode) .showcase-7>.fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px
}

body:not(.fsComposeMode) .showcase-7>footer {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    position: static
}

body:not(.fsComposeMode) .showcase-7 footer {
    text-align: center
}

body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent {
    margin-top: 40px
}

@media(min-width: 600px) {
    body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent {
        margin-top: 50px
    }
}

body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-1,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-1,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-2,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-2,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-3,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-3,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-4,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-4,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-on-dark-1,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-on-dark-1,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-on-dark-2,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-on-dark-2,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-on-dark-3,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-on-dark-3 {
    margin: 0 20px 0 0
}

body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-1:only-child,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-1:only-child,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-2:only-child,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-2:only-child,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-3:only-child,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-3:only-child,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-4:only-child,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-4:only-child,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-on-dark-1:only-child,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-on-dark-1:only-child,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-on-dark-2:only-child,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-on-dark-2:only-child,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-on-dark-3:only-child,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-on-dark-3:only-child {
    margin: 0
}

body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-1:last-child,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-1:last-child,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-2:last-child,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-2:last-child,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-3:last-child,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-3:last-child,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-4:last-child,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-4:last-child,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-on-dark-1:last-child,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-on-dark-1:last-child,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-on-dark-2:last-child,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-on-dark-2:last-child,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-on-dark-3:last-child,
body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-on-dark-3:last-child {
    margin-right: 0
}

@media(max-width: 599px) {

    body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-1,
    body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-1,
    body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-2,
    body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-2,
    body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-3,
    body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-3,
    body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-4,
    body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-4,
    body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-on-dark-1,
    body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-on-dark-1,
    body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-on-dark-2,
    body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-on-dark-2,
    body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-on-dark-3,
    body:not(.fsComposeMode) .showcase-7 footer .fsElementFooterContent .button-on-dark-3 {
        margin: 10px 0;
        width: 100%
    }
}

body:not(.fsComposeMode) .showcase-7 .fsLoadMoreButton,
body:not(.fsComposeMode) .showcase-7 .j-paginate.juicer-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 0;
    width: 180px
}

@media(max-width: 599px) {

    body:not(.fsComposeMode) .showcase-7 .fsLoadMoreButton,
    body:not(.fsComposeMode) .showcase-7 .j-paginate.juicer-button {
        margin: 40px 0 0;
        max-width: none;
        width: 100%
    }
}

body:not(.fsComposeMode) .showcase-7 .slick-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
    width: 100%
}

body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsPrevButton,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsNextButton,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .slick-prev,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .slick-next {
    padding: 0;
    cursor: pointer;
    border-radius: 100%;
    border: solid 1px #fff;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    margin: 0;
    background: #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 30
}

body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsPrevButton:before,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsNextButton:before,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .slick-prev:before,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .slick-next:before {
    color: #636363;
    display: block;
    position: static;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsPrevButton,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .slick-prev {
    left: 0
}

body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsPrevButton:before,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .slick-prev:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsPrevButton:hover:before,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsPrevButton:focus:before,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .slick-prev:hover:before,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .slick-prev:focus:before {
    -webkit-animation: 3s bounce-left ease-in-out 1;
    animation: 3s bounce-left ease-in-out 1
}

body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsPrevButton.fsUpArrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0
}

body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsNextButton,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .slick-next {
    right: 0
}

body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsNextButton:before,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .slick-next:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsNextButton:hover:before,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsNextButton:focus:before,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .slick-next:hover:before,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .slick-next:focus:before {
    -webkit-animation: 3s bounce-right ease-in-out 1;
    animation: 3s bounce-right ease-in-out 1
}

body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsNextButton.fsDownArrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: auto;
    left: 0;
    right: auto;
    bottom: 0
}

body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsPrevButton,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsNextButton,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .slick-prev,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .slick-next {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto;
    left: auto;
    right: auto;
    pointer-events: auto
}

@media(min-width: 600px) {
    body:not(.fsComposeMode) .showcase-7 .slick-navigation {
        margin-top: 50px
    }
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .showcase-7 .slick-navigation {
        position: relative;
        left: auto;
        bottom: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: 1180px;
        padding: 0;
        margin: 50px auto 0 auto
    }
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .showcase-7:has(>footer)>.slick-navigation {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 80px;
        max-width: 1280px;
        padding: 0 50px;
        pointer-events: none
    }

    body:not(.fsComposeMode) .showcase-7:has(>footer)>.slick-navigation button {
        pointer-events: auto
    }
}

body:not(.fsComposeMode) .showcase-7>.fsElementContent {
    max-width: 1400px;
    margin: 0 -20px
}

@media(min-width: 700px) {
    body:not(.fsComposeMode) .showcase-7>.fsElementContent {
        margin: 0 auto;
        display: grid;
        gap: 10px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .showcase-7>.fsElementContent {
        gap: 20px;
        grid-template-columns: repeat(3, 1fr)
    }
}

body:not(.fsComposeMode) .showcase-7>.fsElementContent .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body:not(.fsComposeMode) .showcase-7 .fsContent {
    background: #fff;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    height: 100%
}

@media(max-width: 699px) {
    body:not(.fsComposeMode) .showcase-7 .fsContent {
        margin: 0 5px;
        height: inherit
    }
}

body:not(.fsComposeMode) .showcase-7 .fsContent header {
    border: solid 1px #cfcfcf;
    border-top: none;
    padding: 25px 30px;
    height: 100%;
    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 COMMENTED OUT BY PENTERA */
}

body:not(.fsComposeMode) .showcase-7 .fsContent header .fsElementTitle {
    color: #242424;
    font-family: var(--accent-font, "Zilla Slab");
    font-size: 1.375rem;
    line-height: 1.9375rem;
    font-weight: 600;
    margin-bottom: 15px;
    margin-bottom: 0
}

@media(max-width: 699px) {
    body:not(.fsComposeMode) .showcase-7 .fsContent header .fsElementTitle {
        margin-bottom: 10px
    }
}

body:not(.fsComposeMode) .showcase-7 .fsContent header .fsElementHeaderContent {
    margin-bottom: 0
}

body:not(.fsComposeMode) .showcase-7 .fsContent header .fsElementHeaderContent a {
    display: block;
    position: relative;
    border: solid 1px #636363;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none
}

body:not(.fsComposeMode) .showcase-7 .fsContent header .fsElementHeaderContent a:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    color: #636363;
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s ease;
    transition: .3s ease
}

body:not(.fsComposeMode) .showcase-7 .fsContent header .fsElementHeaderContent a:hover:before,
body:not(.fsComposeMode) .showcase-7 .fsContent header .fsElementHeaderContent a:focus:before {
    left: 60%;
    -webkit-transform: translate(-60%, -50%);
    -ms-transform: translate(-60%, -50%);
    transform: translate(-60%, -50%)
}

body:not(.fsComposeMode) .showcase-7 .fsContent .fsElementContent .fsImage {
    overflow: hidden
}

body:not(.fsComposeMode) .showcase-7 .fsContent .fsElementContent picture {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    padding-bottom: 68.8888888889%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease;
    transition: .3s ease
}

body:not(.fsComposeMode) .showcase-7 .fsContent .fsElementContent picture 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) .showcase-7 .fsContent .fsElementContent picture:hover,
body:not(.fsComposeMode) .showcase-7 .fsContent .fsElementContent picture:focus {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

body:not(.fsComposeMode) .showcase-7 .slick-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsPrevButton,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsNextButton,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .slick-prev,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .slick-next {
    padding: 0;
    cursor: pointer;
    border-radius: 100%;
    border: solid 1px #636363;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    margin: 0;
    background: #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 30
}

body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsPrevButton:before,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsNextButton:before,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .slick-prev:before,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .slick-next:before {
    color: #636363;
    display: block;
    position: static;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsPrevButton,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .slick-prev {
    left: 0
}

body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsPrevButton:before,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .slick-prev:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsPrevButton:hover:before,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsPrevButton:focus:before,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .slick-prev:hover:before,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .slick-prev:focus:before {
    -webkit-animation: 3s bounce-left ease-in-out 1;
    animation: 3s bounce-left ease-in-out 1
}

body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsPrevButton.fsUpArrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0
}

body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsNextButton,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .slick-next {
    right: 0
}

body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsNextButton:before,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .slick-next:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsNextButton:hover:before,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsNextButton:focus:before,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .slick-next:hover:before,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .slick-next:focus:before {
    -webkit-animation: 3s bounce-right ease-in-out 1;
    animation: 3s bounce-right ease-in-out 1
}

body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsNextButton.fsDownArrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: auto;
    left: 0;
    right: auto;
    bottom: 0
}

body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsPrevButton,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .fsNextButton,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .slick-prev,
body:not(.fsComposeMode) .showcase-7 .slick-navigation .slick-next {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto;
    left: auto;
    right: auto;
    pointer-events: auto
}

@media(min-width: 700px) {
    body:not(.fsComposeMode) .showcase-7 .slick-navigation {
        display: none
    }
}

.button-panel-5 {
    background-color: #fff;
    padding: 40px 20px;
    margin-bottom: 0;
    position: relative;
    background-color: var(--primary-color, #373737);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media(min-width: 700px) {
    .button-panel-5 {
        padding: 60px 30px
    }
}

@media(min-width: 1100px) {
    .button-panel-5 {
        padding: 80px 50px
    }
}

.button-panel-5.white-bg+.fsContainer.white-bg {
    padding-top: 0
}

.button-panel-5>header {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    text-align: center;
    color: inherit;
    margin-bottom: 50px;
    color: #fff
}

.button-panel-5>header else {
    color: inherit
}

@media(max-width: 699px) {
    .button-panel-5>header {
        margin-bottom: 20px
    }
}

.button-panel-5>header .fsElementTitle {
    color: var(--primary-color, #373737);
    font-family: var(--accent-font, "Zilla Slab");
    font-size: 3rem;
    line-height: 4.1875rem;
    font-weight: 700;
    margin-bottom: 50px;
    margin-bottom: 0;
    position: relative;
    color: #fff
}

@media(max-width: 699px) {
    .button-panel-5>header .fsElementTitle {
        font-size: 1.75rem;
        line-height: 2.125rem;
        margin-bottom: 20px
    }
}

.button-panel-5>header .fsElementTitle else {
    color: var(--primary-color, #373737)
}

@media(max-width: 699px) {
    .button-panel-5>header .fsElementTitle {
        margin-bottom: 0
    }
}

.button-panel-5>header .fsElementHeaderContent {
    margin-top: 10px;
    margin-bottom: 0
}

.button-panel-5>header .fsElementHeaderContent a:not(.button-on-dark-2):not(.button-on-dark-2):not(.button-on-dark-3):not(.button-on-dark-3) {
    color: #fff
}

.button-panel-5>.fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 1180px
}

.button-panel-5 .fsContent {
    color: #fff
}

.button-panel-5>footer {
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
    position: static
}

.button-panel-5 footer {
    text-align: center
}

.button-panel-5 footer .fsElementFooterContent {
    margin-top: 40px
}

@media(min-width: 600px) {
    .button-panel-5 footer .fsElementFooterContent {
        margin-top: 50px
    }
}

.button-panel-5 footer .fsElementFooterContent .button-1,
.button-panel-5 footer .fsElementFooterContent .button-1,
.button-panel-5 footer .fsElementFooterContent .button-2,
.button-panel-5 footer .fsElementFooterContent .button-2,
.button-panel-5 footer .fsElementFooterContent .button-3,
.button-panel-5 footer .fsElementFooterContent .button-3,
.button-panel-5 footer .fsElementFooterContent .button-4,
.button-panel-5 footer .fsElementFooterContent .button-4,
.button-panel-5 footer .fsElementFooterContent .button-on-dark-1,
.button-panel-5 footer .fsElementFooterContent .button-on-dark-1,
.button-panel-5 footer .fsElementFooterContent .button-on-dark-2,
.button-panel-5 footer .fsElementFooterContent .button-on-dark-2,
.button-panel-5 footer .fsElementFooterContent .button-on-dark-3,
.button-panel-5 footer .fsElementFooterContent .button-on-dark-3 {
    margin: 0 20px 0 0
}

.button-panel-5 footer .fsElementFooterContent .button-1:only-child,
.button-panel-5 footer .fsElementFooterContent .button-1:only-child,
.button-panel-5 footer .fsElementFooterContent .button-2:only-child,
.button-panel-5 footer .fsElementFooterContent .button-2:only-child,
.button-panel-5 footer .fsElementFooterContent .button-3:only-child,
.button-panel-5 footer .fsElementFooterContent .button-3:only-child,
.button-panel-5 footer .fsElementFooterContent .button-4:only-child,
.button-panel-5 footer .fsElementFooterContent .button-4:only-child,
.button-panel-5 footer .fsElementFooterContent .button-on-dark-1:only-child,
.button-panel-5 footer .fsElementFooterContent .button-on-dark-1:only-child,
.button-panel-5 footer .fsElementFooterContent .button-on-dark-2:only-child,
.button-panel-5 footer .fsElementFooterContent .button-on-dark-2:only-child,
.button-panel-5 footer .fsElementFooterContent .button-on-dark-3:only-child,
.button-panel-5 footer .fsElementFooterContent .button-on-dark-3:only-child {
    margin: 0
}

.button-panel-5 footer .fsElementFooterContent .button-1:last-child,
.button-panel-5 footer .fsElementFooterContent .button-1:last-child,
.button-panel-5 footer .fsElementFooterContent .button-2:last-child,
.button-panel-5 footer .fsElementFooterContent .button-2:last-child,
.button-panel-5 footer .fsElementFooterContent .button-3:last-child,
.button-panel-5 footer .fsElementFooterContent .button-3:last-child,
.button-panel-5 footer .fsElementFooterContent .button-4:last-child,
.button-panel-5 footer .fsElementFooterContent .button-4:last-child,
.button-panel-5 footer .fsElementFooterContent .button-on-dark-1:last-child,
.button-panel-5 footer .fsElementFooterContent .button-on-dark-1:last-child,
.button-panel-5 footer .fsElementFooterContent .button-on-dark-2:last-child,
.button-panel-5 footer .fsElementFooterContent .button-on-dark-2:last-child,
.button-panel-5 footer .fsElementFooterContent .button-on-dark-3:last-child,
.button-panel-5 footer .fsElementFooterContent .button-on-dark-3:last-child {
    margin-right: 0
}

@media(max-width: 599px) {

    .button-panel-5 footer .fsElementFooterContent .button-1,
    .button-panel-5 footer .fsElementFooterContent .button-1,
    .button-panel-5 footer .fsElementFooterContent .button-2,
    .button-panel-5 footer .fsElementFooterContent .button-2,
    .button-panel-5 footer .fsElementFooterContent .button-3,
    .button-panel-5 footer .fsElementFooterContent .button-3,
    .button-panel-5 footer .fsElementFooterContent .button-4,
    .button-panel-5 footer .fsElementFooterContent .button-4,
    .button-panel-5 footer .fsElementFooterContent .button-on-dark-1,
    .button-panel-5 footer .fsElementFooterContent .button-on-dark-1,
    .button-panel-5 footer .fsElementFooterContent .button-on-dark-2,
    .button-panel-5 footer .fsElementFooterContent .button-on-dark-2,
    .button-panel-5 footer .fsElementFooterContent .button-on-dark-3,
    .button-panel-5 footer .fsElementFooterContent .button-on-dark-3 {
        margin: 10px 0;
        width: 100%
    }
}

.button-panel-5 .fsLoadMoreButton,
.button-panel-5 .j-paginate.juicer-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 0;
    width: 180px
}

@media(max-width: 599px) {

    .button-panel-5 .fsLoadMoreButton,
    .button-panel-5 .j-paginate.juicer-button {
        margin: 40px 0 0;
        max-width: none;
        width: 100%
    }
}

.button-panel-5 .slick-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
    width: 100%
}

.button-panel-5 .slick-navigation .fsPrevButton,
.button-panel-5 .slick-navigation .fsNextButton,
.button-panel-5 .slick-navigation .slick-prev,
.button-panel-5 .slick-navigation .slick-next {
    padding: 0;
    cursor: pointer;
    border-radius: 100%;
    border: solid 1px #fff;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    margin: 0;
    background: #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 30
}

.button-panel-5 .slick-navigation .fsPrevButton:before,
.button-panel-5 .slick-navigation .fsNextButton:before,
.button-panel-5 .slick-navigation .slick-prev:before,
.button-panel-5 .slick-navigation .slick-next:before {
    color: #636363;
    display: block;
    position: static;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.button-panel-5 .slick-navigation .fsPrevButton,
.button-panel-5 .slick-navigation .slick-prev {
    left: 0
}

.button-panel-5 .slick-navigation .fsPrevButton:before,
.button-panel-5 .slick-navigation .slick-prev:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.button-panel-5 .slick-navigation .fsPrevButton:hover:before,
.button-panel-5 .slick-navigation .fsPrevButton:focus:before,
.button-panel-5 .slick-navigation .slick-prev:hover:before,
.button-panel-5 .slick-navigation .slick-prev:focus:before {
    -webkit-animation: 3s bounce-left ease-in-out 1;
    animation: 3s bounce-left ease-in-out 1
}

.button-panel-5 .slick-navigation .fsPrevButton.fsUpArrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0
}

.button-panel-5 .slick-navigation .fsNextButton,
.button-panel-5 .slick-navigation .slick-next {
    right: 0
}

.button-panel-5 .slick-navigation .fsNextButton:before,
.button-panel-5 .slick-navigation .slick-next:before {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none
}

.button-panel-5 .slick-navigation .fsNextButton:hover:before,
.button-panel-5 .slick-navigation .fsNextButton:focus:before,
.button-panel-5 .slick-navigation .slick-next:hover:before,
.button-panel-5 .slick-navigation .slick-next:focus:before {
    -webkit-animation: 3s bounce-right ease-in-out 1;
    animation: 3s bounce-right ease-in-out 1
}

.button-panel-5 .slick-navigation .fsNextButton.fsDownArrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: auto;
    left: 0;
    right: auto;
    bottom: 0
}

.button-panel-5 .slick-navigation .fsPrevButton,
.button-panel-5 .slick-navigation .fsNextButton,
.button-panel-5 .slick-navigation .slick-prev,
.button-panel-5 .slick-navigation .slick-next {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto;
    left: auto;
    right: auto;
    pointer-events: auto
}

@media(min-width: 600px) {
    .button-panel-5 .slick-navigation {
        margin-top: 50px
    }
}

@media(min-width: 1100px) {
    .button-panel-5 .slick-navigation {
        position: relative;
        left: auto;
        bottom: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: 1180px;
        padding: 0;
        margin: 50px auto 0 auto
    }
}

@media(min-width: 1100px) {
    .button-panel-5:has(>footer)>.slick-navigation {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 80px;
        max-width: 1280px;
        padding: 0 50px;
        pointer-events: none
    }

    .button-panel-5:has(>footer)>.slick-navigation button {
        pointer-events: auto
    }
}

.button-panel-5[style^="background-image: url"]:before {
    content: "";
    background: rgba(0, 0, 0, .65);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.button-panel-5>.fsElementContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.button-panel-5 .fsContent {
    margin: 0
}

@media(max-width: 599px) {
    .button-panel-5 .fsContent {
        width: 100%
    }
}

.button-panel-5 .fsContent .button-large-1,
.button-panel-5 .fsContent .button-large-1 {
    display: block;
    margin: 0
}

@media(max-width: 599px) {

    .button-panel-5 .fsContent .button-large-1,
    .button-panel-5 .fsContent .button-large-1 {
        width: 100%
    }
}

.panel-directory .category-filters>.fsElementContent {
    display: grid;
    gap: 20px;
    grid-template-rows: repeat(3, auto)
}

@media(min-width: 700px) {
    .panel-directory .category-filters>.fsElementContent {
        grid-template-rows: repeat(2, auto);
        grid-template-columns: repeat(2, auto);
        grid-template-areas: "top-row top-row";
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -ms-flex-line-pack: start;
        align-content: start
    }
}

@media(min-width: 1100px) {
    .panel-directory .category-filters>.fsElementContent {
        grid-auto-flow: column;
        grid-template-rows: none;
        grid-template-areas: none;
        grid-template-columns: repeat(3, 1fr)
    }
}

.panel-directory .category-filters .fsPostToolsElement {
    margin-bottom: 20px
}

.panel-directory .fsCategoryFilter,
.panel-directory .fsTagFilter {
    width: 100%
}

.panel-directory .fsCategoryFilter .fsElementTitle,
.panel-directory .fsTagFilter .fsElementTitle {
    font-family: var(--main-font, "Open Sans");
    font-size: .875rem;
    line-height: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0
}

.panel-directory .fsCategoryFilter .fsElementTitle button,
.panel-directory .fsTagFilter .fsElementTitle button {
    background: #fff;
    border: solid 1px #cfcfcf;
    color: inherit;
    cursor: pointer;
    font-weight: inherit;
    text-transform: inherit;
    text-align: left;
    padding: 16px 20px;
    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;
    width: 100%;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.panel-directory .fsCategoryFilter .fsElementTitle button:after,
.panel-directory .fsTagFilter .fsElementTitle button:after {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    height: 30px;
    width: 30px;
    font-size: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: solid 1px #f8f8f8;
    border-radius: 100%;
    margin-left: 20px
}

.panel-directory .fsCategoryFilter .fsElementTitle button:hover,
.panel-directory .fsCategoryFilter .fsElementTitle button:focus,
.panel-directory .fsTagFilter .fsElementTitle button:hover,
.panel-directory .fsTagFilter .fsElementTitle button:focus {
    background: #f8f8f8
}

.panel-directory .fsCategoryFilter.display .fsElementTitle,
.panel-directory .fsTagFilter.display .fsElementTitle {
    margin-bottom: 0
}

.panel-directory .fsCategoryFilter.display .fsElementTitle button,
.panel-directory .fsTagFilter.display .fsElementTitle button {
    background: #f8f8f8;
    border-bottom: none
}

.panel-directory .fsCategoryFilter.display .fsElementContent,
.panel-directory .fsTagFilter.display .fsElementContent {
    background: #f8f8f8;
    max-height: 9999px;
    visibility: visible;
    opacity: 1
}

.panel-directory .fsCategoryFilter .fsElementContent,
.panel-directory .fsTagFilter .fsElementContent {
    border: solid 1px #cfcfcf;
    border-top: none;
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.panel-directory .fsCategoryFilter .fsToolsList,
.panel-directory .fsTagFilter .fsToolsList {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin-bottom: 5px
}

.panel-directory .fsCategoryFilter .fsToolsList li,
.panel-directory .fsTagFilter .fsToolsList li {
    display: block;
    padding: 2.5px 5px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.panel-directory .fsCategoryFilter .fsToolsList li.fsStateSelected a,
.panel-directory .fsTagFilter .fsToolsList li.fsStateSelected a {
    background: #fff;
    font-weight: 700
}

.panel-directory .fsCategoryFilter .fsToolsList li a,
.panel-directory .fsTagFilter .fsToolsList li a {
    background: rgba(0, 0, 0, 0);
    font-weight: 400;
    text-transform: none;
    min-width: 0;
    text-align: left;
    padding: 10px 20px;
    margin: 0
}

.panel-directory .fsCategoryFilter .fsToolsList li a:before,
.panel-directory .fsTagFilter .fsToolsList li a:before {
    content: none
}

.panel-directory .fsCategoryFilter .fsToolsList li a:hover,
.panel-directory .fsCategoryFilter .fsToolsList li a:focus,
.panel-directory .fsTagFilter .fsToolsList li a:hover,
.panel-directory .fsTagFilter .fsToolsList li a:focus {
    background: #fff
}

.panel-directory .fsSearch.fsToolsElement {
    width: 100%
}

.panel-directory .fsSearch.fsToolsElement ::-webkit-input-placeholder {
    color: var(--primary-color, #373737)
}

.panel-directory .fsSearch.fsToolsElement :-moz-placeholder {
    color: var(--primary-color, #373737);
    opacity: 1
}

.panel-directory .fsSearch.fsToolsElement ::-moz-placeholder {
    color: var(--primary-color, #373737);
    opacity: 1
}

.panel-directory .fsSearch.fsToolsElement :-ms-input-placeholder {
    color: var(--primary-color, #373737)
}

@media(min-width: 700px) {
    .panel-directory .fsSearch.fsToolsElement {
        grid-area: top-row
    }
}

@media(min-width: 1100px) {
    .panel-directory .fsSearch.fsToolsElement {
        grid-area: unset
    }
}

.panel-directory .fsSearch.fsToolsElement .fsElementToolsSearch {
    border: solid 1px #cfcfcf;
    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;
    padding: 16px 20px
}

.panel-directory .fsSearch.fsToolsElement .fsElementToolsSearch .fsElementToolsKeyword {
    width: calc(100% - 40px)
}

.panel-directory .fsSearch.fsToolsElement .fsElementToolsSearch .fsElementToolsKeyword .fsStyleDefaultField {
    border: none;
    color: var(--primary-color, #373737);
    font-size: .875rem;
    line-height: 1rem;
    font-weight: 700;
    text-transform: uppercase
}

.panel-directory .fsSearch.fsToolsElement .fsElementToolsSearch .fsElementToolsKeyword .fsButtonClear {
    color: #636363
}

.panel-directory .fsSearch.fsToolsElement .fsElementToolsSearch .fsElementToolsSearchButton {
    color: var(--primary-color, #373737);
    border: solid 1px #f8f8f8;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background: #fff;
    padding: 0;
    min-width: 0;
    margin: 0;
    text-indent: 9999px;
    overflow: hidden
}

.panel-directory .fsSearch.fsToolsElement .fsElementToolsSearch .fsElementToolsSearchButton:before {
    content: none
}

.panel-directory .fsSearch.fsToolsElement .fsElementToolsSearch .fsElementToolsSearchButton:after {
    content: "";
    font-family: "tb-icomoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    font-size: 15px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-indent: 0
}

.panel-directory .panel-list .fsListItems {
    margin: 0;
    gap: 15px
}

.panel-directory .panel-list article {
    border: solid 1px #cfcfcf;
    padding: 20px;
    margin: 0
}

@media(min-width: 600px) {
    .panel-directory .panel-list article {
        width: calc(50% - 10px)
    }
}

@media(min-width: 800px) {
    .panel-directory .panel-list article {
        width: calc(33.33% - 10px)
    }
}

.panel-directory .panel-list article .fsSummary {
    font-size: .875rem;
    background: #f8f8f8;
    padding: 20px
}

.panel-directory .panel-list article .fsTags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 6px
}

.panel-directory .panel-list article .fsTags .fsTag {
    margin: 0
}

.panel-directory .panel-list article .fsTags .fsTag a {
    text-decoration: none
}

.panel-directory .panel-list article .fsTags .fsTag:hover,
.panel-directory .panel-list article .fsTags .fsTag:focus {
    background: #f8f8f8
}