#verify {
	background-color: #000000;	
}

#verify .age-cont {
	margin-top: 14px;
	margin: 0 auto;
	width: 560px;
    text-align: center;
}

#verify .logo {
	background-image: url('TheDivisionLogo_98959.png');
	width: 100%;
	height: 147px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 80px;
	margin: 0 auto;
}

#verify .submit {
	margin: 20px;
	width: 212px;
	height: 76px;
	line-height: 76px;
	color: #fff;
	font-size: 25px;
	font-family: 'Borda-Light';
	text-transform: uppercase;
	background: url(agegate_logo.png) 0 0 no-repeat;
}

.age-cont .legal-msg {
  padding: 30px 0 0 0;
  color: #FFF;
  font-size: 23px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #444;
 }

 .age-cont .birth-month {
  width: 28%;
  margin: 2%;
  padding: 2px;
  font-family: 'Borda-Light';
  font-size: 14px;
}

#verify .submit {
  margin: 20px;
  width: 212px;
  height: 76px;
  line-height: 76px;
  color: #fff;
  font-size: 25px;
  font-family: 'Borda-Light';
  text-transform: uppercase;
  background: url(agegate_logo.png) 0 0 no-repeat;
  border-bottom-color: rgb(221, 221, 221);
  border-bottom-style: outset;
  border-bottom-width: 2px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(221, 221, 221);
  border-left-style: outset;
  border-left-width: 2px;
  border-right-color: rgb(221, 221, 221);
  border-right-style: outset;
  border-right-width: 2px;
  border-top-color: rgb(221, 221, 221);
  border-top-style: outset;
  border-top-width: 2px;
}


.age-cont .birthday-picker {
	border:none;
}

.age-cont .age-gate-form .birth-day, .age-cont .age-gate-form .birth-month, .age-cont .age-gate-form .birth-year {
  width: 28%;
  margin: 2%;
  padding: 2px;
  font-family: 'Borda-Light';
  font-size: 14px;
  height: auto;
}

body.mobile.agegate-active .age-cont{
	width:100% !important;
}

body.mobile.agegate-active #verify .logo {
	padding-top:26%;
	height:auto;
} 

body.agegate-active p {
	margin-bottom: 0px;
}

@media screen and (max-width:632px) {
.age-cont .legal-msg {
  padding: 30px 0 0 0;
  color: #FFF;
  font-size: inherit;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #444;
 }

 /* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 0 !important;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: #FFFFFF;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }
}

.hide-body{ 
  height: 1000px; 
  position: absolute; 
  width: 100%; 
  top: 0px; 
  left: 0px; 
  right: 0px; 
  bottom: 0px; 
  z-index: 1010 !important; 
  background-color: grey; 
  opacity: 1; 
  text-align: center; 
  background-position: 
  50%; background-repeat: no-repeat; 
}

.js-agegate-return {
    display: block;
    margin-top: 20px;
    font-size: 1.5em;
    border: 1px solid white;
    padding: 5px;
    top: 20px;
    width: 150px;
    margin: 20px auto;
    text-transform: uppercase;
}

.js-agegate-return:hover {
    background-color: #ff7e00;
}