.core-tiles-three-across {
	margin-bottom: 30px;
	position: relative;
}

.core-tiles-three-across .slick-list {
	padding: 0 34px 0 0 !important;
}

.core-tiles-three-across .slider-cont::after {
	content: '';
	height: 233px;
	width: 50vw;
	background-color: #d7f3f5;
	position:absolute;
	bottom: 0;
	right: 0;
	z-index:-1;
}

.core-tiles-three-across .slider-cont {
	max-width: 1181px;
	margin: 0 auto;
}

.core-tiles-three-across .slick-slider:not(.slick-initialized) {
	max-height: 400px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	pointer-events: none;
}

.core-tiles-three-across .arrow-cont {
	pointer-events: none;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 20.5px;
}

.core-tiles-three-across .arrow-cont .arrow-inner {
	font-size: 18.4px;
}

.core-tiles-three-across .arrow-cont > .inner {
    display: flex;
}

.core-tiles-three-across .count {
    font-family: century-gothic, sans-serif;
    color: #008c98;
    font-weight: 800;
    font-size: 18px;
    padding-top: 1px;
    padding-left: 16px;
    padding-right: 16px;
}

.core-tiles-three-across .arrow-cont .slick-hidden {
	display: block;
	opacity: .5;
	cursor: default;
}
.core-tiles-three-across .arrow-cont .custom-arrow {
	padding: 0px 8px;
	pointer-events: all;
	background: transparent;
	border: 2px solid #008c98;
	color: #008c98;
}

.core-tiles-three-across .arrow-cont .custom-arrow.prev i {
	transform: translateX(-2px)
}

.core-tiles-three-across .arrow-cont .custom-arrow.next i {
	transform: translateX(2px)
}

.core-tiles-three-across .slide {
	padding: 0 1.5px;
}

.core-tiles-three-across .slide > .inner {
	position: relative;
	pointer-events: none;
}

.core-tiles-three-across .slide .content-section {
		position: absolute;
		z-index: 2;
		left: 0;
		bottom: 7px;
		padding: 14px 34px;
		width: 100%;
		max-width: calc(344px + 2 * 34px);
		color: #fff;
}

.core-tiles-three-across .slide .title {
	margin: 0;
	margin-bottom: 4px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	color: inherit;
	font-family: futura-pt, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-align: center;
}

.core-tiles-three-across .slide .description {
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: inherit;
}

.core-tiles-three-across .slide .read-more {
	color: #1563af;
}

.core-tiles-three-across .slide.overlap-image .img-cont {
	position: relative;
	overflow: hidden;
}

.core-tiles-three-across .slide.overlap-image .img-cont a {
	pointer-events: all;
}

.core-tiles-three-across .slide.overlap-image .img-cont::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);

}
.core-tiles-three-across .slide.overlap-image .img-cont:hover::after {
	background-image: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
}
.core-tiles-three-across .slide img {
	display: block;
	width: 100%;
}

@media (min-width: 640px) {
	.core-tiles-three-across {
		padding-left: 20px;
	    padding-right: 20px;
		margin-bottom: 206px;
		position: relative;
	}
	.core-tiles-three-across .slick-list {
		padding: 0 !important;
	}	
	.core-tiles-three-across .arrow-cont .custom-arrow {
		top: 25%;
	}
	.core-tiles-three-across .count {
        transform: translateY(10px)
	}
}

@media (min-width: 1024px) {

	.core-tiles-three-across .slide {
		padding: 0 10px;
	}
	.core-tiles-three-across .slider-cont::after {
		height: 224px;
		width: 50vw;
		bottom: -14px;
	}

	.core-tiles-three-across .arrow-cont.contained .custom-arrow {
		top: 50%;
	}
}


@media screen and (min-width: 64em) {
	
}