/* layout */

html,
body {
	width: 100%;
	-min-width: 1024px;
	height: 100%;
}
body[aria-busy="true"] {
	overflow: hidden;
}
body {
	color: #666666;
	color: #666666;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 16px;
}
body.locked {
	overflow: hidden;
}
.nowrap {
	white-space: nowrap;
}
.nowrap.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main {
	box-sizing: border-box;
	padding: 0px;
}
@media (min-width: 1280px) {
	.main {
		padding: 0px 50px;
	}
}
@media (min-width: 1500px) {
	.main {
		padding: 0px calc((100% - 1400px) / 2);
	}
}
header.main {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	height: 80px;
	background-color: #ffffff;
	color: #005393;
	font-size: 12px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1279px) {
	header.main {
		padding: 0px 50px;
	}
}
@media(max-width: 767px) {
	header.main {
		height: 60px;
		padding: 0px 25px;
	}
}
header.main a {
	color: inherit;
	text-decoration: none;
}
header.main > .logo {
	display: inline-block;
	margin-right: auto;
	font-size: 0px;
	width: 110px;
	/*background: url(../img/logos/JV-Logo-Color.svg) no-repeat center / contain;*/
	background: url(https://imagebank.jonview.com/images/content/jv5.png) no-repeat center / contain;
}
header.main > .logo2 {
	display: none;
	margin-right: auto;
	font-size: 0px;
	width: 180px;
	/*background: url(../img/logos/NAH-Logo-Color.svg) no-repeat center / contain;*/
	background: url(https://imagebank.jonview.com/images/content/jv4.png) no-repeat center / contain;
}
.NAH-login header.main > .logo {
	margin-right: 812px;
}
.NAH-login header.main > .logo2 {
	display: inline-block;
}

.background-image .logo {
	float: left;
	margin-right: auto;
	font-size: 0px;
	width: 180px;
	height: 68px;
	padding-left: 50px;
	padding-bottom: 5px;
	/*background: url(../img/logos/JV-Logo-Color.svg) no-repeat center / contain;*/
	background: url(https://imagebank.jonview.com/images/content/jv5.png) no-repeat center / contain;
}

.background-image .logo2 {
	float: left;
	margin-right: auto;
	font-size: 0px;
	width: 180px;
	height: 68px;
	padding-left: 50px;
	padding-bottom: 5px;
	/* background: url(../img/logos/NAH-Logo-Color.svg) no-repeat center / contain;*/
	background: url(https://imagebank.jonview.com/images/content/jv4.png) no-repeat center / contain;
}

@media(max-width: 767px) {
	header.main > .logo {
		width: 100px;
	}
}
header.main .navigation {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
header.main .navigation .link {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0px 20px;
	cursor: pointer;
	transition: color 150ms, background-color 150ms;
}
@media(max-width: 767px) {
	header.main .navigation .link {
		padding: 0px 10px;
	}
	header.main .navigation .link.logout {
		display: none;
	}
}
header.main .navigation .link[aria-expanded="true"] {
	color: #FFFFFF;
	background-color: #005393;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
}
header.main .navigation .material-icons {
	margin: 0px 5px;
	font-size: 20px;
	vertical-align: middle;
}
header.main .navigation .link-text {
	vertical-align: middle;
}
@media(max-width: 767px) {
	header.main .navigation .link-text {
		display: none;
	}
}
header.main .navigation .link.has-submenu {
	position: relative;
}
header.main .navigation .link .submenu {
	box-sizing: border-box;
	padding: 10px 0px;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 10;
	min-width: calc(100% + 60px);
	list-style: none;
	background-color: #005393;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 16px;
	text-align: right;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	transition: opacity 150ms;
}
header.main .navigation .link[aria-expanded="false"] .submenu {
	max-height: 0px;
	overflow: hidden;
	opacity: 0;
	transition: none;
}
header.main .navigation .link .submenu a {
	display: block;
	padding: 9px 20px;
	transition: background-color 150ms;
}
header.main .navigation .link .submenu a:hover {
	background-color: #3F9C35;
}
header.main .navigation .logout {
	color: #bbbbbb;
}
header.main .menu {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	cursor: pointer;
	margin-right: -30px;
}
@media(max-width: 767px) {
	header.main .menu {
		width: 60px;
		margin-right: -15px;
	}
}
.background-image {
	background-position: center;
	background-size: cover;
	background-image: url(../img/background-images/heading.jpg);
}
.background-image.reservations-background-image {
	background-image: url(../img/background-images/reservations-heading.jpg);
}
.banner {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	height: 120px;
	background-color: rgba(0, 0, 0, 0.25);
	color: #ffffff;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
@media (max-width: 1279px) {
	.banner {
		padding: 0px 50px;
	}
}
.banner h1 {
	margin-right: auto;
	font-family: "Open Sans";
	font-size: 32px;
	font-weight: 300;
	line-height: 1;
}
.banner h2 {
	width: 100%;
	margin: -40px 0px 0;
	color: #C9E8FF;
	font-family: "Open Sans";
	font-size: 18px;
	line-height: 1;
	font-weight: normal;
}
@media(min-width: 1280px) {
	.banner h1 {
		font-size: 46px;
	}
	.banner h2 {
		font-size: 24px;
	}
}
.banner .controls {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.banner .controls .button {
	box-sizing: border-box;
	min-width: 150px;
	width: auto;
	flex-grow: 1;
	padding: 10px 15px;
	border-radius: 2px;
	border: 1px solid #ffffff;
	color: inherit;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	white-space: nowrap;
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transition: background-color 100ms, border 100ms;
	-webkit-transition: background-color 100ms, border 100ms;
	-moz-transition: background-color 100ms, border 100ms;
	-ms-transition: background-color 100ms, border 100ms;
	-o-transition: background-color 100ms, border 100ms;
}
.banner .controls .button.selected,
.banner .controls .button:hover {
	background-color: #ffffff;
	color: #005393;
}
.banner .controls .button + .button {
	margin-left: 15px;
}
.banner .controls select {
	margin: 0;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url(../img/icons/select-arrow-white.svg);
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 2px;
}
@media(min-width: 1280px) {
	.banner .controls .button {
		min-width: 160px;
		padding: 15px 20px;
	}
}
.content {
	display: flex;
	justify-content: stretch;
	align-items: stretch;
	flex-wrap: wrap;
	min-height: calc(100% - 280px);
}
.content .columns {
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	width: 100%;
}
.columns .column {
	box-sizing: border-box;
}
.columns .column + .column {
	border-left: 1px solid #bbbbbb;
}
.column.no-border {
	border: none !important;
}
.columns .column.left {
	flex-grow: 0;
	flex-shrink: 0;
	width: 255px;
	padding-left: 0px;
}
.columns .column.left fieldset {
	padding: 20px;
	border-bottom: 1px solid #bbbbbb;
}
.columns .column.center {
	overflow: hidden;
	width: calc(100% - 555px);
}
.columns .column.right {
	width: 300px;
	padding-right: 0px;
	flex-grow: 0;
	flex-shrink: 0;
}
.columns .column.center-right {
	width: calc(100% - 255px);
}
.columns .column.center-right .column.center {
	width: calc(100% - 365px);
}
.columns .column.center-right .column.right {
	width: 300px;
	margin-right: 20px;
}
@media (min-width: 1024px) {
	.columns .column.left {
		width: 331px;
		border-left: 1px solid #bbbbbb;
	}
	.columns .column.center {
		width: calc(100% - 696px);
	}
	.columns .column.right {
		border-right: 1px solid #bbbbbb;
		width: 365px;
	}
	.columns .column.center-right {
		width: calc(100% - 331px);
	}
	.columns .column.center-right .column.center {
		width: calc(100% - 365px);
	}
	.columns .column.center-right .column.right {
		margin-right: 0px;
	}
}
@media (min-width: 1400px) {
	.columns .column.center-right .column.right {
		width: 365px;
	}
}
footer.main {
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: #f5f5f5;
	height: 80px;
	border-top: 1px solid #bbb;
	color: #bbb;
	font-size: 14px;
	line-height: 1;
}
@media (max-width: 1279px) {
	footer.main {
		padding: 0px 50px;
	}
}
@media(max-width: 767px) {
	footer.main {
		flex-direction: column;
		height: auto;
		padding: 25px;
	}
}
footer.main a {
	font: inherit;
	color: inherit;
	text-decoration: none;
}
footer.main .navigation {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	list-style: none;
}
@media(max-width: 767px) {
	footer.main .navigation {
		flex-direction: column;
		margin: 15px auto 0;
	}
}
footer.main .navigation li + li {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #bbb;
}
@media(max-width: 767px) {
	footer.main .navigation li + li {
		margin-left: 0px;
		padding-left: 0px;
		border-left: none;
	}
}
/* forms and inputs */

fieldset {
	background: #fff;
	margin: 0px;
}
fieldset.grey {
	background-color: #f5f5f5;
}
fieldset:last-child {
	margin-bottom: -1px;
}
fieldset ul {
	padding: 0px;
	margin: 0px 0px -10px;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
fieldset ul[aria-hidden="true"] {
	display: none;
}
fieldset ul + ul {
	margin-top: 10px;
}
fieldset ul > li {
	width: 100%;
	margin-bottom: 10px;
}
fieldset ul > .nine-tenths {
	width: calc(90% - 1px);
}
fieldset ul > .eight-tenths {
	width: calc(80% - 2px);
}
fieldset ul > .seven-tenths {
	width: calc(70% - 3px);
}
fieldset ul > .six-tenths {
	width: calc(60% - 4px);
}
fieldset ul > .five-tenths {
	width: calc(50% - 5px);
}
fieldset ul > .four-tenths {
	width: calc(40% - 6px);
}
fieldset ul > .three-tenths {
	width: calc(30% - 7px);
}
fieldset ul > .two-tenths {
	width: calc(20% - 8px);
}
fieldset ul > .one-tenths {
	width: calc(10% - 9px);
}
fieldset ul > .half {
	width: calc(50% - 5px);
}
fieldset ul > .third {
	width: calc(33% - 6.6667px);
}
fieldset ul > .quarter {
	width: calc(25% - 7.5px);
}
fieldset ul > .three-quarter {
	width: calc(75% - 2.5px);
}
fieldset ul > .fifth {
	width: calc(20% - 8px);
}
fieldset ul > .four-fifth {
	width: calc(80% - 2px);
}
fieldset .childrens-ages,
fieldset .childrens-ages li {
	display: none;
}
fieldset .childrens-ages.show,
fieldset .childrens-ages li.show {
	display: block;
}
fieldset .childrens-ages ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
fieldset .childrens-ages li {
	margin-left: 10px;
}
fieldset .childrens-ages li:nth-child(4n+1) {
	margin-left: 0px;
}
fieldset .form-error {
	margin: 10px 0px;
	color: #ff627b;
	text-align: center;
	padding: 8px;
}
fieldset .form-error:empty {
	display: none;
}
label {
	color: #4b4b4b;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	cursor: pointer;
}
label.multiple-inputs {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
	cursor: default;
}
label.multiple-inputs .label {
	width: 100%;
	cursor: pointer;
}
label.multiple-inputs input,
label.multiple-inputs select {
	width: auto;
	flex-grow: 0;
	flex-shrink: 1;
}
label.multiple-inputs input + input,
label.multiple-inputs input + select,
label.multiple-inputs select + input,
label.multiple-inputs select + select {
	margin-left: 10px;
}
input,
textarea,
select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
input.ui-autocomplete-loading {
	background-image: url(../img/icons/loading.gif);
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	background-size: 20px;
}
body.has-smil-support input.ui-autocomplete-loading {
	background-image: url(../img/icons/loading.svg);
}
body.no-smil-support input.ui-autocomplete-loading {
	background-position: 95% center;
}
input.ui-autocomplete-loading::-ms-clear,
select::-ms-expand {
	display: none;
}
input[type="text"],
input[type="email"],
input[type="date"],
input.date,
input[type="number"],
input[type="password"],
.file-input,
textarea,
select,
.input-spacer,
.multiple-checkbox-dropdown {
	box-sizing: border-box;
	width: 100%;
	padding: 0px 15px;
	height: 40px;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	margin-top: 5px;
	background-color: #ffffff;
	color: #666666;
	font-size: 14px;
	line-height: 40px;
	font-weight: normal;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.overlay input[type="text"],
.overlay input[type="email"],
.overlay input[type="date"],
.overlay input.date,
.overlay input[type="number"],
.overlay input[type="password"],
.overlay .file-input,
.overlay select,
.overlay .input-spacer,
.overlay .multiple-checkbox-dropdown {
	min-height: 0px;
	height: 35px;
	line-height: 35px;
}
.input-spacer {
	padding: 0px;
	box-shadow: none;
	border: none;
	background: none;
	cursor: default;
}
.radio-buttons {
	display: flex;
	justify-content: stretch;
	align-items: stretch;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border: 1px solid #bbbbbb;
}
input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	position: static;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 14px;
	height: 14px;
	border: 1px solid #bbbbbb;
	background-color: #ffffff;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	vertical-align: middle;
}
input[type="radio"]:checked:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #005393;
	border-radius: 50%;
}
.radio-buttons label {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	flex-grow: 1;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
}
.radio-buttons label + label {
	border-left: 1px solid #bbbbbb;
}
.radio-buttons label input {
	margin-right: 10px;
}
.checkboxes {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 5px 0px -5px;
}
.checkbox {
	box-sizing: border-box;
	position: relative;
	width: auto;
	color: #bbbbbb;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	text-align: center;
	user-select: none;
	cursor: pointer;
}
.checkbox-icon-only {
	padding: 0px;
	font-size: 20px;
}
.checkbox-icon-only .material-icons {
	height: 40px;
	line-height: 40px;
}
.checkbox-simple {
	display: inline-block;
	height: 14px;
	width: 14px;
	border-radius: 2px;
	background-color: #005393;
	color: #fff;
}
.checkbox-simple .material-icons {
	width: 100%;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	border: none;
	font-size: 14px;
	line-height: 14px;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background-color: #ffffff;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	font-weight: bold;
	padding: 0px;
}
.checkbox-simple + label {
	display: inline-block;
	margin-left: 8px;
}
.amenities-list .checkbox-icon-only {
	width: calc((100% / 6) - (30px / 6));
	margin-bottom: 5px;
}
.activities-list .checkbox,
.icon-and-text-list .checkbox {
	width: calc(50% - 3px);
	margin-bottom: 5px;
}
.checkbox:nth-child(2n) {
	margin-left: 6px;
}
.checkbox-icon-only + .checkbox-icon-only {
	margin-left: 6px;
}
.checkbox input {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}
.checkbox label {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	-ms-flex-pack: center;
	width: 100%;
	height: 100%;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #fff;
	min-height: 38px;
	padding: 5px 10px;
	font-size: inherit !important;
	color: inherit;
	cursor: pointer;
	transition: color 150ms;
}
.checkbox input:checked + label {
	color: #005393;
}
.checkbox label .icon,
.checkbox label .material-icons,
.checkbox label .jonview-icons,
.checkbox label .jonview-extra-icons,
.checkbox label .vivaldi-icons {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	color: inherit;
	font-size: 18px;
	width: 20px;
}
.checkbox label .svg-icons {
	width: 16px;
}
.checkbox label .svg-icons .icon-selected,
.checkbox label .svg-icons .icon-default {
	width: 16px;
}
.checkbox label .svg-icons .icon-selected,
.checkbox input:checked + label .svg-icons .icon-default {
	display: none;
}
.checkbox label .svg-icons .icon-default,
.checkbox input:checked + label .svg-icons .icon-selected {
	display: block;
}
.checkbox label .smaller-text {
	font-size: 95%;
	line-height: 1;
	text-align: left;
	margin-right: 2px;
}
.checkbox label .material-icons.small {
	font-size: 12px;
	width: 15px;
}
.checkbox label .material-icons.small + .material-icons.small {
	margin-left: -7px;
}
.activities-list .checkbox label,
.icon-and-text-list .checkbox label {
	height: 38px;
	justify-content: flex-start;
	white-space: nowrap;
}
body[lang="fr"] .activities-list .checkbox label .overflow,
body[lang="fr"] .icon-and-text-list .checkbox label .overflow,
body[lang="de"] .activities-list .checkbox label .overflow,
body[lang="de"] .icon-and-text-list .checkbox label .overflow,
body[lang="it"] .activities-list .checkbox label .overflow,
body[lang="it"] .icon-and-text-list .checkbox label .overflow,
body[lang="pt"] .activities-list .checkbox label .overflow,
body[lang="pt"] .icon-and-text-list .checkbox label .overflow,
body[lang="es"] .activities-list .checkbox label .overflow,
body[lang="es"] .icon-and-text-list .checkbox label .overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	margin-right: 3px;
}
.checkbox-simple input:checked + .material-icons {
	-color: #fff;
}
input::placeholder {
	color: #9c9c9c;
}
textarea {
	height: 115px;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
select,
.multiple-checkbox-dropdown {
	padding-right: 30px;
	background: #fff url(../img/icons/select-arrow.svg) no-repeat 95% center;
	background-position: calc(100% - 15px) center;
	box-shadow: none;
}
select.select-small {
	height: auto;
	border: none;
	padding: 0px 20px 0px 0px;
	line-height: 1;
	width: auto;
	background-position: calc(100% - 5px);
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 48%;
}
input[type="date"],
input.date {
	padding-right: 30px;
	background: #fff url(../img/icons/calendar.svg) no-repeat 95% center;
	background-size: 20px;
	background-position: calc(100% - 5px) center;
}
.file-input {
	box-sizing: border-box;
	position: relative;
	max-width: 360px;
	height: 45px;
	padding-right: 120px;
	cursor: pointer;
}
.file-input input {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
}
.file-input .text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 45px;
}
.file-input .button {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: 0px;
	width: 120px;
	text-align: center;
	margin: 0 !important;
	padding: 0px !important;
	border: 1px solid rgba(37, 103, 30, 0.73);
	border-radius: 0 2px 2px 0;
	background: linear-gradient(180deg, #4ec242 0%, #3f9c35 100%);
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
}
.multiple-checkbox-dropdown {
	width: 200px;
	cursor: pointer;
	background-image: url(../img/icons/multiple-checkbox-dropdown-arrow.svg);
	background-size: 18px;
	background-position: calc(100% - 10px);
}
.multiple-checkbox-dropdown[aria-expanded="true"] {
	border-radius: 2px 2px 0px 0px;
	position: relative;
}
.multiple-checkbox-dropdown label {
	white-space: nowrap;
}
.multiple-checkbox-dropdown .selected-items-summary {
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	color: #666;
}
.multiple-checkbox-dropdown .checkboxes {
	display: none;
	position: absolute;
	top: calc(100% - 1px);
	left: -1px;
	min-width: calc(100% + 2px);
	height: auto;
	max-height: 265px;
	padding: 0;
	margin: 0;
	border: 1px solid #bbbbbb;
	background-color: #FFFFFF;
	list-style: none;
	overflow-y: scroll;
}
.multiple-checkbox-dropdown .checkboxes.anchor-right {
	left: auto;
	right: -1px;
}
.multiple-checkbox-dropdown[aria-expanded="true"] .checkboxes {
	display: block;
}
.multiple-checkbox-dropdown .checkboxes li {
	padding: 4px 9px;
	height: auto;
	white-space: nowrap;
	min-height: 0;
	line-height: 1;
	font-size: 11px;
}
.multiple-checkbox-dropdown .checkboxes li:nth-child(odd) {
	background-color: #E3F3FF;
}
.multiple-checkbox-dropdown .checkboxes li .multiple-checkbox-dropdown-item-label {
	color: #4B4B4B;
	font-size: inherit;
}
.button {
	box-sizing: border-box;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	width: 100%;
	min-height: 45px;
	height: 45px;
	padding: 5px 15px;
	border: 1px solid #005393;
	border-radius: 3px;
	font-size: 14px;
	text-align: center;
	background: #fff;
	color: #005393;
	cursor: pointer;
	text-decoration: none;
}
.button.submit,
.button.select,
.button.book,
.button.bookAlternate,
.button.add,
.button.login-button,
.button.blue {
	min-height: 45px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #ffffff;
	border: 1px solid #1b2f8d;
	background: linear-gradient(180deg, #18619a 0%, #005393 100%);
}
.button.cancel,
.button.delete,
.button.remove {
	color: #d0021b;
	border-color: transparent;
	min-height: 45px;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
}
.button.clear {
	min-height: 0px;
	height: auto;
	margin-bottom: -10px;
	color: #D0021B;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	border: none;
}
.button.export {
	min-height: 0px;
	height: auto;
	margin-bottom: -10px;
	color: darkblue;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	border: none;
    font-weight: bolder;
}
.button.submit:hover,
.button.submit:active,
.button.select:hover,
.button.select:active,
.button.book:hover,
.button.bookAlternate:hover,
.button.bookAlternate:active .button.book:active {
	background: linear-gradient(180deg, #3282bf 0%, #005393 100%);
}
.button.green {
	border: 1px solid rgba(37, 103, 30, 0.73);
	background: linear-gradient(180deg, #4ec242 0%, #3f9c35 100%);
	color: #ffffff;
}
.button.material-icons {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0px;
	height: 38px;
	border: 1px solid #a5a5a5;
	border-radius: 3px;
	color: #a5a5a5;
	font-size: 22px;
	background-color: #ffffff;
	transition: color 150ms, border 150ms;
	-webkit-transition: color 150ms, border 150ms;
	-moz-transition: color 150ms, border 150ms;
	-ms-transition: color 150ms, border 150ms;
	-o-transition: color 150ms, border 150ms;
}
.button.material-icons.selected,
.button.material-icons:hover {
	color: #3f9c35;
	border-color: #3f9c35;
}
.button .material-icons {
	font-size: 150%;
	vertical-align: middle;
	margin-right: 10px;
}
.button[role="button"] .label[aria-hidden="true"] {
	display: none;
}
.button[role="button"] .label[aria-hidden="false"] {
	display: inline-block;
}
/* various reusable elements */

strong {
	font-weight: 500;
}
.clear {
	clear: both;
}
.export {
	clear: both;
}
.paging {
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	border: 1px solid #bbbbbb;
	border-radius: 0 2px 2px 0;
	background-color: #ffffff;
	color: #005393;
	font-size: 14px;
	line-height: 16px;
	transition: color 150ms, background-color 150ms;
	-webkit-transition: color 150ms, background-color 150ms;
	-moz-transition: color 150ms, background-color 150ms;
	-ms-transition: color 150ms, background-color 150ms;
	-o-transition: color 150ms, background-color 150ms;
}
.paging a {
	display: inline-block;
	padding: 11px 15px;
	color: inherit;
	font: inherit;
	text-decoration: none;
}
.paging .selected {
	position: relative;
	margin: -1px;
	background-color: #005393;
	border-color: #005393;
	color: #ffffff;
}
.paging a + a {
	border-left: 1px solid #bbbbbb;
}
table {
	width: 100%;
	margin: 10px 0px;
	border-collapse: collapse;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
}
table th,
table td {
	padding: 8px 15px;
}
table.simple th,
table.simple td {
	padding: 0px;
}
table.simple th + th,
table.simple th + td,
table.simple td + td,
table.simple td + th {
	padding-left: 20px;
}
table.simple tr + tr td,
table.simple tr + tr th {
	padding-top: 5px;
}
table.simple tbody + tbody tr:first-child td,
table.simple tbody + tbody tr:first-child th {
	padding-top: 10px;
}
table thead th {
	color: #4b4b4b;
	font-weight: 500;
}
table tbody td {
	border: 1px solid #bbbbbb;
}
table.simple td {
	border: none;
}
table .right-align {
	text-align: right;
}
table .actions .material-icons {
	margin-right: -10px;
	font-size: 18px;
	line-height: 14px;
	vertical-align: text-bottom;
}
.passenger-room-selection {
	padding-top: 10px;
}
.passenger-room-selection table {
	margin: 0;
}
.passenger-room-selection table td,
.passenger-room-selection table th {
	text-align: left;
	color: #4B4B4B;
	padding: 0px;
	border: none;
}
.passenger-room-selection table th {
	font-weight: 500;
}
.passenger-room-selection table td + td,
.passenger-room-selection table td + th,
.passenger-room-selection table th + td,
.passenger-room-selection table th + th {
	padding-left: 5px;
	vertical-align: middle;
}
.passenger-room-selection table tr + tr th,
.passenger-room-selection table tr + tr td {
	padding-top: 5px;
}
.passenger-room-selection table tbody tr:first-child td,
.passenger-room-selection table tbody tr:first-child th,
.passenger-room-selection table tfoot tr:first-child td,
.passenger-room-selection table tfoot tr:first-child th {
	padding-top: 7px;
}
.passenger-room-selection table .passengers,
.passenger-room-selection table .checkbox-simple,
.passenger-room-selection table .select-small {
	vertical-align: middle;
	margin-right: 5px;
}
.passenger-room-selection table .select-small {
	border-bottom: 1px solid #BBB;
}
.passenger-room-selection table .passenger-room-number {
	width: 15px;
	text-align: right;
}
.passenger-room-selection table .add-passenger {
	color: #005393;
	font-family: Roboto;
	font-size: 12px;
	line-height: 14px;
	text-decoration: underline;
	cursor: pointer;
}
.passenger-room-selection[aria-hidden="true"] {
	display: none;
}
.passenger-room-selection .room-number {
	display: block;
	margin-bottom: -8px;
	margin-left: -2px;
	font-size: 14px;
	line-height: 1;
}
.rating {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 15px;
	color: inherit;
	font-size: 17px;
	vertical-align: text-bottom;
}
.rating .material-icons {
	font-size: inherit;
	margin-right: -2px;
}
.map-container {
	position: relative;
	padding: 30px;
}
.map-legend {
	margin-bottom: 15px;
	list-style: none;
	text-align: right;
}
.map-legend li {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
}
.map-legend li.left {
	float: left;
}
.map-legend li + li {
	margin-left: 20px;
}
.map-legend li .indicator {
	box-sizing: border-box;
	display: inline-block;
	position: static;
	height: 15px;
	width: 15px;
	padding: 0px;
	vertical-align: text-top;
}
.map-legend li .indicator.status-a,
.map-legend li .indicator.status-confirmed {
	border: 1px solid #26701E;
	background-color: #3F9C35;
}
.map-legend li .indicator.status-r {
	border: 1px solid #C27902;
	background-color: #F5A623;
}
.map-legend li .indicator.status-d {
	border: 1px solid #26701E;
	background-color: #4181DB;
}
.map-legend li .indicator.status-cancelled {
	border: 1px solid #950012;
	background-color: #D0021B;
}
.map {
	width: 100%;
	height: 100%;
	min-height: 650px;
	position: relative;
}
.map .map-controls {
	position: absolute;
	top: 20px;
	right: 20px;
}
.map .map-controls.top {
	top: 20px;
	bottom: auto;
}
.map .map-controls.bottom {
	top: auto;
	bottom: 20px;
}
.map .map-controls.left {
	left: 20px;
	right: auto;
}
.map .map-controls.right {
	left: auto;
	right: 20px;
}
.map .map-controls .map-control {
	position: static;
	display: block;
	width: auto;
	padding: 10px 15px;
	margin-bottom: 5px;
	color: #005393;
	font-family: Roboto;
	font-size: 14px;
	line-height: 16px;
	background-color: rgba(255, 255, 255, .8);
	box-shadow: 0.5px 0.5px 1px 0 rgba(0, 0, 0, 0.2);
}
.map .map-controls.zoom {
	background-color: #FFFFFF;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	overflow: hidden;
}
.map .map-controls.zoom a {
	display: block;
	width: 30px;
	height: 30px;
	color: #BBBBBB;
	font-family: Roboto;
	font-size: 13px;
	font-weight: 500;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	user-select: none;
}
.map .map-controls.zoom a + a {
	border-top: 1px solid #EAEAEA;
}
.map .marker-container {
	position: absolute;
	z-index: 100;
}
.map .pointer {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	height: 35px;
	width: 35px;
	cursor: pointer;
}
.map .marker,
.map-legend .indicator {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	max-width: 1500px;
	padding: 12px 8px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	border: 1px solid #444;
	border-radius: 2px;
	background-color: #555;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.map .marker {
	white-space: nowrap;
}
.map .marker:not(.marker-detailed) {
	cursor: pointer;
}
.map .marker.marker-detailed {
	width: 260px;
	max-width: 260px;
	padding: 0px;
	background-color: #ffffff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	color: #666666;
	font-size: 12px;
	line-height: 14px;
	border: none;
	white-space: normal;
}
.map .marker.marker-detailed header {
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 38px;
	padding: 10px 40px 10px 10px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	background-color: #3F9C35;
}
.map .marker.marker-detailed header.blue {
	background-color: #005393;
}
.map .marker.marker-detailed header.red {
	background-color: #d0021b;
}
.map .marker.marker-detailed header.gray {
	background-color: #ccc;
}
.map .marker.marker-detailed header .linked-marker-controls {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: auto;
}
	.map .marker.marker-detailed header .linked-marker-controls ul {
		list-style: none;
		display: inline-block;
		max-height: 14px;
		overflow: hidden;
	}
.map .marker.marker-detailed header .linked-marker-controls li {
	box-sizing: border-box;
	display: inline-block;
	font-size: 0px;
	height: 10px;
	width: 10px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	cursor: pointer;
	vertical-align: middle;
}
.map .marker.marker-detailed header .linked-marker-controls li + li {
	margin-left: 5px;
}
.map .marker.marker-detailed header .linked-marker-controls li.selected {
	background-color: #FFF;
}
.map .marker.marker-detailed header .linked-marker-controls .material-icons {
	font-size: 16px;
	cursor: pointer;
}
.map .marker.marker-detailed header .linked-marker-controls ul + .material-icons {
	margin-left: 10px;
}
.map .marker.marker-detailed img {
	width: 100%;
}
.map .marker.marker-detailed .details {
	position: relative;
	padding: 10px;
	background: #fff;
}
	.map .marker.marker-detailed .name-and-rating {
		display: block;
		min-height: 45px !important;
		max-height: 45px !important;
		height: 45px !important;
		overflow: auto !important;
	}
.map .marker.marker-detailed .details .product-type {
	margin: 10px 0px -15px;
	color: #666666;
	font-size: 10px;
	font-weight: 500;
	line-height: 11px;
}
.map .marker.marker-detailed .details .price-and-controls {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	margin-top: 5px;
}
.map .marker.marker-detailed .details .price-and-controls .price {
	color: #d0021b;
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	margin-right: 5px;
}
.map .marker.marker-detailed .details .price-and-controls .button {
	width: auto;
	height: 30px;
	min-height: 0px;
	margin-left: auto;
	padding: 0px 30px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	border-radius: 2px;
	background-color: #18619a;
}
body[lang="fr"] .map .marker.marker-detailed .details .price-and-controls .button,
body[lang="de"] .map .marker.marker-detailed .details .price-and-controls .button,
body[lang="es"] .map .marker.marker-detailed .details .price-and-controls .button,
body[lang="pt"] .map .marker.marker-detailed .details .price-and-controls .button,
body[lang="it"] .map .marker.marker-detailed .details .price-and-controls .button {
	font-size: 12px;
	padding: 0px 15px;
}
.map .marker.marker-detailed .close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	background: rgba(0, 0, 0, 0.2) url(../img/icons/close.svg) no-repeat center / 20px;
	cursor: pointer;
}
.map .marker.has-icon {
	padding: 5px 5px 5px 25px;
	font-size: 13px;
	font-weight: 500;
	line-height: 15px;
}
.map .marker.has-icon .icon {
	box-sizing: border-box;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 100%;
	background-color: #555;
	border-right: 1px solid #444;
	text-align: center;
}
.map .marker.has-icon .icon .material-icons,
.map .marker.has-icon .icon .jonview-icons,
.map .marker.has-icon .icon .jonview-extra-icons,
.map .marker.has-icon .icon .vivaldi-icons {
	font-size: 13px;
	line-height: 1;
}
.map .marker:before {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 50%;
	width: 10px;
	height: 10px;
	transform: translateX(-50%) rotate(45deg);
	background-color: #555;
	border: 1px solid #444;
	border-left: none;
	border-top: none;
}
.map .marker.marker-detailed:before {
	background-color: #fff;
	border: none;
	bottom: -5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.map .marker.green,
.map .marker.green:before,
.map .marker.green .icon,
.map-legend .indicator.green {
	background-color: #3f9c35;
	border-color: #26701e;
}
.map .marker.blue,
.map .marker.blue:before,
.map .marker.blue .icon,
.map-legend .indicator.blue {
	background-color: #005393;
	border-color: #00365f;
}
.map .marker.red,
.map .marker.red:before,
.map .marker.red .icon,
.map-legend .indicator.red {
	border-color: #950012;
	background-color: #D0021B;
}
.map .marker.orange,
.map .marker.orange:before,
.map .marker.orange .icon,
.map-legend .indicator.orange {
	border-color: #C27902;
	background-color: #F5A623;
}
.map .marker.purple,
.map .marker.purple:before,
.map .marker.purple .icon,
.map-legend .indicator.purple {
	background-color: #4F41A3;
	border-color: #22185D;
}

.map .marker.marker-icon-only {
	box-sizing: border-box;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	padding: 5px;
	background: #333;
	/*border: 3px solid currentColor;*/
	color: #FFF;
	border: none;
}

.map .marker.marker-icon-only.has-icon .icon .material-icons,
.map .marker.marker-icon-only.has-icon .icon .jonview-icons,
.map .marker.marker-icon-only.has-icon .icon .jonview-extra-icons,
.map .marker.marker-icon-only.has-icon .icon .vivaldi-icons {
	font-size: 26px;
	line-height: 1;
}

.map .marker.marker-icon-only:before {
	width: 10px;
	height: 10px;
		bottom: -6px;
	background: #333;
	/*border-bottom: 3px solid #FFF;
	border-right: 3px solid #FFF;*/
	border-color: #FFF;
}

.map .marker.marker-icon-only.green,
.map .marker.marker-icon-only.green:before {
	background: #26701e;
}

.map .marker.marker-icon-only.yellow,
.map .marker.marker-icon-only.yellow:before {
	background: #C27902;
}

.map .marker.marker-icon-only.blue,
.map .marker.marker-icon-only.blue:before {
	background: #00365f;
}

.map .marker.marker-icon-only.red,
.map .marker.marker-icon-only.red:before {
	background: #950012;
}

/* Updated from temporary.less */

.map .marker .status-a,
.map .marker.status-a,
.map .marker.status-a:before {
	border-color: #26701E !important;
	background-color: #3F9C35 !important;
}

.map .marker .status-r,
.map .marker.status-r,
.map .marker.status-r:before {
	border-color: #C27902 !important;
	background-color: #F5A623 !important;
}

.map .marker .status-d,
.map .marker.status-d,
.map .marker.status-d:before {
	border-color: #26701E !important;
	background-color: #4181DB !important;
}

.map .marker .status-c,
.map .marker.status-c,
.map .marker.status-c:before {
	border-color: #950012 !important;
	background-color: #D0021B !important;
}

.map .marker:before {
	color: #666666 !important;
}

/* ***** */

.map .marker .icon {
	color: #FFF;
	top: -1px;
	left: -1px;
	height: calc(100% + 2px);
	border-radius: 2px 0px 0px 2px;
	background-color: #4B4B4B;
}
.map .marker .icon.icon-terrain {
	background-color: #8000A1;
}
.map .marker .icon.icon-fastfood {
	background-color: #2462BA;
}
.map .marker .icon.icon-hotel {
	background-color: #4B4B4B;
}
.map .marker em {
	display: block;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}
.navigation-legs {
	margin-top: 10px;
	padding-left: 20px;
}
.tabs nav {
	box-sizing: border-box;
	display: flex;
	justify-content: stretch;
	align-items: stretch;
	border-bottom: 1px solid #bbbbbb;
	background-color: #f5f5f5;
	color: #aaa;
}
.tabs nav a,
.tabs nav button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 5px 15px;
	border: 1px solid transparent;
	border-left-color: #bbbbbb;
	border-bottom-color: #bbbbbb;
	margin-bottom: -1px;
	text-decoration: none;
	line-height: 1;
	flex-grow: 1;
	flex-basis: 0;
	cursor: pointer;
}
.tabs nav a[aria-selected="true"],
.tabs nav button[aria-selected="true"] {
	border-left-color: #bbbbbb;
	border-right-color: #bbbbbb;
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #005393;
}
.tabs nav a[aria-selected="true"] + a,
.tabs nav a[aria-selected="true"] + button,
.tabs nav button[aria-selected="true"] + a,
.tabs nav button[aria-selected="true"] + button {
	border-left-color: transparent;
}
.tabs nav a:hover,
.tabs nav button:hover {
	background-color: #e0f1fd;
}
.tabs nav a:first-child,
.tabs nav button:first-child {
	border-left: none;
}
.tabs nav a:last-child,
.tabs nav button:last-child{
	border-right: none;
}
.tabs nav .material-icons {
	font-size: inherit;
	line-height: inherit;
}
.tabs .panels div[role="tabpanel"] {
	display: none;
}
.tabs .panels div[role="tabpanel"][aria-hidden="false"] {
	display: block;
}
.slider {
	position: relative;
	margin: 10px 5px 10px;
	height: 2px;
	background-color: #d8d8d8;
}
.slider .ui-slider-range {
	background-color: #005393;
}
.slider .ui-slider-handle {
	box-sizing: border-box;
	height: 10px;
	width: 10px;
	border-radius: 5px;
	border: 1px solid #005393;
	background-color: #ffffff;
}
.slider .ui-slider-handle:last-child {
	background-color: #005393;
}
.slider-range-selected {
	float: right;
	color: #005393;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
}
.slider-range-selected .material-icons {
	font-size: 16px;
	vertical-align: text-bottom;
}
body[lang="fr"] .slider-range-selected .material-icons {
	font-size: 14px;
}
body[lang="it"] .slider-range-selected .material-icons,
body[lang="pt"] .slider-range-selected .material-icons {
	font-size: 12px;
}
body[lang="es"] .slider-range-selected .material-icons {
	font-size: 11px;
}
.slide-down-and-fade {
	transform: translateY(-50px);
	opacity: 0;
	transition: transform 200ms, opacity 150ms;
}
.slide-down-and-fade + .slide-down-and-fade {
	transition-delay: 250ms;
}
.slide-down-and-fade + .slide-down-and-fade + .slide-down-and-fade {
	transition-delay: 450ms;
}
.slide-down-and-fade.go {
	opacity: 1;
	transform: translateY(0%);
}
.ui-autocomplete {
	box-sizing: border-box;
	max-width: 360px;
	margin-top: -3px;
	padding: 0px;
	border: 1px solid #BBBBBB !important;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 16px;
	max-height: 250px;
	overflow-y: scroll;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
.ui-autocomplete .ui-menu-item {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	padding: 5px 10px;
	margin-top: -3px;
	font: inherit;
	color: #666666;
	background: none !important;
}
.ui-autocomplete .ui-menu-item:hover {
	background: rgba(128, 128, 128, .2) !important;
}
.ui-autocomplete .ui-menu-item.xs-city:hover {
	background-color: rgba(80,227,194,0.15) !important;
}
.ui-autocomplete .ui-menu-item.xs-product:hover {
	background-color: rgba(146,67,0,0.1) !important;
}
.ui-autocomplete .ui-menu-item.xs-supplier:hover {
	background-color: rgba(95,29,163,0.1)!important;
}
.ui-autocomplete .ui-menu-item.xs-supplier_dynamic_non_contracted:hover {
	background-color: rgba(95,29,163,0.1) !important;
}
.ui-autocomplete .ui-menu-item:before,
.label-icon:before {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 1;
	vertical-align: text-bottom;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
}
.label-icon:before {
	display: inline-block;
	margin: 0;
}
.ui-autocomplete .xs-city:before,
.ui-autocomplete .xs-country:before,
.ui-autocomplete .xs-all:before,
.label-icon.city-icon:before {
	content: 'place';
	color: #50E3C2;
}
.ui-autocomplete .xs-product:before,
.label-icon.product-icon:before {
	content: 'shopping_cart';
	color: #834200;
}
.ui-autocomplete .xs-supplier:before,
.label-icon.service-icon:before {
	content: 'business';
	color: #5F1DA3;
}
.ui-autocomplete .xs-supplier_dynamic_non_contracted:before,
.label-icon.service-icon:before {
	content: 'business';
	color: #5F1DA3;
}
.label-icon.service-icon:before,
.label-icon.product-icon:before {
	margin-right: 5px;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
	border-color: transparent !important;
	width: 100%;
}
.wait-screen {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, .5);
	z-index: 999 !important;
}
.wait-screen-message {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 300px;
	height: 300px;
	padding: 25px;
	background: #FFF;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
	font-family: "Open Sans";
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
}
.wait-screen-animation {
	width: 60px;
	height: 60px;
	margin-bottom: 20px;
	background: url(../img/icons/loading.gif) no-repeat center / 75%;
}
.wait-screen-message-text {
	width: 100%;
	text-align: center;
}
body.has-smil-support .wait-screen-animation {
	background: url(../img/icons/loading.svg) no-repeat center / 100%;
}
/* product views */

.products {
	flex-grow: 1;
	padding: 15px;
}
.products header,
.products footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #666666;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
}
.products select {
	width: auto;
}
.products footer {
	margin-top: 20px;
}
.products .list-results-group .xs-resgroup {
	margin-bottom: 0;
	padding: 10px;
	border: 1px solid #BBBBBB;
	border-bottom-width: 0;
	background-color: #FFFFFF;
}
.products .list-results-group .xs-resgroup:first-child {
	margin-top: 10px;
}
.products .list-results-group .xs-resgroup:last-child {
	border-bottom-width: 1px;
}
.products .list-results-group .list-results-group-heading {
	margin: 0;
	color: #666666;
	font-family: Roboto;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
}
.products .list-results-group .list-results-group-heading .rating {
	position: relative;
	top: -1px;
}
.products .list-results-group .xs-expcol,
.products .detailed-results-group .xs-expcol {
	margin: 10px 0 0;
	border: none;
	padding: 0;
	color: #2462BA;
	font-size: 12px;
	line-height: 14px;
	background: none;
	text-decoration: underline;
	text-align: left;
}

	.products .list-results-group .xs-expcolon,
	.products .detailed-results-group .xs-expcolon {
		display: none;
	}

	.products .list-results-group .xs-expcolhide .xs-expcolon,
	.products .detailed-results-group .xs-expcolhide .xs-expcolon {
		display: inline-block;
	}
.products .list-results-group .xs-expcoloff,
.products .detailed-results-group .xs-expcoloff {
	display: inline-block;
}
.products .list-results-group .xs-expcolhide .xs-expcoloff,
.products .detailed-results-group .xs-expcolhide .xs-expcoloff {
	display: none;
}

.products .list {
	overflow: hidden;
	margin: 20px 0px 0px;
	padding: 0px;
	border: 1px solid #bbbbbb;
}
.products .list-results-group .list {
	margin-top: 8px;
}
.products .list li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 50px;
}
.products .list-results-group .list li {
	height: auto;
	min-height: 45px;
}
.products .list li:nth-child(even) {
	background-color: #f1f1f1;
}
.products .list li + li {
	border-top: 1px solid #bbbbbb;
}
.products .list .information {
	box-sizing: border-box;
	width: calc(100% - 315px);
	padding: 10px;
	flex-shrink: 0;
	font-size: 12px;
	line-height: 14px;
}
.products .list-results-group .list .information {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: calc(100% - 285px);
	padding: 7px 10px;
}
body[lang=fr] .products .list .information {
	width: calc(100% - 350px);
}
.products .list .information .name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.products .list-results-group .list .information .name {
	white-space: normal;
	flex-grow: 1;
}
.products .list .information .name strong {
	font-weight: 500;
}
.products .information .rating {
	color: #4b4b4b;
}
.products .information .rating .material-icons {
	font-size: inherit;
}
.products .list .xs-icon {
	display: none !important;
}
.products .list .product-status {
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	color: #4b4b4b;
	background: none;
	white-space: nowrap;
}
.products .list .product-status.on-request,
.products .list .product-status.status-r {
	color: #F5A623;
}
.products .list .product-status.status-a {
	color: #3F9C35;
}
.products .list .product-status.confirmed-dynamic,
.products .list .product-status.status-d {
	color: #4181DB;
}
.products .list .product-status.available,
.products .list .product-status.confirmed,
.products .list .product-status.confirmed-static {
	color: #3f9c35;
}
.products .list .product-status.variable-rates,
.products .list .product-status.cancelled,
.products .list .product-status.status-cancelled,
.products .list .product-status.not-available,
.products .list .product-status.status-c {
	color: #d0021b;
}
.products .list .additional-controls {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
	padding: 17px;
	width: 80px;
	font-size: 18px;
	line-height: 1;
	border-left: 1px solid #bbbbbb;
}
.products .list-results-group .list .additional-controls {
	width: 50px;
	padding: 13px 0;
	border-left: none;
}
.products .list .additional-controls .material-icons {
	font-size: inherit;
	text-decoration: none;
	-color: #3f9c35;
}
.products .list .price-and-select {
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	flex-shrink: 0;
	flex-grow: 1;
	width: auto;
	margin-left: auto;
	height: 50px;
	padding: 9px;
	border-left: 1px solid #bbbbbb;
}
.products .list-results-group .list .price-and-select {
	height: 45px;
	padding: 7px 10px 7px 0px;
	border-left: none;
}
.products .price-and-select .price {
	display: block;
	color: #3f9c35;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
.products .price-and-select .tax-included {
	color: #666666;
	font-size: 11px;
	line-height: 14px;
}
.products .price-and-select .button {
	width: auto;
	padding: 10px 22px;
	font-size: 14px;
	line-height: 18px;
}
.products .list .price-and-select .button {
	margin-left: 10px;
	height: 35px;
	min-height: 35px;
	line-height: 1;
}
.products .list-results-group .list .price-and-select .button {
	height: 30px;
	min-height: 30px;
	line-height: 10px;
}
.products .detailed-results-group {
	margin: 0 -15px;
}
.products .detailed-results-group .xs-resgroup {
	padding: 15px;
	margin: 0;
}
.products .detailed-results-group .xs-resgroup +  .xs-resgroup {
	border-top: 1px solid #BBBBBB;
}
.products .detailed-results-group .detailed-results-group-top-section {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.products .detailed-results-group .detailed-results-group-top-section .description {
	color: #666666;
	font-family: Roboto;
	font-size: 12px;
	line-height: 16px;
}
.products .detailed-results-group .detailed-results-group-top-section .image {
	margin-left: 20px;
}
.products .detailed-results-group .detailed-results-group-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 5px;
}
.products .detailed-results-group .xs-expcolname {
	color: #666666;
	font-family: Roboto;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}
.products .detailed-results-group .detailed-results-group-rating-and-product-type {
	text-align: right;
}
.products .detailed-results-group .detailed-results-group-rating-and-product-type .rating {
	margin: 0;
	color: #4B4B4B;
}
.products .detailed-results-group .detailed-results-group-rating-and-product-type .product-type {
	color: #9C9C9C;
	font-family: Roboto;
	font-size: 12px;
	line-height: 14px;
}
.products .detailed {
	overflow: hidden;
	margin: 0px -15px;
	padding: 0px;
}
.products .detailed-results-group .detailed {
	margin: 10px 0 0;
	border: 1px solid #BBBBBB;
	border-radius: 2px;
	background-color: #FFFFFF;
}
.products .detailed li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 15px;
}
.products .detailed-results-group .detailed li {
	min-height: 75px;
	box-sizing: border-box;
	align-items: stretch;
	padding: 10px 15px;
}
.products .detailed li + li {
	margin-top: 20px;
	border-top: 1px solid #bbbbbb;
	padding-top: 20px;
}
.products .detailed-results-group .detailed li:nth-child(even) {
	background-color: #F5F5F5;
}
.product-availability .detailed li + li {
	margin-top: 0px;
	border-top: 1px solid #bbbbbb;
	padding-top: 15px;
}
.products.pi-list .detailed {
	margin: 0;
}
.products.pi-list .detailed li {
	align-items: flex-end;
	padding-left: 0;
	padding-right: 0;
}
.products.pi-list .detailed li + li {
	margin-top: 0px;
	border-top: 1px solid #bbbbbb;
	padding-top: 20px;
}
.products .detailed .information {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	width: calc(100% - 275px);
	margin-right: 10px;
}
.products .detailed-results-group .detailed .information {
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.products .detailed .information .break {
	width: 100%;
	flex-grow: 0;
	flex-shrink: 0;
}
.products .detailed .information .name {
	width: 100%;
	margin-bottom: 2px;
}
.product-availability .detailed .information .name strong {
	display: block;
	font-weight: 500;
}
.products .detailed .information span {
	margin-right: 12px;
}
.products .detailed .information .rating {
	margin-bottom: 0px;
	margin-right: 12px;
}
.products .detailed .information .rating .material-icons {
	margin: 0;
}
.products .detailed .information .product-type,
.products .detailed .information .inclusion {
	margin-right: 12px;
	color: #9C9C9C;
	font-size: 12px;
	line-height: 14px;
}
.products .detailed .information .product-type .material-icons,
.products .detailed .information .inclusion .material-icons {
	font-size: 18px;
	padding: 0 !important;
	margin-right: 5px;
	vertical-align: middle;
}
.products .detailed .information .product-type {
	margin-left: 20px;
}
.products .detailed .information .inclusion {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
.products .detailed .information .inclusion .feature {
	box-sizing: border-box;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	height: 14px !important;
	width: 14px !important;
	border: 1px solid #979797;
	margin: 0px 2px 0px 0px;
	border-radius: 3px;
	background-color: #D8D8D8;
	color: #666666;
	font-size: 11px !important;
	line-height: 14px;
}
.products .detailed .information .accommodation {
	display: inline-block;
	color: #9c9c9c;
	font-size: 12px;
	line-height: 17px;
	vertical-align: top;
}
.product-status {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 2px;
	font-size: 11px;
	line-height: 13px;
	background: #4b4b4b;
	color: #ffffff;
}
.product-status.invert {
	color: #4b4b4b;
	background-color: transparent !important;
	font: inherit;
}
.product-status.on-request,
.product-status.status-r,
.product-status.pending {
	background-color: #F5A623;
}
.product-status.denied {
	background-color: #960000;
}
.product-status.on-request.invert,
.product-status.status-r.invert {
	color: #F5A623;
}
.product-status.cancelled {
	background-color: red;
}
.product-status.cancelled.invert {
	color: red;
}

.product-status.not-available {
	background-color: red;
}

.product-status.confirmed,
.product-status.confirmed-dynamic,
.product-status.available,
.product-status.status-a {
	background-color: #3f9c35;
}
.product-status.confirmed.invert,
.product-status.available.invert,
.product-status.status-a.invert {
	color: #3f9c35;
}
.product-status.confirmed-dynamic,
.product-status.status-d {
	background-color: #005393;
}
.product-status.confirmed-dynamic.invert,
.product-status.status-d.invert {
	color: #005393;
}
.products .detailed .information .product-advisory-notes {
	margin: 5px 0px -10px;
	color: #D0021B;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
}
.products .detailed .information .product-status {
	margin-top: 7px;
	width: 76px;
}
.products .detailed-results-group .information .product-status {
	margin-top: 0;
	text-align: center;
	box-sizing: border-box;
	white-space: nowrap;
}
.products .detailed .information .product-status.status-r {
	background-color: #F5A623;
}
.products .detailed .information .product-status.status-a {
	background-color: #3F9C35;
}
.products .detailed .information .additional-controls {
	display: inline-flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-grow: 1;
	margin-top: 7px;
	margin-left: 10px;
	color: #666;
	font-size: 12px;
	line-height: 14px;
}
.products .detailed-results-group .information .additional-controls {
	margin-left: 0;
	align-items: center;
	margin-top: auto;
	height: auto;
	flex-grow: 0;
}
.products .detailed-results-group .information .additional-controls .product-code {
	padding-left: 0;
	color: #666666;
	font-family: Roboto;
	font-size: 14px;
	line-height: 16px;
}
.products .detailed .information .additional-controls a {
	display: inline-block;
	color: inherit;
	font: inherit;
	text-decoration: none;
	white-space: nowrap;
}
.products .detailed .information .additional-controls a + a {
	margin-left: 15px;
}
.products .detailed .information .additional-controls a.unavailable {
	opacity: 0.5;
}
.products .detailed .information .additional-controls a .material-icons {
	font-size: 15px;
	vertical-align: middle;
}
.products .detailed-results-group .information .additional-controls a .material-icons {
	margin: 0 5px 0 0;
	padding: 0;
}
.products .detailed .price-and-select {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	order: 1;
	margin-top: 10px;
}
.products .detailed .price-and-select .price {
	font-size: 20px;
	line-height: 16px;
}
.products .detailed .price-and-select .tax-included {
	display: block;
	font-size: 12px;
	line-height: 16px;
	margin-left: 5px;
}
.products .detailed .price-and-select .was-price {
	display: block;
	font-size: 10px;
	line-height: 12px;
	margin-left: 5px;
}
.products .detailed .price-and-select .button {
	min-height: 40px;
	height: 40px;
	width: 100%;
	padding: 10px 25px;
	margin-left: auto;
}
.products .detailed-results-group .price-and-select .button {
	min-height: 35px;
	height: 35px;
	line-height: 1;
}
.products .detailed .price-and-select {
	display: block;
	margin-left: auto;
	width: auto;
	max-width: 125px;
	min-width: 100px;
	text-align: right;
	order: 0;
	margin-top: 0px;
}
.products .detailed .price-and-select .tax-included,
.products .detailed .price-and-select .was-price {
	margin-left: 0px;
}
.products .detailed .price-and-select .button {
	margin-top: 11px;
}
.products .detailed .price-and-select .was-price + .button {
	margin-top: 0px;
}
.products .detailed-results-group .price-and-select .button {
	margin-top: 3px;
}
.products .detailed .image {
	margin-left: 10px;
	width: 130px;
	height: 87px;
	background-color: #4a69aa;
}
.products .detailed .image img {
	border: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.products .detailed .description {
	position: relative;
	width: 100%;
	margin-top: 10px;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
}
.products .detailed .description .notice {
	color: #D0021B;
	font-weight: 500;
}
.products .detailed .description a {
	color: #3f9c35;
	text-decoration: underline;
}
.reservation-items header {
	padding: 15px;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
}
.reservation-items header strong {
	display: block;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
}
.reservation-items ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #bbbbbb;
}
.reservation-items li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 15px;
	border-bottom: 1px solid #bbbbbb;
}
.reservation-items li:nth-child(even) {
	background-color: #f1f1f1;
}
.reservation-items .name {
	width: calc(100% - 95px);
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.reservation-items .date,
.reservation-items .duration,
.reservation-items .price {
	margin-top: 10px;
}
.reservation-items .duration {
	margin-left: 20px;
}
.reservation-items .price {
	margin-left: auto;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
}
.reservation-items .material-icons {
	margin-right: 1px;
	font-size: 17px;
	vertical-align: text-bottom;
}
.reservation-items .information {
	width: 100%;
}
.reservation-items .information .name {
	width: 100%;
}
.reservation-items footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
}
.reservation-items footer .total-price {
	color: #3f9c35;
	font-size: 18px;
	font-weight: 500;
	line-height: 21px;
	text-align: right;
}
.available-excursions {
	padding-top: 20px;
}
.available-excursions header {
	padding: 17px;
	border: 1px solid #c9e8ff;
	background-color: #f3faff;
	color: #005393;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}
.available-excursions ul {
	padding: 0px;
	margin: 0px;
	border: 1px solid #c9e8ff;
	border-top: none;
	list-style: none;
}
.available-excursions li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 18px 20px;
	font-size: 12px;
	line-height: 16px;
}
.available-excursions li:nth-child(even) {
	background-color: #f3faff;
}
.available-excursions li + li {
	border-top: 1px solid #c9e8ff;
}
.available-excursions .name {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
}
.available-excursions .image {
	width: 130px;
	height: 87px;
	margin-right: 10px;
	background-color: #1e3d75;
}
.available-excursions .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: none;
}
.available-excursions .details {
	width: calc(100% - 140px);
}
.available-excursions .details a {
	font-weight: 500;
}
.available-excursions .details .city,
.available-excursions .details .duration {
	display: block;
}
.available-excursions .details .duration {
	margin-bottom: 20px;
}
.available-excursions .details .book {
	color: #005393;
}
.available-excursions .details .bookAlternate {
	color: #005393;
}
.available-excursions .footer {
	display: block;
	padding: 0px;
}
.available-excursions .footer a {
	display: block;
	padding: 17px 10px;
	text-align: center;
	color: #005393;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	text-decoration: none;
}
.available-excursions .footer a .material-icons {
	font-size: 20px;
	vertical-align: text-bottom;
}
.column.my-reservations {
	width: calc(100% - 255px);
	padding: 20px;
}
@media(min-width: 1280px) {
	.column.my-reservations {
		width: calc(100% - 340px);
		padding: 20px 30px;
	}
}
.my-reservations header,
.my-reservations footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
}
.my-reservations table tr:nth-child(2n) td {
	background-color: #F5F5F5;
}
.my-reservations th {
	text-align: left;
	white-space: nowrap;
}
.my-reservations td {
	padding: 5px 15px;
	border: none;
}
.my-reservations .price {
	text-align: right;
}
.my-reservations .favorite,
.my-reservations .missing-info {
	padding: 5px;
}
.my-reservations .favorite .material-icons {
	color: #f52323;
	font-size: 20px;
}
.my-reservations .client-reference,
.my-reservations .start-date {
	white-space: nowrap;
}
.my-reservations td.status {
	color: #4b4b4b;
	font-weight: 500;
}
.my-reservations td.status.quoted {
	color: #005393;
}
.my-reservations td.status.cancelled {
	color: #d0021b;
}
.my-reservations td.status.ok {
	color: #3f9c35;
}
.my-reservations .paging,
.my-reservations .paging a + a{
	border: none;
}
.travel-basket {
	display: block;
	padding-bottom: 20px;
}
@media (max-width: 1279px) {
	.travel-basket {
		padding: 0px 20px 20px;
	}
}
.travel-basket header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 15px 0px 10px;
	color: #666666;
	font-size: 16px;
	line-height: 19px;
}
.travel-basket header h2 {
	margin: 0px auto 0px 0px;
	font-size: 24px;
	font-weight: 300;
	line-height: 28px;
}
.travel-basket header .material-icons {
	margin-right: 7px;
	font-size: 26px;
}
.travel-basket header ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	font-size: 15px;
	line-height: 18px;
}
.travel-basket header li {
	display: inline-block;
	padding: 0px 10px;
}
.travel-basket header li.left-align {
	margin-left: 0;
}
.travel-basket header li + li {
	border-left: 1px solid #666666;
}
.travel-basket header li:first-child {
	padding-left: 0;
}
.travel-basket header li:last-child {
	padding-right: 0;
}
.travel-basket header li:first-child:not(.left-align),
.travel-basket header li.left-align + li:not(.left-align) {
	margin-left: auto;
	border-left: none;
}
.travel-basket header li.input,
.travel-basket header li.no-border {
	border-left: none;
}
.travel-basket header li.input label {
	display: inline-block;
	font: inherit;
}
.travel-basket header li.input input {
	width: 200px;
	height: 30px;
	margin-top: 0;
	padding: 0px 10px;
	line-height: 1;
}
body[lang="pt"] .travel-basket header li.input input,
body[lang="it"] .travel-basket header li.input input,
body[lang="es"] .travel-basket header li.input input {
	width: 125px;
}
.travel-basket header li.bold {
	font-weight: bold;
	font-size: 16px;
}
.travel-basket header li strong {
	font-weight: 500;
}
.travel-basket header .toggle-favourite {
	cursor: pointer;
	text-decoration: none;
}
.travel-basket header .toggle-favourite .material-icons {
	color: #666;
	font-size: 20px;
	line-height: 15px;
	vertical-align: text-top;
	margin-right: 3px;
	opacity: .25;
	transition: opacity 100ms, color 100ms;
}
.travel-basket header .toggle-favourite.is-favourite .material-icons {
	color: #f52323;
	opacity: 1;
}
.travel-basket .travel-basket-addon-header {
	padding-top: 0;
	font-size: 14px;
	line-height: 16px;
}
.travel-basket-addon-header .travel-basket-addon-page-info {
	font-size: 14px;
	line-height: 16px;
}
.travel-basket-addon-header .travel-basket-addon-search {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
.travel-basket-addon-header .travel-basket-addon-search input {
	margin-top: 0;
	width: 170px;
	border-radius: 2px 0 0 2px;
	border: 1px solid #BBBBBB;
}
.travel-basket-addon-header .travel-basket-addon-search .button {
	height: 40px;
	min-height: 40px;
	border-radius: 0 2px 2px 0;
	border: 1px solid #BBBBBB;
	border-left: none;
}
.travel-basket-addon-header .travel-basket-addon-sort select {
	margin-top: 0;
}
.travel-basket-addon-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
	font-size: 14px;
	line-height: 16px;
}
.travel-basket .passengers {
	position: relative;
	padding: 20px 200px 20px 20px;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background-color: #f3faff;
}
.travel-basket .passengers h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	margin: 0px;
	vertical-align: middle;
}
.travel-basket .passengers h3 .material-icons {
	vertical-align: middle;
	margin-top: -2px;
}
.travel-basket .passengers .button {
	position: absolute;
	top: 20px;
	right: 20px;
	width: auto;
	font-weight: bold;
}
.travel-basket .passengers ul {
	width: 100%;
	margin: 7px 0px -5px -10px;
	padding: 0px;
	list-style: none;
	font-size: 14px;
	line-height: 16px;
}
.travel-basket .passengers li {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 5px;
}
.passengers .indicator {
	padding: 2px 5px;
	border-radius: 100px;
	background-color: #005393;
	color: #ffffff;
	font-size: 9px;
	font-weight: 500;
	line-height: 10px;
	text-align: center;
	vertical-align: middle;
}
.passengers .indicator.red {
	background-color: #D0021B;
}
.travel-basket .travel-basket-new-item-tabs {
	width: 100%;
	margin: 10px 0px 20px;
}
.travel-basket .travel-basket-new-item-tabs nav {
	justify-content: flex-start;
	align-items: flex-end;
	height: 50px;
	background: none;
	border: none;
}
.travel-basket .travel-basket-new-item-tabs nav a {
	position: relative;
	top: 0px;
	z-index: 2;
	min-width: 150px;
	flex-grow: 0;
	flex-basis: auto;
	/*
	width: auto;
	flex-grow: 0;
	flex-shrink: 0;
	*/
	height: 45px;
	padding: 13px 13px 8px;
	border: 1px solid rgba(63, 156, 53, 0.4) !important;
	border-bottom: none !important;
	border-radius: 2px 2px 0 0;
	white-space: nowrap;
	color: rgba(102, 102, 102, 0.8);
	background-color: rgba(228, 255, 225, 0.4);
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	text-align: center;
	transition: padding 100ms, height 100ms, background-color 100ms, border-color 100ms, color 100ms;
}
.travel-basket .travel-basket-new-item-tabs nav a[aria-selected="true"] {
	padding: 13px;
	height: 50px;
	border: 1px solid #3f9c35 !important;
	border-bottom: none !important;
	background-color: #FFF;
	color: #666666;
}
.travel-basket .travel-basket-new-item-tabs nav a + a {
	margin-left: 5px;
}
.travel-basket .travel-basket-new-item-tabs .panels {
	z-index: 1;
}
.travel-basket .travel-basket-new-item-tabs .panels div[role="tabpanel"] {
	padding: 20px;
	border: 1px solid #3f9c35;
	background-color: #FFF;
}
.travel-basket .travel-basket-new-item-tabs .upgrades,
.travel-basket .travel-basket-new-item-tabs .add-ons {
	list-style: none;
	padding: 0px;
	margin: 0px;
	border: 1px solid #bbbbbb;
	background-color: #ffffff;
}
.travel-basket .travel-basket-new-item-tabs .upgrades li,
.travel-basket .travel-basket-new-item-tabs .add-ons li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 15px 20px;
	color: #666666;
	font-size: 14px;
	line-height: 16px;
}
.travel-basket .travel-basket-new-item-tabs .add-ons li {
	height: 50px;
	padding: 0px 10px 0px 20px;
}
.travel-basket .travel-basket-new-item-tabs .upgrades li:nth-child(2n),
.travel-basket .travel-basket-new-item-tabs .add-ons li:nth-child(2n) {
	background-color: #f1f1f1;
}
.travel-basket .travel-basket-new-item-tabs .upgrades li + li,
.travel-basket .travel-basket-new-item-tabs .add-ons li + li {
	border-top: 1px solid #bbbbbb;
}
.travel-basket .travel-basket-new-item-tabs .add-ons strong {
	margin-right: 5px;
}
.travel-basket .travel-basket-new-item-tabs .upgrades .information {
	box-sizing: border-box;
	width: 33%;
	width: auto;
	padding-right: 50px;
}
.travel-basket .travel-basket-new-item-tabs .upgrades .information .name {
	margin-bottom: 3px;
}
.travel-basket .travel-basket-new-item-tabs .upgrades .information .rating {
	margin-right: 10px;
}
.travel-basket .travel-basket-new-item-tabs .upgrades .information .accommodation {
	color: #9c9c9c;
	font-size: 12px;
	line-height: 14px;
}
.travel-basket .travel-basket-new-item-tabs .upgrades .information .product-status {
	margin-top: 5px;
}
.travel-basket .travel-basket-new-item-tabs .upgrades .product-status {
	white-space: nowrap;
}
.travel-basket .travel-basket-new-item-tabs .add-ons .product-status {
	margin: 0px 0px 0px 10px;
}
.travel-basket .travel-basket-new-item-tabs .upgrades .description {
	width: 32%;
	font-size: 12px;
}
.travel-basket .travel-basket-new-item-tabs .upgrades .price,
.travel-basket .travel-basket-new-item-tabs .add-ons .price {
	margin-left: auto;
	height: 40px;
	width: 150px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: column;
	flex-wrap: wrap;
	font-size: 12px;
	flex-shrink: 0;
}
.travel-basket .travel-basket-new-item-tabs .upgrades .price strong,
.travel-basket .travel-basket-new-item-tabs .add-ons .price strong {
	display: block;
	color: #3f9c35;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}
.travel-basket .travel-basket-new-item-tabs .add-ons .price strong {
	font-size: 18px;
}
.travel-basket .travel-basket-new-item-tabs .upgrades .additional-controls,
.travel-basket .travel-basket-new-item-tabs .add-ons .additional-controls {
	margin-left: 15px;
}
.travel-basket .travel-basket-new-item-tabs .upgrades .additional-controls .material-icons,
.travel-basket .travel-basket-new-item-tabs .add-ons .additional-controls .material-icons {
	font-size: 18px;
}
.travel-basket .travel-basket-new-item-tabs .upgrades .button,
.travel-basket .travel-basket-new-item-tabs .add-ons .button {
	height: 40px;
	width: 100px;
	min-height: 40px;
	padding: 5px 15px;
	margin-left: 20px;
	font-size: 14px;
	line-height: 1;
	color: #FFF;
}
.travel-basket .travel-basket-new-item-tabs .add-ons .button {
	height: 35px;
	min-height: 35px;
	line-height: 25px;
}
.travel-basket .travel-basket-new-item-tabs .upgrades .image {
	height: 60px;
	width: 90px;
	margin-left: 20px;
	background-color: #4a69aa;
}
.travel-basket .travel-basket-items ,
.copy-reservation .travel-basket-items {
	padding: 0px;
	list-style: none;
	border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	-ms-border-radius: 2px 2px 0 0;
	-o-border-radius: 2px 2px 0 0;
	color: #4b4b4b;
	font-size: 16px;
	line-height: 16px;
}
.travel-basket .travel-basket-items {
	margin: 10px 0px 20px;
	border: 1px solid #bbbbbb;
}
.copy-reservation .travel-basket-items {
	padding: 20px 30px;
	background: #F5F5F5;
}
.travel-basket-items li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px;
	color: #4b4b4b;
	font-size: 16px;
	line-height: 16px;
}
.travel-basket .travel-basket-items li:nth-child(2n) {
	background-color: #f1f1f1;
}
.travel-basket .travel-basket-items li + li {
	border-top: 1px solid #bbbbbb;
}
.copy-reservation .travel-basket-items li {
	border: 1px solid #bbbbbb;
	background-color: #FFFFFF;
}
.copy-reservation .travel-basket-items li + li {
	margin-top: 5px;
}
.travel-basket-items li.new {
	position: relative;
	z-index: 5;
	border: 1px solid #3f9c35;
	margin: -1px;
	background-color: #e4ffe1;
}
.travel-basket-items li.selectedItem {
	background-color: #F0E4B2 !important;
}
.travel-basket-items .day-indicator {
	box-sizing: border-box;
	display: inline-block;
	margin-right: 20px;
	padding-left: 28px;
	min-width: 110px;
	text-align: right;
	font-size: 14px;
	line-height: 16px;
	background: url(../img/icons/sub-item.svg) no-repeat left center / 18px 18px;
}
.travel-basket-items .product-type-icon {
	height: 40px;
	width: 40px;
	margin-right: 20px;
	border: 1px solid #bbbbbb;
	border-radius: 2px 0 0 0;
	background-color: #ffffff;
	font-size: 26px;
	line-height: 40px;
	text-align: center;
}
.travel-basket-items .product-type-icon.has-multiple {
	display: inline-flex;
	justify-content: flex-start;
	align-items: stretch;
	width: 60px;
	cursor: pointer;
}
.travel-basket-items .product-type-icon.has-multiple.expanded {
	color: #3f9c35;
	border-color: #3f9c35;
}
.travel-basket-items .product-type-icon.has-multiple .material-icons {
	width: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.travel-basket-items .product-type-icon.has-multiple .material-icons + .material-icons {
	width: 20px;
	border-left: 1px solid #bbbbbb;
	font-size: 14px;
}
.travel-basket-items .product-type-icon.has-multiple.expanded .material-icons + .material-icons {
	border-color: #3f9c35;
	transform: scaleY(-1);
}
.travel-basket-items .information {
	width: calc(100% - 750px);
	margin-right: auto;
}
.copy-reservation-travel-basket .travel-basket-items .information {
	max-width: calc(100% - 360px);
}
.overlay header .information {
	max-width: calc(100% - 185px);
}
.overlay header .product-details-information {
	max-width: calc(100% - 305px);
}
.travel-basket-items .information span {
	padding-left: 0px !important;
}
.travel-basket-items .information .material-icons, .overlay header .information .material-icons {
	font-size: 18px;
	line-height: 1;
	vertical-align: text-bottom;
}

.travel-basket-items .information .rating,
.travel-basket-items .information .date,
.travel-basket-items .information .duration,
.travel-basket-items .information .passengers {
	white-space: nowrap;
}
.travel-basket-items .information .name,
.overlay header .information .name {
	margin-bottom: 7px;
	color: #4b4b4b;
}
.travel-basket-items .information .rating,
.overlay header .information .rating {
	vertical-align: text-top;
	margin-right: 15px;
	margin-top: -2px;
	color: #4b4b4b;
}
.travel-basket-items .information .date,
.travel-basket-items .information .duration,
.overlay header .information .date,
.overlay header .information .duration {
	margin-right: 15px;
	vertical-align: text-top;
	font-size: 14px;
	line-height: 16px;
}
.travel-basket-items .information .passengers,
.overlay header .passengers {
	padding: 0px;
	background: none;
	border: none;
	vertical-align: text-top;
}
.travel-basket-items .information .passengers {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.travel-basket-items .information .passengers span {
	padding: 2px 5px !important;
}
.travel-basket-items .information .passengers span + span {
	margin-left: 2px;
}
.travel-basket-items .button {
	width: auto;
	min-width: 160px;
	padding-left: 10px;
	padding-right: 10px;
	color: #666666;
	border-color: #666666;
	transition: color 100ms, border-color 100ms;
	user-select: none;
	text-align: center;
}
.travel-basket-items .button + .button {
	margin-left: 15px;
}
.travel-basket-items .button.expanded {
	color: #3f9c35;
	border-color: #3f9c35;
}
.travel-basket-items .button .material-icons {
	margin: 0px 0px 0px 10px;
	transition: transform 100ms;
}
.travel-basket-items .button.expanded .material-icons {
	transform: rotate(90deg);
}
.travel-basket-items .price-and-status,
.overlay header .price-and-status {
	display: inline-flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: column;
	width: 145px;
	margin: -5px 0px -5px 30px;
}
.travel-basket-items .price-and-status .price,
.overlay header .price-and-status .price {
	margin-top: 5px;
	color: #4b4b4b;
	font-size: 22px;
	font-weight: 500;
	line-height: 25px;
	white-space: nowrap;
}
.travel-basket-items .delete-item {
	margin-left: 10px;
	color: #bbb;
	font-size: 22px;
	transition: color 100ms;
	cursor: pointer;
}
.travel-basket-items .delete-item:hover,
.travel-basket-items .delete-item:active {
	color: #bc2525;
}
.travel-basket-items .add-product {
	background-color: #ffffff;
	padding: 0px;
}
/*
.travel-basket-items .add-product .button {
	width: 100%;
	height: 60px;
	padding: 20px;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
	vertical-align: text-top;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
}
.travel-basket-items .multiple-items .add-product .button {
	height: 50px;
	padding: 15px 20px;
}
*/
.travel-basket-items .add-product .button {
	width: auto;
	color: #FFF;
	margin: 10px auto;
	font-size: 14px;
	padding: 5px 20px;
}
.travel-basket .travel-basket-items .add-product .button .material-icons {
	vertical-align: text-top;
	font-size: 21px;
	margin: 0 10px 0 0;
}
.travel-basket-items li.reservation-total,
.copy-reservation .reservation-total {
	background-color: #ffffff;
	color: #4b4b4b;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	text-align: right;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.travel-basket-items li.reservation-total {
	align-items: center;
}
.travel-basket-items .reservation-price {
	margin-left: auto;
}
.copy-reservation .reservation-total {
	display: flex;
	border-top: 1px solid #BBBBBB;
	padding: 20px 30px;
	text-align: left !important;
}
.copy-reservation .reservation-total .controls {
	width: 60% !important;
	margin-right: auto;
}

.copy-reservation .reservation-total .totals {
	width: 30% !important;
}
.reservation-total .quotation-only-message {
	width: 500px;
	padding-right: 40px;
	margin-right: 20px;
	color: gray;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	text-align: left;
}
.reservation-total .price {
	width: 100%;
	color: #3f9c35;
	font-size: 24px;
	line-height: 28px;
}
.reservation-total .price-pending-status {
	margin-top: 5px;
	width: 100%;
	font-weight: normal;
}
.travel-basket-items li .multiple-items {
	width: 100%;
	border: 1px solid #bbbbbb;
	margin-top: 20px;
	background-color: #ffffff;
	transition: opacity 100ms 100ms, max-height 100ms, margin-top 100ms;
}
.travel-basket-items li .multiple-items.hide {
	opacity: 0;
	max-height: 0px;
	margin-top: 0px;
	transition: opacity 100ms, max-height 100ms 100ms, margin-top 100ms 100ms;
	overflow: hidden;
}
.travel-basket-items li .multiple-items .product-type-icon {
	color: #3f9c35;
	border-color: #3f9c35;
}
.travel-basket-items li .multiple-items .price-and-status {
	width: 100px;
}
.travel-basket .controls {
	display: flex;
	align-items: center;
}
.travel-basket .controls .button {
	width: auto;
	min-width: 140px;
	min-height: 40px;
	font-size: 14px;
	line-height: 1;
	border-radius: 2px;
}
.travel-basket .controls .button + .button {
	margin-left: 10px;
}
.travel-basket .controls .button.cancel {
	color: #bc2525;
	border-color: #bc2525;
}
.travel-basket .controls .button.cancel .material-icons {
	font-size: 16px;
}
.travel-basket .controls .button.save,
.travel-basket .controls .button.activate {
	color: #ffffff;
	border: 1px solid rgba(37, 103, 30, 0.73);
	background: linear-gradient(180deg, #4ec242 0%, #3f9c35 100%);
}
.travel-basket .controls .button.activate {
	margin-right: auto;
}
/* dashboard */

.dashboard {
	box-sizing: border-box;
	min-height: calc(100% - 80px);
	background: #0071b3 url(../img/background-images/dashboard.jpg) no-repeat center / cover;
	color: #ffffff;
}
.dashboard .content {
	padding: 0px 50px;
}
@media (min-width: 1280px) {
	.dashboard .content {
		padding: 0px 150px;
	}
}
@media (min-width: 1400px) {
	.dashboard .content {
		padding: 0px calc((100% - 1100px) / 2);
	}
}
.dashboard header {
	padding-top: 50px;
	padding-bottom: 50px;
}
.dashboard header h1 {
	margin: 0px 0px 20px;
	font-family: "Open Sans";
	font-size: 32px;
	font-weight: 300;
	line-height: 1;
	text-align: center;
}
.dashboard header h2 {
	margin: 0;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: 600;
	line-height: 1.375;
	text-align: center;
}
@media (min-width: 1280px) {
	.dashboard header {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.dashboard header h1 {
		font-size: 46px;
	}
	.dashboard header h2 {
		font-size: 24px;
	}
}
.dashboard .box,
.alert .message-box .box {
	background-color: #ffffff;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
	color: #666666;
}
.dashboard .box + .box {
	margin-top: 10px;
}
.alert .message-box .box {
	max-width: 400px;
}
.dashboard .box .header,
.alert .message-box .box .header {
	display: block;
	position: relative;
	margin: 0px;
	padding: 18px 55px 18px 20px;
	border-bottom: 1px solid #e4ebf1;
	color: #666666;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}
.dashboard .box .header strong,
.alert .message-box .box .header strong {
	display: block;
	color: #005393;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
}
.dashboard .box .header .expanded-indicator,
.alert .message-box .box .header .close {
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	color: #005393;
}
.dashboard .box .header .main-icon,
.alert .message-box .box .header .main-icon {
	color: #005393;
	float: left;
	font-size: 28px;
	margin: 3px 10px 0px 0px;
}
.dashboard .box[aria-expanded="true"] .header .expanded-indicator {
	transform: translateY(-50%) rotate(90deg);
}
.dashboard .box .expandable {
	display: none;
}
.dashboard .box[aria-expanded="true"] .expandable {
	display: block;
}
.dashboard aside {
	width: 400px;
}
.dashboard aside.only-column {
	margin: 100px auto 0px;
}
.dashboard aside.only-column .box .header {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 25px 20px;
	border-bottom: 1px solid #bbbbbb;
	cursor: default;
}
.dashboard aside .tabs nav {
	height: 60px;
	border-bottom-color: #e4ebf1;
}
.dashboard aside .tabs nav a {
	flex-direction: column;
	padding: 5px;
	border-color: #e4ebf1;
	border-right-width: 0;
	background: #F0F9FF;
	color: rgba(0, 83, 147, .5);
	font-size: 11px;
	line-height: 13px;
	white-space: normal;
	text-align: center;
	flex: 1 1 auto;
	min-width: 60px;
}
.dashboard aside .tabs nav a .material-icons {
	display: block;
	margin-bottom: 3px;
	font-size: 18px;
}
.dashboard aside .tabs nav a#left-column-addons-tab .tab-text-label {
	box-sizing: border-box;
	display: block;
	width: 100%;
	white-space: normal;
}
.dashboard aside .tabs nav a[aria-selected="true"] {
	background: #FFF;
	color: #005393;
	border-bottom-color: transparent;
}
.dashboard aside fieldset,
.alert .message-box .box fieldset {
	padding: 20px;
}
.dashboard aside fieldset + fieldset {
	padding-top: 0px;
}
.alert .message-box .box fieldset a.close {
	display: block;
	padding: 5px;
	margin: 10px 0px -5px;
	color: #D0021B;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	text-align: center;
	cursor: pointer;
}
.dashboard aside fieldset .checkbox-simple input + label,
.login fieldset .checkbox-simple input + label {
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background-color: #ffffff;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	font-weight: bold;
}
.dashboard aside fieldset .checkbox input:checked + label,
.login fieldset .checkbox input:checked + label {
	color: #005393;
}
.dashboard aside fieldset .checkbox + label {
	font-size: 14px;
	line-height: 16px;
}
.dashboard-right {
	width: calc(100% - 450px);
	margin-left: 50px;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.375;
	text-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.dashboard-right h3 {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 10px;
	font-family: "Open Sans";
}
@media(min-width: 1280px) {
	.dashboard-right {
		font-size: 16px;
	}
	.dashboard-right h3 {
		font-size: 18px;
	}
}
.dashboard-right .tiles {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	list-style: none;
	padding: 0px;
	margin: 20px 0px -20px;
}
.dashboard-right .tiles li {
	display: inline-flex;
	justify-content: stretch;
	align-items: stretch;
	width: calc(50% - 10px);
	min-height: 150px;
	margin-bottom: 20px;
	background: #fff;
}
@media(min-width: 1280px) {
	.dashboard-right .tiles li {
		-min-height: 215px;
	}
}
.dashboard-right .tiles .accommodations {
	background: url(../img/dashboard/quick-links/accommodations.jpg) no-repeat center / cover;
}
.dashboard-right .tiles .excursions {
	background: url(../img/dashboard/quick-links/excursions.jpg) no-repeat center / cover;
}
.dashboard-right .tiles .packages {
	background: url(../img/dashboard/quick-links/packages.jpg) no-repeat center / cover;
}
.dashboard-right .tiles .escorted-holidays {
	background: url(../img/dashboard/quick-links/escorted-holidays.jpg) no-repeat center / cover;
}
.dashboard-right .tiles a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 83, 147, 0.7);
	text-decoration: none;
	transition: background-color 100ms;
}
.dashboard-right .tiles a:hover {
	background-color: rgba(63, 156, 53, 0.7);
}
.dashboard-right .tiles a .see-details {
	font-size: 14px;
	text-decoration: underline;
}
.dashboard-right .tiles a:hover .see-details {
	display: block;
	margin-top: 5px;
	height: 22px;
	max-height: 22px;
	transition: max-height 150ms, margin-top 150ms, opacity 150ms 150ms;
}
.dashboard-right .tiles a:not(:hover) .see-details {
	max-height: 0px;
	opacity: 0;
	margin-top: 0px;
	transition: max-height 150ms 150ms, margin-top 150ms 150ms, opacity 150ms;
}
.dashboard footer {
	margin-top: 75px;
	padding-bottom: 90px;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
}
.dashboard footer li {
	display: inline-block;
}
.dashboard footer li + li {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid currentColor;
}
.dashboard footer a {
	text-decoration: none;
}
/* marketing / information pages */

.marketing {
	min-height: calc(100% - 160px);
	padding-bottom: 50px;
	padding-bottom: 0px;
	color: #4b4b4b;
	font-size: 16px;
	line-height: 30px;
}
@media(max-width: 767px) {
	.marketing {
		font-size: 14px;
		line-height: 20px;
	}
}
.marketing .wrap {
	box-sizing: border-box;
	padding: 50px;
	background-color: #FFF;
}
@media(min-width: 1024px) {
	.marketing .wrap {
		padding: 50px 100px;
	}
}
@media(min-width: 1200px) {
	.marketing .wrap {
		padding: 70px 150px;
	}
}
@media(min-width: 1400px) {
	.marketing .wrap {
		padding: 70px calc((100% - 900px) / 2);
	}
}
.marketing .center {
	text-align: center;
}
.marketing .white-bg {
	background-color: #FFF;
}
.marketing .blue-bg {
	background-color: #2A5D84;
	color: #FFF;
}
.marketing header {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	width: 100%;
	min-height: 200px;
	background: #003a67;
	color: #ffffff;
	text-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.marketing header.wrap {
	padding-top: 30px;
	padding-bottom: 30px;
}
.marketing header .photo-credit {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,.65);
	padding: 10px 20px;
	color: #FFF;
	font-size: 14px;
	line-height: 1;
}
.marketing h1 {
	margin-top: 95px;
	color: #FFFFFF;
	font-family: "Open Sans";
	font-size: 32px;
	font-weight: 600;
	line-height: 43px;
	text-transform: uppercase;
}
.marketing h2 {
	margin: 25px 0;
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
	text-transform: uppercase;
}
.marketing h3 {
	margin: 15px 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 21px;
}
.marketing h4 {
	margin: 15px 0 5px;
	color: #005393;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
}
.marketing p {
	margin: 5px 0 25px;
}
.marketing p a {
	color: lightgreen;
	font-weight: 500;
}
.marketing h2:first-child,
.marketing h3:first-child,
.marketing h4:first-child,
.marketing p:first-child {
	margin-top: 0px;
}
.marketing h2:last-child,
.marketing h3:last-child,
.marketing h4:last-child,
.marketing p:last-child {
	margin-bottom: 0px;
}
.marketing .main {
	position: relative;
	color: inherit;
}
.marketing .padded {
	box-sizing: border-box;
	padding: 40px 50px;
}
.marketing .link {
	color: #3F9C35;
	font-weight: 500;
	text-decoration: underline;
}
.marketing .summary {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	max-width: 1000px;
	margin: 0 auto;
	padding: 75px 50px;
	text-align: center;
}
@media(max-width: 1024px) {
	.marketing .summary {
		padding: 50px 25px 75px;
	}
}

.marketing .contact-us-today {
	font-weight: 500;
}

/* marketing - our company */
.marketing.our-company header {
	background: url(../img/about-us/header.jpg) no-repeat center / cover;
}
.marketing.our-company .how-did-we-get-here {
	background-image: url(../img/about-us/how-did-we-get-here.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	background-size: 100% auto;
}
@media(max-width: 1024px) {
	.marketing.our-company .how-did-we-get-here {
		padding-top: calc(35% + 50px);
	}
}
@media(min-width: 1025px) {
	.marketing.our-company .how-did-we-get-here {
		padding-left: 37%;
		color: #FFFFFF;
		text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
		background-size: cover;
		background-position: center;
	}
}
.marketing.our-company .our-mission {
	background-image: url(../img/about-us/our-mission.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	background-size: 100% auto;
}
@media(max-width: 1024px) {
	.marketing.our-company .our-mission {
		padding-top: calc(44.27% + 50px);
	}
}
@media(min-width: 1025px) {
	.marketing.our-company .our-mission {
		padding-right: 40%;
		color: #FFFFFF;
		background-size: cover;
		background-position: center;
	}
}
.marketing.our-company .our-mission ul {
	list-style: none;
}
.marketing.our-company .our-mission li {
	margin-top: 25px;
}
.marketing.our-company .our-mission h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

/* marketing - jonview experience */
.marketing.jonview-experience header {
	background: url(../img/jonview-experience/header.jpg?v=1.01) no-repeat bottom center / cover;
}
.marketing.jonview-experience .jonview-experience-innovation,
.marketing.jonview-experience .jonview-experience-technology,
.marketing.jonview-experience .jonview-experience-customer-service,
.marketing.jonview-experience .jonview-experience-environmental-responsibility {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #FFFFFF;
	font-family: Roboto;
	font-size: 16px;
	line-height: 30px;
	text-shadow: 1px 1px 2px 0 rgba(0,0,0,0.3);
}
.marketing.jonview-experience .jonview-experience-innovation {
	background-image: url(../img/jonview-experience/innovation.jpg);
}
.marketing.jonview-experience .jonview-experience-technology {
	background-image: url(../img/jonview-experience/technology.jpg);
}
.marketing.jonview-experience .jonview-experience-customer-service {
	background-image: url(../img/jonview-experience/customer-service.jpg);
	background-position: top center;
}
.marketing.jonview-experience .jonview-experience-environmental-responsibility {
	background-image: url(../img/jonview-experience/environmental-responsibility.jpg);
}

/* marketing - jonview experience */
.marketing.products-and-services header {
	background: url(../img/products-and-services/header.jpg?v=1.01) no-repeat center / cover;
}
.marketing.products-and-services .see-canada-your-way,
.marketing.products-and-services .let-us-be-your-guide,
.marketing.products-and-services .fly-drives,
.marketing.products-and-services .city-and-resort,
.marketing.products-and-services .rail-and-cruise,
.marketing.products-and-services .adventure-and-wildlife-ranches,
.marketing.products-and-services .escorted-holiday-and-customized-group-travel,
.marketing.products-and-services .winter {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media(min-width: 1025px) {
	.marketing.products-and-services .see-canada-your-way,
	.marketing.products-and-services .let-us-be-your-guide,
	.marketing.products-and-services .fly-drives,
	.marketing.products-and-services .city-and-resort,
	.marketing.products-and-services .rail-and-cruise,
	.marketing.products-and-services .adventure-and-wildlife-ranches,
	.marketing.products-and-services .escorted-holiday-and-customized-group-travel,
	.marketing.products-and-services .winter {
		color: #FFFFFF;
		font-size: 16px;
		line-height: 30px;
		text-shadow: 1px 1px 2px 0 rgba(0,0,0,0.3);
	}
}
.marketing.products-and-services .see-canada-your-way {
	background-image: url(../img/products-and-services/see-canada-your-way.jpg);
}
@media(max-width: 1024px) {
	.marketing.products-and-services .see-canada-your-way {
		padding-top: calc(25% + 50px);
		background-position: top center;
		background-size: 100% auto;
	}
}
@media(min-width: 1025px) {
	.marketing.products-and-services .see-canada-your-way {
		padding-right: 35%;
		background-position: center;
		background-size: cover;
	}
}
.marketing.products-and-services .let-us-be-your-guide {
	background-image: url(../img/products-and-services/let-us-be-your-guide.jpg);
}

@media(max-width: 1024px) {
	.marketing.products-and-services .let-us-be-your-guide {
		padding-top: calc(24.167% + 50px);
		background-position: top center;
		background-size: 100% auto;
	}
}
@media(min-width: 1025px) {
	.marketing.products-and-services .let-us-be-your-guide {
		padding-left: 40%;
		background-position: center;
		background-size: cover;
	}
}
.marketing.products-and-services .fly-drives {
	background-image: url(../img/products-and-services/fly-drives.jpg);
}
@media(max-width: 1024px) {
	.marketing.products-and-services .fly-drives {
		padding-top: calc(25.729% + 50px);
		background-position: top center;
		background-size: 100% auto;
	}
}
@media(min-width: 1025px) {
	.marketing.products-and-services .fly-drives {
		padding-right: 35%;
		background-position: center;
		background-size: cover;
	}
}
.marketing.products-and-services .city-and-resort {
	background-image: url(../img/products-and-services/city-and-resort.jpg);
}
@media(max-width: 1024px) {
	.marketing.products-and-services .city-and-resort {
		padding-top: calc(23.593% + 50px);
		background-position: top center;
		background-size: 100% auto;
	}
}
@media(min-width: 1025px) {
	.marketing.products-and-services .city-and-resort {
		padding-left: 40%;
		background-position: center;
		background-size: cover;
	}
}
.marketing.products-and-services .rail-and-cruise {
	background-image: url(../img/products-and-services/rail-and-cruise.jpg);
}
@media(max-width: 1024px) {
	.marketing.products-and-services .rail-and-cruise {
		padding-top: calc(32.187% + 50px);
		background-position: top center;
		background-size: 100% auto;
	}
}
@media(min-width: 1025px) {
	.marketing.products-and-services .rail-and-cruise {
		padding-right: 35%;
		background-position: center;
		background-size: cover;
	}
}
.marketing.products-and-services .adventure-and-wildlife-ranches {
	background-image: url(../img/products-and-services/adventure-and-wildlife.jpg);
}
@media(max-width: 1024px) {
	.marketing.products-and-services .adventure-and-wildlife-ranches {
		padding-top: calc(25.729% + 50px);
		background-position: top center;
		background-size: 100% auto;
	}
}
@media(min-width: 1025px) {
	.marketing.products-and-services .adventure-and-wildlife-ranches {
		padding-left: 40%;
		background-position: center;
		background-size: cover;
	}
}
.marketing.products-and-services .winter {
	background-image: url(../img/products-and-services/winter.jpg);
}
@media(max-width: 1024px) {
	.marketing.products-and-services .winter {
		padding-top: calc(32.135% + 50px);
		background-position: top center;
		background-size: 100% auto;
	}
}
@media(min-width: 1025px) {
	.marketing.products-and-services .winter {
		padding-right: 35%;
		background-position: center;
		background-size: cover;
	}
}
.marketing.products-and-services .escorted-holiday-and-customized-group-travel {
	background-image: url(../img/products-and-services/escorted-holiday-and-customized-group-travel.jpg);
}
@media(max-width: 1024px) {
	.marketing.products-and-services .escorted-holiday-and-customized-group-travel {
		padding-top: calc(28.593% + 50px);
		background-position: top center;
		background-size: 100% auto;
	}
}
@media(min-width: 1025px) {
	.marketing.products-and-services .escorted-holiday-and-customized-group-travel {
		padding-left: 40%;
		background-position: center;
		background-size: cover;
	}
}

/* marketing - human resources */
.marketing.human-resources header {
	background: url(../img/human-resources/header.jpg) no-repeat center / cover;
}
.marketing.human-resources .spirit-day-pictures {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1920px;
	margin: 0 auto;
}
.marketing.human-resources .spirit-day-pictures img {
	width: 50%;
}

/* marketing - human resources */
.marketing.contact header {
	background: url(../img/contact-us/header.jpg?v=1.01) no-repeat center / 1920px 275px;
}
.marketing.contact h1 {
	text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
@media(min-width: 1920px) {
	.marketing.contact header {
		background-position: center;
		background-size: cover;
	}
}
.marketing.contact .toll-gree-customer-service-label {
	display: block;
	color: #4B4B4B;
	font-size: 18px;
	line-height: 30px;
}
.marketing.contact .toll-gree-customer-service-number {
	display: block;
	margin-top: 10px;
	color: #4B4B4B;
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
}
.marketing.contact .locations {
	background-color: #F5F5F5;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	list-style: none;
}
.marketing.contact .locations li {
	position: relative;
	padding-bottom: 100px;
	order: 1;
}
body[lang=fr] .marketing.contact .locations li.montreal {
	order: -1;
}
@media(max-width: 899px) {
	.marketing.contact .locations {
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		flex-direction: column;
	}
	.marketing.contact .locations li + li {
		margin-top: 50px;
	}
	body[lang=fr] .marketing.contact .locations li {
		margin-top: 50px;
	}
	body[lang=fr] .marketing.contact .locations li.montreal {
		margin-top: 0px;
	}
}
@media(min-width: 900px) {
	.marketing.contact .locations {
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
	}
	body[lang=fr] .marketing.contact .locations {
		-flex-direction: row-reverse;
	}
	.marketing.contact .locations li {
		width: calc(33.3333% - 25px);
	}
	.marketing.contact .locations li + li {
		margin-left: 50px;
	}
	body[lang=fr] .marketing.contact .locations li {
		margin-left: 50px;
	}
	body[lang=fr] .marketing.contact .locations li.montreal {
		margin-left: 0px;
	}
}
.marketing.contact .locations h2 {
	margin-bottom: 20px;
	line-height: 1;
}
.marketing.contact .locations p {
	margin: 0 0 10px;
}
.marketing.contact .locations .phone-numbers {
	margin-top: 10px;
	color: #3F9C35;
}
.marketing.contact .locations .links {
	box-sizing: border-box;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 90px;
	display: block;
	margin-top: 5px;
	padding: 15px;
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	color: #3F9C35;
	font-size: 14px;
	line-height: 16px;
}
.marketing.contact .locations .links a {
	display: block;
}
.marketing.contact .locations .links a + a {
	margin-top: 3px;
}
@media(max-width: 500px) {
	.marketing.contact .locations .links {
		flex-direction: column;
	}
	.marketing.contact .locations .links a {
		padding: 20px;
	}
	.marketing.contact .locations .links a + a {
		border-left: none;
		border-top: 1px solid #BBBBBB;
	}
}
.marketing.contact .contact-us-today {
	padding-top: 0;
}

/* marketing - tariffs and resources */
.marketing.tarriffs-and-resources header {
	background: url(../img/tarriffs-and-resources/header.jpg) no-repeat center / cover;
}
.marketing.tarriffs-and-resources .resource-list {
	padding-top: 30px;
}
.marketing.tarriffs-and-resources .resource-list h2 {
	margin-bottom: 10px;
}
.marketing.tarriffs-and-resources .resource-list ul {
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	background: #FFF;
	padding: 0;
	margin: 0 0 30px;
	list-style: none;
}
.marketing.tarriffs-and-resources .resource-list li {
	padding: 0;
}
.marketing.tarriffs-and-resources .resource-list li:nth-child(even) {
	background-color: #F5F5F5;
}
.marketing.tarriffs-and-resources .resource-list li + li {
	border-top: 1px solid #DEDEDE;
}
.marketing.tarriffs-and-resources .resource-list a {
	display: block;
	padding: 12px 20px;
	color: #005393;
	font-family: Roboto;
	font-size: 15px;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
}
.marketing.tarriffs-and-resources .resource-list .tarrif-content {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0px 20px 20px;
	overflow: hidden;
	max-height: 500px;
	transition: max-height 500ms;
}
.marketing.tarriffs-and-resources .resource-list .tarrif-content[aria-expanded="false"] {
	max-height: 0;
	padding: 0 20px;
	transition: max-height 500ms, padding 500ms 150ms;
}
.marketing.tarriffs-and-resources .resource-list .tarrif-content .links {
	padding: 0px 0px 0px 10px;
}
.marketing.tarriffs-and-resources .resource-list .tarrif-content a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0;
	text-transform: none;
	font-size: 14px;
}
.marketing.tarriffs-and-resources .resource-list .tarrif-content a:before {
	content: url(../img/icons/pdf.png);
	margin-right: 5px;
}
.marketing.tarriffs-and-resources .resource-list .tarrif-content a + a {
	margin-top: 10px;
}
/* old marketing pages pre-redesign */
/*
.marketing.products-and-services .summary {
	padding: 75px 50px 150px;
}
@media(max-width: 1024px) {
	.marketing.products-and-services .summary {
		padding: 50px 25px 150px;
	}
}
*/
	.marketing.jonview-experience .summary {
		text-align: left;
	}
.marketing.contact .summary {
	padding-bottom: 150px;
}
.marketing.contact .toll-free {
	margin: 30px 0 40px;
}
@media(max-width: 767px) {
	.marketing.contact .toll-free {
		padding: 0px 25px;
		margin: 0;
	}
}
.marketing.contact .toll-free strong {
	display: block;
	margin-top: 10px;
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
}
.marketing .text-block {
	box-sizing: border-box;
	max-width: 1000px;
	margin: 0 auto;
	background-color: #FFFFFF;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.marketing:not(.human-resources) .text-block p + p {
	margin-top: 40px;
}
.marketing .image-and-text {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: right;
	flex-wrap: nowrap;
	margin: 0px auto -150px;
	max-width: 1100px;
	padding: 50px 50px 150px;
	text-align: center;
}
@media(max-width: 767px) {
	.marketing .image-and-text {
		padding: 25px 25px 150px;
	}
}
@media(max-width: 1000px) {
	.marketing .image-and-text {
		display: block;
	}
}
.marketing.products-and-services .image-and-text {
	margin: 0px auto;
	padding: 100px 50px 100px;
}
@media(max-width: 767px) {
	.marketing.products-and-services .image-and-text {
		padding: 25px;
	}
}
.marketing .image-and-text img {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	flex-shrink: 0;
	flex-grow: 0;
	background: #afaa9e;
	border-radius: 5px;
	background-color: #D8D8D8;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
}
.marketing .image-and-text img,
.marketing .image-and-text .text {
	white-space: normal;
}
.marketing .image-and-text img + .text,
.marketing .image-and-text .text + img {
	margin-left: 50px;
}
.marketing .image-and-text img + .text {
	text-align: left;
}
@media(max-width: 1000px) {
	.marketing .image-and-text img + .text,
	.marketing .image-and-text .text + img {
		margin-left: 0px;
		margin-top: 50px;
		text-align: center;
	}
}
@media(max-width: 767px) {
	.marketing .image-and-text img + .text,
	.marketing .image-and-text .text + img {
		margin-top: 25px;
	}
}
.marketing .image-and-text .text p {
	margin: 0;
}
.marketing .image-and-text .text p + p {
	margin-top: 20px;
}
.marketing .mission-and-values,
.marketing .jonview-experience-features {
	margin: 0 auto;
	padding: 80px 50px 50px;
	max-width: 900px;
	list-style: none;
	color: #666666;
	font-size: 16px;
	line-height: 30px;
}
.marketing .mission-and-values li,
.marketing .jonview-experience-features li {
	background-color: #ffffff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.marketing .mission-and-values li + li,
.marketing .jonview-experience-features li + li {
	margin-top: 10px;
}
.marketing .mission-and-values li.has-icon,
.marketing .jonview-experience-features li {
	position: relative;
	padding: 50px 50px 50px 250px;
}
@media(max-width: 767px) {
	.marketing .mission-and-values li.padded,
	.marketing .mission-and-values li.has-icon{
		padding: 25px;
		text-align: center;
	}
}
.marketing .mission-and-values li.has-icon .icon,
.marketing .jonview-experience-features li img {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 200px;
	border-right: 1px solid #EAF1F6;
}
@media(max-width: 767px) {
	.marketing .mission-and-values li.has-icon .icon {
		width: 100%;
		position: static;
		border-right: none;
		text-align: center;
	}
}
.marketing .mission-and-values li h3,
.marketing .jonview-experience-features li h3 {
	margin-top: 0px;
}
.marketing .jonview-experience-features li img {
	background-color: #3A5366;
	height: 100%;
	object-fit: cover;
}
@media(max-width: 767px) {
	.marketing .jonview-experience-features li img {
		margin: 0 auto;
		max-width: 75px;
	}
}
.marketing .mission-and-values .center,
.marketing .jonview-experience-features .center {
	text-align: center;
}
.marketing .jonview-experience-features .center {
	padding: 50px;
}
.marketing .contact-us {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #2A5D84;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
}
.marketing .contact-us .locations {
	margin: 40px auto 50px;
	padding: 0px 50px;
	max-width: 1000px;
	display: flex;
	justify-content: center;
	align-items: stretch;
	text-align: left;
}
@media(max-width: 900px) {
	.marketing .contact-us .locations {
		margin-bottom: 15px;
		padding: 0px 25px;
		flex-direction: column;
	}
}
.marketing .contact-us .locations li {
	display: inline-flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	width: calc(50% - 10px);
	box-sizing: border-box;
	flex-grow: 0;
	flex-shrink: 0;
}

.marketing.contact .locations h2 {
	font-size: 17px;
}

@media(max-width: 900px) {
	.marketing .contact-us .locations li {
		width: 100%;
	}
}
.marketing .contact-us .locations li:nth-child(2n) {
	margin-left: 20px;
}
@media(max-width: 900px) {
	.marketing .contact-us .locations li:nth-child(2n) {
		margin-left: 0px;
		margin-top: 20px;
	}
}
.marketing .contact-us .locations .padded {
	box-sizing: border-box;
	flex-grow: 1;
	position: relative;
	padding: 25px 30px 25px 230px;
	background: #FFF;
	color: #666666;
	font-size: 16px;
	line-height: 20px;
}
@media(max-width: 767px) {
	.marketing .contact-us .locations .padded {
		padding: 225px 25px 25px;
	}
}
.marketing .contact-us .locations .padded img {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 200px;
	height: 100%;
	object-fit: cover;
	background: #228FA9;
}
@media(max-width: 767px) {
	.marketing .contact-us .locations .padded img {
		top: 0px;
		left: 0px;
		width: 100%;
		height: 200px;
	}
}
.marketing .contact-us .locations .padded h3 {
	margin-top: 0;
	text-transform: none;
}
.marketing .contact-us .locations .padded .phone-numbers {
	margin-top: 10px;
	color: #3F9C35;
}
.marketing .contact-us .locations .links {
	display: flex;
	justify-content: stretch;
	align-items: stretch;
	margin-top: 5px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
	color: #3F9C35;
	font-size: 14px;
	line-height: 16px;
}
.marketing .contact-us .locations .links a {
	padding: 23px 5px;
	text-align: center;
	flex-grow: 1;
	cursor: pointer;
}
.marketing .contact-us .locations .links a + a {
	border-left: 1px solid #DBDBDB;
}
.marketing .contact-us .locations .links a.send-email {
	background-color: #E4EBF1;
	color: #666666;
}
.marketing .contact-us .inquiries {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	max-width: 1000px;
	margin: 50px auto 0;
	background-color: #FFFFFF;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
	text-align: left;
	color: #666666;
}
@media(max-width: 1100px) {
	.marketing .contact-us .inquiries {
		margin: 50px 50px 0;
	}
}
@media(max-width: 767px) {
	.marketing .contact-us .inquiries {
		margin: 25px 25px 0;
		flex-direction: column;
	}
}
.marketing .contact-us .inquiries .padded {
	padding: 30px;
}
@media(max-width: 767px) {
	.marketing .contact-us .inquiries .padded {
		padding: 15px;
	}
}
.marketing .contact-us .inquiries .padded + .padded {
	border-left: 1px solid #DBDBDB;
}
@media(max-width: 767px) {
	.marketing .contact-us .inquiries .padded + .padded {
		border-top: 1px solid #DBDBDB;
		border-left: 0px;
	}
}
.marketing .contact-us .inquiries .padded h3 {
	text-transform: none;
	white-space: nowrap;
}
@media(max-width: 767px) {
	.marketing .contact-us .inquiries .padded h3 {
		margin-bottom: 5px;
	}
}
.marketing .contact-us .inquiries .padded a {
	color: #3F9C35;
	cursor: pointer;
}
.marketing.contact .human-resources {
	padding-top: 0px;
}
.marketing .products-and-services-list {
	list-style: none;
	color: #FFFFFF;
	font-family: Roboto;
	font-size: 16px;
	line-height: 30px;
	text-shadow: 1px 1px 4px 0 rgba(0,0,0,0.3);
}
.marketing .products-and-services-list li {
	overflow: hidden;
	position: relative;
}
.marketing .products-and-services-list li img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: calc(100% + 50px);
	object-fit: cover;
}
.marketing .products-and-services-list li h3 {
	color: inherit;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
}
.marketing .products-and-services-list .content {
	position: relative;
	z-index: 5;
	padding: 90px;
}
@media(min-width: 1180px) {
	.marketing .products-and-services-list .content {
		padding: 90px calc((100% - 1100px) / 2);
	}
}
@media(max-width: 767px) {
	.marketing .products-and-services-list .content {
		padding: 25px;
	}
}
.marketing .products-and-services-list .fly-drives .content {
	padding-right: 44%;
}
.marketing .products-and-services-list .city-and-resort .content {
	padding-left: 44%;
}
.marketing .products-and-services-list .rail-and-cruise .content {
	padding-right: 44%;
}
.marketing .products-and-services-list .adventure-and-wildlife-ranches .content {
	padding-left: 44%;
}
.marketing .products-and-services-list .winter .content {
	padding-right: 44%;
}
.marketing .products-and-services-list .escorted-holiday-and-customized-group-travel .content {
	padding-left: 44%;
}
.marketing .photos {
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}
.marketing .slideshow .slick-list {
	padding: 0px 0px 50px !important;
}
.marketing .slideshow .slick-slide {
	transform: scale(.75);
	transition: transform 150ms;
	position: relative;
}
.marketing .slideshow .slick-slide img {
	border-radius: 5px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
}
.marketing .slideshow .slick-slide .image-description {
	position: absolute;
	top: calc(100% + 20px);
	left: 50%;
	transform: translateX(-50%);
	color: #FFFFFF;
	font-family: Roboto;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	white-space: nowrap;
	opacity: 0;
	transition: opacity 100ms;
}
.marketing .slideshow .slick-center {
	transform: scale(1);
}
.marketing .slideshow .slick-center .image-description {
	opacity: 1;
}
.marketing .slideshow .slick-prev,
.marketing .slideshow .slick-next {
	width: 60px;
	height: 60px;
	background-color: transparent;
}
.marketing .slideshow .slick-prev:before,
.marketing .slideshow .slick-next:before {
	content: none;
}
.marketing .slideshow .slick-prev {
	left: -60px;
	background: url(../img/icons/navigate-before.svg) no-repeat center / 100%;
}
.marketing .slideshow .slick-next {
	right: -60px;
	background: url(../img/icons/navigate-next.svg) no-repeat center / 100%;
}
.marketing .map-of-canada {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 400px;
	padding: 100px;
	color: #FFFFFF;
	background: #5D9E56 url(../img/explore-canada/map.jpg) no-repeat center / cover;
	text-align: center;
	text-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
	font-size: 24px;
	font-weight: 300;
	line-height: 33px;
}
.marketing .map-of-canada h2 {
	font-size: 46px;
	font-weight: 300;
	line-height: 62px;
	text-transform: none;
	margin-bottom: 10px;
}
.marketing .photo-credits {
	padding-top: 50px;
	padding-bottom: 50px;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	background: #FFF;
}
.marketing .photo-credits p {
	max-width: 1000px;
	margin: 0 auto;
}

/* home page */

.home {
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
	min-height: calc(100% - 80px);
	padding-bottom: 100px;
	background: #022339 url(../img/background-images/homepage.jpg) no-repeat center / cover;
	color: #FFFFFF;
	text-align: center;
}

.home h1 {
	margin: 0;
	font-size: 56px;
	font-weight: 300;
	line-height: 75px;
	font-family: "Open Sans";
}
.home h2 {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 33px;
	font-family: "Open Sans";
}
/* login page */

.login {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #FFF;
}
.home .login {
	margin-top: 70px;
	width: auto;
	height: auto;
	background: none;
}
.login fieldset {
	max-width: 340px;
	width: 100%;
	padding: 20px;
	text-align: center;
	color: #005393;
}
.home .login fieldset {
	box-sizing: border-box;
	width: 300px;
	height: auto;
	padding: 20px 20px 30px;
	border-radius: 5px;
	background: none;
	color: #FFF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.login fieldset .logo {
	margin: 0px auto 50px;
}
.login fieldset h2 {
	margin: 0;
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
}
.login fieldset p {
	margin: 0px 0px 25px;
	font-size: 12px;
	line-height: 17px;
}
.login fieldset ul {
	text-align: left;
}
.login fieldset .checkbox + label {
	opacity: 0.8;
	color: #4B4B4B;
	font-size: 12px;
}
.login fieldset .button {
	margin: 0 30px;
	width: calc(100% - 60px);
}
.login fieldset .secondary-links {
	margin-top: 20px;
	color: inherit;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
}
.login fieldset .secondary-links a {
	text-align: center;
	text-shadow: inherit;
}
.home .login fieldset h2,
.home .login fieldset p,
.home .login fieldset .secondary-links a {

}
.home .copyright-notice {
	position: absolute;
	left: 0;
	bottom: 100px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
}

.home .incorporating-copyright {
	display: none;
	position: absolute;
	bottom: 30px;
	right: 50px;
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 1;
}


body .home .copyright-JV {
	display: none;
	opacity: 0.5;
	background-color: #000;
	padding: 8px;
}
body .home .incorporating-NAH {
	display: none;
	opacity: 0.5;
	background-color: #000;
	padding: 8px;
}

body.NAH-login .home .copyright-JV {
	display: block;
}

body.NAH-login .home .copyright-JV img {
	display: block;
	margin: 5px auto 0;
	width: 110px;
}

body.JV-login .home .incorporating-NAH {
	display: block;
}

body.JV-login .home .incorporating-NAH .NAH-logo {
	display: block;
	margin-top: 10px;
	background-color: #fff;
	padding: 5px;
}

body.JV-login .home .incorporating-NAH .NAH-logo img {
	width: 130px;
}

body.NAH-login .home .copyright-JV .JV-logo {
	display: block;
	margin-top: 5px;
	background-color: #fff;
	padding: 5px;
}

body.NAH-login .home .copyright-JV .JV-logo img {
	width: 110px;
}

.show-JV {
	display: block;
}

.show-NAH {
	display: none;
}

body.NAH-login .home .show-JV {
	display: none;
}

body.NAH-login .home .show-NAH {
	display: block;
}

/* overlays */
.overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 0px;
	opacity: 0;
	overflow: hidden;
	transition: opacity 100ms 150ms, height 0ms 250ms;
	-webkit-transition: opacity 100ms 150ms, height 0ms 250ms;
	-moz-transition: opacity 100ms 150ms, height 0ms 250ms;
	-ms-transition: opacity 100ms 150ms, height 0ms 250ms;
	-o-transition: opacity 100ms 150ms, height 0ms 250ms;
	z-index: 10;
}
.overlay.show {
	height: 100%;
	opacity: 1;
	transition: opacity 100ms;
	-webkit-transition: opacity 100ms;
	-moz-transition: opacity 100ms;
	-ms-transition: opacity 100ms;
	-o-transition: opacity 100ms;
}
.alert {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
}
.overlay .blackout,
.alert .blackout {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.6);
}
.overlay .content {
	display: block;
	background-color: #ffffff;
	max-width: 900px;
	max-width: 1024px;
	width: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	transform: translateX(100%);
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	transition: transform 100ms;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	-webkit-transition: transform 100ms;
	-moz-transition: transform 100ms;
	-ms-transition: transform 100ms;
	-o-transition: transform 100ms;
}
.overlay.show .content {
	transform: translateX(0%);
	transition: transform 100ms 100ms;
	-webkit-transition: transform 100ms 100ms;
	-moz-transition: transform 100ms 100ms;
	-ms-transition: transform 100ms 100ms;
	-o-transition: transform 100ms 100ms;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
}
.alert .message-box {
	min-width: 400px;
	max-width: 960px;
	width: auto;
	z-index: 101;
	border-radius: 2px;
	overflow: hidden;
	color: #4B4B4B;
	font-size: 14px;
	line-height: 20px;
	background: #F3FAFF;
}
.alert .message-box header {
	position: relative;
	padding: 15px 20px;
	border-bottom: 1px solid #BBBBBB;
	background-color: #FFFFFF;
	color: #005393;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px
}
.alert .message-box header .close {
	position: absolute;
	top: 14px;
	right: 10px;
	cursor: pointer;
}
.alert .message-box .content {
	display: block;
	padding: 20px;
}
.alert .message-box .content h2 {
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	margin-bottom: 15px;
}
.alert .message-box .content ul {
	padding-left: 30px;
}
.alert .message-box .controls {
	padding: 10px;
	border-top: 1px solid #BBBBBB;
	background: #FFF;
	text-align: right;
}
.alert .message-box .controls .button {
	box-sizing: border-box;
	width: auto;
	height: 35px;
	min-height: 35px;
	padding: 10px 25px;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	text-align: center;
	border: 1px solid #1B2F8D;
	background: linear-gradient(180deg, #18619A 0%, #005393 100%);
	color: #FFF;
}
.alert .message-box .controls .button + .button {
	margin-left: 10px;
}
.alert .message-box .controls .button.delete {
	border: 1px solid rgba(103, 30, 30, 0.73);
	background: linear-gradient(180deg, #C24242 0%, #9C3535 100%);
}
.overlay .no-tabs nav {
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	height: auto;
	color: #005393;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	background-color: #FFFFFF;
}
.overlay .no-tabs nav p {
	display: block;
	width: 100%;
	margin-top: 2px;
	color: #4B4B4B;
	font-family: Roboto;
	font-size: 14px;
	line-height: 16px;
}
.overlay .no-tabs nav .material-icons {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	margin: 0;
}
.overlay .tabs,
.overlay .no-tabs {
	height: 100%;
}
.overlay .tabs nav {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	background-color: #f3faff;
	color: #005393;
	height: 60px;
}
.overlay .tabs nav a,
.overlay .tabs nav button {
	padding: 22px 20px;
	font-size: 16px;
	flex-basis: auto;
	flex-grow: 0;
	border-color: transparent;
	white-space: nowrap;
}
.overlay .tabs nav a[aria-selected="true"],
.overlay .tabs nav button[aria-selected="true"] {
	color: #4b4b4b;
	border-left-color: #bbbbbb;
	border-right-color: #bbbbbb;
}
.overlay .tabs nav a.material-icons,
.overlay .tabs nav button.material-icons,
.overlay .no-tabs nav .material-icons {
	flex-grow: 0;
	height: 100%;
	width: auto;
	font-size: 22px;
	line-height: 1;
	margin-left: auto;
	text-decoration: none;
	padding: 19px 20px;
	background: inherit;
	border: none;
	cursor: pointer;
	color: inherit;
}
.overlay .tabs nav a.material-icons:hover,
.overlay .tabs nav button.material-icons:hover,
.overlay .no-tabs nav .material-icons:hover {
	background-color: #e0f1fd;
}
.overlay .tabs .panels {
	flex-grow: 1;
	height: calc(100% - 60px);
}
.overlay .tabs .panels div[role="tabpanel"][aria-hidden="false"],
.overlay .no-tabs {
	max-height: 100%;
	overflow-y: auto;
}
.overlay .wrap {
	padding: 20px 30px;
	border-bottom: 1px solid #bbbbbb;
}
.overlay .wrap.no-border {
	border-bottom: none;
}
.overlay .grey {
	background-color: #f5f5f5;
}
.overlay header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background-color: #ffffff;
}
.overlay header .type {
	font-size: 16px;
	font-weight: 500;
}
.overlay header .name {
	color: #005393;
	font-size: 18px;
	font-weight: 500;
	line-height: 21px;
	text-transform: uppercase;
}
.overlay header .rating {
	color: #3f9c35;
}
.overlay header .controls {
	display: inline-flex;
	justify-content: center;
}
.overlay header .controls .button {
	width: 100px;
	margin-left: 10px;
	text-align: center;
	white-space: nowrap;
}
.overlay header .controls .button.print {
	color: #fff;
	border: 1px solid rgba(37, 103, 30, 0.73);
	background: linear-gradient(180deg, #4ec242 0%, #3f9c35 100%);
}
.overlay header .controls .button.book {
	color: #fff;
	border: 1px solid #1b2f8d;
	background: linear-gradient(180deg, #3282bf 0%, #005393 100%);
}
.overlay header .controls .button.bookAlternate {
	color: #fff;
	border: 1px solid #1b2f8d;
	background: linear-gradient(180deg, #3282bf 0%, #005393 100%);
}
.overlay header .information .view-product-details {
	color: #3f9c35;
	font-size: 14px;
	line-height: 16px;
	text-decoration: underline;
	cursor: pointer;
}
.overlay header .product-details {
	width: 100%;
	margin-top: 20px;
}
.overlay header .product-details[aria-hidden="true"] {
	display: none;
}
.overlay header .product-details h3 {
	color: #3f9c35;
}
.overlay .columns {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.overlay .columns + .columns {
	margin-top: 40px;
}
.overlay .main {
	box-sizing: border-box;
	padding: 0px;
	width: 54%;
}
.overlay .aside {
	box-sizing: border-box;
	width: calc(46% - 20px);
}
.overlay h3 {
	margin-bottom: 10px;
	color: #005393;
	font-size: 18px;
	font-weight: 500;
	line-height: 21px;
	text-transform: uppercase;
}
.overlay h4 {
	margin-bottom: 10px;
	color: #4b4b4b;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
}
.overlay p + p {
	margin-top: 15px;
}
.overlay .ui-accordion {
	margin-bottom: -10px;
}
.overlay .product-details .product-advisory-notes {
	color: #D0021B;
	font-size: 12px;
	line-height: 20px;
}
.overlay .product-details .view-slideshow {
	min-height: 300px;
	position: relative;
	background: #918477;
}
.overlay .product-details .view-slideshow a {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	cursor: default;
}
.overlay .product-details .view-slideshow a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.overlay .product-details .view-slideshow em {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	font-size: 14px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
.overlay .product-details .box {
	padding: 15px 20px;
	border: 1px solid #bbbbbb;
	background-color: #ffffff;
}
.overlay .product-details .box + .box {
	margin-top: 20px;
}
.overlay .product-details .amenities-list {
	margin-left: -15px;
	margin-top: -15px;
}
.overlay .product-details .amenities-list img {
	height: 25px;
	vertical-align: middle;
	margin-left: 15px;
	margin-top: 15px;
}
.overlay .product-details .activities-list {
	padding: 0px;
	margin: 0px 0px -5px -10px;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.overlay .product-details .activities-list li {
	display: inline-block;
	position: relative;
	padding: 7px 13px 7px 40px;
	border: 1px solid #979797;
	background-color: #ffffff;
	margin: 0px 0px 10px 10px;
	white-space: nowrap;
	font-size: 14px;
	line-height: 1;
}
.overlay .product-details .activities-list li:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 30px;
	border-right: 1px solid #979797;
	background-color: #d8d8d8;
}
.overlay .product-tarrif-information h3 {
	color: inherit;
}
.overlay .product-tarrif-information .tarrif-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.overlay .product-tarrif-information .tarrif-list li {
	border: 1px solid #BBBBBB;
	padding: 15px 20px;
}
.overlay .product-tarrif-information .tarrif-list li + li {
	border-top: none;
}
.overlay .product-tarrif-information .tarrif-list li:nth-child(even) {
	background-color: #F5F5F5;
}
.overlay .product-tarrif-information .toggle {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #4B4B4B;
	font-size: 16px;
	line-height: 19px;
	cursor: pointer;
}
.overlay .product-tarrif-information .toggle strong {
	width: 90px;
	padding-right: 5px;
	font-size: 18px;
}
.overlay .product-tarrif-information .toggle .material-icons {
	margin-left: auto;
	color: #005393;
	transition: transform 150ms;
}
.overlay .product-tarrif-information .toggle[aria-selected="true"] .material-icons {
	transform: rotate(90deg);
}
.overlay .product-tarrif-information table {
	color: #4B4B4B;
	font-size: 16px;
	line-height: 18px;
}
.overlay .product-tarrif-information table[aria-hidden="true"] {
	display: none;
}
.overlay .product-tarrif-information th,
.overlay .product-tarrif-information td {
	padding: 5px 15px;
	border: none;
}
.overlay .product-tarrif-information thead td,
.overlay .product-tarrif-information thead th {
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	text-transform: uppercase;
	text-align: left;
}
.overlay .product-tarrif-information tbody tr th,
.overlay .product-tarrif-information tbody tr td {
	background-color: #FFF;
}
.overlay .product-tarrif-information tbody tr:nth-child(even) th,
.overlay .product-tarrif-information tbody tr:nth-child(even) td {
	background-color: #F5F5F5;
}
.overlay .product-tarrif-information tbody .price {
	font-weight: bold;
}
.overlay .image-gallery .image {
	text-align: center;
}
.overlay .image-gallery .image .display {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 375px;
	width: 650px;
	margin: 0 auto 15px;
	background-color: #1f1f1f;
}
.overlay .image-gallery .image .display img {
	max-width: 100%;
	max-height: 100%;
	border: none !important;
	flex-grow: 0;
	flex-shrink: 0;
}
.overlay .image-gallery .image .title {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}
.overlay .image-gallery .image .description {
	font-size: 14px;
	line-height: 18px;
}
.overlay .image-gallery .controls,
.overlay .image-gallery .controls ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.overlay .image-gallery .controls {
	margin-top: 25px;
}
.overlay .image-gallery .controls .material-icons {
	box-sizing: border-box;
	height: 25px;
	width: 25px;
	border: 1px solid #bbbbbb;
	background-color: #ffffff;
	font-size: 17px;
	line-height: 25px;
	text-align: center;
	color: #bbbbbb;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	text-decoration: none;
	flex-grow: 0;
	flex-shrink: 0;
}
.overlay .image-gallery .controls ul {
	position: relative;
	list-style: none;
	margin: 0px 10px;
	max-width: 100%;
	overflow: hidden;
	justify-content: flex-start;
}
.overlay .image-gallery .controls li {
	height: 75px;
	width: 100px;
	opacity: 0.3;
	background-color: #1f1f1f;
	flex-grow: 0;
	flex-shrink: 0;
}
.overlay .image-gallery .controls li + li {
	margin-left: 10px;
}
.overlay .image-gallery .controls img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.overlay .image-gallery .controls .selected {
	opacity: 1;
}
.overlay .value-added .product-information .product-code {
	width: 130px;
}
.overlay .value-added .product-information .product-name {
	width: 325px;
}
.overlay .value-added .product-information .book-by-date,
.overlay .value-added .product-information .start-date {
	width: 200px;
}
.overlay .value-added .product-information .duration {
	width: 80px;
}
.overlay .value-added .product-information .adults {
	width: 55px;
}
.overlay .value-added .product-information .children {
	width: 60px;
}
.overlay .value-added .available-offers h4 {
	text-align: center;
}
.overlay .value-added .available-offers th {
	text-align: left;
}
.overlay .value-added .available-offers th.right-align {
	text-align: right;
}
.overlay .value-added .available-offers td {
	background: #fff;
	padding: 12px;
	font-size: 14px;
	line-height: 16px;
}
.overlay .value-added .available-offers td.price {
	color: #3f9c35;
	font-weight: bold;
}
.overlay .value-added .available-offers a {
	color: #005393;
	text-decoration: none;
}
.overlay .value-added .available-offers .material-icons {
	font-size: 16px;
	color: #d0021b;
}
.overlay .value-added .available-offers .price-disclaimer {
	margin-top: 20px;
	padding: 15px;
	border: 1px solid #930000;
	border-radius: 3px;
	background-color: #fff3f3;
	color: #d0021b;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}
.overlay .terms-and-conditions .product-information {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: -10px;
}
.overlay .terms-and-conditions table {
	width: auto;
	font-size: 14px;
	line-height: 16px;
}
.overlay .terms-and-conditions .red {
	color: #d0021b;
}
.overlay .terms-and-conditions .product-information li {
	width: 70%;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 19px;
	color: #666666;
}
.overlay .terms-and-conditions .product-information li:nth-child(2n) {
	width: calc(30% - 20px);
}
.overlay .terms-and-conditions .product-information strong {
	display: block;
	font-size: 14px;
	color: #4b4b4b;
}
.overlay .map {
	width: 100%;
	height: 100%;
	min-height: 600px;
}
.overlay .update-passengers {
	box-sizing: border-box;
	padding: 20px 30px;
	background-color: #f3faff;
}
.overlay .update-passengers.full-height {
	min-height: calc(100% - 60px);
}
.overlay .update-passengers th {
	text-align: left;
	color: #4b4b4b;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	white-space: nowrap;
}
.overlay .update-passengers td {
	margin: 0px;
}
.overlay .update-passengers th,
.overlay .update-passengers td {
	padding: 0px 0px 10px;
	border: none;
	background: none;
}
.overlay .update-passengers tfoot td {
	padding-top: 10px;
}
.overlay .update-passengers th + th,
.overlay .update-passengers th + td,
.overlay .update-passengers td + td,
.overlay .update-passengers td + th {
	padding-left: 10px;
}
.overlay .update-passengers table .title {
	min-width: 60px;
	padding-right: 20px;
	background-position: calc(100% - 10px) center;
}
.overlay .update-passengers table .indicator-and-controls {
	white-space: nowrap;
}
.overlay .update-passengers table .passengers,
.overlay .update-passengers table .material-icons {
	vertical-align: middle;
}
.overlay .update-passengers table .material-icons.delete-item {
	color: #D0021B;
	cursor: pointer;
}
.overlay .update-passengers table .passengers .indicator {
	padding: 4px 8px;
	font-size: 12px;
	font-weight: 500;
	line-height: 10px;
	min-width: 30px;
}
.overlay .update-passengers table .room-assignment {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.overlay .update-passengers table .room-assignment input[type="radio"] + input[type="radio"] {
	margin-left: 10px;
}
.overlay .update-passengers table .delete {
	vertical-align: middle;
	color: #d0021b;
	cursor: pointer;
}
.overlay .update-passengers .add-passenger,
.overlay .update-passengers .save {
	width: auto;
	font-weight: 500;
}
.overlay .update-passengers table + .add-passenger {
	margin-top: -10px;
	margin-bottom: 10px;
}
.overlay .copy-reservation .update-passengers table {
	margin-bottom:0px;
}
.overlay .copy-reservation .update-passengers table tfoot td {
	padding-bottom: 0;
}
.overlay .update-passengers .edit-passenger {
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	font-size: 18px;
	color: #BC2525;
}
.overlay .update-passengers .reservation-date {
	text-align: right;
}
.overlay .update-passengers .reservation-date label {
	margin-right: 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
}
.overlay .update-passengers .reservation-date input {
	margin-top: 0px;
}
.overlay .edit-product ul {
	justify-content: flex-start;
	align-items: flex-end;
	margin-right: -20px;
}
.overlay .edit-product li {
	width: 100%;
	margin-right: 20px;
}
.overlay .edit-product li.auto-width,
.transportation-details-forms li.auto-width {
	width: auto;
}
.overlay .edit-product li.ninety,
.transportation-details-forms li.ninety {
	width: calc(90% - 20px);
}
.overlay .edit-product li.eighty,
.transportation-details-forms li.eighty {
	width: calc(90% - 20px);
}
.overlay .edit-product li.three-quarters,
.overlay .edit-product li.seventy-five,
.transportation-details-forms li.three-quarters,
.transportation-details-forms li.seventy-five {
	width: calc(75% - 20px);
}
.overlay .edit-product li.seventy,
.transportation-details-forms li.seventy {
	width: calc(70% - 20px);
}
.overlay .edit-product li.two-thirds,
.overlay .edit-product li.sixty-six,
.transportation-details-forms li.two-thirds,
.transportation-details-forms li.sixty-six {
	width: calc(66.6666% - 20px);
}
.overlay .edit-product li.sixty,
.transportation-details-forms li.sixty {
	width: calc(60% - 20px);
}
.overlay .edit-product li.half,
.overlay .edit-product li.fifty,
.transportation-details-forms li.half,
.transportation-details-forms li.fifty {
	width: calc(50% - 20px);
}
.overlay .edit-product li.forty,
.transportation-details-forms li.forty {
	width: calc(40% - 20px);
}
.overlay .edit-product li.one-third,
.overlay .edit-product li.thirty-three,
.transportation-details-forms li.one-third,
.transportation-details-forms li.thirty-three {
	width: calc(33.3333% - 20px);
}
.overlay .edit-product li.thirty,
.transportation-details-forms li.thirty {
	width: calc(30% - 20px);
}
.overlay .edit-product li.one-quarter,
.overlay .edit-product li.twenty-five,
.transportation-details-forms li.one-quarter,
.transportation-details-forms li.twenty-five {
	width: calc(25% - 20px);
}
.overlay .edit-product li.twenty,
.transportation-details-forms li.twenty {
	width: calc(20% - 20px);
}
.overlay .edit-product li.fifteen,
.transportation-details-forms li.fifteen {
	width: calc(15% - 20px);
}
.overlay .edit-product li.ten,
.transportation-details-forms li.ten {
	width: calc(10% - 20px);
}
.overlay .edit-product label {
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}
.overlay .edit-product label .normal-weight {
	font-weight: normal;
}
.overlay .edit-product .controls {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.overlay .edit-product .wrap.controls {
	margin-top: 0px;
}
.overlay .edit-product .controls:first-child,
.overlay .edit-product .controls.no-top-margin {
	margin-top: 0px;
}
.overlay .controls {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.overlay .controls .button {
	width: auto;
	min-width: 140px;
	min-height: 40px;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
}
.overlay .controls .button + .button {
	margin-left: 15px;
}
.overlay .controls .button[style] + .button {
	margin-left: 0;
}
.overlay .controls .button.cancel {
	border-color: currentColor;
	color: #d0021b;
	border-color: #d0021b;
}
.overlay .controls .button.add {
	margin-left: auto;
	color: #005393;
	border-color: #005393;
}
.overlay .controls .button.book-it {
	background-color: #005393;
	color: #FFF;
}
.overlay .edit-product .secondary-controls {
	justify-content: flex-start;
}
.overlay .edit-product .secondary-controls .button {
	padding: 0px 20px;
	height: 35px;
	min-height: 35px;
	width: auto;
	border: 1px solid #bbbbbb;
	color: #3f9c35;
	font-size: 12px;
	line-height: 14px;
}
.transportation-details-header {
	padding: 0 !important;
	margin: 0 0 10px !important;
	background: none !important;
	border: none !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 16px !important;
	text-transform: none !important;
	color: #4b4b4b !important;
	font-family: Roboto;
}
.transportation-details-header .ui-accordion-header-icon {
	display: none;
}
.transportation-details-header:before {
	content: '+';
	display: inline-block;
	margin-right: 10px;
	width: 14px;
	height: 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	text-align: center;
	color: #fff;
	background: #005393;
	vertical-align: text-top;
}
.transportation-details-header.ui-state-active:before {
	content: '-';
}
.transportation-details {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	background: none !important;

}
.transportation-details[aria-hidden="false"] {
	overflow: visible !important;
}
.overlay .transportation-details label {
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
}
.overlay .transportation-details .toggle-transportation-detail-forms > label {
	margin-left: 10px;
}
.overlay .transportation-details fieldset {
	background: none;
}
.overlay .transportation-details ul {
	padding: 0px;
	margin: 0px -20px 0 0;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
}
.overlay .transportation-details li {
	margin-right: 20px;
	margin-bottom: 3px;
}
.overlay .transportation-details li.full {
	width: 100%;
}
.overlay .transportation-details .multiple-inputs input {
	width: calc(60% - 5px);
}
.overlay .transportation-details .multiple-inputs select {
	width: calc(40% - 5px);
	padding-right: 20px;
	background-position: calc(100% - 10px) center;
}
.overlay .schedule-table {
	margin: 0;
	font-size: 14px;
	line-height: 16px;
}
.overlay .schedule-table th:first-child,
.overlay .schedule-table td:first-child {
	padding-left: 0px;
}
.overlay .schedule-table th:last-child,
.overlay .schedule-table td:last-child {
	padding-right: 0px;
}
.overlay .schedule-table th {
	text-align: left;
	font-weight: normal;
}
.overlay .schedule-table td {
	border: none;
	padding: 0px 0px 10px;
}
.overlay .schedule-table th + td,
.overlay .schedule-table td + td {
	padding-left: 10px;
}
.overlay.site-navigation-expanded .content {
	max-width: 350px;
	background-color: #005393;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
	color: #c9e8ff;
}
.overlay.site-navigation-expanded .blackout {
	background: none;
}
.overlay.site-navigation-expanded nav {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0px;
	height: 80px;
	border: none;
}
.overlay.site-navigation-expanded nav .logo {
	max-width: 230px;
	margin-left: 30px;
	margin-right: auto;
}
.overlay.site-navigation-expanded nav .material-icons {
	-webkit-appearance: none;
	font-size: 22px;
	line-height: 1;
	text-decoration: none;
	padding: 30px 35px;
	background: none;
	color: #FFF;
	border: none;
	cursor: pointer;
}
.overlay.site-navigation-expanded ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.overlay.site-navigation-expanded ul a {
	display: block;
	padding: 17.5px 30px;
	font-size: 16px;
	line-height: 1;
	color: #ffffff;
}
.overlay.site-navigation-expanded .primary-navigation a:hover {
	background-color: #3F9C35;
}
.overlay.site-navigation-expanded .secondary-navigation {
	margin-top: 15px;
}
.overlay.site-navigation-expanded .secondary-navigation a {
	font-size: 14px;
	padding: 8.5px 30px;
	color: #c9e8ff;
}
/* parallax effects */

.parallax {
	position: relative;
	height: 150px;
	margin-top: -75px;
}
.parallax .background,
.parallax .midground,
.parallax .foreground {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-position: bottom center;
	background-repeat: repeat-x;
	background-size: 100% auto;
}
.products-and-services .parallax {
	-border-bottom: 450px solid #2A5D84;
}
.products-and-services .parallax + .main,
.our-company .parallax + .main,
.jonview-experience .parallax + .main {
	color: #FFF;
	background: #2A5D84;
}
.parallax.trees .background {
	background-image: url(../img/trees-vectors/background.svg);
	background-size: 701px 115px;
}
.parallax.trees .midground {
	background-image: url(../img/trees-vectors/midground.svg);
	background-size: 701px 123px;
}
.parallax.trees .foreground {
	background-image: url(../img/trees-vectors/foreground.svg);
	background-size: 701px 101px;
}
.parallax.mountains .background {
	background-image: url(../img/mountains-vectors/background.svg);
	background-size: 926px 127px;
}
.parallax.mountains .midground {
	background-image: url(../img/mountains-vectors/midground.svg);
	background-size: 554px 71px;
}
.parallax.mountains .foreground {
	background-image: url(../img/mountains-vectors/foreground.svg);
	background-size: 700px 74px;
}
.parallax.mountains-2 .background {
	background-image: url(../img/mountains-vectors-2/background.svg);
}
.parallax.mountains-2 .midground {
	background-image: url(../img/mountains-vectors-2/midground.svg);
}
.parallax.mountains-2 .foreground {
	background-image: url(../img/mountains-vectors-2/foreground.svg);
}
/* popular-cities-map */

.popular-cities-map {
	width: 100%;
	border: 1px solid #C9E8FF;
	border-left: none;
	border-top: none;
}
.popular-cities-map .map {
	box-sizing: border-box;
	position: relative;
	height: 110px;
	min-height: 0px;
	transition: height 150ms;
	pointer-events: none;
}
.popular-cities-map .map #map {
	width: 100%;
	height: 100%;
}
.popular-cities-map .map .map-controls {
	position: absolute;
	opacity: 0;
	transition: opacity 250ms;
}
.popular-cities-map .map .map-controls.collapse {
	top: 20px;
	right: 20px;
	height: 34px;
	width: 34px;
	background-color: rgba(0, 0, 0, .3);
	color: #FFF;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	cursor: pointer;
	user-select: none;
}
.popular-cities-map.expanded .map {
	height: 400px;
	pointer-events: all;
}
.popular-cities-map.expanded .map .map-controls {
	opacity: 1;
}
.popular-cities-map .controls,
.popular-cities-map.expanded .controls.expanded {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 20px;
	background-color: #F3FAFF;
	border-top: 1px solid #C9E8FF;
}
.popular-cities-map .controls.expanded,
.popular-cities-map.expanded .controls.collapsed {
	display: none;
}
.popular-cities-map .controls .button {
	width: 120px;
	margin-right: 15px;
	border: none;
	color: #005393;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.popular-cities-map .controls img {
	height: 32px;
	margin-right: 15px;
	flex-grow: 0;
	flex-shrink: 0;
}
.quick-link-tiles {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	list-style: none;
	margin: 20px 20px 0px 20px;
	padding: 0;
}
@media(min-width: 1280px) {
	.quick-link-tiles {
		margin: 20px 0px 0px 20px;
	}
}
.quick-link-tiles li {
	flex-grow: 1;
	flex-basis: 0;
	position: relative;
}
.quick-link-tiles li + li {
	margin-left: 20px;
	height: 100px;
}
.quick-link-tiles img {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.quick-link-tiles a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 83, 147, .6);
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
	transition: background-color 100ms;
}
.quick-link-tiles a:hover {
	background-color: rgba(63, 156, 53, 0.7);
}
/* itinerary list */

.itinerary {
	color: #666666;
	font-size: 12px;
	line-height: 16px;
}
.itinerary ul {
	list-style: none;
	margin: 15px 0px 0px;
}
.itinerary li {
	position: relative;
	padding: 0px 40px 15px 20px;
	margin: 0px 0px 0px 7px;
	border-left: 2px solid #005393;
}
.itinerary li:last-child {
	border-left-color: transparent;
	padding-bottom: 0px;
}
.itinerary li:before {
	content: '';
	position: absolute;
	top: 0px;
	left: -9px;
	width: 16px;
	height: 16px;
	background: url(../img/icons/itinerary-list-icon.png) no-repeat center / 100%;
}
.itinerary .toggle {
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	margin-bottom: 5px;
	text-decoration: none;
}
.itinerary .toggle .material-icons {
	position: absolute;
	top: -3px;
	right: 0px;
	font-size: 20px;
	color: #005393;
	text-decoration: none;
	transition: transform 150ms;
}
.itinerary .toggle[aria-pressed="true"] .material-icons {
	transform: rotate(180deg);
}
.itinerary .day-details {
	transition: height 150ms, opacity 150ms 150ms;
	overflow: hidden;
}
.itinerary .day-details[aria-hidden="true"] {
	max-height: 0px;
	opacity: 0;
	transition: height 150ms 150ms, opacity 150ms;
}
/* inclusions tabs */

.inclusions {
	color: #666666;
	font-size: 12px;
	line-height: 16px;
}
.inclusions nav {
	align-items: flex-end !important;
	height: auto !important;
	min-height: 0px !important;
	color: #005393 !important;
	background: none !important;
	border: none !important;
}
.inclusions nav a {
	min-width: 100px;
	padding: 12px !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 16px !important;
	transition: opacity 150ms;
	white-space: nowrap;
	text-align: center;
	border: 1px solid #BBBBBB !important;
	border-bottom: none !important;
}
.inclusions nav a[aria-selected="false"] {
	opacity: .5;
	padding: 10px 12px;
}
body[lang=fr] .inclusions nav a#overlay-hotel-and-activity-tab {
	font-size: 12px !important;
}
.inclusions nav a:hover,
.inclusions nav a:active,
.inclusions nav a:focus {
	background-color: #F0F8FD !important;
}
.inclusions nav a[aria-selected="true"] {
	position: relative;
	top: 0px;
	background-color: #F0F8FD !important;
	color: #005393 !important;
}
.inclusions nav a + a {
	margin-left: 4px;
}
.inclusions .panels {
	height: auto !important;
}
.inclusions .panels [role="tabpanel"] {
	padding: 20px !important;
	border: 1px solid #BBBBBB !important;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	background-color: #F0F8FD !important;
}
.inclusions .panels ul {
	list-style: none;
}
.inclusions .panels ul li {
	position: relative;
	padding-left: 20px;
}
.inclusions .panels ul li + li {
	margin-top: 10px;
}
.inclusions .panels ul li:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 3px;
	display: block;
	height: 6px;
	width: 6px;
	background-color: #005393;
	border-radius: 50%;
}
.inclusions .panels h3 {
	color: #005393;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
}
.inclusions .panels p + p,
.inclusions .panels p + ul,
.inclusions .panels p + h3,
.inclusions .panels ul + p,
.inclusions .panels ul + ul,
.inclusions .panels ul + h3 {
	margin-top: 20px;
}
.context-menu {
	position: relative;
	text-align: right;
	padding: 10px 20px;
	white-space: nowrap;
}
.context-menu .label {
	cursor: pointer;
}
.context-menu-links {
	position: absolute;
	top: -1px;
	right: -1px;
	overflow: hidden;
	color: #005393;
	font-family: Roboto;
	font-size: 12px;
	line-height: 1;
}
.context-menu-links .label {
	font-weight: 500;
}
.context-menu-links a {
	display: block;
	margin-top: 5px;
	text-decoration: none;
	cursor: pointer;
}
.context-menu[aria-expanded="false"] .context-menu-links {
	max-height: 0;
}
.context-menu[aria-expanded="true"] .context-menu-links {
	overflow: auto;
	padding: 10px 20px;
	border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
	box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.25);
	z-index: 5;
}
.ui-dialog {
	max-width: 600px;
	border-radius: 0;
	border: none;
	padding: 0;
}
.ui-dialog .ui-dialog-titlebar {
	border-radius: 0;
	padding: 15px 20px !important;
	border: none;
	border-bottom: 1px solid #BBBBBB;
	background-color: #FFFFFF;
	color: #005393;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
}
.ui-dialog .ui-dialog-title {
	margin: 0 !important;
}
.ui-dialog .ui-dialog-titlebar-close {
	right: 20px;
	background: none;
	background: url(../img/icons/dialog-close.svg) no-repeat center / 100%;
	border: none;
}
.ui-dialog .ui-dialog-titlebar-close span {
	display: none;
}
.ui-dialog .ui-dialog-content {
	padding: 20px !important;
	border: none;
	background: #C9E8FF;
	position: static;
}
.ui-dialog .ui-dialog-content .gs-messageDialog-errorMessage {
	max-height: 250px;
	overflow-y: scroll;
	list-style: none;
	background: #FFF;
	border: 1px solid #BBBBBB;
	color: #4B4B4B;
	font-family: Roboto;
	font-size: 14px;
	line-height: 16px;
}
.ui-dialog .ui-dialog-content .gs-messageDialog-errorMessage li {
	padding: 10px;
}
.ui-dialog .ui-dialog-content .gs-messageDialog-errorMessage li+li {
	border-top: 1px solid #BBBBBB;
}
.ui-dialog .ui-dialog-buttonpane {
	margin: 0;
	padding: 9px;
	background: #FFFFFF;
	border-top: 1px solid #BBBBBB;
}
.ui-dialog .ui-dialog-buttonpane .btn {
	padding: 10px 30px;
	border-radius: 2px;
	border: 1px solid rgba(103,30,30,0.73);
	background: linear-gradient(180deg, #C24242 0%, #9C3535 100%);
	color: #FFFFFF;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	text-align: center;
}

.totals {
	padding-right: 32px;
}

.pastel {
	opacity: 0.3;
}

.xs-price-and-status-na {
	display: inline-block;
	width: 0;
	height: 0;
}

.xs-price-and-status-na {
	display: inline-block;
	width: 0;
	height: 0;
}

li[xa-dnc] .xs-price-and-status-na {
	width: 45px;
	height: 45px;
	background-image: url('../img/na.png');
}

li[xa-dnc] .xs-price-and-status-na.material-icons {
	width: auto;
	height: auto;
	background: none;
	color: #D0021B;
	font-size: 30px;
}

li[xa-dnc] {
	opacity: 0.5;
	background-color: #ccc !important;
}

li[xa-dnc] .xf-cmd-showMCItin {
	display: none;
}

li[xa-dnc] .xf-cmd-showFakeGroupBookings {
	display: none;
}

.xf-count {
	font-size: 1.5em;
	margin: 8px 0 0 0;
}

.gs-pastel {
	opacity: 0.25;
}

.xs-resgroup {
	padding: 8px;
	margin-bottom: 8px;
}

.xs-expcolname {
	font-weight: bold;
	font-size: 1.2em;
	color: #008;
	text-decoration: underline;
	margin-bottom: 8px;
}

.xs-expcolhide .xs-expcoldest {
	display: none !important;
}

.xs-explocdir {
	display: inline-block;
	padding-right: 4px;
}

.xs-expcol {
	display: inline-block;
	border: solid 2px #000;
	background-color: #888;
	color: #fff;
	padding: 0 2px;
	margin-left: 8px;
	cursor: pointer;
	width: 20px;
	text-align: center;
}

.xs-expcolsep {
	padding: 2px !important;
	height: 1.2em !important;
}

.xs-respart1 {
	width: 100%;
	text-align: right;
}

.NAH-login .home {
	background: #022339 url(../img/background-images/NAH-homepage.jpg) no-repeat center / cover !important;
}

.detailed-results-group-top-section {
	display: inline-block !important;
	width: 100% !important;
}

.detailed-results-group-top-section .image {
	 float: right;
}

.detailed-results-group-name-and-amenities div {
	font-size: 1.2em !important;
	color: #000 !important;
}

.list-results-group-heading div {
	display: inline-block;
	font-size: 1.2em !important;
	color: #000 !important;
}

.xf-tab-keyword::-ms-clear {
	display: none;
}

.xs-selected {
	font-weight: bold;
	background-color: #cfc !important;
}

.dashboard .content .xs-main-season input[type=checkbox] {
	-webkit-appearance: checkbox;
	margin: 0;
	padding: 0;
	line-height: 10px;
	height: 12px;
}

.afs-wait {
	position: absolute;
	top: 30%;
	left: 40%;
	z-index: 99999;
}

.xs-bbicon {
	display: inline-block;
	width: 22px;
	height: 16px;
	padding: 0;
	margin-right: 4px;
	background-repeat: no-repeat background-origin: 0 0;
	background-image: url('../img/icons/bbicon0.jpg');
	background-size: 22px 16px;
	vertical-align: top;
}

.checkbox input:checked + label .xs-bbicon {
	background-image: url('../img/icons/bbicon1.jpg');
}

.xs-greenkey-icon {
	display: inline-block;
	width: 22px;
	height: 16px;
	padding: 0;
	margin-right: 4px;
	background-repeat: no-repeat background-origin: 0 0;
	background-image: url('../img/icons/greenkey0.jpg');
	background-size: 22px 16px;
	vertical-align: top;
}

.checkbox input:checked + label .xs-greenkey-icon {
	background-image: url('../img/icons/greenkey1.jpg');
}

.xs-indigenous-icon {
	display: inline-block;
	width: 22px;
	height: 16px;
	padding: 0;
	margin-right: 4px;
	background-repeat: no-repeat background-origin: 0 0;
	background-image: url('../img/icons/indigenous0.jpg');
	background-size: 22px 16px;
	vertical-align: top;
}

.checkbox input:checked + label .xs-indigenous-icon {
	background-image: url('../img/icons/indigenous1.jpg');
}

.xs-closetonature-icon {
	display: inline-block;
	width: 22px;
	height: 16px;
	padding: 0;
	margin-right: 4px;
	background-repeat: no-repeat background-origin: 0 0;
	background-image: url('../img/icons/closetonature.jpg');
	background-size: 22px 16px;
	vertical-align: top;
}

.checkbox input:checked + label .xs-closetonature-icon {
	background-image: url('../img/icons/closetonature.jpg');
}

.print-header {
	float: left;
}

.print-header h3{
    margin:16px;
}

.xf-tab-origin { text-align: right; }

	.xf-tab-origin input[type='checkbox'] {
		appearance: auto;
		--webkit-appearance: auto;
	}

