.path-local-pcl-portals {
  --pcl-rm-ink: #163228;
  --pcl-rm-forest: #2b8c55;
  --pcl-rm-lime: #7dcf5a;
  --pcl-rm-sun: #ffd65b;
  --pcl-rm-surface: rgba(255, 255, 255, 0.93);
  --pcl-rm-card-width: min(1220px, 64vw);
}

body.pcl-nationalenergy-route .pcl-portal-header {
  display: none !important;
}

body.pcl-nationalenergy-about-route .page-header-headings,
body.pcl-nationalenergy-about-route .page-header-headings h1,
body.pcl-nationalenergy-about-route #page-header .page-header-headings {
  display: none !important;
}

body.pcl-nationalenergy-about-route #page-content .card-body,
body.pcl-nationalenergy-about-route #page-content .region_main_settings_menu_proxy,
body.pcl-nationalenergy-about-route #page #region-main {
  padding-top: 0 !important;
}

.path-local-pcl-portals .pcl-rm-about-page {
  display: grid;
  gap: 1rem;
}

.path-local-pcl-portals .pcl-rm-about-page__hero {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 220px;
  padding: 1.5rem 1rem;
  border: 1px solid rgba(22, 50, 40, 0.08);
  background: #fff;
}

.path-local-pcl-portals .pcl-rm-about-page__hero img {
  width: min(100%, 860px);
  height: auto;
  object-fit: contain;
}

.path-local-pcl-portals .pcl-rm-about-page__panel {
  width: var(--pcl-rm-card-width);
  margin: 40px auto 0;
  padding: 24px 24px 32px;
  border: 0;
  border-radius: 24px;
  background: linear-gradient(#ffffffd4, #e8f5e9e3) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.path-local-pcl-portals .pcl-rm-about-page__panel h1.display-5 {
  color: #ed2129;
  font-family: "Merriweather", "Georgia", serif;
  font-weight: 800;
  margin-bottom: 0.6rem;
}

.path-local-pcl-portals .pcl-rm-about-page__panel p,
.path-local-pcl-portals .pcl-rm-about-page__panel li {
  line-height: 1.62;
  color: #27394b;
}

.path-local-pcl-portals .pcl-rm-about-page__intro-row {
  align-items: center;
}

.path-local-pcl-portals .pcl-rm-about-page__commitment-row {
  margin-top: 0.75rem;
}

.path-local-pcl-portals .pcl-rm-about-page__image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem 1rem;
}

.path-local-pcl-portals .pcl-rm-about-page__image img {
  width: min(100%, 420px);
  height: auto;
  object-fit: contain;
}

.path-local-pcl-portals .pcl-rm-about-page__list {
  margin: 0.85rem 0 1rem 1.5rem;
  padding-left: 1rem;
}

.path-local-pcl-portals .pcl-rm-about-page__list li + li {
  margin-top: 0.35rem;
}

.path-local-pcl-portals .pcl-rm-about-page__actions {
  margin: 0.4rem 0 0;
  padding: 0 1rem 1rem;
}

.path-local-pcl-portals .pcl-rm-about-page__actions a {
  background: linear-gradient(135deg, #1b76d0, #2b8fe0);
}

.path-local-pcl-portals .pcl-rm-about-page__footer {
  display: grid;
  justify-items: center;
  gap: 0.6rem;
  padding: 1.35rem 0 0.25rem;
}

.path-local-pcl-portals .pcl-rm-about-page__footer img {
  width: min(100%, 520px);
  height: auto;
}

.path-local-pcl-portals .pcl-rm-about-page__footer-strip {
  display: block;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: #ed2129;
}

.path-local-pcl-portals .pcl-rm-page {
  display: grid;
  gap: 1.5rem;
}

.path-local-pcl-portals .pcl-rm-home-page {
  --pcl-rm-card-width: 1280px;
}

.path-local-pcl-portals .pcl-rm-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(250px, 0.75fr);
  gap: 1.25rem;
  align-items: center;
  padding: 1.5rem;
  border-radius: 1.45rem;
  background:
    radial-gradient(circle at top right, rgba(255, 214, 91, 0.24), transparent 30%),
    linear-gradient(135deg, #eefbe9 0%, #e8f7ff 45%, #fefbe8 100%);
  box-shadow: 0 20px 42px rgba(20, 70, 44, 0.11);
  border: 1px solid rgba(22, 50, 40, 0.08);
}

.path-local-pcl-portals .pcl-rm-eyebrow,
.path-local-pcl-portals .pcl-rm-card__eyebrow {
  margin: 0 0 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.74rem;
  font-weight: 800;
  color: var(--pcl-rm-forest);
}

.path-local-pcl-portals .pcl-rm-title {
  margin: 0 0 0.55rem;
  font-family: "Merriweather", "Georgia", serif;
  font-size: clamp(1.9rem, 3vw, 2.65rem);
  line-height: 1.15;
  color: var(--pcl-rm-ink);
}

.path-local-pcl-portals .pcl-rm-lead,
.path-local-pcl-portals .pcl-rm-note {
  margin: 0;
  color: #305244;
  line-height: 1.6;
}

.path-local-pcl-portals .pcl-rm-note {
  margin-top: 0.75rem;
}

.path-local-pcl-portals .pcl-rm-hero__art {
  display: grid;
  gap: 1rem;
  justify-items: center;
}

.path-local-pcl-portals .pcl-rm-hero__logo,
.path-local-pcl-portals .pcl-rm-hero__badge {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.path-local-pcl-portals .pcl-rm-hero__logo {
  max-height: 90px;
}

.path-local-pcl-portals .pcl-rm-hero__badge {
  max-height: 140px;
  border-radius: 1rem;
}

.path-local-pcl-portals .pcl-rm-card-grid {
  display: grid;
  gap: 1rem;
}

.path-local-pcl-portals .pcl-rm-card {
  display: grid;
  grid-template-columns: minmax(180px, 250px) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border-radius: 1.2rem;
  background: var(--pcl-rm-surface);
  border: 1px solid rgba(22, 50, 40, 0.08);
  box-shadow: 0 10px 22px rgba(20, 70, 44, 0.09);
}

.path-local-pcl-portals .pcl-rm-card--text {
  grid-template-columns: minmax(0, 1fr);
}

.path-local-pcl-portals .pcl-rm-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  padding: 0.95rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(125, 207, 90, 0.18), rgba(255, 214, 91, 0.18));
}

.path-local-pcl-portals .pcl-rm-card__image {
  max-width: 100%;
  max-height: 170px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.path-local-pcl-portals .pcl-rm-card__title {
  margin: 0 0 0.35rem;
  font-family: "Merriweather", "Georgia", serif;
  font-size: clamp(1.3rem, 1.8vw, 1.75rem);
  line-height: 1.2;
  color: var(--pcl-rm-ink);
}

.path-local-pcl-portals .pcl-rm-card__description,
.path-local-pcl-portals .pcl-rm-card__status {
  margin: 0;
  color: #34564a;
  line-height: 1.55;
}

.path-local-pcl-portals .pcl-rm-card__status {
  margin-top: 0.6rem;
  font-size: 0.93rem;
}

.path-local-pcl-portals .pcl-rm-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 0.85rem;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pcl-rm-forest), var(--pcl-rm-lime));
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.path-local-pcl-portals .pcl-rm-card__button:hover,
.path-local-pcl-portals .pcl-rm-card__button:focus {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 18px rgba(43, 140, 85, 0.22);
}

.path-local-pcl-portals .pcl-rm-card__button--disabled {
  background: linear-gradient(135deg, #98aca0, #7c8f85);
  cursor: default;
}

/* Landing page for REnewable Minds */
.path-local-pcl-portals .pcl-rm-home-page {
  display: grid;
  gap: 1rem;
}

.path-local-pcl-portals .pcl-rm-home-page > .container {
  container-type: inline-size;
  container-name: pcl-rm-home;
  max-width: 100%;
  padding-right: 24px;
}

.path-local-pcl-portals .pcl-rm-home-page__hero {
  display: flex;
  justify-content: center;
  padding: 1rem 0 1.4rem;
}

.path-local-pcl-portals .pcl-rm-home-page__hero-panel {
  width: var(--pcl-rm-card-width);
  margin: 40px auto 0;
  padding: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
  text-align: center;
  position: relative;
}

.path-local-pcl-portals .pcl-rm-home-page__hero-panel::after {
  content: "";
  display: block;
  width: 100%;
  margin-top: 1.15rem;
  border-top: 1px solid rgba(22, 50, 40, 0.08);
}

.path-local-pcl-portals .pcl-rm-home-page__hero-logo {
  width: min(100%, 660px);
  max-height: 176px;
  object-fit: contain;
}

.path-local-pcl-portals .pcl-rm-home-page__rows {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  gap: 1rem;
}

.path-local-pcl-portals .pcl-rm-home-page__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
  overflow: visible;
}

.path-local-pcl-portals .pcl-rm-home-page__media {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  flex: 0 0 635px;
  max-width: 635px;
  box-sizing: border-box;
  padding: 0;
}

.path-local-pcl-portals .pcl-rm-home-page__media-link {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  text-decoration: none;
}

.path-local-pcl-portals .pcl-rm-home-page__image {
  width: min(100%, 635px);
  max-width: 635px;
  aspect-ratio: 635 / 212;
  height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.path-local-pcl-portals .pcl-rm-home-page__content {
  color: #101828;
  flex: 1 1 0;
  max-width: none;
  min-width: 0;
  box-sizing: border-box;
  padding: 0 15px;
}

@container pcl-rm-home (max-width: 1100px) {
  .path-local-pcl-portals .pcl-rm-home-page__row {
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
  }

  .path-local-pcl-portals .pcl-rm-home-page__media,
  .path-local-pcl-portals .pcl-rm-home-page__content {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }

  .path-local-pcl-portals .pcl-rm-home-page__media {
    padding: 0 15px;
  }

  .path-local-pcl-portals .pcl-rm-home-page__content {
    padding-top: 1rem;
  }
}

.path-local-pcl-portals .pcl-rm-home-page__title {
  margin: 0 0 0.5rem;
  color: #111827;
  font-size: clamp(1.7rem, 2.6vw, 2.45rem);
  line-height: 1.12;
  font-weight: 800;
}

.path-local-pcl-portals .pcl-rm-home-page__description {
  margin: 0;
  color: #344054;
  line-height: 1.65;
  font-size: 1.02rem;
}

.path-local-pcl-portals .pcl-rm-home-page__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 1rem;
  padding: 0.6rem 1.1rem;
  border-radius: 0.35rem;
  background: #1f73c9;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 3px 8px rgba(31, 115, 201, 0.22);
}

.path-local-pcl-portals .pcl-rm-home-page__button:hover,
.path-local-pcl-portals .pcl-rm-home-page__button:focus {
  color: #fff;
  text-decoration: none;
  background: #165da4;
}

.path-local-pcl-portals .pcl-rm-home-page__divider {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border: 0;
  border-top: 1px solid rgba(22, 50, 40, 0.08);
}

.path-local-pcl-portals .pcl-rm-reference {
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(22, 50, 40, 0.08);
}

.path-local-pcl-portals .pcl-rm-reference__text {
  margin: 0 0 0.4rem;
  color: #48645a;
}

.path-local-pcl-portals .pcl-rm-reference__link {
  color: var(--pcl-rm-forest);
  font-weight: 700;
  word-break: break-all;
}

.path-local-pcl-portals .pcl-rm-detail-page {
  display: grid;
  gap: 1.5rem;
  width: var(--pcl-rm-card-width);
  margin: 40px auto;
}

.path-local-pcl-portals .pcl-rm-nova-poster {
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid rgba(22, 50, 40, 0.08);
  box-shadow: 0 16px 32px rgba(20, 70, 44, 0.1);
  background: #111;
}

.path-local-pcl-portals .pcl-rm-nova-poster video {
  display: block;
  width: 100%;
  height: auto;
}

.path-local-pcl-portals .pcl-rm-detail-hero,
.path-local-pcl-portals .pcl-rm-detail-panel {
  padding: 24px 24px 32px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 100%) !important;
  border: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.path-local-pcl-portals .pcl-rm-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.55fr);
  gap: 1rem;
  align-items: center;
}

.path-local-pcl-portals .pcl-rm-detail-hero img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0.9rem;
}

.path-local-pcl-portals .pcl-rm-detail-eyebrow {
  margin: 0 0 0.25rem;
  color: var(--pcl-rm-forest);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
}

.path-local-pcl-portals .pcl-rm-detail-hero h1,
.path-local-pcl-portals .pcl-rm-detail-panel h2 {
  margin: 0 0 0.65rem;
  color: var(--pcl-rm-ink);
  font-family: "Merriweather", "Georgia", serif;
}

.path-local-pcl-portals .pcl-rm-detail-lead,
.path-local-pcl-portals .pcl-rm-detail-panel p,
.path-local-pcl-portals .pcl-rm-detail-panel li {
  line-height: 1.65;
  color: #34564a;
}

.path-local-pcl-portals .pcl-rm-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.path-local-pcl-portals .pcl-rm-detail-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pcl-rm-forest), var(--pcl-rm-lime));
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.path-local-pcl-portals .pcl-rm-nova-btn--youtube {
  background: linear-gradient(135deg, #2e8b39, #79c84f) !important;
}

.path-local-pcl-portals .pcl-rm-nova-btn--quiz {
  background: linear-gradient(135deg, #ee473b, #e42424) !important;
}

.path-local-pcl-portals .pcl-rm-nova-btn--youtube:hover,
.path-local-pcl-portals .pcl-rm-nova-btn--youtube:focus {
  background: linear-gradient(135deg, #24712d, #67b93f) !important;
}

.path-local-pcl-portals .pcl-rm-nova-btn--quiz:hover,
.path-local-pcl-portals .pcl-rm-nova-btn--quiz:focus {
  background: linear-gradient(135deg, #dc3429, #cf1b1b) !important;
}

.path-local-pcl-portals .pcl-rm-detail-list {
  margin: 0;
  padding-left: 1.2rem;
}

.path-local-pcl-portals .pcl-rm-dictionary-list {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.55rem;
}

.path-local-pcl-portals .pcl-rm-dictionary-list li {
  line-height: 1.55;
  color: #34564a;
}

.path-local-pcl-portals .pcl-rm-episode-grid,
.path-local-pcl-portals .pcl-rm-source-list,
.path-local-pcl-portals .pcl-rm-definition-list {
  display: grid;
  gap: 1rem;
}

.path-local-pcl-portals .pcl-rm-episode-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.path-local-pcl-portals .pcl-rm-episode-card,
.path-local-pcl-portals .pcl-rm-source-card,
.path-local-pcl-portals .pcl-rm-definition-card {
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(22, 50, 40, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 18px rgba(20, 70, 44, 0.07);
}

.path-local-pcl-portals .pcl-rm-episode-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.path-local-pcl-portals .pcl-rm-episode-card .embed-responsive {
  flex: 0 0 auto;
  margin-bottom: 1rem !important;
  overflow: hidden;
  border-radius: 0.9rem;
  aspect-ratio: 16 / 9;
}

.path-local-pcl-portals .pcl-rm-episode-card .embed-responsive-item {
  width: 100%;
  height: 100%;
}

.path-local-pcl-portals .pcl-rm-episode-card h2 {
  min-height: 4.5em;
}

.path-local-pcl-portals .pcl-rm-episode-card > p {
  flex: 1 1 auto;
}

.path-local-pcl-portals .pcl-rm-episode-card .pcl-rm-detail-actions {
  margin-top: auto;
}

.path-local-pcl-portals .pcl-rm-nova-about {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
  gap: 1.25rem;
  align-items: center;
  padding: 0 0.5rem 0.25rem;
}

.path-local-pcl-portals .pcl-rm-nova-about__copy h2 {
  margin-bottom: 0.6rem;
}

.path-local-pcl-portals .pcl-rm-nova-about__copy p {
  max-width: 760px;
  font-size: 1.08rem;
}

.path-local-pcl-portals .pcl-rm-nova-about__actions {
  margin-top: 1.15rem;
}

.path-local-pcl-portals .pcl-rm-nova-about__follow {
  background: linear-gradient(135deg, #f28b2d, #d91d79) !important;
}

.path-local-pcl-portals .pcl-rm-nova-about__art {
  display: flex;
  justify-content: center;
  align-items: end;
}

.path-local-pcl-portals .pcl-rm-nova-about__art img {
  width: min(100%, 380px);
  height: auto;
  object-fit: contain;
  transform-origin: center bottom;
  animation: pclNovaFloat 5.8s ease-in-out infinite;
  will-change: transform;
}

@keyframes pclNovaFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-10px) scale(1.015);
  }
}

@media (prefers-reduced-motion: reduce) {
  .path-local-pcl-portals .pcl-rm-nova-about__art img {
    animation: none;
  }
}

.path-local-pcl-portals .pcl-rm-definition-card strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--pcl-rm-ink);
}

.path-local-pcl-portals .pcl-rm-scoreboard-tabs {
  margin-bottom: 1rem;
}

.path-local-pcl-portals .pcl-rm-scoreboard-tabs .nav-link {
  border-radius: 999px;
  font-weight: 800;
  color: var(--pcl-rm-forest);
  background: #fde3e5;
  border: 0;
  padding: 0.5rem 1rem;
}

.path-local-pcl-portals .pcl-rm-scoreboard-tabs .nav-link.active {
  background: #e31b23;
  color: #fff;
}

.path-local-pcl-portals .pcl-rm-scoreboard-content {
  padding-top: 24px;
}

.path-local-pcl-portals .pcl-rm-scoreboard-tablewrap {
  overflow-x: auto;
}

.path-local-pcl-portals .pcl-rm-scoreboard-tablewrap table {
  width: 100%;
  min-width: 560px;
}

.path-local-pcl-portals .pcl-rm-scoreboard-tablewrap th {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .path-local-pcl-portals .pcl-rm-detail-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .path-local-pcl-portals .pcl-rm-hero,
  .path-local-pcl-portals .pcl-rm-card {
    grid-template-columns: 1fr;
  }

  .path-local-pcl-portals .pcl-rm-episode-grid {
    grid-template-columns: 1fr;
  }

  .path-local-pcl-portals .pcl-rm-home-page__hero-panel {
    padding: 1.25rem 1rem;
  }

  .path-local-pcl-portals .pcl-rm-home-page__row {
    padding: 1rem 0;
  }

  .path-local-pcl-portals .pcl-rm-nova-about {
    grid-template-columns: 1fr;
  }

  .path-local-pcl-portals .pcl-rm-nova-about__art {
    justify-content: center;
  }

  .path-local-pcl-portals .pcl-rm-nova-about__art img {
    width: min(100%, 280px);
  }

  .path-local-pcl-portals .pcl-rm-about-page__hero {
    min-height: 170px;
    padding: 1rem 0.75rem;
  }

  .path-local-pcl-portals .pcl-rm-about-page__image {
    padding-bottom: 0.5rem;
  }
}

body.pcl-nationalenergy-topics-route .page-header-headings,
body.pcl-nationalenergy-topics-route .page-header-headings h1,
body.pcl-nationalenergy-topics-route #page-header .page-header-headings {
  display: none !important;
}

body.pcl-nationalenergy-topics-route #page-content .card-body,
body.pcl-nationalenergy-topics-route #page-content .region_main_settings_menu_proxy,
body.pcl-nationalenergy-topics-route #page #region-main {
  padding-top: 0 !important;
}

.path-local-pcl-portals .pcl-ne-topics {
  display: grid;
  gap: 1rem;
  padding-bottom: 1.5rem;
}

.path-local-pcl-portals .pcl-ne-topics__hero {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 220px;
  padding: 1.25rem 1rem;
  border-radius: 1.4rem;
  border: 1px solid rgba(237, 28, 36, 0.18);
  background: linear-gradient(180deg, #fefefe 0%, #fff6f6 100%);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
}

.path-local-pcl-portals .pcl-ne-topics__hero-logo {
  width: min(100%, 820px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 16px rgba(0, 0, 0, 0.18));
}

.path-local-pcl-portals .pcl-ne-topics__toc {
  display: flex;
  justify-content: center;
}

.path-local-pcl-portals .pcl-ne-topics__toc span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 280px);
  padding: 0.95rem 1.5rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #63be3a 0%, #4aa836 100%);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  box-shadow: 0 10px 20px rgba(74, 168, 54, 0.22);
}

.path-local-pcl-portals .pcl-ne-topics__accordion {
  display: grid;
  gap: 0.75rem;
}

.path-local-pcl-portals .pcl-ne-topics__item {
  border: 0;
  border-radius: 1rem;
  overflow: hidden;
  background: #e31f27;
  box-shadow: 0 14px 30px rgba(227, 31, 39, 0.2);
}

.path-local-pcl-portals .pcl-ne-topics__item[open] {
  background: linear-gradient(180deg, #ef232b 0%, #da1921 100%);
}

.path-local-pcl-portals .pcl-ne-topics__summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
  cursor: pointer;
  color: #fff;
  font-weight: 900;
}

.path-local-pcl-portals .pcl-ne-topics__summary::-webkit-details-marker {
  display: none;
}

.path-local-pcl-portals .pcl-ne-topics__summary-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.path-local-pcl-portals .pcl-ne-topics__summary-title {
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.2;
}

.path-local-pcl-portals .pcl-ne-topics__summary-subtitle {
  font-size: 0.95rem;
  font-weight: 700;
}

.path-local-pcl-portals .pcl-ne-topics__summary-icon {
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.16);
  font-size: 1.45rem;
  line-height: 1;
}

.path-local-pcl-portals .pcl-ne-topics__item[open] .pcl-ne-topics__summary-icon {
  transform: rotate(45deg);
}

.path-local-pcl-portals .pcl-ne-topics__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 1.1fr);
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.2rem 1.25rem;
  background: #fff;
  color: #122036;
}

.path-local-pcl-portals .pcl-ne-topics__media {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 210px;
}

.path-local-pcl-portals .pcl-ne-topics__media img {
  display: block;
  width: 100%;
  max-width: 540px;
  height: auto;
  border-radius: 0.75rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.path-local-pcl-portals .pcl-ne-topics__copy {
  display: grid;
  gap: 0.75rem;
  font-size: 1.03rem;
  line-height: 1.7;
}

.path-local-pcl-portals .pcl-ne-topics__copy p {
  margin: 0;
}

.path-local-pcl-portals .pcl-ne-topics__button {
  width: fit-content;
  min-width: 8.5rem;
  border-radius: 0.45rem;
  background: linear-gradient(180deg, #1970d2 0%, #0f61c1 100%);
  border: 0;
  box-shadow: 0 10px 18px rgba(25, 112, 210, 0.22);
}

.path-local-pcl-portals .pcl-ne-topics__button:hover,
.path-local-pcl-portals .pcl-ne-topics__button:focus {
  background: linear-gradient(180deg, #1d7cde 0%, #0f61c1 100%);
}

.path-local-pcl-portals .pcl-ne-topics__footer {
  display: grid;
  justify-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0 0.5rem;
}

.path-local-pcl-portals .pcl-ne-topics__footer img {
  width: min(100%, 320px);
  height: auto;
}

.path-local-pcl-portals .pcl-ne-topics__footer-strip {
  display: block;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: #ef232b;
}

@media (max-width: 991.98px) {
  .path-local-pcl-portals .pcl-ne-topics__panel {
    grid-template-columns: 1fr;
  }

  .path-local-pcl-portals .pcl-ne-topics__media {
    min-height: 0;
  }
}

@media (max-width: 768px) {
  .path-local-pcl-portals .pcl-ne-topics__hero {
    min-height: 170px;
    padding: 0.9rem 0.75rem;
    border-radius: 1.1rem;
  }

  .path-local-pcl-portals .pcl-ne-topics__summary {
    padding: 0.9rem 1rem;
  }

  .path-local-pcl-portals .pcl-ne-topics__panel {
    padding: 0.9rem 1rem 1rem;
  }

  .path-local-pcl-portals .pcl-ne-topics__copy {
    font-size: 0.98rem;
  }
}

/* =============================================================================
   REnewable Minds landing page
   ============================================================================= */
body.pcl-nationalenergy-renewable-minds-route .page-header-headings,
body.pcl-nationalenergy-renewable-minds-route .page-header-headings h1,
body.pcl-nationalenergy-renewable-minds-route #page-header .page-header-headings {
  display: none !important;
}

body.pcl-nationalenergy-renewable-minds-route #page-content .card-body,
body.pcl-nationalenergy-renewable-minds-route #page-content .region_main_settings_menu_proxy,
body.pcl-nationalenergy-renewable-minds-route #page #region-main {
  padding-top: 0 !important;
}

body.pcl-nationalenergy-renewable-minds-route #nav-drawer,
body.pcl-nationalenergy-renewable-minds-route .drawer-toggles,
body.pcl-nationalenergy-renewable-minds-route .drawer.drawer-left,
body.pcl-nationalenergy-renewable-minds-route .drawer.drawer-right,
body.pcl-nationalenergy-renewable-minds-route #page-navbar,
body.pcl-nationalenergy-renewable-minds-route .navbar,
body.pcl-nationalenergy-renewable-minds-route .secondary-navigation,
body.pcl-nationalenergy-renewable-minds-route .page-header-headings,
body.pcl-nationalenergy-renewable-minds-route .page-header-headings h1 {
  display: none !important;
}

body.pcl-nationalenergy-renewable-minds-route #topofscroll {
  margin-left: 0 !important;
}

body.pcl-nationalenergy-renewable-minds-route {
  background: url("https://sea.pennacool.com/pennacool/renewable-minds/images/renewable_minds_bg.png") center top / cover fixed no-repeat !important;
}

body.pcl-nationalenergy-renewable-minds-route #page,
body.pcl-nationalenergy-renewable-minds-route #page-wrapper,
body.pcl-nationalenergy-renewable-minds-route #page-content,
body.pcl-nationalenergy-renewable-minds-route #region-main,
body.pcl-nationalenergy-renewable-minds-route #region-main-box,
body.pcl-nationalenergy-renewable-minds-route #topofscroll,
body.pcl-nationalenergy-renewable-minds-route .main-inner {
  background: transparent !important;
  scrollbar-gutter: auto !important;
}

body.pcl-nationalenergy-renewable-minds-route #page {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  width: 100vw !important;
  max-width: none !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

body.pcl-nationalenergy-renewable-minds-route #page-wrapper,
body.pcl-nationalenergy-renewable-minds-route #page-content,
body.pcl-nationalenergy-renewable-minds-route #region-main-box,
body.pcl-nationalenergy-renewable-minds-route #region-main,
body.pcl-nationalenergy-renewable-minds-route #topofscroll,
body.pcl-nationalenergy-renewable-minds-route .main-inner {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  width: 100vw !important;
  max-width: none !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

body.pcl-nationalenergy-renewable-minds-route .pcl-ne-landing {
  position: relative;
  background: transparent;
  width: 100vw !important;
  max-width: none !important;
}

body.pcl-nationalenergy-renewable-minds-route,
body.pcl-nationalenergy-renewable-minds-route html {
  scrollbar-color: rgba(82, 86, 90, 0.75) transparent;
  scrollbar-width: thin;
}

body.pcl-nationalenergy-renewable-minds-route::-webkit-scrollbar,
body.pcl-nationalenergy-renewable-minds-route html::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: transparent;
}

body.pcl-nationalenergy-renewable-minds-route::-webkit-scrollbar-track,
body.pcl-nationalenergy-renewable-minds-route html::-webkit-scrollbar-track {
  background: transparent;
}

body.pcl-nationalenergy-renewable-minds-route::-webkit-scrollbar-thumb,
body.pcl-nationalenergy-renewable-minds-route html::-webkit-scrollbar-thumb {
  background-color: rgba(82, 86, 90, 0.75);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
}

body.pcl-nationalenergy-renewable-minds-route #xHome.Heading {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 68px;
  padding: 0 1.35rem;
  background: linear-gradient(to right, #ED1C24, #FF6666);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
}

body.pcl-nationalenergy-renewable-minds-route #xHome #HomeMask,
body.pcl-nationalenergy-renewable-minds-route #xHome #HomeBand {
  display: none !important;
}

body.pcl-nationalenergy-renewable-minds-route #xHome .Home {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

body.pcl-nationalenergy-renewable-minds-route #xHome .Home img {
  display: block;
  width: auto;
  height: 40px;
  max-width: min(340px, 38vw);
  object-fit: contain;
}

body.pcl-nationalenergy-renewable-minds-route #xHome .Menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0;
}

body.pcl-nationalenergy-renewable-minds-route #xHome .Menu .Item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 12px;
  margin: 5px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

body.pcl-nationalenergy-renewable-minds-route #xHome .Menu .Item:hover,
body.pcl-nationalenergy-renewable-minds-route #xHome .Menu .Item:focus {
  background: #008B44;
  color: #fff;
  text-decoration: none;
}

body.pcl-nationalenergy-renewable-minds-route #xHome .Menu .Item.Scoreboard,
body.pcl-nationalenergy-renewable-minds-route #xHome .Menu .Item.Rules,
body.pcl-nationalenergy-renewable-minds-route #xHome .Menu .Item.Games,
body.pcl-nationalenergy-renewable-minds-route #xHome .Menu .Item.Gallery,
body.pcl-nationalenergy-renewable-minds-route #xHome .Menu .Item.About {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

@media (max-width: 991.98px) {
  body.pcl-nationalenergy-renewable-minds-route #xHome.Heading {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: auto;
    padding: 0.85rem 1rem 1rem;
  }

  body.pcl-nationalenergy-renewable-minds-route #xHome .Menu {
    justify-content: flex-start;
    gap: 0.45rem;
  }

  body.pcl-nationalenergy-renewable-minds-route #xHome .Menu .Item {
    font-size: 0.95rem;
    min-height: 34px;
    padding: 8px 10px;
    margin: 4px;
  }

  body.pcl-nationalenergy-renewable-minds-route #xHome .Home img {
    height: 34px;
    max-width: min(300px, 70vw);
  }
}

.path-local-pcl-portals .pcl-ne-landing {
  margin: 0;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.path-local-pcl-portals .pcl-ne-hero {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background: #fff;
  width: 100%;
}

.path-local-pcl-portals .pcl-ne-hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.path-local-pcl-portals .pcl-ne-hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.06) 35%, rgba(0, 0, 0, 0.18) 100%),
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.08), transparent 42%);
}

.path-local-pcl-portals .pcl-ne-scrollprompt {
  position: absolute;
  left: 50%;
  bottom: 1.2rem;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  color: #d4ffd8;
}

.path-local-pcl-portals .pcl-ne-scrollprompt__mouse {
  width: 26px;
  height: 42px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  display: flex;
  justify-content: center;
  padding-top: 0.35rem;
}

.path-local-pcl-portals .pcl-ne-scrollprompt__scroller {
  width: 4px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  animation: ne-scroll-bounce 1.6s ease-in-out infinite;
}

.path-local-pcl-portals .pcl-ne-scrollprompt__label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@keyframes ne-scroll-bounce {
  0% { transform: translateY(0); opacity: 1; }
  80% { transform: translateY(10px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}

.path-local-pcl-portals .pcl-ne-section {
  padding: 2rem 0 3rem;
}

.path-local-pcl-portals #xScoreboardSection,
.path-local-pcl-portals #xRulesSection,
.path-local-pcl-portals #xGamesSection,
.path-local-pcl-portals #xPrizesSection,
.path-local-pcl-portals #xAboutSection {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: none;
  background: transparent;
  overflow: hidden;
}

.path-local-pcl-portals #xScoreboardSection {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
}

.path-local-pcl-portals #xRulesSection {
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0;
}

.path-local-pcl-portals #xGamesSection {
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0;
  position: relative;
}

.path-local-pcl-portals #xGamesSection::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 -700px 0 -2100px;
  width: 4200px;
  height: 252.188px;
  background: rgba(0, 0, 0, 0.3);
  transform: rotate(45deg);
  z-index: -1;
  pointer-events: none;
}

.path-local-pcl-portals #xAboutSection {
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0;
}

.path-local-pcl-portals #xScoreboardSection > .container-fluid,
.path-local-pcl-portals #xRulesSection > .container,
.path-local-pcl-portals #xGamesSection > .container,
.path-local-pcl-portals #xPrizesSection > .container,
.path-local-pcl-portals #xAboutSection > .container {
  width: min(1200px, 92vw) !important;
  max-width: min(1200px, 92vw) !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  padding-bottom: 32px;
  border-radius: 24px;
  box-shadow: 0 20px 42px rgba(20, 70, 44, 0.11);
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(232, 245, 233, 0.82) 100%);
  border: 1px solid rgba(22, 50, 40, 0.06);
}

.path-local-pcl-portals .pcl-ne-card-shell {
  width: min(1200px, 92vw) !important;
  max-width: min(1200px, 92vw) !important;
}

.path-local-pcl-portals #xAboutSection > .container {
  padding-top: 32px;
  padding-bottom: 36px;
  background: linear-gradient(180deg, rgba(208, 219, 209, 0.76) 0%, rgba(232, 245, 233, 0.54) 100%);
}

@media (max-width: 768px) {
  .path-local-pcl-portals #xScoreboardSection,
  .path-local-pcl-portals #xRulesSection,
  .path-local-pcl-portals #xGamesSection,
  .path-local-pcl-portals #xPrizesSection,
  .path-local-pcl-portals #xAboutSection {
    margin-top: 24px;
    margin-bottom: 24px;
    width: 100%;
  }

  .path-local-pcl-portals #xScoreboardSection > .container-fluid,
  .path-local-pcl-portals #xRulesSection > .container,
  .path-local-pcl-portals #xGamesSection > .container,
  .path-local-pcl-portals #xPrizesSection > .container,
  .path-local-pcl-portals #xAboutSection > .container {
    width: 94vw !important;
    max-width: 94vw !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 24px;
  }

  .path-local-pcl-portals .pcl-ne-card-shell {
    width: 94vw !important;
    max-width: 94vw !important;
  }
}

.path-local-pcl-portals .pcl-ne-scoreboard-tabs {
  margin-bottom: 1rem;
}

.path-local-pcl-portals .pcl-ne-scoreboard-tabs .nav-link {
  border-radius: 0.75rem 0.75rem 0 0;
  font-weight: 800;
  color: #d7262b;
}

.path-local-pcl-portals .pcl-ne-scoreboard-tabs .nav-link.active {
  background: #d7262b;
  color: #fff;
}

.path-local-pcl-portals .pcl-ne-scoreboard-tabs__content {
  padding-top: 0.75rem;
}

.path-local-pcl-portals .pcl-ne-scoreboard-tablewrap {
  overflow-x: auto;
}

.path-local-pcl-portals .pcl-ne-scoreboard-table {
  width: 100%;
}

.path-local-pcl-portals .pcl-stage-launch__btn {
  background: linear-gradient(180deg, #ffcf52 0%, #d7262b 100%) !important;
  border: 0 !important;
  border-radius: 999px;
  color: #fff !important;
  font-weight: 800;
}

.path-local-pcl-portals .pcl-ne-section .section-title,
.path-local-pcl-portals .pcl-ne-section h3 {
  color: #d7262b;
  font-weight: 900;
}

.path-local-pcl-portals .pcl-ne-section .nav-tabs {
  border-bottom: 0;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.path-local-pcl-portals #xRulesSection .nav-tabs {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.path-local-pcl-portals #xRulesSection .tab-content {
  margin-top: 0.25rem;
}

.path-local-pcl-portals .pcl-ne-section .nav-tabs .nav-link {
  border: 0 !important;
  border-radius: 999px !important;
  font-weight: 700;
  background: #f1d4d4;
  color: #d7262b;
}

.path-local-pcl-portals .pcl-ne-section .nav-tabs .nav-link.active {
  background: #d7262b !important;
  color: #fff !important;
}

.path-local-pcl-portals .pc-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.path-local-pcl-portals #xPrizesSection .pc-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.25rem;
  align-items: stretch;
  justify-items: stretch;
  width: 100%;
}

.path-local-pcl-portals .pc-card-item,
.path-local-pcl-portals .game-card {
  height: 100%;
}

.path-local-pcl-portals #xPrizesSection .pc-card-item {
  display: flex;
  min-width: 0;
}

.path-local-pcl-portals #xPrizesSection .game-card {
  width: 100%;
}

.path-local-pcl-portals .game-card {
  overflow: hidden;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.09);
}

.path-local-pcl-portals .game-card .card-body {
  display: flex;
  flex-direction: column;
}

.path-local-pcl-portals .game-card .card-img-top {
  object-fit: cover;
  min-height: 210px;
}

.path-local-pcl-portals .btn-pc-primary {
  background: #d7262b !important;
  border-color: #d7262b !important;
  color: #fff !important;
  border-radius: 999px;
  font-weight: 800;
}

.path-local-pcl-portals .pcl-ne-about__logo {
  display: block;
  width: min(520px, 80vw);
  margin: 0 auto 1rem;
}

.path-local-pcl-portals .pcl-ne-section p,
.path-local-pcl-portals .pcl-ne-section li {
  line-height: 1.65;
  color: #344054;
}

@media (max-width: 991.98px) {
  .path-local-pcl-portals .pcl-ne-hero {
    min-height: 560px;
  }

  .path-local-pcl-portals .pc-card-grid {
    grid-template-columns: 1fr;
  }

  .path-local-pcl-portals #xPrizesSection .pc-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .path-local-pcl-portals .pcl-ne-hero {
    min-height: 520px;
  }

  .path-local-pcl-portals .pcl-ne-scrollprompt {
    bottom: 0.85rem;
  }
}
