/* BLU local overrides: remove white framed boxes */
.contact-us-wrapper,
.contact-form-wrapper,
.contact-form,
.footer-newsletter-wrapper,
.newsletter-form,
.success-message,
.error-message {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Make sure rich text legal boxes also lose the frame */
.default-rich-text,
.w-richtext {
  box-shadow: none !important;
}

/* Some pages use wrapper div borders instead of the inner form */
.contact-us-section .contact-us-wrapper,
.contact-us-section .contact-form-wrapper,
.footer .footer-newsletter-wrapper {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
