
#hcf-form .form-surround {
	margin-top: 40px;
	padding: 30px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 32px -9px rgba(0,0,0,0.52);
	-moz-box-shadow: 0px 0px 32px -9px rgba(0,0,0,0.52);
	box-shadow: 0px 0px 32px -9px rgba(0,0,0,0.52);			
}

#hcf-form h3.form-heading {
	color: #003399;
	font-size: 24px;
	font-weight: 600;
	margin: 0px 0px 10px;
}

#hcf-form #errors {
	font-size: 14px;
	padding: 5px;
	color: red;
	font-weight: 500;
}

#hcf-form .select-css {
	display: block;
	font-size: 14px;
	font-family: sans-serif;
	font-weight: normal;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%; 
	box-sizing: border-box;
	margin: 0;
	border: none;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;

	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;

	background-image: url('http://go.toluna-group.com/l/36212/2020-02-14/5pwhl6/36212/230911/select_arrow.png'); 

	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;

	border-radius: 0px !important;

	background-color: #eaeaea;
	color: #595a5a;

}			

#hcf-form .select-css::-ms-expand {
	display: none;
}

#hcf-form .select-css:hover {
	border-color: #888;
}

#hcf-form .select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222; 
	outline: none;
}

#hcf-form .select-css option {
	font-weight:normal;
}

#hcf-form .opt-in {
	padding: 20px 0px 0px;
}

#hcf-form .opt-in span {
	font-size: 14px;
}

#hcf-form section.white-bg {
	background-color: #fff;
	padding-top: 60px; 
	padding-bottom: 60px;
}

#hcf-form section.white-bg p {
	font-size: 16px;
	line-height: 26px;
}

#hcf-form section.white-bg .pic img {
	width: 100%;
	position: relative;
	top: -15px;
}

#hcf-form .thank-you {

}

#hcf-form .form label {
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
}

#hcf-form .form input[type=text], 
#hcf-form .form select 
{
	width: 100%;
	height: 40px;
	font-size: 14px;
}

#hcf-form .form .contact-button  {
	color: #fff !important;
	width: 100%;
	text-align: center;
}

#hcf-form .form .contact-buttons  {
	margin: 20px 0;
}

#hcf-form .form .submit-button 
{
	background: #58a291;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-transform: uppercase;
	cursor: pointer;
	width: 100%;
	text-align: center;
	display: block;
	line-height: 45px;
	height: auto;
}

#hcf-form .form .terms {
	margin-top: 10px;
	color: #232424;
	font-size: 14px;
	font-weight: 500;
	display: block;
}

#hcf-form .form .terms a {
	font-weight: 600;
	color: #232424;
	text-decoration: underline;
}

@media (min-width: 992px) {

	


}

@media (max-width: 991px) {

	

}

@media (max-width: 767px) {

	

}

@media (max-width: 575px) {

	


}