
.partner-location-container {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    min-height: 500px;
    margin-top: 50px;
    position: relative;
}

.partner-location-container .partner-information {
    width: 400px;
    background-color: #F2F0F4;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    position: absolute;
    left: 0;
    z-index: 2;
    height: 100%;
}

#partner-listing {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    height: 464px;
    overflow-y: auto;
    z-index: 1;
    padding: 10px;
}

.partner-location-container.active #partner-listing{
    height: auto;
}

.partner-location-container .partner-map {
    width: calc(100% - 350px);
    background-color: #fff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.partner-information-search {
    width: 100%;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 5%;
}

.partner-information-search > div img {
    margin-right: 10px;
    position: absolute;
    height: 20px;
    left: 0;
    top: 0;
}
.partner-information-search > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 40px;
    background-color: #FFF;
    padding: 5px 20px 5px 40px;
    position: relative;

}
.partner-information-search > div form {
    width: 100%;
}
.partner-information-search > div input {
    border-radius: 40px;
    border: none;
    background-color: transparent;
    padding: 5px 10px;
    outline: none;
    width: 100%;

}

#partner-search-form button {
    outline: none;
    border: none;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 12px;
    top: 12px;
    background-color: transparent;
}

.partner-item {
    width: 100%;
    padding: 15px 40px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    background-color: #F2F0F4;
    margin-bottom: 2px;
    cursor: pointer;
    transition: background-color .5s;
    border-radius: 40px;
    min-height: 80px;
}

.map-tooltip.partner-item {
    background-color: #FFF;
}

.partner-listing .partner-item:hover,
.partner-listing .partner-item.active{
    background-color: #E3E0E5;
}

.map-tooltip.partner-item,
.map-tooltip.partner-item:hover{
    background-color: #FFF;
}

.marker-hover {
    transition: .5s;
    transform: scale(1.2);
}

/*.gm-style div {
    transition: .5s;
}*/

.partner-item-address {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.partner-item-address h5 {
    margin-bottom: 0;
    font-weight: 600;
    color: var(--strides_purple);
    width: calc(100% - 40px);

}

#partner-listing .partner-item-address h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.2em;
    font-weight: 500;
}

#partner-listing .partner-item-address img {
    height: 30px;
}

.map-tooltip.partner-item {
    min-width: 250px;
    padding: 0;
}

.map-tooltip a {
    margin-top: 10px;
    display: block;
    font-size: .9em;
}

.map-tooltip p {
    color: #000;
    margin-bottom: 0;
    line-height: 1.2;
    font-size: .95em;
}

.map-tooltip .partner-item-address h5 {
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.4;
}

.map-tooltip a .fa-arrow-right {
    margin-left: 10px;
}

.map-tooltip .partner-item-address {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 40px);
}

.map-tooltip .partner-item-address a {
    color: var(--strides_purple);
}

.map-tooltip-close {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transform: rotate(45deg);
    top: 5px;
    right: 5px;
}

.map-tooltip-close:before,
.map-tooltip-close:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--strides_purple);
}

.map-tooltip-close:after {
    transform: rotate(90deg);
}

.map-tooltip .partner-item-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
}

/*.partner-item.active .partner-item-content .partner-item-address {
    border-right: 1px solid #E7E7E9;
    width: 60%;
}*/


.location-cta {
    display: none;
    opacity: 1;
    transition: 1s;
}

.partner-item.loading .location-cta {
    opacity: 0;
    transition: 0s;
}

.partner-item.active .location-cta {
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-cta > div {
    width: 50%;
}

.location-cta > div a {
    width: 100%;
    height: 100%;
    padding: 10px;
    font-size: .6em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-weight: 700;
    border-top: 1px solid #E7E7E9;
    color: #6599FC;
}

.location-cta > div a img {
    margin-right: 15px;
    height: 15px;
}

.location-cta > div a:first-child {
    border-right: 1px solid #E7E7E9;
}

.store-day {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.store-day:after {
    content: '';
    height: 1px;
    border-bottom: 1px solid #7A7A7A;
    display: block;
    flex-grow: 1;
    margin: 0 5px;

}

.partner-close {
    display: none;
}

.partner-item.active .partner-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.5);
    padding: 8px;
    display: block;
}

.partner-close > div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transform: rotate(45deg);
}

.partner-close > div:before,
.partner-close > div:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    border-radius: 1px;
}

.partner-close > div:after {
    transform: rotate(90deg);
}

.pac-container {
    min-width: 500px;
}

.tos h2 {
    margin: 50px 0 30px;
}

.tos ul,
ol{
    padding-left: 20px;
}


.gmnoprint  > div {
    background-color: transparent !important;
    box-shadow: none !important;
}

.gm-control-active {
    /*border-radius: 50% !important;*/
    overflow-x: hidden !important;
    background-color: #FFF !important;
}

.gmnoprint > div > button.gm-control-active {
    margin-bottom: 2px !important;
}

.gmnoprint[role="menubar"] {
    background-color: #7348B1 !important;
}

.gmnoprint.gm-bundled-control {
    margin-top: -8px !important;
}

.gmnoprint > div > button.gm-control-active + div {
    display: none;
}

.gm-style-mtc > button {
    background-color: #7348B1 !important;
    color: #fff !important;
}

.error-message {
    margin-top: 10px;
    margin-bottom: 0;
    color: red;
    font-weight: 700;
    font-size: .8em;

}

.toggle-location {
    cursor: pointer;
}

.gm-style .gm-style-iw-c {

}
.gm-style .gm-style-iw-c .atm-item {
    background-color: #fff;
    padding: 0;
}

.gm-style .gm-style-iw-c .atm-item-content p {
    font-size: .9em;
}

.gm-style .gm-style-iw-c .atm-item h5 {
    font-size: 1.2em;
    margin-bottom: 5px;
}

.gm-style .gm-style-iw-c .atm-item-img {
    height: 70px;
}

.gm-style .gm-style-iw-c .gm-ui-hover-effect {
    display: none !important;
}

/* width */
#partner-listing::-webkit-scrollbar {
    width: 5px;
}

/* Track */
#partner-listing::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px grey;
    border-radius: 3px;
}

/* Handle */
#partner-listing::-webkit-scrollbar-thumb {
    background: var(--strides_purple);
    border-radius: 10px;
}

@media all and (max-width: 992px) {
    .partner-location-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .partner-location-container .partner-information {
        width: 100%;
        position: relative;
        margin-top: -40px;
    }

    .partner-location-container .partner-map {
        width: 100%;
        height: 280px;
        border-top-left-radius: 50px;
        border-bottom-right-radius: 0;
    }

    .partner-item {
        padding: 15px;
        min-height: 40px;
    }

    .gmnoprint.gm-bundled-control {
        bottom: 115px !important;
    }


    #partner-listing .partner-item-address img {
        height: 20px;
    }


    .map-tooltip.partner-item {
        min-width: 200px;
        width: 100%;
    }

    .map-tooltip .partner-item-content {
        flex-direction: column-reverse;
        align-items: flex-end;
    }

    .map-tooltip .partner-item-address {
        width: 100%;
    }

    .map-tooltip .partner-item-address h5 {
        font-size: 1.1em;
    }

    .map-tooltip .partner-item-address p
    {
        font-size: .9em;
    }

    .map-tooltip .partner-item-address a {

    }

    #partner-listing {
        height: 250px;
    }

    .gm-style-iw-a div[role="dialog"] {
        min-width: 240px !important;
        padding: 5px 10px;
    }

    .map-tooltip .partner-item-address h5 {
        width: 100%;
    }
}