* {
	background: transparent !important;
	color: #000 !important; /* Black prints faster: h5bp.com/s */
	box-shadow: none !important;
	text-shadow: none !important;
	
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 28px;
	font-weight: 400;
}
a[href],
.typography a[href] {
	color: #000 !important;
    border-bottom: 1px solid #000 !important;
}
pre,blockquote {page-break-inside: avoid;}
thead {display: table-header-group; /* h5bp.com/t */}
tr,img {page-break-inside: avoid;}
img {
	display: block;
	max-width: 100% !important;
}
@page {margin: 0.5cm;}
p,h2,h3 {orphans: 3; widows: 3;}
h2,h3 {page-break-after: avoid;}

h1, h2, h3 {
	margin: 10px 0;
}
h1 {
	font-size: 30px;
	line-height: 38px;
	margin: 15px 0;
}
h2 {
	font-size: 28px;
	line-height: 36px;
}
h3 {
	font-size: 26px;
	line-height: 34px;
}
h4 {
	font-size: 21px;
	line-height: 32px;
}
h5 {
	font-size: 19px;
	line-height: 28px;
}
h6 {
	font-size: 17px;
	line-height: 28px;
}


.noPrint,
#BetterNavigator,
a#SkipToContent,
a#SkipToNavigation,
#ScrollToTop,
#MobileButtons,
#MobileNavigation,
aside,
nav.primary,
.header .top,
.footer .bottom,
.footer .social,
#HomepageSlideshowContainer,
#HomePageCTA,
#BannerImage,
#LandingPageCTAs a.cta .button,
.pswp {
	display: none !important;
}
.onlyPrint {
	display: block !important;
}

.typography img.left {
	float: none;
}
.typography blockquote {
	padding-left: 60px;
}

.header,
.header .bottom {
	padding: 0;	
}
.header .brand {
	margin: 0 0 0 30px;	
	padding: 0;
}
.header .brand img {
	width: 200px;	
}
.footer .top {
	border-top: dotted 1px #ccc;
    padding: 25px 30px 15px 30px;	
}
#Content {
    padding: 30px;
}


#LandingPageCTAs a.cta .image {
    position: static;
    width: 100%;
}
#LandingPageCTAs a.cta .content {
    margin-left: 0;
}