#dealer-map h1, #dealer-map h2, #dealer-map h3, #dealer-map h4, #dealer-map h5, #dealer-map h6 {
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: 300;
}
#dealer-map h1 {
  font-size: 36pt;
}
#dealer-map h2 {
  font-size: 12pt;
  margin-top: 24px;
  color: white;
}
#dealer-map h3 {
  font-size: 18pt;
}
#dealer-map h4 {
  font-size: 16pt;
}
#dealer-map h5 {
  font-size: 14pt;
}
#dealer-map h6 {
  font-size: 12pt;
}
#dealer-map p {
  font-size: 12pt;
  margin-bottom: 12pt;
}
#dealer-map strong {
  font-weight: 900;
  color: white;
}
#dealer-map a {
  transition: color 0.25s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
  color: #dff3fd;
}
#dealer-map a:visited {
  color: #dff3fd;
}
li.active #dealer-map a, #dealer-map a:hover, #dealer-map a:active {
  color: white;
}

#dealer-map {
  position: relative;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
#dealer-map > img {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#dealer-map .map-point {
  cursor: pointer;
  outline: none;
  z-index: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  transform: translate(-50%, -50%);
  -moz-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
  -o-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
  -webkit-transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out, z-index 0.25s ease-in-out;
  -webkit-transition-delay: 0.25s, 0.25s, 0.25s, 0.25s;
  transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
  background: rgba(0, 0, 0, 0.85);
  border: 2px solid #abca3f;
}
#dealer-map .map-point .content .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#dealer-map .map-point .content .centered-y {
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
}
#dealer-map .map-point .content {
  position: relative;
  box-sizing: border-box;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  overflow: overlay;
}
#dealer-map .map-point:active, #dealer-map .map-point:focus {
  margin: 0;
  padding: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  width: 200px;
  height: 30px;
  color: white;
  z-index: 1;
  transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out;
}
#dealer-map .map-point:active .content, #dealer-map .map-point:focus .content {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
  -webkit-transition-delay: 0.25s, 0s, 0s;
  transition: opacity 0.25s ease-in-out 0.25s, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
  overflow: hidden;
}
#dealer-map .map-point:active .content a:hover, #dealer-map .map-point:active .content a:active, #dealer-map .map-point:focus .content a:hover, #dealer-map .map-point:focus .content a:active {
  color: #afe1fa;
} 
