* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12pt;
	font-family: arial;
	background-color:#ffffff;
	overflow-x: hidden;
}

video {
  width: 100%    !important;
  height: auto   !important;
}

#top-info {
	width:100%;
	height:100px;
	background-color:#ffffff;
	z-index:1;
	top:0px;
	left:0px;
	position:relative;
	text-indent:0;
}

#login-inputs {
	z-index:1;
	position:relative;
	text-indent:0;
	font-size:12pt;
	font-weight:bold;
	color:#ffffff;
	text-align:right;
	bottom:50px;
	padding-right:8px;
}

#login {
	width:10%;
	color:#595959;
	font-family:arial;
	font-size:14pt;
	z-index:1;
	top:12px;
	right:8px;
	position:absolute;
	cursor:pointer;
	text-indent:0;
}

#signup-options {
	padding-bottom:14px;
	color:#ff7b3a;
	cursor:pointer;
	text-indent:0;
}

#signup-options:hover {
	text-decoration:underline;
}

#signup_overlay  { 
   		   background:rgba(255,255,255, 0.5);
                   position:fixed;
                   top:0px; 
                   left:0px; 
		   width:100%;
		   height:100%;
                   z-index:7;	
                }

#client_login  { 
   		   background:rgba(255,255,255, 0.5);
                   position:fixed;
                   top:0px; 
                   left:0px; 
		   width:100%;
		   height:100%;
                   z-index:7;	
                }

#participant_login  { 
   		   background:rgba(255,255,255, 0.5);
                   position:fixed;
                   top:0px; 
                   left:0px; 
		   width:100%;
		   height:100%;
                   z-index:7;	
                }


#container {
	padding: 0;
	position: absolute;
	top: 0px;
	left:0px;
	margin: 0;
	width: 100%;
	height:auto;
	color: white;
	font-size: 18px;
	z-index: 6;
	text-indent: -9999px;  
	white-space: nowrap;
}

#bottom-area {
	width:100%;
	text-align:center;
	border-top: 40px solid #5f5f5f;
	z-index:3;
	padding-top:8px;
	color:#5f5f5f;
	font-size:16pt;
	bottom:0px;
	left:0px;
	position:relative;
	font-family:arial;
	text-indent:0;
}

#task-for-cash {
	position: absolute;
	top: 20%;
	left:15%;
	z-index:4;
	cursor:pointer;
	width:70%;
	text-indent:0;
}


#task-for-cash-college {
	position: absolute;
	top: 48%;
	left:5%;
	z-index:4;
	cursor:pointer;
	width:90%;
	text-indent:0;
}


#task-for-cash-get-started {
	position: absolute;
	top: 58%;
	left:42%;
	z-index:4;
	cursor:pointer;
	width:20%;
	text-indent:0;
}
#container2 {
	padding: 0;
	position: absolute;
	background-color:#ffffff;
	border-top: 8px solid #ffffff;
	top: 84%;
	left:0;
	margin: 0;
	width: 100%;
	height:100%;
	color: #5f5f5f;
	font-size: 18px;
	z-index: 2;
	text-indent: 0;
}

.bg {
 	position: absolute;
    	left: 0;
    	width: 100%;
    	height: 100%;
	top: 82px;
	left: 0;
	z-index: 0;
}

.bg2 {
	width:100%;
	height:100%;
	top: 160px;
 	position: absolute;
    	left: 0;
	z-index: 1;
	
}

#show-more {
	padding: 0;
	position: absolute;
	top: 79%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	text-indent: 0;
}

#logo-info {
	cursor:pointer;
	width:70%;
	position: relative;
	top: 8px;
	left:6px;
	color:#fff;
	font-size:34pt;
	font-family:impact;
	border:0;
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 12.5%;
	width: 75%;
	height: 75%;
}

#footer {
	bottom:0;
	text-align:center;
	font-size:12pt;
	color:#000000;
	z-index: 5;
	width: 100%;
	font-family:arial;
	padding-top:10px;
	text-indent:0;
}