footer .contact-social-footer {
    border-bottom: 1px solid #d56f1a;
}
footer .fa-1x {
    font-size: 1.4em;
}
footer #menu-footer-menu li {
    list-style: none;
    margin-bottom: 3px;
}
footer #menu-footer-menu {
    padding-left: 0px !important;
}
footer .svg-inline--fa.fa-phone.fa-w-16.fa-1x.d-block.mb-1 {
    font-size: 22px;
}
footer .svg-inline--fa.fa-envelope.fa-w-16.d-block {
    font-size: 27px;
}
footer .tel-rw {
    padding-top: 0px;
    padding-bottom: 10px;
}
footer .tel-rw .cnt-tle {
    margin-bottom: 5px;
    font-size: 17px;
}
footer span.h5.text-light {
    margin-bottom: 0 !important;
}
@media only screen and (max-width: 600px) {
    footer span.h5.text-light {
        font-size: 16px !important;
    }
}
footer .phone-numbers {
    border-bottom: 1px solid #d56f1a;
    padding-bottom: 5px;
}
footer .phone-numbers a {
    font-size: 18px;
}

#to_top {
    font-size: 2rem;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: #d56f1ac4;
    width: 50px;
    text-align: center;
    border-radius: 20px 0 0 0;
    color: white;
    cursor: pointer;
}

body.high-contrast .tel-rw {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

body.high-contrast .contact-social-footer {
    border-bottom: 1px solid #fff;
}