/* Subscribe button - match Matrix Conferences logo navy blue #1E2B7A */
.footer-newsletter-btn {
  background: #1E2B7A !important;
}
.footer-newsletter-btn:hover,
.footer-newsletter-btn:focus-visible {
  background: #16225f !important;
}

/* Conference event footer variant */
.conference-event-footer__newsletter-btn {
  background: #1E2B7A !important;
}
.conference-event-footer__newsletter-btn:hover,
.conference-event-footer__newsletter-btn:focus-visible {
  background: #16225f !important;
}
