/*hero*/
.flex-box-section-full:nth-of-type(1) {padding:0;}
.flex-box-section-full:nth-of-type(1) > .flex-box-section-full-interior {padding:0;max-width:unset;width:99%;}
/*.var19.theme21.theme22.theme23.theme24 .Hero .image {position:relative;z-index:-1;}
@media only screen and (min-width: 600px) {
  .flex-box-section-full-interior .var19.theme21.theme22.theme23.theme24 .Hero .image {margin-top:-50px;}
}*/
.var19.theme21.theme22.theme23.theme24.theme25 .hero {
  background: url('https://www.ciscolive.com/c/dam/r/ciscolive/global-event/images/2025/cl25-hero-itl.png');
  padding-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1530px) {
  .var19.theme21.theme22.theme23.theme24.theme25 .hero {
    background-size: contain !important;
    background-position: right;
  }
}
@media (max-width: 600px) {
  .var19.theme21.theme22.theme23.theme24.theme25 .hero {
    background:
linear-gradient( rgba(7, 24, 45, 0.9), rgba(7, 24, 45, 0.9) ), url('https://www.ciscolive.com/c/dam/r/ciscolive/global-event/images/2025/cl25-hero-itl.png') no-repeat right;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    padding-top: 50px !important;
    padding-bottom: 30px !important;
    text-align: center;
  }
}
/*overlap*/
@media only screen and (max-width: 599px) {
  .flex-box-section-full.first-section {margin-top:-125px;}
}
/*headings*/
.heading .element-container {width:100%;}
.featured-speakers > .flex-box-section-full-interior > .flex-box-section > .flex-box-child > .element-container-wrapper > .element-container:nth-of-type(1) > .flex-box-section > .element-container,
.itl-speakers > .flex-box-section-full-interior > .flex-box-section > .flex-box-child > .element-container-wrapper > .element-container:nth-of-type(1) > .flex-box-section > .element-container,
.hof-elite-speakers > .flex-box-section-full-interior > .flex-box-section > .flex-box-child > .element-container-wrapper > .element-container:nth-of-type(1) > .flex-box-section > .element-container,
.hof-speakers > .flex-box-section-full-interior > .flex-box-section > .flex-box-child > .element-container-wrapper > .element-container:nth-of-type(1) > .flex-box-section > .element-container,
.distinguished-speakers > .flex-box-section-full-interior > .flex-box-section > .flex-box-child > .element-container-wrapper > .element-container:nth-of-type(1) > .flex-box-section > .element-container {
  width: 100%;
}
/*tiles*/
.attendee-tile {border: none;}
/*.attendee-tile {border-radius: 15px;}
.featured-speakers .attendee-tile, 
.hof-elite-speakers .attendee-tile, 
.hof-speakers .attendee-tile {
  border: 3px solid transparent;
  background: linear-gradient(#07182d 0 0) padding-box, linear-gradient(to right, #16BDEB, #FF007F) border-box;
}*/
.attendee-tile .attendee-tile-name {
  color: var(--rf-brand-color-primary);
}
.mdBtnR.mdBtnR-add-a-thing, a.mdBtnR.mdBtnR-add-a-thing, a.rfSI {
  border-bottom: none !important;
}
.mdBtnR.mdBtnR-add-a-thing:hover .mdBtnR-text, a.mdBtnR.mdBtnR-add-a-thing:hover .mdBtnR-text {
  text-decoration: underline;
}
@supports (-webkit-line-clamp: 3) {
  .attendee-tile .attendee-tile-role {
    -webkit-line-clamp: 6;
  }
}
/*images*/
@media (min-width: 550px) {
  .featured-speakers .speaker-tile-container, 
  .hof-elite-speakers .speaker-tile-container,
  .hof-speakers .speaker-tile-container {
    width: 250px;
  }
}
.featured-speakers .attendee-tile-image, 
.hof-elite-speakers .attendee-tile-image,
.hof-speakers .attendee-tile-image {
  width: 180px;
  height: 180px;
  max-width: 180px;
  max-height: 180px;
}
.attendee-tile-image {
  border-radius: 12px;
}

