.agemodal {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.agemodal .overlay {
  background-color: #000;
  height: 100%;
  opacity: 0.6;
  position: relative;
  width: 100%;
  z-index: 100;
}
.agemodal .message {
  border: 1px solid #333;
  background: #f3f3f3;
  -webkit-box-shadow: 12px 12px 10px 1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 12px 12px 10px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 12px 12px 10px 1px rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: auto;
  padding: 30px 20px 20px 20px;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  max-width: 500px;
  z-index: 101;
  text-align: center;
}
.agemodal .message img {
  max-width: 200px;
}
.agemodal .message h3 {
  margin-bottom: 5px;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.agemodal .message p {
  margin-bottom: 20px;
}
.agemodal .remember {
  margin-bottom: 20px;
  margin-top: 10px;
}
.agemodal .remember label {
  cursor: pointer;
}
.agemodal .formsubmit {
  background: #395c60;
  border: 1px solid #395c60;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
  line-height: 1.2em;
  text-align: center;
}
.agemodal .formsubmit span {
  font-weight: 300;
}
.agemodal .formsubmit:hover {
  background: #2a4346;
  color: #fff;
}
.agemodal .formsubmit.decline {
  background: transparent;
  color: #395c60;
}
