.footer{--bg:#dbeaf7;--fg:#000;--border:#04294e;--heading:#00000080;--link:#000;--link-hover:#000;background-color:var(--bg);color:var(--fg);padding:40px 0 0}.footer--dark{--bg:#04294e;--fg:#fff;--border:#dbeaf7;--heading:hsla(0,0%,100%,.75);--link:#fff;--link-hover:#fff}.footer__inner{border-bottom:5px solid var(--border)}.footer__container{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;max-width:1200px;padding:0 24px}.footer__logo-social{flex:1 1 45%}.footer__logo img{max-width:150px}.footer__navigation{flex:1 1 51%;padding-bottom:50px;padding-left:0}.footer__navigation h3{color:var(--heading);font-family:Lato;font-size:14px;font-weight:400}@media only screen and (max-width:768px){.footer__navigation h3{margin:0 0 .5rem}}.footer__navigation ul{list-style:none;margin:0;padding-left:0}.footer__navigation li a{color:var(--link);display:block;font-size:.875rem;padding:5px 0;text-decoration:none;transition:color .3s ease}.footer__navigation li a:hover{color:var(--link-hover);text-decoration:underline}ul.menu-columns{display:inline-block;vertical-align:top;width:50%}@media only screen and (max-width:768px){ul.menu-columns{width:100%}}.footer-second-wrapper{background-color:#fff;width:100%}.footer-second{align-items:center;display:flex;justify-content:space-between;max-width:1200px;padding:20px 24px}.footer__copyright{background-color:#fff;color:#00000090;flex:0 0 60%;font-size:.75rem;margin-top:0;padding-top:25px;text-align:left}.footer__copyright a{padding-left:10px;text-decoration:none}.footer__copyright a,.footer__copyright p{color:#00000090;display:inline-block;font-family:Lato;font-size:14px;padding-right:10px}.footer__social{align-items:center;display:flex;flex:0 0 40%;gap:20px;justify-content:flex-end}.footer__social a{align-items:center;color:#a80033;display:flex;justify-content:center}.footer__social a:hover{color:#000}.social-icon{fill:currentColor;height:18px;transition:transform .3s ease;width:18px}.social-link:hover .social-icon{transform:scale(1.1)}