/* pdh-footer.css: Footer, footer links, social, copyright */
#pdh-footer {
    background:#111827;
    color:#e5e7eb;
    padding:45px 0 20px;
}
#pdh-footer h4 {
    color:#f9fafb;
    font-size:16px;
    text-transform:uppercase;
    letter-spacing:.08em;
    margin-bottom:18px;
}
.pdh-footer-links {
    list-style:none;
    padding-left:0;
}
.pdh-footer-links li a {
    color:#9ca3af;
    font-size:14px;
}
.pdh-footer-links li a:hover {
    color:var(--pdh-brand-soft);
}
.pdh-footer-social a {
    display:inline-block;
    margin-right:10px;
    color:#9ca3af;
}
.pdh-footer-social a:hover {
    color:var(--pdh-brand-soft);
}
.pdh-footer-bottom {
    margin-top:20px;
    font-size:13px;
    color:#6b7280;
    border-top:1px solid rgba(55,65,81,0.7);
    padding-top:12px;
}
