section h3 {
  color: #F05A23;
  margin-bottom: 20px;
  line-height: 100%;
  font-size: 20px;
  font-weight: 500;
}
section.mobile-only {
  display: none;
}
@media (max-width: 767.98px) {
  section.mobile-only {
    display: block;
  }
}
section.mobile-only h2 {
  font-size: 20px;
  color: #F05A23;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  section.mobile-only h2 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  section.mobile-only p {
    font-size: 18px;
  }
}

.banner {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .banner {
    display: flex;
    flex-direction: column-reverse;
  }
}
.banner .description {
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 50%;
  padding: 0 0 0 60px;
}
@media (max-width: 991.98px) {
  .banner .description {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 767.98px) {
  .banner .description {
    margin-top: 20px;
    padding: 0;
    width: auto;
    position: relative;
    top: auto;
    transform: none;
  }
}
.banner .description h2 {
  color: #FFFFFF;
  font-size: 40px;
  line-height: 48px;
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .banner .description h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 767.98px) {
  .banner .description h2 {
    font-size: 24px;
    line-height: 30px;
    color: #F05A23;
  }
}
.banner .description p {
  color: #FFFFFF;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .banner .description p {
    font-size: 18px;
    color: #4D4D4D;
  }
}
.banner.half {
  display: flex;
}
@media (max-width: 767.98px) {
  .banner.half {
    flex-direction: column-reverse;
  }
}
.banner.half .description {
  position: relative;
  width: auto;
  top: auto;
  transform: none;
  flex: 0 0 50%;
  background-color: #F9F9F9;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 60px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
@media (max-width: 991.98px) {
  .banner.half .description {
    padding: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .banner.half .description {
    margin-top: 20px;
    flex: 0 0 100%;
    padding: 0;
    background-color: transparent;
    display: none;
  }
}
.banner.half .description h2 {
  font-size: 40px;
  line-height: 48px;
  margin-top: 0;
  color: #F05A23;
}
@media (max-width: 991.98px) {
  .banner.half .description h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 767.98px) {
  .banner.half .description h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.banner.half .description p {
  color: #4D4D4D;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .banner.half .description p {
    font-size: 18px;
  }
}
.banner.half .images {
  flex: 0 0 50%;
}
.banner.half .images:after {
  display: none;
}
.banner.half .images img {
  width: 100%;
  height: auto;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
@media (max-width: 767.98px) {
  .banner.half .images img {
    display: none;
    border-radius: 5px;
  }
}
.banner.half .images img.responsive {
  display: none;
}
@media (max-width: 767.98px) {
  .banner.half .images img.responsive {
    display: block;
  }
}
.banner.video {
  position: relative;
  border-radius: 3px;
}
.banner.video:before {
  display: none;
}
.banner.video .description {
  width: 40%;
}
@media (max-width: 991.98px) {
  .banner.video .description {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 767.98px) {
  .banner.video .description {
    margin-top: 20px;
    padding: 0;
    width: auto;
    position: relative;
    top: auto;
    transform: none;
  }
}

.banner-video .banner-desc {
  margin-bottom: 0;
  padding: 40px;
}
@media (max-width: 767.98px) {
  .banner-video .banner-desc {
    padding-bottom: 0;
  }
}
.nav-breadcrumb {
  margin-bottom: 0;
}

.page-title-container {
  padding: 0;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .page-title-container {
    display: none;
  }
}

.page-desc {
  display: none;
}

.section--top .banner {
  z-index: -1;
}
.section--top .event-details {
  margin-top: -68px;
  word-break: break-all;
}
@media (max-width: 767.98px) {
  .section--top .event-details {
    margin-top: -28px;
  }
}

.event-details span {
  color: #F05A23;
  margin-bottom: 15px;
  line-height: 100%;
  font-size: 18px;
  font-weight: 500;
  display: block;
}
.event-details span + span {
  color: #646565;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
}
.event-details a {
  line-height: 100%;
  font-size: 16px;
  color: #646565;
  transition: all 0.3s;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
}
.event-details a:hover {
  color: #F05A23;
}
.event-details a:after {
  height: 16px;
}

.section--related-docs .related-docs .event-dates {
  padding-left: 0;
}

.details-page-content .video {
  margin-bottom: 40px;
}
.details-page-content .covers {
  margin-bottom: 40px;
}
.details-page-content section h2 {
  color: #F05A23;
  margin-bottom: 20px;
  line-height: 100%;
  font-size: 20px;
  font-weight: 500;
}
.details-page-content section h3 {
  font-size: 16px;
  font-weight: 500;
}
.details-page-content section a {
  line-height: 100%;
  font-size: 16px;
  color: #646565;
  transition: all 0.3s;
  text-decoration: none;
}
.details-page-content section a:hover {
  color: #F05A23;
}
.details-page-content section .speakers h3 {
  font-size: 20px;
  font-weight: 500;
}
