ul.no-bullets {
  list-style: none;
  padding-left: 0;
}

ul.no-bullets li:before {
  width: 0;
  height: 0;
}

ul:has(.no-bullets) {
  list-style: none;
  padding-left: 0;
}

ul:has(.no-bullets) li:before {
  width: 0;
  height: 0;
}

a.phone-link {
  color: inherit;
  text-decoration: underline;
  background-color: inherit;
}

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 2rem;
}

.banner .banner-content {
  display: flex;
  flex-direction: column;
  background-color: rgba(89, 59, 123, 0.8);
  padding: 1rem 2rem;
  width: 100%;
}

.banner .banner-content h2 {
  margin-top: 0;
}

.banner .banner-content p {
  margin: 0.5rem 0;
}

.banner .banner-content a.btn-banner {
  background-color: transparent;
  align-self: flex-start;
}

.banner .banner-content a.btn-banner:after {
  content: ">";
  display: inline-block;
  margin-left: 0.5rem;
  transition: transform 0.1s ease;
}

.banner .banner-content a.btn-banner:hover {
  text-decoration: underline;
}

.banner .banner-content a.btn-banner:hover:after {
  transform: translateX(5px);
}

.open-section-navigation:focus-within {
  outline: 2px solid #5b3b7b;
  outline-offset: 2px;
}

/* fix for updating accordion <a> to <button> elements for accessibility */
button.accordion__toggle {
  border: none;
  color: #000;
}
