.final-footer {
    text-align: center;
}

footer {
    border-top: 1px solid #000;
    background-color: #3E3D3C;
}

footer.home-page-footer {
    background-color: #fff;
    color: #555;
    border: none;
}


footer a,
footer a:link,
footer a:visited {
    color: white;
    text-decoration: underline;
}
footer a:hover,
footer a:focus {
    color: #d44500;
    text-decoration: underline;
}
footer {
    color: white;
    font-size: .9em;
}
footer .social-glyphs {
    font-size: 1.8em;
}
footer ul.social-glyphs li a, footer .social-glyphs li a:visited{
    color: white;
    text-decoration: none;
}
footer ul.social-glyphs li a:hover, footer ul.social-glyphs li a:focus{
  color: #d44500;
  text-decoration: none;
}
footer h4.footer-event-title {
    display: initial;
}