#arv-form {
    background: #00004E;
    padding: 30px 0;
    position: relative;
  }
  body.webbuilder-theme--helix #arv-form {
    display:block;
  }
  
  #arv-form h1 {
    color: #FFFFFF;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    line-height: 1.524;
    padding-bottom: 0;
  }
  
  #arv-form #arv-form-desc {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 2;
    font-weight: 400;
    text-align: center;
  }
  
  #arv-form .label {
    font-size: 15px;
    font-weight: 700;
    color: #FFFFFF;
    display: block;
    width: 100%;
    min-height: 25px;
  }
  
  #arv-form .label sup.arvForm__required {
    color: #E02D2D;
    font-size: inherit;
    bottom: -1px;
    left: 0px;
    top: auto;
  }
  
  #arv-form label.error {
    display: block;
    color: #E02D2D;
    font-weight: 700;
    font-size: 14px;
  }
  
  #arv-form .select {
    width: 100%;
    display: block;
    border: 0;
    background: #fff;
    font-size: 16px;
    padding: 20px 40px 20px 25px;
    font-weight: 400;
    outline: none;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  #arv-form .input {
    width: 100%;
    display: block;
    border: 0;
    background: #fff;
    font-size: 16px;
    padding: 20px 25px 20px 25px;
    font-weight: 400;
    outline: none;
    color: #000000;
  }
  
  #arv-form .custom-select-1 {
    position: relative;
  }
  
  #arv-form .custom-select-1::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 20px;
    right: 2rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 2px solid transparent;
    border-right-color: #000;
    border-bottom-color: #000;
    z-index: 0;
  }
  
  #arv-form helix-layout-container {
    max-width: 955px;
    margin: 0 auto;
    display: block;
  }
  
  #arv-form p.text-center {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.1px;
  }
  
  #arv-form p.text-center .privacy {
    text-decoration: underline;
  }

 #arv-form p.text-center a,  #arv-form p.text-center a:active,  #arv-form p.text-center a:visited {
   color: #ffffff;
   text-decoration: underline;
}
  
  #arv-form p.text-center .arvForm__required {
    color: #E02D2D;
    font-size: inherit;
    left: -1.5px;
    top: 0;
  }
  
  #arv-form div.checkbox {
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 460px;
    margin: 10px auto 20px;
  }
  
  #arv-form input.checkbox {
    border-radius: 4px;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  
  #arv-form .checkbox label.error {
    position: absolute;
    top: 15px;
    display: none;
    text-align: left;
    width: 100%;
  }
  
  #arv-form .checkbox label.label {
    font-size: 13px;
    position: relative;
    top: -3.5px;
  }
  
  #arv-form .text-center {
    text-align: center;
  }
  
  #arv-form input[type="submit"] {
    color: #fff;
    border: 0;
    background: #003FE2;
    font-size: 21px;
    font-weight: 700;
    font-family: "noto-sans", sans-serif;
    padding: 14px 30px;
    display: block;
    margin: 5px auto 0;
    min-width: 200px;
  }
  
  #arv-thank-you {
    background: #00004E;
    padding: 30px 0;
    position: relative;
  }
  
  body.webbuilder-theme--helix #arv-thank-you {
    display: none;
  }
  
  #arv-thank-you h1 {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 0;
  }
  
  #arv-thank-you p {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
  }
  
  #arv-thank-you .close-thank-you,
  #arv-form .close-form {
    position: absolute;
    right: 30px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    width: 30px;
    height: 30px;
    display: inline-block;
    outline: none;
    box-shadow: none;
  }
  
  #arv-thank-you .close-thank-you img,
  #arv-form .close-form img {
    width: 100%;
    height: 100%;
  }
  
  /*.toggle-contact-form,
  .connect_us .opp_tiles.hydrated {
    transition: .2s all;
  }
  
  .toggle-contact-form.active,
  .connect_us .opp_tiles.hydrated:hover {
    border: 3px solid #003FE2;
    box-shadow: 0 4px 16px RGBA(0, 63, 226, 0.32);
    cursor: pointer;
  }
  
  .toggle-contact-form, .connect_us .opp_tiles.hydrated {
    position: relative;
  }
  
  .toggle-contact-form .helix-text > a, .connect_us .opp_tiles.hydrated .helix-text > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }*/
  
  @media (max-width:767px) {
    #arv-thank-you .close-thank-you, #arv-form .close-form {
      position: static;
      display: block;
      margin: 0 auto;
      margin-bottom: 20px;
    }
    #arv-form h1 {
      font-size: 28px;
    }
    #arv-form #arv-form-desc {
      font-size: 14px;
      text-align: center !important;
    }
    #arv-form .label {
      font-size: 12px;
      min-height: 20px;
    }
    #arv-form .select {
      padding: 14px 35px 14px 20px;
      font-size: 12px;
    }
    #arv-form .custom-select-1::before {
      width: 10px;
      height: 10px;
      border: 1px solid transparent;
      border-right-color: #000;
      border-bottom-color: #000;
      top: 15px;
    }
    #arv-form .input {
      padding: 11px 20px;
    }
    #arv-form p.text-center {
      line-height: normal;
      font-size: 12px;
    }
    #arv-form p.text-center.mobile-text-left {
      text-align: left !important;
    }
    #arv-form .checkbox label.label {
      font-size: 11px;
      text-align: left;
      line-height: 1;
      left: 7px;
      letter-spacing: 0.3px;
    }
  }