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: 580px;
	margin:50px auto; 
}
.step-one-section .tb-btn-div{
	margin-top: 90px;
}
.step-two-section .content-div{
	padding-bottom: 100px;
}
.step-three-section .content-div{
	padding-bottom: 100px;
}
.step-four-section .tb-btn-div .btn{
	padding: 15px 25px;
	white-space: normal;
	color: #ff0036;
	font-size: 70px;
	line-height: 70px;
}
.step-four-section .tb-btn-div .btn span{
	display: block
}
.step-four-section .tb-btn-div .btn .sm{
	font-size: 45px;
	color: #000;
	width: 100%;
	line-height: 45px;
}
.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;
}

.btn.btn-option:hover{
	background-color: #ff0035;
	color: #fff;
}

.btn.btn-option:hover span.sm{
	color: #000;
}

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( //drb1s82p88cr6.cloudfront.net/lp1/images/step1-bg-min.jpg );
}

section.step.step-two-section{
	background-image: url( //drb1s82p88cr6.cloudfront.net/lp1/images/step2-bg-min.jpg );
}

section.step.step-twob-section{
	background-image: url( //drb1s82p88cr6.cloudfront.net/lp1/images/step2b-bg-min.jpg );
}

section.step.step-three-section{
	background-image: url( //drb1s82p88cr6.cloudfront.net/lp1/images/step3-bg-min.jpg );
}

section.step.step-four-section{
	background-image: url( //drb1s82p88cr6.cloudfront.net/lp1/images/step4-bg-min.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-2b section.step-2b,
body.step-2b section.step.step-twob-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{
	opacity: 1;
	z-index: 10;
}

body.step-1 section.step-1,
body.step-2 section.step-2,
body.step-2 section.step-2b,
body.step-3 section.step-3,
body.step-4 section.step-4{
	max-height: 100%;
	overflow-y: visible;
}

