.core-cards-two-across {
	padding-top: 10px;
	background-color: #f9f5ec;
}
.core-cards-two-across .slide {
	margin-bottom: 20px;
}

.core-cards-two-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-cards-two-across .line-left, 
.core-cards-two-across .line-right {
	height: 1px;
	background-color: #5d4a45;

}
.core-cards-two-across .line-left {
	width: calc(50% - 140px);
    position:absolute;
    top: 17px;
    left: 0;
}
.core-cards-two-across .line-right {
	width: calc(50% - 125px);
    position:absolute;
    top: 59px;
    right: 0;
}
.core-cards-two-across .title-top h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 25px;
	text-transform: uppercase;
	color: #116142;
	margin: 0;
	margin-right:70px;
	margin-bottom: -20px;
	z-index: 2;
}

.core-cards-two-across .title-top h3 {
	font-size: 60px;
	color: #339fcd;
	font-family: 'Intrique Script W03_0';
	text-shadow: 1px 3px 0px #ffe1a6;
	margin: 0;
	margin-left: 61px;
	margin-bottom: 10px;
	background-color: #f9f5ec;
	z-index: 1;
}


.core-cards-two-across .inner {
	position: relative;
}

.core-cards-two-across .img-cont {
	position: relative;
	overflow: hidden;
}



.core-cards-two-across:not(.full-width) .slides {
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
}

.core-cards-two-across .img-cont img {
	width: 100%;
}

.core-cards-two-across .content-section {
	background-image: linear-gradient(to bottom, rgba(25, 71, 135, .95), rgba(117, 19, 93, 0)), url("/includes/public/assets/shared/navy-topo-pat.png");
	background-repeat: no-repeat;
	background-position: center;
	padding: 20px;
	padding-top: 40px;
	position: relative;
	height: fit-content;
	z-index: 1;
	border-top: 1px solid #fff;
}
.core-cards-two-across .slide .icon {
	background-repeat: no-repeat;
	background-position: center;
	width: 53px;
	height: 53px;
	position: absolute;
	top: 40px;
}
.core-cards-two-across .slide:nth-child(n) .icon {
}
.core-cards-two-across .slide:nth-child(n+2) .icon {
	right: 20px;
}
.core-cards-two-across .slide .icon {
	margin-top: -65px;
	margin-bottom: 10px;
}
.core-cards-two-across .content-section h4,
.core-cards-two-across .content-section h4 a {
	font: 900 23px 'Raleway', sans-serif;
	line-height: 1.4em;
	color: #fff;
	margin-bottom: 5px;
	z-index: 2;
}

.core-cards-two-across .content-section p {
	font: 500 16px 'Raleway', sans-serif;
	line-height: 1.4em;
	color: #fff;
	margin-bottom: 20px;
}

.core-cards-two-across .content-section .read-more {
	font: 400 14px 'Raleway', sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 9px;
	border-left: 4px solid #fff;
}
.core-cards-two-across .content-section .read-more i {
	display: inline;
}

@media screen and (min-width: 640px) {
	.core-cards-two-across .img-cont img {
		transition: ease-in .7s;
	}
	.core-cards-two-across .slide:hover img {
		transform: scale(1.2);
	}
	.core-cards-two-across .slide:nth-child(n+2) {
		margin-top: 33px;
	}
	.core-cards-two-across:not(.full-width) .slides {
		padding-left: 10px;
		padding-right: 10px;
	}
	@supports (display: grid) {
		.core-cards-two-across:not(.slides-across-1) .slides {
			display: grid;
			grid-template-columns: 1fr 1fr;
			column-gap: 10px;
		}
	}
}
.core-cards-two-across .read-more i:last-child {
	display: none;
}
@media screen and (min-width: 1105px) {
	.core-cards-two-across .title-top {
		width: auto;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		position:relative;
	}
	.core-cards-two-across .title-top h2 {
		font-family: 'Raleway', sans-serif;
		font-weight: 900;
		font-size: 37px;
		text-transform: uppercase;
		color: #116142;
		margin: 0;
		margin-right:0;
		margin-bottom: 30px;
		letter-spacing: 2.5px;
		background-color: #f9f5ec;
		z-index: 1;
	}
    .core-cards-two-across .line-left {
		width: calc(50% - 320px);
		position:absolute;
		top: 59px;
		left: 0;
		z-index: 0;
	}
	.core-cards-two-across .line-right {
		width: calc(50% - 320px);
		position:absolute;
		top: 78px;
		right: 0;
		z-index: 0;
	}
	.core-cards-two-across .title-top h3 {
		font-size: 110px;
		color: #339fcd;
		font-family: 'Intrique Script W03_0';
		text-shadow: 1px 3px 0px #ffe1a6;
		margin: 0;
		margin-left: 0;
		z-index: 1;
	}
	.core-cards-two-across .content-section h4,
	.core-cards-two-across .content-section h4 a {
		font: bold 23px 'Raleway', sans-serif;
		margin-bottom: 15px;
	}
	.core-cards-two-across .slide .icon {
		width: 76px;
		height: 76px;
		margin-top: -80px;
		margin-bottom: 20px;
		transition: ease-in .3s;
	}
	.core-cards-two-across .slide:hover .icon {
		width: 107px;
		height: 107px;
		margin-top: -95px;
	}

	.core-cards-two-across .content-section p {
		font: 500 17px 'Raleway', sans-serif;
		line-height: 1.5em;
		margin-bottom: 20px;
		padding-right: 25px;
	}
	.core-cards-two-across .content-section .read-more {
		font: 500 17px 'Raleway', sans-serif;
		height: fit-content;
		padding-top: 9px;
		padding-bottom: 9px;
		padding-left: 9px;
		margin-bottom: 20px;
		border-left: none;
		width: 315px;
		transition: ease .3s;
		position: relative;
	}
	.core-cards-two-across .content-section .read-more::after {
		content: '';
		position: absolute;
		left: -10px;
		top: 0;
		height: 100%;
		width: 5px;
		background-color: #fff;
	}
	.core-cards-two-across .slide:hover .read-more {
		font-weight:bold;
	}
	.core-cards-two-across .slide:hover .read-more i:last-child {
        transform:translateX(5px);
        transition: ease .3s;
	}
	.core-cards-two-across .slide:hover .read-more i:first-child {
        display: none;
	}
	.core-cards-two-across .slide:hover .read-more i:last-child {
        display: inline;
	}
	@supports (display: grid) {
		.core-cards-two-across.slides-across-3 .slides {
			grid-template-columns: 1fr 1fr 1fr;
		}
	
		.core-cards-two-across.slides-across-4 .slides {
			grid-template-columns: 1fr 1fr 1fr 1fr;
		}
	
		.core-cards-two-across:not(.full-width) .slides {
			column-gap: 21px;
		}
	}
	
	.core-cards-two-across:not(.full-width) .slide {
		margin-bottom: 40px;
	}
	.core-cards-two-across .content-section .left-section {
        align-self: flex-start;
	}
	.core-cards-two-across .content-section {
	    height: 200px;
	    transition:ease-in .3s;
	    display: flex;
	    align-items: flex-end;
	    padding-bottom: 0;
	}

	.core-cards-two-across .slide:hover .content-section {
		border-top:transparent;
	    height: 215px;
	    transform:translateY(-15px)
	}
}

/* Internet Explorer Fallback */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 640px) {
	.core-cards-two-across:not(.slides-across-1) .slides {
		display: flex;
		flex-wrap: wrap;
	}

	.core-cards-two-across:not(.slides-across-1) .slide {
		width: 50%;
	}

	.core-cards-two-across .slide {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1024px) {
	.core-cards-two-across.slides-across-2 .slide {
		width: 50%;
	}

	.core-cards-two-across.slides-across-3 .slide {
		width: 33.33333%;
	}

	.core-cards-two-across.slides-across-4 .slide {
		width: 25%;
	}

	.core-cards-two-across .slide {
		padding-left: 20px;
		padding-right: 20px;
	}
}