/* Clear Link v1.10.24 — transparent corporate logo in header + footer.
   The supplied PNG stays transparent; no plate, fill, border, or shadow is added. */
.brand--image{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  overflow:visible!important;
}
.brand__logo-image{
  display:block;
  width:auto;
  height:auto;
  object-fit:contain;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.site-header .brand--image{
  flex:0 0 68px!important;
  width:68px!important;
  max-width:68px!important;
  min-width:68px!important;
  justify-content:center;
}
.site-header .brand__logo-image{
  width:62px!important;
  height:62px!important;
  max-width:62px!important;
  max-height:62px!important;
}
.site-footer .footer-brand .brand--footer.brand--image{
  display:inline-flex;
  width:210px!important;
  max-width:210px!important;
  min-width:0!important;
  height:auto!important;
  flex:0 0 auto!important;
  align-items:flex-start;
  justify-content:flex-start;
}
.site-footer .brand__logo-image--footer{
  width:210px!important;
  height:auto!important;
  max-width:210px!important;
  max-height:none!important;
}

@media (min-width:1121px){
  html body.has-overlay-header .site-header .brand--image{
    height:64px!important;
    align-self:center!important;
  }
}
@media (max-width:1120px){
  .site-header .brand--image{
    flex-basis:62px!important;
    width:62px!important;
    max-width:62px!important;
    min-width:62px!important;
  }
  .site-header .brand__logo-image{
    width:58px!important;
    height:58px!important;
    max-width:58px!important;
    max-height:58px!important;
  }
}
@media (max-width:680px){
  .site-header .brand--image{
    flex-basis:56px!important;
    width:56px!important;
    max-width:56px!important;
    min-width:56px!important;
  }
  .site-header .brand__logo-image{
    width:52px!important;
    height:52px!important;
    max-width:52px!important;
    max-height:52px!important;
  }
  .site-footer .footer-brand .brand--footer.brand--image,
  .site-footer .brand__logo-image--footer{
    width:180px!important;
    max-width:180px!important;
  }
}


/* v1.11.17 — footer-only stacked logo */
.site-footer .footer-brand .brand--footer-stacked.brand--image{
  width:220px!important;
  max-width:min(220px,100%)!important;
  align-items:flex-start!important;
}
.site-footer .brand__logo-image--footer-stacked{
  width:220px!important;
  height:auto!important;
  max-width:100%!important;
  max-height:none!important;
}
@media (max-width:680px){
  .site-footer .footer-brand .brand--footer-stacked.brand--image,
  .site-footer .brand__logo-image--footer-stacked{
    width:170px!important;
    max-width:min(170px,78vw)!important;
  }
}
