.page-header
{
	display: none;
}
.hfe-breadcrumbs a
{
	text-decoration: none;
}
.wpcf7 input,
.wpcf7 label,
.wpcf7 textarea,
.wpcf7 select
{
	width: 100%;
	margin-top: 10px;
}
.wpcf7 label
{
	font-weight: bold;
}
.wpcf7 .required-star
{
	color: #ff0000;
}
.wpcf7 textarea
{
	height: 100px;
}
.wpcf7 .wpcf7-submit
{
  background-color: #3c3c3c;
  color:#ffffff;
  font-weight: bold;
  border-color: #3c3c3c;
}
.wpcf7 .wpcf7-submit:hover
{
	background-color: #1a006e;
	border-color: #1a006e;
}