.footer{background-color:var(--accentcolor);color:var(--white);display:block;font-size:14px;padding-bottom:60px;padding-top:36px}.footer .footer-itemswrapper{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;margin-left:auto;margin-right:auto;max-width:1000px;min-height:30px;width:95%}.footer .footer-itemswrapper .footer-col{color:#fff;flex-grow:1;font-family:var(--sightfontregular);max-width:120px}.footer .footer-itemswrapper .footer-col a{color:#fff}.footer .social-icon{width:36px}@media (max-width:480px){.footer-logo{margin-bottom:20px}.footer .footer-itemswrapper{display:grid;grid-template-columns:1fr;grid-template-rows:auto}.footer .footer-itemswrapper .footer-col{margin-bottom:20px;max-width:100%}}@media (min-width:481px) and (max-width:768px){.footer-logo{margin-bottom:20px}.footer .footer-itemswrapper{display:grid;gap:20px;grid-template-columns:1fr 1fr;grid-template-rows:auto}.footer .footer-itemswrapper .footer-col{max-width:100%}.footer-logo{grid-column:1/span 2}}