.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.shift-step {
	/*background-color: #dae2f2;*/
	border-radius: 25px;
	
	color: black;
	bottom: 15px;
	left: 0;
	right: 0;
/*	margin-left: 15px;
	margin-right: 15px;*/

	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;

/*	border: 3px solid #4A6291;*/

}
#phones img {
	min-height: 100%;
	min-width: 100%;
}
.shift-step.visible {
	opacity: 1.0;
}


.shift-step.faded {
}


#phones img.faded  {
	opacity: 0.0;
	
}

.right-phone {
	padding: 10px !important;
 filter: drop-shadow(0 0 0.6rem rgba(0, 0, 0, 0.3));

}

#phones img {

	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

.step-text h3 {
	font-size: 1.2em;
	font-weight: 800;
}

.shift-step h3 {
	font-weight: 600;
	font-size: 1.6em;
}


.step-text p {
	font-size: 0.75em;
	line-height: 1.35em;
}

.step-text {
    padding-left: 12px;
}

#steps-progress-indicator {
	margin-left: 1%;
	min-height: 100%;
}

.progressbar-text {
	font-size: 0.5em;
}

#steps-progress-indicator svg {
	height: 100%;
}

.step-spacer {
	width: 0;
	

	height: 0;
}

/* ty https://stackoverflow.com/questions/4861224/how-to-use-css-to-surround-a-number-with-a-circle*/
.number-circle {
    border-radius: 50%;
	min-width: 32px;
	width: 32px;
	
	height: 32px;
	
    border: 3px solid #30D375;
    color: clear;
	text-align: center;
	font-weight: 600;
	font-size: 1.0em;
	line-height: 26px;
	color: #30D375;
	float: inline-start;
	margin-inline-end: 10px;
	margin-top: 1px;
}

#steps-progress-indicator {
	position: absolute;
}

#phones {
	top: 0px;
	flex: 0 1 auto;
	float: left;
	margin-left: 0;
}

#phones img {
	width: 0px;
}

#steps-header {
	flex: 0 1 auto;
	padding-bottom: 0.5%;

}


#steps-header h1 {
	color: #4BD79B !important;
	font-size: 2.8em;
	padding-top: 25px !important;
}

#steps-header h5 {
	font-size: 1.7em;
}

.steps-container {
	
  background: url("/images/stepsmusic.png") center/550px repeat, linear-gradient(180deg, rgba(255,255,255,1.0) 30%,rgba(17, 99, 207, 0.458) 100%);
}

.step-pointer-text  {
	color: black;
	float: left;

	font-size: 1em;
}

#numbered-instructions {

}

hr {
	margin-bottom: 0px !important;
}

#steps-container {
	background-color: white;
	color: black;
	display: flex;
	flex-flow: column;
	top: 0px;
	overflow: hidden;
	margin: 0px;
	
}


.container.steps-container  {
	width: 95%;
	max-width: 9200px;
}

.step-lines {
	/*width: 8%;*/
	margin-left: -4%;
	margin-right: 5px;
	/*margin-right: 1%;*/
	z-index: 10;
	
	width: calc( 13px + (10 - 13) * (100vw - 320px) / (1200 - 320) );
	flex: 0 0 calc( 13px + (10 - 13) * (100vw - 320px) / (1200 - 320) );

}


.text-steps {

	flex: 1 1 auto;
	float: left;
	overflow: hidden;
}

#steps-median {
	flex: 0 1 0%;
}

#steps-content {
	margin-right: 0px;
	flex-flow: column;
	flex: 1 1 auto;
}

.text-steps p {
	font-size: 0.6em;

	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;

	/*margin-left: -20px;*/
}


.text-steps p.faded {
	opacity: 0.0;
	
}

#steps-content {
	height: 100%;
}




@media (min-width: 800px) {


	.steps-row {
		flex-wrap: nowrap;
	}
	.step-first-half {
		width: 55% !important;
	}
	.step-second-half {
		width: 45% !important;
		justify-content: end !important;

	}
	.text-steps p {
		font-size: 1.1rem;
	}



	#steps-header h1 {
		padding-top: 5px !important;
	}

	.shift-step h3 {
		font-weight: 600;
		font-size: 2.0em;
	}

	.shift-step p {
		font-size: 1.32em;
	}

	.number-circle {
		min-width: 35px;
		width: 35px;
		
		height: 35px;
		
		border: 3px solid #30D375;
		font-weight: 600;
		font-size: 28px;
		line-height: 28px;
		margin-inline-end: 12px;
		margin-top: 2px;
	}
	
	#steps-content {

		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		display: flex;
		flex-flow: row;
		align-items: center;
		
		
	}

	.steps-row {
		padding-left: 40px;
		padding-right: 40px;
	}

	#steps-header {
		padding-top: 2.0%;

	}
	.progressbar-text {
		font-size: 0.8em;
	}
	#steps-progress-indicator {
		margin-top: 5px;
		padding: 14px;
	}
	#steps-median {
		flex: 0 1 2%;
	}
	
	

	.step-text {
		padding-left: 16px;
	}
	
	.step-spacer {
		/*min-height: 25px;*/
		width: 100%;
	}

	.shift-step {
		bottom: auto;
		left: auto;
		right: auto;
		position: relative;
	}

	#phones-steps-container {
		flex: 0 1 50%;

	}

	
	.shift-step.faded {
		opacity: 0.3;
	}
}


#phones-steps-container {
	display: flex;
	flex-flow: row;
	width: auto ;
}

@media (min-width: 1000px) {
	#steps-content {
		width: 90%;
			
		margin-left: auto;
		margin-right: auto;

	}


}
  

@media (min-width: 1200px) {
	#steps-content {
		width: 90%;
		max-height: 700px;
	}

	.shift-step {
		padding: 0px;
	}


	.step-lines {
		width: 68px;
		flex: 0 0 68px;
		margin-right: 0px;
	}


	#steps-scroll-container {
	/*font-size: 23px;*/
	}
}


#steps-container {
	padding-left: 10px;
	padding-right: 10px;
}

.right-phone {
	height: 500px;
}
.step-first-half {
	padding-top: 15px;
	width: 100%;
	display: inline-block;
	padding-left: 0px;
	padding-right: 0px;
}
.step-second-half {
	width: 100%;
	display: flex;
	justify-content: center;
}
.column, .columns {
    margin-left: 0;
}

@media (min-width: 400px) {
	.shift-step {
		padding-left: 20px;
		padding-right: 20px;
	}	
}


@media (min-width: 550px) {


	
	.step-one-half.one-half.column {
		width: 100%;
	}
}

.shift-step {
	margin-top: 30px !important;
}

@media (min-width: 700px) {



	.column, .columns {
		margin-left: 4%; 
	}
}

.steps-row {
	flex-wrap: wrap;
}


@media (min-width: 900px) {

	
	.steps-row {
		padding-left: 40px;
		padding-right: 40px;
	}

	.shift-step h3 {
		font-weight: 600;
		font-size: 2.4em;
	}

	.shift-step p {
		font-size: 1.46em;
	}

	.number-circle {
		min-width: 43px;
		width: 43px;
		
		height: 43px;
		
		border: 4px solid #30D375;
		font-weight: 600;
		font-size: 32px;
		line-height: 33px;
		margin-inline-end: 12px;
		margin-top: 3px;
	}
	.right-phone {
		height: 650px;
	}
	.container.steps-container  {
		width: 95%;
	}

	.shift-step {
		margin-top: 30px !important;
	}

}
@media (min-width: 1100px) {

	.steps-row {
		max-width: 1000px;
	}
	.step-first-half {
		width: 60%;
	}
	.step-second-half {
		width: 40%;
	}
	.container.steps-container  {
		width: 85%;
		max-width: 1100px;
	}

	.shift-step {
		margin-top: 0% !important;
	}

}