/*!
* IE10 viewport hack for Surface/desktop Windows 8 bug
* Copyright 2014-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/

/*
* See the Getting Started docs for more information:
* http://getbootstrap.com/getting-started/#support-ie10-width
*/
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

@font-face {
	font-family: 'LotaGrotesque';
	src: url('../fonts/LotaGrotesque-Light.otf') format('opentype');
	font-weight: normal;
}

@font-face {
	font-family: 'LotaGrotesque';
	src: url('../fonts/LotaGrotesque-Bold.otf') format('opentype');
	font-weight: bold;
}



@-webkit-keyframes fadeIn {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

@-ms-keyframes fadeIn {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

@keyframes fadeIn{
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

@-webkit-keyframes float {
	0% {
		-webkit-transform: translateY(0%);
	}

	50% {
		-webkit-transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(0%);
	}
}

@-moz-keyframes float {
	0% {
		-moz-transform: translateY(0%);
	}

	50% {
		-moz-transform: translateY(10px);
	}

	100% {
		-moz-transform: translateY(0%);
	}
}

@-o-keyframes float {
	0% {
		-o-transform: translateY(0%);
	}

	50% {
		-o-transform: translateY(10px);
	}

	100% {
		-o-transform: translateY(0%);
	}
}

@-ms-keyframes float {
	0% {
		-ms-transform: translateY(0%);
	}

	50% {
		-ms-transform: translateY(10px);
	}

	100% {
		-ms-transform: translateY(0%);
	}
}

@keyframes float {
	0% {
		transform: translateY(0%);
	}

	50% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(0%);
	}
}

* {
	font-family: 'LotaGrotesque', 'Arial', sans-serif;
}

body {
	background-color: #ffffff;
}

:root {
	--tx-navy: #0a232d;
	--tx-midnight: #0d1520;
	--tx-blue: #3d5ef4;
	--tx-cyan: #00e4c6;
	--tx-teal: #07d4cb;
	--tx-sky: #19abd9;
	--tx-purple: #7f00ff;
	--tx-magenta: #d31abf;
	--tx-orange: #ff7a18;
	--tx-deep-orange: #f05a28;
	--tx-brand-gradient: radial-gradient(circle at 78% 90%, #00e4c6 0%, #07d4cb 18%, #19abd9 40%, #376aef 68%, #3d5ef4 100%);
	--tx-linear-gradient: linear-gradient(115deg, #00e4c6 0%, #19abd9 46%, #3d5ef4 100%);
	--tx-orange-gradient: linear-gradient(115deg, #ffb000 0%, #ff7a18 48%, #f05a28 100%);
	--tx-warm-gradient: linear-gradient(115deg, #7f00ff 0%, #d31abf 52%, #ff7a18 100%);
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
}

::-webkit-scrollbar {
	width: 12px;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: transparent;
	background-image: var(--tx-warm-gradient);
}

sup {
	font-size: 50%;
}

h1 {
	margin: 10px 0 20px 0;
	font-size: 50px;
	line-height: 1.1;
	color:#0d2f3d;
	font-weight: bold;
}

h1 span, h2 span, .darktitle span {
	-webkit-background-clip: text;
    background-clip: text;
	background-image: var(--tx-warm-gradient);
	    color: transparent;
}

h1 span {
	display:block;
	line-height:1.1;
}

h2 {
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 22px;
	line-height: 1.3;
	letter-spacing: 0;
}

#anniversary h2 {
	font-size: 50px;
}

#anniversary h2, #anniversary h4, #anniversary p {
	color: #ffffff;
}

.anniversary-copy {
	background: rgba(0, 0, 0, 0.48);
	padding:30px 50px;
	border-radius:20px;
}

h3 {
	font-weight: 600;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 20px;
}

#anniversary h3 {
	margin: 0 auto 20px auto;
	color:#fb7226;
}

.headline {
	border-bottom: 2px solid #001ff3;
}

#exhibitors h3 {
	font-size: 27px;
	background-image: linear-gradient(45deg,#001ff3 40%, #00ffd9 100%)!important;
	background-color: #001ff3;
	display: inline-block;
	padding: 8px 15px;
	color: #ffffff;
	margin: 10px 0px 0px 0px;
}

.modal-body h4 {
	font-size: 20px;
	background-image: linear-gradient(45deg,#001ff3 40%, #00ffd9 100%)!important;
	background-color: #001ff3;
	display: inline-block;
	padding: 8px 15px;
	color: #ffffff;
	margin: 0px;
}

#welcome, #footer, #team {
	background-image: url(../img/tx-bg.svg);
	background-size: 290px;
	background-position: 95% 102%;
	background-repeat: no-repeat;
}

#matters {
	background-image: url(../img/tx-bg2.svg);
	background-size: 290px;
	background-position: 5% -2%;
	background-repeat: no-repeat;
}

#anniversary {
	background-image: url(../img/montage.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.peerless {
	background-color: #00ffd9;
	letter-spacing: 0;
	font-weight: 700;
	border-radius: 6px;
	padding: 20px;
	text-transform: none;
}

.modal-agenda {
	background-image: linear-gradient(45deg,#001ff3 40%, #00ffd9 100%)!important;
	display: block;
	border-radius: 6px;
}

.modal-body .modal-agenda h5 {
    font-weight: 700!important;
    color: #ffffff!important;
    background-color: none!important
}

.modal-agenda{
	padding: 20px;
    color: #ffffff!important;
}

.modal-agenda ul {
	padding: 10px 35px;
    color: #ffffff!important;
}

.modal-agenda li {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff!important;
}

.modal-body hr {
	border-top: 2px solid #001ff3;
	margin: 20px 0px 0px 0px;
}

h4 {
	font-size: 22px;
	line-height: 1.2;
	font-weight: bold;
	margin: 20px auto;
}

#footer h4 {
	font-size: 22px;
	line-height: 1.2;
	font-weight: bold;
	margin: 0 auto 30px auto;
}

h5 {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 1.5;
}

h6 {
	line-height: 1.5;
	font-size: 16px;
}

p {
	
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
	margin-bottom: 10px;
}

.industry p {
	margin-bottom:20px;
}

.industry p:nth-child(4) {
	padding: 0 7%;
}

.industry img {
	width: 90%;
	max-width: 400px;
	margin: 0 auto 15px auto;
}

.bumper {
	width: 100%;
	padding: 80px 0px;
	margin-bottom: 0px;;
	background-position: center center;
	background-size: cover;
	color: #030d11;
}

.bumper:nth-child(even) { 
	background:
    radial-gradient(circle at 12% 8%, rgba(147, 197, 253, 0.28), transparent 32%),
    radial-gradient(circle at 88% 92%, rgba(196, 181, 253, 0.22), transparent 34%),
    #edf8ff;
}

.team img {
	max-width: 400px;
	margin-bottom: 20px;
}

.team h5 {
	font-weight:700;
}

.resize {
	width: auto;
	max-width: 100%;
}

.overlayarea {
	width: 380px;
	height: 170px;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	padding: 5px;
	position: fixed;
	background-color: #001ff3;
}

/* Desktop card layout */
.card-row {
  display: flex;
  align-items: stretch;
  margin-top:40px;
}

.card-row > .col-md-6 {
  display: flex;
  flex-direction: column;
}

.card-half,
.card-full {
  position: relative;
  border-radius: 24px;
  padding: 32px;
  overflow: hidden;
  background:radial-gradient(circle at 0% 0%,
  rgba(125, 211, 252, 0.7), rgba(125, 211, 252, 0.2) 34%),
  radial-gradient(circle at 100% 100%, rgba(167, 139, 250, 0.6), transparent 36%),
  linear-gradient(135deg, #eef8ff 0%, #dff1fb 100%)
}

.card-half {
  flex: 1;
}

.card-half + .card-half {
  margin-top: 30px;
}

.card-half:first-child {
  flex: 1.15;
}

.card-half:last-child {
  flex: 0.85;
}

.card-full {
  height: 100%;
}

  .card-half:hover, .card-full:hover {
  	    background-image: var(--tx-warm-gradient);
  }

  .card-half:hover h3, .card-half:hover p,
  .card-full:hover h3, .card-full:hover p {
    color:#ffffff;
  }

#blobclosebutton {
	position: absolute;
	top: 7px;
	right: 10px;
}

.close {
	font-size: 45px;
}

#clockdiv {
	bottom: 65px;
	right: 0;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 900;
	text-align: center;
	font-size: 22px;
	padding-top: 11px;
	width: 100%;
	margin: 0 auto;
}

#clockdiv > div {
	padding: 2px;
	border-radius: 1px;
	background: none;
	display: inline-block;
	color: #0d2f3d;
}

#clockdiv div > span {
	padding: 15px 10px;
	border-radius: 2px;
	background: #ffffff;
	display: inline-block;
	color: #0d2f3d;
	width: 60px;
	height: 60px;
}

.smalltext {
	padding-top: 5px;
	font-size: 10px;
	color: #ffffff;
}

.registerarea {
	display: none;
	background-color: none;
	bottom: 15px;
	left: 35px;
	z-index: 100;
	padding: 0px;
	position: fixed;
}

a {
	color: #de3197;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #de3197;
	text-decoration: underline;
}

hr {
	border-top: 1px solid #de3197;
	margin-top: 20px;
	margin-bottom: 20px;
}

footer {background-image: radial-gradient(circle at 82% 18%, rgba(0, 228, 198, 0.28) 0, rgba(0, 228, 198, 0) 32%), linear-gradient(45deg, #001ff3 -40%, #0d1520 40%, #0d1520 70%, #001ff3 130%) !important;
	padding: 40px 10px;
	color: #ffffff;
	font-size: 9pt;
	line-height: 1.5;
	vertical-align: middle;
}

footer h6 {
	margin-bottom: 0;
	margin-top: 15px;
}

.divider {
  height: 8px;
  width: 100%;
  background: linear-gradient(
    115deg,
    #7f00ff 20%,
    #d31abf 40%,
    #ff7a18 80%
  );
}

.divider-double {
  height: 16px;
  width: 100%;
  background: linear-gradient(
    115deg,
    #7f00ff 20%,
    #d31abf 40%,
    #ff7a18 80%
  );
}

.nav-justified > li {
		display: inline-block;
		width: 24%;
		vertical-align: top;
}


.nav-pills {
	margin: 10px auto;
}

.nav-pills > li > a {
	margin: 10px;
	padding:20px;
	border-radius: 15px;
	background-color: transparent;
	border: 2px solid #ffffff;
	color: #ffffff;
	min-height:220px;    
	font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}

.nav-pills > li > a:focus, 
.nav-pills > li > a:hover {
	text-decoration: none;    
	background-image: var(--tx-warm-gradient);
	color: #ffffff;
}

.nav-pills > li > a:focus,
.nav-pills > li.active > a, 
.nav-pills > li.active > a:focus, 
.nav-pills > li.active > a:hover {
	color: #ffffff;
	    background-image: var(--tx-warm-gradient);
}

.tools {
	margin-top: 40px;
	margin-bottom: 20px;
}

.tools-text {
	margin-top:25px;
	margin-bottom: 10px;
}

.tools-text h4 {
	margin: 20px auto 20px auto;
}

ul {
	text-align: left;
	padding-left: 20px;
}

.bullets > li {
	margin-bottom: 5px;
	padding-left: 20px;
}

.icon-heading {
	font-size: 20px;
}

.icon-main {    
	vertical-align: middle;
	height: 80px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.icon-social {
	vertical-align: middle;
	height: 24px;
	margin: 15px 10px 0 10px;
}

.center {
	text-align: center;
}

.leftish {
	text-align: left;
}

.jumbotron {
	background-color: #0a232d;
	margin: 0;
	/* background: linear-gradient(45deg, #001ff3 -40%, #0d1520 40%, #0d1520 70%, #001ff3 130%) !important; */
	background-image: url("../img/hero.jpg");
	background-size: cover;
	background-position: center;
	padding: 0;
	color: #ffffff;
	overflow: hidden;
	position: relative;
	isolation: isolate;
}

.jumbotron:before {
	content: "";
	position: absolute;
	inset: 0;
	background: none;
	z-index: 0;
}

.bg-arrow {
	/*--background: radial-gradient(circle at 76% 48%, rgba(115, 28, 101, 0.24), rgba(115, 28, 101, 0) 32%),
		linear-gradient(112deg, rgba(5, 8, 15, 0.96) 0%, rgba(8, 14, 27, 0.94) 46%, rgba(24, 18, 43, 0.9) 72%, rgba(46, 24, 37, 0.82) 100%);--*/
		width: 100%;
		height: 100%;
		padding: 120px 0 70px 0;
		position: relative;
		z-index: 1;
	}

	.jumbotron h3 {
		font-size:34px;
		color:#ffffff;
		margin: 30px auto;
		line-height: 1.5;
		font-weight:700;
		text-shadow: 0 5px 18px rgba(0, 0, 0, 0.35);
	}

	.hero-lockup {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 36px;
		margin: 0 auto 26px auto;
		max-width: 1040px;
		filter: drop-shadow(0px 0px 25px black);
	}

	.hero-tx-mark {
		width: 36%;
		max-width: 380px;
		min-width: 270px;
		height: auto;
		filter: saturate(1.2) brightness(1.08) drop-shadow(0 24px 40px rgba(0, 0, 0, 0.25));
}

.hero-wordmark {
	display: flex;
	align-items: baseline;
	color: #ffffff;
	font-size: 80px;
	line-height: 0.9;
	font-weight: 300;
	letter-spacing: 0;
	text-shadow: 0 12px 32px rgba(0, 0, 0, 0.26);
}

.hero-wordmark strong {
	font-weight: 800;
}

.hero-wordmark span {
	font-weight: 300;
}

.hero-actions {
	display: flex;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
	margin-top: 26px;
}

.hero-actions .btn {
	margin: 0 0 12px 0;
	min-width: 190px;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 1px;
	border-radius: 0;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

.event-highlights {
	display: flex;
	justify-content: center;
	gap: 0;
	flex-wrap: wrap;
	margin: 18px auto 0 auto;
	max-width: 760px;
	padding: 18px 24px 16px 24px;
	border-radius: 18px;
	background: rgba(8, 20, 45, 0.9);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	position: relative;
	overflow: hidden;
}

.event-highlights:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background-image: var(--tx-warm-gradient);
}

.event-highlight {
	min-width: 0;
	flex: 1 1 0;
	padding: 0 28px;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	position: relative;
	overflow: visible;
}

.event-highlight + .event-highlight:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10%;
	bottom: 8%;
	width: 1px;
	background: rgba(255, 255, 255, 0.22);
}

.event-highlight strong {
	display: block;
	font-size: 46px;
	line-height: 1;
	background-image: var(--tx-warm-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: 900;
}

.event-highlight span {
	display: block;
	margin-top: 7px;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 900;
}

.xpo-logos {
	width: 16.66666667%;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}

.main-logos {
	width: 30%;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	margin:  0 auto;
}

.sponsor-logos {
	text-align: center;
}

.sponsor-logos p {
	font-size: 11pt;
	text-align: center;
	margin-top: -5px;
	margin-bottom: 20px;
	color: #030d11;
}

.maintitle {
	padding-top: 70px;
}

.intro-text {
	font-size: 11pt;
	width: 95%;
}

.list-inline > li {
	padding-left: 2px;
	padding-right: 2px;
}

.darktitle {
	color: #0d2f3d;
}

#security .darktitle {
	display: inline-block;
}

#security .darktitle span {
	color: #32dfd5!important;
}

.prize {
	border-radius: 50%; width: 200px; height: 200px;
	position: absolute;
	top: 70px;
	left:  70px;
	background-color: #001ff3;
	display: none;
}

.prize h4 {
	color: #ffffff;
	font-size: 20px;
    padding-top: 45px;
    line-height: 1.3;
}

.prize p {
	color: #ffffff;
	font-size: 11px;
}

.prize-strip {
		display: none;
	}
.bullet-box {
	color: #ffffff;
	margin-top: 25px;
	background-image: linear-gradient(45deg,#26e4d2 40%, #0b4ad7 100%)!important;
	border-radius: 20px;
	padding: 2%;
	vertical-align: top;
}

.bullet-box h3 {
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: 700;
}

.bullet-box li {
	margin-bottom: 7px;
}

.bullet-box p {
	color: #0d2f3d;
	font-weight: 800;
	font-size: 14px;
	margin-top: 45px;
	margin-bottom: 15px;
}

.darkbackground {
	background-image: radial-gradient(circle at 82% 18%, rgba(0, 228, 198, 0.28) 0, rgba(0, 228, 198, 0) 32%), linear-gradient(45deg, #001ff3 -40%, #0d1520 40%, #0d1520 70%, #001ff3 130%) !important;
	color: #ffffff!important;
}

#why-attend h2, #why-attend h3, #why-attend h4, #why-attend h5, #why-attend p {
	color: #ffffff!important;
}

#plan-your-day h2, #plan-your-day h3, #plan-your-day h4, #plan-your-day h5, #plan-your-day p {
	color: var(--tx-navy)!important;
}

.float {
	-webkit-animation-name: float;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out, ease-in-out;
	-moz-animation-name: float;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out, ease-in-out;
	-o-animation-name: float;
	-o-animation-duration: 2s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: ease-in-out, ease-in-out;
	-ms-animation-name: float;
	-ms-animation-duration: 2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: ease-in-out, ease-in-out;
	animation-name: float;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out, ease-in-out;
}

.profile {
	display: inline-block;
	margin: 0 auto;
}

.nav-consideration {
	padding-top: 120px;
}

.navbar {
	min-height: 70px;
}

.navbar-brand {
	height: 70px;
	padding: 0px;
}

.navbar-default .navbar-toggle {
	background: none;
	margin-top: 2px;
	margin-right: 20px;
	padding: 14px 10px !important;
	border-radius: 0;
	transform: rotate(0deg);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:active, 
.navbar-default .navbar-toggle:focus {
	background: none;
	transform: rotate(90deg);
	-webkit-transition: all 1s ease infinite;
	-moz-transition: all 1s ease infinite;
	-o-transition: all 1s ease infinite;
	-ms-transition: all 1s ease infinite;
	transition: all 1s ease infinite;
}

.navbar-default .navbar-toggle:hover .icon-bar, 
.navbar-default .navbar-toggle:active .icon-bar, 
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle .icon-bar {
	background-color: #d31abf;
	height: 3px;
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 6px;
}

.navbar-default {
	background: rgba(10, 35, 45, 0);
	border: 0;
	padding: 0px 0;
}

.navbar-fixed-top { 
	background-color: rgba(10, 35, 45, 0);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	min-height: 70px;
	padding-top: 20px;
}

.navbar-default .navbar-nav > li > a, 
.navbar-fixed-top .navbar-nav > li > a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 11px;
	margin: 0px 5px 0 0;
	text-align: center;
}

.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
	background: none;
	color: #de3197;
	border-bottom: 3px solid #de3197;
	-webkit-transition: border-bottom 0.1s linear;
	-moz-transition: border-bottom 0.1s linear;
	-o-transition: border-bottom 0.1s linear;
	-ms-transition: border-bottom 0.1s linear;
	transition: border-bottom 0.1s linear;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-fixed-top .navbar-nav > .active > a, 
.navbar-fixed-top .navbar-nav > .active > a:focus, 
.navbar-fixed-top .navbar-nav > .active > a:hover {
	background: none;
	color: #de3197;
	border-bottom: 3px solid #de3197;
}

.navbar-default .navbar-toggle {
	border: none;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 540px;
}

#mainlogo {
	background-image: url("../img/tx-logo-outline-transparent.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 160px;
	height: 0;
	padding-top: 30%;
	margin-top: 0px;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.navbar-fixed-top.opaque {
	background-color: rgba(10, 35, 45, 0.99);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	min-height: 70px;
	padding-top: 20px;
	box-shadow: 0px 0px 10px rgba(10, 35, 45, 0.99);
}

.navbar-fixed-top.opaque .navbar-nav > li > a {
	color: #ffffff;
	transition: color 0.5s ease 0s;
}

.navbar-fixed-top.opaque .navbar-nav > li > a:hover {
	color: #32dfd5!important;
	transition: color 0.5s ease 0s;
}

.navbar-fixed-top.opaque #mainlogo {
	background-image: url("../img/tx-logo-outline-transparent.png");
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn {
	margin: 0 auto 3px auto ;
	padding: 15px 30px;
	border-radius: 3px;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: bold;
	justify-content: center;
	text-align: center;
	text-transform: uppercase;
}

.wifobtninverse, .wifobtninverse:active, .wifobtninverse:focus {
	background-color: #ffffff;
	color: #2b0f73;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.wifobtninverse:hover {
	background-color: transparent;
	background-image: var(--tx-warm-gradient);
	color: #ffffff;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.wifobtn, .wifobtn:active, .wifobtn:focus {
	border:0;
	background-color: #001ff3;
	background-image: none;
	color: #ffffff;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.wifobtn:hover {
	background-color: transparent;
	background-image: var(--tx-warm-gradient);
	color: #ffffff;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.dvsbtn, .dvsbtn:active, .dvsbtn:focus {
	background-color: #a2c938;
	color: #ffffff;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.dvsbtn:hover {
	background-color: transparent;
	background-image: var(--tx-warm-gradient);
	color: #ffffff;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.profile-image {
	position: relative;
	width: 150px;
	height: 150px;
	margin: 0 auto;
}

.profile-image img {
	max-width: 100%;
	border: 20%;
}

.profile-image .profile-status {
	position: absolute;
	left: 80px;
	top: 86%;
	transform: translateY(-50%);
	width: 80px;
	height: 28px;
}

.profile p {
	margin-top: 3px;
}

.profile a {
	color: #ffffff;
	margin: 8px 20px 0 20px;
	background-color: #001ff3;
	display: block;
	padding: 5px 10px;
	border-radius: 20px;
	text-decoration: none;
	font-size: 14px;
}

.profile a: hover {
	color: #ffffff;
}

.mail {
	background-color: #32dfd5!important;
}

.registerbutton {
	border: 1px solid #ffffff;
}

.white {
	color: #ffffff;
}

.brandlogos {
	filter: none;
	mix-blend-mode: darken;
}

.brandlogos:hover {
	filter: grayscale(100%) opacity(40%);
	mix-blend-mode: darken;
}

.meet-images {
	margin-top: 40px;
	margin-bottom: 0px;
}

.fade-in {
	-webkit-animation: fadeIn ease 0.5s;
	-moz-animation: fadeIn ease 0.5s;
	-o-animation: fadeIn ease 0.5s;
	-ms-animation: fadeIn ease 0.5s;
	animation: fadeIn ease 0.5s;
}

.sr-only {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 10%;
	color: #fff;
	text-align: center;
	opacity: 1;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-image: none;
	background-size: auto;
	background-size: 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
	background-size: 60%;
	background-color: #0d262f;
	border-radius: 50%;
	padding: 20px;
	margin-left: -90px;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
	background-size: 60%;
	background-color: #0d262f;
	border-radius: 50%;
	padding: 20px;
	margin-right: -90px;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}

#exhibitors .carousel-inner {
	mix-blend-mode: darken;
}

#carousel-default .carousel-inner .item {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-background-position: left center;
	-moz-background-position: left center;
	-o-background-position: left center;
	background-position: left center;
	padding: 10% 0 6% 0;
	min-height: 610px;
}

#carousel-default .carousel-inner .slideone {
	padding: 9% 0 6% 0!important;
}

#carousel-desktop, #carousel-mobile {
  width: 100%;
}

#carousel-desktop .carousel-inner, #carousel-mobile .carousel-inner {
  width: 100%;
}

#carousel-desktop .carousel-card-row, #carousel-mobile .carousel-card-row {
  margin-left: 0;
  margin-right: 0;
}

#carousel-desktop {
	margin-top:0px;
	display: block!important;
}

#carousel-mobile {
	margin-top:0px;
	display: none!important;		
}

.blogsmall {
	width: 47%;
	display: inline-block;
	margin: 0 1.5%;
	background-image: var(--tx-warm-gradient);
	border-radius: 20px;
	padding: 15px 40px;
	border: 2px solid #ffffff;
	color: #ffffff;
}

.blogsmall-carousel {
	width: 46%;
	display: inline-block;
	margin: 2%;
	background-image: var(--tx-warm-gradient);
	border-radius: 20px;
	padding: 40px;
	color: #ffffff;
	min-height:235px;
	vertical-align:middle;
}

.blogmall-carousel p {
	    padding: 0 5%;
}

.blogsmall-carousel-single {
	width: 50%;
	display: inline-block;
	margin: 0 25%;
}

.blogsmall h3, .blogsmall-carousel h3  {
	margin: 0px auto 15px auto!important;
	font-weight:700!important;
}

.last-slide {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#carousel-desktop {
	margin-top:0px;
	display: block!important;
}

#carousel-mobile {
	margin-top:0px;
	display: none!important;		
}

#customers.carousel-control-next-icon, #customers.carousel-control-prev-icon {
	display: inline-block;
	margin-top: -75px;
	width: 75px;
	height: 75px;
	background: transparent no-repeat center center;
	background-image: none;
	background-size: auto;
	background-size: 100% 100%;
}

#customers.carousel-control-prev-icon {
	background-image: url("../img/arrow-left.svg");
}

#customers.carousel-control-next-icon {
	background-image: url("../img/arrow-right.svg");
}

#customers.carousel-control-next:focus, #customers.carousel-control-next:hover, #customers.carousel-control-prev:focus, #customers.carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}

.social-row {
	margin: 30px auto;
	float: none;
}

.slidetwo img {
	margin-top: 20px;
}

.slideone {
	background-image: url("../img/carousel/carousel-slide-one.jpg");
}

.slidetwo {
	background-image: url("../img/carousel/carousel-slide-two.jpg");
}

.slidethree {
	background-image: url("../img/carousel/carousel-slide-one.jpg");
}

.slidefour {
	background-image: url("../img/carousel/carousel-slide-two.jpg");
}

.carousel-area > *:first-child {
	animation-delay: 0.1s;
}

.carousel-area > *:nth-child(2) {
	animation-delay: 0.4s;
}

.carousel-area > *:nth-child(3) {
	animation-delay: 0.7s;
}

.carousel-control {
	z-index: 2;
}

.carousel-indicators li,
.carousel-indicators .active {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 20px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #ffffff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: none;
	border-left: none;
	opacity: .5;
	transition: height .6s ease;
}

.carousel-indicators li {
	height: 2px;
}

.carousel-indicators .active,
.carousel-indicators li:hover {
	height: 5px;
}

.carousel-indicators {
	bottom: 2%;
	margin-bottom: 0px;
	left: 10%;
}

.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

.holder {
	display: none;
}

.holder.show {
	display: block;
}

.ecosystem-section {
  padding: 80px 0;
}

.ecosystem-intro {
  max-width: 780px;
  margin: 0 auto 15px;
  text-align: center;
}

.ecosystem-map {
  position: relative;
  min-height: 550px;
  max-width: 990px;
  margin: 0 auto;
}

.ecosystem-icon {
	width:100%;
	max-width:300px;
}

.ecosystem-map::before {
  content: "";
  position: absolute;
  inset: 90px 110px;
  border: 3px solid rgba(147, 197, 253, 0.35);
  border-radius: 50%;
  pointer-events: none;
}

/*--.ecosystem-map::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72%;
  height: 72%;
  transform: translate(-50%, -50%);
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(147, 197, 253, 0.35) 50%, transparent 50.2%),
    linear-gradient(0deg, transparent 49.8%, rgba(147, 197, 253, 0.35) 50%, transparent 50.2%);
  pointer-events: none;
}--*/

.ecosystem-card {
  position: absolute;
  z-index: 2;
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 8%, rgba(147, 197, 253, 0.28), transparent 32%),
    radial-gradient(circle at 88% 92%, rgba(196, 181, 253, 0.22), transparent 34%),
    rgba(237, 248, 255, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.ecosystem-card:hover {
	background-image: var(--tx-warm-gradient);
	color:#ffffff;
}

.ecosystem-card:hover h3 {
	color:#ffffff;
}

.ecosystem-core {
  left: 50%;
  top: 45%;
  width: 220px;
  min-height: 150px;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  text-align: center;
  position: absolute;
  z-index: 2;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(59, 130, 246, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
	background-image: var(--tx-warm-gradient);
}

.ecosystem-core span {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #2563eb;
  font-weight: 700;
}

.ecosystem-core strong {
  font-size: 24px;
  line-height: 1.2;
  color: #0f172a;
}

.ecosystem-card {
  width: 300px;
  padding: 26px;
}

.ecosystem-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #0f172a;
}

.ecosystem-card p {    
	margin-bottom: 0;
    font-size: 16px;
    line-height: 1.4;
}

.ecosystem-card-1 {
  left: 4%;
  top: 8%;
}

.ecosystem-card-2 {
  right: 4%;
  top: 8%;
}

.ecosystem-card-3 {
  right: 0;
  bottom: 12%;
}

.ecosystem-card-4 {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.ecosystem-card-5 {
  left: 0;
  bottom: 12%;
}

.pageload-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	visibility: hidden;
	z-index: 1040;
}

.pageload-overlay.show {
	visibility: visible;
}

.pageload-overlay svg {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.pageload-overlay svg path {
	fill: #ffffff;
}

.pageload-loading.pageload-overlay::after,
.pageload-loading.pageload-overlay::before {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: none;
}

.noscriptmsg {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.register-btn a {
	background-color: #001ff3!important;
	background-image: none!important;
	color: #ffffff!important;
	border-bottom: none!important;
	margin-left: 3px!important;
}

.register-btn a:hover,
.register-btn a:focus,
.register-btn a:active {
	background-color: #001ff3!important;
	background-image: none!important;
	color: #ffffff!important;
	border-bottom: none!important;
}

.plan-your-day {
	background-color: #f5fbfb;
	background-image: radial-gradient(circle at 14% 10%, rgba(0, 228, 198, 0.2), rgba(0, 228, 198, 0) 28%),
		linear-gradient(180deg, #ffffff 0%, #eefafa 100%);
}

.plan-summary {
	background: var(--tx-navy);
	color: #ffffff;
	border-radius: 8px;
	padding: 24px;
	box-shadow: 0 22px 45px rgba(10, 35, 45, 0.18);
	position: relative;
	overflow: hidden;
}

.plan-summary:before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--tx-brand-gradient);
	opacity: 0.18;
	pointer-events: none;
}

.plan-summary > * {
	position: relative;
}

.plan-count {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--tx-cyan);
	margin-bottom: 8px;
}

#plan-your-day .plan-summary p {
	color: #ffffff!important;
	font-size: 18px;
	margin-bottom: 18px;
}

.plan-options {
	margin-top: 24px;
}

.plan-option {
	display: flex;
	align-items: center;
	min-height: 74px;
	width: 100%;
	margin-bottom: 18px;
	padding: 18px 18px;
	border-radius: 8px;
	border: 1px solid rgba(25, 171, 217, 0.28);
	background: #ffffff;
	box-shadow: 0 14px 30px rgba(10, 35, 45, 0.08);
	cursor: pointer;
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.plan-option:hover,
.plan-option:focus-within {
	transform: translateY(-3px);
	border-color: var(--tx-cyan);
	box-shadow: 0 18px 38px rgba(10, 35, 45, 0.12);
}

.plan-option input {
	width: 20px;
	height: 20px;
	margin: 0 12px 0 0;
	accent-color: var(--tx-blue);
	flex: 0 0 auto;
}

.plan-option span {
	font-size: 18px;
	font-weight: 700;
	color: var(--tx-navy);
	line-height: 1.25;
}

.plan-option.is-selected {
	border-color: transparent;
	background-image: linear-gradient(#ffffff, #ffffff), var(--tx-linear-gradient);
	background-origin: border-box;
	background-clip: padding-box, border-box;
}

.plan-mailto.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.sponsor-search-label {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--tx-navy);
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 8px;
}

.sponsor-search {
	width: 100%;
	border: 2px solid rgba(61, 94, 244, 0.2);
	border-radius: 8px;
	padding: 14px 16px;
	font-size: 16px;
	color: var(--tx-navy);
	outline: none;
	box-shadow: 0 12px 28px rgba(10, 35, 45, 0.08);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sponsor-search:focus {
	border-color: var(--tx-blue);
	box-shadow: 0 0 0 4px rgba(0, 228, 198, 0.18);
}

.sponsor-search-count {
	font-size: 13px;
	margin-top: 8px;
	color: var(--tx-navy);
}

.sponsor-hidden {
	display: none!important;
}

.whattoexpect-tile {
	width: 100%;
	height: auto;
}

.youtube-player {
	position: relative;
	padding-bottom: 55.23%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: none;
	margin: 5px;
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}

.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}

.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("../img/play-btn.png") no-repeat;
	cursor: pointer;
}

.topics-carousel .carousel-inner > .item {
  display: none;
}

.topics-carousel .carousel-inner > .active,
.topics-carousel .carousel-inner > .next,
.topics-carousel .carousel-inner > .prev {
  display: block;
}

.topic-box {
  padding: 15px;
}

.topic-box h3 {
  font-size: 22px;
  margin-top: 0;
}

.topic-box p {
  font-size: 15px;
}

.modal {
	top:30%;
}

.modal-content {
	background-image: var(--tx-warm-gradient);
	border-radius: 20px;
	padding: 15px 40px;
	border:2px solid #ffffff;
	color:#ffffff;
	max-width: 800px;
  margin: 0 auto;
} 

.modal-content h1, .modal-content h2, .modal-content h3, .modal-content h4, .modal-content p {
	color:#ffffff;
}

.modal-content h5 {
	margin-bottom:0;
}

.modal-content h5 {
	color:#000000;
	font-weight:600;
} 

.modal-header {
	border-bottom: none;
	margin: 20px auto -30px auto;
}

.modal-header .close {
	font-size: 45px;
	position: absolute;
	top: 15px;
	right: 20px;
}

.modal-dialog {
	width: 80%;
	max-width: 1000px;
	margin: 2% auto;
}

.modal-footer {
	border-top: 0px solid #e5e5e5;
}

.modal-footer.wifobtn {
	background-color:#060a10;
}

.btn-secondary {
	background-color: #e3e3e3;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.btn-secondary:hover {
	background-color: #d4d4d4;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.planday-box {
	background: linear-gradient(45deg,#0d2f3d 40%, #32dfd5 100%);
	color: #ffffff!important
	width: 50%;
	padding: 1% 2% 3% 2%;
	margin: 0 1%;
	display:inline-block;
	border-radius: 5px;
	color:#fff;
}

.planday-box h4{
	padding-bottom:0px;
}

.planday-box p{
	color:#ffffff;
	font-size:11pt;
	font-weight: normal;
}

.planday-box .resize {
	width:100%;
	max-width: 260px;
}



@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-fade .carousel-inner > .item.next,
	.carousel-fade .carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.prev,
	.carousel-fade .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.carousel-fade .carousel-inner > .item.next.left,
	.carousel-fade .carousel-inner > .item.prev.right,
	.carousel-fade .carousel-inner > .item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@media (max-width:1280px) {

	#welcome, #footer, #built {
		background-image: url(../img/tx-bg-fade.svg);
	}

	#matters {
		background-image: url(../img/tx-bg2-fade.svg);
	}

	.card-row > .col-md-6 {
    display: flex;
    flex-direction: column;
    width: 50%;
}
}


@media (max-width: 991px) {
	.xpo-logos {
		width: 30.666667%;
	}

	#carousel-default .carousel-inner .item {
		-webkit-background-position: top center;
		-moz-background-position: top center;
		-o-background-position: top center;
		background-position: top center;
	}

	.carousel-indicators {
		visibility: hidden;
		display: none;
	}

	.modal-dialog {
		width: 90%;
	}

	.darktitle span {
		font-size: 40px!important;
	}

	.collapse {
		display: none;
	}

	.navbar-fixed-top {
		transition: all 0.5s ease 0s;
	}

	.carousel-copy {
		width: 66%;
	}

	.navbar-fixed-top .navbar-nav > li > a {
		color: #ffffff;
		background-color: #001ff3;
		transition: color 0.5s ease 0s;
		margin: 10px 5px;
	}

	.navbar-fixed-top #mainlogo {
		width: 92px;
	}

	#mainlogo {
		background-image: url(../img/tx-logo-outline-transparent.png);
		background-size: contain;
		background-repeat: no-repeat;
		height: 0;
		padding-top: 30%;
		margin-top: 5px;
		opacity: 0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.navbar-brand {
		height: 80px;
	}

	.navbar-fixed-top.opaque {
		min-height: 80px;
	}

	#carousel-default .carousel-inner .item {
		background-size: 1450px;
		webkit-background-position: 50% 50%;
		background-position: 50% 50%;
		min-height: 520px;
	}

	.bullet-box h3 {
		margin-top: 12px;
	}

	.bullet-box p {
		margin-top: 15px;
		margin-bottom: 10px;
	}

	.tools-text {
		margin-top:10px;
	}

	.navbar-header {
		float: none;
	}

	.navbar-left,.navbar-right {
		float: none !important;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}

	.navbar-fixed-top {
		background-color: rgba(10, 35, 45, 0.99);
		top: 0;
		border-width: 0 0 1px;
		padding-top: 20px;
	}

	.navbar-fixed-top #mainlogo {
		background-image: url("../img/tx-logo-outline-transparent.png");
		opacity: 1;
		margin-left: 20px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.bg-arrow {
		padding: 120px 0 60px 0;
	}

	.hero-lockup {
		gap: 26px;
	}

	.hero-wordmark {
		font-size: 60px;
	}

	.hero-tx-mark {
		min-width: 260px;
	}

	.navbar-collapse.collapse {
		display: none!important;
	}

	.navbar-nav {
		float: none!important;
		margin-top: 0px;
		border: 0;
	}

	.navbar-nav>li {
		float: none;
	}

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.collapse.in{
		display:block !important;
		background-color: rgba(10, 35, 45, 0.99);
	}

	#carousel-desktop {
		display: none!important;
	}

	#carousel-mobile {
		display: block!important;		
	}

	.item .blogsmall-carousel {
		width: 80%;
		padding: 2% 1%;
		margin: 4% 10%;
		min-height:200px;
		vertical-align: middle;
	}

	.blogsmall-carousel h3 {
		padding: 0px 5% 0px 5%;
	}

	.blogsmall-carousel h4 {
		font-size: 25px;
		margin-bottom: 5px;
	}

	.item .blogsmall-carousel p {
		padding: 0px 20px 20px 20px;
	}

	.blogsmall h3, .blogsmall-carousel h3 {
    margin: 25px auto 15px auto !important;
   }

	.carousel-control-next, .carousel-control-prev {
		width: 15%;
	}

	.ecosystem-card {
		width: 225px;
		padding: 15px;
	}

	.ecosystem-card-1 {
		left: 2%;
		top: 0%;
	}
	.ecosystem-card-2 {
		right: 2%;
		top: 0%;
	}

	.ecosystem-card-3 {
		right: -20px;
		bottom: 20%;
	}

	.ecosystem-card-5 {
		left: -20px;
		bottom: 15%;
	}

	.bumper:nth-child(even) {
		background: radial-gradient(circle at 12% 8%, rgba(147, 197, 253, 0.28) 0%, rgba(147, 197, 253, 0) 42%), radial-gradient(circle at 88% 92%, rgba(196, 181, 253, 0.22) 0%, rgba(196, 181, 253, 0) 46%), #edf8ff;
	}
}


@media (max-width: 970px) {
	.overlayarea {
		visibility: hidden;
		display: none;
	}

	.event-highlights {
		margin-bottom: 90px;
	}

	.registerarea {
		background-color: #ffffff;
		box-shadow: 0px 0px 10px #515151;
		height: 100px;
		width: 100%;
		text-align: center;
		left: 0;
		bottom: 0;
		padding: 10px;
	}

	footer {
		padding-bottom: 50px;
	}

	.bumper:nth-child(odd), .bumper:nth-child(even) {
		background-size: 550px;
	}

	.darkbackground {
		background-size: auto!important;
	}

	.profile {
		width: 32%;
		display: inline-block;
		margin: 0 auto;
	}

	.prize {
	border-radius: 50%; width: 200px; height: 200px;
	position: fixed;
	top: 20px;
	left:  20px;
}
}


@media (max-width: 800px) {

	.nav-justified > li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

	#resources, #security, #exhibitors, #meet-the-team, #team {
		background-size: 600px;
	}

	.event-highlight {
		padding: 0 18px;
	}

	.planday-box {
		width: 94%;
	}

	.intro-text {
		width: 100%;
	}

	#holiday .modal-body {
		width: 100%;
	}

	#holiday .modal-bg {
    background-image: url(../img/holiday.png);
    background-size: 200px;
    background-position: -10% 100%;
    background-repeat: no-repeat;
		}

	.prize {
		display: none;
	}

	.prize-strip {
    width: 100%;
    height: auto;
    display: block;
    background-color: #001ff3;
    padding: 30px;
	}

	.prize-strip h4 {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.3;
    margin: 0;
		}

	.prize-strip p {
    color: #ffffff;
    font-size:15px;
    padding-top: 15px;
		}

  .card-row {
    display: block;
  }

  .card-row > .col-md-6 {
    width: 90%;
    float: none;
    margin: 0 auto;
    display: block;
  }

  .card-half,
  .card-full {
    height: auto;
  }

  .card-half:first-child,
  .card-half:last-child {
    flex: none;
  }

  .card-half + .card-half,
  .card-full {
    margin-top: 30px;
  }

  .ecosystem-section {
    padding: 55px 0;
  }

  .ecosystem-intro {
    width: 90%;
    margin-bottom: 30px;
  }

  .ecosystem-map {
    width: 90%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .ecosystem-icon {
    width: 100%;
    max-width: 130px;
}

  .ecosystem-map::before {
    inset: 0 auto 0 150px;
    width: 2px;
    border: 0;
    border-radius: 0;
    background: linear-gradient(
      to bottom,
      rgba(147, 197, 253, 0),
      rgba(147, 197, 253, 0.55),
      rgba(196, 181, 253, 0.45),
      rgba(147, 197, 253, 0)
    );
  }

  .ecosystem-map::after {
    display: none;
  }

  .ecosystem-core,
  .ecosystem-card,
  .ecosystem-card-4 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    min-height: auto;
    transform: none;
  }

  .ecosystem-core,
  .ecosystem-card {
    padding: 26px 26px 26px 56px;
    width: 80%;
    margin-left:10%;
  }

  .ecosystem-core::before,
  .ecosystem-card::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 30px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #60a5fa;
    box-shadow: 0 0 0 6px rgba(147, 197, 253, 0.2);
  }

  .ecosystem-core {
    text-align: left;
  }
}


@media (min-width: 768px) {
	.navbar-default .navbar-collapse {
		border: 0px;
	}

	.navbar-right {
		margin-right: -0;
	}
}


@media (max-width: 768px) {
	.bg-arrow {
		background: none;
		padding: 140px 0 0px 0;
	}

	.industry p:nth-child(4) {
		padding: 0%;
	}

	.anniversary-copy {
		background: rgba(0, 0, 0, 0.48);
		padding: 30px;
		border-radius: 20px;
	}

	h2 {
		font-weight: bold;
		font-size: 36px;
		margin-bottom: 22px;
		line-height: 1.2;
		letter-spacing: 0;
	}

	#anniversary h3 {
		font-size: 26px;
	}
}


@media (max-width: 602px ) {
	.profile {
		width: 48%;
		display: inline-block;
		margin: 0 auto;
	}

	.hero-actions .btn {
		display: block;
		width: 100%;
		max-width: 280px;
	}

	.hero-lockup {
		display: block;
		margin-bottom: 24px;
	}

	.hero-tx-mark {
		width: 80%;
		min-width: 0;
		max-width: 340px;
		margin-bottom: 12px;
	}

	.hero-wordmark {
		justify-content: center;
		font-size: 66px;
		margin-top: 20px;
	}

	.event-highlight {
		flex: 1 1 100%;
		width: 100%;
		max-width: 280px;
		padding: 14px 0;
	}

	.event-highlight + .event-highlight:before {
		top: 0;
		bottom: auto;
		left: 15%;
		right: 15%;
		width: auto;
		height: 1px;
	}

	.plan-summary {
		margin-top: 15px;
	}

	#resources, #security, #exhibitors, #meet-the-team, #team {
		background-size: 500px;
	}

	.whattoexpect-tile {
		width: 100%;
	}

	.slideone {
		background-image: url("../img/carousel/carousel-slide-one-mobile.jpg");
	}

	.slidetwo {
		background-image: url("../img/carousel/carousel-slide-two-mobile.jpg");
	}

	.slidethree {
		background-image: url("../img/carousel/carousel-slide-one-mobile.jpg");
	}

	.slidefour {
		background-image: url("../img/carousel/carousel-slide-two-mobile.jpg");
	}

	.navbar-fixed-top #mainlogo {
		margin-left: 20px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	#carousel-default .carousel-inner .item {
		background-size: 110%;
		background-position: 25% 25%;
		min-height: 500px;
	}

	.carousel-copy {
		width: 72%;
		padding-left: 0;
	}

	.bumper {
		padding: 40px 0px;
	}

	.container {
		padding-right: 20px;
		padding-left: 20px;
	}

	.bumper:nth-child(odd), .bumper:nth-child(even) {
		background-size: 400px;
	}

	.darkbackground {
		background-size: auto!important;
	}

	.modal-content {
		background: background: transparent;
    	padding: 10px;
	}
}


@media (max-width: 420px) {

	.ecosystem-map {
		width: 100%;
	}

	.ecosystem-core, .ecosystem-card {
		padding: 26px 26px 26px 56px;
		width: 90%;
		margin-left: 5%;
	}

	.item .blogsmall-carousel {
		min-height:275px;
	}

	.nav-justified > li {
    display: inline-block;
    width: 100%;
    margin: 10px auto;
    vertical-align: top;
  }

  .modal-footer .btn+.btn {
  	margin: 12px auto 0 auto;
  }

  .modal-body {
  	position: relative;
  	padding: 15px 5px;
  }

  #resources, #security, #exhibitors, #meet-the-team, #team {
  	background-size: 370px;
  }

  #welcome, #faqs {
  	background-size: 150px;
  }

  .nav-pills > li > a {
  	min-height: 205px;
  }

	.xpo-logos {
		width: 47.666667%;
		height: 115px;
	}

	#carousel-default .carousel-inner .item {
		background-size: 110%;
		background-position: 25% 25%;
		min-height: 400px;
	}

	.carousel-copy {
		width: 62%;
		padding-left: 0;
	}

	.carousel-control-next, .carousel-control-prev {
		width: 15%;
	}

	.security-bumper h3 {
		font-size: 21px;
		margin-bottom: 15px;
	}

	#holiday .modal-bg {
    background-image: url(../img/holiday.png);
    background-size: 200px;
    background-position: -10% 100%;
    background-repeat: no-repeat;
		}

	.prize-strip {
		padding: 5px;
	}

	h1 {
		font-size: 36px;
	}

	.jumbotron h3 {
		font-size: 24px;
	}
}


@media (max-width: 380px) {
	#carousel-default .carousel-inner .item {
		background-size: 110%;
		background-position: 25% 25%;
		min-height: 362px;
	}

	.carousel-copy {
		width: 62%;
		padding-left: 0;
	}
}





/** Cookie Consent **/
.freeprivacypolicy-com---nb-simple {
	min-width: 100% !important;
	color: #0a232d !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
}

.freeprivacypolicy-com---palette-light .cc-nb-title, .cc-nb-text {
	color: #ffffff !important;
}
.freeprivacypolicy-com---nb .cc-nb-main-container {
	padding: 3rem;
	background-color: #0a232d!important;
}
.freeprivacypolicy-com---palette-light .cc-nb-okagree,
.freeprivacypolicy-com---palette-light .cc-nb-reject,
.freeprivacypolicy-com---palette-light .cc-nb-changep,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save
{
	background-color: #001ff3!important;
	border-radius: 5px !important;
	color: #ffffff !important;
}
.freeprivacypolicy-com---palette-light .cc-nb-okagree:hover,
.freeprivacypolicy-com---palette-light .cc-nb-reject:hover,
.freeprivacypolicy-com---palette-light .cc-nb-changep:hover,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save:hover {
	opacity: 75%;
}
.freeprivacypolicy-com---palette-light .cc-cp-foot-byline {
	opacity: 0%;
}
.freeprivacypolicy-com---palette-light .cc-cp-foot-byline a {
	pointer-events: none;
	cursor: default;
}
/** /Cookie Consent **/
