@charset "UTF-8";

:root {
  scroll-behavior: initial;
}

.convertforms, .convertforms .cf-input {
  scroll-margin-top: 500px;
}

[id^="cf_"] {
  --input-placeholder-color: #4f4f4f !important;
}

.convertforms .cf-label {
  font-size: 1rem;
}

.convertforms .cf-btn {
  font-size: 1rem;
}

.convertforms .cf-label .cf-required-label {
  color: var(--dpred);
  font-weight: 700;
}

.convertforms .cf-form-wrap {
  padding: 0.625rem;
}

.convertforms.cf-success .cf-response {
  background-color: var(--deepnavy);
  padding: 1.5rem 0;
}

.convertforms a {
  color: var(--hsi-link);
}
.convertforms a:hover {
  color: var(--hsi-link-hover);
}

.convertforms .cf-turnstile iframe {
  width: 100% !important;
}

/* To the Sidebar Module, add margin-top of <h1> & its bottom margin of 1rem + 1rem of container top-margin from the template  */
/* Used in Contact Us page */
@media (min-width: 992px) {
  .mt-lg-sbar-contact {
    margin-top: calc(clamp(2rem, 2vw + 1rem, 3rem) * 1.25 + 2rem) !important;
  }
}