article.page_not_found
{
	background: #09172d;
}

article.page_not_found .foreground
{
	background: url(../../../alert.svg) 100% center no-repeat;
	background-size: auto 107%;
}

article.page_not_found .hero_links
{
	margin-top: 60px;
	margin-left: 8%;
}

article.page_not_found .hero_links li
{
	display: inline-block;
}

article.page_not_found .hero_links a
{
	padding-right: 60px !important;
}

article.page_not_found .hero_links a:after
{
	position: relative;
	margin-bottom: 1px;
	top: auto;
	transform: none;
	transition: transform 0.25s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

article.page_not_found .hero_links a:hover:after
{
	transform: translateX(20px);
}

@media only screen and (max-width: 767px)
{
	article.page_not_found .foreground
	{
		background-position: calc(79%) center;
		background-size: auto 107%;
	}

	article.page_not_found .hero_links
	{
		width: calc(40%);
		max-width: 540px;
		margin-left: 0;
	}

	article.page_not_found .hero_links li
	{
		display: block;
		margin-bottom: 30px;
	}

}