.search-box {
   display: none
}
#mapSelect .other-event,
#seatSelect .other-event {
	display: none; 
}

div#pricing_list,
.legend-ul {
	background: #eee !important;
}

/*  GD Edits to responsive header added new mobile banner and altereted height of header and menu postion */
#header { padding: 0;}

#header .header-content { height: 195px ; min-height: 125px !important; padding: 40px 0 0 0; background-color: #000; width:100%  }
#header .header-content a { background-image: url("/ArticleMedia/Images/branding/header.gif"); background-color: #000; background-size: contain; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-repeat: no-repeat; background-position: center; height: 100%; width: 100%; display: block;}

@media (max-width: 880px) {
  #header .header-content a { width: 90%;}
}
    @media (max-width: 600px) {
      #header .header-content { height: 80px !important; min-height: 80px !important; background-color: #000; padding: 0;}
      #header .header-content a { background-size: 320px 80px; -webkit-background-size: 320px 80px; -moz-background-size: 320px 80px; -o-background-size: 320px 80px; background-position: 0px 0; width: 100%;}
	
      #header .header-content a { background-image: url("/ArticleMedia/Images/branding/header_mobile.jpg"); background-size: contain; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-repeat: no-repeat; background-position: left; height: 100%; width: 100%; display: block;}

    }

#header .header-content img { display: none !important ;}
