
.tour-page {
	/* Header Height */
	margin-top: 90px;
	font-family: 'proxima_nova';
}

.illustration-header {
	height: 180px;
	background-image: var(--brand-illustration);
	background-color: #008939;
	background-color: var(--brand-light);
}

.tour-page h2,
.tour-page h5,
.tour-page h6,
.tour-page .h {
	color: #007531;
	color: var(--brand-light);
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	line-height: 1.2em;
	padding-bottom: 15px;
	padding-top: 15px;
	font-family: 'museo_slab';
	font-weight: normal;
}
.tour-page h2,
.tour-page h3,
.tour-page h4,
.tour-page h5,
.tour-page h6 {
	padding-top: 10px;
}

.tour-page .tour-category-text a {
	color: var(--brand-light);
}

#tour-header-outer {
	position: relative;
	height: 100%;
}
.page-tour_category #tour-header {
	height: 72px;
	color: #fff;
	position: absolute;
	bottom: 17px;
	right: 0px;
	z-index: 30;
	left: 0;
	padding: 0;
	background-color: #004325;
	background-color: var(--brand-dark);
}
.page-tour_category .tour-icon-outer {
	position: static;
	width: auto;
	float: left;
	padding: 17px 0px 17px 20px;
}
.page-tour_category .tour-icon {
	margin: 0;
	background-image: var(--brand-icon);
	background-repeat: no-repeat;
	background-position: center 50%;
	background-size: 36px;
	width: 37px; 
	height: 38px; 
}
.page-tour_category #tour-header h1 {
	float: left;
	position: relative;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 18px;
	font-weight: bold;
	height: 37px;
	overflow: hidden;
	width: calc(100% - 72px);
	margin: 20px 5px 0px 10px;
}

#tour-information {
	line-height: 16px;
}
#tour-information strong {
	font-weight: 500;
}

/* Tour Category Cards - also at bottom of Product pages */
.page-tour_category .card-holder.margin {
	margin-top: 53px;
}
.category-card {
	position: relative;
	float: left;
	width: 32.5%;
	margin: 0px 1.25% 8px 0px;
	background-color: #ffffff;
	color: #333333;
	font-size: 15px;
	min-height: 368px;
}
.category-card.has_link {
	cursor: pointer;
}
.category-card .img_holder {
	width: 100%;
	height: 135px;
	overflow: hidden;
	background-color: #004325;
	background-color: var(--brand-dark);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.category-card img {
	width: 100%;
	height: auto;
}
.category-card .card_inner {
	padding: 0 20px 0 20px;
	margin: 20px 0 65px 0;
	min-height: 165px;
}
.category-card h2, .category-card .card-heading {
	font-family: 'museo_slab';
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: -0.03em;
	margin: 4px 0px 0px 0px;
	padding: 0px;
	color: #333 !important;
	text-transform: none;
	text-decoration: none;
}

.description {
	font-size: 16px;
	line-height: 26px;
	margin-top: 12px;
}
.category-card .link_row_holder {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
	padding: 0px 0px 20px 20px;
	background-color: #ffffff;
}

.category-card .link_row {
	min-height: 38px;
	line-height: 15px;
}
.category-card .link_row .label {
	margin-left: 120px;
}
.category-card .link_row span {
	float: right;
	text-align: right;
	max-width: 200px;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: -0.055em;
}
.category-card .link_row a.card-button, .no_link {
	display: block;
	float: left;
	position: relative;
	min-height: 38px;
	padding: 10px 30px 7px 18px;
	font-size: 16px;
	line-height: 17px;
	letter-spacing: 0.05em;
	font-weight: bold;
	box-sizing: border-box;
	/* Make Dynamic */
	background-color: #9B9B9B;
	color: #ffffff;
	color: var(--brand-text-color);
	text-decoration: none;
	border-radius: 6px;
	text-transform: uppercase;
	transition: background-color 0.5s ease-in-out 0s;
}

.no_link {
	background-color: #ffffff;
	color: #9B9B9B;
	border: 2px solid #9B9B9B;
	box-sizing: border-box;
	padding: 8px 15px 0px 15px;
}

.category-card .link_row a.card-button div {
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	word-break: break-word;
}

.category-card .link_row a.card-button div div {
	display: table-cell;
	vertical-align: middle;
}

.category-card .link_row a.card-button:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%; 
	right: 12px;
	margin-top: -6px;
	width: 0px;
	height: 0px;
	border: transparent 6px solid;
	border-left: #ffffff 7px solid;
}
.category-card:hover a.card-button {
	background-color: #008939;
	background-color: var(--brand-light);
}


/* End Tour Category Cards for Desktop */
.page-tour_category #tour-outer {
	background: #F6F6F6;
	padding-top: 10px;
	padding-bottom: 30px;
}

.tour-category-text {
	font-size: 16px;
	line-height: 1.6em;
	padding-top: 12px;
}

.tour-category-text.top:not(.secondary) {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
}


/* ------ MEDIA SCREEN ---------- */

/* Tablet */
@media screen and (max-width: 999px) {
	.page-tour_category .card-holder.margin {
		margin-top: 35px;
	}
	.page-tour_category #tour-header {
		height: 48px;
	}
	.page-tour_category #tour-header h1 {
		width: calc(100% - 57px);
		margin: 7px 5px 0px 5px;
		font-size: 18px;
	}
	.page-tour_category .tour-icon-outer {
		padding: 10px 0px 9px 20px;
	}
	.page-tour_category .tour-icon {
		width: 27px; 
		height: 29px; 
		background-size: 27px;
	}
	.tour-category-text.top:not(.secondary) {
		font-size: 17px;
	}
	.card-holder {
		padding: 0px 20px;
		box-sizing: border-box;
	}
	.category-card:nth-child(2n) {
		margin-right: 0;
	}
	.category-card:nth-child(2n+1) {
		clear: both;
	}
	.category-card {
		font-size: 14px;
		width: 49.375%;
		min-height: 344px;
	}
	
	.category-card .card_inner {
		min-height: 155px;
	}
	.category-card .link_row span {
		letter-spacing: -0.035em;
	}
	.category-card .img_holder {
		height: 0px;
		padding-top: 19%;
		padding-bottom: 19%;
	}
	.category-card h2, .category-card .card-heading {
		font-size: 18px;
		line-height: 18px;
	}
	.description {
		font-size: 14px;
		line-height: 20px;
		margin-top: 14px;
	}
	.category-card .link_row span {
		font-size: 13px;
	}
	.inner-wrapper.card-holder {
		padding: 0px;
	}
}

/* Small Desktop / Tablet */
@media screen and (min-width: 1000px) {
	.category-card:nth-child(3n) {
		margin-right: 0;
	}
	.category-card:nth-child(3n+1) {
		clear: both;
	}
}

/* Large Mobile / Tablet */
@media screen and (max-width: 720px) {
	.page-tour_category .card-holder.margin {
		margin-top: 40px;
	}
	.illustration-header {
		height: 107px; 
	}
	.page-tour_category #tour-header {
		left: 20px;
		right: 20px;
		bottom: 10px;
		height: 57px;
	}
	.page-tour_category #tour-header h1 {
		font-size: 16px;
		margin: 10px 3px 10px 9px;
		width: calc(100% - 50px);
	}
	.page-tour_category .tour-icon-outer {
		padding: 14px 0px 14px 10px;
	}
	.tour-page { 
		margin-top: 0px;
	}
	.tour-category-text.top:not(.secondary) {
		margin: 21px 0px 0px 0px;
		font-size: 16px;
	}
}

/* Small Mobile */
@media screen and (max-width: 610px) {
	.illustration-header {
		height: 90px; 
	}
	.category-card {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
	.category-card .card_inner {
		padding: 0px 25px;
		min-height: unset;
		margin-bottom: 20px;
	}
	.category-card h2, .category-card .card-heading {
		font-size: 16px;
		line-height: 17px;
	}
	.category-card .link_row_holder {
		position: unset;
		padding: 0 25px 14px 25px;
	}
	.no_link {
		padding-left: 8px;
		padding-right: 8px;
	}
}

/* Small Mobile */
@media screen and (max-width: 360px) {
	.tour-icon {
		/* width: 23px; */
		/* height: 23px; */
		/* background-size: 23px; */
	}
	.page-tour_category #tour-header h1 {
		font-size: 14px;
		line-height: 13px;
		margin: 0px 0px 0px 10px;
		width: calc(100% - 47px);
		height: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.page-tour_category #tour-header:not(.short-heading) br {
		display: none;
	}
}

/* END - Smaller mobile sizes */