article.press a span
{
	font-weight: bold;
	text-decoration: underline;
}

article.press .content
{
	padding: 90px 0;
	width: 83%;
	max-width: 976px;
	margin: 0 auto;
}

article.press .intro
{
	background: #09172d;
}

article.press section
{
	margin: 0 auto;
	color: #484848;
}

article.press section strong
{
	display: block;
}

article.press h1
{
	color: #e5e5e5;
}

article.press p
{
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: solid 3px #e5e5e5;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 0.01em;
}

article.press ul
{
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: 0.01em;
}

article.press ul li
{
	margin-bottom: 40px;
}

article.press ul li i
{
	color: #f8be21;
	font-size: 40px;
	vertical-align: middle;
	padding-bottom: 8px;
}

@media only screen and (max-width: 1176px)
{
	article.press section:first-child
	{
		padding-top: 55px;
	}

}

@media only screen and (max-width: 767px)
{
	article.press p
	{
		padding-left: 10%;
		padding-right: 10%;
		font-family: "Helvetica Neue", Helvetica, sans-serif;
		font-style: normal;
		font-weight: 300;
		font-size: 20px;
		line-height: 1.5;
		letter-spacing: 0.01em;
	}

}