.tiles,
.tiles .img-cont {
	position: relative;
}
.tiles .slide {
	margin-bottom: 10px;
}
.tiles .slide .inner {
	position: relative;
}
.tiles .img-cont::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.55);
	transition: background .8s ease;
	pointer-events: none;
}
.tiles .img-cont img {
	display: block;
	width: 100%;
}
.tiles .title-cont {
	padding: 0 22px;
	margin-bottom: 45px;
}
.tiles .title-cont h2 {
	font-family: 'Rock Salt', cursive;
	font-size: 25px;
	line-height: 41px;
	text-align: center;
	color: #021d44;
	letter-spacing: 3px;
	font-weight: 600;
}
.tiles h4,
.tiles h4 a {
	color: #fff;
	font-weight: bold;
	pointer-events: all;
	font-family: 'rift-soft', sans-serif;
	font-size: 27px;
	line-height: 27px;
}
.tiles h4 i {
	color: #96d901;
	margin-left: 10px;
}
.tiles .content-section {
	padding: 20px 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	pointer-events: none;
}
.tiles .content-section p {
	color: #fff;
}

@media (min-width: 40em) {
	.panel-two-col .tiles {
		margin-bottom: 0;
	}
	.tiles .cols {
		display: flex;
		flex-wrap: wrap;
	}
	.tiles .cols .slide {
		width: calc((100% - 8px) / 2);
		margin-right: 8px;
		transition: background .6s ease;
	}
	.tiles .title-cont {
		max-width: 825px;
		margin: 0 auto 40px;
	}
	.tiles .slide:hover .inner .green-bar {
		content: "";
		background-image: url('../png/green_line_vertical.png');
		background-size: cover;
		position: absolute;
		left: -3px;
		height: 100%;
		width: 12px;
		top: 0;
	}
	.tiles .slide:hover .img-cont:after {
		background: rgba(0,0,0,0.25);
		transition: background .8s ease;
	}
}

@media (min-width: 40em) and (max-width: 64em) {
	.tiles .cols .slide:nth-of-type(even) {
		margin-right: 0;
	}
	.tiles .cols .slide:hover {
	}

}

@media (min-width: 64em) {
	.tiles {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.tiles .cols .slide {
		width: calc((100% - 24px) / 4);
		margin-right: 8px;
	}
	.tiles .cols .slide:nth-of-type(4) {
		margin-right: 0;
	}
	.tiles h4,
	.tiles h4 a {
		font-size: 30px;
		line-height: 30px;
		font-weight: 900;
	}
	.tiles .content-section p {
		font-size: 17px;
		line-height: 27px;
	}
	.tiles .title-cont h2 {
		font-size: 32px;
		line-height: 48px;
	}
}