.banner-outer-backing {
  background-color:#072743;
}
.banner-inner-backing {
  background-color:white;
}
#site-header .parent-site-banner {
  height:unset !important;
  background-color:#072743;
  color:white;
  font-family:inherit;
}
#site-header .parent-site-banner .parent-link {
  font-family:inherit;
  font-size:75%;
}
@media (max-width:1024.98px) {
  nav.breadcrumbs li.more {
    flex-grow: 1;
    display: inline-block;
    width: auto;
    z-index: 99;

    .section-menu {
      max-height: 5vh;
      overflow: scroll;
    }

    li > a {
      white-space: wrap;
      white-space: normal;
    }
  }
}
