section[data-cattype="401"]{
    padding-top: 20px;
	
}

section[data-cattype="401"] h2{
    margin-top: 60px;
    margin-bottom: 40px;
	color: #231f20;
	font-size: 36px;
	font-weight:bold;
	font-family: 'open_sansregular';
	position: relative;
}



section[data-cattype="401"] .nav-tabs.nav-stacked {
    margin-top: 15px;
}



/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
    [data-cattype="401"] h2:before{
        content: none;
    }

    [data-cattype="401"] h2:after{
        content: none;
    }
}

/* Mobile screen size - landscape view */
@media screen and (max-width: 767px) {
    


    [data-cattype="401"] h2:after{
        content: none;
    }
    
    [data-cattype="401"] .topbtm {
	margin-bottom: 15px;
    }
}











