/* Eric Meyer's Reset CSS v2.0 */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a,
img, strong, ul, li, form, label,
footer, header, nav, section, {
	margin: 0; padding: 0;
	border: 0;
	font-size: 100%; font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;}

/* HTML5 display-role reset for older browsers */
footer, header, nav, section {display: block;}
body {margin: 0; line-height: 1.4; background: #f2f2f2;}
ul {list-style: none;}

/* --- Main CSS --- */

/* CSS Animation */

form *, .information *, footer * {
	transition: all ease .25s
}

/* Typography */
h1, h2, h3, h4, h5, h6, a, p, label, input, textarea {
	font-family: "proxima-nova", Proxima Nova, sans-serif;
	color: #666;
	margin: 0;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #000;
}

a:hover {
	background: #000;
	color: #ec0;
}

.heading {
	font-size: 2.5em;
	color: #000;
}

.large {
	font-size: 2em;
	line-height: .5;
	margin-bottom: 1em;
}

.medium {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.2;
}

.right p {
	margin-bottom: 1em;
}

.contact p {
	font-size: .875em;
}

.contact .medium, .point .medium, .point p {
	color: #000;
}

.yellow {
	color: #ec0;
}

.text-left, .text-right {
	font-weight: normal;
}

.text-left {
	float: left;
}

.text-right {
	float: right;
}

.text-right a {
	color: #666;
}

.text-right a:hover {
	color: #ec0;
}

.text-center {
	text-align: center;
}

/* header */
header {
	border-top: .25em solid #ec0;
}

.logo {
	float: left;
	margin: -1em 0 -2em 0;
}

.phone {
	float: right;
	margin: 2.2em 0 0 1em;
}

nav {
	clear: both;
	background: #000;
	padding: .5em .5em .15em .5em;
	margin-bottom: 2em;
	overflow: auto;
	zoom: 1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

nav a {
	color: #FFF;
	float: right;
	margin-left: 1em;
	text-transform: uppercase;
}

/* Structure */
header, section, footer, .information {
	width: 62.5em;
	margin: 0 auto;
}

.full {
	width: 100%;
}

.information {
	overflow: auto;
	zoom: 1;
	padding: 2.5em;
}

.left {
	float: left;
	width: 42%;
}

.right {
	float: right;
	width: 46%;
}

.contact {
	float: left;
	width: 20%;
}

.emphasis {
	overflow: auto;
	zoom: 1;
	background: #ec0;
	width: 100%;
}

footer {
	overflow: auto;
	zoom: 1;
	padding: .5em;
	color: #666;
	background: #000;
}

.contact a {
	font-size: .875em;
}

.link a {
	display: block;
}

.link a:hover {
	background: #fff;
}

.half .medium, .third .medium {
	margin-bottom: .5em;
}

.half {
	text-align: center;
	padding: 1em 2em 1em 0;
	width: 45%;
	float: left;
}

.third {
	text-align: center;
	padding: 1em 2em 1em 0;
	float: left;
	width: 30%;
}

/* Form */
.formlabel, .label-header, input, textarea {
	background: none;
	font-size: .875em;
	margin: 0; padding: .5em;
	display: inline;
	border: none;
	border-bottom: 2px solid #888;
	margin-bottom: 1em;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	outline: none;
	background: #fff;
}

input:focus > label {
	background: #fff;
}

.formlabel {
	cursor: pointer;
	color: #888;
	display: inline-block;
	text-transform: uppercase;
	width: 6em;
	text-align: right;
}

input {
	padding: .53em;
	color: #000;
	margin-left: -4px;
	width: 73%;
}

.label-header {
	text-transform: uppercase;
	text-align: left;
	border: none;
	width: 30em;
	margin: 0;
}

textarea {
	color: #000;
	outline: none;
	width: 31.8em;
	height: 10.25em;
	max-width: 31.8em;
}

.submit {
	width: 6em;
	font-weight: bold;
	text-transform: uppercase;
	color: #ec0;
	background: #000;
	border: none;
}

.submit:hover {
	background: #666;
}

.error {
	color: #d20;
	border-bottom: 2px solid #d20;
}

#first_name-error, #last_name-error, #email-error, #telephone-error, #comments-error {
	text-align: right;
	border: none;
	font-size: .75em;
	color: #d20;
	display: block;
	margin-top: -.5em;
}