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;

}


body.home,
body.internal
{
	background-image: url(../../28974_10K_Tablet_1280x752px_1C.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;

}
body.internal
{
	background-image: url("../images/28974_10K_Tablet_1280x752px_Internal-3.jpg");
}
body.thankyou
{

	background-image: url("../images/28974_10K_Tablet_1280x752px_ThankYou-2.jpg");
}

.enterButton {
	margin-top: 80vh;
    margin-left: 60vw;
}

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;
}

.enterButton {
	margin-top: 80vh;
    margin-left: 60vw;
}
.homebutton {
    margin-top: 3vh;
    margin-left: 12vw;
}
.page_2 .homebutton {
    margin-top: 9vh;
    margin-left: 14vw;
}
.page_2 #btnNext {
	margin-left: 44vw;
}
.page_3 .homebutton {
	margin-top: 8vh;
}
.page_3 input[type=submit] {
	margin-left: 44vw;
}
.page_1 .container,
.page_2 .container,
.page_3 .container {
	padding-top: 230px;
}


#codeList {
	position: absolute;
	top: -15px;
}
#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;
}

