
/* ABOUT ONLY — unify all orange eyebrow labels and their spacing to the following main heading */
html body #page-about .arch-hero .eyebrow,
html body #page-about .about-company-card > .eyebrow,
html body #page-about .about-company-card + .arch-card .eyebrow,
html body #page-about .about-company-card + .arch-card + .arch-card .eyebrow,
html body #page-about .dns-about-card .eyebrow{
  margin:0 0 14px!important;
  font-size:11px!important;
  line-height:1.2!important;
  font-weight:700!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  color:#9a7045!important;
}
html body #page-about .arch-hero .eyebrow span,
html body #page-about .about-company-card > .eyebrow span,
html body #page-about .about-company-card + .arch-card .eyebrow span,
html body #page-about .about-company-card + .arch-card + .arch-card .eyebrow span,
html body #page-about .dns-about-card .eyebrow span{
  font-size:11px!important;
  line-height:1.2!important;
  font-weight:700!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  color:#9a7045!important;
}
/* Keep the next main heading exactly 14px below each eyebrow. */
html body #page-about .arch-hero .eyebrow + h1,
html body #page-about .about-company-card > .eyebrow + h2,
html body #page-about .about-company-card + .arch-card .eyebrow + h3,
html body #page-about .about-company-card + .arch-card + .arch-card .eyebrow + h3,
html body #page-about .dns-about-card .eyebrow + h3{
  margin-top:0!important;
}
