 @media print {
html {
	background: none;
}
#top, #sign-in-panel, #service-menu, #mega-menu, #side-nav, #footer {
	display: none;
}
#content-head {
	margin: 0 20px 0 0 !important;
}
#content-body {
	width: 100%;
}
#learning-bar {
	display: none;
}

	.legal .content {
		display: block;
	}
	#content-body img {
		display: none !important;
	}
	#content-head-product {
		border-bottom: 1px solid #adaca7;
		margin: 0 20px 0 0;
	}
	#content-head-product h1 {
		background: none;
		color: #666;
	}
	#content-body .question {
		background: none !important;;
		border: none !important;;
		width: 95% !important;;

		-webkit-border-radius: 0 !important;;
		-moz-border-radius: 0 !important;;
		border-radius: 0 !important;;
		-webkit-box-shadow: 0 0 0 #ccc !important;;
		-moz-box-shadow: 0 0 0 #ccc !important;;
		box-shadow: 0 0 0 #ccc !important;;
	}
	#content-body .question .content {
		display: block !important;
		width: 95% !important;;
	}
	#content-body #questions .question {
		width: 100%;
		border: none;
		background: none;

		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: 0 0 0 #ccc;
		-moz-box-shadow: 0 0 0 #ccc;
		box-shadow: 0 0 0 #ccc;
	}
	#content-body #questions .question h3 {
		background: none;
		-webkit-border-top-left-radius: 0;
		-moz-border-radius-topleft: 0;
		border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius-topright: 0;
		border-top-right-radius: 0;
	}
	#content-body #questions .question .content {
		display: block;
		width: 80%;
		padding-top: 0;
		margin-top: 0;
		border: none;
		text-align:left;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	#content-body .fullwidth .question .content {
		display: block;
		width: 100%;
	}
	#content-body .left {
		width: 80%;
	}
	.red-btn, .grey-btn {
		background: none !important;
		border: none!important;
		color: #000000!important;
		font-size: 1.4em!important;
		font-weight: normal!important;
		text-align: right!important;
		text-decoration:underline!important;
		text-shadow:none!important;
		box-shadow: none!important;
	}
	#content-body .tabbed-content .content {
		display: block;
		background-color: none;
		border: none;
		-webkit-box-shadow: 0 0 0 #ccc !important;;
		-moz-box-shadow: 0 0 0 #ccc !important;;
		box-shadow: 0 0 0 #ccc !important;;
	}
	#rates-to-apply {
		border: none;
		border-width: 0;
	}
	#specialOfferBanner {
		display:block;
	}

}