@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Oswald:wght@300;400;500;600;700&display=swap');

form ul:after, form li:after, form li div:after {
  display: none;
}

form ul li {
  margin-top: 10px;
}

form ul li:first-of-type {
  margin-top: 0;
}

#container {
  max-width: 600px;
  padding:2rem;
  background: rgb(35, 31, 32)!important;
  box-sizing: border-box;
}

.embed form, .embed body {
  padding: 0 !important;
}

.wufoo .info {
  display: none;
}

.wufoo .info h2 {
  padding-top: 0;
}

.wufoo li {
  width: 100%;
  box-sizing: border-box;
}

.wufoo li.focused {
  background: none !important;
}

.wufoo li.focused label.desc, .wufoo li.focused legend.desc, .wufoo li.focused div, .wufoo li.focused span, .wufoo li.focused div label, .wufoo li.focused span label, .safari .wufoo li.focused input.file {
  color: white;
}

.wufoo label.desc, .wufoo legend.desc, .likert caption {
  font-family: Oswald, sans-serif;
  font-weight: bold;
  font-size: 18px !important;
  text-transform: uppercase;
  color: white !important;
}

.wufoo li div, .wufoo li span, .wufoo li div label, .wufoo li span label {
  color: white;
}

/* .wufoo li span label {
  display: none;
} */

.wufoo input.text,
.wufoo textarea.textarea,
.wufoo input.file,
.wufoo select.select {
  max-width: 100%;
  width: 100%;
  padding: 10px;
  border: none;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 15px !important;
  color: rgb(221, 30, 41) !important;
}

/* -------------------
*
* Name
*
* ------------------*/
#fo835li6,
#fo810li6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
}

#fo835li6 label.desc,
#fo810li6 label.desc {
  width: 100%;
}

#fo835li6 span,
#fo810li6 span {
  width: 49%;
  margin: 0;
}

#fo835li6 span input,
#fo810li6 span input {
  width: 100%;
}

#fo835li6 span label,
#fo810li6 span label {
  display: none;
}

/* -------------------
*
* Email
*
* ------------------*/
input[type="email"] {
  width: 100%;
}

/* -------------------
*
* Phone
*
* ------------------*/
li.phone {
  display: flex;
  flex-wrap: wrap;
}

li.phone label.desc {
  width: 100%;
}

li.phone span {
  width: 32%;
  margin: 0;
}

li.phone span input {
  width: 100%;
}

li.phone span.symbol {
  opacity: 0;
  text-align: center;
  width: 2%;
  margin: 0;
  padding-top: 4px;
}

li.phone span label {
  display: none;
}

/* -------------------
*
* Submit
*
* ------------------*/

form li.buttons {
  text-align: center;
}

#saveForm {
  min-width: 250px;
  min-height: 50px;
  padding: 5px 0;
  font-family: Oswald, sans-serif;
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
  color: white;
  border: none;
  background: rgb(221, 30, 41);
  border: 2px solid rgb(221, 30, 41);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

#saveForm:hover {
  background: none;
}

@media screen and (max-width: 450px) {
  .embed #container {
    padding: 1.5rem;
  }

  #saveForm {
    min-width: 150px;
  }
}

.noI form.wufoo {background: rgb(35, 31, 32)!important;}