@media print {
	
	/*  hide bottom mailing list popup for print - CEG 2025/04/04  */
	
	#mailing_list_bottom_popup {
		
		display: none;
	}
	
a[href]:after {
		content: none !important;
}
@page {
		margin-top: 0;
		margin-bottom: 0;
}
body{
		padding-top: 72px;
		padding-bottom: 72px ;
}
.blogPostSec{ padding:0 40pt; }
#tempHeader ,.tempFooter, .sideBar,.greenBnrSec,.downloadFormSec,.socialList ,.tags,.relatedPostSec,.commentBox  {display: none;}
.footer, #non-printable {
    display: none !important;
}
#printable {
        display: block;
}
}