<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background: url(../img/body-bg.jpg) #e7e1e1 0 -23px repeat;
	color: #37415A;
}
h1 {
	margin-bottom: 1em;
	font-size: 2.8em;
}
.pgHead h1 {
	background: #3d4760;
	padding: 10px 15px;
	color: #FFF;
}
header {
	padding-top: 10px;
	min-height: 111px;
	margin-bottom: 25px;
	background: #3D4760;
}
header nav ul {
	padding: 0;
	margin-top: 59px;
}
header nav ul li {
	list-style: none;
	float: left;
}
header nav ul li a {
	font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    color: #D3E5E9;
    padding: 0 9px;
    margin: 0 8px;
    line-height: 27px;
    text-align: center;
    border-radius: 5px;
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#393f59+0,222834+50,111219+100 */
    background: #393f59; /* Old browsers */
    background: -moz-linear-gradient(top,  #393f59 0%, #222834 50%, #111219 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #393f59 0%,#222834 50%,#111219 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #393f59 0%,#222834 50%,#111219 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393f59', endColorstr='#111219',GradientType=0 ); /* IE6-9 */
}
#rNav {
	color:#FFF;
	font-size:1.5em;
	line-height:1em;
	border:solid 2px;
	text-align:center;
	padding:5px 8px;
	border-radius:5px;
	display:none;
}
img {
	max-width: 100%;
}
a:hover {
	text-decoration: none;
	opacity: .8;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.centered {
	text-align: center;
}
.bgWhite, .copy .inner{
	background: rgba(255,255,255,.9);
}
.copy .inner {
	padding: 15px;
}
.featured .col-sm-4 .inner{
	background-color: #b8b6b7;
	padding:10px;
    min-height: 340px;
    margin: 20px 0;
}
.featured .btn {
	background-color: #3F4962;
	color: #FFF;
	float: right;
}
.featured .btn.large {
	float: none;
	font-size: 1.5em;
	margin-top: 25px;
}
.featured .inner h3 {
	color: #FFF;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4a546d+0,2e3851+100 */
	background: #4a546d; /* Old browsers */
	background: -moz-linear-gradient(top,  #4a546d 0%, #2e3851 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4a546d 0%,#2e3851 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4a546d 0%,#2e3851 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a546d', endColorstr='#2e3851',GradientType=0 ); /* IE6-9 */
	padding:10px;
	margin:-10px -10px 10px -10px;
}
.featured .inner p span {
	color: #FFF;
	font-weight: bold;
}
.featured .inner p .glyphicon{
	font-size: 2em;
	display: block;
	float: left;
	padding: 4px 15px 0 0;
	color: #37415A;
}
.featured .inner h3 .glyphicon {
	padding-right: 7px;
}
.featured .tagline {
	font-weight: 600;
	color: #FFF;
	margin-top: 15px;
}
.formElement {
	margin:0 0 10px 0
}
.cDetails {
	margin-bottom:20px;
}
label {
	display:block;
	width:200px;
	float:left;
}
.formElement input, .formElement textarea {
	border: solid 1px #ccc;
	min-width:160px;
}
.formElement textarea {
	display:block;
	clear:both;
	width:100%;
	min-height:100px;
}
footer {
	padding:25px 0;
	font-size: .9em;
}

@media (max-width:600px){
	#rNav {
		display: block;
		width:41px;
		margin: 20px auto;
		cursor: pointer;
	}
	header nav ul {
		display: none;
		margin-top: 15px;
	}
	header nav ul li {
		float: none;
		text-align: center;
		margin:5px auto;
	}
	header nav ul li a {
		font-size: 1.5em;
		padding: 10px 20px;
	} 
}</pre></body></html>