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

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

.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;
}

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

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

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

.location-header .milesspan {
    padding-right: 0;
    font-size: 16px;
}


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

.ld-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    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);
    white-space: nowrap;
}

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

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

.location-count {
   color: #212B36;
   font-family: Lato;
   font-size: 14px;
   line-height: 21px;
    margin-bottom: 5px;
}

.no-locations {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 16px 16px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 16px 16px 0 rgba(0,0,0,0.25);
    box-shadow: 0 16px 16px 0 rgba(0,0,0,0.25);
    padding: 37px 30px 30px;
    text-align: center;
    margin-bottom: 30px;
}

.no-locations h3 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 15px;
    padding-bottom: 0;
    padding-left: 0;
}

.no-locations h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
}

.no-locations p,
.no-locations a {
    font-size: 14px;
    line-height: 21px;
}

.no-locations a,
.no-locations .btn-link {
    text-decoration: underline;
}

.no-locations p {
    margin-bottom: 32px;
}

.no-locations ul,
.no-locations menu {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 19px;
    text-align: left;
    display: table;
}

.no-locations menu {
    list-style: none;
    padding-left: 0;
}

.no-locations li {
    margin-bottom: 10px;
}

.no-locations li a,
.no-locations li button {
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.no-locations li img {
    margin-right: 12px;
    height: 24px;
    max-width: 24px;
}

.no-locations .btn-link {
    padding: 0;
}

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

.default-location-card {
    border-bottom: 1px solid #979797;
    margin-bottom: 16px;
    padding: 9px 9px 10px;
}
    
.default-location-card h3, .defaul-location-card p {
    margin: 0;
    padding: 0;
}


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

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

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

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

.default-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);
    white-space: nowrap;
}

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

