body,html {
	min-height: 100%
}
body.age-restriction,html.age-gate-restricted {
	height: 100vh;
	overflow: hidden;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0
}
body.age-restriction *,html.age-gate-restricted * {
	box-sizing: border-box
}
.age-gate-wrapper {
	background-color: #fff;
	height: 100vh;
	z-index: 2;
	position: fixed;
	z-index: 99998;
	width: 100%;
	top: 0;
	left: 0;
	overflow-y: auto;
	display: flex;
	align-items: center;
	flex-flow: column
}
.age-gate-wrapper.transition {
	transition: all .4s ease-out
}
.age-gate-wrapper.transition.up {
	transform: translateY(-100%)
}
.age-gate-wrapper.transition.down {
	transform: translateY(100%)
}
.age-gate-wrapper.transition.left {
	transform: translateX(-100%)
}
.age-gate-wrapper.transition.right {
	transform: translateX(100%)
}
.age-gate-wrapper.transition.fade {
	opacity: 0
}
.age-gate-background,.age-gate-background-colour {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-size: cover;
	top: 0;
	left: 0;
	z-index: -1
}
.age-gate {
	text-align: center;
	width: 100%;
	margin: auto
}
@media screen and (max-width: 768px) {
	.age-gate {
	padding-bottom: 50px
}

}
.age-gate-form {
	margin: 0 auto;
	max-width: 500px;
	width: 100%;
	background: #edd495;
	opacity:0.8;
	padding: 50px 20px;
	position: relative
}
.age-gate-heading {
	margin: 0 0 10px;
	padding: 0
}
.age-gate-heading.age-gate-logo {
	margin: 0 auto 10px
}
.age-gate-heading.age-gate-logo img {
	max-width: 100%
}
.age-gate-subheading {
	margin: 0 0 10px;
	padding: 0;
}

.age-gate-subheading, .h2 {
	font-size:1rem;
}
.age-gate-challenge,.age-gate-message {
	margin: 0 0 10px
}
.age-gate-form-elements {
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center
}
.age-gate-form-section {
	margin: 0 5px 10px
}
.age-gate-label {
	cursor: pointer
}
.age-gate-input,.age-gate-select {
	text-align: center;
	max-width: 80px;
	width: 100%
}
.age-gate-input: : -webkit-contacts-auto-fill-button,.age-gate-input: : -webkit-credentials-auto-fill-button,.age-gate-select: : -webkit-contacts-auto-fill-button,.age-gate-select: : -webkit-credentials-auto-fill-button {
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	right: 0
}
.age-gate-select {
	min-width: 20px
}
.age-gate-remember-wrapper {
	margin: 0
}
.age-gate-error-message+.age-gate-remember-wrapper,.age-gate-error.has-error+.age-gate-remember-wrapper {
	margin-top: 10px
}
.age-gate-remember {
	margin: 0 0 10px
}
.age-gate-submit {
	margin-bottom: 10px
}
.age-gate-submit-yes {
	margin: 0 5px 10px 0
}
.age-gate-submit-no {
	margin: 0 0 10px 5px
}
.age-gate-error-message {
	color: #c00;
	margin: 0;
	font-weight: 700
}
.age-gate-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 100;
	display: none
}
.age-gate-working .age-gate-loader {
	display: block
}
.age-gate-working .age-gate-form {
	pointer-events: none;
	opacity: .3
}
.age-gate-loading-icon {
	fill: #000
}