@charset "UTF-8";
/* CSS Document */

body{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:75%;
}

body{
	background: url('../images/background.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	min-height:100vh;	
	box-sizing:border-box;
	padding-bottom:30px;
}

#blackout{
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.60);	
	position:fixed;
	z-index:10;
	top:0;
}

.lightbox{
	width:80%;
	border-radius:10px;
	background:#ffffff;
	padding:0px 15px;
	box-sizing:border-box;
	box-shadow:0 0 20px #000000;	
	position:relative;
	z-index:100;
	text-align:left;
	max-width:980px;
	font-size:.875em;
	text-align:justify;
	max-height:80vh;
	overflow-y:scroll;
	border-top: 15px solid #ffffff;
	border-bottom: 15px solid #ffffff;
}

.lbTitle{
	font-weight:bold;
	color:#2c75a8;
	font-size:1.25em;
}


.lbSub{
	font-weight:bold;
	font-size:1em;
}

.bluebar{
	width:100%;
	padding:5px;
	color:#ffffff;
	font-size:1.25em;
	font-weight:bold;
	background:#2c75a8;	
	box-sizing:border-box;
}

li{margin-bottom:10px;}

#about, #contact, #privacy, #blackout{
	display:none;	
}

#contact{
	margin-top:22vh;	
}

.closeX{
	float:right;
	color:red;
	font-weight:bolder;
	position:relative;
	z-index:110;	
}

.closeX a{
	text-decoration:none;
	color:red;	
}

#mainContent{
	position:fixed;
	top:0;	
	width:100%;
}

#title1, #title2{
	color:#2c75a8;	
	text-align:center;
	text-shadow: 1px 1px 3px #ffffff; 
	text-transform:uppercase;
}

#title1{
	font-size:2.8em;
	padding-top:20px;
}	

#title2{
	font-size:1.8em;	
	font-weight:lighter;
	padding:10px 0px 20px 0px;
}

#whiteBox{
	width:100%;
	box-sizing:border-box;
	padding:20px 10px;
	border:3px solid #ffffff;
	background:rgba(255,255,255,0.60);
	border-radius:10px;	
}

#inputContainer{
	width:80%;
	box-sizing:border-box;
	margin:0px auto;	
	font-size:1.3em;
	font-family:serif;
	font-style:italic;
}

#buttonContainer{
	width:80%;
	box-sizing:border-box;	
	margin:20px auto 0px auto;
	color:#ffffff;
	font-weight:bold;
	font-size:1.3em;
}

input, button{
	width:100%;	
	box-sizing:border-box;
	padding:10px;
	text-align:center;
}

input{
	border:1px solid #cccccc;	
}

button{
	border:none;
	background-color:#F09800;
	border-radius:5px;
	color:#ffffff;	
}

button:hover{
	background-color:#2c75a8;	
}

button:active{
	background-color:#1e5370;	
}

#lowerBar_container{
	clear:both;	
}

#lowerBar{
	margin-top:30px;
	margin-bottom:20px;
	width:100%;
	background:rgba(0,0,0,0.60);	
	padding-top:10px;
	border-radius:5px;
	padding-bottom:22px;
}

#copy1, #copy2, #copy3{
	box-sizing:border-box;
	width:100%;
	padding:10px;
	margin-top:10px;	
	color:#ffffff;
	text-align:left;
}

.imgHolder{
	width:50px;
	float:left;	
	margin-right:10px;
}

.imgHolder img{
	max-width:100%;	
}

.copyTitle{
	font-size:1.3em;
	font-weight:bold;
	margin-top:-8px;	
}

.copy{
	font-size:0.8em;
	font-weight:lighter;	
}

#trustLogos{
	width:220px;
	margin:20px auto;
	padding-top:40px;
	clear:both;
}

#etrustee img, #norton img{
	width:100%;
}

#etrustee{
	width:100px;
	float:left;
	padding:5px;
}

#norton{
	width:100px;
	float:left;
	margin-top:-10px;
	padding:5px;
}

footer{
	width:100%;
	display:block;
	position:fixed;
	bottom:0px;	
	background:rgba(0,0,0,1);
	font-size:.825em;
}

footer a{
	text-decoration:none;
	color:#ffffff;
	padding:10px;
	font-weight:bold;
	display:inline-block;
}	

footer a:hover{
	color:red;	
}

@media screen and (min-width: 500px){
	#contact{
		margin-top:24vh;	
	}
	
	#whiteBox_container{
		width:500px;
		margin:30px auto;	
	}
	
	#whiteBox{
		width:500px;
		margin:0px auto;
		float:left;	
	}
	
	#inputContainer{
		width:47%;
		float:left;	
	}
	
	#buttonContainer{
		width:47%;
		float:right;
		margin-top:0px;
	}
	
	#lowerBar{
		float:left;	
	}
	
	.copyTitle{
		margin-top:0px;	
	}
}

@media screen and (min-width: 600px){
	#lowerBar{
		margin-top:75px;
		border-radius:10px;	
	}
	
	input, button{
		padding:15px 10px;	
	}
	
	#copy1, #copy2, #copy3{
		width:33.33%;
		float:left;	
		text-align:center;
		margin-top:-45px;
	}
	.imgHolder{
		width:50px;
		margin:0px auto;
		float:none;	
	}
	
	.copyTitle{
		margin:10px 5px;	
	}
}

@media screen and (min-width: 768px){
	body{
		font-size:100%;	
	}
	
	#lowerBar_container{
		width:768px;
		margin:0px auto;	
	}
}

@media screen and (min-width: 960px){
	
}



