html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background-color: #f3f3f8;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #444444;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #444444;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, p, label, a {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 14px;
	line-height: 23px;
	padding: 10px 0;
	color: #32323c;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 45px;
	font-size: 14px;
	line-height: 23px;
	color: #32323c;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 45px;
	font-size: 14px;
	line-height: 23px;
	color: #32323c;
}

h1 {
	color: #32323c;
	font-size: 31px;
	line-height: 40px;
	font-family: 'tpHero' !important;
	font-weight: 300;
	font-style: normal;
}

h2 {
	font-size: 23px;
	line-height: 35px;
	color: #00c425;
  font-weight: normal;
}

h4 {
	color: #0061de;
	font-size: 20px;
	line-height: 30px;
	margin: 10px 0 0 0;
	font-family: 'tpHero' !important;
	font-weight: 300;
	font-style: normal;
}

a {
	font-size: 13px;
	text-decoration: underline;
}

a img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End Reset Styles*/

/* header and banner styles */

#wrapper {
	/*border: solid 1px black;*/
	width: 1200px;
	margin: 0 auto;
}

#header {
	background-color: #fff;
}

#header, #footer{
	width: 100%;
	margin: 0 auto;
	/*border: solid 1px blue;*/
}

#footer {
	background-color: #f3f3f8;
}

#logo, #copy {
	float: left;
	margin: 15px 0 15px 40px;
	/*border: solid 1px blue;*/
	color: #a5a5aa;
}

#copy {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #C9CACC;
}

#nav, #social {
	float: right;
	margin: 15px 35px 15px 0;
}

#nav img, #social img {
	margin-right: 10px;
}

#banner {
	/*background-image: url('../img/Banner.jpg');
	background-repeat: no-repeat;
	border: solid 1px blue;
	height: 307px;
	width: 1200px;
	overflow: visible;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-size: contain;
	margin: 0 auto;
	border: solid 1px black;*/
	width: 100%;
	height: 307px;
	margin: 10px auto;
	background-color: #ffffff;
}

#main {
	background-color: #fff;
	width: 86%;
	padding: 3% 7%;
	/*border: solid 1px green;*/
}

#content {
	float: left;
	width: 53%;
	/*border: solid 1px red;*/
	min-height: 100px;
}
#form-container {
	float: right;
	width: 40%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #32323c;
}

#form-container div {
	font-size: 11px;
	color: #ea1b3d;
	margin: -10px 0 0 0;
}

form {
	width: 100%;
}

input, select {
	margin: 0 0 15px 0;
	width: 100%;
  min-height: 22px;
	border: solid 1px #C9CACC;
}

input[type="submit"] {
	background-color: #0061de;
	color: #fff;
	width: 200px !important;
	text-align: center;
	height: 27px !important;
	font-size: 14px !important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 15px 0 0 0;
	border: none !important;
	cursor:pointer;
}

  input[type="checkbox"]{
   width:15px;
   margin-right:5px;
   top:6px;
   position:relative;
   
  }

@media only screen
and (max-width: 1100px) {

	.mobile-width {
		width: 100% !important;
	}

	#banner, #banner img {
		width: 100% !important;
		height: auto;
	}

	#main {
		background-color: #fff;
		width: 86%;
		padding: 3% 7%;
		/*border: solid 1px green;*/
	}

}

@media only screen
and (max-width: 900px) {

	.mobile-width {
		width: 100% !important;
	}

	#banner img {
		display: none !important;
		width: 0;
		height: 0;
	}

	#mobile-banner {
		display: block !important;
		width: 75%;
		margin: 15px 0 15px 40px;
		padding: 15px 0 15px 0;
	}

}

@media only screen
and (max-width: 767px) {

	.mobile-width {
		width: 100% !important;
	}

	#content, #form-container {
		width: 100% !important;
		margin: 20px 0;
	}

}

@media only screen and (max-width: 480px) {

	.mobile-width {
		width: 100% !important;
	}

	#mobile-banner {
		display: block !important;
		width: 75%;
		margin: 15px 0 15px 20px;
	}

	#logo {
		float: left;
		margin: 15px 0 15px 20px;
	}

	#nav {
		float: right;
		margin: 15px 20px 15px 0;
	}


	#main {
		background-color: #fff;
		width: 90%;
		padding: 3% 5%;
		/*border: solid 1px green;*/
	}

}
  
@media only screen and (max-width: 400px) {

	.mobile-width {
		width: 100% !important;
	}

	#mobile-banner {
		display: block !important;
		width: 75%;
		margin: 15px 0 15px 20px;
	}

	#logo {
		float: left;
		width: 90%
	}

	#nav {
		float: left;
		width: 90%;
  		margin: 15px 0 15px 20px;
  		
	}

	#main {
		background-color: #fff;
		width: 90%;
		padding: 3% 5%;
		/*border: solid 1px green;*/
	}

}