:root {
    --strides_black: #111921;
    --strides_yellow: #F8B149;
    --strides_orange: #E1543F;
    --strides_purple: #610C86;
    --strides_purple_dark: #4A0867;
    --strides_purple_dark2: #4A0369;
    --transition: .2s;
    --strides_bs: 2px 2px 4px 4px rgba(0,0,0,.1);
    --strides_gradient: linear-gradient(90deg, rgba(97,12,134,1) 0%, rgba(200,70,77,1) 49%, rgba(248,177,73,1) 100%);
    --strides_gradient2: linear-gradient(0deg, rgba(97,12,134,1) 0%, transparent 100%);
    --strides_gradient3: linear-gradient(90deg, rgba(97,12,134,1) 0%, rgba(200,70,77,1) 100%);
    --strides_gradient_black: linear-gradient(0deg, rgba(0,0,0,1) 0%, transparent 100%);
    --strides_padding_width: 5vw;

}

@font-face { font-family: Gibson;
    src: url('../fonts/Gibson/Gibson-Book.otf');
    font-weight: 400;
}

@font-face { font-family: Gibson;
    src: url('../fonts/Gibson/Gibson-Bold.otf');
    font-weight: 700;
}

@font-face { font-family: Gibson;
    src: url('../fonts/Gibson/Gibson-Medium.ttf');
    font-weight: 600;
}


@font-face { font-family: Gibson;
    src: url('../fonts/Gibson/Gibson-Medium.ttf');
    font-weight: 500;
}

@font-face { font-family: Gibson;
    src: url('../fonts/Gibson/Gibson-Light.otf');
    font-weight: 300;
}

body, html {
    overflow-x: hidden;
    max-width: 100vw;
}

body.no-scroll {
    overflow: hidden;
}

.text-underline {
    text-decoration: underline;
}

.col-33 {
    width: 33.333%;
    padding: 15px;
}

.strides-active:after {
    position: absolute;
    height: 4px;
    width: 100%;
    content: '';
    background: rgb(97,12,134);
    background: var(--strides_gradient);
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .2s;
}

.strides-active-bg:after {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    background: transparent;
    background: var(--strides_gradient2);
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .2s;
}

nav .wrapper,
footer .wrapper{
    padding: 0 var(--strides_padding_width);
}

.nav-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    z-index: 1000;
    position: relative;
}

.nav-container.sticky-nav,
.nav-container.nav-clear.sticky-nav{
    position: fixed;
    background-color: #fff;
    top: -50%;
    transition: .5s;
}

.nav-container.sticky-nav.sticky-active {
    top: 0;
}

.nav-container.nav-clear {
    position: absolute;
}

.nav-upper-content {
    padding: 10px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-nav {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-nav > li {
    padding: 5px 20px;
    position: relative;
}

.main-nav > li > a,
.main-nav > li > span{
    color: var(--strides_black);
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 25px;
    transition: var(--transition);
    display: flex;
    text-align: center;
}

.main-nav > li > a > span,
.main-nav > li > span{
    text-align: center;
}

.nav-upper-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav-upper-wrapper > div {
    margin-left: 20px;
}

.nav-lower-content {
    width: 100%;
}

.nav-lower-content > ul {
    list-style: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(17,25,33,1);
    border-bottom: 1px solid rgba(17,25,33,1);
    padding: 0;
    margin-bottom: 0;
}

.nav-lower-content > ul > li {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-right: 1px solid rgba(17,25,33,1);
    position: relative;
}

.nav-lower-content > ul > li:last-child {
    border-right: none;
}

.nav-lower-content > ul > li > a,
.nav-lower-content > ul > li > span{
    font-size: 1.5em;
    font-weight: 500;
    color: var(--strides_black);
}

.nav-lower-content > ul > li.current_page_item > a,
.nav-lower-content > ul > li.current_page_item > span,
.nav-lower-content > ul > li.current-menu-parent > a,
.nav-lower-content > ul > li.current-menu-parent > span{
    color: var(--strides_purple);
}

.nav-container a{
    text-decoration: none;
}

.btn-accessibility {
    margin-right: 20px;
    font-weight: 500;
    cursor: pointer;
}

.btn-accessibility-desktop {
    display: block;
}

.btn-accessibility-mobile {
    display: none;
    margin-left: 15px;
    margin-right: 5px;
}

.submenu {
    position: absolute;
    top: 100%;
    left: 20px;
    list-style: none;
    padding: 0;
    width: 100%;
    display: none;
    align-items: stretch;
    justify-content: center;
    min-width: 200px;
    padding-top: 20px;
    z-index: 1;
}

.sec-nav .submenu {
    left: 4px;
    width: calc(100% - 8px);
}

.submenu > ul {
    background-color: var(--strides_purple_dark);
    list-style: none;
    padding: 0;
    width: 100%;
    border-radius: 15px;
}

.submenu > ul > li {
    padding: 20px 30px;
    transition: .2s;
    background-color: transparent;
    color: #fff;
    min-width: 200px;
}

.submenu > ul > li > a {
    color: #fff;
    white-space: normal;
}

.nav-mobile-trigger {
    display: none;
    height: 25px;
    width: 35px;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-right: 20px;
}

.nav-mobile-trigger > span {
    width: 100%;
    height: 3px;
    background-color: var(--strides_purple);
}

.nav-mobile-trigger > span:first-child {
    background-color: var(--strides_yellow);
}

.nav-mobile-trigger > span:nth-child(2) {
    background-color: var(--strides_orange);
}

.mobile-close-trigger {
    display: none;
}

.main-menu-mobile {
    display: none;
}

.nav-extra-content > div:first-child {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.nav-upper-extra {
    margin-right: 60px;
}

.logo-container {
    padding: 10px 0;
}

.logo-container img {
    height: 80px;
}

@media all and (max-width: 992px) {
    .nav-upper-wrapper,
    .nav-upper-extra{
        display: none;
    }

    .nav-container.active {
        z-index: 2147483648;
    }

    .main-menu-mobile {
        display: flex;
        margin-bottom: 20px;
    }

    .nav-extra-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 20px;
        border-bottom: 1px solid rgba(255,255,255,.5);
    }

    #google_translate_element span {
        color: #fff;
        font-size: 15px;
    }

    .mobile-wrapper {
        display: none;
    }

    .nav-container.active .mobile-wrapper {
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2147483648;
        background-color: var(--strides_purple);
        overflow: auto;

    }

    .nav-container.active .nav-upper-wrapper {
        display: flex;


        width: 100%;
        padding-bottom: 60px;
        flex-direction: column-reverse;

        /*justify-content: flex-start;*/
    }

    .nav-container.active .btn-donate {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        border-radius: 0 !important;
        z-index: 10000;
        justify-content: flex-start;
        padding: 20px 30px;
    }

    .logo-container img {
        height: 50px;
    }

    .main-nav {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .nav-upper-wrapper > div {
        width: 100%;
        margin-left: 0;
    }

    .main-nav > li {
        width: 100%;
        border-top: 1px solid rgba(255,255,255,.5);
        padding: 10px 20px;
    }

    .main-nav > li:last-child {
        border-bottom: 1px solid rgba(255,255,255,.5);
    }

    .nav-container {
        background-color: #fff;
    }

    .nav-mobile-trigger {
        display: flex;
    }

    .nav-lower-content > ul {
        width: fit-content;
        min-width: 100vw;
    }

    .nav-lower-content {
        overflow: auto;
    }

    .nav-lower-content > ul > li {
        white-space: nowrap;
        min-width: 200px;
    }

    .main-nav > li > a, .main-nav > li > span {
        color: #fff;
    }

    .btn-accessibility-desktop {
        display: none;
    }

    .btn-accessibility-mobile {
        display: block;
    }

    .btn-accessibility {
        color: #fff;
        font-size: 14px;
    }

    .submenu > ul > li {
        padding: 10px 35px;
    }

    .submenu > ul > li:last-child {
        margin-bottom: 20px;
    }

    .sub-menu-trigger {
        height: 12px;
        width: 12px;
        /*border-radius: 50%;*/
        /*display: flex;*/
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 40px;
        top: 20px;
        border: solid #fff;
        border-width: 0 1px 1px 0;
        display: inline-block;
        transform: rotate(45deg);
    }

    .sub-menu-trigger.open {
        transform: rotate(-135deg);
    }

/*    .sub-menu-trigger:before,
    .sub-menu-trigger:after {
        content: '';
        width: 50%;
        height: 1px;
        background-color: #fff;
        position: absolute;

    }

    .sub-menu-trigger:after {
        transform: rotate(90deg);
    }

    .sub-menu-trigger.open:after {
        transform: rotate(0);
    }*/

    .sub-menu-trigger.open + .submenu {
        display: flex;
        position: relative;
        top: 10px;
        flex-direction: column;
    }

    .submenu {
        left: 0;
        padding-top: 0;
    }

    .submenu > ul {
        background-color: transparent;
    }

    .mobile-close-trigger {
        display: flex;
        height: 40px;
        width: 40px;
        border: 2px solid #fff;
        align-items: center;
        justify-content: center;
        position: relative;
        transform: rotate(45deg);
        border-radius: 50%;
    }

    .mobile-close-trigger:before,
    .mobile-close-trigger:after {
        position: absolute;
        width: 50%;
        height: 2px;
        content: '';
        background-color: #fff;
    }

    .mobile-close-trigger:after {
        transform: rotate(90deg);
    }

    .main-menu-mobile .main-nav > li {
        border: none;
        padding: 0 30px;
    }

    .main-menu-mobile .main-nav > li > a > span, .main-menu-mobile .main-nav > li > span {
        font-size: 1.5em;
        font-weight: 400;
    }

    .nav-lower-content .sec-nav .sub-menu-trigger {
        display: none;
    }

    .main-dropdown.open .submenu {
        display: flex;
        position: fixed;
        width: calc(100% - 50px);
        background-color: var(--strides_purple_dark);
        left: 25px;
        border-radius: 15px;
    }

    .nav-lower-content {
        position: relative;
    }

    .nav-lower-content > ul > .main-dropdown.open > span {
        color: var(--strides_purple_dark);
    }

    .main-dropdown.open .submenu > ul > li:last-child {
        margin-bottom: 0;
    }

/*    .nav-container:after {
        content: '';
        !*background-image: url("../images/icon-dark-arrow.svg");*!
        background-repeat: no-repeat;
        position: absolute;
        background-position: 50px center, center;
        right: 0;
        bottom: 1px;
        width: 76px;
        height: 48px;
        background-image: url("../images/icon-medium-arrow.svg"), linear-gradient(90deg, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    }*/

    .nav-mobile-scroll {
        content: '';
        /*background-image: url("../images/icon-dark-arrow.svg");*/
        background-repeat: no-repeat;
        position: absolute;
        background-position: 50px center, center;
        right: 0;
        bottom: 1px;
        width: 76px;
        height: 48px;
        background-image: url("../images/icon-medium-arrow.svg"), linear-gradient(90deg, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    }

    .enfr-trigger {
        color: #fff;
        font-size: 14px;
    }


}

.wrapper {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 50px var(--strides_padding_width);
    display: flex;
    flex-wrap: wrap;
}

.wrapper-stack {
    flex-direction: column;
}

.cpt-header {
    width: 100%;
    padding: 30px 0;
}

.cpt-header h2 {
    font-size: 2.5em;
}

.cpt-header h2,
.cpt-content h3{
    color: var(--strides_purple);
}

.cpt-content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media (hover: hover) {

    .main-nav > li:hover > a,
    .main-nav > li:hover > span{
        color: #fff;
        text-decoration: none;
        background-color: var(--strides_purple);
    }

    .nav-lower-content > ul > li > a:hover,
    .nav-lower-content > ul > li > span:hover{
        color: var(--strides_purple);
        text-decoration: none;
    }

    .submenu > ul > li > a:hover {
        color: var(--strides_yellow);
        text-decoration: none;
    }

    .main-nav li:hover > .submenu {
        display: flex;
    }

    .sec-nav > li:hover > .submenu {
        display: flex;
    }

}

footer  {
    padding: 50px 0 10px;
}

footer p {
    font-weight: 400;
}

.footer-divider {
    width: 100%;
    margin: 25px auto;
    height: 1px;
    background-color: rgba(0,0,0,.2);
}

.footer-divider-top {
    margin: 0 auto 25px;
}

.f-col-100 {width: 100%;}
.f-col-50 {width: 50%;}
.f-col-33 {width: 33.3%;}

.f-contact {
    font-size: 1.4em;
    line-height: 1.2;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
}

.footer-menu a {
    font-size: 1.4em;
    font-weight: 500;
}

.footer-upper img {
    margin-bottom: 20px;
    max-height: 70px;
}

.footer-lower h5 {
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 20px;
}

.f-image-left img {
    margin: 0 25px 20px 0;
    height: 55px;
}

.footer-copyright p {
    width: 100%;
    text-align: center;
}

.f-image-left {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.f-image-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.social-media-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;

}

.social-media-container.sm-right {
    justify-content: flex-end;
}

.social-media-container.sm-center {
    justify-content: center;
}

.social-media-container a {
    color: var(--strides_black);
}

.f-image-right img {
    margin: 0 0 20px 25px;
    height: 55px;
}
footer a {
    color: var(--strides_black);
    text-decoration: underline;
}

footer a:hover {
    color: var(--strides_purple);
}
.social-media-container a {
    border: 2px solid var(--strides_black);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 1em;
    text-decoration: none;
    border-radius: 50%;
}



@media (hover: hover) {

    .social-media-container a:hover,
    .cta-circle:hover {
        text-decoration: none;
        border-color: var(--strides_black);
        background-color: var(--strides_black);
        color: #fff;
    }
}

@media all and (max-width: 992px) {
    .f-col-33,
    .f-col-50{
        width: 100%;
        margin-bottom: 25px;
    }

    .f-image-right {
        justify-content: flex-start;
    }

    .f-image-right img {
        margin: 20px 25px 0 0;
        max-height: 55px;
    }
}

.sto-banner {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

.sto-banner-bg,
.sto-banner-bg-mobile{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;

}

.sto-banner-bg > div,
.sto-banner-bg-mobile > div{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .2s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sto-banner-bg > div.active,
.sto-banner-bg-mobile > div.active{
    opacity: 1;
}

.sto-banner .wrapper {
    z-index: 1;
    position: relative;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 250px var(--strides_padding_width);
}

.sto-banner-arrow {
    height: 120px;
    position: absolute;
    bottom: 50px;
    margin-left: -30px;
}

.sto-banner-content {
    max-width: 600px;
}

.sto-banner-content h1 {
    font-size: 3.5em;
    font-weight: 500;
    margin-bottom: 30px;
}

.sto-banner-content p.sto-banner-sub-title {
    font-size: 1.5em;
}

.sto-banner-bg-mobile {
   display: none;
}

@media all and (max-width: 992px) {
    .sto-banner-content h1 {
        font-size: 2.5em;
        font-weight: 500;
        margin-bottom: 30px;
    }

    .sto-banner-content p.sto-banner-sub-title {
        font-size: 1.5em;
    }

    .sto-banner-bg {
        display: none;
    }

    .sto-banner-bg-mobile {
        display: block;
    }
}


.program-services-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.program-services-container.ps-slider {
    padding-top: 50px;
}

.program-services-container .ps-category {
    width: 25%;
    padding: 10px 35px 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.ps-category {
    color: #fff;

}

.ps-category:hover {
    text-decoration: none;
    color: #fff;
}

.ps-category-inner {
    width: 100%;
    max-width: 100%;
    padding-top: 145%;
    padding-bottom: 50px;
    border-radius: 190px;
    background-color: black;
    background-image: url('../images/ps-bg.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;

}

.ps-category-inner-content {
    position: absolute;
    top: 62%;
    z-index: 5;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}

.ps-category-inner:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 20px;
    left: 15px;
    position: absolute;
    background-image: url("../images/ring.png");
    background-size: 100% 100%;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.ps-category-inner:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgb(97,12,134);
    background: var(--strides_gradient_black);
    z-index: 0;
    border-radius: 190px;
}

.ps-category-inner h3 {
    text-decoration: underline;
    font-weight: 600;
    font-size: 1.6em;
    z-index: 1;
    width: 90%;
    text-align: center;
}

.ps-category-inner p {
    z-index: 1;
}

.ps-category-inner:hover:before {
    opacity: 1;
}

@media all and (max-width: 992px) {
    .program-services-container .ps-category {
        width: 50%;
    }

    .program-services-container.ps-slider .ps-category {
        padding: 10px;
    }
}

@media all and (max-width: 500px) {
    .program-services-container .ps-category {
        width: 100%;
    }
}

/* BUTTONS */

.btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.btn-container.btn-container-center {
    justify-content: center;
}

.btn-container.btn-container-right {
    justify-content: center;
}

.btn-container .btn-cta {
    margin: 0 10px 10px 0;
}

.btn-container.btn-container-center .btn-cta{
    margin: 5px;
}

.btn-container.btn-container-right .btn-cta{
    margin: 0 0 10px 10px;
}

.btn-cta,
.wpforms-container button[type=submit]{
    padding: 10px 20px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    color: var(--strides_black);
    border-radius: 25px;
    border: 2px solid var(--strides_black);
    background-color: transparent;
    cursor: pointer;
    font-weight: 500;
    margin: 0;
    text-decoration: none;
}

.btn-cta.btn-filled {
    background-color: var(--strides_black);
    color: #fff;
}

.wpforms-container button[type=submit] {
    border: 2px solid var(--strides_purple) !important;
    border-radius: 25px !important;
}

.cta-circle {
    border: 2px solid var(--strides_black);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 1em;
    text-decoration: none;
    border-radius: 50%;
    color: var(--strides_black);
    cursor: pointer;
}

.btn-purple{
    border-color: var(--strides_purple);
    color:  var(--strides_purple);
}

.btn-purple.btn-filled{
    border-color: var(--strides_purple);
    color:  #fff;
    background-color: var(--strides_purple);
}

.btn-orange{
    border-color: var(--strides_orange);
    color:  var(--strides_orange);
}

.btn-orange.btn-filled{
    border-color: var(--strides_orange);
    color:  #fff;
    background-color: var(--strides_orange);
}

.wpforms-container button[type=submit]{
    border-color: var(--strides_purple) !important;
    color:  var(--strides_purple) !important;
}
.wpforms-container button[type=submit],
.wpforms-container button[type=submit]:not(:hover):not(:active){
    background-color: transparent !important;
    color:  var(--strides_purple) !important;
}



.wpforms-container button[type=submit] {
    margin: 0 0 0 auto;
}
.btn-donate {
    background-color: var(--strides_orange);
    border-color: var(--strides_orange);
    color: #fff;
}

.btn-white {
    border: 2px solid #fff;
    color: #fff;
}

.btn-white.btn-filled {
    border: 2px solid #fff;
    color: var(--strides_black);
    background-color: #fff;
}


@media (hover: hover) {

    .btn-cta:hover {
        text-decoration: none;
        background-color:var(--strides_black);
        color: #fff;
    }

    .btn-purple:hover,
    .wpforms-container.contact-form button[type=submit]:hover{
        text-decoration: none;
        background-color:var(--strides_purple);
        border-color: var(--strides_purple);
        color: #fff;
    }

    .btn-purple.btn-filled:hover {
        background-color:var(--strides_orange);
        border-color: var(--strides_orange);
    }

    .btn-orange:hover {
        background-color: var(--strides_orange);
        border-color: var(--strides_orange);
        color: #fff;
    }

    .btn-orange.btn-filled:hover {
        background-color:var(--strides_purple);
        border-color: var(--strides_purple);
    }

    .wpforms-container button[type=submit]:hover {
        background-color: var(--strides_purple) !important;
        color:  #fff !important;
    }

    .btn-white:hover {
        text-decoration: none;
        border-color: #fff;
        background-color: #fff;
        color: var(--strides_black);
    }

    .btn-donate:hover {
        background-color: var(--strides_purple);
        border-color: var(--strides_purple);
    }
}

.article-grid {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin: 0 -15px 30px;
}

.article-grid .article-item {
    width: 33.3%;
}

.article-item:hover .strides-active-bg:after {
    opacity: .4;
}

.article-item {
    padding: 15px;
    text-decoration: none !important;
    color: var(--strides_black);
}

.article-item:hover {
    color: var(--strides_black);
}

.article-item:hover h4 {
    color: var(--strides_purple);
}

.slick-track
{
    display: flex !important;
}

.article-slider .slick-list {
    margin-left: -15px;
}

.article-slider .slick-slide
{
    height: inherit !important;
    display: flex;
}

.article-slider .slick-slide .article-item {
    height: 100%;
}

.article-slider .slick-slide > div {
    height: inherit !important;
    width: 100%;
}

.article-item > div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: var(--strides_bs);
    position: relative;
}

.article-item > div:after {
    position: absolute;
    height: 4px;
    width: 100%;
    content: '';
    background: rgb(97,12,134);
    background: var(--strides_gradient);
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .2s;
}

.article-item:hover > div:after {
    opacity: 1;
}

.slick-slide .article-image:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 2;
    content: '';
    top: 0;
    opacity: .3;
    transition: .5s;
}

.slick-slide.slick-active .article-image:before {
    opacity: 0;
}

.article-image {
    width: 100%;
    padding-top: 50%;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 200px;
}
.article-content {
    padding: 25px 15px 30px;
    height: 100%;
}

.article-content h4 {
    color: var(--strides_black);
    text-decoration: underline;
    margin-bottom: 20px;
    font-weight: 400;
}

.article-content.ac-sb {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.article-content p {
    margin-bottom: 20px;
    font-weight: 400;
}
.article-content a {
    color: var(--strides_purple);
}

.article-tags span{
    color: var(--strides_purple);
    font-weight: 500;
    font-size: .8em;
    text-decoration: underline;
    margin-right: 5px;
}

@media all and (max-width: 992px) {
    .article-grid .article-item {
        width: 100%;
    }
}

.custom-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
    border-top: 3px solid var(--strides_black);
    margin-bottom: 25px;
}

.custom-header.custom-header-m0 {
    margin-bottom: 0;
}

.custom-header > div:first-child {
    width: calc(100% - 50px);
}

.custom-header h5 {
    margin: 0;
    max-width: calc(100% - 50px);
    font-size: 1.8em;
}

.custom-header .cta-circle {
    margin: 0;
}

.program-listing {
    width: 100%;
}

.pl-program p {
    font-size: .9em;
    text-decoration: none;
}

.pl-program:hover {
    text-decoration: none;
    color: var(--strides_black);
}

.pl-program {
    width: 100%;
    box-shadow: var(--strides_bs);
    display: flex;
    align-items: stretch;
    justify-content: flex-start;padding: 15px 15px 0;
    position: relative;
    color: var(--strides_black);
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 30px;
}


.pl-program:after {
    position: absolute;
    height: 4px;
    width: 100%;
    content: '';
    background: rgb(97,12,134);
    background: var(--strides_gradient);
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .2s;
}

.pl-program:hover .strides-active-bg:after{
    opacity: .4;
}

.pl-program:hover:after {
    opacity: 1;
}

.pl-additional {
    width: 230px;
    padding: 10px 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.pl-additional p {
    color: var(--strides_purple);
}

.pl-info {
    width: 230px;
    padding: 10px;
}

.pl-info p {
    margin: 5px;
    color: var(--strides_purple);
}

.pl-content {
    width: calc(100% - 460px);
    padding: 10px;
}

.pl-content h3 {
    font-weight: 400;
    text-decoration: underline;
    margin-bottom: 25px;
}

.pl-content:hover h3 {
    color: var(--strides_purple);
}

.plc-location span {
    font-weight: 600;
}

.pla-image {
    width: 210px;
    height: 105px;
    border-top-left-radius: 105px;
    border-top-right-radius: 105px;
    background-color: red;
    background-size: cover;
    background-position: center;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.pl-directory {
    cursor: default;
    padding-bottom: 15px;
}

.pl-directory-contact {
    width: 460px;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;

}

.pl-directory-contact > div {
    width: 50%;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}

.pl-directory-contact > div p {
    word-break: break-all;
    margin: 0;
    color: var(--strides_purple);
}

.pl-directory-name {
    font-weight: 500;
}

.pl-directory > div a {
    word-break: break-all;
}

@media all and (max-width: 992px) {
    .pl-program {
      flex-wrap: wrap;
        padding: 15px;
    }

    .pl-content,
    .pl-info,
    .pl-additional{
        width: 100%;
    }

    .pl-info,
    .pl-additional{
        width: 50%;
    }

    .pla-image {
        position: absolute;
        top: 0;
        right: 20px;
        margin-top: 0;
        width: 130px;
        height: 60px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 60px;
        border-bottom-right-radius: 60px;
    }

    .pl-content {
        padding-top: 55px;
    }

    .pl-content h3 {
        width: 100%;
        word-break: break-word;
    }

    .plc-location span {
        font-weight: 500;
    }

    .pl-program p.plc-location {
        padding-top: 15px;
        border-top: 1px solid rgba(0,0,0,.5);
        line-height: 1.4;
        margin-bottom: 0;
    }

    .article-image {
        padding-top: 60%;
        min-height: 200px;
    }
}

/* Resource Listing */

.resource-listing {
    width: 100%;
}

.rl-resource {
    text-decoration: none;
}

.rl-resource:hover .strides-active-bg:after{
    opacity: .4;
}


.rl-resource p {
    font-size: .9em;
    text-decoration: none;
}

.rl-content h3 {
    font-weight: 400;
    text-decoration: underline;
    margin-bottom: 25px;
}



.rl-resource:hover {
    text-decoration: none;
    color: var(--strides_black);
}

.rl-resource {
    width: 100%;
    box-shadow: var(--strides_bs);
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    position: relative;
    color: var(--strides_black);
    cursor: pointer;
    margin-bottom: 30px;
}

.rl-resource:after {
    position: absolute;
    height: 4px;
    width: 100%;
    content: '';
    background: rgb(97,12,134);
    background: var(--strides_gradient);
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .2s;
}

.rl-resource:hover h3 {
    color: var(--strides_purple);
}

.rl-resource:hover:after {
    opacity: 1;
}

.rl-content {
    width: calc(100% - 200px);
    padding: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.rl-content > div {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.rl-inner-content {
    width: calc(100% - 200px);
    padding-right: 25px;
}

.rl-info {
    width: 200px;
}

.rl-info p {
    color: var(--strides_purple);
}

.rl-image {
    width: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
}

@media all and (max-width: 992px) {
    .rl-resource {
        display: flex;
        flex-direction: column-reverse;
    }

    .rl-content,
    .rl-image {
        width: 100%;
    }

    .rl-image {
        height: 200px;
    }

    .rl-content > div {
        flex-wrap: wrap;
    }

    .rl-inner-content,
    .rl-info{
        width: 100%;
    }
}

/*Accordion*/
.acc {
    width: 100%;
}

.acc-header {
    cursor: pointer;
    width: 100%;
}

.acc-header {
    padding: 20px 5px 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 3px solid var(--strides_black);
}

.pec-v2-header {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}


.acc-header h4,
.pec-v2-header h3{
    color: var(--strides_black);
    font-weight: 400;
    transition: .2s;
    width: calc(100% - 55px);
}

 .pec-main-content .pec-v2-header h3 {
    margin-bottom: 0;
}

.acc-header.collapsed h4,
.pec-v2-header.collapsed h3{
    color: var(--strides_black);
}

.acc-header:hover h4,
.pec-v2-header:hover h3 {
    color: var(--strides_purple);
}

.acc-header:hover .acc-trigger,
.pec-v2-header:hover .acc-trigger{
    border-color: var(--strides_purple);
}

.acc-header:hover .acc-trigger:before,
.acc-header:hover .acc-trigger:after,
.pec-v2-header:hover .acc-trigger:before,
.pec-v2-header:hover .acc-trigger:after{
    background-color: var(--strides_purple);
}

.acc-body {
    padding: 0 0 40px;
}

.acc-body p {
    max-width: 750px;
}

.acc-trigger {
    height: 45px;
    width: 45px;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 2px solid var(--strides_black);
    border-radius: 50%;
}

.acc-trigger-hidden {
    cursor: default !important;
}

.acc-trigger-hidden .acc-trigger {
    display: none !important;
}


.acc-trigger:before,
.acc-trigger:after {
    content: '';
    width: 40%;
    height: 2px;
    background-color: var(--strides_black);
    position: absolute;
    transition: .2s;
}

.acc-header.collapsed .acc-trigger:after,
.pec-v2-header.collapsed .acc-trigger:after {
    transform: rotate(90deg);
}

/*CTA Download: Solid*/
.cta-download-solid {
    background-color: var(--strides_purple);
    padding: 35px 25px;
}

.cta-download-solid.cta-download-solid-yellow {
    background-color: var(--strides_yellow);
}

.cta-download-solid p {
    color: #fff;
    margin-bottom: 50px;
    font-size: 1.2em;
    line-height: 1.7;
}

.cta-download-solid.cta-download-solid-yellow p {
    color: var(--strides_black);
}

.cta-download-solid.cta-download-solid-yellow .cta-circle {
    border: 2px solid var(--strides_black);
    color: var(--strides_black);
}

.cta-download {
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-shadow: var(--strides_bs);
}

.cta-download-image {
    width: 100%;
    /*padding-top: 120%;*/
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 420px;
}

/*.cta-download-image:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    position: absolute;
}*/

.cta-download-image p {
    position: absolute;
    width: 80%;
    left: 20px;
    top: 40px;
    color: #fff;
    font-weight: 700;
    font-size: 2em;
    max-width: 200px;
}

.cta-download-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    width: 100%;
}

.cta-download-content p {
    margin: 0;
    max-width: calc(100% - 50px);
    font-weight: 500;
}
/* Testimonial */

.strides-testimonial {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background-color: var(--strides_yellow);
    border-radius: 200px;
    overflow: hidden;
}

.strides-testimonial.strides-testimonial-stack {
    flex-direction: column;
}



.testimonial-content {
    width: calc(100% - 450px);
    padding: 45px 20px 45px 100px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}



.strides-testimonial-text .testimonial-content  {
    padding: 60px 120px;
    width: 100%;
    min-height: 350px;
}

.strides-testimonial-stack .testimonial-content  {
    padding: 120px 40px 120px;
    width: 100%;
}

.testimonial-quote {
    font-size: 1.4em;
    margin-bottom: 35px;
}

.testimonial-name {
    font-weight: 600;
    margin-bottom: 0;
}

.testimonial-title {
    margin-bottom: 0;
}

.testimonial-image {
    height: 400px;
    width: 400px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    padding-top: 30%;
    background-size: cover;
    background-position: center;
}

.strides-testimonial-stack .testimonial-image {
    width: 100%;
    height: auto;
    padding-top: 100%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 0;
    border-top-right-radius: 50%;
}

@media all and (max-width: 992px) {
    .testimonial-content {
        width: 100%;
        padding: 120px 20% 50px;
    }

    .strides-testimonial-text .testimonial-content {
        padding: 120px 60px;
    }

    .strides-testimonial {
        flex-direction: column;
    }

    .testimonial-image {
        border-radius: 50%;
        padding-top: 100%;
        height: unset;
        width: 100%;
    }
}

/*Location Block*/

.profile-container {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
}

.profile-container .profile {
    width: 33.33%;
    text-decoration: none;
}

.profile {
    padding: 100px 15px 25px;
    position: relative;
    display: flex;
    cursor: pointer;
}

.profile:hover {
    color: inherit;
    text-decoration: none;
}

.profile:hover .strides-active:after {
    opacity: 1;
}

.profile:hover .strides-active-bg:after {
    opacity: .4;
}

.profile > div {
    width: 100%;
    box-shadow: var(--strides_bs);
    padding: 130px 30px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}

.profile-image {
    position: absolute;
    top: -100px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.profile-content {
    width: 100%;
    height: 100%;
}

.profile-info {
    margin-bottom: 20px;
}
.profile-info h3 {
    margin: 0;
    text-decoration: underline;
    color: var(--strides_black);
}

.profile:hover .profile-info h3 {
    color: var(--strides_purple);
}

.profile-info p {
    margin: 0;
    color: var(--strides_black);
}

.profile-description {
    color: var(--strides_black);
}

.profile-info .profile-pronoun {
    font-style: italic;
}

.profile-info .profile-position {
    color: var(--strides_orange);
}

@media all and (max-width: 992px) {
    .profile-container .profile {
        width: 100%;
    }
}

/* Call Out Block */

.call-out-container {
    background: var(--strides_gradient3);
    transition: .5s;
    margin-bottom: 35px;
    /*min-height: 330px;*/
    /*max-height: 700px;*/
}

.call-out-container-closed {
    cursor: pointer;
}

.call-out-container.cl-transition.active {
    background: var(--strides_gradient);
}

.call-out-container.active {
    background:#fff;
    min-height: 500px;
}

.call-out-container > .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
}

.call-out-front {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    transition: 1s;
    overflow: hidden;
    position: relative;
    opacity: 1;
}

.call-out-container.cl-transition.active .call-out-front {
    position: relative;
    opacity: 1;
}

.call-out-container.active .call-out-front {
    position: absolute;
    opacity: 0;

}

.call-out-back {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
    position: absolute;
    transition: .2s;
    /*max-height: 0;*/
    opacity: 0;
    z-index: 0;
    display: none;
}

.call-out-back > .stk-block-columns,
.acc-body > .stk-block-columns {
    margin-left: -5vw;
    margin-right: -5vw;
    width: calc(100% + 10vw);
}

/*.call-out-back > .wp-block-stackable-columns {
    width: calc(100% + 6vw);
}*/

.call-out-container.cl-transition.active .call-out-back {
    position: absolute;
    opacity: 0;
}

.call-out-container.active .call-out-back {
    display: flex;
    position: relative;
    opacity: 1;
    transition: 1s;
    z-index:    1;
}

.call-out-content {
    width: calc(100% - 220px);
}

.call-out-content p {
    color: #fff;
    font-size: 2.5em;
}

.call-out-content a {
    color: #fff;
    text-decoration: underline;
}

.call-out-icon {
    width: 200px;
}

.call-out-icon img {
    width: 100%;
}

.call-out-trigger {
    height: 45px;
    width: 45px;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}


.call-out-trigger:before,
.call-out-trigger:after {
    content: '';
    width: 40%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    transition: .2s;
}

.call-out-trigger:after {
    transform: rotate(90deg);
}

.call-out-container.active .call-out-trigger:after {
    transform: rotate(0);
}

.call-out-container.active .call-out-trigger:after {
    transform: rotate(0);
}

.call-out-container.active .call-out-trigger {
    border-color: var(--strides_black);
}

.call-out-container.active .call-out-trigger:before,
.call-out-container.active .call-out-trigger:after {
    background-color: var(--strides_black);
}

@media all and (max-width: 992px) {

    .call-out-content p {
        font-size: 1.8em;

    }
    .call-out-content {
        width: 100%;
        margin-bottom: 50px;
    }

    .call-out-icon {
        display: none;
    }
}

/* Location Element */
.strides-location {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.strides-location > div {
    width: calc(100% - 100px);
    box-shadow: var(--strides_bs);
    padding-left: 130px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 260px;
}

.location-image {
    position: absolute;
    left: 0;
    top: 30px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-position: center
}

.strides-location h4 {
    font-weight: 400;
    margin-bottom: 30px;
}

.strides-location p {
    font-size:.9em;
}

.location-content {
    width: 65%;
    padding: 30px 20px;
}

.location-info {
    width: 35%;
    padding: 30px 20px;
}

.location-info a {
    color: var(--strides_black);
    text-decoration: underline;
}

.location-info a:hover {
    color: var(--strides_purple);
}

.location-trigger {
    height: 45px;
    width: 45px;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 2px solid var(--strides_black);
    border-radius: 50%;
    cursor: pointer;
}


.location-trigger:before,
.location-trigger:after {
    content: '';
    width: 40%;
    height: 2px;
    background-color: var(--strides_black);
    position: absolute;
    transition: .2s;
}

.location-trigger.collapsed:after {
    transform: rotate(90deg);
}

@media (hover: hover) {
    .location-trigger:hover {
        background-color: var(--strides_black);
    }

    .location-trigger:hover:before,
    .location-trigger:hover:after {
        background-color: #fff;
    }
}

@media all and (max-width: 992px) {
    .strides-location {
        margin-top: 35px !important;
    }

    .strides-location > div {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-left: 0;
        padding-top: 50px;
    }

    .location-content,
    .location-info{
        width: 100%;
    }

    .location-image {
        left: unset;
        top: -50px;
        height: 100px;
        border-radius: 50px;
    }

    .strides-location h4 {
        font-size: 1.3em;
    }
}

/* Contact Form */


.contact-form {
 width: 100% !important;
}

.wpforms-submit-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 !important;
}

.wpforms-container .wpforms-submit-container:before {
    content: 'Fields marked with an * are required';
    font-size: .9em;
    max-width: calc(100% - 90px);
    padding-right: 5px;
}

.input-container,
.wpforms-container .wpforms-field{
    width: 100%;
    margin-bottom: 25px;
}

.wpforms-container .wpforms-field {
    padding: 0 !important;
}

.callback-form {
    margin: 0 auto;
    max-width: 800px;
}

.callback-form h3 {
    margin-bottom: 30px;
}

.input-container input,
.wpforms-container .wpforms-field input,
.input-container textarea{
    width: 100%;
    padding: 10px 20px;
    border-radius: 23px;
    border: 1px solid var(--strides_black);
    color: var(--strides_black);
    outline: none;
    max-width: unset;
}

.input-container textarea {
    resize: none;
}

.cf-select p {
    margin: 0;
}

.input-container-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input-container-submit p {
    font-size: .9em;
    font-weight: 300;
}

.input-container .wpcf7-form-control-wrap {
    display: flex;
    flex-direction: column;
}

.input-container .wpcf7-form-control {
    display: flex;
    flex-direction: column;
}

.input-container input[type=radio] {
    width: unset;
    margin-right: 10px;
}

.wpcf7-list-item > label{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.wpforms-form .wpforms-field input[type=text],
.wpforms-form .wpforms-field input[type=email],
.wpforms-form .wpforms-field input[type=tel],
.wpforms-form .wpforms-field textarea{
    width: 100%;
    padding: 10px 20px !important;
    border-radius: 23px !important;
    border: 1px solid var(--strides_black) !important;
    color: var(--strides_black) !important;
    outline: none !important;
    max-width: unset !important;
}

.wpforms-form .wpforms-field textarea {
    resize: none !important;
    height: 44px;
}

.wpforms-form {
    width: 100% !important;
}
.wpforms-container {
    width: 100% !important;
    max-width: 800px;
}
.wpforms-container .wpforms-field {
    margin-bottom: 25px;
    width: 100%;
}

.wpforms-container .wpforms-field-label {
    font-weight: 500;
}

.wpforms-container h3 {
    font-weight: 500 !important;
    font-size: 1.75em !important;
    margin-bottom: 35px !important;
}

    /* Article Template */

.article-header-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.ahs-upper {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
}

.ahs-upper-content {
    width: 60%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.ahs-upper-content > div {
    width: 100%;
    padding: 50px var(--strides_padding_width);
}


.upper-content-controls {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-direction: row;
}

.article-back {
    cursor: pointer;
    width: 50%;
    color: #212529;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.article-back:hover {
    color: #212529;
    text-decoration: none;
}

.article-date {
    font-weight: 500;
}

.article-back .fa-arrow-left {
    font-size: 1.3em;
}

.article-back span{
    font-size: .8em;
    margin-left: 20px;
}

.upper-content-title {
    width: 100%;
}

.upper-content-title h1 {
    font-weight: 400;
    margin: 0;
}

.ahs-upper-image {
    width:40%;
    background-size: cover;
    background-position: center;
    min-height: 300px;
}

.ahs-lower {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    color: #fff;
    background-color: var(--strides_purple);
    position: relative;
}

.ahs-lower-content {
    width: 60%;
    background-color: var(--strides_purple);
}

.ahs-lower-content > div {
    padding: 35px 5px 25px 2vw;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;

}

.ahs-lower-content > div > div {
    width: 50%;
    padding-right: 30px;
}

.ahs-lower-info {
    width: 40%
}

.ahs-lower-info-ps {
    background-color: var(--strides_purple_dark);
    display: flex;
    flex-direction: column;
}

.lower-info-upper {
    padding: 35px var(--strides_padding_width) 25px;
    background-color: var(--strides_purple_dark);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lower-info-lower{
    padding: 35px var(--strides_padding_width);
    background-color: var(--strides_orange);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lower-info-lower-hidden {
    display: none;
}

.lower-info-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-right: 10px;
    margin: 5px 0;
}

.lower-info-item-center {
    align-items: center;
}

.lower-info-item p {
    width: calc(100% - 90px);
}

.lower-info-item a {
    color: #fff;
}

.lower-info-item-small p {
    width: calc(100% - 100px);
}

.lower-info-item-center p {
    margin: 0;
}

.lower-info-item .lower-info-item-label {
    font-weight: 500;
    width: 90px;
    margin-right: 20px;
    word-break: break-word;
}

.lower-info-item-small .lower-info-item-label {
    width: 80px;
}

.ps-cta-bottom {
    background-color: var(--strides_orange);
}

.ps-cta-bottom .wrapper {
    justify-content: center;
}

.ps-cta-bottom .wrapper p {
    color: #fff;
    width: unset;
    max-width: 200px;
}

.upper-content-controls-mobile {
    display: none;
}

.ahs-mobile-description {
    display: none;
    margin-top: 30px;
}

.ahs-lower-mobile {
    display: none;
}

.ahs-header {
    width: 100%;
    background-color: var(--strides_purple);
    border-bottom: 1px solid #fff;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ahs-header h2 {
    margin: 0;
    max-width: calc(100% - 60px);
}

.ahs-details-plus {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.ahs-details-plus:after,
.ahs-details-plus:before{
  width: 30%;
    height: 2px;
    content: '';
    background-color: #fff;
    position: absolute;
}

.ahs-details-plus:before {
    transform: rotate(90deg);
}

.share-container .addtoany_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin-left: 5px;
}

@media all and (max-width: 992px) {
    .ahs-lower-mobile {
        display: flex;
        flex-direction: column;
        width: 100%;
        color: #fff;
    }

    .ahs-mobile-description {
        display: block;
    }

    .ahs-upper {
        flex-direction: column-reverse;
        justify-content: flex-end;
        /*min-height: calc(100vh - 239px);*/
    }

    .article-header-section-ni .ahs-upper {
        min-height: unset;
    }


    .ahs-upper-content {
        width: 100%;
    }

    .ahs-upper-image {
        width: 100%;
/*        border-bottom-left-radius: 400px;
        border-bottom-right-radius: 400px;*/
        min-height: 200px;
    clip-path: ellipse(100% 100% at 50% 0%)
    }

    .ahs-lower-content,
    .ahs-lower-info,
    .ahs-lower-content > div > div{
        width: 100%;
        flex-wrap: wrap;
    }

    .ahs-lower,
    .ahs-lower-content > div{
        width: 100%;
        flex-wrap: wrap;
    }

    .ahs-lower-content > div {
        padding: 35px 15px 25px;
    }

    .ahs-lower-content > div > div {
        padding-right: 0;
    }

    .ahs-lower {
        font-size: .96em;
    }

    .lower-info-upper {
       padding: 35px 15px 25px
    }

    .lower-info-lower {
        position: relative; width: 100%;
        bottom: 0;
        /*left: 0;*/
        z-index: 100;
        /*display: none;*/
    }

    .ps-cta-bottom {
        display: none;
    }

    .upper-content-controls {
        display: none;
    }

    .upper-content-controls-mobile {
        display: flex;
        justify-content: space-between;
        padding: 20px 15px;
        align-items: center;
    }

    .article-back span {
        font-size: .6em;
    }

    .article-back {
        display: flex;
        align-items: center;
        width: unset;
    }

    .article-back .fa-arrow-left {
        font-size: 1em;
    }

    .upper-content-controls-mobile .share-container > span {
        font-size: .6em;
    }

    .share-container .addtoany_list {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        margin-left: 5px;
    }
}

.strides-people-container {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.strides-profile-image {
    width: 350px;
}

.strides-profile-image > div {
    width: 250px;
    height: 250px;
    overflow-x: hidden;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

.strides-profile-content {
    width: calc(100% - 350px);
}

.spc-name {
    font-size: 2.2em;
    color: var(--strides_purple);
    margin-right: 10px;
}

.spc-pronoun {
    font-style: italic;
}

.spc-position {
    color: var(--strides_orange);
    font-size: 1.2em;
}

.spc-header {
    margin-bottom: 20px;
}

.spc-header p {
    line-height: 1.4;
    margin: 0;
}

.strides-people-back {
    margin-bottom: 40px;
    cursor: pointer;
}

.strides-people-back:hover {
    margin-bottom: 40px;
    cursor: pointer;
    color: var(--strides_purple);
}

.strides-people-back span {
    margin-left: 10px;
    font-size: .8em
}

@media all and (max-width: 992px) {
    .strides-people-container {
        flex-wrap: wrap;
    }

    .strides-profile-image,
    .strides-profile-content{
        width: 100%;
    }

    .strides-profile-image > div {
        margin-bottom: 25px;
    }
}

.page-filter-container {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.page-filter-container .page-filter-filters {
    width: 300px;
}

.page-filter-container-full {
    justify-content: center;
    display: flex;
}

.pffc-header {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #000;
    padding: 15px 0 0;
    cursor: pointer;
}

.pf-filter-container {
    padding: 10px 0;
}

.pffc-header p {
    width: calc(100% - 30px);
    font-weight: 500;
    color: var(--strides_purple);
    margin: 0;
}

.pffc-body {
    padding-top: 20px;
    max-height: 200px;
    overflow-y: auto;
}

#filter_age .pffc-body {
    max-height: unset;
    overflow-y: unset;
}

/* width */
.pffc-body::-webkit-scrollbar {
    width: 10px;
    position: relative;
    right: 20px;
}

/* Track */
.pffc-body::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grey;*/
    border-radius: 10px;
    background-color: rgba(0,0,0,.1);
}

/* Handle */
.pffc-body::-webkit-scrollbar-thumb {
    background: var(--strides_purple);
    border-radius: 10px;
}

/* Handle on hover */
.pffc-body::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.pffc-trigger::before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color:var(--strides_purple);
    content: '';
    display: inline-block;
    height: 10px;
    position: relative;
    vertical-align: top;
    width: 10px;
    top: 5px;
    right: 10px;
    transform: rotate(-45deg);
    transition: .2s;
}

.pffc-header.collapsed .pffc-trigger::before {
    transform: rotate(135deg);
}

.pffc-item {
    margin-bottom: 10px;
}

.pffc-item input {
    margin-right: 5px;
}

.pffc-item label {
    margin-bottom: 0;
}

.pf-header {
    width: 100%;
    margin-bottom: 20px;
}

.pf-header > span {
    font-size: 1.5em;
    margin-right: 25px;
}

.page-filter-header {
    background-color: var(--strides_purple);
}

.page-filter-header > .wrapper {
    justify-content: space-between;
    align-items: center;
}

.page-filter-header h1 {
    color: #fff;
}

.d-search{
    width: 100%;
    min-width: 330px;
}

.d-search input{
    padding: 10px 20px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    outline: none;
    width: 100%;
}

.d-search input::placeholder {
    color: #fff;
    font-style: italic;
}


.page-filter-content {
    width: calc(100% - 350px);
}

.pffc-show-more-header {
    font-weight: 400;
    color: var(--strides_purple);
    cursor: pointer;
    margin-top: 15px;
    transition: .5s;
}

.pffc-show-more-header.collapsed {
    margin-top: 0;
}

.pffc-show-more-header .pffc-sm-text {
    display: none;
}

.pffc-show-more-header .pffc-sl-text {
    display: block;
}

.pffc-show-more-header.collapsed .pffc-sl-text {
    display: none;
}

.pffc-show-more-header.collapsed .pffc-sm-text {
    display: block;
}

.pffc-slider-container > span {
    font-size: 10px;
    position: absolute;
}

.pffc-text-left {
    left: 0;
    bottom: -12px;
}

.pffc-text-right {
    right: 0;
    bottom: -12px;
}

.pffc-slider-container {
    position: relative;
    width: 100%; /* Width of the outside container */
}

#myRange::-webkit-slider-thumb {
    content: '12';
}

/*!* The slider itself *!
.pffc-slider {
    -webkit-appearance: none;  !* Override default CSS styles *!
    appearance: none;
    width: 100%; !* Full-width *!
    height: 25px; !* Specified height *!
    background: #d3d3d3; !* Grey background *!
    outline: none; !* Remove outline *!
    opacity: 1; !* Set transparency (for mouse-over effects on hover) *!
    -webkit-transition: .2s; !* 0.2 seconds transition on hover *!
    transition: opacity .2s;
    border-radius: 13px;
}*/

.pffc-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    border-radius: 12px;
    background: rgba(0,0,0,.1);
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    z-index: 1;
    position: relative;
}

.pffc-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--strides_purple);
    cursor: pointer;
    content: '3';
}

.pffc-slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--strides_purple);
    cursor: pointer;
    content: '3';
}

#age_display {
    position: absolute;
    left: calc(100% - 25px);
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 3px;
    font-size: 12px;
    color: #fff;
    z-index: 3;
}

.mobile-filter-trigger {
    display: none;
    color: #fff;
    padding: 5px 25px;
    border: 1px solid #fff;
    border-radius: 23px;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    font-weight: 500;
}

.mobile-filter-trigger img {
    margin-left: 15px;
    height: 15px;
}

#filter_age {
    padding-bottom: 40px;
}

.mobile-filter-close {
    display: none;
}

@media all and (max-width: 992px) {
    .page-filter-container .page-filter-filters {
        display: none;
    }

    .d-search {
        display: none;
    }

    .page-filter-container.active .page-filter-filters {
        display: block;
        position: fixed;
        z-index: 10000;
        width: 100%;
        height: 100vh;
        background-color: var(--strides_purple);
        top: 0;
        left: 0;
        overflow: scroll;
        padding-bottom: 100px;
    }

    .page-filter-container.active {
        z-index: 2147483648;
    }

    .pffc-header p {
        color: var(--strides_purple);
    }

    .pffc-header.collapsed p {

        color: #fff;
    }

    .pffc-trigger::before {
        top: 5px;
        right: 0;
        border-color: var(--strides_purple);
    }

    .pffc-header.collapsed .pffc-trigger::before {
        border-color: #fff;
    }

    .pffc-header {
        padding: 10px 25px;
        background-color: #fff;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        border-color:transparent;
    }

    .pffc-header.collapsed {
        color: #fff;
        border: 2px solid #fff;
        border-radius: 30px;
        padding: 10px 25px;
        background-color: transparent;
    }

    .pffc-main-content.collapsing {
        opacity: 0;
        transition: .2s;
    }

    .pf-filter-container {
        padding: 10px 10px;
    }

    .page-filter-content {
        width: 100%;
    }

    .page-filter-header h1 {
        font-size: 2em;
        width: 100%;
        text-align: center;
    }

    .page-filter-header .wrapper {
        flex-direction: column;
        align-items: center;
    }

    .mobile-filter-trigger {
        display: flex;
    }

    .pffc-main-content {
        background-color: #fff;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        padding: 20px;
    }

    .pffc-body {
        padding-top: 0
    }

    .pf-header {
        border-bottom: 1px solid rgba(255,255,255, .5);
        padding: 40px 15px 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #fff;
    }

    .pf-header > img {
        display: none;
    }

    .mobile-filter-close {
        display: flex;
        height: 40px;
        width: 40px;
        border: 2px solid #fff;
        align-items: center;
        justify-content: center;
        position: relative;
        transform: rotate(45deg);
        border-radius: 50%;
    }

    .mobile-filter-close:before,
    .mobile-filter-close:after {
        position: absolute;
        width: 50%;
        height: 2px;
        content: '';
        background-color: #fff;
    }

    .mobile-filter-close:after {
        transform: rotate(90deg);
    }

    .mobile-f-search-container {
        padding: 10px;
        margin-bottom: 20px;
    }
    .mobile-f-search-container input {
        color: #fff;
        padding: 5px 20px;
        height: 40px;
        border-radius: 20px;
        width: 100%;
        background-color: transparent;
        border: 1px solid #fff;
    }

    .mobile-f-search-container input::placeholder {
        color: #fff;
        font-style: italic;
    }

}

    /*GOOGLE TRANSLATE DROPDOWN*/

#google_translate_element .goog-te-gadget-simple,
#google_translate_element .goog-te-gadget-simple a{
    color: var(--strides_black) !important;
    padding: 0;
    background-color: transparent;
    border: none;
    text-transform: capitalize;
    font-family: 'Gibson', sans-serif;
    font-size: 16px;
}

.goog-te-gadget-simple img,
#google_translate_element .goog-te-gadget-simple a > span:last-child{
    display: none;
}

#google_translate_element .goog-te-gadget-simple .goog-te-menu-value {
    color: var(--strides_black)  !important;
    text-decoration: none;
    display: flex;
}

#google_translate_element .goog-te-gadget-simple span {
    border: none !important;
    font-weight: 500;
    line-height: 1;
}

#google_translate_element .goog-te-menu-value span:last-child {
    color: var(--strides_black)  !important;
    margin-left: 10px;
    display: none !important;
}

.goog-te-menu-value:after,
.enfr-trigger:after,
#google_translate_element .goog-te-gadget-simple:after{
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: 8px;
    position: relative;
    transform: rotate(135deg);
    vertical-align: top;
    width: 8px;
    margin-left: 10px;
    margin-top: 7px;
}

.enfr-trigger {
    cursor: pointer;
}

.goog-te-menu-frame {
    width: 100% !important;
    left: 0 !important;
    top: 0px !important;
    box-shadow: none !important;
    position: fixed !important;
    min-height: 400px;
}

iframe.skiptranslate {
    width: 100% !important;
    left: 0 !important;
    top: 0px !important;
    position: fixed !important;
}

@media all and (max-width: 992px) {
    #google_translate_element .goog-te-gadget-simple {
        color: #fff !important;
    }

    .VIpgJd-ZVi9od-xl07Ob-OEVmcd {
        z-index: 2147483698 !important;
    }

    iframe.skiptranslate {
        overflow: auto;
    }

     #google_translate_element .goog-te-gadget-simple:after {
        margin-left: 5px;
    }

    .goog-te-menu-value:after, .enfr-trigger:after {
        margin-left: 10px;
    }
}
.article-slider {
  padding-top: 30px;
}

.slick-dots {
    list-style: none;
    width: 100%;
    display: flex;
    background-color: #ccc;
    padding: 0;
    margin: 0;
    position:absolute;
    top: 0;

}

.article-slider .slick-dots {
    /*width: calc(100% - 30px);*/
    width: 100%;
    left: 0;
}

.slick-dots > li {
    flex: 1;
    height: 2px;
    background-color: #ccc;
    transition: .2s;
}

.slick-dots > li.slick-active {
    background-color: var(--strides_orange);
}

.slick-dots button {
    display: none;
}

.slick-list {
    min-width: 100%;
    padding:0 10% 0 0;
    overflow: visible;
    clip-path: inset( -100vw -100vw -100vw 0 );
}

.ps-slider.slick-dotted .slick-list {
    padding: 0 15% 0 0;
}

.ps-slider .slick-list {
    padding: 0;
}

.article-slider .slick-track {
    margin-left: 0;
}

.slider-arrow {
   /* border: solid #fff;
    border-width: 0 3px 3px 0;*/
    display: inline-block;
    padding: 20px;
    position: absolute;
    z-index: 5;
    cursor: pointer;
    opacity: .8;
    transition: .2s;
}

.slider-arrow > div {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    position: relative;
    padding: 20px;
}

.slider-arrow:hover {
    opacity: 1;
}



.slider-arrow-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 105px;
    right: -20px;
}

.slider-arrow-left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    top: 105px;
    left: 20px;
}

.ps-slider .slider-arrow-right {
    top: 240px;
    right: 0px;
}

.ps-slider .slider-arrow-left {
    top: 240px;
    left: 100px;
    display: none !important;
}

.pg-slider .slider-arrow-left {
    left: 25px;
    display: none !important;
}

.article-slider .slider-arrow-left {
    display: none !important;
}

.pg-slider .slider-arrow-left {
    display: none !important;
}

.active-slider .slider-arrow-left {
    display: block !important;
}

.pg-slider .pgs-image{
    height: 300px;

}

.pg-slider {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
}

.pg-slider .slick-list {
    min-width: 100%;
    padding:0 10% 0 0;
    overflow: hidden;
    clip-path: unset;
}

.pg-slider .slick-slide {
    padding: 2px;
}

.pg-slider .slick-dots {
    bottom: 0;
    top: unset;

}

.pg-slider .slider-arrow-right {
    right: 25px;
}

/*.important-dates-slider .slider-arrow {
    opacity: 0;
}*/

@media all and (max-width: 992px) {
    .slick-list {

        padding:0 15% 0 0;

    }

    .ps-slider.slick-dotted .slick-list {
        padding:0 30% 0 0;
    }

    .slider-arrow-right {
        right: -20px;
        top: 100px;
    }

    .slider-arrow-left {
        top: 100px;
        left: 10px;
    }

    .ps-slider .slider-arrow-right {
        top: calc(50% - 30px);
        right: 0px;
    }

    .ps-slider .slider-arrow-left {
        top: calc(50% - 30px);
        left: 30px;
    }

    .ps-category-inner h3 {
        font-weight: 500;
    }
}

@media all and (max-width: 414px) {

}



.comm-res-container {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.crc-content {
    width: calc(100% - 300px);
}

.crc-additional-info {
    width: 250px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.crc-additional-info p {
    margin: 0;
}

.crc-additional-info a {
    color: var(--strides_black);
    text-decoration: underline;
}

.crc-additional-info a:hover {
    color: var(--strides_purple);
}

.article-content-section {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.article-content-section.acs-full {
    justify-content: center;
}

.article-content-section.acs-full .acs-content {
    width: 100%;
    max-width: 900px;
}

.article-content-section.acs-full .acs-content .stk-column-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.acs-content {
    width: 58%;
}

.article-content-section.article-content-section-pg {
    flex-wrap: wrap;
}

.acs-additional-info {
    width: 33%;
}

.acs-full-width {
    width: 100%;
    margin-top: 40px;
}

.acs-ai a {
    color: var(--strides_purple);
}

.acs-ai-cta {
    border-top: 3px solid var(--strides_black);
}

.acs-ai > div {
    margin-bottom: 30px;
}

.acs-ai-cta > div {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.acs-ai-cta > div p {
    margin: 0;
    max-width: 200px;
    font-weight: 500;
}

.article-header-section-2 .ahs-upper-content {
    border-bottom: 1px solid rgba(0,0,0,.15);
}

.article-header-section-2 .ahs-upper-content > div {
    max-width: 890px;
}

.acs-article-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

.acs-article-controls a {
    margin: 10px;
}

.news-custom-header {
    width: 100%;
    padding: 20px 0 50px;
    border-bottom: 4px solid var(--strides_black);
    margin-bottom: 50px;
}

.article-header-section-ni .ahs-upper-image {
    display: none;
}

.article-header-section-ni .ahs-upper-content {
    width: 100%;
}

.article-header-section-ni .ahs-upper-content > div {
    margin: 0 auto;
    max-width: calc(890px + 10%);
}

@media all and (max-width: 992px) {
    .acs-content,
    .acs-additional-info{
        width: 100%;
    }

    .article-content-section {
        flex-wrap: wrap;
    }

    .article-content {
        padding: 25px 15px 10px;
    }

    .article-content-section.acs-full .acs-content .stk-column-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

.strides-info-image {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-bottom: 40px;
    position: relative;
    overflow-x: hidden;
}

.strides-info-container {
    margin-bottom: 50px;
    display: flex;align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    text-decoration: none;
}

.strides-info-content {
    width: 100%;
    max-width: 300px;
}

.sic-tall .strides-info-image {
    height: 500px;
    border-radius: 150px;
}

.strides-info-content h5 {
    font-weight: 600;
    color: var(--strides_black);
    text-decoration: none;
}

.strides-info-content p {
    color: var(--strides_black);
}

.sic-wide .strides-info-image {
    border-radius: 175px;
    width: 100%;
    height: 350px;

}

.sic-wide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sic-wide .strides-info-content {
    max-width: 600px;
}

.strides-info-container:hover .strides-active-bg:after{
    opacity: .4;
}

.strides-info-container:hover {
    text-decoration: none;
}

@media all and (max-width: 992px) {
    .strides-info-content h5 {
        font-weight: 500;
    }
}

.strides-info-container:hover .cta-circle {
    color: #fff;
    background-color: var(--strides_black);
}

.ps-focus-listing p {
    font-size: 1.5em;
    font-weight: 400;
    color: var(--strides_purple);
}

.ps-focus-listing p span {
    font-weight: 400;
}

.ps-focus-listing p span.psf-listing-header {
    font-weight: 500;
}

.ps-focus-listing .ps-focus-tag-extra {
    display: none;
}

.ps-focus-listing.ps-focus-listing-show .ps-focus-tag-extra {
    display: inline-block;
}

.ps-focus-listing .ps-focus-more {
    text-decoration: underline;
    cursor: pointer;
}

.ps-focus-listing.ps-focus-listing-show .ps-focus-more {
    display: none;
}


.sto-custom-info-content {
    /*position: absolute;*/
}

.sto-bg {
    height: 100vh;
    width: 40%;
    max-width: 800px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #F8B149;
    margin-left: auto;
    margin-right: 0;
    clip-path:ellipse(100% 100% at 100% 50%);
    background-position: center;
}

.sto-bg {
    background-size: cover;
}

.sto-custom-info {
    position: relative;
    transition: .5s;
}

.sto-custom-info-section {

    min-height: 150vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
    width: 60%;
}

.sto-custom-info-section h1 {
    margin-bottom: 50px;
    line-height: 1.7;
    width: 100%;
}

.sto-custom-info-section:first-child {
    min-height: 100vh;
}

/*.sto-custom-info-section:last-child {*/
/*    min-height: 100vh;*/
/*}*/

.sto-custom-info-section .wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 890px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
}

@media all and (min-width: 1300px) {

    .strides-info-image {
        width: 400px;
        height: 400px;
        border-radius: 50%;
    }



    .sic-tall .strides-info-image {
        height: 700px;
        border-radius: 200px;
    }


}

@media all and (max-width: 992px) {
    .sto-bg {
        width: 100%;
        height: 35vh;
        transition: opacity .5s;
    }

    .sto-bg {
        bottom: 0 !important;
        top: unset !important;
        opacity: 0;
    }

    .sto-custom-info-section {
        width: 100%;
    }

    .sto-bg {
        clip-path: ellipse(100% 100% at 50% 100%);
    }

    .sto-custom-info-section h1 {
        font-size: 2em;
        line-height: 1.5;
    }

    .sto-custom-info-section
    {
        min-height: 200vh;
    }

    .sto-custom-info-section:first-child {
        min-height: 100vh;
    }

    .sto-custom-info {
        padding-bottom: 200px;
    }
}
.share-container {
    display: flex;
    align-items: center;
}

.share-container > span {
    font-size: .8em;
    line-height: 1;
    margin-top: 2px;
}


/** SEARCH **/

.search-container.show {
    display: block;
}

.mobile-search-container {
    display: none;
    z-index: 1;
}

.search-container {
    position: fixed;
    top: 0;
    padding: 50px 0;
    width: calc(100% - 30px);
    left:15px;
    background-color: transparent;
    z-index: 3000;
    display: none;
    border-bottom: 1px solid #fff;
}

.search-container form,
.mobile-search-container form{
    position: relative;
    width: calc(100% - 90px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 25px;
}

.search-container form input,
.mobile-search-container form input{
    width: 100%;
    height: 50px;
    padding: 0 3px 0 25px;
    display: flex;align-items: center;
    justify-content: flex-start;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    font-size: 1.5em;
    font-weight: 300;
    color: #fff;
    font-style: italic;
}

.mobile-search-container form input {
    font-size: 1em;
}

.search-container form i,
.mobile-search-container form i {
    color: #fff;
}

.search-close-trigger {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 25px;
    cursor: pointer;
}

.search-close-trigger:before,
.search-close-trigger:after {
    position: absolute;
    width: 40%;
    height: 2px;
    background-color: #fff;
    content: '';
}

.search-close-trigger:after {
    transform: rotate(90deg);
}

.search-container-wrapper {
    max-width: 1000px;
    width: 100%;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 25px;
}

.search-container button,
.mobile-search-container button{
    box-shadow: none;
    border: none;
    height: 50px;
    width: 50px;
    outline: none;
    cursor: pointer;
    margin-left: 20px;
    background-color: transparent;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.autocomplete-suggestions {
    width: 100% !important;
    left: 0 !important;
    /*display: flex;*/
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    border:none;
    box-shadow: none;
    max-height: 60vh;
    padding: 60px 0 0;
    background-color: transparent;
}

.as-wrapper {
    max-height: 50vh;
    overflow: auto;
    /*margin-bottom: 20px;*/
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.autocomplete-suggestions > div  {
    max-width: 1000px;
    width: 90%;
    padding: 10px 25px;
}

.autocomplete-suggestions > div a {
    color: #fff;
    font-weight: 300;
    font-size: 1.2em;
    text-decoration: none;
}

.autocomplete-suggestions > div a:hover {
    text-decoration: none;
    color: var(--strides_orange);
}

.autocomplete-suggestions.search-resources,
.autocomplete-suggestions.search-blog{
    margin-top: -20px;
}

.autocomplete-suggestions.search-resources > div > div,
.autocomplete-suggestions.search-blog > div > div{
    padding: 10px 5%;
}

.autocomplete-suggestions.search-blog > div > div {
    padding: 10px 5.5%;
    max-height: 45vh;

}

.search-container input::placeholder,
.mobile-search-container input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.search-container input:-ms-input-placeholder,
.mobile-search-container input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    color: #fff;
}

.search-container input::-ms-input-placeholder,
.mobile-search-container input::-ms-input-placeholder{ /* Microsoft Edge */
    color: #fff;
}

.search-container input::-webkit-search-cancel-button,
.mobile-search-container input::-webkit-search-cancel-button{
    display: none;
}

.nav-search {
    cursor: pointer;
}

.search-overlay {
    position: fixed;
    top: 15px;
    bottom: 15px;
    right: 15px;
    left: 15px;
    z-index: 2999;
    display: none;
    background-color: var(--strides_purple);
}

.search-overlay.show {
    display: block;
}



@media all and (max-width: 992px) {

    .autocomplete-suggestions > div {
        padding: 0;
    }



    .search-container-desktop {
        display: none;
    }
    .mobile-search .search-container {
        display: block;
        padding: 20px 0;
    }

    .mobile-search .search-container {
        position: relative;
        border-bottom: none;
        left: 0;
        width: 100%;
    }

    .mobile-search .search-container form {
        width: 100%;
        border: 1px solid #fff;
    }

    .search-container form input,
    .search-container button{
        font-size: 1em;
    }

    .search-close-trigger {
        display: none;
    }

    .autocomplete-suggestions {
        z-index: 999999999999999;
        background-color: var(--strides_purple);
        padding: 0;
    }

}



.a2a_menu {
    border-radius: 0 !important;
}

.a2a_full {
    background-color: var(--strides_purple) !important;
    border-color: var(--strides_purple) !important;
}

a.a2a_i, i.a2a_i{
    border-color: var(--strides_purple) !important;
}

.a2a_menu_find_container {
    border-color: #fff !important;
}

.a2a_menu a.a2a_i:visited, .a2a_menu a.a2a_more,
.a2a_menu a span,
.a2a_menu a.a2a_i,
.a2a_menu a{
    color: #fff !important;
}

.a2a_menu a.a2a_i:hover {
    text-decoration: underline;
    background-color:var(--strides_purple_dark) !important;
}

#a2afeed_find_container input, #a2afeed_find_container input[type=text], #a2apage_find_container input, #a2apage_find_container input[type=text] {
    color: #fff !important;
}

.share-container .addtoany_list a {
    display: flex;
    align-items: center;
}


.a2a_menu  .a2a_svg path {
    fill: #fff !important;
}

.a2a_menu span.a2a_s_find svg {
    background-color: transparent !important;
}


.custom-lang {
    position: relative;
    margin-right: 20px;
    z-index: 1000;
}

.custom-lang ul li,
.custom-lang ul li a,
.custom-lang > span{
    font-weight: 500;
}

.custom-lang .lang-submenu {
    position: absolute;
    width: unset;
    display: none;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;

    left: -25px;
    top: 100%;
    cursor: pointer;


    padding-top: 25px;
}

.custom-lang .lang-submenu ul {
    list-style: none;
    background-color: var(--strides_purple);
    padding: 0 25px;
    border-radius: 25px;
}

.custom-lang .lang-submenu ul > li {
    width: 100%;
    padding: 0;
}

.custom-lang .lang-submenu ul > li a {
    padding: 10px 0;
    display: flex;
    width: 100%;
    height: 100%;
    color: #fff !important;
}

.custom-lang:hover .lang-submenu {
    display: flex;
}

.sto-image-default {
    width: 300px;
    height: 200px;
    background-color: grey;
}
/*
.sto-image-circle {
    clip-path: circle(50%);
}
*/

.sto-image-wrapper img {
    max-width: 100%;
}

.sto-image-wrapper .sto-image-circle {
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    overflow: hidden;
}

/*.sto-image-arch {
clip-path: ellipse(70% 80% at 50% 90%)
}*/

.sto-image-wrapper .sto-image-arch {
    /*clip-path: ellipse(70% 80% at 50% 90%);*/
    position: relative;
    border-radius: 300px 300px 0 0;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin-top: -20px;
    width: 100%;
}

.sto-image-wrapper .sto-image-oval {
    border-radius: 400px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    height: 600px;
    width: 100%;
}

.sto-image-wrapper {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.sto-image-wrapper.sto-image-center {
    justify-content: center;
}

.sto-image-wrapper.sto-image-right {
    justify-content: right;
}



/* NOTICE CONTAINER */

.notice-container,
.pum-container{
    width: 100% !important;
    z-index: 1201;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--strides_purple) !important;
    display: none;
    padding: 35px 15px !important;
    margin-bottom: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

.notice-container.show,
.pum-container{
    display: block;
}

.notice-container > div,
.pum-container > div{
    max-width: 1300px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
}

.notice-container .notice-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 50px);
    flex-direction: column;

}
.notice-container > div p,
.notice-container > div h5{
    color: #fff;
    font-size: 2em;
    width: 90%;
    max-width: 800px;
}

.notice-container > div a,
.pum-content a{
    text-decoration: underline;
    color: #fff;
    font-size: 1em;
}

.notice-container .close-trigger{
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center!important;
    position: relative!important;
    margin: 0 auto!important;
    transform: rotate(45deg)!important;
    cursor: pointer!important;
    border: 1px solid #fff!important;
    border-radius: 50%!important;
    background-color: transparent !important;
}

.pum-close{
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center!important;
    position: absolute!important;
    margin: 0 auto!important;
    transform: rotate(45deg)!important;
    cursor: pointer!important;
    border: 1px solid #fff!important;
    border-radius: 50%!important;
    top: 35px !important;
    right: 15px !important;
    background-color: transparent !important;
}

.pum-close i {
    display: none;
}

.pum-close:before,
.pum-close:after {
    content: '';
    width: 40%;
    height: 1px;
    position: absolute;
    background-color:#fff;
}

.pum-close:after {
    transform: rotate(90deg);
}

.notice-container .close-trigger > div {
    width: 40%;
    height: 1px;
    position: absolute;
    background-color:#fff;
}

.notice-container .close-trigger > div:first-child {
    transform: rotate(90deg);
}

.pum-overlay {
    background-color: transparent !important;
}

.pum-content,
.pum-title{
    color: #fff !important;
    font-size: 2em;
}

.pum-content p{
    line-height: 1.3;
    font-size: 2em;
}

@media all and (max-width: 992px) {
    .notice-container {
        z-index: 800;
        position: relative;
    }

    .notice-container > div p,
    .notice-container > div h5{
        font-size: 1.5em;
    }
}

.password-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;

}

.password-container h1 {
    font-size: 3em;
}

.password-container > div {
    width: 50%;
}

.protected-post-form {
    max-width: 500px;
    padding: 50px 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.protected-post-form input[type=submit] {
    background-color: #fff;
    border: 2px solid var(--strides_purple);
    color: var(--strides_purple);
    box-shadow: none;
    padding: 3px 25px;
    cursor: pointer;
    height: 50px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.protected-post-form input[type=submit]:hover {
    background-color: var(--strides_purple);
    color: #fff;
}


.pc-form input[type=password] {
 height: 50px;
    width: 100%;
    border-radius: 25px;
    margin-bottom: 30px;
    padding: 15px 20px;
}

.pc-image-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.password-container .sto-image-arch {

    padding: 0;
    height: 400px;
    background-image: url('http://localhost:8081/strides/wp-content/uploads/2022/12/ps-bg.jpg');
}

.password-container .sto-image-wrapper {
    position: relative;
    width: 80%;
}

@media all and (max-width: 992px) {
    .password-container {
        flex-direction: column;
    }

    .password-container > div {
        width: 100%;
    }

    .pc-image-container {
        justify-content: center;
    }

/*    .custom-lang {
        margin-right: 10px;
    }*/
}

@media all and (max-width: 500px) {
    

    .password-container .sto-image-wrapper {
        width: 100%;
    }

    .password-container .sto-image-arch {
        height: 300px;
    }
}

.gw-launchpad-icon-button {
    display: none !important;
}

.program-listing-v2 {
    width: calc(100% + 15px);
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.pl-program-v2 {
    width: calc(50% - 30px);
    box-shadow: var(--strides_bs);
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    padding: 0 15px 15px 15px;
    position: relative;
    color: var(--strides_black);
    cursor: pointer;
    flex-direction: column;
    margin: 15px 15px 30px;
    text-decoration: none;

}

.pl-program-v2:hover {
    text-decoration: none;
    color: black;
}

.pl2-header {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 30px;
}

.pl2-header h3 {
    margin-bottom: 0;
    text-decoration: underline;
    font-weight: 400;
}

.pl2-image {
    width: 210px;
    height: 120px;
    border-bottom-left-radius: 95px;
    border-bottom-right-radius: 95px;
    background-color: var(--strides_purple);
    background-size: cover;
    background-position: center;

}

.pl2-header-content {
    padding: 20px 25px 10px 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    width: calc(100% - 140px);
}

.pl-program-v2 .pl2-header-content p {
    font-weight: 500;
}

.pl2-content {
    padding: 10px;
}

.pl2-content p {
    font-weight: 400;
}

.pl-program-v2:after {
    position: absolute;
    height: 4px;
    width: 100%;
    content: '';
    background: rgb(97,12,134);
    background: var(--strides_gradient);
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .2s;
}

.pl-program-v2:hover:after {
    opacity: 1;
}

.pl-program-v2:hover h3,
.pl-program-v2:hover .pl2-header-content p {
    color:#610C86;
}

.program-extra-content {
    /*width: calc(50% - 30px);*/
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    box-shadow: var(--strides_bs);
    position: relative;
    color: var(--strides_black);
    margin: 15px 15px 30px;

}

.program-extra-content.pec-v2 {
    box-shadow: unset;
    margin: 0 0 30px;
}

.pec-main-content {
    width: 100%;
}

.pec-main-content-content {
    padding: 25px;
}

.pec-v2 .pec-main-content-content {
    padding: 25px 0;
}

.pec-main-content-content ul {
    padding-left: 15px;
}

.pec-main-content:after {
    position: absolute;
    height: 4px;
    width: 100%;
    content: '';
    background: rgb(97,12,134);
    background: var(--strides_gradient);
    top: 0;
    left: 0;
    opacity: 1;
    transition: .2s;
}

.pec-main-content h3 {
    margin-bottom: 20px;
}

.pec-main-content p.pec-main-content-tags,
p.pgp-main-content-tags{
    color: var(--strides_purple);
    font-weight: 600;
    margin-bottom: 0;
}

.pec-main-content p.pec-main-content-age-groups,
p.pgp-main-content-age-groups{
    color: var(--strides_purple);
    font-weight: 400;
    margin-bottom: 0;
}

.pec-v2 .pec-main-content-content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.pec-v2 .pec-main-content-content > div {
    width: calc(50% - 5vw);
}

.pec-v2 .pec-main-content-content > div:first-child {
    width: 70%;
}

.pec-v2 .pec-main-content-content > div:last-child {
    width: calc(30% - 25px);
}

.pec-group-details-trigger {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    background-color: var(--strides_purple_dark);
    width: 100%;
    cursor: pointer;
}

.pec-group-details-marker {
    width: 10px;
    height: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pec-group-details-marker:before,
.pec-group-details-marker:after {
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #fff;
}

.pec-group-details-marker:after {
    transform: rotate(90deg);
}

.program-extra-content.program-extra-content-active .pec-group-details-marker:after {
    transform: rotate(0deg);
}

.group-details-content {
    background-color: var(--strides_purple);
    color: #fff;
    padding: 25px;
}

.group-details-v2 {
    width: 100%;
}

.group-detail {
    margin-top: 20px;
}

.group-detail p span {
    font-weight: 600;
}
.group-detail h5 {
    font-weight: 500;
}


.pec-group-details {
    display: none;
    width: 100%;
}

.program-extra-content.program-extra-content-active .pec-group-details {
    display: block;
}

.program-extra-content-container {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;flex-wrap: wrap;
    overflow: auto;
}

.desktop-pec {
    width: 50%;
    padding: 15px;

}

.desktop-pec .program-extra-content {
    width: 100%;
}

.program-filter-v2-wrapper {
    background-color: var(--strides_purple);
}

.program-filter-v2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.profile-filter-v2-header {
    max-width: 400px;
}

.program-filter-filters {
    width: calc(100% - 450px);
}

.profile-filter-v2-header h1 {
    color: #fff;
}

.program-filter{
    margin: 4px;
    background-color: transparent;
    border-radius: 25px;
    border: 2px solid #fff;
    overflow: hidden;
    float: left;
    height: 50px;
    display: flex; align-items: center;
    justify-content: center;
    transition: .2s;
}

.program-filter label {
    margin-bottom: 0;
}

.program-filter label > span {
    text-align: center;
    padding: 10px 40px 10px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: .2s;
    height: 50px;
    cursor: pointer;
    font-size: 16px;

}

.program-filter label .pf-marker {
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    transition: .2s;
}

.program-filter label .pf-marker:before,
.program-filter label .pf-marker:after{
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: '';
    position: absolute;
    transition: .2s;
}

.program-filter label .pf-marker:after {
    transform: rotate(90deg);
}

.program-filter label input {
    position: absolute;
    display: none;
    color: #fff !important;
}

.main-programs-wrapper.main-programs-wrapper-hidden {
    display: none;
}

.program-filter.program-filter-active {
    background-color: #fff;
}

.program-filter.program-filter-active span {
    color: var(--strides_purple);
}

.program-filter.program-filter-active span .pf-marker:before,
.program-filter.program-filter-active span .pf-marker:after{
    background-color: var(--strides_purple);

}

.program-filter.program-filter-active span .pf-marker:after {
    transform: rotate(0deg);
}

/* selects all of the text within the input element and changes the color of the text */
.program-filter label input + span{color: #fff;}


/* This will declare how a selected input will look giving generic properties */
/*.program-filter input:checked + span {
    color: #ffffff;
}*/




/*
This following statements selects each category individually that contains an input element that is a checkbox and is checked (or selected) and chabges the background color of the span element.
*/

/*.program-filter input:checked + span{
    background-color: #FFF;
    color: var(--strides_purple);
}

.program-filter input:checked + span .pf-marker {
    transform: rotate(45deg);
}

.program-filter input:checked + span .pf-marker:before,
.program-filter input:checked + span .pf-marker:after{
    background-color: var(--strides_purple);

}*/

.program-listing-v2-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 4px solid #000;
    padding: 30px 0 0;
    width:100%;
    flex-wrap: wrap;
}

.program-listing-v2-header-content {
    width: 400px;
}
.program-listing-v2-header-image {
    width: calc(100% - 440px);
}


.pl2-hc-tag {
    color: var(--strides_purple);
    font-weight: 500;
    font-size: 1.5em;
}
.program-listing-v2-sub-header-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid rgba(0,0,0,.3);
    padding: 30px 0 0;
    width: 100%;
}

.program-listing-v2-sub-header-content h4 {
    font-weight: 500;
}

.sto-banner-v2 {
    min-height: calc(100vh - 180px);
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 100%;
    /*min-width: 100vw;*/
}

.sto-banner-v2 h1,
.sto-banner-v2 p {
    color: #fff;
}

.sto-banner-v2 h1 {
  font-size: 3.5em;
    font-weight: 600;
}

.sto-banner-v2 p {
    font-size: 1.5em;
}

.sto-banner-v2 .sto-banner-content-left {
    width: 50%;
    padding-right: 15px;
}

.sto-banner-v2 .sto-banner-content-right {
    width: 50%;
    padding-left: 15px;
}

.sto-banner-v2 .wrapper {
   padding: 100px var(--strides_padding_width);
    z-index: 2;
}

.sto-banner-slider-v2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.sto-banner-slider-v2.slick-initialized {
    justify-content: center;
    flex-direction: row;
}

.sto-overlay:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    z-index: 1;
}

.sto-dim-0:after { opacity: 0}
.sto-dim-10:after { opacity: .1}
.sto-dim-20:after { opacity: .2}
.sto-dim-30:after { opacity: .3}
.sto-dim-40:after { opacity: .4}
.sto-dim-50:after { opacity: .5}
.sto-dim-60:after { opacity: .6}
.sto-dim-70:after { opacity: .7}
.sto-dim-80:after { opacity: .8}
.sto-dim-90:after { opacity: .9}
.sto-dim-100:after { opacity: 1}

.sto-banner-slider-v2 .slick-dots {
    bottom: 58px;
    top: unset;
    margin: 0 auto;
    max-width: 1300px;
    width: calc(100% - 170px);
}

.sto-banner-slider-v2 .next-arrow {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 5;
    color: #fff;
    font-size: 25px;
}

.sto-banner-slider-v2 .prev-arrow {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 5;
    color: #fff;
    font-size: 25px;
}

.sto-banner-slider-v2 .slick-list {
    padding: 0;
}

.sto-banner-slider-v2 .slick-slide
{
    height: inherit !important;
}

.sto-banner-slider-v2 .slick-slide > div {
    height: 100%;
}

.sto-banner-slider-v2 .slick-dots > li {
    height: 3px;
}

.custom-header-slider {
    margin-bottom: 0;
}

.custom-header-slider h1 {
    margin-bottom: 0;
}

.important-dates-container {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.important-dates-container .important-date-item {
    width: 33.33%;
}

.important-date-item {
    display: block;padding: 15px;
    text-decoration: none;
    height: 100%;
}

.important-date-item:hover {
    text-decoration: none;
}

.important-date-item > div {
    width: 100%;
    box-shadow: var(--strides_bs);
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    color: var(--strides_black);
    flex-direction: column;
    text-decoration: none;
    padding: 25px 25px 35px;
    min-height: 300px;
    height: 100%;

}

.important-date-item > div:hover {
    text-decoration: none;
}

.important-date-item > div:after {
    position: absolute;
    height: 4px;
    width: 100%;
    content: '';
    background: rgb(97,12,134);
    background: var(--strides_gradient);
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .2s;
}

.important-date-item > div:hover:after {
    opacity: 1;
}

.important-date-item p {
    color: var(--strides_black);
    margin-bottom: 0;
    text-decoration: none;
    font-weight: 400;
}

.important-date-item .idi-tag {
    margin-bottom: 5px;
    color: var(--strides_purple);
    text-decoration: underline;
    font-weight: 500;
}

.important-date-item .idi-date {
    margin-bottom: 50px;
    color: var(--strides_purple);
    font-weight: 600;
    font-size: 1.75em;
    text-decoration: none;
}

.important-date-item h3 {
    font-weight: 400;
    color: var(--strides_purple);
    text-decoration: underline;
    margin-bottom: 15px;
}

.slick-slide {
    transition: opacity 1s;
}



.slick-slide:not(.slick-active) {
    opacity: .3;
}

.sto-banner-slider-v2 .slick-slide:not(.slick-active) {
    opacity: 1;
}

.background-image-mobile {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    z-index: 0;
    background-size: cover;
    display: none;
}

.testimonial-slider .slick-slide {
    padding: 15px;
}

.testimonial-slider .slider-arrow-left {
    top: calc(50% - 46px);
    left: 30px;
}

.testimonial-slider .slider-arrow-right {
    top: calc(50% - 46px);
    right: 30px;
}

.testimonial-slider .slider-arrow > div {
    padding: 12px;
}

.testimonial-slider .slick-list {
    padding: 0;
}

.testimonial-slider .slick-list {
    overflow: hidden;
}

.testimonial-slider .slick-slide:not(.slick-active) {
    opacity: 1;
}

.slider-arrow-v2 {
    color: #fff;
    background-color: var(--strides_purple);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(0);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    top: 120px;
}

.important-dates-slider  .slider-arrow-v2 {
    top: 140px;
}

.active-slider .slider-arrow-v2.slider-arrow-left {
    display: flex !important;
}

.slider-arrow-v2.slider-arrow-right {
    display: flex !important;
}

.group-detail-table {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 20px;
    min-width: 900px;
}

.group-detail-table tr {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
}

.group-detail-table tr th,
.group-detail-table td {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

.group-detail-table .sp-extra-text {
    font-size: .9em;
    font-weight: 400;
    line-height: 1.2;
    color: var(--strides_orange);
}

.group-detail-table .gdt-half {
    flex: .5;
}

.group-detail-table .gdt-0-7 {
    flex: .7;
}

.group-detail-table .gdt-2 {
    flex: 2;
}

.group-detail-table .gdt-1-8 {
    flex: 1.8;
}

.group-detail-table .gdt-1-5 {
    flex: 1.5;
}

.group-detail-table .gdt-all {
    flex: 7.6;
}

.group-detail-table .gdt-no-as {
    flex: 6.8;
}

.gdt-text-b {
    font-weight: 500 !important;
}

.group-detail-table .btn-cta {
    height: 34px;
}

.group-detail-table tr th {
    padding: 10px 7px;
    color: #fff;
    background-color: var(--strides_purple);
    font-weight: 500;
}

.group-detail-table tr th:first-child {
    padding-left: 15px;
}

.group-detail-table td:last-child {
    align-items: center;
}


.group-detail-table tbody tr {
    border-top: 1px solid #ccc;
}
.group-detail-table tbody tr:first-child {
    border-top: none;
}

.group-detail-table td {
    padding: 10px 7px;
}

.group-detail-table td:first-child {
    padding-left: 15px;
}

.gdc-mobile {
    display: none;
}

.gdc-mobile .group-detail {
    border-top: 1px solid #ccc;
    padding-top: 25px;
}



@media all and (max-width: 992px) {

    .gdc-mobile {
        display: block;
    }

    .gdc-desktop {
        display: none;
    }
    .sto-banner-v2 .sto-banner-content-left,
    .sto-banner-v2 .sto-banner-content-right,
    .profile-filter-v2-header,
    .program-filter-filters,
    .program-listing-v2-header-content,
    .program-listing-v2-header-image{
        width: 100%;
    }

    .article-slider .slider-arrow-v2 {
        top:120px;
    }

    .pec-v2 .pec-main-content-content{
        flex-direction: column-reverse;
    }

    .pec-v2 .pec-main-content-content > div {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .important-dates-slider .slider-arrow-v2 {
        top: 145px;
    }

    .sto-banner-v2 h1 {
        font-size: 2.5em;
    }

    .pl-program-v2 {
        width: 100%;
        margin: 0 0 30px;
    }

    .program-listing-v2 {
        width: 100%;
        margin: 0;
    }

    .profile-filter-v2-header {
        margin-bottom: 20px;
    }

    .nav-lower-content > ul > li > a, .nav-lower-content > ul > li > span {
        font-size: 1.2em;
    }

    .background-image-mobile {
        display: block;
    }

    .testimonial-slider .slider-arrow-left {
        top: calc(50% - 46px);
        left: 30px;
        padding: 5px;
    }

    .testimonial-slider .slider-arrow-right {
        top: calc(50% - 46px);
        right: 30px;
        padding: 5px;
    }
}

.btn-skip-content {
    background: var(--strides_purple);
    left: 50%;
    padding: 8px 20px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
    z-index: 10000;
    color: #fff;
    text-decoration: none;
    opacity: 0;
}

.btn-skip-content:focus {
    transform: translateY(0%);
    opacity: 1;
}

.btn-skip-content:hover {
    text-decoration: none;
}

.workshop-header {
    margin-bottom: 50px;
    font-weight: 600;
}

div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: transparent;
    border: none;
}

div.wpforms-container-full h1 {
    font-weight: 600;
    font-size: 3em;
    margin: 0 0 35px;
}

div.wpforms-container-full .btn-cta {
    padding: 10px 20px !important;
    border-radius: 25px !important;
    height: 50px !important;
}

.enrolment-item {
    padding: 8px 20px;
    border-radius: 50px;
    background-color: var(--strides_purple);
    color: #fff;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: .9em;
}