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

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

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

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

article.sitemap section strong
{
	display: block;
}

article.sitemap section.links .content
{
	padding-bottom: 0;
}

article.sitemap section.links + .links .content
{
	padding-top: 60px;
	padding-bottom: 60px;
}

article.sitemap h1
{
	color: #e5e5e5;
}

article.sitemap h2
{
	padding-left: 0;
	margin-bottom: 60px;
	padding-bottom: 40px;
	border-bottom: solid 3px #e5e5e5;
	font-family: "Barlow Condensed", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 60px;
	line-height: 1.06666667;
	letter-spacing: 0.015em;
	text-transform: none;
	color: #09172d;
}

article.sitemap h2:before
{
	display: none;
}

article.sitemap ul
{
	margin-left: 60px;
	margin-bottom:90px;
	list-style: none;
}

article.sitemap li ul
{
	margin-left: 0;
	margin-bottom:0;
}

article.sitemap ul li
{
	position: relative;
	margin-left: 16px;
	margin-top: 32px;
	padding-left: 24px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.01em;
	font-weight: 500;
	color: #6e6e6e;
}

article.sitemap ul li:before
{
	content: "/";
	position: absolute;
	color: #09172d;
	left: 0;
}

article.sitemap ul a
{
	display: inline;
	border-bottom: solid 2px #b3b3b3;
}

@media only screen and (max-width: 767px)
{
	article.sitemap section
	{
		margin: 0 auto;
		color: #484848;
	}

	article.sitemap section.links .content
	{
		padding-top: 50px;
		padding-bottom: 0;
	}

	article.sitemap h2
	{
		margin-bottom: 40px;
		padding-left: 30px;
		font-family: "Barlow Condensed", sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 25px;
		line-height: 1;
		letter-spacing: 0.01em;
	}

	article.sitemap ul.main
	{
		margin-left: -10px;
	}

	article.sitemap ul li
	{
		margin-left: 5px;
		padding-left: 15px;
	}

	article.sitemap ul a
	{
		border-width: 1px;
	}

}