.Geosales {
    list-style: none;
    padding: 0 0 15px 0;
    margin: 0;
    border: none;
}
.Geosales > li:not(:last-child) {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    /*border-bottom: 2px solid #eee;*/
}
.Geosales > li > span {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #444;
    cursor: pointer;
}
.Geosales > li > span:after {
    content:'';
	background-image: url(../../images/web/geo.svg);
    width: 12px;
    height: 20px;
    float: right;
    background-position: center;
    background-size: 12px;
    background-repeat: no-repeat;
}
.Geosales > li > span:not(.open) + ul {
    display: none;
}
.Geosales > li > span.open:after {
    transform: rotate(-180deg);
}
.Geosales > li > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.Geosales > li > ul > li > span {
    cursor: pointer;
    font-size: 12px;
    border-bottom: 1px dotted;
}
.Geosales > li > ul > li > span:hover {
    color:#950731;
    border-bottom: 1px solid;
}
.GeosalesMap {
    height:50rem;
}
.Geosales-google__header {
    display: block;
    width: 100%;
    font-size: 2rem;
    font-weight: 500;
}
.Geosales-google__body {
    display: block;
    margin-top: 1rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.2rem;
}
.Geosales-google__footer {
    display: block;
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 400;
    color:#999;
}
.Geosales-google__image {
    margin-top: 1rem;
    display: block;
}
.Geosales-google__image img {
    max-width: 200px !important;
}

.Geosales li ul li {margin-bottom: 4px;}
.Geosales li ul li span {line-height: 0.4;}