.plenary-listing-page .popup-region.plenary .section-title {
  font-size: var(--font-size-2);
  font-weight: var(--roboto-bold);
  line-height: var(--line-height-normal);
}
.plenary-listing-page .popup-region.plenary .popup-video-section {
  margin-bottom: 50px;
  margin-top: 0px;
}
.plenary-listing-page .body-content.popup-body-text p {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--grey-shade);
}
.plenary-listing-page .body-content.popup-body-text h2 strong {
  font-size: var(--font-size-6);
  font-weight: var(--roboto-bold);
  line-height: var(--line-height-sm);
  color: var(--blue);
}
.plenary-listing-page .body-content.popup-body-text p strong {
  font-weight: var(--roboto-bold);
  font-size: var(--font-size-8);
  line-height: var(--line-height-smaller);
  color: var(--grey-shade);
  padding-bottom: 4px;
}
.plenary-listing-page .popup-section .quotes-wrap .quotes-left {
  /* width: 170px; */
  border: 1px solid var(--orange);
  /* height: 170px; */
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding: 10px;
  overflow: hidden;
}
.plenary-listing-page .quotes-right .field--name-field-quotes:before,
.plenary-listing-page .quotes-right .field--name-field-quotes:after {
  content: '';
  position: absolute;
  width: 36px;
  height: 28px;
  background: url(images/quotes_top.svg) no-repeat center;
}
.plenary-listing-page .quotes-right .field--name-field-quotes:after {
  right: 0;
  bottom: 0;
  background: url(images/quotes_bottom.svg) no-repeat center;
}
/* .plenary-listing-page .popup-section .quotes-wrap .paragraph {
  border-bottom: 1px solid var(--orange);
} */
body .popup-section .quotes-wrap .paragraph:last-child {
  border-bottom: 0 !important;
}
.plenary-listing-page .body-content.popup-body-text,
.plenary-listing-page .text-content-section {
  max-width: 550px;
  margin: 0 auto;
  padding: 0;
}
body .popup-section .quotes-wrap .paragraph {
  border-bottom: 1px solid var(--orange) !important;
}
.plenary-listing-page .popup-region .popup-overlay {
  background: #f2f2f2;
}
body.plenary-listing-page .popup-title {
  color: var(--blue) !important;
}
.popup-head .download-section {
  padding-left: 28px;
  margin-left: 20px;
  border-left: 1px solid #ccc;
}
body.path-proceedings .download-link a {
  font-size: 14px;
  line-height: 18px;
}
.popup-region .download-link {
  padding-left: 65px;
  min-height: 47px;
}
.popup-region .popup-body-text li:not(:last-child) {
  margin-bottom: 40px;
}
.popup-section .quotes-left .field--name-field-profile-picture {
  width: 100%;
  height: 100%;
}
body .article-subtitle-2.article-person-institution {
  font-size: 16px;
}
body.path-proceedings .download-link {
  display: flex;
  align-items: center;
}
@media (min-width: 540px) and (max-width: 720px) {
  body.path-proceedings .popup-title {
    width: auto;
  }
  .popup-region.plenary .popup-head {
    flex-direction: row;
    align-items: flex-start;
  }
  body.plenary-listing-page .popup-title {
    font-size: 40px;
    padding-right: 13px;
    border-right: 1px solid #ccc;
  }
  body.plenary-listing-page .popup-head .download-section {
    padding-left: 28px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1180px) {
  body.path-proceedings .popup-title {
    width: auto;
  }
}
@media (max-width: 767px) {
  .popup-region.plenary .download-section {
    margin-top: 0 !important;
  }
  .popup-region .popup-body-text li:not(:last-child) {
    margin-bottom: 20px;
  }
  .plenary-listing-page .body-content.popup-body-text h2:not(:first-of-type) {
    margin-top: 10px;
  }
}
