/* bi-product-item-detail-nav - START */
.bi-product-item-detail-nav .views-field.views-field-title {
  font-size: var(--typography-p-font-size);
  line-height: var(--typography-p-line-height);
  font-weight: var(--typography-p-font-weight);
  font-family: var(--typography-p-font-family);
  margin-bottom: 0.0625rem;
}

.bi-product-item-detail-nav .views-field.views-field-title:hover {
  background-color: var(--color-primary-lightest);
}

.bi-product-item-detail-nav .views-field.views-field-title:hover a {
  color: var(--color-grey-100);
}

.bi-product-item-detail-nav .views-field.views-field-title:active a {
  color: var(--color-interaction-dark);
  font-weight: bold;
}

.bi-product-item-detail-nav .gds-side-navigation__list {
  margin-bottom: 0px;
}

.bi-product-item-detail-nav .gds-side-navigation__list a {
  position: relative;
  color: var(--color-grey-80);
  padding-top: var(--spacer-s);
  padding-bottom: var(--spacer-s);
  padding-right: var(--spacer-xs);
  padding-left: var(--spacer-m);
  display: block;
  text-decoration: none;
}

.bi-product-item-detail-nav .gds-side-navigation__list a::before,
.bi-product-item-detail-nav .views-field.views-field-title:active a::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 8px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #c5ccd3;
}

.bi-product-item-detail-nav .views-field.views-field-title:active a::before {
  background: var(--color-interaction-dark) !important;
}

/* bi-product-item-detail-nav - END */
/* APLAR-Congress-2024 - START */
.quiz_main_content .answer-explanation-class p span {
  color: #00e47c;
}

#answer-explanation-9 div {
  background-color: #08312a;
  margin-right: 30px;
}

#answer-explanation-9 div p span {
  color: #00e47c;
}

#answer-explanation-9 div p {
  color: #fff;
}

/*.quiz_confirm_submission .quiz-confirm-button {
  max-width: 180px;
  padding: 0 50px;
}*/
#answer-explanation-9,
#answer-explanation-10 {
  background-color: #fff;
  padding: 0;
}

.quiz_main_content .quiz_confirm_submission svg {
  left: 135px;
}

.quiz_main_content .answer-explanation-class p span {
  color: #00e47c;
}

#answer-explanation-9 div,
#answer-explanation-10 div {
  background-color: #08312a;
  padding: 24px;
  margin-right: 8px;
  border-right: 2px solid #fff;
}

#answer-explanation-9 div p span,
#answer-explanation-10 div p span {
  color: #00e47c;
}

#answer-explanation-9 div p,
#answer-explanation-10 div p {
  color: #fff;
}

#answer-explanation-9 div:last-child,
#answer-explanation-10 div:last-child {
  border-right: none;
}

.quiz_main_content .gds-btn--primary {
  background-color: #00e47c;
  color: #08312a;
}

.gds-form-input__input:focus,
.gds-form-input .select2-selection:focus {
  box-shadow: none;
}

/* APLAR-Congress-2024 - END */
---------------------------------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------------------------------

/* contact us - START */
.page-node-236 .gds-grid--spacer-massive .gds-cell.gds-cell--l-third.gds-cell--s-order-1.gds-cell--l-order-2.gds-cell--spacer-m.gds-cell--sidebar {
  display: none;
}

.page-node-236 .gds-grid--spacer-massive .gds-cell.gds-cell--l-two-thirds.gds-cell--s-order-2.gds-cell--l-order-1.gds-cell--spacer-m.gds-cell--content {
  width: auto;
}

/* contact us - END */
----------------------------------------------------------------------------------------------------------------

/* global - START */
#acc-heading {
  margin-bottom: 32px;
  display: block;
  font-family: BIAntiquaIIMl;
  color: #fff;
  font-size: 2.75rem;
  line-height: 3.5rem;
  font-weight: bold;
  margin-top: 0;
}

.page-node-633 nav.gds-article-navigation,
.page-node-634 nav.gds-article-navigation,
.page-node-635 nav.gds-article-navigation,
.page-node-636 nav.gds-article-navigation,
.page-node-637 nav.gds-article-navigation,
.page-node-638 nav.gds-article-navigation {
  margin-top: 0;
}

.page-node-409 .congress-main-wrapper .agenda-webinar-btn-holder .gds-btn-wrapper a {
  display: flex;
  align-items: center;
  padding: 0px;
  color: #fff;
  text-decoration: none;
}

.ui-dialog.gds-modal .gds-modal__body {
  padding-top: 0;
}

.gds-modal__actions .gds-link {
  cursor: pointer;
}

.gds-modal .gds-modal__body-wrapper {
  overflow: auto;
  padding-top: 20px;
}

.gds-table__wrapper p {
  margin-top: 0;
}

.all-specialties .gds-cell--sidebar {
  height: 560px;
  overflow-y: scroll;
}

.all-specialties .gds-cell--sidebar .gds-card {
  margin-bottom: 40px;
}

.gds-video-player .gds-grid {
  margin-left: calc(var(--spacer-l) / 2 * -1);
  margin-right: calc(var(--spacer-l) / 2 * -1);
  padding: 0;
  width: auto;
}

.gds-secondary-hero--spacer-l {
  margin-bottom: 0px;
}

/*.gds-secondary-hero .gds-heading {
  font-family: BIAntiquaIIMl;
}*/
/*Side navigation*/
.side-navigation-list-wrapper {
  max-height: 545px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* Menu CSS - START */
.gds-header .gds-submenu-container__inner ul.gds-submenu-items li {
  width: 100% !important;
}

.gds-header ul.gds-sub-sub-menu li.gds-sub-sub-menu--category-link .gds-link--with-icon:hover span {
  color: var(--color-interaction-dark);
}

.gds-video-player .gds-grid {
  margin-left: calc(var(--spacer-l) / 2 * -1);
  margin-right: calc(var(--spacer-l) / 2 * -1);
  padding: 0;
  width: auto;
}

.download-button {
  margin: -8px 0;
}

.gds-carousel__copy-block {
  display: none;
}

/* Menu CSS - END */
@media(max-width: 991px) {
  .side-navigation-list-wrapper {
    max-height: 375px;
  }
}

.gds-icon--base_download.gds-video {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xLjUzMi4yOTJBMi4wNiAyLjA2IDAgMCAwIC41MyAyLjA2djE1Ljg4YTIuMDYgMi4wNiAwIDAgMCAzLjAzMyAxLjgxNWwxNC44Mi03Ljk0YTIuMDYgMi4wNiAwIDAgMCAwLTMuNjNMMy41NjQuMjQ1YTIuMDYgMi4wNiAwIDAgMC0yLjAzMS4wNDd6bTEuMzcxIDEuMTgyIDE0LjgyMiA3Ljk0YS42NjQuNjY0IDAgMCAxIDAgMS4xNzFsLTE0LjgyMSA3Ljk0YS42NjQuNjY0IDAgMCAxLS45NzktLjU4NVYyLjA2YS42NjQuNjY0IDAgMCAxIC45NzgtLjU4NnoiIGZpbGw9IiMwNkMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  height: 22px;
  width: 22px;
}

.gds-icon--base_download.gds-pdf {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xOS4zMDIgMTQuODg0Yy4zNDcgMCAuNjM1LjI1My42ODkuNTg0bC4wMDkuMTEzdjEuMjRjMCAxLjY5MS0xLjMyIDMuMDczLTIuOTg1IDMuMTczbC0uMTkzLjAwNkgzLjE3OGEzLjE3OCAzLjE3OCAwIDAgMS0zLjE3Mi0yLjk4NUwwIDE2LjgyMnYtMS4yNGEuNjk4LjY5OCAwIDAgMSAxLjM4Ni0uMTE0bC4wMS4xMTN2MS4yNGMwIC45My43MTEgMS42OTQgMS42MiAxLjc3NmwuMTYyLjAwOGgxMy42NDRjLjkzIDAgMS42OTMtLjcxMiAxLjc3NS0xLjYyMWwuMDA4LS4xNjJ2LTEuMjRjMC0uMzg2LjMxMi0uNjk4LjY5Ny0uNjk4ek0xMCAwYy4zNDcgMCAuNjM0LjI1My42ODkuNTg1bC4wMDkuMTEzLS4wMDEgMTEuNTQ2IDMuNzctMy43N2EuNjk4LjY5OCAwIDAgMSAuODktLjA4MmwuMDk4LjA4MWMuMjQyLjI0Mi4yNjkuNjE4LjA4Ljg5bC0uMDguMDk3TDEwIDE0LjkxNCA0LjU0NSA5LjQ2YS42OTguNjk4IDAgMCAxIC44OS0xLjA2OGwuMDk3LjA4MSAzLjc3IDMuNzY5Vi42OThDOS4zMDIuMzEyIDkuNjE1IDAgMTAgMHoiIGZpbGw9IiMwNkMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  height: 22px;
  width: 22px;
}

.product-links a {
  color: #2c333a;
  text-decoration: none;
  text-transform: capitalize;
}

.related-product-item .gds-card__figure .gds-image::before {
  padding-top: 0;
}

.related-product-item.views-field {
  height: 100%;
}

.related-product-item.gds-quicklinks__item a:nth-child(2) {
  color: #2c333a;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  bottom: 6px;
}

.related-product-item.gds-card__figure {
  height: 203px;
}

.gds-solo-button .gds-cell {
  text-align: center;
}

.path-bisearch .pager__item a {
  background-color: var(--color-interaction);
  padding: 13px 24px 15px;
  color: #fff;
  text-decoration: none;
  border-radius: var(--border-radius-primary);
  border: solid 2px rgba(0, 0, 0, 0);
  font-weight: var(--typography-t-button-font-weight);
  font-family: var(--typography-t-button-font-family);
}

.path-bisearch .pager__item {
  text-align: center;
}

.path-bisearch .pager-show-more {
  list-style-type: none;
  margin-bottom: 40px;
}

@keyframes delayStyles {
  to {
    display: none;
  }
}

.bisearch-results .ajax-progress.ajax-progress-fullscreen {
  animation: delayStyles 5s forwards;
}

/*---Load More CSS----*/
.related-product-item .pager__item a {
  padding: 13px 24px 15px;
  color: var(--color-primary);
  background-color: var(--color-accent);
  text-decoration: none;
  border-radius: 0;
  border: solid 2px rgba(0, 0, 0, 0);
  font-weight: var(--typography-t-button-font-weight);
  font-family: var(--typography-t-button-font-family);
}

.related-product-item .pager__item {
  text-align: center;
}

.related-product-item .pager-show-more {
  list-style-type: none;
}

.path-bisearch .pager__item a {
  background-color: var(--color-interaction);
  padding: 13px 24px 15px;
  color: #fff;
  text-decoration: none;
  border-radius: var(--border-radius-primary);
  border: solid 2px rgba(0, 0, 0, 0);
  font-weight: var(--typography-t-button-font-weight);
  font-family: var(--typography-t-button-font-family);
}

.path-bisearch .pager__item {
  text-align: center;
}

.path-bisearch .pager-show-more {
  list-style-type: none;
  margin-bottom: 40px;
}

@keyframes delayStyles {
  to {
    display: none;
  }
}

.bisearch-results .ajax-progress.ajax-progress-fullscreen {
  animation: delayStyles 5s forwards;
}

.gds-side-navigation__item--active.gds-link {
  font-weight: bold;
  color: #004d99 !important;
}

body.page-node-511 td.gds-table__cell strong {
  color: #08312a;
}

body.page-node-511 h3.gds-heading,
body.page-node-511 h3.gds-heading,
body.page-node-511 h3.gds-heading p,
body.page-node-511 .gds-btn span {
  color: #08312a;
}

body.page-node-511 .registration-cards.gds-card {
  background: #f6f5f3;
}

body.page-node-511 .registration-cards.gds-card .gds-btn--primary {
  background: #00e47c;
}

@media (min-width: 1024px) {

  .whats-new-for-the-treatment-of-chronic-heart-failure-from-the-esc-2023-guidelines .gds-secondary-hero__background-image .gds-image,
  .how-has-recent-evidence-and-the-esc-2023-guidelines-changed-management-of-heart-failure .gds-secondary-hero__background-image .gds-image {
    height: 292px;
  }
}

/*See All Results*/
.customSeeAllResults {
  font-size: 25px;
  font-weight: 500;
}

/*Make Protect Related Content*/
.make-protect-related-content article.gds-card {
  margin-bottom: 10px;
}

.shorts-cardiology-how-has-recent-evidence-and-the-esc-2023-guidelines-changed-management-of-heart-failure .gds-card,
.shorts-cardiology-whats-new-for-the-treatment-of-chronic-heart-failure-from-the-esc-2023-guidelines .gds-card {
  min-height: auto;
  height: initial;
}

#edit-medical-history-of-respiratory-symptoms-wrapper .webform-section-wrapper #edit-medical-history-of-respiratory-symptoms--wrapper--description {
  line-height: 24px;
}

@media (min-width: 767px) {
  .page-node-449 .webform-flex--1:nth-child(2) .webform-flex--container {
    padding-left: 32px;
  }
}

.page-node-444 div.gds-spacer+div.gds-footnote li.gds-footnote__reference span.gds-footnote__symbol {
  font-size: 9px;
  margin-top: -3px;
}

/*Prof cristofer wanners banner*/
.prof-christoph-wanner-take-on-empa-kidney .gds-key-fact__content--center .gds-paragraph {
  display: none;
}

@media (max-width:997px) {
  .prof-christoph-wanner-take-on-empa-kidney .gds-secondary-hero__background-image .gds-image {
    position: inherit;
    transform: initial;
  }
}

@media only screen and (max-width: 768px) {
  .gds-breadcrumb .gds-link--breadcrumb:focus::after {
    top: -0.125rem !important;
  }

  .page-node-571 .gds-form-section__filters .gds-form-input {
    min-width: 100% !important;
    max-width: 100% !important;
  }
}

.page-node-443 .gds-cell.gds-cell--m-quarter.gds-cell--spacer-m.gds-cell--sidebar,
.page-node-483 .gds-cell.gds-cell--m-quarter.gds-cell--spacer-m.gds-cell--sidebar,
.page-node-484 .gds-cell.gds-cell--m-quarter.gds-cell--spacer-m.gds-cell--sidebar,
.page-node-485 .gds-cell.gds-cell--m-quarter.gds-cell--spacer-m.gds-cell--sidebar,
.page-node-445 .gds-cell.gds-cell--m-quarter.gds-cell--spacer-m.gds-cell--sidebar,
.page-node-535 .gds-cell.gds-cell--m-quarter.gds-cell--spacer-m.gds-cell--sidebar,
.page-node-536 .gds-cell.gds-cell--m-quarter.gds-cell--spacer-m.gds-cell--sidebar,
.page-node-537 .gds-cell.gds-cell--m-quarter.gds-cell--spacer-m.gds-cell--sidebar {
  height: 650px;
}

.page-node-443 h1.gds-heading.gds-heading--align-left.gds-heading--l {
  margin-top: 30px;
}

.page-node-529 .gds-secondary-hero__content {
  padding: 85px 0px;
}

.page-node-484 h1.gds-heading.gds-heading--align-left.gds-heading--l {
  line-height: 2.7rem;
}

.page-node-536 h1.gds-heading.gds-heading--align-left.gds-heading--l {
  line-height: 2.6rem;
}

.page-node-445 .gds-image img.lazyloaded,
.page-node-535 .gds-image img.lazyloaded,
.page-node-537 .gds-image img.lazyloaded {
  object-position: right !important;
}

body.page-node-511 .gds-key-fact__content.gds-key-fact__content--right ul.gds-unordered li::before {
  background-color: #00e47c;
}

body.page-node-511 .gds-table tbody tr:first-child {
  background-color: #e5e3de;
}

.make-protect-related-content .gds-pdf {
  display: none;
}

@media(max-width:767px) {
  .quicklinks-section-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (prefers-color-scheme: dark) {
  .brand-banner img.brand-banner__product-picture {
    background: #cccccc;
  }
}

/*CSS for SIP campaign request*/
.page-node-639 .gds-key-fact__image-container--l,
.gds-key-fact__image-container--xl,
.gds-key-fact__image-container--xxl {
  margin-bottom: 16px;
}

.page-node-639 p.gds-paragraph.gds-paragraph--caption-s.gds-paragraph--align-center.gds-paragraph--.gds-paragraph--spacer-xxs {
  display: none;
}

.page-node-639 .gds-key-fact__content--center .gds-paragraph,
.gds-key-fact__content--center .gds-paragraph--align-left {
  font-size: 20px;
}

.page-node-639 .gds-secondary-hero__content p:last-child {
  margin-bottom: 6px;
}

@media screen and (min-width: 992px) {
  .page-node-639 .gds-key-fact__content {
    flex: 0 0 auto !important;
  }
}

.page-node-650 ul.gds-quicklinks__items.gds-quicklinks__items--size-p.gds-quicklinks__items--spacer-m,
.page-node-647 ul.gds-quicklinks__items.gds-quicklinks__items--size-p.gds-quicklinks__items--spacer-m,
.page-node-649 ul.gds-quicklinks__items.gds-quicklinks__items--size-p.gds-quicklinks__items--spacer-m {
  Border: none;
}

.page-node-650 p.gds-paragraph.gds-paragraph--caption-s.gds-paragraph--align-center.gds-paragraph--.gds-paragraph--spacer-xxs,
.page-node-647 p.gds-paragraph.gds-paragraph--caption-s.gds-paragraph--align-center.gds-paragraph--.gds-paragraph--spacer-xxs,
.page-node-649 p.gds-paragraph.gds-paragraph--caption-s.gds-paragraph--align-center.gds-paragraph--.gds-paragraph--spacer-xxs {
  display: none;
}

.page-node-647 span.gds-icon.gds-icon--primary.gds-icon--l.gds-icon--base_download,
.page-node-649 span.gds-icon.gds-icon--primary.gds-icon--l.gds-icon--base_download,
.page-node-650 span.gds-icon.gds-icon--primary.gds-icon--l.gds-icon--base_download,
.page-node-639 span.gds-icon.gds-icon--primary.gds-icon--l.gds-icon--base_download {
  content: "";
  background-image: url(/sg/sites/default/files/2024-06/Icon_0.svg);
  background-repeat: no-repeat;
  height: 23px;
  width: 20px;
}

.page-node-647 span.gds-icon.gds-icon--primary.gds-icon--l.gds-icon--base_download svg,
.page-node-649 span.gds-icon.gds-icon--primary.gds-icon--l.gds-icon--base_download svg,
.page-node-650 span.gds-icon.gds-icon--primary.gds-icon--l.gds-icon--base_download svg,
.page-node-639 span.gds-icon.gds-icon--primary.gds-icon--l.gds-icon--base_download svg {
  transition: transform .3s;
  display: none;
}

@media(max-width:1024px) {
  .gds-video video {
    object-fit: contain;
  }
}

/* global - END */
----------------------------------------------------------------------------------------------------------------

/* List-of-products-hcps - START */
.page-node-571 .gds-secondary-hero__content {
  padding-right: var(--spacer-xxl);
  padding-top: var(--spacer-xxl);
  padding-bottom: var(--spacer-xl);
}

.page-node-571 .gds-form-section__filters div#edit-product--input-wrapper:after {
  width: 15px;
  height: 15px;
  position: absolute;
  display: block;
  content: '';
  background: url(/sg/sites/default/files/2024-04/cancel.png);
  right: 0;
  top: 8px;
  background-size: contain;
}

.page-node-571 .gds-form-section__filters div#edit-product--input-wrapper:before {
  width: 23px;
  height: 23px;
  position: absolute;
  display: block;
  content: '';
  background: url(/sg/sites/default/files/2024-04/search.png);
  background-size: contain;
  top: 8px;
}

.page-node-571 .gds-form-section__filters .gds-form-input {
  min-width: 824px;
  max-width: 824px;
}

.page-node-571 .gds-form-section__filters .gds-form-input__input,
.gds-form-section__filters .gds-form-input .select2-selection {
  border-radius: 0px !important;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 3px solid var(--color-grey-60);
  padding-left: 33px;
}

.page-node-571 .gds-form-input__input,
.gds-form-input .select2-selection:focus-visible {
  outline: none !important;
}

.page-node-571 .gds-form-section__filters .gds-form-input__input:focus,
.gds-form-section__filters .gds-form-input .select2-selection:focus {
  outline: none !important;
  box-shadow: none;
  border-bottom: 3px solid var(--color-interaction);
}

.page-node-571 .gds-form-section__filters .gds-form-input__input:focus-visible,
.gds-form-section__filters .gds-form-input .select2-selection:focus-visible {
  outline: none !important;
}

/* List-of-products-hcps - END */
----------------------------------------------------------------------------------------------------------------

/* logo css - START */
.gds-grid--none.gds-grid--primary-lightest-bg .gds-secondary-hero .gds-grid,
.gds-grid--none.gds-grid--primary-lightest-bg .gds-secondary-hero .gds-cell {
  padding: 0px;
}

.gds-grid--primary-lightest-bg .gds-secondary-hero--has-background .gds-secondary-hero__container {
  display: none;
}

.gds-grid.gds-grid--primary-lightest-bg:first-child {
  padding-top: 20px;
  padding-bottom: 20px;
}

.gds-secondary-hero--spacer-l {
  margin-bottom: 0px;
}

/* logo css - END */

----------------------------------------------------------------------------------------------------------------

/* Make Protect Power - START */
/* ------------------------------------------------------------------------------------ */
.all-specialties .gds-secondary-hero__content,
.cardiology .gds-secondary-hero__content,
.nephrology .gds-secondary-hero__content,
.endocrinology .gds-secondary-hero__content,
.primary-care .gds-secondary-hero__content {
  padding: var(--spacer-xl) 0;
}

.page-node-433 .gds-cell--sidebar,
.page-node-439 .gds-cell--sidebar,
.page-node-572 .gds-cell--sidebar,
.page-node-626 .gds-cell--sidebar,
.page-node-441 .gds-cell--sidebar {
  overflow-y: auto !important;
}

.page-node-430 .gds-heading--m,
.page-node-542 .gds-heading--m,
.page-node-576 .gds-heading--m,
.page-node-577 .gds-heading--m,
.page-node-578 .gds-heading--m,
.all-specialties h2.gds-heading--m {
  margin-bottom: 0px !important;
}

/* ------------------------------------------------------------------------------------ */
.all-specialties .gds-card__actions div.gds-card__quicklinks .gds-quicklinks--boxed,
.all-specialties-shorts .gds-card__actions div.gds-card__quicklinks .gds-quicklinks--boxed,
.all-specialties-upcoming-events .gds-card__actions div.gds-card__quicklinks .gds-quicklinks--boxed,
.all-specialties-past-events .gds-card__actions div.gds-card__quicklinks .gds-quicklinks--boxed,
.all-specialties-patient-resources .gds-card__actions div.gds-card__quicklinks .gds-quicklinks--boxed,
.all-specialties-resources .gds-card__actions div.gds-card__quicklinks .gds-quicklinks--boxed,
.cardiology .gds-card__actions div.gds-card__quicklinks .gds-quicklinks--boxed,
.cardiology-shorts .gds-card__actions div.gds-card__quicklinks .gds-quicklinks--boxed,
.cardiology-upcoming-events .gds-card__actions div.gds-card__quicklinks .gds-quicklinks--boxed,
.cardiology-past-events .gds-card__actions div.gds-card__quicklinks .gds-quicklinks--boxed,
.cardiology-patient-resources .gds-card__actions div.gds-card__quicklinks .gds-quicklinks--boxed,
.cardiology-resources .gds-card__actions div.gds-card__quicklinks .gds-quicklinks--boxed,
.nephrology .gds-card__actions div.gds-card__quicklinks .gds-quicklinks--boxed,
.nephrology .gds-card__actions div.gds-card__quicklinks .gds-quicklinks--boxed,
.nephrology-upcoming-events .gds-card__actions div.gds-card__quicklinks .gds-quicklinks--boxed,
.nephrology-past-events .gds-card__actions div.gds-card__quicklinks .gds-quicklinks--boxed,
.nephrology-patient-resources .gds-card__actions div.gds-card__quicklinks .gds-quicklinks--boxed,
.nephrology-resources .gds-card__actions div.gds-card__quicklinks .gds-quicklinks--boxed,
.endocrinology .gds-card__actions div.gds-card__quicklinks .gds-quicklinks--boxed,
.endocrinology-shorts .gds-card__actions div.gds-card__quicklinks .gds-quicklinks--boxed,
.endocrinology-upcoming-events .gds-card__actions div.gds-card__quicklinks .gds-quicklinks--boxed,
.endocrinology-past-events .gds-card__actions div.gds-card__quicklinks .gds-quicklinks--boxed,
.endocrinology-patient-resources .gds-card__actions div.gds-card__quicklinks .gds-quicklinks--boxed,
.endocrinology-resources .gds-card__actions div.gds-card__quicklinks .gds-quicklinks--boxed,
.primary-care-shorts .gds-card__actions div.gds-card__quicklinks .gds-quicklinks--boxed,
.primary-care-upcoming-events .gds-card__actions div.gds-card__quicklinks .gds-quicklinks--boxed,
.primary-care-past-events .gds-card__actions div.gds-card__quicklinks .gds-quicklinks--boxed,
.primary-care-patient-resources .gds-card__actions div.gds-card__quicklinks .gds-quicklinks--boxed,
.primary-care-resources .gds-card__actions div.gds-card__quicklinks .gds-quicklinks--boxed,
.primary-care .gds-card__actions div.gds-card__quicklinks .gds-quicklinks--boxed {
  background-color: #ffffff;
}

/* ------------------------------------------------------------------------------------ */
.all-specialties .readmore-content,
.all-specialties-upcoming-events .readmore-content,
.all-specialties-past-events .readmore-content,
.all-specialties-patient-resources .readmore-content,
.all-specialties-resources .readmore-content,
.cardiology .readmore-content,
.cardiology-upcoming-events .readmore-content,
.cardiology-past-events .readmore-content,
.cardiology-patient-resources .readmore-content,
.cardiology-resources .readmore-content,
.nephrology .readmore-content,
.nephrology-upcoming-events .readmore-content,
.nephrology-past-events .readmore-content,
.nephrology-patient-resources .readmore-content,
.nephrology-resources .readmore-content,
.endocrinology .readmore-content,
.endocrinology-upcoming-events .readmore-content,
.endocrinology-past-events .readmore-content,
.endocrinology-patient-resources .readmore-content,
.endocrinology-resources .readmore-content,
.primary-care .readmore-content,
.primary-care-upcoming-events .readmore-content,
.primary-care-past-events .readmore-content,
.primary-care-resources .readmore-content,
.primary-care-patient-resources .readmore-content {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAxMiAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzExODJfNTE5KSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMS4zMzU5NCA3LjIzMDYyQzEuMDMwMzEgNi45MjUgMC41MzQ3OTQgNi45MjUgMC4yMjkxNjYgNy4yMzA2MkMtMC4wNDg2Nzc0IDcuNTA4NDcgLTAuMDczOTM2IDcuOTQzMjUgMC4xNTMzOSA4LjI0OTYyTDAuMjI5MTY2IDguMzM3NEw0Ljg5Mzk4IDEzLjAwMTRMMC4yMjkxNjYgMTcuNjY1NEMtMC4wNDg2Nzc0IDE3Ljk0MzMgLTAuMDczOTM2IDE4LjM3OCAwLjE1MzM5IDE4LjY4NDRMMC4yMjkxNjYgMTguNzcyMkMwLjUwNzAxIDE5LjA1IDAuOTQxNzg5IDE5LjA3NTMgMS4yNDgxNyAxOC44NDhMMS4zMzU5NCAxOC43NzIyTDYuMzA3MTQgMTMuODAxQzYuNTE5NCAxMy41ODkgNi42Mzg2NyAxMy4zMDE0IDYuNjM4NjcgMTMuMDAxNEM2LjYzODY3IDEyLjc0NDMgNi41NTEwNCAxMi40OTYyIDYuMzkyNTkgMTIuMjk3NEw2LjMwNzU0IDEyLjIwMjJMMS4zMzU5NCA3LjIzMDYyWiIgZmlsbD0iIzAwNjZDQyIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzExODJfNTE5Ij4KPHJlY3Qgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCA3LjAwMTQpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
  height: 22px;
  width: 22px;
  background-size: contain;
}

/* ------------------------------------------------------------------------------------ */
.all-specialties .gds-icon--base_download svg path {
  display: none;
}

.all-specialties .gds-icon--base_download.gds-pdf {
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  background-image: url(/sg/sites/default/files/styles/bi_gds_large_retina/public/2024-12/right-arrow-png-icon.webp);
  background-size: contain;
  display: block !important;
}

/*See all result css*/
@media screen and (min-width: 768px) {
  .gds--rich-text--align-right {
    margin-right: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .related-product-item .gds-grid .gds-cell--m-third {
    /* width: 100% !important;*/
    padding: 15px;
  }
}

@media screen and (min-width: 992px) {
  .gds--rich-text--align-right {
    margin-right: 27px;
  }
}

@media screen and (min-width: 1280px) {
  .gds--rich-text--align-right {
    margin-right: 54px !important;
  }
}

/*See all result css*/

/* banner css */
.gds-image img {
  object-fit: fill;
}

/* 1 */
.page-node-565 .gds-secondary-hero__content,
.page-node-562 .gds-secondary-hero__content,
.page-node-589 .gds-secondary-hero__content,
.page-node-517 .gds-secondary-hero__content,
.page-node-518 .gds-secondary-hero__content,
.page-node-519 .gds-secondary-hero__content,
.page-node-520 .gds-secondary-hero__content,
.page-node-527 .gds-secondary-hero__content,
.page-node-528 .gds-secondary-hero__content,
.page-node-532 .gds-secondary-hero__content,
.page-node-430 .gds-secondary-hero__content,
.page-node-542 .gds-secondary-hero__content,
.page-node-576 .gds-secondary-hero__content,
.page-node-577 .gds-secondary-hero__content,
.page-node-578 .gds-secondary-hero__content,
.page-node-430 .gds-secondary-hero__content,
.page-node-542 .gds-secondary-hero__content,
.page-node-576 .gds-secondary-hero__content,
.page-node-522 .gds-secondary-hero__content,
.page-node-521 .gds-secondary-hero__content,
.page-node-577 .gds-secondary-hero__content,
.page-node-433 .gds-secondary-hero__content,
.page-node-626 .gds-secondary-hero__content,
.page-node-555 .gds-secondary-hero__content,
.page-node-604 .gds-secondary-hero__content,
.page-node-443 .gds-secondary-hero__content,
.page-node-578 .gds-secondary-hero__content {
  padding: var(--spacer-xxl) 0;
}


.page-node-484 h1.gds-heading.gds-heading--align-left.gds-heading--l,
.page-node-536 h1.gds-heading.gds-heading--align-left.gds-heading--l {
  line-height: var(--typography-heading-l-line-height);
}


/* One line text padding */
.page-node-524 .gds-secondary-hero__content,
.page-node-523 .gds-secondary-hero__content,
.page-node-526 .gds-secondary-hero__content,
.page-node-529 .gds-secondary-hero__content,
.page-node-530 .gds-secondary-hero__content,
.page-node-531 .gds-secondary-hero__content,
.page-node-598 .gds-secondary-hero__content,
.page-node-570 .gds-secondary-hero__content,
.page-node-602 .gds-secondary-hero__content,
.page-node-603 .gds-secondary-hero__content,
.page-node-606 .gds-secondary-hero__content,
.page-node-601 .gds-secondary-hero__content,
.page-node-607 .gds-secondary-hero__content,
.page-node-600 .gds-secondary-hero__content,
.page-node-609 .gds-secondary-hero__content,
.page-node-611 .gds-secondary-hero__content,
.page-node-599 .gds-secondary-hero__content,
.page-node-605 .gds-secondary-hero__content,
.page-node-525 .gds-secondary-hero__content {
  padding: 80px 0px;
}

.page-node-514 .gds-secondary-hero__content,
.page-node-610 .gds-secondary-hero__content,
.page-node-486 .gds-secondary-hero__content,
.page-node-487 .gds-secondary-hero__content,
.page-node-489 .gds-secondary-hero__content,
.page-node-490 .gds-secondary-hero__content,
.page-node-491 .gds-secondary-hero__content,
.page-node-535 .gds-secondary-hero__content,
.page-node-536 .gds-secondary-hero__content,
.page-node-537 .gds-secondary-hero__content,
.page-node-446 .gds-secondary-hero__content,
.page-node-611 .gds-secondary-hero__content {
  padding: var(--spacer-l) 0;
}

/*related margin top*/
.views-element-container {
  margin-bottom: 12px !important;
}

.page-node-443 h1.gds-heading.gds-heading--align-left.gds-heading--l {
  margin-top: 0px !important;
}

.page-node-513 .gds-cell--sidebar.prime-sidebar {
  margin-top: -874px !important;
}

@media (min-width: 576px) and (max-width: 767px) {

  .gds-cell--m-third:nth-child(2n+1) {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .gds-cell--m-third:nth-child(2n+2) {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.views-field.views-field-nothing {
  width: 100%;
}

/* 02th proofing */
@media screen and (min-width: 768px) {
  .gds-cell--l-quarter {
    width: 25%;
    margin-bottom: 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .gds-cell--l-quarter {
    width: 100%;
    margin-bottom: 0px;
  }
}

/*related content*/

@media (max-width:980px) {
  .page-node-513 .gds-cell--sidebar.prime-sidebar {
    margin-top: -840px !important;
  }
}

@media (max-width:780px) {
  .page-node-513 .gds-cell--sidebar.prime-sidebar {
    margin-top: -845px !important;
  }
}

@media (max-width: 767px) {

  .gds-breadcrumb {
    margin-top: 15px;
  }

  .all-specialties .gds-grid.gds-grid--spacer-m.gds-grid--white.related-content .gds-cell.gds-cell--m-half.gds-cell--l-quarter.gds-cell--spacer-m.gds-cell--content:nth-child(1),
  .all-specialties .gds-grid.gds-grid--spacer-m.gds-grid--white.related-content .gds-cell.gds-cell--m-half.gds-cell--l-quarter.gds-cell--spacer-m.gds-cell--content:nth-child(2),
  .all-specialties .gds-grid.gds-grid--spacer-m.gds-grid--white.related-content .gds-cell.gds-cell--m-half.gds-cell--l-quarter.gds-cell--spacer-m.gds-cell--content:nth-child(3) {
    display: none;
  }

  body.page-node-513 .gds-key-fact.gds-key-fact--visibility-both {
    width: 100%;
    float: inherit;
  }

  .page-node-513 .gds-cell--sidebar.prime-sidebar {
    margin-top: -95px !important;
  }

  .all-specialties .gds-cell.gds-cell--m-quarter.gds-cell--spacer-m.gds-cell--sidebar {
    margin-top: 70px !important;
  }

  .page-node-514 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-443 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-446 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-610 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-448 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-476 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-486 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-487 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-489 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-490 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-491 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-555 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-562 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-483 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-484 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-485 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-535 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-536 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-589 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-590 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-521 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-522 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-523 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-525 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-532 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-533 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-537 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content {
    position: relative;
    top: 525px;
    left: -9px;
  }

  .page-node-598 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-599 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-600 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-601 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-602 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-603 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-604 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-605 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-606 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-607 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-609 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-611 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content {
    position: relative;
    top: 696px;
  }
}

@media (max-width: 600px) {

  .page-node-514 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-443 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-446 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-610 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-448 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-476 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-486 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-487 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-489 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-490 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-491 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-555 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-562 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-483 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-484 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-485 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-535 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-536 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-589 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-590 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-521 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-522 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-523 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-525 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-532 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-533 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-537 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content {
    position: relative;
    top: 0px;
    left: 0px;
  }
}

@media (max-width: 500px) {
  .all-specialties .gds-cell.gds-cell--m-quarter.gds-cell--spacer-m.gds-cell--sidebar {
    margin-top: 50px;
  }
}

@media (max-width: 430px) {

  .page-node-514 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-443 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-446 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-610 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-448 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-476 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-486 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-487 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-489 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-490 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-491 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-555 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-562 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-483 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-484 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-485 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-535 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-536 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-589 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-590 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-521 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-522 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-523 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-525 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-532 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-533 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-537 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content {
    position: relative;
    top: 0px;
    left: 0px;
  }
}

@media (max-width: 390px) {

  .page-node-514 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-443 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-446 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-610 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-448 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-476 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-486 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-487 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-489 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-490 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-491 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-555 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-562 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-483 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-484 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-485 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-535 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-536 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-589 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-590 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-521 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-522 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-523 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-525 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-532 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-533 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-537 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content {
    position: relative;
    top: 0px;
    left: 0px;
  }
}

@media (max-width: 360px) {

  .page-node-514 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-443 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-446 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-610 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-448 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-476 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-486 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-487 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-489 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-490 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-491 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-555 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-562 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-483 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-484 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-485 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-535 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-536 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-589 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-590 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-521 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-522 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-523 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-525 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-532 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-533 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content,
  .page-node-537 h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content {
    position: relative;
    top: 0px;
    left: 0px;
  }
}

.gds-video {
  display: block !important;
}

/* Make Protect Power - END */
/*For NON HCP*/

.page-node-665 .zoomnonhcp-custom-form .nonhcp-wrapper-div {
  max-width: 800px;
}

.page-node-665 .nonhcp-wrapper-div .gds-grid--spacer-massive {
  padding-left: 32px;
}

.page-node-665 .zoomnonhcp-custom-form .overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.page-node-665 .js-form-wrapper.form-wrapper .gds-paragraph.gds-paragraph--align-left {
  max-width: 650px;
}

.page-node-665 .nonhcp-wrapper-div .zoomnonhcp-close {
  padding-top: 20px;
  padding-bottom: 20px;
}

.page-node-665 .nonhcp-wrapper-div .gds-grid--spacer-massive {
  margin-bottom: var(--spacer-xl);
}


.page-node-665 .gds-table.gds-table--fixed tr td.gds-table__cell {
  background-color: #c5ccd3;
}


.page-node-665 .gds-table tbody td.gds-table__cell {
  border-left: 2px solid #b9c2ca;
}

.page-node-665 .zoomnonhcp-custom-form .nonhcp-wrapper-div {
  height: 920px;
  overflow: hidden;
  top: 10%;
  transform: translateY(50%);
}

body.page-node-665 .speaker-wrapper+div.gds-grid .gds-cell.gds-cell--m-three-quarters.gds-cell--spacer-m.gds-cell--content {
  margin-top: -150px;
}

@media only screen and (max-device-width:1024px) {
  body.page-node-665 .speaker-wrapper+div.gds-grid .gds-cell.gds-cell--m-three-quarters.gds-cell--spacer-m.gds-cell--content {
    margin-top: 0px;
  }
}

@media only screen and (max-device-width: 767px) {
  .page-node-665 h2.speaker-desktop {
    display: none;
  }

  .page-node-665 .nonhcp-wrapper-div .gds-grid--spacer-massive {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-node-665 .nonhcp-wrapper-div .zoomnonhcp-close {
    padding-right: 25px;
  }

  .page-node-665 .gds-grid .gds-cell .gds-secondary-hero__content .gds-heading.gds-heading--align-left.gds-heading--l {
    color: #08312a;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .page-node-665 .layout--onecol .layout__region .gds-secondary-hero--blue-background {
    background-color: #fff;
  }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .page-node-665 .zoomnonhcp-custom-form .nonhcp-wrapper-div {
    max-width: 600px;
  }

  .page-node-665 .nonhcp-wrapper-div .zoomnonhcp-close {
    padding-right: 30px;
  }

  .page-node-665 .nonhcp-wrapper-div .gds-grid--spacer-massive {
    padding-left: 16px;
    padding-right: 16px;
  }

}

/*For HCP pages*/

.page-node-665 .zoomhcp-custom-form .mcc-new-wrap {
  max-width: 800px !important;
  height: 610px;
  top: 50%;
  transform: translateY(50%);
}

.page-node-665 .mcc-new-wrap .zoomhcp-close {
  padding-bottom: 20px;
  padding-right: 32px;
}

.page-node-665 .js-form-wrapper.form-wrapper .gds-paragraph.gds-paragraph--align-left {
  max-width: 650px;
}

.page-node-665 .gds-table.gds-table--fixed tr td.gds-table__cell {
  background-color: #c5ccd3;
}


.page-node-665 .gds-table tbody td.gds-table__cell {
  border-left: 2px solid #b9c2ca;
}


@media only screen and (max-device-width: 767px) {
  .page-node-665 .mcc-new-wrap .zoomhcp-close {
    padding-bottom: 10px;
    padding-right: 20px;
  }

  .page-node-665 .gds-grid .gds-cell .gds-secondary-hero__content .gds-heading.gds-heading--align-left.gds-heading--l {
    color: #08312a;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .page-node-665 .layout--onecol .layout__region .gds-secondary-hero--blue-background {
    background-color: #fff;
  }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .page-node-665 .zoomhcp-custom-form .mcc-new-wrap {
    max-width: 600px !important;
  }

  .page-node-665 .mcc-new-wrap .zoomhcp-close {
    padding-bottom: 10px;
    padding-right: 20px;
  }
}

.page-node-665 .gds-header.contrast .gds-header__metanav-bg {
  background-color: #08312a;
}

.page-node-665 .gds-header.contrast .gds-header__main-bg {
  background-color: #08312a;
}

.page-node-665 .gds-footer {
  background-color: #08312a;
}

.page-node-665 .gds-btn--back-to-top.is-contrast {
  background-color: #08312a;
}

/*Project-pancit*/
.page-node-665 .project-pancit-image-1 .gds-solo-button .gds-cell,
.page-node-665 .project-pancit-image-2 .gds-solo-button .gds-cell,
.page-node-665 .project-pancit-image-3 .gds-solo-button .gds-cell,
.page-node-665 .project-pancit-image-4 .gds-solo-button .gds-cell,
.page-node-665 .project-pancit-image-5 .gds-solo-button .gds-cell,
.page-node-665 .project-pancit-image-6 .gds-solo-button .gds-cell,
.page-node-665 .project-pancit-image-7 .gds-solo-button .gds-cell,
.page-node-665 .project-pancit-image-8 .gds-solo-button .gds-cell,
.page-node-665 .project-pancit-image-9 .gds-solo-button .gds-cell,
.page-node-665 .project-pancit-image-10 .gds-solo-button .gds-cell,
.page-node-665 .project-pancit-image-11 .gds-solo-button .gds-cell,
.page-node-665 .project-pancit-image-12 .gds-solo-button .gds-cell,
.page-node-665 .project-pancit-image-13 .gds-solo-button .gds-cell {
  text-align: left;
}

.page-node-665 .project-pancit-image-1 .gds-grid--justify-center,
.page-node-665 .project-pancit-image-1 .gds-grid--justify-center,
.page-node-665 .project-pancit-image-2 .gds-grid--justify-center,
.page-node-665 .project-pancit-image-3 .gds-grid--justify-center,
.page-node-665 .project-pancit-image-4 .gds-grid--justify-center,
.page-node-665 .project-pancit-image-5 .gds-grid--justify-center,
.page-node-665 .project-pancit-image-6 .gds-grid--justify-center,
.page-node-665 .project-pancit-image-7 .gds-grid--justify-center,
.page-node-665 .project-pancit-image-8 .gds-grid--justify-center,
.page-node-665 .project-pancit-image-9 .gds-grid--justify-center,
.page-node-665 .project-pancit-image-10 .gds-grid--justify-center,
.page-node-665 .project-pancit-image-11 .gds-grid--justify-center,
.page-node-665 .project-pancit-image-12 .gds-grid--justify-center,
.page-node-665 .project-pancit-image-13 .gds-grid--justify-center {
  justify-content: left;
}

.page-node-665 .project-pancit-image-1 .gds-btn__label:after,
.page-node-665 .project-pancit-image-1 .gds-btn__label:after,
.page-node-665 .project-pancit-image-2 .gds-btn__label:after,
.page-node-665 .project-pancit-image-3 .gds-btn__label:after,
.page-node-665 .project-pancit-image-4 .gds-btn__label:after,
.page-node-665 .project-pancit-image-5 .gds-btn__label:after,
.page-node-665 .project-pancit-image-6 .gds-btn__label:after,
.page-node-665 .project-pancit-image-7 .gds-btn__label:after,
.page-node-665 .project-pancit-image-8 .gds-btn__label:after,
.page-node-665 .project-pancit-image-9 .gds-btn__label:after,
.page-node-665 .project-pancit-image-10 .gds-btn__label:after,
.page-node-665 .project-pancit-image-11 .gds-btn__label:after,
.page-node-665 .project-pancit-image-12 .gds-btn__label:after,
.page-node-665 .project-pancit-image-13 .gds-btn__label:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xLjUzMi4yOTJBMi4wNiAyLjA2IDAgMCAwIC41MyAyLjA2djE1Ljg4YTIuMDYgMi4wNiAwIDAgMCAzLjAzMyAxLjgxNWwxNC44Mi03Ljk0YTIuMDYgMi4wNiAwIDAgMCAwLTMuNjNMMy41NjQuMjQ1YTIuMDYgMi4wNiAwIDAgMC0yLjAzMS4wNDd6bTEuMzcxIDEuMTgyIDE0LjgyMiA3Ljk0YS42NjQuNjY0IDAgMCAxIDAgMS4xNzFsLTE0LjgyMSA3Ljk0YS42NjQuNjY0IDAgMCAxLS45NzktLjU4NVYyLjA2YS42NjQuNjY0IDAgMCAxIC45NzgtLjU4NnoiIGZpbGw9IiMwNkMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  height: 18px;
  width: 16px;
  position: absolute;
  background-size: 100%;
  bottom: 14px;
  right: 20px;
}

.page-node-665 .project-pancit-image-1 .gds-btn.gds-btn--secondary.gds-btn--is-cta,
.page-node-665 .project-pancit-image-1 .gds-btn.gds-btn--secondary.gds-btn--is-cta,
.page-node-665 .project-pancit-image-2 .gds-btn.gds-btn--secondary.gds-btn--is-cta,
.page-node-665 .project-pancit-image-3 .gds-btn.gds-btn--secondary.gds-btn--is-cta,
.page-node-665 .project-pancit-image-4 .gds-btn.gds-btn--secondary.gds-btn--is-cta,
.page-node-665 .project-pancit-image-5 .gds-btn.gds-btn--secondary.gds-btn--is-cta,
.page-node-665 .project-pancit-image-6 .gds-btn.gds-btn--secondary.gds-btn--is-cta,
.page-node-665 .project-pancit-image-7 .gds-btn.gds-btn--secondary.gds-btn--is-cta,
.page-node-665 .project-pancit-image-8 .gds-btn.gds-btn--secondary.gds-btn--is-cta,
.page-node-665 .project-pancit-image-9 .gds-btn.gds-btn--secondary.gds-btn--is-cta,
.page-node-665 .project-pancit-image-10 .gds-btn.gds-btn--secondary.gds-btn--is-cta,
.page-node-665 .project-pancit-image-11 .gds-btn.gds-btn--secondary.gds-btn--is-cta,
.page-node-665 .project-pancit-image-12 .gds-btn.gds-btn--secondary.gds-btn--is-cta,
.page-node-665 .project-pancit-image-13 .gds-btn.gds-btn--secondary.gds-btn--is-cta {
  padding-right: 48px;
}

body.page-node-665 .coener-stone-mobile-image {
  display: none;
}

.page-node-665 .gds-grid.gds-grid--spacer-l.gds-grid--white.speaker-wrapper p.gds-heading--m {
  display: none;
}

.page-node-665 .gds-cell.gds-cell--m-third.gds-cell--spacer-m.gds-cell--content.webinar-9-mobile {
  display: none;
}

@media screen and (max-width: 780px) {
  .page-node-665 .gds-grid.gds-grid--spacer-l.gds-grid--white.speaker-wrapper p.gds-heading--m {
    display: block;
  }

  .page-node-665 .speaker-wrapper .gds-cell.gds-cell--m-third.gds-cell--spacer-m.gds-cell--content.webinar-9-above-section {
    order: 1;
  }

  .page-node-665 .speaker-wrapper .gds-cell.gds-cell--m-third.gds-cell--spacer-m.gds-cell--content.webinar-9-mobile {
    order: 2;
  }

  .page-node-665 .speaker-wrapper .gds-cell.gds-cell--m-third.gds-cell--spacer-m.gds-cell--content {
    order: 3;
  }

  .page-node-665 h2.gds-heading.gds-heading--align-left.gds-heading--m.speaker-desktop {
    display: none;
  }

  .page-node-665 .speaker-wrapper+div.gds-grid article {
    display: none;
  }

  .page-node-665 .gds-cell.gds-cell--m-third.gds-cell--spacer-m.gds-cell--content.webinar-9-mobile {
    display: block;
  }

  body.page-node-665 .gds-secondary-hero__container .gds-grid.gds-grid--none {
    background: #083129;
  }

  body.page-node-665 h1.gds-heading.gds-heading--align-left.gds-heading--l span {
    color: #fff;
  }

  body.page-node-665 .coener-stone-mobile-image {
    display: block;
  }

  .page-node-665 .gds-secondary-hero__container .gds-image.gds-image--spacer-none.gds-image--focal-point-none {
    display: none;
  }
}

.page-node-665 .gds-table tbody tr:first-child {
  background-color: #e5e3de;
}

.page-node-665 .gds-card {
  height: auto;
}

.page-node-665 #edit-actions-submit--inner-wrapper {
  padding-left: 22px;
  padding-bottom: 12px;
}

.page-node-665 #edit-container {
  padding-left: 12px;
}

.page-node-665 #--wrapper {
  padding-left: 10px;
}

.page-node-665 .contrast .gds-metanav .gds-metamenu__item a.hcp-validation-btn--terminate-session .gds-link__label {
  color: white;
}

.page-node-665 #time-column {
  width: 140px;
}

.page-node-665 .gds-secondary-hero--dark-background {
  background: #083129;
}

@media screen and (max-width: 768px) {
  .page-node-665 .gds-key-fact__image-container--side.gds-key-fact__image-container--l {
    margin-bottom: 0;
  }
}

.page-node-665 .gds-secondary-navigation .gds-icon--primary path {
  fill: #00e47c;
}

@media screen and (min-width: 781px) {
  .page-node-665 .gds-grid .gds-cell--m-third article.gds-card {
    margin-left: 26%;
  }
}

@media screen and (max-width: 767px) {
  .page-node-665 .gds-cell--m-third {
    width: 100%;
    margin-bottom: var(--spacer-l);
  }
}

@media screen and (max-width:480px) {
  .page-node-665 .gds-grid.gds-grid--spacer-l.gds-grid--white.speaker-wrapper p.gds-heading--m {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .page-node-665 .ui-dialog.gds-modal .gds-modal__body {
    padding-left: 30px !important;
  }

  .inflammation-breathflix-video-series-1 .gds-video__video {
    max-height: 350px !important;
  }
}

.page-node-665 #edit-submit--3--input-wrapper {
  margin-bottom: 10px;
  margin-left: 10px;
}

.page-node-665 .speaker-desktop {
  color: #08312a;
}

.page-node-665 .gds-secondary-hero .gds-heading {
  font-family: BISansNEXT;
}

.page-node-665 .gds-metanav .gds-metamenu__label-text {
  color: #ffffff;
  font-weight: revert;
}

.page-node-665 .gds-table tbody tr:first-child {
  height: 52px;
}

.page-node-665 #time-column .gds-paragraph--l,
.page-node-665 #topic-column .gds-paragraph--l,
.page-node-665 #speaker-column .gds-paragraph--l {
  margin-bottom: 0px;
}

.page-node-665 .gds-secondary-navigation .gds-menus .gds-inline-menu__item--active .gds-link__label {
  color: unset;
}

.page-node-665 .gds-card__header span.gds-card__subtitle {
  color: black;
}

.page-node-665 #speaker-column {
  width: 248px;
}

.page-node-665 .theme-color__primary-dark {
  font-family: 'BIAntiquaIIMl';
}

body.page-node-665 td.gds-table__cell strong {
  color: #08312a;
}

body.page-node-665 h3.gds-heading,
body.page-node-665 h3.gds-heading,
body.page-node-665 h3.gds-heading p,
body.page-node-665 .gds-btn span {
  color: #08312a;
}

body.page-node-665 .registration-cards.gds-card {
  background: #f6f5f3;
}

body.page-node-665 .registration-cards.gds-card .gds-btn--primary {
  background: #00e47c;
}

body.page-node-665 .gds-key-fact__content.gds-key-fact__content--right ul.gds-unordered li::before {
  background-color: #00e47c;
}

body.page-node-665 .gds-table tbody tr:first-child {
  background-color: #e5e3de;
}

.page-node-665 .gds-form-input .gds-form-input__inner--submit {
  margin-top: 30px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.page-node-665 .ui-dialog.gds-modal .gds-modal__body {
  padding-left: 35px !important;
}

/* webina-9-css (/metabolic/empowering-physicians-in-kidney-disease-management-webinar-9) - END */

----------------------------------------------------------------------------------------------------------------
/* webina-8 (/metabolic/empowering-physicians-in-kidney-disease-management) - START */
/*For NON HCP*/

.page-node-511 .zoomnonhcp-custom-form .nonhcp-wrapper-div {
  max-width: 800px;
}

.page-node-511 .speaker-wrapper h3 {
  display: none;
}

.page-node-511 .nonhcp-wrapper-div .gds-grid--spacer-massive {
  padding-left: 32px;
}

.page-node-511 .zoomnonhcp-custom-form .overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.page-node-511 .js-form-wrapper.form-wrapper .gds-paragraph.gds-paragraph--align-left {
  max-width: 650px;
}

.page-node-511 .nonhcp-wrapper-div .zoomnonhcp-close {
  padding-top: 20px;
  padding-bottom: 20px;
}

.page-node-511 .nonhcp-wrapper-div .gds-grid--spacer-massive {
  margin-bottom: var(--spacer-xl);
}


.page-node-511 .gds-table.gds-table--fixed tr td.gds-table__cell {
  background-color: #c5ccd3;
}


.page-node-511 .gds-table tbody td.gds-table__cell {
  border-left: 2px solid #b9c2ca;
}

.page-node-511 .zoomnonhcp-custom-form .nonhcp-wrapper-div {
  height: 920px;
  overflow: hidden;
  top: 10%;
  transform: translateY(50%);
}

@media only screen and (max-device-width: 767px) {
  .page-node-511 h2.speaker-desktop {
    display: none;
  }

  .page-node-511 .nonhcp-wrapper-div .gds-grid--spacer-massive {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-node-511 .nonhcp-wrapper-div .zoomnonhcp-close {
    padding-right: 25px;
  }

  .page-node-511 .gds-grid .gds-cell .gds-secondary-hero__content .gds-heading.gds-heading--align-left.gds-heading--l {
    color: #08312a;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .page-node-511 .layout--onecol .layout__region .gds-secondary-hero--blue-background {
    background-color: #fff;
  }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .page-node-511 .zoomnonhcp-custom-form .nonhcp-wrapper-div {
    max-width: 600px;
  }
  .page-node-511 .nonhcp-wrapper-div .zoomnonhcp-close {
    padding-right: 30px;
  }
  .page-node-511 .nonhcp-wrapper-div .gds-grid--spacer-massive {
    padding-left: 16px;
    padding-right: 16px;
  }

}

/*For HCP pages*/
.page-node-511 .zoomhcp-custom-form .mcc-new-wrap {
  max-width: 800px !important;
  height: 610px;
  overflow: hidden;
  top: 50%;
  transform: translateY(50%);
}
.page-node-511 .mcc-new-wrap .zoomhcp-close {
  padding-bottom: 20px;
  padding-right: 32px;
}
.page-node-511 .js-form-wrapper.form-wrapper .gds-paragraph.gds-paragraph--align-left {
  max-width: 650px;
}
.page-node-511 .gds-table.gds-table--fixed tr td.gds-table__cell {
  background-color: #c5ccd3;
}
.page-node-511 .gds-table tbody td.gds-table__cell {
  border-left: 2px solid #b9c2ca;
}


@media only screen and (max-device-width: 767px) {
  .page-node-511 .mcc-new-wrap .zoomhcp-close {
    padding-bottom: 10px;
    padding-right: 20px;
  }
  .page-node-511 .gds-grid .gds-cell .gds-secondary-hero__content .gds-heading.gds-heading--align-left.gds-heading--l {
    color: #08312a;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .page-node-511 .layout--onecol .layout__region .gds-secondary-hero--blue-background {
    background-color: #fff;
  }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .page-node-511 .zoomhcp-custom-form .mcc-new-wrap {
    max-width: 600px !important;
  }
  .page-node-511 .mcc-new-wrap .zoomhcp-close {
    padding-bottom: 10px;
    padding-right: 20px;
  }
}

.page-node-511 .gds-header.contrast .gds-header__metanav-bg {
  background-color: #08312a;
}

.page-node-511 .gds-header.contrast .gds-header__main-bg {
  background-color: #08312a;
}

.page-node-511 .gds-footer {
  background-color: #08312a;
}

.page-node-511 .gds-btn--back-to-top.is-contrast {
  background-color: #08312a;
}

/*Project-pancit*/
.page-node-511 .project-pancit-image-1 .gds-solo-button .gds-cell,
.project-pancit-image-2 .gds-solo-button .gds-cell,
.page-node-511 .project-pancit-image-3 .gds-solo-button .gds-cell,
.page-node-511 .project-pancit-image-4 .gds-solo-button .gds-cell,
.page-node-511 .project-pancit-image-5 .gds-solo-button .gds-cell,
.page-node-511 .project-pancit-image-6 .gds-solo-button .gds-cell,
.page-node-511 .project-pancit-image-7 .gds-solo-button .gds-cell,
.page-node-511 .project-pancit-image-8 .gds-solo-button .gds-cell,
.page-node-511 .project-pancit-image-9 .gds-solo-button .gds-cell,
.page-node-511 .project-pancit-image-10 .gds-solo-button .gds-cell,
.page-node-511 .project-pancit-image-11 .gds-solo-button .gds-cell,
.page-node-511 .project-pancit-image-12 .gds-solo-button .gds-cell,
.page-node-511 .project-pancit-image-13 .gds-solo-button .gds-cell {
  text-align: left;
}

.page-node-511 .project-pancit-image-1 .gds-grid--justify-center,
.page-node-511 .project-pancit-image-1 .gds-grid--justify-center,
.page-node-511 .project-pancit-image-2 .gds-grid--justify-center,
.page-node-511 .project-pancit-image-3 .gds-grid--justify-center,
.page-node-511 .project-pancit-image-4 .gds-grid--justify-center,
.page-node-511 .project-pancit-image-5 .gds-grid--justify-center,
.page-node-511 .project-pancit-image-6 .gds-grid--justify-center,
.page-node-511 .project-pancit-image-7 .gds-grid--justify-center,
.page-node-511 .project-pancit-image-8 .gds-grid--justify-center,
.page-node-511 .project-pancit-image-9 .gds-grid--justify-center,
.page-node-511 .project-pancit-image-10 .gds-grid--justify-center,
.page-node-511 .project-pancit-image-11 .gds-grid--justify-center,
.page-node-511 .project-pancit-image-12 .gds-grid--justify-center,
.page-node-511 .project-pancit-image-13 .gds-grid--justify-center {
  justify-content: left;
}

.page-node-511 .project-pancit-image-1 .gds-btn__label:after,
.page-node-511 .project-pancit-image-1 .gds-btn__label:after,
.page-node-511 .project-pancit-image-2 .gds-btn__label:after,
.page-node-511 .project-pancit-image-3 .gds-btn__label:after,
.page-node-511 .project-pancit-image-4 .gds-btn__label:after,
.page-node-511 .project-pancit-image-5 .gds-btn__label:after,
.page-node-511 .project-pancit-image-6 .gds-btn__label:after,
.page-node-511 .project-pancit-image-7 .gds-btn__label:after,
.page-node-511 .project-pancit-image-8 .gds-btn__label:after,
.page-node-511 .project-pancit-image-9 .gds-btn__label:after,
.page-node-511 .project-pancit-image-10 .gds-btn__label:after,
.page-node-511 .project-pancit-image-11 .gds-btn__label:after,
.page-node-511 .project-pancit-image-12 .gds-btn__label:after,
.page-node-511 .project-pancit-image-13 .gds-btn__label:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xLjUzMi4yOTJBMi4wNiAyLjA2IDAgMCAwIC41MyAyLjA2djE1Ljg4YTIuMDYgMi4wNiAwIDAgMCAzLjAzMyAxLjgxNWwxNC44Mi03Ljk0YTIuMDYgMi4wNiAwIDAgMCAwLTMuNjNMMy41NjQuMjQ1YTIuMDYgMi4wNiAwIDAgMC0yLjAzMS4wNDd6bTEuMzcxIDEuMTgyIDE0LjgyMiA3Ljk0YS42NjQuNjY0IDAgMCAxIDAgMS4xNzFsLTE0LjgyMSA3Ljk0YS42NjQuNjY0IDAgMCAxLS45NzktLjU4NVYyLjA2YS42NjQuNjY0IDAgMCAxIC45NzgtLjU4NnoiIGZpbGw9IiMwNkMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  height: 18px;
  width: 16px;
  position: absolute;
  background-size: 100%;
  bottom: 14px;
  right: 20px;
}

.page-node-511 .project-pancit-image-1 .gds-btn.gds-btn--secondary.gds-btn--is-cta,
.page-node-511 .project-pancit-image-1 .gds-btn.gds-btn--secondary.gds-btn--is-cta,
.page-node-511 .project-pancit-image-2 .gds-btn.gds-btn--secondary.gds-btn--is-cta,
.page-node-511 .project-pancit-image-3 .gds-btn.gds-btn--secondary.gds-btn--is-cta,
.page-node-511 .project-pancit-image-4 .gds-btn.gds-btn--secondary.gds-btn--is-cta,
.page-node-511 .project-pancit-image-5 .gds-btn.gds-btn--secondary.gds-btn--is-cta,
.page-node-511 .project-pancit-image-6 .gds-btn.gds-btn--secondary.gds-btn--is-cta,
.page-node-511 .project-pancit-image-7 .gds-btn.gds-btn--secondary.gds-btn--is-cta,
.page-node-511 .project-pancit-image-8 .gds-btn.gds-btn--secondary.gds-btn--is-cta,
.page-node-511 .project-pancit-image-9 .gds-btn.gds-btn--secondary.gds-btn--is-cta,
.page-node-511 .project-pancit-image-10 .gds-btn.gds-btn--secondary.gds-btn--is-cta,
.page-node-511 .project-pancit-image-11 .gds-btn.gds-btn--secondary.gds-btn--is-cta,
.page-node-511 .project-pancit-image-12 .gds-btn.gds-btn--secondary.gds-btn--is-cta,
.page-node-511 .project-pancit-image-13 .gds-btn.gds-btn--secondary.gds-btn--is-cta {
  padding-right: 48px;
}

body.page-node-511 .coener-stone-mobile-image {
  display: none;
}

.page-node-511 .gds-grid.gds-grid--spacer-l.gds-grid--white.speaker-wrapper h3 {
  display: none;
}

.page-node-511 .gds-cell.gds-cell--m-third.gds-cell--spacer-m.gds-cell--content.webinar-9-mobile {
  display: none;
}

@media screen and (max-width: 780px) {
  .page-node-511 .speaker-wrapper h3 {
    display: block;
  }

  .page-node-511 .gds-grid.gds-grid--spacer-l.gds-grid--white.speaker-wrapper h3 {
    display: block;
  }

  .page-node-511 .speaker-wrapper .gds-cell.gds-cell--m-third.gds-cell--spacer-m.gds-cell--content.webinar-9-above-section {
    order: 1;
  }

  .page-node-511 .speaker-wrapper .gds-cell.gds-cell--m-third.gds-cell--spacer-m.gds-cell--content.webinar-9-mobile {
    order: 2;
  }

  .page-node-511 .speaker-wrapper .gds-cell.gds-cell--m-third.gds-cell--spacer-m.gds-cell--content {
    order: 3;
  }

  .page-node-511 h2.gds-heading.gds-heading--align-left.gds-heading--m.speaker-desktop {
    display: none;
  }

  .page-node-511 .speaker-wrapper+div.gds-grid article {
    display: none;
  }

  .page-node-511 .gds-cell.gds-cell--m-third.gds-cell--spacer-m.gds-cell--content.webinar-9-mobile {
    display: block;
  }

  body.page-node-511 .gds-secondary-hero__container .gds-grid.gds-grid--none {
    background: #083129;
  }

  body.page-node-511 h1.gds-heading.gds-heading--align-left.gds-heading--l span {
    color: #fff;
  }

  body.page-node-511 .coener-stone-mobile-image {
    display: block;
  }

  .page-node-511 .gds-secondary-hero__container .gds-image.gds-image--spacer-none.gds-image--focal-point-none {
    display: none;
  }
}

.page-node-511 .gds-table tbody tr:first-child {
  background-color: #e5e3de;
}

.page-node-511 .gds-card {
  height: auto;
}

.page-node-511 #edit-actions-submit--inner-wrapper {
  padding-left: 12px;
  padding-bottom: 12px;
}

.page-node-511 #edit-container {
  padding-left: 12px;
}

.page-node-511 #--wrapper {
  padding-left: 10px;
}

.page-node-511 .contrast .gds-metanav .gds-metamenu__item a.hcp-validation-btn--terminate-session .gds-link__label {
  color: white;
}
.page-node-511 #time-column {
  width: 140px;
}
.page-node-511 .gds-secondary-hero--dark-background {
  background: #083129;
}
@media screen and (max-width: 768px) {
  .page-node-511 .gds-key-fact__image-container--side.gds-key-fact__image-container--l {
    margin-bottom: 0;
  }
}
.page-node-511 .gds-secondary-navigation .gds-icon--primary path {
  fill: #00e47c;
}
@media screen and (min-width: 781px) {
  .page-node-511 .gds-grid .gds-cell--m-third article.gds-card {
    margin-left: 23%;
  }
}
.page-node-511 #edit-submit--2--input-wrapper {
  margin-bottom: 10px;
  margin-left: 10px;
}

@media screen and (min-width: 1368px) {
  .page-node-511 .gds-secondary-hero__background-image .gds-image {
    max-width: 100%;
  }
}
.page-node-511 .speaker-desktop {
  color: #08312a;
}
.page-node-511 .gds-secondary-hero .gds-heading {
  font-family: BISansNEXT;
}
.page-node-511 .gds-metanav .gds-metamenu__label-text {
  color: #ffffff;
  font-weight: revert;
}
.page-node-511 .gds-table tbody tr:first-child {
  height: 52px;
}
.page-node-511 #time-column .gds-paragraph--l,
.page-node-511 #topic-column .gds-paragraph--l,
.page-node-511 #speaker-column .gds-paragraph--l {
  margin-bottom: 0px;
}
.page-node-511 .gds-secondary-navigation .gds-menus .gds-inline-menu__item--active .gds-link__label {
  color: unset;
}
.page-node-511 .gds-card__header span.gds-card__subtitle {
  color: black;
}
.page-node-511 #speaker-column {
  width: 248px;
}
.page-node-511 .theme-color__primary-dark {
  font-family: 'BIAntiquaIIMl';
}
.page-node-511 .register-inner-blk .ptp-reg-btn {
  pointer-events: none;
  opacity: 0.5;
}
/* webina-8 (/metabolic/empowering-physicians-in-kidney-disease-management) - END */

----------------------------------------------------------------------------------------------------------------

/* Webinar 7 (/metabolic/empa-kidney-stepping-next-level-chronic-kidney-disease-management) - START */
.page-node-432 .gds-quicklinks__item--no-icon a {
  pointer-events: none;
}
@media screen and (max-width:1024px) {
  body.page-node-432.metabolic-empa-kidney-stepping-next-level-chronic-kidney-disease-management .gds-solo-button .gds-grid {
    flex-flow: column;
  }
}
.page-node-432 .gds-grid--none:nth-child(5) {
  margin-bottom: var(--spacer-m);
}
/* Webinar 7 (/metabolic/empa-kidney-stepping-next-level-chronic-kidney-disease-management) - END */

----------------------------------------------------------------------------------------------------------------

/* prime summit 2024 (/cardiology/events/prime-summit-2024, /node/671) - START */
.page-node-671 .gds-key-fact.gds-key-fact--visibility-both:nth-child(6) {
  clear: both;
}
.page-node-513 .gds-cell--sidebar .gds-card:first-child span.gds-icon.gds-icon--primary.gds-icon--l.gds-icon--base_download.gds-video,
.page-node-671 .gds-cell--sidebar .gds-card:first-child span.gds-icon.gds-icon--primary.gds-icon--l.gds-icon--base_download.gds-video {
  display: none;
}
.page-node-513 .gds-cell--sidebar.prime-sidebar .gds-card:nth-child(3) span.gds-icon.gds-icon--primary.gds-icon--s.gds-icon--base_chevron-right svg,
.page-node-671 .gds-cell--sidebar.prime-sidebar .gds-card:nth-child(3) span.gds-icon.gds-icon--primary.gds-icon--s.gds-icon--base_chevron-right svg,
.page-node-513 .gds-cell--sidebar.prime-sidebar .gds-card:nth-child(4) span.gds-icon.gds-icon--primary.gds-icon--s.gds-icon--base_chevron-right svg,
.page-node-671 .gds-cell--sidebar.prime-sidebar .gds-card:nth-child(4) span.gds-icon.gds-icon--primary.gds-icon--s.gds-icon--base_chevron-right svg {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xLjUzMi4yOTJBMi4wNiAyLjA2IDAgMCAwIC41MyAyLjA2djE1Ljg4YTIuMDYgMi4wNiAwIDAgMCAzLjAzMyAxLjgxNWwxNC44Mi03Ljk0YTIuMDYgMi4wNiAwIDAgMCAwLTMuNjNMMy41NjQuMjQ1YTIuMDYgMi4wNiAwIDAgMC0yLjAzMS4wNDd6bTEuMzcxIDEuMTgyIDE0LjgyMiA3Ljk0YS42NjQuNjY0IDAgMCAxIDAgMS4xNzFsLTE0LjgyMSA3Ljk0YS42NjQuNjY0IDAgMCAxLS45NzktLjU4NVYyLjA2YS42NjQuNjY0IDAgMCAxIC45NzgtLjU4NnoiIGZpbGw9IiMwNkMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  height: 22px;
  width: 22px;
  background-size: contain;
  margin-top: -6px;
}
.page-node-513 .gds-cell--sidebar.prime-sidebar .gds-card:nth-child(3) span.gds-icon.gds-icon--primary.gds-icon--s.gds-icon--base_chevron-right svg path,
.page-node-671 .gds-cell--sidebar.prime-sidebar .gds-card:nth-child(3) span.gds-icon.gds-icon--primary.gds-icon--s.gds-icon--base_chevron-right svg path,
.page-node-513 .gds-cell--sidebar.prime-sidebar .gds-card:nth-child(4) span.gds-icon.gds-icon--primary.gds-icon--s.gds-icon--base_chevron-right svg path,
.page-node-671 .gds-cell--sidebar.prime-sidebar .gds-card:nth-child(4) span.gds-icon.gds-icon--primary.gds-icon--s.gds-icon--base_chevron-right svg path {
  display: none;
}
.page-node-513 .gds-cell--sidebar.prime-sidebar,
.page-node-671 .gds-cell--sidebar.prime-sidebar {
  height: 800px;
  margin-top: -815px;
  overflow-y: scroll;
}

.page-node-513 .gds-cell--m-three-quarters h3.gds-heading,
.page-node-671 .gds-cell--m-three-quarters h3.gds-heading {
  clear: both;
}
.page-node-513 .gds-cell--sidebar.related-content h2.gds-heading.gds-heading--align-left.gds-heading--m.views-element-container.contextual-region.related-content+div,
.page-node-671 .gds-cell--sidebar.related-content h2.gds-heading.gds-heading--align-left.gds-heading--m.views-element-container.contextual-region.related-content+div {
  height: 1050px;
  padding: 8px;
  overflow-y: scroll;
}
.page-node-513 .gds-secondary-hero .gds-heading--caption,
.page-node-671 .gds-secondary-hero .gds-heading--caption {
  font-family: BISansNEXT;
}
.page-node-513 .zoomhcp-custom-form .mcc-new-wrap,
.page-node-671 .zoomhcp-custom-form .mcc-new-wrap {
  top: 895px;
}
.page-node-513 .zoomhcp-custom-form .mcc-overlay,
.page-node-671 .zoomhcp-custom-form .mcc-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.page-node-513 .mcc-new-wrap .zoomhcp-close,
.page-node-671 .mcc-new-wrap .zoomhcp-close {
  margin-right: 20px;
  margin-top: 10px;
  padding-right: 0px;
  padding-top: 0px;
}

@media screen and (max-width:900px) {
  .page-node-671 .gds-key-fact.gds-key-fact--visibility-both:nth-child(6) {
    clear: both;
  }
  .page-node-513 .zoomhcp-custom-form .mcc-new-wrap,
  .page-node-671 .zoomhcp-custom-form .mcc-new-wrap {
    left: 50% !important;
  }
}

@media screen and (max-width:768px) {
  .page-node-513 .gds-table__wrapper .gds-table__mask,
  .page-node-671 .gds-table__wrapper .gds-table__mask {
    background: none !important;
  }
  .page-node-513 .gds-cell--sidebar.prime-sidebar,
  .page-node-671 .gds-cell--sidebar.prime-sidebar {
    height: 800px;
    margin-top: -70px;
    overflow-y: scroll;
  }
  .page-node-513 .gds-secondary-hero__content,
  .page-node-671 .gds-secondary-hero__content {
    padding-top: 10px !important;
  }

}

@media screen and (max-width:767px) {
  .page-node-513 .register-inner-blk.registration-cards,
  .page-node-671 .register-inner-blk.registration-cards {
    padding-bottom: 25px;
  }
  body.page-node-671 .gds-key-fact.gds-key-fact--visibility-both {
    width: 100%;
    float: inherit;
  }
  .page-node-513 .zoomhcp-custom-form .mcc-new-wrap,
  .page-node-671 .zoomhcp-custom-form .mcc-new-wrap {
    top: 3555px;
  }
  .page-node-513 .season-2-wrapper .gds-cell--sidebar,
  .page-node-671 .season-2-wrapper .gds-cell--sidebar {
    order: 1;
  }
  .page-node-513 .season-2-wrapper .gds-cell--content,
  .page-node-671 .season-2-wrapper .gds-cell--content {
    order: 2;
  }

}

.page-node-513 .zoomhcp-custom-form .mcc-new-wrap,
.page-node-671 .zoomhcp-custom-form .mcc-new-wrap {
  position: fixed;
  top: 50% !important;
  left: 25%;
  transform: translate(-50%, -50%);
}
.page-node-513 #healthnext-healthcare-for-future-generations,
.page-node-671 #healthnext-healthcare-for-future-generations {
  line-height: unset;
}
.page-node-513 .gds-key-fact.gds-key-fact--visibility-both,
.page-node-671 .gds-key-fact.gds-key-fact--visibility-both {
  width: 50%;
  height: auto;
  float: left;
  margin-bottom: 20px;
}
.page-node-513 .gds-cell--sidebar .gds-card,
.page-node-671 .gds-cell--sidebar .gds-card {
  min-height: auto;
  height: auto;
  margin-bottom: 20px;
}

.page-node-513 #main-content>div>div>article>div>div.gds-grid.gds-grid--spacer-massive.gds-grid--white>div.gds-cell.gds-cell--m-quarter.gds-cell--spacer-m.gds-cell--sidebar>div:nth-child(14),
.page-node-671 #main-content>div>div>article>div>div.gds-grid.gds-grid--spacer-massive.gds-grid--white>div.gds-cell.gds-cell--m-quarter.gds-cell--spacer-m.gds-cell--sidebar>div:nth-child(14) {
  height: 650px;
  overflow-y: scroll;
}
.page-node-513 .gds-secondary-hero__content,
.page-node-671 .gds-secondary-hero__content {
  padding-top: 70px;
}
.page-node-513 #txtUnder,
#txtUnder {
  text-decoration: underline;
}
.page-node-671 th#prime-firstCol {
  width: 20%;
}
.page-node-671 th#prime-secondCol {
  width: 50%;
}
.page-node-671 th#prime-thirdCol {
  width: 30%;
}
/* prime summit 2024 (/cardiology/events/prime-summit-2024, /node/671) - END */

----------------------------------------------------------------------------------------------------------------

/* Resources-pages (/resources/inflammation, /resources/metabolic, /resources/oncology, /clinical-studies, /videos, /metabolic/empagliflozin, /oncology/giotrif, /inflammation/nintedanib) - START */
.page-node-233 article.gds-card.gds-card--with-cta.gds-card--visibility-both,
.page-node-229 article.gds-card.gds-card--with-cta.gds-card--visibility-both,
.page-node-234 article.gds-card.gds-card--with-cta.gds-card--visibility-both,
.page-node-239 article.gds-card.gds-card--with-cta.gds-card--visibility-both,
.page-node-238 article.gds-card.gds-card--with-cta.gds-card--visibility-both,
.page-node-249 article.gds-card.gds-card--with-cta.gds-card--visibility-both,
.page-node-248 article.gds-card.gds-card--with-cta.gds-card--visibility-both,
.page-node-193 article.gds-card.gds-card--with-cta.gds-card--visibility-both {
  height: 425.422px;
}

.page-node-233 .gds-card__figure .gds-image::before,
.page-node-229 .gds-card__figure .gds-image::before,
.page-node-234 .gds-card__figure .gds-image::before,
.page-node-239 .gds-card__figure .gds-image::before,
.page-node-238 .gds-card__figure .gds-image::before,
.page-node-249 .gds-card__figure .gds-image::before,
.page-node-248 .gds-card__figure .gds-image::before,
.page-node-193 .gds-card__figure .gds-image::before {
  padding-top: 0;
}


.page-node-233 .views-field,
.page-node-229 .views-field,
.page-node-234 .views-field,
.page-node-239 .views-field,
.page-node-238 .views-field,
.page-node-249 .views-field,
.page-node-248 .views-field,
.page-node-193 .views-field {
  height: 100%;
}


.page-node-233 .gds-quicklinks__item a:nth-child(2),
.page-node-229 .gds-quicklinks__item a:nth-child(2),
.page-node-234 .gds-quicklinks__item a:nth-child(2),
.page-node-239 .gds-quicklinks__item a:nth-child(2),
.page-node-238 .gds-quicklinks__item a:nth-child(2),
.page-node-249 .gds-quicklinks__item a:nth-child(2),
.page-node-248 .gds-quicklinks__item a:nth-child(2),
.page-node-193 .gds-quicklinks__item a:nth-child(2) {
  color: #2c333a;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  bottom: 6px;
}

.page-node-233 .gds-card__figure,
.page-node-229 .gds-card__figure,
.page-node-234 .gds-card__figure,
.page-node-239 .gds-card__figure,
.page-node-238 .gds-card__figure,
.page-node-249 .gds-card__figure,
.page-node-248 .gds-card__figure,
.page-node-193 .gds-card__figure {
  height: 203px;
}

/* Resources-pages (/resources/inflammation, /resources/metabolic, /resources/oncology, /clinical-studies, /videos, /metabolic/empagliflozin, /oncology/giotrif, /inflammation/nintedanib) - END */

.page-node-698 td#timestamp,
.page-node-677 td#timestamp {
  width: 15%;
}

#acco-time-stamp-content .gds-table__content p#timestamp1 {
  cursor: pointer;
}

.gds-quicklinks__items:has(a[aria-label="CVM: Back"]) {
  border-top: none !important;
}

@media (max-width: 992px) {
  .gds-table__wrapper .gds-table__mask {
    background-image: none;
  }
}

/* Jardiance HF Webinar */
.products-jardiance-all-specialties-upcoming-events-cardiology-hf-webinar .register-inner-blk.registration-cards {
  height: auto;
}

.products-jardiance-all-specialties-upcoming-events-cardiology-hf-webinar .gds-key-fact {
  height: auto;
}

.products-jardiance-all-specialties-upcoming-events-cardiology-hf-webinar .gds-cell.gds-cell--m-quarter.gds-cell--spacer-m.gds-cell--sidebar.related-content {
  overflow-y: none;
}

.products-jardiance-all-specialties-upcoming-events-cardiology-hf-webinar h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content {
  margin-top: -325px;
}

.products-jardiance-all-specialties-upcoming-events-cardiology-hf-webinar .gds-card {
  margin-bottom: 40px;
}

.products-jardiance-all-specialties-upcoming-events-cardiology-hf-webinar th.gds-table__cell:first-child {
  width: 20%;
}

.products-jardiance-all-specialties-upcoming-events-cardiology-hf-webinar .register-inner-blk.registration-cards {
  height: auto;
}

.products-jardiance-all-specialties-upcoming-events-cardiology-hf-webinar .gds-key-fact {
  height: auto;
}

.products-jardiance-all-specialties-upcoming-events-cardiology-hf-webinar .gds-cell.gds-cell--m-quarter.gds-cell--spacer-m.gds-cell--sidebar.related-content {
  overflow-y: none;
}

.products-jardiance-all-specialties-upcoming-events-cardiology-hf-webinar .gds-grid.gds-grid--spacer-massive .gds-cell--sidebar {
  height: 560px;
  overflow-y: scroll;
  margin-top: -320px !important;
}

.products-jardiance-all-specialties-upcoming-events-cardiology-hf-webinar .gds-card {
  margin-bottom: 40px;
}

.products-jardiance-all-specialties-upcoming-events-cardiology-hf-webinar th.gds-table__cell:first-child {
  width: 20%;
}

@media screen and (min-device-width:1024px) and (max-device-width:1180px) {
  .products-jardiance-all-specialties-upcoming-events-cardiology-hf-webinar h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content {
    margin-top: -275px !important;
  }
  .products-jardiance-all-specialties-upcoming-events-cardiology-hf-webinar .gds-grid.gds-grid--spacer-massive .gds-cell--sidebar {
    height: 560px;
    overflow-y: scroll;
    margin-top: -260px !important;
  }
}

@media screen and (max-width:1024px) {
  .products-jardiance-all-specialties-upcoming-events-cardiology-hf-webinar h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content {
    margin-top: -360px;
  }
}

@media screen and (max-width:940px) {
  .products-jardiance-all-specialties-upcoming-events-cardiology-hf-webinar h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content {
    margin-top: -325px;
  }
  .products-jardiance-all-specialties-upcoming-events-cardiology-hf-webinar .gds-grid.gds-grid--spacer-massive .gds-cell--sidebar {
    margin-top: -275px !important;
  }
}

@media screen and (max-width:767px) {
  .products-jardiance-all-specialties-upcoming-events-cardiology-hf-webinar .gds-card {
    margin-bottom: 0;
  }
  .products-jardiance-all-specialties-upcoming-events-cardiology-hf-webinar .gds-grid.gds-grid--spacer-massive .gds-cell--sidebar {
    margin-top: 35px;
  }
  .products-jardiance-all-specialties-upcoming-events-cardiology-hf-webinar h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content {
    position: absolute;
    top: 856px;
  }
}

@media screen and (max-width:480px) {
  .products-jardiance-all-specialties-upcoming-events-cardiology-hf-webinar .gds-card {
    margin-bottom: 0;
  }
  .products-jardiance-all-specialties-upcoming-events-cardiology-hf-webinar .gds-grid.gds-grid--spacer-massive .gds-cell--sidebar {
    margin-top: 35px !important;
  }
  .products-jardiance-all-specialties-upcoming-events-cardiology-hf-webinar h2.gds-heading.gds-heading--align-left.gds-heading--m.related-content {
    position: absolute;
    top: 910px;
  }
}

.products-jardiance-all-specialties-upcoming-events-cardiology-hf-webinar h6.gds-heading.gds-heading--align-left.gds-heading--caption {
  font-family: 'BISansNEXT';
}

@media screen and (max-width:767px) {
  .products-jardiance-all-specialties-upcoming-events-cardiology-hf-webinar .gds-grid.gds-grid--spacer-xl.gds-grid--white.related-content+div.gds-grid .gds-cell.gds-cell--m-three-quarters.gds-cell--spacer-m.gds-cell--content {
    margin-top: 0px !important;
  }
  .products-jardiance-all-specialties-upcoming-events-cardiology-hf-webinar .gds-card {
    margin-bottom: 40px;
  }
  .products-jardiance-all-specialties-upcoming-events-cardiology-hf-webinar .register-inner-blk.registration-cards {
    margin-bottom: 0;
  }
  .products-jardiance-all-specialties-upcoming-events-cardiology-hf-webinar .gds-grid.gds-grid--spacer-xl.gds-grid--white.related-content {
    margin-bottom: 0;
  }
  .products-jardiance-all-specialties-upcoming-events-cardiology-hf-webinar .ui-dialog.gds-modal.gds-modal--is-visible.zoom-success-message {
    left: 0 !important;
    margin-left: 0;
  }
}

.products-jardiance-all-specialties-upcoming-events-cardiology-hf-webinar .gds-grid.gds-grid--spacer-xl.gds-grid--white.related-content+div.gds-grid .gds-cell.gds-cell--m-three-quarters.gds-cell--spacer-m.gds-cell--content {
  margin-top: -110px;
}

.products-jardiance-all-specialties-upcoming-events-cardiology-hf-webinar .gds-cell--sidebar:first-child {
  display: none !important;
}

/* Prime summit 2 - Past events */
.page-node-737 .gds-grid.gds-grid--spacer-l.gds-grid--white .gds-cell--sidebar article.gds-card.gds-card--with-cta.gds-card--visibility-both.make-protect-related-content,
.page-node-736 .gds-grid.gds-grid--spacer-l.gds-grid--white .gds-cell--sidebar article.gds-card.gds-card--with-cta.gds-card--visibility-both.make-protect-related-content {
  margin-bottom: 30px;
}

.page-node-737 .gds-grid.gds-grid--spacer-l.gds-grid--white .gds-cell--sidebar h3,
.page-node-736 .gds-grid.gds-grid--spacer-l.gds-grid--white .gds-cell--sidebar h3 {
  font-size: 22px;
  color: #2c333a;
  font-family: 'BISansNEXT';
}

.page-node-737 .gds-accordion.gds-accordion--visibility-both,
.page-node-736 .gds-accordion.gds-accordion--visibility-both {
  clear: both;
}

.page-node-737 h6.gds-heading.gds-heading--align-left.gds-heading--caption,
.page-node-736 h6.gds-heading.gds-heading--align-left.gds-heading--caption {
  font-family: 'BISansNEXT';
}

.page-node-737.all-specialties .gds-cell--sidebar,
.page-node-736.all-specialties .gds-cell--sidebar {
  height: auto;
  overflow-y: hidden;
}

@media screen and (min-width: 576px) {

  .page-node-737 .gds-key-fact,
  .page-node-736 .gds-key-fact {
    height: auto !important;
  }
}

@media screen and (max-width:767px) {
  .page-node-737 .gds-key-fact.gds-key-fact--visibility-both.gds-key-fact--side.gds-key-fact--left.gds-key-fact--.gds-key-fact--has-description,
  .page-node-737 .gds-key-fact.gds-key-fact--visibility-both.gds-key-fact--side.gds-key-fact--right.gds-key-fact--.gds-key-fact--has-description,
  .page-node-736 .gds-key-fact.gds-key-fact--visibility-both.gds-key-fact--side.gds-key-fact--left.gds-key-fact--.gds-key-fact--has-description,
  .page-node-736 .gds-key-fact.gds-key-fact--visibility-both.gds-key-fact--side.gds-key-fact--right.gds-key-fact--.gds-key-fact--has-description {
    width: 100%;
  }
}

.page-node-737 th.gds-table__cell:first-child,
.page-node-736 th.gds-table__cell:first-child {
  width: 20%;
}

.page-node-737 th.gds-table__cell:nth-child(2),
.page-node-736 th.gds-table__cell:nth-child(2) {
  width: 55%;
}

.page-node-737 p#timestamp1 a span,
.page-node-736 p#timestamp1 a span {
  color: #2c333a;
}

.page-node-737 .gds-grid.gds-grid--spacer-l.gds-grid--white .gds-cell--sidebar,
.page-node-736 .gds-grid.gds-grid--spacer-l.gds-grid--white .gds-cell--sidebar {
  height: 800px;
  overflow-y: scroll;
}

/* Scroll bar fix - HF webinar*/
.page-node-731 .register-inner-blk.registration-cards {
  height: auto;

}

.page-node-731 th.gds-table__cell.gds-table__cell--heading-s:nth-child(2) {
  width: 45%;
}

.page-node-731 th.gds-table__cell.gds-table__cell--heading-s:nth-child(1) {
  width: 20%;
}

.page-node-731 .gds-key-fact {
  height: auto;
}

.page-node-737 .gds-key-fact.gds-key-fact--visibility-both.gds-key-fact--side.gds-key-fact--left.gds-key-fact--.gds-key-fact--has-description,
.page-node-737 .gds-key-fact.gds-key-fact--visibility-both.gds-key-fact--side.gds-key-fact--right.gds-key-fact--.gds-key-fact--has-description,
.page-node-736 .gds-key-fact.gds-key-fact--visibility-both.gds-key-fact--side.gds-key-fact--left.gds-key-fact--.gds-key-fact--has-description,
.page-node-736 .gds-key-fact.gds-key-fact--visibility-both.gds-key-fact--side.gds-key-fact--right.gds-key-fact--.gds-key-fact--has-description {
  float: left;
  width: 50%;
}

.page-node-731 .gds-cell.gds-cell--m-quarter.gds-cell--spacer-m.gds-cell--sidebar.related-content {
  overflow: inherit;
}

@media screen and (max-width:767px) {
  .page-node-731 .gds-cell.gds-cell--m-quarter.gds-cell--spacer-m.gds-cell--sidebar.related-content {
    margin-top: 0px;
  }
}

/*easd 2024 */
.page-node-750 nav.gds-article-navigation,
.page-node-751 nav.gds-article-navigation,
.page-node-752 nav.gds-article-navigation,
.page-node-753 nav.gds-article-navigation,
.page-node-754 nav.gds-article-navigation,
.page-node-749 nav.gds-article-navigation {
  margin-top: 0;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .page-node-750 .gds-secondary-hero__content,
  .page-node-751 .gds-secondary-hero__content,
  .page-node-752 .gds-secondary-hero__content,
  .page-node-753 .gds-secondary-hero__content,
  .page-node-754 .gds-secondary-hero__content,
  .page-node-749 .gds-secondary-hero__content {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .page-node-750 .gds-secondary-hero,
  .page-node-751 .gds-secondary-hero,
  .page-node-752 .gds-secondary-hero,
  .page-node-754 .gds-secondary-hero,
  .page-node-749 .gds-secondary-hero {
    margin-bottom: 0 !important;
  }
}

/* RC15 rebranding fix */
.gds-hero .gds-cell.gds-cell--m-quarter.gds-cell--spacer-none.gds-cell--sidebar {
  height: auto;
  overflow-y: hidden;
}
@media only screen and (min-width: 1200px) {
  body.page-node-354 h3 {
    display: none;
  }
}
.gds-table {
  text-align: left;
}
.gds-ordered li {
  display: flex;
}
.gds-content-block__content ol li {
  display: flex;
}
.brand-banner+div.gds-hero {
  margin-bottom: 0;
}
.bi-product-item-detail-nav .gds-side-navigation__item--active.gds-link {
  color: #08312a !important;
}
.bi-product-item-detail-nav .side-navigation-list-wrapper .gds-side-navigation__item--active.gds-link::before {
  background: #08312a;
}

.gds-icon--base_download.gds-video {
  background-image: url(/sg/sites/default/files/2024-12/video-icon-green.svg);
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
}
.gds-icon--base_download.gds-pdf {
  background-image: url(/sg/sites/default/files/2024-12/download-icon-green.svg);
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
}
.register-inner-blk.registration-cards {
  background-color: transparent;
}

.page-node-423 .gds-table thead tr:first-child,
.page-node-513 .gds-table thead tr:first-child,
.page-node-671 .gds-table thead tr:first-child,
.page-node-432 .gds-table thead tr:first-child {
  background-color: #e5e3de;
}

.related-product-item .gds--rich-text--align-right.gds-cell--spacer-s {
  text-align: right;
  margin-right: 55px;
}

.gds-link:focus::after,
.gds-rich-text a:focus:not(.gds-btn)::after,
.gds--rich-text a:focus:not(.gds-btn)::after,
.ck-content a:focus:not(.gds-btn)::after,
.gds-link--focus::after {
  border: 0;
}

/*CSS for Highlights of EASD 2024 start*/
.page-node-765 nav.gds-article-navigation,
.page-node-766 nav.gds-article-navigation,
.page-node-767 nav.gds-article-navigation,
.page-node-768 nav.gds-article-navigation,
.page-node-769 nav.gds-article-navigation,
.page-node-770 nav.gds-article-navigation {
  margin-top: 0;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .gds-header__main .gds-header-menu,
  .gds-header__main .gds-mega-nav {
    top: 73px;
  }
}

/*CSS for Highlights of EASD 2024 end*/
/* Project Metaphor for Twynsta - Singapore start */
@font-face {
  font-family: 'BISansNEXT';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/BISansNEXT-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'BIAntiquaIIMl';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/BIAntiquaIIMl-Bold.otf') format('opentype');
}
.metaphor-answers .gds-spacer.gds-spacer--spacer-xl {
  background-color: #ffff;
}
.metaphor-answers span.gds-accordion__item-heading-text {
  color: #0066cc;
}

.metaphor-answers .gds-icon--primary path {
  fill: #0066cc;
}
.metaphor-answers .gds-key-fact__headline {
  margin-top: 20px;
}
.metaphor-answers article .gds-grid.gds-grid--color-bg {
  --bg: #e6f3ec;
}
.metaphor-answers .gds-grid.gds-grid--none.gds-grid--gray-warm-bg.gds-grid--color-bg.gds-grid--layout-side-right,
.metaphor-answers .gds-grid.gds-grid--none.gds-grid--gray-warm-bg.gds-grid--color-bg {
  --bg: white;
}
.metaphor-answers .gds-grid.gds-grid--spacer-xxl.gds-grid--gray-warm-bg.gds-grid--color-bg {
  --bg: #ffff;
}
.metaphor-answers .gds-footer__sitemap {
  display: none;
}

.metaphor-answers .metaphor-creative .gds-header__main-bg.contrast {
  background-color: #0068b1;
}
.metaphor-answers .transparent .gds-metanav__label,
.contrast .gds-metanav__label {
  color: #2c333a;
}
.metaphor-answers .gds-footer__sitemap {
  display: none;
}
.metaphor-answers .contrast {
  background-color: #0068b1;
}
.metaphor-answers .transparent .gds-metanav,
.contrast .gds-metanav {
  background-color: #ffff !important;
}

.metaphor-answers ol.gds-ordered li::before,
.gds-rich-text ol li::before,
.gds--rich-text ol li::before,
.ck-content ol li::before {
  color: #0066cc;
}
.metaphor-answers .transparent .gds-metanav__label,
.metaphor-answers .contrast .gds-metanav__label {
  color: #2c333a;
}

.metaphor-answers a.gds-link.gds-link--link-intercept.gds-link--menu.hcp-validation-btn--terminate-session.use-ajax span.gds-link__label.gds-link__label-- {
  color: black;
}
.metaphor-answers .gds-hero.gds-hero--spacer-xxl.gds-hero--transparent-header.contrast {
  margin-bottom: 0;
}
.metaphor-answers .gds-accordion__item {
  border-bottom: .075rem solid #d6ebff;
}
.metaphor-answers .gds-accordion__items {
  border-top: .075rem solid #d6ebff;
}
.metaphor-answers .gds-accordion__item--is-closed .gds-accordion__item-heading-text {
  color: #0066cc ! important;
}
.metaphor-answers .gds-accordion__item-heading-text {
  color: #0066cc ! important;
}

.twynsta-charge .gds-spacer.gds-spacer--spacer-xl {
  background-color: #ffff;
}
.twynsta-charge .gds-grid.gds-grid--none.gds-grid--gray-warm-bg.gds-grid--color-bg.gds-grid--layout-side-right,
.twynsta-charge .gds-grid.gds-grid--none.gds-grid--gray-warm-bg.gds-grid--color-bg {
  --bg: white;
}
.twynsta-charge .gds-grid.gds-grid--none.gds-grid--gray-light-bg.gds-grid--color-bg,
.twynsta-charge .gds-grid.gds-grid--none.gds-grid--gray-light-bg.gds-grid--color-bg {
  --bg: #ffff;
}

.twynsta-charge .gds-grid.gds-grid--spacer-m.gds-grid--gray-warm-bg.gds-grid--color-bg,
.twynsta-charge .gds-grid.gds-grid--none.gds-grid--gray-warm-bg.gds-grid--color-bg.gds-grid--layout-side-right,
.twynsta-charge .gds-grid.gds-grid--none.gds-grid--gray-warm-bg.gds-grid--color-bg {
  --bg: #f5faff;
}
.twynsta-charge h4.gds-heading.gds-heading--align-left.gds-heading--s {
  color: #0068b1;
}
.twynsta-charge .gds-rich-text h4.gds-heading.gds-heading--align-left.gds-heading--s {
  color: #0068b1;
}
.twynsta-charge h4.gds-heading.gds-heading--align-left.gds-heading--s,
.twynsta-charge h4.gds-heading.gds-heading--align-left.gds-heading--s {
  color: #ffff;
  font-size: 20px;
}

.metaphor-creative .gds-card__content.gds-card__content {
  border: none;
}
.metaphor-creative h5.text-align-center.gds-heading.gds-heading--align-left.gds-heading--xs span.theme-color__primary {
  color: #546372;
}
.metaphor-creative .gds-rich-text h2.text-align-center.gds-heading.gds-heading--align-left.gds-heading--m,
.metaphor-creative h3.text-align-center.gds-heading.gds-heading--align-left.gds-heading--m {
  color: #0068b1;
  margin-bottom: 16px;
}
.metaphor-creative .gds-rich-text h4.text-align-center.gds-heading.gds-heading--align-left.gds-heading--s {
  color: #0068b1;
  font-size: 32px;
  line-height: 44px;
}

.metaphor-creative .gds-grid--vertical-divider:not(.gds-grid--form-layout) .gds-cell:not(:last-child) {
  border-color: #0074c7;
}
.metaphor-creative .metabolic .gds-card__figure,
.oncology .gds-card__figure,
.respiratory .gds-card__figure,
.cardiovascular .gds-card__figure,
.inflammation .gds-card__figure {
  height: auto;
}

.metaphor-creative .gds-hero.gds-hero--spacer-xxl.gds-hero--transparent-header.contrast {
  margin-block-start: 0;
}
.metaphor-creative h5.text-align-center.gds-heading.gds-heading--align-left.gds-heading--none {
  margin-bottom: 12px;
}
.metaphor-creative .gds-grid.gds-grid--spacer-xxl.gds-grid--vertical-divider.gds-grid--no-bg.gds-grid--center-focus.gds-grid--justify-center {
  margin-top: 8px;
}
.metaphor-creative .gds-hero.gds-hero--spacer-xxl.gds-hero--transparent-header.contrast {
  margin-bottom: 0;
}
.metaphor-creative article .gds-grid.gds-grid--color-bg {
  padding-top: 40px;
  --bg: #f5faff;
}
.metaphor-creative .gds-spacer.gds-spacer--spacer-xxl {
  background-color: #ffff;
}

.metaphor-creative p.gds-paragraph.gds-paragraph--caption-l.gds-paragraph--align-left.gds-paragraph--contrast.gds-paragraph--spacer-s,
.metaphor-creative h5.gds-heading.gds-heading--align-left.gds-heading--xs.text-align-center,
.metaphor-creative h4.gds-heading.gds-heading--align-left.gds-heading--s.text-align-center,
.metaphor-creative .gds-card__header.gds-card__header-- h4.text-align-center.gds-heading.gds-heading--align-left.gds-heading--s,
.metaphor-creative h2.gds-heading.gds-heading--align-left.gds-heading--m.text-align-center,
.metaphor-creative h3.text-align-center.gds-heading.gds-heading--align-left.gds-heading--m .metaphor-creative span.gds-btn__label.gds-btn__label-- {
  font-family: BISansNEXT;
  margin-bottom: 12px;
}
.metaphor-creative h1.gds-heading.gds-heading--align-left.gds-heading--l {
  font-family: BIAntiquaIIMl;
}
.metaphor-creative .gds-card__header.gds-card__header-- h4.text-align-center.gds-heading.gds-heading--align-left.gds-heading--s {
  font-size: 18px;
}

.metaphor-creative .gds-header__main-bg.contrast {
  background-color: #0068b1;
}
.metaphor-creative .transparent .gds-metanav__label,
.contrast .gds-metanav__label {
  color: #ffff !important;
}
.metaphor-creative .gds-footer__sitemap {
  display: none;
}
.metaphor-creative .contrast {
  background-color: #0068b1;
}
.metaphor-creative .transparent .gds-metanav,
.contrast .gds-metanav {
  background-color: #08312A !important;
}
.metaphor-creative .transparent .gds-metanav__label,
.metaphor-creative .contrast .gds-metanav__label {
  color: #2c333a;
}

.metaphor-creative a.gds-link.gds-link--link-intercept.gds-link--menu.hcp-validation-btn--terminate-session.use-ajax span.gds-link__label.gds-link__label-- {
  color: black;
}
.metaphor-creative h5.gds-heading.gds-heading--align-left.gds-heading--xs.text-align-center {
  margin-bottom: 12px;
}
.ordinary-card .gds-card__content.gds-card__content--,
.ordinary-card.gds-card__content.gds-card__content--,
.ordinary-card .gds-card__content.gds-card__content-- {
  min-height: 126px;
}
.metaphor-creative span.gds-btn__label.gds-btn__label-- {
  color: #fff;
}
.metaphor-creative a.gds-btn.gds-btn--primary.gds-btn--is-cta.gds-btn--is-full-width.gds-btn--is-centered {
  background-color: #008040;
}
.metaphor-creative .gds-card__figure .gds-image img {
  aspect-ratio: 16 / 9;
  object-fit: fill;
  min-height: 208px;

}

.metaphor-creative .gds-hero__full-background {
  min-block-size: min(10vh, 40rem);
}
.metaphor-creative .gds-hero--transparent-header .gds-hero__full-background {
  padding-block-start: 20px;

}
.metaphor-answers .gds-hero__full-background {
  min-block-size: min(59vh, 40rem);
}
.metaphor-answers .gds-hero__background-image {
  margin-block-start: 140px;
}

.metaphor-answers .gds-footer__legal p.gds-paragraph.gds-paragraph--s.gds-paragraph--align-left.gds-paragraph--.gds-paragraph--spacer-base,
.metaphor-creative .gds-footer__legal p.gds-paragraph.gds-paragraph--s.gds-paragraph--align-left.gds-paragraph--.gds-paragraph--spacer-base {
  display: none;
}
.metaphor-creative button.gds-btn.gds-btn--primary.gds-btn--is-full-width.gds-btn--is-centered {
  background-color: #008040;
}
.metaphor-creative button.gds-btn.gds-btn--primary.gds-btn--is-full-width.gds-btn--is-centered span {
  color: #fff;
}
.hcp-validation-btn--terminate-session span {
  color: #ffff !important;
}
@media screen and (min-width: 992px) {
  .hptn-guidelines .gds-hero__full-background .gds-hero__content-inner {
    inline-size: 43.6875rem;
  }
}

/* Project Metaphor for Twynsta - Singapore end */
.metaphor-creative .gds-breadcrumb--white,
.metaphor-answers .gds-breadcrumb--white {
  background-color: transparent;
}
@media screen and (max-width:940px) {
  .breadcrumb-space .gds-cell--sidebar {
    margin-bottom: 0;
  }
}

/* PF360 Microsite */
.pf-microsite h3.gds-heading.gds-heading--align-left.gds-heading--m {
  font-size: 28px;
}
.pf-microsite .gds-cell.gds-cell--m-half.gds-cell--spacer-l.gds-cell--content {
  border-color: #b6cdbf;
}
.pf-microsite h3.gds-heading.gds-heading--align-left.gds-heading--xs {
  font-size: 19px;
}
@supports selector(:has(*)) {
  .pf-microsite .gds-hero--transparent-header .gds-hero__full-background {
    padding-block-start: var(--header-block-size, 8.875rem);
    margin-top: 110px !important;
  }
}

/* choose campaign css start */
.choose-campaign-trajenta .gds-rich-text .gds-heading--m,
.choose-campaign-trajenta .gds-accordion__item-heading-text,
.choose-campaign-trajenta .gds-btn.gds-btn--secondary span,
.choose-campaign-trajenta .gds-btn.gds-btn--secondary .gds-icon g path {
  color: #332A86 !important;
}
.choose-campaign-trajenta .gds-hero__background--primary,
.choose-campaign-trajenta .gds-hero__with-media--primary,
.choose-campaign-trajenta .gds-hero__full-background--primary {
  background-color: #1C0E52 !important;
}
.choose-campaign-trajenta .gds-image-zoom__modal {
  background-color: #F6F5F3 !important;
}
.choose-campaign-trajenta .gds-header .contrast .gds-metanav {
  background-color: #08312A !important;
}
.choose-campaign-trajenta .gds-header .gds-metanav__label,
.choose-campaign-trajenta .gds-header .gds-link__label {
  color: #FFFFFF !important;
  font-weight: revert;
}
/* choose campaign css end */

/* Metalyse CSS start */
.metalyse-administration .gds-highlight-banner .gds-paragraph {
  text-align: center;
}
.metalyse-stroke .gds-rich-text img,
.gds--rich-text img,
.ck-content img {
  margin-block: 0px !important;
}
.metalyse-stroke h6.gds-heading.gds-heading--align-left.gds-heading--xs,
.metalyse-stroke span.gds-accordion__item-heading-text {
  font-size: 19px;
  line-height: 28px;
}
.metalyse-efficiency .gds-table {
  background-color: #F6F5F3 !important;
}
.metalyse-stroke h1.gds-heading.gds-heading--align-left.gds-heading--m,
.metalyse-stroke h3.gds-heading.gds-heading--align-left.gds-heading--m,
.metalyse-stroke h3.gds-heading.gds-heading--align-left.gds-heading--s .metalyse-stroke h4.gds-heading.gds-heading--align-left.gds-heading--s.text-align-center {
  font-size: 28px;
  line-height: 40px;
}
.metalyse-administration h1.gds-heading.gds-heading--align-left.gds-heading--m {
  font-family: 'Boehringer Headline';
}
.metalyse-administration .gds-highlight-banner .gds-paragraph {
  font-size: 22px;
  line-height: 28px;
}
@media screen and (min-width: 992px) {
  .metalyse-administration .gds-content-block .gds-grid .gds-cell {
    padding: 32px;
  }
}
/* Metalyse CSS end */

/* actilyse CSS start */
.actilyse-smart .brand-banner__logo .gds-image img {
  object-fit: contain !important;
}
@supports selector(:has(*)) {
  .actilyse-smart .gds-hero--transparent-header .gds-hero__full-background {
    padding-block-start: var(--header-block-size, 2rem);
  }
}
.actilyse-smart .gds-hero__full-background {
  min-block-size: 0;
}
.actilyse-smart .gds-hero--transparent-header .gds-hero__full-background {
  margin-top: 100px !important;
}
.actilyse-smart .brand-banner__logo img {
  aspect-ratio: 0 !important;
}
/* actilyse CSS end */

/* Ild masterclass post event */
.ild-post-event #gds_play_icon>div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ild-post-event #gds_play_icon picture,
.ild-post-event #gds_play_icon img {
  width: 16px !important;
  height: 16px !important;
}
.ild-post-event td {
  vertical-align: top;
}
.ild-post-event #gds_play_icon {
  padding-bottom: 0 !important;
  padding-top: 0;
  vertical-align: middle;
}
.ild-post-event .gds-paragraph.gds-paragraph--spacer-m {
  margin-bottom: 0px !important;
}
.ild-post-event .gds-anchortag {
  cursor: pointer;
}
.ild-post-event .gds-table thead tr:first-child th:first-child {
  width: 20%;
}

.era-congress .gds-form-input .gds-form-input__inner--submit {
  margin-top: 0px !important
}
.era-congress p.gds-paragraph.gds-paragraph--align-left.gds-paragraph--base.gds-paragraph--spacer-m.gds-paragraph--l {
    font-size: 18px;
}

.era-congress p.gds-paragraph.gds-paragraph--align-left.gds-paragraph--l.gds-paragraph--spacer-m {
    font-size: 18px;
}

.era-congress h2#heroRegion-1750420156-715428753 {
    font-size: 40px;
}

.era-congress h1.gds-heading.gds-heading--align-left.gds-heading--m {
    font-size: 28px;
}

/* PI Pages Style Start */
.pi-pages h2.gds-heading.gds-heading--align-left.gds-heading--m,
.pi-pages h4.gds-heading.gds-heading--align-left.gds-heading--s{
  font-size:23px;
}
.pi-pages .gds-accordion__item-heading-text{
  font-size:19px;
}
.gds-pi-image-full {
  width: 100%;
  max-width: 904px;
}

.gds-pi-image-half {
  width: 100%;
  max-width: 450px;
}

.gds-pi-image-quarter {
  width: 100%;
  max-width: 225px;
}

[id^="gds-pi-theme-"].gds-table{
  width: auto !important;
  max-width: 100%;
  margin-bottom: 0;
}

.piProductlist .gds-form-section--filter-section .gds-grid, .page-node-32 .gds-form-section--filter-section .gds-cell{
  padding:0;
}
.piProductlist .gds-form-section--filter-section #edit-sort-by--wrapper {
  margin-left: auto;
}

.piProductlist  .gds-form-section__filters .gds-form-input__input, .gds-form-section__filters .gds-form-input .select2-selection{
   padding-left: 10px !important;
}

.pi-pages ol.gds-ordered li::before, .gds-rich-text ol li::before, .gds--rich-text ol li::before, .ck-content ol li::before {
    color: #08312A !important;
}

@media screen and (max-width: 767px) {
  .piProductlist .views-view-grid .views-row{
    margin-bottom: 0;
  }
  .piProductlist .views-view-grid .views-col{
    width: 100%!important;
  }
}
/*@media (max-width: 767px) {
    .piProductlist .gds-breadcrumb__list,
    .pi-pages .gds-breadcrumb__list {
        padding-top: 15px !important;
        padding-left:10px !important;
    }
}*/
.piProductlist.modal-open .bi-hcp-validation-modal-fullscreen .gds-header{
  z-index:1000;
}
#block-bione-pisgheader .gds-metanav__item.is-utility .gds-submenu-items,
.piProductlist.modal-open .bi-hcp-validation-modal-fullscreen .gds-header .gds-metanav__item.is-utility .gds-submenu-items{
  inline-size: 220px;
}
.pi-pages .webform-submission-contact-us-pi-form .gds-form-input__label-wrapper .gds-form-input__label span{
  font-weight: normal;
}

@media screen and (min-width: 1280px) {
  .piProductlist .views-view-grid .views-row,
  .piProductlist .views-exposed-form{
    padding: 0;
  }
  .piProductlist .gds-form-section--filter-section .gds-grid, .pi-pages .gds-form-section--filter-section .gds-cell{
    padding:0;
  }
  .piProductlist .gds-form-section--filter-section #edit-sort-by--wrapper {
    margin-left: auto;
  }
  .piProductlist #views-exposed-form-pi-product-view-block-1 .gds-cell{
    padding: 0;
  }
  .piProductlist .views-row .col-1{
    padding-left: 0;
  }
  .piProductlist .views-row .col-2{
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .pi-pages #bi-hcp-modal .gds-cell--m-half:nth-child(1){
    padding-bottom: 100px;
  }
}
.pi-pages .gds-form-input__label-wrapper .gds-form-input__label span{
  font-weight: 500!important;
}
.pi-pages .gds-form-input__label-wrapper .gds-form-input__label em{
  font-style: normal;
}
.pi-pages .webform-submission-contact-us-pi-form .gds-form-input__label-wrapper .gds-form-input__label span:last-child, .pi-pages #edit-i-agree-with-the-term-of-use--label span{
    font-weight: normal!important;
}
.piProductlist #views-exposed-form-pi-product-view-block-1 .gds-form-input__label-wrapper{
  display: none;
}
@media (max-width: 767px) {
.pi-pages #bi-hcp-modal .gds-cell--m-half:nth-child(1){
  padding-bottom: 100px;
}
}
.webform-submission-form legend{
  font-size: 18px;
  margin-bottom: 15px;
}
 
.webform-submission-form .gds-form-input{
  margin-bottom: 15px;
}
 
.webform-submission-form .gds-form-input__input--checkbox:not(:disabled,.gds-form-input__input--is-error):hover, .webform-submission-form .gds-form-input__input--radio:not(:disabled,.gds-form-input__input--is-error):hover{
  outline: none;
}
 
.webform-submission-form .gds-form-input__input-wrapper--submit::before{
  box-shadow: none;
}
 
.webform-submission-form .form-actions{
  margin-top: 0px;
}
.webform-submission-form .feedback-successs{
  font-size:18px;
  color:#2E2D2C;
  padding:10px 0;
}
 
.webform-submission-form .feedback-successs strong{
  font-weight:500;
}
.webform-submission-form .gds-form-input {

   margin-bottom: 15px;
   display: inline-block;
   margin-right: 30px;

}
.page-node-32 .gds-form-input__label-wrapper {
    display: none;
}
.webform-submission-feedback-form legend{
  font-size: 18px;
  margin-bottom: 15px;
}
.webform-submission-feedback-form{
  background-color:white;
  padding:20px 15px 5px;
  margin-bottom:10px;
}

.webform-submission-feedback-form .gds-form-input{
  margin-bottom: 0px;
}

.webform-submission-feedback-form .gds-form-input__input--checkbox:not(:disabled,.gds-form-input__input--is-error):hover, .webform-submission-form .gds-form-input__input--radio:not(:disabled,.gds-form-input__input--is-error):hover{
  outline: none;
}

.webform-submission-feedback-form .gds-form-input__input-wrapper--submit::before{
  box-shadow: none;
}

.webform-submission-feedback-form.form-actions{
  margin-top: 0px;
}
.webform-submission-contact-us-pi-form .gds-form-input__label-wrapper em{
  font-style: normal;
}
.webform-submission-feedback-form.submitted .gds-form-input__radio-checked{
  opacity:0.4;
}
 
.webform-submission-feedback-form .success-message-wrapper{
  margin-top: 0px!important;
}
 
.webform-submission-feedback-form .form-wrapper{
  margin-top:-5px;
  margin-bottom: -25px;
}

.webform-confirmation-modal--content h4{
        margin-top: 0!important;
}
.pi-pages .gds-grid--color-bg{
  padding:0 16px;
}
 
.pi-pages .gds-breadcrumb .gds-breadcrumb__list-item:first-child{
    display:none;
}
.piProductlist .gds-form-input__input-wrapper .select2-selection--multiple{
  border: .0625rem solid var(--color-gray-80)!important;
  border-radius: 4px !important;
}
@media (max-width: 767px) {
.product-list #bi-hcp-modal .gds-cell--m-half:nth-child(1){
  padding-bottom: 75px;
} 
.pi-pages .gds-breadcrumb{
  margin-top: 0;
}
.pi-pages .gds-grid--color-bg:last-child .gds-cell{
  padding: 0;
}
.pi-pages .gds-grid--color-bg:last-child .gds-cell .gds-icon--base_chevron-left{
  margin-left: 0px;
}
.gds-breadcrumb__list--md-3 .gds-breadcrumb__list-item:nth-last-child(2), .gds-breadcrumb__list--size-p .gds-breadcrumb__list-item:nth-last-child(2) {
  display: flex !important;
  margin-bottom: 0;
 }
}
/* PI Pages Style End */
