.core-imagebox-cards-four-across .title-top {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.core-imagebox-cards-four-across .line-left,
.core-imagebox-cards-four-across .line-right {
	height: 1px;
	background-color: var(--muted-brown);
}

.core-imagebox-cards-four-across .line-left {
	width: calc(50% - 140px);
	position: absolute;
	top: 17px;
	left: 0;
}

.core-imagebox-cards-four-across .title-top h2 {
	font-family: var(--poppins);
	font-weight: 700;
	font-size: 25px;
	text-transform: uppercase;
	color: var(--muted-green);
	margin: 0;
	margin-right: 70px;
	margin-bottom: -20px;
	z-index: 2;
}

.core-imagebox-cards-four-across .title-top h3 {
	font-size: 60px;
	color: var(--blue-gray);
	font-family: var(--poppins);
	font-weight: 900;
	margin: 0;
	margin-left: 61px;
	margin-bottom: 10px;
	z-index: 1;
}

.core-imagebox-cards-four-across .line-right {
	width: calc(50% - 125px);
	position: absolute;
	top: 59px;
	right: 0;
}

.core-imagebox-cards-four-across .slide {
	margin-bottom: 10px;
}

.core-imagebox-cards-four-across .inner {
	position: relative;
}

.core-imagebox-cards-four-across .img-cont {
	position: relative;
	overflow: hidden;
}

.core-imagebox-cards-four-across:not(.full-width) .slides {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.core-imagebox-cards-four-across .img-cont img {
	width: 100%;
}

.core-imagebox-cards-four-across .content-section {
	background-image: url("/includes/public/assets/shared/tan-topo-pat.png");
	background-repeat: no-repeat;
	background-position: center;
	padding: 16px;
	position: relative;
	height: 130px;
}

.core-imagebox-cards-four-across .content-section h4,
.core-imagebox-cards-four-across .content-section h4 a {
	font: 23px var(--knockout-48), sans-serif;
	text-transform: uppercase;
	line-height: 1.4em;
	color: var(--muted-green);
	margin-bottom: 5px;
	z-index: 2;
	margin: 0;
}

.core-imagebox-cards-four-across .content-section p {
	font: 500 16px var(--poppins), sans-serif;
	line-height: 1.3em;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 5px;
}

.core-imagebox-cards-four-across .content-section .read-more {
	font: bold 14px var(--poppins), sans-serif;
	color: var(--blue-gray);
	text-transform: uppercase;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 9px;
}
.core-imagebox-cards-four-across .content-section .read-more i {
    display: inline;
}
@media screen and (min-width: 640px) {
	.core-imagebox-cards-four-across:not(.full-width) .slides {
		padding-left: 10px;
		padding-right: 10px;
	}
	@supports (display: grid) {
		.core-imagebox-cards-four-across:not(.slides-across-1) .slides {
			display: grid;
			grid-template-columns: 1fr 1fr;
			column-gap: 10px;
		}
	}
}

@media screen and (min-width: 1024px) {
	.core-imagebox-cards-four-across .content-section h4,
	.core-imagebox-cards-four-across .content-section h4 a {
		font: 25px var(--knockout-48), sans-serif;
		text-transform: uppercase;
		margin-bottom: 13px;
		margin-top: 2px;
	}
	.core-imagebox-cards-four-across .content-section p {
		font: 500 18px var(--poppins), sans-serif;
		line-height: 1.5em;
	}
	.core-imagebox-cards-four-across .content-section .read-more {
		font: bold 18px var(--poppins), sans-serif;
	}

	@supports (display: grid) {
		.core-imagebox-cards-four-across.slides-across-3 .slides {
			grid-template-columns: 1fr 1fr 1fr;
		}
	
		.core-imagebox-cards-four-across.slides-across-4 .slides {
			grid-template-columns: 1fr 1fr 1fr 1fr;
		}
	
		.core-imagebox-cards-four-across:not(.full-width) .slides {
			column-gap: 10px;
		}
	}
	
	.core-imagebox-cards-four-across:not(.full-width) .slide {
		margin-bottom: 40px;
	}

	.core-imagebox-cards-four-across .content-section {
		height: 218px;
	}
}

@media screen and (min-width: 1105px) {
	.core-imagebox-cards-four-across .title-top {
		flex-direction: row;
	}

	.core-imagebox-cards-four-across .line-left {
		width: calc(50% - 320px);
		top: 59px;
		z-index: 0;
	}

	.core-imagebox-cards-four-across .title-top h2 {
		font-size: 37px;
		margin-right: 0;
		margin-bottom: 30px;
		letter-spacing: 2.5px;
		z-index: 1;
	}

	.core-imagebox-cards-four-across .title-top h3 {
		font-size: 110px;
		margin-left: 0;
	}

	.core-imagebox-cards-four-across .line-right {
		width: calc(50% - 320px);
		top: 78px;
		z-index: 0;
	}
}

/* Internet Explorer Fallback */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 640px) {
	.core-imagebox-cards-four-across:not(.slides-across-1) .slides {
		display: flex;
		flex-wrap: wrap;
	}

	.core-imagebox-cards-four-across:not(.slides-across-1) .slide {
		width: 50%;
	}

	.core-imagebox-cards-four-across .slide {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1024px) {
	.core-imagebox-cards-four-across.slides-across-2 .slide {
		width: 50%;
	}

	.core-imagebox-cards-four-across.slides-across-3 .slide {
		width: 33.33333%;
	}

	.core-imagebox-cards-four-across.slides-across-4 .slide {
		width: 25%;
	}

	.core-imagebox-cards-four-across .slide {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.core-imagebox-cards-four-across .sponsored-label {
	position: absolute;
	top: 0px;
	padding: 7px 10px;
	background-color: rgba(93, 74, 69, 0.6);
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 1px;
	font-family: var(--poppins);
}
@media screen and (min-width: 1024px) {
	.core-imagebox-cards-four-across .sponsored-label {
		font-size: 12px;
	}
}
