/* Form styles go here */
.module-flightsearch.controller-pages-flightsearch .main-content.no-sidebars {
	max-width: 100%;
}

.module-flightsearch.controller-pages-flightsearch .content-outer-wrap {
	padding-right: 1.7vw;
}

h2.intro {
	color: #424242;
	margin-bottom: 0;
	font-size: 1.75rem;
	line-height: 2.25rem;
	font-family: Encode Sans, sans-serif;
	font-weight: 400;
}

.tool-container {
	width: 100%;
	margin-top: 32px;
	position: relative;
}

.general-wrapper {
	border-radius: 5px;
	min-height: 121px;
	position: relative;
}

.flight-search-form {
	margin-bottom: 2rem;
}

.flight-form {
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	flex-direction: column;
	align-items: flex-start;
	width: calc(100% - 10px);
	height: 100%;
	padding: 32px;
	display: flex;
}

.flight-form.v2 {
	background-color: #e8edf5;
	border-radius: 5px;
	padding: 32px 30px;
}

.fields {
	z-index: 1000;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	display: flex;
	position: relative;
}

.search-box {
	background-color: rgba(42, 94, 163, 0.11);
	border: 1px solid rgba(255, 255, 255, 0);
	border-radius: 5px;
	padding: 0 16px;
}

.search-box.v2 {
	background-color: #fff;
}

.search-box.v2.disabled {
	background-color: #eee;
}

.search-box:hover {
	border: 1px solid #165b89;
}

.search-box.v2 .typeahead-label {
	position: relative;
	z-index: 90;
}

.search-box.v2 .search-box-label {
	color: #505050;
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 1.1rem;
	position: relative;
	top: 8px;
	overflow: hidden;
	text-wrap: nowrap;
}

.date-field {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0) !important;
	min-width: 120px;
	margin-bottom: 0 !important;
	margin-right: 0 !important;
	padding: 5px 0 !important;
	font-size: 0.9rem !important;
	font-weight: 600;
}

.date-field::placeholder {
	font-weight: bold;
	opacity: 0.5;
	color: #333;
}

.date-field:focus,
.date-field:focus-visible {
	outline: 0;
	border-color: #fff !important;
}

.button-large {
	background-color: #4578bc !important;
	color: #fff;
	text-align: center;
	cursor: pointer;
	border-radius: 4px !important;
	min-width: 185px;
	margin-right: 0;
	padding-left: 1rem;
	padding-right: 1rem;
	font-weight: 500;
	line-height: 1rem;
	text-decoration: none;
	transition: all 0.2s;
	display: block;
}

.button-large:hover {
	background-color: #2a5ea3 !important;
}

.flight-search-form .w-select-container select {
	border-radius: 5px;
	border: 1px solid transparent;
	width: auto;
}

.check-buttons {
	grid-column-gap: 32px;
	grid-row-gap: 32px;
	align-items: center;
	display: flex;
}

.flight-type-container {
	display: flex;
	align-items: center;
	column-gap: 1rem;
	flex-direction: row;
}

.flight-type-container label {
	margin-bottom: 0 !important;
}

.checkbox-field {
	margin-bottom: 0 !important;
}

.checkbox-field input[type='checkbox'],
.checkbox-field input[type='radio'] {
	margin-top: 6px;
}

.radio-button-label {
	margin-bottom: 0;
	font-weight: 500;
	line-height: normal;
}

.flights-loading {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 2rem 0;
}

.flights-no-results-found {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem 2rem;
	border: 1px solid #e8edf5;
	border-radius: 5px;
}

.general-wrapper-2 {
	z-index: 2;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 5px;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	min-height: 121px;
	margin-top: 32px;
	position: relative;
	overflow: visible;
}

.tabs {
	width: 100%;
}

.tabs-menu {
	border-radius: 5px;
	width: calc(100% - 10px);
	display: flex;
	overflow: hidden;
}

.tab-link-tab {
	background-color: #e8edf5 !important;
	width: 50%;
	font-weight: 600;
}

.tab-link-tab.w--current {
	background-color: #629edc !important;
}

.title {
	color: #000;
	justify-content: center;
	height: 25px;
	display: flex;
}

.icon-plane {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	width: 40px;
	height: 100%;
}

.icon-plane.outbound {
	background-image: url('/local/modules/flightsearch/assets/images/plane-fly-svgrepo-com.svg');
}

.icon-plane.return {
	background-image: url('/local/modules/flightsearch/assets/images/plane-arrival-svgrepo-com.svg');
}

.v-enter-active,
.v-leave-active {
	transition: opacity 0.5s ease;
}

.v-enter-from,
.v-leave-to {
	opacity: 0;
}

.text-block-6 {
	text-align: center;
}

.tabs-content {
	overflow: visible;
}

.tab-pane-tab {
	padding-top: 16px;
}

.flightdate {
	border: 1px solid #e8edf5;
	border-radius: 5px;
	justify-content: space-between;
	margin-bottom: 16px;
	padding: 16px;
	display: flex;
	width: calc(100% - 10px);
}

.previousnext {
	cursor: pointer;
	background-color: #e8edf5;
	border: 1px solid #e8edf5;
	border-radius: 5px;
	flex: none;
	justify-content: center;
	min-width: 135px;
	padding: 6px 20px;
	line-height: 1.5rem;
	display: flex;
	visibility: hidden;
}

.previousnext.visible {
	visibility: unset;
}

.flights-date-block {
	align-self: center;
	width: 100%;
	text-align: center;
}

.previousnext:hover {
	background-color: #d7eafd;
}

.filter-bar .w-form {
	margin: 0 0 15px;
}

.form-2 {
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	justify-content: flex-start;
	align-items: center;
	display: flex;
}

.form-2 select {
	color: #000 !important;
	background-color: #fff;
	border: 1px solid #e8edf5 !important;
	border-radius: 5px;
	max-width: 115px;
	margin-bottom: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: Encode Sans, sans-serif;
	font-size: 1rem !important;
	font-weight: 400;
	line-height: 1.6rem !important;
}

.form-2 select option {
	color: #222222;
}

.filter-bar .form-2 .flight-date-filter.filled {
	border: 1px solid #629edc !important;
	background-color: #ecf5ff;
}

.result-wrapper {
	border-radius: 5px;
	width: calc(100% - 10px);
	margin-bottom: 16px;
	padding: 8px;
	box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
}

.flight-result-wrapper {
	cursor: auto;
	border-radius: 5px;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	height: 100%;
	padding: 16px 32px;
	display: flex;
}

.flight-result-wrapper:hover {
	background-color: rgba(232, 237, 245, 0.45);
}

.flight-result-flight-details {
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	justify-content: space-between;
	width: 80%;
	display: flex;
	width: 50%;
}

.rout-time-2 {
	grid-column-gap: 32px;
	grid-row-gap: 32px;
	justify-content: center;
	align-items: center;
	width: 100%;
	display: flex;
}

.destination-wrap-3 {
	flex-direction: column;
	align-items: center;
	width: 300px;
	display: flex;
}

.route-with-arrows {
	grid-column-gap: 8px;
	grid-row-gap: 8px;
	align-items: center;
	display: flex;
}

.route-with-arrows strong:not(:last-child) {
	background-image: url('/local/modules/flightsearch/assets/images/destination-svgrepo-com.svg');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 3rem;
	background-size: 35px 35px;
}

.direct-txt-2 {
	color: #39d3d3;
	font-size: 14px;
}

.flight-times-wrapper {
	text-align: center;
}

.flight-times-wrapper .flight-times {
	line-height: normal;
}

.flight-times-wrapper .flight-times-additional-day {
	font-weight: bold;
	font-size: smaller;
	line-height: normal;
	margin-bottom: 0.3rem;
}

.flight-result-airline-details {
	padding-left: 16px;
	display: block;
	width: auto;
	padding-left: 0;
}

.flight-result-airline-details-wrapper {
	grid-column-gap: 0.5rem;
	grid-row-gap: 0.5rem;
	display: flex;
	flex-direction: column;
}

.airline-number-wrap {
	flex-direction: row;
	justify-content: space-between;
	width: 250px;
	padding-left: 32px;
	display: flex;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	align-items: center;
	width: auto;
	padding-left: 0;
}

.flight-number {
	background-color: rgba(167, 209, 252, 0.45);
	border-radius: 5px;
	justify-content: center;
	max-width: 115px;
	min-width: 100px;
	padding: 3px 16px;
	display: flex;
}

.logo-wrap-3 {
	grid-column-gap: 32px;
	grid-row-gap: 32px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
}

.airline-2 {
	z-index: 1;
	background-image: url('/local/modules/flightsearch/assets/images/A3_1A3.png');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 5px;
	width: 100px;
	height: 50px;
	position: relative;
}

.airline-btn {
	color: #fff;
	text-align: center;
	cursor: pointer;
	background-color: #4578bc !important;
	border-radius: 4px !important;
	justify-content: center;
	align-self: center;
	align-items: center;
	min-width: 100px;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 0.8rem 1rem !important;
	font-weight: 500;
	line-height: 1rem !important;
	text-decoration: none;
	transition: all 0.2s;
	display: inline-block;
}

.airline-btn:hover {
	background-color: #2a5ea3 !important;
}

.image-12 {
	max-width: 35px;
	max-height: 45px;
	display: block;
}

.direct-txt-2._1 {
	color: #ed9648;
}

@media screen and (min-width: 1560px) {
	.fields {
		flex-wrap: nowrap;
	}
}

@media screen and (min-width: 992px) {
	.fields {
		justify-content: flex-start;
	}
}

@media screen and (max-width: 1200px) {
	.flight-form {
		flex-direction: row;
	}

	.flight-form.v2 {
		flex-direction: column;
		padding: 16px;
	}

	.fields {
		grid-column-gap: 16px;
		grid-row-gap: 16px;
		grid-template-rows: auto auto;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-auto-columns: 1fr;
		justify-content: flex-start;
		display: grid;
	}

	.search-box.v2.full {
		grid-area: span 1 / span 2 / span 1 / span 2;
	}

	.flight-result-wrapper {
		flex-direction: column;
		row-gap: 1rem;
	}

	.flight-result-flight-details {
		width: 100%;
	}

	.destination-wrap-3 {
		width: auto;
	}

	.flight-result-airline-details-wrapper {
		align-content: center;
	}

	.airline-number-wrap {
		justify-content: center;
	}
}


@media screen and (max-width: 991px) {
	h2.intro {
		font-size: 1.65rem;
		line-height: 2.35rem;
	}

	.airline-number-wrap {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}

	.airline-number-wrap .flight-number {
		grid-column: 1 / 1;
		grid-row: 1 / 1;
		justify-self: right;
	}

	.airline-number-wrap .logo-wrap-3 {
		grid-column: 2 / 2;
		grid-row: 1 / 1;
		text-align: center;
	}

	.airline-number-wrap .airline-btn-container {
		grid-column: 3 / 3;
		grid-row: 1 / 1;
		justify-self: left;
	}

	.search-box.v2 .search-box-label {
		font-size: 14px;
	}

	.date-field {
		font-size: 12px !important;
		line-height: 1rem !important;
	}

	.button-large {
		min-width: auto;
	}

	.flight-result-wrapper {
		padding-left: 16px;
		padding-right: 16px;
	}

	.rout-time-2 {
		grid-column-gap: 16px;
		grid-row-gap: 16px;
		flex-flow: column;
	}

	.airline-btn {
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 767px) {
	.flight-form {
		flex-direction: column;
		margin-top: 0;
	}

	.fields {
		grid-template-rows: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: 1fr;
	}

	.search-box.v2.full {
		grid-area: span 1 / span 2 / span 1 / span 2;
	}

	.date-field {
		width: 400px;
		margin-left: 0;
	}

	.button-large {
		grid-area: span 1 / span 2 / span 1 / span 2;
		justify-self: stretch;
	}

	.flight-search-form .w-select-container select {
		width: auto;
	}


	.check-buttons {
		grid-row-gap: 1rem;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}

	.flight-type-container {
		width: 100%;
		justify-content: center;
		flex-direction: row;
	}

	.title {
		justify-content: center;
		align-items: center;
	}

	.icon-plane.return {
		margin-left: -5px;
	}

	.previousnext {
		font-size: 14px;
	}

	.form-2 {
		grid-column-gap: 16px;
		grid-row-gap: 16px;
		grid-template-rows: auto auto;
		grid-template-columns: 1fr 1fr;
		grid-auto-columns: 1fr;
		display: grid;
	}

	.flight-result-wrapper {
		grid-column-gap: 16px;
		grid-row-gap: 16px;
		flex-flow: row;
		grid-template-rows: auto auto;
		grid-template-columns: 1fr;
		grid-auto-columns: 1fr;
		display: grid;
	}

	.flight-result-flight-details {
		width: auto;
	}

	.destination-wrap-3 {
		width: auto;
	}

	.flight-result-airline-details {
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}

	.flight-result-airline-details-wrapper {
		width: 100%;
		display: block;
		text-align: center;
	}

	.airline-btn {
		display: block;
		margin-top: 0px;
		margin-bottom: 0;
	}

	.airline-number-wrap {
		margin-top: 1rem;
	}

	.airline-btn-container {
		width: 100%;
	}
}

@media screen and (max-width: 479px) {
	h2.intro {
		font-size: 1.45rem;
		line-height: 2.15rem;
	}

	.flight-form {
		margin-top: 0;
	}

	.fields {
		grid-template-columns: 1fr;
	}

	.search-box.v2.full {
		grid-area: span 1 / span 1 / span 1 / span 1;
	}

	.date-field {
		background-color: #fff;
		width: 100%;
		max-width: none;
		display: block;
	}

	.button-large {
		grid-area: span 1 / span 1 / span 1 / span 1;
		align-self: auto;
		justify-self: auto;
	}

	.flightdate {
		grid-column-gap: 16px;
		grid-row-gap: 16px;
		flex-flow: column;
	}

	.previousnext {
		align-self: center;
	}

	.flight-result-wrapper {
		grid-template-rows: auto auto;
		grid-template-columns: 1fr;
	}

	.flight-result-airline-details {
		grid-column-gap: 16px;
		grid-row-gap: 16px;
		width: 100%;
		grid-area: span 1 / span 1 / span 1 / span 1;
		justify-self: center;
	}

	.airline-2 {
		width: 50px;
	}

	.airline-number-wrap {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
	}

	.airline-number-wrap .flight-number {
		grid-column: 1 / 1;
		grid-row: 1 / 1;
		justify-self: center;
	}

	.airline-number-wrap .logo-wrap-3 {
		grid-column: 2 / 2;
		grid-row: 1 / 1;
		text-align: center;
	}

	.airline-number-wrap .airline-btn-container {
		grid-column: 1 / 3;
		grid-row: 2 / 2;
		justify-self: center;
	}

	.airline-number-wrap .airline-btn-container .airline-btn {
		width: 100%;
		max-width: 290px;
	}
}


/* Typeahead */
.flight-search-form .twitter-typeahead {
	width: 100%;
}

.flight-search-form .twitter-typeahead .tt-query,
.flight-search-form .twitter-typeahead .tt-hint {
	margin-bottom: 0;
}

.flight-search-form .typeahead ul,
.flight-search-form .typeahead li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

.flight-search-form .tt-menu,
.flight-search-form .ui-menu {
	width: 100%;
	max-width: 700px;
	min-width: 500px;
	margin-top: 2px;
	padding: 5px 0;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	overflow-y: scroll;
	max-height: 40vh;
	left: -15px !important;
}

.flight-search-form .tt-suggestion,
.flight-search-form .ui-menu-item {
	display: block;
	padding: 6px 20px 6px 40px;
	background-image: url('/20170713122722/local/public/shared/assets/images/websites/departures_blue4.svg');
	background-position: 5px 50%;
	background-size: 24px;
	background-repeat: no-repeat;
	line-height: normal;
}

.flight-search-form .tt-suggestion.city {
	background-image: url('/20170713122722/local/public/shared/assets/images/websites/city.svg');
}

.flight-search-form .tt-suggestion .highlight {
	background-color: unset;
}

.flight-search-form .tt-suggestion span {
	display: block;
	font-size: smaller;
}

.flight-search-form .tt-suggestion.tt-cursor,
.flight-search-form .tt-suggestion:hover {
	background-color: rgba(98, 158, 220, 0.4);
}


.flight-search-form .ui-helper-hidden-accessible {
	display: none;
}

.footer-section-wrap {
	position: unset !important;
}
