/* Brand Colors */
/*gradient colors*/
/* CTA Text Color */
/* HERO TEXT COLOR */
/* Vertically aligned content

When content is vertically aligned, often times the copy margin is off; these variables correct this issue.

*/
/* CTA COLORS*/
/* Main CTA colors */
#adwcleaner section {
  border: none !important; }
#adwcleaner section#hero {
  background-color: #fff;
  background-image: url(/images/adwcleaner/hero-bg.jpg);
  background-position: bottom;
  padding: 0;
  margin: 0;
  background-size: contain; }
  #adwcleaner section#hero h1 {
    margin: 0; }
  #adwcleaner section#hero h1, #adwcleaner section#hero h1 * {
    text-transform: none; }
  #adwcleaner section#hero h1, #adwcleaner section#hero h1 *, #adwcleaner section#hero p {
    color: #414042; }
  #adwcleaner section#hero p {
    margin: 20px 0; }
#adwcleaner section#intro #screenshots .screen img {
  width: 100%;
  height: auto; }
