footer{background:var(--black);padding-top:3rem}footer,footer a{color:var(--white)}footer a:hover{color:var(--blue)}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:30%;margin-left:0;margin-right:auto;width:30%}}footer .footer-wrapper .container .row .footer-content .content-column h5{color:var(--white)}footer .footer-wrapper .container .row .footer-content .content-column ul{list-style-type:none;padding-left:0}footer .footer-wrapper .container .row .footer-content .content-column ul li{font-size:.875rem;line-height:1.75}footer .footer-wrapper .container .row .footer-social{-moz-column-gap:.5rem;column-gap:.5rem;display:flex;margin-bottom:1.5rem}footer .footer-wrapper .container .row .footer-social a{align-items:center;background:var(--blue);border-radius:50%;display:flex;flex-direction:column;height:1.75rem;justify-content:center;width:1.75rem}footer .footer-wrapper .container .row .footer-social a span{line-height:.875rem}footer .footer-wrapper .container .row .footer-social a svg{fill:var(--white);height:.875rem;transform:translateY(1px);width:auto}footer .footer-wrapper .container .footer-copyright{font-size:.875rem;padding:1rem}