/* Hide top search box / button */
div.cdc-header-search {
    display: none !important;
}

/* Hide destinations combobox and associated button */
div.travelertype-traveler div.picker-header,
div.travelertype-traveler select,
div.travelertype-traveler br,
div.travelertype-traveler button
{
    display: none !important;
}

/* Hide footer which contains only external links 
   but keep the address info so that we have a footer,
   and information is not irelevant */
footer div.col-md-3 {
    display: none !important
}