html.embed {
  background-color: transparent;
}

html.embed .wufoo,
.wufoo .info#header h2,
html.embed .wufoo input.text, 
html.embed .wufoo textarea,
html.embed .wufoo input[type="submit"],
html.embed .wufoo li label,
html.embed .wufoo li legend {
  font-family: 'Inter', sans-serif !important;
  font-size: 24px;
}

.wufoo .info#header h2 {
  font-size: 38px !important;
  font-weight: 600;
  padding-bottom: 15px;
  line-height: 1em;
  color: #4D4D4D !important;
}

.wufoo li {
  width: auto;
}

.info {
  text-align: center;
}

.wufoo input.text, .wufoo textarea {
  border-radius: 3px;
  padding: 8px 0;
  border: 1px solid #ABB0B2;
  font-size: 18px !important;
  padding: 8px 0;
  text-indent: 2%;
  width: 100%;
}

input[type="submit"] {
  line-height: initial;
  font-weight: 400;
  font-size: 20px;
  padding: 0.5rem 1.5rem;
  text-transform: capitalize;
  border: 1px solid #b21212;
  border-radius: 3px;
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff;
  background-color: #b21212;
  cursor: pointer;
}

input[type="submit"]:hover {
  color: #b21212;
  background-color: #fff;
}

/** Misc Overrides **/
.wufoo li.focused {
  background-color: initial !important;
}

@media (min-width: 1510px) {
  .wufoo .info#header h2 {
    font-size: 55.54px !important;
  }
}