.header-box-upper a,
.footer-box a.owa-confirm-call,
.footer-box a[href^="mailto:"],
.footer-box a[href*="google.com/maps"] {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.header-box-upper a:hover,
.footer-box a.owa-confirm-call:hover,
.footer-box a[href^="mailto:"]:hover,
.footer-box a[href*="google.com/maps"]:hover {
  color: #E8092E;
  text-decoration: underline;
}

.owa-confirm-call,
a[href^="mailto:"],
a[href*="google.com/maps"] {
  cursor: pointer;
}
