﻿@font-face {
  font-family: GTHaptic;
  src: url("/Fonts/GT-Haptik-ZS-Regular.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: GTHaptic;
  src: url("/Fonts/GT-Haptik-ZS-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: GTHaptic;
  src: url("/Fonts/GT-Haptik-ZS-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: DMMono;
  src: url("/Fonts/DMMono-Regular.woff2") format("woff2");
  font-weight: normal;
}
body {
  background-color: #fff;
  color: #000;
  font-family: GTHaptic, Arial, Helvetica, sans-serif;
  font-weight: normal;
}

p {
  font-size: 18px;
}

header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
}
header .logo {
  box-sizing: border-box;
  padding: 30px 0;
}
header .logo img {
  height: 36px;
}
header .hero-content-wrapper {
  color: #fff;
  margin-top: 30px;
}
header .hero-content-wrapper .hero-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .hero-content-wrapper .hero-content h1, header .hero-content-wrapper .hero-content h2, header .hero-content-wrapper .hero-content p {
  flex: 0 0 100%;
}
header .hero-content-wrapper .hero-content h1 {
  font-size: 56px;
  margin-bottom: 34px;
}
header .hero-content-wrapper .hero-content h2 {
  font-size: 40px;
  margin-bottom: 28px;
  color: #2bd4fe;
}
header.event-page-header {
  min-height: 480px;
}
header.event-page-header .hero-content-wrapper {
  margin-top: 60px;
}
header.event-page-header .hero-content-wrapper p {
  display: none;
}
header.event-page-header .hero-content-wrapper h1 {
  margin-bottom: 0;
}

.hero-color-bars-wrapper {
  height: 8px;
  display: flex;
}
.hero-color-bars-wrapper div:nth-of-type(1) {
  flex: 0 0 10%;
  background-color: #D2D1D4;
}
.hero-color-bars-wrapper div:nth-of-type(2) {
  flex: 0 0 20%;
  background-color: #2CD3FE;
}
.hero-color-bars-wrapper div:nth-of-type(3) {
  flex: 0 0 10%;
  background-color: #6CFEB3;
}
.hero-color-bars-wrapper div:nth-of-type(4) {
  flex: 0 0 20%;
  background-color: #FF00E2;
}
.hero-color-bars-wrapper div:nth-of-type(5) {
  flex: 0 0 30%;
  background-color: #246BFA;
}
.hero-color-bars-wrapper div:nth-of-type(6) {
  flex: 0 0 10%;
  background-color: #E4F1F9;
}

.nav-bar {
  background: #001744;
  background: linear-gradient(90deg, rgb(0, 23, 68) 0%, rgb(37, 108, 247) 50%, rgb(18, 212, 255) 100%);
  box-sizing: border-box;
  padding: 40px 0;
}
.nav-bar .nav-items-wrapper {
  text-align: center;
}
.nav-bar .nav-items-wrapper button {
  border: 0;
  color: #fff;
  background-color: #FE00E2;
  text-decoration: none;
  font-size: 20px;
  margin: 0 40px;
  padding: 8px 30px;
  font-family: DMMono, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.event-overview {
  box-sizing: border-box;
  padding: 50px 0;
  background-color: #001744;
  color: #fff;
}
.event-overview h4 {
  color: #256CF7;
  font-size: 42px;
  text-align: center;
}
.event-overview .date-line {
  text-align: center;
  font-size: 20px;
}

.intro-section-wrapper {
  margin: 50px 0;
}

.event-intro .intro-content p {
  font-size: 24px;
  line-height: 32px;
}
.event-intro .intro-content button {
  margin-top: 20px;
}
.event-intro .intro-content .speaker-table {
  margin-top: 40px;
}
.event-intro .intro-content .speaker-table .speaker-item {
  border: 1px #a0a0a0 solid;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.event-intro .intro-content .speaker-table .speaker-item .image {
  flex: 0 0 200px;
  width: 200px;
  margin-right: 20px;
}
.event-intro .intro-content .speaker-table .speaker-item .image img {
  width: 100%;
}

.speaker-list-wrapper {
  display: flex;
  column-gap: 40px;
  justify-content: space-between;
}
.speaker-list-wrapper .speaker-list-item {
  display: flex;
  align-items: center;
  border: 1px #a0a0a0 solid;
}
.speaker-list-wrapper .speaker-list-item img {
  width: 200px;
}
.speaker-list-wrapper .speaker-list-item .speaker-detail {
  box-sizing: border-box;
  padding: 20px 20px;
}
.speaker-list-wrapper .speaker-list-item .speaker-detail p {
  font-size: 24px;
  line-height: 32px;
}
.speaker-list-wrapper .speaker-list-item .speaker-detail .speaker-linkedin-link {
  margin-top: 20px;
  display: inline-block;
  border: 1px #0966c2 solid;
  box-sizing: border-box;
  padding: 4px 30px 4px 4px;
  background-color: #0966C2;
}
.speaker-list-wrapper .speaker-list-item .speaker-detail .speaker-linkedin-link a {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  color: #fff;
}
.speaker-list-wrapper .speaker-list-item .speaker-detail .speaker-linkedin-link a i {
  margin-right: 10px;
  padding: 0;
  font-size: 24px;
}

.scroll-to-reg {
  font-size: 16px;
  box-sizing: border-box;
}

.intro-with-image-wrapper {
  display: flex;
}
.intro-with-image-wrapper .intro-content, .intro-with-image-wrapper .intro-image {
  box-sizing: border-box;
}
.intro-with-image-wrapper .intro-content {
  flex: 0 0 60%;
  padding: 0 30px 0 0;
}
.intro-with-image-wrapper .intro-image {
  flex: 0 0 40%;
  padding: 0 0 0 30px;
}
.intro-with-image-wrapper .intro-image img {
  width: 100%;
}

.content-section {
  box-sizing: border-box;
  padding: 60px 0;
}
.content-section h3 {
  font-size: 36px;
}
.content-section p {
  font-size: 20px;
  line-height: 26px;
}
.content-section .section-column-first {
  box-sizing: border-box;
  padding-right: 30px;
}
.content-section .section-column-last {
  box-sizing: border-box;
  padding-left: 30px;
}
.content-section h3.section-heading-text {
  font-size: 40px;
  margin-bottom: 40px;
}
.content-section h3.color-gradient {
  background-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(37, 108, 247) 50%, rgb(43, 212, 254) 100%);
  color: transparent;
  background-clip: text;
}
.content-section.speaker-info {
  margin-top: -20px;
  padding: 0 0 60px 0;
}
.content-section.join-list-items-wrapper {
  box-sizing: border-box;
  padding: 80px 0;
  background-image: linear-gradient(to right, #001744, #011948, #011a4b, #021c4f, #031e53, #052461, #082b6f, #0b327d, #12409a, #184eb8, #1f5dd7, #256cf7);
}
.content-section.join-list-items-wrapper h3 {
  color: #fff;
  font-size: 40px;
}
.content-section.join-list-items-wrapper .list-wrapper .list-item {
  margin: 0px 0;
  display: flex;
  align-items: center;
}
.content-section.join-list-items-wrapper .list-wrapper .list-item .icon {
  margin-right: 20px;
}
.content-section.join-list-items-wrapper .list-wrapper .list-item .icon img {
  height: 140px;
}
.content-section.join-list-items-wrapper .list-wrapper .list-item .content h4 {
  color: #FE00E2;
  font-size: 34px;
}
.content-section.join-list-items-wrapper .list-wrapper .list-item .content p {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
}
.content-section .list-footnote {
  margin-bottom: 40px;
}
.content-section .list-footnote p {
  font-size: 22px;
  line-height: 32px;
}
.content-section.agenda {
  background: #011130;
  background: linear-gradient(180deg, rgb(1, 17, 48) 0%, rgb(35, 107, 245) 100%);
  color: #fff;
}
.content-section.agenda h4 {
  font-size: 32px;
  margin-bottom: 20px;
}
.content-section.agenda .agenda-list-wrapper {
  background-color: #001744;
}
.content-section.agenda .agenda-list-wrapper .agenda-list-item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 6px #082356;
  box-sizing: border-box;
  padding: 20px 0;
}
.content-section.agenda .agenda-list-wrapper .agenda-list-item:last-of-type {
  border-bottom: 0;
}
.content-section.agenda .agenda-list-wrapper .agenda-list-item div {
  box-sizing: border-box;
  padding: 4px 8px;
}
.content-section.agenda .agenda-list-wrapper .agenda-list-item div.italic {
  font-weight: bold;
  color: #256CF7;
}
.content-section.agenda .agenda-list-wrapper .agenda-list-item .time {
  width: 20%;
  flex: 0 0 20%;
  font-size: 22px;
  line-height: 24px;
}
.content-section.agenda .agenda-list-wrapper .agenda-list-item .session-info {
  width: 80%;
  flex: 0 0 80%;
  color: #6BFFB3;
  font-size: 22px;
  line-height: 24px;
}
.content-section.agenda .agenda-list-wrapper .agenda-list-item .session-info .speaker {
  font-size: 16px;
  color: #fff;
}
.content-section.agenda .agenda-list-wrapper .agenda-list-item .session-detail {
  margin-left: 20%;
  width: 80%;
  flex: 0 0 80%;
}
.content-section .find-location-wrapper {
  margin: 20px 0;
}
.content-section .find-location-wrapper h4 {
  font-size: 28px;
  margin-bottom: 20px;
}
.content-section .find-location-wrapper .select-event-items {
  display: flex;
  align-items: center;
}
.content-section .find-location-wrapper .select-event-items select {
  font-family: "DMMono", Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 10px 30px 10px 4px;
  border: 0;
  border-bottom: 3px #2bd4fe solid;
}
.content-section .find-location-wrapper .select-event-items button {
  margin-left: 30px;
}
.content-section .event-ctas-wrapper {
  margin-top: 50px;
}
.content-section .event-ctas-wrapper .cta-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 50px;
}
.content-section .event-ctas-wrapper .cta-list-wrapper .cta-item {
  border: 1px #a0a0a0 solid;
  flex: 0 0 300px;
  width: 300px;
  padding-bottom: 80px;
  position: relative;
}
.content-section .event-ctas-wrapper .cta-list-wrapper .cta-item .cta-image {
  background: no-repeat center center;
  width: 300px;
  height: 200px;
}
.content-section .event-ctas-wrapper .cta-list-wrapper .cta-item .cta-content {
  box-sizing: border-box;
  padding: 10px 10px 20px 10px;
}
.content-section .event-ctas-wrapper .cta-list-wrapper .cta-item .cta-content h4, .content-section .event-ctas-wrapper .cta-list-wrapper .cta-item .cta-content h5, .content-section .event-ctas-wrapper .cta-list-wrapper .cta-item .cta-content p {
  margin: 0;
}
.content-section .event-ctas-wrapper .cta-list-wrapper .cta-item .cta-content h4 {
  font-size: 22px;
  color: #256CF7;
  margin-bottom: 10px;
}
.content-section .event-ctas-wrapper .cta-list-wrapper .cta-item .cta-content h5 {
  font-size: 14px;
}
.content-section .event-ctas-wrapper .cta-list-wrapper .cta-item .cta-content p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
}
.content-section .event-ctas-wrapper .cta-list-wrapper .cta-item .cta-content .cta-date {
  margin: 14px 0 20px 0;
  font-size: 13px;
  box-sizing: border-box;
  padding: 4px 10px;
  display: inline-block;
  background-color: #cbd6df;
  font-family: "DMMono", Arial, Helvetica, sans-serif;
}
.content-section .event-ctas-wrapper .cta-list-wrapper .cta-item .cta-save-your-seat {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 15px;
  text-align: center;
}

.venue-details {
  background: #001744 no-repeat center center;
  background-size: cover;
}
.venue-details .venue-details-container {
  background-color: #fff;
  box-sizing: border-box;
  padding: 50px 50px;
  display: flex;
}
.venue-details .venue-details-container .info, .venue-details .venue-details-container .images {
  flex: 0 0 50%;
  box-sizing: border-box;
}
.venue-details .venue-details-container .info {
  padding-right: 30px;
}
.venue-details .venue-details-container .info .info-item {
  margin-bottom: 20px;
}
.venue-details .venue-details-container .info h4 {
  color: #256CF7;
  font-size: 32px;
}
.venue-details .venue-details-container .info h5 {
  font-size: 28px;
}
.venue-details .venue-details-container .info p {
  font-size: 16px;
  margin: 0;
}
.venue-details .venue-details-container .info button {
  margin-top: 30px;
}
.venue-details .venue-details-container .images {
  padding-left: 30px;
}
.venue-details .venue-details-container .images .image-item {
  margin-bottom: 30px;
}
.venue-details .venue-details-container .images .image-item:last-of-type {
  margin-bottom: 0;
}
.venue-details .venue-details-container .images .image-item img {
  width: 100%;
}

.event-list-wrapper {
  background-color: #001744;
  color: #fff;
}
.event-list-wrapper .list-wrapper .list-item {
  display: flex;
  margin: 40px 0;
  align-items: center;
}
.event-list-wrapper .list-wrapper .list-item .icon {
  margin-right: 30px;
}
.event-list-wrapper .list-wrapper .list-item .icon img {
  width: 70px;
}
.event-list-wrapper .list-wrapper .list-item .content h4 {
  color: #256CF7;
  font-size: 34px;
}
.event-list-wrapper .list-wrapper .list-item .content p {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
}

.site-button {
  font-family: DMMono, Arial, Helvetica, sans-serif;
  padding: 6px 20px;
  border: 0;
  background-color: #FE00E2;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.site-button:hover {
  color: #fff;
}

.display-form {
  cursor: pointer;
}

.save-info {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.save-info .save-button-wrapper {
  margin-right: 30px;
}
.save-info .info-wrapper {
  font-size: 20px;
  line-height: 24px;
}

footer {
  background-color: #001744;
  border-top: 1px #a0a0a0 solid;
  padding: 50px 0;
}
footer img {
  height: 34px;
}

.modal-dialog {
  max-width: 600px;
}
.modal-dialog .modal-header {
  background-color: #001744;
  color: #fff;
}
