html {
    background-color: #ffffff;
}
#footer {
   font-family: "Source Sans Pro", Arial, Helvetica, sans-serif !important;
    padding: 0;
    background-color: #8c1515;
    color: #e3dfd5 !important;
    font-size: 15px !important;
    line-height: 1em !important;
    font-weight: 400 !important;
    padding: 30px 0 0 0;
    width: auto;
    height: auto;
    -webkit-box-shadow: inset 0px 4px 8px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 4px 8px -2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 4px 8px -2px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
}
.site-footer {
  border-top: none !important;
}
#footer a {
    font-weight: 400 !important;
    color: #e3dfd5;
    text-decoration: none;
    border-bottom: 0;
}
#bottom-menu ul {
    margin: 0;
    padding: 5px 0 0 0px;
    line-height: 1em;
}
#bottom-menu ul li {
    float: left;
    list-style: none;
    margin: 0 17px 0 0;
    padding: 0;
}
#bottom-menu .top-links a {
    font-size: 17px !important;
}
#bottom-menu a, #bottom-menu .tel {
    color: #e3dfd5;
    text-decoration: none;
}
/* Homepage footer*/
.page-node-8 #footer {
    margin-top: 0;
}