@charset "UTF-8";
section.step-vf-a-1{
	display: none;
}

body.step-vf-a-1 section.step-vf-a-1{
	display: block;
}

#pop-container,
#pop-container:link,
#pop-container:visited,
#pop-container:hover,
#pop-container:active{
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 767px){
	#pop-container,
	#pop-container:link,
	#pop-container:visited,
	#pop-container:hover,
	#pop-container:active{
		color: #000;
		text-decoration: none;
	}

}

.wrapper{
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#faux-button{
	-webkit-appearance: none;
	margin: 0;
	border: none;
	padding: 0;
	display: block !important;
	width: 100%;
	height: 100%;
}
.videoElement{
	width: 100%;
}
#caption{
	padding: 1em;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 10vh;
	z-index: 5;
	font-family: sans-serif;
}
#caption h1,
#caption h2{
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1.25em;
}
#caption a.btn,
#caption a.btn:link,
#caption a.btn:visited,
#caption a.btn:hover,
#caption a.btn:active,
#caption button{
	display: block;
	text-align: center;
	font-size: 2.5em;
	text-decoration: underline;
	font-weight: 600;
	color: #fff;
	background-color: transparent;
	margin: 0 auto;
	border: none;
}

#caption button:hover{
	text-decoration: none;
}

@media screen and (max-width: 767px){
	body.step-vf-a-1{
		background-color: #fff !important;
	}

	#caption{
		background: none;
		position: relative;
		letter-spacing: -2.25px;
		color: #000;
	}

	#caption h2{
		margin-top: 0.5em;
		font-size: 1.5em;
		letter-spacing: 0px;
	}

	#caption a.btn,
	#caption a.btn:link,
	#caption a.btn:visited,
	#caption a.btn:hover,
	#caption a.btn:active,
	#caption button{
		margin-top: 0.35em;
		color: #000;
	}

}

.row1{
	margin: 0.5em;
	position: relative;
}
.row3{
	margin-top: 1em;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 0em;
}
.row3 h1{
	font-size: 1.8em;
	font-weight: 700;
	margin: 0em;
	padding: 0em;
}
.row4{
	margin-top: 1em;
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 0em;
}
.row4 h2{
	font-size: 1.2em;
	font-weight: 400;
	margin: 0em;
	padding: 0em;
}
.row5{
	margin-top: 1em;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 2em;
}
.row6{
	font-size: 0.8em;
	margin-top: 3.5em;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 0em;
	color: #cecece;
}
.row7{
	font-size: 0.8em;
	margin-top: 0.4em;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	line-height: 1.1em;
}
.login {
	position: absolute;
	top: 0.32em;
	right: 0em;
	text-align: right;
	background-color: #000000;
}
.loginText {
	font-size: 0.8em;
	color: #cecece;
	
}
#imageUrl{
	width: 100%;
}

body.step-vf-a-1{
	max-height: 100vh;
	overflow-y: hidden;
}

body.step-vf-a-1 section.step-vf-a-1{
	max-height: 100%;
	overflow-y: hidden;
}

body.step-vf-a-1 section.step-vf-a-1{
	opacity: 1;
	z-index: 10;
}

body.step-vf-a-1 section.step-vf-a-1 > div{
	opacity: 1;
}

body.step-vf-a-1 #play-now{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px){
	body.step-vf-a-1 #play-now{
		position: static;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		display: block;
		margin: 1em auto;
	}
}

body.step-vf-a-1 {
	background-color: black;
}

/**
 * Defensive styles
 */
body.step-vf-a-1 button#mute{
	display: none;
}

body.step-vf-a-1 video{
	position: relative;
	z-index: 2;
	cursor: pointer;
}
