@charset "utf-8";
/* CSS Document Overlay */



#overlay-popup h2 {
  margin-top: 0;
  color: #78BE21;
  font-family: "Open Sans", Arial, sans-serif;
	font-weight:600;
}

#close .close h2 {
  margin-top: 0;
  color: #78BE21;
  font-family: "Open Sans", Arial, sans-serif;
	font-weight:600;
}

#overlay-popup .content {
  max-height: 30%;
  overflow: auto;
}

#close .close .content {
  max-height: 30%;
  overflow: auto;
}


#overlay-popup h2 {
  margin-top: 0;
  color: #78BE21;
  font-family: "Open Sans", Arial, sans-serif;
	font-weight:600;
}

/* #close.close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 0.2s;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #737373;
}

#close.close:hover {
  color: #78BE21;
}

*/

#overlay {
  content:"";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 9;
}


#overlay-popup {
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: fixed;
  bottom: 0;
  left: 25%;
  padding: 25px;
  margin: 70px auto;
  z-index: 10;
}

