section.footer__section {
    background: #3e3e3e;
    padding: 40px;
    color: white;
    font-size: 18px;
    border-top: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
}

div.footer.grid-container {
    background: #3e3e3e;
}
div.footer.grid-container {
    padding: 0;
}

.grid-x.footer__toprow {
    color: #fff;
    font-size: 18px;
    background: #3e3e3e;
}

div.footer_bottom.grid-container {
    background: #3e3e3e;
    color: #fff;
    font-size: 18px;
}

ul.footer__links {
    margin: 30px 0px 40px 45px;
    list-style-type: none;
}

a.footer__list-item {
    color: white;
    font-size: 18px;
}

li.footer__list-title {
    font-weight: 700;
}

 hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem 40px;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #999999;
    border-left: 0;
    padding: 0 10px;
 }

 .row.footer__legal {
    padding: 0 40px 50px;
 }

 p.footer__para-black {
    color: white;
    font-size: 18px;
    margin-bottom: 0;
}
p.footer__para-orange {
    color: #ff9800;
    font-size: 18px;
    margin-bottom: 0;
}

p.footer__para-orange a {
    color: #ff9800;
    font-size: 18px;
}

.social_icons {
    color: #ccc;
    font-size: 30px;
    height: 30px;
    margin: 0 4px;
    text-align: center;
    transition: all 200ms ease;
    padding-top: 5px;
    width: 30px;
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    text-align: center;
}

/*  Scott's adding here  */
hr.white.firsthr {
    max-width: 20rem;
    margin: 1.25rem 0;
}

hr.white {
    max-width: 40rem;
    margin: 1.25rem auto;
}