#storesTitle{
    text-align: center;
    display: none;
    font-weight: bold;
    color: #4d5550;
    margin-bottom: 30px;
    color: black;
    letter-spacing: 2px;
    font-size: 19px;
    margin-bottom: 50px;
    margin-top: 56px;
    color: #123457;
    text-transform: uppercase;
    font-family: 'Lato-Black', sans-serif;
}
#mapFiltersDiv{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
}
.filterDiv{
    position: relative;
    float: left;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid black;
    margin-right: 30px;
}
.filterSelect{
    position: relative;
    float: left;
    width: 190px;
    background-color: transparent;
    border: none;
    font-family: 'Lato-Light', sans-serif;
    font-size: 14px;
    margin-top: 5px;
    cursor: pointer;
    color: #162554;
    border-radius: 0px;
    font-size: 14px;
    padding-bottom: 2px;
}
.filterArrow{
    position: absolute;
    right: 10px;
    color: #12225a;
    font-size: 13px;
    top: 5px;
    pointer-events: none;
}
#openFilters{
    position: relative;
    float: right;
    width: 55px;
    background-color: transparent;
    border: none;
    font-family: 'Lato-Bold', sans-serif;
    text-align: center;
    color: #13335a;
    text-transform: uppercase;
    border-bottom: 1px solid black;
    padding-bottom: 2px;
    margin-top: 8px;
    cursor:pointer;
}
#mapDiv{
    float: right;
    position:relative;
    width: 46%;
    height: 70vh;
    max-height: 800px;
    overflow:hidden;
    margin-top: 80px;
    margin-bottom:20px;
}
store{
    display:block;
    position:relative;
    width:100%;
    height:auto;
    overflow:hidden;
    font-family:'Lato-Bold', sans-serif;
    color:#162554;
    font-size:14px;
    margin-bottom:10px;
}
storeInfo{
    display:block;
    position:relative;
    width:100%;
    height:auto;
    overflow:hidden;
    font-family:'Lato-Light', sans-serif;
    color:#162554;
    font-size:13px;
    margin-bottom:10px;
}
.storeTitle{
    position: relative;
    margin-top: 7px;
    font-size: 12px;
    color: #555555;
}
.cityDiv{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    color: black;
}
.cityName{
    position: relative;
    width: calc(100% - 15px);
    height: 60px;
    font-size: 20px;
    font-weight: 400;
    color: black;
    text-transform: uppercase;
    line-height: 60px;
    padding-left: 18px;
    cursor:pointer;
    border-top: 1px solid black;
}
.storesDiv{
    position: relative;
    width: 100%;
    overflow: hidden;
    /* margin-top: 10px; */
    height: 0px;
    padding-bottom: 0px;
    border: none;
}
.open + .storesDiv{
    padding-bottom: 20px;
    height:auto;
}
.storeDiv{
    position: relative;
    float: left;
    width: calc((100%) - 146px);
    margin-left: 30px;
    margin-right: 8px;
    min-height: 120px;
    margin-top:10px;
    color: #555555;
}
.storeName{
    position: relative;
    width: 100%;
    text-transform: uppercase;
    /* font-family: 'Lato-Bold', sans-serif; */
    font-size: 14px;
    font-weight: 700;
    color: black;
}
.storeInfo{
    position: relative;
    width: 100%;
    font-size: 12px;
    /* font-family: 'Lato-Light', sans-serif; */
    margin-top: 10px;
    color: #555555;
}
.storeLocationDiv{
    position:relative;
    height:15px;
    width:100%;
    margin-top: 10px;
    cursor:pointer;
}
.storeLocationIcon{
    position: relative;
    float: left;
    height: 15px;
}
div#citiesDiv {
    float: left;
    width: 50%;
    margin-top: 80px;
}

.centeredContent {
    width: 92%;
    min-height: 78vh;
}
.cityDiv:last-of-type {
    border-bottom: 1px solid black;
}

.cityName.open {
    font-weight: 700;
}

.storeLocation{
    position: relative;
    float: left;
    font-size: 10px;
    /* margin-top: 2px; */
    margin-left: 6px;
    /* font-family: 'Lato-Bold', sans-serif; */
    font-weight: 600;
}
.cityNameArrow{
    position: relative;
    float: right;
    display: block;
    margin-right: 30px;
    margin-top: 18px;
    font-size: 24px;
    line-height: 24px;
    transition: transform .1s ease-out;
    -moz-transition: -moz-transform .1s ease-out;
    -webkit-transition: -webkit-transform .1s ease-out;
    -o-transition: -o-transform .1s ease-out;
    -ms-transition: -ms-transform .1s ease-out;
}

@media screen and (max-width:768px){
    #mapDiv{
        height: 112vw;
        width: 100%;
        margin-top: 5vw;
    }
    .centeredContent {
    display: flex;
    flex-direction: column-reverse;
}

.cityName {
    padding-left: 0px;
    width: 100%;
}

.cityNameArrow.openClose {
    margin-right: 12px;
}

    
div#citiesDiv {
    width: 100%;
    float: unset;
    margin-top: 50px;
}
    .storeDiv{
        width: calc(80% - 20px);
        margin-left:10px;
        margin-right:10px;
    }
}