html,
body {
  scroll-behavior: smooth;
}

#tw-app .font-gotham {
  font-family: 'Gotham', sans-serif !important;
  font-weight: 700 !important;
}

#tw-app .font-garamond {
  font-family: 'Adobe Garamond Pro', Georgia, serif !important;
}

#tw-app .font-mont {
  font-family: 'Montserrat', sans-serif !important;
}

#tw-app .hero-checkerboard {
  background-image: url('/communities/bolton-place/images/banner-pattern.png');
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: top center;
}

#tw-app .neighbourhood-bar {
  height: 8px;
  width: 4.75rem;
  background-color: #d9d9d9;
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.2s ease;
}

#tw-app .neighbourhood-bar.is-active {
  background-color: #911a1d;
}

#tw-app #neighbourhoodTrack {
  transition: transform 0.35s ease;
}

#tw-app .neighbourhood-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid #d9d9d9;
  border-radius: 9999px;
  background-color: #fff;
  color: #b5b5b5;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

#tw-app .neighbourhood-arrow:hover:not(:disabled) {
  color: #911a1d;
  border-color: #911a1d;
  box-shadow: 0 2px 8px rgba(145, 26, 29, 0.12);
}

#tw-app .neighbourhood-arrow:focus,
#tw-app .neighbourhood-arrow:focus-visible,
#tw-app .neighbourhood-bar:focus,
#tw-app .neighbourhood-bar:focus-visible {
  outline: none;
}

#tw-app .neighbourhood-arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

#tw-app #neighbourhoodSlider {
  overflow: visible;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

@media (min-width: 768px) {
  #tw-app #neighbourhoodSlider {
    padding-left: 4rem;
    padding-right: 0;
  }
}

#tw-app .neighbourhood-arrow.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#tw-app .neighbourhood-arrow svg {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#tw-app #community ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#tw-app #register input[type="text"],
#tw-app #register input[type="email"],
#tw-app #register input[type="tel"],
#tw-app #register input[type="number"],
#tw-app #register input[type="password"],
#tw-app #register input[type="search"],
#tw-app #register select {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

#tw-app #register input:focus,
#tw-app #register select:focus {
  outline: none;
  border-bottom-color: #a3c2e6;
}

#tw-app #register ::placeholder {
  color: #ffffff;
  opacity: 1;
}

#tw-app #register input.is-invalid,
#tw-app #register select.is-invalid {
  border-bottom-color: #dc2626;
}

#tw-app #register .register-submit {
  background-color: #a3c2e6;
  color: #ffffff;
}

#tw-app #register .register-submit:hover {
  background-color: #ffffff !important;
  color: #911a1d !important;
}
