/* layout */
.climate-icon-row {
  display: flex;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
  padding-right: 15px;
}
.climate-icon-row .legal-text {
  font-size: 12px;
}
.climate-icon-row a {
  color: white;
}
@media (max-width: 639px) {
  .climate-icon-row {
    margin-bottom: 32px;
  }
}

.climate-icon.list-icon {
  margin-right: 50px;
  max-width: 11px;
  min-width: 11px;
  height: 100%;
}
.climate-icon.list-icon img {
  width: 11px;
  height: 11px;
}

.climate-icon {
  flex-basis: 30%;
}
@media (min-width: 640px) {
  .climate-icon {
    margin-right: 30px;
    text-align: center;
    max-width: 70px;
    min-width: 70px;
    height: 70px;
  }
  .climate-icon img:not(.not-fw) {
    width: 70px;
  }
  .climate-icon img {
    height: 70px;
  }
}
@media (max-width: 639px) {
  .climate-icon {
    margin-right: 24px;
    min-width: 60px;
    height: 60px;
  }
  .climate-icon img {
    height: 60px;
    width: 100%;
  }
}

.max-w-xl {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.max-w-xxl {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.min-w-270 {
  min-width: 270px;
}

.mar-t-80 {
  margin-top: 80px;
}

.mar-t-xl {
  margin-top: 120px;
}
@media screen and (max-width: 639px) {
  .mar-t-xl {
    margin-top: 60px;
  }
}

.mar-t-40 {
  margin-top: 40px;
}

.h-100 {
  height: 100%;
}

.score-container {
  display: flex;
}
@media (max-width: 900px) {
  .score-container .score-img {
    width: 100px;
    height: 100px;
    margin-bottom: 0;
  }
}
@media (min-width: 901px) {
  .score-container .score-img {
    max-width: 220px;
    text-align: center;
  }
}
.score-container .score-img img {
  width: 120px;
  margin-bottom: 25px;
}
@media (max-width: 900px) {
  .score-container .score-img img {
    width: 100%;
  }
}
.score-container .score-number {
  font-size: 190px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 900px) {
  .score-container .score-number {
    font-size: 110px;
    line-height: 110px;
  }
}
.score-container {
  /* this component switches to mobile view earlier due to amount of content in it */
}
@media (max-width: 900px) {
  .score-container {
    flex-direction: column;
  }
  .score-container .desktop-only-over-900 {
    display: none;
  }
}
@media (min-width: 901px) {
  .score-container .mobile-only-under-900 {
    display: none;
  }
}
.score-container .score-left {
  min-width: 300px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 901px) {
  .score-container .score-left {
    padding-right: 30px;
    text-align: right;
    align-items: flex-end;
  }
  .score-container .score-left h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
  }
}
@media (max-width: 900px) {
  .score-container .score-left {
    flex-direction: row;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .score-container .score-left h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 15px;
  }
}
.score-container .score-right {
  text-align: left;
}
.score-container .score-right > img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px !important;
  display: block;
}
@media (min-width: 901px) {
  .score-container .score-right {
    padding-left: 30px;
    border-left: 2px solid #D9D9D9;
  }
}
@media (max-width: 900px) {
  .score-container .score-right {
    padding-top: 30px;
    border-top: 1px solid #FFFFFF;
  }
  .score-container .score-right > img {
    margin-bottom: 32px !important;
  }
}

a.standalone-link-white:after {
  margin-left: 8px;
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 10px;
  content: url("/dvl/v1.0/assets/images/ui/ui-chevron-right-white.svg");
}

a.standalone-link-white:hover::after {
  margin-left: 8px;
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 10px;
  content: url("/dvl/v1.0/assets/images/ui/ui-chevron-right-blue.svg");
}

a.standalone-link-white:visited:hover::after {
  margin-left: 8px;
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 10px;
  content: url("/dvl/v1.0/assets/images/ui/ui-chevron-right-white.svg");
}

a.standalone-link-white:visited {
  color: white;
}

/* case study */
@media (max-width: 639px) {
  .case-study h4 {
    margin-bottom: 16px;
  }
}
@media (min-width: 640px) {
  .desktop-pad-l-40 {
    padding-left: 40px !important;
  }
  .desktop-pad-r-40 {
    padding-right: 40px !important;
  }
  .case-study h4 {
    margin-bottom: 32px;
  }
  .case-study {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }
  .case-study-w-restricted {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
  }
  .case-study-w-restricted-expand-right {
    margin-left: max(0px, (100% - 770px) / 2);
  }
}
.case-study-split-content-wpr {
  display: flex;
}
@media (max-width: 639px) {
  .case-study-split-content-wpr {
    flex-direction: column;
  }
}
.case-study-split-content-wpr .case-study-content-left {
  flex-basis: 50%;
}
.case-study-split-content-wpr .case-study-content-right {
  flex-basis: 50%;
  padding-left: 30px;
}
@media (max-width: 639px) {
  .case-study-split-content-wpr .case-study-content-right {
    padding-left: 0;
  }
}

.split-content-blocks {
  display: flex;
  position: relative;
}
@media (max-width: 639px) {
  .split-content-blocks {
    flex-direction: column;
  }
}
@media (min-width: 640px) {
  .split-content-blocks .left {
    flex-basis: 70%;
  }
  .split-content-blocks .right {
    flex-basis: 30%;
    padding: 30px;
    padding-top: 0;
    padding-right: 0;
  }
}

.split-content-blocks-mobile-reverse {
  display: flex;
  position: relative;
}
@media (max-width: 639px) {
  .split-content-blocks-mobile-reverse {
    flex-direction: column-reverse;
  }
}
@media (min-width: 640px) {
  .split-content-blocks-mobile-reverse .left {
    flex-basis: 70%;
  }
  .split-content-blocks-mobile-reverse .right {
    flex-basis: 30%;
    padding: 30px;
    padding-top: 0;
  }
}

.split-content-blocks-50-50 {
  display: flex;
  position: relative;
  gap: 30px;
  flex-direction: row;
}
.split-content-blocks-50-50 > * {
  flex: 1;
}
@media (max-width: 639px) {
  .split-content-blocks-50-50 {
    flex-direction: column;
  }
}

.split-content-blocks-40-60 {
  display: flex;
  position: relative;
  gap: 30px;
  flex-direction: row;
}
.split-content-blocks-40-60 > :nth-child(1) {
  flex: 2;
}
.split-content-blocks-40-60 > :nth-child(2) {
  flex: 3;
}
@media (max-width: 639px) {
  .split-content-blocks-40-60 {
    flex-direction: column;
  }
}

.large-blockquote-section {
  position: relative;
  background-color: #F4F4F4;
}
@media (max-width: 639px) {
  .large-blockquote-section {
    padding-bottom: 60px;
  }
}

.large-blockquote-section-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #252525;
}
@media (min-width: 640px) {
  .large-blockquote-section-inner {
    padding: 140px 0px;
  }
}
.large-blockquote-section-inner .centered-pic-and-quote {
  display: flex;
  max-width: 968px;
  width: 100%;
  position: relative;
}
@media (max-width: 639px) {
  .large-blockquote-section-inner .centered-pic-and-quote {
    flex-direction: column;
  }
  .large-blockquote-section-inner .centered-pic-and-quote .smaller-blockquote-text {
    font-size: 12px !important;
    line-height: 16px !important;
  }
}
.large-blockquote-section-inner .centered-pic-and-quote .blockquote-content-wpr:before {
  display: block;
  content: url(/climate-action-institute/climate-action-26/_assets-custom/images/blockquote-deep-blue-left.svg);
  width: 73px;
  height: 58px;
  position: absolute;
  top: -29px;
  left: 70px;
}
.large-blockquote-section-inner .centered-pic-and-quote .blockquote-content-wpr:after {
  display: block;
  content: url(/climate-action-institute/climate-action-26/_assets-custom/images/blockquote-deep-blue-right.svg);
  width: 73px;
  height: 58px;
  position: absolute;
  bottom: -29px;
  right: 70px;
}
.large-blockquote-section-inner .centered-pic-and-quote .blockquote-content-wpr {
  background-color: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.large-blockquote-section-inner .centered-pic-and-quote .blockquote-content-wpr .blockquote-content {
  text-align: center;
}
.large-blockquote-section-inner .centered-pic-and-quote .blockquote-content-wpr .blockquote-content .h5 {
  font-size: 20px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 27px !important; /* 135% */
}
.large-blockquote-section-inner .centered-pic-and-quote .blockquote-content-wpr {
  border-radius: 40px 0px;
  border: 1px solid #002459;
}
@media (min-width: 640px) {
  .large-blockquote-section-inner .centered-pic-and-quote .blockquote-content-wpr {
    padding: 40px 170px;
  }
}
@media (max-width: 639px) {
  .large-blockquote-section-inner .centered-pic-and-quote .blockquote-content-wpr {
    padding: 30px;
  }
}

.two-column-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 639px) {
  .two-column-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.sector-bullet-points-section {
  color: black;
  padding: 64px 15px;
}
.sector-bullet-points-section a {
  color: black;
}
@media (max-width: 639px) {
  .sector-bullet-points-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .sector-bullet-points-section .grid-wpr {
    padding-left: 0;
    padding-right: 0;
  }
}

.graphs-section-bg {
  padding-left: 15px;
  padding-right: 15px;
}

.gap {
  gap: 32px;
}
@media (max-width: 639px) {
  .gap {
    gap: 16px;
  }
}

/* 2026 large circles */
.large-circles-feature {
  display: flex;
  align-items: flex-start;
  gap: 37px;
  justify-content: center;
  flex-wrap: wrap;
}

.large-circle-wpr {
  border-radius: 181.5px;
  background-image: url(../../images/gradient-circle-border.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  width: 363px;
  height: 363px;
  padding: 70px 52px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.large-circle-heading {
  color: var(--Interaction-interactive-accent-text, #252525);
  text-align: center;
  font-family: Inter;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.large-circle-body {
  color: var(--Interaction-interactive-accent-text, #252525);
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.sector-page .large-circle-wpr, .sector-page .large-circle-heading, .sector-page .large-circle-body {
  color: #FFF;
}

/* font */
.text-left-unimportant {
  text-align: left;
}

.font-grey {
  color: #919191;
}

body {
  color: white;
}

h1,
.h1 {
  font-size: 120px;
  font-weight: 700;
  letter-spacing: 0.595px;
  line-height: normal;
}

.xl-h1 {
  font-size: 140px;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 639px) and (max-width: 900px) {
  .xl-h1 {
    font-size: 90px;
  }
}

.spaced-text {
  letter-spacing: 6.4px;
}

.uppercase {
  text-transform: uppercase;
}

.case-study-heading {
  font-size: 46.66px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: 0.544px;
  font-family: RBCDisplay;
}
@media (max-width: 639px) {
  .case-study-heading {
    font-size: 32px;
    line-height: 40px;
  }
}

#case-study {
  font-family: RBCDisplay;
  font-size: 18.68px;
  font-weight: 500;
  line-height: 18.68px;
  letter-spacing: 0.4em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
@media (max-width: 639px) {
  #case-study {
    font-size: 16px;
  }
}

.case-study h4 {
  font-family: RBCDisplay;
  font-size: 38.048px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal !important;
  letter-spacing: 0.277px;
  color: #225757;
}
@media (max-width: 639px) {
  .case-study h4 {
    font-size: 24px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 30px !important; /* 125% */
  }
}

.casestudy-xl-font {
  font-family: RBCDisplay;
  color: #2c4024;
  font-size: 36px;
  font-weight: 700;
  line-height: 47px;
  letter-spacing: 0.3165611327px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
@media (max-width: 639px) {
  .casestudy-xl-font {
    font-family: RBCDisplay;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.3165611327px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}

.casestudy-xxl-font {
  font-family: RBCDisplay;
  color: #2c4024;
  font-size: 56px;
  font-weight: 700;
  line-height: 61px;
  letter-spacing: 0.3165611327px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
@media (max-width: 639px) {
  .casestudy-xxl-font {
    font-family: RBCDisplay;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.3165611327px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}

.casestudy-mega-font {
  font-family: RBCDisplay;
  color: #235656;
  font-size: 136.59px;
  font-weight: 700;
  line-height: 145.7px;
  letter-spacing: 0.6184346676px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.casestudy-mega-font.smaller {
  font-size: 90px;
  line-height: 90px;
}
.casestudy-mega-font.bit-smaller {
  font-size: 130px;
}
@media (max-width: 639px) {
  .casestudy-mega-font {
    font-size: 120px;
    line-height: 120px;
  }
  .casestudy-mega-font.smaller {
    font-size: 80px;
    line-height: 80px;
  }
}

.color-seaweed {
  color: #225757;
}

.color-deep-navy {
  color: #003168;
}

.blockquote-heading {
  font-family: RBCDisplay;
  font-size: 36.667px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.317px;
  margin-bottom: 32px;
}
@media (max-width: 639px) {
  .blockquote-heading {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.thematic-breakdown-heading {
  font-family: RBCDisplay;
  font-size: 58px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 639px) {
  .thematic-breakdown-heading {
    font-size: 28px;
    line-height: 35px; /* 125% */
  }
}

.trends-heading-row h2 {
  font-family: RBCDisplay;
  font-size: 57.864px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 639px) {
  .trends-heading-row h2 {
    font-size: 28px;
    line-height: 35px; /* 125% */
  }
}

.climate-footer-heading {
  font-family: RBCDisplay;
  font-size: 47.359px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.235px;
}
@media (max-width: 639px) {
  .climate-footer-heading {
    font-size: 32px;
  }
}

.scorecard-font {
  font-size: 18.68px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 7.472px;
}
@media (max-width: 639px) {
  .scorecard-font {
    font-size: 16px;
    letter-spacing: 6.4px;
  }
}

.climate-action-score-heading {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 106.667% */
}
@media (max-width: 639px) {
  .climate-action-score-heading {
    font-size: 16px;
    line-height: 25px; /* 156.25% */
  }
}

.key-index-heading {
  font-family: RBCDisplay;
  font-size: 24px;
  line-height: 30px;
  font-style: normal;
  font-weight: 500;
}
.key-index-heading .key-index-larger-font {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.466px;
  margin-top: 16px;
  display: block;
}
@media (max-width: 639px) {
  .key-index-heading {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px; /* 125% */
  }
}

.pull-quote-font-1 {
  font-family: RBCDisplay;
  font-size: 36px;
  font-weight: 700;
  line-height: 41.76px;
  letter-spacing: 0.3165611327px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--Color, #2c4024);
}
@media (max-width: 639px) {
  .pull-quote-font-1 {
    font-family: RBCDisplay;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.3165611327px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}

.pull-quote-font-2 {
  font-family: RBCDisplay;
  font-size: 28px;
  font-weight: 700;
  line-height: 32.48px;
  letter-spacing: 0.3165611327px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--Color, #2c4024);
}
@media (max-width: 639px) {
  .pull-quote-font-2 {
    font-family: RBCDisplay;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.3165611327px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}

.pull-quote-font-3 {
  font-family: RBCDisplay;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.3165611327px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--Color, #2c4024);
}
@media (max-width: 639px) {
  .pull-quote-font-3 {
    font-family: RBCDisplay;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.3165611327px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}

.pull-quote-font-4 {
  font-family: RBCDisplay;
  font-size: 116.83px;
  font-weight: 700;
  line-height: 116.83px;
  letter-spacing: 0.3016840518px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #235656;
}
@media (max-width: 639px) {
  .pull-quote-font-4 {
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0.6791399121px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}

.pull-quote-font-5 {
  font-family: RBCDisplay;
  font-size: 36.67px;
  font-weight: 700;
  line-height: 47px;
  letter-spacing: 0.3165611327px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #2c4024;
}
@media (max-width: 639px) {
  .pull-quote-font-5 {
    font-family: RBCDisplay;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.3165611327px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}

.pull-quote-font-6 {
  font-family: RBCDisplay;
  font-size: 150px;
  font-weight: 700;
  line-height: 150px;
  letter-spacing: 0.6791399121px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #235656;
}
@media (max-width: 639px) {
  .pull-quote-font-6 {
    font-size: 120px;
    font-weight: 700;
    line-height: 120px;
    letter-spacing: 0.6791399121px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}

.pull-quote-font-7 {
  font-family: RBCDisplay;
  font-size: 136.93px;
  font-weight: 700;
  line-height: 136.93px;
  letter-spacing: 0.6791399121px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #235656;
}
@media (max-width: 639px) {
  .pull-quote-font-7 {
    font-size: 120px;
    font-weight: 700;
    line-height: 120px;
    letter-spacing: 0.6791399121px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}

.pull-quote-font-8 {
  font-family: RBCDisplay;
  font-size: 102px;
  font-weight: 700;
  line-height: 102px;
  letter-spacing: 0.6791399121px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #235656;
}
@media (max-width: 639px) {
  .pull-quote-font-8 {
    font-size: 120px;
    font-weight: 700;
    line-height: 120px;
    letter-spacing: 0.6791399121px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}

.pull-quote-font-9 {
  font-family: RBCDisplay;
  font-size: 132px;
  font-weight: 700;
  line-height: 132px;
  letter-spacing: 0.6791399121px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #235656;
}
@media (max-width: 639px) {
  .pull-quote-font-9 {
    font-size: 120px;
    font-weight: 700;
    line-height: 120px;
    letter-spacing: 0.6791399121px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}

.pull-quote-font-10 {
  font-family: RBCDisplay;
  font-size: 35.67px;
  font-weight: 700;
  line-height: 47px;
  letter-spacing: 0.3165611327px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--Color, #2c4024);
}
@media (max-width: 639px) {
  .pull-quote-font-10 {
    font-family: RBCDisplay;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.3165611327px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}

.pull-quote-font-11 {
  font-family: RBCDisplay;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.3165611327px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--Color, #2c4024);
}
@media (max-width: 639px) {
  .pull-quote-font-11 {
    font-family: RBCDisplay;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.3165611327px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}

.pull-quote-font-12 {
  font-family: RBCDisplay;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.3165611327px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #2c4024;
}
@media (max-width: 639px) {
  .pull-quote-font-12 {
    font-family: RBCDisplay;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.3165611327px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}

.pull-quote-font-13 {
  font-family: RBCDisplay;
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0.3165611327px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #2c4024;
}
@media (max-width: 639px) {
  .pull-quote-font-13 {
    font-family: RBCDisplay;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.3165611327px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}

.pull-quote-font-14 {
  font-family: RBCDisplay;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.3165611327px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #2C4024;
}
@media (max-width: 639px) {
  .pull-quote-font-14 {
    font-family: RBCDisplay;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.3165611327px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}

.pull-quote-font-15 {
  font-family: RBCDisplay;
  font-size: 80px;
  font-weight: 700;
  line-height: 100px;
  letter-spacing: 0.3165611327px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #2C4024;
}

.pull-quote-font-16 {
  font-family: RBCDisplay;
  font-size: 36.67px;
  font-weight: 700;
  line-height: 47px;
  letter-spacing: 0.3165611327px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--Color, #2C4024);
}
@media (max-width: 639px) {
  .pull-quote-font-16 {
    font-family: RBCDisplay;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.3165611327px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}

.text-shadow {
  text-shadow: 0px 4px 14px rgba(0, 0, 0, 0.3);
}

/* new styles */
@media (min-width: 640px) {
  .sub-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    max-width: 930px;
  }
  .sub-header .sub-nav {
    width: 100%;
    height: 100% !important;
  }
  .sub-header .sub-nav .sub-links {
    display: flex !important;
    justify-content: space-between !important;
  }
}
/* end new styles */
/* Custom Header - below css from 2024 version */
header #header.master-header {
  height: 90px;
  padding-top: 0px;
  padding-bottom: 0px;
}

header #header.master-header .logo-wpr {
  align-self: center !important;
  display: flex;
  margin-right: 15px !important;
}

header #header.master-header .logo-wpr .logo-img {
  height: auto !important;
  margin-right: 15px !important;
}

header #header.master-header .logo-wpr .logo-img img {
  height: 60px !important;
}

header #header.master-header .logo-wpr .logo-text {
  font-size: 1.9rem;
  line-height: 2.2rem;
}

header #header-language li a {
  text-decoration: underline;
}

header #header-language li a.active {
  color: #000000 !important;
  text-decoration: none;
}

header #content-language.dropdown-content {
  min-width: max-content;
}

header .sub-header {
  align-self: flex-end;
  background: none !important;
}

header .sub-header .sub-nav {
  padding-right: 0px;
  height: 50px;
}

header .sub-header .sub-nav > ul.sub-links {
  padding: 0;
  border-bottom: none;
}

header .sub-header .sub-nav > ul.sub-links > li:hover,
header .sub-header .sub-nav > ul.sub-links > li.active-dir,
header .sub-header .sub-nav > ul.sub-links > li.active {
  box-shadow: inset 0 -4px 0 0 #EFD70C;
}

header .sub-header .sub-nav > ul.sub-links > li:hover > a,
header .sub-header .sub-nav > ul.sub-links > li.active-dir > a,
header .sub-header .sub-nav > ul.sub-links > li.active > a {
  font-weight: 500;
}

header .sub-header .sub-nav > ul.sub-links > li.no-hover {
  box-shadow: none;
}

header .sub-header .sub-nav > ul.sub-links > li > a,
header .sub-header .sub-nav > ul.sub-links > li .dropdown-overlay .dropdown-text {
  font-size: 1.4rem;
  line-height: 2rem;
}

header .sub-header .sub-nav > ul.sub-links > li > a:not(.btn.tertiary) {
  color: #fff !important;
}

header .sub-header .sub-nav > ul.sub-links > li > a.before.pdf-icon {
  display: flex;
  padding: 12px 15px;
  text-align: center;
  text-decoration: none !important;
  text-transform: capitalize;
}

header .sub-header .sub-nav > ul.sub-links > li > a.before.pdf-icon::before {
  content: url("/climate-action-institute/climate-action-26/_assets-custom/images/icons/pdf-icon.svg");
  padding-top: 1px;
  display: inline-block;
  background-size: 12px 16px;
  background-repeat: no-repeat;
  width: 12px;
  height: 20px;
  vertical-align: text-bottom;
  margin-right: 15px;
  visibility: visible;
}

header .sub-header .sub-nav > ul.sub-links > li > a:before {
  display: block;
  content: attr(title);
  font-weight: 500;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

header .sub-header .sub-nav > ul.sub-links > li .dropdown-overlay .dropdown-text {
  color: #fff;
}

header .sub-header .sub-nav > ul.sub-links > li:hover .dropdown-overlay .dropdown-text, header .sub-header .sub-nav > ul.sub-links > li.active .dropdown-overlay .dropdown-text {
  font-weight: 500;
}

header .sub-header .sub-nav > ul.sub-links > li .dropdown-overlay .dropdown-text:after {
  content: url(/dvl/v1.0/assets/images/ui/ui-triangle-down-white.svg) !important;
}

header .sub-header .sub-nav > ul.sub-links > li .dropdown-overlay .dropdown-text:before {
  display: block;
  content: attr(data-test);
  font-weight: 500;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  margin-right: 13px;
}

/* highcharts overrides */
.highcharts-credits {
  display: none !important;
}

.trends-graph-container .highcharts-stack-labels text,
.trends-graph-container-alt .highcharts-stack-labels text {
  font-family: RBCDisplay;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 27px; /* 135% */
}

.scorecard-graph-container .highcharts-data-label text {
  font-family: Roboto;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
}

.scorecard-graph-container .highcharts-xaxis-labels text {
  font-family: Roboto;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
}

.slick-slide[aria-hidden=true] {
  height: 0 !important;
}

/* floating nav */
.floating-nav-container .fl-small-text {
  font-family: RBCDisplay;
  font-size: 11px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.152px;
}
.floating-nav-container .fl-small-text.top-aligned {
  display: inline-flex;
  align-content: flex-start;
  vertical-align: top;
  margin-top: 3px;
}
.floating-nav-container .fl-large-text {
  font-family: RBCDisplay;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.103px;
}
.floating-nav-container .fl-nav-heading {
  font-family: RBCDisplay;
  font-size: 13.28px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 180.723% */
  letter-spacing: 4.74px;
  text-transform: capitalize;
}
.floating-nav-container {
  z-index: 100;
  position: absolute;
  top: 230px;
  right: 0;
  border-radius: 8px 0px 0px 8px;
  background: rgba(0, 0, 0, 0.27);
  padding: 24px;
}
.floating-nav-container.sticky {
  position: fixed;
  top: 20px;
}
.floating-nav-container img, .floating-nav-container .fl-nav-heading {
  margin-bottom: 20px;
}
.floating-nav-container a {
  color: #FFFFFF !important;
}
@media (max-width: 639px) {
  .floating-nav-container {
    display: none;
  }
}
.floating-nav-container .fl-navigational-item {
  padding: 16px 8px 16px 24px;
  border-left: 1px solid #FFF;
}
.floating-nav-container .fl-navigational-item.active {
  border-left: 1px solid #51B5E0;
}
.floating-nav-container .lil-rectangle {
  width: 34px;
  height: 2px;
  margin-bottom: 32px;
}
.floating-nav-container .lil-rectangle.yellow {
  background-color: #FFC72C;
}

/* historical trends */
@media (max-width: 639px) {
  .trends-container .trends-graph-container-alt .carousel-on-mobile .slick-arrow {
    width: 36px;
    height: 36px;
    overflow: hidden;
  }
  .trends-container .trends-graph-container-alt .carousel-on-mobile .slick-prev.slick-arrow {
    position: absolute;
    left: 22px;
    top: calc(50% - 30px);
    z-index: 200;
    transform: rotateY(180deg);
  }
  .trends-container .trends-graph-container-alt .carousel-on-mobile .slick-prev.slick-arrow:before {
    content: url(/climate-action-institute/climate-action-26/_assets-custom/images/icons/carousel_next_active.svg);
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .trends-container .trends-graph-container-alt .carousel-on-mobile .slick-prev.slick-arrow.slick-disabled:before {
    transform: rotateY(180deg);
    content: url(/climate-action-institute/climate-action-26/_assets-custom/images/icons/carousel_next_disabled.svg);
  }
  .trends-container .trends-graph-container-alt .carousel-on-mobile .slick-next.slick-arrow {
    position: absolute;
    right: 22px;
    top: calc(50% - 30px);
    z-index: 200;
  }
  .trends-container .trends-graph-container-alt .carousel-on-mobile .slick-next.slick-arrow:before {
    content: url(/climate-action-institute/climate-action-26/_assets-custom/images/icons/carousel_next_active.svg);
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .trends-container .trends-graph-container-alt .carousel-on-mobile .slick-next.slick-arrow.slick-disabled:before {
    transform: rotateY(180deg);
    content: url(/climate-action-institute/climate-action-26/_assets-custom/images/icons/carousel_next_disabled.svg);
  }
}
@media (min-width: 640px) {
  .trends-container .trends-graph-container-alt .carousel-on-mobile {
    display: flex;
    align-content: space-between;
  }
}
.trends-container .trends-graph-container-alt .carousel-on-mobile .trends-graph {
  flex-basis: 16.66%;
}
.trends-container .trends-graph-container-alt .carousel-on-mobile .trends-graph .trends-graph-line-spacer {
  width: 100%;
  padding-top: 25px;
  /*
  @media (min-width: vars.$breakpoint-mobile-plus-one) {
    border-top: 2px dashed #969696;
  }*/
}
.trends-container .trends-graph-container-alt .carousel-on-mobile .trends-graph .trends-graph-firstgraph-line-spacer {
  width: 100%;
  padding-top: 25px;
}
@media (min-width: 640px) {
  .trends-container .trends-graph-container-alt .carousel-on-mobile .trends-graph:first-of-type {
    border-radius: 8px;
    border: 1px solid #FFF;
  }
}
@media (max-width: 639px) {
  .trends-container .trends-graph-container-alt .carousel-on-mobile .trends-graph .trends-graph-inner {
    border: 1px solid #FFF;
    border-radius: 8px;
    margin-left: 40px;
    margin-right: 40px;
  }
}
.trends-container .trends-graph-container-alt .carousel-on-mobile .trends-graph .trends-graph-content {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
@media (max-width: 639px) {
  .trends-container .trends-graph-container-alt .carousel-on-mobile .trends-graph .trends-graph-content {
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
  }
}
.trends-container .trends-graph-container-alt .carousel-on-mobile .trends-graph .trends-graph-content p {
  display: flex;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}
.trends-container .trends-graph-container-alt .carousel-on-mobile .trends-graph .trends-graph-content p.roboto-bold {
  font-weight: 700 !important;
}
.trends-container .trends-graph-container-alt .carousel-on-mobile .trends-graph .trends-graph-content p {
  line-height: normal;
}
.trends-container .trends-graph-container-alt .carousel-on-mobile .trends-graph .trends-graph-content p .dotted-spacer {
  flex-grow: 1;
  border-bottom: 2px dotted white;
  margin-bottom: 3px;
  margin-right: 1px;
}
@media (max-width: 639px) {
  .trends-container .trends-graph-container-alt {
    /** Progress Bar*/
  }
  .trends-container .trends-graph-container-alt .progress {
    display: none;
    width: 100%;
    height: 1px;
    overflow: hidden;
    background-color: white;
    background-image: linear-gradient(to right, #FFC000, #FFC000);
    background-repeat: no-repeat;
    background-size: 20% 100%;
    transition: background-size 0.4s ease-in-out;
    margin: 30px 40px 0px 40px;
  }
}
.trends-container .trends-heading-row {
  display: flex;
  justify-content: center;
  margin-bottom: 64px;
}
.trends-container .trends-heading-row h3, .trends-container .trends-heading-row h2.h3 {
  color: #252525;
  text-align: center;
  /* Headings/Desktop/H2 */
  font-family: "RBCDisplay";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
}
@media (max-width: 639px) {
  .trends-container .trends-heading-row {
    margin-bottom: 32px;
    flex-direction: column;
  }
  .trends-container .trends-heading-row h2.h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
.trends-container .trends-legend {
  display: flex;
  max-width: 600px;
  flex-basis: 70%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 639px) {
  .trends-container .trends-legend {
    flex-wrap: wrap;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.trends-container .trends-legend .trends-legend-item {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 639px) {
  .trends-container .trends-legend .trends-legend-item {
    flex-basis: 50%;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
}
.trends-container .trends-legend .trends-legend-item img {
  margin-right: 15px;
}
@media (max-width: 639px) {
  .trends-container .trends-legend .trends-legend-item img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}

/* thematic breakdown scorecard graph */
.scorecard-graph-container .scorecard-graph-heading {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 639px) {
  .scorecard-graph-container .scorecard-graph-heading {
    flex-direction: column;
    padding-top: 32px;
  }
}
.scorecard-graph-container .scorecard-graph-heading h4 {
  flex-basis: 40%;
}
.scorecard-graph-container .scorecard-legend {
  display: flex;
}
@media (max-width: 639px) {
  .scorecard-graph-container .scorecard-legend {
    flex-direction: column;
  }
}
.scorecard-graph-container .scorecard-legend .scorecard-legend-item {
  flex-basis: 50%;
  display: flex;
  margin-bottom: 20px;
}
.scorecard-graph-container .scorecard-legend .scorecard-legend-item p {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 12px;
}
.scorecard-graph-container .scorecard-legend .scorecard-legend-item .scorecard-legend-color {
  min-width: 27px;
  height: 27px;
}
.scorecard-graph-container .scorecard-legend .scorecard-legend-item .scorecard-legend-color.white {
  background-color: #FFF;
}
.scorecard-graph-container .scorecard-legend .scorecard-legend-item .scorecard-legend-color.policy-blue {
  background-color: #51B5E0;
}
.scorecard-graph-container .scorecard-legend .scorecard-legend-item .scorecard-legend-color.emissions-brown {
  background-color: #C1B5A5;
}
.scorecard-graph-container .scorecard-legend .scorecard-legend-item .scorecard-legend-color.action-green {
  background-color: #9BBFB9;
}
.scorecard-graph-container .scorecard-legend .scorecard-legend-item .scorecard-legend-color.capital-yellow {
  background-color: #FFB714;
}

/* thematic breakdown tabs */
.section-tabs .tab-content {
  background-color: transparent;
}
.section-tabs .tab-nav {
  justify-content: space-between;
  text-align: center;
  border-bottom: 2px solid #E0E0E0;
  display: flex;
}
.section-tabs .tab-nav.four-tabs li {
  flex-basis: 25%;
}
.section-tabs .tab-nav li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.section-tabs .tab-nav li:before {
  display: none !important;
}
.section-tabs .tab-nav li {
  background-color: transparent !important;
}
.section-tabs .tab-nav li a {
  color: white;
  width: 100%;
}
.section-tabs .tab-nav li.active {
  border-bottom: 2px solid #51B5E0 !important;
}
.section-tabs .tab-nav li.active a {
  color: #51B5E0;
}
.section-tabs .tab-nav li.active :after {
  content: "" !important;
}
@media (max-width: 639px) {
  .section-tabs .tab-nav li {
    border-top: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
  }
  .section-tabs .tab-nav li a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}

/* footer */
.floating-trees {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  bottom: 0;
  align-items: end;
}

footer .footer-right {
  display: none !important;
}

footer .footer-left {
  text-align: left !important;
}

footer .fat-footer {
  background-color: #00419F;
}

footer .main-footer {
  background-color: #002459;
}

.fat-footer {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 639px) {
  .fat-footer {
    padding: 32px;
  }
}
.fat-footer .grey-footer-heading {
  color: #B3B3B3;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
.fat-footer .footer-leftside, .fat-footer .footer-rightside {
  display: flex;
}
.fat-footer .footer-rightside p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 20px !important; /* 142.857% */
}
.fat-footer .footer-rightside .rs1 .btn {
  padding: 14px 20px;
}
.fat-footer .footer-leftside li > a {
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 20px !important; /* 142.857% */
}
.fat-footer .locator-icon.before.primary.pdf-icon::before {
  content: url("/climate-action-institute/climate-action-26/_assets-custom/images/icons/pdf-icon-inverse.svg");
  padding-top: 3px;
}
@media (min-width: 640px) {
  .fat-footer .footer-leftside .list2 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .fat-footer .footer-rightside .rs2 {
    margin-left: 64px;
  }
}
@media (max-width: 639px) {
  .fat-footer .fat-footer-inner {
    flex-direction: column;
  }
  .fat-footer .footer-leftside {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
  .fat-footer .footer-rightside {
    margin-top: 30px;
    flex-direction: column;
    width: 100%;
  }
  .fat-footer .footer-rightside .rs2 {
    margin-top: 30px;
  }
}

@media (max-width: 639px) {
  .main-footer-inner {
    padding: 32px;
  }
}

.climate-footer-logo-container {
  display: flex;
}
.climate-footer-logo-container img {
  margin-right: 23px;
}
.climate-footer-logo-container p {
  font-family: RBCDisplay;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.427px; /* 150% */
  padding-left: 23px;
  border-left: 1px solid #FAFAFA;
}

.custom-mobile-case-study-image-style-1 {
  object-fit: none;
  aspect-ratio: 1;
  border-bottom-right-radius: 40px;
}

.custom-mobile-case-study-image-style-2 {
  object-fit: none;
  aspect-ratio: 1;
}

.case-study-highlight-block {
  border-radius: 0px 0px 0px 40px;
  background: rgba(134, 159, 73, 0.1019607843);
  display: flex;
  flex-direction: row;
  align-items: center;
}
.case-study-highlight-block.large {
  padding: 32px !important;
}
@media (min-width: 640px) {
  .case-study-highlight-block.large.pad-50-lr {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .case-study-highlight-block.large.pad-50-l {
    padding-left: 50px !important;
  }
}
@media (max-width: 639px) {
  .case-study-highlight-block.large {
    padding: 20px !important;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.case-study-highlight-block.small {
  padding: 20px 50px !important;
}
@media (max-width: 639px) {
  .case-study-highlight-block.small {
    padding: 20px !important;
  }
}
@media (min-width: 640px) {
  .case-study-highlight-block p {
    margin-bottom: 0;
  }
  .case-study-highlight-block.three-items .left-item {
    flex-basis: 35%;
    padding-right: 30px;
  }
  .case-study-highlight-block.three-items .left-item.larger {
    flex-basis: 40%;
  }
  .case-study-highlight-block.three-items .center-item {
    flex-basis: 30%;
  }
  .case-study-highlight-block.three-items .right-item {
    flex-basis: 25%;
    padding-left: 40px;
  }
  .case-study-highlight-block.two-items .left-item {
    flex-basis: 50%;
  }
  .case-study-highlight-block.two-items .left-item.larger {
    flex-basis: 55%;
  }
  .case-study-highlight-block.two-items .right-item {
    flex-basis: 50%;
    padding-left: 15px;
  }
  .case-study-highlight-block.two-items.closer-together {
    justify-content: center;
  }
  .case-study-highlight-block.two-items.closer-together .left-item {
    flex-basis: 40%;
  }
  .case-study-highlight-block.two-items.closer-together .left-item.larger {
    flex-basis: 50%;
  }
  .case-study-highlight-block.two-items.closer-together .right-item {
    flex-basis: 40%;
  }
  .case-study-highlight-block.two-items.closer-together .right-item.larger {
    flex-basis: 45%;
  }
}
.case-study-highlight-block {
  /*
  & > * {
      flex: 1;
  }*/
}
@media (max-width: 639px) {
  .case-study-highlight-block {
    flex-direction: column;
    align-items: flex-start;
  }
}

.custom-pull-quote-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
@media (max-width: 639px) {
  .custom-pull-quote-1 {
    flex-direction: column;
  }
}

.no-wrap {
  white-space: nowrap;
}
@media (max-width: 639px) {
  .no-wrap {
    white-space: unset;
  }
}

/* top of page spinner & bubble graph */
.expand-bubble-graph-trigger {
  cursor: default;
}

.expand-bubble-graph-trigger #vector-arrow-img {
  left: 540px;
  width: 230px;
}
.expand-bubble-graph-trigger #vector-arrow-img.agriculture-vector-arrow {
  top: 370px;
}
.expand-bubble-graph-trigger #vector-arrow-img.buildings-vector-arrow {
  top: 420px;
}
.expand-bubble-graph-trigger #vector-arrow-img.electricity-vector-arrow {
  top: 360px;
}
.expand-bubble-graph-trigger #vector-arrow-img.nci-vector-arrow {
  top: 382px;
  left: 500px;
  width: 120px;
}
.expand-bubble-graph-trigger #vector-arrow-img.heavy-industry-vector-arrow {
  top: 360px;
}
.expand-bubble-graph-trigger #vector-arrow-img.oil-gas-vector-arrow {
  top: 360px;
}
.expand-bubble-graph-trigger #vector-arrow-img.transportation-vector-arrow {
  top: 400px;
}
@media (max-width: 1180px) {
  .expand-bubble-graph-trigger #vector-arrow-img {
    display: none;
  }
}

.bubble-graph-wpr {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 639px) {
  .bubble-graph-wpr {
    justify-content: center;
  }
}
.bubble-graph-wpr #bubble-graph-img {
  margin-top: 30px;
  width: 100%;
  max-width: 385px;
}

#expand-bubble-graph-content-abs-imgs > .grid-wpr {
  flex: 1;
  align-self: flex-end;
}
@media (max-width: 639px) {
  #expand-bubble-graph-content-abs-imgs {
    flex-direction: column-reverse;
  }
  #expand-bubble-graph-content-abs-imgs > .grid-wpr {
    flex: 1;
    align-self: center;
  }
}

.bubble-graph-icons-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 640px) {
  .bubble-graph-icons-container {
    padding-left: 45px;
  }
}
@media (max-width: 1000px) {
  .bubble-graph-icons-container {
    flex-wrap: wrap;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px !important;
  }
}
@media (max-width: 639px) {
  .bubble-graph-icons-container {
    flex-wrap: wrap;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px !important;
  }
}
.bubble-graph-icons-container .bubble-graph-icon-wpr {
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  .bubble-graph-icons-container .bubble-graph-icon-wpr {
    flex-basis: 50%;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .bubble-graph-icons-container .bubble-graph-icon-wpr .bubble-graph-icon {
    padding-right: 10px;
  }
  .bubble-graph-icons-container .bubble-graph-icon-wpr .bubble-graph-icon img {
    width: 20px;
    height: 20px;
  }
}
.bubble-graph-icons-container .bubble-graph-icon-wpr .bubble-graph-icon {
  padding-right: 15px;
}

.spinner-container {
  position: relative;
  text-align: left;
}
@media (max-width: 639px) {
  .spinner-container {
    text-align: center;
  }
}
.spinner-container .spinner-img {
  max-width: 570px;
  width: 100%;
}
@media (max-width: 639px) {
  .spinner-container .spinner-img {
    width: 344px;
    max-width: 100%;
  }
}

.abs-positioned-spinner-content {
  position: absolute;
  left: calc(50% - 120px);
  top: calc(50% - 82px);
}
@media (min-width: 640px) {
  .abs-positioned-spinner-content {
    width: 238px;
    height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 639px) {
  .abs-positioned-spinner-content {
    left: calc(50vw - 88px);
    top: calc(50% - 50px);
  }
}

.bubble-graph-animate.show-animate-fadein {
  opacity: 0;
  transition: all 100ms linear;
}
.bubble-graph-animate.show-animate-fadein.active {
  opacity: 1;
}
.bubble-graph-animate.show-animate-fadeout {
  opacity: 1;
  transition: all 100ms linear;
}
.bubble-graph-animate.show-animate-fadeout.active {
  opacity: 0;
}
.bubble-graph-animate.show-animate-height {
  max-height: 0;
  transition: all 200ms ease-in;
}
.bubble-graph-animate.show-animate-height.active {
  max-height: 100px;
}
@media (max-width: 1000px) {
  .bubble-graph-animate.show-animate-height.active {
    max-height: 300px;
  }
}
@media (max-width: 8000px) {
  .bubble-graph-animate.show-animate-height.active {
    max-height: 400px;
  }
}
@media (max-width: 639px) {
  .bubble-graph-animate.show-animate-height.active {
    max-height: 550px;
  }
}
.bubble-graph-animate.show-animate-bounce.active {
  animation: bounce 600ms ease-out 10ms;
}
.bubble-graph-animate.show-animate-slidein.active {
  animation: slide-in 100ms linear 10ms;
}
.bubble-graph-animate.show-animate-slidein:not(.active) {
  animation: slide-out 100ms linear 10ms;
}
.bubble-graph-animate.show-animate-moveto {
  top: 0;
  transition-delay: 10ms;
  transition: all 100ms ease-out 10ms;
  will-change: transform, top, left;
}

@keyframes bounce {
  0%, 25%, 50%, 75%, 100% {
    margin-top: 0px;
  }
  25% {
    margin-top: -10px;
  }
  50% {
    margin-top: 4px;
  }
}
@keyframes slide-in {
  from {
    transform: translateY(20%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes slide-out {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(20%);
  }
}
.dotted-circle.pos-abs {
  position: absolute;
  right: 3px;
  max-width: 565px;
}
@media (max-width: 639px) {
  .dotted-circle.pos-abs {
    right: calc(50% - 172px);
  }
}
@media (max-width: 384px) {
  .dotted-circle.pos-abs {
    max-width: 100%;
    right: 0;
  }
}

.about-us-content-container {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 768px) {
  .about-us-content-container {
    flex-direction: column;
    width: 100%;
  }
  .about-us-content-container .inner-copy {
    max-width: unset !important;
    margin-left: 0 !important;
  }
  .about-us-content-container .inner-person {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.about-us-content-container h1, .about-us-content-container .h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
}
.about-us-content-container .copy-container {
  flex: 1;
  background: #F8F3E6;
}
.about-us-content-container .inner-copy {
  max-width: 600px;
  margin-left: auto;
}
.about-us-content-container .person-callout {
  border: none;
  background: transparent;
}
.about-us-content-container .person-callout-img {
  max-width: 161px;
  border-radius: 100%;
  margin: auto;
  aspect-ratio: 1/1;
}
.about-us-content-container .inner-person {
  max-width: 585px;
  margin-right: auto;
}
.about-us-content-container .person-heading {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #444444;
}
.about-us-content-container .person-description {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #444444;
}
.about-us-content-container .person-wrapper {
  flex: 1;
}

.modal {
  max-width: 1170px;
}

@media (min-width: 639px) and (max-width: 880px) {
  .idea-of-the-year-container .custom-hero {
    height: 768px !important;
  }
}
@media (max-width: 639px) {
  .idea-of-the-year-container .custom-hero {
    height: 200px !important;
  }
  .idea-of-the-year-container .small-heading {
    font-size: 18px !important;
  }
  .idea-of-the-year-container .case-study {
    margin-top: 0 !important;
  }
  .idea-of-the-year-container .custom-mobile-case-study-image-style-1 {
    aspect-ratio: unset;
  }
  .idea-of-the-year-container .case-study-highlight-block.small {
    max-width: 100% !important;
  }
  .idea-of-the-year-container .case-study-highlight-block.idea-padding {
    padding: 20px !important;
  }
}
@media (max-width: 375px) {
  .idea-of-the-year-container .custom-mobile-case-study-image-style-1 {
    aspect-ratio: 1;
  }
}
.idea-of-the-year-container .small-heading {
  font-size: 34px;
}
.idea-of-the-year-container .hero-idea-of-the-year {
  border-radius: 0px 0px 70px 0px !important;
}
.idea-of-the-year-container .bullet-point {
  font-family: "RBCDisplay";
  font-size: 20px;
  color: #252525;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}
.idea-of-the-year-container .casestudy-xl-font.small {
  font-size: 32px;
}
.idea-of-the-year-container .casestudy-mega-font.small {
  font-size: 80px;
  line-height: 100px;
}
.idea-of-the-year-container .case-study h3 {
  font-family: RBCDisplay;
  font-size: 38.048px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal !important;
  letter-spacing: 0.277px;
  color: #225757;
}
@media (max-width: 639px) {
  .idea-of-the-year-container .case-study h3 {
    font-size: 24px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 30px !important; /* 125% */
  }
}
.idea-of-the-year-container .case-study-highlight-block.idea-padding {
  padding: 50px 36px 58px 37px !important;
}
.idea-of-the-year-container .casestudy-xl-font {
  font-size: 32px;
}
.idea-of-the-year-container .custom-mobile-case-study-image-style-1 {
  object-fit: cover !important;
}

.hero-overview {
  background: url("/climate-action-institute/climate-action-26/_assets-custom/images/overview/overview_hero.png");
  aspect-ratio: 1920/799;
  background-size: cover;
  background-color: black;
}
@media (max-width: 639px) {
  .hero-overview {
    aspect-ratio: unset;
  }
}

.callout-overview {
  background: url("/climate-action-institute/climate-action-26/_assets-custom/images/overview/overview_callout.webp");
  aspect-ratio: 1920/1155;
  background-size: cover;
  background-color: black;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 639px) {
  .callout-overview {
    aspect-ratio: unset;
    background-color: unset;
    background: unset;
    background-size: unset;
  }
}

.key-findings-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.key-findings-row {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 8px;
}

.key-findings-block {
  background: white;
  padding: 96px 94px 96px 94px;
  border-radius: 100px 0px 100px 0px;
}
@media (max-width: 639px) {
  .key-findings-block {
    padding: 64px 24px 24px 24px;
    border-radius: 0px;
  }
}

.key-findings-header {
  font-family: RBCDisplay;
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0.4662082195px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #225757;
}
@media (max-width: 639px) {
  .key-findings-header {
    font-size: 32px;
  }
}

.two-column-grid-eh {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  grid-auto-rows: 1fr;
}
@media (max-width: 639px) {
  .two-column-grid-eh {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.two-column-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 639px) {
  .two-column-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.ai-playbook-title {
  font-family: RBCDisplay;
  font-style: unset !important;
  letter-spacing: unset !important;
  color: unset !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.case-study-long-quote {
  font-family: RBCDisplay;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.3165611327px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #2c4024;
}
@media (max-width: 639px) {
  .case-study-long-quote {
    font-size: 24px;
    line-height: 24px;
  }
}

.key-findings-grid {
  display: grid;
  grid-template-rows: repeat(5, minmax(0, max-content));
  gap: 16px 30px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr 1fr;
}
@media (max-width: 639px) {
  .key-findings-grid {
    grid-template-rows: repeat(10, minmax(0, max-content));
  }
}

.header-box {
  background: black;
  padding: 64px;
  gap: 10px;
  border-radius: 0px 100px 0px 0px;
  opacity: 0px;
}
@media (max-width: 639px) {
  .header-box {
    padding: 32px;
  }
}

.header-box-font-1 {
  font-family: RBCDisplay;
  font-size: 94.25px;
  font-weight: 700;
  line-height: 94.25px;
  letter-spacing: 0.4674481153px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
@media (max-width: 639px) {
  .header-box-font-1 {
    font-size: 48px;
    line-height: 48px;
  }
}

.header-box-font-2 {
  font-family: RBCDisplay;
  font-size: 30.82px;
  font-style: italic;
  font-weight: 700;
  line-height: 30.82px;
  letter-spacing: 0.2660858929px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding-top: 5px;
  padding-right: 22px;
}
@media (max-width: 639px) {
  .header-box-font-2 {
    font-size: 16px;
    line-height: 16px;
    padding-right: 11px;
  }
}

.header-box-font-3 {
  font-family: RBCDisplay;
  font-size: 48.13px;
  font-weight: 700;
  line-height: 48.13px;
  letter-spacing: 0.4674481153px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
@media (max-width: 639px) {
  .header-box-font-3 {
    font-size: 24px;
    line-height: 24px;
  }
}

.header-box-bottom-row {
  display: flex;
}

.overview-section {
  font-family: RBCDisplay;
  font-size: 38.048px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal !important;
  letter-spacing: 0.277px;
  color: #225757;
}

@media (min-width: 639px) and (max-width: 880px) {
  #header-bumper {
    display: none !important;
  }
  .callout-overview.pad-tb-dbl.mob-pad-tb-0 {
    padding-top: 0px !important;
  }
  .key-findings-block {
    border-radius: 0px !important;
  }
}
.box {
  color: black;
  border: 1px solid #b3b3b3;
  background: rgba(134, 159, 73, 0.1019607843);
}

.box-heading-font {
  font-family: RBCDisplay;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.box-subheading-font {
  font-family: Inter;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 24px !important;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.box-paragraph-font {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.box-flex-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
@media (max-width: 639px) {
  .box-flex-row {
    flex-direction: column;
  }
}

.box-flex-column {
  display: flex;
  gap: 24px;
  flex-direction: column;
}

.box-grid-1 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.box-grid-2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

body.nci-page main {
  position: relative;
  padding-bottom: 150px;
}

body.nci-page,
body.sector-page {
  color: black;
}
body.nci-page .trends-graph-content .dotted-spacer,
body.sector-page .trends-graph-content .dotted-spacer {
  border-bottom: 2px dotted black !important;
}
body.nci-page .nci-mar-b-custom,
body.sector-page .nci-mar-b-custom {
  padding-bottom: 64px;
}
@media (min-width: 639px) and (max-width: 950px) {
  body.nci-page .nci-mar-b-custom,
  body.sector-page .nci-mar-b-custom {
    padding-bottom: 200px;
  }
}
@media (max-width: 639px) {
  body.nci-page .nci-mar-b-custom,
  body.sector-page .nci-mar-b-custom {
    padding-bottom: 40px;
  }
}
body.nci-page .key-index-heading,
body.sector-page .key-index-heading {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.466px;
}
@media (max-width: 639px) {
  body.nci-page .key-index-heading,
  body.sector-page .key-index-heading {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
  }
}
body.nci-page .bubble-graph-wpr #bubble-graph-img,
body.sector-page .bubble-graph-wpr #bubble-graph-img {
  display: flex;
  max-width: 100%;
}
body.nci-page .bubble-graph-wpr #nci-bubble-graph-img,
body.sector-page .bubble-graph-wpr #nci-bubble-graph-img {
  width: 75%;
  flex: 1 1 75%;
  margin-right: 30px;
}
@media screen and (max-width: 639px) {
  body.nci-page .bubble-graph-wpr #nci-bubble-graph-img,
  body.sector-page .bubble-graph-wpr #nci-bubble-graph-img {
    margin-right: 15px;
  }
}
body.nci-page .bubble-graph-wpr #nci-bubble-legend,
body.sector-page .bubble-graph-wpr #nci-bubble-legend {
  width: 20%;
  flex: 1 1 20%;
}
@media screen and (min-width: 640px) and (max-width: 1000px) {
  body.nci-page .bubble-graph-wpr #nci-bubble-legend,
  body.sector-page .bubble-graph-wpr #nci-bubble-legend {
    opacity: 0;
  }
}
body.nci-page .bubble-graph-wpr #nci-bubble-legend .bubble-graph-icons-container,
body.sector-page .bubble-graph-wpr #nci-bubble-legend .bubble-graph-icons-container {
  flex-wrap: nowrap;
}
body.nci-page .bubble-graph-wpr #nci-bubble-legend .bubble-graph-icon img,
body.sector-page .bubble-graph-wpr #nci-bubble-legend .bubble-graph-icon img {
  width: 34px;
}
@media screen and (max-width: 639px) {
  body.nci-page .bubble-graph-wpr #nci-bubble-legend .bubble-graph-icon,
  body.sector-page .bubble-graph-wpr #nci-bubble-legend .bubble-graph-icon {
    padding-right: 10px;
  }
  body.nci-page .bubble-graph-wpr #nci-bubble-legend .bubble-graph-icon img,
  body.sector-page .bubble-graph-wpr #nci-bubble-legend .bubble-graph-icon img {
    width: 20px;
  }
}
body.nci-page #nci-bubble-legend-tablet,
body.sector-page #nci-bubble-legend-tablet {
  height: 80%;
  margin-top: 60px;
}
@media screen and (min-width: 1001px) {
  body.nci-page #nci-bubble-legend-tablet,
  body.sector-page #nci-bubble-legend-tablet {
    opacity: 0;
  }
}
body.nci-page #nci-bubble-legend-tablet .bubble-graph-icons-container,
body.sector-page #nci-bubble-legend-tablet .bubble-graph-icons-container {
  flex-wrap: nowrap;
  margin-right: initial;
  max-width: 300px;
  min-width: 140px;
  width: 20%;
}
body.nci-page #nci-bubble-legend-tablet .bubble-graph-icon img,
body.sector-page #nci-bubble-legend-tablet .bubble-graph-icon img {
  width: 34px;
}
body.nci-page .climate-icon-row,
body.sector-page .climate-icon-row {
  display: flex;
  align-items: center;
}
body.nci-page .trends-border-top-rounded,
body.sector-page .trends-border-top-rounded {
  border-radius: 16px 16px 0 0;
}
body.nci-page .trends-border-bottom-rounded,
body.sector-page .trends-border-bottom-rounded {
  border-radius: 0 0 16px 16px;
}
@media (min-width: 640px) {
  body.nci-page .trends-container,
  body.sector-page .trends-container {
    margin-top: 64px;
    padding-left: 64px;
    padding-right: 64px;
  }
  body.nci-page .climate-icon-row,
  body.sector-page .climate-icon-row {
    max-width: 1190px;
  }
  body.nci-page,
  body.sector-page {
    /*
    .trends-container .trends-graph-container-alt .carousel-on-mobile .trends-graph:first-of-type {
        border: 1px solid black;
    }*/
  }
  body.nci-page .trends-legend,
  body.sector-page .trends-legend {
    max-width: 90%;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  body.nci-page .trends-legend .trends-legend-item,
  body.sector-page .trends-legend .trends-legend-item {
    white-space: nowrap;
  }
  body.nci-page .trends-legend.trends-legend-skinny,
  body.sector-page .trends-legend.trends-legend-skinny {
    gap: 75px;
  }
  body.nci-page .carousel-on-mobile,
  body.sector-page .carousel-on-mobile {
    display: none !important;
  }
}
body.nci-page,
body.sector-page {
  /* more room for bar charts next to each other */
}
@media screen and (min-width: 640px) and (max-width: 900px) {
  body.nci-page .trends-container,
  body.sector-page .trends-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 639px) {
  body.nci-page .trends-container,
  body.sector-page .trends-container {
    margin-top: 40px;
    margin-bottom: 96px;
  }
  body.nci-page .trends-container .trends-legend,
  body.sector-page .trends-container .trends-legend {
    max-width: 300px;
    margin-bottom: 40px;
  }
  body.nci-page .trends-container .trends-graph-container-alt .carousel-on-mobile .trends-graph .trends-graph-inner,
  body.sector-page .trends-container .trends-graph-container-alt .carousel-on-mobile .trends-graph .trends-graph-inner {
    border: 1px solid #000 !important;
  }
  body.nci-page .desktop-only-chart,
  body.sector-page .desktop-only-chart {
    display: none !important;
  }
}
body.nci-page .trends-legend-item,
body.sector-page .trends-legend-item {
  text-align: left;
}

.climate-action-subcaption {
  color: var(--text-foregrounds-text-low-emphasis, #6F6F6F);
  /* Paragraphs/Text/reg/reg-med */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}

#spinner_under {
  z-index: -1;
  left: 0;
}
@media (max-width: 639px) {
  #spinner_under {
    left: 15px;
  }
}

@media (min-width: 639px) and (max-width: 880px) {
  .custom-hero {
    height: 200px !important;
  }
  .desktop-pushed-up-block {
    position: static !important;
  }
  body.nci-page .nci-mar-b-custom {
    padding-bottom: 0px;
  }
  #spinner_under {
    left: 10px;
  }
}
body.sector-page .trends-container .trends-legend .trends-legend-item {
  position: relative;
  padding-left: 35px;
}
body.sector-page .trends-container .trends-legend .trends-legend-item:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  border: solid 1px #252525;
  border-radius: 10px;
}
body.sector-page .trends-container .trends-legend .trends-legend-item.trends-legend-policy:before {
  background-color: #0063D3;
}
body.sector-page .trends-container .trends-legend .trends-legend-item.trends-legend-capital:before {
  background-color: #51B5E0;
}
body.sector-page .trends-container .trends-legend .trends-legend-item.trends-legend-action:before {
  background-color: #73D24E;
}
body.sector-page .trends-container .trends-legend .trends-legend-item.trends-legend-emissions:before {
  background-color: #FEDF01;
}
@media (min-width: 640px) {
  body.sector-page .climate-icon-row {
    max-width: unset;
    padding-left: 33px;
    padding-right: 55px;
  }
}

/* nci exclusive */
body.nci-page .section-inner {
  max-width: 1390px;
}

body.homepage {
  color: white;
}
body.homepage main {
  background: #023550;
}
body.homepage main a:focus {
  outline: 3px dashed orange !important;
  outline-offset: 3px !important;
}
body.homepage .page-gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0.15%, rgba(1, 40, 59, 0.65) 10.61%, rgba(1, 60, 88, 0.66) 25.9%, #025A85 46.3%, #12315E 92.18%);
  position: relative;
}
@media (max-width: 639px) {
  body.homepage .page-gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0.15%, rgba(1, 40, 59, 0.65) 10.61%, rgba(1, 60, 88, 0.66) 25.9%, #025A85 46.3%, #12315E 92.18%);
  }
}
body.homepage a {
  color: white;
  text-decoration: none;
}
body.homepage h1 {
  color: white;
}
@media (max-width: 639px) {
  body.homepage h1 {
    font-size: 60px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.606px;
  }
}
body.homepage .sectors-heading {
  color: var(--text-foregrounds-text-opposite-1, #FFF);
  font-family: "RBCDisplay";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px; /* 125% */
  margin-bottom: 30px;
}
@media (max-width: 639px) {
  body.homepage .sectors-heading {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 125% */
    margin-bottom: 15px;
  }
}
body.homepage .homepage-bg {
  width: 100%;
  height: 1100px;
  position: absolute;
  /*background: url("/climate-action-institute/climate-action-26/_assets-custom/images/homepage/homepage-bg.jpg") center;*/
}
body.homepage .homepage-top-headings {
  margin-top: 98px !important;
  margin-bottom: 45px !important;
}
@media (max-width: 639px) {
  body.homepage .homepage-top-headings {
    margin-top: 40px !important;
    margin-bottom: 30px !important;
  }
}
body.homepage .homepage-top-headings p {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 150% */
}
@media (max-width: 639px) {
  body.homepage .homepage-top-headings p {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
  }
}
body.homepage .tile {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 32px;
  border-radius: 16px;
  background-color: #004C77;
  min-height: 280px;
}
@media (max-width: 639px) {
  body.homepage .tile {
    padding: 16px;
  }
}
body.homepage .tile.tile-overview {
  background-image: url("/climate-action-institute/climate-action-26/_assets-custom/images/homepage/tile-backgrounds/tile_bg_overview.png");
  background-size: cover;
  align-items: flex-end;
}
body.homepage .tile.tile-idea {
  background-image: url("/climate-action-institute/climate-action-26/_assets-custom/images/homepage/tile-backgrounds/tile_bg_idea.png");
  background-size: cover;
  align-items: flex-end;
}
body.homepage .tile.tile-climate-index {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 14.72%, #093255 66.31%), url("/climate-action-institute/climate-action-26/_assets-custom/images/national-climate-index/hero-nci.png") lightgray 89.964px -273.511px/86.952% 295.894% no-repeat;
  background-blend-mode: multiply, normal;
  background-size: cover;
  background-position: top;
  align-items: flex-end;
}
body.homepage .tile.tile-oil-gas {
  background: url("/climate-action-institute/climate-action-26/_assets-custom/images/homepage/tile-backgrounds/tile_bg_oil_gas.png") lightgray;
  background-size: cover;
  border-radius: 8px;
  /*&:before {
    background: linear-gradient(174deg, rgba(255, 255, 255, 0.00) 0%, #000 91.04%);
    background-blend-mode: multiply, normal;
  }*/
}
body.homepage .tile.tile-transportation {
  border-radius: 8px;
  background: url("/climate-action-institute/climate-action-26/_assets-custom/images/homepage/tile-backgrounds/tile_bg_transportation.png") lightgray;
  background-size: cover;
}
body.homepage .tile.tile-transportation:before {
  background: linear-gradient(174deg, rgba(255, 255, 255, 0) 0%, #000 91.04%);
  background-blend-mode: multiply;
}
body.homepage .tile.tile-buildings {
  border-radius: 8px;
  background: url("/climate-action-institute/climate-action-26/_assets-custom/images/homepage/tile-backgrounds/tile_bg_buildings.png") lightgray;
  clip-path: inset(1px 1px 1px 2px); /* compensate for random 1px border on this image from figma */
  background-size: cover;
}
body.homepage .tile.tile-electricity {
  border-radius: 8px;
  background: url("/climate-action-institute/climate-action-26/_assets-custom/images/homepage/tile-backgrounds/tile_bg_electricity.png") lightgray;
  background-size: cover;
}
body.homepage .tile.tile-heavy-industry {
  border-radius: 8px;
  background: url("/climate-action-institute/climate-action-26/_assets-custom/images/homepage/tile-backgrounds/tile_bg_heavyindustry.png") lightgray;
  background-size: cover;
}
body.homepage .tile.tile-agriculture {
  border-radius: 8px;
  background: url("/climate-action-institute/climate-action-26/_assets-custom/images/homepage/tile-backgrounds/tile_bg_agriculture.png") lightgray;
  background-size: cover;
}
body.homepage .tile.tile-why {
  background-image: url("/climate-action-institute/climate-action-26/_assets-custom/images/homepage/tile-backgrounds/tile_bg_why_wrote.png");
  background-size: cover;
  display: flex;
}
body.homepage .tile.tile-why .tile-content {
  align-self: flex-start;
}
@media (max-width: 639px) {
  body.homepage .tile.tile-why .tile-content {
    align-self: flex-end;
    padding-right: 30px;
  }
}
body.homepage .tile .tile-subheading {
  max-width: 500px;
}
body.homepage .tile .tile-heading, body.homepage .tile .tile-heading a {
  font-family: RBCDisplay !important;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  letter-spacing: 0.15px;
}
body.homepage .tile .tile-heading.heading-larger, body.homepage .tile .tile-heading a.heading-larger {
  font-size: 40px !important;
  font-style: normal;
  line-height: 48px; /* 120% */
  letter-spacing: 0.466px;
}
@media (max-width: 639px) {
  body.homepage .tile .tile-heading.heading-larger, body.homepage .tile .tile-heading a.heading-larger {
    font-size: 24px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 30px !important;
  }
}
@media (max-width: 639px) {
  body.homepage .tile .tile-heading, body.homepage .tile .tile-heading a {
    font-size: 20px !important;
  }
}
body.homepage .tile .tile-content, body.homepage .tile .tile-arrow {
  z-index: 9;
}
body.homepage {
  /*
  .tile:before {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(191deg, rgba(255, 255, 255, 0.00) 13.72%, #000 77.7%);
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 8;
    border-radius: 16px;
  } */
}
body.homepage .no-overlay:before {
  background: none !important;
}
body.homepage .tile.bg-gradient-reverse:before {
  background: linear-gradient(177deg, rgba(255, 255, 255, 0) -11.99%, #000 70%);
  background-blend-mode: multiply;
}
body.homepage .top-tiles {
  margin-bottom: 60px;
}
@media (max-width: 639px) {
  body.homepage .top-tiles {
    margin-bottom: 30px;
  }
}
body.homepage .top-tiles a {
  display: block;
  border-radius: 16px;
  overflow: hidden;
}
body.homepage .top-tiles .tile-content {
  padding-right: 30px;
}
body.homepage .tile-textblock {
  max-width: 300px;
  padding-top: 16px;
  border-top: 1px solid #FFFFFF;
}
body.homepage .tile-textblock .tile-text {
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
body.homepage .bottom-tiles {
  /*
  .col-wpr:not(:first-child) {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;

    @media (max-width: vars.$breakpoint-mobile) {
      gap: 16px;
    }
  }*/
}
body.homepage .bottom-tiles a {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 640px) {
  body.homepage .bottom-tiles .mar-t-desktop {
    margin-top: 32px;
  }
}
body.homepage .bottom-tiles .sector-icon {
  width: 22px;
  margin-bottom: 20px;
}
body.homepage .bottom-tiles .tile-heading {
  display: flex;
}
body.homepage .bottom-tiles .tile-heading img:not(.sector-icon) {
  width: 24px;
  margin-left: 15px;
}
body.homepage .bottom-tiles .tile {
  background-color: #2C4024;
  min-height: 197px;
  justify-content: flex-start;
}
@media (max-width: 639px) {
  body.homepage .bottom-tiles .tile {
    min-height: 160px;
    padding: 16px 16px 30px 16px;
  }
}
body.homepage .tile-why {
  background-color: #6B541B;
  min-height: 170px;
}
@media (max-width: 639px) {
  body.homepage .tile-why {
    min-height: 260px;
  }
}
body.homepage #more-info .col-wpr {
  display: flex;
  align-items: stretch;
}
body.homepage #more-info .col-4 {
  display: flex;
}
body.homepage .homepage-stacked-callouts {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  flex: 1;
  gap: 16px;
}
@media (max-width: 639px) {
  body.homepage .homepage-stacked-callouts {
    max-width: 100%;
  }
}
body.homepage .homepage-stacked-callouts > a {
  display: flex;
  flex: 1;
}
body.homepage .callout {
  border: none;
  position: relative;
  z-index: 9;
  border-radius: 16px;
  flex: 1;
  overflow: hidden; /* prevent background bleed around corners */
  background-color: #042F54;
}
body.homepage .callout > a {
  height: 100%;
}
body.homepage .callout .callout-img {
  background-position: center;
}
@media (min-width: 640px) {
  body.homepage .callout .callout-img {
    min-height: 200px;
  }
}
body.homepage .callout .callout-content {
  height: 100%;
  background-color: #042F54;
  display: flex;
  flex-direction: row;
  padding: 32px;
  box-shadow: inset 0 0 0 1px #042F54;
}
@media (min-width: 640px) {
  body.homepage .callout .callout-content {
    min-height: 200px;
  }
}
@media (max-width: 639px) {
  body.homepage .callout .callout-content {
    padding: 15px;
  }
}
body.homepage .callout .callout-content .callout-copy {
  padding-right: 20px;
}
body.homepage .callout .callout-content .custom-callout-link {
  min-width: 26px;
  max-width: 26px;
}
body.homepage .callout .callout-content .custom-callout-link img {
  width: 100%;
}
@media (max-width: 639px) {
  body.homepage .mob-mar-t-64 {
    margin-top: 64px;
  }
}
@media (max-width: 639px) {
  body.homepage #more-info .custom-callout-link {
    align-self: end;
    min-width: 44px;
    max-width: 44px;
  }
}
body.homepage .homepage-white-callout {
  display: flex;
  padding: 32px;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 0 0 48px 0;
  background: linear-gradient(180deg, #FFF 0%, #E7F1F5 100%);
  margin-bottom: 32px;
}
body.homepage .homepage-white-callout p {
  color: #252525;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  margin-bottom: 0;
}
body.homepage .homepage-white-callout a {
  color: #252525;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
body.homepage .homepage-middle-callouts {
  display: flex;
  align-items: stretch;
  gap: 30px;
  align-self: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 639px) {
  body.homepage .homepage-middle-callouts {
    flex-direction: column;
  }
}
body.homepage .homepage-middle-callouts .middle-callout {
  display: flex;
  flex: 1;
  min-width: calc(50% - 15px);
  padding: 30px 30px 20px 30px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  background: #042F54;
}
@media screen and (max-width: 639px) {
  body.homepage .homepage-middle-callouts .middle-callout {
    width: 100%;
  }
}
body.homepage .homepage-middle-callouts .middle-callout-heading {
  color: #FFF;
  font-family: "RBCDisplay";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
  margin-bottom: 20px;
}
body.homepage .homepage-middle-callouts .middle-callout-text {
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 32px;
}
body.homepage .homepage-middle-callouts .middle-callout-link {
  border-top: 1px solid #FFF;
  display: flex;
  padding-top: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
body.homepage #newsletter {
  display: flex;
  flex-direction: column;
}
body.homepage #newsletter .btn {
  padding: 20px 32px;
  color: #FFF;
  text-align: center;
  border: none;
  /* Component-Specific/button */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
body.homepage .old-climate-reports {
  display: flex;
  gap: 32px;
}

/* mobile sidebar */
#sidebar-climate-action-2025 {
  display: none;
}

/* common */
.bg-climate-blue {
  background-color: #014C77;
}

.bg-blue {
  background-color: #0169C0;
}

.bg-agriculture-green {
  background-color: #0C787B;
}

.bg-purple {
  background-color: #4F294F;
}

.bg-redishgrey {
  background-color: #464446;
}

.bg-darkblue {
  background-color: #014D78;
}

.bg-orange {
  background-color: #C65D3B;
}

.graphs-section-bg {
  background-color: #252525;
}

/* misc design elements */
.section-divider-dotted {
  width: 770px;
}
@media (max-width: 639px) {
  .section-divider-dotted {
    width: 100%;
  }
}

.dashed-border {
  border: 2px dashed #FFF;
}

.divider.dotted-divider {
  background: none;
  border: 0.5px dashed #252525;
}

.border-radius-topleft-32 {
  border-radius: 0px 32px 0px 0px;
}

.border-radius-bottomright-48 {
  border-radius: 0 0 48px 0;
}

.nci-page .custom-hero {
  height: 768px;
}
@media (max-width: 639px) {
  .nci-page .custom-hero {
    height: 200px;
  }
}

.custom-hero {
  height: 624px;
}
@media (max-width: 639px) {
  .custom-hero {
    height: 200px;
  }
}
.custom-hero.hero-transportation {
  background: url("/climate-action-institute/climate-action-26/_assets-custom/images/sectors/transportation/hero-transportation.jpg") lightgray -291.323px -288.949px/130.378% 160.77% no-repeat;
  background-size: cover;
  background-position: center top;
}
@media (max-width: 639px) {
  .custom-hero.hero-transportation {
    background: url("/climate-action-institute/climate-action-26/_assets-custom/images/sectors/transportation/hero-transportation.jpg") lightgray -291.323px -288.949px/130.378% 160.77% no-repeat;
    background-size: cover;
    background-position: center top;
  }
}
.custom-hero.hero-agriculture {
  background: linear-gradient(179deg, rgba(0, 0, 0, 0) 27.03%, rgba(0, 0, 0, 0) 80.63%), url("/climate-action-institute/climate-action-26/_assets-custom/images/sectors/agriculture/hero-agriculture.jpg") lightgray 0.34px -842.948px/99.965% 196.117% no-repeat;
  background-size: cover;
  background-position: center top;
}
@media (max-width: 639px) {
  .custom-hero.hero-agriculture {
    background: url("/climate-action-institute/climate-action-26/_assets-custom/images/sectors/agriculture/hero-agriculture.jpg") lightgray 0.34px -842.948px/99.965% 196.117% no-repeat;
    background-size: cover;
    background-position: center top;
  }
}
.custom-hero.hero-buildings {
  background: url(<path-to-image>) lightgray 50%/cover no-repeat;
  background: url("/climate-action-institute/climate-action-26/_assets-custom/images/sectors/buildings/hero_buildings.jpg") lightgray 50%/cover no-repeat;
  background-size: cover;
  background-position: center 70%;
}
@media (max-width: 639px) {
  .custom-hero.hero-buildings {
    background: url("/climate-action-institute/climate-action-26/_assets-custom/images/sectors/buildings/hero_buildings.jpg") lightgray 50%/cover no-repeat;
    background-size: cover;
    background-position: bottom;
  }
}
.custom-hero.hero-heavyindustry {
  background: url("/climate-action-institute/climate-action-26/_assets-custom/images/sectors/heavy-industry/hero_heavy_industry.jpg") lightgray -64px -83px/106.667% 245.76% no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 639px) {
  .custom-hero.hero-heavyindustry {
    background: url("/climate-action-institute/climate-action-26/_assets-custom/images/sectors/heavy-industry/hero_heavy_industry.jpg") lightgray -64px -83px/106.667% 245.76% no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.custom-hero.hero-electricity {
  background: url("/climate-action-institute/climate-action-26/_assets-custom/images/sectors/electricity/hero_electricity.jpg") lightgray -0.212px -526px/100.022% 187.334% no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 639px) {
  .custom-hero.hero-electricity {
    background: url("/climate-action-institute/climate-action-26/_assets-custom/images/sectors/electricity/hero_electricity.jpg") lightgray -0.212px -526px/100.022% 187.334% no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.custom-hero.hero-oilgas {
  background: url("/climate-action-institute/climate-action-26/_assets-custom/images/sectors/oil-gas/hero_oilgas.jpg") lightgray -358.741px -247.747px/135.729% 169.932% no-repeat;
  background-size: cover;
  background-position: top;
}
@media (max-width: 639px) {
  .custom-hero.hero-oilgas {
    background: url("/climate-action-institute/climate-action-26/_assets-custom/images/sectors/oil-gas/hero_oilgas.jpg") lightgray -358.741px -247.747px/135.729% 169.932% no-repeat;
    background-size: cover;
    background-position: top;
  }
}
.custom-hero.hero-idea-of-the-year {
  background: url("/climate-action-institute/climate-action-26/_assets-custom/images/idea-of-the-year/idea-bg.webp") lightgray 50%/cover no-repeat;
  border-radius: 0px 0px 140px 0px;
  background-size: cover;
  background-position: center;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-hero.hero-idea-of-the-year #page-title {
  text-align: center;
  font-size: 94px;
  font-weight: 700;
  letter-spacing: 0.467px;
}
@media (max-width: 639px) {
  .custom-hero.hero-idea-of-the-year {
    background: url("/climate-action-institute/climate-action-26/_assets-custom/images/idea-of-the-year/idea-bg.webp") lightgray 50%/cover no-repeat;
    background-size: cover;
    background-position: center;
    background-color: white;
  }
}
.custom-hero.hero-nci {
  background: url("/climate-action-institute/climate-action-26/_assets-custom/images/national-climate-index/hero-nci.png") white 0px -760.153px/100% 375.195% no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 639px) {
  .custom-hero.hero-nci {
    background: url("/climate-action-institute/climate-action-26/_assets-custom/images/national-climate-index/hero-nci.png") white 0px -760.153px/100% 375.195% no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.top-to-bottom-gradient.gradient-blue-black {
  background: linear-gradient(180deg, #004C77 13.85%, #252525 100%);
}
.top-to-bottom-gradient.gradient-green-navy {
  background: linear-gradient(192deg, #0B777B 22.46%, #192360 91.06%);
}
.top-to-bottom-gradient.gradient-purple-teal {
  background: linear-gradient(195deg, #4F294F 21.98%, #2D5F67 83.47%, #236A75 109.64%);
}
.top-to-bottom-gradient.gradient-orange-navy {
  background: linear-gradient(192deg, #C65D3B 22.78%, #2F2282 91.63%);
}
.top-to-bottom-gradient.gradient-blue-navy {
  background: linear-gradient(192deg, #0169C0 22.78%, #2F2282 91.63%);
}
.top-to-bottom-gradient.gradient-darkblue-brickred {
  background: linear-gradient(194deg, #014D78 22.26%, #701B1B 110.75%);
}
.top-to-bottom-gradient.gradient-redishgrey-navy {
  background: linear-gradient(195deg, #464446 21.98%, #004680 109.64%);
}

/* mobile-only styles */
@media (max-width: 639px) {
  .grid-wpr {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mob-text-center {
    text-align: center;
  }
  h1, .h1 {
    font-size: 40px !important;
    line-height: 50px;
    font-weight: 500;
  }
  .xl-h1 {
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
  }
}
/* desktop-only styles */
@media (min-width: 640px) {
  .desktop-flex-row {
    display: flex;
    flex-direction: row;
  }
  .desktop-flex-align-items-center {
    align-items: center;
  }
  .desktop-flex-align-self-center {
    align-self: center;
  }
  .desktop-mar-t-pushed-block {
    padding-top: 174px;
  }
  .desktop-pushed-up-block {
    position: absolute;
    width: 100%;
    top: -83px;
  }
  .desktop-pushed-up-block.non-sector {
    top: -183px;
  }
  .desktop-pushed-up-block.nci {
    top: -183px;
  }
}
@media (min-width: 640px) and (min-width: 639px) and (max-width: 900px) {
  .desktop-pushed-up-block {
    top: -85px;
  }
}
@media (min-width: 640px) {
  .desktop-pushed-up-block-content {
    padding: 52px 0px 32px 0px;
    max-width: 1170px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px 32px 0px 0px;
  }
  .desktop-pushed-up-block-content.non-sector {
    height: 183px;
  }
}
@media (min-width: 640px) and (min-width: 639px) and (max-width: 929px) {
  .desktop-pushed-up-block-content h1 {
    font-size: 85px;
  }
}
@media screen and (min-width: 640px) and (max-width: 880px) {
  .desktop-mar-t-pushed-block {
    padding-top: 30px;
  }
}
@media (min-width: 901px) {
  .over-900-neg-mar-r {
    margin-right: -30px;
  }
}

/*# sourceMappingURL=main.css.map */
