/* Approved KCL ONE enamel-sign logo treatment */
.brand {
  display: block;
  text-decoration: none;
  line-height: 1;
  width: 204px;
  height: 68px;
  overflow: hidden;
}

.brand img {
  display: block;
  width: 245px;
  height: auto;
  transform: translate(-20px, -28px);
}

.site-footer .brand img {
  width: 245px;
  filter: brightness(0) invert(1) sepia(.12) saturate(.7);
}

@media (max-width: 480px) {
  .brand { width: 164px; height: 55px; }
  .brand img { width: 197px; transform: translate(-16px, -22px); }
}
