@charset "UTF-8";

.show-small {display:none;}

.ftnd #fp-outer {min-height:530px !important;}

#fp-outer .row-bg-wrap .row-bg:before {
	content:'FIGHT THE NEW DRUG → JOIN THE MOVEMENT → FIGHT THE NEW DRUG → JOIN THE MOVEMENT → FIGHT THE NEW DRUG → JOIN THE MOVEMENT → FIGHT THE NEW DRUG';
	display: block;
	position: absolute;
	left: 0%;
	top:50%;
	width: 500%;
	height: 14px;
	padding: 7px;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	font-weight: 500;
	letter-spacing: .5px;
	color:#fff;
	background-color: #383435;
	transform-origin: 0% 100%;
	transform: rotate(-90deg) translate(-50%, 100%);
	z-index: 2;
}
.ftnd_es #fp-outer .row-bg-wrap .row-bg:before {content:'FIGHT THE NEW DRUG → ÚNETE AL MOVIMIENTO → FIGHT THE NEW DRUG → ÚNETE AL MOVIMIENTO → FIGHT THE NEW DRUG → ÚNETE AL MOVIMIENTO → FIGHT THE NEW DRUG';}

.ftnd #fp-hero .fp-button {
	background-color:rgba(255,63,125,0);
	color: #fff;
	padding: 7px 12px;
	margin: 0px;
	font-weight:900 !important;
	font-size: 16px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	border: #fff 2px solid;
	border-radius:5px !important;
	cursor: pointer;
	float:right;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.0);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.0);
	transform:translate(0,0px);
	transition: transform .3s, box-shadow .3s, border-color .3s, background-color .3s;
}
.ftnd #fp-hero .fp-button:hover {
	border-color:#ff3f7d;
	background-color:rgba(255,63,125,1);
	transform:translate(0,-5px);
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
}


/*######### FP Styles #########*/
.fp-hero > .wpb_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
#fp-hero {
	position: relative;
	width:70%;
	height: 300px;
	margin-bottom: 0px !important;
}
.fp-title {
	position: relative;
	width: 100%;
	width: calc(100% - 40px);
	height:0px;
	margin: 3% 20px 0px;
	padding-bottom:8%;
	font-size: 30px;
	line-height:100% !important;
	font-weight:900 !important;
	transform-origin: 0% 100%;
	transform: translate3d(0%,0%,0) scale(1);
	transition: transform 1s ease, margin 1s ease;
}
.fp-title > div {
	position:absolute;
	width: 100%;
	color:#fff;
}
.fp-fit {
	display: inline-block;
	line-height:100% !important;
	white-space: nowrap;
}

.intro-card {
	width: 100%;
	padding-top: 10px;
	transition: opacity .5s;
}
.fp-explanation {
	color:#fff !important;
	font-weight: 400;
	margin: 0px 20px;
}

/* --- Get Started --- */
#fp-outer.show-values .intro-card {opacity:0;}
#fp-outer.show-values .fp-title {transform:translate3d(0%,-85%,0) scale(0.5); margin-top: 0%;}



.fp-values {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
	z-index: -1;
}
.fp-context {
	border-bottom: #e0e0e0 1px solid;
	padding-bottom: 5px !important;
	margin: 18px 20px;
	font-size:16px;
	letter-spacing: .5px;
	color:#fff;
	opacity:0;
	transform: translate(0%,-100%);
	transition: opacity .7s .4s, transform .7s .4s;
}
#fp-outer.show-values:not(.show-form) .fp-context .show-form,
#fp-outer.show-values.show-form .fp-context .show-values {display:none}
#fp-outer.show-values.show-form .fp-context .show-form {display:initial}


.fp-values .fp-progress {
	position:absolute;
	left:0px;
	top:75px;
	width:26%;
	opacity: 0;
	font-weight: 500;
	transform: translate(-150%,0);
	transition: opacity .7s .4s, transform .7s .4s;
}
.fp-values .fp-progress .progress-item {
	position: relative;
	text-align: right;
	font-size:16px;
	line-height:21px;
}
.fp-values .fp-progress .progress-item > div {
	display: inline-block;
	padding: 1px 10px;
	color:#aaa;
}
.fp-values .fp-progress .progress-item > div:before {
	content: "\2212";
	display: inline-block;
	margin-right:10px;
	line-height: 15px;
}
.fp-values .fp-progress .inprogress > div {color:#FE417E;}
.fp-values .fp-progress .inprogress > div:before {content: "\2192";}
.fp-values .fp-progress .completed > div {color:#fff;cursor: pointer;}
.fp-values .fp-progress .completed > div:before {content: "\221a";}

.fp-value {
	position:absolute;
	top:75px;
	right:0px;
	width:71%;
	transform: translate(0%,150%);
	opacity: 0;
	transition: transform .7s .3s, opacity .7s .3s;
}
.fp-value h1 {
	font-weight:900 !important;
	color:#fff;
	text-shadow: 2px 2px 10px #363436;
}
.fp-value .val-exp {
	color:#fff !important;
	font-weight: 400;
}
#fp-outer.show-values .fp-values {opacity:1;z-index:3}
#fp-outer.show-values .fp-values .fp-context,
#fp-outer.show-values .fp-values .fp-progress {opacity:1;transform: translate(0%,0%);}


/* Iterate through traits */
#fp-outer.show-values .show-open .fp-value {transition: transform .7s, opacity .7s;}
#fp-outer.show-values .show-open .fp-value.fp-form {transition: transform .7s .5s, opacity .7s .5s;}

.show-strong .fp-value.fp-strong {transform: translate(0%,0%); opacity: 1;}

.show-strong.show-open .fp-value.fp-strong {transform: translate(0%,-150%); opacity: 0;}
.show-open .fp-value.fp-open {transform: translate(0%,0%); opacity: 1;}

.show-open.show-accepting .fp-value.fp-open {transform: translate(0%,-150%); opacity: 0;}
.show-accepting .fp-value.fp-accepting {transform: translate(0%,0%); opacity: 1;}

.show-accepting.show-loving .fp-value.fp-accepting {transform: translate(0%,-150%); opacity: 0;}
.show-loving .fp-value.fp-loving {transform: translate(0%,0%); opacity: 1;}

.show-loving.show-bold .fp-value.fp-loving {transform: translate(0%,-150%); opacity: 0;}
.show-bold .fp-value.fp-bold {transform: translate(0%,0%); opacity: 1;}

.show-bold.show-encouraging .fp-value.fp-bold {transform: translate(0%,-150%); opacity: 0;}
.show-encouraging .fp-value.fp-encouraging {transform: translate(0%,0%); opacity: 1;}

.show-encouraging.show-rebellious .fp-value.fp-encouraging {transform: translate(0%,-150%); opacity: 0;}
.show-rebellious .fp-value.fp-rebellious {transform: translate(0%,0%); opacity: 1;}

.show-rebellious.show-real .fp-value.fp-rebellious {transform: translate(0%,-150%); opacity: 0;}
.show-real .fp-value.fp-real {transform: translate(0%,0%); opacity: 1;}

.show-real.show-understanding .fp-value.fp-real {transform: translate(0%,-150%); opacity: 0;}
.show-understanding .fp-value.fp-understanding {transform: translate(0%,0%); opacity: 1;}

.show-form .show-understanding .fp-value.fp-understanding {transform: translate(0%,-150%); opacity: 0;}
.show-form .fp-value.fp-form {transform: translate(0%,0%); opacity: 1;}


/* Form Styles */
#fp-outer .fp-value.fp-form {
	padding-right:20px;
}
#fp-outer .fp-value.fp-form .signthepledge {
	font-weight:900 !important;
	color: #fff;
}


.ftnd .container-wrap .span_12 #fp-hero input[type=text],
.ftnd .container-wrap .span_12 #fp-hero input[type=email] {
	color: #fff !important;
	border: solid 1px #eee !important;
	background: transparent !important;
	font-size: 18px;
}
.ftnd .container-wrap .span_12 #fp-hero input[type=text]:focus,
.ftnd .container-wrap .span_12 #fp-hero input[type=email]:focus{
	color: #fff !important;
	border-color: #FE417E !important;
	background: transparent !important;
}
.fp-values .ftnd-form a,
.fp-values .ftnd-form a:hover,
.fp-values .ftnd-form a:visited {color:#333; text-decoration:underline;}
.ftnd[data-form-submit=see-through] .container-wrap .span_12 #fp-hero input[type=submit] {
	color: #222 !important;
	border-color: #222 !important;
}
.ftnd[data-form-submit=see-through] .container-wrap .span_12 #fp-hero input[type=submit]:hover {
	color: #FFF !important;
	border-color: #FE417E !important;
	background-color: #FE417E !important;
}


@media only screen and (min-width:1200px) {
	.fp-values .fp-progress {width: 26%;}
	.fp-value {width:72%; padding-right: 2%;}
	.fp-progress .progress-inner {margin-right: 10px;}
}
@media only screen and (max-width: 999px) {
	.show-small {display:initial;}
	.show-big {display:none;}
	
	#fp-hero {
		width:80%;
		height: 385px;
	}
	.fp-title {
		margin-top:0%;
		padding-bottom:38%;
	}
	#fp-outer.show-values .fp-title {transform: translate3d(-200%,0%,0) scale(1);}
	.fp-values .fp-context {margin: 0px 0px 20px;}
	.fp-values .fp-progress {
		top: 40px;
		width: 100%;
		height: 28px;
		overflow: hidden;
	}
	.fp-progress .progress-inner {
		position: absolute;
		left:49%;
		top:0px;
		width:800px;
		height:100%;
		transform: translate(-34px, 0);
		transition: transform .8s ease;
	}
	.fp-values .fp-progress .progress-item {
		display: inline-block;
		font-size: 13px;
		line-height: 17px;
	}
	.fp-values .fp-progress .progress-item > div {padding: 1px 5px;}
	.fp-values .fp-progress .progress-item > div:before {
		margin-right: 3px;
		font-size: 12px;
		line-height: 12px;
	}
	.fp-value {
		top: 75px;
		width: 100%;
		transform: translate(150%, 0%);
	}
	
	.show-strong.show-open .fp-value.fp-strong {transform: translate(-150%,0%); opacity: 0;}
	.show-strong.show-open .progress-inner {transform: translate(-112px, 0);}

	.show-open.show-accepting .fp-value.fp-open {transform: translate(-150%,0%); opacity: 0;}
	.show-open.show-accepting .progress-inner {transform: translate(-222px, 0);}

	.show-accepting.show-loving .fp-value.fp-accepting {transform: translate(-150%,0%); opacity: 0;}
	.show-accepting.show-loving .progress-inner {transform: translate(-302px, 0);}

	.show-loving.show-bold .fp-value.fp-loving {transform: translate(-150%,0%); opacity: 0;}
	.show-loving.show-bold .progress-inner {transform: translate(-362px, 0);}

	.show-bold.show-encouraging .fp-value.fp-bold {transform: translate(-150%,0%); opacity: 0;}
	.show-bold.show-encouraging .progress-inner {transform: translate(-438px, 0);}

	.show-encouraging.show-rebellious .fp-value.fp-encouraging {transform: translate(-150%,0%); opacity: 0;}
	.show-encouraging.show-rebellious .progress-inner {transform: translate(-514px, 0);}

	.show-rebellious.show-real .fp-value.fp-rebellious {transform: translate(-150%,0%); opacity: 0;}
	.show-rebellious.show-real .progress-inner {transform: translate(-514px, 0);}

	.show-real.show-understanding .fp-value.fp-real {transform: translate(-150%,0%); opacity: 0;}
	.show-real.show-understanding .progress-inner {transform: translate(-602px, 0);}

	.show-form .show-understanding .fp-value.fp-understanding {transform: translate(-150%,0%); opacity: 0;}
	
	#fp-outer .fp-value.fp-form {padding-right:0px;}
}

@media only screen and (max-width: 689px) {
	#fp-outer .row-bg-wrap .row-bg:before {
		padding: 3px;
		font-size: 12px;
		line-height: 12px;
	}
	#fp-hero {
		width:90%;
		height: 395px;
		margin-left: 5%;
	}
}
@media only screen and (max-height:600px) {
	.ftnd #fp-outer > .col.span_12 {padding-top: 80px;}
}
@media only screen and (max-height:500px) {
	.ftnd #fp-outer {min-height:530px !important;}
}
@media only screen and (max-width: 520px) {
	.fp-context {font-size: 16px;}
	.fp-value h1,
	#fp-outer .fp-value.fp-form .signthepledge {
		font-size: 7vw;
		line-height: 7vw;
	}
	#fp-hero .ftnd-form.ftnd-privacy {
		font-size:12px;
		line-height:16px;
	}
}
@media only screen and (max-width: 420px) {
	.fp-context {font-size: 14px;}
}

