/* Functional contact form states ----------------------------------------- */
.pas-home .pas-form-hp {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.pas-home .pas-form-feedback {
	border: 1px solid;
	border-radius: 12px;
	font-weight: 650;
	margin-bottom: 1.25rem;
	padding: .9rem 1rem;
}

.pas-home .pas-form-feedback.is-success {
	background: rgba(0, 167, 165, .1);
	border-color: rgba(0, 125, 124, .38);
	color: #075f5e;
}

.pas-home .pas-form-feedback.is-error {
	background: rgba(210, 75, 67, .09);
	border-color: rgba(210, 75, 67, .34);
	color: #8f2e29;
}

.pas-home .pas-form-submit:disabled {
	cursor: wait;
	opacity: .65;
}
