
#featured-blocks {
	margin: 1.2em 0 0 0;
	position: relative;
	clear: both;

	@media (min-width: 675px) {
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
	}
	@media (min-width: 75em) {
		margin: 1.2em 0 1.5em 0;
	}
}

#featured-blocks-long-popup {
	opacity: 0;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: hsl(0, 0%, 100%);
}


a.featured-block-close {
	display: none;
	position: absolute;
	top: 1em;
	right: 1em;
	z-index: 99;
	height: 30px;
	width: 30px;
	transform: rotate(45deg);
	border: none;

	&:hover {
		border: none;
	}

	svg {
		max-width: 100%;
		fill: hsl(48, 100%, 73%);
	}

	@media (min-width: 675px) {
		height: 2em;
		width: 2em;
		opacity: .8;
		&:hover {
			opacity: 1;
		}
	}
}


.featured-block {
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 300px;
	min-height: 275px;
	position: relative;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	z-index: 50;

	font-size: 14px;

	@media (min-width: 480px) {
		font-size: 15px;
	}
	@media (min-width: 675px) {
		font-size: 12px;
	}

	@media (min-width: 1024px) {
		font-size: 14px;
	}
	@media (min-width: 1200px) {
		font-size: 16px;
	}

	* {
		z-index: 50;
		position: relative;
	}

	.featured-block-text {
		padding: 1em;
		height: 100%;
		box-sizing: border-box;
		z-index: 80;
	}

	.content,
	.long-title,
	.nav-title {
		display: none;
	}

	.content {
		text-align: left;
		color: hsl(0, 0%, 10%);
	}

	.long-title {
		text-align: left;
		color: hsl(0, 0%, 10%);

	}

	h1.short-title, p.excerpt {
		padding: 0 8px;
	}

	h1.short-title {
		font-weight: 800;
		color: inherit;
		font-family: "Neue Frutiger W01", "Open Sans", sans-serif;
		text-shadow: 0 0 2px hsla(0, 0%, 0%, 0.6);
		line-height: 1.05em;
		margin: 1rem 0 0 0;
		padding: 0;
	}

	p.excerpt {
		font-size: 1.5em;
		line-height: 1.3em;
		text-shadow: 0 0 2px hsla(0, 0%, 0%, 0.6);
		margin: 16px 0 0;

		@media (min-width: 1024px) {
			font-size: 1.2em;
		}

		@media (min-width: 1200px) {
			font-size: 1.3em;
		}
	}

	.plus-symbol {
		width: 100%;

		svg {
			width: 30px;
			fill: hsl(48, 100%, 73%);
		}
	}

	.featured-block-inner {
		height: 100%;
		width: 100%;
		position: absolute;
		opacity: .5;
		z-index: 0;
		top: 0;
	}

	a.featured-edit-link {
		position: absolute;
		color: #d4e0fa;
		top: 9px;
		left: 9px;
		z-index: 99;
	}

	@media (min-width: 675px) {
		width: 50%;

	}
	@media (min-width: 800px) {
		width: 33%;
		margin-bottom: 4px;
	}
}