div#u_content_text_11 a {
    color: #191919;
}
.d-con-contact-us .d-contact-us-form-instructions {
    font-weight: 700 !important;
    padding: 10px 0;
}
.d-location-hours-container .d-location-hours-box td {
    font-weight: 800 !important;
}
p.d-contact-us-form-instructions a {
    color: #000;
}
p.d-contact-us-form-instructions a:hover {
    color: #c91c22;
}
div#u_content_text_11 a:hover {
    color: var(--primary-color);
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.d-con-contact-us .d-contact-us-form-heading {
    font-weight: 400 !important;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
.address-contact {
    margin-bottom: 10px;
}
 .con-location-info a, .form-phone a {
    color: #000 !important;
   text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 400;
}
 .con-location-info a:hover, .form-phone a:hover {
    color: #de1f26 !important;
}
.d-location-hours-container .d-location-hours .d-location-hours-heading>h2 {
    font-weight: 400 !important;
}
.d-location-hours-heading h2::after
{
display:none;
}
#u_content_custom_hours_1 .d-location-hours-container .d-location-hours .d-location-hours-heading > h2 { 
    padding: 23px 0px;
}
.d-location-hours-container .d-location-hours-box td {
    padding-left: 25px;
    padding-right: 25px;
}

@media (max-width: 991px) {
.d-location-hours-container .d-location-hours-box td {
    padding-left: 18px;
    padding-right: 18px;
}
}