.sc-header-fix .navigation{
	display: none;
}

.cms-header {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	height: 7.5rem;
	background: #00223E;
	fill: #fff;
}

@media (min-width: 1010px) {
	.cms-header--space-after {
		margin-bottom: 16px;
	}
}

@media screen and (orientation: landscape) {
	.cms-header {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 48rem) {
	.cms-header {
		flex-direction: row;
		padding: 0 2rem;
		height: 4.25rem;
	}
}

@media (min-width: 68rem) {
	.cms-header {
		padding-left: calc((100vw - 64rem) / 2);
		padding-right: calc((100vw - 64rem) / 2);
	}
}
@media (min-width: 90rem) {
	.cms-header {
		padding-left: calc((100vw - 80rem) / 2);
		padding-right: calc((100vw - 80rem) / 2);
	}
}

.navigation {
	display: flex;
	flex-grow: 1;
	margin-bottom: 20px;
}

.navigation__logo {
	display: flex;
	justify-content: center;
	fill: #c9ee00;
	min-height: 55px;
	align-self: center;
}

@media (min-width: 48rem) {
	.navigation__logo {
		height: auto;
	}
}

.navigation__logo--compact {
	width: 30px;
	height: 40px;
	font-size: 0;
	display: none;
}
.market-selector__wrapper {
	min-width: 30px;
	display: none;
	flex-direction: row-reverse;
}

@media (min-width: 48rem) {
	.market-selector__wrapper {
		display: flex;
	}
}

.dropdown-menu .market-selector__wrapper {
	display: flex;
	min-height: 56px;
	margin: 0 16px;
	-webkit-tap-highlight-color: transparent;
}

.navigation__logo--normal {
	font-size: 0;
	width: 76px;
	display: block;
	align-self: center;
}
@media (min-width: 48rem) {
	.navigation__logo--normal {
		width: 76px;
	}
}

@media (min-width: 48rem) {
	.market-selector__wrapper {
		min-width: 76px;
	}
}
.navigation__spacer {
	display: none;
	flex: 1 1 auto;
}

@media (min-width: 48rem) {
	.navigation__spacer {
		display: flex;
	}
}

.navigation-items {
	display: flex;
	justify-content: space-between;
	height: 65px;
	padding: 0 2rem;

	background: linear-gradient(360deg, #00223E 0%, rgba(0, 34, 62, 0.5) 100%), #4C6477;
}

@media (min-width: 37.5rem) {
	.navigation-items {
		justify-content: space-around;
	}
}

.dropdown-menu .navigation-items {
	flex-direction: column;
	height: auto;
	background: unset;

	margin: 16px 0 16px 0;
}

@media (min-width: 48rem) {
	.navigation-items {
		display: inline-flex;
		justify-content: center;
		height: auto;
		width: auto;
		background-color: unset;
	}
}

.navigation-item {
	display: none;
	position: relative;
	color: #ffffff;
	fill: #ffffff;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	max-width: 3rem;
	width: 3rem;
	text-decoration: none;
	text-transform: capitalize;
}

@media (min-width: 48rem) {
	.navigation-item--cheap-flights {
		display: none !important;
	}
}

.navigation-item:nth-child(-n+3) {
	display: flex;
}

[lang="fr"] .navigation-item:nth-child(-n+4), body.fr .navigation-item:nth-child(-n+4) {
	display: flex;
}

.dropdown-menu .navigation-item {
	display: flex;
	flex-direction: row;
	justify-content: unset;
	max-width: unset;
	height: 40px;
	width: auto;

	margin-right: 8px;
	margin-left: 16px;
}

.dropdown-menu .navigation-item:not(:last-child) {
	padding-bottom: 0.5rem;
}

.dropdown-menu .navigation-item__label {
	padding-bottom: 0;
}

@media (min-width: 48rem) {
	.navigation-item {
		display: flex;
		width: auto;
	}

	.navigation-item:hover {
		color: #c9ee00;
		fill: #c9ee00;
	}
}

.navigation-item--lcm {
	display: none;
}

@media (min-width: 30rem) {
	.navigation-item {
		margin: 0 0.5rem;
	}
}

@media (min-width: 48rem) {
	.navigation-item--lcm {
		display: flex;
	}
	.navigation-item {
		margin: 0 10px 0 10px;
	}
}

@media (min-width: 67.5rem) {
	.navigation-item {
		margin: 0 20px 0 20px;
	}
}

@media (min-width: 90rem) {
	.navigation-item {
		margin: 0 24px 0 24px;
	}
}

.navigation-item--active {
	color: #c9ee00;
	position: relative;
	fill: #c9ee00;
	font-weight: 700;
}

.navigation-item__icon {
	height: 2.5rem;
	width: 2.5rem;
	display: flex;
	font-size: 23px;
}

.navigation-item__icon svg {
	height: 40px;
}

@media (min-width: 48rem) {
	.navigation-item__icon {
		height: 3rem;
		width: 3rem;
	}

	.navigation-item__icon svg {
		height: auto;
	}
}

.dropdown-menu .navigation-item__icon {
	margin: 0 8px 0 0;
}

@media (min-width: 48rem) {
	.navigation .navigation-item__icon:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;

		border: 1px solid transparent;
		border-bottom-left-radius: 2px;
		border-bottom-right-radius: 2px;
	}
}

.dropdown-menu .navigation-item__icon:before {
	display: none;
}

.navigation-item--active .navigation-item__icon:before {
	border-color: #C9EE00;
}

.navigation-item__label {
	position: relative;
	display: inline;
	font-size: 0.75rem;
	font-family: "Open Sans", sans-serif;
	white-space: nowrap;
	line-height: 14px;
	padding-bottom: 5px;
}

@media (min-width: 48rem) {
	.navigation-item__label {
		padding-bottom: 6px;
	}
}

.navigation-item--active .navigation-item__label:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;

	border: 1px solid #c9ee00;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

@media (min-width: 48rem) {
	.navigation-item--active .navigation-item__label:before {
		display: none;
	}
}

.dropdown-menu .navigation-item__label {
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: normal;
}

.dropdown-menu .navigation-item__label:before {
	display: none;
}

@media (min-width: 48rem) {
	.navigation-item__label {
		font-size: 0.625rem;
	}
}

.market-selector {
	position: relative;
	color: #ffffff;
	background: transparent;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
}

.dropdown-menu .market-selector {
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;

	width: 100%;
	overflow: hidden;
	border-top: 1px solid #26435B;
	border-bottom: 1px solid #26435B;
	padding: 0 8px 0 0;
}

@media (min-width: 48rem) {
	.market-selector:hover, .hp-domains-open {
		color: #c9ee00;
		fill: #c9ee00;
	}

	.market-selector:hover .market-selector__domain-icon, .hp-domains-open .market-selector__domain-icon {
		color: #c9ee00;
		fill: #c9ee00;
	}
}

.market-selector:after {
	position: absolute;
	z-index: 10;
	left: calc(50% - 6px);
	bottom: 0;
	width: 0;
	height: 0;
	border-width: 0 7px 7px;
	border-style: solid;
	border-color: transparent transparent #fff;
}

@media (min-width: 48rem) {
	.hp-domains-open:after {
		content: '';
	}
}

.market-selector__domain {
	display: flex;
	align-self: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}

.dropdown-menu .market-selector__domain {
	width: 100%;
	margin-bottom: 0;
	justify-content: unset;
	min-height: 56px;
}

.dropdown-menu .market-selector__domain-icon {
	margin-left: auto;
	width: 1rem;
	height: auto;
	transition: transform 200ms;
}

.dropdown-menu .hp-domains-open .market-selector__domain-icon {
	transform: rotate(180deg);
}

.market-selector__domain-flag {
	display: none;
}

.dropdown-menu .market-selector__domain-flag {
	display: flex;
	margin-left: 8px;
	margin-right: 16px;
	width: 24px;
	transform: scaleY(0.6666);
}

.market-selector__domain-name {
	font-family: "Open Sans", sans-serif;
	font-size: 26px;
	line-height: 24px;
	text-transform: capitalize;
}

.market-selector__domain-name-mobile {
	display: none;
}

.dropdown-menu .market-selector__domain-name {
	display: none;
}

.dropdown-menu .market-selector__domain-name-mobile {
	font-size: 16px;
	display: block;
}

.market-selector__domain-icon {
	fill: #ffffff;
	width: 0.75rem;
	height: 0.5rem;
	margin-left: 0.25rem;
}

.market-selector__domain-icon svg {
	display: block;
}

@media (min-width: 48rem) {
	.hp-domains-open .market-selector__domain-name, .hp-domains-open .market-selector__country {
		color: #c9ee00;
	}

	.hp-domains-open .market-selector__domain-icon svg{
		fill: #c9ee00;
	}
}

.market-selector__country {
	display: none;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.75rem;
	line-height: 1;
	text-align: center;
}
@media (min-width: 37.5rem) {
	.market-selector__country {
		display: block;
	}
}

.dropdown-menu .market-selector__country {
	display: none;
}


.modal-trigger--open {
	color: #c9ee00;
}
.modal-trigger--open .market-selector__domain-icon {
	fill: #c9ee00;
}

.country-selector--in-dom {
	display: none;
}

.hp-domains-popup__label--desktop {
	display: none;
}

.hp-domains-popup__label--mobile {
	display: block;
}

@media (min-width: 48rem) {
	.hp-domains-popup__label--desktop {
		display: unset;
	}

	.hp-domains-popup__label--mobile {
		display: none;
	}
}

.dropdown-menu .hp-domains-popup {
	position: relative;
	width: 100%;
	max-width: unset;
	right: 0;
	top: 0;
	height: 0;
	transition: height 200ms ease;
	will-change: height;
}

.dropdown-menu .hp-domains-popup ul {
	max-width: unset;
	max-height: unset;
	width: 100%;
	background: inherit;
	box-shadow: none;
	padding: 0;
	border-bottom: 1px solid #26435B;
	margin-bottom: 32px;
}

.dropdown-menu .hp-domains-popup ul li {
	border: none;
}

.dropdown-menu .hp-domains-popup a {
	display: flex;
	align-items: center;

	color: white;
	font-size: 16px;
	font-weight: normal;
	padding: 0;

	height: 32px;
	line-height: 32px;
	margin-bottom: 16px;
}

.dropdown-menu .hp-domains-popup a > img {
	display: flex;
	margin-left: 8px;
	margin-right: 16px;
	width: 24px;
	height: 24px;
	transform: scaleY(.6666);
}

.dropdown-menu .hp-domains-open {
	display: flex;
	border-bottom: none;
}

.dropdown-menu .hp-domains-popup {
	display: flex !important;
}

.dropdown-menu .hp-domains-open .hp-domains-popup {
	height: 417px;
}

.hamburger-icon {
	display: flex;
	flex-direction: column;
	position: absolute;

	height: 55px;
	top: 0;
	justify-content: center;
	right: 0;
	padding: 0 1rem;
	z-index: 1;
}

@media (min-width: 48rem) {
	.hamburger-icon {
		display: none;
	}
}

.hamburger-icon__line {
	position: relative;
	height: 2px;
	width: 22px;
	background: white;
	border-radius: 2px;
}

.hamburger-icon__line:not(:last-child) {
	margin-bottom: 5px;
}

.dropdown-menu .hamburger-icon .hamburger-icon__line:nth-of-type(1) {
	top: 7px;
	transform: rotate(405deg);
}

.dropdown-menu .hamburger-icon .hamburger-icon__line:nth-of-type(2) {
	opacity: 0;
}

.dropdown-menu .hamburger-icon .hamburger-icon__line:nth-of-type(3) {
	bottom: 7px;
	transform: rotate(495deg);
}

.dropdown-menu {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #00223E;
	z-index: 1000;
	overflow: auto;
	transform: translateX(100%);
}

.dropdown-menu--animate {
	transition: transform 300ms ease-in-out;
}

.dropdown-menu--open {
	transform: translateX(0);
}

.dropdown-menu .navigation-items {
	padding: 0;
}

.dropdown-menu .hamburger-icon {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	padding: 1rem 1rem 1.5rem;
	margin-top: -1px;
}