
/* V56 — Dual Logo System
   Header: white/blue logo on dark top bar.
   Footer: dark-blue/cyan logo on light footer. */

.footer,
.site-footer{
  background:#eef4f8!important;
  color:#35556b!important;
  border-top:1px solid #d7e3ea!important;
}

.footer .container,
.site-footer .container{
  position:relative;
}

.footer .footer-grid,
.site-footer .footer-grid{
  padding-top:46px!important;
  padding-bottom:32px!important;
  align-items:start!important;
}

.footer .footer-grid h4,
.footer .footer-grid strong,
.site-footer .footer-grid h4,
.site-footer .footer-grid strong{
  color:#14374f!important;
}

.footer .footer-grid p,
.footer .footer-grid a,
.footer .footer-bottom,
.footer .footer-bottom span,
.site-footer .footer-grid p,
.site-footer .footer-grid a,
.site-footer .footer-bottom,
.site-footer .footer-bottom span{
  color:#69849a!important;
}

.footer .footer-grid a:hover,
.site-footer .footer-grid a:hover{
  color:#087fb2!important;
}

/* Footer brand column */
.footer .footer-grid>div:first-child,
.site-footer .footer-grid>div:first-child{
  text-align:center!important;
}

.footer .footer-grid>div:first-child .brand,
.site-footer .footer-grid>div:first-child .brand{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  width:100%!important;
}

.footer .brand-logo-image,
.site-footer .brand-logo-image{
  display:block!important;
  width:min(320px,100%)!important;
  height:auto!important;
  margin:0 auto!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  filter:none!important;
  object-fit:contain!important;
}

.footer .footer-grid>div:first-child>p,
.site-footer .footer-grid>div:first-child>p{
  max-width:380px!important;
  margin:18px auto 0!important;
  text-align:center!important;
  color:#7890a2!important;
  line-height:1.6!important;
}

.footer .footer-bottom,
.site-footer .footer-bottom{
  border-top:1px solid #d7e3ea!important;
  padding-top:20px!important;
  padding-bottom:24px!important;
  color:#71899b!important;
}

.footer .footer-local-link,
.site-footer .footer-local-link{
  text-align:center!important;
  margin:0!important;
  padding:0 0 22px!important;
}

.footer .footer-local-link a,
.site-footer .footer-local-link a{
  color:#4f7086!important;
  font-size:.78rem!important;
}

/* Ensure header logo stays optimized for dark header */
.legacy-sticky-header .brand-logo-image,
.site-header .brand-logo-image,
.header-inner .brand-logo-image{
  background:transparent!important;
  box-shadow:none!important;
  border:0!important;
}

/* Small screens */
@media(max-width:760px){
  .footer .brand-logo-image,
  .site-footer .brand-logo-image{
    width:min(280px,100%)!important;
  }

  .footer .footer-grid,
  .site-footer .footer-grid{
    padding-top:34px!important;
  }
}
