body.reveal-open {
    position: absolute;
}
#modalBackdrop {
	background: rgb(0, 0, 0) !important;
    opacity: 0.8 !important;
}
div#modalContent, div#modalContent .ctools-modal-dialog, div#modalContent #modal-content {
    width: 100% !important;
    top: 0 !important;
    z-index: 9999 !important;
}
div#modalContent .modal-header {
	display: none;
}
.age-gate-wrapper .form-item > input.error {
	border: 1px solid red;
}
.age-gate-wrapper {
	font-family: 'Raleway', sans-serif;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.modal-content {
  width: 100%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
