﻿@media screen and (max-width: 768px) {
  header {
    background: none;
    min-height: initial;
  }
  header .logo {
    text-align: center;
  }
  header .logo img {
    height: 26px;
  }
  header.event-page-header {
    min-height: initial;
  }
  header .hero-content-wrapper {
    margin-top: 10px !important;
  }
  header .hero-content-wrapper .hero-content {
    display: block;
  }
  header .hero-content-wrapper .hero-content h1 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 10px;
  }
  header .hero-content-wrapper .hero-content h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
  }
  header .hero-content-wrapper .hero-content p {
    text-align: center;
    margin-bottom: 20px;
  }
  .save-info {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .save-info .save-button-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .save-info .info-wrapper {
    font-size: 18px;
  }
  .nav-bar .nav-items-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .nav-bar .nav-items-wrapper button {
    font-size: 14px;
    margin: 0;
    padding: 3px 10px;
  }
  .event-overview {
    padding: 20px 0;
  }
  .event-overview h4 {
    font-size: 24px;
  }
  .event-overview .date-line {
    font-size: 16px;
  }
  .content-section {
    padding: 30px 0;
  }
  .content-section.agenda h4 {
    font-size: 24px;
    text-align: center;
  }
  .content-section.agenda .agenda-list-wrapper .agenda-list-item:last-of-type {
    border-bottom: 0;
  }
  .content-section.agenda .agenda-list-wrapper .agenda-list-item .time, .content-section.agenda .agenda-list-wrapper .agenda-list-item .session-info {
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }
  .content-section.agenda .agenda-list-wrapper .agenda-list-item .session-info .speaker {
    font-size: 14px;
  }
  .content-section.agenda .agenda-list-wrapper .agenda-list-item .session-detail {
    margin-left: 0;
    font-size: 14px;
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
  }
  .content-section.event-intro {
    padding: 20px 0;
  }
  .content-section.event-intro .intro-with-image-wrapper {
    display: block;
  }
  .content-section.event-intro .intro-with-image-wrapper .intro-content {
    text-align: center;
    padding: 0;
  }
  .content-section.event-intro .intro-with-image-wrapper .intro-content h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .content-section.event-intro .intro-with-image-wrapper .intro-content p {
    text-align: left;
    font-size: 18px;
    line-height: 26px;
  }
  .content-section.event-intro .intro-with-image-wrapper .intro-content button {
    margin-top: 20px;
  }
  .content-section.event-intro .intro-with-image-wrapper .intro-image {
    display: none;
  }
  .content-section.event-intro .speaker-table {
    width: 100%;
    display: block;
    align-items: center;
  }
  .content-section.event-intro .speaker-table .image {
    text-align: center;
    width: 200px;
    margin-right: 0;
  }
  .content-section.event-intro .speaker-table .image img {
    width: 100%;
  }
  .content-section .find-location-wrapper .select-event-items {
    display: block;
    text-align: center;
  }
  .content-section .find-location-wrapper .select-event-items select {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .content-section .find-location-wrapper .select-event-items button {
    display: inline-block;
    margin: 0 auto;
  }
  .content-section .event-ctas-wrapper {
    margin-top: 50px;
  }
  .content-section .event-ctas-wrapper .cta-list-wrapper {
    display: block;
  }
  .content-section .event-ctas-wrapper .cta-list-wrapper .cta-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .content-section .event-ctas-wrapper .cta-list-wrapper .cta-item .cta-image {
    width: 100%;
  }
  .content-section.join-list-items-wrapper {
    padding: 40px 0;
  }
  .content-section.join-list-items-wrapper h3 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
  }
  .content-section.join-list-items-wrapper .list-wrapper .list-item {
    display: block;
  }
  .content-section.join-list-items-wrapper .list-wrapper .list-item .icon {
    margin-right: 0 !important;
    text-align: center;
  }
  .content-section.join-list-items-wrapper .list-wrapper .list-item .content {
    margin-top: -10px;
  }
  .content-section.join-list-items-wrapper .list-wrapper .list-item .content h4 {
    font-size: 22px;
    text-align: center;
  }
  .content-section.join-list-items-wrapper .list-wrapper .list-item .content p {
    font-size: 18px;
    text-align: center;
  }
  .content-section.venue-details {
    padding: 20px 0;
  }
  .content-section.venue-details .venue-details-container {
    display: block;
    padding: 20px 20px;
  }
  .content-section.venue-details .venue-details-container .info {
    text-align: center;
  }
  .content-section.venue-details .venue-details-container .info h4 {
    font-size: 24px;
  }
  .content-section.venue-details .venue-details-container .info h5 {
    font-size: 20px;
  }
  .content-section.venue-details .venue-details-container .info p {
    font-size: 12px;
    line-height: 18px;
  }
  .content-section.venue-details .venue-details-container .images {
    padding: 0;
    margin-top: 20px;
  }
  .content-section.event-list-wrapper {
    padding: 20px 0;
    text-align: center;
  }
  .content-section.event-list-wrapper button {
    margin: 20px 0;
  }
  .content-section.event-list-wrapper h3 {
    font-size: 24px;
    text-align: center;
  }
  .content-section.event-list-wrapper .list-wrapper .list-item {
    margin: 30px 0;
    display: block;
  }
  .content-section.event-list-wrapper .list-wrapper .list-item .icon {
    text-align: center;
    margin-right: 0;
  }
  .content-section.event-list-wrapper .list-wrapper .list-item .icon img {
    width: 50px;
  }
  .content-section.event-list-wrapper .list-wrapper .list-item .content {
    text-align: center;
    margin-top: 10px;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .content-section.event-list-wrapper .list-wrapper .list-item .content h4 {
    font-size: 22px;
  }
  .content-section.event-list-wrapper .list-wrapper .list-item .content p {
    font-size: 14px;
    line-height: 16px;
  }
  .content-section.speaker-info {
    margin-top: 20px;
  }
  .intro-section-wrapper {
    margin: 10px 0;
  }
  .speaker-list-wrapper {
    display: block;
    margin-top: -20px;
  }
  .speaker-list-wrapper .speaker-list-item {
    display: block;
    text-align: center;
    border: 0;
    border-bottom: 1px #a0a0a0 solid;
    padding: 40px 0 20px 0;
  }
  .speaker-list-wrapper .speaker-list-item:last-of-type {
    border: 0;
  }
  .speaker-list-wrapper .speaker-list-item .speaker-detail {
    padding: 20px 0 0 0;
  }
  .speaker-list-wrapper .speaker-list-item .speaker-detail p {
    font-size: 22px;
    text-align: center;
  }
  footer {
    padding: 20px 0;
    border-top: 3px #a0a0a0 solid;
  }
  footer a {
    display: block;
    text-align: center;
  }
  footer img {
    height: 24px;
  }
}
