/* One shared footer, including member and account pages. Never overlays content. */
body .site-wrap:has(>.sms-site-footer) { display:flex; flex-direction:column; min-height:100vh; min-height:100dvh; }
body .site-wrap:has(>.sms-site-footer)>* { flex-shrink:0; }
body .site-wrap:has(>.sms-site-footer)>.member-header { width:100%; }
body .site-wrap>.sms-site-footer.footer { margin-top:auto; padding:56px 0 24px; background:#f0f3ee!important; background-image:none!important; color:#536572; font-family:var(--sms-font-family); }
body .sms-site-footer::before,body .sms-site-footer::after { display:none; }
body .sms-site-footer>.container { width:100%; max-width:1240px; padding:0 24px; }
body .sms-site-footer>.container>.row:first-child { display:grid; grid-template-columns:1.4fr 1fr 1.2fr 1fr; gap:24px; margin:0; }
body .sms-site-footer>.container>.row:first-child>div { max-width:none; width:auto; padding:0; margin:0; min-width:0; }
body .sms-site-footer p,body .sms-site-footer li { color:#536572; font-size:14px; line-height:1.65; }
body .sms-site-footer a { color:#536572!important; text-decoration:none; }
body .sms-site-footer a:hover { color:#216960!important; text-decoration:underline; text-underline-offset:3px; }
body .sms-site-footer a:focus-visible { outline:3px solid #b88938; outline-offset:3px; border-radius:3px; }
body .sms-site-footer li a,body .sms-site-footer p>a { display:inline-block; padding:5px 0; }
body .sms-site-footer .footer-heading { color:#163449; font-size:15px; font-weight:750; margin:0 0 18px; }
body .sms-site-footer .footer-heading span { border-bottom:2px solid #b88938; padding-bottom:6px; }
body .sms-site-footer .copyright { text-align:center; color:#536572; border-top:1px solid #d6dfd6; margin-top:32px; padding:24px 0 0; }
body .sms-site-footer .copyright p { margin:0; font-size:13px; }
body .sms-site-footer .sms-language-flags { margin-bottom:8px; }
body .sms-subscribe.ftco-subscribe-1 { background:#163449!important; padding:44px 0; }
body .sms-subscribe.ftco-subscribe-1::before { display:none; }
body .sms-subscribe.ftco-subscribe-1 h2 { font-size:24px; color:#fff; }
body .sms-subscribe.ftco-subscribe-1 p { color:#e0e9e9; font-size:15px; }
body .sms-subscribe .form-control { min-width:0; height:48px; border-radius:8px; font-size:16px; }
body .sms-subscribe .btn { min-height:48px; background:#eef3ee; border-color:#eef3ee; color:#163449; border-radius:8px; }
@media(max-width:991px) {
 body .sms-site-footer>.container>.row:first-child { grid-template-columns:repeat(2,minmax(0,1fr)); gap:28px; }
}
@media(max-width:575px) {
 body .site-wrap>.sms-site-footer.footer { padding-top:36px; }
 body .sms-site-footer>.container>.row:first-child { grid-template-columns:minmax(0,1fr); gap:24px; }
 body .sms-site-footer li a,body .sms-site-footer p>a { padding:10px 0; min-height:44px; }
 body .sms-site-footer .footer-heading { margin-bottom:12px; }
 body .sms-site-footer>.container { padding:0 20px; }
 body .sms-subscribe.ftco-subscribe-1 { padding:32px 4px; }
}
