body.path-proceedings .popup-title {
  font-size: var(--font-size-1);
  font-family: var(--secondary-font);
  font-weight: var(--robotocondensed-regular) !important;
  /* line-height: var(--line-height-larger); */
  line-height: 64px;
}
.plenary-listing-page .body-content p {
  padding-bottom: 5px;
}
.path-special-presntation-for-chineese {
  padding-top: 1px;
}
.plenary-listing-page .body-content p span a {
  display: block;
}
.circle-info h3 p {
  color: var(--blue);
}
body.stream-A-listing-page .region-content,
body.stream-B-listing-page .region-content,
body.stream-C-listing-page .region-content,
body.plenary-listing-page .region-content,
body.isabelle-mercier-page .region-content,
body .popup-section .article-description {
  color: #4d4d4d;
}
body.path-proceedings .popup-body-text ol > li:first-child::before,
body.path-proceedings .popup-body-text ol > li:nth-child(2)::before,
body.path-proceedings .popup-body-text ol > li:nth-child(3)::before,
body.path-proceedings .popup-body-text ol > li:nth-child(4)::before,
body.path-proceedings .popup-body-text ol > li:nth-child(5)::before,
body.path-proceedings .popup-body-text ol > li:nth-child(6)::before,
body.path-proceedings .popup-body-text ol > li:nth-child(7)::before,
body.path-proceedings .popup-body-text ol > li:nth-child(8)::before,
body.path-proceedings .popup-body-text ol > li:nth-child(9)::before,
body.path-proceedings .popup-body-text ol > li:nth-child(10)::before {
  background-color: transparent;
}
body.path-proceedings .video-section-inner iframe {
  height: 530px;
}
body.path-proceedings .download-link a {
  color: var(--black) !important;
}
body.path-proceedings .popup-close {
  position: absolute;
  top: 10px;
  right: 0;
  /* width: 45px;
  height: 45px; */
  width: 53px;
  height: 53px;
  display: inline-block;
  background: url(images/close-icon-blue-line.png) no-repeat center;
  background-size: contain;
}

/* body.path-proceedings .sub-streams-title a:hover {
  color: var(--black) !important;
} */
.proceedings-home a:focus {
  outline: none;
  text-decoration: none;
}
/* Home Banner */
.proceedings-home .banner-common-wrapper {
  background: url("images/Banner-Image.svg") no-repeat center center;
  /* height: 760px; */
  height: 770px;
  width: 100%;
  max-width: 100%;
  background-size: cover;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.proceedings-home .banner-common-wrapper img {
  width: 100%;
  height: 100%;
}
.proceedings-home .second-row .banner-img img {
  display: none;
}
.proceedings-home .banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  justify-content: space-between;
  width: 90%;
  color: var(--white);
}
.proceedings-home .banner-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.proceedings-home .banner-left .first-row {
  display: flex;
}
.proceedings-home .banner-date,
.banner-main-text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.proceedings-home .banner-main-text {
  margin-left: 60px;
}
.proceedings-home .second-row {
  display: flex;
}
.proceedings-home .second-row .banner-img {
  background: url("images/NEC2024_Logo-1.svg") no-repeat center center;
  height: 68px;
  width: 93px;
}
.proceedings-home .banner-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.proceedings-home .banner-header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  text-align: center;
}
.proceedings-home .logo {
  height: 40px;
}
.proceedings-home .banner-content {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  justify-content: space-between;
  width: 90%;
  color: var(--white);
}
.proceedings-home .banner-date {
  display: flex;
  align-items: center;
  margin-top: 14px;
}
.proceedings-home .date-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid var(--white);
  border-radius: 9px;
  color: var(--white);
  padding: 6px;
}
.proceedings-home .date-box span:first-child {
  border-bottom: 2px solid var(--white);
}
.proceedings-home .date-box span {
  font-size: 42px;
  font-weight: var(--roboto-bold);
  line-height: 45.44px;
}
.proceedings-home .date-box span:last-child {
  font-size: 30px;
  line-height: var(--line-height-large);
}
.proceedings-home .banner-main-text h2 {
  font-size: 36px;
  font-weight: var(--roboto-bold);
  line-height: 43.2px;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}
.proceedings-home .banner-main-text h1 {
  font-size: 42px;
  font-weight: var(--roboto-bold);
  margin: 10px 0;
  line-height: 50px;
}
.proceedings-home .banner-main-text .blue-text {
  color: var(--blue-ocean);
}
.proceedings-home .banner-main-text .red-text {
  color: var(--red-shade);
}
.proceedings-home .banner-main-text .orange-text {
  color: var(--yellow-shade);
}
.proceedings-home .circle-info {
  background: rgba(255, 255, 255, 0.9);
  color: var(--raisin-black);
  border-radius: 50%;
  width: 394px;
  height: 394px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.proceedings-home .circle-info h3 {
  font-size: var(--font-size-7);
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: var(--roboto-bold) !important;
  line-height: var(--line-height-sm2);
  color: var(--blue);
  padding: 40px;
  margin-top: 40px;
}
.proceedings-home .banner-footer img {
  width: 100%;
  height: auto;
}
.proceedings-home .event-name {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  color: var(--white);
  margin-left: 6px;
  font-size: var(--font-size-8);
  line-height: 19px;
  font-weight: var(--opensans-regular);
}
.proceedings-home .first-column {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-weight: var(--opensans-bold);
}
.proceedings-home .first-column span:first-child {
  font-size: 19px;
  line-height: 23px;
}
.proceedings-home .second-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  padding-left: 12px;
  margin-left: 12px;
  gap: 3px;
}
.proceedings-home .second-column::before {
  width: 1px;
  height: 59%;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  border-left: 1px solid var(--white);
}
.proceedings-home .chinese-text {
  font-size: 14px;
}
/* Home opening ceremony */
.proceedings-home .list-type.align-cols-left > .view-content {
  justify-content: left;
}
.proceedings-home .listing-5-col .listing-cards-view .views-row {
  /* width: calc(25% - 16px); */
  margin-bottom: 22px;
}
.proceedings-home .opening-remarks-component {
  background: var(--ash-grey);
}
.proceedings-home .list-type .view-content:hover .views-row {
  background: var(--white);
}
.proceedings-home .opening-remarks-component h3 {
  color: var(--blue);
}
.proceedings-home .list-col-5 .views-row {
  margin-top: 0;
  box-shadow: 0px 0px 8px 10px #0000000a;
}

/* BEIJING ACTION */
.proceedings-home .nec-turin-agenda {
  background: var(--ash-grey);
}
.proceedings-home .agenda-description.agenda-outer-description {
  color: var(--grey-shade);
  font-size: var(--font-size-4);
  font-weight: var(--roboto-regular);
  line-height: var(--line-height-sm1);
  padding-bottom: 25px;
}
.proceedings-home .nec-turin-agenda h3 {
  margin-top: 0;
  margin-bottom: 0 !important;
}
.proceedings-home .nec-turin-agenda .agend-section-sub-title {
  font-weight: var(--robotocondensed-bold);
  margin-top: 5px;
}
.proceedings-home .agenda-card {
  border-radius: 0;
}

/* last yt video section */
.proceedings-home .video-field-inner .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: 82px;
  margin-top: 30px;
}
.proceedings-home .video-field-inner .views-row {
  flex: 1 1 calc(50% - 82px);
  box-sizing: border-box;
  background: var(--white);
  padding: 16px;
}
.proceedings-home .video-field-inner .video-card {
  /* margin: 15px; */
  position: relative;
}
.proceedings-home .video-field-inner .video-card a {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: transform 0.3s ease;
}
.proceedings-home .video-field-inner .video-card a:hover {
  transform: scale(1.02);
}
.proceedings-home .video-field-inner .video-thumbnail {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 246px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.proceedings-home .video-field-inner .video-thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.proceedings-home .video-field-inner .video-thumbnail::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 97px;
  height: 114px;
  background: url(images/Watch-video.svg) no-repeat center;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
.proceedings-home .video-field-inner .video-thumbnail:hover::after {
  opacity: 1;
}
.proceedings-home .video-field-inner .video-heading {
  padding: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: var(--opensans-semibold);
  line-height: var(--line-height-norma);
  color: var(--orange);
  /* min-height: 83px; */
  justify-content: center;
  display: flex;
}
.list-type .list-card-link {
  z-index: 2;
}
.nec-streams-a .list-type .list-card-link {
  z-index: 1;
}
.list-type .listing-content-field {
  position: relative;
  z-index: 2;
}
/***********23/12/24*****************/
.popup-content {
  padding: 50px;
}
.popup-video-section {
  margin-bottom: 50px;
}
.popup-content {
  color: var(--grey-shade);
}
.quotes-section-title {
  margin-top: 50px;
  color: var(--blue);
}
.popup-section .quotes-wrap .paragraph {
  padding: 50px 0;
}
.popup-section .quotes-wrap .paragraph:last-child {
  padding-bottom: 50px;
}
.popup-section .quotes-wrap .paragraph:first-child {
  padding-top: 20px;
}
.popup-section .quotes-left .field--name-field-profile-picture {
  width: 100%;
  /* height: 180px; */
}
.popup-section .quotes-left img {
  width: 100%;
  min-width: 180px;
  height: 100%;
}
.popup-section .quotes-wrap .quotes-right {
  padding-left: 50px;
  width: calc(100% - 200px);
}
.quotes-right .field--name-field-quotes {
  padding: 53px 0 53px;
  color: var(--grey);
  font-style: unset;
}
.quotes-right .field--name-field-name {
  color: var(--blue);
  margin-bottom: 6px;
}
body.path-proceedings .grouping-wrapper-a.sub-streams .sub-streams-title a:hover {
  color: #000 !important;
}
body.path-proceedings .grouping-wrapper-b.sub-streams .sub-streams-title a:hover,
body.path-proceedings .grouping-wrapper-c.sub-streams .sub-streams-title a:hover {
  color: #fff !important;
}
.proceedings-home .article-wrap {
  align-items: flex-end;
}
/* body.path-proceedings .sub-streams-view .views-row:hover a {
  color: #fff !important;
} */
.nec-footer-component {
  margin-top: 30px;
}

/* ******Task #388051 15-01-25********* */
.isabelle-mercier-page.path-proceedings .popup-section {
  background-color: #f2f2f2;
}
/* ******Task #388052 15-01-25********* */
.path-proceedings .popup-content {
  border-radius: 0;
}
.path-proceedings .popup-section .article-description p:not(:last-child) {
  margin-bottom: 30px;
}
/* 16-01-25 */
.isabelle-mercier-page .popup-content {
  padding-bottom: 100px;
}
/* **************Task #388060 15-01-25****************** */
.popup-content .tab-section a.active {
  cursor: default;
}
.popup-sub-title {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.popup-region .popup-body-text h4 {
  margin-top: 20px;
  color: var(--blue);
}
/* 16-01-25 */
body.path-proceedings .download-link a:hover {
  color: var(--blue) !important;
}
body.path-proceedings .download-link a {
  cursor: pointer;
}
.head-wrapper .download-section .download-link {
  min-height: auto;
}
.head-wrapper {
  margin-bottom: 0 !important;
}
.popup-section .quotes-wrap .paragraph {
  padding: 50px 0 !important;
}
.popup-video-section {
  margin-top: 0px;
}
/* **************Task #388068 15-01-25****************** */
.path-proceedings .popup-content .tab-section a:hover {
  color: var(--blue);
}
.path-proceedings .popup-region .download-link:hover::before {
  background: url(images/download-hover.svg) no-repeat center left 0; /* Change the background on hover */
  transform: scale(1.1); /* Slight zoom effect */
}
/* **************Task #388073 16-01-25****************** */
.path-proceedings .popup-title {
  font-weight: 300;
}
.path-proceedings .quotes-right .field--name-field-quotes {
  font-style: italic;
}
/* Reopen 20-01-25*/
.stream-B-listing-page .popup-content .tab-section a:hover,
.stream-C-listing-page .popup-content .tab-section a:hover {
  color: var(--blue);
}
.proceedings-home .view-header h3 {
  text-align: center;
}

/**************Task #388561 21-01-25 **************/
.menu--proceedings-2024-menu li.active a {
  cursor: default;
}

/* ***********Task #388561 21-01-25************** */

.proceedings-home .chinese-modernization .agent-turn .flex-col img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.proceedings-home .chinese-modernization .agent-turn .flex-col img:hover {
  transform: scale(1.02);
}
.agenda-image-field img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.agenda-image-field img:hover {
  transform: scale(1.02);
}
.quotes-right .field--name-field-name {
  color: #4d4d4d;
}
.popup-region .download-link::before {
  display: none;
}
.popup-region .download-link {
  position: relative;
  display: inline-block;
  cursor: pointer;
  background: url(images/download.svg) no-repeat center left;
}
.popup-region .download-link:hover {
  cursor: pointer !important;
}
.popup-region .download-link:hover {
  background-image: url(images/download-arrow_hover.svg);
  color: var(--blue) !important;
}
.popup-region .download-link:hover a {
  color: var(--blue) !important;
}

.quotes-right {
  line-height: var(--line-height-smaller);
}
.quotes-right .field--name-field-quotes {
  font-size: var(--font-size-8);
  font-weight: var(--roboto-regular);
  font-style: normal;
  color: var(--grey-shade);
}
.quotes-right .field--name-field-name {
  font-size: var(--font-size-8);
  font-family: var(--primary-font);
  font-weight: var(--opensans-bold);
  color: var(--blue);
}
.quotes-right .field--name-field-address {
  font-size: var(--font-size-8);
  line-height: 22px;
  font-family: var(--primary-font);
  font-weight: var(--opensans-regular);
  color: var(--black);
}
.popup-region .popup-body-text li {
  font-size: var(--font-size-8);
  line-height: var(--line-height-smaller);
  font-weight: var(--roboto-regular);
  color: var(--grey-shade);
}
.popup-video-section.no-video-content {
  margin-top: 0;
}
.body-content.popup-body-text,
.body-content.popup-body-text p {
  font-size: 16px;
  line-height: 22px;
  color: #4d4d4d;
  text-align: left !important;
}
body  .popup-region.plenary .section-title {
  margin-bottom: 30px;
}
body .body-content.popup-body-text h2:not(:first-of-type) {
  /* margin-top: 50px; */
  margin-top: 10px;
}
.plenary-listing-page .body-content.popup-body-text p:has(strong) {
  margin-top: 30px;
}
.plenary-listing-page .body-content.popup-body-text h2 + p:has(strong) {
  margin-top: 10px;
}
body .popup-region .popup-body-text li:not(:last-child) {
  margin-bottom: 20px;
}
body .body-content.popup-body-text p:has(strong) {
  margin-top: 20px !important;
}
.popup-region .popup-body-text h4,
.popup-region .popup-body-text h2 {
  margin-bottom: 20px;
}
.path-proceedings .popup-section .quotes-wrap .quotes-full-width .quotes-right {
  padding-left: 0;
  width: auto;
}
.path-proceedings .popup-section .quotes-section:has(.quotes-full-width) {
  display: grid;
  justify-content: center;
}
/* Responsive */
@media (max-width: 1200px) {
  .path-proceedings header .menu {
    /* padding: 35px 15px; */
    padding: 30px 15px;  /* 18-02-25 */
  }
}
@media (min-width: 1200px) {
  body.path-proceedings .popup-close {
    width: 53px !important;
    height: 53px !important;
    background-size: contain !important;
    top: 5px !important;
  }
}
@media (min-width: 768px) and (max-width: 1180px) and (orientation:portrait) {
  body .popup-sub-title {
    font-size: 32px;
  }
  body.proceedings-home .articles-component .article-wrap {
    flex-wrap: wrap !important;
  }
  body.proceedings-home .articles-component .view-content .article-right {
    width: 100% !important;
  }
  .proceedings-home .article-wrap {
    flex-direction: column !important;
    align-items: self-start !important;
  }
  .proceedings-home .articles-component .view-content .article-right {
    padding: 50px 28px !important;
    width: 100% !important;
  }

}
@media (max-width: 991px) {
  body .header-title {
    font-size: 16px;
    line-height: 21px;
  }
  body .popup-content .head-title {
    font-size: 26px;
    line-height: 34px;
  }
  body .popup-head .download-section {
    padding-top: 0px;
  }
  body .popup-content-inner {
    /* padding-top: 16px; */
    padding-top: 6px;
  }
  body.path-proceedings .video-section-inner iframe {
    height: 100% !important;
  }
  body.plenary-listing-page .popup-region.plenary .section-title,
  body.isabelle-mercier-page .popup-section .article-main-title {
    font-size: 30px;
  }
  body .head-wrapper {
    flex-direction: column;
  }

  body.proceedings-home .microsite-section::after {
    width: 100px;
  }
  /* .view-microsite-header .header-logo {
    border-right: none;
  } */
  .proceedings-home .banner-header {
    left: 8%;
    right: unset;
  }
  .proceedings-home .article-wrap {
    align-items: flex-end;
  }
  /* BANNER */
  .proceedings-home .banner-common-wrapper {
    /* height: 833px; */
    height: 100%;
    padding-bottom: 0;
  }
  body .agenda-image-field {
    height: auto;
  }
  .proceedings-home .banner-content {
    flex-direction: column;
    /* position: absolute; */
    align-items: flex-start;
    transform: none;
    left: 0;
    top: 180px;
    width: 100%;
    padding: 0;
    bottom: 0;
  }
  .proceedings-home .banner-left {
    /* width: 100%; */
    align-items: flex-start;
    text-align: left;
    /* margin-left: 18%; */
    margin-left: 84px;
    padding-bottom: 12px;
  }
  .proceedings-home .circle-info {
    position: relative;
    margin: 20px auto;
    display: block;
    width: 250px;
    height: 250px;
    padding: 0;
  }
  /* .proceedings-home .circle-info h3 {
    font-size: 18px;
    line-height: 18px;
    padding: 37px;
  } */
  /* .proceedings-home .event-name {
    margin-left: -14px;
  } */
  .proceedings-home .date-box span {
    font-size: 32px;
    line-height: 33px;
  }
  body.proceedings-home .banner-main-text h1 {
    font-size: 32px;
  }
  .proceedings-home .circle-info-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }
  .proceedings-home .banner-right {
    width: 100%;
    background: #013298;
    padding-top: 45px;
  }
  /*****************************/
  .popup-text-content-row,
  .popup-quotes-row {
    padding-left: 30px;
    padding-right: 30px;
  }
  .popup-section .quotes-wrap .quotes-left {
    width: 170px;
    height: 170px;
  }
  .popup-section .quotes-left .field--name-field-profile-picture {
    width: 100%;
    height: 150px;
  }
  .popup-section .quotes-left img {
    width: 100%;
    min-width: 150px;
    height: 100%;
  }
  body.path-proceedings .popup-title {
    font-size: 50px;
    line-height: 52px;
    width: 90%;
  }
  /* *********Task #388006 15-01-25*********** */
  .proceedings-home .agenda-language-link {
    line-height: 25px;
  }
  .proceedings-home .video-field-inner .view-content {
    /* gap: 50px; */
    gap: 40px; /*21-01-25*/
  }
  .proceedings-home .agenda-description.agenda-outer-description {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .proceedings-home .view-header h3 {
    text-align: center;
  }

  /* *********Task #388092 16-01-25*********** */
  body.path-proceedings .popup-content .tab-section {
    display: flex;
  }
  body.path-proceedings .popup-content .tab-section a {
    font-size: 18px;
  }
  body.path-proceedings .popup-body-text p a {
    word-break: break-word;
  }
  body.path-proceedings .popup-content {
    padding: 30px;
    padding-bottom: 70px;
  }
  body.path-proceedings  .popup-section {
    padding-bottom: 50px;
    padding-top: 40px;
  }
  /* *********Task #388094 16-01-25*********** */
  .path-proceedings .popup-content .tab-section a {
    text-align: center;
  }
  .proceedings-home .agends-card-bottom {
    justify-content: center;
  }
  .header-top-section {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
  body.path-proceedings .popup-close {
    background-size: 50px;
    top: 3px;
    right: 0;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 820px) and (max-width: 1180px) {
  body.path-proceedings .popup-close {
    background-size: 40px;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1181px) and (max-width: 1366px) {
  body.path-proceedings .popup-close {
    background-size: 48px;
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1180px) and (orientation:landscape) {
  body.path-proceedings .popup-close {
    background-size: 45px !important;
    width: 45px !important;
    height: 45px !important;
    top: 9px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body.path-proceedings .popup-close {
    background-size: 40px !important;
    width: 40px;
    height: 40px;
  }
  .plenary-listing-page .popup-region .download-link {
    background-size: 40px;
  }
  body .popup-region .download-link {
    background-size: 36px;
  }
  body .popup-region .download-link {
    padding-left: 45px;
  }
  .view-microsite-header .header-logo {
    border-right: none;
  }
  .view-microsite-header .header-title {
    display: none;
  }
  /* *********Task #388009 15-01-25*********** */
  .proceedings-home .agenda-image-field {
    height: auto !important;
  }
}
@media (max-width: 350px) {
  body.path-proceedings .act-menu #block-microsite-proceedingsyearblock {
    right: 64px !important;
    left: auto;
  }
}
@media (max-width: 480px) {
  body.path-proceedings .act-menu #block-microsite-proceedingsyearblock {
    right: 129px;
    left: auto;
  }
}
@media (max-width: 767px) {

  body .quotes-right .field--name-field-address {
    font-size: 14px;
  }
  .quotes-right .field--name-field-quotes {
    padding: 35px 0 35px;
    font-size: 14px;
  }
  body.path-proceedings .popup-close {
    background-size: 27px !important;
    top: 3px;
    right: 0;
    width: 27px;
    height: 27px;
  }
  .body-content.popup-body-text p {
    font-size: 14px;
  }
  .body-content.popup-body-text p strong {
    font-size: 16px;
  }
  body .head-wrapper .download-section {
    margin-top: 10px;
  }
  body .head-wrapper .download-section .download-item {
    margin-bottom: 14px;
  }
  body .popup-region .popup-body-text li,
  .popup-body-text,
  .popup-region .popup-body-text li {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  body .popup-head {
    margin-bottom: 15px;
  }
  .plenary-listing-page .popup-region.plenary .popup-video-section {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }
  .agenda-image-field img {
    height: 253px;
    object-fit: cover;
  }
  body.proceedings-home .microsite-section .page-sub-title,
  body.proceedings-home .microsite-section .block-title {
    font-size: 27px;
    line-height: 31px !important;
  }
  .proceedings-home .menu {
    max-width: 250px;
  }
  .popup-region .download-link {
    /* background-size: 35px; */
    background-size: 24px;/*   18-02-25 */
  }

  #block-microsite-proceedingsyearblock {
    display: none !important;
  }
  .act-menu.navbar-default #block-microsite-proceedingsyearblock.show {
    display: block !important;
  }
  .header-top-section {
    padding: 0px 10px !important;
  }
  .view-microsite-header .header-logo {
    border-right: none;
  }
  .view-microsite-header .header-title {
    display: none;
  }
  body.proceedings-home .articles-component .view-content .article-right {
    padding: 20px 30px;
  }
  body.proceedings-home .articles-component .view-content .article-right {
    width: 100%;
  }
  body.proceedings-home .agenda-wrapper .sub-streams {
    width: 100%;
  }
  body.proceedings-home .agenda-wrapper .sub-streams {
    padding-left: 0;
  }
  body.proceedings-home .agenda-wrapper .stream-wrapper {
    width: 100%;
  }
  body.proceedings-home .opening-remarks-component .view-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  body.proceedings-home .main-container {
    padding-top: 61px;
  }
  body.proceedings-home .opening-remarks-component .view-header h3 {
    margin-bottom: 30px;
  }
  body.proceedings-home .list-type.align-cols-left > .view-content {
    justify-content: center !important;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: auto;
  }
  .header-right,
  #block-microsite-proceedingsyearblock,
  #block-microsite-languageswitcher,
  #block-microsite-micrositerightheader1 {
    margin-left: 7px;
  }

  .dropdown-label {
    padding: 4px 4px;
  }
  body.proceedings-home .microsite-section::after {
    width: 100px;
  }

  /*******************************/
  .popup-region .download-link {
    padding-left: 40px;
    min-height: 30px;
  }
  .popup-region .download-link::before {
    width: 30px;
    height: 30px;
    background-size: 30px !important;
  }
  .popup-text-content-row,
  .popup-quotes-row {
    padding-left: 0px;
    padding-right: 0px;
  }
  .quotes-section-title {
    margin-top: 30px;
  }
  .popup-section .quotes-wrap .paragraph {
    padding: 30px 0;
  }
  .popup-section .quotes-wrap .quotes-right {
    padding: 0;
    width: 100%;
  }
  .quotes-right .field--name-field-quotes:before,
  .quotes-right .field--name-field-quotes:after {
    background-size: 25px;
  }
  .quotes-right .field--name-field-quotes {
    padding: 35px 0 35px;
  }
  body.path-proceedings .popup-title {
    font-size: 36px !important;
    line-height: 42px;
  }
  body.path-proceedings .popup-sub-title {
    font-size: 20px !important;
    line-height: 27px;
    margin-bottom: 5px;
  }
  body.proceedings-home .agenda-tabs .agenda-tab-item,
  body .popup-content .tab-section a {
    font-size: 20px;
  }
  /* body .head-title {
    font-size: 32px;
    line-height: 42px;
  } */
  .popup-content {
    padding: 30px;
  }
  .popup-section .article-description {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px !important;
  }
  body .region-navigation .menu {
    height: calc(100vh - 75px);
    top: 68px;
  }
  .proceedings-home .agenda-description.agenda-outer-description {
    font-size: 19px;
    line-height: 25px;
  }
  body .popup-content-inner {
    /* padding-top: 16px; */
    padding-top: 0; /*18-02-25*/
}
}
@media only screen and (min-width: 1300px) {
  body.path-proceedings .popup-close {
    top: 3px;
  }
}
@media only screen and (min-width: 540px) and (max-height: 720px) and (orientation:landscape) {
  body.path-proceedings .popup-close {
    background-size: 27px;
    top: 8px;
    right: 0;
    width: 27px;
    height: 27px;
  }
}
@media only screen and (min-width: 540px) and (max-height: 720px) {
  body .head-wrapper .download-section {
    margin-top: 0px;
  }
  body.path-proceedings .popup-close {
    background-size: 27px;
    top: 8px;
    right: 0;
    width: 27px;
    height: 27px;
  }
  .popup-section .quotes-left img {
    min-width: 128px;
  }
  .plenary-listing-page .popup-section .quotes-wrap .quotes-left {
    width: 250px !important;
    height: auto !important;
  }
  .popup-section .quotes-wrap .quotes-right {
    margin-left: 18px;
  }
}
@media only screen and (max-width: 540px) and (min-height: 720px) and (orientation:landscape) {
  body .popup-section .quotes-wrap .paragraph {
    flex-direction: row;
  }
}
@media only screen and (max-width: 540px) and (min-height: 720px) {
  .proceedings-home .agends-card-bottom {
    justify-content: center;
  }
  /* .navbar-default #block-microsite-proceedingsyearblock {
    display: none !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in, visibility 0.5s ease-in;
  } */
  body.path-proceedings .act-menu #block-microsite-proceedingsyearblock {
    right: 71px;
    left: auto;
  }
  body .custom-dropdown {
    width: 209px;
  }
  .path-proceedings .act-menu #block-microsite-proceedingsyearblock {
    width: 159px;
    position: absolute;
    opacity: 1;
    visibility: visible;
    left: 48px;
    top: 95px;
    z-index: 999;
  }
  body.path-proceedings .menu {
    padding-top: 80px;
  }
}
@media (max-width: 480px) {
  body ol {
    /* padding-inline-start: 25px; */ /*18-02-25*/
    padding-inline-start: 20px;
  }
  body.path-proceedings .popup-close {
    background-size: 24px !important;
    top: 3px;
    right: 0;
    width: 24px;
    height: 24px;
  }
  body .head-wrapper .download-section .download-link {
    font-size: 14px;
  }
  .plenary-listing-page .body-content p {
    text-align: left;
  }
  body .drop-text {
    color: var(--blue);
  }
  /* 21-01-25 */
  .proceedings-home .banner-right {
    padding-top: 15px;
  }
  .navbar-defaul .show {
    opacity: 1;
    visibility: visible;
  }
  body .agenda-language-links li:not(:last-child) {
    padding-right: 5px;
    margin-right: 6px;
  }
  body .menu {
    top: 61px;
  }
  body .session-category {
    font-size: 20px;
    line-height: 25px;
    margin-top: 5px;
  }
  .agenda-tab-item .agenda-tab-link {
    font-size: 16px !important;
    line-height: var(--line-height-sm) !important;
  }
  .path-proceedings .navbar-header {
    position: relative;
  }
  .path-proceedings .header-logo {
    margin-right: 0;
  }

  body.path-proceedings .menu {
    padding-top: 65px;
  }
  .proceedings-home .date-box span {
    font-size: 22px;
  }
  /* .proceedings-home .banner-main-text {
    margin-left: 18px;
  } */
  /* .proceedings-home .banner-main-text h2 {
    font-size: 24px;
    line-height: 31px;
  } */
  .proceedings-home .banner-date {
    margin-top: 7px;
  }
  .proceedings-home .banner-main-text h1 {
    font-size: 24px;
  }
  .proceedings-home .banner-left {
    flex-direction: column;
  }
  .proceedings-home .banner-left {
    margin-left: 7%;
  }
  .proceedings-home .banner-content {
    top: 110px;
  }
  /* .proceedings-home .event-name {
    grid-template-columns: 1fr;
    margin-left: 0px;
  } */
  /* .proceedings-home .first-column {
    justify-content: left;
    flex-direction: row;
  } */
  /* .proceedings-home .second-column {
    padding-left: 0;
    margin-left: 0;
  } */
  .proceedings-home .second-row {
    margin-left: 22px;
  }
  /* .proceedings-home .second-column::before {
    content: none;
  } */
  .proceedings-home .banner-common-wrapper {
    height: 706px;
  }
  body.path-proceedings .popup-title,
  body.path-proceedings .popup-title {
    font-size: 26px !important;
    line-height: 30px !important;
  }
  body .popup-sub-title,
  body .head-title {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  body .popup-head .download-section {
    padding-top: 0px !important;
  }
  body .popup-content .tab-section {
    margin-bottom: 20px;
  }
  body.isabelle-mercier-page .popup-section .article-main-title,
  .plenary-listing-page .popup-region.plenary .section-title {
    font-size: 21px !important;
    line-height: 27px !important;
  }
  .path-proceedings .popup-section .article-person-name,
  .plenary-listing-page .body-content.popup-body-text h2 strong {
    font-size: 18px;
    line-height: 18px !important;
  }
  .path-proceedings .popup-section .article-person-role,
  .path-proceedings .popup-section .article-person-institution {
    font-size: 16px !important;
  }
  .proceedings-home .agends-card-bottom {
    justify-content: center;
  }
  /* Reopen 20-01-25 */
  /* In Progress */

  /* Task #388568 21-01-25 */
  .proceedings-home .agenda-language-link {
    line-height: 18px;
  }
  .proceedings-home .video-field-inner .view-content {
    margin-top: 40px;
  }
}
@media (max-width: 1180px) {
  /* *********Task #388094 16-01-25*********** */
  .path-proceedings .popup-content .tab-section a {
    text-align: center;
  }
  body.path-proceedings .popup-content .tab-section a {
    font-size: 18px;
  }
}
@media (min-width: 1360px) {
  .proceedings-home .banner-left {
    width: 596px;
  }
}
