.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth {
    padding-top: 0;
    margin-bottom: var(--space-24);
}

.ccl-widget.core-side-by-side .slides .slide a:hover {
    color: inherit;
}

.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth .slides {
    padding: 0;
}

.side-by-side-1-across-fullwidth .slides .slide .content-section {
    background-color: var(--gold);
    position: relative;
    bottom: var(--space-5);
    padding: 22px 12px var(--space-2);
}

.side-by-side-1-across-fullwidth .slide .slide-title {
    color: var(--night-blue);
    font-size: 1.75rem;
    font-family: var(--font-display);
    line-height: var(--leading-none);
    text-align: center;
    margin-bottom: 10px;
}

.side-by-side-1-across-fullwidth .slide .content-section p:not(.one-across-sponsored) {
    font-size: var(--text-lg);
    font-family: var(--font-body);
    color: rgb(51, 51, 51);
    line-height: var(--leading-normal);
    text-align: center;
    font-weight: var(--font-weight-normal);
    margin: 0 var(--space-5);
}

.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth .slide .content-section .content-top {
    gap: 0;
    padding-bottom: 19px;
    z-index: 1;
}

.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth .slide .dtn-placeholder .content-section .heading-container {
    gap: var(--space-2);
}

.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth .slide .one-across-sponsored {
    color: white;
    font-size: 18px;
    font-style: italic;
    margin-bottom: var(--space-2);
    padding: 0;
    text-align: center;
    font-weight: var(--font-weight-normal);
    letter-spacing: .07em;
}

.ccl-widget.core-side-by-side .slide .two-across-sponsored {
    display: none;
}

.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth .slide .dtn-placeholder .display-none {
    display: none;
}

.side-by-side-1-across-fullwidth .slide .slide-footer .qv-btn {
    position: relative;
    bottom: var(--space-8);
    left: var(--space-2);
}

.side-by-side-1-across-fullwidth .slide .content-section .content-top .details {
    position: relative;
    left: var(--space-2);
}

.ccl-widget.side-by-side-1-across-fullwidth .slide .content-section .mini-date-section {
    background-color: transparent;
    font-size: 1.063rem;
    font-family: var(--font-display);
    color: var(--white);
    font-weight: bold;
    line-height: 1.471;
    display: inline-block;
    padding: 0;
    margin-bottom: 4px;
    letter-spacing: var(--tracking-widest);
    position:  static;
    width:  100%;
    text-align:  center;
}

.ccl-widget.side-by-side-1-across-fullwidth .slide .content-section .mini-date-section > .date-day, .ccl-widget.side-by-side-1-across-fullwidth .slide .content-section .mini-date-section > .date-month, .ccl-widget.side-by-side-1-across-fullwidth .slide .content-section .mini-date-section > .date-year {
    font-size: 1.063rem;
    font-weight: var(--font-weight-bold);
}

.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth .slide .qv-btn {
    display: none;
}


.ccl-widget.side-by-side-1-across-fullwidth .slide .slide-footer::before {
    content: '';
    position: absolute;
    bottom: var(--space-2);
    left: 0;
    height: 50px;
    width: 100%;
    background-image: url('../svg/orange-footer.svg');
    background-size: 150px;
    color: #fbbe7b;
    margin-top: var(--space-5);
}

.ccl-widget.side-by-side-1-across-fullwidth .read-more {
	background-color: white;
	color: var(--citrus);
	font-size: var(--text-sm);
	padding: var(--space-2) var(--space-3);
	letter-spacing: var(--tracking-widest);
	margin: 0 auto;
	position: relative;
	margin-top: 25px;
}

.ccl-widget.side-by-side-1-across-fullwidth .slides .slide .content-section .two-across-button {
    display: none;
}


@media(min-width: 40em) {
    .ccl-widget.side-by-side-1-across-fullwidth .slides .slide .inner {
        display: block;
    }

    .side-by-side-1-across-fullwidth .slides .slide .content-section {
        height: 30rem;
    }

    .side-by-side-1-across-fullwidth .slides .slide .content-section .content-top {
        position: relative;
    }

    .side-by-side-1-across-fullwidth .slide .slide-footer .qv-btn {
        bottom: var(--space-10);
    }

    .side-by-side-1-across-fullwidth .slide:not(.dtn-placeholder) .content-section .heading-container {
        gap: var(--space-12);
    }

    .ccl-widget.side-by-side-1-across-fullwidth .read-more {
        bottom: 0;
        margin-bottom: 0;
    }

}


@media(min-width: 64em) {
    .ccl-widget.side-by-side-1-across-fullwidth .slides .slide > .inner {
        display: grid;
        grid-template: auto / 1fr 1fr;
    }

    .ccl-widget.side-by-side-1-across-fullwidth .slide .slide-top {
        order: 1;
    }

    .side-by-side-1-across-fullwidth .slides .slide .content-section {
        bottom: 0;
        padding-bottom: 0;
        height: auto;
        min-width: 50%;
    }

    .ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth .slides .slide .slide-footer {
        height: var(--space-5);
        width: var(--space-5);
    }

    .ccl-widget.side-by-side-1-across-fullwidth .slide .content-section .mini-date-section {
        margin-top: 0;
    }

    
    .ccl-widget.side-by-side-1-across-fullwidth .slide .slide-footer::before {
        bottom: var(--space-1);
    }

    .side-by-side-1-across-fullwidth .slide .slide-title {
        font-size: var(--text-3xl);
    }

    .side-by-side-1-across-fullwidth .slide:not(.dtn-placeholder) .content-section .heading-container {
        gap: 5px;
    }

    .side-by-side-1-across-fullwidth .slide .content-section .heading-container {
    	margin-bottom: 8px
    }

    .ccl-widget.side-by-side-1-across-fullwidth .read-more {
        margin-bottom: var(--space-6);
        margin-top: 26px;
    }

}

@media(min-width: 80em) {
    .side-by-side-1-across-fullwidth .slide .slide-title {
        font-size: var(--text-4xl);
    }
}

