body
{
	width: 1280px;
	height: 1024px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 40px;
	background-color: #494642;
	background-image: url(/assets/images/tile.jpg);
	background-repeat: repeat;
}

body.home
{
	background-image: url("../images/UnpluggedHomeScreenKioskV2-Mar2021.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 1280px 1024px;

}
body.homeNOV
{
	background-image: url("../images/UnpluggedHomeScreenKiosk-Mar2021.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 1280px 1024px;

}
body.internal
{
	background-image: url("../images/UnpluggedBackgroundKioskV2-Mar2021.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 1280px 1024px;
	/* background-color: rgb(0,83,118); */
	/*padding-left: 90px;*/
}
body.thankyou
{
	background-image: url(../images/UnpluggedThankYouKioskV2-Mar2021.jpg);
}
.home footer
{
  /*vertical-align: middle;*/
  /*height: 74px;*/
  /*line-height: 74px;*/
}
.home .enter
{
	left: 580px;
	position: absolute;
  	bottom: 50px;
  	/*
	text-align: center;
  	margin: 0px auto;
	*/
}

.enterButton {
	position: absolute;
	left: 950px;
	top: 875px;
}

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

a
{
	color: #FFF;
    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 {
    /*position: relative;
    bottom: 100px;
    left: 100px;*/
	width: 1000px;
    margin: 0px auto;
    margin-top: 160px;
}

#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: 17px;
	padding-left: 20px;
}

.homebutton {
    margin-left: 30px;
}