/* NESkills v155: page-specific compact course heroes while hamburger navigation is active. */
@media (max-width: 1099px) {
  body.courses87-page main#main > section.courses87-hero,
  body.se95-page main#main > section.se95-hero,
  body.cs96-page main#main > section.cs96-hero,
  body.ps91-page main#main > section.ps91-hero,
  body.iv92-page main#main > section.iv92-hero,
  body.pd97-page main#main > section.pd97-hero,
  body.ss98-page main#main > section.ss98-hero,
  body.wc94-page main#main > section.wc94-hero,
  body.hp93-page main#main > section.hp93-hero,
  body.five104-page main#main > section.five104-hero,
  body.exec89-page main#main > section.exec89-hero {
    min-height: auto !important;
    margin-top: 0 !important;
    padding-top: 18px !important;
    align-items: flex-start !important;
  }

  body.courses87-page .courses87-hero-grid,
  body.se95-page .se95-hero-grid,
  body.cs96-page .cs96-hero-grid,
  body.ps91-page .ps91-hero-grid,
  body.iv92-page .iv92-hero-grid,
  body.pd97-page .pd97-hero-grid,
  body.ss98-page .ss98-hero-grid,
  body.wc94-page .wc94-hero-grid,
  body.hp93-page .hp93-hero-grid,
  body.five104-page .five104-hero-grid,
  body.exec89-page .exec89-hero-grid {
    align-items: start !important;
  }

  body.courses87-page .courses87-hero-copy,
  body.se95-page .se95-hero-copy,
  body.cs96-page .cs96-hero-copy,
  body.ps91-page .ps91-hero-copy,
  body.iv92-page .iv92-hero-copy,
  body.pd97-page .pd97-hero-copy,
  body.ss98-page .ss98-hero-copy,
  body.wc94-page .wc94-hero-copy,
  body.hp93-page .hp93-hero-copy,
  body.five104-page .five104-hero-copy,
  body.exec89-page .exec89-hero-copy {
    align-self: start !important;
    margin-top: 0 !important;
  }
}
