section[data-cattype="401"]{
    padding-top: 20px;
	
}

section[data-cattype="401"] h2{
    margin-bottom: 40px;
	color: #5a595e;
	font-size: 28px;
	font-weight:600;
	font-family: 'open_sansregular';
	position: relative;
}

section[data-cattype="401"] h2:after{
	content:'';
	position:absolute;
	border-bottom : 1px solid #339d01;
	width: 50px;
	bottom: -10px;
	left: 47%;
}


section[data-cattype="401"] .nav-tabs.nav-stacked {
    margin-top: 15px;
}