.boost-overlay-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999;
}

.boost-overlay-container .boost-overlay-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	z-index: 99999999;
}
.boost-overlay-container .boost-overlay {
	display: none;
	z-index: 999999999;
	width: 748px;
	height: 414px;
	background: url('/assets/boost-bg-image.png') top center no-repeat;
	color: #118f99;
	position: absolute;
	top: 140px;
	left: 115px;
}
.boost-overlay-container h3 {
	color: #de5f58;
	font-size: 23px;
	margin-bottom: 20px;

}
.boost-overlay-container a {
	font-weight: normal;
	text-decoration: underline;
	color: #de5f58;
}
.boost-overlay-container .copy {
	width: 410px;
	height: 188px;
	margin: 119px 0 0 167px;
	font-family: 'omnes-pro';
	font-size: 18px;
	text-align: center;
	line-height: 0.8em;
}
.boost-overlay-container .copy p:first-child { 
	line-height: 0.9em;
}
.boost-overlay-container .copy p {
	margin: 15px 0;
	padding: 0;
	font-weight: 500;
}
.boost-overlay-container .close-overlay {
	position: relative;
	float: right;
	margin: 67px 67px 0 0;
	width: 72px;
	height: 19px;
	background: url('/assets/boost-close-button.png') top center no-repeat;
}

.boost-overlay-container .close {
	cursor: pointer;
}