/*
README

Modify this file as much or as little as needed.

This file is shared across all CCL widgets in the Side-by-Side family. This enables the ability to
a family of widgets in a single update without touching the structure of the widget and without needing
to duplicate efforts across several widget-specific CSS files.
*/

/* Side by side variant */
.ccl-widget.core-side-by-side.side-by-side.slides-across-1 {
    padding-top: 0;
}

.ccl-widget.core-side-by-side.side-by-side.slides-across-1 .widget-header {
    display: none;
}

.ccl-widget.core-side-by-side.side-by-side.slides-across-1 .slides {
    overflow: hidden;
}
.ccl-widget.core-side-by-side.side-by-side.slides-across-1  .slide {
    margin-bottom: 20px;
}
.ccl-widget.core-side-by-side.side-by-side.slides-across-1  .slide > .inner {
    padding: 34px 25px 0;
}

@media (min-width: 64em) {
    .ccl-widget.core-side-by-side.side-by-side.slides-across-1  .slide > .inner {
        padding: 70px 25px 0;
    }
}
.ccl-widget.core-side-by-side.side-by-side.slides-across-1  .slide .slide-top {
    padding-bottom: 34px;
}
@media (min-width: 40em) {
    .ccl-widget.core-side-by-side.side-by-side.slides-across-1  .slide {
        margin-bottom: 60px;
    }
    .ccl-widget.core-side-by-side.side-by-side.slides-across-1  .slide > .inner {
        max-width: 1120px;
    }
    .ccl-widget.core-side-by-side.side-by-side.slides-across-1  .slide .slide-top {
        order: 1;
        padding-bottom: 0;
    }
}
.ccl-widget.core-side-by-side.side-by-side.slides-across-1  .slide .img-outer-cont {
    position: relative;
    height: max-content;
}
.ccl-widget.core-side-by-side.side-by-side.slides-across-1  .slide .img-outer-cont:before {
    content: "";
    position: absolute;
    width: 343px;
    height: 206px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background-image: url(/includes/public/assets/shared/double-waves-mobile.png);
    background-repeat: no-repeat;
    background-size: contain;
}
@media (min-width: 40em) {
    .ccl-widget.core-side-by-side.side-by-side.slides-across-1  .slide .img-outer-cont:before {
        width: 373px;
        height: 226px;
    }
}
@media (min-width: 64em) {
    .ccl-widget.core-side-by-side.side-by-side.slides-across-1  .slide .img-outer-cont:before {
        width: 790px;
        height: 507px;
        top: calc(50% + 14px);
        right: calc(50% - 20px);
        background-image: url(/includes/public/assets/shared/double-waves-desktop.png);
    }
}
.ccl-widget.core-side-by-side.side-by-side.slides-across-1  .slide .img-cont {
    border-radius: 50%;
    width: 254px;
    margin: 0 auto;
    border: solid 7px #efe6d3;
}
@media (min-width: 40em) {
    .ccl-widget.core-side-by-side.side-by-side.slides-across-1  .slide .img-cont {
        width: 300px;
        border: solid 10px #efe6d3;
    }
}
@media (min-width: 64em) {
    .ccl-widget.core-side-by-side.side-by-side.slides-across-1  .slide .img-cont {
        width: 549px;
        border: solid 14px #efe6d3;
    }
}
.ccl-widget.core-side-by-side.side-by-side.slides-across-1  .slide-title {
	position: relative;
    font-family: var(--font-display);
    font-size: 30px;
    line-height: 35px;
    color: var(--dark-blue);
    font-weight: 100;
    padding-bottom: 20px;
    text-transform: none;
}
@media (hover: hover) {
	.ccl-widget.core-side-by-side.side-by-side.slides-across-1  .slide-title a,
	.ccl-widget.core-side-by-side.side-by-side.slides-across-1  .slide-title {
		color: var(--dark-blue);
	}
}
.ccl-widget.core-side-by-side.side-by-side.slides-across-1  .slide-title:before {
    content: "";
    position: absolute;
    width: 89px;
    height: 89px;
    left: -44.5px;
    top: -39.5px;
    background-image: url(/includes/public/assets/shared/sand-dollar.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
.ccl-widget.core-side-by-side.side-by-side.slides-across-1  .slide-title:after {
    content: "";
    position: absolute;
    width: 44px;
    height: 2px;
    background-color: var(--light-blue);
    bottom: -4px;
    left: 0;
}
@media (min-width: 64em) {
    .ccl-widget.core-side-by-side.side-by-side.slides-across-1  .slide-title:before {
        width: 182px;
        height: 182px;
        left: -91px;
        top: -82px;
    }
    .ccl-widget.core-side-by-side.side-by-side.slides-across-1  .slide-title:after {
        height: 3px;
        bottom: 16px;
        width: 63px;
    }

}

.ccl-widget.core-side-by-side.side-by-side.slides-across-1 .content-section .details {
    display: none;
}

.ccl-widget.core-side-by-side.side-by-side.slides-across-1  .slide p {
    font-family: var(--font-body);
    color: #333333;
    font-weight: 400;
    line-height: 24px;
    font-size: var(--text-base);
    padding-right: 13px;
    padding-top: 12px;
    margin-bottom: 0;
}
@media (min-width: 64em) {
    .ccl-widget.core-side-by-side.side-by-side.slides-across-1  .slide-title {
        font-size: 49.5px;
        line-height: 55px;
        padding-bottom: 44px;
    }
    .ccl-widget.core-side-by-side.side-by-side.slides-across-1  .slide p {
        font-size: 18px;
        line-height: 32px;
        padding-top: 0;
        padding-bottom: 22px;
    }
}
.ccl-widget.core-side-by-side.side-by-side.slides-across-1  .slide .content-section > .inner {
    gap: 0;
}
@media (min-width: 40em) {
	.ccl-widget.core-side-by-side.side-by-side.slides-across-1  .slide .content-section > .inner {
		padding-left: 24px;
    }
}
.ccl-widget.core-side-by-side.side-by-side.slides-across-1  .slide .read-more {
	font-family: var(--font-body);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
	margin-bottom: 6px;
	text-decoration: underline;
	text-underline-position: under;
    background-color: transparent;
    color: var(--orange);
    letter-spacing: 0.06em;
    font-weight: 700;
    padding: 0;
    margin-top: 7px;
	transition: color .4s ease;
}
@media (hover: hover) {
	.ccl-widget.core-side-by-side.side-by-side.slides-across-1  .slide .read-more:hover {
		color: #103757;
	}

}
@media (min-width: 64em) {
	.ccl-widget.core-side-by-side.side-by-side.slides-across-1  .slide .read-more {
		font-size: var(--text-base);
    }
}