/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;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}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/*==========CUSTOM STYLES==========*/

body {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: 300;
	background-color: #510642;
	color: #FFFFFF;
}
.container {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 1200px;
}
.button {
	border: 0;
	background-color: #000000;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-family: "Helvetica Neue", Arial, sans-serif;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
	width: 200px;
	height: 45px;
	font-size: 18px;
}
.red {
	color: red;
}

/***** HEADER *****/

header {
	height: 65px;
	line-height: 65px;
	overflow: hidden;
}
.header__logo {
	display: block;
	position: relative;
	top: 12px;
}
.header__nav {
	position: absolute;
	right: 0;
	top: 0;
}
.header__nav li {
	float: left;
}
.header__nav a {
	color: #FFFFFF;
	margin-left: 2em;
	text-decoration: none;
}

/***** MAIN SECTION *****/

main {
	background-color: #FFFFFF;
	color: #5e7888;
}

/* home page section */

.home {
	background-color: #fdfcef;
}
.home .container {
	background-size: 100%;
	height: 600px;
}
.home .button {
	margin-top: 60px;
}
.home__content {
	left: 700px;
	position: relative;
	top: 100px;
}
.home__content h1 {
	font-size: 30px;
	margin-bottom: 1em;
}
.home__content ul {
	list-style: inherit;
	margin-left: 1em;
}
.home__content li {
	margin-bottom: 1.5em;
}
.home__content .phone {
	color: #000;
	font-size: 36px;
	line-height: 1.2;
}

/* contact form */

.contact-us .container {
	padding: 2em 0;
}
.contact-us h2 {
	font-size: 20px;
	margin-bottom: 1em;
	position: relative;
}
.contact-us p {
	font-size: 14px;
	margin: 1em 0 3em;
	position: relative;
}
.contact__form h2,
.contact__form p {
	left: 300px;
}
.contact__form {
	margin: 0;
}
.contact__form label {
	display: block;
	float: left;
	font-size: 14px;
	padding-right: 5px;
	text-align: right;
	width: 400px;
}
.contact-us .cc-number {
	display: inline-block;
	width: 500px;
}
.contact-us .cc-field {
	width: 40px;
}
.contact-us .cc-field-2 {
	width: 20px;
}
.contact__field {
	margin: 0.5em 0;
	position: relative;
}
.contact-us .cc-instructions {
	color: #6A6A6A;
	display: inline-block;
	float: right;
	font-size: 12px;
	font-style: italic;
	width: 250px;
}
.contact__details {
	border: solid 1px #CCC;
	height: 50px;
}
.contact-us input[type=text] {
	padding: 5px;
}
.contact__input {
	width: 500px;
}
.contact__input-warning {
	border: solid 1px red;
}
.contact__required {
	color: red;
	display: none;
	font-size: 11px;
	left: 405px;
	position: relative;
}
.contact__form .button {
	left: 50%;
	margin-top: 20px;
	margin-left: -100px;
	position: relative;
}

/***** FOOTER *****/

footer {
	font-size: 12px;
	padding-top: 30px;
	text-align: center;
}