/* -------------------------------------------------- Mixins */
/*
<div class="progress-circle p{VALUE_OF_PROGRESS} {if VALUE_OF_PROGRESS > 50}over50{/if}">
	<span>{VALUE_OF_PROGRESS}%</span>
	<div class="left-half-clipper">
		<div class="first50-bar"></div>
		<div class="value-bar"></div>
	</div>
</div>
*/
/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- Agency Quicksearch */
.wkAgency__quicksearch {
  background: var(--agency-secondary);
  padding: 4rem 0 !important;
}
.wkAgency .heading {
  margin-top: 5rem !important;
}

.search__engines__wrapper {
  gap: 0 !important;
  margin: 0 !important;
}
.search__engines__wrapper > button {
  border-radius: 0 !important;
}
.search__form {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.search__input__terms, .search__input__date, .search__input__travelers {
  border-radius: 0 !important;
  border-width: 0.3rem !important;
  position: relative;
}
.search__input__terms .floatLabel, .search__input__date .floatLabel, .search__input__travelers .floatLabel {
  color: var(--black);
}
.search__input__terms {
  border-right: 0 !important;
}
.search__input__terms.active {
  z-index: 9;
}
.search__input__terms.active + .search__input__date:before {
  display: none;
}
.search__input__date {
  border-left: 0 !important;
  border-right: 0 !important;
}
.search__input__date:before {
  background: var(--grey);
  content: " ";
  display: block;
  height: 4rem;
  left: 0;
  position: absolute;
  top: 0.7rem;
  width: 0.1rem;
}
.search__input__date.active {
  z-index: 9;
}
.search__input__date.active:before {
  display: none !important;
}
.search__input__date.active + .search__input__travelers:before {
  display: none !important;
}
.search__input__travelers {
  border-left: 0 !important;
}
.search__input__travelers:before {
  background: var(--grey);
  content: " ";
  display: block;
  height: 4rem;
  left: 0;
  position: absolute;
  top: 0.7rem;
  width: 0.1rem;
}
.search__input__travelers.active {
  z-index: 9;
}
.search__input__travelers.active:before {
  display: none !important;
}
/*# sourceMappingURL=wkAgencyQuicksearch.css.map */
