/* RESET CSS */
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, input {
	margin:0px;
	padding:0px;
}

/* 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;
}

.clearfix {
	clear:both;
}

a, a img {
	text-decoration:none;
}

a img {
	border:0;
}

h1 {
	font-size:42px;
	color:#444444;
	font-weight:bold;
	line-height:42px;
}

h2 {
	font-size:32px;
	color:#0d3887;
	font-weight:normal;
	line-height:36px;
}

h3 {
	font-size:24px;
	color:#111111;
	font-weight:normal;
	line-height:30px;
	margin:25px 0px 0px 0px;
	font-weight:normal;
}

h4 {
	font-size:20px;
	color:#0d3887;
	font-weight:normal;
	line-height:24px;
     margin:10px 50px 0px 50px;
}

h5 {
	font-size:32px;
	color:#b10101;
	font-weight:bold;
	line-height:45px;
}

h6 {
	font-size:24px;
	color:#b10101;
	font-weight:bold;
	line-height:35px;
	border-style:solid;
	border-width: 2px;
	border-color:#287EC7;
	background-color:#fff;
	width: 70%;
	border-radius: 10px;
}

/* ============================== */
					/* GENERAL */
/* ============================== */

.bg-color {
	background-color:#e7e7e7;
	margin:0 auto;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#444;
	line-height:24px;
}

#container {
	float:left;
	width:100%;
}

#container .wrapper {
	width:960px;
	margin:0px auto;
}

#container .wrapper2 {
	width:100%;
	margin:0px auto;
}

#container .wrapper3 {
	width:100%;
	margin:0px auto;
}

#container .main {
	float:left;
	width:100%;
	background:#fff;
	margin:0px auto;
	border:5px solid #dadada;
	border-radius:15px;
	margin-top:20px;
	padding-bottom:50px;
}

#container .main2 {
	float:left;
	width:100%;
	background:#fff;
	margin:0px auto;
	margin-top:0px;
	padding-bottom:50px;
}

#container .main3 {
	float:left;
	width:100%;
	background:#f1f1f1;
	margin:0px auto;
	margin-top:0px;
	padding-bottom:50px;
}

#container #header {
	float:left;
	width:98%;
	border-bottom:0px solid #dadada;
	padding:10px 1%;
}

#container #header2 {
	float:left;
	width:98%;
	background:#000000;
	border-bottom:5px solid #dadada;
	padding:10px 1%;
}

#container #header3 {
	float:left;
	width:100%;
	padding:0px;
}

#container #content {
	width:98%;
	text-align:center;
	padding:0px 1%;
}

#container #content h1 {
	float:left;
	width:100%;
	font-size:38px;
	text-align:center;
	margin:15px 0px;
	font-weight:bold;
	color:#111111;
}

#container #content p {
	font-stretch:narrower;
	letter-spacing:0px;
	color:#333333;
	font-size:14px;
	font-style:italic;
	text-align:right;
	font-weight:600;
}

#container #content p.note {
	width:94%;
	font-size:24px;
	line-height:30px;
	color:#111111;
	font-style:normal;
	text-align:center;
	padding:0px 3%;
	font-weight:500;
}

#container .midbox {
margin: 0 auto;
	width:320px;
	padding-bottom:30px;
	border-bottom:1px solid #dadada;
}

#container .midbox .form {
	float:left;
		width:100%;
	background:#cdcdcd;
}

#container .midbox .form p {
	color:#fff;
	margin:0px;
}

#container .midbox .form form {
	float:left;
	width:91%;
	margin:0px 4.5%;
	margin-top:10px;
}

#container .midbox .form form label {
	float:left;
	color:#000000;
	font-size:16px;
	line-height:31px;
	text-transform:uppercase;
	text-align:left;
	font-weight:bold;
}

#container .midbox .form form label.full {
	width:100%;
	text-align:left;
}

#container .midbox .form form input[type="text"] {
	float:left;
	width:98%;
	background:#fff;
	border:none;
	height:25px;
	appearance:none;
	-webkit-appearance:none;
	border-radius:0px;
	margin-bottom:5px;
	border:2px solid #ececec;
}

#container .midbox .form form textarea {
	float:left;
	width:96.5%;
	height:100px;
	resize:none;
	background:#fff;
	border:none;
	line-height:24px;
	appearance:none;
	-webkit-appearance:none;
	border-radius:0px;
	margin-bottom:20px;
	border:2px solid #ececec;
}

#container .midbox .form form input[type="submit"] {
	float:left;
	width:70%;
	font-size:24px;
	font-weight:bold;
	line-height:57px;
	color:#fff;
	text-transform:uppercase;
	margin:0px 15%;
	padding-left:2%;
	cursor:pointer;
	text-align:left;
	border:none;
	border-radius:5px;
	background:#af0707 url(images/redarrow.png) 98% 50% no-repeat;
}

#container .midbox .form form input[type="submit"]:hover {
	background:#c21b1d url(images/redarrow.png) 98% 50% no-repeat;
}

#container #content .midbox .form form p {
	line-height:18px;
	float:left;
	width:100%;
	text-align:center !important;
	font-size:12px;
	font-family:'Lato', sans-serif;
	color:#000000 !important;
	font-style:normal !important;
	margin:20px 0px;
}


#container #content .red {
	color:#962323;
}

#container a.thank-you {
	background:#af0707;	
	width:300px;
	font-family:'Lato', sans-serif;
	font-size:24px;
	border-radius:10px;
	height:57px;
	line-height:57px;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
	display:inline-block;
	margin:25px 0px;
}

#container a.thank-you:hover {
	background:#c21b1d;
}

#footer {
	float:left;
	width:100%;
	text-align:center;
	padding:20px 0px;
	color:#fff;
	font-size:13px;
	font-size:14px;
}

body.thank-you #container #content {
	padding:50px 0px;
}

body.thank-you #container .main {
	padding-bottom:0px;
}