.tripbuilder h3 { font-size: 22px; }

.tripbuilder .grid_container h5 {
  color: #65675b;
  font-family: "futura-pt", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 1.2;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.tripbuilder .block-text h6 a {
  color: #65675b;
  float: left;
  font-family: "futura-pt", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 3px;
  overflow: hidden;
  padding-right: 10px;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
  letter-spacing: 0;
  width: 100%;
  text-decoration: none;
}

.tripbuilder .block-description .address {
  color: #879e45;
  margin-bottom: 10px;
}

.tripbuilder .block-description .block-buttons a {
  color: #b12225;
  text-decoration: none;
}

.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: #82c5c3;
  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; }

.tripbuilder .email-button{
  background: #82c5c3;
  color: #fff;
  position: relative;
  bottom: -16px;
}
.tripbuilder .email-button a{
  width: 100%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700 !important;
  font-family: "futura-pt",sans-serif;
  font-size: .875rem;
  padding: 0.66em 0;
  letter-spacing: 2px;
}

.tripbuilder .email-button a span{
  margin-right: 10px;
}

@media only screen and (max-width: 64em){
  
  .tripbuilder .email-button{
    margin: 5px 0;
    bottom: 0;
  }
}
/* foundation overwrite for info window close button */

/* end: google maps */