/* Global Styles */
body {
	background-color: #303138;
}

/* Typography */
.f16-lg {
	font-size: 8.875rem;
}

.c-copy p,
.c-copy + p {
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
}

.text-b {
	font-weight: bold;
}

.hero-hold .clusterdate {
	bottom: -40px;
	right: -110px;
}

.region {
	top: -5px;
	right: 156px;
	letter-spacing: 4px;
}

.region_od {
	top: -5px;
	right: 214px;
	letter-spacing: 4px;
}

/* .hero-hold h1:not(.thankyou) {
	font-size: 10rem;
} */

h2.sidespark {
	font-size: 12rem;
}

h3.sidespark {
	right: -250px;
	top: -50px;
}

.slug-dot {
	background-color: #00ffff;
}

.hero-hold .clusterdate .o-30 {
	opacity: 1;
}

.dateholder {
	border-width: 2px;
	border-top: none;
}

/* Buttons */
.btn-white div span {
	color: #ffffff;
}

/* Color Themes */
.color-turq {
	color: #00ffff;
}

.color-bg-turq {
	background-color: #00ffff;
	color: #252328 !important;
}

.color-bg-turq .color-bg-ui-primary {
	color: #252328;
	background-color: #00ffff;
	box-shadow: inset 0 0 0 2px #00ffff;
}

.color-bg-turq .color-bg-ui-primary span,
.color-bg-turq .color-bg-ui-primary:hover {
	color: #252328 !important;
	box-shadow: inset 0 0 0 2px #00ffff;
}

#sessions .c-btn--icon-right .c-icon {
	padding-left: 0;
}

/* Ticker */
.ticker,
.ticker__list {
	display: flex;
}

.ticker__item,
.ticker__item.social {
	width: 120px;
	flex: none;
	align-self: start;
}

.ticker__item.social {
	height: 120px;
	padding: 0 15px;
}

.ticker-item {
	display: flex;
	align-content: center;
	align-items: center;
	align-self: center;
}

.ticker__list {
	margin: 30px 0;
}

.ticker__item svg {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	max-height: 30px;
	max-width: 100px;
}

.ticker__item img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	object-fit: contain;
	max-width: 140px;
	max-height: none;
}

/* Slider */
#slider {
	position: relative;
	overflow: hidden;
	height: 710px;
}
#slider-tablet {
	position: relative;
	overflow: hidden;
}

.slide {
	position: absolute;
	width: 100%;
	left: 100%;
	display: flex;
	flex-wrap: wrap;
}
.slide-tablet {
	position: absolute;
}

.slider-controls {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

.slider-controls button {
	background: none;
	border: none;
	cursor: pointer;
}

.pagination-container {
	display: flex;
	justify-content: center;
}

.pagination {
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.pagination li {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	background-color: #ccc;
	border-radius: 50%;
	cursor: pointer;
}

.pagination li.active {
	background-color: #00ffff;
}

/* Session Boxes */
.session-box {
	box-sizing: border-box;
	height: 330px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.session-box.large {
	width: 60%;
}

.session-box.small {
	width: 40%;
}

.session-box h3 {
	margin: 0 0 10px 0;
}

.session-box p {
	margin: 10px 0 0 0;
	line-height: 1.4;
}

.session-box .author-icon {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border: 2px solid #2a282f;
}

.session-box .company_logo {
	max-width: 90px;
	width: auto;
	display: inline-block;
	height: 50px;
	margin-right: 16px;
}

.session-box .company_logo:only-child {
	margin-right: 0;
}

.session-box .company_logo svg,
.session-box .company_logo img {
	object-fit: contain;
	max-height: 25px;
	max-width: 130px;
	width: 100%;
	height: 100%;
}

.session-box .company_logos {
	position: absolute;
	bottom: 0px;
}

.session-box .company_logos.od-true {
	right: 30px;
}

.session-box .company_logo svg path {
	fill: #ffffff;
}

.session-box .author-icon:not(:first-of-type) {
	margin-left: -20px;
}

.session-box .modal-box {
	top: 1rem;
	left: 2rem;
	right: 1rem;
	bottom: 1rem;
}

.tabs .nav {
	list-style: none;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 0;
	text-align: center;
}

.tabs li:not(.caption li) {
	padding: 15px 25px;
	background-color: transparent;
	border: 2px solid #c6c7cc;
	border-radius: 50px;
	cursor: pointer;
	align-items: center;
	min-width: 64px;
	justify-content: center;
}

.tabs li a {
	color: #ffffff;
}

.tabs li:not(:first-child):not(:last-child):not(.caption li) {
	margin: 0 15px;
}

.tabs.two-less li:first-child {
	margin-right: 7.5px;
}

.tabs.two-less li:last-child {
	margin-left: 7.5px;
}

.tabs .nav li.active {
	border: 2px solid #00ffff;
}

.tabs .tab-content {
	display: none;
	padding-top: 20px;
}

.tabs .tab-content.active {
	display: block;
}

.tabs table {
	color: #ffffff;
	border-collapse: collapse;
}

.tabs table thead th:first-child {
	color: #00ffff;
}

.tabs table thead {
	border-bottom: 1px solid #505057;
	vertical-align: bottom;
}

.tabs table tbody tr td:nth-child(1) {
	font-weight: bold;
}

.tabs table tbody tr td:nth-child(6) {
	font-weight: bold;
}

.tabs table tbody tr td:nth-child(6) span {
	width: 90%;
}

.tabs table span:not(.t_date) {
	padding: 10px;
	display: block;
}
.tabs table span.t_date {
	font-size: 1rem;
	color: #00ffff;
	display: block;
}

.tabs table tbody tr td:nth-child(2) span.time {
	background-color: #51505a;
	border-radius: 5px;
	padding: 2px 5px;
	font-size: 0.85rem;
	text-align: center;
	display: inline-block;
}

.tabs table span.date,
.tabs table span.timezone {
	display: none;
}

.tabs table tbody tr td:nth-child(7) span {
	opacity: 0.5;
}

.tabs table tbody tr[data-break='true'] {
	background-color: #303138;
}

.tabs table th,
.tabs table td {
	padding: 5px;
}

.tabs .caption {
	color: #868690;
	text-align: left;
}

.tabs .caption ul {
	list-style-type: disc;
	padding-top: 20px;
	padding-left: 20px;
}

/* Misc */
.tick-flip-card,
.tick-flip-panel-front,
.tick-flip-panel-back,
.tick-flip-shadow-top,
.tick-flip-shadow-bottom,
.tick-flip-card-shadow {
	display: none;
}

.tick-flip-spacer {
	visibility: visible;
	color: white;
	font-weight: 100;
	letter-spacing: normal;
	width: 45px;
}

.tick-group {
	margin-left: 20px;
}

.tick-flip {
	margin-left: 0;
	margin-right: 0;
	min-width: 0;
	letter-spacing: 0;
	text-indent: 10px;
}

.tick {
	margin-left: -80px;
}

.tick [data-view] {
	text-align: right;
	margin-top: 0;
	font-weight: normal;
	color: #ffffff;
}

.tick [data-layout~='horizontal'][data-layout~='fit'] {
	font-size: 4.875rem !important;
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	white-space: nowrap;
	justify-content: center;
}

.summit-form h1 {
	font-size: 3.875rem;
	color: #ffffff !important;
	font-style: normal;
	font-weight: 600;
}

.summit-form p {
	line-height: normal;
	letter-spacing: -1px;
	color: #ffffff !important;
}

.summit-form form p {
	line-height: normal;
	letter-spacing: -0.5px;
	color: #51505a !important;
}

.summit-form button .color-bg-ui-primary {
	background-color: #2a282f !important;
}

.summit-form .c-form__content + .c-copy a {
	color: #51505a;
	text-decoration: underline;
	border: none;
}

.navigation-container {
	top: 50%;
	transform: translateY(123%);
	display: block;
	width: 110%;
	height: 50px;
	left: -5%;
}

.navigation-container #prev {
	left: -30px;
	position: absolute;
}

.navigation-container #next {
	right: -30px;
	position: absolute;
}

.navigation-container .c-btn {
	border-radius: 9999px !important;
}

.faq-minus {
	display: none;
}

.faq-open .faq-minus {
	display: block;
}

.faq-open .faq-plus {
	display: none;
}
#faqs a:not(.btn) {
	border: none;
	text-decoration: underline;
	color: #00ffff;
}

::selection {
	background: #00ffff;
	color: #2a282f;
}

::-moz-selection {
	background: #00ffff;
	color: #2a282f;
}

#x-client-nav-wrapper li .u-onHover-reveal__target .c-heading {
	color: #303138;
}

#x-client-nav-wrapper li .u-onHover-reveal__target .c-heading p {
	color: #868690;
}

#x-sticky-nav-wrapper,
#x-client-nav-wrapper {
	display: none;
}

.c-navsite--logo {
	height: 30px;
}

.top-nav ul {
	display: inline-flex;
	align-items: center;
}

.top-nav ul li {
	margin-left: 25px;
}

.top-nav ul li a:not(.c-btn) {
	color: #ffffff;
	text-decoration: none;
	border: none;
}

.top-nav ul li .c-btn {
	text-decoration: none;
	border: none;
}

section.sessions-section .navigation-container-inner {
	display: none;
}

@media (min-width: 75em) {
	.f16-lg {
		font-size: 10.875rem;
	}
}

#wpadminbar {
	display: none;
}

.hero-star {
	top: -10px;
	right: -80px;
}

/* Updated CSS */
.star-container {
	position: absolute;
	width: 100px;
	height: 100px;
}

.arm {
	position: absolute;
	width: 4px;
	height: 18px;
	background-color: rgb(255, 255, 255);
	top: 50%;
	left: 50%;
	transform-origin: bottom center;
}

.arm:nth-child(1) {
	transform: translate(-50%, -50%);
}

.arm:nth-child(2) {
	transform: translate(-50%, -50%) rotate(290deg);
}

.arm:nth-child(3) {
	transform: translate(-50%, -50%) rotate(72deg);
}

.arm:nth-child(4) {
	transform: translate(-50%, -50%) rotate(144deg);
}

.arm:nth-child(5) {
	transform: translate(-50%, -50%) rotate(216deg);
}

.arm:nth-child(6) {
	transform: translate(-50%, -50%) rotate(288deg);
}

.star-container:hover .center {
	opacity: 0;
}

@keyframes shootUp {
	0%,
	19%,
	38%,
	57%,
	76%,
	95% {
		opacity: 1;
	}
	17%,
	36%,
	55%,
	74%,
	93% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translate(-50%, calc(-50% - 80px)) rotate(0deg);
		height: 4px;
	}
}

@keyframes shootDiagonal1 {
	0%,
	19%,
	38%,
	57%,
	76%,
	95% {
		opacity: 1;
	}
	17%,
	36%,
	55%,
	74%,
	93% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translate(calc(2710% - 100px), -310%) rotate(40deg);
		height: 4px;
	}
}

@keyframes shootLeft {
	0%,
	19%,
	38%,
	57%,
	76%,
	95% {
		opacity: 1;
	}
	17%,
	36%,
	55%,
	74%,
	93% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translate(calc(2710% - 100px), 150%) rotate(40deg);
		height: 4px;
	}
}

@keyframes shootDiagonal2 {
	0%,
	19%,
	38%,
	57%,
	76%,
	95% {
		opacity: 1;
	}
	17%,
	36%,
	55%,
	74%,
	93% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translate(calc(10% - 70.71px), calc(400% - 70.71px)) rotate(216deg);
		height: 4px;
	}
}

@keyframes shootRight {
	0%,
	19%,
	38%,
	57%,
	76%,
	95% {
		opacity: 1;
	}
	17%,
	36%,
	55%,
	74%,
	93% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translate(calc(-3310% + 100px), -460%) rotate(348deg);
		height: 4px;
	}
}

.arm.paused {
	animation-play-state: paused !important;
}

.arm.reversed {
	animation-direction: reverse !important;
	animation-fill-mode: forwards !important;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

#hero {
	overflow: hidden;
	height: 650px;
}

#hero button.c-btn {
	background-color: #303139;
	box-shadow: inset 0 0 0 1px #868690;
}

#hero button.c-btn:hover {
	background-color: #303139;
	box-shadow: inset 0 0 0 1px #c6c7cc;
}

svg.tri {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -62%);
	width: 120%;
	pointer-events: none;
}

#form svg.tri {
	height: 100%;
	top: 60%;
}

.grey-btn {
	background-color: #303138;
	transition: 0.3s ease all;
	box-shadow: inset 0 0 0 2px #868690;
	border: none;
}

.grey-btn:hover {
	background-color: #2a282f;
	box-shadow: inset 0 0 0 2px #868690;
	border: none;
}

.hero-poly {
	top: -260px;
	width: 75%;
	animation-name: tri;
	animation-duration: 30s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes tri {
	0% {
		transform-origin: right left;
		transform: translateY(-20px) rotate(5deg);
	}
	50% {
		transform-origin: right left;
		transform: translate(-20px, 20px) rotate(-10deg);
	}
	100% {
		transform-origin: right left;
		transform: translateY(-20px) rotate(5deg);
	}
}

.custom-dropdown {
	position: relative;
	width: fit-content;
	display: block;
	margin: 0 auto;
}

.selected-option {
	border: 2px solid #c6c7cc;
	cursor: pointer;
	background-image: url('data:image/svg+xml,<svg viewBox="0 0 16 16" id="core-icon-chevron-down" xmlns="http://www.w3.org/2000/svg"><path d="M7.29 11.71l-5-5a1 1 0 011.42-1.42L8 9.59l4.29-4.3a1 1 0 111.42 1.42l-5 5a1 1 0 01-1.42 0z" fill="%23ffffff" fill-rule="evenodd"/></svg>');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 68px 30px;
	padding-right: 90px;
}

.options-container {
	display: none;
	position: absolute;
	top: 110%;
	border: 2px solid #c6c7cc;
	width: 100%;
	z-index: 1;
	width: 45%;
	right: 0;
}

.option {
	padding: 10px 23px;
	cursor: pointer;
	position: relative;
	text-align: left;
	font-weight: bold;
}

.option::after {
	content: '';
	border-bottom: 1px solid #ffffff;
	position: absolute;
	bottom: 0;
	left: 10%;
	display: block;
	width: 80%;
}

.option:last-child::after {
	display: none;
}

.option.selected-time {
	background-image: url('data:image/svg+xml,<svg width="11" height="10" viewBox="0 0 11 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 6L1.5 4.5L3.5 6.5L9.5 0.5L11 2L5 8L3.5 9.5L2 8L0 6Z" fill="white"/></svg>');
	background-repeat: no-repeat;
	background-position: 90% 15px;
}

.option:hover {
	background-color: #303138;
}

/* body.dark-mode:before {
  display: block;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  content: '';
  z-index: 1000;
  opacity: 0.5;
}

.u-object-hover--active, .u-object-hover:hover {
  transform: none;
} */

.outer-button-holder {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
}
.outer-button-holder .button-holder {
	padding: 0;
	margin: 0;
}
.hero-content {
	padding-left: 0;
	padding-right: 0;
}

.hero-hold .clusterdate {
	bottom: -40px;
	right: -110px;
}
.date-div {
	padding: 1rem 0 1rem 0 !important;
}
.agenda-section .tabs li:not(.caption li) {
	padding: 10px 17px;
}

.tab-content td[data-label='SPEAKER'] {
	width: 280px;
}

.tab-content td[data-label='TOPIC'] {
	width: 570px;
}

.tab-content tr td:nth-child(2),
.tab-content tr td:nth-child(3),
.tab-content tr td:nth-child(4),
.tab-content tr td:nth-child(5) {
	min-width: 90px;
}
.tab-content tr td:nth-child(1) {
	min-width: 120px;
}

.close-btn-modal {
	right: 8px;
	top: 8px;
}

@media (max-width: 768px) {
	.tick {
		margin-left: 0;
	}
	.hero-hold h1 {
		font-size: 6.5rem;
	}

	.hero-hold h1.thankyou {
		font-size: 4rem;
	}

	.region {
		top: -5px;
		right: 93px;
		letter-spacing: 4px;
	}

	.region_od {
		top: -5px;
		right: 106px;
		letter-spacing: 4px;
	}

	.hero-poly {
		position: absolute;
		top: -220px;
		width: 70%;
		right: -30px;
	}

	#hero {
		height: auto;
	}
	.tick [data-layout~='horizontal'][data-layout~='fit'] {
		letter-spacing: 2px !important;
		text-align: center;
	}

	.tick-group {
		margin-left: 15px;
	}

	.tick-label {
		text-align: right;
		font-size: 12px;
	}

	svg.tri {
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translate(-55%, -62%);
		width: 260%;
		pointer-events: none;
	}

	.summit-form h1 {
		font-size: 3rem;
	}

	.navigation-container button a {
		background-color: transparent;
	}

	.navigation-container button a svg {
		fill: #ffffff;
		width: 2em;
		height: 2em;
	}

	.navigation-container .c-btn__color-mix.color-bg-grey-8 {
		background-color: transparent;
	}
	.navigation-container .c-btn__color.color-bg-ui-primary {
		background-color: transparent;
		color: #ffffff;
		box-shadow: none;
	}

	.navigation-container {
		bottom: 20px;
		display: block;
		width: 60%;
		height: 50px;
		left: 20%;
		top: auto;
	}

	.navigation-container:before {
		content: '';
		border-left: 1px solid #a5a5a5;
		height: 69%;
		position: absolute;
		left: 52%;
		right: 0;
		width: 1px;
		transform: translateY(50%);
		color: #858585;
	}

	.pagination-container {
		display: none;
	}
}

@media (max-width: 414px) {
	.tick {
		margin-left: 0;
	}
	.session-box .author-icon {
		width: 60px;
		height: 60px;
	}

	.outer-hero-div {
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}
	.hero-hold .clusterdate {
		bottom: -19px;
		right: -22px;
		font-size: 24px;
	}

	.session-box {
		height: auto;
	}

	.close-btn-modal {
		right: 15px;
	}
	.region_od {
		top: -5px;
		right: 80px;
		letter-spacing: 4px;
	}
	.modal-box {
		top: 0px !important;
		left: 0px !important;
		right: 1rem !important;
		bottom: 1rem !important;
		position: absolute !important;
		width: 100% !important;
	}
	.days br:nth-child(1) {
		display: none;
	}

	.modal-box .h-100 {
		height: fit-content;
	}

	.session-box .company_logos {
		position: relative;
	}
	.session-box .company_logos.od-true {
		right: auto;
	}
	.u-object-hover--active,
	.u-object-hover:hover {
		transform: none;
	}
	svg.tri {
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translate(-55%, -62%);
		width: 260%;
		pointer-events: none;
		display: none;
	}

	/** the timing cells **/
	table.tl tbody tr:not([data-break='true']) td:nth-child(3),
	table.tl tbody tr:not([data-break='true']) td:nth-child(4),
	table.tl tbody tr:not([data-break='true']) td:nth-child(5) {
		flex: 0 0 90%;
		padding-left: 20px;
		background-color: #2a282f;
		margin-left: 5%;
	}

	.ticker__list {
		margin: 0;
	}

	.hero-poly {
		position: relative;
		top: -70px;
		margin-bottom: -90px;
		width: 50%;
		display: none;
	}
	.tick [data-layout~='horizontal'][data-layout~='fit'] {
		font-size: 45px !important;
		letter-spacing: 2px !important;
		width: auto;
		text-align: center;
		margin-left: -20px;
	}

	.options-container {
		width: 90%;
	}
}
@media screen and (max-width: 415px) {
	.tick {
		margin-left: 0;
	}
	.tick [data-layout~='horizontal'][data-layout~='fit'] {
		font-size: 3.3rem !important;
	}
	.tick-flip-spacer {
		width: 34px;
	}
}

@media screen and (min-width: 416px) and (max-width: 915px) {
	.tick {
		margin-left: 0;
	}
	.tick [data-layout~='horizontal'][data-layout~='fit'] {
		font-size: 3.5rem !important;
	}
	.tick-flip-spacer {
		width: 30px;
	}
	.hero-poly {
		top: -220px;
		right: -60px;
	}
	.hero-hold .clusterdate {
		bottom: -30px;
		right: -90px;
		font-size: 2rem;
	}
}

@media screen and (min-width: 431px) and (max-width: 915px) {
	#hero {
		height: 530px;
	}
}

@media screen and (max-width: 1024px) {
	h2.sidespark {
		font-size: 9rem;
	}

	h3.sidespark {
		right: -140px;
		top: -30px;
	}

	.session-box .modal-box {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	table.tl {
		width: 100%;
	}

	table.tl,
	table.tl thead,
	table.tl tbody,
	table.tl th,
	table.tl td,
	table.tl tr {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	table.tl thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	table.tl tr {
		margin: 0 0 1rem 0;
	}

	table.tl td {
		border: none;
		position: relative;
		text-align: left;
		flex: 1;
	}

	/* table.tl td:before {
		position: absolute;
		top: 0;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		content: attr(data-label);
	} */

	table.tl tbody tr {
		overflow: hidden;
		margin-bottom: 20px;
		background-color: #303138;
		padding: 20px;
	}

	/** the session row (odd) **/
	table.tl tbody tr td:nth-child(1) {
		flex: 0 0 70%;
		margin-bottom: 20px;
	}
	table.tl tbody tr td:nth-child(2) {
		flex: 0 0 30%;
		margin-bottom: 20px;
		display: block;
		text-align: right;
		min-width: auto;
	}

	table.tl tbody tr:not([data-break='true']) td:nth-child(1) span.date {
		display: none;
	}
	/** the timing cells **/
	table.tl tbody tr:not([data-break='true']) td:nth-child(3),
	table.tl tbody tr:not([data-break='true']) td:nth-child(4),
	table.tl tbody tr:not([data-break='true']) td:nth-child(5) {
		flex: 0 0 100%;
		padding-left: 10px;
		background-color: #2a282f;
		/* margin-left: 5%; */
	}

	table.tl tbody tr:not([data-break='true']) td:nth-child(7),
	table.tl tbody tr:not([data-break='true']) td:nth-child(6) {
		flex: 0 0 100%;
		margin-left: auto;
	}

	table.tl tbody tr:not([data-break='true']) td:nth-child(7) span {
		color: #c6c7cc;
		font-size: 0.875rem;
	}
	table.tl tbody tr:not([data-break='true']) td:nth-child(6) {
		margin-top: 20px;
	}

	table.tl tbody tr:not([data-break='true']) td:nth-child(7) span {
		width: auto;
	}

	table.tl tbody tr:not([data-break='true']) td:nth-child(7) span:nth-child(1),
	table.tl tbody tr:not([data-break='true']) td:nth-child(7) span:nth-child(3) {
		display: none;
	}

	table.tl tbody tr:not([data-break='true']) td:nth-child(6) span:nth-child(1),
	table.tl tbody tr:not([data-break='true']) td:nth-child(6) span:nth-child(3) {
		display: none;
	}

	/** hide the content for these cells **/
	table.tl tbody tr:not([data-break='true']) td:nth-child(1):before,
	table.tl tbody tr:not([data-break='true']) td:nth-child(7):before {
		display: none;
	}

	/** don't need these cells **/
	table.tl tbody tr[data-break='true'] td:nth-child(3),
	table.tl tbody tr[data-break='true'] td:nth-child(4),
	table.tl tbody tr[data-break='true'] td:nth-child(5),
	table.tl tbody tr[data-break='true'] td:nth-child(6),
	table.tl tbody tr[data-break='true'] td:nth-child(7) {
		display: none;
	}

	.tabs table tbody tr[data-break='true'] td {
		margin-bottom: 0;
	}

	.tabs table tbody tr:not([data-break='true']) td:nth-child(3),
	.tabs table tbody tr:not([data-break='true']) td:nth-child(4) .tabs table tbody tr:not([data-break='true']) td:nth-child(5) {
		margin-bottom: 0;
	}

	.tabs table span.date,
	.tabs table span.timezone {
		display: block;
	}

	.tabs table span.date {
		color: #00ffff;
		font-weight: bold;
	}
	.tabs table span.date,
	.tabs table span.time,
	.tabs table span.timezone {
		padding: 0;
		/* padding-right: 10px; */
	}

	td[data-label='Duration'] span.date {
		padding-right: 0;
	}

	td[data-label='SPEAKER'],
	td[data-label='TOPIC'],
	.tab-content tr td:nth-child(1),
	.tab-content tr td:nth-child(2),
	.tab-content tr td:nth-child(3),
	.tab-content tr td:nth-child(4),
	.tab-content tr td:nth-child(5) {
		width: auto;
	}
}

.watch-btn {
	padding: 12px 18px;
	font-size: 16px;
	margin-top: 20px;
}

.watch-btn svg {
	width: 10px;
	height: 10px;
	margin-left: 10px;
}

@media screen and (max-width: 599px) {
	#hero.hero-thankyou {
		height: auto;
	}
	.hero-poly {
		display: none;
	}
	h2.sidespark {
		font-size: 7rem;
	}

	h3.sidespark {
		right: -110px;
		top: -30px;
	}
	.hero-hold h1.thankyou {
		font-size: 4rem;
	}
}

@media screen and (max-width: 375px) {
	#hero.hero-thankyou {
		height: auto;
	}

	h2.sidespark {
		font-size: 6rem;
	}

	h3.sidespark {
		right: -90px;
		top: -36px;
		font-size: 2.2em;
	}
	.hero-hold h1.thankyou {
		font-size: 4rem;
	}
}

@media screen and (min-width: 600px) and (max-width: 768px) {
	#hero.hero-thankyou {
		height: auto;
	}

	h3.sidespark {
		right: 220px;
		top: 40px;
	}

	.hero-hold h1.thankyou {
		font-size: 4rem;
	}
}

@media (width >= 56.25em) {
	.bw-tns__prev {
		left: -1rem;
	}
}
@media (width >= 56.25em) {
	.bw-tns__next {
		right: -1rem;
	}
}

@media screen and (min-width: 900px) {
	.tabs table tbody tr td:nth-child(6) {
		min-width: 450px;
		max-width: 450px;
	}

	.tabs table tbody tr td:nth-child(5) {
		min-width: 90px !important;
		max-width: auto !important;
	}

	.tabs table tbody tr td:nth-child(4) {
		min-width: 90px !important;
		max-width: auto !important;
	}
}

.bw-tns__nav-btn:after {
	background-color: #03fcff;
}

.c-form-multistep .c-form-progress .c-form-progress-bar {
	background-color: #03fcff;
}

.summit-form button .color-bg-ui-primary {
	background-color: #03fcff !important;
}
.multistep-cta-button span {
	color: #252328 !important;
}

.multistep-cta-button .c-btn__color-mix.color-bg-grey-8,
.c-form-multistep .c-btn__color-mix.color-bg-grey-8 {
	background-color: #0ed1d4 !important;
}

.c-form-multistep button.c-btn--standing .c-btn__text {
	color: #252328;
}
