@charset "UTF-8";

/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0 auto;padding:0;border:0;font-size:100%;vertical-align:baseline;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}

ol,ul{list-style:none;}

blockquote,q{quotes:none;}

blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}

table{border-collapse:collapse;border-spacing:0;}

a:focus {outline:thin dotted;-moz-outline:thin dotted;}
a:hover,a:active {outline:0;-moz-outline:0;}

h1,h2,h3,h4,h5,h6,p,ol,ul {font-weight:normal;font-style:normal; width:auto;}

strong,b {font-weight:bold;}


/* Clearfix & Floats */
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.fleft { float:left;}
.fright { float:right;}


/* Base Style */
html{
    height: 100%;
}
body {
    font:14px;
    font-weight:normal;
	font-style:normal;
    -webkit-font-smoothing: antialiased;
	background:#4c4c4c url(../images/harris-housing-BG.jpg) no-repeat top center;
	background-attachment:scroll;
	min-width:980px;
}

h1,h2,h3 {
	font-family: 'ProximaNova-Black', sans-serif;
	color:#154d6e;
	padding:0 15px 0 20px;
}
h1 {
	font-size:35px;
	line-height:38px;
	text-align:left;
}
h2 {
	text-align:left;
	padding-top:15px;
}
h2,h3 {
	font-size:30px;
	line-height:32px;
}
h3 {
	text-align:right;
}
h4, .footer p {
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .75);
    -webkit-text-shadow: 2px 2px 5px rgba(0, 0, 0, .75);
    -moz-text-shadow: 2px 2px 5px rgba(0, 0, 0, .75);
    behavior: url(../js/PIE.js);
}
h4 {
	font-family: 'ProximaNova-Extrabld', sans-serif;
	color:#ffe800;
	padding:0 10px;
}
h5 {
	font:24px/24px 'ProximaNova-Black', sans-serif;
	color:#154d6e;
	text-align:left;
	padding:25px 15px 0 20px;
}
h6 {
	font:20px/20px 'ProximaNova-Black', sans-serif;
	color:#000;
	text-align:left;
	padding:25px 15px 0 20px;
}

p {
	font-family: 'ProximaNova-Semibold', sans-serif;
}

p a, .footer a { text-decoration:underline; color:inherit; }
p a:hover, .footer a:hover { text-decoration: none; color:#ffe835; }

.content p {
	line-height:20px;
	color:#000;
	text-align:justify;
	padding:15px 10px 10px 20px;
	
}
.content, .sidebar {
	width:50%;
	height:auto;
	margin:20px 0;
	padding:0;
	z-index:500;
	float:left;
}
.content {
	clear:left;
}
.content ul{
	list-style: square;
	width:98%;
    margin:20px 0 20px 55px;
	height:auto;
}
.content ul li {
	font-family: 'ProximaNova-Extrabld', sans-serif;
	font-size:20px;
	color:#000;
	width: auto;
	margin:10px;
	text-align:left;
	padding-right:20px;
}
.content ul li a{
	text-decoration:none;
}

.sidebar li {
	display:inline-block;
	display:-moz-inline-stack;
	zoom:1;
	*display:inline;
	text-align:center;
	vertical-align:bottom;
	width: auto;
	padding-right:5px;
}
.sidebar ul {
    margin:20px 20px 0 0;
}

.container, .wrapper {
	width:980px;
	margin:0 auto;
	height:auto;
	padding:0;
}
.wrapper {
	border-right: 2px solid #26719d;
	border-left: 2px solid #26719d;
	background: url(../images/paper-BG-body.jpg) repeat 0 0;
}
.body-BG,.body-BG-service,.body-BG-steps,.body-BG-contact  {
	width:100%;
	margin:0;
	z-index:55;
}
.body-BG {
	background: url(../images/family-BG-body.png) no-repeat top right;
}
.body-BG-service {
	background: url(../images/house-BG-body.png) no-repeat top right;
}
.body-BG-steps {
	background: url(../images/trash-BG-body.png) no-repeat top right;
}
.body-BG-contact {
	background: url(../images/lifeline-BG-body.png) no-repeat top right;
}
.body-main {
	width:100%;
	height:auto;
	z-index:50;
	margin:0 auto;
}


/* Header and Nav */
.header {
	width:100%;
	height:183px;
	background: url(../images/header-BG.jpg) repeat-x top center;
	z-index:100;
}

.header h4 {
	font-size:24px;
	line-height:26px;
	text-align:center;
	right:0;
	top:0;
	padding:20px 0 0 0;
}
.nav ul {
	margin: 12px 0 0 0;
	width:100%;
	height:auto;
	z-index:500;
}
.nav ul li {
	display:inline-block;
	display:-moz-inline-stack;
	zoom:1;
	*display:inline;
	width: auto;
	font-size:20px;
	line-height:20px;
	text-align:center;
	margin:0 0 0 24px;
}
.nav li:first-child {
	margin-left:50px;
}
.nav ul a {
	font-family: 'ProximaNova-Black', sans-serif;
	color:#fff;
	text-transform:uppercase;
	text-decoration: none;
}
.nav ul a, nav ul a:visited {
	text-decoration: none;
}
.nav ul a:hover, nav ul a:active, nav ul a:focus {
	color: #ffe800;
}



/* Buttons */
.button, button{
    border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 3px solid #00588c;
    padding: 5px 15px;
    margin:0;
	background: #ffe821;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffe821), to(#fff));
	background: -webkit-linear-gradient(#ffe821, #fff);
	background: -moz-linear-gradient(#ffe821, #fff);
	background: -ms-linear-gradient(#ffe821, #fff);
	background: -o-linear-gradient(#ffe821, #fff);
	background: linear-gradient(#ffe821, #fff);
	-pie-background: linear-gradient(#ffe821, #fff);
	behavior: url(../js/PIE.js);
}
a.button, button a{
    color:#8b0304;
	font-family: 'ProximaNova-BlackIt', sans-serif;
    text-transform: uppercase;
    font-size: 50px;
	text-decoration:none;
}
.button:hover, button:hover{
	background: #fff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#ffe821));
	background: -webkit-linear-gradient(#fff, #ffe821);
	background: -moz-linear-gradient(#fff, #ffe821);
	background: -ms-linear-gradient(#fff, #ffe821);
	background: -o-linear-gradient(#fff, #ffe821);
	background: linear-gradient(#fff, #ffe821);
	-pie-background: linear-gradient(#fff, #ffe821);
	behavior: url(../js/PIE.js);
}



/* Footer  */
.footer {
	width:100%;
	height:auto;
	background: url(../images/footer-BG.jpg) repeat top center;
	text-align:center;
	border-top:2px solid #9a0304;
	z-index:50;
}

.footer p {
	font:20px/20px 'ProximaNova-Bold', sans-serif;
}
.footer p, .footer .copyright {
	color:#fff;
	padding:15px 20px;
	margin:0 auto;
}
.footer span {
	font:40px/20px 'ProximaNova-Black', sans-serif;
	color:#ffe835 !important;
}
.footer .copyright {
	font-family: 'ProximaNova-Regular', sans-serif;
	font-size:13px !important;
	line-height:12px !important;
	border-top:2px solid #fff;
	height:auto;
}



/* FORMS  */

form {
			width:80%;
			margin: 10px auto;
		}
input, textarea {
			font-family: 'ProximaNova-Semibold', sans-serif;
			color:#000 !important;
			background-color:#fff !important;
			border:1px solid #ccc;
			font-size:16px !important;
			width:100%;
			min-height:25px;
			margin:8px 0 15px 0;
			-webkit-border-radius:5px;
			-moz-border-radius:5px;
			border-radius:5px;
			-webkit-transition: all 0.5s ease-in-out;
			-moz-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
			behavior: url(../js/PIE.js);
		}
textarea {
				min-height:75px !important;
		}
input:focus, textarea:focus {
			-webkit-box-shadow:0 0 15px #ccc;
			-moz-box-shadow:0 0 15px #ccc;
			box-shadow:0 0 15px #ccc;
			-webkit-transform: scale(1.05);
			-moz-transform: scale(1.05);
			transform: scale(1.05);
		}
		/* The interesting bit */
		
input:not(:focus), textarea:not(:focus) {
		}

button[type=submit] {
			color:#00588c;
			font-family: 'ProximaNova-Semibold', sans-serif;
    		text-transform: uppercase;
    		font-size: 24px;
			margin-top:25px;
		}