/*Styling speaker element related to HTML from speakers page mario.r ZD:197616*/
.speaker-bio {
  text-align: left;
  font-weight: 500;
  font-family: "HPE GraphikRegular", sans-serif !important;
  color: rgb(62, 69, 80);
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .entity-photo-holder {
    margin-bottom: 75px;
    width: 350px;
  }
}

/*------------End------------*/

/* remove grey gradient on homepage element-30413300 */
.element-30413300.atom-sectionMain.cover-photo-background {
  background-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.1)
    ),
    url("https://res.cloudinary.com/bizzaboprod/image/upload/q_auto,f_auto,c_scale,c_crop,g_custom/v1758030248/cvf2glad2anxulcs1qaw") !important;
  background-position: bottom center !important;
}

/* set min-height for all headings */
.element-31254036.cover-image-background,
.element-30858150.cover-image-background,
.element-31079053.cover-image-background,
.element-31078870.cover-image-background,
.element-31261310.element-31261310 {
  min-height: 30vw;
  background-size: 100% !important;
  background-position: center top !important;
}

/*home img desktop*/
.element-31254036.cover-photo-background {
  background-image: url("https://res.cloudinary.com/bizzaboprod/image/upload/q_auto,f_auto,c_scale,c_crop,g_custom/v1765965548/asx5txnclhd6hp0f8esj") !important;
}

/*home img mobile*/
@media screen and (max-width: 800px) {
  .element-31254036.cover-image-background {
    min-height: 80vw;
    background-size: cover !important;
    background-image: url("https://res.cloudinary.com/bizzaboprod/image/upload/q_auto,f_auto,c_scale,c_crop,g_custom/v1766052212/jwkvwcwutzsf9vyevadb") !important;
    background-position: top !important;
  }
}

/*paris img desktop*/
.element-31261310.cover-photo-background {
  background-image: url("https://res.cloudinary.com/bizzaboprod/image/upload/q_auto,f_auto,c_scale,c_crop,g_custom/v1765965548/asx5txnclhd6hp0f8esj") !important;
}

/*paris img mobile*/
@media screen and (max-width: 800px) {
  .element-31261310.cover-image-background {
    min-height: 80vw;
    background-size: cover !important;
    background-image: url("https://res.cloudinary.com/bizzaboprod/image/upload/q_auto,f_auto,c_scale,c_crop,g_custom/v1766052212/jwkvwcwutzsf9vyevadb") !important;
    background-position: top !important;
  }
}

/*geneva img desktop element-31261310*/
.element-31261310.cover-photo-background {
  background-image: url("https://res.cloudinary.com/bizzaboprod/image/upload/q_auto,f_auto,c_scale,c_crop,g_custom/v1765965548/asx5txnclhd6hp0f8esj") !important;
}

/*geneva img mobile*/
@media screen and (max-width: 800px) {
  .element-31261310.cover-image-background {
    min-height: 80vw;
    background-size: cover !important;
    background-image: url("https://res.cloudinary.com/bizzaboprod/image/upload/q_auto,f_auto,c_scale,c_crop,g_custom/v1766052212/jwkvwcwutzsf9vyevadb") !important;
    background-position: top !important;
  }
}

/*community img desktop */
.element-31079053.cover-photo-background {
  background-image: url("https://res.cloudinary.com/bizzaboprod/image/upload/q_auto,f_auto,c_scale,c_crop,g_custom/v1765965548/asx5txnclhd6hp0f8esj") !important;
}

/*community img mobile*/
@media screen and (max-width: 800px) {
  .element-31079053.cover-image-background {
    min-height: 80vw;
    background-size: cover !important;
    background-image: url("https://res.cloudinary.com/bizzaboprod/image/upload/q_auto,f_auto,c_scale,c_crop,g_custom/v1766052212/jwkvwcwutzsf9vyevadb") !important;
    background-position: top !important;
  }
}

/*speakers img desktop */
.element-31078870.cover-photo-background {
  background-image: url("https://res.cloudinary.com/bizzaboprod/image/upload/q_auto,f_auto,c_scale,c_crop,g_custom/v1765965548/asx5txnclhd6hp0f8esj") !important;
}

/*speakers img mobile*/
@media screen and (max-width: 800px) {
  .element-31078870.cover-image-background {
    min-height: 80vw;
    background-size: cover !important;
    background-image: url("https://res.cloudinary.com/bizzaboprod/image/upload/q_auto,f_auto,c_scale,c_crop,g_custom/v1766052212/jwkvwcwutzsf9vyevadb") !important;
    background-position: top !important;
  }
}

/* headings */
.element-30858149 h2,
.element-30570343 h2,
.element-31001761 h2,
.element-30864100 h2,
.element-30864089 h2 {
  text-transform: none !important;
}

/* agenda table */
.fr-view table td {
  border: 0px solid #ddd;
}

.agenda-table {
  border: 0 !important;
  width: 100%;
  margin-top: 10px;
  border-collapse: collapse;
}

.agenda-table.two-col td,
.agenda-table.two-col td + td {
  width: 50%;
}

.agenda-table.no-head tbody tr:first-child td {
  border-top: 1px #ccc !important;
}

.agenda-table th {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding: 8px 10px 8px 0;
  white-space: nowrap;
  vertical-align: bottom;
}

.agenda-table th.center {
  text-align: center;
}

.agenda-table td {
  padding: 20px !important;
  border-bottom: 1px solid #666 !important;
  border-right: 0px;
  border-left: 0px;
  border-top: 0px;
  background: #fff;
  vertical-align: top;
}

.agenda-table.two-col td,
.agenda-table.two-col th {
  padding-right: 30px;
}

.agenda-table td.flextable-cell-detail {
  padding: 0;
}

.agenda-table tr td:first-child,
.agenda-table tr th:first-child {
  padding-left: 10px;
}

.agenda-table tr td:last-child,
.agenda-table tr th:last-child {
  padding-right: 10px;
}

.agenda-table tr.active td,
.agenda-table tr:hover td {
  background: #eee;
}

.agenda-table tr:last-child td {
  border-bottom-color: #999;
}

.agenda-table td {
  font-family: "HPE GraphikRegular", sans-serif !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  color: rgb(62, 69, 80) !important;
}

.section-6462934 {
  position: relative;
}

.agenda-img {
  min-height: 20vw;
}

.section-6358664 .custom-space-bottom {
  padding-bottom: 200px !important;
}

.section-6417499 .custom-space-bottom {
  padding-bottom: 200px !important;
}

.section-4689079.cover-image-background {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-position: center right;
}

.customHeader h1 {
  visibility: hidden;
}

/*Header responsive and hiding CTA button mario.r ZD:197616 */

#section-6326388 > div > div > div > div:nth-child(3) > div {
  display: none !important;
}
#section-6326388 > div > div {
  padding: 0;
  height: 27vw;
}

/*Removing click functionality from speaker cards*/
.entity-photo-holder > a {
  pointer-events: none;
}

/*--------- End---------------*/

#section-6459366 > div > div {
  padding: 0;
  height: 27vw;
}
#section-6459394 > div > div {
  padding: 0;
  height: 27vw;
}
#section-6416022 > div > div {
  padding: 0;
  height: 27vw;
}
#section-6416074 > div > div {
  padding: 0;
  height: 27vw;
}
#section-6416166 > div > div {
  padding: 0;
  height: 27vw;
}
#section-6416169 > div > div {
  padding: 0;
  height: 27vw;
}

/*Hide CTA button on the header*/
.section-6326388 .element-30413303 .btn {
  visibility: hidden;
}
