@media print {
  @page {
    size: A4;
  }
  body {
    margin: 0;
    padding: 0;
}

	.notification,
	.error,
	.warning,
	.info,
	.success,
	.weather {
		border: none;
		background-color: transparent;
		color: black;
	}
	@page {
		margin: 2cm;
	}
	.notification h3,
	.error h3,
	.warning h3,
	.info h3,
	.success h3,
	.weather h3 {
		color: black;
	}

	.notification p,
	.error p,
	.warning p,
	.info p,
	.success p,
	.weather p {
		color: black;
	}
	.ui-aside-container {
		display: none;
	}

	#global-nav {
		display: none;
	}

	#masthead-nav {
		display: none;
	}
	#main-nav {
		display: none;
	}

	#mobile-nav {
		display: none;
	}

	footer {
		display: none;
	}

	body {
		font-size: 10pt !important;
		font-family: Georgia, "Times New Roman", Times, serif !important;
		line-height: 1.3;
		background: #fff !important;
		color: #000;
	}
	h1 {
		font-size: 20pt !important;
	}
	h2 {
		font-size: 16pt !important;
	}
	h3 {
		font-size: 20pt !important;
	}

	h4 {
		font-size: 14pt !important;
	}
	h5 {
		font-size: 12pt !important;
	}
	h6 {
		font-size: 10pt !important;
	}
	h1,
	h2,
	h3,
	h4 {
		margin-top: 25px;
		margin-bottom: 10px;
	}
	a {
		page-break-inside: avoid;
	}
	blockquote {
		page-break-inside: avoid;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
	img {
		page-break-inside: avoid;
		page-break-after: avoid;
	}
	table,
	pre {
		page-break-inside: avoid;
	}
	ul,
	ol,
	dl {
		page-break-before: avoid;
	}
	a:link,
	a:visited,
	a {
		background: transparent;
		color: #520;
		font-weight: bold;
		text-decoration: underline;
		text-align: left;
	}
	a {
		page-break-inside: avoid;
	}
	a[href^="http"]:after {
		content: " <" attr(href) "> ";
	}
	a:after > img {
		content: "";
	}
	article a[href^="#"]:after {
		content: "";
	}
	a:not(:local-link):after {
		content: " <" attr(href) "> ";
	}
}
