html {
  margin: 0;
  padding: 0;
}
.d-flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.align-items-center {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.border-bottom {
  border-bottom: 1px solid #d9dce1;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.desktop-content {
  display: none !important;
}
@media (min-width: 991px) {
  .desktop-content {
    display: block !important;
  }
}
.tablet-content {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tablet-content {
    display: block !important;
  }
}
.desktop-tablet-content {
  display: none !important;
}
@media (min-width: 768px) {
  .desktop-tablet-content {
    display: block !important;
  }
}
.mobile-content {
  display: none !important;
}
@media (max-width: 767px) {
  .mobile-content {
    display: block !important;
  }
}
body * {
  box-sizing: border-box;
}
body .text-lg {
  transition: 0.5s ease-in-out;
}

body .report-container,
body .pie-chart-container,
body .richTextContent,
body .graph-and-description-container {
  width: 100%;
  margin: 0 auto;
  max-width: 68%;
}
@media (max-width: 767px) {
  body .report-container,
  body .pie-chart-container,
  body .richTextContent,
  body .graph-and-description-container {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }
  body .pie-chart-container .pie-chart {
    padding: 0;
  }
  body .pie-chart-container .pie-chart-text-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body .report-container,
  body .pie-chart-container,
  body .richTextContent,
  body .graph-and-description-container {
    padding: 0 24px;
  }
  body .pie-chart-container .pie-chart {
    /* overriding bootstrap css */    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .report-container,
  body .pie-chart-container,
  body .richTextContent,
  body .graph-and-description-container {
    max-width: 624px;
  }
}
body .report-container h1,
body .pie-chart-container h1,
body .richTextContent h1,
body .graph-and-description-container h1 {
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  margin: 24px 0 16px;
  letter-spacing: -0.2px;
}
body .report-container h2,
body .pie-chart-container h2,
body .richTextContent h2,
body .graph-and-description-container h2 {
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  margin: 32px 0 40px;
}
body .pie-chart-container h2 {
  margin: 32px 40px;
}
@media (min-width: 768px) and (max-width: 1180px) {
body .pie-chart-container h2 {
  margin: 0px;
}
body .pie-chart .col-sm-4, body .pie-chart .col-sm-8 {
  width: 50%;
}
}
@media (max-width: 767px) {
  body .pie-chart-container h2 {
    margin: 0;
  }
}
body .report-container p,
body .pie-chart-container p,
body .richTextContent p,
body .graph-and-description-container p {
  color: #001928;
  font-size: 18px;
  letter-spacing: 0.15px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Heebo", sans-serif;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  body .report-container p,
  body .pie-chart-container p,
  body .richTextContent p,
  body .graph-and-description-container p {
    margin: 32px 0;
  }
}
.desktop-image,.tablet-image,.mobile-image {
  width: 100%;
}
body .report-scale {
  width: 100%;
}
.read-time-listen-section,
.share-section {
  margin: 88px 0 52px 0;
}
@media (max-width: 991px) {
  .read-time-listen-section {
    margin: 24px 0 0;
    width: 100%;
  }
}
.read-time-listen-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.read-time-listen-section ul li {
  font-size: 12px;
  color: #0075be;
  align-items: center;
  display: inline-flex;
  margin-right: 24px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 16px;
  font-family: "Heebo", sans-serif;
}
@media (max-width: 767px) {
  .read-time-listen-section ul li {
    width: 100%;
  }
  .read-time-listen-section ul li:last-child {
    margin-bottom: 24px;
  }
}
.read-time-listen-section ul li span {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
body .read-time-listen-section ul li span.stop-listen {
  display: none;
}
.read-time-listen-section ul li:last-child {
  margin-right: 0;
}
.read-time-listen-section ul li img {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
#listenValue {
  display: none;
}
#share-popup-content,
#download-and-share-popup-content {
  z-index: 100;
  position: absolute;
  background: #fff;
  border-radius: 24px;
  border: 1px solid #d9dce1;
  box-shadow: 0 6px 12px 0 rgb(0 0 0 / 20%);
  margin-left: -55px;
  display: none;
  padding: 10px 15px;
}
@media (max-width: 991px) {
  #share-popup-content,
  #download-and-share-popup-content {
    margin-left: -18px;
  }
}
#share-popup-content .popup-icons .icon,
#download-and-share-popup-content .popup-icons .icon {
  width: 31px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0075be;
  border: none;
  border-radius: 4px;
  color: #fff;
  padding: 0px;
}
.popup-icons .icon::before {
  color: #fff;
}

.share-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}
.share-section ul li {
  display: inline-block;
  font-size: 12px;
  margin-right: 24px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 16px;
  font-family: "Heebo", sans-serif;
}
@media (max-width: 991px) {
  .share-section ul li {
    margin-bottom: 24px;
  }
}
.share-section ul li:last-child {
  margin-right: 0;
}
.share-section ul li a {
  color: #0075be;
  align-items: center;
  display: inline-flex;
  text-decoration: none;
  margin: 0px 10px 0 14px;
  
}
.share-section ul li a:focus{
    outline-offset: 1px;
  }

.share-section ul li a .icon {
  width: 48px;
  height: 48px;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  background: #f5f6f7;
  border: 1px solid #d9dce1;
}
.share-section li>a .icon
{
  margin-right: 4px;
}
@media (max-width: 767px) {
  .share-section ul li a {
    padding: 0;
    margin: 0;
  }


  .share-section li>div>a {
    margin-right: 4px;
  }
  .share-section li div a:last-child 
  {
    margin-right: 0;
  }
  
  #download-and-share-section-details-page ul {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1034px) {

  #share-popup-content a{
    margin-right: 15px;
  }
  
  .share-section ul li:first-child a {
    padding-left: 0;
    margin-left: 0;
  }

  .share-section li:first-child div a:last-child
  {
  margin-right: 0 !important;
  }

}
@media (min-width: 1020px) and (max-width: 1034px) {
  .read-time-listen-section,
  .share-section {
    margin: 88px 0 52px 0;
  }
}
body .primary-box-1 {
  border-radius: 4px;
  background-color: #bedceb;
  margin-bottom: 40px;
}
body .primary-box-1 p:first-child {
  color: #0075be;
  font-size: 60px !important;
  line-height: 60px !important;
  font-weight: 700;
  font-family: "Heebo", sans-serif;
  margin-bottom: 8px;
}
body .primary-box-1 .column-2-icon {
  margin-top: 18px;
  margin-bottom: 8px;
}
body .primary-box-1 h2 {
  font-size: 24px !important;
  margin: 0;
  line-height: 32px !important;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  color: #0075be;
}
body .primary-box-1 p {
  margin-bottom: 18px;
}
body .primary-box-1.column-1 {
  padding: 40px 48px;
}
@media (max-width: 991px) {
  body .primary-box-1.column-1 {
    padding: 40px 24px;
  }
}
@media (min-width: 1181px) {
  body .graph-and-description-container .text-on-left-side p {
    padding: 0 26px;
    padding-left: 0;
  }
}
body .primary-box-1.column-2 {
  padding: 45px 32px 10px 32px;
  min-height: 420px;
  height: auto;
}
@media (max-width: 991px) {
  body .primary-box-1.column-2 {
    padding: 40px 24px;
  }
}
body .primary-box-2 {
  border-radius: 4px;
  background-color: #0075be;
  margin-bottom: 40px;
  display: flex;
  height: 100%;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  body .primary-box-2 {
    flex-direction: column;
    align-items: baseline;
    padding: 40px 24px;
  }
}
.primary-box-2 .dollars-icon {
  max-width: 202px;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .primary-box-2 .dollars-icon {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
.report-container .primary-box-2.img-right {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .report-container .primary-box-2.img-right {
    flex-direction: column;
    align-items: baseline;
  }
}
.report-container .primary-box-2.img-right .earth-icon {
  margin-left: 22px;
  margin-right: 0;
}
@media (max-width: 767px) {
  .report-container .primary-box-2.img-right .earth-icon {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
body .primary-box-2.column-2 {
  padding: 40px 24px 40px 40px;
}
@media (max-width: 991px) {
  body .primary-box-2.column-2 {
    padding: 40px 24px;
  }
}
body .primary-box-2 h1 {
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 16px;
  letter-spacing: -0.2px;
  color: #fff;
}
body .primary-box-2 h2 {
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 16px;
  letter-spacing: -0.2px;
  color: #fff;
}
body .primary-box-2 p {
  margin-bottom: 0;
  color: #fff;
}
body .custom-quote {
  border: none;
  font-size: 16px;
  line-height: 24px;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 115px;
  margin: 40px 0;
  letter-spacing: 0.25px;
}
@media (max-width: 767px) {
  body .custom-quote {
    padding: 95px 0 0 0;
  }
}
body .custom-quote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/quote-icon.svg) no-repeat;
  width: 70px;
  height: 70px;
  background-size: 100%;
}
body .custom-quote .author-details {
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin-top: 16px;
  font-weight: 400;
}
body .pie-chart {
  display: flex;
  align-items: center;
  padding: 0 32px;
}
@media (max-width: 767px) {
  body .pie-chart {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
body .pie-chart.img-right {
  flex-direction: row-reverse;
}
body .pie-chart.img-right img {
  margin-left: 24px;
  margin-right: 0;
}
@media (max-width: 767px) {
  body .pie-chart.img-right img {
    margin: 0;
  }
}
body .pie-chart img {
  /* max-width: 262px; */  margin-right: 24px;
}
@media (max-width: 767px) {
  body .pie-chart img {
    margin: 0;
  }
}
body .pie-chart p {
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  line-height: 32px;
  color: #001928;
  font-size: 22px;
  letter-spacing: 0.35px;
  margin: 0;
}
@media (max-width: 767px) {
  body .pie-chart p {
    margin: 24px 0;
  }
}
body .hover-img {
  transition: 0.5s ease-in-out;
}
body .hero-banner {
  padding: 0;
}
@media (max-width: 1180px) {
body .hero-banner {
  padding: 0;
  padding-top: 64px;
}
}
body #climate-institute-section {
  padding: 0;
}
body .hero-banner .container {
  width: auto;
}
@media (max-width: 767px) {
  body .hero-banner .container {
    padding: 0 24px;
  }
}
body .hero-banner .tags-dates {
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  line-height: 24px;
  color: #001928;
  letter-spacing: 0.25px;
  font-size: 14px;
  margin-bottom: 16px;
}
body .hero-banner .tags-dates a {
  text-decoration: underline;
  color: #0075be;
  transition: 0.5s ease-in-out;
}
body .hero-banner .heading {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 44px;
  line-height: 48px;
  letter-spacing: -0.5px;
  color: #001928;
  margin-bottom: 44px;
}
body .hero-banner .media-access-report {
  display: flex;
  justify-content: space-between;
}
#card-grid {
  flex-direction: column;
}
.author-card-wrapper {
  display: flex;
  width: 100%;
  flex-direction: row;
  padding-bottom: 40px;
  justify-content: start;
}
#card-grid .author-card-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 768px) and (max-width: 1180px) {
  .media-access-report {
    flex-direction: column;
  }
  .author-card-wrapper {
    display: flex;
    justify-content: space-between;
  }
  #card-grid .author-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .media-access-report {
    flex-direction: column;
  }
  #card-grid .author-card-wrapper,
  .author-card-wrapper {
    display: flex;
    flex-direction: column;
  }
  .author-card-wrapper .author-card {
    margin-bottom: 13px;
    width: 100%;
  }
  .author-card-wrapper .author-card .author-card-content-container {
    width: 100%;
  }
}
.author-card {
  display: flex;
  width: auto;
  min-height: 50px;
  margin-right: 23.4px;
}
.author-card .author-card-image-container {
  width: 51px;
  height: 100%;
}
.author-card .author-card-image-container img {
  width: 51px;
  height: auto;
  border-radius: 50%;
}
.author-card .author-card-content-container {
  width: calc(100%-51px);
  height: 100%;
  padding-left: 10px;
}
.author-card .author-card-content-container .report_banker {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
}
.author-card .author-card-content-container .access-full-report-button-wrapper {
  display: flex;
  margin: 0 auto;
  border-radius: 32px;
  min-height: 56px;
  width: 100%;
}
body .hero-banner .media-access-report .media-left {
  width: 320px;
  height: 50px;
}
@media (max-width: 767px) {
  body .hero-banner .media-access-report .media-left {
    padding-right: 0;
  }
}
body .hero-banner .media-access-report .media-left .media {
  display: inline-flex;
  align-items: center;
  margin-top: 0;
  margin-right: 24px;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .hero-banner .media-access-report .media-left .media {
    width: 45%;
  }
}
@media (max-width: 767px) {
  body .hero-banner .media-access-report .media-left .media {
    margin-bottom: 16px;
    width: 100%;
    margin-right: 0;
  }
  body .hero-banner .media-access-report .media-left .media:last-child {
    margin-bottom: 40px;
  }
}
body .hero-banner .media-access-report .media-left .media img {
  width: 48px;
  height: 48px;
  border-radius: 25px;
  margin-right: 16px;
}
body .hero-banner .media-access-report .media-left .media .media-body {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.15px;
  color: #333333;
  width: auto;
}
body .hero-banner .media-access-report .media-left .media .media-body h5 {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #0079c1;
  margin: 0;
}
.full-report-btn {
  padding: 16px 46px;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #0075be;
  background-color: #0075be;
  transition: 0.5s ease-in-out;
  text-transform: uppercase;
  outline: none;
  width: 311px;
  height: 56px;
}
.email-error-display {
  padding-top: 3px;
}
.full-report-btn:hover {
  background-color: #fff;
  border-color: #0075be;
  color: #0075be;
}
body .hero-banner .banner-imgs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
}
body .hero-banner img {
  width: 100%;
}
@media (max-width: 767px) {
  body .hero-banner .banner-imgs img {
    width: 50%;
  }
}
@keyframes animateScrollReportNavbar {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.nav-bar {
  background: #f5f6f7;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  width: 100%;
  left: 0;
  z-index: 10001;
  margin-top: -3px;
  box-shadow: 0px 0px 2px rgba(0, 25, 40, 0.12),
    0px 2px 2px rgba(0, 25, 40, 0.07);
}
.nav-bar-sticky {
  position: fixed !important;
  top: 99px;
  animation: animateScrollReportNavbar 0.3s forwards;
}
@media (max-width: 767px) {
  .nav-bar-sticky {
    position: fixed !important;
    top: 0px;
  }
}
.mobile-nav-dropdown {
  display: none;
}
.headings-bar {
  list-style: none;
  margin: 0 5%;
  overflow-x: scroll;
  padding-left: 0;
}
.headings-bar::-webkit-scrollbar {
  display: none;
}
.headings-bar li {
  display: table-cell;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #0075be;
  letter-spacing: 0.25px;
  cursor: pointer;
  padding: 0px 40px;
  white-space: nowrap;
}
.publication-content {
  width: 100%;
  margin-top: 85px;
}
.large-text {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 40px;
}
.content-body,
.large-text {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.sub-heading-container {
  background: #929ba9;
  display: flex;
  height: 155px;
  width: 100%;
  align-items: center;
}
body .richTextContent div {
  scroll-margin: 180px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body .richTextContent div {
    scroll-margin: 200px;
  }
}
@media (max-width: 767px) {
  body .richTextContent div {
    scroll-margin: 80px;
  }
}
.access-full-report-container {
  background-color: #0075be;
  width: 100%;
  height: 976px;
  padding-top: 80px;
  margin-bottom: 80px;
  overflow: visible;
}
.form-component {
  font-family: "Heebo", sans-serif;
  position: relative;
  z-index: 99;
}
b.ContactformheadingBoldText {
  font-family: "Heebo";
  font-weight: 700;
  margin-left: 3px;
  font-size: 24px;
}
.form-wrapper .text-below-report-form-title,
.contact-us-form-top-redirection-text {
  color: #001928;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.form-wrapper .contact-us-form-top-redirection-text {
  color: #0075be;
  text-decoration: underline;
}
h2.form-subject {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  padding: 56px 0 8px 0;
  margin: 0;
}
.contact-us-form-redirection-text {
  text-decoration: underline;
}
.form-component {
  width: 796px;
  min-height: 1045px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #d9dce1;
  border-radius: 4px;
  box-shadow: 0px 0px 2px rgba(0, 25, 40, 0.04),
    0px 2px 2px rgba(0, 25, 40, 0.04), 0px 4px 4px rgba(0, 25, 40, 0.1);
}
.form-component .form-wrapper {
  width: 620px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.form-component .form-floating .error {
  color: #c91a19;
  align-items: center;
  display: none;
}
.form-component .form-floating .error img {
  padding-right: 3px;
  height: 15px;
}
.form-component .form-floating .form-control {
  margin-top: 44px;
  border: none;
  border-bottom: 1px solid #d9dce1;
  border-radius: unset;
  box-shadow: unset;
  padding-left: 0;
  outline: none;
}
input.form-control:focus {
  outline: none !important;
}
input.form-control::-webkit-input-placeholder {
  color: #0075be;
  font-size: 18px;
  line-height: 24px;
  white-space: pre-line;
  position: relative;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .form-component {
    width: 640px;
    height: 1074px;
  }
  .form-component .form-wrapper {
    width: 544px;
  }
}
.checkbox-container {
  display: flex;
  align-items: start;
  padding-top: 48px;
}
.checkbox-container .form-check-input {
  margin: 6px 0 0 6px;
  scale: 1.4;
}
.checkbox-container .form-check-label {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  padding-left: 11px;
  width: 558px;
  height: 80px;
  font-size: 12px;
}
.checkbox-container .form-check-label::before {
  display: none;
}
.recaptcha-and-access-full-report-btn-container {
  text-align: center;
}
.recaptcha-and-access-full-report-btn-container .google-recaptcha {
  padding-top: 22px;
}
@media (max-width: 1180px) {
  .recaptcha-and-access-full-report-btn-container    .google-recaptcha    .g-recaptcha    iframe {
    height: 78px;
  }
}
@media (max-width: 767px) {
  .recaptcha-and-access-full-report-btn-container .google-recaptcha {
    position: relative;
    z-index: 105;
  }
  .recaptcha-and-access-full-report-btn-container    .google-recaptcha    .g-recaptcha {
    transform: scale(0.8);
    transform-origin: left;
  }
}
.recaptcha-and-access-full-report-btn-container .access-full-report-btn {
  color: #fff;
  background: #0075be;
  border: none;
  border-radius: 28px;
  font-weight: 700;
  width: 146px;
  height: 56px;
  letter-spacing: 0.25px;
  line-height: 24px;
  margin: 46px 0 20px 0;
  transition: 0.5s ease-in-out;
  text-transform: uppercase;
  outline: none;
  padding: initial;
}
#access-full-report-modal {
  display: none;
  position: fixed;
  z-index: 10002;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
#access-full-report-modal-content {
  margin: auto;
  width: fit-content;
}
#page {
  overflow: visible;
}
.landing-page-body #footer_container {
  position: relative;
  top: 10em;
}
@media (max-width: 767px) {
  .form-component {
    width: 90%;
    min-height: fit-content;
  }
  .form-component .form-wrapper {
    width: 92%;
  }
  .form-component .checkbox-container {
    width: inherit;
    min-height: 7rem;
  }
  .form-component .checkbox-container .form-check-label {
    width: inherit;
    height: inherit;
  }
  .form-component .form-floating {
    width: inherit;
  }
  input.form-control::-webkit-input-placeholder {
    font-size: 16px;
    letter-spacing: 0.15px;
    line-height: 10px;
    padding-bottom: 0px;
  }
}
.author-card .author-card-image-container img {
  width: 51px;
  max-width: 51px;
  height: 51px;
}
@media (min-width: 1025px) {
  #increase-height-for-company-field {
    height: 8rem;
    margin-top: 1rem;
  }
}
@media (max-width: 399px) {
  #increase-height-for-company-field {
    height: 11rem;
    margin-top: 0;
  }
}

@media (max-width: 1024px) {
  #company-name-input-container input[type="text"] {
    padding-top: 30px;
  }
  #company-name-input-container input:placeholder-shown {
    padding-top: 0;
  }
}
@media (min-width: 400px) and (max-width: 1024px) {
  #company-name-input-container .form-control {
    height: 6.938rem;
    margin-top: 2.25rem;
  }
}
@media (max-width: 399px) {
  #company-name-input-container .form-control {
    height: 11rem;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .full-report-btn {
    width: inherit;
  }
  .access-full-report-container {
    margin-bottom: 35rem;
  }
  .recaptcha-and-access-full-report-btn-container .access-full-report-btn {
    margin: 16px 0 20px 0;
    position: relative;
    z-index: 105;
  }
  .landing-page-body #footer_container {
    position: relative;
    top: 13em;
    z-index: 99;
  }
}
@media (max-width: 1180px) {
  /* mobile view */  .chevron {
    height: 20px;
    width: 30px;
    padding: 0 5px;
    margin-top: 2px;
  }
  .nav-bar {
    display: flex;
    flex-direction: column;
    justify-content: end;
    cursor: pointer;
  }
  .expand-dropdown {
    height: 100%;
    background: rgba(101, 101, 101, 0.47);
    position: sticky;
  }
  .expand-dropdown .mobile-nav-dropdown {
    position: relative;
    top: 0;
    height: 40px;
  }
  .headings-bar {
    display: none;
  }
  .mobile-nav-dropdown {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f6f7;
    color: #0075be;
    width: 100%;
    height: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.25px;
  }
  .expand-dropdown div .chevron {
    transform: rotateX(180deg) translateY(2px);
    padding: 0 4px;
  }
  .show-mobile-dropdown {
    background: #ffffff;
    display: block;
    position: relative;
    z-index: 1;
    padding-left: 0;
    height: 100%;
    width: 100%;
    overflow: scroll;
  }
  .show-mobile-dropdown li {
    color: #0075be;
    float: left;
    width: 100%;
    text-align: center;
    padding: 25px 0 0 0;
  }
  .show-mobile-dropdown li:first-child {
    padding-left: 0;
  }
  .show-mobile-dropdown li:last-child {
    padding-bottom: 100px;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .nav-bar-sticky {
    top: 152px;
  }
}

@media (min-width: 1025px) and (max-width: 1069px) {
  .nav-bar-sticky {
    top: 198px;
  }
}

@media (min-width: 1070px) and (max-width: 1180px) {
  .nav-bar-sticky {
    top: 100px;
  }
}

@media (max-width: 991px) {
  .infograph-desktop-content {
    display: none;
  }
}
.infograph-desktop-content {
  width: 100%;
}
.infograph-desktop-content .infograph-desktop-hover {
  display: none;
}

@media (max-width: 991px) {
  .infograph-desktop-content {
    display: none;
  }
}
.infograph-tablet-content {
  display: none;
}
.infograph-mobile-content {
  display: none;
}

@media (max-width: 767px) {
  .infograph-mobile-content {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .infograph-tablet-content {
    display: block;
  }
}
[data-lottie-url],
lottie-player {
  width: 100%;
}

.resource_text .read-time-listen-section {
  margin: 2.5rem 0px 0px 0px;
  border-bottom: 1px solid #d9dce1;
}

#thank-you-message {
  color: white;
  font-weight: bold;
  font-size: 10rem;
  text-align: center;
  margin-top: 18.125rem;
  font-family: Heebo;
}
#error-message {
  display: none;
  color: red;
  font-size: 1.2rem;
  text-align: center;
  padding: 1rem;
  font-family: Heebo;
}

@media only screen and (max-width: 768px) {
  #thank-you-message {
    font-size: 8rem;
    margin-top: 14.5rem;
  }
  #error-message {
    font-size: 1rem;
    color: red;
    font-family: Heebo;
  }
}

.carbon-credits ,
.competing-priorities {
  background-color: #BEDCEB !important;
}

.competing-priorities h2 p{
  font-size:24px; 
  color:#005587 !important;
  font-family: Heebo ;
  font-weight: 300;
}

.carbon-credits h2 div{
  color:#0075be; 
  font-size:60px; 
  margin-top:-25px; 
  padding-bottom:10px
}

.carbon-credits h2 p{
  color:#0075be; 
  font-size:24px; 
  font-weight: 700;
}

.climate-standard{
  background-color: #005587 !important;
}

.bar-line-graph p span {
  color: #0075BE !important;
}

@media (max-width: 767px){
  .carbon-credits h2 p {
    margin: 0px;
  }
  .competing-priorities h2 p{
    margin: 0px;
  }
}

.d-flex.flex-wrap.justify-content-center.mt-60.mb-60 div.scrollHoverLoop {
  width: 95%;
}
