#section-intro {
  display: flex !important; /* Parallax override */
  align-items: center;
}

#maia-footer {
  position: relative;
}

.section-intro-fullscreen .section-headline {
  margin-bottom: 28px;
}

.section-vertical-align {
  top: 47%;
  margin-top: 0 !important;
  top: 0;
}

.docs .section-intro .one-whole,
.sheets .section-intro .one-whole,
.slides .section-intro .one-whole,
.forms .section-intro .one-whole {
  margin-top: 0;
}

/* New styles */
.headline-ctas {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.headline-cta-section {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  color: #626262;
  display: flex;
  flex-basis: 45%;
  flex-direction: column;
  margin: 8px;
  max-width: 388px;
  padding: 35px 25px;
}

.headline-cta-section h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 22px;
}

.headline-cta-section p {
  font-size: 17px;
  margin-bottom: 25px;
  color: #626262;
}

.headline-cta-section img {
  height: 65px;
  margin: 5px;
}

.headline-cta-section img.hero-icon {
  height: auto;
  width: 40px;
  margin: 5px auto;
}

.headline-cta-section img.headline-cta-gsuite-logo {
  width: 280px;
  margin: auto;
}

.headline-cta-section a {
  background-color: #4386fc;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin: auto;
  min-width: 150px;
  padding: 15px;
  margin-top: auto;
  justify-self: end;
  margin-bottom: 0;
}

.headline-cta-section a:visited {
  color: #fff;
}

.section-photo {
  top: 0;
}

@media all and (max-width: 767px) {
  .headline-cta-section h2 {
    font-size: 30px;
    line-height: 24px;
  }

  .headline-ctas {
    flex-wrap: wrap;
  }

  .headline-cta-section {
    flex-basis: 100%;
  }

  /* Overrides for parallax. */
  .section-intro,
  .unfixed-wrapper {
    display: block !important;
    height: auto !important;
    opacity: 0;
    position: relative;
  }

  .section-photo-intro {
    height: 120% !important;
  }

  .editors-layout {
    padding-top: 0 !important;
  }

  .section-vertical-align {
    margin-top: 100px !important;
    margin-bottom: 50px;
    padding: 5px;
  }
}
