.msv-location-map .msv-location-map-list {
    margin-left: 0;
    padding: 0;
    list-style-type: none;
}

.msv-location-map .msv-location-map-list li {
    margin-left: 0;
	border-bottom: 1px solid;
	padding:1em 0.5em;
}
.msv-location-map .msv-location-map-list li:first-child {
	border-top: 1px solid;
}

.msv-location-map img {
    max-width: none !important;
}

.ccm-page .msv-location-map .msv-location-map-map img {
    max-width: none !important;
}

.ccm-page .msv-location-map .msv-location-map-map .gm-style-iw-d img {
    max-width: 100% !important;
}

/* Search */

.ccm-page .msv-location-map input{
	background-color:transparent;
}

.ccm-page .msv-location-map .input-group-text{
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.05em;
	background-color:#e20613;
	color:#bedcbf;
	border:2px solid #e20613;
}
.ccm-page .msv-location-map .input-group .form-select{
	border:2px solid #e20613;
	color:#e20613;
	background-color:transparent;
}
.gm-style-iw-d h2, .gm-style h2{
	font-size: 1.5em;
}

.msv-location-map{
}

.ccm-page .msv-location-map .msv-location-map-map{
	padding-bottom:100%;
}

.msv-location-map-info{
}
.msv-location-map-info a{
}
.msv-location-map-info .showall a{
	padding-left:1em !important;
}
.msv-location-map-info a:hover{
}
p.findclosest{
	padding-bottom:20px;
}
p.findclosest a{
	border: 6px solid transparent;
	letter-spacing:0.025em;
	text-transform:uppercase;
	font-size:1em;
	padding:0px 10px;
	display:inline-block;
	transition:0.5s all ease;
	cursor: pointer;
	color:#e20613;
	margin:0.5em auto;
}
p.findclosest a:hover {
	color:#f8f4eb;
}

li.location-list-item a{
	text-decoration:none;
}

li.location-list-item a:hover{
}
	
	ul.msv-location-map-list{
		max-height:21.25em;
		overflow: scroll;
	}

@media screen and (min-width:992px){
	ul.msv-location-map-list{
		max-height:17.25em;
	}
}

@media screen and (min-width:1200px){
	ul.msv-location-map-list{
		max-height:24.25em;
	}
}

@media screen and (min-width:1400px){
	ul.msv-location-map-list{
		max-height:29.25em;
	}
}