* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  color: #10233f;
}
.customsessiondata .container {
  z-index: 0;
}
.customsessiondata
  .container_inner.default_template_holder.clearfix.page_container_inner {
  width: 100%;
}
.plenary-section {
  min-height: 100vh;
  background: #00b9e7;
  padding: 80px 0 40px;
}

.breakout-section {
  min-height: 100vh;
  background: #290f8b38;
  padding: 80px 0 40px;
}
section.breakout-section .custom-html-widget p {
  font-family: "Quattrocento Sans", Sans-serif;
  font-weight: 500;
  color: #001732;
}
.breaks-cards {
  border: 1px solid #290f8b;
  padding: 20px;
  margin-bottom: 40px;
}
.breaks-cards:last-child {
  margin-bottom: 0px;
}

.breaks-cards .accordion-item {
  border: none;
  margin-bottom: 0;
}
.breaks-cards .accordion {
  margin-top: 10px;
}
.breaks-cards .speaker {
  margin-top: 0px;
  padding-bottom: 0px;
}

.breaks-cards .accordion-item .accordion-header {
  padding: 10px;
  font-size: 16px;
  color: #290f8b;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  border: 1px solid #d5d8dc;
  text-transform: capitalize;
  transition: all 0.25s ease-in-out;
}
.breakout-group-description {
  font-family: "Quattrocento Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.breaks-cards .accordion-item .accordion-header:hover {
  color: #001732;
}
.breaks-cards .accordion-item .accordion-header:hover .icon::before,
.breaks-cards .accordion-item .accordion-header:hover .icon::after {
  background: #001732;
}

section.breakout-section .custom-html-widget p a {
  color: #1751b6;
}
.breaks-cards .accordion-item .icon::before,
.breaks-cards .accordion-item .icon::after {
  background: #290f8b;
  transition: all 0.25s ease-in-out;
}
/* decorative lines */
.plenary-section::before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/plugins/tpc-sessions/assets/img/growth.webp);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  opacity: 0.3;
}

.plenary-section .container {
  width: 90%;
  max-width: 1750px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.plenary-section .section-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 47px;
  margin-bottom: 50px;
  color: #001732;
  font-family: "Palanquin Dark", Sans-serif;
  text-transform: capitalize;
}

.plenary-card {
  background-color: #ffffff;
  padding: 28px 22px 20px;
  margin-bottom: 40px;
}

.plenary-card .main-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: #001732;
  font-family: "Palanquin Dark", Sans-serif;
}

.session-date {
  font-size: 19px;
  font-family: "Palanquin Dark", Sans-serif;
  font-weight: 400;
  margin-bottom: 25px;
  color: #001732;
}

.accordion-item {
  border-bottom: 1px solid #1678a2;
  margin-bottom: 20px;
}
.accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-header {
  width: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  color: #0f668b;
  font-size: 21px;
  font-family: "Palanquin Dark", Sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
}

.icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  position: relative;
}

.icon::before,
.icon::after {
  content: "";
  position: absolute;
  background: #12678d;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.icon::before {
  width: 14px;
  height: 2.3px;
}

.icon::after {
  width: 2.3px;
  height: 14px;
  transition: 0.3s;
}

.accordion-item.active .icon::after {
  opacity: 0;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.45s ease;
}

.accordion-content p {
  color: #001732;
  margin-bottom: 18px;
  font-family: "Quattrocento Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.speaker {
  color: #001732;
  padding-bottom: 10px;
  font-family: "Quattrocento Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}

.speaker em {
  font-style: italic;
}

.accordion-item.active .accordion-content {
  max-height: 800px;
  margin-top: 10px;
}

.breakout-section .container {
  width: 90%;
  margin-inline: auto;
  max-width: 1750px;
}
h1.section-title.breakout-main-title {
  font-family: "Palanquin Dark", Sans-serif;
  font-size: 48px;
  font-weight: 600;
  text-transform: none;
  line-height: 47px;
  color: #001732;
  margin-bottom: 20px;
}
.breakout-section h2.breakout-group-title {
  color: #290f8b;
  margin-bottom: 20px;
}
p.breakout-group-room {
  color: #290f8b;
  font-family: "Palanquin Dark", Sans-serif;
  font-weight: 400;
}
.session-label {
  color: #001732;
  font-size: 18px;
  font-weight: 400;
  font-family: "Palanquin Dark", Sans-serif;
}
.breakout-section .plenary-card .main-title {
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #001732;
  font-family: "Palanquin Dark", Sans-serif;
}
.accordion-content table td {
  padding: 3px 15px 3px 10px;
  text-align: left;
  color: #001732;
  padding-bottom: 10px;
  font-family: "Quattrocento Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}
.accordion-content table td.lt-title-main {
  font-family: "Palanquin Dark";
  font-weight: 600;
  color: #0f668b;
  font-size: 19px;
}
.customsessiondata .image.not_responsive,
.customsessiondata .title img {
  height: stretch;
}
/* responsive */
@media (max-width: 992px) {
  .customsessiondata .title_outer .has_background.title .title_holder {
    padding-top: 100px !important;
  }
  .section-title {
    font-size: 42px;
  }

  .main-title {
    font-size: 20px;
  }

  .accordion-header {
    font-size: 17px;
  }

  .accordion-content p {
    font-size: 16px;
  }
}
@media (max-width: 579px) {
  .customsessiondata .title.has_background {
    height: 80px !important;
  }

  .plenary-section .section-title,
  h1.section-title.breakout-main-title {
    font-size: 36px;
    line-height: 36px;
  }
  .customsessiondata .title_outer .has_background.title .title_holder {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
