.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5000;
  padding-right: 25px;
  padding-left: 25px;
  background-color: transparent;
}
.sponsorship_button {
  margin: 5px 15px;
  min-width: 250px !important;
}


.hero-section {
  background-image: url('../images/hero/Nashville_Hero_Background.jpg');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  font-family: Oswald, sans-serif;
  display: flex;
  position: relative;
}

.hero-section.new_0320212026 {
    background-image: url('../images/hero/palm_springs.jpeg');
}

.guitar-holder {
  object-fit: contain;
  justify-content: center;
  align-items: flex-end;
  width: 45%;
  height: 100%;
  padding-bottom: 1%;
  padding-right: 1%;
  display: flex;
}

.hero-header {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-top: 2%;
  padding-left: 4%;
  display: flex;
}

.hero-header.new_0320212026 {
  background-color: #002e4582;
}

.guitar-image {
  object-fit: contain;
  height: 90%;
}

.h2-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 6em;
  line-height: 1.1em;
}

.hero-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
}

.hero-section h2 {
  font-weight: 300;
  text-transform: uppercase !important;
}

.hero-text.light {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
}

.hero-text.gold {
  color: #f3cc6e;
}

.line {
  background-color: #fff;
  width: 65%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: 750px;
  }

  .guitar-holder {
    width: 50%;
    padding-top: 10%;
    padding-bottom: 0%;
  }

  .hero-header {
    padding-top: 7%;
    padding-left: 3%;
  }

  .h2-white {
    font-size: 4em;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 450px;
  }

  .guitar-holder {
    padding-top: 5%;
  }

  .hero-header {
    padding-top: 4%;
  }

  .h2-white {
    margin-bottom: 10px;
    font-size: 2.5em;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-text.light {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .line {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    flex-flow: column;
    align-items: flex-start;
    height: 550px;
  }

  .guitar-holder {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 225px;
    padding-top: 0%;
    padding-bottom: 3%;
    padding-right: 0%;
  }

  .hero-header {
    justify-content: flex-end;
    align-items: flex-start;
    width: 65%;
    margin-bottom: -55px;
    padding-bottom: 0;
  }

  .guitar-image {
    height: 100%;
  }

  .h2-white {
    font-size: 2em;
  }

  .hero-text {
    font-size: 13px;
  }

  .hero-text.light {
    font-size: 12px;
  }
}


.brand {
  width: 180px;
  padding-top: 5px;
  padding-bottom: 3px;
}

.nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #f2cc6d;
}

.nav-link.register {
  min-width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50px;
  background-color: #f2cc6d;
  color: #000;
  text-align: center;
}

.nav-link.register:hover {
  background-color: #625291;
  color: #fff;
}

.nav-menu {
  margin-top: 15px;
}

.body {
  background-color: #000;
}

.nav-div {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  min-height: 25px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 46, 69, 0.95) 16%, rgba(0, 46, 69, 0.88) 48%, rgba(0, 46, 69, 0));
}

.heading {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 75px;
  line-height: 75px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.heading-2 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
}

.image {
  width: 400px;
  margin-bottom: 30px;
}

.date-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  min-height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 10px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.49);
  background-image: radial-gradient(circle farthest-corner at 50% 0%, rgba(0, 0, 0, 0.64), transparent 51%);
}

.text-block {
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 25px;
}

.section {
  padding: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(28%, #000), color-stop(83%, #002e45));
  background-image: linear-gradient(180deg, #000 28%, #002e45 83%);
}

.talent-wrapper {
  width: 100%;
  max-width: 1600px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.heading-3 {
  margin-top: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 65px;
  line-height: 70px;
  font-weight: 300;
  text-align: center;
}

.image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  min-height: 400px;
  margin: 0px auto 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block {
  width: 90%;
/*  background-image: url('../images/vacation-1.jpg');*/
    background-image: url('../images/vacation-1-new.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block.new_0320212026 {
  background-image: url('../images/vacation-2-new.jpg');
}

.paragraph {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
}

.text-span {
  color: #f2cc6d;
}

.section-2 {
  padding: 100px 100px 50px;
  background-color: #fff;
}

.level-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.level-text-wrapper {
  width: 50%;
  min-height: 400px;
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}

.level-text-wrapper._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.level-img-block {
  width: 50%;
  min-height: 400px;
/*  background-image: url('../images/the-phoenician-luxury-collection-hotel-scottsdale-outdoor-pool-dusk.jpg');*/
/*  background-image: url('../images/4_new.jpg');*/
background-image: url('../images/joseph-hotel.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.level-img-block.new_0320212026 {
  background-image: url('../images/fairway_sunrise.jpg');;
}

.level-img-block._2a {
/*  background-image: url('../images/the-phoenician-luxury-collection-resort-lobby-02-1.jpg');*/
/*	 background-image: url('../images/5_new.jpg');*/
    background-image: url('../images/joseph-terrace.jpg');
}

.level-img-block._2a.new_0320212026 {
  background-image: url('../images/night-drive-in.jpg');
}

.heading-dark {
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: Oswald, sans-serif;
  color: #016d8a;
  font-size: 65px;
  line-height: 65px;
  font-weight: 300;
  text-align: center;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  border-top: 1px none #f2cc6d;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
}

.paragraph-2 {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.button {
  /* width: 200px; */
  min-width: 200px;
  border-radius: 50px;
  background-color: #f2cc6d;
  font-family: Oswald, sans-serif;
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #625291;
  color: #fff;
}

.list {
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.section-3 {
  padding: 0px;
  background-color: #000;
}

.article-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 300px;
  padding: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fce7a4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 46, 69, 0.8)), to(rgba(0, 46, 69, 0.8))), url('../images/shutterstock_377318404.jpg');
  background-image: linear-gradient(180deg, rgba(0, 46, 69, 0.8), rgba(0, 46, 69, 0.8)), url('../images/shutterstock_377318404.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.article-block.b {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 46, 69, 0.8)), to(rgba(0, 46, 69, 0.8))), url('../images/shutterstock_479614822.jpg');
  background-image: linear-gradient(180deg, rgba(0, 46, 69, 0.8), rgba(0, 46, 69, 0.8)), url('../images/shutterstock_479614822.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.article-block.c {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 46, 69, 0.8)), to(rgba(0, 46, 69, 0.8))), url('../images/shutterstock_1218220324.jpg');
  background-image: linear-gradient(180deg, rgba(0, 46, 69, 0.8), rgba(0, 46, 69, 0.8)), url('../images/shutterstock_1218220324.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-4 {
  padding: 100px;
  background-color: #002e45;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-copy {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
}

.hotel-section {
  min-height: 500px;
/*  background-image: url('../images/cabana-pool.png');*/
      background-image: url('../images/joseph-suite.jpg');
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}


.hotel-section.new_0320212026 {
  background-image: url('../images/psprst-omni-rancho-las-palmas-resort-spa-pool-fountain.jpg');
}

.speaker-section {
  padding: 99px;
  background-color: #fff;
}

.speaker-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.speaker-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.speaker-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(25% - 15px);
  min-height: 200px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.speaker-image-div {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.24);
  background-image: url('../images/user_profile.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.33);
  margin: 0 auto;
}

.speaker-image-div.md {
  background-image: url('../images/marsheilas-150.jpg');
}
.speaker-image-div.mdd {
  background-image: url('../images/Dobkowski_Michael_6074-1.jpg');
  background-position: 50% 50%;
}
.speaker-image-div.lc {
  background-image: url('../images/Lisa-Chmura.jpg');
}
.speaker-image-div.mi {
  background-image: url('../images/Michael-Isaac.jpg');
}
.speaker-image-div.sm {
  background-image: url('../images/Picture3.jpg');
}
.speaker-image-div.pp {
  background-image: url('../images/patel-150.jpg');
}
.speaker-image-div.sg {
  background-image: url('../images/goel-150.jpg');
}
.speaker-image-div.mb {
  background-image: url('../images/boudreau-150.jpg');
}
.speaker-image-div.ms {
  background-image: url('../images/Michael Shumski MD.jpg');
}
.speaker-image-div.ag {
  background-image: url('../images/al goel (1).jpg');
}
.speaker-image-div.bg {
  background-image: url('../images/beth gordon (1).jpg');
}
.speaker-image-div.rm {
  background-image: url('../images/Copy of Melendez_Cover (1).jpg');
}
.speaker-image-div.DiJulius {
  background-image: url('../images/JohnPRIMARY.jpg');
}
.speaker-image-div.sideris {
  background-image: url('../images/nsideris.jpg');
}

.speaker-image-div.rahulb {
  background-image: url('../images/RahulBhola.jpg');
}

.speaker-image-div.modabber {
  background-image: url('../images/Modabber.jpg');
}

.speaker-image-div.dx {
  background-image: url('../images/Dagny Zhu MD (1).jpg');
}
.speaker-image-div.mj {
  background-image: url('../images/MJ.png');
}
.speaker-image-div.ph {
  background-image: url('../images/headshot icon.png');
}
.speaker-image-div.cs {
  background-image: url('../images/c scarlett outliers headshot.jpg');
}
.speaker-image-div.cap {
  background-image: url('../images/carol-anne-poursaied-150x150.png');
}
.speaker-image-div.dsd {
  background-image: url('../images/dr-durrie-w150l150.png');
}
.speaker-image-div.d-yaphe {
  background-image: url('../images/VisionGroupCanada-Darren-Yaphe-1133__FINAL2.jpg');
}
.speaker-image-div.lw {
  background-image: url('../images/l weaver.jpg');
}
.speaker-image-div.sg2 {
  background-image: url('../images/Gicheru 2019 primo.jpg');
}
.speaker-image-div.kb {
  background-image: url('../images/Karissa-Boese-new.jpg');
}
.speaker-image-div.tn {
  background-image: url('../images/Thao Nguyen.jpg');
}
.speaker-image-div.mmanson {
  background-image: url('../images/melanie-mason-new.jpg');
}
.speaker-image-div.gw {
  background-image: url('../images/gary wortz.jpg');
}
.speaker-image-div.cj {
  background-image: url('../images/Carrie-Jacobs.jpg');
}
.speaker-image-div.mda {
  background-image: url('../images/michael-aguas.jpg');
}
.speaker-image-div.jm {
  background-image: url('../images/josh-melendez-new.jpg');
}
.speaker-image-div.brad {
  background-image: url('../images/brad-dr.jpg');
}
.speaker-image-div.marsh {
  background-image: url('../images/marshella.jpg');
}
.speaker-image-div.krstn {
  background-image: url('../images/dr-wom.jpg');
}
.speaker-image-div.lke {
  background-image: url('../images/luke.jpg');
}
.speaker-image-div.sw {
  background-image: url('../images/wong.jpg');
}
.speaker-image-div.gs {
  background-image: url('../images/Garys headshot.jpg');
}

.speaker-image-div.ws {
  background-image: url('../images/Wes Strickling Headshot 2019.jpg');
}

.speaker-image-div.jc {
  background-image: url('../images/Chelnis HeadShot 2023.jpg');
}

.speaker-image-div.mja {
  background-image: url('../images/Mitchell Jackson Headshot.jpg');
}

.speaker-image-div.lo {
  background-image: url('../images/Leo Otero.jpg');
}

.speaker-image-div.sh {
  background-image: url('../images/sean hanlon.jpg');
}

.speaker-image-div.br {
  background-image: url('../images/Bruce Rivers.jpg');
}

.speaker-image-div.ppatel {
  background-image: url('../images/purnima-patel-profile-picture.jpg');
}

.speaker-image-div.lfeulner {
  background-image: url('../images/feulner.jpg');
}


.speaker-image-div.cjacobs {
  background-image: url('../images/jacobs.jpg');
}


.speaker-image-div.cpatterson {
  background-image: url('../images/clayton-patterson.jpg');
}

.speaker-image-div.traviv {
  background-image: url('../images/tal-raviv-hs.jpg');
}

.speaker-image-div.feulner {
  background-image: url('../images/Lisa-Feulner.jpg');
}

.speaker-image-div.mattjensen {
  background-image: url('../images/Matt Jensen.jpg');
}

.speaker-image-div.eva-kim {
  background-image: url('../images/eva-kim-circle.png');
}

.speaker-image-div.chris-bonsall {
  background-image: url('../images/chris-bonsall-circle.png');
}

.speaker-image-div.m-hirabayashi {
  background-image: url('../images/m-hira-headshot.png');
}

.speaker-image-div.m-aguas {
  background-image: url('../images/m-aguas-headshot.png');
}
.speaker-image-div.m-melendez {
  background-image: url('../images/melissa-melendez-new.jpg');
}
.speaker-image-div.c-vremes {
  background-image: url('../images/cornelia-vremes.png');
}
.speaker-image-div.j-parekh {
  background-image: url('../images/jai-parekh.png');
}
.speaker-image-div.j-loh {
  background-image: url('../images/jennifer-loh.png');
}
.speaker-image-div.g-parkhurst {
  background-image: url('../images/greg-parkhurst.png');
}
.speaker-image-div.c-mccabe {
  background-image: url('../images/cathleen-mccabe-hs.png');
}
.speaker-image-div.r-d-goel {
  background-image: url('../images/ravi-d-goel-hs.png');
}
.speaker-image-div.s-nasson {
  background-image: url('../images/steven-nasson-hs.png');
}
.speaker-image-div.s-cole {
  background-image: url('../images/susan-cole.png');
}
.speaker-image-div.t-cole {
  background-image: url('../images/troy-cole.png');
}
.speaker-image-div.m-gallardo {
  background-image: url('../images/mark-gallardo.png');
}

.speaker-image-div.m-Chelnis {
  background-image: url('../images/Chelnis.png');
}

.speaker-image-div.k-Wankier {
  background-image: url('../images/k-Wankier.png');
}

.speaker-image-div.a-Hura {
  background-image: url('../images/Arjan-Hura-2022-1.png');
}
.speaker-image-div.d-Logan {
  background-image: url('../images/d-Logan.png');
}
.speaker-image-div.w-trattler {
  background-image: url('../images/trattler-headshot-12-21.png');
}
.speaker-image-div.b-rivers {
  background-image: url('../images/rivers.png');
}
.speaker__hidden {
  visibility: hidden;
}
.speaker-image-div.jwebking {
  background-image: url('../images/jamieson-webking.jpg')
}
.speaker-image-div.ashuford {
  background-image: url('../images/iantrek.jpg')
}

.speaker-image-div.aszaranos {
  background-image: url('../images/iantrek.jpg');
}

.speaker-image-div.angelseymour {
  background-image: url('../images/dr_photo_8865.jpg');
}


.speaker-image-div.kwilcox {
  background-image: url('../images/kade-wilcox.jpg')
}

.speaker-image-div.bmonson {
  background-image: url('../images/bryan-monson-md.jpg')
}
.speaker-image-div.mking {
  background-image: url('../images/michael-king.jpg')
}
.speaker-image-div.gvirdi {
  background-image: url('../images/gurpal-virdi-md.jpg')
}
.speaker-image-div.atendler {
  background-image: url('../images/allison-tendler-md.jpg')
}
.speaker-image-div.sgoel {
  background-image: url('../images/sonny-goel-md.jpg')
}
.speaker-image-div.lrebenitsch {
  background-image: url('../images/luke-rebenitsch-md.jpg')
}
.speaker-image-div.ajain {
  background-image: url('../images/ayush-jain.jpg')
}
.speaker-image-div.pjohnson {
  background-image: url('../images/patrick-johnson-phd.jpg')
}
.speaker-image-div.capoursaeid {
  background-image: url('../images/carol-anne-poursaied.jpg')
}
.speaker-image-div.dpennington {
  background-image: url('../images/david-pennington.jpg')
}
.speaker-image-div.kwest {
  background-image: url('../images/kristen-west.jpg')
}
.speaker-image-div.mmicheletti {
  background-image: url('../images/morgan-micheletti.jpg')
}
.speaker-image-div.kingenito {
  background-image: url('../images/kristen-harmon-ingenito.jpg')
}
.speaker-image-div.mfbradley {
  background-image: url('../images/pref_1MA09319.jpg')
}
.speaker-image-div.psingh {
  background-image: url('../images/p-singh.jpg')
}
.speaker-image-div.mmorris {
  background-image: url('../images/m-morris-headshot.jpg')
}

.carousel {
    position: relative;
    width: 70%;
    margin: 0 auto;
}
.speaker-name {
  margin-top: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}

.speaker-block a{
  text-decoration: none;
}

.trigger {
  position: absolute;
  left: 0%;
  top: 20%;
  right: auto;
  bottom: auto;
  width: 10px;
  min-width: 10px;
}

.contact-section {
  padding: 100px;
  background-color: #002e45;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  width: 60%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.text-field {
  padding-left: 25px;
  border: 1px none #000;
  border-radius: 20px;
  background-color: #013a57;
  box-shadow: inset 1px 1px 6px 0 #000;
}

.text-field::-webkit-input-placeholder {
  font-family: Montserrat, sans-serif;
  color: #4fa2b4;
}

.text-field:-ms-input-placeholder {
  font-family: Montserrat, sans-serif;
  color: #4fa2b4;
}

.text-field::-ms-input-placeholder {
  font-family: Montserrat, sans-serif;
  color: #4fa2b4;
}

.text-field::placeholder {
  font-family: Montserrat, sans-serif;
  color: #4fa2b4;
}

.contact-info {
  width: 80%;
  min-height: 20px;
  margin-top: 25px;
}

.paragraph-3 {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.hotel-rsvp-text {
  font-family: Oswald, sans-serif;
  color: #fff;
  width: 79%;
  text-align: right;
  letter-spacing: 2px;
}

.phone {
  font-family: Oswald, sans-serif;
  color: #f2cc6d;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.link {
  color: #f2cc6d;
  text-decoration: none;
}

.link:hover {
  color: #fff;
}

hr {
    border: 0;
    height: 1px;
    width: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.w-col img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.bronze-row img {
  max-width: 250px;
}

.bronze-row, .flex-row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ac-wrapper {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, .8);
      z-index: 1001;
      display: flex;
      justify-content: center;
      overflow: scroll;
      margin: auto;
      z-index: 9999999;
    }

.ac-wrapper::-webkit-scrollbar {
  display: none;
}
    .popup {
      width: 100%;
      max-width: 1600px;
      background: #fff;
      -moz-border-radius: 25px;
      -moz-box-shadow: #64686e 0px 0px 3px 3px;
      position: relative;
      top: 30px;
      margin: auto;
      padding: 30px;
    }
    .popup .left {
      position: absolute;
      right: 0;
      top: 0;
    }
    .popup input {
      border: none;
      background-color: #00000080;
      color: #fff;
      padding: 10px 13px;
      font-size: 12px;
    }
    .popup input:hover {
      opacity: 0.8;
    }

/*** SINGLE SPEAKER PAGE ***/

.single-speaker-wrapper {
  /* max-width: var(--gl-max-width, 1350px); */
  /* width: 90%; */
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: var(--gl-inner-pad-bottom);
}

.single-speaker-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.single-speaker-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.speaker-headshot {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-speaker-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.speaker-title {
  margin-top: 0;
  margin-top: 1.5rem;
  line-height: 1.3;
  color: var(--gl-button-bg);
  text-align: center;
}

.speaker-bio {
  line-height: 1.8;
}

.speaker-bio p {
  margin-bottom: 1.5rem;
}

.speaker-bio h2,
.speaker-bio h3,
.speaker-bio h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}


/*** ARCHIVE SPEAKERS PAGE ***/

.speaker-archive-section {
  padding: 100px;
  background-color: #fff;
}

.speaker-archive-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.speaker-archive-heading {
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 65px;
  line-height: 70px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.speaker-archive-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 30px;
}

.speaker-archive-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 22.5px);
  flex: 0 0 calc(25% - 22.5px);
  max-width: calc(25% - 22.5px);
  min-width: 0;
}

.speaker-archive-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.speaker-archive-link:hover {
  opacity: 0.8;
}

.speaker-archive-image-wrapper {
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.speaker-archive-headshot {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.speaker-archive-name {
  margin: 0 0 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  line-height: 1.3;
}

.speaker-archive-title {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #666;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: auto;
    min-height: 900px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.78)), color-stop(97%, transparent)), url('../images/hero/Nashville_Hero_Background.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), transparent 97%), url('../images/hero/Nashville_Hero_Background.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .nav-link {
    background-color: #000;
  }

  .nav-link.register {
    border-radius: 0px;
  }

  .hero-wrapper {
    width: 100%;
    padding-bottom: 25px;
  }

  .heading-2 {
    font-size: 35px;
    line-height: 40px;
  }

  .section {
    padding: 50px;
  }

  .talent-wrapper {
    width: 90%;
  }

  .heading-3 {
    font-size: 55px;
    line-height: 60px;
  }

  .image-wrapper {
    width: auto;
    min-height: 300px;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block {
    width: 100%;
    min-height: 300px;
  }

  .section-2 {
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .level-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .level-text-wrapper {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .level-text-wrapper._2 {
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .level-img-block {
    width: 100%;
    margin-bottom: 25px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .level-img-block._2a {
    margin-top: 25px;
  }

  .heading-5 {
    font-size: 20px;
    line-height: 25px;
  }

  .section-4 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .hotel-section {
    min-height: 300px;
  }

  .speaker-section {
    padding: 50px;
  }

  .speaker-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }

  .speaker-block {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }

  .contact-section {
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .form-block {
    width: 80%;
  }

  .icon {
    color: #f2cc6d;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: #000;
  }

    /* Single Speaker - 991px and below */
    .single-speaker-container {
        gap: 2rem;
    }

    .single-speaker-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .speaker-title {
        font-size: 1.75rem;
    }

    .speaker-archive-section {
      padding: 50px;
  }

  .speaker-archive-heading {
      font-size: 55px;
      line-height: 60px;
      margin-bottom: 40px;
  }

  .speaker-archive-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 20px);
      flex: 0 0 calc(33.333% - 20px);
      max-width: calc(33.333% - 20px);
  }

  .speaker-archive-image-wrapper {
      width: 180px;
      height: 180px;
  }

  .speaker-archive-name {
      font-size: 18px;
  }

  .speaker-archive-title {
      font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-section {
    min-height: 600px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brand {
    padding-left: 0px;
  }

  .hero-wrapper {
    width: 100%;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .heading {
    font-size: 50px;
    line-height: 55px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .image {
    width: 125px;
    margin-bottom: 10px;
  }

  .date-block {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .text-block {
    font-weight: 700;
  }

  .section {
    padding: 25px;
  }

  .talent-wrapper {
    width: 100%;
  }

  .heading-3 {
    font-size: 45px;
    line-height: 52px;
  }

  .image-wrapper {
    min-height: auto;
    margin-bottom: 25px;
  }

  .div-block {
    min-height: 250px;
  }

  .paragraph {
    line-height: 30px;
  }

  .section-2 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .level-img-block {
    min-height: 300px;
  }

  .heading-dark {
    font-size: 45px;
    line-height: 50px;
  }

  .article-block {
    min-height: 250px;
    padding: 15px;
  }

  .heading-5 {
    font-size: 18px;
  }

  .section-4 {
    padding: 50px 25px;
  }

  .paragraph-copy {
    font-size: 16px;
    line-height: 30px;
  }

  .speaker-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .speaker-container {
    gap: 15px;
  }

  .speaker-block {
    width: calc(50% - 7.5px);
    min-height: 0px;
  }

  .speaker-image-div {
    width: 125px;
    height: 125px;
  }

  .speaker-name {
    text-align: center;
  }

  .contact-section {
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
  }

  .form-block {
    width: 100%;
  }

  .contact-info {
    width: 100%;
  }
  /* Single Speaker - 767px and below */
  .single-speaker-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 2rem;
  }

  .single-speaker-image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
  }

  .speaker-headshot {
      max-width: 400px;
      margin: 0 auto;
  }

  .single-speaker-content {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
  }

  .speaker-title {
      font-size: 1.5rem;
      text-align: center;
  }

  .speaker-archive-section {
    padding: 50px 25px;
}

.speaker-archive-heading {
    font-size: 45px;
    line-height: 52px;
    margin-bottom: 30px;
}

.speaker-archive-grid {
    gap: 25px;
}

.speaker-archive-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 12.5px);
    flex: 0 0 calc(50% - 12.5px);
    max-width: calc(50% - 12.5px);
}

.speaker-archive-image-wrapper {
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
}

.speaker-archive-name {
    font-size: 16px;
    margin-bottom: 8px;
}

.speaker-archive-title {
    font-size: 14px;
}
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-section {
    min-height: 520px;
  }

  .brand {
    width: 180px;
    padding-left: 0px;
  }

  .heading {
    font-size: 40px;
    line-height: 45px;
    font-weight: 500;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 33px;
  }

  .image {
    width: 60%;
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .date-block {
    width: 100%;
  }

  .heading-3 {
    font-size: 35px;
    line-height: 42px;
  }

  .div-block {
    min-height: 150px;
    background-size: cover;
  }

  .level-img-block {
    min-height: 200px;
    margin-bottom: 20px;
  }

  .heading-dark {
    font-size: 35px;
    line-height: 42px;
  }

  .paragraph-2 {
    font-size: 15px;
    line-height: 28px;
  }

  .button {
    width: 100%;
  }

  .article-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article-block {
    width: 100%;
    min-height: 180px;
  }

  .hotel-section {
    min-height: 200px;
  }

  .speaker-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .speaker-block {
    width: 100%;
  }

  .list-item {
    font-size: 15px;
    line-height: 28px;
  }
    /* Single Speaker - 479px and below */
    .single-speaker-wrapper {
        width: 95%;
        padding-top: 3rem;
        padding-bottom: 2rem;
    }

    .single-speaker-container {
        gap: 1.5rem;
    }

    .speaker-headshot {
        max-width: 100%;
    }

    .speaker-title {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }

    .speaker-bio {
        font-size: 0.95rem;
    }

    .speaker-bio p {
        margin-bottom: 1rem;
    }

    .speaker-archive-section {
      padding: 50px 20px;
  }

  .speaker-archive-heading {
      font-size: 35px;
      line-height: 42px;
      margin-bottom: 25px;
  }

  .speaker-archive-grid {
      gap: 20px;
  }

  .speaker-archive-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }

  .speaker-archive-image-wrapper {
      width: 180px;
      height: 180px;
  }

  .speaker-archive-name {
      font-size: 18px;
  }

  .speaker-archive-title {
      font-size: 15px;
  }
}

/* Homepage Speakers Grid */
.speakers-grid-homepage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 30px;
}

.speaker-item-homepage {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 23px);
  flex: 0 0 calc(25% - 23px);
  max-width: calc(25% - 23px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 15px;
  border-radius: 8px;
}

.speaker-item-homepage:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.speaker-headshot-wrapper {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
  -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.33);
}

.speaker-headshot-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.speaker-name-homepage {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
  color: #000;
}

.speaker-title-homepage {
  font-size: 14px;
  text-align: center;
  color: #000;
  line-height: 1.4;
}

/* Simple Speaker Modal - styles are inline for simplicity */

/* Responsive Styles for Homepage Speakers */
@media screen and (max-width: 991px) {
  .speaker-item-homepage {
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
  }
  
  .speaker-headshot-wrapper {
    width: 180px;
    height: 180px;
  }
  
  .speaker-modal-content {
    width: 95%;
    padding: 30px 20px;
  }
  
  .speaker-modal-headshot-wrapper {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .speaker-item-homepage {
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
  
  .speaker-headshot-wrapper {
    width: 150px;
    height: 150px;
  }
  
  .speaker-name-homepage {
    font-size: 16px;
  }
  
  .speaker-title-homepage {
    font-size: 13px;
  }
  
  .speaker-modal-content {
    margin: 10% auto;
    padding: 25px 15px;
  }
  
  .speaker-modal-headshot-wrapper {
    width: 180px;
    height: 180px;
  }
  
  .speaker-modal-title {
    font-size: 16px;
  }
  
  .speaker-modal-summary {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .speaker-item-homepage {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .speaker-headshot-wrapper {
    width: 180px;
    height: 180px;
  }
  
  .speakers-grid-homepage {
    gap: 20px;
  }
  
  .speaker-modal-content {
    margin: 15% auto;
    padding: 20px 15px;
  }
  
  .speaker-modal-headshot-wrapper {
    width: 150px;
    height: 150px;
  }
  
  .speaker-modal-title {
    font-size: 15px;
  }
  
  .speaker-modal-summary {
    font-size: 13px;
  }
}

/* Sponsor Section Styles */
.sponsor-tier-section {
  margin-bottom: 50px;
}

.sponsor-tier-header {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px;
  text-align: center;
  margin: 30px 0 20px 0;
  border-radius: 5px;
}

.sponsor-tier-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 20px 0;
}

.sponsor-link {
  display: inline-block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.sponsor-link:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

.sponsor-image {
  max-width: 250px;
  max-height: 150px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  transition: filter 0.3s ease;
  visibility: visible !important;
  opacity: 1 !important;
}

.sponsor-link:hover .sponsor-image {
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

@media (max-width: 768px) {
  .sponsor-tier-container {
    gap: 20px;
  }
  
  .sponsor-image {
    max-width: 200px;
    max-height: 120px;
  }
  
  .sponsor-tier-header {
    font-size: 20px;
    padding: 12px !important;
  }
}

/* Single Sponsor Page Styles */
.single-sponsor-wrapper {
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: var(--gl-inner-pad-bottom, 3rem);
  max-width: 1200px;
  width: 90%;
}

.single-sponsor-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.single-sponsor-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  text-align: center;
}

.sponsor-logo {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 4px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
  transition: filter 0.3s ease;
}

.single-sponsor-image a:hover .sponsor-logo {
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.2));
}

.single-sponsor-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sponsor-title {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
}

.sponsor-tier {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 1.5rem;
  border-radius: 5px;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
}

.sponsor-link-wrapper {
  margin-top: 2rem;
}

.sponsor-website-link {
  display: inline-block;
  padding: 12px 30px;
  background-color: #f2cc6d !important;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-decoration: none !important;
}

.sponsor-website-link:hover {
  background-color: var(--gl-button-hover, #333);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 991px) {
  .single-sponsor-container {
    gap: 2rem;
  }

  .single-sponsor-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .sponsor-title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .single-sponsor-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }

  .single-sponsor-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sponsor-logo {
    max-width: 100%;
  }

  .sponsor-title {
    font-size: 1.75rem;
    text-align: center;
  }

  .sponsor-tier {
    display: block;
    text-align: center;
    margin: 0 auto 1.5rem auto;
  }

  .sponsor-link-wrapper {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .single-sponsor-wrapper {
    width: 95%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .single-sponsor-container {
    gap: 1.5rem;
  }

  .sponsor-title {
    font-size: 1.5rem;
  }

  .sponsor-tier {
    font-size: 1rem;
    padding: 8px 16px;
  }

  .sponsor-website-link {
    padding: 10px 24px;
    font-size: 0.95rem;
  }
}
