.featured-tiles {
	padding: 60px 0;
}
.featured-tiles .featured-tiles-content {
	text-align: center;
	margin-bottom: 40px;
}
.featured-tiles .featured-tiles-content p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
.featured-tiles .featured-tiles-content .cta {
	margin-top: 30px;
}

.featured-tiles-group .featured-tile {
	background-color: #e4e4e4;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 100%;
	display: block;
	margin-bottom: 20px;
}
.featured-tiles-group .featured-tile .tile-content {
	display: block;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
}
.featured-tiles-group .featured-tile .tile-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 72px 20px 20px;
	z-index: 2;
}
.featured-tiles-group .featured-tile .tag {
	margin-right: auto;
	margin-bottom: 10px;
}
.featured-tiles-group .featured-tile .content {
	margin-top: 10px;
	color: #333333;
	font-size: 0.875rem;
}
.featured-tiles-group .featured-tile .icn-bg-circle {
	display: flex;
	width: 32px;
	height: 32px;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: rgba(51, 51, 51, 0.75);
	transition: all 0.2s ease;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.featured-tiles-group .featured-tile .icn-bg-circle svg {
	fill: #fff;
	margin-left: 2px;
}
.featured-tiles-group .featured-tile .tile-header {
	color: #333333;
	display: block;
	font-family: "AvenirNextDemi", Arial, sans-serif, Arial, sans-serif;
	font-size: 22px;
}
.featured-tiles-group a.featured-tile:hover {
	background-color: #c4c5c5;
}
.featured-tiles-group a.featured-tile:hover .icn-bg-circle {
	transform: scale(1.2);
	background-color: rgba(51, 51, 51, 0.5);
}

@media (min-width: 768px) {
	.featured-tiles-group {
		display: flex;
		flex-wrap: wrap;
	}
	.featured-tiles-group .featured-tile {
		width: calc(33.3% - 13.3333333333px);
		margin-bottom: 0;
		padding-top: 0;
	}
	.featured-tiles-group .featured-tile .tile-content {
		padding-top: 100%;
	}
	.featured-tiles-group .featured-tile + .featured-tile {
		margin-left: 20px;
	}
	.featured-tiles-group > a.featured-tile:nth-child(3n+1) {
		margin-left: 0;
	}
	.featured-tiles-group > a.featured-tile:nth-child(n+4) {
		margin-top: 20px;
	}
}