.popup {
  display: none;
  position: fixed;
  width: 800px;
  margin-left: -400px;
  margin-top: -200px;
  background: white;
  z-index: 5000; }

.popup-screen {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 4999; }

.popup-waiting {
  display: none;
  position: fixed;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  padding: 20px;
  z-index: 5000; }

.popup-width-350 {
  width: 350px;
  margin-left: -175px; }

.popup-width-400 {
  width: 400px;
  margin-left: -200px; }

.popup-width-450 {
  width: 450px;
  margin-left: -225px; }

.popup-width-500 {
  width: 500px;
  margin-left: -250px; }

.popup-width-600 {
  width: 600px;
  margin-left: -300px; }

.popup-width-800 {
  width: 800px;
  margin-left: -400px; }

.popup-height-150 {
  height: 150px;
  margin-top: -75px; }

.popup-height-200 {
  height: 200px;
  margin-top: -100px; }

.popup-height-250 {
  height: 250px;
  margin-top: -125px; }

.popup-height-300 {
  height: 300px;
  margin-top: -150px; }

.popup-height-350 {
  height: 350px;
  margin-top: -175px; }

.popup-height-400 {
  height: 400px;
  margin-top: -200px; }

.popup-height-450 {
  height: 450px;
  margin-top: -225px; }

.popup-height-500 {
  height: 500px;
  margin-top: -250px; }

/* Header */
.popup-header {
  text-align: left;
  padding: 10px 20px; }
  .popup-header h2 {
    display: inline-block;
    text-align: left; }
  .popup-header .popup-close {
    float: right; }
  .popup-header .popup-close .fa {
    margin-top: 4px;
    font-size: 21px; }
  .popup-header .fa {
    font-size: 24px; }

.popup-body {
  text-align: left;
  padding: 10px 20px 30px 20px;
  max-width: 600px;
  margin: 0 auto; }

/* Footer */
.popup-footer {
  position: absolute;
  bottom: 0;
  background: white;
  text-align: left;
  width: 100%;
  z-index: 1000;
  padding: 18px 20px; }
  .popup-footer input[type="submit"] {
    display: inline-block;
    margin-left: 0; }
  .popup-footer a, .popup-footer input {
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
    margin-left: 0;
    /* Don't touch vertical margins in case those are set elsewhere */ }
  .popup-footer a:last-child {
    margin-right: 0; }

/* Footer */
/* Overwrite frm-standard margins */
.frm-standard.label-width-60 .popup-footer input[type="submit"], .frm-standard.label-width-60 .popup-footer .btn,
.frm-standard .popup-footer input[type="submit"], .frm-standard .popup-footer .btn-primary {
  margin-left: 0; }

/* Overwrite frm-standard margins */
.popup-footer.align-left input[type="submit"] {
  float: left;
  margin-right: 10px; }

.popup-footer.align-left a {
  float: left; }

@media (min-width: 800px) {
  .popup {
    left: 50%;
    top: 40%; } }

@media (max-width: 800px) {
  .popup,
  .popup-width-350,
  .popup-width-400,
  .popup-width-450,
  .popup-width-500,
  .popup-width-600,
  .popup-width-800 {
    left: 5%;
    top: 5%;
    width: 90%;
    margin: 0;
    overflow-y: auto; }
  .popup-body {
    overflow-y: auto;
    height: 200px;
    height: 100%; }
  .popup-footer {
    clear: both; }
    .popup-footer input[type="submit"], .popup-footer a {
      float: left; } }

/* Responsive Youtube */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Responsive Youtube */
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000;
  background: #4c4c4c;
  color: #fff; }

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden; }

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */ }

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px; }

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible; }

.tooltipster-base .tooltipster-content {
  overflow: hidden; }

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute; }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px; }

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px; }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px; }

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px; }

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px; }

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px; }

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px; }

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px; }

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px; }

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px; }

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px; }

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0; }

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0; }

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

/* General */
.pretitle {
  color: #d25e35;
  font-weight: 600;
  font-size: 1.3rem; }

/* General */
/* Hero Background */
.home-hero {
  height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; }
  .home-hero .home-hero-main-content {
    padding-top: 120px;
    padding-left: 36px;
    max-width: 600px; }
  .home-hero h1 {
    color: #fff;
    font-size: 5.6rem;
    line-height: 1; }
  .home-hero h2 {
    color: #fff;
    font-size: 3rem;
    line-height: 1; }
  .home-hero p {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500; }
  .home-hero .home-hero-right {
    background: rgba(0, 0, 0, 0.7);
    height: 650px; }
    .home-hero .home-hero-right p {
      font-size: 1.1rem; }
  .home-hero .hero-aside {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 60px;
    padding: 36px 0 0 20px;
    font-weight: 600;
    font-size: 1.1rem; }
  .home-hero .hero-date {
    text-transform: uppercase;
    color: #6fcfff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 20px; }
  .home-hero .gdlr-button.large {
    color: #fff;
    background-color: #13b1f4;
    padding: 16px 16px 18px 16px; }
    .home-hero .gdlr-button.large span {
      display: block; }
    .home-hero .gdlr-button.large .main-text {
      font-size: 1.05rem; }
    .home-hero .gdlr-button.large .fa {
      font-size: 18px; }

@media (max-width: 800px) {
  .home-hero {
    height: auto; }
  .home-hero .col-4.home-hero-right {
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    background: #6d2917;
    height: auto;
    float: none; } }

/* Hero Background */
/* Hero Content */
/*
	.home-hero .container{
		max-height: $hero-height;
	}
	.home-hero-content-inner{
		z-index: 100;
		position: relative;
		width: 100%;
		max-width: 500px;
		padding: 80px 40px;
		background: rgba(46, 85, 97, 0.6);
		background: rgba(0,0,0,.75);
		color: #fff;
		height: 1000px;
		box-sizing: border-box;
		
		
		.hero-aside{
			color: rgba(255,255,255,.8);
			margin-bottom: 60px;
			padding: 36px 0 0 20px;
			font-weight: 600;
			font-size: 1rem;
		}
		.hero-date{
			text-transform: uppercase;
			color: #6fcfff;
			font-family: 'Montserrat', sans-serif;
			font-weight: 400;
			font-size: 1rem;
			margin-bottom: 20px;
		}
		h1{
			font-size: 4.4rem;
			line-height: .9;
		}
		h1,h5{
			color: #fff;
		}
		h4{
			color: rgba(255,255,255,.8);
			font-size: 1.3rem;
			font-weight: 600;
		}
		
		.gdlr-button{
			color: #fff;
			background-color: #13b1f4; 
			padding: 16px 30px 18px 30px;
				
			span{
				display: block;
			}				
			.main-text{
				font-size: 1.2rem;
			}				
				
			.fa{
					font-size: 18px;
			}
		}
	}
	
	@media(max-width: 800px){
		.home-hero .container{
			max-height: 100%;
			height: auto;
		}
		.home-hero-content-inner{
			width: 100%;
			max-width: 100%;
			padding-right: 30px;
			height: auto;
			
			h1{
				font-size: 3.6rem;
			}
		}
		
	}
	*/
/* Hero Content */
/* Hero Content */
.home-hero .container {
  max-height: 650px; }

.home-hero-content-inner {
  z-index: 100;
  position: relative;
  width: 100%;
  max-width: 500px;
  padding: 80px 40px;
  background: rgba(46, 85, 97, 0.6);
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  height: 1000px;
  box-sizing: border-box; }
  .home-hero-content-inner .hero-aside {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 60px;
    padding: 36px 0 0 20px;
    font-weight: 600;
    font-size: 1rem; }
  .home-hero-content-inner .hero-date {
    text-transform: uppercase;
    color: #6fcfff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 20px; }
  .home-hero-content-inner h1 {
    font-size: 4.4rem;
    line-height: .9; }
  .home-hero-content-inner h1, .home-hero-content-inner h5 {
    color: #fff; }
  .home-hero-content-inner h4 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.3rem;
    font-weight: 600; }
  .home-hero-content-inner .gdlr-button {
    color: #fff;
    background-color: #13b1f4;
    padding: 16px 30px 18px 30px; }
    .home-hero-content-inner .gdlr-button span {
      display: block; }
    .home-hero-content-inner .gdlr-button .main-text {
      font-size: 1.2rem; }
    .home-hero-content-inner .gdlr-button .fa {
      font-size: 18px; }

@media (max-width: 800px) {
  .home-hero .container {
    max-height: 100%;
    height: auto; }
  .home-hero-content-inner {
    width: 100%;
    max-width: 100%;
    padding-right: 30px;
    height: auto; }
    .home-hero-content-inner h1 {
      font-size: 3.6rem; } }

/* Hero Content */
.home-sessions-overview .gdlr-item-title-wrapper .gdlr-item-title {
  color: #fff; }

.home-sessions-overview .gdlr-item-title-divider {
  border-color: rgba(255, 255, 255, 0.3); }

.home-sessions-overview h4 {
  font-weight: 500;
  letter-spacing: normal;
  line-height: 25px;
  font-size: 18px;
  padding-left: 35px;
  padding-right: 15px;
  color: #fff;
  text-transform: none; }

.home-sessions-overview h4:before {
  font-family: 'FontAwesome';
  content: '\f058';
  margin: 16px 0 0 -54px;
  color: #d25e35;
  position: absolute;
  font-size: 50px; }

.home-live-broadcast {
  height: 40vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.section-overview h2 {
  color: #fff;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 70px; }

.section-overview .tile {
  border-radius: 8px;
  background: #2e3339; }

.section-overview .tile-inner {
  padding: 5px; }

.section-overview .tile-header-label {
  background: #d05e3b;
  position: absolute;
  height: 30px;
  width: auto;
  padding: 4px 10px;
  top: -18px;
  left: 14px;
  font-weight: 600;
  font-size: .84rem; }

.section-overview .tile-body-header {
  /* height:  140px; */
  padding-top: 50px;
  margin-bottom: 46px; }

.section-overview .tile-body-content {
  height: 220px;
  font-size: 1rem; }

.section-overview .tile-footer {
  height: 80px; }

.section-overview .tile-body-header-hook-title {
  font-weight: 700;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.6);
  max-width: 200px;
  margin: 0 auto 28px auto;
  font-family: arial;
  padding: 6px; }
  .section-overview .tile-body-header-hook-title .label {
    font-weight: 300;
    font-size: 1rem; }

.section-overview .tile-pretitle {
  color: #e69177;
  font-weight: 700;
  font-size: 1.5rem;
  padding-bottom: 14px;
  display: block; }

.section-overview h4 {
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.2; }

.section-overview p {
  color: rgba(255, 255, 255, 0.8); }

.section-overview ul {
  margin-left: 0;
  list-style-type: none; }

.section-overview li {
  text-align: left;
  line-height: 1.2;
  margin-bottom: 18px;
  font-size: .9rem;
  text-align: center; }

.section-overview .list-fa li {
  padding-left: 24px; }

.section-overview .list-fa li:before {
  margin: 0 0 0 -24px;
  color: #e69177; }

.section-overview .btn-bordered {
  color: #fff;
  border: 2px solid #2c8bbb;
  padding: 8px 10px; }

@media (max-width: 1130px) {
  .section-overview .col-3 {
    width: 50%; } }

@media (max-width: 800px) {
  .home-speakers .three {
    width: 50%; } }

@media (max-width: 600px) {
  .home-speakers .three {
    width: 100%; } }

.home-screenshot h4 {
  font-size: 1.1rem;
  font-weight: 400;
  text-align: center;
  display: inline-block; }

.home-screenshot .fa {
  display: inline-block;
  vertical-align: top;
  color: #d25e35;
  font-size: 28px;
  margin: 0 0 20px 0; }

.home-screenshot h4 .small, .home-screenshot h4 .section-overview h2, .section-overview .home-screenshot h4 h2 {
  font-size: .8rem; }

@media (max-width: 1000px) {
  .home-screenshot h4 {
    font-size: 1.1rem; }
  .home-screenshot .fa {
    margin-top: 8px; } }

@media (max-width: 800px) {
  .home-screenshot .col-grid .col-4 {
    text-align: left; } }

.atmousepopup-window {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 0; }
  .atmousepopup-window .atmousepopup-window-content {
    background: #fff;
    padding: 12px;
    color: rgba(0, 0, 0, 0.8); }
  .atmousepopup-window p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 1rem;
    line-height: 1.4; }

.exhibitor-return {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  display: inline-block; }

.exhibitor-detail {
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 1339px;
  height: 600px;
  margin: 0 auto;
  background-image: url("https://mirrenlivenewyork.com/wp-content/themes/mirren/images/exhibit-hall-detail-background.jpg"); }

@media (max-width: 900px) {
  .exhibitor-detail {
    background: none; } }

.exhibitor-detail-inner {
  height: 600px;
  position: relative;
  overflow: hidden; }

.exhibitor-logo {
  margin: 15px auto 0 auto;
  width: 100%;
  max-width: 500px;
  background: #fff;
  text-align: center;
  padding: 4px;
  border: 4px solid #2d3844; }
  .exhibitor-logo .support {
    position: absolute;
    top: -19px;
    width: 10px;
    height: 16px;
    background: #4b5562;
    border-right: 2px solid #39424e; }
  .exhibitor-logo h1 {
    font-size: 2rem;
    margin: 0; }

@media (max-width: 900px) {
  .exhibitor-logo {
    border: 0; } }

.exhibitor-banner {
  width: 315px;
  height: 100%; }
  .exhibitor-banner .banner-top {
    height: 4px;
    background: #4b4b4b;
    border-bottom: 3px solid #3a3a3a; }
  .exhibitor-banner p, .exhibitor-banner div {
    color: rgba(255, 255, 255, 0.8);
    font-size: .8rem;
    line-height: 1.6; }
  .exhibitor-banner h2 {
    color: #fff;
    font-size: .8rem;
    line-height: 1.6; }
  .exhibitor-banner .exhibitor-banner-inner {
    height: 100%; }
  .exhibitor-banner .exhibitor-banner-inner-left {
    margin-top: 20px; }
    .exhibitor-banner .exhibitor-banner-inner-left .exhibitor-banner-background {
      min-height: 1000px;
      margin: 0 3px;
      background: #376090;
      background: -moz-linear-gradient(top, #376090 0%, #224771 100%);
      background: -webkit-linear-gradient(top, #376090 0%, #224771 100%);
      background: linear-gradient(to bottom, #376090 0%, #224771 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#376090', endColorstr='#224771',GradientType=0 );
      box-shadow: 10px 10px 16px rgba(0, 0, 0, 0.3); }
    @media (max-width: 900px) {
      .exhibitor-banner .exhibitor-banner-inner-left .exhibitor-banner-background {
        min-height: 50px;
        margin: 0; } }
    .exhibitor-banner .exhibitor-banner-inner-left a {
      color: rgba(255, 255, 255, 0.8);
      border-bottom: 1px dashed rgba(255, 255, 255, 0.8); }
  @media (max-width: 900px) {
    .exhibitor-banner .exhibitor-banner-inner-left {
      background: #2a2f36; } }
  .exhibitor-banner .exhibitor-banner-left-content {
    min-height: 240px; }
  .exhibitor-banner .exhibitor-banner-inner-right {
    margin-top: 30px; }
    .exhibitor-banner .exhibitor-banner-inner-right .exhibitor-banner-background {
      min-height: 1000px;
      margin: 0 3px;
      background: #f4f3f4;
      background: -moz-linear-gradient(top, #f4f3f4 0%, #cacaca 100%);
      background: -webkit-linear-gradient(top, #f4f3f4 0%, #cacaca 100%);
      background: linear-gradient(to bottom, #f4f3f4 0%, #cacaca 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f3f4', endColorstr='#cacaca',GradientType=0 );
      box-shadow: -10px 10px 16px rgba(0, 0, 0, 0.3); }
    @media (max-width: 900px) {
      .exhibitor-banner .exhibitor-banner-inner-right .exhibitor-banner-background {
        min-height: 50px;
        margin: 0; } }
  .exhibitor-banner .exhibitor-member-contact {
    border-radius: 6px;
    background: #dde8f5;
    text-align: center;
    padding: 4px 10px;
    margin-top: 8px;
    width: 100%;
    box-sizing: border-box; }
    .exhibitor-banner .exhibitor-member-contact a {
      font-weight: bolder;
      font-size: .7rem;
      line-height: 1.3;
      display: block;
      clear: both;
      color: #d25e35;
      border: 0;
      font-weight: 500; }

.exhibitor-banner-left {
  float: left; }

.exhibitor-banner-right {
  float: right; }

.exhibitor-member-image {
  max-width: 120px;
  max-height: 120px;
  border-radius: 50%;
  z-index: 9;
  position: relative; }

.exhibitor-member-label {
  border-radius: 6px;
  background: #fff;
  text-align: center;
  padding: 6px 12px;
  width: 100%;
  margin-top: -24px;
  z-index: 10;
  position: relative;
  box-sizing: border-box; }
  .exhibitor-member-label h3, .exhibitor-member-label h4 {
    padding: 0;
    margin: 0; }
  .exhibitor-member-label h3 {
    color: #000;
    font-size: .8rem; }
  .exhibitor-member-label h4 {
    color: #8a8a8a;
    font-size: .6rem;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 3px; }

.exhibitor-team-wrapper {
  position: absolute;
  margin-top: -46px; }

.exhibitor-team {
  padding: 0 40px;
  text-align: center; }

.exhibitor-team-desk {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 200px;
  top: 126px;
  box-shadow: 10px 10px 16px rgba(0, 0, 0, 0.3);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0f2035+0,162c47+100 */
  background: #0f2035;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0f2035 0%, #162c47 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0f2035 0%, #162c47 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0f2035 0%, #162c47 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f2035', endColorstr='#162c47',GradientType=0 );
  /* IE6-9 */ }

.exhibitor-awards {
  float: left;
  width: 260px;
  padding-top: 80px; }
  .exhibitor-awards h2 {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.1;
    border-bottom: 1px dashed #fff;
    display: inline-block; }
  .exhibitor-awards h4 {
    font-size: .9rem;
    color: #fff; }
  .exhibitor-awards a, .exhibitor-awards a:hover {
    color: #fff;
    font-size: .8rem;
    line-height: 1.3;
    display: inline-block;
    font-weight: bolder;
    font-weight: 400; }
  .exhibitor-awards .fa {
    margin-left: 4px;
    margin-right: 4px; }

.exhibitor-resources h2 {
  color: #000;
  font-size: 1.1rem;
  line-height: 1.1;
  border-bottom: 1px dashed #000;
  display: inline-block; }

.exhibitor-resources h4 {
  font-size: .9rem;
  color: rgba(0, 0, 0, 0.7); }

.video-wrapper {
  width: 445px;
  height: 250px;
  height: auto;
  margin-left: -320px;
  border: 4px solid #2d3844;
  float: right; }

@media (max-width: 1200px) {
  .video-wrapper {
    width: 100%;
    margin-left: 0;
    border: 0;
    height: 250px; } }

@media (max-width: 900px) {
  .exhibitor-banner-left,
  .exhibitor-banner-right {
    float: none;
    width: 100%; }
  .exhibitor-detail,
  .exhibitor-detail-inner {
    height: auto;
    overflow: visible; }
  .exhibitor-banner .exhibitor-banner-left-content {
    min-height: 50px; }
  .exhibitor-team-wrapper {
    position: relative;
    margin-top: 0; }
  .exhibitor-team {
    width: 100%;
    padding-left: 0; }
  .exhibitor-awards {
    float: none;
    width: 100%;
    background: #2a2f36;
    padding-top: 30px; } }

/* General */
h2.small, .section-overview h2 {
  font-size: 1.7rem; }

.list-fa {
  list-style-type: none; }

.list-fa li {
  padding-left: 0; }

.list-fa li:before {
  color: #d25e35; }

/* General */
/* Base Classes (Behavior) */
.session-table-row {
  display: table;
  width: 100%; }

.session-table-column {
  display: table-cell;
  box-sizing: border-box; }

.width-1 {
  width: 33.3%; }

.width-1-5 {
  width: 50%; }

.width-2 {
  width: 66.6%; }

.width-3 {
  width: 100%; }

.agenda-tabs .agenda-tabs-tab {
  display: inline-block;
  padding: 18px 25px 16px 25px;
  margin: 0;
  float: left;
  min-width: 160px; }

@media (max-width: 750px) {
  .agenda-tabs .agenda-tabs-tab {
    display: block;
    float: none;
    width: 100%;
    box-sizing: border-box; } }

.agenda-tab-content {
  position: relative; }

.agenda-time-row-time {
  width: 100px;
  float: left;
  margin-left: 10px; }

.agenda-column-main {
  margin-left: 120px; }

@media (max-width: 700px) {
  .session-table-row,
  .session-table-column {
    display: block; }
  .width-1,
  .width-2,
  .width-3 {
    width: 100%; } }

/* Base Classes */
/* Tabs */
.agenda-tabs-tab {
  background: #45505c;
  border-right: 1px solid #58636e; }
  .agenda-tabs-tab .agenda-tab-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff; }
  .agenda-tabs-tab .agenda-tab-subtitle {
    font-size: .9rem;
    color: rgba(255, 255, 255, 0.7); }

.agenda-tabs-tab.gdlr-active {
  background: #58636e; }

/* Tabls */
/* Skin Classes (Colors, Sizing, Etc..) */
.agenda-tab-content-background {
  position: absolute;
  width: 1000px;
  height: 1000px;
  overflow: hidden;
  z-index: 0; }
  .agenda-tab-content-background .agenda-tab-content-background-inner {
    width: 1400px;
    height: 1400px;
    margin-left: -900px;
    margin-top: -900px;
    background: -moz-radial-gradient(center, ellipse cover, #2e363f 0%, rgba(36, 37, 39, 0) 79%, rgba(33, 33, 33, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #2e363f 0%, rgba(36, 37, 39, 0) 79%, rgba(33, 33, 33, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #2e363f 0%, rgba(36, 37, 39, 0) 79%, rgba(33, 33, 33, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e363f', endColorstr='#00212121',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }

.line-fade-x {
  width: 100%;
  height: 1px;
  background: -moz-linear-gradient(left, #4d5863 0%, #4d5863 42%, rgba(77, 88, 99, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4d5863 0%, #4d5863 42%, rgba(77, 88, 99, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4d5863 0%, #4d5863 42%, rgba(77, 88, 99, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d5863', endColorstr='#004d5863',GradientType=1 );
  /* IE6-9 */ }

.agenda-time-row {
  margin-bottom: 30px; }

.agenda-time-row-time {
  border-top: 1px dashed #6d6d6d;
  padding-top: 16px;
  font-size: .9rem; }

/* Agenda Tab Header */
.agenda-tab-header-notes {
  position: relative;
  z-index: 10;
  text-align: right;
  padding: 24px;
  opacity: .7;
  font-size: 14px;
  color: #fff; }
  .agenda-tab-header-notes a, .agenda-tab-header-notes a:hover {
    color: #fff;
    border-bottom: 1px dashed #fff; }
  .agenda-tab-header-notes .fa {
    margin-right: 8px; }

/* Agenda Tab Header */
.session-table-column {
  background: #eeeeee;
  border-right: 1px solid #d8d8d8; }
  .session-table-column p, .session-table-column div {
    color: #585858; }

.agenda-title {
  box-sizing: border-box;
  padding: 10px;
  margin-right: -1px;
  position: relative; }
  .agenda-title h3 {
    color: white;
    font-size: 1.08rem;
    font-weight: 400;
    margin: 0; }
  .agenda-title .gdlr-session-item-title-tracklabel {
    color: rgba(255, 255, 255, 0.7);
    font-size: .9rem; }

.agenda-title .fa {
  color: rgba(255, 255, 255, 0.6); }

.agenda-title-icons {
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 80px;
  text-align: right; }
  .agenda-title-icons .agenda-title-icons-icon-wrapper {
    margin-left: 6px; }

.width-1 .agenda-title,
.width-2 .agenda-title {
  min-height: 116px; }

@media (max-width: 1200px) {
  .width-1 .agenda-title,
  .width-2 .agenda-title {
    min-height: 136px; } }

@media (max-width: 1000px) {
  .width-1 .agenda-title,
  .width-2 .agenda-title {
    min-height: 180px; } }

.agenda-speaker-wrapper {
  padding: 20px 14px; }
  .agenda-speaker-wrapper .agenda-speaker-individual {
    padding-bottom: 34px; }
  .agenda-speaker-wrapper .gdlr-speaker-thumbnail {
    float: left;
    width: 140px; }
  .agenda-speaker-wrapper .speaker-thumbnail-title {
    padding-left: 150px;
    width: 100%;
    box-sizing: border-box; }
  .agenda-speaker-wrapper .moderator {
    font-size: .8rem; }
  .agenda-speaker-wrapper .agenda-speaker-company {
    color: #000;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1;
    display: block;
    padding-bottom: 5px; }
  .agenda-speaker-wrapper .agenda-speaker-name {
    color: #c75838;
    font-size: .8rem;
    line-height: 1rem;
    display: block;
    padding-bottom: 5px;
    font-weight: 600; }
  .agenda-speaker-wrapper .agenda-speaker-title {
    color: #919391;
    font-size: .8rem;
    line-height: 1rem;
    display: block; }
  @media (max-width: 1000px) {
    .agenda-speaker-wrapper .gdlr-speaker-thumbnail,
    .agenda-speaker-wrapper .speaker-thumbnail-title {
      float: none;
      padding: 0;
      padding-bottom: 7px; } }

/* Header Tiles */
.track-1 .agenda-title,
.background-1 {
  background: #c75838; }

.track-2 .agenda-title,
.background-2 {
  background: #a04127; }

.track-3 .agenda-title,
.background-3 {
  background: #773420; }

.track-1 .agenda-title.agenda-title-highlighted,
.track-2 .agenda-title.agenda-title-highlighted,
.track-3 .agenda-title.agenda-title-highlighted {
  background: #45505c; }

.agenda-header-track-header {
  padding: 12px;
  font-weight: 500; }

.background-1 .agenda-header-track-header {
  background: #b84a2b;
  color: #fff; }

.background-2 .agenda-header-track-header {
  background: #953116;
  color: #fff; }

.background-3 .agenda-header-track-header {
  background: #672917;
  color: #fff; }

.header-tile h3 {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.3;
  margin: 0;
  padding: 10px 0;
  font-weight: 500; }

.header-tile p {
  font-color: rgba(255, 255, 255, 0.75);
  font-size: .9rem; }

.agenda-header-content {
  height: 140px; }

.header-tile-body {
  padding: 0 20px; }
  .header-tile-body p {
    color: rgba(255, 255, 255, 0.7); }

.header-tile-body-video {
  position: relative;
  min-height: 70px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-position: right bottom; }
  .header-tile-body-video .agenda-header-play-video {
    display: block;
    width: 80px;
    margin: 0 auto;
    font-size: .7rem;
    color: rgba(255, 255, 255, 0.6);
    text-align: center; }
  .header-tile-body-video .agenda-header-play-button {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 8px;
    display: block;
    padding: 10px;
    color: #fff;
    text-align: center; }
  .header-tile-body-video .fa {
    color: #fff;
    font-size: 26px;
    display: block;
    margin: 0 0 0 6px; }

@media (max-width: 1200px) {
  .agenda-header-content {
    height: 180px; } }

@media (max-width: 1000px) {
  .header-tile-body-video {
    background-position-x: 90px; } }

@media (max-width: 700px) {
  .agenda-header-content {
    height: auto; }
  .header-tile-body-video {
    max-width: 300px;
    margin: 0 auto; } }

/* Header Tiles */
/* Session Content -- Mainly for preday tab items (which pull in data from a separate post) */
.session-tile .misc-content {
  text-align: left; }
  .session-tile .misc-content h3 {
    font-size: 17px;
    font-weight: 600; }

/* Session Content */
/* See More Popup: */
.see-more-link,
.see-more-link:hover {
  color: rgba(255, 255, 255, 0.7);
  font-size: .8em;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.7); }

.agenda-session-body .modal-speaker h5 {
  color: red;
  padding-bottom: 10rem; }

/* See More Popup: */
/* Skin Classes */
/* Responsive */
@media (max-width: 1000px) {
  .agenda-time-row-time {
    float: none;
    border-top: 0;
    padding-bottom: 20px;
    font-size: 1.3rem;
    width: 100%; }
  .agenda-column-main {
    margin: 0; } }

/* Responsive */
/* Fancybox Items */
.fancybox-wrap {
  z-index: 100; }

/* Fancybox Items */
/* Helpers */
.flex-wrapper,
.flex-left-column,
.flex-main-column {
  box-sizing: border-box; }

.flex-wrapper {
  display: flex;
  flex-direction: row-reverse; }

.flex-left-column {
  width: 250px; }

.flex-main-column {
  flex: 1; }

@media (max-width: 900px) {
  .flex-wrapper,
  .flex-left-column,
  .flex-main-column {
    display: block;
    width: 100%; } }

/* Helpers */
/* Tooltipster Overrides */
.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #848c95;
  color: #fff;
  background: #dce0e4; }

.tooltipster-default .tooltipster-content {
  font-family: Raleway, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 11px;
  line-height: 1.5;
  padding: 8px 10px;
  overflow: hidden; }

.tooltipster-content a {
  font-weight: bold; }

/* Tooltipster Overrides */
/* Specific Session Adjustments */
.agenda-row-20190513 .flex-left-column,
.agenda-row-20200601 .flex-left-column {
  border-right: 1px dashed #CCC; }

.agenda-row-20190513 .flex-main-column,
.agenda-row-20190513 .flex-left-column,
.agenda-row-20200601 .flex-main-column,
.agenda-row-20200601 .flex-left-column {
  padding: 0 25px 50px 25px; }

.agenda-row-20190513 .agenda-speaker-wrapper,
.agenda-row-20200601 .agenda-speaker-wrapper {
  display: none; }

.agenda-row-20190513 .gdlr-speaker-item,
.agenda-row-20200601 .gdlr-speaker-item {
  margin-bottom: 30px; }

.agenda-row-20190513 .gdlr-speaker-item .gdlr-speaker-item-content,
.agenda-row-20200601 .gdlr-speaker-item .gdlr-speaker-item-content {
  text-align: left;
  font-size: 14px;
  line-height: 1.3;
  font-style: normal; }

.agenda-row-20190513 .gdlr-speaker-item .gdlr-speaker-item-title,
.agenda-row-20190513 .misc-content .flex-left-column h3,
.agenda-row-20200601 .gdlr-speaker-item .gdlr-speaker-item-title,
.agenda-row-20200601 .misc-content .flex-left-column h3 {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1.3;
  padding-top: 8px;
  font-weight: 600; }

.agenda-row-20190513 .gdlr-speaker-item .gdlr-speaker-item-position,
.agenda-row-20190513 .session-video-description,
.agenda-row-20200601 .gdlr-speaker-item .gdlr-speaker-item-position,
.agenda-row-20200601 .session-video-description {
  font-style: normal;
  font-size: 14px;
  line-height: 1.3; }

.agenda-row-20190513 .session-video,
.agenda-row-20200601 .session-video {
  margin: 0 15px 40px 15px; }

@media (max-width: 900px) {
  .agenda-row-20190513 .flex-left-column,
  .agenda-row-20200601 .flex-left-column {
    border-right: 0; } }

/* Specific Session Adjustments */
.speaker-tile {
  height: 220px;
  box-sizing: border-box;
  overflow: hidden; }

.gdlr-speaker-thumbnail img {
  border-radius: 5px; }

.speaker-details {
  text-align: left;
  min-height: 100px; }

.speaker-company {
  color: #d25e35;
  font-size: 15px;
  line-height: 20px;
  margin: 0; }

.speaker-name a {
  color: #fff;
  text-transform: none;
  font-size: 15px;
  line-height: 20px; }

.speaker-position {
  font-style: italic;
  color: #707070;
  font-family: "Droid Serif";
  font-size: 13px;
  line-height: 17px; }

.speaker-section {
  padding-top: 50px; }
  .speaker-section h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 4px; }
  .speaker-section .title-divider {
    width: 50px;
    margin: 25px 0 40px 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.2); }
