@import url(//fonts.googleapis.com/css?family=Raleway:400,700);

html { height: 100%;}

*:focus {
    outline: 0;
}

*{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
 	-webkit-tap-highlight-color:transparent;
}

body{
	background-color: #fafafa;
	font-family: 'Raleway', Arial, sans-serif;
}

/* BEFORE */
/*
.step{
	padding: 100px 50px 20px 20px;
	position: absolute;
	top: 0;
	left: 0;
}
*/

/* FOR DESKTOP */
.step {
	padding: 100px 50px 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.loading {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    padding: 120px 0 0 0;
}

.loading img {
    max-width: 208px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

/* BEFORE */
/*
#joinform{
	position: relative;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
*/

/* FOR DESKTOP */
#joinform {
	position: relative;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
}

.error {
    color: red;
    font-size: 13px;
    line-height: 25px;
}

/* header */

header{
	position: fixed;
	width: 100%;
	background-color: #FAFAFA;
	z-index: 999;
	height: 80px;
	text-align: center;
}

header img {
	margin: 12px auto;
	display: block;
	max-height: 70%;
	max-width: 70%;
}

.fixfixed header { 
    position: absolute !important; 
} 

#step-count{
	color: rgba(0,0,0,0.4);
	font-size: 25px;
	font-weight: 500;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	margin: 28px 20px auto auto;
	width: 55px;
	height: 30px;
	text-align: right;
}

span.step-counter {
    position: absolute;
    right: 37px;
}

.rainbow{
	background: url(../../assets/img/rainbow.png) repeat 50% 0;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 4px;
}

/* BEFORE */
/*
img.warning{
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	max-width: 286px;
	display: block;
	margin-bottom: 10px;
	width: 99%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #3A5795;
}
*/

/* DESKTOP */
img.warning {
	width: 50%;
	max-width: 50%;
	margin: 30px auto;
	text-align: center;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #3A5795;
}

/* ===== BUTTONS - BEFORE ===== */

/*
.buttons { margin-bottom:10px; text-align: center;}

.buttons::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.btn {
  position: relative;
  width: 60px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  color: rgba(0,0,0,0.4);
  font-size: 12px;
  font-weight: 700;
  height: 65px;
  float: left;
}

.btn.radio { float: none;}
.buttons.tall .btn { height: 90px;}
.btn p { margin: 3px auto;}

.btn img{
	display: block;
	width: 36px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	opacity: .5;
}

.btn.active img { opacity: 1;}

#btn-next {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: #fafafa;
	position: fixed;
	bottom: 15px;
	right: 15px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 3px solid #3A5795;
	font-weight: 700;
	color: #3A5795;
	font-size: 25px;
	width: 45px;
	height: 45px;
	line-height: 33px;
	padding: 0;
}
*/

#terms-2 {
	width: 360px;
	margin: 0 auto;
	position: relative;
	top: 10px;
	font-size: 11px;
	color: rgba(0,0,0,0.7);
	padding-right: 20px;
}


/* ===== BUTTONS - DESKTOP ===== */

.buttons { margin: 0 auto 10px auto; text-align: center;}

.btn-align { vertical-align: top;}

.buttons::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.btn {
	position: relative;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	color: rgba(0,0,0,0.4);
	font-size: 22px;
	font-weight: 700;
	float: left;
	width: 20%;
	height: 25%;
	text-transform: uppercase;
	vertical-align: top;
}

.btn.radio { float: none;}
.buttons.tall .btn { float:none;}
.buttons.tall .btn p { font-size: 60%;}
.btn p { margin: 5px auto;}

.btn img{
	display: block;
	width: 40%;
	height: 40%;
	margin: 0 auto;
	padding: 0;
	opacity: .5;
}

.btn.active img{ opacity: 1;}

#btn-next {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: #fafafa;
	position: fixed;
	bottom: 15px;
	right: 15px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 3px solid #FF5A00;
	font-weight: 700;
	color: #FF5A00;
	font-size: 25px;
	width: 45px;
	height: 45px;
	line-height: 33px;
	padding: 0;
}

/* progress bar */

#progress{
	position: fixed;
	right: 18px;
	top: 50%;
	margin-top: -85px;
	width: 16px;
	height: 240px;
}

.dot{
	width: 16px;
	height: 16px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 15px 0;
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
	-moz-transition: background-color .5s;
}


.dot.complete{
	background-color: rgba(0,0,0,0.5);
}

.dot.active{
	background-color: #3A5795;
}

.dot.inactive{
	background-color: rgba(0,0,0,0.15);
}


/* labels */

/* ==== BEFORE ==== */
/*
label{
	clear: both;
	color: #FF5A00;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 15px;
	display: block;
}

label.big {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 0;
}

label.small{
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 10px;
}
*/


/* ==== DESKTOP ==== */

label {
	clear: both;
	color: #FF5A00;
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 60px;
	display: block;
}

label.big {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 0;
}

label.small {
	font-weight: 500;
	font-size: 24px;
	margin: 20px auto 0;
}


/* other input */

input.input-line{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	display: block;
	width: 90%;
	border: none;
	border-bottom: 2px solid rgba(0,0,0,0.2);
	background-color: transparent;
	color:#3A5795;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: 30px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}

/* results */

.spacer { display: block; width: auto; height: 60px;}
.top_spacer { display: block; width: auto; height: 100px;}


#results span.step-counter {
    position: absolute;
    right: 37px;
}

#results {
	max-width: 545px;
	margin: 0 auto;
	padding: 80px 15px 15px 15px;
}

#results img {
    display: block;
    margin: 0 auto;
    width: 64px;
}

#results .steps {
	font-size: 22px;
	margin: 20px 0px;
	color: #FF5A00;
	font-weight: 600;
	text-align: left;
}

#results .checks {
	min-height: 30px;
	padding-left: 40px;
	padding-top: 5px;
	/* background: url(../img/option-selected.png) no-repeat scroll 0% 0%; */
	margin: 10px 0px;
	text-align: left;
	position: relative;
}

#results .checkmark {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    /* margin: 0px 10px 0px -40px; */
    background-color: #FF5A00;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
}

#results  h3 {
	font-size: 22px;
	margin: 20px 0px;
	text-align: left;
	font-weight: 600;
	color: #FF5A00;
}

#results ul {
	list-style: none;
	padding: 0;
}

#results ol {
	display: block;
	list-style-type: decimal;
	padding-left: 40px;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}

#results  ol li {
	margin: 10px 0px;
}

#results .btn-steps {
	border-radius: 40px;
	border: #FF5A00 3px solid;
	box-sizing: border-box;
	padding: 10px;
	-moz-box-sizing: border-box;
	color: #FF5A00;
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 12px;
	margin-left: 0;
	margin-right: 0px;
	margin-top: 12px;
	padding-bottom: 18px;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 18px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	/* position: absolute; */
}

#results p{
	box-sizing: border-box;
	color: rgb(34, 34, 34);
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	height: 72px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-top: 110px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
	width: 304px;
	position: absolute;
	left: 50%;
	margin-left: -152px;
}

@media (max-height: 320px){
	#progress{
		position: fixed;
		right: 18px;
		top: 50%;
		margin-top: -70px;
		width: 16px;
		height: 160px;
	}

	.dot{
		margin: 9px 0;
	}
}

/*

@media (min-width: 700px){


}

@media (min-height: 400px){

	#joinform { width: 25%; max-width: 25%;}
}

@media (min-height: 600px){

	#joinform { width: 35%; max-width: 35%;}
}


@media (min-height: 800px){

	#joinform { width: 50%; max-width: 50%;}
}

@media (min-height: 1000px){

	#joinform { width: 60%; max-width: 60%;}
}

@media (min-height: 1200px){

	#joinform { width: 80%; max-width: 80%;}
}

@media (min-height: 1600px){

	#joinform { width: 100%; max-width: 100%;}
}

*/

@media (max-width: 730px){
	.btn p {
		font-size: 70%;
	}
}

@media (max-width: 530px){
	.btn p {
		font-size: 50%;
	}
}

@media (max-width: 420px) {
	#terms-2 {
		width: 220px;
	}
}