/* Hide help block when it's being used for validation and is valid */
.help-block.field-validation-valid {
    display: none;
}

.form-group.required .control-label:after { 
   content: "*";
   color: red;
}
.form-control {
  background-color: #fff;
  border: 1px solid #00667d;
  border-radius: 20px;
  text-align: left;
  height: 25px;
  font-size: 12px;
  padding: 0 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  width: 100%;
  height: 34px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  -webkit-transition: border-color ease-in-out .15s;
	   -o-transition: border-color ease-in-out .15s;
		  transition: border-color ease-in-out .15s;
}
.form-control option {
}
.panel-group input,
.panel-group option {
  font-size: 14px;
}
.btn-primary[disabled] {
  background-color: #00667d;
  border: none;
}
.btn-primary {
  background-color: #00667d;
  border: none;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  padding: 4px 15px;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  border-radius: 20px;
  text-align: center;
  width: 105px;
  min-height: 35px;
  max-height: 35px;
  -webkit-transition: .3s all ease;
	 -moz-transition: .3s all ease;
	  -ms-transition: .3s all ease;
	   -o-transition: .3s all ease;
		  transition: .3s all ease;
}
.btn-primary:hover {
  background: none repeat scroll 0 0 #ccc;
  color: #000;
}
.form-horizontal .control-label {
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 16px;
}
h4,
.h4 {
  font-family: 'Futura W01 Medium', Helvetica, Arial, sans-serif;
  font-size: 18px;
}
h2,
.h2 {
  font-family: 'Futura W01 Medium', Helvetica, Arial, sans-serif;
  font-size: 32px;
}
.panel-title {
  font-family: 'Futura W01 Medium', Helvetica, Arial, sans-serif;
  font-size: 16px;
}