/* HMIS compact header */
@media (min-width: 779px) {
  .masthead .branding img:not(.mobile-logo) {
    width: 72px !important;
    max-width: 72px !important;
    height: auto !important;
  }
  .masthead .branding { flex: 0 0 auto; }
  .masthead .mini-search .submit,
  .masthead .mini-search .search-icon,
  .masthead .mini-search .searchform a { color: #fff !important; }
}
@media (max-width: 778px) {
  .mobile-header-bar { background: #233d60 !important; min-height: 78px; }
  .mobile-header-bar .branding img.mobile-logo {
    width: 72px !important;
    max-width: 72px !important;
    height: auto !important;
  }
  .mobile-header-bar .dt-mobile-menu-icon .menu-line { background-color: #fff !important; }
}
/* Page headings are already included in the page content. */
body.page .page-title { display: none !important; }