/* Print styles */

@page {
 margin: 8mm;
}
* {
	-webkit-print-color-adjust: exact;
	text-shadow: none !important;
}
html {
	font-size: 44%;
}
.content p a[href^="http://"]:after {
	content: " (" attr(href) ")";
}
a {
	word-wrap: break-word;
}
body {
	background-color: transparent !important;
	width: 100%;
}
a, a span, a strong {
	text-decoration: underline !important;
	border-bottom: none !important;
}
.media {
	clear: both;
}
table {
	max-width: 100%;
}
/* Header */

.header {
	margin: 0;
	padding: 0;
	height: auto;
	background-color: transparent !important;
	background-image: none !important;
	border-bottom: 1px #CCC dotted;
}

.header .crest img.printable-crest {
	display: block;
	margin: 0;
	padding: 0;
}

.content {
	clear: both;
}
.header .flag {
	border: none;
	clear: none;
	float: left;
	position: static;
	padding: 20px 0;
	margin-left: 0;
	width: auto;
}
.flag h2 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1; /* 16/16 */
}
.flag h3 {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1; /* 12/12 */
}
.content h1,  .content h2,  .content .content-block.lightweight h3,  .content .content-block.lightweight h3 {
	color: #111 !important;
}
.crest, .flag, .header {
	height: auto;	
}

/* Hide-ables */
.header .crest img, .content img, .header .global-navigation, .visuallyhidden, .global-navigation, .main-navigation, .breadcrumb, .sidebar-navigation, .footer .divided, .jump-to-top, .header .crest a:after {
	display: none
}
/* Show footer info */
.footer {
	background-color: transparent !important;
	background-image: none !important;
	border-top: 1px #111 solid;
	clear: both;
}
.footer .bottom-locked {
	display: block;
	position: static;
}
.footer .bottom-locked .crest {
	display: none;
}
.footer .bottom-locked .small-print {
	color: #111;
}
.footer .bottom-locked .small-print br {
	display: none;
}
