/* ====================================================
 * Company: Unity Technologies
 * Author:  Kristjan B. Halfdanarson, kristjan@unity3d.com
 * Content: Print Media
======================================================= */
@media only print {
@page {
	margin: 1.5cm 0.5cm;
	size: portrait;
}

body {
	width: auto!important;
	background: white;
	font-size: 12pt;
	float: none!important;
	overflow: visible!important;
}

* { 
	background: transparent!important;
	color: black !important; 
	text-shadow: none !important; 
	filter:none !important; 
	-ms-filter: none !important;
}

#master-header, #section-header, .mg-header, .hero, .section-nav, .fancy-video, .play, .footer-wrapper .left ul, .gray-btn {
	display: none;
}

#content .g12n .g12{
  position: relative;
}

.bl {
	border-bottom: 1px solid #000;
	background-color: #FFF;
}

.bl.pa10 {
	padding: 10pt 0!important;
}

.bb {
	border: none!important;
}
.background img {
	display: none!important;
}

.printonly {
	display: block!important;
	position: relative;
	width: 100%;
}

.printonly img {
	display: block;
	float: none!important;
	position: relative;
	width: 100%!important;
	max-width: 960pt;
	height: auto;
	max-height: 150pt;
}
.print-logo::after {
  position: relative;
}
.print-logo {
  position: absolute;
  right: 0;
  bottom: 20pt;
  height: 50px;
  width: 134px;
}

/* Images & Elements */
img {
	page-break-inside: avoid;
	width: 100%;
	max-width: 220pt;
	margin: 5pt 10pt; 
	-moz-margin-end: 0;
	-moz-margin-start: 0;
	padding: 0;
	float: right;
	clear: both;
}

/* Remove visual url from images. */
.fancy-image:after {
	display: none;
}

/* Typography. */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
}

p {
	margin-bottom: 5pt;
}

p, h2, h3, a,  {
	orphans: 3;
	widows: 3;
}

h2, h3 {
	page-break-after: avoid;
}

a, a:visited {
	text-decoration: underline;
}

/* Show URL after links. */
a[href]:after {
	content: " (" attr(href) ")";
}

abbr[title]:after {
	content: " (" attr(title) ")";
}

.ir a:after, 
a[href^="javascript:"]:after, 
a[href^="#"]:after {
	content: "";
}
}