h1 { 
  color:black;
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 .watermark {
	color: #888;
}

.sf-menu > li:hover,.sf-menu > li.sfHover{
background: #3A6800;
border:2px solid #eeeeee;
outline: 0;
border-bottom-color: #ccc;
}

.sf-menu a:focus, .sf-menu a:hover{
  border:none;
}
/*unable to test on local host*, if this CSS already exist remove this*/
.sf-menu a:active{
  color:#ffffff;
}

.link-blue a:hover, .link-blue a:focus {
  color:#ffffff;
  text-decoration: underline;
  
}

table#regStep td {
 vertical-align: top;
}

/*screen reader only text*/
.sr-only{
 position: absolute;
 width: 1px;
 height: 1px;
 padding: 0;
 overflow: hidden;
 clip: rect(0,0,0,0);
 white-space: nowrap;
 border: 0;
	
}



