.quick-links a {
   text-transform: uppercase;
}

#u_content_custom_footerNavLinks_2 .d-nav-links-info.d-footer-nav ul.menu>li:not(:last-child)>div:before {
    display: none;
    border-right: 1px solid #ee4b20;
}

@media (max-width: 991px) {
    p.footer-slogan {
        font-size: 11px;
    }
    footer.footer div#u_row_8 {
        padding: 10px !important;
    }

    #u_content_custom_footerNavLinks_2 .d-nav-links-info.d-footer-nav ul.menu>li:not(:last-child)>div:before {
        display: inline-block;
        border-right: 1px solid #ee4b20;
    }
}

@media only screen and (max-width: 510px){
footer.footer .d-job-posting-list-box .d-job-posting-list>li, .d-vehicle-list-box .d-vehicle-list>li {
    flex-basis: 33% !important
}
}
@media (max-width: 480px){
footer.footer #u_row_9.v-row-padding {
    padding: 10px !important;
}}