
.flex-content.featured-posts .main-title {
	font-size: 1.4em;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	color: var(--navy-blue);
	margin: 0;
	padding: 0 0 30px;
}

.flex-content.featured-posts .row.slider {
	margin: 0 -28px;
}

.flex-content.featured-posts .slick-track {
	display: flex;
	padding-bottom: 30px;
}

.flex-content.featured-posts .slick-track .slick-slide {
	height: auto;
}

.flex-content.featured-posts .tile {
	height: 100%;
	padding: 0px 28px 0px 0px;
}

.flex-content.featured-posts .tile .inner {
	display: flex;
	flex-direction: column;
	border-radius: 15px;
	height: 100%;
	border: 2px solid #f7f7f8;
	background: #fff;
	overflow: hidden;
	text-decoration: none;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.flex-content.featured-posts .tile .inner:hover {
	box-shadow: 0px 0px 34px 0px rgba(0, 34, 68, .1);
}

.flex-content.featured-posts .tile .img img {
	display: block;
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
}

.flex-content.featured-posts .tile .text {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 32px;
}

.flex-content.featured-posts .tile .top .category {
	font-family: "Poppins", sans-serif;
	font-size: .8em;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	color: #024;
	margin: 0 0 8px;
}

.flex-content.featured-posts .tile .top .title {
	font-size: 1.1em;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
	color: #024;
	margin: 0;
}

.flex-content.featured-posts .tile .top .excerpt {
	font-family: "Poppins", sans-serif;
	font-size: .8em;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	color: #024;
	margin: 10px 0 0;
}

.flex-content.featured-posts .tile .date {
	font-family: "Poppins", sans-serif;
	font-size: .7em;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin: 40px 0 0;
	color: #f96041;
}

.flex-content.featured-posts .tile .read-more {
	align-items: center;
	color: var(--light-blue);
	display: inline-flex;
	font-size: .8em;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	margin: 40px 0 0;
}

.flex-content.featured-posts .tile .read-more:after {
	content: "";
	display: block;
	width: 10px;
	height: 15px;
	margin: 1px 0 0 8px;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right center;
	background-image: url("data:image/svg+xml,%3Csvg width=\'10\' height=\'15\' viewBox=\'0 0 10 15\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M8.90625 8.04102L2.84375 14.1348C2.53125 14.416 2.0625 14.416 1.78125 14.1348L1.0625 13.416C0.78125 13.1348 0.78125 12.666 1.0625 12.3535L5.875 7.50977L1.0625 2.69727C0.78125 2.38477 0.78125 1.91602 1.0625 1.63477L1.78125 0.916016C2.0625 0.634766 2.53125 0.634766 2.84375 0.916016L8.90625 7.00977C9.1875 7.29102 9.1875 7.75977 8.90625 8.04102Z\' fill=\'%230077CD\'/%3E%3C/svg%3E%0A");
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
}

.flex-content.featured-posts .tile .inner:hover .read-more:after {
	margin-left: 15px;
}

.flex-content.featured-posts .button {
	text-align: center;
	padding: 0;
}

.flex-content.featured-posts .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}

.flex-content.featured-posts .slick-dots li {
	display: block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #cd4104;
	margin: 0 13px 0 0;
}

.flex-content.featured-posts .slick-dots li:last-of-type {
	margin-right: 0;
}

.flex-content.featured-posts .slick-dots li.slick-active {
	background-color: #cd4104;
}

.flex-content.featured-posts .slick-dots li button {
	width: 100%;
	height: 100%;
	opacity: 0;
}

@media only screen and (max-width: 1199px) {
	.flex-content.featured-posts .row.slider {
		margin: 0 -15px;
	}
	
	.flex-content.featured-posts .tile {
		height: 100%;
		padding: 0px 15px 0px 0px;
	}
}

@media only screen and (max-width: 991px) {
	.flex-content.featured-posts .container {
		padding: 0;
		width: 100%;
		max-width: 100%;
	}
	
	.flex-content.featured-posts .tile {
		padding: 30px 30px 0;
	}
	
	.flex-content.featured-posts .main-title, .flex-content.featured-posts .tile .inner {
		max-width: 720px;
		margin: 0 auto;
	}
	
	.flex-content.featured-posts .button {
		padding-top: 40px;
	}
	
	.slick-cloned {
		display: none !important;
	}
	
	.slick-track {
		transform: none !important;
		flex-direction: column;
	}
}

@media only screen and (max-width: 767px) {
	.flex-content.featured-posts .main-title, .flex-content.featured-posts .tile .inner {
		max-width: 540px;
	}
}
