
ul.gform_fields input[type=text]::-webkit-input-placeholder, .gform_wrapper textarea.large::-webkit-input-placeholder{
color: #a5a5a5;
}
ul.gform_fields input[type=text]::-moz-placeholder, .gform_wrapper textarea.large::-moz-placeholder{
color: #a5a5a5;
}
ul.gform_fields input[type=text]:-ms-input-placeholder, .gform_wrapper textarea.large:-ms-input-placeholder{
color: #a5a5a;
}
ul.gform_fields input[type=text]::-ms-input-placeholder, .gform_wrapper textarea.large::-ms-input-placeholder{
color: #a5a5a5;
}
ul.gform_fields input[type=text]::placeholder,
.gform_wrapper textarea.large::placeholder{
color: #a5a5a5;
}
ul.gform_fields input[type=text],
.gform_wrapper textarea.large{
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px  !important;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.gform_wrapper textarea.large,
ul.gform_fields input[type=text] {
  height: 48px;
  margin-bottom: 13px;
  padding-right: 20px !important;
  padding-left: 20px !important;
  border-radius: 3px;
}

.gform_wrapper textarea.large {
  height: 136px !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.gform_wrapper .gform_footer input[type=submit] {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

.gform_wrapper .gform_footer input[type=submit] {
  height: 48px;
  padding: 12px 20px;
  border-radius: 3px;
  background-image: linear-gradient(
180deg
, #6fec44, #6fec44);
  color: #222;
  font-size: 15px;
  line-height: 24px;
}

.gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #fff;
  background-image: linear-gradient(
180deg
, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
  color: #222;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  margin-top: 10px;
  padding: 10px;
  background-color: transparent !important;
  color: #222;
  line-height: 24px;
  border: 0 !important;
}

.gform_wrapper .validation_message {
  color: #6fec44 !important;
}

.gform_wrapper div.validation_error {
  color: #222;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 0;
  border-bottom: 0;
  padding: 16px 0 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}

.gform_wrapper h3.gform_title{
  font-family: Montserrat, sans-serif;
  font-size: 28px !important;
  line-height: 36px;
  font-weight: 600;
  text-transform: none;
}

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 0 !important;
}

.validation_error{
  display: none;
}

.gform_wrapper li.hidden_label input {
  margin-top: 0;
}

#gform_confirmation_wrapper_1,
.gform_confirmation_wrapper {
  width: 100%;
}

ul.gform_fields{
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.hero-call-text-wrapper a{
  color: #ffffff;
  text-decoration: none;
}
.hero-call-text-wrapper a:hover{
  text-decoration: underline;
}

@media only screen and (min-width: 641px){
  .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100%!important;
    width: 100%!important;
  }
  .gform_wrapper textarea.large {
      height: 136px;
      width: 100%;
  }
}
@media screen and (max-width: 767px){
  .logo {
      height: 60px;
      margin: 0 auto;
      display: block;
      float: none;
      margin-top: 20px;
  }
  .button.hero-button {
    margin-right: 0;
  }
  .hero-video {
    padding-right: 8px;
  }
  .gform_wrapper h3.gform_title {
      font-size: 26px !important;
      line-height: 32px;
  }
}
@media screen and (max-width: 991px){
  .gform_wrapper h3.gform_title {
      font-size: 30px !important;
      line-height: 40px;
  }
}