/* ===============================
   GLOBAL PUBLICATION PAGE RULES
================================= */
.page-node-type-publications .region.region-header {
  display: none;
}

.page-node-type-publications .inner-page section.col-sm-12 {
  padding: 0;
}

#publication-page p {
  color: #333;
  font: 16px/27px "myriadR", sans-serif;
  margin: 0 0 12px;
}

/* ===============================
   PUBLICATION BANNER SECTION
================================= */
.pub-banner {
  position: relative;
}

.pub-banner .img-wrapper > img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: right center;
}

.pub-bnr-text-wrapper {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
}

.pub-bnr-text-wrapper .text-wrapper {
  background: url("../images/banner_block_bg.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 32px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1.5s ease-out forwards;
}

.pub-bnr-text-wrapper p {
  font: 20px/30px "alegreyaSansR" !important;
  color: #fff !important;
}

.tagline01,
.tagline02 {
  margin: 0;
  font: 30px "alegreyaSansB", sans-serif !important;
  color: #fff !important;
}

.tagline01 {
  font: 24px/106% "myriadR", sans-serif !important;
}

.tagline02 {
  font: 30px/106% "myriadR", sans-serif !important;
  margin-bottom: 20px;
}

.tagline02 span {
  font: 40px/106% "alegreyaSansB" !important;
  color: #fff !important;
}

#pub-page-section .pub-bnr-text {
  color: #fff !important;
  font: 18px/106% "myriadR", sans-serif !important;
  margin-bottom: 24px;
}

/* CTA Buttons */
.pub-bnr-text-wrapper .links-col ul {
  list-style: none;
  padding: 0;
  display: flex;
  column-gap: 8px;
  align-items: center;
}
.pub-bnr-text-wrapper .links-col ul > li > a {
  display: block;
  padding: 12px 48px;
  border-radius: 12px;
  font: 18px "myriadR", sans-serif !important;
  transition: 0.4s ease;
  text-align: center;
}
.pub-bnr-text-wrapper .links-col ul > li > a:hover,
.pub-bnr-text-wrapper .links-col ul > li > a:focus {
  text-decoration: none;
}
.pub-bnr-text-wrapper .links-col ul > li:first-child > a {
  background: #003a15;
  border: 1px solid #003a15;
  color: #fff;
}

.pub-bnr-text-wrapper .links-col ul > li:first-child > a:hover {
  background: #fff;
  border-color: #008045;
  color: #008045;
}

.pub-bnr-text-wrapper .links-col ul > li:last-child > a {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.pub-bnr-text-wrapper .links-col ul > li:last-child > a:hover {
  background: #fff;
  color: #008045;
  border-color: #008045;
}

/* ===============================
   ANIMATION
================================= */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===============================
   SECTION CONTAINER
================================= */
.section-inner {
  padding: 64px 64px;
}
.cards-section .section-inner {
  padding-bottom: 0;
}
.text-presentation .section-inner {
  padding-bottom: 0;
}
/* ===============================
   STATS / CARD SECTION
================================= */
#pub-page-section .pub-section-title {
  font: 30px "alegreyaSansB" !important;
  color: #008045 !important;
  margin-bottom: 40px;
}

/* Main Cards */
#pub-page-section .card {
  padding: 30px;
  background: #f9f9f9;
  border-radius: 8px;
  margin-bottom: 20px;
  min-height: 285px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

#pub-page-section .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Stat Numbers */
#pub-page-section .stat {
  font-size: 64px;
  font-weight: bold;
  margin-bottom: 48px;
}

#pub-page-section .stat .postfix {
  font-size: 24px;
  margin-left: 2px;
}

#pub-page-section .stat .char-val {
  font-size: 48px;
  font-weight: bold;
}

/* Color Variants */
#pub-page-section .card-green .stat {
  color: #27ae60;
}

#pub-page-section .card-blue .stat {
  color: #3498db;
}

#pub-page-section .card-red .stat {
  color: #e74c3c;
}

/* ===============================
   TEXT PRESENTATION SECTION
================================= */
.block-section-title {
  font: 30px "alegreyaSansB" !important;
  color: #008045 !important;
  margin-bottom: 15px;
}

.text-presentation .text-block {
  margin-bottom: 48px;
}

.text-presentation .text-block:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .text-presentation .section-inner .row > div:first-child {
    padding-right: 30px;
  }
  .text-presentation .section-inner .row > div:last-child {
    padding-left: 30px;
  }
}

/* ===============================
   MINI STATISTICS (ST-HEADER)
================================= */
.st-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  column-gap: 10px;
}

.st-header img {
  width: 56px;
  height: 56px;
}

.st-title-wrap {
  width: calc(100% - 66px);
}

.st-title {
  font: 16px/140% "alegreyaSansR" !important;
  color: #181a21 !important;
  margin: 0;
}

.st-title-wrap .stat {
  font: 28px/140% "alegreyaSansB" !important;
  color: #0e6345 !important;
  margin-bottom: 24px !important;
}

#pub-page-section .st-title-wrap .stat .char-val {
  font: 28px/140% "alegreyaSansB" !important;
  color: #181a21;
}

.statisticswrap_text {
  padding: 14px;
  border-radius: 12px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
  min-height: 181px;
}

.cards-section .row > div:nth-child(2) .st-title-wrap .stat {
  color: #181a21 !important;
}

/* ===============================
   TESTIMONIAL SECTION
================================= */
.testimonial-card {
  background: #f6ffeb;
  border-radius: 30px;
  padding: 30px;
  padding-top: 130px;
  position: relative;
}

.testimonial-card::after {
  content: "";
  width: 104px;
  height: 76px;
  background: url("/system/files/blockquote_item.png") no-repeat center;
  position: absolute;
  right: 30px;
  top: 30px;
}

.testimonial-img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-bottom: 24px;
}

#publication-page .testimonial-text {
  font: 24px/37px "alegreyaSansR";
  color: #202020;
}

.testimonial-name {
  font: 20px "alegreyaSansB";
  color: #202020;
}

.testimonial-role {
  font: 21px/31px "alegreyaSansR";
  color: #808080;
}
.testimonial-section .section-inner {
  padding-bottom: 64px;
}
/* ===============================
   TWO-COLUMN ACTIONS SECTION
================================= */
.actions-section {
  background: #f9f9f9;
}

.actions-section .data-title {
  background: #008045 !important;
  padding: 12px 24px;
  border-radius: 12px;
  color: white !important;
  margin-bottom: 15px;
}
.actions-section .row > div {
  padding: 0;
}
.actions-section .row > div:first-child {
  padding-right: 30px;
}
.actions-section .row > div:last-child {
  padding-left: 30px;
}
.actions-section .data-box {
  min-height: 325px;
}
/* ===============================
   SHARED CARD BOX (DEDUPED)
================================= */
.data-box {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
}

.data-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.data-list li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
}

.data-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.highlight {
  color: #007bff;
  font-weight: bold;
}

/* ===============================
   PLATFORM RIGHT COLUMN
================================= */
.platform-box .data-box {
  min-height: auto;
}

.platform-title {
  font: 24px "alegreyaSansB" !important;
  color: #000 !important;
  margin: 0 0 28px !important;
  position: relative;
}

.platform-title::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #d9d9d9;
  position: absolute;
  bottom: -6px;
  left: 0;
}

.platform-desc {
  font-size: 14px;
  margin-bottom: 12px;
  color: #555;
}

.platform-btn {
  padding: 12px 30px;
  border-radius: 10px;
  font-weight: bold !important;
  margin: 0 auto 12px;
  display: block;
}

/* Tip */
.platform-tip {
  text-align: center;
  font-size: 14px !important;
  color: #777;
}

/* ===============================
   CLEAR WINTER SECTION
================================= */
.clear-winter-section {
  background: #f9f9f9;
}

.clear-winter-section .section-inner {
  padding-bottom: 64px;
}

.clear-winter-section .img-wrap > img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  object-position: center;
}

/* PDF Button */
.pdf-link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  background: #f5f5f5;
  padding: 10px 16px;
  border-radius: 4px;
  border: 1px solid #ddd;
  color: #333;
  transition: 0.2s ease;
  margin-top: 24px;
  text-decoration: none;
  float: right;
}

.pdf-link:hover {
  background: #e9e9e9;
  border-color: #bbb;
  color: #000;
}

.pdf-icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.data-list li span
/* ===============================
   citywide SECTION
================================= */
.citywide-section {
  background: #fff;
}
.citywide-inner {
  background: #fff;
  padding: 24px;
  border: 16px solid #e5e9f5;
}
.citywide-section .citywide-inner .data-list li span,
.data-list li span {
  color: #636363;
  font: 16px/106% "myriadR", sans-serif;
}
.citywide-section .citywide-inner .data-list li span.highlight,
.data-list li span.highlight {
  color: #000;
  background: #f5f0ff;
  border-radius: 4px;
  padding: 4px 12px;
  font: 14px/106% "myriadR", sans-serif;
}
.aqi-content-wrap {
  background: #f6ffeb;
  padding: 12px;
  padding-bottom: 64px;
}

.citywide-tbl-right .data-box {
  box-shadow: unset;
  border-radius: 8px;
  background: #fff;
  width: 95%;
  margin: -48px 0 0;
  margin-left: 24px;
}

@media screen and (max-width: 768px) {
  .pub-bnr-text-wrapper .links-col ul {
    flex-direction: column;
    row-gap: 18px;
  }
  .pub-bnr-text-wrapper .links-col ul {
    flex-direction: column;
    row-gap: 18px;
    column-gap: 0;
  }
  .section-inner {
    padding: 15px 15px;
  }
  .cards-section .row > div {
    margin: 0 0 48px;
  }
  .cards-section .row > div:last-child {
    margin: 0;
  }
  .actions-section .row > div:first-child {
    padding-right: 0;
  }
  .actions-section .row > div:last-child {
    padding-left: 0;
  }
}
