

#tour_finder {
	max-height: 1000px;
	max-width: 800px;
	max-width: 905px;
	margin: 10px auto 43px auto;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	width: 100%;
	transition: max-height 1.2s ease-out;
}
#tour_finder ul {
	position: relative;
	list-style: none;
}
#tour_finder ul#homepage_tour_finder_nav {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	position: relative;
}
#tour_finder ul li a {
	color: #09213E;
	font-family: 'Source Sans Pro SemiBold';
	width: 100%;
	display: inline-block;
}
#tour_finder ul#homepage_tour_finder_nav li.level1 {
	height: 20px;
	width: 120px;
	position: unset;
	margin: 0 19px;
}
#tour_finder ul#homepage_tour_finder_nav li.level1:first-of-type {
	margin-left: 0;
}
#tour_finder ul#homepage_tour_finder_nav li.level1:last-of-type {
	margin-right: 0;
}
#tour_finder ul#homepage_tour_finder_nav li.level1 a.level1 {
	padding-left: 22px;
	text-align: left;
	position: relative;
}
#tour_finder ul#homepage_tour_finder_nav li.level1 a.level1:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('/images/new-site-icons-23/tour_finder/tour_finder_destinations_compass_icon.png');
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: left center;
	position: absolute;
	left: 0;
}
#tour_finder ul#homepage_tour_finder_nav li.level1.styles a.level1:before {
	background-image: url('/images/new-site-icons-23/tour_finder/tour_finder_styles_backpack_icon.png');
	background-size: 20px 18px;
}
#tour_finder ul#homepage_tour_finder_nav li.level1.inspire a.level1:before {
	background-image: url('/images/new-site-icons-23/tour_finder/tour_finder_inspire_wand_icon.png');
	background-size: 16px 16px;
}
#tour_finder ul#homepage_tour_finder_nav li.level1 a.level1:after {
	content: "";
	display: block;
	width: 100%;
	max-width: 0px;
	height: 2px;
	background-color: transparent;
	margin: 8px auto 0 auto;
	position: absolute;
	left: 0;
	transition: background-color 0.4s ease-in-out;
}
#tour_finder ul#homepage_tour_finder_nav li.level1 a.level1:hover:after {
	max-width: 200px;
	background-color: #09213E;
}

#tour_finder .tour_finder_section {
	max-height: 0px;
	opacity: 0;
	overflow: hidden;
	transition: opacity 0.7s ease-out;
}
#tour_finder .tour_finder_section ul.level1 ul {
	max-height: 0px;
	opacity: 0;
	overflow: hidden;
	transition: max-height 1.2s ease-out, opacity 0.7s ease-out;
}
#tour_finder .tour_finder_section.active {
	max-height: 1000px;
	opacity: 1;
}
#tour_finder .tour_finder_section ul.level1 li.active > ul.level2 {
	max-height: 1000px;
	opacity: 1;
}


#tour_finder .tour_finder_section ul.level1 {
	width: 100%;
	display: block;
}
#tour_finder .tour_finder_section ul.level1, #tour_finder .tour_finder_section #homepage_tour_finder_inspire {
	margin-top: 39px;
}
#tour_finder .tour_finder_section li.level1 {
	display: inline-block;
	width: 95px;
	height: auto;
	text-align: center;
	margin: 0px 50px;
	margin: 0 28px;
	vertical-align: top;
	margin-bottom: 20px;
}
/*
#tour_finder .tour_finder_section ul li.level1:first-of-type {
	margin-left: 0;
}
#tour_finder .tour_finder_section #homepage_tour_finder_styles li.level1:nth-last-of-type(2), #tour_finder .tour_finder_section #homepage_tour_finder_destinations li.level1:last-of-type {
	margin-right: 0;
}
*/
#tour_finder .tour_finder_section #homepage_tour_finder_styles li.level1:last-of-type {
	margin: 0;
	display: block;
	width: 100%;
	height: auto;
	margin-top: 28px;
}
#tour_finder .tour_finder_section #homepage_tour_finder_styles li.level1:last-of-type a {
	cursor: auto;
	background-image: none;
	width: 100%;
	white-space: pre-wrap;
	font-family: 'Source Sans Pro';
}
#tour_finder .tour_finder_section #homepage_tour_finder_styles li.level1:last-of-type a.level1:hover {
	text-decoration: none;
}
#tour_finder .tour_finder_section li.level1:not(.styles-text) a.level1 {
	background-image: url('/images/new-site-icons-23/tour_finder/travel-style-icons/tt-classic-travelstyle-in-circle-white.png');
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: 80px 80px;
	width: 80px;
	height: 110px;
	position: relative;
	display: inline-flex;
	flex-direction: column-reverse;
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
}
#tour_finder .tour_finder_section li.level1:hover:not(.styles-text) a.level1,
#tour_finder .tour_finder_section li.level1.active:not(.styles-text) a.level1 {
	text-decoration: underline;
}
#tour_finder .tour_finder_section li.level1:hover:not(.styles-text) a.level1:after,
#tour_finder .tour_finder_section li.level1.active:not(.styles-text) a.level1:after {
	/* content: ""; */
	position: absolute;
	top: 0;
	border: 1px solid #000;
	border-radius: 50%;
	width: 100%;
	height: 0;
	padding-top: 100%;
}
#tour_finder .tour_finder_section #homepage_tour_finder_styles li.level1.fitventures a.level1 {
	background-image: url('/images/new-site-icons-23/tour_finder/travel-style-icons/tt-fitventures-travelstyle-in-circle-white.png');
}
#tour_finder .tour_finder_section #homepage_tour_finder_styles li.level1.flashpacker a.level1 {
	background-image: url('/images/new-site-icons-23/tour_finder/travel-style-icons/tt-premium-travelstyle-in-circle-white.png');
}
#tour_finder .tour_finder_section #homepage_tour_finder_styles li.level1.sailventures a.level1 {
	background-image: url('/images/new-site-icons-23/tour_finder/travel-style-icons/tt-sailing-travelstyle-in-circle-white.png');
}
#tour_finder .tour_finder_section #homepage_tour_finder_styles li.level1.ski_apres a.level1 {
	background-image: url('/images/new-site-icons-23/tour_finder/travel-style-icons/tt-ski-travelstyle-in-circle-white.png');
}
#tour_finder .tour_finder_section #homepage_tour_finder_styles li.level1.multicountry a.level1 {
	background-image: url('/images/new-site-icons-23/tour_finder/travel-style-icons/tt-multi_country-travelstyle-in-circle-white.png');
}
#tour_finder .tour_finder_section #homepage_tour_finder_styles li.level1 a.level1:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}


#tour_finder .tour_finder_section #homepage_tour_finder_destinations li.level1 a.level1 {
	background-image: url('/images/new-site-icons-23/tour_finder/tour_finder_asia.png');
}
#tour_finder .tour_finder_section #homepage_tour_finder_destinations li.level1.asia a.level1 {
	background-image: url('/images/new-site-icons-23/tour_finder/tour_finder_asia.png');
}
#tour_finder .tour_finder_section #homepage_tour_finder_destinations li.level1.latin_america a.level1 {
	background-image: url('/images/new-site-icons-23/tour_finder/tour_finder_latin_america.png');
}
#tour_finder .tour_finder_section #homepage_tour_finder_destinations li.level1.australia a.level1 {
	background-image: url('/images/new-site-icons-23/tour_finder/tour_finder_australia.png');
}
#tour_finder .tour_finder_section #homepage_tour_finder_destinations li.level1.europe a.level1 {
	background-image: url('/images/new-site-icons-23/tour_finder/tour_finder_europe.png');
}
#tour_finder .tour_finder_section #homepage_tour_finder_destinations li.level1.africa a.level1 {
	background-image: url('/images/new-site-icons-23/tour_finder/tour_finder_africa.png');
}
#tour_finder .tour_finder_section #homepage_tour_finder_destinations ul.level2 {
	position: relative;
	width: 210%;
	justify-content: center;
	flex-wrap: wrap;
	top: 0;
	left: 0;
	margin-top: 9px;
	margin-left: -55%;
}
#tour_finder .tour_finder_section #homepage_tour_finder_destinations ul.level2 li {
	font-size: 14px;
	line-height: 18px;
	background-color: transparent;
	border: 1px solid #EAEAEA;
	border-radius: 10px;
	padding: 3px 11px;
	margin: 0 1% 10px 1%;
	display: inline-block;
	width: 48%;
	white-space: nowrap;
	float: left;
	transition: background-color .4s ease-in-out;
	cursor: pointer;
}
#tour_finder .tour_finder_section #homepage_tour_finder_destinations ul.level2 li:first-of-type:last-of-type {
	float: none;
}
#tour_finder .tour_finder_section #homepage_tour_finder_destinations ul.level2 li:hover {
	background-color: #FF3F99;
	background-color: var(--primary-color);
}
#tour_finder .tour_finder_section #homepage_tour_finder_destinations ul.level2 li:hover a {
	color: #FFFFFF;
}

#homepage_tour_finder_inspire {
	position: relative;
}
.inspire_me_section {
	position: absolute;
	left: 5000px;
	right: -5000px;
	transition: all 0.8s ease-in-out;
	background-color: #ffffff;
	width: 0px;
	overflow: hidden;
}
.inspire_previous_active {
	position: absolute;
	left: -5000px;
	right: 5000px;
}
.inspire_active {
	position: relative;
	left: 0;
	right: 0;
	width: 100%;
}
.inspire_question {
	font-family: 'Source Sans Pro Light';
	font-size: 32px;
}
.inspire_option {
	font-family: 'Source Sans Pro';
	display: inline-block;
	margin: 10px;
	color: var(--primary-text-color);
	margin-top: 30px;
	width: 25%;
	display: inline-flex;
	flex-direction: column;
	background-color: #EEEEEE;
	padding: 10px;
	border-radius: 10px;
	cursor: pointer;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
}
.inspire_option:hover {
	color: var(--primary-color);
	background-color: #F6F6F6;
}
a.inspire_option:hover {
	/* text-decoration: underline; */
}
.inspire_result_loading {
	display: none;
	flex-direction: column;
	justify-content: center;
	font-family: 'Source Sans Pro';
	font-size: 22px;
	text-align: center;
	padding-top: 15px;
	position: absolute;
	background-color: #ffffffde;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity 0.6s ease-in-out;
}
.inspire_result_loading .loading-gif {
	background-image: url('/images/new-site-icons-23/tour_finder/tt-inspire-me-loading-gif.gif');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	width: 110px;
	height: 55px;
	margin: 0 auto;
}
.inspire_loading_result .inspire_result_loading {
	display: flex;
	opacity: 1;
}

#hero .img-container .hero_image.mobile, 
.featured_banners .swiper-slide .feature_image.mobile {
	display: block;
}

.usps .usps-top {
	margin-bottom: 50px;
}
.usps .usps-top .heading {
	font-size: 20px;
	font-family: 'Source Sans Pro SemiBold';
	font-family: 'Montserrat';
	font-weight: 900;
	text-transform: uppercase;
	color: var(--primary-text-color);
	margin-bottom: 10px;
}
.usps .usps_img_outer, .usps .usps-top-info {
	width: 40%;
	float: left;
}
.usps img.why-tru {
	height: fit-content;
	display: inline-flex;
	justify-content: center;
	max-width: 300px;
	transform: rotate(-10deg);
}
.usps .usps-top-info {
	width: 55%;
	font-family: 'Source Sans Pro Light';
	text-align: left;
	margin-top: 20px;
	margin-left: 2%;
}

@media screen and (max-width: 920px) {
	#tour_finder .tour_finder_section li.level1 {
		margin: 0 20px 20px 20px;
	}
	#tour_finder ul#homepage_tour_finder_nav li.level1 {
		width: auto;
	}
	#tour_finder ul#homepage_tour_finder_nav li.level1 a.level1 {
		padding-left: 0;
		padding-right: 0;
	}
	#tour_finder ul#homepage_tour_finder_nav li.level1 a.level1:before {
		left: 39%;
		top: -21px;
	}
	#tour_finder ul#homepage_tour_finder_nav li.level1 a.level1:after {
		margin-left: 0px;
		margin-top: 4px;
	}
	
	.inspire_question {
		font-size: 24px;
	}
	.inspire_option {
		width: 25%;
		margin: 10px 20px;
		margin-top: 30px;
	}
	
	
	.usps .usps_img_outer {
		display: inline-flex;
		flex-direction: column;
		justify-content: center;
		min-height: 300px;
	}
	.usps img.why-tru {
		max-width: 250px;
	}
}
@media screen and (max-width: 720px) {
	#tour_finder ul#homepage_tour_finder_nav li.level1 a.level1:before {
		left: 39%;
		top: -21px;
	}
	#tour_finder ul#homepage_tour_finder_nav li.level1 {
		font-size: 14px;
	}
	#tour_finder .tour_finder_section #homepage_tour_finder_styles li.level1:last-of-type {
		margin-top: 10px;
	}
	
	#home .featured_banners .swiper-pagination {
		bottom: -12px!important;
	}
	
	.usps .usp_heading {
		min-height: 0;
	}
	.usps .usps-top {
		display: block;
		margin-bottom: 31px;
	}
	.usps .usps_img_outer, .usps .usps-top-info {
		float: none;
	}
	.usps img.why-tru {
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.usps .usps_img_outer {
		width: 50%;
		min-height: unset;
	}
	.usps .usps-top-info {
		width: auto;
		margin-left: 0;
	}
}
@media screen and (max-width: 600px) {
	#tour_finder .tour_finder_section li.level1 {
		margin: 0 5px 20px;
	}
	.inspire_option {
		width: 34%;
		margin: 10px;
	}
	.usps .usps_img_outer {
		width: 300px;
	}
}
@media screen and (max-width: 450px) {
	#tour_finder .tour_finder_section ul#homepage_tour_finder_destinations li.level1 {
		margin: 0 24px 20px;
	}
	#tour_finder .tour_finder_section ul#homepage_tour_finder_styles li.level1 {
		margin: 0 10px 20px;
	}
}
@media screen and (max-width: 380px) {
	#tour_finder ul#homepage_tour_finder_nav li.level1 {
		margin: 0 12px;
	}
	#tour_finder .tour_finder_section ul#homepage_tour_finder_styles li.level1 {
		margin: 0 6px 20px;
		width: 85px;
	}
}