/* Print Style Sheet */
@media print {

	#preheader,
	#masthead,
	#welcome,
	#secondary,
	#articleafter,
	.btn-download,
	.btn-print,
	.social-links,
	.footer-first,
	.footer-second .social {
		display: none !important;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6
	{
		font-size: 14px!important;
		page-break-after:avoid;
		page-break-inside:avoid;
	}

	blockquote,
	table,
	pre,
	ul,
	ol,
	dl,
	p,
	strong,
	p strong
	{
		font-size: 10px!important;
	}

	img
	{
		page-break-inside:avoid;
		page-break-after:avoid;
	}

	blockquote,
	table,
	pre
	{
		page-break-inside:avoid;
	}

	ul,
	ol,
	dl
	{
		page-break-before:avoid;
	}

}