@charset "UTF-8";
/* CSS Document Last updated July 1, 2025 ZA */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap'); 

/*HTML TAG REDFINES*/

body {font-family: "Barlow Semi Condensed", sans-serif;
	padding:0px!important;}

p, ul, ol, small {
  
  font-weight: 400;
  font-style: normal;
}

small, .small {
  font-size: 10pt;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  margin-bottom: .625rem!important;
  line-height: 1.5!important;
}

h1 {
	color: #44597F;
  font-size: clamp(18pt, 2vw, 28pt)!important;
}

h2 {
	color: #44597F;
  font-size: clamp(18pt, 1.5vw, 26pt)!important;
}
h3 {
	color: #44597F;
  font-size: clamp(16pt, 1.2vw, 23pt)!important;
}
h4 {
	color: #44597F;
  font-size: clamp(14pt, 1vw, 19pt)!important;
}
h5 {
	color: #5d5f62;
  font-size: clamp(13pt, .9vw, 15pt)!important;
}
h6 {
	color: #5d5f62;
  font-size: clamp(12pt, .8vw, 13pt)!important;
}


hr {
  display: block;
  clear: both;
  border: none;
  height: 1px!important;
  background: #fffae5;
  margin: 10px 0;
  padding: 0;
} 



@media screen and (max-width: 700px){

	.desktop-only{
     display: none;

    }

}


.mobile-only{

	display: none;

}

@media screen and (max-width: 700px){

	.mobile-only{

		display: block;

    }

}






/*COMMON ARTICLE CSS*/
.clr {
  clear: both;
}
.blue_bold {
  color: #44597F;
  font-weight: 600;
}

.red_bold {
  color: #510000;
  font-weight: 600;
}



summary {
 display: flex;
color:#232323;
background:#fff;
font-family: "Barlow Semi Condensed", sans-serif;
font-weight: bold;
font-size:18px;
	margin-bottom:2%;
}


summary::after {
  content: '';
  width: 18px;
  height: 10px;
  background: url('https://www.pcimag.com/ext/resources/Events/CTT/become-sponsor/arrow.webp');
  background-size: cover;
  margin: 1.5%;
  transition: 0.2s;
}

summary:hover {
opacity:0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

details {background:#F3F3F2;
		padding:1%}

details[open] > summary::after {
  transform: rotate(180deg);
}

/*CSS Buttons*/
.button {
  appearance: none;
  background-color: #A70827;
  border-radius: 15px;
  box-sizing: border-box;
  color: #FFFFFF!important;
  cursor: pointer;
  display: inline-block;
	font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16pt;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  min-width: 0;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform;
}

.button:disabled {
  pointer-events: none;
}

.button:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
  background-color:rgb(138, 10, 45);
}

.button:active {
  box-shadow: none;
  transform: translateY(0);
}


.subbutton {
  appearance: none;
  background-color: transparent;
  border: 2px solid #44597F!important;
  border-radius: 15px;
  box-sizing: border-box;
  color: #44597F!important;
  cursor: pointer;
  display: inline-block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 13pt;
  font-weight: 600;
  line-height: 14pt;
  margin: 0;
  min-width: 0;
  outline: none;
  padding: 6px 24px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform;
}

.subbutton:disabled {
  pointer-events: none;
}

.subbutton:hover { 
  background-color: #e1f0f9;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.subbutton:active {
  box-shadow: none;
  transform: translateY(0);
}


/* Image Wrap Styles */
img.img_left {
  float: left;
  margin-right: 10px;
}
img.img_right {
  float: right;
  margin-left: 10px;
}
img.img_center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media only screen and (max-width: 400px) {
	img.img_left {
  float: none;
  display: block;
}
img.img_right {
 float: none;
  display: block;
}
	
}


/* LISTS DIVIDED INTO 4 PERFECTLY EVEN COLUMNS  */
#cols4 {
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4;
  /* Firefox */
  column-count: 4;
}
@media only screen and (max-width: 767px) {
  #cols4 {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
}
@media only screen and (max-width: 767px) {
  #cols4 {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
}
@media only screen and (max-width: 479px) {
  #cols4 {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
}
/* 2025 Reg Page */

.registration-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 16pt;
  background: #F3F3F2;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  flex-wrap: wrap; /* Allows wrapping on smaller screens */
}

/* Ensure the button stays aligned properly */
.registration-container button {
  margin-left: auto; /* Pushes the button to the right */
}

/* Mobile-friendly adjustments */
@media (max-width: 600px) {
  .registration-container {
    flex-direction: column; /* Stack elements */
    align-items: center; /* Center text and button */
    text-align: center;
  }

  .registration-container button {
    margin-left: 0; /* Reset alignment for mobile */
    margin-top: 10px; /* Add spacing */
  }
}

.btn {
  position: relative;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #000;
  background: none;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease;
  min-width: 200px;
  z-index: 1;
}

.neon-pulse {
  background: #FDCC09;
  border: 2px solid #000;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(227, 222, 117, 0.3);
  overflow: visible;
}

.neon-pulse::before,
.neon-pulse::after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 2px solid #010303;
  border-radius: 50px;
  animation: pulseOut 4s ease-out infinite;
  opacity: 0;
}

.neon-pulse::after {
  animation-delay: 2s;
}

@keyframes pulseOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
  

 /* Hero Section */
  #hero {
    height: 20vh;
    width:100%;
    position: relative;
    border-bottom: 5px solid #44597f;
  }

 

#countdown   {
  color: #0B4C7B;
  font-size: 2.2rem;
  margin-top: 15px;
  background-color: gray; /* Example */
  padding: 10px 10px 10px 10px; 
}

    /* Layout styles */
    .row {
      display: flex;
      justify-content: space-between;
      margin: 20px 20px;
      flex-wrap: wrap;
      gap: 10px;
    }
    
    #courses {
      justify-content: center;
    }

    /* General card styles */
    .card {
      background-color: #fff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      width: 45%;
      margin: 10px 0;
      opacity: 0;
      transform: translateY(100px);
      transition: opacity 0.5s ease-out, transform 0.5s ease-out;
      text-align: center;
      border: 1px solid #e1e1e1;  /* Adding border for clean look */
    }

    .card.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .card h5 {
      font-size: 22px;
      margin-bottom: 15px;
      font-weight: bold;
      color: #333;
    }

    .card p {
      font-size: 16px;
      margin-bottom: 20px;
      color: #555;
    }

    .card .price {
      font-size: 18px;
      font-weight: bold;
      color: #BF2D38;
    }

    /* Add hover effect for cards */
    .card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .jump-links {
      text-align: center;
      margin: 20px 0;
      font-size: 16px;
    }

    .jump-links a {
      text-decoration: none;
      color: #0B4C7B;
      margin: 0 15px;
      font-weight: bold;
    }

    .jump-links a:hover {
      color: #44597F;
    }

    /* Media query for responsiveness */
    @media (max-width: 768px) {
      .card {
        width: 45%; /* Cards take up more space on smaller screens */
      }
    }

    @media (max-width: 480px) {
      .card {
        width: 100%; /* Stack cards on very small screens */
      }
    }

    /* FAQ Styles */
    .faq-section {
      background-color: #fff;
      padding: 40px 20px;
      margin-top: 50px;
      border-radius: 12px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      margin-bottom: 50px;
    }

    .faq-section h3 {
      text-align: center;
      font-size: 28px;
      margin-bottom: 20px;
    }

    .faq-question {
      font-size: 18px;
      font-weight: bold;
      color: #44597F;
      background-color: #F3F3F2;
      padding: 15px;
      border-radius: 6px;
      margin-bottom: 10px;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    .faq-question:hover {
      background-color: #44597F;
      color: #fff;
    }

    .faq-answer {
      padding: 15px;
      margin-bottom: 20px;
      background-color: #F3F3F2;
      border-radius: 6px;
      display: none;
      font-size: 16px;
      color: #555;
    }
 
   /* Button styling */
.register-button {
  display: inline-block;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(#0073B4); /* Blue gradient */
  color: #fff; /* White text */
  border-radius: 25px; /* Subtle rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Minimal shadow */
  transition: transform 0.2s ease, box-shadow 0.2s ease; /* Smooth transition */
}

/* Hover effect */
.register-button:hover {
  transform: translateY(-2px); /* Slight lift on hover */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* Slightly stronger shadow */
}

/* Active state for button click */
.register-button:active {
  transform: translateY(0); /* Reset lift when clicked */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Restore initial shadow */
}
  #countdown {
    font-size: 1.2rem;
    color: #fff;
    margin-top: 15px;
  }
  
  .add-info {
    font-size: 1.0rem;
    font-weight: normal;
  }
  












/* REGISTRATION TABLE */

.regrow {
  display: table;
  table-layout: fixed;
  width: 99%; 
  margin:5px auto 5px auto;
  font-size:1.1em;
font-weight:bold;

}
.regrow div {
  display: table-cell;
  text-align:center;
  padding:5px;
}

.regrow small {font-size:11pt;
font-weight:normal;
}

#head {
margin-top:5px;
}

#head div {
background: #08385b;
font-size:13pt;
font-weight:bold;
color:#FFF;
}

#head div:not(:first-of-type) {
background: #0B4C7B;
font-size:11pt;
border-left:#fff 2px solid;
}

.sc div {
background: #31415c!important;
}

.sc div:not(:first-of-type) {
background: #44597F!important;
}


#head small {font-size:9.5pt;
font-weight:normal;
line-height:9pt!important;}


.regprice {
margin-top:0px;
border-bottom:#fffae5 1px solid;
}

.regprice div {
font-size:1.2em;
font-weight:normal;
border-left:1px solid #e1e1e1;
}

.regprice div:first-of-type {
font-size:1.25em;
font-weight:bold;
color:#44597F;
border-left:none;
}

/* BOXES FOR SPEAKER PAGE */
 .speaker-container {
      display: flex;
      flex-wrap: wrap;
    }


.speakers {
  flex: 0 0 190px; 
  align-items: stretch;
  display:inline-block;
  border: 1px #fffae5 solid;
  margin: 0px;
  vertical-align: top;
}


@media only screen and (max-width: 400px) {
	.speakers {
  flex: 0 0 165px; 
	}
}
.speakers h4 {
  margin: 15px 5px 10px 5px;
  font-size: 12pt;
}
.speakers p {
  margin: 2px 5px;
  font-size: 9.5pt;
}

.speakers img {
    max-width: 100%;
    height: auto;
}

.speakers:hover {background:#E3E8E8;cursor: pointer;}

.speakers:hover img {opacity: 0.8;}

@media (max-width: 767px) {
  .speakers {
    position: relative;
    padding-bottom:40px;
  }

  .speakers::after {
    content: "READ BIO";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color:#232323;
    background-color: #fffae5;
    padding: 3px 0px;
  }
}




/*  COLUMN SETUP  */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  width: 96%;
  float: left;
  margin: 0.5rem 1%;
}
@media only screen and (min-width: 45em) {
  /* 720px */
  .col-1 {
    width: 4.33%;
  }
  .col-2 {
    width: 12.66%;
  }
  .col-3 {
    width: 21%;
  }
  .col-4 {
    width: 29.33%;
  }
  .col-5 {
    width: 37.66%;
  }
  .col-6 {
    width: 46%;
  }
  .col-7 {
    width: 54.33%;
  }
  .col-8 {
    width: 62.66%;
  }
  .col-9 {
    width: 71%;
  }
  .col-10 {
    width: 79.33%;
  }
  .col-11 {
    width: 87.66%;
  }
  .col-12 {
    width: 96%;
  }
}



/* current sponsors page */
		
		#sponsors {padding: 10px; min-height:400px;text-align: center; max-width:1024px;margin:auto}
		
		#sponsors > a {background: #FFFFFF; text-align: center; display: inline-block; height:110px; width:150px;padding:10px; line-height: 90px;vertical-align: middle;margin:5px}
		
		#sponsors a > img {max-width:130px; max-height:80px; margin:auto;}
		
#sponsors h4 {margin-bottom:0px!important}

@media only screen and (max-width: 720px) {
			
	#sponsors a {background: #FFFFFF; text-align: center; display: inline-block; height:90px; width:150px;padding:10px; line-height: 85px;vertical-align: middle;margin:5px}
		
	#sponsors a > img {max-width:120px; max-height:60px; margin:auto;vertical-align: middle;}
	
}


img.logo {max-width:100px; max-height:auto;margin:10px}


button.register{
    width:230px;
    height:70px;
    background: linear-gradient(to left top, #FDCB08 50%, #fae17f 50%);
    border-style: none;
    color:#000000;
    font-size: 30px;
    letter-spacing: 3px;
	font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 0px;
    overflow: hidden;
    transition: all .5s;
    box-shadow: 0px 2px 2px rgba(0,0,0,.2);
}
button.register span{
    position: absolute;
    display: block;
}
button.register span:nth-child(1){
    height: 3px;
    width:200px;
    top:0px;
    left:-200px;
    background: linear-gradient(to right, rgba(0,0,0,0), #F4A54C);
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    animation: span1 2s linear infinite;
    animation-delay: 1s;
}

@keyframes span1{
    0%{
        left:-200px
    }
    100%{
        left:200px;
    }
}
button.register span:nth-child(2){
    height: 70px;
    width: 3px;
    top:-70px;
    right:0px;
    background: linear-gradient(to bottom, rgba(0,0,0,0), #A70827);
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    animation: span2 2s linear infinite;
    animation-delay: 2s;
}
@keyframes span2{
    0%{
        top:-70px;
    }
    100%{
        top:70px;
    }
}
button.register span:nth-child(3){
    height:3px;
    width:200px;
    right:-200px;
    bottom: 0px;
    background: linear-gradient(to left, rgba(0,0,0,0), #A70827);
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    animation: span3 2s linear infinite;
    animation-delay: 3s;
}
@keyframes span3{
    0%{
        right:-200px;
    }
    100%{
        right: 200px;
    }
}

button.register span:nth-child(4){
    height:70px;
    width:3px;
    bottom:-70px;
    left:0px;
    background: linear-gradient(to top, rgba(0,0,0,0), #A70827);
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    animation: span4 2s linear infinite;
    animation-delay: 4s;
}
@keyframes span4{
    0%{
        bottom: -70px;
    }
    100%{
        bottom:70px;
    }
}

button.register:hover{
    transition: all .5s;
    transform: rotate(-1deg) scale(1.1);
    box-shadow: 0px 3px 5px rgba(0,0,0,.4);
}
button.register:hover span{
    animation-play-state: paused;
}


div.warn {max-width:85%; margin:auto; border-left:2px solid #C8C7C9; border-right:2px solid #C8C7C9;}



/* This is the page wide gray background. */
.modalBackground{
	display: none;
	z-index: 99999; 
	width: 100%; 
	height: 100%; 
	position: fixed; 
	top: 0; 
	left: 0;
	background-color: rgba(48,48,48, 0.8);
	overflow: scroll;
	text-align: center;
}



/* This contains all the modal content. */
.modalContent{
	font-family: "Barlow Semi Condensed", sans-serif;
	margin: 0px auto 40px auto;
	padding: 2%;
	max-width: 1170px;
	text-align: left;
	z-index: 9999;
	background-color: #ffffff;
	overflow: hidden;
	animation: modalZoomIn .25s;
}
@media only screen and (max-width: 700px){
    .modalContent{
        max-width: 90%;
    }
}

.modalContent h3 {
font-family: "Barlow Semi Condensed", sans-serif;
}

.modalContent h5 {
font-family: "Barlow Semi Condensed", sans-serif;
margin-top:25px;
font-weight:300;
}

/* This is the close icon. */
.modalClose{
  
	margin: 8px auto;
	padding: 5px 2px;
	width: 30px;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.0;
	color: #ffffff;
	background-color: #000000;
	border: 1px solid #ffffff;
	border-radius: 50%;
	cursor: pointer;
	z-index:99999;
}

.modalClose:hover{
	background-color: #ffffff;
	color: #000000;
}



/* To open the modal with a zoom-in effect, add "animation: modalZoomIn .25s;" to the "modalContent" class. */
@keyframes modalZoomIn{
	from{
		transform: scale(0.75);
	}
	to{
		transform: scale(1.0);
	}
}



/* To open the modal with a fade-in effect, add "animation: modalFadeIn .25s;" to the "modalContent" class. */
@keyframes modalFadeIn{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
#speakerhead {display:none;}

.speakerbio .img_left {max-width:100px}

/*RESPONSIVE MAP */
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}


div.warn h6 {color:#510000!important; text-transform:uppercase; width:100%; text-align:center; font-size:14pt}
	div.warn p {margin:3px 8px; font-size:10pt}



/* Begin 2024 Media Kit CSS */
#intro-buttons{
 text-align:center;
 margin:1% auto;
 max-width:1300px; 
}
#intro-buttons .button {
  appearance: none;  
  background-color: #44597F;
  color:#fff;
  border-radius: 15px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16pt;
  font-weight: 600;
  line-height: 44pt;
  margin: 1%;
  width: 310px;
  outline: none;
  padding: 6px 24px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform;
  
}

#intro-buttons .button:disabled {
  pointer-events: none;
}

#intro-buttons .button:hover { 
  background-color: #44597F;
  color:#fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

#intro-buttons .button:active {
  box-shadow: none;
  transform: translateY(0);
}

#intro-buttons .sub {
  background-color:#5B7098;
  color: #0061A6;
  font-size: 13pt;
  line-height: 24pt;
}
#intro-buttons .sub:hover {
  background-color:#44597F;
  color: #5B7098;

}


.half-page-content {
  width: calc(48.88% - 20px);
  margin: 9px;
  border-radius: 10px;  
  padding:0;
}
@media only screen and (max-width: 768px) {
.half-page-content {width:100%}
}


#intro-copy p
{font-size:13.5pt;line-height:1.5}

#prospectus {
  background-image: url('https://www.bnpevents.com/ext/resources/projects/prospectus-bg.webp'); 
  background-size: cover;
  background-position: center;
  text-align:center;
  font-size:16pt;
  line-height:17pt;
}
#prospectus p:not(.subhead){
text-align:left;
margin:2% 3%;
}
#prospectus .subhead {background-color:#44597F;
  font-size:26pt;
  color:#fff;
margin:0;
padding:1.5% 0;
border-radius:10px 10px 0 0}

/*CSS Buttons*/
#prospectus .button {
  appearance: none;
  background-color: #44597F;
  border-radius: 10px;
  box-sizing: border-box;
  color: #FFFFFF!important;
  cursor: pointer;
  display: inline-block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16pt;
  line-height: 38pt;
  margin: 5% 1% 2% 1%;
  width: 225px;
  outline: none;
  padding: 1% 2%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform;
}


#prospectus .button:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
  background-color:#00375f;
}

.button:active {
  box-shadow: none;
  transform: translateY(0);
}

#prospectus .button span.icon {
    background: url(https://www.packagingstrategies.com/ext/resources/Events/Global-Pouch-Forum/agenda/pdf_icon.png) no-repeat;
    background-size:cover;
    float: right;
    width: 35px;
    height: 35px;
    margin-top:5px;
}

/* Pie Chart */
.pie-container {
  display: flex;
  flex-wrap: wrap; /* Allow containers to wrap on smaller screens */
}

.pie-container > div {
  box-sizing: border-box;
  padding: 10px; /* Adjust padding as needed */
}

.pie-container .left {
  flex: 1; /* 1/3 width */
}

.pie-container .right {
  flex: 2; /* 2/3 width */
  font-size:16pt;
  color:#00375f;
  align-self: center;
}


.pie {
  --w:150px;
  width: var(--w);
  aspect-ratio: 1;
  position: relative;
  display: inline-grid;
  place-content: center;
  margin: 5px;
  font-size: 30pt;
  color:#03497b;
  font-weight: bold;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.pie:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 0;
  background: conic-gradient(var(--c) calc(var(--p)*1%),#0000 0);
  -webkit-mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
          mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
}





#what-you-get {
  width: 100%;
  max-width:1400px;
  margin:auto;
  border-collapse: collapse;
  font-size:12pt;	
  font-family: "Barlow Semi Condensed", sans-serif;
}
#what-you-get tr {
    border-bottom: .5px solid #ccc;
  }

#what-you-get tr th:first-of-type {
  font-weight: bold;
  color: #000;
}

#what-you-get tr th:nth-child(2) {
  background-color: #000000; 
  color: #E2E7F3; 
}

#what-you-get tr th:nth-child(3) {
  background-color: #5d646d; 
  color: #fff; 
}

#what-you-get tr th:nth-child(4) {
  background-color: #7d621d; 
  color: #fff; 
}
#what-you-get tr th:nth-child(5) {
  background-color: #6b6b6b; 
  color: #fff; 
}
#what-you-get tr th:nth-child(6) {
  background-color: #8e4812; 
  color: #fff; 
}
#what-you-get tr th:nth-child(7) {
  background-color: #F3C71E; 
  color: #000; 
}

#what-you-get td,
#what-you-get th {
  padding: 6px;
  vertical-align: top;
  text-align: center;
}

#what-you-get tr td:first-of-type {
  text-align: left;
}


#what-you-get tr td:nth-child(2) {
  background-color: #E2E7F3; 
}

#what-you-get tr td:nth-child(3) {
  background-color: #e5e5e5; 
}

#what-you-get tr td:nth-child(4) {
  background-color: #fcf2cf; 
}
#what-you-get tr td:nth-child(5) {
  background-color: #e5e5e5; 
}
#what-you-get tr td:nth-child(6) {
  background-color: #fff2ea; 
}
#what-you-get tr td:nth-child(7) {
  background-color: #fffbef; 
}



#what-you-get .textblock td {
  text-align: left;
}
  #what-you-get small {font-weight:300!important;}
	
@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
  
  #what-you-get,
  #what-you-get thead,
  #what-you-get tbody,
  #what-you-get th,
  #what-you-get td,
  #what-you-get tr {
    display: block;
    text-align: left;
  }


  #what-you-get thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #what-you-get tr {
    border: 1px solid #ccc;
  }

  #what-you-get td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  #what-you-get td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }


  #what-you-get td:nth-of-type(1):before {
    content: "";
  }

  #what-you-get td:nth-of-type(2):before {
    content: "Diamond";
  }

  #what-you-get td:nth-of-type(3):before {
    content: "Platinum";
  }

  #what-you-get td:nth-of-type(4):before {
    content: "Gold";
  }

  #what-you-get td:nth-of-type(5):before {
    content: "Silver";
  }

  #what-you-get td:nth-of-type(6):before {
    content: "Bronze";
  }

  #what-you-get td:nth-of-type(7):before {
    content: "Exhibitor";
  }
}

.sponsor-opps-buttons {
margin:1% auto;
max-width:1250px;
text-align:center;
}

.sponsor-opps-buttons button {
width:225px;
overflow:hidden;
font-family: "Barlow Semi Condensed", sans-serif;
font-size:13pt;
border-radius: 5px;
padding:1.5%;
cursor: pointer;

}
.sponsor-opps-buttons button::first-line {
  font-weight: bold;
  font-size:15pt;
}
.sponsor-opps-buttons button.viewhide {
padding:.3%;
width:150px;
}

/* Sponsor button colors */
.button-diamond {
  margin: 5px;
  padding: 15px 30px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: #232323;
  border-radius: 10px;
  display: inline-block;
  border: 0px;
  box-shadow: 0px 0px 14px -7px #c5e7fc;
  background-image: linear-gradient(45deg, #d1d4d7 0%, #c5e7fc  51%, #d1d4d7  100%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-diamond:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #232323;
  text-decoration: none;
}

.button-diamond:active {
  transform: scale(0.95);
}


.button-platinum {
  margin: 5px;
  padding: 15px 30px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: #232323;
  border-radius: 10px;
  display: inline-block;
  border: 0px;
  box-shadow: 0px 0px 14px -7px #F8F4E8;
  background-image: linear-gradient(45deg, #CABFAB 0%, #F8F4E8  51%, #CABFAB  100%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-platinum:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #232323;
  text-decoration: none;
}

.button-platinum:active {
  transform: scale(0.95);
}



.button-gold {
  margin: 5px;
  padding: 15px 30px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: #232323;
  border-radius: 10px;
  display: inline-block;
  border: 0px;
  box-shadow: 0px 0px 14px -7px #fff9a2;
  background-image: linear-gradient(45deg, #d5af3d 0%, #fff9a2  51%, #d5af3d  100%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-gold:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #232323;
  text-decoration: none;
}

.button-gold:active {
  transform: scale(0.95);
}



.button-silver {
  margin: 5px;
  padding: 15px 30px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: #232323;
  border-radius: 10px;
  display: inline-block;
  border: 0px;
  box-shadow: 0px 0px 14px -7px #f4e9e9;
  background-image: linear-gradient(45deg, #b6b6b6 0%, #f4e9e9  51%, #b6b6b6  100%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-silver:hover {
  background-position: right center;
  color: #232323;
  text-decoration: none;
}

.button-silver:active {
  transform: scale(0.95);
}


.button-bronze {
  margin: 5px;
  padding: 15px 30px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: #232323;
  border-radius: 10px;
  display: inline-block;
  border: 0px;
  box-shadow: 0px 0px 14px -7px #E9C29B;
  background-image: linear-gradient(45deg, #9E6B50 0%, #E9C29B  51%, #9E6B50  100%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-bronze:hover {
  background-position: right center;
  color: #232323;
  text-decoration: none;
}

.button-bronze:active {
  transform: scale(0.95);
}

.button-exhibitor {
  width:400px!important; 
  max-width:100%;
  margin: 5px;
  padding: 15px 30px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: #232323;
  border-radius: 10px;
  display: inline-block;
  border: 0px;
  box-shadow: 0px 0px 14px -7px #f2c1c1;
  background-image: linear-gradient(45deg, #F1C513 0%, #FCF2CF  51%, #FCF2CF  100%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-exhibitor:hover {
  background-position: right center;
  color: #232323;
  text-decoration: none;
}

.button-exhibitor:active {
  transform: scale(0.95);
}



.sponsor-item-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.sponsor-item-container h2 {text-align:center;font-weight:normal; width:100%; display:block;}

.sponsoritem {
  display: flex;
  flex-direction: column;		
  width: calc(33.33% - 20px);
  margin: 9px; 
  border:1px solid #b3b3b3;
  border-radius: 10px;  
  padding:0;
  box-sizing: border-box; 
}




.sponsoritem h3{
  font-size:1.4em;
}

.sponsoritem span {
  color:#585858;
  font-size:.7em;
  font-weight:normal!important;
  text-transform: uppercase;
  display:block;
}

.sponsoritem p,.sponsoritem h3,.sponsoritem h5,.sponsoritem ul {margin:3px;
  padding-bottom:1%;
}

div.sponsoritem img:first-of-type {
  width: 100%;
  height: 100%;
  max-height:250px;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}



.sponsorlogos img {
  max-width: 100px!important;
  max-height:85px!important;
  height:auto!important;
  width:auto!important;
  border-radius: 0!important;
  float: none !important;
}

.price {color:#5b0808;
font-size:14pt;
font-weight:bold;
}

.sold .price {
  color: #9a9a9a;
  font-weight: normal;
}

.sold .price:after {
  content: " Sold!";
  color: #5b0808;
  font-weight: bold;
}


.qty {color:#361d1d;
font-size:11pt;
font-weight:bold;
}

.sold .qty {
  display:none;
}

#contact-sales { 
 /*width:100%;*/
  max-width:1400px;
  background-color:#f5fbff;
  margin:2% auto;
  gap: 20px; 
  padding: 20px;
  box-sizing: border-box;
}
#contact-sales :is(h3, h4, h5, h6) { 
  width: 100%;
  text-align: center;
}
#contact-sales div{ 
   width: calc(49% - 10px); 
  font-size:12pt;
  line-height:1.5;
  max-width:100%;
  display:inline-block;
}

#contact-sales img{ 
  display:inline-block;
  max-width:120px;
  margin-right:1%;
  vertical-align:top;
}
#contact-sales p{ 
  display:inline-block;
}
#contact-sales a{ 
  color:#273C86;
  font-weight:600;
  text-decoration: none;
}
	
@media screen and (max-width: 768px) {
  .sponsoritem {
    width: calc(49% - 10px); 
    margin: 6px; 
  }
	.survey-pie-container {display:block}
.half-page-content {width:100%;display:block}
.sponsor-opps-buttons {text-align: left}
}

@media screen and (max-width: 480px) {
  #contact-sales div {width:100%;}
.sponsor-item-container {display:block}
  .sponsoritem {
    display:block;
    width: calc(99%); 
    margin: 3px; 
  }
}




/* This restricts content to half the page width, and becomes full page width on narrow screens. */

.halfWidthDiv{

	width: 48%;
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
	overflow: hidden;

}

@media screen and (max-width: 1000px){

	.halfWidthDiv{
		width: 95%;
		display: block;
		margin: 15px auto 40px auto;

	}

}



.halfWidthDiv img{
	max-width: 99%;
	margin:5px;

}




@media screen and (max-width: 700px){

	.desktopOnly{
     display: none;

    }

}


.mobileOnly{

	display: none;

}

@media screen and (max-width: 700px){

	.mobileOnly{

		display: block;

    }

}
/*Agenda*/

.button-container {max-width:1200px;margin:auto;text-align:center}

.button-container button {width:150px; height:75px; border:1px solid #44597F;font-size:11pt!important; background:#fffae6; border-radius: 20px; color:#44597F;padding:2px!important;margin:3px!important;cursor:pointer;vertical-align: bottom;}
.button-container button:hover {background:#f2fdff;}

.button-container button.daily {width:150px; height:75px; border:1px solid #44597F;font-size:12pt!important}

.button-container button.nofilter {border:1px solid #a3a3a3;background:#f3f3f3;color:#232323;margin-left: 10px !important;}

.button-container button.nofilter:hover {background:#cdcdcd;}



.sessionrow {
	font-family: "Barlow Semi Condensed", sans-serif;
    display: table-row;
    table-layout: fixed;
    width: 99%; 
    margin:25px auto 5px auto;
    font-size:1.1em;

}

.clickable:hover {background:#fffae6!important;
 cursor:pointer;
  }

.sessionrow div {
    display: table-cell;
    text-align:left;
    padding:1%;
}

.sessionrow img {
  mix-blend-mode:multiply;
}

@media only screen and (max-width: 599px){

.sessionrow div {
    display: block;
    text-align:center;
    width:100%;
}

.sessionrow#head {display: none;}

}


@media only screen and (min-width: 600px){

.sessionrow div:nth-child(1) {
  width:12%;
padding-right:1%
}

.sessionrow div:nth-child(2) {
  width:39%;
padding-right:1%;
}

.sessionrow div:nth-child(3) {
  width:27%;
  padding-right:1%;
}

.sessionrow div:nth-child(4) {
  width:11%;
  padding-right:1%;
  text-align:center;
}

.sessionrow div:nth-child(5) {
  width:9%;
  padding-right:0;
  text-align:center;
}

}


.sessionrow div:nth-child(1) {
  font-size:11.5pt;
}

.sessionrow div:nth-child(1)::first-line {
  font-weight: bold;
}


.sessionrow div:nth-child(2) {
font-weight: bold;
  font-size:13pt;
}

.sessionrow div:nth-child(3) {
  font-size:12pt;
}

.sessionrow div:nth-child(4) {
  font-size:11pt;
}

.sessionrow div:nth-child(5) {
  text-align:center;
}


.sessionrow div:nth-child(5) img {
width:98%;
height:auto;  
max-width:100px; 
max-height:80px;
}

.sessionrow span {
display: block;
font-weight:300;
}

.juniora div:nth-child(2) span {
  color:#0B4C7B;
}

.juniorb div:nth-child(2) span {
  color:#8d6a00;
}
.juniorc div:nth-child(2) span {
  color:#5A5C5E;
}
.lilac div:nth-child(2) span {
  color:#A70827;
}

.live div:nth-child(2) {
    background-image: url('https://www.pcimag.com/ext/resources/Events/CTT/virtual/broadcast-live.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 30px auto;
}

.sessionrow div:nth-child(3) span {
display: block;
font-weight:600;
}


.sessionrow#head {
  margin-top:5px;
  cursor: arrow !important;
}

.sessionrow#head div {
  background: #231F20;
  font-size:14pt;
  font-weight:bold;
  color: #fff !important;
  text-align:center;
}


.sessionrow#head small {font-size:9.5pt;
	font-weight:normal;
	line-height:9pt!important;}