/* global variables
*****************************************************************************/
/* color palette */
/* lending-specific screens */
/* default theme variables */
/* client theme variables */
/* ClearGage portal Pay Now Lite views
*****************************************************************************/
#subheader .welcome-text span {
  font-size: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
}

#subheader a {
  color: #fff;
}

#subheader .contact-info {
  float: right;
  margin: 0 0 20px 25px;
  white-space: nowrap;
  font-size: 0.8em;
}

.form.patient-info > li.half {
  width: 25%;
  margin: 0;
  padding-right: 20px;
}

/*=============================================================================
  media queries
=============================================================================*/
/* Medium devices (vertical tablets) */
@media only screen and (max-width: 1023px) {
  .form.patient-info > li.half {
    width: 50%;
  }
}
/* Small devices (landscape phones) */
@media only screen and (max-width: 767px) {
  .form.captcha img {
    max-width: 250px;
  }
}
/* Small devices (vertical phones) */
@media only screen and (max-width: 600px) {
  #subheader .contact-info {
    display: none;
  }

  .form.patient-info > li.half {
    width: 100%;
  }

  .form.captcha div {
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=cg.portal.paynowlite.css.map */
