/* 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;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
a, a:visited {
	text-decoration: none;
	outline: none;
}
em, i {
	font-style: italic;
}













body {
	<!--background: #fdeac3;-->
	-webkit-text-size-adjust: none;
	font-family: "myriad-pro", Helvetica, sans-serif;
	text-align: center;
}

header, .row, .call-us-row {
	max-width: 900px;
	margin: 0 auto;
}

.call-us-row {
	height: 40px;
	overflow: hidden;
	padding: 0 20px;
}
.render-row {
	max-width: 1500px;
	margin: 0 auto;
	clear: both;
}
.header-wrap {
	background-image: radial-gradient(#717074, #717074);
}


.logo {
	margin: 0 auto;
	padding: 30px 0 20px 0;
	width: 350px;
}
.tag {
	margin: 0 auto;
	clear: both;
	padding: 0 0 10px 0;
	width: 200px;
}
a.call-us {
	margin: 0 auto;
	padding: 10px 0;
	display: block;
	background: #E96D1F;
	max-width: 600px;
	text-align: center;
	color: #EEE0AE;
	font-size: 19px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
}


.hero {
      max-width: 1200px;
      margin: 0 auto;
      position: relative;
      z-index: -2;
}

article {
	margin: 0 auto;
	max-width: 600px;
	text-align: left;
}
p, ul, ol {
	margin-bottom: 1em;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #717074;
}
ul {
	list-style-image: url(../images/bullet.gif);
	margin-left: 2em;
}
ol {
	list-style: decimal;
	margin-left: 2em;
}
li {
	margin: 0 0 0.3em 0;
}

article a, article a:visited {
	color: #e96d1f;
	border-bottom: solid 1px #ddd;
}

aside {
	margin: -30px auto 0 auto;
	padding: 0 20px 0 20px;
	max-width: 540px;
}
.content {
	padding: 20px 20px 40px 20px;
	/*background: #fbf1dc; [ORIGINAL COLOR]*/
	background: hsl(255, 2%, 90%);
	border: solid 1px #fff;
	border-top: 0;
}


h1 {
	background: #e96d1f;
	color: #fff;
	text-transform: uppercase;
	padding: 20px;
	font-weight: 400;
	font-size: 28px;
	line-height: 35px;
}
article h2 {
	color: #E96D1F;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 30px;
	line-height: 30px;
	margin: 50px 0 10px 0;
}
h1.seo {
	color: #717073;
	/*background: #fdeac3; [ORIGINAL COLOR]*/
	background: hsl(255, 2%, 90%);
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 30px 20px;
}



footer {
	/*background: #006892; [ORIGINAL COLOR]*/
	background: #E96D1F;
	padding: 30px 0;
	line-height: 1.5em;
	color: #FFF;
}
footer a, footer a:visited {
	color: #FFF;
	border-bottom: solid 1px #FFF;
}
.sfcjl, .address, .hoa, .ada {
	display: inline-block;
}
.address {
	margin-left: 10px;
}
.hoa, .ada {
	margin-top: 10px;
	width: 40px;
}







/* Form
------------------------------------------------------------ */

form {
	background: #3CA5D5;
	margin: 0;
	padding: 0 20px 20px 20px;
	text-align: left;	
	opacity: 0.9; 
	filter: alpha(opacity=90);
}
form h2 {
	text-align: center;	
	color: #E8F4FA;
	text-transform: uppercase;
	padding: 28px 0;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;

}



form input[type="text"], form input[type="email"], form input[type="tel"], form textarea {
	width: 100%;
	padding: 6px 0;
	margin: 0 0 10px 0;
	display: block;
	outline: none;
	font-family: "myriad-pro", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #717074;
	border: 0;
	-webkit-box-shadow: inset 0 0 6px #ccc; 
	-moz-box-shadow: inset 0 0 6px #ccc;
	-o-box-shadow: inset 0 0 6px #ccc;
	-ms-box-shadow: inset 0 0 6px #ccc;
	box-shadow: inset 0 0 6px #ccc;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;	
}

form select{
	width: 100%;
	padding: 6px 0;
	margin: 0 0 10px 0;
	display: block;
	outline: none;
	font-family: "myriad-pro", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #717074;
	border: 0;
	-webkit-box-shadow: inset 0 0 6px #ccc; 
	-moz-box-shadow: inset 0 0 6px #ccc;
	-o-box-shadow: inset 0 0 6px #ccc;
	-ms-box-shadow: inset 0 0 6px #ccc;
	box-shadow: inset 0 0 6px #ccc;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;	
}

select {
	margin: 0 0 10px 1px;
}
select, option {
    width: 248px;
    font-size: 17px;
}
span.input-row {
	display: block;
	clear: both;
}
form input[type=checkbox] {
	margin-bottom: 10px;
	margin-right: 5px;
	font-size: 17px;
	line-height: 19px;
	float: left;
	}
	
form label {
	float: left;
	font-size: 17px;
	line-height: 19px;
	color: #E8F4FA;
	margin-bottom: 20px;
}

placeholder { 
	color: #aaa; 
	padding-left: 5px;
	}
::-webkit-input-placeholder { 
	color: #aaa; 
	padding-left: 5px;
	}
input:-moz-placeholder { 
	color: #aaa; 
	padding-left: 5px;
	}
.placeholder { 
	color: #aaa; 
	padding-left: 5px;
	}



form input[type=submit] {
	display: block;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	padding: 15px 0;
	background: #e86c1f;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	border: solid 1px #fff;
	cursor: pointer;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;	
	clear: both;
	-webkit-appearance: none;
}


/* Privacy Policy
------------------------------------------------------------ */


#privacy-policy h3 {
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 2em;
	line-height: 2em;
	text-align: left;
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #006891;
}
#privacy-policy p {
	text-align: left;
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #717074;
}


/* Medium Layout
------------------------------------------------------------ */


@media screen and (min-width:720px) {
	
	.header-wrap {
		-webkit-box-shadow: 0px 0px 30px #717074; 
		-moz-box-shadow: 0px 0px 30px #717074;
		-o-box-shadow: 0px 0px 30px #717074;
		-ms-box-shadow: 0px 0px 30px #717074;
		box-shadow: 0px 0px 30px #717074;
	}
	a.call-us {
		width: 300px;
	}
	
	.hero {
		margin: -40px auto -80px auto;
		min-height: 250px;
	}
	h1 {
		background: #d95f13;
		font-size: 45px;
		line-height: 60px;
		letter-spacing: 1px;
		padding: 20px;
		opacity: 0.8; 
		filter: alpha(opacity=80);
	}
	article {
		max-width: 700px;
	}
	article p, article ul, article ol {
		font-size: 1.2em;
		line-height: 1.4em;
	}
	aside {
		width: 400px;
		padding: 0;
	}

	form input[type=submit] {
		padding: 12px 0;
		font-size: 18px;
		line-height: 18px;
	}

}	/* end @media query */




/* Wide Layout
------------------------------------------------------------ */

@media screen and (min-width:1020px) {


	header {
		height:150px;
	}
	.logo {
		float: left;
		margin: 0;
		padding: 30px 0 0 120px;
	}
	.tag {
		float: right;
		margin: 0;
		padding: 65px 50px 0 0;
		clear: none;
	}
	a.call-us {
		float: right;
	}
	.hero {
		height: 500px;
		overflow: hidden;

	}
	
	article {
		width: 600px;
		float: left;
	}
	article.privacy-policy {
		max-width: 900px;
		width: 900px;
		float: none;
	}
	
	aside {
		width: 300px;
		margin: 0;
		float: right;
		margin-top: 0;
	}

}	/* end @media query */
