<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#content {
	background-color: #ececec; 
}
#mastheadWrapper {
	background-image:url('banner-bg.jpg');
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-size:cover;
	height: 307px;
}

#mastheadFrame, #masthead {
	display: none;
}

.countdown_div {
	height: 113px;
	padding-top: 19px;
}
	
.countdown_hours {
	padding-left: 0.3em;
}

@media screen and (max-width: 1000px) { 
#mastheadWrapper {
	height: 250px;
}
}

@media screen and (max-width: 800px) { 
#mastheadWrapper {
	height: 180px;
}
}


@media screen and (max-width: 600px) { 
#mastheadWrapper {
	height: 150px;
}
}

@media screen and (max-width: 480px) { 
#mastheadWrapper {
	height: 110px;
}
}

@media screen and (max-width : 360px) {
#mastheadWrapper {
	height: 90px;
}	
}</pre></body></html>