/*******************************************
:--- FORM - MULTI-STEP ---: 
*******************************************/

.form.multi-step {
	display: block;
	font-weight: 400;
	position: relative;
	width: 100%;
}

.form.multi-step .step {
	margin: 0 0 30px;
}

.form.multi-step .step-header {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 30px;
	width: 100%;
}

.form.multi-step .step-header div {
	flex-grow: 1;
	text-align: center;
	width: 30%;
	z-index: 2;
}

.form.multi-step .step-header div span {
	background: #fff;
	color: #5F6A72;
	border: 2px solid #5F6A72;
	display: inline-block;
	font-size: 30px;
	padding: 5px 20px;
	text-align: center;
	min-height: 59px;
}

.form.multi-step .step-header div.active span {
	background: #5F6A72;
	color: #FFF;
}

.form.multi-step .step-header:after {
	content: '';
	width: 70%;
	height: 2px;
	background: #5F6A72;
	position: absolute;
	left: 15%;
	top: 29px;
	z-index: 0;
}

.form.multi-step label {
	color: #666666;
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1;
	margin-bottom: 5px;
	text-transform: uppercase;
	width: 100%;
}

.form.multi-step .input-wrap input,
.form.multi-step .input-wrap textarea,
.form.multi-step .select-wrap select {
	border: 1px solid #EEE;
	border-radius: 0;
	display: block;
	font-size: 1.063rem;
	line-height: 1.25;
	padding: 15px;
	width: 100%;
}

.form.multi-step .input-wrap input:hover,
.form.multi-step .input-wrap input:focus,
.form.multi-step .input-wrap input:active,
.form.multi-step .input-wrap textarea:hover,
.form.multi-step .input-wrap textarea:focus,
.form.multi-step .input-wrap textarea:active,
.form.multi-step .select-wrap select:hover,
.form.multi-step .select-wrap select:focus,
.form.multi-step .select-wrap select:active{
	border: 1px solid blue;
	border-radius: 0;
	outline: none;
}

.form.multi-step .select-wrap {
	margin-bottom: 30px;
}

.form.multi-step .select-wrap select {
	padding: 15px 50px 15px 15px;
	position: relative;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-progress-appearance: none;
	appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, #FFF 50%),
		linear-gradient(135deg, #FFF 50%, transparent 50%),
		linear-gradient(to right, #5F6A72, #5F6A72);
	background-position:
		calc(100% - 25px) calc(1em + 6px),
		calc(100% - 20px) calc(1em + 6px),
		100% 0;
	background-size:
		5px 5px,
		5px 5px,
		3em 3em;
	background-repeat: no-repeat;
}

.form.multi-step #step3 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 30px;
}

.form.multi-step #step3 .input-wrap {
	flex-grow: 1;
	width: 45%;
}

.form.multi-step .form-controls {
	float: left;
	display: block;
	width: 100%;
}

.form.multi-step .form-controls input {
	background: #000;
	border: 1px solid #000;
	border-radius: 50px;
	box-shadow: none;
	color: #FFF;
	display: block;
	float: left;
	font-size: 1.063rem;
	font-weight: 400;
	font-style: normal;
	height: auto;
	margin: 0 0 20px;
	padding: 15px 24px 13px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: all .2s ease-in-out;
	width: 48%;
}

.form.multi-step .form-controls input:hover,
.form.multi-step .form-controls input:focus,
.form.multi-step .form-controls input:active {
	background: #FFF;
	border: 1px solid #EEE;
	color: #000;
}

.form.multi-step .privacy,
.form.multi-step .international-link,
.form.multi-step .tcpa-multi-step {
	font-weight: 400;
	font-size: 11px;
	float: none;
}

.form.multi-step .privacy {
	clear: both;
	margin-bottom: 0.938rem;
}

.form.multi-step .privacy span {
	color: red;
}

.form.multi-step .international-link {
	display: block;
	margin-bottom: 0.938rem;
}

.form.multi-step .tcpa-multi-step {
	clear: both;
}

.form.multi-step span.error {
	color: red;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	position: absolute;
	padding: 5px 0 0;
}

.form.multi-step span.asterisk {
	color: red;
	padding-left: 5px;
}

/* International Phone */

.form.multi-step .input-wrap .iti {
	display: block;
}

.form.multi-step .input-wrap .iti #phone {
	text-indent: 40px;
}

.form.multi-step ul.iti__country-list li {
	margin: 0;
}

.form.multi-step ul.iti__country-list li:before {
	display: none;
}

/* Popover */

.form.multi-step .popover {
	background: #f00;
	border: 1px solid #f006;
	color: #fff;
	padding: 6px;
	text-align: center;
}

.form.multi-step .popover-body {
	color: #fff;
}

.form.multi-step .popover .popover-arrow::after, 
.form.multi-step .popover .popover-arrow::before {
	border-bottom-color: #f00;
	border-top-color: #f00;
}

/*******************************************
:--- FEATURE - SMS OPT-IN ---: 
*******************************************/

#ai-opt-in,
#sms-opt-in {
	display: flex; 
	align-items: flex-start;
	margin-bottom: 20px;
}

#ai-opt-in input,
#sms-opt-in input {
	margin-top: 4px;
}

#ai-opt-in label,
#sms-opt-in label {
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 0 10px;
	letter-spacing: normal;
	line-height: 1.5;
	text-transform: none;
}

/*******************************************
:--- FEATURE - FORM FEEDBACK ---: 
*******************************************/

#form-feedback {
	background: #CCC;
	padding: 1.5rem;
	margin-bottom: 1.5rem;
}

#form-feedback p {
	margin: 0 0 0 45px;
}

/* Icon - Bullhorn */
#form-feedback p:after {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" data-fa-i2svg=""><g><path fill="blue" fill-opacity=".25" d="M544 448c0 9.22-7.08 32-32 32a32 32 0 0 1-20-7l-85-68a242.82 242.82 0 0 0-119-50.79V125.84a242.86 242.86 0 0 0 119-50.79L492 7a31.93 31.93 0 0 1 20-7c25 0 32 23.26 32 32z"></path><path fill="blue" fill-opacity=".5" d="M544 184.88v110.24a63.47 63.47 0 0 0 0-110.24zM0 192v96a64 64 0 0 0 64 64h33.7a243 243 0 0 0-2.18 32 253.32 253.32 0 0 0 25.56 110.94c5.19 10.69 16.52 17.06 28.4 17.06h74.28c26.05 0 41.69-29.84 25.9-50.56A127.35 127.35 0 0 1 223.51 384a121 121 0 0 1 4.41-32H256V128H64a64 64 0 0 0-64 64z"></path></g></svg>');
	background-repeat: no-repeat;
	left: 0;
	top: 0;
	-moz-animation: wiggle 0.3s 3;
	-webkit-animation: wiggle 0.3s 3;
	animation: wiggle 0.3s 3;
}

/* Animation - Wiggle */
@-moz-keyframes wiggle {
	0% {
		-moz-transform: rotate(4deg);
	}

	50% {
		-moz-transform: rotate(-4deg);
	}

	100% {
		-moz-transform: rotate(4deg);
	}
}

@-webkit-keyframes wiggle {
	0% {
		-webkit-transform: rotate(4deg);
	}

	50% {
		-webkit-transform: rotate(-4deg);
	}

	100% {
		-webkit-transform: rotate(4deg);
	}
}

@keyframes wiggle {
	0% {
		-moz-transform: rotate(4deg);
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}

	50% {
		-moz-transform: rotate(-4deg);
		-webkit-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}

	100% {
		-moz-transform: rotate(4deg);
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}
}

/*******************************************
:--- MEDIA QUERIES ---: 
*******************************************/

@media (max-width: 767px) {
	.form.multi-step #step3 .input-wrap,
	.form.multi-step .form-controls input {
		width: 100%;
	}
}