#aspenshores-contact-form {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	gap: 0 10px;
	background-color: #486980;
	width: 100%;
}

#aspenshores-contact-form * {
	box-sizing: border-box;
}

#aspenshores-contact-form > * {
	width: 100%;
	margin: 10px 0;
}

#aspenshores-contact-form .field.half-width {
	flex-basis: calc(50% - 5px);
}

#aspenshores-contact-form .field > *, #aspenshores-contact-form p {
	color: #fff;
}

#aspenshores-contact-form .field input,
#aspenshores-contact-form .field select,
#aspenshores-contact-form .field textarea {
	padding: 0 12px;
	height: 40px;
	width: 100%;
	margin-top: 7px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid;
	font-size: 14px;
	min-height: unset;
	cursor: pointer;
}

#aspenshores-contact-form .field textarea {
	padding: 12px;
}

#aspenshores-contact-form .field select {
	position: relative;
	height: 40px;
	width: 100%;
	background-color: #486980;
	background-image: unset;
	z-index: 0;
}

#aspenshores-contact-form .field:has( select ):after {
	content: '+';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	color: #fff;
}

#aspenshores-contact-form .field input:focus,
#aspenshores-contact-form .field select:focus,
#aspenshores-contact-form .field textarea:focus {
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 3px solid #fff;
	outline: 0px;
}

#aspenshores-contact-form label {
	position: relative;
	display: block;
	top: unset;
	left: unset;
	transform: unset;
	transition: color 0.5s, margin 0.5s;
	z-index: 1;
	font-size: 16px;
	font-weight: 300;
	line-height: 0.9;
	width: calc(100% - 40px);
	margin-bottom: -36px;
	margin-top: 20px;
}

#aspenshores-contact-form .field:focus-within label,
#aspenshores-contact-form .field.has-value label {
	top: unset;
	transform: unset;
	margin-bottom: -10px;
	margin-top: -5px;
}

#aspenshores-contact-form .submit {
	text-align: left;
	background: transparent;
	border: none;
	color: #fff;
	font-weight: normal;
	border-radius: 0;
	box-sizing: border-box;
	border-radius: 0;
	padding: 12px 0;
	min-width: unset;
	max-width: unset;
	width: auto;
	display: inline-block;
	text-decoration: underline;
	text-transform: uppercase;
}

#aspenshores-contact-form .error-descriptor {
	width: calc(100% - 18px);
}

#aspenshores-contact-form .submit:hover,
#aspenshores-contact-form .submit:active
#aspenshores-contact-form .submit:focus {
	background: transparent;
	text-decoration: none;
	color: #a7b7c2;
}

#aspenshores-contact-form .field.error input, #aspenshores-contact-form .field.error select, #aspenshores-contact-form .field.error textarea {
	border: 0px !important;
	border-bottom: 1px solid #ffd5d5 !important;
}

#aspenshores-contact-form .error .error-descriptor {
	background: unset;
	border: unset;
	font-weight: 300;
}

#aspenshores-contact-form .error-descriptor ul li, .form-error-list li {
	color: #ffd5d5;
	font-size: 0.9rem;
}

.skyline-form:has(.error) .form-error-list {
	width: 100%;
}

#aspenshores-contact-form select option.field:not([value]) {
  height: 0;
  padding: 0;
  display: none;
}

@media (max-width: 990px ) {
	#aspenshores-contact-form .field.half-width {
		flex-basis: unset;
	}
}

@media (max-width: 768px ) {
	#aspenshores-contact-form .field input {
		width: 100%;
	}
}
