h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

/**
 * Bold fonts that were otherwise bolded by use of a different Futura font (ugh)
 */
.tile-card-title {
  font-weight: bold;
}

/**
 * Fixes for !important use of futura fonts.
 */
.post-title,
.module-subtitle,
.module-card-title,
.results-card-title,
.event-dates
{
  font-weight: bold;
}

/**
 * Various fixes for cherry picked elements that used Futura demi-bold.
 */
.module-training .menu-section ul li a,
.single-event .event__header-background .event__header-meta span,
.single-event .event__body .article-index .sub-index.active,
.pricing-line-first,
.hero-feature-event > div .right-panel h3,
#article-index__offcanvas .uk-offcanvas-bar h3,
#search-filter__container-mobile-id .search-filter__filter-options-title span,
#search-filter__container-mobile-id .search-filter__filter-options-container-mobile .search-filter__filter-header-mobile .search-filter__filter-header-title-mobile,
#search-filter__container-mobile-id .events-filter__filter-options-container-mobile .search-filter__filter-header-mobile .search-filter__filter-header-title-mobile
{
  font-weight: bold;
}
.module-training .menu-section ul li a .sub {
  font-weight: normal;
}

/**
 * Other fixes unrelated to fonts.
 */
.module-getting-involved .news-section .news-info .description .post-title {
  height: 50px;
}