.location-select
	.choices__list--dropdown
	.choices__item[data-value="From (Location)"] {
	display: none;
}

@media (min-width: 600px) {
	.combined {
		display: contents !important;
	}
	.rfp-form-grid .choices {
		min-width: 100% !important;
		max-width: 100% !important;
	}
}

@media (min-width: 905px) {
	.rfp-title {
		max-width: none !important;
		right: 183px;
	}
}
