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

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

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

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

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

/* line 47, app/assets/stylesheets/vars/_colors.scss */
.public-authorities-topic {
  background-color: #82246f;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 115, 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 125, app/assets/stylesheets/pdf.scss */
th, td {
  border: 1px solid #c1c1c1;
  border-collapse: collapse;
}

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

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

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

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

/* line 148, app/assets/stylesheets/pdf.scss */
td p,
th p {
  padding: 0;
}

/* line 154, app/assets/stylesheets/pdf.scss */
.page__content_inner hr {
  margin-top: 1.2em;
}

/* line 157, app/assets/stylesheets/pdf.scss */
.page__content_inner ul li {
  list-style-type: disc;
}

/* line 161, 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 170, app/assets/stylesheets/pdf.scss */
.table__wrapper {
  width: 100%;
  overflow: scroll;
}

/* line 176, app/assets/stylesheets/pdf.scss */
.section li {
  list-style-type: none !important;
}

/* line 180, app/assets/stylesheets/pdf.scss */
.section ol {
  counter-reset: li;
}

/* line 183, app/assets/stylesheets/pdf.scss */
.section ol > li {
  counter-increment: li;
}

/* line 186, app/assets/stylesheets/pdf.scss */
.section ol > li:before {
  content: counter(li, lower-alpha) ".";
  font-weight: bold;
}

/* line 193, app/assets/stylesheets/pdf.scss */
.section ol li:before {
  content: counter(li, decimal) ".";
}

/* line 196, app/assets/stylesheets/pdf.scss */
.section ol ol li:before {
  content: counter(li, lower-alpha) ".";
}

/* line 199, app/assets/stylesheets/pdf.scss */
.section ol ol ol li:before {
  content: counter(li, lower-roman) ".";
}

/* line 202, app/assets/stylesheets/pdf.scss */
.section ol ol ol ol li:before {
  content: counter(li, lower-alpha) ".";
}

/* line 205, app/assets/stylesheets/pdf.scss */
.section ol ol ol ol ol li:before {
  content: counter(li, lower-roman) ".";
}

/* line 208, app/assets/stylesheets/pdf.scss */
.section ol ol ol ol ol ol li:before {
  content: counter(li, lower-alpha) ".";
}

/* line 211, app/assets/stylesheets/pdf.scss */
.section ol ol ol ol ol ol ol li:before {
  content: counter(li, lower-roman) ".";
}

/* line 214, app/assets/stylesheets/pdf.scss */
.section ol ol ol ol ol ol ol ol li:before {
  content: counter(li, lower-alpha) ".";
}

/* line 217, app/assets/stylesheets/pdf.scss */
.section ol ol ol ol ol ol ol ol ol li:before {
  content: counter(li, lower-roman) ".";
}

/* line 220, app/assets/stylesheets/pdf.scss */
.section ol ol ol ol ol ol ol ol ol ol li:before {
  content: counter(li, lower-alpha) ".";
}

/* line 223, 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 228, app/assets/stylesheets/pdf.scss */
.section ul > li:before {
  content: '•';
  font-size: 2em;
  top: 0.175em;
}

/* line 236, app/assets/stylesheets/pdf.scss */
.section ul.altlist > li:before {
  content: '□';
  font-size: 1.5em;
  top: 0.1rem;
}

/* line 243, app/assets/stylesheets/pdf.scss */
.section ul > * ul, .section ul > * ol, .section ol > * ul, .section ol > * ol {
  margin-left: .81rem;
  padding-top: 0;
}

/* line 249, 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 261, 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 269, app/assets/stylesheets/pdf.scss */
.water .page__content_inner th {
  background-color: #2c86da;
}

/* line 273, app/assets/stylesheets/pdf.scss */
.water .page__content_inner .section li:before {
  color: #2c86da;
}

/* line 280, 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 288, app/assets/stylesheets/pdf.scss */
.climate_change .page__content_inner th,
.climate-change .page__content_inner th {
  background-color: #82246f;
}

/* line 292, app/assets/stylesheets/pdf.scss */
.climate_change .page__content_inner .section li:before,
.climate-change .page__content_inner .section li:before {
  color: #82246f;
}

/* line 298, app/assets/stylesheets/pdf.scss */
.public-authorities .page__content_inner h1,
.public-authorities .page__content_inner h2,
.public-authorities .page__content_inner h3,
.public-authorities .page__content_inner h4,
.public-authorities .page__content_inner a {
  color: #82246f;
}

/* line 306, app/assets/stylesheets/pdf.scss */
.public-authorities .page__content_inner th {
  background-color: #82246f;
}

/* line 310, app/assets/stylesheets/pdf.scss */
.public-authorities .page__content_inner .section li:before {
  color: #82246f;
}

/* line 316, 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 324, app/assets/stylesheets/pdf.scss */
.forests .page__content_inner th {
  background-color: #00775a;
}

/* line 328, app/assets/stylesheets/pdf.scss */
.forests .page__content_inner .section li:before {
  color: #00775a;
}

/* line 334, 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 342, app/assets/stylesheets/pdf.scss */
.cities .page__content_inner th {
  background-color: #585b9a;
}

/* line 346, app/assets/stylesheets/pdf.scss */
.cities .page__content_inner .section li:before {
  color: #585b9a;
}

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

/* line 357, 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 365, app/assets/stylesheets/pdf.scss */
.statesand_regions .page__content_inner th,
.states-and-regions .page__content_inner th {
  background-color: #585b9a;
}

/* line 369, 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 374, app/assets/stylesheets/pdf.scss */
.microsite__nav {
  margin-bottom: 20px;
}

/* line 377, app/assets/stylesheets/pdf.scss */
.microsite__nav li {
  list-style-type: none !important;
}

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

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

@media (max-width: 1080px) {
  /* line 392, app/assets/stylesheets/pdf.scss */
  .section {
    padding: 2em;
  }
}

@media (min-width: 1080px) {
  /* line 398, app/assets/stylesheets/pdf.scss */
  .page__content_inner {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 402, app/assets/stylesheets/pdf.scss */
  .page__content_inner > h1 {
    padding-left: .5rem;
  }
}

/* line 409, app/assets/stylesheets/pdf.scss */
.page--tags_show .page__content_inner {
  padding-right: 13.5em;
}

/* line 412, app/assets/stylesheets/pdf.scss */
.page--tags_show .page__content_inner > h1 {
  left: 0;
}

/* line 418, app/assets/stylesheets/pdf.scss */
.menu-toggle {
  display: none;
  position: fixed;
  top: 5em;
  left: 6.75em;
  width: 13.5em;
}

@media (max-width: 2000px) {
  /* line 418, app/assets/stylesheets/pdf.scss */
  .menu-toggle {
    left: 11em;
  }
}

@media (max-width: 1800px) {
  /* line 418, app/assets/stylesheets/pdf.scss */
  .menu-toggle {
    left: 8em;
  }
}

@media (max-width: 1600px) {
  /* line 418, app/assets/stylesheets/pdf.scss */
  .menu-toggle {
    left: 6em;
  }
}

@media (max-width: 1500px) {
  /* line 418, app/assets/stylesheets/pdf.scss */
  .menu-toggle {
    left: 2.75em;
  }
}

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

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

/* line 456, 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 469, 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 478, app/assets/stylesheets/pdf.scss */
.modal-content .cta_button--x2 {
  float: none;
  margin: 30px auto;
  color: #fff !important;
}

/* line 484, app/assets/stylesheets/pdf.scss */
.modal-content .error, .modal-content .success {
  display: none;
}

/* line 489, app/assets/stylesheets/pdf.scss */
.close {
  float: right;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}

/* line 495, app/assets/stylesheets/pdf.scss */
.close p {
  text-align: center;
}

/* line 498, app/assets/stylesheets/pdf.scss */
.close p a {
  text-transform: uppercase;
  color: #aaa;
}

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

/* line 512, app/assets/stylesheets/pdf.scss */
.buttons {
  float: right;
  overflow: hidden;
}

/* line 516, app/assets/stylesheets/pdf.scss */
.buttons a {
  margin-left: .5em;
  margin-top: .5em;
  position: relative;
  top: -.5em;
}

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

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