@media only screen and (max-width: 1200px) {
	div#main {
		padding: 30px 2%;
		width: 96%;
	}
	div#header {
		background: white;
		background-image: url("../images/header.jpg");
		padding-top: 18.5%;
	}
	div#form form {width: 100%;}
	div#form input, div#form textarea {
		margin: 0 auto;
		width: 90%;
	}
}
@media only screen and (min-width: 1200px) {
	div#main {
		padding: 30px 20%;
		width: 60%;
	}
	div#header {
		background: white;
		background-image: url("../images/header_1200.jpg");
		padding-top: 14.625%;
	}
	div#form form {width: 50%;}
	div#form input, div#form textarea {width: 90%;}
}
body {
	background: rgb(90,90,90);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	min-height: 100%;
	margin: 0;
	max-width: 100%;
	overflow-x: hidden;
	padding: 0;
}
.attribution {text-align: right;}
.error {
	background: rgb(224, 52, 78);
	border: 3px solid white;
	color: white;
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px;
	width: 90%;
}
.left {float: left;}
.right {float: right;}
#fee_note {
	font-size: 0.9em;
	font-style: italic;
	font-weight: 900;
	margin: 2.5em 0 0 0;
}
div.contact_button {
	cursor: pointer;
	display: none;
	margin: 30px 0;
	width: auto;
}
div.noscript_contact_button {margin: 2em auto;}
div.noscript_contact_button a {text-decoration: none;}
div.testimonial {
	background: rgb(225, 225, 225);
	border: 1px solid rgb(140, 140, 140);
	box-shadow: 7px 7px 15px rgb(190, 190, 190);
	margin-bottom: 15px;
	padding: 5px 15px;
}
div#about {padding: 0 0 30px 0;}
div#about h2, div#about {text-align: left;}
div#close {
	color: white;
	font-size: 2em;
	height: 2em;
	padding: 10px;
	text-align: right;
}
div.awards {margin: 20px 0;}
div.awards .awards_banner {max-width: 95%;}
div.award_covers {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}
.award_cover {
	border: 1px solid rgb(190, 190, 190);
	vertical-align: middle;
	margin: 15px 7px 0 7px;
}
.w20 {max-width: 20%;}
.w30 {max-width: 28%;}
div#error_box {
	background: rgb(224, 52, 78);
	border: 3px solid white;
	color: white;
	display: inline-block;
	margin-bottom: 20px;
	padding: 10px;
	width: 90%;
}
div#footer {
	color: white;
	font-style: italic;
	margin: 0;
	padding: 2em;
	text-align: center;
}
div#form {
	background: rgba(0, 0, 0, 0.8);
	display: none;
	min-height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}
div#form form {
	background: rgba(255, 255, 255, 1);
	display: inline-block;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}
div#form input, div#form textarea {
	display: inline-block;
	font-size: 1.2em;
	padding: 5px 10px;
}
div#form label {
	display: inline-block;
	padding: 0 20px 2px 0;
	text-align: left;
	width: 90%;
}
div#header {
	background-size: contain;
	background-repeat: no-repeat;
	height: 0;
	width: 100%;
}
div#main {
	background: rgb(240, 240, 240);
	color: black;
	display: inline-block;
	text-align: center;
}
div#new_customer_discount {
	border: 10px dashed rgb(220, 0, 30);
	background: white;
	color: rgb(220, 0, 30);
	margin-top: 2em;
	outline: 1px solid rgb(220, 0, 30);
	padding: 20px 40px;
}
div#pricing {margin-top: 30px;}
div#success_box {
	background: rgb(43, 196, 102);
	border: 3px solid white;
	color: white;
	display: inline-block;
	font-size: 1.2em;
	font-weight: 900;
	margin-bottom: 20px;
	padding: 10px;
	width: 90%;
}
div#send_error_box {
	background: rgb(224, 52, 78);
	border: 3px solid white;
	color: white;
	display: inline-block;
	font-size: 1.2em;
	font-weight: 900;
	margin-bottom: 20px;
	padding: 10px;
	width: 90%;
}
div#x {
	border: 3px solid white;
	border-radius: 100px;
	cursor: pointer;
	display: inline-block;
	padding: 0 10px;
	width: auto;
}
form input[type=submit], #submit_message_button, div.contact_button, div.noscript_contact_button a {
	-webkit-appearance: none;
	background: rgb(170, 183, 146);
	border: 1px solid rgb(150, 163, 126);
	border-radius: 40px;
	color: white;
	cursor: pointer;
	font-size: 1.3em;
	font-weight: 900;
	padding: 5px 20px;
	width: auto;
}
#submit_message_button {
	width: 95%;
}
form input[type=submit]:hover, #submit_message_button:hover, div.contact_button:hover, div.noscript_contact_button a:hover, 
form#contact_form.form_submitted input[type=submit] {opacity: 0.8;}
form textarea {height: 6em;}
h1, h2, h3 {text-align: center;}
h2 {margin-bottom: 0;}
h2 + p {margin-top: 0;}
hr.style_two {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
p.quote {
	font-weight: 900;
	text-align: left;
}