/* AI-readiness heading and homepage layout corrections. */
.home-cards {
  padding-top:136px;
}
.home-primary-heading {
  margin:20px auto 6px;
}
.home-primary-heading h1 {
  color:#1c355e;
  font-family:'Flexo';
  font-size:28px;
  font-weight:700;
  line-height:1.15;
  margin:0;
}
.home-cards-audit {
  margin-top:0;
  padding-bottom:8px;
}
.home-cards .home-cards-audit .aio-audit-widget .aio-audit-heading {
  margin-bottom:10px;
}
.home-cards .home-cards-audit .aio-audit-widget .aio-audit-heading h2 {
  font-size:24px !important;
  line-height:1.15 !important;
  margin:0 0 5px !important;
}
.home-cards .home-cards-audit .aio-audit-widget .aio-audit-heading p {
  font-size:15px !important;
  line-height:1.4 !important;
}
.home-cards .home-cards-audit .aio-audit-widget .aio-audit-fields {
  gap:10px;
}
.home-cards .home-cards-audit .aio-audit-widget .aio-audit-field {
  gap:4px;
  margin-bottom:8px;
}
.home-cards .home-cards-audit .aio-audit-widget .aio-audit-field input {
  min-height:44px;
  padding:9px 12px;
}
.home-cards .home-cards-audit .aio-audit-widget .aio-audit-submit {
  min-height:44px;
}
.home-cards .home-cards-audit .aio-audit-widget .aio-audit-consent {
  margin-top:6px;
}
body.admin-bar .home-cards {
  padding-top:168px;
}
#hero.hero_alt .hero-eyebrow {
  display:block;
  font-family:'Lato', sans-serif;
  font-size:16px;
  font-weight:700;
  letter-spacing:.04em;
  line-height:1.3;
  margin:0 0 10px;
  padding-top:130px;
  position:relative;
  text-transform:uppercase;
  z-index:2;
}
@media only screen and (max-width:767px) {
  .home-cards,
  body.admin-bar .home-cards {
    padding-top:28px;
  }
  .home-primary-heading {
    margin:16px auto 6px;
    padding:0 16px;
  }
  .home-primary-heading h1 {
    font-size:24px;
  }
  .home-cards .home-cards-audit .aio-audit-widget .aio-audit-heading h2 {
    font-size:21px !important;
  }
  .home-cards .home-cards-audit .aio-audit-widget .aio-audit-heading p {
    font-size:14px !important;
  }
  #hero.hero_alt .hero-eyebrow {
    font-size:13px;
    padding-top:60px;
  }
}
