#application_layout .well.general-signin-well .unpublished-event-text{
  display: none;
}

#application_layout .26421-mercury-systems-inc .webcast-3941{
  display:none !important;
}

/* Show company names on agenda page refs #7475 */
#application_layout table.table.agenda tr td.keynote ul.participations li a span.agenda-company {
  display: inline !important;
}
#application_layout table.table.agenda tr td.panel-discussion ul.participations li a span.agenda-company {
  display: inline !important;
}


/* Hide download elements upload section on upload tab of speaker suppport */ 
#application_layout .speaker-support .upload-section #upload-downloadable-elements{ display:none; }

/* Hide scroll down text refs #8108 */
#application_layout .event-details .scroll-down.info-message{
  display: none; 
}

/* Main Page banners */
@media (min-width: 768px) {
  .container-fluid.top-banner {
    background:url(https://s3.amazonaws.com/metameetings-production-assets/public_downloads/assets/000/002/265/original/2019_ATI_Desktop-Tablet_Bnr_972x110_0219.jpg) no-repeat 0 0;
    width: 980px;
    height: 110px;
    padding-left: 0;
    padding-right: 0px;
    display: table;
    margin-left: 22.3%;
    margin-right: 0;
  }
}

/* Banner for Mobile Phones */
@media (max-width: 768px) {
  #application_layout body header nav.navbar.navbar-default .container-fluid .navbar-header a.navbar-brand {
    background: none;
  }
  
  .container-fluid.top-banner {
    height: 42px;
    padding-left: 0px;
    padding-right: 0px;
    display: table;
    margin-bottom: 10px;
  }
  
  .container-fluid.top-banner .left {
    display: table-cell;
    width: 0px;
  }

  .container-fluid.top-banner .middle {
    display: table-cell;
    width: 0px;
  }

  .container-fluid.top-banner .right {
    background:url(https://s3.amazonaws.com/metameetings-production-assets/public_downloads/assets/000/002/267/original/2019_ATI_MobileBanner-320X42_0213.jpg) no-repeat 0 0;
    height: 42px;
    width: 320px;
    display: table-cell;
  }
}