body {
	background-color: #888888;
	font-family: 'Lato', Arial,"Helvetica Neue",Helvetica,Roboto,sans-serif;
	font-size: 14px;
	max-width: 1920px;
	text-align: center;
	color: white;
	padding: 0;
	margin: 0;
}

h1, h2, h3, div, p, a, input, select {
	-webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(100,100,100,.1);
}

.body-main {
	float: left;
	width: 100%;
	border-style: none;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
}

.logo-div {
	padding-top: 4em;
	margin-left: 20%;
	width: 80%;
}



.logo-div img {
	float: left;
	width: 10em;
}

form {
	margin: 0;
	padding: 0;
}

body.step1 {
	background: url(../image/Background1-sm.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
}
body.step2 {
	background: url(../image/Background2-sm.jpg) no-repeat;
	background-size: cover;
	background-position: left center;
}
body.step3 {
	background: url(../image/Background3-sm.jpg) no-repeat;
	background-size: cover;
}
body.step4 {
	background: url(../image/Background4-sm.jpg) no-repeat;
	background-size: cover;
}
body.step5 {
	background: url(../image/BackgroundPopup-sm.jpg) no-repeat;
	background-size: cover;
}

.div-step5 {
	float: left;
	display: block;
	padding: 0 0 1em 0;
	width: 100%;
	text-align: center;
}

.div-step5 .logo-div {
	float: left;
	margin-left: 15%;
}

.div-step5 input {
	display: inline-block;
	background-color: transparent;
	border: 1px solid #666666;
	border-radius: .8em;
	color: #666666;
	font-size: 1.5em;
	line-height: 2em;
	margin: 1em;
	padding: .2em 0 .2em 1em;
	width: 26em;
}

.div-step5 h1,
.div-step5 h2,
.div-step5 h3 {
	color: #5FC33D;
}

.div-step5-header {
	float:  left;
	width: 96%;
	margin: 0 2%;
}

.div-step5 h2 {
	display: inline-block;
	font-size: 3em;
	text-transform: uppercase;
	/* letter-spacing: .2em; */
	margin-top: 1em;
	text-align: center;
	max-width: 26em;
}

.div-step5 h3 {
	display: inline-block;
	font-size: 1.4em;
	margin-top: -.5em;
	max-width: 40em;
	text-align: center;
	line-height: 1.5em;
}

.div-step5 .btns {
	margin-top: -.2em;
}

.div-step5 .btns a {
	width: 12em;
	letter-spacing: 0;
	margin: 1.2em;
	line-height: 2.7em;
	border-radius: 1em;
	padding: .3em 0;
}

.div-step5 .btns a.btn-white:hover {
	border-color: black;

}

.div-step5 input.error {
	border-color: red;
}

.div-step5 .div-error {
	display: block;
	float: left;
	width: 100%;
	color: red;
}

.btns a.btn-green {
	background-color:  #5FC33D;
	color: white;
	border: 1px solid #5FC33D;
	line-height: 1.35em;
}

.btns a.btn-white {
	color: #A8A8A8;
	background-color: transparent;
	border: 1px solid #A8A8A8;
}

.btns a.btn-white:hover {
	color: black;
	background-color: white;
	transition: .5s ease;
	-webkit-transition76: .5s ease;
}


.btns>div {
	display: inline-block;
	vertical-align: top;
}


.body-main>div {
	display: inline-block;
}

h1 {
	margin-top: 3em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-size: 1.2em;
}

h2 {
	font-size: 1.4em;
}

.h2-main {
	font-size: 2.4em;
	letter-spacing: .05em;
}

.h2-main.hidden {
	 display: none;
}

a {
	cursor: pointer;
}

.progress-bar {
	width: 80%;
	height: 5em;
	display: inline-block;
	text-align: center;
}

.progress-bar .progbar {
	display: inline-block;
	height: 5em;
}

.progress-bar .progbar img {
	width: 80em;
}

.balloon {
	width: 10em;
	display: none;
	text-align: center;
	position: absolute;
	font-size: .6em;
    left: -4.4em;
    bottom: 2.4em;
}

.balloon.blue,
.balloon.yellow,
.balloon.orange,
.balloon.red {
	display: block;
}

.progress-dot:hover {
	cursor: pointer;
}

.progress-dot:hover .balloon {
	display: block;
}

.balloon>div {
	display: inline-block;
}

.balloon-arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .6em .4em 0 .4em;
	border-color: white transparent;
	transform: translate(0, -0.5em);
	-ms-transform: translate(0, -0.5em);
	-webkit-transform: translate(0, -0.5em);
}

.balloon-arrow.hidden {
	border-color: transparent;
}

.balloon.blue .balloon-arrow {
	border-color: #0791F3 transparent;
}

.balloon.yellow .balloon-arrow {
	border-color: #ED900D transparent;
}

.balloon.orange .balloon-arrow {
	border-color: #E75617 transparent;
}

.balloon.red .balloon-arrow {
	border-color: #D1241E transparent;
}

.balloon .balloon-text {
	font-family: 'Lato', Arial,"Helvetica Neue",Helvetica,Roboto,sans-serif;
	background-color: white;
	padding: .1em .4em;
	border-style: none;
	border-radius: .5em;
	color: black;
	font-size: .7em;
	width: 7.5em;
	line-height: 1.7em;
}

#balloon-text-4 {
	width: 9em;
}



.balloon.blue .balloon-text { 
	background-color: #0791F3;	
	color: white;
}

.balloon.yellow .balloon-text {
	background-color: #ED900D;	
	color: white;
}

.balloon.orange .balloon-text {
	background-color: #E75617;	
	color: white;
}


.balloon.red .balloon-text {
	background-color: #D1241E;	
	color: white;
}


.balloon.hidden .balloon-text {
	background-color: transparent;
	color: transparent;
}


.progress {
	display: inline-block;
	height: 2.5em;
	text-align: center;
	margin-top: 9em;
}

.progress-outer {
	display: block;
	width: 100%;
	text-align: center;
}


.above-progress {
	display: inline-block;
	height: 3em;
}

.progress .progress-chunk {
	width: 25%;
	float: left;
	margin: 0;
	padding: 0;
}

.progress .progress-line {
	float: left;
	display: block;
	height: .5em;
	padding: 0;
	width: 21.5em;
	border-width: 0;
	border-bottom: 2px solid white;
}


.progress .progress-dot.blue {
	color: #0791F3;
}

.progress .progress-dot.yellow {
	color: #ED900D;	
}

.progress .progress-dot.orange {
	color: #E75617;	
}


.progress .progress-dot.red {
	color: #D1241E;	
}


.progress .progress-line.blue {
	border-color: #0791F3;	
}

.progress .progress-line.yellow {
	border-color: #ED900D;	
}

.progress .progress-line.orange {
	border-color: #E75617;	
}


.progress .progress-line.red {
	border-color: #D1241E;	
}

.progress .progress-dot {
	font-family: FontAwesome;
	font-size: 4em;
	text-align: left;
	position: relative; 
	margin: -.5em -.1em 0 -.1em;
	padding: 0;
	display: block;
	float:left;
	height: 2em;
	padding: 0;
	color: white;
}



.progress .progress-dot img {
	float: left;
}

.progress span#progress-dot-4 img {
	float: right;
}

.progress span#progress-dot-3 {
	width: 15%;
}

.progress span#progress-dot-4 {
	width: 19%;
	text-align: right;
}

.progress .progress-check {
	background: url(../image/check.png) no-repeat; 
	background-size: cover;
	display: none;
	float: left;
	width: 1em;
	transform: translate(-1.45em, -.2em);
	-ms-transform: translate(-1.45em, -.2em);
	-webkit-transform: translate(-1.45em, -.2em);
	margin-right: -1em;
}


.above-progress {
	margin-bottom: .4em;
	font-size: 1.4em;
}


.above-progress span {
	float:left;
	width: 29%;
	height: 2em;
	text-align: left;
	margin-left: 2%;
	font-size: 1.2em
}

.above-progress span#above-progress-1{
	background-color: #F1A207;
}

.above-progress span#above-progress-2 {
	background-color: #00A9EC;
}

.above-progress span#above-progress-3 {
	width: 15%;
	background-color: #E75617;
}

.above-progress span#above-progress-4 {
	text-align: right;
	width: 17%;
	background-color: #D1241E;
}

.div-step {
	width: 80%;
	margin: 0 10% 0 10%;
}

.div-step h2 {
	margin-top: 2em;
	margin-bottom: 1.5em;
	font-weight: 400;
	letter-spacing: .05em;
	font-size: 1.4em;
}

.div-step h2 div {
	float: left;
	
}

.div-step h2 i {
	transform: translate(.5em, -.5em);
	-ms-transform: translate(.5em, -.5em);
	-webkit-transform: translate(.5em, -.5em);
	background-color: transparent;
	font-size: 1.4em;
}

i.blue {
	color: #0791F3;	
}
i.yellow {
	color: #ED900D;	
}
i.orange {
	color: #E75617;	
}
i.red {
	color: #D1241E;	
}

.div-step h2 a {
	position: relative;
}


.div-step h2 a div {
	display: none;
}

.div-step h2 {
	display: block;
}

.div-step h2 a:hover div {
	display: block;
	position: absolute;
	width: 18em;
	font-size: 1em;
	background: rgba(20,20,20,.85);
	color: white;
	border-radius: .2em;
	padding: 1em;
	z-index: 1000;
	border-radius: .6em;
	bottom: 2em;
	right: 1em;
}
	

.div-step select {
	font-size: 1.6em;
	font-weight: 400;
	height: 2.4em;
	padding-left: .5em;
	background-color: transparent;
	border-radius: .9em;
	border: 1px solid white;
	color: white;
	width: 12em;
}

.div-inputs {
	display: inline-block;
	width: 80%;
}

.div-input {
    display: inline-block;
    margin: 2em 3.2em 0 3.2em;
}

.btns {
	display: inline-block;
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 2.5em;
	font-size: 2em;
	line-height: 1.6em;
}

#btn-step-1 {
	width: 100%;
}

.btns a {
	padding: 0 1em;
	border-radius: .6em;
	background-color: white;
	color: #707070;
	margin: 1em 3em;
	display: inline-block;
	width: 9em;
	text-transform: uppercase;
	font-size: .9em;
	line-height: 2em;
}

.btns .btn-yellow {
	background-color: #ED900D;
	color: white;
	border: 1px solid #ED900D;
}

.btns .btn-blue {
	background-color: #0791F3;
	color: white;
	border: 1px solid #0791F3;
}

.btns .btn-orange {
	background-color: #E75617;
	color: white;
	border: 1px solid #E75617;
}

.btns .btn-red {
	background-color: #D1241E;
	color: white;
	border: 1px solid #D1241E;
}

.btns .btn-turquoise {
	background-color: #05F5E1;
	color: white;
	border: 1px solid #05F5E1;
}

.btns .btn-trans {
	background-color: transparent;
	color: white;
	border: 1px solid white;
}

.btns .btn-trans:hover {
	background-color: white;
	color: black;
	transition: .5s ease;
	-webkit-transition: .5s ease;
}

#body-results .btns .btn-trans {
	background-color: #00CEBD;
	color: white;
	border-color: #00CEBD;
}

/*
#body-results .btns .btn-trans:hover {
	background-color: #7BF352;
	color: white;
}
*/

.div-error {
	display: none;
	color: #ff8888;
	font-size: 2em;
}

#body-results h1 {
	font-size: 3.5em;
	margin-bottom: 0;
	margin-top: .5em;
	display: inline-block;
}

#body-results h2 {
	letter-spacing: .1em;
	display: inline-block;
	max-width: 70em;
	padding: 0 2em;
}

#body-results h3 {
	display: inline-block;
	font-size: 3.5em;
	color: #05F5E1;
	line-height: 1.2em;
	display: inline-block;
	margin-top: .7em;
}

#body-results h3 span {
	display: block;
	float: left;
	font-size: 2em;
	letter-spacing: .1em;
}


#body-results .dollar-sign {
	display: block;
	float: left;
	font-size: .8em;
	padding-bottom: .2em;
	/* transform: translate(0, .3em) */
	position: relative;
	top: -.4em;
}

#body-results .per-month {
	display: block;
	float: left;
	font-size: .6em;
	/* transform: translate(0, 2em); */
	letter-spacing: 0;
	position: relative;
	bottom: -.9em;
}

#body-results .div-video {
	font-size: 2em;
	height: 9em;
	width: 18em;
	margin: 0 0 .5em 0;
	
}

#body-results .footer {
	margin-top: 1.5em
}

#body-results {
	background: url(../image/step6image_lo.jpg) no-repeat;
	background-size: cover;
}

#body-results .btns {
	margin-top: 0;
}

#body-results .btns a {
	width: 13em;
	letter-spacing: 0;
	margin: .5em 1em;
	line-height: 2.7em;
	border-radius: 1em;
	text-decoration: none;
}

#body-results .btns .learn-more {
	font-size: .6em;
}


.footer {
	float: left;
	margin: 3.5em 0 0 21%;
}

.footer a,
.footer a:hover {
	display: block;
	float: left;
	margin: 0 6em 0 0;
	font-size: 1.4em;
	color: white;
	text-decoration: none;
}

.div-step5 .footer {
	margin: 2em 0 1em 15%;
}

.div-step5 .footer a,
.div-step5 .footer a:hover {
	color: #666666;
}



.div-sep {
	display: none;
}

.no-spam {
	width: 100%;
	text-align: center;
	color: #666666;
	font-size: 1em;
}

/** custom select box **/
.s-hidden {
    visibility:hidden;
    padding-right:10px;
}
.select {
    cursor:pointer;
    display:inline-block;
    position:relative;

	font-size: 1.4em;
	font-weight: 400;
	height: 2.4em;
	padding-left: .5em;
	background-color: transparent;
	border-radius: .9em;
	border: 2px solid white;
	color: white;
	width: 20em;

}
.select.error {
	border-color: #FF8888;
}

.styledSelect {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:transparent;
    text-align: left;
    padding: .5em 0 0 1em;
    font-size: 1em;
	font-weight: 400;
}
.styledSelect:after {
    content:"";
    width:0;
    height:0;
    border: .5em solid transparent;
    border-color:white transparent transparent transparent;
    position:absolute;
    top:1em;
    right:1em;
}

.options {
	display: none;
	position: absolute;
	top: 3.5em;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0 0;
	padding: .5em 0;
	list-style: none;
	border: 2px solid white;
	background: rgba(50,50,50, .7);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 1em;
	max-height: 13em;
	overflow: auto;
}

.options li {
    padding:0 6px;
    margin:0 0;
    padding:0 10px;
}
.options li:hover {
    background-color:#39f;
    color:white;
}


/** end of custom select box **/

/** landing page **/

#landing {
	background-color: white;
	color: #455A6D;
}

#landing .header {
	width: 80%;	
	background-image: url(../image/landingimg1.jpg);
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

#landing .main-content {
	background-image: url(../image/landingimg2.jpg);
	background-position: right bottom;
	background-size: auto 15%;
	background-repeat: no-repeat;
	width: 100%;
	margin-top: 1.5em;
}


#landing .logo-div img {
	width: 20em;
}

#landing .btns .btn-red {
    background-color: #FF5E66;
    color: #FFF;
    padding: 0.5em 1em;
    width: auto;
    border-radius: 0.5em;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
    border-style: none;
}

#landing .footer {
	background-color: #2B2B2B;
	color: white;
	width: 100%;
	padding: 0;
	margin: 0;
}

#landing .div-video {
	width: 50%;
	display: inline-block;
}

#landing h1, 
#landing h2 {
    font-size: 3.2em;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1.2em;
    padding: 0 .5em;
    margin-top: 2em;
    margin-bottom: 1em;
}

#landing h3 {
    font-size: 2.5em;
    font-weight: 400;
    line-height: 1.2em;
    padding: 0 .5em;
    margin-top: .8em;
}

#landing h4 {
	font-size: 2.2em;
    font-weight: 400;
    line-height: 1.2em;
    padding: 0 .5em;
    margin-top: .8em;
}

#landing h5 {
	font-size: 2em;
    font-weight: 400;
    line-height: 1.4em;
    padding: 0 .5em;
}

#landing p {
	line-height: 1.2em;
    padding: 0 .5em;
}

#landing li {
	list-style-type: none;
	margin-top: 2.5em;
	vertical-align: top;
}

#landing ul#points-list {
	text-align: center;
	width: 80%;
	display: inline-block;
}

#landing ul#points-list li {
	display: inline-block;
	width: 20%;
	padding: 0 5% 0 5%;
}

#landing ul#points-list li h2 {
	font-size: 2em;
}

#landing ul#points-list li p {
	font-size: 1.5em;
}


#landing ul#testimonials {
	text-align: center;
	width: 80%;
	display: inline-block;
	margin-top: 5em;
	margin-bottom: 5em;
}

#landing ul#testimonials li {
	display: inline-block;
	width: 33%;
	padding: 0 5% 0 5%;
}

#landing ul#testimonials li h5 {
	font-size: 1em;
}

#landing ul#testimonials li p {
	font-size: 1.5em;
	font-style: italic
}

#landing span.red {
	color: #D6625D;
}

#landing .footer h2 {
	margin-bottom: 0;
}

#landing .footer h4 {
	margin-top: 0;
}

#landing .footer a {
	margin: 0 0 3em 0;
}

#landing .footer h5 {
	margin: 0 0 2em 0;
	font-size: 1em;
}

.help-popup strong {
	color: #ffff77;
}


@media (max-width: 1800px) {
	body {
		font-size: 12px;
	}
}

@media (max-width: 1400px) {
	body {
		font-size: 10px;
	}
}

@media (max-width: 1200px) {
	body {
		font-size: 8px;
	}
	.logo-div,
	.footer {
		margin-left: 15%;
		/* width: 85%; */
	}
}

@media (max-width: 1005px) {
	body {
		font-size: 7px;
	}
}

@media (max-width: 900px) {
	#landing .main-content .inner {
		background-color: rgba(255,255,255,.7);
	}
}

@media (max-width: 700px) {
	.progress .progress-line {
		width: 15em;
	}
	
	.div-sep {
		display: block;
	}
	.logo-div,
	.footer {
		margin-left: 10%;
		/* width: 90%;*/
	}
	
	#landing ul#points-list li,
	#landing ul#testimonials li {
		width: 80%;
	}
	#landing .div-video {
		width: 80%;
	}

}


@media (max-width: 570px) {
	.progress .progress-line {
		width: 8em;
	}
	
	.div-sep {
		display: block;
	}
	#body-steps h1 {
		letter-spacing: 0;
	}
	#body-results h1 {
		font-size: 3.5em;
	}
	#body-results h2 {
		letter-spacing: 0;
		font-size: 1.8em;
	}
	#body-results h3 {
		display: inline-block;
		font-size: 2.5em;
	}
	.balloon {
		font-size: .4em;
		bottom: 3.6em;
	}
	.balloon .balloon-text {
		padding: .1em .15em;
	}
	.btns div {
		width: 100%;

	}
	#landing .btns div {
		width: auto;
	}
	#landing h1 br,
	#landing h2 br,
	#landing h3 br,
	#landing h4 br {
		display: none;
	}
	.btns .btn-left {
		transform: translate(0, 3.5em);
		-ms-transform: translate(0, 3.5em);
		-webkit-transform: translate(0, 3.5em);
	}
	.btns .btn-right {
		transform: translate(0, -3.5em);
		-ms-transform: translate(0, -3.5em);
		-webkit-transform: translate(0, -3.5em);
	}
	.step5 .btns .btn-left {
		transform: translate(0, 5em);
		-ms-transform: translate(0, 5em);
		-webkit-transform: translate(0, 5em);
	}
	.step5 .btns .btn-right {
		transform: translate(0, -5em);
		-ms-transform: translate(0, -5em);
		-webkit-transform: translate(0, -5em);
	}
	
}


@media (max-width: 470px) {
	.progress .progress-line {
		width: 8em;
	}
	

	.div-sep {
		display: block;
	}
	#body-steps h1 {
		letter-spacing: 0;
		padding: 0 2em 0 2em;
		
	}
	.footer a {
		margin-right: 2em;
	}

	.div-step h2 div {
		max-width: 18em;
	}
	#body-results .btns div {
		width: 100%;

	}
	#body-results .btns #btn-left {
		transform: translate(0, 3.5em);
		-ms-transform: translate(0, 3.5em);
		-webkit-transform: translate(0, 3.5em);
	}
	#body-results .btns #btn-right {
		-ms-transform: translate(0, -3.5em);
		-webkit-transform: translate(0, -3.5em);
		transform: translate(0, -3.5em);
	}
	
}

@media (max-width: 400px) {
	
}
