.tripbuilder-icon.fa{
    font-size: 18px;
}

.tripbuilder{
	display: inline-block;
}

.tb-wrapper {
    background-color: #fff;
    position: relative;
    width: 300px;
    max-width: 100%;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .2);
    overflow: hidden;
    margin: 10px 0;
}

.tb-wrapper .image {
    width: 300px;
    max-width: 100%;
    max-height: 200px;
}

.tb-wrapper .content { padding: 30px; }
.tb-wrapper .content .title, .tb-wrapper .content .title a {
    font-family: 'Myriad W01 SmBd Cnd', sans-serif;
    color: #c13828;
    font-size: 30px;
    line-height: 30px;
}

.tb-wrapper .content .description {
    font-family: 'Verdana W01 Regular', Verdana, Geneva, sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    font-weight: bold;
}

.tb-wrapper .content .link a {
    font-family: 'Myriad W01 SmBd Cnd', sans-serif;
    color: #0092b3;
    font-size: 24px;
    line-height: 24px;
    margin-top: 5px;
}

#tb-directionsForm .getDirectionsBtn {
    background: #c13828;
    height: 30px;
    width: 100%;
    margin: 0 5px 0 0;
    cursor: pointer;
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    padding-top: 6px;
}

.tripbuilder [data-sv-tripbuilder-label] { margin-left: 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-color: #c13828;
    color:#FFF;
    cursor:pointer;
    font-size:12px;
    font-weight:bold;
    text-align:center; 
    font-family: Verdana, serif; 
}
.tripbuilder .gMapContainer .showGMap > div { padding:5px 0; }

.tripbuilder .gMapContainer .gMapHolder img { max-width:none; } /* foundation overwrite for info window close button */
/* end: google maps */


@media only screen and (max-width: 40.063em) {
	.tb-wrapper { margin: 10px auto 0; }
}