.site_map{
    background: #fff;
}
#cont {
	background: #fff;
    padding:20px 40px;
    max-width: 1200px;
    margin: 0 auto;
}
#cont h2 {
	color: #046E9D;
	font-size: 32px;
	font-weight: 600;
    margin-top: 20px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e7e7e7;

}
#cont a:link,
#cont a:visited {
	color: #0180AF;
	text-decoration: none;
}
#cont a:hover {
	color: #666;
	text-decoration: underline;
}
#cont ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e7e7e7;
}
#cont ul.level-1{
    padding-bottom: 0;
    margin-top: 2px;
}
#cont ul:last-of-type{
    border-bottom: none;
}
#cont li {
	margin: 0px;
}
#cont li ul {
	margin-left: 0;
}
#cont .lhead {
	margin: 10px 0px 20px 0;
    font-size: 24px;
    font-weight: 600;
    flex: 0 0 100%;
    max-width: 100%;
    text-transform: capitalize;
}
#cont .lhead.main-lhead{
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    margin-bottom: 0;
}
#cont .level-2 .lhead{
    text-transform: none;
}
#cont .level-3:first-child{
    border-top: 1px solid #e7e7e7;
    padding-top: 40px;
}
#cont .level-3 .lhead{
    text-transform: capitalize;
}
#cont .lcount {
	padding: 0px 10px;
}
#cont .lpage {
	padding: 10px 0;
	font-size: 18px;
	flex: 0 0 33%;
    max-width: 33%;
}
#cont .last-page {
	border: none;
}

@media (max-width: 1199.98px){
    #cont .lpage{
        font-size: 16px;
    }
}

@media (max-width: 991.98px){
    #cont .lpage{
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767.98px){
    #cont h2 {
        font-size: 24px;
        margin-top: 0;
        padding-bottom: 20px;
    }
    #cont ul {
        margin-top: 20px;
        padding-bottom: 20px;
    }
    #cont .lhead {
        margin: 10px 0px 10px 0;
        font-size: 20px;
    }
    #cont .lpage{
        font-size: 14px;
    }
}

@media (max-width: 580px){
    #cont .lpage{
        font-size: 16px;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 480px){
    #cont{
        padding: 20px 20px;
    }
    #cont .lhead{
        font-size: 18px;
    }
    #cont .lpage{
        padding: 6px 0;
    }
}

