/* - - - - - - - - - - - - - - - - - - - - -

 Title : SIMPAS Wufoo Styles
 URL : http://simpas.com;

 Last Updated : June 14, 2021

- - - - - - - - - - - - - - - - - - - - - */

body {
    -webkit-font-smoothing: antialiased;
    font-family: Gilroy, Arial #000, arial, sans-serif;
    font-size: 18px;
    color: #000;
  }
  
  form.wufoo {
    padding-bottom: 0;
  }
  
  #container {
    margin-bottom: 0;
  }
  
  @media only screen and (min-width: 500px) {
    .wufoo ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 1rem;
      flex-direction: column;
    }
  }
  
  @media only screen and (min-width: 500px) {
    .wufoo li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 1rem);
      flex: 1 1 calc(50% - 1rem);
      margin: 0;
      padding: 0;
    }
  }
  
  .wufoo li.focused {
    background: transparent !important;
  }
  
  .wufoo input.text,
  .wufoo li div label,
  .wufoo li span label,
  .wufoo select.select,
  .wufoo textarea.textarea {
    font-family: Gilroy, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica,
      Arial, sans-serif;
    font-weight: 500;
  }
  
  .wufoo label.desc {
    font-family: Gilroy, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica,
      Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px !important;
  }

  .wufoo input,
  .wufoo section,
  .wufoo textarea {
    width: 100%;
  }
  
  .wufoo input,
  .wufoo select {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    background-color: #efefef;
    color: #000;
    font-family: Gilroy, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica,
      Arial, sans-serif;
    line-height: 15px;
    padding: 12px 16px;
    width: 100%;
  }
  
  .wufoo select {
    border-radius: 0;
    height: 52px;
    margin: 5px auto 10px;
    padding-bottom: 10px;
    padding-right: 1.5em;
    padding-top: 10px;
  }
  
  .wufoo input.submit {
    -webkit-appearance: none;
    appearance: none;
    background: #000;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    font-family: Gilroy, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 1.2rem;
    font-weight: 800;
    left: 0;
    letter-spacing: 0;
    margin: 1rem auto 0;
    padding: 0.75em 1.75em;
    top: 0;
    visibility: visible;
    display: block;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    max-width: 500px;
  }
  
  .wufoo input.submit:focus,
  .wufoo input.submit:hover {
    background-color: #000;
    border: 2px solid #0C9F50;
    color: #fff;
  }
  
  .wufoo textarea.textarea {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    background-color: #efefef;
    color: #000;
    padding: 15px 10px;
    resize: vertical;
    width: 100%;
  }
  
  .wufoo span.req {
    color: #000 !important;
  }
  
  .wufoo li.error {
    background: 0 0 !important;
  }
  
  .wufoo li.error input,
  .wufoo li.error select {
    border-bottom: 2px solid #df0000;
    border-right: 2px solid #df0000;
  }
  
  .wufoo li.error p.error {
    background-color: #fae0e0;
    border-radius: 8px;
    color: #df0000 !important;
    display: inline-block;
    padding: 6px 10px !important;
    margin-top: 5px !important;
  }
  
  .wufoo .fullname,
  .wufoo .fullname .desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  
  .wufoo .fullname {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: column !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  
  .wufoo .fullname > span {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 1rem);
    flex: 1 1 calc(50% - 1rem);
  }

  .wufoo .fullname > span:first-of-type input {
    margin-bottom: 10px;
  }

  .wufoo .fullname > span label {
    display: none !important;
  }

  .wufoo .phone > span label {
    display: none !important;
  }

  .wufoo .zip-code > div label {
    display: none !important;
  }

  .wufoo .phone-number > div label {
    display: none !important;
  }

  .wufoo .phone input {
    padding: .75rem 0.25rem;
  }

  .wufoo .opt-in .subfield {
    display: flex;
  }
  
  .wufoo .opt-in input {
      width: 7%;
  }

  .wufoo .opt-in label {
      line-height: 1.2;
      margin: auto;
  }
  
  .wufoo .opt-in .choice__text {
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
  }

  .recaptcha-text {
    display: none !important;
  }
  
  @media only screen and (min-width: 500px) {
    .wufoo li.acres {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(25% - 1rem);
      flex: 1 1 calc(25% - 1rem);
      margin: 1rem 0;
    }
  }
  
  .wufoo li.buttons {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  
  .wufoo li.textbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  
  span.symbol {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  
  #errorLi,
  .error-container {
    margin-top: 0;
    padding: 10px;
  }
  
  #errorMsgLbl {
    font-family: Gilroy, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica,
      Arial, sans-serif;
    font-size: 18px;
  }
  
  #errorMsg {
    font-family: Gilroy, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica,
      Arial, sans-serif;
    font-size: 16px;
  }