footer-view{display:flex;background-color:var(--footer-bg-color);color:var(--footer-font-color);border:1px solid var(--footer-border-color);font-size:.75rem}body.content-loading footer-view{opacity:0}footer-view a{color:var(--wu-lightblue)}footer-view .inner{max-width:592px;margin:64px auto;display:flex;flex-direction:column;gap:32px}footer-view .sections{display:flex;gap:64px;justify-content:center}footer-view section{display:flex;flex-direction:column;gap:12px;text-align:center;min-width:128px}footer-view .accessibility{width:48px;height:18px;background-image:var(--accessibility-image);background-repeat:no-repeat;background-size:contain;text-indent:-4000px;display:block;margin:0 auto}footer-view .data-use{color:#fff;font-size:.92rem;text-align:center;line-height:1.4rem}footer-view .sections.data{gap:32px;align-items:center}footer-view .sections.data section{padding-right:32px;border-right:1px solid var(--wu-lightblue)}footer-view .sections.data section:last-child{padding-right:0;border-right:none}footer-view .sections.data a{max-width:128px;text-align:center}footer-view .logos{display:flex;gap:16px;justify-content:center;align-items:center}footer-view .logos a{width:48px;height:48px;background-repeat:no-repeat;background-size:contain;background-position:center;text-indent:-4000px;display:block}footer-view .logos .weather-company{background-image:var(--weather-company-logo-image);width:60px;height:60px}footer-view .logos .weather-channel{background-image:var(--weather-channel-logo-image)}footer-view .logos .weather-underground{background-image:var(--weather-underground-logo-footer-image);width:60px;height:60px}footer-view .logos .storm-radar{background-image:var(--storm-radar-logo-image);width:65px;height:65px}footer-view .copyright{text-align:center}@media (max-width:640px){footer-view .sections{flex-direction:column;gap:32px}footer-view .sections.data section{padding-right:0;border-right:none}}