<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* #Page Styles
================================================== */


.btn {width:150px; padding:15px; text-transform:uppercase; color:#FFFFFF; background-color:#16284c; font-size:14px; text-align:center;  border:2px solid #16284c; border-radius:4px; text-decoration:none;}
.btn:hover {width:150px; padding:15px; text-transform:uppercase; color:#FFFFFF; background-color:#e86746; font-size:14px; text-align:center;  border:2px solid #e86746; border-radius:4px; text-decoration:none;}

/* #Media Queries
================================================== */
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	.header {width: 95%; margin:auto; height: 250px; background-image:url(../images/Header_Ipad.png); background-repeat:no-repeat; background-position:top center; background-color="#16284c"}
	.btn {width:150px; padding:15px; text-transform:uppercase; color:#FFFFFF; background-color:#16284c; font-size:14px; text-align:center;  border:2px solid #16284c; border-radius:4px; text-decoration:none;}
	.btn:hover {width:150px; padding:15px; text-transform:uppercase; color:#FFFFFF; background-color:#e86746; font-size:14px; text-align:center;  border:2px solid #e86746; border-radius:4px; text-decoration:none;}
	}
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {

	.header {width: 95%; margin:auto; height:50px; background-image:url(../images/CHL_Logo.png); background-repeat:no-repeat; background-position:center top; background-color:#fff; padding-top:60px; border-top: solid #fff 25px; color:#fff;}
	
	.btn {width:125px; padding:10px; text-transform:uppercase; color:#FFFFFF; background-color:#16284c; font-size:11px; text-align:center;  border:2px solid #16284c; border-radius:3px; text-decoration:none;}
	.btn:hover {width:125px; padding:10px; text-transform:uppercase; color:#FFFFFF; background-color:#e86746; font-size:11px; text-align:center;  border:2px solid #e86746; border-radius:3px; text-decoration:none;}

	}
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {

	.header {width: 95%; margin:auto; height: 50px; background-image:url(../images/CHL_Logo.png); background-repeat:no-repeat; background-position:center top; background-color:#fff; padding-top:60px;  border-top: solid #fff 25px;}
	
	.btn {width:125px; padding:10px; text-transform:uppercase; color:#FFFFFF; background-color:#16284c; font-size:11px; text-align:center;  border:2px solid #16284c; border-radius:3px; text-decoration:none;}
	.btn:hover {width:125px; padding:10px; text-transform:uppercase; color:#FFFFFF; background-color:#e86746; font-size:11px; text-align:center;  border:2px solid #e86746; border-radius:3px; text-decoration:none;}

	}
</pre></body></html>