form .form-control {
  height: 40px;
  border: 2px solid #eff1f1;
  border-radius: 2px;
  margin-bottom: 16px;
  box-shadow: none;
  max-width: 550px;
  width: 100%;
  padding: 5px 10px 3px 10px;
  font-size: 1.5rem;
  display: block;
}


form .form-textarea {
  height: 260px;
}

form .wfi-form-wrapper label {
  width: 100%;
  display: block;
}

form .wfi-form-wrapper .form-item:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

form .wfi-form-wrapper .form-title {
  color: 100665b;
  font-family: "FrutigerLTPro-Bold", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  background: transparent;
  padding: 10px;
  padding-left: 0;
  display: block;
  width: 100%;
  border-bottom: 2px solid #e0e3e3;
  clear: both;
  width: 100%;
}

form .wfi-form-wrapper .form-item {
  margin-bottom: 20px;
  margin-top: 20px;
}

form .wfi-form-wrapper .form-item-how-did-you-hear-details {
  display: none;
}

.form-item-wfi-hp {
  overflow: hidden;
  width: 1px;
  height: 1px;
  /*position: absolute;*/
}

form .ui-datepicker-trigger:after {
  content: "\e905";
  height: 40px;
  border: 2px solid #eff1f1;
  border-radius: 2px;
  display: inline-block;
  width: 50px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-family: "wfi-icons";
  color: 100665b;
  font-size: 2.5rem;
  margin-left: 6px;
  text-align: center;
}

form .form-item-datepicker {
  position: relative;
}

form .control-label {
  display: block;
  clear: both;
}

.form-header {
  font-size: 2rem;
  line-height: 1.2em;
  margin-bottom: 47px;
  width: 65%;
}

.form-item-datepicker label {
  float: left;
  width: 100%;
}

.hasDatepicker.form-control {
  width: 200px;
  float: left;
}

.ui-datepicker-trigger {
  float: left;
  width: 50px;
  height: 40px;
  margin-left: 8px;
}

form .form-type-checkbox label {
  font-weight: normal;
}

.messages {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

form .wfi-form-wrapper .form-type-checkbox {
  float: left;
  padding-right: 40px;
}

form .wfi-form-wrapper .sub-header {
  font-size: 2rem;
  line-height: 1.2em;
  margin-bottom: 47px;
}

form .captcha {
  margin: 20px 0;
}

/*#wfi-quote-form .form-item-insurance-products label {*/
/*display: none;*/
/*}*/

/*#wfi-quote-form .form-item-insurance-products #edit-insurance-products label{*/
/*display: block;*/
/*}*/
