.site-inner{
	background:#F6FBFF;
}
.content-sidebar-wrap{
	padding: 60px 0;
}
.sitemap {
	background: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #E0E1E4;
	box-shadow: 0 0 17px 0 rgba(2,6,19,0.12);
	padding: 35px 45px;
	 
}
.sitemap > h2 {
	color: #091C49; 
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 28px;
	padding-top:20px !important;
	margin-bottom: 0px;
}
.listings {
	margin-bottom: 65px;
	padding:0;
	margin-top:15px;
}
.listings li {
	list-style: none;
}

.listings .parent-item {
	display: inline-block;
	width: 33.33%;
	vertical-align: top;
	margin-bottom: 10px;
}

.sub-listings {
	padding-left: 0;
}

.parent-item > a { 
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 28px;
}

@media only screen and ( max-width: 539px ) {
	.listings .parent-item { 
		width: 100%; 
	}
}