article.search
{
	background: #e5e5e5;
	padding-bottom: 1px;
}

article.search .hero
{
	padding-bottom: 1px;
	background: #09172d;
}

article.search .content
{
	width: 83%;
	margin: 0 auto 80px;
	max-width: 976px;
}

article.search h1
{
	margin: 100px 0;
	font-family: "Barlow Condensed", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 80px;
	line-height: 1.1;
	letter-spacing: -0.01em;
	text-transform: none;
	color: #b3b3b3;
}

article.search h1 span
{
	color: #e5e5e5;
}

article.search h1 strong
{
	color: #e5e5e5;
	font-weight: 700;
}

article.search .results .result
{
	position: relative;
	margin-top: 80px;
	padding: 0 100px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 100%;
}

article.search .results .result.alert
{
	background: url(../../../alert-yellow.svg) 15px 25px no-repeat;
	background-size: 42px 37px;
}

article.search .results h2
{
	margin: 0;
	padding: 0;
	font-family: "Barlow Condensed", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 34px;
	line-height: 1.11764706;
	letter-spacing: 0.015em;
	color: #09172d;
	text-transform: none;
	max-width: 100%;
}

article.search .results h2:before
{
	display: none;
}

article.search .results h3,
article.search .results h1
{
	order: -1;
	font-family: "Barlow Condensed", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.42857143;
	letter-spacing: 0.02em;
	color: #09172d;
	text-transform: uppercase;
}

article.search .results h3 span,
article.search .results h1 span
{
	color: #6e6e6e;
}

article.search .results p
{
	margin: 15px 0 0;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: 0.01em;
	color: #6e6e6e;
}

article.search .results p strong
{
	color: #09172d;
	font-weight: bold;
}

article.search .results .image
{
	position: absolute;
	left: 0;
	top: 30px;
	width: 75px;
	height: 75px;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

article.search .results span.tags
{
	margin-top: 5px;
	font-family: "Barlow Condensed", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 2.14285714;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #09172d;
}

article.search .results span.tags strong
{
	color: #6e6e6e;
}

article.search .results .arrow_cta
{
	margin-top: 25px;
	color: #09172d;
}

article.search .footer
{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90px;
	width: 100%;
	margin: 90px 0 115px;
}

@media only screen and (max-width: 1176px)
{
	article.search h1
	{
		margin: 90px 0;
		font-family: "Barlow Condensed", sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 40px;
		line-height: 1.1;
		letter-spacing: 0.03em;
	}

	article.search h1 strong
	{
		display: inline-block;
		font-weight: inherit;
	}

}

@media only screen and (max-width: 767px)
{
	article.search h1
	{
		margin: 90px 0;
		font-family: "Barlow Condensed", sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 40px;
		line-height: 1.1;
		letter-spacing: 0.03em;
	}

	article.search h1 strong
	{
		display: inline-block;
		font-weight: inherit;
	}

	article.search .results .result
	{
		padding: 0 30px;
	}

	article.search .results .result.alert
	{
		padding-top: 60px;
		background-position: 30px 10px;
	}

	article.search .results .image
	{
		position: static;
		order: -2;
		margin-bottom: 10px;
	}

	article.search .results h2
	{
		font-family: "Barlow Condensed", sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 28px;
		line-height: 1.25;
		letter-spacing: 0.03em;
	}
}