@charset "UTF-8";
/**
 * CDP 3.0 application SCSS

 */
/* line 25, /app/app/assets/stylesheets/vars/_colors.scss */
.cities-topic {
  background-color: #585b9a;
}

/* line 29, /app/app/assets/stylesheets/vars/_colors.scss */
.climate-change-topic {
  background-color: #82246f;
}

/* line 33, /app/app/assets/stylesheets/vars/_colors.scss */
.forests-topic {
  background-color: #00775a;
}

/* line 37, /app/app/assets/stylesheets/vars/_colors.scss */
.investors-topic {
  background-color: #af6165;
}

/* line 41, /app/app/assets/stylesheets/vars/_colors.scss */
.water-topic {
  background-color: #2c86da;
}

/* line 45, /app/app/assets/stylesheets/vars/_colors.scss */
.supply-chain-topic {
  background-color: #fe5e17;
}

/* line 50, /app/app/assets/stylesheets/vars/_colors.scss */
.policy-and-public-affairs-topic,
.companies-topic {
  background-color: palette(red, cdp);
}

/* line 9, /app/app/assets/stylesheets/pdf.scss */
.pull-left {
  float: left;
}

/* line 13, /app/app/assets/stylesheets/pdf.scss */
.pull-right {
  float: right;
}

/* line 17, /app/app/assets/stylesheets/pdf.scss */
.header {
  border-bottom: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  letter-spacing: 0.03em;
}

/* line 23, /app/app/assets/stylesheets/pdf.scss */
sup {
  vertical-align: super !important;
  line-height: normal;
}

/* line 29, /app/app/assets/stylesheets/pdf.scss */
sub {
  vertical-align: sub !important;
  line-height: normal;
}

/* line 35, /app/app/assets/stylesheets/pdf.scss */
h1 {
  font-size: 24px;
  page-break-before: always;
}

/* line 40, /app/app/assets/stylesheets/pdf.scss */
h1.no-break {
  page-break-before: avoid;
  margin-bottom: 20px;
}

/* line 45, /app/app/assets/stylesheets/pdf.scss */
h1,
h3 {
  font-weight: bold;
}

/* line 50, /app/app/assets/stylesheets/pdf.scss */
h2,
h4 {
  font-weight: normal;
}

/* line 55, /app/app/assets/stylesheets/pdf.scss */
h4 {
  font-style: italic;
}

/* line 59, /app/app/assets/stylesheets/pdf.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding-top: 1.5em;
  padding-bottom: 0;
  letter-spacing: 0.03em;
}

/* line 70, /app/app/assets/stylesheets/pdf.scss */
div, p, li {
  font-size: 1em;
  letter-spacing: 0.03em;
}

/* line 75, /app/app/assets/stylesheets/pdf.scss */
.page__content_inner > h1 {
  padding-top: 0;
  padding-bottom: 1em;
}

/* line 80, /app/app/assets/stylesheets/pdf.scss */
h2 + p, p {
  padding-top: .5em;
}

/* line 84, /app/app/assets/stylesheets/pdf.scss */
h3 + p {
  padding-top: 0;
}

/* line 88, /app/app/assets/stylesheets/pdf.scss */
em,
i {
  font-style: italic;
}

/* line 93, /app/app/assets/stylesheets/pdf.scss */
strong,
b {
  font-weight: bold;
}

/* line 98, /app/app/assets/stylesheets/pdf.scss */
table {
  width: 100%;
  margin: 20px auto;
}

/* line 103, /app/app/assets/stylesheets/pdf.scss */
thead {
  display: table-header-group;
}

/* line 107, /app/app/assets/stylesheets/pdf.scss */
.nobreak:before {
  clear: both;
}

/* line 111, /app/app/assets/stylesheets/pdf.scss */
.nobreak {
  page-break-before: always;
  page-break-inside: avoid;
}

/* line 116, /app/app/assets/stylesheets/pdf.scss */
th {
  background-color: #d31144;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  width: auto;
  min-width: 200px;
  letter-spacing: 0.03em;
}

/* line 126, /app/app/assets/stylesheets/pdf.scss */
th, td {
  border: 1px solid #c1c1c1;
  border-collapse: collapse;
}

/* line 131, /app/app/assets/stylesheets/pdf.scss */
tr {
  page-break-inside: avoid;
}

/* line 135, /app/app/assets/stylesheets/pdf.scss */
tbody tr:first-child {
  border-top: none;
}

/* line 139, /app/app/assets/stylesheets/pdf.scss */
tr:nth-child(even) {
  background: #f5f7f8;
}

/* line 143, /app/app/assets/stylesheets/pdf.scss */
td,
th {
  padding: 3px;
  font-size: 0.8em;
  letter-spacing: 0.03em;
}
/* line 149, /app/app/assets/stylesheets/pdf.scss */
td p,
th p {
  padding: 0;
}

/* line 155, /app/app/assets/stylesheets/pdf.scss */
.page__content_inner hr {
  margin-top: 1.2em;
}
/* line 158, /app/app/assets/stylesheets/pdf.scss */
.page__content_inner ul li {
  list-style-type: disc;
}
/* line 162, /app/app/assets/stylesheets/pdf.scss */
.page__content_inner ul,
.page__content_inner ol {
  list-style-position: outside;
  padding-top: .5rem;
  padding-left: .5rem !important;
}

/* line 171, /app/app/assets/stylesheets/pdf.scss */
.table__wrapper {
  width: 100%;
  overflow: scroll;
}

/* line 177, /app/app/assets/stylesheets/pdf.scss */
.section li {
  list-style-type: none !important;
}
/* line 181, /app/app/assets/stylesheets/pdf.scss */
.section ol {
  counter-reset: li;
}
/* line 184, /app/app/assets/stylesheets/pdf.scss */
.section ol > li {
  counter-increment: li;
}
/* line 187, /app/app/assets/stylesheets/pdf.scss */
.section ol > li:before {
  content: counter(li,lower-alpha) ".";
  font-weight: bold;
}
/* line 194, /app/app/assets/stylesheets/pdf.scss */
.section ol li:before {
  content: counter(li,decimal) ".";
}
/* line 197, /app/app/assets/stylesheets/pdf.scss */
.section ol ol li:before {
  content: counter(li,lower-alpha) ".";
}
/* line 200, /app/app/assets/stylesheets/pdf.scss */
.section ol ol ol li:before {
  content: counter(li,lower-roman) ".";
}
/* line 203, /app/app/assets/stylesheets/pdf.scss */
.section ol ol ol ol li:before {
  content: counter(li,lower-alpha) ".";
}
/* line 206, /app/app/assets/stylesheets/pdf.scss */
.section ol ol ol ol ol li:before {
  content: counter(li,lower-roman) ".";
}
/* line 209, /app/app/assets/stylesheets/pdf.scss */
.section ol ol ol ol ol ol li:before {
  content: counter(li,lower-alpha) ".";
}
/* line 212, /app/app/assets/stylesheets/pdf.scss */
.section ol ol ol ol ol ol ol li:before {
  content: counter(li,lower-roman) ".";
}
/* line 215, /app/app/assets/stylesheets/pdf.scss */
.section ol ol ol ol ol ol ol ol li:before {
  content: counter(li,lower-alpha) ".";
}
/* line 218, /app/app/assets/stylesheets/pdf.scss */
.section ol ol ol ol ol ol ol ol ol li:before {
  content: counter(li,lower-roman) ".";
}
/* line 221, /app/app/assets/stylesheets/pdf.scss */
.section ol ol ol ol ol ol ol ol ol ol li:before {
  content: counter(li,lower-alpha) ".";
}
/* line 224, /app/app/assets/stylesheets/pdf.scss */
.section ol ol ol ol ol ol ol ol ol ol ol li:before {
  content: counter(li,lower-roman) ".";
}
/* line 229, /app/app/assets/stylesheets/pdf.scss */
.section ul > li:before {
  content: '•';
  font-size: 2em;
  top: 0.175em;
}
/* line 237, /app/app/assets/stylesheets/pdf.scss */
.section ul.altlist > li:before {
  content: '□';
  font-size: 1.5em;
  top: 0.1rem;
}
/* line 244, /app/app/assets/stylesheets/pdf.scss */
.section ul > * ul, .section ul > * ol, .section ol > * ul, .section ol > * ol {
  margin-left: .81rem;
  padding-top: 0;
}
/* line 250, /app/app/assets/stylesheets/pdf.scss */
.section li:before {
  display: inline-block;
  height: 1rem;
  line-height: 0;
  padding-right: 0.5rem;
  position: relative;
  min-width: .5rem;
}

/* line 262, /app/app/assets/stylesheets/pdf.scss */
.water .page__content_inner h1,
.water .page__content_inner h2,
.water .page__content_inner h3,
.water .page__content_inner h4,
.water .page__content_inner a {
  color: #2c86da;
}
/* line 270, /app/app/assets/stylesheets/pdf.scss */
.water .page__content_inner th {
  background-color: #2c86da;
}
/* line 274, /app/app/assets/stylesheets/pdf.scss */
.water .page__content_inner .section li:before {
  color: #2c86da;
}

/* line 281, /app/app/assets/stylesheets/pdf.scss */
.climate_change .page__content_inner h1,
.climate_change .page__content_inner h2,
.climate_change .page__content_inner h3,
.climate_change .page__content_inner h4,
.climate_change .page__content_inner a,
.climate-change .page__content_inner h1,
.climate-change .page__content_inner h2,
.climate-change .page__content_inner h3,
.climate-change .page__content_inner h4,
.climate-change .page__content_inner a {
  color: #82246f;
}
/* line 289, /app/app/assets/stylesheets/pdf.scss */
.climate_change .page__content_inner th,
.climate-change .page__content_inner th {
  background-color: #82246f;
}
/* line 293, /app/app/assets/stylesheets/pdf.scss */
.climate_change .page__content_inner .section li:before,
.climate-change .page__content_inner .section li:before {
  color: #82246f;
}

/* line 299, /app/app/assets/stylesheets/pdf.scss */
.forests .page__content_inner h1,
.forests .page__content_inner h2,
.forests .page__content_inner h3,
.forests .page__content_inner h4,
.forests .page__content_inner a {
  color: #00775a;
}
/* line 307, /app/app/assets/stylesheets/pdf.scss */
.forests .page__content_inner th {
  background-color: #00775a;
}
/* line 311, /app/app/assets/stylesheets/pdf.scss */
.forests .page__content_inner .section li:before {
  color: #00775a;
}

/* line 317, /app/app/assets/stylesheets/pdf.scss */
.cities .page__content_inner h1,
.cities .page__content_inner h2,
.cities .page__content_inner h3,
.cities .page__content_inner h4,
.cities .page__content_inner a {
  color: #585b9a;
}
/* line 325, /app/app/assets/stylesheets/pdf.scss */
.cities .page__content_inner th {
  background-color: #585b9a;
}
/* line 329, /app/app/assets/stylesheets/pdf.scss */
.cities .page__content_inner .section li:before {
  color: #585b9a;
}

/* line 334, /app/app/assets/stylesheets/pdf.scss */
.cities {
  padding: 0em;
}

/* line 340, /app/app/assets/stylesheets/pdf.scss */
.statesand_regions .page__content_inner h1,
.statesand_regions .page__content_inner h2,
.statesand_regions .page__content_inner h3,
.statesand_regions .page__content_inner h4,
.statesand_regions .page__content_inner a,
.states-and-regions .page__content_inner h1,
.states-and-regions .page__content_inner h2,
.states-and-regions .page__content_inner h3,
.states-and-regions .page__content_inner h4,
.states-and-regions .page__content_inner a {
  color: #585b9a;
}
/* line 348, /app/app/assets/stylesheets/pdf.scss */
.statesand_regions .page__content_inner th,
.states-and-regions .page__content_inner th {
  background-color: #585b9a;
}
/* line 352, /app/app/assets/stylesheets/pdf.scss */
.statesand_regions .page__content_inner .section li:before,
.states-and-regions .page__content_inner .section li:before {
  color: #585b9a;
}

/* line 357, /app/app/assets/stylesheets/pdf.scss */
.microsite__nav {
  margin-bottom: 20px;
}
/* line 360, /app/app/assets/stylesheets/pdf.scss */
.microsite__nav li {
  list-style-type: none !important;
}

/* line 365, /app/app/assets/stylesheets/pdf.scss */
.section {
  background: #fff;
  width: 100%;
}

/* line 370, /app/app/assets/stylesheets/pdf.scss */
.read_more {
  margin-top: 20px;
}

@media (max-width: 1080px) {
  /* line 375, /app/app/assets/stylesheets/pdf.scss */
  .section {
    padding: 2em;
  }
}
@media (min-width: 1080px) {
  /* line 381, /app/app/assets/stylesheets/pdf.scss */
  .page__content_inner {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 385, /app/app/assets/stylesheets/pdf.scss */
  .page__content_inner > h1 {
    padding-left: 0.5rem;
  }
}
/* line 392, /app/app/assets/stylesheets/pdf.scss */
.page--tags_show .page__content_inner {
  padding-right: 13.5em;
}
/* line 395, /app/app/assets/stylesheets/pdf.scss */
.page--tags_show .page__content_inner > h1 {
  left: 0;
}

/* line 401, /app/app/assets/stylesheets/pdf.scss */
.menu-toggle {
  display: none;
  position: fixed;
  top: 5em;
  left: 6.75em;
  width: 13.5em;
}
@media (max-width: 2000px) {
  /* line 401, /app/app/assets/stylesheets/pdf.scss */
  .menu-toggle {
    left: 11em;
  }
}
@media (max-width: 1800px) {
  /* line 401, /app/app/assets/stylesheets/pdf.scss */
  .menu-toggle {
    left: 8em;
  }
}
@media (max-width: 1600px) {
  /* line 401, /app/app/assets/stylesheets/pdf.scss */
  .menu-toggle {
    left: 6em;
  }
}
@media (max-width: 1500px) {
  /* line 401, /app/app/assets/stylesheets/pdf.scss */
  .menu-toggle {
    left: 2.75em;
  }
}

/* line 427, /app/app/assets/stylesheets/pdf.scss */
nav.collapsible.fixed {
  position: fixed;
  left: 6.75em;
  display: block;
}

/* line 434, /app/app/assets/stylesheets/pdf.scss */
.collapsed_header .secondary_navigation {
  float: right;
  padding: 0;
}

/* line 439, /app/app/assets/stylesheets/pdf.scss */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 452, /app/app/assets/stylesheets/pdf.scss */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  text-align: center;
  overflow: hidden;
}
/* line 461, /app/app/assets/stylesheets/pdf.scss */
.modal-content .cta_button--x2 {
  float: none;
  margin: 30px auto;
  color: #fff !important;
}
/* line 467, /app/app/assets/stylesheets/pdf.scss */
.modal-content .error, .modal-content .success {
  display: none;
}

/* line 472, /app/app/assets/stylesheets/pdf.scss */
.close {
  float: right;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}
/* line 478, /app/app/assets/stylesheets/pdf.scss */
.close p {
  text-align: center;
}
/* line 481, /app/app/assets/stylesheets/pdf.scss */
.close p a {
  text-transform: uppercase;
  color: #aaa;
}

/* line 488, /app/app/assets/stylesheets/pdf.scss */
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* line 495, /app/app/assets/stylesheets/pdf.scss */
.buttons {
  float: right;
  overflow: hidden;
}
/* line 499, /app/app/assets/stylesheets/pdf.scss */
.buttons a {
  margin-left: .5em;
  margin-top: .5em;
  position: relative;
  top: -.5em;
}

/* line 507, /app/app/assets/stylesheets/pdf.scss */
.cta_button {
  color: #fff !important;
}

/* line 515, /app/app/assets/stylesheets/pdf.scss */
.page__content_inner > h1 {
  width: 80%;
}
