<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

body {
	background: #e8f2f9;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.4em;
	color: #002d4b;
}

a {
	text-decoration: none;
}

div.container {
	width: 800px;
	margin: 0 auto;
	padding: 0px;
	background-color: #ffffff;
}

div.header {
	background: url(HSRC_bkgd.jpg) repeat-x bottom;
	height: 80px;
	padding: 20px;
}
div.header a {
	color: #4d4d4d;
	text-decoration:none;
}

div.header img {
	float: left;
	padding: 0 10px 0 0;
	border: 0;
}

div.header p {
	float: right;
	text-align: right;
	margin-top: 0;
	line-height: 1.1em;
}

div.main {
	text-align: center;
	padding: 10px 0 10px 0;
	font-size: 1.5rem;
	line-height: 1.75rem;
	}

div.main p {
	margin: 0px 0 10px 0;
	}

div.footer {
	background: #bcd6f0;
	color: #175c85;
	height: 70px;
	padding: 10px;

div.footer img {
	float: right;
	padding: 0 0 0 10px;
	border: 0;
}

/* INDEX BOXES STYLING */

div.introbox {
	color: #f6f6f6;
	font-size: 1.3em;
	line-height: 1.2em;
	height: 250px;
	width: 32%;

}

div.introbox p, div.guidebox p, div.guidebox h2, div.guidebox h3 {
	margin: 15px;	
}

div.guidebox img {
	margin-top: 15px;
	margin-left: 15px;
	border: 0px solid;
}

div.guidebox p a {
	font-weight: 700;
	text-decoration: none;
}

div.introbox p {
	padding-top: 15px;	
}

div.introbox a {
	font-weight: 700;
	text-decoration: none;
	color: #f8f8f8;
}

#intro1 {
	background-color: #3889ab;	
}

#intro2 {
	background-color: #aa493c;	
	float: right;
	margin-top: 15px;
}

#intro2 p {
	padding-top: 0;
}

#guide1 {
	float: right;
}

#guide1 h3, #guide1 a {
	color: #3889ab;
}

#guide2 {
	margin-left: 0;
	margin-right: 2%;
	margin-top: 15px;	
}

#guide2 h3, #guide2 a {
	color: #aa493c;	
}

div.guidebox h3, div.guidebox h3 a {
	font-size: 1.3em;
	font-weight: 400;
	padding-top: 9px;
	margin-bottom: -6px;
	text-decoration: none;
}

div.guidebox {
	height: 250px;
	width: 66%;
	float: right;
	margin-left: 2%;
	background: #f8f8f8;
	background-size: auto 100%;
	background-position: center;
	color: #4d4d4d;	
}

div.guideside {
	width: 49%;
	float: left;
}

/* END OF INDEX BOXES STYLING */


/* RESPONSIVE: TABLETS */

@media screen and (max-width:855px) {
	
body {
	background-color: #4d4d4d;
	background-image: none;
}
	
div.container {
	width: 96%;
	margin: 0;
	padding-left: 2%;
	padding-right: 2%;
}

div.guidebox {
	margin-left: 0 !important;
	margin-right: 0 !important;
	clear: both;
	width: 100%;	
}

div.introbox {
	float: left;
	margin-top: 15px;
	width: 48%;
	font-size: 1.1em;
	height: 150px;
}	

div.introbox p {
	margin-top: 10px;	
}

#intro1 p {
	padding-top: 0;
}

}
	
@media screen and (max-width:670px) {	

div.introbox {
	font-size: 1.0em;
}

}

/* END OF RESPONSIVE: TABLETS */


/* RESPONSIVE: MOBILE */

@media screen and (max-width:500px) {	

div.main p {
	clear: both;
}
	
div.guidebox, div.introbox, div.guideside {
	height: auto;
	background-image: none !important;
    margin-left: 0;
	margin-right: 0;
	clear: both;
	width: 100%;
}

span.nomobile {
	display: none;
}

div.header p {
	float: left;
	text-align: left;
	margin-top: 0;
	line-height: 1.1em;
}

}
/* END OF RESPONSIVE: MOBILE */


/* RESPONSIVE: PRINT */

@media print {

body {
	font-size: 1.0em;	
	line-height: 1.3em;
	color: #000000;
	background-color: #ffffff;
	background-image: none;
}
	
div.container {
	width: 96%;
	margin: 0;
	padding-left: 2%;
	padding-right: 2%;
}
	
div.footer {
	display: none;
}

}

/* END OF RESPONSIVE: PRINT */</pre></body></html>