article.about
{
	background: #09172d;
}

article.about.how-we-do section.subhero .background,
article.about.what-we-do section.subhero .background
{
	background-position: 50% 50%;
}

article.about section.split_content + section.page_break
{
	padding-top: 62px;
	padding-bottom: 62px;
}

article.about section.split_content + section.page_break:before
{
	transform: translateX(-50%);

	border-left: #1d2739 solid 1px;
	display: block;
	position: absolute;
	 top: 0;
	 left: 50%;
	 z-index: 0;

	height: 100%;
	width: 0;

	content: "";
}

article.about.fallen-personnel section.subhero .foreground
{
	padding-top: 150px;
	padding-bottom: 150px;
}

@media only screen and (max-width: 1176px)
{
	article.about.fallen-personnel section.subhero .foreground
	{
		padding-top: 100px;
		padding-bottom: 100px;
	}

	article.about.fallen-personnel section.subhero .foreground p
	{
		width: 100%;
	}
}