/* Reuse the supplied emblem in compact spaces and full artwork in the footer. */

.brand img {
  object-fit: contain;
}

.footer-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
}

.footer-brand .footer-logo-plaque {
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  width: 210px;
  max-width: 100%;
}

.footer-brand .footer-logo-plaque img {
  width: 180px;
  height: auto;
  max-width: 100%;
}

.footer-brand .footer-brand-tagline {
  display: block;
  margin-top: 13px;
  color: #e1ebf5;
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .02em;
}

@media (max-width:650px) {
  .footer-brand .footer-logo-plaque {
    width: 190px;
    padding: 13px;
  }
}

@media (max-width:650px) {
  .footer-brand .footer-logo-plaque img {
    width: 164px;
  }
}

