/* Hassock Wood dark-section brand treatment
   Applied only on manufacturing.html and products.html. */

.people-band,
.performance-section{
  background:#10233f!important;
  color:#fff!important;
}

.people-band h2,
.people-band h3,
.people-band strong,
.performance-section h2,
.performance-section h3{
  color:#fff!important;
}

.people-band .eyebrow,
.performance-section .eyebrow{
  color:#d31820!important;
}

.people-band .eyebrow::before,
.performance-section .eyebrow::before{
  background:#d31820!important;
}

.people-band .muted,
.people-band p,
.performance-section .section-head p{
  color:rgba(255,255,255,.76)!important;
}

/* Manufacturing cards */
.people-band .people-point{
  background:#172d4a!important;
  border-color:rgba(255,255,255,.16)!important;
  box-shadow:0 12px 28px rgba(0,0,0,.10)!important;
}

.people-band .people-point span{
  color:rgba(255,255,255,.74)!important;
}

/* Solutions / technical-performance cards */
.performance-section .performance-link{
  background:#172d4a!important;
  border-color:rgba(255,255,255,.16)!important;
  box-shadow:0 12px 28px rgba(0,0,0,.10)!important;
}

.performance-section .performance-link:hover{
  background:#1b3557!important;
  border-color:rgba(255,255,255,.26)!important;
}

.performance-section .performance-link strong{
  color:#d31820!important;
}

.performance-section .performance-link span{
  color:rgba(255,255,255,.76)!important;
}
