/* Lift Financial: retain the supplied transparent logo on a dark brand field. */
#header,
#mobile-header,
#mobile-header .griLSt {
  background: #172632;
}

#mobile-header .griLSt {
  height: 124px;
  padding: 0 24px 12px;
  overflow: hidden;
}

/* The supplied PNG includes broad transparent margins. */
#mobile-header .griLSt > img {
  display: block;
  width: auto;
  max-width: none;
  height: 190px;
  flex: none;
}

#back-button .cMCljO {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

#back-button:hover .cMCljO {
  background: rgba(255, 255, 255, 0.25);
}

#header-progress {
  background: #d8e9e7;
}

#progress {
  background: #0d6e70;
}

@media (max-width: 480px) {
  #mobile-header .griLSt {
    height: 112px;
  }

  #mobile-header .griLSt > img {
    height: 170px;
  }
}
