.tripbuilder .expiredWarning { display: none; margin-bottom: 10px; margin-top: 10px; padding: 10px; }

/* begin: google maps */
.tripbuilder .gMapContainer .showGMap .isOpen { display:none; }
.tripbuilder .gMapContainer .showGMap .isClosed { display:block; }

.tripbuilder .gMapContainer.open .showGMap .isOpen { display:block; }
.tripbuilder .gMapContainer.open .showGMap .isClosed { display:none; }

.tripbuilder .gMapContainer .gMapHolder { height:300px;display:none; }
.tripbuilder .gMapContainer.open .gMapHolder { display:block; }

.tripbuilder .gMapContainer .showGMap { margin-bottom:10px;background:#999;text-transform:uppercase;color:#fff;letter-spacing:1px;cursor:pointer;font-size:10px;font-weight:bold;text-align:center; }
.tripbuilder .gMapContainer .showGMap > div { padding:5px 0; }

.tripbuilder .gMapContainer .gMapHolder img { max-width:none; } /* foundation overwrite for info window close button */
/* end: google maps */

.tripbuilder a.tripItems {
	font-family: futura-pt, sans-serif;
	font-size: 15px;
}

.tripbuilder .fa-heart,
.tripbuilder .tripbuilder-count {
	font-size: var(--header-icon-size);
}

.tripbuilder .tripbuilder-count {
	font-weight: 700;
}

.tripbuilder .one-line-two-items {
	margin-bottom: 12px;
}

.tripbuilder [data-sv-tripbuilder-section] .tplShadow {
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.15);
	margin-bottom: 40px;
	padding-bottom: 20px;
}

.tripbuilder .tplShadow ul,
.tripbuilder .tplShadow h6 {
	padding: 0 20px;
}
.tripbuilder .tplShadow h6 a {
	font-family: century-gothic, sans-serif;
	font-size: 20px;
	color: #3e3a34;
	font-weight: 600;
}
.tripbuilder .tplShadow h4 {
	font-size: 20px;
}

.tripbuilder .tplShadow h4,
.tripbuilder .tplShadow i {
	color: rgb(0, 140, 152);
}

.tripbuilder .columns h5 {
	color: rgb(0, 140, 152);
	font-size: 20px;
}

.tripbuilder .showGMap [data-openmap] {
	background-color: rgb(0, 140, 152);
}

.tripbuilder .sv-listing-heading {
	margin-top: 12px;
}

.tripbuilder .itemInfo li {
	padding-bottom: 3px;
}

.tripbuilder .itemInfo a {
	font-weight: 500;
}

.tripbuilder .itemInfo a i {
	padding-right: 6px;
}

/* infoWindow */
.tripbuilder .infoWindow h5 {
	font-size: 13px;
	letter-spacing: normal;
	margin-bottom: 3px;
}

[data-sv-tripbuilder-panelcontent] a.getDirectionsBtn {
	background-color: rgb(0, 140, 152);
}

.tripbuilder-row {
	width: 100%;
	max-width: 62.5rem;
	margin: 0 auto;
}

.tripbuilder h5.category-label {
	margin: 20px;
	font-size: 20px;
	color: rgb(0, 140, 152);
}

.tripbuilder .instructions {
	display: flex;
	flex-direction: column;
	gap: 40px;
	justify-content: space-between;
	margin: 10px 0 40px 0;
	align-items: center;
}

.instructions-step {
	width: 90%;
	list-style-type: none;
}

.tripbuilder .instructions .instructions-step h4 {
	font-size: 20px;
	color: rgb(0, 140, 152);
}

.tripbuilder .instructions .instructions-step i {
	color: rgb(0, 140, 152);
}

.tripbuilder-row .share-trip {
	max-width: 90%;
	margin: 0 auto;
}

.tripbuilder-row .share-trip h5 {
	color: rgb(0, 140, 152);
}

.tripbuilder-favorites-grid {
	margin: 0 20px;
}

.tripbuilder-favorites-grid .tplShadow ul {
	margin: 0;
	list-style: none;
}

.tripbuilder-favorites-grid .tplShadow img { width: 100%; }

@media screen and (min-width: 40em) {
	.tripbuilder-favorites-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto;
		gap: 20px;
		margin: 0 20px 20px;
		justify-content: center;
		justify-items: center;
	}

	.tripbuilder [data-sv-tripbuilder-section] .tplShadow {
		margin: 0;
	}
}

@media screen and (min-width: 64em) {
	.tripbuilder-page {
		margin-top: 15px;
		margin-bottom: 40px;
	}

	.tripbuilder-favorites-grid {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: auto;
		max-width: 1000px;
		margin: 0 auto;
	}

	.tripbuilder-row .share-trip { max-width: 100%; }

	.tripbuilder .instructions {
		flex-direction: row;
		align-items: start;
	}

	.tripbuilder h5.category-label {
		max-width: 1000px;
		margin: 20px auto;
		font-size: 20px;
		color: rgb(0, 140, 152);
	}
}

@media screen and (min-width: 75em) {
	.panel-header .tripbuilder {
		margin-top: 20px;
	}

	.tripbuilder a.tripItems {
		color: #fff;
		font-size: 13px;
		font-weight: 500;
		pointer-events: all;
	}

	.tripbuilder .fa-heart {
		font-size: 18px;
		margin-right: 2px;
	}
}

#directionModal,
.reveal-modal-bg {
	position: fixed !important;
}

.reveal-modal {
	display: none;
	visibility: hidden;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1005;
	width: 90%;
	max-width: 62.5rem;
	max-width: 940px;
	margin: 0 auto;
	padding: 1.875rem;
	opacity: 1;
	background-color: #fff;
	border-radius: 3px;
	border: solid 1px #666;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.reveal-modal.open { min-height: fit-content; }

.reveal-modal.open > * { width: 100%; }

.reveal-modal form {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.reveal-modal .select-container {
	display: grid;
	grid-template-columns: 50px 1fr;
	width: 100%;
}

.reveal-modal .select-label {
	height: 2.3125rem;
	color: #333;
	text-align: center;
	line-height: 2.3125rem;
	background: #f2f2f2;
	border: 1px solid #ccc;
	border-right: none;
}

.reveal-modal a.getDirectionsBtn {
	display: inline-block;
	padding: 1rem 1.75rem;
	font-weight: normal;
	color: #fff;
	background-color: rgb(0, 140, 152);
}
