@charset "UTF-8";
/* - - - - - - - - - - - - - - - - - - - - -

 Title : Village Preservation Website – Default Theme
 Author : Frank LaRocca
 URL : http://www.villagepreservation.org

 Last Updated : 5/22/20

- - - - - - - - - - - - - - - - - - - - - */
/** Import Bootstrap functions */
/* ============ Colors ============ */
/* ============ Typography ============ */
/* ============ Spacing ============ */
/* ============ Links ============ */
/* ============ Navbar ============ */
/** Bootstrap navbar fix (https://git.io/fADqW) */
/* ============ Transitions ============ */
/* ============ Forms ============ */
.acumin-medium, .wufoo li div label,
.wufoo li span label {
  font-family: "acumin-pro", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
}

.acumin-wide-regular, .wufoo li.section h3,
.wufoo label.desc,
.wufoo legend.desc {
  font-family: "acumin-pro-wide", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
}

.acumin-wide-medium {
  font-family: "acumin-pro-wide", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
}

.btn-label, .cta-underline, .btn, .wufoo input[type=submit] {
  font-family: "Druk Wide Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.btn-reset {
  border: none;
  background: none;
}
.btn-reset:focus, .btn-reset:active {
  outline: 0;
}

.btn, .wufoo input[type=submit] {
  display: inline-block;
  padding: 1rem 1.25rem;
  border-radius: 0 !important;
  line-height: 1;
  border: 4px solid #ea6e25;
  color: #ea6e25;
  transition: color 200ms, background-color 200ms;
  min-width: 240px;
  background-color: transparent;
}
.btn:hover:not(:disabled), .wufoo input[type=submit]:hover:not(:disabled) {
  color: white !important;
  background-color: #ea6e25;
}
.btn:disabled, .wufoo input[type=submit]:disabled {
  cursor: not-allowed;
}

.btn-fill {
  background-color: #ea6e25;
  color: #323232;
  border: none;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.btn-fill:hover {
  background-color: rgb(209.9732217573, 90.5389121339, 20.2267782427);
  color: #323232;
}

.cta-underline {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  color: #ea6e25;
  text-align: left;
  display: inline-block;
}
.cta-underline:hover {
  text-decoration: none;
  color: #ea6e25;
}
.cta-underline:hover::after {
  width: 100%;
}
.cta-underline::after {
  content: "";
  position: absolute;
  width: 86px;
  height: 4px;
  left: 0;
  bottom: 0;
  background-color: #323232;
  transition: width 200ms;
}

.wufoo {
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
}
.wufoo span {
  font-family: "acumin-pro", "Helvetica Neue", Arial, sans-serif;
}
.wufoo .info h2 {
  font-size: 3rem;
}
@media (min-width: 1200px) {
  .wufoo .info h2 {
    font-size: 3.75rem;
  }
}
.wufoo .info div,
.wufoo li.section div {
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: "acumin-pro", "Helvetica Neue", Arial, sans-serif;
}
.wufoo li.section h3,
.wufoo label.desc,
.wufoo legend.desc {
  font-weight: normal;
  font-size: 1.25rem !important;
  padding-bottom: 0;
  margin-bottom: 1.5rem;
}
.wufoo li div label,
.wufoo li span label {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.875rem !important;
  line-height: 1.25;
}
.wufoo li div label.choice,
.wufoo li span label.choice {
  font-size: 0.875rem !important;
}
.wufoo input.text,
.wufoo textarea.textarea,
.wufoo select.select {
  font-family: "acumin-pro", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem !important;
  background-color: #323232 !important;
  line-height: 1.25;
  border: none;
  color: white;
  padding: 0.5rem;
}
.wufoo input.text:focus,
.wufoo textarea.textarea:focus,
.wufoo select.select:focus {
  outline: 2px solid #3c99d4;
}
.wufoo select.select {
  background-image: none;
  margin-bottom: 0;
}
.wufoo li {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.wufoo li.focused {
  background-color: transparent !important;
}
.wufoo .instruct {
  font-size: 1rem;
  line-height: 1.25;
  font-family: "acumin-pro", "Helvetica Neue", Arial, sans-serif;
}
.wufoo .col:first-of-type {
  padding-left: 0;
}

/*# sourceMappingURL=wufoo.css.map */
