/*Contact Form */
.contactField{
	background-color:rgba(255,255,255,0.4);
	font-size:12px;
	color:var(--bodytext);
	border:solid 1px #cacaca;
}
.contactTextarea{
	background-color:rgba(255,255,255,0.4);
	font-size:12px;
	border:solid 1px #cacaca;
	color: var(--bodytext);
}
.contactSubmitButton{
	line-height:19px!important;
	display:block!important;
	height:36px!important;
	margin-right:4px;
	width:100%;
}
.contact-form{
	margin-bottom:20px;
}
.contactNameField{
	padding-bottom:5px;	
	font-size:12px;
}
.contactNameField span{
	float:right;
	opacity:0.2;
}
.contactEmailField{
	padding-bottom:5px;
	font-size:12px;
}
.contactEmailField span{
	float:right;
	opacity:0.2;
}
.contactMessageTextarea{
	padding-bottom:5px;
	font-size:12px;
}
.contactMessageTextarea span{
	float:right;
	opacity:0.2;
}
/*Field Styles*/
#contactNameField{
	text-transform:capitalize;
}
.contactField{
	min-width:100%;	
	display:block;
	box-sizing:border-box;
}
.contactTextarea{
	min-width:100%;
	display:block;
	box-sizing:border-box;
}
.buttonWrap{
	line-height:20px;
	padding-bottom:24px;
	min-width:43%;
	display:inline-block;
}
.formSubmitButtonErrorsWrap a{
	width:25%;
	text-align:center;
	padding:8px 10px!important;
}
.formValidationError .red-notification p{
	background-image:none!important;
	display:block!important;
	padding-left:0px!important;
	text-align:center!important;
}
.contactField{
	height:40px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
}
.contactTextarea{
	margin-bottom: 20px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 18px;
	height: 90px;
}
/*/////////////////////*/
/*Radios and Checkboxes*/
/*/////////////////////*/
.checkbox-one{
	background-image:url(../images/ui/checkbox1.png);
	background-size:16px 18px;
	background-repeat:no-repeat;
	padding-left:30px;
	background-position:0px 1px;
	margin-bottom:10px;
}
.checkbox-one-checked{
	background-image:url(../images/ui/checkbox1c.png);
}
.checkbox-two{
	background-image:url(../images/ui/checkbox2.png);
	background-size:16px 18px;
	background-repeat:no-repeat;
	padding-left:30px;
	background-position:0px 1px;
	margin-bottom:10px;
}
.checkbox-two-checked{
	background-image:url(../images/ui/checkbox2c.png);
}
.checkbox-three{
	background-image:url(../images/ui/checkbox3.png);
	background-size:16px 16px;
	background-repeat:no-repeat;
	padding-left:30px;
	background-position:0px 2px;
	margin-bottom:10px;
}
.checkbox-three-checked{
	background-image:url(../images/ui/checkbox3c.png);
}
.radio-one{
	background-image:url(../images/ui/radio1.png);
	background-size:16px 18px;
	background-repeat:no-repeat;
	padding-left:30px;
	background-position:0px 1px;
	margin-bottom:10px;
}
.radio-one-checked{
	background-image:url(../images/ui/radio1c.png);
}
.radio-two{
	background-image:url(../images/ui/radio2.png);
	background-size:16px 18px;
	background-repeat:no-repeat;
	padding-left:30px;
	background-position:0px 1px;
	margin-bottom:10px;
}
.radio-two-checked{
	background-image:url(../images/ui/radio2c.png);
}