﻿a.button {
    font-variation-settings: inherit;
    font-feature-settings: inherit;
    -webkit-appearance: button;
    cursor: pointer;
    display: inline-flex;
}
section.tabable {
    padding: 100px 0;
}
.accordion .accordion__panel.in {
    display: block;
}
button.accordion__button {
    padding-right: 2.2rem;
}
.membership-cta a.button {
    min-width: 174px;
}
@media (min-width: 768px) {
    .md\:text-5xl {
        font-size: 3.2rem;
        line-height: 3.2rem;
    }
    .md\:flex-row {
        flex-direction: row;
    }
}
@media (min-width: 1024px) {
    .md\:text-5xl {
        font-size: 3.8rem;
        line-height: 3.8rem;
    }
    /*.category-grid .lg\:columns-3, .category-grid .lg\:columns-4 {
        -moz-columns: initial;
        -moz-column-count: initial;
        column-count: initial;
        display: flex;
        flex-wrap: wrap;
    }
    .lg\:columns-3 .card {
        width: 31%;
        flex: 0 0 auto;
    }
    .lg\:columns-4 .card {
        flex: 0 0 auto;
        width: 22.8%;
    }
    .category-grid .lg\:columns-4 .card {
        height: calc(100vh * 0.131626);
    }*/
    .column-one {
        padding-right: 20px;
    }
    .column-right {
        padding-left: 20px;
    }
    .three-columns .column-one, .three-columns .column-two, .three-columns .column-three {
        padding-right: 20px;
        padding-left: 20px;
    }
    .two-columns .col-lg-10, .three-columns .col-lg-10 {
        width: 83.3333%;
    }
    .two-columns .col-lg-9, .three-columns .col-lg-9 {
        width: 75%;
    }
    .two-columns .col-lg-8, .three-columns .col-lg-8 {
        width: 66.6666%;
    }
    .two-columns .col-lg-6, .three-columns .col-lg-6 {
        width: 50%;
    }
    .two-columns .col-lg-4, .three-columns .col-lg-4 {
        width: 33.3333%;
    }
    .two-columns .col-lg-3, .three-columns .col-lg-3 {
        width: 25%;
    }
    .two-columns .col-lg-2, .three-columns .col-lg-2 {
        width: 16.6666%;
    }
}
@media (min-width: 1280px) {
    .md\:flex-row {
        flex-direction: row;
    }
    .md\:text-5xl {
        font-size: 5rem;
        line-height: 5rem;
    }
}
@media (min-width: 1144px) and (max-width: 1537px) {
    .lg\:h-scrollToHeight {
        height: 315px;
    }
}
@media (min-width: 1080px) and (max-width: 1143px) {
    .lg\:h-scrollToHeight {
        height: 365px;
    }
}
@media (min-width: 768px) {
    .category-grid .card__content h5.md\:text-xl {
        font-size: 1.7rem;
        line-height: 1.7rem;
        text-align: left;
    }
    .why-choose-grid .card__content h5.md\:text-xl {
        font-size: 1.8rem;
        line-height: 1.8rem;
        text-align: left;
    }
}
.z-15 {
    z-index: 15;
}
.category-grid .card .card__content {
    z-index: 4;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.full-width {
    width: 100%;
}
/*@media (min-width: 1024px) {
    .banner-carousel--default .banner-carousel__image {
        width: 100%;
        position:absolute;
    }
}*/
.section.tabs-services .tabs__text p {
    color:#3a4752;
}
@media (min-width: 640px) {
    .sm\:w-2\/5 {
        width: 40%;
        height: auto;
    }
}
.md\:text-caption.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
}
.label, .text-caption, .text-captionSmall, h1, h2, h3, h4, h5, h6 {
    text-transform: none;
}
.section.tabs-services .tabs__text p {
    margin-bottom: 20px;
}
.section.tabs-services .tabs__text ol, .section.tabs-services .tabs__text ul, .section.faqs ul, .section.custom-html ul {
    list-style: initial;
    padding-left: 20px;
}
.section.tabs-services .tabs__text table, .section.tabs-services .tabs__text th, .section.tabs-services .tabs__text td {
    border: 1px solid gray;
}
.section.tabs-services .tabs__text th, .section.tabs-services .tabs__text td {
    padding: 2px 5px;
}
img.response-image {
    width: 100%;
    height: auto;
}
.card-h-container {
    box-shadow: inset 0 0 0 1px #ffffff1a;
    background-color: white;
    /*cursor: pointer;*/
    display: block;
    overflow: hidden;
    position: relative;
    transition: all .3s ease;
    margin-top: 10px;
}
.card-h-content {
    color: #fff;
    height: 100%;
    inset: 0;
    padding: 25px;
    width: 100%;
    z-index: 2;
}
.card--why {
    height: 600px;
}
.card-bottom-button {
    position: absolute;
    padding: 25px;
    bottom: 25px;
}
.text-h-caption {
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .accordion .flex-col-reverse, .custom-html .flex-col-reverse {
        flex-direction: column;
    }
    .column-one, .column-two, .column-three {
        margin-bottom: 15px;
    }
    .hidden-xs {
        display: none !important;
    }
    .desk-top-space.pt-md.mb-lg {
        padding-top: 0px;
        margin-bottom: 0px;
    }
    .sm\:flex-col {
        flex-direction: column;
    }
}
.text-xl {
    font-size: 2rem;
    line-height: 2rem
}
.card.red::after {
    background: #ad1457;
}
.card.cyan::after {
    background: rgb(44 175 164);
}
/* bootstrap grid */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.visible-xs {
    display: none;
}
.visible-md {
    display: none;
}
img.visible-sm {
    display: none;
}
@media (max-width: 575px) {
    .visible-xs {
        display:block;
    }
    img.visible-xs {
        width: 100%;
        height: auto;
    }
    .visible-md {
        display: block;
    }
    .banner-carousel--default .splide__slide {
        height: 550px;
    }
    .classified .banner-carousel--default .splide__slide {
        height: auto;
    }
    .card--why {
        height: auto;
    }
    .card-bottom-button {
        position: relative;
    }
    .col-xs-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xs-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xs-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xs-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xs-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xs-12 {
        -webkit-box-flex: 1;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 576px) and (max-width: 1023px) {
    .visible-md {
        display: block;
    }
    .pt-md {
        padding-top: 0px;
    }
    .banner-carousel--default .splide__slide {
        height: auto;
    }
}
@media (min-width: 576px) {
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-12 {
        -webkit-box-flex: 1;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sm-text-l {
        font-size: 1.4rem;
        line-height: 1.4rem;
    }
    .bg-cover {
        background-position: center right;
        background-size: cover 100%;
    }
}
@media (min-width: 992px) {
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-12 {
        -webkit-box-flex: 1;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .md-text-xl {
        font-size: 1.7rem;
        line-height: 1.7rem;
    }
    .pt-md {
        padding-top: 0px;
    }
}
@media (min-width: 1024px) {
    .pt-md, section.tabable.pt-md {
        padding-top: 10px;
    }
}
@media (min-width: 1200px) {
    .pt-md, section.tabable.pt-md {
        padding-top: 30px;
    }
    .lg-text-2xl {
        font-size: 2rem;
        line-height: 2rem;
    }
}
@media (min-width: 1320px) {
    .lg-text-2xl {
        font-size: 2.15rem;
        line-height: 2.15rem;
    }
}
ul.menu.vertical li:first-child:not(.is-submenu-item) {
    padding: 0.75rem 2.5rem 0.75rem 1.1875rem;
    color: #ffffff;
    background: #7bbec2;
    font-weight: 500;
    border-color: #ffffff;
}
ul.menu.vertical li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #acd4d7;
    border-bottom-color: rgb(172, 212, 215);
}
ul.menu.vertical li.sub-menu-parent > a {
    border-bottom: 1px solid #acd4d7;
}
ul.menu.vertical li a {
    position: relative;
    padding: 0.75rem 2.5rem 0.75rem 1.1875rem;
    outline: none;
    font-size: 0.9375rem;
    line-height: 1.5rem;
    display: block;
}
ul.menu.vertical li.active a {
    font-weight: bold;
}
.text-danger {
    color: #a94442;
}
.accordion__button::after {
    background-image: none;
    content: "\f055";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 40px;
}
.accordion__button.active:after {
    background-image: none;
    content: "\f056";
}
.mr-12 {
    margin-right: 3rem;
}
.text-primary-green {
    --tw-text-opacity: 1;
    color: rgb(44 175 164/var(--tw-text-opacity));
}
.navigation-modal__primary-nav-item.flex {
    justify-content: space-between;
}
.flex .text-left {
    align-items: flex-start;
}
.flex .text-right {
    align-items: flex-end;
}
.h-2\/3 {
    height: 50%;
}
.h-200 {
    min-height: 160px;
}
.featured-articles .card--article, .events .card--article, .splide__slide- .card--article {
    padding-top: 90%;
}
.h-hidden {
    display:none !important;
}
.banner-carousel__image_h > .banner-image {
    width: 100%;
    height: auto;
}
.flex-grow {
    flex-grow: 1;
}
.banner-carousel--default .splide__slide {
    min-height: initial;
}
@media (min-width: 640px) and (max-width: 996px) {
    header > .container {
        max-width: 996px;
    }
}
.no-slide .banner-carousel--default-light .banner-carousel__content:after {
    background-image: none;
}
.no-slide .banner-carousel--default .splide__slide:after {
    display: none;
}
.card::after {
    background: none;
}
.footer a:hover {
    text-decoration: underline;
}
.static-container {
    position:absolute;
    width: 100%;
}
.relative-container {
    position: relative;
    width: 100%;
}
.pb-sm {
    padding-bottom: 20px;
}
.card__chevron- {
    align-items: center;
    bottom: 0;
    display: flex;
    height: 52px;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 52px;
    z-index: 1000;
}
.card--article .card__chevron- {
    background-color: #ad1457;
    color: #ffffff;
}
.card--article .card__chevron-:hover {
    background-color: #ffffff;
    color: #ad1457;
}
.custom-html a {
    color: #2cafa4;
}
.custom-html a:hover {
    text-decoration: underline;
}
.alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}
.alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
    background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #9acfea;
}
.alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e;
}
.alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;
}
.pull-right {
    float: right;
}
@media (min-width: 640px) {
    .sm\:w-1\/5 {
        width: 20%;
    }
}
.content p.text-lg {
    font-size: 1.4rem;
    line-height: 1.7rem;
}
.content p.text-xl {
    font-size: 1.65rem;
    line-height: 1.9rem;
}
.dark\:text-white input[type="text"] {
    color: #002b54;
}
.banner-carousel--default .splide__slide::after {
    height: 1px;
    display: none;
}
.large-space {
    width: 40px;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    font-family: interstate-condensed,system-ui,sans-serif;
}
.content ul, .content ol {
    font-size: 1.125rem;
    line-height: 1.519rem;
}
img.left-image {
    display: inline-block;
}
.ml-small {
    margin-left: 20px;
}
.button.hidden {
    display: none;
}
@media (max-width: 1023px) {
    .sm\:right-0 {
        right: 0;
    }

    .sm\:top-0 {
        top: 0;
    }

    .sm\:relative {
        position: relative;
    }
}
@media (max-width: 767px) {
    nav .mx-4 {
        margin-left: 5px;
        margin-right: 5px;
    }
    nav .mx-sm {
        margin-left: 5px;
        margin-right: 5px;
    }
    nav .button.mx-4 {
        padding: 0 5px;
    }
    .sm-hidden {
        display: none;
    }
    header.px-8 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}
.gradient-background {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    /*background-image: linear-gradient(to top, white, transparent);*/
    opacity: 0.8;
}
.image-container {
    position: relative;

}
.card--article {
    padding-top: 103%;
}
@media (max-width: 1023px) {
    #js-mobile-navigation-toggle {
        display: inline-block;
    }
    header > .container >nav {
        margin-right: 40px;
    }
}
.sm\:block {
    flex-direction: row;
}
@media (max-width: 768px) {
    header > .container > nav {
        margin-right: 70px;
    }
    .sm\:block {
        display:block;
    }
    .pull-left-sm {
        float:initial !important;
    }
    .sm-hidden {
        display: none;
    }
    footer .w-full img {
        width: 100%;
        min-width: unset;
    }
}
.paywall-prompt-wrapper {
    position: relative;
    min-height: 800px;
}
.paywall-prompt-lock {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .2) 0, #fff 35%);
    z-index: 50;
    vertical-align: middle;
}
.paywall-container-inner {
    padding-top: 500px;
}
ul.no-dot li {
    list-style-type: none;
}
.image-container {
    max-height: 200px;
    overflow: hidden;
}
.card__date {
    align-items: center;
    bottom: 0;
    display: flex;
    height: 52px;
    justify-content: center;
    position: absolute;
    left: 20px;
    z-index: 1000;
}
.card--article .card__info h6 {
    max-height: 72px;
    overflow: hidden;
}
.banner.banner--no--breadcrumb {
    padding-top: 50px;
    min-height: 250px;
}
.paywall-container-inner h4 {
    text-transform: uppercase;
}
.paywall-container-inner p {
    line-height: 28px;
}
.paywall-container-inner ul.no-dot li .fa-solid {
    margin-right: 20px;
}
.paywall-container-inner ul.no-dot li {
    margin-bottom: 10px;
}
.paywall-prompt-wrapper .locked-content {
    max-height: 900px;
    overflow: hidden;
}
/* banner desktop */
.banner-carousel__content__wrapper {
    position: absolute;
    top: 140px;
    left: 5%;
    width: 43%;
    height: 380px;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 20px 30px 20px 70px;
}
.banner-carousel--default .splide__arrows {
    top: 520px;
    left: 5%;
    width: 43%;
    bottom: auto;
    transform: initial;
}
.banner-carousel--default .banner-carousel__content__wrapper *, .banner-carousel--default .banner-carousel__content__wrapper h2 {
    color: #002b54;
}
.banner-carousel--default .banner-carousel__content__wrapper p {
    color: #000000;
}
.label-h-arrow::before {
    height: 40px;
    width: 40px;
}
.label-h-arrow {
    font-size: 40px;
    position: absolute;
    left: -40px;
}
.carousel-cross {
    align-self: flex-end;
    background-image: url(/images/banner-pattern-blue.svg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    height: 60px;
    left: 0;
    width: 100%;
}
.w-full {
    width: 100%;
}
.splide__list {
    height: initial;
}
.xl-text-2xl {
    font-size: 2.25rem;
    line-height: 2.25rem;
}
.full-width-desktop-image {
    width: 100%;
    height: auto;
}
.full-width-mobile-image {
    display: none;
}
@media (max-width: 2200px) {
    .xl-text-2xl {
        font-size: 2rem;
        line-height: 2rem;
    }
    .banner-carousel__content__wrapper {
        top: 100px;
        height: 360px;
    }
    .banner-carousel--default .splide__arrows {
        top: 460px;
    }
}
@media (max-width: 1960px) {
    .xl-text-2xl {
        font-size: 1.8rem;
        line-height: 1.8rem;
    }
    .banner-carousel__content__wrapper {
        top: 70px;
        height: 340px;
    }
    .banner-carousel--default .splide__arrows {
        top: 410px;
    }
}
@media (max-width: 1680px) {
    .xl-text-2xl {
        font-size: 1.6rem;
        line-height: 1.6rem;
    }
    .banner-carousel__content__wrapper {
        top: 50px;
        height: 310px;
    }
    .banner-carousel--default .splide__arrows {
        top: 360px;
    }
}
@media (max-width: 1480px) {
    .xl-text-2xl {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    .banner-carousel__content__wrapper {
        top: 25px;
        height: 290px;
    }
    .banner-carousel--default .splide__arrows {
        top: 315px;
    }
}
@media (max-width: 1280px) {
    .xl-text-2xl {
        font-size: 1.4rem;
        line-height: 1.4rem;
    }
    .banner-carousel__content__wrapper {
        top: 20px;
        height: 270px;
    }

    .banner-carousel--default .splide__arrows {
        top: 290px;
    }
}
@media (max-width: 1080px) {
    .xl-text-2xl {
        font-size: 1.7rem;
        line-height: 1.7rem;
    }
    .banner.slide-banner {
        padding: 10px;
        background-color: #002b54;
    }
    .banner-carousel__content__wrapper {
        position: relative;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        background-color: #002b54;
        padding: 0;
        min-height: 380px;
    }
    .banner-carousel--default .banner-carousel__content__wrapper p, .banner-carousel--default .banner-carousel__content__wrapper h2, .banner-carousel--default .banner-carousel__content__wrapper h4 {
        color: white;
    }
    .full-width-mobile-image {
        display: block;
        width: 100%;
        height: auto;
    }
    .full-width-desktop-image {
        display: none;
    }
    .banner-carousel__content__wrapper p {
        text-align: center;
    }
    .banner-carousel__content__wrapper p.mb-md {
        margin: 40px;
    }
    .banner-carousel__content__wrapper hr {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
    .carousel-cross {
        display: none;
    }
    .banner-carousel--default .splide__arrows {
        top: unset;
        bottom: 15px;
        width: 100%;
        left:0;
    }
    .splide__arrows.justify-end {
        justify-content: normal;
        display: block;
        text-align: center;
    }
    .mobile-navigation-accordion__item.mobile-join-button:before {
        background-image: none;
        display: none;
    }
    .mobile-navigation-accordion__item.mobile-join-button {
        background-color: #2cafa4;
        color: #002b54;
        text-align: center;
        display: block;
    }
    .mobile-navigation__socials {
        text-align: center;
        align-items: center;
        justify-content: center;
    }
}
.card__lock {
    position: absolute;
    left: 15px;
    top: 15px;
}
.card__lock img {
    width: 30px;
}
.p-5 {
    padding: 0.5rem 0.7rem;
}
.mobile-navigation__footer {
    width: 100%;
}
.mobile-navigation {
    font-size: 2rem;
}
.mt-xsm {
    margin-top: 15px;
}
.banner-carousel__content__wrapper {
    z-index: 100;
}
.mobile-navigation__content {
    padding-bottom: 20px;
}
@media (max-width: 575px) {
    .xs-text-l {
        font-size: 1.5rem;
        line-height: 1.3rem;
    }
    .banner-carousel__content__wrapper p.mb-md {
        margin: 20px;
    }
    .banner-carousel__content__wrapper {
        min-height: 150px;
    }
    .banner {
        min-height: 290px;
    }
    .footer .pb-sm {
        padding-bottom: 10px;
    }
    .footer__socials.mt-14 {
        margin-top: 0.5rem;
    }
    .footer__links.pb-lg {
        padding-bottom: 0.5rem;
    }
    section.tabable {
        padding: 30px 0;
    }
    section#scroll-to-me.tabable {
        padding-bottom: 0;
    }
    .footer .justify-evenly .mb-md:last-of-type {
        margin-bottom: 15px;
    }
    .footer .w-full.pb-sm .mb-md:last-of-type {
        margin-bottom: 15px;
    }
    section#scroll-to-me.tabable .row.mb-md {
        margin-bottom: 0;
    }
}
@media (min-width: 1024px) {
    .classified .banner-carousel--default .banner-carousel__content::after {
        position: absolute;
    }
}
section.tabable.pb-lg+section.tabable.pt-lg {
    padding-top: 10px;
}
section.tabable.pt-lg {
    padding-top: 60px;
}
section.tabable.pb-lg {
    padding-bottom: 60px;
}
@media (max-width: 1023px) {
    .classified .banner-carousel--default .static-container .banner-carousel__content.text--content {
        min-height: auto;
        width: 100%;
    }

    .banner-carousel--default .banner-carousel__image {
        height: auto;
        width: 100%;
    }

    .classified .banner-carousel .static-container {
        position: relative;
    }

    .banner-carousel--default .banner-carousel__content.grow-white-container {
        display: none;
    }
    .classified .banner-carousel--default .splide__arrows {
        display: none;
    }
    .classified--content.sm\:w-2\/3 {
        width: 100%;
    }
}
@media (max-width: 1023px) {
    img.visible-sm {
        width: 100%;
        height: auto;
        display: block;
    }
    .paywall-prompt-wrapper {
        min-height: 920px;
    }
}
@media (max-width: 640px) {
    .paywall-prompt-wrapper {
        min-height: 1000px;
    }
}
.center-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.classified .banner-carousel--default .splide__arrows {
    top: 520px;
    left: 6%;
    width: 43%;
}