footer{background:var(--grey-dark)}footer,footer a{color:var(--white)}footer a:hover{color:var(--orange)}footer .footer-wrapper .container{margin:0 auto;max-width:1240px;padding:0 20px}footer .footer-wrapper .container .row{display:flex;justify-content:space-between}footer .footer-wrapper .container .row .footer-content{display:flex;flex-wrap:wrap;width:100%}footer .footer-wrapper .container .row .footer-content .content-column{flex-basis:100%;padding-left:1rem;padding-right:1rem;width:100%}@media (min-width:576px){footer .footer-wrapper .container .row .footer-content .content-column{flex-basis:50%;width:50%}}@media (min-width:768px){footer .footer-wrapper .container .row .footer-content .content-column{flex-basis:33.3333%;width:33.3333%}footer .footer-wrapper .container .row .footer-content .content-column:first-of-type{flex-basis:100%;width:100%}}@media (min-width:1200px){footer .footer-wrapper .container .row .footer-content .content-column{flex-basis:auto;margin-left:1.5rem;width:auto}footer .footer-wrapper .container .row .footer-content .content-column:first-of-type{flex-basis:35%;margin-left:0;margin-right:auto;width:35%}}footer .footer-wrapper .container .row .footer-content .content-column h4{color:var(--white);font-weight:700}footer .footer-wrapper .container .row .footer-content .content-column ul{list-style-type:none;padding-left:0}footer .footer-wrapper .container .row .footer-social{display:flex}footer .footer-wrapper .container .row .footer-social a{display:block;height:48px;padding:.625rem;width:48px}footer .footer-wrapper .container .row .footer-social a svg{fill:var(--white);height:100%;width:auto}