.footer{
    background: #444;
    color: #ccc !important;
    padding: 1em;
    padding-top: 2em;
    vertical-align: middle;
}
.footer a{
    color: #ccc !important;
}
.footer ul{
    padding: 0px;
    padding-bottom: 1em;
}
.footerrow{
    padding: 1em 1.875em;
}
.footer .link, .sub-link{
    font-weight: 300;
    color: #ccc !important;
}
.footer .link:hover ,.sub-link:hover{
    text-decoration: underline;
}
.footer .small{
    font-size: 0.8em;
    margin: 0em -3em;

}
@media screen and (min-width: 768px) {
    .footer{
        height: auto;
        background: #444;
        color: #ccc !important;
        padding: 5rem 3.8rem 0rem 3.8rem;
    }
    .footer-links{
        padding-bottom: 4rem;
    }
  }