/* CLOSE ICON
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#viz .icon-btn {
	padding: 10px;
	color: #000;
}

#viz .icon-btn:hover {
	color: #0E0;
	text-shadow: none;
}

#viz .icon-btn i {
	cursor: pointer;
}

@media (min-width: 40em) {
	#viz .icon-btn {
		padding: 0px 2px;
	}
}


/* LIGHTBOX
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*#viz .lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.9);
  z-index: 10000000;
  overflow: auto;
}

#viz .lightbox a.close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #FFF;
  font-family: "epocapro", sans-serif;
  font-size: 0.8rem;
  cursor: pointer;
}

#viz .lightbox a.close:hover {
  color: #F00;
}

#viz .lightbox .content {
  height: 93%!important;
  margin-top: 25px;
}

@media (min-width: 550px) {
  #viz .lightbox .nav .close-btn {
  }
}
*/
.lightbox {
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10000000;
	overflow: auto;
	display: none;
}

.lightbox a {
	text-decoration: none;
	position: absolute;
	top:  10px;
	right: 15px;
	z-index: 1;
	font-size: 1.5rem;
	font-style: normal!important;
	color: #FFF;
}

.lightbox a:not(active):hover {
	color:  #F00;
}
