.contactus .colwrap {
	display: table;
	width: 100%;
}
.contactus .colwrap .col {
	display: table-cell;
	width: 100%;
	vertical-align: top;
	text-align: left;
}

.contactus .colwrap .col.leftcol {
	width: 50%;
}

.contactus .colwrap .col.leftcol img {
	display: block;
	width: 100%;
}

.contactus .colwrap .col.leftcol .content {
	background-color: #abc44A;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	border-bottom: solid 5px #abc44a;
}

.contactus .colwrap .col.leftcol .content h2 {
	font-size: 38px;
	line-height: 36px;
	padding-bottom: 20px;
	
	text-transform: uppercase;
	color: #fff;
}

.contactus .colwrap .col.leftcol .content p {
	padding-bottom: 30px;
}

.contactus .colwrap .col.leftcol .content a {
	color: #fff;
	text-decoration: none;
}

.contactus .colwrap .col.leftcol .content a:hover {
	text-decoration: underline;
}

.contactus .map {
	display: block;
	width: 100%;
	height: 400px;
}

.contactus .rightcol {
	background-color: #f2efef;
}

.contactus .colwrap .col.rightcol .content {
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
	color: #000;
	font-size: 24px;
	line-height: 32px;
}

.contactus .colwrap .col.rightcol .content h2 {
	font-size: 38px;
	line-height: 36px;
	padding-bottom: 20px;
	
	text-transform: uppercase;
	color: #000;
}



.contactus .contactformwrap {
	padding-top: 30px;
}



.contactus .buttonwrap {
	display: block;
	padding-bottom: 20px;
}

.contactus .buttonwrap .captchawrap {
	display: inline-block;
	vertical-align: top;
	padding-right: 52px;
}

.contactus .buttonwrap .buttoncontainer {
	display: inline-block;
	vertical-align: top;
}

.contactus .fieldwrap label, .contactus .stdlabel {
	font-size: 18px;
	line-height: 30px;
	
}

.contactus .fieldwrap .field {
	width: 100%;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 26px;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fff;
	border: solid 2px #a5a5a5;
	margin-bottom: 15px;
}

.contactus .fieldwrap textarea.field {
	height: 190px;
	resize: none;
}

.contactus .checkwrap {
	padding-bottom: 10px;
}

.contactus .smallprint {
	font-size: 14px;
	line-height: 19px;
}

.contactus .blackbutton:hover {
	background-color: #fff!important;
}

.contactus .button.xl {
	font-size: 20px!important;
	line-height: 20px!important;
	padding-top: 20px!important;
	padding-bottom: 20px!important;
	padding-left: 35px!important;
	padding-right: 35px!important;
}

@media only screen and (max-width: 450px) {
	.contactus .button.xl {
		width: 100%;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 1310px) {
	.contactus .buttonwrap .captchawrap {
		padding-right: 20px;
	}
	
	.contactus .buttonwrap .buttoncontainer {
		display: block;
	}
	.contactus .captchawrap {
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 1075px) {
	.contactus .colwrap {
		display: block;
		width: 100%;
	}
	.contactus .colwrap .col {
		display: block;
		width: 100%;
		vertical-align: top;
		text-align: left;
	}
	
	.contactus .colwrap .col.leftcol {
		width: 100%;
	}
	
	.contactus .colwrap .col.leftcol {
		display: table;
		width: 100%;
	}
	
	.contactus .colwrap .col.leftcol .content {
		display: block;
	}
	
	.contactus .colwrap .col.leftcol .image {
		display: none;
	}

}

@media only screen and (max-width: 870px) {
	.contactus .colwrap .col.leftcol {
		display: block;
		width: 100%;
	}
	
	.contactus .colwrap .col.leftcol .content {
		display: block;
	}
	
	.contactus .colwrap .col.leftcol .map {
		display: block;
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	
	.contactus .colwrap {
		margin-left: -20px;
		margin-right: -20px;
		width: auto;
	}
	
	.contactus .colwrap .col.leftcol .content, .contactus .colwrap .col.rightcol .content {
		padding-top: 50px;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 20px;
		font-size: 18px;
		line-height: 24px;
	}
	
	.contactus .colwrap .col.rightcol .content h2, .contactus .colwrap .col.leftcol .content h2 {
		font-size: 20px;
		line-height: 20px;
	}
}

.contactus .errmsgwrap, .contactus .msgwrap {
	display: none;
	border: none;
	background-color: transparent;
	padding: 0px;
	padding-bottom: 30px;
}

.contactus .fieldwrap .field.error {
	border-color: var(--red);
}

.contactus .checkwrap .error .check {
	border-color: var(--red);
}

.contactus .errmsg2 {
	color: var(--red);
	font-size: 18px;
	line-height: 24px;
	padding-top: 30px;
}

.contactus .msg2 {
	color: #424040;
	font-size: 18px;
	line-height: 24px;
	padding-top: 30px;
}

@media only screen and (min-width: 1311px) {
	.contactus .buttonwrap .buttoncontainer {
		width: calc(100% - 356px);
	}
}

.contactus .buttonwrap .buttoncontainer .button {
	width: 100%;
	min-width: 0px;
}

.pagetitle .callus {
	padding-top: 0px!important;
	padding-bottom: 0px!important;
	border-bottom: solid 3px #abc44A!important;
}

.pagetitle .callus p {
	display: none!important;
}

@media only screen and (max-width: 500px) {
	
	.pagetitle {
		margin-bottom: 0px!important;
		padding-bottom: 0px!important;
	}
	
	.contactus .colwrap .col.leftcol .content {
		padding-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 0px;
		font-size: 22px;
		line-height: 28px;
	}
	.contactus .colwrap .col.leftcol .content h2 {
		padding-bottom: 0px;
	}
	.contactus .colwrap .col.rightcol .content {
		padding-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		font-size: 18px;
		line-height: 24px;
	}

}