@charset "UTF-8";
/* CSS Document Last updated September 25, 2024 ZA*/
@import url("fkj8ioc.css");
/* Adobe Acumin Font */
html, body {
  scroll-behavior: smooth;
  font-family: "acumin-pro", sans-serif!important;
}

.eventmicrosite {font-family: "acumin-pro", sans-serif!important;}

p {font-family: "acumin-pro", sans-serif!important;}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif!important;
  font-weight: 700;
  margin-bottom: .625rem;
  display: block;
  width: 100%; 
  line-height:1.5;
}

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

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


.small {
  font-size: 10pt;
}
hr {
    display: block;
    clear: both;
     border: 0; 
	height: 1px; 
	background-color: #C0CAD9;
}
/*COMMON ARTICLE CSS*/
.clr {
  clear: both;
}
.blue_bold {
  color: #25617D;
  font-weight: 600;
}
.red_bold {
  color: #510000;
  font-weight: 600;
}
/*CSS Buttons*/
.button {
  appearance: none;
  background-color: #25617D;
  border-radius: 15px;
  box-sizing: border-box;
  color: #FFFFFF!important;
  cursor: pointer;
  display: inline-block;
  font-family: "acumin-pro", sans-serif;
  font-size: 14pt;
  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:#000000;
}

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


.subbutton {
  appearance: none;
  background-color: transparent;
  border: 2px solid #25617D!important;
  border-radius: 15px;
  box-sizing: border-box;
  color: #25617D!important;
  cursor: pointer;
  display: inline-block;
  font-family: "acumin-pro", 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: #C0CAD9;
  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;
  }
}

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

 .speaker-container h3 {
    clear:both;
    }

.speakers {
  flex: 0 0 190px; 
  align-items: stretch;
  display:inline-block;
  border: 1px #C0CAD9 solid;
  margin: 0px;
  vertical-align: top;
  position: relative;
  padding-bottom:40px;
}


@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:#C0CAD9;cursor: pointer;}

.speakers:hover img {opacity: 0.8;}


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

#speakerhead {display:none}



/* Reg rate table */

.regrow {
  display: table;
  table-layout: fixed;
  width: 99%; 
  margin:25px 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.regrow {
margin-top:5px;
}

#head.regrow div {
background: #000000;
font-size:13pt;
font-weight:bold;
color:#FFF;
}

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

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


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

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

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

/*  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 2%;
}
@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%;
  }
}

@media only screen and (max-width: 720px) {
	  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  float: none;
}
}



/*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;
}

/* 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:100px; width:150px;padding:10px; line-height: 80px;vertical-align: middle;margin:5px}
		
		#sponsors a > img {max-width:130px; max-height:80px; margin:auto;vertical-align: middle;}
		
		
@media only screen and (max-width: 720px) {
		
	#sponsors {
	background-image: none;
	max-width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}
	
	#sponsors a {background: #FFFFFF; text-align: center; display: inline-block; height:60px; width:120px;padding:10px; line-height: 60px;vertical-align: middle;margin:5px}
		
	#sponsors a > img {max-width:120px; max-height:60px; margin:auto;vertical-align: middle;}
	
}	






summary {color:#6D7F7C!important;font-size:12pt!important;}


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

/*Sliders*/


button.register{
    width:230px;
    height:70px;
    background: linear-gradient(to left top, #122f3d 50%, #25617D 50%);
    border-style: none;
    color:#fff;
    font-size: 30px;
    letter-spacing: 3px;
    font-family: "acumin-pro", 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), #E6881B);
    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), #E6881B);
    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), #E6881B);
    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), #E6881B);
    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;
}



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

.halfWidthDiv{

	width: 48%;
	display: inline-block;
	margin-right: 5px;
	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;

}



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

.thirdWidthDiv{

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

}

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

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

	}

}


/*new pop-ups */

/* 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:'acumin pro', 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:'Roboto', sans-serif;
}

.modalContent h5 {
font-family:'Roboto', 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;
	}
}




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

	.desktop-only{
     display: none;

    }

}


.mobile-only{

	display: none;

}

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

	.mobile-only{

		display: block;

    }

}




.agendaHighlights {max-width:700px;margin:auto;background: rgb(247,247,247);
	background: linear-gradient(180deg, rgba(247,247,247,1) 83%, rgba(189,190,192,1) 100%); ;padding:.5%;border:1px solid #ECECEC;}

	.agendaHighlights h3 {text-align: center;}

/* Sponsor EC */
#sponsors-home {text-align:center; margin:0 auto;clear:both;}
#sponsors-home h5 {color:#6D7F7C;  text-align:center;margin-top:15px}
	
#sponsors-home a {
	width:170px;
	height:90px;
	margin:1%;
	padding:10px;
	display:inline-block;
}
#sponsors-home a > img{
    vertical-align: middle;
margin:auto;
max-height:90px;
}

@media only screen and (max-width: 460px) {
  #sponsors-home a {
	width:100px;
	height:80px;
	margin:0;
}
}

/* New agenda */
/*Agenda*/

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

.button-container button {width:150px; height:75px; border:1px solid #2F5E7F;font-size:11pt!important; background:#F0F4FB; border-radius: 20px; color:#25617D;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 #2F5E7F;font-size:12pt!important}

.daily::first-word {
  text-transform: uppercase;
  font-weight: bold;
}



.sessionrow {
    font-family:'Open Sans', sans-serif;
    display: table-row;
    table-layout: fixed;
    width: 99%; 
    margin:25px auto 5px auto;
    font-size:1.1em;
}


.sessionrow h3 {
  color:#2F5E7F!important;
  font-size: 17pt !important;
}

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

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

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

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

#head {display: none;}

}


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

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

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

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

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

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

}


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


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

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

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

.sessionrow div:nth-child(4) {
  text-align:center;
}
.sessionrow div:nth-child(5) {
  text-align:center;
font-size:12pt;
}

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


.sessionrow div:nth-child(2) span{
  color:#282828;
  font-weight:normal;
  display:block;
}


.sessionrow div:nth-child(4) img {
height:auto;  
max-width:100px; 
max-height:100px;
}



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

#head div {
  font-family:'Roboto', sans-serif;
  background: #231F20;
  font-size:14pt;
  font-weight:bold;
  color: #fff !important;
}



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


/* 2024 Sponsor Opps Page*/

#intro-buttons{
 text-align:center;
 margin:1% auto;
 max-width:1300px; 
}
#intro-buttons .button {
  appearance: none;  
  background-color: #25617D;
  color:#fff;
  border-radius: 15px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: "acumin-pro", sans-serif!important;
  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: #25617D;
  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:#C0CAD9;
  color: #25617D;
  font-size: 13pt;
  line-height: 24pt;
}

#intro-buttons .sub:hover {
  background-color:#25617D;
  color: #C0CAD9;
}

.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%}
}

.full-page-content :is(h2, h3, h4, h5, h6) { 
  width: 100%;
  text-align: center;
}


.half-page-content :is(h2, h3, h4, h5, h6) { 
  width: 100%;
  text-align: center;
}

#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:14pt;
  line-height:1.5;
}
#prospectus p:not(.subhead){
text-align:left;
margin:2% 3%;
}
#prospectus .subhead {background-color:#25617D;
  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: #25617D;
  border-radius: 10px;
  box-sizing: border-box;
  color: #FFFFFF!important;
  cursor: pointer;
  display: inline-block;
  font-family: "acumin-pro", sans-serif!important; 
  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:#1d4b60;
}

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

#prospectus .button span.icon {
    background: url(../png/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: 3px; /* 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:100px;
  width: var(--w);
  aspect-ratio: 1;
  position: relative;
  display: inline-grid;
  place-content: center;
  margin: 1%;
  font-size: 25pt;
  color:#03497b;
  font-weight: bold;
  font-family: 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%;
  border-collapse: collapse;
}

#what-you-get tr:nth-of-type(even) {
  background-color: #fcfce8;
}

#what-you-get th {
  font-weight: bold;
  background-color: #FFD200;
  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 .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";
  }
}





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

.sponsor-opps-buttons button {
width:250px;
overflow:hidden;
font-family: "acumin-pro", sans-serif!important;
font-size:13pt;
border-radius: 5px;
padding:1.5%;
cursor: pointer;

}
.sponsor-opps-buttons button::first-line {
  font-weight: bold;
  font-size:17pt;
}
.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: #404041;
  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: #404041;
  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: #404041;
  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: #404041;
  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: #404041;
  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: #404041;
  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: #404041;
  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: #404041;
  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: #404041;
  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: #404041;
  text-decoration: none;
}

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



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

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

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







.sponsor-item-container {
  display: flex;
  flex-wrap: wrap;
  margin:0 auto;
}

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

.sponsoritem {
  width: calc(33.33% - 20px);
  margin: 9px; 
  border:1px solid #C0CAD9;
  border-radius: 10px;  
  padding:0;
}
@media screen and (max-width: 768px) {
  .sponsoritem {
    width: calc(49% - 10px); 
    margin: 6px; 
  }
}

@media screen and (max-width: 480px) {
  .sponsoritem {
    width: calc(99%); 
    margin: 3px; 
  }
}


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

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

.sponsoritem :is(h3,h5,h6,p) {margin:1.5% 1%}

div.sponsoritem:not(.platinum,.gold,.silver,.bronze,.exhibit) img:first-of-type {
  width: 100%;
  height: 100%;
  max-height:250px;
  border-radius: 10px 10px 0 0 ;
  object-fit: cover;
}


.platinum,.gold,.silver,.bronze,.exhibit {
  width: 100%; /* Make the box fill the entire width */
}

:is(div.platinum, div.gold, div.silver, div.bronze,div.exhibit) img:first-of-type {
  float:right;
  width: 50%;
  border-radius: 0px 10px 10px 0 ;
  object-fit: cover;
  padding:0 0 0 .5%;
  
}

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

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

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

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


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

.sold .qty {
  display:none;
}

.pricing-container {max-width:500px;margin:1%}

.survey-pie-container {max-width: 1400px;margin:4% auto 1% auto; display:flex}

#contact-sales { 
  max-width: 1100px;
  margin: 2% auto;
  padding:1%;
  width: 100%;
  border:1px solid #C0CAD9;
  border-radius:10px;
  box-sizing: border-box;
  text-align: center;
}

#contact-sales div{ 
  width: 320px; 
  margin: 0 10px; 
  font-size:12pt;
  line-height:1.5;
  display:inline-block;
  text-align:left;
  vertical-align: top;
  
}

@media screen and (max-width: 600px) {
  #contact-sales div {
   width: 100%; 
  }
}



#contact-sales img{ 
  float:left;
  max-width:120px;
  margin-right:1%;
  margin-bottom:10%;
}
#contact-sales a{ 
  color:#25617D;
  font-weight:600;
  text-decoration: none;
}

#past-sponsors {
  max-width: 1400px;
  margin:0 auto;
}

#past-sponsors img {
  max-width: 120px;
  max-height: 100px;
  display:inline-block;
  margin:5%;
}

a[href^="tel:"]:before {
            display: inline-flex;
            content: '';
            background-image: url('../svg/phone.svg');
            background-size: 15px 15px;
            height: 15px;
            width: 15px;
}
