	.step.step-4,
	.step.step-5,
	.step.step-6,
	.step.step-7,
	.step.step-8,
	.step.step-9,
	.step.step-10,
	.step.step-11,
	.step.step-12,
	.step.step-13,
	.step.step-14,
	.step.step-15,
	.step.step-16,
	.step.step-17,
	.step.step-18,
	.step.step-19,
	.step.step-20,
	.step.step-21,
	.step.step-join{
		margin: auto;
		padding: 0;
		opacity: 0;
		height: 0;
		max-width: 650px;
		text-align: center;

		position: absolute;
		top: -9999px;
		left: -9999px;

		transition: opacity 1s ease-out;
		overflow: hidden;

		background: rgba( 255, 255, 255, 0.5 );
	}

	body.step-4 .step.step-4,
	body.step-5 .step.step-5,
	body.step-6 .step.step-6,
	body.step-7 .step.step-7,
	body.step-8 .step.step-8,
	body.step-9 .step.step-9,
	body.step-10 .step.step-10,
	body.step-11 .step.step-11,
	body.step-12 .step.step-12,
	body.step-13 .step.step-13,
	body.step-14 .step.step-14,
	body.step-15 .step.step-15,
	body.step-16 .step.step-16,
	body.step-17 .step.step-17,
	body.step-18 .step.step-18,
	body.step-19 .step.step-19,
	body.step-20 .step.step-20,
	body.step-21 .step.step-21,
	body.step-join .step.step-join{
		opacity: 1;
		height: auto;
		top: 50%;
		left: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
	}

	.container-pf-a{
	}

	#particles-js,
	#videoElement-join{
	  position: fixed;
	  left: 0;
	  right: 0;
	  top: 0;
	  bottom: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 2;
	  display: none;
	}

	body.display-particlesjs #particles-js,
	body.display-videoelement-join #videoElement-join{
		display: block;
	}

	#videoElement-join{
	  left: auto;
	  top: auto;
	  width: auto;
	  height: auto;
	  min-width: 100%;
	  min-height: 100%;
	  z-index: 1;
	}

	.container-pf-a{
		font-family: helvetica, arial, sans-serif;
	}

	.container-pf-a .step{
		border: 4px solid #d93731;
		background-color: rgba( 64, 64, 64, 0.8 );
	}

	.container-pf-a .step-content-container{
		padding: 2em;
	}

	.container-pf-a .step .step-content-container p,
	.container-pf-a .step .step-content-container li{
			font-size: 1.25em;
			color: #fff;
	}

	.container-pf-a .step .step-content-container p em{
		font-style: none;
		color: #d93731;
		text-shadow: 1px 1px 4px #000;
		font-weight: 600;
	}

	.container-pf-a .step .step-content-container .form-container input{
		margin: 0 auto;
		padding: 0.25em;
		height: 3em;
		line-height: 3em;
		display: block;
		border: none;
		border-radius: 0;
		text-align: center;
	}

	.container-pf-a .step .step-content-container .form-container label{
		display: block;
		color: #d93731;
		margin: 0.5em;
		margin-top: 1em;
		text-shadow: 1px 1px 4px #000;
		font-weight: 600;
		text-transform: uppercase;
	}

	.container-pf-a .step nav{
		position: absolute;
		top: 0.5em;
		right: 0.5em;
		font-size: 0.9em;
		color: #fff;
	}

	.container-pf-a .step .step-content-container p{
		line-height: 1.5em;
	}

	.container-pf-a .step .step-content-container h2{
		color: #fff;
		font-weight: 600;
		text-shadow: 1px 1px 3px black;
	}

	.container-pf-a .step .step-content-container .button-container{
		padding-top: 1em;
	}

	.container-pf-a .step .step-content-container button.btn-continue{
		background: #d93731;
		color: #fff;
		height: 50px;
		line-height: 49px;
		border-radius: 0px;
		margin-bottom: 10px;
		font-weight: 600;
		font-size: 1.3em;
		display: inline-block;
		border: none;
		width: 100%;
		text-transform: capitalize;
	}

	.container-pf-a .step .step-content-container ol{
		text-align: left;
		list-style-type: disc;
		padding-left: 1.5em;
	}

	.container-pf-a .step .step-content-container span.lowercase{
		text-transform: none;
	}

	.container-pf-a .step .step-content-container span.uppercase{
		text-transform: uppercase;
	}

	.container-pf-a .step .step-content-container span.capitalize{
		text-transform: capitalize;
	}

	.container-pf-a .step .step-content-container .loader{
		border-left: 0.5em solid #ff0000;
	}

	.container-pf-a .step .step-content-container .loader,
	.container-pf-a .step .step-content-container .loader:after{
		border-radius: 50%;
		width: 5em;
		height: 5em;
	}

	.container-pf-a .step .step-content-container .loader {
		margin: 25px auto;
		font-size: 10px;
		position: relative;
		text-indent: -9999em;
		border-top: .5em solid rgba(255, 255, 255, 0.57);
		border-right: .5em solid rgba(255, 255, 255, 0.57);
		border-bottom: .5em solid rgba(255, 255, 255, 0.57);
		-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-animation: load8 1.1s infinite linear;
		animation: load8 1.1s infinite linear;
	}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

	.container-pf-a .step .step-content-container p#parse span{
		display: inline-block; 
		width: 100%;
	}

	.container-pf-a .step .step-content-container span.token-count{
		color: #d93731;
	}

	.container-pf-a .step .step-content-container #cm{
		width: 22px;
		height: 22px;
		position: relative;
		top: 6px;
	}

	.pf-a-header{
		display: none;
		text-align: center;
		position: relative;
		z-index: 10;
		background-color: rgba( 0, 0, 0, 0.8 );
	}

	.pf-a-header img{
		display: inline-block;
		max-height: 60px;
		margin: 0 auto;
	}

	body.step-4 .pf-a-header,
	body.step-5 .pf-a-header,
	body.step-6 .pf-a-header,
	body.step-7 .pf-a-header,
	body.step-8 .pf-a-header,
	body.step-9 .pf-a-header,
	body.step-10 .pf-a-header,
	body.step-11 .pf-a-header,
	body.step-12 .pf-a-header,
	body.step-13 .pf-a-header,
	body.step-14 .pf-a-header,
	body.step-15 .pf-a-header,
	body.step-16 .pf-a-header,
	body.step-17 .pf-a-header,
	body.step-18 .pf-a-header,
	body.step-19 .pf-a-header{
		display: block;
	}

.body.step-4 .step.step-4 .left-column{
	float: left;
	box-sizing: border-box;
	width: 50%;
}

.body.step-4 .step.step-4 .right-column{
	float: left;
	box-sizing: border-box;
	width: 50%;
}


@media screen and (max-width: 767px){
	body.step-4 .step,
	body.step-5 .step,
	body.step-6 .step,
	body.step-7 .step,
	body.step-8 .step,
	body.step-9 .step,
	body.step-10 .step,
	body.step-11 .step,
	body.step-12 .step,
	body.step-13 .step,
	body.step-14 .step,
	body.step-15 .step,
	body.step-16 .step,
	body.step-17 .step,
	body.step-18 .step,
	body.step-19 .step{
		width: 98%

	}

	body.step-4 .step.step-4 .left-column,
	body.step-4 .step.step-4 .right-column{
		width: 100%;
	}

	body.step-4 .step.step-4 .left-column{
		display: none;
	}
}

body.step-1 .mobile-background,
body.step-2 .mobile-background,
body.step-3 .mobile-background{
	display: none;
}

body.step-3 .btnNext img{
	max-width: 90%;
}

body.step-4 .step-content-container .elsa{
	max-height: 250px;
}

body.step-15 .step-content-container .bunny{
	display: block;
	margin: 0 auto;
	max-height: 250px;
}
