* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}

:focus {
	outline: 0;
}

.step.step-1 img,
.step.step-2 img,
.step.step-3 img,
.step.step-4 img,
.step.step-5 img,
.step.step-6 img{
	border: none;
	display: block;
	margin: 0 auto;
}

ol,
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	cursor: pointer !important;
}
body,
html {
	width: 100%;
	height: 100%;
	min-height: 100%;
}

html,
body{
	min-height: 100%;
	min-width: 100%;
	color: #000000;
}
h1,h2,h3,h4,h5{
	font-weight: normal;
}
img{
	max-width: 100%;
	height: auto
}
.btn{
	white-space: normal
}
.height-full{
	min-height: 100vh;
	width: 100%;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-bg-img{
	background-position: center top;
	background-size: cover;
}

.btn-white{
	font-size: 52px;
	background: #fff;
	padding:5px 25px;
	min-width: 225px;
	
	-webkit-transform: skew(-10deg, 0deg);
	-moz-transform: skew(-10deg, 0deg);
	-o-transform: skew(-10deg, 0deg);
	-ms-transform: skew(-10deg, 0deg);
	transform: skew(-10deg, 0deg);

	-webkit-border-radius: 0;
	-moz-border-radius:0;
	border-radius: 0;
	
	color: #000;
	text-decoration: none;
	font-family: 'HelveticaNeueBlackCond', Arial, "sans-serif"
}

.btn-black{
	font-size: 52px;
	background: #000;
	padding:5px 25px;
	min-width: 225px;
	
	-webkit-transform: skew(-10deg, 0deg);
	-moz-transform: skew(-10deg, 0deg);
	-o-transform: skew(-10deg, 0deg);
	-ms-transform: skew(-10deg, 0deg);
	transform: skew(-10deg, 0deg);

	-webkit-border-radius: 0;
	-moz-border-radius:0;
	border-radius: 0;
	
	color: #fff;
	text-decoration: none;
	font-family: 'HelveticaNeueBlackCond', Arial, "sans-serif"
}

.btn-gray-blue{
		font-size: 52px;
	background: #3b5998;
	padding:5px 25px;
	min-width: 225px;
	
	-webkit-transform: skew(-10deg, 0deg);
	-moz-transform: skew(-10deg, 0deg);
	-o-transform: skew(-10deg, 0deg);
	-ms-transform: skew(-10deg, 0deg);
	transform: skew(-10deg, 0deg);

	-webkit-border-radius: 0;
	-moz-border-radius:0;
	border-radius: 0;
	
	color: #fff;
	text-decoration: none;
	font-family: 'HelveticaNeueBlackCond', Arial, "sans-serif"
}
.tb-btn-div{
	max-width: 100%;
	margin:0px auto; 
	text-align: center;
}
.step-two-section .content-div{
	padding-bottom: 100px;
}
.step-three-section .content-div{
	padding-bottom: 100px;
}

.right-corner-img{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 55;
}
.right-corner-img img{
	max-width: 200px;
}

section.step{
	overflow-x: hidden !important;
}

body{
	background-size: cover;
	background-repeat: no-repeat;
}

section.step > div{
	opacity: 0;
}

body section.step{
	position: absolute;
	width: 100%;
	min-height: 100vh;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

section.step.step-one-section{
	background-image: url( //public.cdnvault.com/lp/resources/red-survey/images/bg1.jpg );
}

section.step.step-two-section{
	background-image: url( //public.cdnvault.com/lp/resources/red-survey/images/bg2.jpg );
}

section.step.step-three-section{
	background-image: url( //public.cdnvault.com/lp/resources/red-survey/images/bg3.jpg );
}

section.step.step-four-section{
	background-image: url( //public.cdnvault.com/lp/resources/red-survey/images/bg4.jpg );
}

section.step.step-five-section{
	background-image: url( //public.cdnvault.com/lp/resources/red-survey/images/bg5.jpg );
}

section.step.step-six-section{
	background-image: url( //public.cdnvault.com/lp/resources/red-survey/images/bg6.jpg );
}

section.step{
	max-height: 100vh;
	overflow-y: hidden;
}

body.step-1 section.step-1,
body.step-1 section.step.step-one-section > div,
body.step-2 section.step-2,
body.step-2 section.step.step-two-section > div,
body.step-3 section.step-3,
body.step-3 section.step.step-three-section > div,
body.step-4 section.step-4,
body.step-4 section.step.step-four-section > div,
body.step-5 section.step-5,
body.step-5 section.step.step-five-section > div,
body.step-6 section.step-6,
body.step-6 section.step.step-six-section > div{
	opacity: 1;
	z-index: 10;
}

body section.step-1,
body section.step-2,
body section.step-3,
body section.step-4,
body section.step-5,
body section.step-6{
	top: -999vh;
}

body.step-1 section.step-1,
body.step-2 section.step-2,
body.step-3 section.step-3,
body.step-4 section.step-4,
body.step-5 section.step-5,
body.step-6 section.step-6{
	max-height: 100%;
	overflow-y: visible;
	top: auto;
}

.btn:active{
	box-shadow: none;
	-webkit-box-shadow: none;
}

section.step-1 div.tb-btn-div a.btn.btn-option{
	display: inline-block;
}

@media screen and (max-width: 768px){
	section.step-1 div.tb-btn-div a.btn.btn-option{
		max-width: 80%;
	}
}

.step-three-section .content-div{
	padding: 0;
}

.step-3 .copy-div img.copy{
	display: block;
	margin: 0 auto;
}

section.step.step-6 .btn-option{
	position: relative;
	max-width: 400px;
}

@media screen and (max-width: 767px) and (orientation: landscape){
	section.step.step-1 > div.container div.copy-div > img,
	section.step.step-2 > div.container div.copy-div > img,
	section.step.step-3 > div.container div.copy-div > img,
	section.step.step-4 > div.container div.copy-div > img,
	section.step.step-5 > div.container div.copy-div > img,
	section.step > div.container div.copy-div > img{
		max-width: 66% !important;
	}

	section.step-1 div.tb-btn-div a.btn.btn-option,
	.tb-btn-div .btn{
		max-width: 150px;
	}

	section.step-3 .tb-btn-div .row > div,
	section.step-4 .tb-btn-div .row > div,
	section.step-5 .tb-btn-div .row > div{
		width: 25%;
	}

	.tb-btn-div .row > div .btn{
		max-width: 150px;
	}
}

section.step.step-6 .btn-option .confirm-age{
	
}
