html, body, .t-Body, .t-Body-content, .t-Region, .t-Body-mainContent, .t-Body-contentInner, .container, .t-PageBody t-PageBody--hideLeft t-PageBody--hideActions apex-icons-fontapex apex-theme-redwood-customized rw-layout--fixed t-PageBody--scrollTitle rw-mode-body-header--light rw-mode-body--light rw-mode-header--light t-PageBody--noNav t-PageTemplate--minimal js-ready {
  background-color: #ffffff !important;
}

/* Style the overall navigation bar container */
.t-NavigationBar {
  background-color: #000000 !important;
  border-bottom: 2px solid #ccc;
}

/* Style the individual navigation links */
.t-NavigationBar a {
  color: #ffffff;
  font-family: 'GovKyFont', sans-serif;
  padding: 10px;
}

/* Hover effect for navigation links */
.t-NavigationBar a:hover {
  background-color: #333333;
}

.t-Header-branding {
  display: none !important;
}


.rw-pillar--neutral .t-Body-title:after, .rw-pillar--neutral.rw-layout--fixed .t-Body-mainContent:before, body:not([class*=rw-pillar--]) .t-Body-title:after, body:not([class*=rw-pillar--]).rw-layout--fixed .t-Body-mainContent:before{
    color: #Ffef00;
}

@media (min-width: 640px) {
  .rw-layout--fixed:not(.rw-layout--edge-to-edge):not(.rw-layout--contained):not(.rw-layout--foldout) .t-Body-mainContent:before {
    display: none !important;
    content: "" !important;
  }
}


body.t-Dialog #breadcrumb-bar {
  display: none !important;
}
