body.site-shell .site-footer{
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  overflow:visible !important;
  grid-auto-rows:auto !important;
}

body.site-shell .site-footer-address{
  display:grid !important;
  gap:7px !important;
  margin-top:7px !important;
  font-size:14px !important;
  font-weight:500 !important;
}

body.site-shell .site-footer-address span{
  display:block !important;
  margin-top:0 !important;
  font-size:inherit !important;
  font-weight:inherit !important;
}

body.site-shell .site-footer-contact-links{
  display:grid !important;
  gap:8px !important;
  margin-top:18px !important;
}

body.site-shell .site-footer-contact-links a{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  margin-top:0 !important;
  font-size:14px !important;
  font-weight:500 !important;
}

body.site-shell .site-footer-contact-links a span{
  display:inline !important;
  margin-top:0 !important;
  font-size:inherit !important;
  font-weight:inherit !important;
}

body.site-shell .site-footer-contact-icon{
  display:block !important;
  flex:0 0 16px !important;
  width:16px !important;
  min-width:16px !important;
  max-width:16px !important;
  height:16px !important;
  max-height:16px !important;
  margin-top:0 !important;
}

body.site-shell .site-footer-contact-links svg{
  display:block !important;
  flex:0 0 16px !important;
  width:16px !important;
  min-width:16px !important;
  max-width:16px !important;
  height:16px !important;
  max-height:16px !important;
}

body.site-shell .site-footer-phone-hours{
  margin-top:16px !important;
  color:#215173 !important;
  font-size:14px !important;
  font-weight:500 !important;
  line-height:1.45 !important;
}

body.site-shell .site-footer-phone-hours strong{
  display:block !important;
  font-weight:600 !important;
}

body.site-shell .site-footer-phone-hours-grid{
  display:grid !important;
  grid-template-columns:72px max-content !important;
  column-gap:10px !important;
  row-gap:3px !important;
  margin-top:5px !important;
}

body.site-shell .site-footer-phone-hours-grid span{
  display:block !important;
  margin-top:0 !important;
  font-size:inherit !important;
  font-weight:inherit !important;
}
