.separator {
	display: block;
	width: 50%;
	margin: 20px auto 40px auto;
	border-top: 1px dashed #6699CC;
}

#steps {
	padding: 20px 0;
	text-align: center;
}
#steps ol li {
	counter-increment: step-counter;
	width: 300px;
	margin: 0 15px;
	display:inline-block;
	background:#eee;
	line-height: 30px;
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#666;
	list-style-type:decimal;
	
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
}
#steps ol li.current {
	background:#6699CC;
	color:#fff;
}
#steps ol li.past {
	opacity:.5;
}
#steps ol li::before {
	display: inline-block;
    content: counter(step-counter);
	background:#fff;
	width: 20px;
	height: 20px;
	text-align:center;
	line-height: 20px;
	margin-right: 10px;
	color:#666;
	
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
}
.half {
	width: 100%;
	max-width: 620px;
	min-width: 0;
	margin:auto;

}
#card-layout-preview-container {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 295px));
	align-items: center;
	justify-content: space-between;
	column-gap: 24px;
	margin: 18px 0 34px;
	min-height: 140px;
	width: 100%;
	text-align: center;
}
#card-layout-preview-container img {
	display: block;
	width: 100%;
	max-width: 295px;
	height: auto;
	object-fit: contain;
}

#auto-fill-cardinfo {
	height: 30px;
	width: 300px;
	opacity: .7;
	display: block;
	position: relative;
	left: 90px;
	top:173px;
	font-family: 'Courier New', Courier, 'Lucida Typewriter', monospace;
	text-transform:uppercase;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	text-shadow: 1px 1px rgba(0,0,0,.5);
}
#cardholder-name{
	background:#eee;
	border:none;
	line-height: 30px;
	width:330px;
	text-indent: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	
}
.half .center {
	padding: 0 0 20px 0;
}
h1 {
	padding-top: 5px;
}
.card-layout-title {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.35;
	margin: 30px 0 0;
	text-align: center;
}
.activation-field {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
	margin-top: 18px;
	text-align: left;
}
.activation-field label {
	color: #666;
	display: block;
	text-align: left;
	margin: 0;
	padding-left: 5px;
}
.activation-field label strong {
	font-weight: bold;
}
.activation-field label span {
	font-weight: normal;
}
.activation-field label span:before {
	content: " (";
}
.activation-field label span:after {
	content: ")";
}
.activation-field .full-input {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0 5px;
	text-indent: 0;
	box-sizing: border-box;
}
.half .center h3{
	color:#fff;
	margin-bottom:20px;
	font-weight: bold;
	line-height:30px;
	display: block;
	background:#666;
}

.full-input {
	background:#eee;
	border:none;
	line-height: 30px;
	height:30px;
	display: block;
	width:100%;
	max-width: 450px;
	text-indent: 5px;
	margin-bottom:10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.dob-inputs .full-input{
	display: inline-block;
	width: 140px;
} 
.dob-inputs .full-input:nth-child(2){
	margin: 0 10px; 
}
.big-lbl {
	display: block;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 10px;
}
.full-input.small {
	display:inline-block;
	width: 223px;
}
.full-input.small.zip {
	width:110px;
}
.full-input.small.city {
	width:336px;
}
select.full-input{
	max-width:450px;
}
.wrong {
	background: #ffd6d6;
}
.half .submit {
	display: block;
	width: 100%;
	background:#DA291C;
	color: #fff;
	font-weight: bold;
	text-align:center;
	border: none;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.half .crp {
	color: #666;
	font-size: 16px;
	line-height: 1.55;
	margin: 0 auto;
	max-width: 520px;
	text-align: left;
}
@media all and (min-width: 999px){
	.half{
		width:620px;
		padding: 0 25px;
	}
}
@media all and (max-width: 999px){
	.half{
		display:block;
		float:none;
		margin:auto;
		max-width: 100%;
		padding: 0 18px;
		box-sizing: border-box;
	}
	.card-layout-title {
		font-size: 16px;
		margin-top: 34px;
	}
	#card-layout-preview-container {
		grid-template-columns: repeat(2, minmax(0, 295px));
		column-gap: 14px;
		margin-bottom: 28px;
		min-height: 0;
	}
	#card-layout-preview-container img {
		width: 100%;
		max-width: 295px;
	}
	.half .full-input, .half .full-input.small , .intl-tel-input {
		width: 100%;
		display:block;
		line-height: 50px;
		height: 50px;
		font-size:18px;
		margin:10px auto;
	}
	.intl-tel-input {
	}
	.dob-inputs .full-input:nth-child(2){
		margin:0 auto 10px auto !important;
	}
	.activation-field {
		margin-top: 22px;
	}
	.half .activation-field .full-input {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		display: block !important;
	}
}
@media all and (max-width: 480px){
	#card-layout-preview-container {
		grid-template-columns: 1fr;
		justify-items: center;
		row-gap: 12px;
	}
	#card-layout-preview-container img {
		width: 100%;
		max-width: 295px;
	}
	.activation-field label span {
		display: inline;
	}
}
