.top-contact-link {
  position: relative;
  z-index: 50;
  display: block;
  width: 100%;
  padding: .68rem 1rem;
  color: #fff;
  background: #111;
  border-bottom: 2px solid #c79a48;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.top-contact-link:hover,
.top-contact-link:focus-visible {
  color: #111;
  background: #c79a48;
}

@media (max-width: 700px) {
  .top-contact-link {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.bottom-contact-cta {
  padding: 3.5rem 1.25rem;
  border-top: 1px solid #e6e6e6;
  text-align: center;
}

.bottom-contact-cta a {
  display: inline-block;
  min-width: 180px;
  padding: .9rem 1.75rem;
  color: #fff;
  background: #c62828;
  border: 1px solid #c62828;
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}

.bottom-contact-cta a:hover,
.bottom-contact-cta a:focus-visible {
  color: #fff;
  background: #a61f1f;
  border-color: #a61f1f;
}

.bottom-contact-cta a:focus-visible {
  outline: 3px solid #c79a48;
  outline-offset: 4px;
}
