.page-footer a.dxw-footer-cta--button,
.page-footer .dxw-footer-cta--button.action.primary {
  box-shadow: none;
  text-shadow: none;
  filter: none;
}

.page-footer a.dxw-footer-cta--button:hover,
.page-footer a.dxw-footer-cta--button:focus-visible,
.page-footer .dxw-footer-cta--button.action.primary:hover,
.page-footer .dxw-footer-cta--button.action.primary:focus-visible {
  box-shadow: none;
  text-shadow: none;
  filter: none;
}

.dxw-footer-cta-wrap {
  max-width: 1240px;
  margin: var(--dxw-footer-cta-wrap-margin, 1.5rem auto 1.75rem);
  padding: var(--dxw-footer-cta-wrap-padding, 0.75rem 1rem);
}

.dxw-footer-cta-wrap--inherit {
  max-width: none;
}

.dxw-footer-cta-wrap--left {
  text-align: left;
}

.dxw-footer-cta-wrap--center {
  text-align: center;
}

.dxw-footer-cta-wrap--right {
  text-align: right;
}

.dxw-footer-cta--text,
.dxw-footer-cta--button {
  line-height: 1.2;
  text-decoration: none;
  box-sizing: border-box;
  vertical-align: middle;
  transition: background 0.15s ease, color 0.15s ease;
}

.page-footer .footer.links a.dxw-footer-cta--text,
.page-footer a.dxw-footer-cta--text {
  display: inline;
  margin: 0;
  padding: 0;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  filter: none !important;
}

.page-footer .footer.links a.dxw-footer-cta--text:hover,
.page-footer .footer.links a.dxw-footer-cta--text:focus-visible,
.page-footer a.dxw-footer-cta--text:hover,
.page-footer a.dxw-footer-cta--text:focus-visible {
  background: none !important;
  text-decoration: underline;
}

.page-footer .footer.links a.dxw-footer-cta--button,
.page-footer a.dxw-footer-cta--button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  height: auto;
  border: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  filter: none !important;
}

.page-footer .footer.links a.dxw-footer-cta--button:hover,
.page-footer .footer.links a.dxw-footer-cta--button:focus-visible,
.page-footer a.dxw-footer-cta--button:hover,
.page-footer a.dxw-footer-cta--button:focus-visible {
  text-decoration: none;
}
