@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
/* CSS Document */
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;
	font-size: 100%;
/*	font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}
\
@-ms-viewport{
  width: device-width;
}
/*** end of reset ***/


body { 
  font-family: 'Open Sans', sans-serif;
  color: #666;
  background: #ebebeb;
  width: 100%;
}

/* STRUCTURE */

#pagewrap {
    width: 960px;
    margin: 50px auto;

	background:#ffffff;
}

.branding {
margin: -25px 0px 0px 0px;
    background: #ebebeb;
    padding-left: 15px;
}

.phone a {
	float: right;
	margin: -82px 0px 0px 0px;
	text-decoration:none;
	color: #0082c7;
	font-weight: bold;
	
}
.fa-phone {
	margin-right:5px;}

header {
	height: 311px;
	background-image:url(../img/header.jpg);
	background-position:center;
	background-repeat:none;
	margin-top:-55px;

	max-width:960px;
	width:auto;

	
}

#intro_full {
	background-color:#FFFFFF;
	padding:15px 15px 30px 15px;
	font-size:14px;
	line-height:20px;
	font-weight: bold;
	max-width: 930px;
	width: 100%;	
}

.intro_leadin {
	font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    letter-spacing: -.01em;
    color: #666;
    line-height: 24px;
}


#contact {
	background-color: #fff;
	padding:10px 15px;
	height: 200px;
}

.contact_subsection {
	max-width:400px;
	width: 45%;
	float:left;
	border-left: 4px solid #223e7d;
	padding: 0px 0px 0px 18px;
	margin: 0 15px; 
	height: 165px;
}

.contact_subsection h4 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
    color: #223e7d;
    letter-spacing: -.01em;
}


h5.contact_sub{
	font-size: 14px;
    line-height: 18px;
    color: #414042;
    margin-top: 15px;
    letter-spacing: -.01em;
}

h5.contact_sub a {
	text-decoration: none;
    color: #0091d3;
}

footer {
	clear: both;
    background-color: #d1d1d1;
    padding: 30px 45px;
    font-size: 10px;
    line-height: 13px;
    max-width: 870px;
    width: 100%;
}

footer p {
	margin-bottom:6px;
}

.copyright {
	float: right;
}

.terms {
	 font-size: 12px;
    line-height: 16px;
    display: block;
    margin-bottom: 3px;
}

/****** Form ****/
.form_label {
	display:block
	width: 100%;
}

input[type="text"] {
	    display: block;
    margin: 10px 0px 20px 0px;
}

textarea {
	    display: block;
    margin: 10px 0px 40px 0px;
}
input[type="submit"] {
	display:block;
	margin: 20px 0px;
}

.accam_instructions {
	font-size:10px;
	color: #BBB9B9;
	
}
#contact > div:nth-child(1) > form > textarea {
	width:275px;
}
/***** Form ****/
.form_label {
	display:block
	width: 100%;
}

input[type="text"] {
	    display: block;
    margin: 10px 0px 20px 0px;
}

textarea {
	    display: block;
    margin: 10px 0px 40px 0px;
}
input[type="submit"] {
	display:block;
	margin: 20px 0px;
}

.accam_instructions {
	font-size:10px;
	color: #BBB9B9;
	
}
#contact > div:nth-child(1) > form > textarea {
	width:275px;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 955px or less */
@media screen and (max-width: 950px) {
#pagewrap {
	width: 100%;
    margin: 50px 0px 0px 0px;
}

#intro_full {

	width: auto;	
}

#contact {
	height: 400px;
	width: 100%;
}	

#header {
	width: auto;
}

.contact_subsection {
	margin: 0 15px 15px 0; 
	width: 80%;
}

footer {
	width: auto;
	
}
}

/* for 700px or less */
@media screen and (max-width: 600px) {

	

}

/* for 480px or less */
@media screen and (max-width: 480px) {

	header {
	background-position-x: -245px;
}

	


	
}

@media screen and (max-width: 320px) {
header {
	background-position-x: -245px;
}

}