@media print {

	body {
		font-size: 12px;
		line-height: 1.6;
		background-color: white;
	}

	.menu-wrapper,
	.col-filters,
	.results-sidebar,
	.back-link {
		display: none;
	}

	.details-container {
		width: 50%;
	}

	.col-results {
		width: 100% !important;
		padding: 0 !important;
	}

	.h2 {
		font-size: 1.5em !important;
		color: #093A49 !important;
		margin-bottom: 30px;
	}
	.details-container H3 {
		color: #EE794B !important;
	}

	h3 {
		margin: 10px 0 !important;
		font-size: 12px !important;
		font-weight: normal !important;
		color: #EE794B !important;
	}

	.h4 {
		font-size: 12px !important;
	}

	.contact-box {
		width: 50% !important;
		float: right;
	}

	.map-wrapper {
		border: none !important;
		padding: 0 !important;
	}

	.map-wrapper IFRAME {
		height: 225px !important;
	}

	HEADER .banner .logo {
		display: inline-block !important;
		width: 30% !important;
		float: left !important;
	}

	HEADER .banner .right {
		display: inline-block !important;
		width: 70% !important;
		padding-left: 10%;
		margin-top: 10px;
		float: right !important;
	}

	FOOTER  {
		background-color: transparent !important;
		border-top: 3px solid #093A49;
	}

	FOOTER .inner {
		display: none;
	}

	.only-print {
		display: block !important;
	}

	.print-info {
		display: flex;
		justify-content: space-between;
		font-size: 1.35em !important;
		font-weight: bold;
	}

	.print-info LI {
		display: inline-block;
		font-size: 1.25em !important;
	}

	.print-info .print-logo {
		width: 100px;
		height: auto;
	}

	.get-directions {
		display: none;
	}

}