.sitemap-container {
	padding: 3% 4%;
	max-width: 1000px;
    margin: 0 auto;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #333;
}
.sitemap-container h1,
.sitemap-container h2,
.sitemap-container h3 {
	line-height: 1.3;
	padding: 0;
	margin: 0;
	color: #00486a;
}
.sitemap-container h1 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 12px;
}
.sitemap-container h2 {
	font-size: 14px;
	font-weight: 700;
	margin: 24px 0 8px;
}
.span12 {
    margin-left: 1%;
}
.span11 {
    margin-left: 1%;
}
.row.section-sep {
	padding: 1% 0;
}
div.row {
	clear: both;
}
.span-no-margin {
	margin-left: 0px;
}
.sitemap-body .span12,
.sitemap-body .span11 {
	width: 100%;
	margin-left: 0;
}
.sitemap-body ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 32px;
	row-gap: 16px;
}
.sitemap-body li {
	display: block;
	margin: 0;
	padding: 12px 0;
}
.sitemap-body a {
	font-weight: 700;
	/*text-decoration: none;*/
}
.sitemap-body .linkDesc {
	display: block;
	margin-top: 4px;
	color: #333;
	font-size: 14px;
	font-weight: 400;
}
.subtabs,.subtabs a {
	line-height: 2em;
}
/** remove page cover after this css is loaded */
#page-cover {
	display: none;
}

@media (max-width: 768px) {
	.sitemap-body ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 20px;
	}
}
