.tripbuilder .expiredWarning { display: none; margin-bottom: 10px; margin-top: 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: #28404f;
	text-transform:
	uppercase;color:#fff;
	letter-spacing:1px;
	cursor:pointer;
	font-size:10px;
	font-weight:bold;
	text-align:center; 
	font-family: 'PT Sans', sans-serif;
}
.tripbuilder.sv-foundation {
	display: block;
	height: 100%;
	margin-bottom: 50px;
}
.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 ul.no-bullet.itemInfo li.one-line-two-items {
	margin-bottom: 15px;
}
.tripbuilder ul.no-bullet.itemInfo li a,
.tripbuilder ul.no-bullet.itemInfo {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 34px;
	color: #000;
	font-weight: 500;
	text-decoration: none;
}
.tripbuilder h6.sv-listing-heading {
	font-size: 19px;
	line-height: 21px;
	color: #28404f;
	margin: 0 0 2px 0px;
	letter-spacing: 0;
	text-align: left;
	font-family: 'PT Sans', sans-serif;
	font-weight: 600;
}
.tripbuilder h6.sv-listing-heading a {
	text-decoration: none;
}
.tripbuilder ul.no-bullet.itemInfo li a i {
	color: #3fc2ba;
}
.tripbuilder li.tplShadow .itemBottom {
	box-shadow: 5px 8px 7px rgba(0, 0, 0, 0.06);
}
.tripbuilder li.tplShadow .content {
	padding: 10px;
}
.reveal-modal a.getDirectionsBtn.small.button {
	background: #3fc2ba;
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
}
form#tb-directionsForm,
form#tb-directionsForm option {
	font-family: 'PT Sans', sans-serif;
}