/*--GENERAL--*/
.core-side-by-side.side-by-side-1-across .slide > .inner {
    padding: 0px 15px
}
.core-side-by-side .slide .details {
    display: none;
}
.core-side-by-side.side-by-side-1-across .slide .slide-top {
    position: relative;
}
.core-side-by-side.side-by-side-1-across .slide .slide-top::before {
    content: "";
    background: url("/includes/public/assets/shared/wave_new.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -55%;
    right: 15%;
    width: 250px;
    height: 300px;
    z-index: -1;
    transform: rotate(70deg);
    opacity: 0.3;
}
.core-side-by-side.side-by-side-1-across .slide .slide-top::after {
    content: "";
    background: url("/includes/public/assets/shared/wave_new.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 1%;
    right: 18%;
    width: 250px;
    height: 300px;
    z-index: -1;
    transform: rotate(90deg) scaleX(-1);
    opacity: 0.3;
}
@media (hover: hover){
    .core-side-by-side.side-by-side-1-across .slide .slide-title>a:hover {
        color: inherit;
        text-decoration: none;
    }
}
/*--DTN--*/
.core-side-by-side.side-by-side-1-across .dtn {
    font-size: 17px;
    font-family: var(--font-body);
    color: var(--tan);
    text-transform: uppercase;
    letter-spacing: 1px;
    justify-self: normal;
    margin-bottom: -10px;
}/*--DATE--*/
.core-side-by-side .slide .img-cont .mini-date-section {
    --background-color: rgba(0,0,0,0.8);
    --text-color: var(--white);
    --font-family: var(--font-display);
}
/*--IMAGE--*/
.core-side-by-side.side-by-side-1-across .slide .img-cont {
    /* padding-right: 10px; */
    margin-bottom: 20px;
    /* background: transparent; */
    position: relative;
    overflow: visible;
}
.core-side-by-side.side-by-side-1-across .slide .img-cont::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    border: 2px solid var(--black);
    z-index: -1;
}
/*--CONTENT--*/
.core-side-by-side.side-by-side-1-across .slide .content-section .content-top {
    gap: 0px;
}
.core-side-by-side.side-by-side-1-across .slide .content-section>.inner {
    gap: var(--space-2);
}
.core-side-by-side.side-by-side-1-across .slide .slide-title {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 24px;
    line-height: var(--leading-tight);
    color: var(--gray-33);
    padding-bottom: 3px;
}
.core-side-by-side.side-by-side-1-across .slide p {
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.35;
    color: var(--gray-33);
}
/*--BUTTON--*/
.core-side-by-side.side-by-side-1-across .slide .slide-footer a {
    color: var(--blue-af);
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    padding: var(--space-1) var(--space-2);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    margin: 0px var(--space-2);
    text-transform: uppercase;
    transition: background-color 200ms;
}
.core-side-by-side.side-by-side-1-across .slide .slide-footer .fas {
    padding-left: 5px;
}
.core-side-by-side.side-by-side-1-across .slide .slide-footer a:hover {
    background-color: var(--cream-e9);
    transition: background-color 200ms;
}
@media screen and (min-width:40em) {
    /*--GENERAL--*/
    .core-side-by-side.side-by-side-1-across .slide>.inner {
        padding: 0px 20px;
        max-width: 1160px;
        grid-template-columns: 1.4fr 1fr;
        padding-bottom: 10px;
    }
    .core-side-by-side.side-by-side-1-across .slide .slide-top::before {
        content: "";
        background: url("/includes/public/assets/shared/wave_new.svg");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        bottom: -65%;
        right: -6%;
        width: 400px;
        height: 300px;
        z-index: -1;
        transform: rotate(70deg);
        opacity: 0.3;
    }
    .core-side-by-side.side-by-side-1-across .slide .slide-top::after {
        content: "";
        background: url("/includes/public/assets/shared/wave_new.svg");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        bottom: 35%;
        right: 5%;
        width: 400px;
        height: 300px;
        z-index: -1;
        transform: rotate(90deg) scaleX(-1);
        opacity: 0.3;
    }
    /*--IMAGE--*/
    /*--CONTENT--*/
    .core-side-by-side.side-by-side-1-across .slide .content-section>.inner {
        padding: 0px 25px;
    }
    .core-side-by-side.side-by-side-1-across .slide .slide-title {
        line-height: 1;
    }
    .core-side-by-side.side-by-side-1-across .slide p {
        font-size: 18px;
        line-height: 1;
    }
    /*--BUTTON--*/
}
@media screen and (min-width:64em) {
    /*--DTN--*/
    .core-side-by-side.side-by-side-1-across .dtn {
        font-size: 19px;
        color: var(--tan);
        margin-bottom: -20px;
    }
    /*--GENERAL--*/
    .core-side-by-side.side-by-side-1-across .slide .slide-top::before {
        content: "";
        background: url("/includes/public/assets/shared/wave_new.svg");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        bottom: -91%;
        right: -6%;
        width: 800px;
        height: 606px;
        z-index: -1;
        transform: rotate(70deg);
        opacity: 0.3;
    }
    .core-side-by-side.side-by-side-1-across .slide .slide-top::after {
        content: "";
        background: url("/includes/public/assets/shared/wave_new.svg");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        bottom: 47%;
        right: 12%;
        width: 800px;
        height: 600px;
        z-index: -1;
        transform: rotate(80deg) scaleX(-1);
        opacity: 0.3;
    }
    /*--IMAGE--*/
    .core-side-by-side.side-by-side-1-across .slide .img-cont {
        /* padding-right: 20px; */
        margin-bottom: 20px;
        background: transparent;
        position: relative;
    }
    .core-side-by-side.side-by-side-1-across .slide .img-cont::after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        width: 100%;
        border: 2px solid var(--black);
        z-index: -1;
    }

    .panel-side-datelist .core-side-by-side.side-by-side-1-across .slide .img-cont::after {
        border-bottom: none;
        height: calc(100% - 80px);
    }
    /*--CONTENT--*/
    .core-side-by-side.side-by-side-1-across .slide>.inner {
        padding-bottom: 0px;
    }
}

@media screen and (min-width:70em) {
/*--CONTENT--*/
    .core-side-by-side.side-by-side-1-across .slide .content-section .content-top {
        gap: 4px;
    }

    .core-side-by-side.side-by-side-1-across .slide .content-section>.inner {
        gap: var(--space-6);
        padding-left: 45px;
        padding-right: 0px;
    }

    .core-side-by-side.side-by-side-1-across .slide .slide-title {
        font-size: 39px;
        line-height: 1.2;
    }

    .core-side-by-side.side-by-side-1-across .slide p {
        font-size: 19px;
        line-height: 1.7;
    }

    /*--BUTTON--*/
    .core-side-by-side.side-by-side-1-across .slide .slide-footer {
        margin-top: -12px;
    }

    .core-side-by-side.side-by-side-1-across .slide .slide-footer a {
        font-size: 16px;
    }

    .core-side-by-side.side-by-side-1-across .slide .slide-footer .fas {
        padding-left: 5px;
    }
}
