/* Editorial Team page: hide breadcrumbs entirely */
.page_editorial_team nav.cmp_breadcrumbs {
  display: none !important;
}
/* Editorial Team page: center the content area */
.page.page_editorial_team {
  max-width: 980px !important;
  margin: 0 auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
/* Center main title on Editorial Team page */
.page_editorial_team h1 {
  text-align: center !important;
}

/* Keep content readable */
.page_editorial_team h3,
.page_editorial_team p {
  text-align: left !important;
}

/* Slightly narrow content for better balance */
.page_editorial_team {
  max-width: 900px !important;
  margin: 0 auto !important;
}
/* Improve readability on hero image sections (About page) */
.page_about .hero,
.page_about .page-header,
.page_about header,
.page_about .page_content {
  position: relative;
}

/* Dark overlay over background image */
.page_about .page_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
}

/* Ensure text appears above overlay */
.page_about .page_content * {
  position: relative;
  z-index: 1;
  color: #ffffff !important;
}
/* Header background: sport & health blue */
.header,
.upper-header,
.lower-header,
#primary-nav-wraper,
#navigationPrimary {
  background-color: #2f6fa3 !important;
}

/* Dropdown menus */
.navigation-dropdown,
.dropdown-menu {
  background-color: #2a618f !important;
}

/* Navigation text */
.header a,
#navigationPrimary a,
#navigationPrimary .nav-link {
  color: #ffffff !important;
}

/* Hover state: energetic but academic */
#navigationPrimary a:hover,
#navigationPrimary .nav-link:hover {
  color: #e8f1fb !important;
}
/* Reduce header height for lighter appearance */
.upper-header {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.lower-header {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

/* Reduce logo/title vertical space */
.logo-wrapper {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}



