footer{background:var(--pcg-darkblue-800);color:#fff;font-size:14px;font-family:var(--pcgPrimaryFont);text-transform:uppercase;letter-spacing:1.5px}footer .g-grid-container{padding:3rem 0}footer .footer-top,footer .footer-mid{justify-content:space-between}footer .footer-top{padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.5)}footer ul{list-style:none}footer a{color:#fff!important}footer a:hover{text-decoration:underline}footer .footer-top .footer-logo svg{width:80%}footer .footer-mid{padding:1rem 0}footer .footer-mid .footer-links{width:70%}footer .footer-mid .footer-sites{width:30%;justify-content:end}footer .footer-mid .navbar ul{display:flex;flex-direction:row;flex-wrap:wrap;column-gap:10px;row-gap:5px}footer .footer-mid .navbar ul li::before{content:"";position:relative;bottom:-2px;display:inline-block;margin-right:10px;height:14px;border-left:1px solid var(--pcg-blue-600-brand)}footer .footer-mid .navbar ul li:first-child::before{display:none;margin-right:0}footer .footer-bottom p{margin-bottom:0!important;color:#fff!important}footer .footer-sites .bgfg a{display:flex;padding:10px 12px;border:1px solid rgba(255,255,255,.5)}footer .footer-sites .bgfg a:hover{border:1px solid rgba(255,255,255,.8)}@media (max-width:768px){footer .footer-mid .footer-links,footer .footer-mid .footer-sites{width:100%;justify-content:start}footer .footer-top,footer .footer-mid,footer .footer-sites{flex-direction:column!important;gap:1rem!important;align-items:start!important}}