.lsph_contact__form .form__field {  color: #292929; width: 100%; text-align: left; }
.lsph_contact__form .form__field__title { font-family: 'VAGRoundedNext-Regular', sans-serif; font-size: 24px; line-height: 30px; }

.lsph_contact__form .form__field__input__outer { position: relative; display: inline-block; border: 0px solid #00577d; padding: 0px; margin-top: 0px; vertical-align: top; width: 100%; }


.lsph_contact__form .form__field__input { position: relative; display: inline-block; vertical-align: top; width: 100%; border: 1px solid #00577d; text-align: left !important; font-size: 18px; line-height: 24px; padding: 8px; color: #292929; background-color: #FFFFFF; margin: 0px 0px; }

.lsph_contact__form .form__field__input.invalid  { border: 1px solid red; color: red;   }

.lsph_contact__form .form__field--submit { margin-top: 0px;   }
.lsph_contact__form .form__submit__button {
    font-family: 'VAGRoundedNext-SemiBold';
    pointer-events: auto;
    opacity: 1;
    position: relative;
    display: inline-block;
    width: auto; 
    -webkit-appearance: none;
    border: 1px solid #00577d;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    padding: 5px 16px;
    color: #00577d;
    outline: 0;
    margin: 0px 0px;
    min-width: 140px;
    border-radius: 19px;
    text-transform: uppercase;
    text-decoration: none; 
    cursor: pointer; 
}

.lsph_contact__form .form__submit__button:hover {   border: 1px solid #e7135d;   color: #e7135d; }

@media only screen and (max-width: 650px) {   
  .lsph_contact__form .form__field__title { font-size: 18px; line-height: 24px; }
  
}

@media only screen and (min-width: 651px) and (max-width: 800px)   {
    .lsph_contact__form .form__field__title { font-size: 18px; line-height: 24px; }
}