/**
 * Contact page (Gravity Form 3) styles.
 * Loaded only on the Contact page.
 */

.gf-ts-hidden-checkboxes,
#field_4_12 .gfield_checkbox {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

#field_4_12 .gfield_checkbox .gchoice {
	display: none !important;
}

#field_4_12 .ts-wrapper ~ .gfield_checkbox,
#field_4_12 .gfield_checkbox:has(~ .ts-wrapper) {
	display: none !important;
}

#field_4_12 .ts-wrapper {
	width: 100%;
}

#field_4_12 .ts-control {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	min-height: 48px;
	padding: 8px 12px;
	border-radius: 4px;
	background-clip: padding-box;
	font-size: 16px;
}

#field_4_12 .ts-control > .item {
	display: inline-flex !important;
	align-items: center;
	width: auto !important;
	max-width: 100%;
	flex: 0 0 auto;
	margin: 0 !important;
	padding: 4px 8px;
	background: #015362 !important;
	color: #fff !important;
	border-radius: 3px;
	font-size: 16px;
	line-height: 1.2;
}

#field_4_12 .ts-dropdown,
#field_4_12 .ts-dropdown .option {
	font-size: 16px;
}

#field_4_12 .ts-control > .item .remove {
	margin-left: 6px;
	padding: 0 4px;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff !important;
	text-decoration: none;
}

#field_4_12 .ts-control > .item .remove:hover {
	background: rgba(255, 255, 255, 0.1);
}

#field_4_12 .ts-control > input {
	flex: 1 1 120px;
	min-width: 120px;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

#field_4_12 .ts-control input::placeholder {
	color: #6b7280;
}

#field_4_12 .ts-dropdown {
	margin-top: 4px;
}



#field_4_12 {
    width: 100% !important;
    flex: 1 1 100% !important;
}