@media print {

.printShow
{display:block!important;}

.printHide,
.cell.navRow,
.cell.quickLinks,
.quicklinks,
.navigation,
.accessibility,
.alert,
.quote,
.login,
.actions .search,
.footerLogo,
.footerLogo p,
footer .links,
footer .linkedIn

{
	display:none!important;
}

.printFill,
.cell.main-content
 {width:100%;}


/* Dark grey type */
h1,h2,h3,h4,p,li,td,th,
footer,
footer a,
.actions .phone,
footer .privacy span,
.prefooter,
header,
.slider-wrapper,
.box-header,
.prefooter ul li a:link,
.prefooter ul li a:visited,
.phone
{
	color:#32323c!important;
	background-image:none!important;
	background-color:#ffffff!important;
}

/* Medium Grey type */
.prefooter ul li {
	color:#6f6f6e!important;
	background-image:none!important;
	background-color:#ffffff!important;
}

.grid-x.box-header .actions {
	width: 73%!important;
	font-size: 1.6em;
  padding: 0em!important;
}

footer {
	background-color:transparent;
}

.secondaryBlock .words .two ul {
	list-style: disc;
}

}