/*---------------------------------------------------------------*/
/*------------------------ START OF FILE ------------------------*/
/*---------------------------------------------------------------*/
body {
	background-image: none;
}
/*---------------------------------------------------------------*/
div.contactwrapper {
	display: block;
	width: 940px;
	min-width: 940px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 0 auto;
	position: relative;
	margin: 40px auto -100px auto;
	z-index: 999;
}
/*---------------------------------------------------------------*/
div.contactwrapper div.leftcoloumn {
	display: block;
	width: 310px;
	min-width: 310px;
	float: left;
	background-color: #fdfcfc;
	height: 630px;
	margin: 0 30px 0 0;
}
/*---------------------------------------------------------------*/
div.contactwrapper div.leftcoloumn h2 {
	font-size: 20px;
	text-align: center;
	padding: 0;
	margin: 40px auto 20px auto;
	font-family: "Coda", arial, sans-serif;	
	font-weight: normal;
	text-transform: uppercase;
}
	
div.contactwrapper div.leftcoloumn form {
	
}

div.contactwrapper div.leftcoloumn p.state {
	color: #00bb00;
	font-size: 13px;
	font-family: "Coda", arial, sans-serif;	
	font-weight: normal;
	margin: 0 35px 20px 35px;
	text-align: center;
}

div.contactwrapper div.leftcoloumn p.error {
	color: #bb0000;
	font-size: 12px;
	font-family: "Coda", arial, sans-serif;	
	font-weight: normal;
	margin: 0 35px 20px 35px;
	text-align: center;
}

div.contactwrapper div.leftcoloumn form input[type="text"] {
	display: block;
	background-color: #FFF;
	border-style: solid;
	border-color: #c1c1c1;
	border-width: 1px;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	width: 220px;
	padding: 8px 5px 8px 5px;
	margin: 0 0 10px 35px;
	color: #333;
}

div.contactwrapper div.leftcoloumn form textarea {
	display: block;
	background-color: #FFF;
	border-style: solid;
	border-color: #c1c1c1;
	border-width: 1px;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	width: 220px;
	padding: 5px 5px 5px 5px;
	margin: 0 0 10px 35px;
	color: #333;
	resize: none;
}

div.contactwrapper div.leftcoloumn form input[type="submit"] {
	display: block;
	background-color: #bc2031;
	border-style: solid;
	border-color: #bc2031;
	border-width: 1px;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	width: 232px;
	padding: 8px 0 8px 0;
	margin: 0 0 50px 35px;
	color: #FFF;
	font-family: "Coda", arial, sans-serif;
	text-transform: uppercase;
}
/*---------------------------------------------------------------*/
div.contactwrapper div.rightcoloumn {
	display: block;
	width: 600px;
	min-width: 600px;
	float: left;
	height: auto;
}
/*---------------------------------------------------------------*/
div.contactwrapper div.rightcoloumn div.box {
	display: block;
	background-color: #FFF;
	overflow: hidden;
	margin: 0 0 20px 0;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
}

div.contactwrapper div.rightcoloumn div.box h2 {
	font-family: "Coda", arial, sans-serif;	
	font-weight: normal;
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
	margin: 25px 0 15px 0;
}

div.contactwrapper div.rightcoloumn div.box p {
	margin: 0 40px 20px 40px;	
}

div.contactwrapper div.rightcoloumn div.box p a {
	color: #333;
	text-decoration: underline;	
}

div.contactwrapper div.rightcoloumn div.box:nth-child(2) p {
	float: left;
	text-align: center;
	width: 250px;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}

div.contactwrapper div.rightcoloumn div.box:nth-child(2) p:nth-child(2) {
	margin: 0 0 40px 40px;
}

div.contactwrapper div.rightcoloumn div.box:nth-child(2) p:nth-child(3) {
	margin: 0 0 40px 40px;
	width: 210px;
}

div.contactwrapper div.rightcoloumn div.box div.subdivider {
	display: block;
	width: 260px;
	overflow: hidden;
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 19px;
	padding: 0;
	margin: 0 20px 0 20px;
}

div.contactwrapper div.rightcoloumn div.box div.subdivider h2 {
	display: block;
	margin: 35px 0 15px 0;	
}

div.contactwrapper div.rightcoloumn div.box:nth-child(1) {
	height: 160px;
}

div.contactwrapper div.rightcoloumn div.box:nth-child(2) {
	height: 160px;
}

div.contactwrapper div.rightcoloumn div.box:nth-child(3) {
	height: 200px;
}
/*---------------------------------------------------------------*/
div.mapwrapper {
	display: block;
	width: 100%;
	min-width: 940px;
	max-width: 2000px;
	background-color: #000;
	height: 530px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	position: relative;
	text-align: center;
}

div.mapwrapper iframe {
	margin: 0;
	margin: 0 0 0 -2000px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	top: -100px;
	left: -50%;
	width: 200%;
	pointer-events: none;
}



.g-recaptcha {
    margin-bottom: 10px;
	padding-left: 4px;
	box-sizing: border-box;
}



/*---------------------------------------------------------------*/
/*------------------------- END OF FILE -------------------------*/
/*---------------------------------------------------------------*/