
.description {
  max-width: 600px;
  margin: 0 auto;
  color: rgba(229, 229, 229, 0.7);
}

a {
  transition: color 0.25s ease-in-out;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #dff3fd;
}
a:visited {
  color: #dff3fd;
}
li.active a, a:hover, a:active {
  color: #e5e5e5;
}

.xl-container {
	background-color:#002f66;
	width:100%;
	padding:30px;
	margin:0;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered-y {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align:center;
}

.distribution-map {
  position: relative;
  width: 80%;
  padding: 0px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width:850px;
}
.distribution-map > img {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

.distribution-map .map-point:active .content, .distribution-map .map-point:focus .content {
  opacity: 1;
  overflow: hidden;
}
.distribution-map .map-point:active .content a:hover, .distribution-map .map-point:active .content a:active, .distribution-map .map-point:focus .content a:hover, .distribution-map .map-point:focus .content a:active {
  color: #afe1fa;
}

/* .distribution-map .map-point:active, .distribution-map .map-point:hover {
  margin: 0;
  padding: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  width: 120px;
  height: 35px;
  color: #e5e5e5;
  background-color:#fff;
  z-index: 1;
  transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out;
} */

.distribution-map .map-point:active, .distribution-map .map-point:hover {
  width: 40px;
  height: 40px;
 }

.distribution-map .map-point {
  cursor: pointer;
  outline: none;
  z-index: 0;
  position: absolute;
  width: 35px;
  height: 35px;
  background:rgba(0,0,0,0);
  border:5px solid #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  transform: translate(-50%, -50%);
  transition: all ease 0.1s;
  border-radius:50px;
}

.distribution-map .map-point-none {
  cursor:default;
  outline: none;
  z-index: 0;
  position: absolute;
  width: 35px;
  height: 35px;
  background:rgba(0,0,0,0);
  border:5px solid #002f66;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  transform: translate(-50%, -50%);
  transition: all ease 0.1s;
  border-radius:50px;
}

@media screen and (max-width: 720px) {
	.distribution-map .map-point {
	width:18px;
	height:18px;
	border:3px solid #fff;
	}
	.distribution-map .map-point-none {
	width:18px;
	height:18px;
	border:3px solid #002f66;
	}		
		.distribution-map {
	width: 100%;
	}	
}

.distribution-map .map-point .content {
  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;
}
.distribution-map .map-point:active, .distribution-map .map-point:focus {
  margin: 0;
  padding: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  width: 35px;
  height: 35px;
  background:rgba(0,0,0,0);
  border:8px solid #00a7e3;
  transition: all ease 0.05s;
  z-index: 1;
  transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out;
}
.distribution-map .map-point:hover .content, .distribution-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;
}
.distribution-map .map-point:active .content a:hover, .distribution-map .map-point:active .content a:active, .distribution-map .map-point:focus .content a:hover, .distribution-map .map-point:focus .content a:active {
  color: #afe1fa;
}