.cta {
  font-family: "ABCArizonaSans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.25s ease, opacity 0.25s ease;
  padding: 8px 20px;
  opacity: 1;
}
@media (min-width: 992px) {
  .cta {
    font-family: "ABCArizonaSans", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.05em;
  }
}
.cta:disabled {
  opacity: 0.3;
}
.cta::after {
  content: url("/img/button-arrow.svg");
  display: inline-block;
  width: 20px;
  margin-left: 10px;
  margin-right: 5px;
  transition: margin 0.25s ease;
}
.cta:hover {
  text-decoration: none;
}
.cta:hover::after {
  margin-left: 15px;
  margin-right: 0;
}
.cta.cta-gold {
  background-color: #9b8353;
  border: 1px solid #9b8353;
  color: #ffffff;
}
.cta.cta-gold:hover {
  background-color: rgb(121.7857142857, 102.9285714286, 65.2142857143);
  color: #ffffff;
}
.cta.cta-outline-gold {
  background-color: transparent;
  border: 1px solid #9b8353;
  color: #9b8353;
}
.cta.cta-outline-gold::after {
  content: url("/img/button-arrow-gold.svg");
}
.cta.cta-outline-gold:hover {
  background-color: #9b8353;
  color: #ffffff;
}
.cta.cta-outline-gold:hover::after {
  content: url("/img/button-arrow.svg");
}

.non-hubspot-hubspot-form .form-control {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #ADADAD;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  transition: border-bottom-color 0.25s ease;
}
.non-hubspot-hubspot-form .form-control:focus {
  outline: none;
}
.non-hubspot-hubspot-form .form-control:focus, .non-hubspot-hubspot-form .form-control.formchanged {
  border-bottom-color: #9b8353;
}
.non-hubspot-hubspot-form .form-label {
  display: none;
}
.non-hubspot-hubspot-form .form-check {
  position: relative;
  padding-left: 2rem;
}
.non-hubspot-hubspot-form .form-check .form-check-input {
  position: absolute;
  opacity: 0;
  height: 22px;
  width: 22px;
  float: none;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 2;
}
.non-hubspot-hubspot-form .form-check .form-check-input:checked ~ .check .check-inner {
  opacity: 1;
}
.non-hubspot-hubspot-form .form-check .check {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #1c1b1a;
  z-index: 1;
}
.non-hubspot-hubspot-form .form-check .check-inner {
  position: absolute;
  top: 4px;
  left: 4px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #1c1b1a;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.hubspot-form-popup-backdrop {
  position: fixed;
  top: 100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(232, 228, 218, 0.5);
  transition: opacity 1s ease;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  opacity: 0;
}
.hubspot-form-popup-backdrop.show {
  opacity: 1;
}

.hubspot-form-popup {
  width: 600px;
  border: 1px solid #9b8353;
  border-radius: 20px;
  background-color: #e8e4da;
  position: relative;
  top: 100vh;
  transition: top 1s ease;
  z-index: 1050;
  padding: 60px 40px;
  max-width: 90%;
}
@media (min-width: 768px) {
  .hubspot-form-popup {
    max-width: 60%;
  }
}
.hubspot-form-popup.show {
  top: 0;
}
.hubspot-form-popup p {
  max-width: 80%;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.hubspot-form-popup .hubspot-form-popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  text-decoration: none;
  width: 18px;
  height: 17px;
}
.hubspot-form-popup .hubspot-form-popup-close svg {
  width: 18px;
  height: 17px;
}
.hubspot-form-popup .hubspot-form-popup-close:hover {
  text-decoration: none;
}
/*# sourceMappingURL=../../../dist/css/maps/elements/nonhubspothubspotforms.css.map */
