html, body {
	box-sizing: border-box;
	overflow: auto;
	background-color: #494642;
	position: relative;
	width: 100vw;
	height: 100%;
	margin: 0 auto;

}
.container {
	max-width: 1200px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;

}

/* HOME */
body.home,
body.internal,
body.thankyou {
	background-image: url("../images/500-Reasons_Kiosk_FINAL-tablet.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top center;
	background-attachment: scroll;
}
body.internal {
	background-image: url("../images/500-Reasons_Kiosk_FINAL-internal.jpg");
}
body.thankyou {
	background-image: url("../images/500-Reasons_Kiosk_FINAL-thankyou.jpg");
}

.enterButton {
	margin-top: 85vh;
    margin-left: 50vw;
}
.homebutton {
    position: absolute;
    left: 16vw;
    margin: 0;
    bottom: -15vh;
}
.page_2 .homebutton {
    /* margin-top: 9vh;
    margin-left: 14vw; */
	bottom: -19vh;
}
.page_2 #btnNext {
    position: absolute;
    right: 16vw;
    bottom: -11.5vw;
}
.page_3 .homebutton {
    margin: 0;
    bottom: -13vh;
}
.page_3 input[type=submit] {
    margin-left: 0;
    position: absolute;
    right: 16vw;
    bottom: -13vh;
}
.page_1 .container,
.page_2 .container,
.page_3 .container {
	padding-top: 290px;
}


#codeList {
	position: absolute;
	top: -15px;
}

.add-margin-top-135 {
	margin-top: 135px !important;
}
.margin-top-85 {
	margin-top: 85px;
}


header + main
{
	/*margin: 100px 0;*/
	/*margin: 50px 0;*/
	/*margin:0px;*/
	margin: 30px 0px 0px 0px;
}

a
{
	color: #000;
    font-size: 30px;
}
header
{
	/* padding-top: 130px; */
	/*padding-top: 30px;*/
	padding-top: 0px;
	padding-bottom: 100px;
/*    padding-left: 36px;*/
	padding-left: 0px;
	/*height: 230px;*/
	height: 150px;
}
.checklabel
{
	color: #fff;
	display: inline-block;
	font-size: 18pt;
	padding-left: 8px;
}
.styledRadio, .styledCheckbox
{
	display: inline-block;
}
.genderButtons
{
	background-repeat: no-repeat;
	background-size: 188px 188px;
	width: 188px;
	height: 188px;
	display: block;
}
#codeList
{
	display: none;
}

#male
{
	background-image: url(../images/male.png);
}
#male:hover
{
	background-image: url(../images/male-hover.png);
}
#female
{
	background-image: url(../images/female.png);
}
#female:hover
{
	background-image: url(../images/female-hover.png);
}
#male.active
{
	background-image: url(../images/male-hover.png);
}
#female.active
{
	background-image: url(../images/female-hover.png);
}

#rules
{
	display: none;
	padding: 20px;
}
#rules ol, #rules ul
{
	padding-left: 40px;
}
#rules ol p
{
	margin: 0.5em 0;
}
#rules ol li
{
	padding: 5px 0;
}
.fancybox-close {
	width: 70px !important;
	height: 70px !important;
    background-size: 88px 304px !important;
}

footer {
    width: 100%;
    max-width: 950px !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 150px;
}

#codeList {
	overflow: scroll;
	width: 90%;
	max-height: 50px;
	text-align: center;
	margin:auto;
	overflow: hidden;
}

.rulesnregs {
	/*position: absolute;
    bottom: 100px;
    width: 100%;
    left: 0px;*/
	text-align: center;
	margin: 0px auto;
    margin-top: -30px;
	padding-left: 20px;
}

