@charset "UTF-8";

#contact_guts {
	position:relative;
	background:#F4F4F4;
	z-index:5;
	width:100%;
	margin-top:300px;
	overflow:auto;
	padding:30px;
}

#parallex_pic {
	height:300px;
	background-image: url('/images/hero-contact.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: absolute;
	background-position: center bottom;
	position:absolute;
	width:100%;
}




#contact_info {
	margin:auto;
	padding:20px 0;
	width:90%;
	left:5%
	clear:both;
	color:#777;
	font-size:1.2em;
}




#contact_info li, #contact_info li a {
	color:#777;
}

.hours {
	width:100%;
	margin-bottom:25px;
	
}
.hours td {
	text-align:center;
	color:#777;
	width:50%;
}

#contact_info ul, #contact_form ul {
	list-style-type: none;
	padding:0px;
	margin-top:2px;
	text-align:center;
}

#vert_divider {
	display:none;
}
#contact_form {
	margin:0 5%;
	padding:10px 0;
	width:90%;
	clear:both;
	font-size:1.1em;
}
#contact_form .textfield, #contact_form .textarea {
	width:98%;
	padding:5px;
}
#contact_form h4 {
	font-weight: normal;
	color:#333;
}


.contact-tagline {
	text-align:center;
	font-family:avenir, Helvetica, Arial, sans-serif;
	color:#555;
	position: absolute;
	width:50%;
	left:25%;
	top:50%;
	font-size:1.2em;
}


.contact-tagline h1 {
	font-weight: normal !important;
	color:#FFF;
}

@media only screen and (min-width: 481px) {
	#contact_guts {
		margin-top:450px;
	}

	#parallex_pic {
		height:510px;
	}
}


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

#contact_guts {
	overflow:auto;

}

#contact_info {
	font-size:1.1em;
	margin-left:3%;
	width:45%;
	height:400px;
	float:left;
	line-height:25px;
}

#contact_info ul {
	text-align:right;
}

#contact_form ul {
	text-align:left;
}

.hours {
	margin-bottom:25px;
}
.hours td {
	font-size:.9em;
	text-align:right;
	color:#777;
}

.hours td h3 {
	margin-right:22%;

}

#vert_divider {
	display:block;
	position: absolute;
	border-left:1px solid #DDD;
	border-right:1px solid #FFF;
	height:100%;
	width:0px;
	left:50%;
}
#contact_form {
	clear:none;
	margin:0 0 0 2%;
	padding-left:2%;
	width:44%;
	float:left;
	border-left:1px solid #DDD;
}

#contact_form .textfield, #contact_form .textarea {
	width:100%;
	
}

.contact-tagline {
	top:50%;

}


}
