.location-row {
    margin-bottom: 10px;
}


.location-card {
    border-bottom: 1px solid #979797;
    margin-bottom: 16px;
    padding: 9px 9px 10px;
}

.location-card:first-of-type {
    border: 1px solid rgba(33,43,54,0.3);
}

.location-card h3,
.location-card p {
    margin: 0;
    padding: 0;
}

.location-card p,
.location-card a {
    font-family: Lato;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px;
}

.ganderService .location-card a {
    font-family: 'Montserrat';
}

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

.location-card p {
    color: #212B36;
}

.location-name a {
    line-height: 27px;
    color: #212B36;
    font-family: Lato;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    text-decoration: none;
}

.location-phone a {
    color: #212B36;
}

.ld-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.location-service {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 18px;
}

.location-services p,
.location-services a,
.location-services span{
    font-size: 12px;
}

.location-services a {
    color: inherit;
    text-decoration: none;
}

.location-card .location-btn {
    border: 1px solid #212B36;
    border-radius: 4px;
    /* color: #212B36; */
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
    text-align: center;
    padding: 8px 14px;
    text-decoration: none;
    font-size: 16px;
    /* flex: 0 0 calc(50% - 0.5em); */
}

.location-address p {
    text-transform: capitalize;
}

.location-card .green {
    color: #1B8406;
}

.numberCircle {
    width: 140px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    border: 2px solid #666;
    background: #01659F;
    color: #fff;
}

span.blue {
    background: #01659F;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 2.6em; 
  }

.modal span.blue {
    font-size: 12px;
    line-height: 26px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: bottom;
}

.modal .location-card {
    border: 2px solid #3A434C;
    border-radius: 4px;
    padding: 19px 20px 10px;
}

.modal .location-card:first-of-type {
    border: 2px solid #3A434C;
}

.modal .location-name a {
    font-size: 14px;
    line-height: 26px;
}

.modal .location-card .hours {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 2px;
}

.modal .location-address p, .modal .location-address a {
    font-size: 14px;
    line-height: 18px;
}

.modal .location-card .location-btn {
    border: 1px solid #00669e;
    background-color: #00669e;
    color: #fff;
}

@media only screen and (max-width: 422px) {
    .modal .location-card .location-btn {
        flex: 0 0 auto;
    }
}