.site-footer{position:relative;z-index:20}.site-footer.residential .footer-main{background-color:var(--primary-brown);color:#f8f8f8}.site-footer.residential .footer-heading{color:#fff}.site-footer.residential .footer-legal,.site-footer.residential .footer-logo-row{background-color:var(--primary-brown)}.site-footer.residential .footer-line{background-color:hsla(0,0%,100%,.3)}.site-footer.residential .social-icons a:hover{color:var(--primary-amber)}.site-footer.commercial .footer-main{background-color:var(--primary-blue);color:#f8f8f8}.site-footer.commercial .footer-heading{color:#fff}.site-footer.commercial .footer-legal,.site-footer.commercial .footer-logo-row{background-color:var(--primary-blue)}.site-footer.commercial .footer-line{background-color:hsla(0,0%,100%,.3)}.site-footer.commercial .social-icons a:hover{color:#00bcd4}.footer-main{padding:3rem 0 2rem}@media (min-width:1024px){.footer-main{padding:4rem 0 2rem}}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (min-width:1024px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr 1.2fr;gap:2rem}}.footer-col{padding:0}.footer-col.desktop-only{display:none}@media (min-width:1024px){.footer-col.desktop-only{display:block}.acknowledgement-col{padding-right:2rem}}.footer-heading{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.acknowledgement-text{font-size:.8125rem;line-height:1.6;opacity:.85}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.625rem}.footer-links a{font-size:.875rem;color:inherit;opacity:.85;transition:opacity .2s ease}.footer-links a:hover{opacity:1}.contact-col .footer-address{font-style:normal;font-size:.875rem;line-height:1.5;opacity:.85;margin-bottom:.75rem}.contact-col .footer-email,.contact-col .footer-phone{font-size:.875rem;margin-bottom:.375rem}.contact-col .footer-email a,.contact-col .footer-phone a{color:inherit;opacity:.85;transition:opacity .2s ease}.contact-col .footer-email a:hover,.contact-col .footer-phone a:hover{opacity:1}.mobile-cross-link{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid hsla(0,0%,100%,.15)}@media (min-width:1024px){.mobile-cross-link{display:none}}.mobile-cross-link a{display:block;color:#fff;font-size:.9375rem;font-weight:500;opacity:.9;transition:opacity .2s ease;text-align:center}.mobile-cross-link a:hover{opacity:1}.social-row{display:flex;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem}.social-icons{display:flex;gap:.75rem}.social-icons a{font-size:1.5rem;color:#fff;transition:color .2s ease}.footer-logo-row{padding:1.5rem 0}.logo-with-lines{display:flex;align-items:center;justify-content:center;gap:1.5rem}@media (min-width:768px){.logo-with-lines{gap:2rem}}.footer-line{flex:1;height:1px;max-width:300px}.footer-logo{flex-shrink:0}.footer-logo img{width:140px;height:auto}@media (min-width:768px){.footer-logo img{width:160px}}@media (min-width:1024px){.footer-logo img{width:180px}}.footer-legal{padding:1rem 0}.legal-content{display:flex;flex-direction:column;gap:.5rem}@media (min-width:768px){.legal-content{flex-direction:row;justify-content:space-between;align-items:center}}.legal-links{font-size:.8125rem;display:flex;gap:1.5rem}.legal-links a{color:#fff;opacity:.85;transition:opacity .2s ease}.legal-links a:hover{opacity:1}.copyright{font-size:.8125rem;color:#fff;opacity:.85}@media (min-width:768px){.copyright{text-align:right}}.footer-menu-hover-effect{position:absolute;top:0;left:0;right:0;bottom:0}.footer-menu-hover-effect:after{content:"";position:absolute;width:100%;height:3px;background:#007aff;bottom:-5px;left:0;transform:scaleX(0);transform-origin:bottom right;transition:transform .5s linear}.footer-menu-hover-effect:hover:after{transform:scaleX(1);transform-origin:bottom left}.footer-menu-hover-effect.brown:after{background:var(--primary-brown)}