<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Remove header */
.region-header_two_menus header {
	position:static;
	padding: 0.5em 0 2.5em 0;
	border:none;
}
.region-header_two_menus #logo {
	position:static;
}
.region-header_two_menus nav, .region-header_two_menus nav#main_nav {
	display:none !important;
}

/* Make full-width */
.contained {
	max-width:100%;
	padding:10px 20px 10px 20px;
}
.col {
	width:100%;
}

/* Remove sidebar */
.container-half_page {
	max-width:100%;
}

.container-half_page:nth-child(2) {
	display:none;
}

/* Remove Hero Module */
.module-hero {
	display:none;
}

/* Remove breadcrumbs */
.module-breadcrumbs {
	display:none;
}

/* Remove footer */
.region-horizontal_footer {
	display:none;
}

/* Add in checklist boxes */
.checkbox-list ul li:before { 
	content: url(../../presentation/images/icons/checkbox.png); 
	padding-bottom:0px;
}

/* Remove step tabs in purchase path */
.steps {
	display:none;
}

/* Realign text and hero images for purchase path */
.module-product_results .pq {
	margin-top:0;
}

/* Add page break before insurance card on confirmation page */
.policy-card-wrap {
	page-break-after: always;
  	page-break-inside: avoid;
}

.do-not-print {
    display:none !important;
}</pre></body></html>