/* The code in this file is not compiled to .less or .scss format and 
is directly loaded for loading Report Landing page(Implemented) and 
details page(Not yet implemented)). If the Report Details page is not required 
in the future, Cleanup required. */

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;
  }
  #share-popup-content{
    flex-direction: column;
    padding: 14px 6px !important;
    margin-left: -1px !important;
  }
  #share-on-facebook,#share-on-twitter{
    padding-bottom: 20px;
    justify-content: center;
  }
}

body * {
  box-sizing: border-box;
}

body .text-lg {
  transition: 0.5s ease-in-out;
}

.text-bigger .text-lg,
.text-bigger p {
  font-size: 24px !important;
  line-height: 32px !important;
}

.text-bigger ul {
  font-size: 24px !important;
  line-height: 32px !important;
}

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: 1160px) {
  body .report-container
  body .richTextContent,
  body .graph-and-description-container {
    max-width: 85%;
  }
}

@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;
    width: 100%;
  }
}

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: 36px;
  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: 20px;
}

@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: 40px 0 24px 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;
  }

  #readingTime {
    margin-right: -2px;
  }
}

.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: -61px;
  display: none;
  padding: 5px 14px;
}

#share-on-facebook img,#share-on-linkedin img{
  width: 36px;
}

#share-on-twitter img{
  width: 31px;
}
.fa {
  font-size: 20px;
}



#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;
}

@media (max-width: 991px) {
  .share-section {
    margin: 0;
    width: 100%;
  }
}

.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 !important;
  align-items: center;
  display: inline-flex;
  text-decoration: none;
  padding: 0px 10px;
  font-weight: 400;
}

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

@media (max-width: 767px) {
  .share-section ul li a {
    padding: 0;
  }

  #download-and-share-section-details-page ul {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 1034px) {
  .share-section {
    margin: 0;
  }

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

@media (min-width: 1020px) and (max-width: 1207px) {

  .read-time-listen-section {
    margin: 30px 0 30px 0;
  }
  .share-section {
    margin-bottom: 30px;
  }
}

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/quotation_V3.gif) no-repeat;
  width: 70px;
  height: 73px;
  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 {
  margin-right: 24px;
}

@media (max-width: 767px) {
  body .pie-chart img {
    margin: 0;
  }
}

@media (max-width: 767px) {
  body .pie-chart p {
    margin: 24px 0;
  }
}

section.pie-chart-container {
  width: 100%;
  height: 100%;
  background-color: #F5F6F7;
}

body .hover-img {
  transition: 0.5s ease-in-out;
}

body .hero-banner {
  padding: 0;
}

@media (max-width: 1180px) {
  body .hero-banner {
    padding: 0;
  }
}

body #climate-institute-section {
  padding: 0;
}

body .hero-banner .container {
  width: auto;
  margin-left: -4px;
}

@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;
  margin-top: 40px;
}

.report-published-date {
  font-weight: 500;
}

body .hero-banner .tags-dates a {
  text-decoration: underline;
  color: #0075be;
  transition: 0.5s ease-in-out;
}

body .tags-dates .comma {
  color: #0075be;
}

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;
  margin-left: -3px;
}

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: 16px;
  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-content-container .banker-job-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15000000596046448px;
  text-align: left;
}

.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;
  }
}

.headings-bar {
  list-style: none;
  margin: 0 5%;
  overflow-x: scroll;
  padding-left: 0;
}

.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) {
  .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;
  }

  .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;
  }
}

/* accordian component css styles */

.expandable-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #001928;
  width: 80%;
}

.accordian-custom-class-1 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordian-custom-class-2 {
  padding-bottom: 20px;
}

.expandable-section .title-with-description button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: inherit;
}

.expandable-section .title-with-description button .title-and-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.expandable-section .title-with-description button .title {
  font-weight: 700;
  font-size: 2.25rem;
  text-align: left;
  color: #001928;
}

.expandable-section .title-with-description button .title-image {
  margin-right: 15px;
  margin-top: 3px;
  width: 50px;
  height: 50px;
}

.expandable-section .title-with-description button .expand-btn {
  float: right;
}

.expandable-section .title-with-description button[aria-expanded="false"]+.hr .description {
  display: none;
}

.expandable-section .title-with-description button[aria-expanded="false"] .title-image {
  margin-right: 15px;
  margin-top: 3px;
}

.expandable-section .title-with-description button[aria-expanded="false"] .expand-btn {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.expandable-section .title-with-description .description {
  /* padding-top: 20px; */
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

hr {
  border-top: 1px solid #001928;
}

@media (max-width: 1024px) {
  .expandable-section .title-with-description {
    padding: 0px 10px 16px 10px;
  }

  .expandable-section {
    margin-left: 60px;
    margin-top: 75px;
  }
}

@media (max-width: 767.9px) {
  .expandable-section .title-with-description {
    padding: 0% 15px 16px 15px;
  }

  .expandable-section .title-with-description button .title-image {
    width: 40px;
  }

  .expandable-section {
    padding: 20px 0px 20px 0px;
    margin-left: 0px;
    margin-top: 0px;
    width: 100%;
  }
}

@media (max-width: 575.9px) {

  .expandable-section .title-with-description button .title {
    font-size: 1.75rem;
  }

  .expandable-section .title-with-description button .expand-btn {
    width: 16px;
  }

  .expandable-section .title-with-description .description {
    font-size: 1rem;
  }

  .expandable-section {
    padding: 0px 0px 0px 0px;
    margin-left: 0px !important;
    margin-top: 5px;
    width: 100%;
  }
}


.expandable-section .button {
  width: 152px;
  height: 56px;
  padding: 16px 32px 16px 32px;
  border-radius: 32px;
  background-color: #0075be;
  border: none;
  color: white;
  margin: 0 auto;
}

.expandable-section button:hover {
  cursor: pointer;
}

@media (max-width: 767.9px) {
  .expandable-section {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-left: 20px;
  }

  .accordian-custom-class-1 {
    margin-bottom: -25px;
  }
}

/* Rich text with grey background */

.paragraph-section .paragraph {
  padding: 40px 20px 10px 20px;
  background-color: #F5F6F7;
  font-size: 18px;
  border-radius: 4px;
}

.paragraph-section-horizontal-line {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  /* .paragraph-section {
    padding: 0% 10% 0% 10%;
  } */
}

@media (max-width: 767.9px) {
  .paragraph-section {
    padding: 0% 5% 0% 5%;
  }

  .paragraph-section .paragraph {
    padding: 10px 15px 10px 15px;
  }
}

@media (max-width: 575.9px) {
  .paragraph-section {
    padding: 0% 2% 0% 2%;
  }
}

.gif-with-content-section {
  background:  #f5f6f7;
}

.gif-with-content-section .report-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f6f7;
  padding-top: 40px;
  padding-bottom: 40px;
}

.gif-with-content-section .report-container .img {
  width: 408px;
  height: 408px;
}

.gif-with-content-section .report-container .infograph-animation-autoplay {
  height: 330px;
}

.gif-with-content-section .report-container .button {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 56px;
  padding: 0px 32px 0px 32px;
  border-radius: 32px;
  background-color: #0075be;
  border: none;
  color: white;
  font-weight: 700;
}

.gif-with-content-section .report-container button:hover {
  cursor: pointer;
}


@media (max-width: 1024px) {
  .gif-with-content-section .report-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gif-with-content-section .report-container .img {
    width: 330px;
    height: 330px;
  }

  .gif-with-content-section .report-container .infograph-animation-autoplay {
    height: 330px;
  }
}
