#footer{background-color:var(--grey-4a);padding:60px 0}#footer .footer-row{gap:80px;justify-content:space-between}#footer .footer-content{gap:40px}#footer .footer-row .campus-items{gap:80px}#footer .footer-row .campus-item{position:relative;gap:7px}#footer .footer-row .campus-item:before{content:'';position:absolute;top:0;left:calc(100% + 40px);width:1px;height:100%;background-color:var(--white);opacity:.2}#footer .footer-row .campus-item:last-child:before{display:none}#footer .footer-row .ext-links{gap:40px}#footer .footer-row .ext-link{position:relative}#footer .footer-row .ext-link:before{content:'';position:absolute;top:0;left:calc(100% + 20px);width:1px;height:100%;background-color:var(--white);opacity:.2}#footer .footer-row .ext-link:last-child:before{display:none}@media all and (max-width:980px){#footer{padding:40px 0}#footer .footer-row{flex-direction:column;gap:30px}#footer .footer-row .campus-items{flex-direction:column;gap:30px}#footer .footer-row .ext-links{flex-direction:column;gap:30px}}