@charset "utf-8";

/* CSS Document */
body {
	color: #808080;
}
.cover {
	background-image: url(/fusion-static/images/coverimage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}
.cover h1 {
	line-height:50px;
	color:#FFF;
	text-shadow: 0px 3px 15px #000;
}
.cover h2 {
	line-height: 30px;
	color:#D6D6D6;
	padding-bottom:20px;
	text-shadow: 0px 3px 15px #000;
}
.arrowdown {
	width: 80px;
	height: 80px;
	color: #131313;
	position: absolute;
	bottom: -30px;
	left: 45%;
	text-align: center;
	padding: 0px;
	border-radius: 50px;
	text-shadow: none;
}
.why, .vault {
	background-color: #FFFFFF;
}
.dl5 {
	background-color: #000;
	color: #FFF;
	background-image: url(/fusion-static/images/dl5infobg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom:50px;
	position:relative;
}
.dl5video {
	display: none;
	position:relative;
	top: 0px;
	z-index: 999;
}
.dl5videolink {
	cursor: pointer;
}
.vaultvideo {
	display: none;
	position:relative;
	top: 0px;
	z-index: 999;
}
.vaultvideolink {
	cursor: pointer;
}
.fader {
	opacity: 1;
}
.faded {
	opacity: .3;
	-webkit-filter: blur(10px);
}
video {
	margin-bottom:37px;
	background-color:#FFF;
}
.why h1 {
	line-height: 50px;
	color:#009845;
	text-align:center;
}
.carousel {
	background-color:#000;
	position:relative;
}
.carousel img {
	width:100%;
}
.question {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:14px;
	padding-left:2px;
}
.PrintArea li {
	padding-bottom:10px;
}
.PrintArea img {
	border: solid 1px #CCC;
	padding:5px;
}
.panel-default {
	font-size:14px;
}
#anchorfaqs h5 {
	color:#848484;
}