.wufoo .info {
    display: none !important;
}
.wufoo li {
    padding: 0 0 18px 0;
}
.wufoo label.desc {
    color: #003767 !important;
	font: 400 18px/1.2 'Roboto Flex', sans-serif !important;
    background: transparent;
}
.wufoo input.text,
.wufoo textarea.textarea  {
    width: 100%;
    border: 0 !important;
    border-bottom: 1px solid #9AB4C9 !important;
    background: transparent;
}
.wufoo li.focused {
    background-color: #fff !important;
  }
.wufoo textarea.textarea {
    height: 40px !important;
  }
input.btTxt {
    float: none;
    padding: 0 35px;
	background: #FAA519;
	font: 400 14px/3.28 'Roboto', sans-serif !important;
	color: #003767;
    border: 0;
	border-radius: 48px;
	text-transform: uppercase;
    cursor: pointer;
	-ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
input.btTxt:hover {
	background: #286BA0E5;
	color: #fff;
}

.recaptcha-text {
    padding: 0px 30px !important;
    font-family: National\ 2, sans-serif;
    color: #7e7e7e;
    font-size: 14px;
}