@charset "utf-8";
/* CSS Document */ :root {
  --advertPaddingTop: 130px;
  --advertPaddingBottom: 120px;
}
.text-gradient {
  background: linear-gradient(to bottom right, #ff0000, #000000);
  background-clip: text;
  color: rgba(0, 0, 0, 0);
}
.text-gradient2 {
  background: linear-gradient(to bottom right, #0ABF5E, #0ABFB9);
  background-clip: text;
  color: rgba(0, 0, 0, 0);
}
.text-lazy-river {
  background: linear-gradient(to bottom right, #189100, #e0dd00);
  background-clip: text;
  color: rgba(0, 0, 0, 0);
}
.agendalogos {
  margin-bottom: 10px;
  max-width: 300px;
  max-height: 200px;
  margin-right: 10px;
}
.speakerlisting {
  vertical-align: top;
}
.times {
  font-weight: bold;
  width: 12%;
}
.ttcode {
  font-weight: bold;
  width: 12%;
  text-align: center;
}
tr td {
  vertical-align: top;
}
.speakerphotos {
  max-width: 100%;
  max-height: 9vw;
}
.agendalogos {
  max-width: 11vw;
  max-height: 5vw;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.spbiologos {
  max-width: 70%;
  overflow: hidden;
  max-height: 25%;
}
.letterbullets li {
  padding-bottom: 5px;
}
.advertisements {
  height: calc(100vh - var(--advertPaddingTop) - var(--advertPaddingBottom));
  width: 100%;
}
.advertisements img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.sponsorlogopage {
  margin: 20px;
  max-width: 200px;
  max-height: 90px;
}
.sponsorlogoframe {
  height: 90px;
}
.agendaSpeakerPhotos {
  max-height: 120px;
  margin-top: 2px;
  filter: drop-shadow(6px 0px #002933);
}
.bgagendaphotos {
  background-color: #006680;
  color: white;
}
.speakerbiophotos {
  max-height: 150px;
  filter: drop-shadow(6px 0px #0dcaf0);
}
.hjletterphoto {
  filter: drop-shadow(8px 0px #0dcaf0);
}
.speakerbios {
  margin-bottom: 15px;
}
.questions {
  list-style-position: inside;
}
.questions li {
  padding-bottom: 8px;
}
.sponsoredbyagenda {
  margin-top: .5rem;
}
.speakername {
  color: #002933;
}
.sponsoradvert{
	text-align: center;
	max-width: 90vw;
	width: auto;
	height: calc(90vh * calc(200/1920));
}
.exhibitoradvert{
	text-align: center;
	max-width: 90vw;
	width: auto;
	height: calc(90vh * calc(200/1920));
}
@media screen and (max-width: 1000px) {
  .times {
    width: 16%;
  }
  .ttcode {
    width: 16%;
    text-align: center;
  }
  .spbiologos {
    max-width: 70%;
    overflow: hidden;
    max-height: 25%;
  }
  .agendalogos {
    max-width: 16vw;
    max-height: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .spbiologos {
    max-width: 70%;
    overflow: hidden;
    max-height: 25%;
  }
  .times {
    width: 20%;
  }
  .ttcode {
    width: 20%;
    text-align: center;
  }
  .speakerphotos {
    max-width: 100%;
    max-height: 13vw;
  }
  .agendalogos {
    max-width: 25vw;
    max-height: 15vw;
  }
}
@media screen and (max-width: 576px) {
  .times {
    width: 20%;
  }
  .ttcode {
    width: 20%;
    text-align: center;
  }
  .speakerphotos {
    max-width: 100%;
    max-height: 20vw;
  }
  .spbiologos {
    max-width: 70%;
    overflow: hidden;
    max-height: 25%;
  }
}
@media print {
  #footerSponsors {
    visibility: hidden;
  }
}
#footerSponsors {
  max-height: 90px;
  background: hsla(0, 0%, 100%, 0.60);
}
#footerSponsors img {
  max-height: 20px;
  max-width: 160px;
}
pre {
  tab-size: 4;
}