#site-footer{background-color:var(--brand-black);color:var(--brand-white);padding:0 var(--brand-padding-small);margin-top:6rem;text-transform:uppercase;font-size:1.5rem;line-height:normal}@media only screen and (min-width:769px){#site-footer{padding:0 var(--brand-padding)}}#site-footer nav{display:grid;grid-template-columns:1fr;gap:1em}@media only screen and (min-width:769px){#site-footer nav{grid-template-columns:repeat(2,50%)}}#site-footer .footer-wordmark{position:absolute;width:20rem;transform:translateY(-50%)}#site-footer .footer-wordmark svg{width:100%;height:auto;display:block}#site-footer .footer-identifier{position:relative;border-bottom:1px solid var(--brand-mead);padding-bottom:1em}@media only screen and (min-width:769px){#site-footer .footer-identifier{grid-column:span 2}}#site-footer ul{margin:0;padding:0;list-style:none}#site-footer .footer-nav{columns:2}@media only screen and (min-width:769px){#site-footer .footer-nav{columns:3}}#site-footer .footer-social li{display:inline-block}#site-footer .footer-social li:last-child{display:block}#site-footer .footer-social .icon{width:1.5em;height:1.5em;margin-right:.5em}#site-footer a{color:var(--brand-white);text-decoration:none}#site-footer a:hover{text-decoration:underline}#site-footer svg{fill:var(--brand-white)}#site-footer .address{padding-top:7rem}#site-footer address{margin:0;line-height:inherit}#site-footer .copy{font-size:smaller;text-align:center;padding:5rem 0 2.5rem}