/* 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 4, /app/app/assets/stylesheets/shared/00_reset.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("/shims/boxsizing.htc");
}

/* line 6, /app/app/assets/stylesheets/shared/00_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* line 28, /app/app/assets/stylesheets/shared/00_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 33, /app/app/assets/stylesheets/shared/00_reset.scss */
html {
  /*background: palette(grey, x-dark);*/
  height: 100%;
}

/* line 38, /app/app/assets/stylesheets/shared/00_reset.scss */
body {
  background: #f5f7f8;
}

/* line 42, /app/app/assets/stylesheets/shared/00_reset.scss */
ol,
ul {
  list-style: none;
}

/* line 47, /app/app/assets/stylesheets/shared/00_reset.scss */
blockquote {
  quotes: none;
}

/* line 51, /app/app/assets/stylesheets/shared/00_reset.scss */
blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

/* line 58, /app/app/assets/stylesheets/shared/00_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 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 6, /app/app/assets/stylesheets/shared/01_typography.scss */
html {
  font-family: 'roboto-regular', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
}
@media (min-width: 768px) {
  /* line 6, /app/app/assets/stylesheets/shared/01_typography.scss */
  html {
    font-size: 16px;
  }
}
/* line 56, /usr/local/bundle/ruby/2.6.0/gems/susy-2.2.12/sass/susy/language/susy/_breakpoint-plugin.scss */
.no-mq html {
  font-size: 16px;
}

/* line 14, /app/app/assets/stylesheets/shared/01_typography.scss */
body,
input {
  color: #485464;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .02em;
  line-height: 1.5;
}

/* line 23, /app/app/assets/stylesheets/shared/01_typography.scss */
h1 {
  font-size: 2.5em;
}

/* line 27, /app/app/assets/stylesheets/shared/01_typography.scss */
h2 {
  font-size: 1.3em;
  padding-top: 1.5em;
}
@media (min-width: 768px) {
  /* line 27, /app/app/assets/stylesheets/shared/01_typography.scss */
  h2 {
    font-size: 1.2em;
  }
}
/* line 56, /usr/local/bundle/ruby/2.6.0/gems/susy-2.2.12/sass/susy/language/susy/_breakpoint-plugin.scss */
.no-mq h2 {
  font-size: 1.2em;
}
/* line 34, /app/app/assets/stylesheets/shared/01_typography.scss */
h2 + p {
  padding: 0;
}

/* line 37, /app/app/assets/stylesheets/shared/01_typography.scss */
p {
  padding: 1.5em 0 0 0;
}
@media (min-width: 768px) {
  /* line 37, /app/app/assets/stylesheets/shared/01_typography.scss */
  p {
    padding-top: 1.1em;
  }
}
/* line 56, /usr/local/bundle/ruby/2.6.0/gems/susy-2.2.12/sass/susy/language/susy/_breakpoint-plugin.scss */
.no-mq p {
  padding-top: 1.1em;
}
/* 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 3, /app/app/assets/stylesheets/shared/02_links.scss */
a {
  color: #D31144;
}
/* line 6, /app/app/assets/stylesheets/shared/02_links.scss */
a:focus, a:hover {
  color: #a90e36;
}
@font-face {
  font-family: "icomoon";
  src: url(/assets/icomoon/icomoon-545c4b003da03dad92156e4ff5c052e950c8ab10d4d3e0d1bc9fa2e8e28af82d.eot);
  src: url(/assets/icomoon/icomoon-545c4b003da03dad92156e4ff5c052e950c8ab10d4d3e0d1bc9fa2e8e28af82d.eot?#iefix) format('embedded-opentype'), url(/assets/icomoon/icomoon-7a87f3d935dd5e724605d90d4f97b24cca9da81016052dba5994afb1b485974a.woff) format('woff'), url(/assets/icomoon/icomoon-1625637f9cc6812f90a6d169334aa4417eeec2c1d27ee688d2cd912142ba8703.ttf) format('truetype'), url(/assets/icomoon/icomoon-dbec4ed93fd30db8e9ece4b98ef3fdfc08964d427ab2a5c13dcfe13c5d274152.svg#vucabold) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto-regular";
  src: url(/assets/Roboto-Regular-webfont-cbb656ad18b9fa7d67c2d6e67372be1bc5924f9ad9a708619a31597de23ce8c0.eot);
  src: url(/assets/Roboto-Regular-webfont-cbb656ad18b9fa7d67c2d6e67372be1bc5924f9ad9a708619a31597de23ce8c0.eot?#iefix) format('embedded-opentype'), url(/assets/Roboto-Regular-webfont-a1e5b0dd9cd90fe3ef3e24aea202819ee74693d62c00bac8e3fb7c837d8adbfe.woff) format('woff'), url(/assets/Roboto-Regular-webfont-e1019058852344e0346e393e6d2bdaecff488efbf2600cd96739e8a553151a12.ttf) format('truetype'), url(/assets/Roboto-Regular-webfont-788b1cb6be954101702f5cd8d5f407a4e802ccf66f10a69c9f267dfa41de1250.svg#robotoregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto-light";
  src: url(/assets/Roboto-Light-webfont-2517b97e2c0e1e6c8ceb9dd007015f897926bc504154137281eec4c1a9f9bdc9.eot);
  src: url(/assets/Roboto-Light-webfont-2517b97e2c0e1e6c8ceb9dd007015f897926bc504154137281eec4c1a9f9bdc9.eot?#iefix) format('embedded-opentype'), url(/assets/Roboto-Light-webfont-94e3c960e7ac7a42aac1f0a681c9e4d497c626c0ee7593de6450410b6d4b26fd.woff) format('woff'), url(/assets/Roboto-Light-webfont-42690b60d8bfa99abf8bd783c5d767757f7e0f6a0a760cf0543e93d9c81d2c85.ttf) format('truetype'), url(/assets/Roboto-Light-webfont-c4ab4dff850a7ae794c94eb1b84c8cf0aa2e8654505354aa1fb367c109debe7d.svg#robotolight) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "roboto-bold";
  src: url(/assets/Roboto-Bold-webfont-a2ca27e10e7111ca13d7b9368c4b55a165ebf24b40ac16ec715cd3881204bb3a.eot);
  src: url(/assets/Roboto-Bold-webfont-a2ca27e10e7111ca13d7b9368c4b55a165ebf24b40ac16ec715cd3881204bb3a.eot?#iefix) format('embedded-opentype'), url(/assets/Roboto-Bold-webfont-c94ac252c2a3319406032032154badff85d43db816667ea65f7c97d951a33cb7.woff) format('woff'), url(/assets/Roboto-Bold-webfont-fbdb1cc23a211b7e904059a9a44f25ef8538e4fe7936e8a7a9fd67c8bd63b100.ttf) format('truetype'), url(/assets/Roboto-Bold-webfont-a2bd98345c731c97156f0459546daf9c33e87774860acb248fcb6e9cfaa4325a.svg#robotobold) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "arvo-bold";
  src: url(/assets/arvo-bold_201-webfont-5634abc2ea07f045676ff69c921b39a77ca2136992f0aeec1c5aeeada78540ff.eot);
  src: url(/assets/arvo-bold_201-webfont-5634abc2ea07f045676ff69c921b39a77ca2136992f0aeec1c5aeeada78540ff.eot?#iefix) format('embedded-opentype'), url(/assets/arvo-bold_201-webfont-093f415112fe0f48338eba9f197048355936842376d8ac7227c6a275de54c4dd.woff) format('woff'), url(/assets/arvo-bold_201-webfont-41712e817b0d1e75c32d4985fe80cb708b0bdbb2740d3395759d017f1e287f9a.ttf) format('truetype'), url(/assets/arvo-bold_201-webfont-fabaa6a7d5efc2a714e8ec57ed25fdc24e988b76fe96a51dfc391109b34ed173.svg#robotolight) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "arvo-bolditalic";
  src: url(/assets/arvo-bolditalic_201-webfont-2e071d917be435f3de9436ba937017e756463080203902ae044c50e2a79c2df9.eot);
  src: url(/assets/arvo-bolditalic_201-webfont-2e071d917be435f3de9436ba937017e756463080203902ae044c50e2a79c2df9.eot?#iefix) format('embedded-opentype'), url(/assets/arvo-bolditalic_201-webfont-9435c8dc0da026d0dfe4d0456504080cb05fcf35c2a4c49a6ef3d0fcd760af15.woff) format('woff'), url(/assets/arvo-bolditalic_201-webfont-91ee6efe156f591cdc43d6997c82cd318c6d171f14ba33872fb6b26502b50d23.ttf) format('truetype'), url(/assets/arvo-bolditalic_201-webfont-22f10b2d70c22e14e7d481d8779159e401d4f69a35b9c5ea629025136842b8ef.svg#robotolight) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "arvo-italic";
  src: url(/assets/arvo-italic_201-webfont-74979e6dd275e781f2020ccfdb329e533947d1486e11bce4dbe7f597d6273ff3.eot);
  src: url(/assets/arvo-italic_201-webfont-74979e6dd275e781f2020ccfdb329e533947d1486e11bce4dbe7f597d6273ff3.eot?#iefix) format('embedded-opentype'), url(/assets/arvo-italic_201-webfont-29e65324fd4277c7013ad3b98174c87003b73f396c2369a5f4216aa37920324c.woff) format('woff'), url(/assets/arvo-italic_201-webfont-54f8ee73d88a72669d8f9257f5ab1d74a2c2096ba4564f872c38206c1fbf22ac.ttf) format('truetype'), url(/assets/arvo-italic_201-webfont-a8b6545105761e6a095f0e28e7aee3c2d119e2ceb75f094c0e49c579d764653c.svg#robotolight) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "arvo-regular";
  src: url(/assets/arvo-regular_201-webfont-d2842b796891204f23453625a62919b426a9cd709c7bf5459ea465a88668af54.eot);
  src: url(/assets/arvo-regular_201-webfont-d2842b796891204f23453625a62919b426a9cd709c7bf5459ea465a88668af54.eot?#iefix) format('embedded-opentype'), url(/assets/arvo-regular_201-webfont-22d376a1e586094c42b73c292ee3e5e3cf53b70c6d156399c8f2321a5dbc88b4.woff) format('woff'), url(/assets/arvo-regular_201-webfont-c3f9805bb2c1e7f36406985c438b374f60be765ca4129a30362a7624774f2877.ttf) format('truetype'), url(/assets/arvo-regular_201-webfont-dd8e588fe198cfce91ad6d922c8757bc32c205dc21445687b619fb05c6011f90.svg#robotolight) format('svg');
  font-weight: normal;
  font-style: normal;
}
/**
 * CDP 3.0 application SCSS
 *
 * For more information please read the README.md in this folder.
 *



 */


html {
  background: #484648;
}
