.callout-tiles-3-across-with-title {
	color: var(--white);
	position: relative;
}

.callout-tiles-3-across-with-title.pad-top {
	padding-top: 80px;
}

.callout-tiles-3-across-with-title .background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-color: var(--blue-1a);
}

.callout-tiles-3-across-with-title-background-top {
	width: 100%;
	height: 131px;
	background-image: url(/includes/public/assets/shared/wave-dark-blue-and-white.svg);
	background-position: right -200px bottom;
	background-repeat: repeat-x;
}

.callout-tiles-3-across-with-title .logo {
	position: absolute;
	top: -65px;
	right: 30px;
	width: 107px;
	height: 107px;
}

.callout-tiles-3-across-with-title .background-top img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.callout-tiles-3-across-with-title.ccl-widget .widget-header {
	position: relative;
	margin-bottom: 30px;
	padding: 30px 30px 0;
	max-width: 1220px;
	z-index: 1;
}

.callout-tiles-3-across-with-title.ccl-widget .widget-header-inner {
	border-bottom: 0;
	padding-bottom: 0;
}

.callout-tiles-3-across-with-title.ccl-widget .widget-title {
	text-transform: uppercase;
	font-size: 42px;
	line-height: 46px;
	max-width: 60vw;
}

.callout-tiles-3-across-with-title.ccl-widget.with-background .widget-title {
	color: var(--green-d5);
}

.callout-tiles-3-across-with-title .slide {
	overflow: hidden;
	background: var(--green-0e);
}

.callout-tiles-3-across-with-title .slide .img-cont::after {
	inset: 50% 0 0 0;
	width: auto;
	height: auto;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
	opacity: 1;
	transition: opacity var(--transition);
}

.callout-tiles-3-across-with-title .slide .slide-img {
	opacity: 1;
	transition: opacity var(--transition);
}

.callout-tiles-3-across-with-title .slide .content-section {
	inset: auto 0 0 0;
	transform: none;
	display: block;
	height: auto;
	padding: 15px;
	transition: transform var(--transition);
}

.callout-tiles-3-across-with-title .slide .content-section a {
	pointer-events: all;
}

.callout-tiles-3-across-with-title:not([data-width="full"]) .slides {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
	gap: 15px;
	max-width: 1220px;
}

.callout-tiles-3-across-with-title .slide .slide-title {
	font-family: var(--font-bebas-expanded);
	font-weight: 800;
	font-size: 1.375rem;
	line-height: calc(29/22);
	text-align: left;
	color: inherit;
}

.callout-tiles-3-across-with-title .slide .slide-title::before {
	display: block;
	width: 50px;
	height: 5px;
	margin-bottom: 5px;
	background: var(--red-ff8);
	content: '';
}

.callout-tiles-3-across-with-title .slide a.read-more:not(p *) {
	display: none;
	gap: 10px;
	padding: 0;
	margin-top: 13px;
	font-family: var(--font-bebas-expanded);
	font-weight: 800;
	font-size: var(--text-lg);
	line-height: 1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: inherit;
	opacity: 0;
	pointer-events: none;
	transition: opacity var(--transition);
}

@media (hover: hover) {
	.callout-tiles-3-across-with-title .slide.has-link .content-section {
		transform: translateY(31px);
	}

	.callout-tiles-3-across-with-title .slide a.read-more:not(p *) {
		display: inline-flex;
	}

	.callout-tiles-3-across-with-title .slide.has-link:hover .content-section {
		transform: none;
	}

	.callout-tiles-3-across-with-title .slide:hover a.read-more:not(p *) {
		opacity: 1;
		pointer-events: all;
	}

	.callout-tiles-3-across-with-title .slide a.read-more:not(p *):hover {
		color: inherit;
	}

	.callout-tiles-3-across-with-title .slide:hover .img-cont::after {
		opacity: 0;
	}

	.callout-tiles-3-across-with-title .slide:hover .img-cont img {
		transform: none;
		opacity: 0.3;
	}		
}

@media (min-width: 64em) {
	.callout-tiles-3-across-with-title-background-top {
		background-position: right 40px top;
	}

	.callout-tiles-3-across-with-title.ccl-widget {
		margin-bottom: 125px;
	}

	.callout-tiles-3-across-with-title.pad-top {
		padding-top: 140px;
	}

	.callout-tiles-3-across-with-title .background {
		height: calc(100% - 225px);
	}

	.callout-tiles-3-across-with-title:not([data-width="full"]) .slides {
		gap: 40px;
	}

	.callout-tiles-3-across-with-title.ccl-widget .widget-header {
		margin-bottom: 22px;
	}

	.callout-tiles-3-across-with-title.ccl-widget .widget-title {
		font-size: 100px;
		line-height: 110px;
		max-width: 850px;
		padding-top: 45px;
	}

	.callout-tiles-3-across-with-title .slide .img-cont::after {
		top: 40%;
	}

	.callout-tiles-3-across-with-title .slide .content-section {
		padding: 20px;
	}

	.callout-tiles-3-across-with-title .slide .slide-title {
		font-size: 1.875rem;
	}

	.callout-tiles-3-across-with-title .logo {
		position: absolute;
		top: -80px;
		right: 260px;
		width: 155px;
		height: 155px;
	}
}
