@media print{    
    /*--- make content 1 column ---*/
	.marqueeMain>.imgfill{height: 200px;}  
	article > .lvl1_pLeft {width: 100%; margin-bottom: 25px;}
	article > .lvl1_pRight {width: 100%; }
	article>.lvl1_pRight div.w100{padding-left: 0}
	/*article>.lvl1_pRight div.w50{padding-left: 0}*/
	.feature_btm .w50{padding: 0; width: 100%; margin-top: 60px;}
	.feature_btm .w50:first-child{margin-top: 0px;}
	/*--- /make content 1 column ---*/

	/*---hide element---*/
	.socialmain-desktop{display: none;}
	.navi_main{display: none;}
	/*.contain_govt .floatright{display: none;}*/
	.contain_govt .navi_govt {display: none;}
	.contain_govt .navi_courtesy {display: none;}
	.feature_btm{display: none;}
	.backToTop{display: none;}
	.footer_panelblk {display: none;}
	/*---/hide element---*/

	footer{margin-top: 50px;}
	/*removing breadcrumbs and top element*/
	/*.bread-social{height: 0; margin-top: 45px;}*/


	/*--- hero img on subpages ---*/
	article.herosubpage>.lvl1_pLeft{height: 150px; margin: 0;}
	article.herosubpage h1{font-size: 35px;}
	article.herosubpage>.lvl1_pRight>img{width: 100% !important; height: 320px; left: 0 !important;}	
	/*--- /hero img on subpages ---*/

}