body .contact-us-form .gform_required_legend {
  display: none;
}
body .contact-us-form .gform_fields .gfield .gfield_label {
  font-weight: normal !important;
}
body .contact-us-form .gform_fields .gfield input:not(#input_1_8_1),
body .contact-us-form .gform_fields .gfield textarea:not(#input_1_8_1) {
  border: 0 !important;
  border-bottom: 1px solid #797C7F !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
body .contact-us-form .gform_fields .gfield.gfield--type-consent .ginput_container_consent {
  display: flex;
}
body .contact-us-form .gform_fields .gfield.gfield--type-consent .ginput_container_consent .gform-field-label {
  white-space: nowrap;
}
@media (max-width: 1000px) {
  body .contact-us-form .gform_fields .gfield.gfield--type-consent .ginput_container_consent .gform-field-label {
    white-space: normal;
  }
}
body .contact-us-form .gform-footer {
  margin-top: 0 !important;
}
body .contact-us-form .gform-footer * {
  transition: all 0.25s ease-in-out;
}
body .contact-us-form .gform-footer .gform_button {
  background-color: #fff !important;
  border: solid 1px #181818 !important;
  border-radius: 10px !important;
  gap: 12px !important;
  padding: 12px 16px !important;
}
body .contact-us-form .gform-footer .gform_button span {
  color: #181818 !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  font-size: clamp(0.875rem, 0.875rem + (1vw - 0.2rem) * 0.202, 1rem) !important;
}
body .contact-us-form .gform-footer:hover .gform_button {
  background-color: #B76F0B !important;
  border: solid 1px #B76F0B !important;
}
body .contact-us-form .gform-footer:hover .gform_button .gform-btn-text {
  color: #fff !important;
}
body .contact-us-form .gform-footer:hover .gform_button .gform-submit-icon-wrap .gform-submit-icon path {
  fill: #fff !important;
}

#input_1_8_1 {
  border: solid 1px #797C7F !important;
  border-radius: 4px !important;
}

#field_1_8 a {
  text-decoration: underline;
}

.contact-info a:hover {
  text-decoration: underline;
  color: var(--wp--preset--color--secondary);
}

.gform-theme--orbital #gform_submit_button_1.gform-submit-with-icon *:not(.gform-btn-text):not(.gform-btn-text *):not(.gform-submit-icon):not(.gform-submit-icon *):not(.gform-submit-icon-wrap):not(.gform-submit-icon-wrap *) {
  all: inherit !important;
}

div.gform-theme--framework :where(:not(html):not(iframe):not(canvas):not(img):not(svg):not(video) :not(svg *):not(symbol *) :not(.gform-theme__no-reset--el):not(.gform-theme__no-reset--children *):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-reset):not(.gform-theme__disable-reset *):not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *):not(.wp-editor-container):not(.mce-tinymce):not(.mce-tinymce *):not(.wp-editor-area):not(.gfield_description > *):not(.gform-field-label--type-inline > :not(span)):not(.ui-resizable-handle):not(.hidden)) {
  display: revert;
}

/* ONLY reset this submit button (and its internal spans/svg) */
div.gform-theme--framework :where(#gform_submit_button_1, #gform_submit_button_1 *) {
  all: revert-layer;
  display: revert;
}/*# sourceMappingURL=contact-us-page.css.map */