#service-locations #mapContainer.affix-bottom {
    padding-bottom: 20px;
    top: unset !important;
    bottom: 0;
}

.affix#mapContainer {
    box-shadow: none;
}

@media only screen and (max-width: 767px) {
    .affix#mapContainer {
        padding-top: 0 !important;
        padding-bottom: 20px !important;
    }

    #map {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px){
    .affix#mapContainer,
    .affix-top#mapContainer {
        width: 100% !important;
        position: static;
    }
}


@media (min-width: 992px){
    .affix#mapContainer {
        top: 130px !important;
        width: 41.66666667%;
    }
}

.container.container-services {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.service-locations p,
.service-locations li,
.service-locations .location-card h4 {
    color: #212B36;
    font-family: Lato;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}

.ganderService .service-locations ul {
    list-style-type: none;
    padding-left: 0;
}

.ganderService .service-locations li {
    font-size: 14px;
    line-height: 20px;
}

.ganderService a {
    color: #496479;
}

#service-locations .location-card h4,
#service-locations .location-card .header4 {
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 24px;
    display: block;
    font-size: 16px;
}

#service-locations .section-header {
    border-bottom: 1px solid #D8D8D8;
    margin-top: 50px;
    margin-bottom: 28px;
    padding-bottom: 20px;
    align-items: center;
}

.cwService .section-header-text {
     flex: 0 1 60%;
}

#service-locations .section-header h2 {
    color: #212B36;
    font-family: Lato;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 36px;
    margin-top: 0px;
    margin-bottom: 7px;
}

#service-locations .section-header p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 0;
}

#service-locations .btn-large {
    height: 52px;
    padding: 18px 25px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
}

.ganderService #service-locations .btn-large {
    background-color: #575F49;
    border-color: #575F49;
    color: #fff;
    border-radius: 0px;
}

#service-locations .btn-white {
    background-color: white;
    border: 1px solid #212B36;
    border-radius: 4px;
    color: #212B36;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
}

.ganderService #service-locations .btn-white {
    background-color: white;
    border: 1px solid #192224;
    color: #192224;
}

#service-locations #map {
    -moz-box-shadow: 0 10px 20px 0 rgba(0,102,158,0.2);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,102,158,0.2);
    box-shadow: 0 10px 20px 0 rgba(0,102,158,0.2);
    border-radius: 0 4px 4px 0;
    border: 2px solid rgba(33,43,54,0.15);
}

#service-locations .location-card {
    border: 2px solid rgba(33,43,54,0.15);
    border-radius: 4px;
    -moz-box-shadow: 0 10px 20px 0 rgba(0,102,158,0.2);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0,102,158,0.2);
    box-shadow: 0 10px 20px 0 rgba(0,102,158,0.2);
    margin-bottom: 20px;
    padding: 31px 45px 25px 31px;
}

#service-locations .location-card p,
#service-locations .location-card li,
#service-locations .location-card h3,
#service-locations .location-card h4,
#service-locations .location-card h5,
#service-locations .location-phone {
    color: #3A434C;
    text-transform: capitalize;
}

#service-locations .location-card h3,
#service-locations .location-card h5 {
    padding-left: 0;
}

#service-locations .location-card h5 {
    border: 0;
}

#service-locations .location-card a {
    text-decoration: underline;
}

#service-locations .location-card .red {
    background-color: white;
    color: #C30B24;
}

#service-locations .location-card .green {
    color: #2A8703;
}

#service-locations .location-card-header {
    margin-bottom: 22px;
}

#service-locations .location-card-header .btn {
    /*line-height: normal;*/
    text-decoration: none;
    min-width: 185px;
}

#service-locations .location-notes h5,
#service-locations .location-notes p {
    font-size: 12px;
    line-height: 14px;
}

#service-locations .location-notes h5 {
    margin-bottom: 5px;
}

#service-locations .location-hours-weekly {
    margin-bottom: 17px;
}

#service-locations #map {
    max-height: 150px;
    height: 150px;
}

#service-locations .location-address-links img {
    display: block;
}

.collision-footer {
    color: #212B36;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
}

.collision-footer p {
    margin-bottom: 25px;
}

#service-locations .equal.reorder {
    margin-bottom: 40px;
}

.container-fluid.container-services,
.container-fluid h3 {
    text-align: left;
}

.container-fluid.container-services h3 {
    padding: 0;
}

@media (max-width: 767px) {

    #service-locations .section-header {
        flex-direction: column;
        align-items: start;
        padding-bottom: 20px;
    }

    #service-locations .location-card {
        padding: 21px;
    }

    #service-locations .location-card-header {
        margin-bottom: 0;
    }

    #service-locations .location-card h3 {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 24px;
        padding-bottom: 5px;
        margin: 0;
    }

    #service-locations .location-address {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 18px;
        justify-content: space-between;
        align-items: flex-end;
        flex-grow: 1;
    }

    #service-locations .location-address-links {
        order: 2;
        display: flex;
        margin: 0 -15px;
    }

    #service-locations .location-address-links  a {
        padding: 0 15px;
        color: #212B36;
    }

    #service-locations .location-card p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px;
    }

    #service-locations .location-card .header4 {
        margin-bottom: 0;
        line-height: normal;
    }
}

@media (min-width: 992px) {
    #service-locations .row.equal {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
    }

    #service-locations #map {
        max-height: none;
        height: 100%;
    }

    #service-locations .location-card:last-of-type {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .container.container-services {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (min-width: 768px) {
    #service-locations .location-address {
        text-align: right;
        flex-direction: column;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #service-locations .reorder.row {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
    }

    #service-locations .reorder .location-cards {
        order: 1;
    }
    #service-locations .reorder .col-map {
        order: 2;
    }

    #service-locations #map {
        min-height: 300px;
    }
}

/*bootstrap 5 copycat classes*/
.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}
/* end bootstrap 5 copycat classes*/
