@media print {
	body {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		background: none;
		color: black;
	}

	header {
	      background: none;
	      color: #000;
	      content: url("");
	      text-align: center;
	      margin: 0 auto;
	}

	#twoColumn {
		width: 100%;
		margin: 0; padding: 0;
		background: none;
	}

	#site-footer, #tracking-consent-dialog {
		display: none !important;
	}

	.right-column-stories, section.sidebar, .billboard, .banner, .media-title, .global-footer, .alert, .alert-warning, .alert-dismissible, .fade, .in, .cookie-alert, .navbar1 {
		display: none !important;
	}

	h1, h2, h3, h4, h5 {
	  page-break-after: avoid;
	}

	a {
		font-weight: bolder;
	    text-decoration: none;
	}

	a:after {
		content: " [" attr(href) "] ";
	}
}
