/* Shared, visible JIN:R header for all inner pages. The home has its own header. */
body:not(.clg-home) #commonHeader {
  background: #fff !important;
  box-shadow: 0 2px 16px rgba(28, 74, 112, .10);
}
body:not(.clg-home) #commonHeader #headerLogoLink {
  color: #102f68 !important;
  text-decoration: none;
  align-items: center;
  gap: 10px;
}
body:not(.clg-home) #commonHeader #headerLogoLink::before {
  content: "♥";
  display: inline-grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 40% 40% 50% 50%;
  background: linear-gradient(135deg, #159dad, #8edbe5);
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  transform: rotate(-12deg);
}
body:not(.clg-home) #commonHeader #SiteSubCopy,
body:not(.clg-home) #commonHeader #globalMenuList a,
body:not(.clg-home) #commonHeader #headerSearchIcon {
  color: #102f68 !important;
}
body:not(.clg-home) #commonHeader #hamburgerMenu .c--menu-trigger .a--menu-bar {
  background: #102f68 !important;
}
body:not(.clg-home) #commonHeader #globalMenuList a:hover,
body:not(.clg-home) #commonHeader #headerLogoLink:hover {
  color: #087b91 !important;
}
@media (max-width: 700px) {
  body:not(.clg-home) #commonHeader #headerLogoLink::before {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    font-size: 21px;
  }
}
