/* Fonts: https://www.dropbox.com/sh/1cahezkv76mjs2w/AABWKHDvysH6uPWer7MkqI0Za?dl=0 */

:root {
  --sf-pink: #ea197a;
  --sf-pink-dark: #be1767;
  --sf-teal: #05fef4;
  --sf-teal-dark: #0e7f7b;
  --sf-blue: #00a4df;
  --sf-orange: #d26041;
  --sf-purple: #5d55a3;
  --sf-white: #fff;
  --sf-black: #000;
}

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600;700&family=Poppins:wght@400;500;600;800&display=swap');


@font-face {
  font-family: 'Gilroy';
  src: url('https://lwtsquad.com/wp-content/uploads/2024/02/gilroy-black.ttf');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('https://lwtsquad.com/wp-content/uploads/2023/12/Gilroy-UltraLight.ttf');
  font-weight: 100;
  font-style: normal;
}

body {
  font-family: 'Gilroy', 'Poppins', sans-serif;
}
.wwc-summit .trade-template .speakers .attendee-title,
.wwc-summit .trade-template .speakers .attendee-company {
  margin: 0 !important;
}
.wwc-summit .trade-template .speakers .object-trade-thumbnail {
  width: 200px;
  min-width: 200px;
  height: 200px;
}
.sections-holder:nth-of-type(1) {
  padding: 0;
  margin-top: 15px;
  border-top: 5px solid white;
}

/* 2026 WWC CSS */
.iframe_not_editor_mode_wrapper {
  background: black;
  width: 100% !important;
}
.hero-c {
  display:flex;
  align-items: center;
  max-width: 80%;
  margin: 0 auto;
  width: 100%;
  padding: 40px 52px;
  min-height: 260px;
}
.hero-c .text-block {
  width: 50%;
}
.hero-c .photo-frame {
  width: 160px;
  height: 160px;
}
.hero-c .eyebrow {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #00e5ff;
  margin: 0 0 12px;
}
.hero-c .big-name {
  font-family: 'Oswald', sans-serif;
  font-size: 56px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.9;
  color: #fff;
  margin: 0 0 16px;
}
.hero-c .big-name span { color: #ffe600; }
.hero-c .date-loc {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.75);
  letter-spacing: 1px;
}
.hero-c .photo-frame {
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  border: 3px solid #ffe600;
}
.hero-c .photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.biz-card {
  background: #0a7a7a;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-radius: 18px;
  padding: 28px 24px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  height: 100%;
  box-sizing: border-box;
}

.biz-card.tall {
  min-height: 600px;
}

.biz-card-name {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 6px;
  line-height: 1.1;
}

.biz-card-price {
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #ffe600;
  margin: 0 0 14px;
  line-height: 1;
}

.biz-card-preamble {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 16px;
  line-height: 1.5;
  font-style: italic;
}

.biz-feature-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.biz-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 1.45;
  font-family: 'Poppins', sans-serif;
}

.biz-check {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  background: #ffe600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  font-size: 12px;
  color: #000;
  font-weight: 700;
  line-height: 1;
}

.biz-btn {
  display: block;
  width: 100%;
  background: #ffe600;
  color: #000;
  font-family: 'Oswald', sans-serif !important;
  font-size: 18px;
  font-weight: 800 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  border-radius: 8px;
  padding: 15px 0;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  margin-top: 20px;
}

.bz-flex-col {
  display: flex;
  flex-direction: column;
}

.bz-flex-col .atom-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.bz-flex-col .atom-main>div {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.biz-card {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.biz-feature-list {
  flex: 1;
}

.email-border-color {
  border-color: transparent !important;
}

.4198297-custom-css .sections-holder {
  padding: 0 !important;
}

.color-4-background .main-app-container {
  max-width: 100% !important;
}

.agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .sponsors-container .sponsors-logo-content .sponsor-column.sponsor-1 {
  max-height: 70px !important;
  max-width: 130px;
}

.sf-summit__header {
  background-image: url(https://res.cloudinary.com/bizzaboprod/image/upload/q_auto,f_auto,c_scale,c_crop,g_custom/v1774623809/jkpwugbviskprvmydnur);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: relative;
  height: 400px !important;
  padding: 0;
  width: 100%;
}

.sf-summit__header h1 {
  height: 1px;
  visibility: hidden;
}

.sf-summit__header h2 {
  margin-top: -25px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 20px;
  color: var(--sf-black);
}

h1.debug2020-header {
  color: var(--sf-teal-dark);
  text-align: center;
  position: relative;
  padding-top: 15px;
  font-weight: 1000;
  font-size: 38px;
}

h1.debug2020-header:after {
  content: '';
  background: var(--sf-teal-dark);
  background: linear-gradient(90deg, var(--sf-teal-dark) 50%, var(--sf-blue) 50%);
  width: 100%;
  height: 3px;
  display: block;
  margin-top: 20px;
}

@media only screen and (min-width: 9200px) and (max-width: 1089px) {
  .sf-summit__header {
    height: 325px;
    padding: 275px 0 0;
  }
}

@media only screen and (min-width: 820px) and (max-width: 919px) {
  .sf-summit__header {
    height: 300px;
    padding: 200px 0 0;
  }
}

@media only screen and (min-width: 620px) and (max-width: 819px) {
  .sf-summit__header {
    height: 250px;
    padding: 150px 0 0;
  }
}

@media only screen and (max-width: 819px) {
  .sf-summit__header h2 {
    padding-bottom: 0;
    padding-left: 0;
    margin-top: 35px;
  }
}

@media only screen and (min-width: 620px) and (max-width: 619px) {
  .sf-summit__header {
    height: 200px;
    padding: 100px 0 0;
  }
}

@media only screen and (max-width: 619px) {
  .sf-summit__header {
    height: 200px;
    padding: 75px 0 0;
  }
}

#section-4347276 {
  display: none !important;
}

.sf-summit__breadcrumb-link {
  color: #05FFF4;
  font-weight: 400;
}

.sf-summit__breadcrumb-link:hover {
  color: var(--sf-white) !important;
}

.bizzabo-tickets-widget iframe#Bizzabo-iFrameResizer-tickets-420yvr .panel.widget-header.ticket-selection-panel,
.bizzabo-tickets-widget iframe#Bizzabo-iFrameResizer-tickets-420yvr .panel-heading {
  border-radius: 0;
  border-color: var(--sf-teal);
}

.sections-holder a:active,
.sections-holder a:focus,
.sections-holder a:hover {
  color: var(--sf-teal-dark);
}

/*Top navigation bar container*/
.navColors .color-2-background,
.navColors .color-2-background.custom-color,
.session-page button.back-to-agenda,
.speaker-back-button {
  background-color: var(--sf-black) !important;
}

.navColors .color-3,
.navColors .color-3.custom-color {
  color: var(--sf-black);
  font-weight: bold;
}

.custom-color.selected.urban-nav-button-wrapper:hover .color-1-hover.custom-color.selected {
  color: var(--sf-white);
  /*font-family: 'Avenir', 'Montserrat', 'Open Sans' !important;*/
}

.navColors .color-3,
.navColors .color-3.custom-color {
  color: var(--sf-white);
  font-weight: bold;
}

.navColors .color-3,
.navColors .color-3.custom-color {
  color: var(--sf-white);
  font-weight: bold;
}

.navColors .color-3-background-selected.selected,
.navColors .color-3-background-selected.custom-color.selected {
  background-color: var(--sf-teal) !important;
}

.navColors .color-3-background-selected.selected:hover,
.navColors .color-3-background-selected.custom-color.selected:hover {
  background-color: var(--sf-pink) !important;
}

.navColors .color-2-selected.selected,
.navColors .color-2-selected.custom-color.selected {
  color: var(--sf-black);
}

.navbar-right .dropdown-menu {
  margin-top: 8px;
}

.color-3-menu-icons .inherit-custom-color {
  color: var(--sf-white);
}

.color-1-background-opacity {
  background-color: var(--sf-teal) !important;
}

.speaker-view .speaker-container .speaker-profile .speaker-image-wrapper .speaker-image-stub {
  width: 210px !important;
  height: 210px !important;
  border: none !important;
}

.ticket-selection-panel .panel-heading {
  background-color: var(--sf-white) !important;
}

ul.debug2020-list {
  flex: 2;
  margin: 0 20px 0 55px;
  padding: 20px 0;
  font-weight: 500;
}

.debug2020-list li {
  font-family: 'Gilroy', 'Poppins', sans-serif !important;
  font-weight: 400;
  padding-bottom: 10px;
  list-style-type: disc;
  color: var(--sf-white);
  font-size: 18px;
  text-align: left;
  text-indent: -19px;
}

.debug2020-list li:before {
  content: '';
  display: inline-block;
  height: 14px;
  width: 28px;
  background-image: url(https://lesbianswhotech.org/wp-content/uploads/2020/09/checkmarks.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: -9px;
  margin-bottom: -1px;
}

.debug2020-col.col1 .debug2020-list li:before,
.debug2020-col.col3 .debug2020-list li:before {
  background-image: url(https://lesbianswhotech.org/wp-content/uploads/2020/09/checkmarks.png);
}

.debug2020-col {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 20px 0 0;
  background: var(--sf-black);
  border: 2px solid var(--sf-pink);
  color: var(--sf-white);
  text-align: center;
}

@media only screen and (min-width: 1140px) {
  .debug2020-col {
    height: 100%;
    min-height: 800px;
  }
}

.debug2020-col__header {
  padding-bottom: 20px;
}

.debug2020-col__header hr {
  background: var(--sf-teal);
  width: 80%;
  height: 3px;
  display: block;
  margin-top: 5px;
}

.debug2020-col h2 {
  font-family: 'Gilroy', 'Poppins', sans-serif !important;
  font-weight: 900;
  position: relative;
  display: inline-block;
  margin: 15px 0 0;
  color: var(--sf-teal);
  font-size: 34px;
  letter-spacing: .05rem;
  text-align: center;
  text-transform: uppercase;
}

.debug2020-col h3 {
  font-family: 'Gilroy', 'Poppins', sans-serif !important;
  font-weight: 900;
  margin-bottom: 20px;
  color: var(--sf-white);
}

.debug2020-col__body {
  padding: 0 30px 20px;
  color: var(--sf-white) !important;
}

.debug2020-button {
  width: 80%;
  margin: 40px auto 0;
  padding: 10px 50px;
  fill: var(--sf-white);
  background-color: var(--sf-pink);
  border: 2px solid var(--sf-pink);
  color: var(--sf-white);
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

a.debug2020-button:hover {
  background-color: var(--sf-pink-dark);
  border-color: var(--sf-white);
}

p.debug2020-footnote {
  margin: 20px 40px;
  color: var(--sf-white);
  font-size: 14px;
  text-align: left;
}

.padding-horizontal-medium {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.debug2020-disclaimer {
  color: var(--sf-white);
  font-size: 12px;
  font-style: italic;
  display: inline-block;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.agenda-view .session-list-container .session-carousel .slider-container .session-container .session-name {
  overflow: initial !important;
  line-height: 20px !important;
}

.agenda-view .custom-font {
  font-family: 'Open Sans', sans-serif;
}

@media (min-width: 1026px) {
  .agenda-view .session-list-container .session-carousel .slider-container .session-container .session-name {
    margin-bottom: 58px !important;
  }
}

.agenda-view .session-list-container .session-carousel .slider-container .session-container .session-name a {
  white-space: inherit !important;
  font-size: 14px !important;
  display: block !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.breadcrumbs {
  background: transparent;
  border-radius: 4px;
  padding: 8px;
  margin: 0;
}

.breadcrumbs a {
  font-weight: 600;
}

/* BLUE CIRCLES */
.agenda-view .session-list-container .session-day-container .time-row .session-elem .session-container .speakers-container .speakers-carousel .speaker-photo .image-holder.round,
.manage-speaker-view .speakers-sortable-component .manage-speaker-sortable .speaker-sortable-list .speaker-sortable-element .sortable-speaker-row .speaker-presentation .image-wrapper,
.manage-speaker-view .speakers-sortable-component .manage-speaker-sortable .speaker-sortable-list .speaker-sortable-element .sortable-speaker-row .speaker-presentation .image-wrapper .image-section .speaker-image,
.profile-view .header-section .thumb-pic {
  background-color: #EA1A7A !important;
  border-radius: 50px !important;
  overflow: hidden;
}

.agenda-view .session-page .session-speaker-container .speaker-photo .image-holder,
.speaker-view .speaker-container .speaker-profile .speaker-image-wrapper .speaker-image-stub,
.urban-template .img-circle {
  background-color: #EA1A7A !important;
  border-radius: 50% !important;
  overflow: hidden;
}

.nav .logo-li-holder a:after {
  content: ' Return to Summit Website';
  display: none;
  position: absolute;
  color: white;
  left: 10%;
}

/* --START-- Session card view adjustments */

/* AI & Health Tech Revolutionizing Medicine Through Innovation
 */
body>div.react-main>div>div>div.agenda-view.session-list-view.agenda-custom-css.sideBySide.row>div>div>div.session-list-container.row>div>div:nth-child(1)>div>div.time-row.row>div.session-elem.sessions-time-elem.padding-horizontal-none.session-carousel.col-md-11.col-md-offset-0>div>div>div.slick-list>div>div.slick-slide.slick-active.slick-current>div>div {
  border: 5px solid #000;
  padding: 30px;
  padding-top: 30px;
  margin-bottom: 15px;
}

body>div.react-main>div>div>div.agenda-view.session-list-view.agenda-custom-css.sideBySide.row>div>div>div.session-list-container.row>div>div:nth-child(1)>div>div.time-row.row>div.session-elem.sessions-time-elem.padding-horizontal-none.session-carousel.col-md-11.col-md-offset-0>div>div>div.slick-list>div>div.slick-slide.slick-active.slick-current>div>div>div.session-info.col-lg-12>div:nth-child(2)>div {
  font-size: 1.5rem;
  line-height: 120%;
}

body>div.react-main>div>div>div.agenda-view.session-list-view.agenda-custom-css.sideBySide.row>div>div>div.session-list-container.row>div>div:nth-child(1)>div>div.time-row.row>div.session-elem.sessions-time-elem.col-md-11.col-md-offset-0>div>div.speakers-container.has-speakers.col-xs-12>div>div>div>a {
  margin-top: 2%;
}

body>div.react-main>div>div>div.agenda-view.session-list-view.agenda-custom-css.sideBySide.row>div>div>div.session-list-container.row>div>div:nth-child(1)>div>div.time-row.row>div.session-elem.sessions-time-elem.padding-horizontal-none.session-carousel.col-md-11.col-md-offset-0>div>div>div.slick-list>div>div.slick-slide.slick-active.slick-current>div>div>div.session-info.col-lg-12>div:nth-child(2)>div>a {
  font-weight: 700;
  font-size: 16px !important;
}

body>div.react-main>div>div>div.agenda-view.session-list-view.agenda-custom-css.sideBySide.row>div>div>div.session-list-container.row>div>div:nth-child(1)>div>div.time-row.row>div.session-elem.sessions-time-elem.padding-horizontal-none.session-carousel.col-md-11.col-md-offset-0>div>div>div.slick-list>div>div.slick-slide.slick-active.slick-current>div>div>div.speakers-container.has-speakers.col-xs-12>div>div>div>a>div.speaker-info>div.speaker-name.text-ellipsis.font-size-14 {
  font-weight: 700;
  font-size: 1rem;
}

/* --END-- Session card view adjustments */

.main-react-view {
  margin-top: 5%;
}

.cover-image-background {
  min-height: 50vh;
}

@media only screen and (max-width: 780px) {
  .main-react-view {
    margin-top: 5%;
  }

  .custom-menu {
    margin-left: -2% !important;
  }

  .custom-menu-item {
    margin-right: 10px !important;
    width: auto;
    font-size: 11px;
  }

  .custom-menu-link {
    padding: 10px 10px !important;
  }
}

@media only screen and (min-width: 1800px) {
  .main-react-view {
    margin-top: 3%;
  }
}

.pricing--card {
  align-items: stretch;
  display: flex;
  gap: 20px;
}

.ticket-info {
  background: #000;
  color: white !important;
  display: flex;
  font-family: 'Gilroy', sans-serif !important;
  flex: 1;
  flex-direction: column;
  height: 100% !important;
  max-height: 800px !important;
  min-height: 800px !important;
  padding: 20px;
}

.ticket-info.col--01 {
  order: 1 !important;
}

.ticket-info.col--02 {
  order: 2 !important;
}

.ticket-info.col--03 {
  order: 3 !important;
}

.ticket-info .col__header {
  color: white !important;
  font-family: 'Gilroy', sans-serif !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.ticket-info .col__header h2 {
  color: white !important;
  font-family: 'Gilroy', sans-serif !important;
  font-size: 48px !important;
  font-weight: 900 !important;
}

.ticket-info .col__header h3 {
  color: white !important;
  font-family: 'Gilroy', sans-serif !important;
  font-size: 58px !important;
  font-weight: 900 !important;
}

.ticket-info p {
  color: white;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
}

.ticket-info strong {
  font-weight: 900;
}

.checkmark-list {
  list-style: none;
  padding: 0;
  margin-top: 35px !important;
}

.checkmark-list li {
  color: white;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.checkmark-list li::before {
  background-color: cyan;
  border-radius: 20px;
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-image: url('https://lwtsquad.com/wp-content/uploads/2025/04/checkmark-black.svg');
  background-size: contain;
  background-repeat: no-repeat;
}