/* Site-wide typography preference: no underlines or decorative rules beneath text. */
a,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
  text-underline-offset: 0 !important;
}

.nav-links a,
.nav-links a:hover,
.nav-links a:focus,
.nav-links a.active,
.mobile-menu a,
.footer-links a,
.hero-secondary-link,
.course-detail-link,
.course-mini-link,
.project-link,
.project-link-inline,
.secondary-link,
.toc a {
  border-bottom-color: transparent !important;
  border-bottom-width: 0 !important;
  text-decoration: none !important;
}

.eyebrow::before,
.eyebrow::after,
.hero .eyebrow::before,
.hero .eyebrow::after,
.wall-of-honor-page .hero .eyebrow::before,
.wall-of-honor-page .hero .eyebrow::after,
.section-kicker::before,
.section-kicker::after,
.guide-kicker::before,
.guide-kicker::after,
.page-kicker::before,
.page-kicker::after,
.hero h1::before,
.hero h1::after,
.hero-grid h1::before,
.hero-grid h1::after,
.hero-inner h1::before,
.hero-inner h1::after,
.about-hero h1::before,
.about-hero h1::after,
.legal-hero h1::before,
.legal-hero h1::after,
.article-head h1::before,
.article-head h1::after,
.wall-of-honor-page .hero h1::before,
.wall-of-honor-page .hero h1::after,
.section-title h2::before,
.section-title h2::after,
.process-heading h2::before,
.process-heading h2::after,
.faq-section h2::before,
.faq-section h2::after,
.title-accent,
.heading-line,
.title-line,
.accent-line {
  display: none !important;
  content: none !important;
}
