.ccl-widget.side-by-side-fullwidth { margin-bottom: var(--space-2); }

.ccl-widget.side-by-side-fullwidth .slide .img-cont { margin-bottom: -178px; }

.ccl-widget.side-by-side-fullwidth .slide .content-section {
	position: relative;
	width: calc(100% - 15px);
	margin-left: auto;
	background-color: var(--atlantic-blue);
	padding: 30px 15px;
	padding-right: var(--space-16);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.ccl-widget.side-by-side-fullwidth .slide .featured-story-cont {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 14px;
	margin-bottom: var(--space-5);
}

.ccl-widget.side-by-side-fullwidth .slide .featured-story-cont .featured-icon {
	min-width: 50px;
	width: 50px;
	min-height: 50px;
	height: 50px;
}

.ccl-widget.side-by-side-fullwidth .slide .featured-story-cont .featured-title {
	font-family: var(--font-display);
	font-size: var(--text-base);
	font-weight: 800;
	line-height: calc(19 / 16);
	letter-spacing: var(--tracking-normal);
	color: var(--sunshine-gold);
	text-transform: uppercase;
	max-width: 111px;
	padding-top: var(--space-1);
}

.ccl-widget.side-by-side-fullwidth .slide .slide-title,
.ccl-widget.side-by-side-fullwidth .slide .slide-title a {
	font-family: var(--font-body);
	font-size: 2rem;
	font-weight: 800;
	line-height: calc(38 / 32);
	letter-spacing: var(--tracking-normal);
	color: var(--white);
	margin-bottom: var(--space-4);
}

.ccl-widget.side-by-side-fullwidth .slide p {
	font-family: var(--font-body);
	font-size: var(--text-base);
	font-weight: 400;
	line-height: var(--leading-normal);
	letter-spacing: var(--tracking-normal);
	color: var(--white);
	margin-bottom: var(--space-6);
}

.ccl-widget.side-by-side-fullwidth .slide .slide-footer { margin: 0; }

.ccl-widget.side-by-side-fullwidth .slide .read-more {
	color: var(--white);
	border: 4px solid var(--white);
	border-radius: var(--rounded-full);
	padding: 6px 9px;
	margin: 0;
}

@media (min-width: 64em) {
	.ccl-widget.side-by-side-fullwidth {
		padding-top: 58px;
		margin-bottom: 0;
	}

	.ccl-widget.side-by-side-fullwidth .slide .img-cont { margin-bottom: 0; }

	.ccl-widget.side-by-side-fullwidth .slide .content-section {
		position: absolute;
		top: -58px;
		right: 0;
		width: 100%;
		max-width: 479px;
		margin-left: unset;
		padding-left: var(--space-10);
	}

	.ccl-widget.side-by-side-fullwidth .slide .read-more { transition: color 300ms ease-out, background-color 300ms ease-out; }

	@media (hover: hover) {
		.ccl-widget.side-by-side-fullwidth .slide .read-more:hover {
			color: var(--atlantic-blue);
			background-color: var(--white);
		}
	}
}

@media (min-width: 90em) {
	.ccl-widget.side-by-side-fullwidth .slide .content-section { padding: 57px 70px 61px 60px; }

	.ccl-widget.side-by-side-fullwidth .slide .featured-story-cont { margin-bottom: var(--space-6); }

	.ccl-widget.side-by-side-fullwidth .slide .slide-title,
	.ccl-widget.side-by-side-fullwidth .slide .slide-title a {
		font-size: 2.5rem;
		line-height: calc(42 / 40);
		margin-bottom: var(--space-4);
	}

	.ccl-widget.side-by-side-fullwidth .slide p {
		font-size: var(--text-xl);
		line-height: calc(26 / 20);
		margin-bottom: var(--space-6);
	}

	.ccl-widget.side-by-side-fullwidth .slide .read-more {
		font-size: var(--text-xl-1);
		border: 6px solid var(--white);
		padding: 9px 20px;
	}
}