/* Final public-release adjustments shared by all pages. */
.kc-footer-logo-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  padding:8px 0 14px;
}
.kc-footer-logo,
.ft .kc-footer-logo{
  display:inline-flex;
  align-items:center;
  width:auto;
  max-width:100%;
  text-decoration:none;
}
.kc-footer-logo img,
.ft .kc-footer-logo img{
  display:block;
  width:min(220px,52vw);
  height:auto;
  max-height:76px;
}
.kc-page-footer .kc-wrap,
.trust-footer{
  display:flex;
  align-items:center;
  justify-content:center;
}
.kc-page-footer .kc-footer-logo img,
.trust-footer .kc-footer-logo img{
  width:min(210px,58vw);
}
.kc-legal-links{
  padding-top:12px;
}
.kc-legal-links:empty{
  display:none;
}
@media(max-width:620px){
  .ft .ft-grid{grid-template-columns:1fr;justify-items:center;text-align:center}
  .ft .ft-links{justify-content:center}
  .ft .ft-copy{text-align:center}
}
