@import url('./common.css');

/* ===== STAFF PAGE HERO SECTION FORCE FIX ===== */

.page-hero{
  background: linear-gradient(135deg,#062f2b,#0c5a4f) !important;
  padding: 55px 0 70px !important;
}

.page-hero .eyebrow{
  color: rgba(255,255,255,0.75) !important;
}

.page-hero .section-title{
  color: #ffffff !important;
}

.page-hero .section-text{
  color: rgba(255,255,255,0.85) !important;
}

.page-hero .breadcrumbs{
  margin-top: 18px !important;
  color: rgba(255,255,255,0.75) !important;
}

.page-hero .breadcrumbs a{
  color: rgba(255,255,255,0.9) !important;
}

.page-hero .breadcrumbs i{
  color: rgba(255,255,255,0.5) !important;
}

.page-hero .breadcrumbs span{
  color: #ffffff !important;
}

.page-hero .container-custom{
  max-width: 1100px !important;
}