#content{
	margin-top: 150px;
}

#sitemap_list{
	margin-top: 50px;
}
	#sitemap_list div{
		margin-bottom: 20px;
	}

	#sitemap_list a{
		color: rgb(21, 90, 160);
		font-size: 14px;
	}
	#sitemap_list a:hover{
		color: black;
		text-decoration: none;
	}
	#sitemap_list img{
		height: 11px;
	    margin-top: 3px;
	    margin-right: 3px;
	}

hr.blue {
    border-top: 1px solid rgb(21, 90, 160);
}

/* xs screen*/
@media (max-width: 767px){
	#sitemap_list a {
	    
	    font-size: 14px;
	}
}