@media print {
  footer {
    display: none !important;
  }
  body {
    background: #fff none !important;
    color: #000;
  }
  body #cookie-notice,
  body #workshops,
  body #display-newsletter-admin {
    display: none !important;
  }
  body section#intro {
    display: none;
  }
  body * {
    color: #000 !important;
  }
  body header#main-header {
    display: none !important;
  }
  body a.open-overlay .hero,
  body a.open-overlay .speaker-slider {
    display: none !important;
  }
  body .txt.print-txt {
    display: block;
    margin-top: 20px;
  }
  body #conference-overlay.active {
    position: static;
    top: auto;
    left: auto;
    width: auto;
    height: 100%;
  }
  body #conference-overlay.active ~ #main {
    display: none;
  }
  body #conference-overlay.active .box {
    padding: 0;
  }
  body #conference-overlay.active .desktop-hidden,
  body #conference-overlay.active .image-wrapper,
  body #conference-overlay.active .header,
  body #conference-overlay.active .navigation {
    display: none !important;
  }
  body #conference-overlay.active .content.event .txt {
    margin-bottom: 20px;
  }
  body section#agenda {
    height: 100%;
    padding: 0 !important;
  }
  body section#agenda .day-header {
    display: none !important;
  }
  body section#agenda .row > .header {
    display: none;
  }
  body section#agenda .row .event-tile {
    min-height: 1px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding: 15px 0 !important;
  }
  body section#agenda .row .event-tile:last-child {
    border-bottom: 0;
  }
  body section#agenda .row .inner {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }
  body section#agenda .row .track {
    background-color: #fff !important;
  }
  body section#agenda .row .track a {
    color: #000 !important;
    font-weight: bold !important;
  }
  body section#agenda .row .date-time {
    padding-top: 5px !important;
  }
  body section#agenda .row .left-tag {
    display: none !important;
  }
  body section#agenda .row .content > * {
    padding: 0 !important;
  }
  body section#agenda .row .speakers a {
    display: inline-block !important;
  }
  body section#agenda .row .title-link h2 {
    position: relative;
    visibility: hidden;
    margin-bottom: -32px;
    padding: 3px 0 5px 0 !important;
  }
  body section#agenda .row .title-link h2:before {
    visibility: visible;
    content: attr(data-title);
    display: block;
    line-height: 1;
  }
}