@media only screen and (min-width: 768px)
{
	article.careers section.subhero .foreground .content
	{
		margin-right: 5%;
		width: 45%;
	}

	article.careers section.subhero .foreground p
	{
		font-family: "Helvetica Neue", Helvetica, sans-serif;
		font-style: normal;
		font-weight: 300;
		font-size: 20px;
		line-height: 1.8;
		letter-spacing: 0.01em;
		margin-top: 0;
		margin-bottom: 40px;
	}

	article.careers section.subhero .background
	{
		background-position: 50% 50%;
	}

}

@media only screen and (max-width: 767px)
{
	article.careers .line_through:before
	{
		display: none;
	}

	article.careers section.split_content .decoration
	{
		border-top: solid 1px #1e293a !important;
	}

}