
.header-section .header-bottom-tb-search .tripItems i {
    margin-right: 4px;
    font-size: 14px;
}

.header-section .header-bottom-tb-search .tripItems,
.tripbuilder-popup-wrapper .tripItems {
    color: #222;
    background-color: #fff;
    padding: 8px 15px;
    border: 1px solid #d5d5d5;
    font-size: 12px;
    border-radius: 4px;
    font-family:'Avenir LT W01_55 Roman1475520';
    transform: translateY(0);
    transition: transform .25s ease;
    display: flex;
    align-items: center;
}

.header_container .header-section .top-nav-cont {
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 400px) {
    .header-section .top-nav-cont {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 1024px) {
    .header-section .header-bottom-tb-search .tripItems span,
    .tripbuilder-popup-wrapper .tripItems span {

        padding-left: 10px;

        padding-top: 5px;
    }

    .header-section .header-bottom-tb-search .tripItems,
    .tripbuilder-popup-wrapper .tripItems
     {
        background-position: left;
    }

    .header-section .header-bottom-tb-search .tripItems.full,
    .tripbuilder-popup-wrapper .tripItems.full {
        background-position: left;
    }
}

@media (min-width: 1024px) {
    .header-section .header-bottom-tb-search .tripItems span {
        text-align: left;
        padding-top: 5px;
    }

    .tripbuilder-popup-wrapper .tripItems img {
        position: relative;
        height: 20px;
        margin-right: 5px;
    }
}

@media (min-width: 80em) {
    .header-section .header-bottom-tb-search .tripItems,
    .tripbuilder-popup-wrapper .tripItems {
        padding: 8px 15px;
    }
}

@media (min-width: 90em) {
    .header-section .header-bottom-tb-search .tripItems,
    .tripbuilder-popup-wrapper .tripItems {
        padding: 8px 20px;
    }
}

.header-section .tripbuilder img {
    position: relative;
    height: 20px;
    margin-right: 5px;
}

@media (max-width: 1024px) {
    .header-section .tripbuilder img {
        height: 30px;
    }
}

@media (max-width: 400px) {
    .header-section .tripbuilder img {
        height: 25px;
    }
}

.mobilenav .tripbuilder {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: 35px;
}

@media (min-width: 380px) {
    .mobilenav .tripbuilder {
        right: 50px;
    }
}

.mobilenav .tripbuilder a span {
    display: none;
}

.tripbuilder .tplShadow h4{
    font-size: 18px;
    color: #000;
    font-family: 'Avenir LT W01_55 Roman1475520';
    font-weight: bold;
}

.tripbuilder h5.type-label{
    font-size: 20px;
    font-family: 'Avenir LT W01_95 Black1475556', sans-serif;
}

.tripbuilder .tplShadow .itemBottom{
    border-radius: 4px;
    box-shadow: -2px 8px 15px 0px rgba(0, 0, 0, 0.2);
}
.tripbuilder .tplShadow .itemBottom .slide-content{
    padding: 10px;
}

.tripbuilder .tplShadow .itemBottom img{
    margin-bottom: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
}

.tripbuilder .tplShadow .itemBottom h6{
    line-height: 1;
    font-family: 'Avenir LT W01_95 Black1475556', sans-serif;
    color: #000;
    font-size: 16px
}
.tripbuilder .tplShadow .itemBottom h6 a{
    text-decoration: none;
    color: inherit;
}

.tripbuilder .tplShadow .itemBottom .itemInfo li{
    margin-bottom: 8px;
}
.tripbuilder .tplShadow .itemBottom .itemInfo li.one-line-two-items{
    margin-bottom: 10px;
}

.tripbuilder .tplShadow .itemBottom .itemInfo li,
.tripbuilder .tplShadow .itemBottom .itemInfo span{
    line-height: 1;
}
.tripbuilder .tplShadow .itemBottom .itemInfo a{
    text-decoration: none;
    color: #000;
}

.tripbuilder .tplShadow .itemBottom .itemInfo a{
    text-decoration: none;
    color: #000;
}

.tripbuilder .tplShadow .itemBottom .itemInfo a i{
    font-style: normal;
    color: #0069b5;
}
/** Tripbuilder Page styles **/
.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:#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 */