.location-array-list {
    min-height: 200px;
}
.location-link {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
    display: inline-block;
}
#lfhometopline{
    display: none;
}
@media only screen and (max-width: 768px) {
    .location-array-list {
        margin: 0 50px;
        min-height: 500px;
    }

    .location-link {
        font-size: 14px;
    }
}


/* location-array-list */
.location-array-list {margin: 40px auto;max-width: 1200px;padding: 0 15px;}
.location-array-list .uk-grid .location-link {display: block;font-style: normal;font-weight: 700;font-size: 16px;line-height: 24px;font-family: var(--font-mulish);color: var(--secondary-color);padding: 0px;}
.location-array-list .uk-grid .uk-grid-margin {margin-top: 6px;}
.location-array-list h1 {letter-spacing: -1.8px;margin: 0px 0px 30px 0px;font-style: normal;font-weight: 700;font-size: 40px;font-family: var(--font-heebo);color: var(--secondary-color);}