.sitemap {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 45px 60px;
}

.sitemap ul {
	font-size: 1.5rem;
	line-height: 1.75rem;
	font-weight:600;
}

.sitemap ul ul {
	font-size: 1.25rem;
	line-height: 1.5rem;
	font-weight:400;
	margin-bottom:2rem;
}

.sitemap a {
	color:#000;
}

.sitemap a:hover {
	color:#0057B8;
}