/* global variables
*****************************************************************************/
/* color palette */
/* lending-specific screens */
/* default theme variables */
/* client theme variables */
/* ClearGage portal Contact Us view
*****************************************************************************/
.contact h2 {
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
}

.contact .glyph {
  width: 50px;
  height: 50px;
  margin: 0 5px 0 0;
  border-radius: 8px;
}

/*=============================================================================
  media queries
=============================================================================*/
/* Medium devices (vertical tablets) */
/* Small devices (landscape phones) */
@media only screen and (max-width: 767px) {
  .contact .box {
    font-size: 0.9em;
  }
}
/* Small devices (vertical phones) */
@media only screen and (max-width: 600px) {
  .contact .box {
    text-align: center;
  }
}

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