/**
 * Default Variables.

 */
/*red*/
/*teal*/
/*lime green*/
/*rose*/
/*teal2*/
* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  text-align: center;
  color: #010202;
  background: #F2BB7C;
  line-height: 20px;
}

.wrap,
.back_default,
.sticky-nav {
  background: #F2BB7C;
}

.back_brand_primary {
  background-color: #010202;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
  display: block;
}

.fixed {
  position: fixed;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

iframe {
  z-index: 2000;
  max-width: 100%;
  border: none;
}

.hidden {
  display: none;
}

.visible {
  visibility: visible;
}

.backstage {
  position: fixed;
  left: -3000px;
  opacity: 0;
}

.tint {
  position: fixed;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.4;
  filter: alpha(opacity=40);
  z-index: -5;
}

.z-1 {
  z-index: 1 !important;
}

.z-200 {
  z-index: 200 !important;
}

.relative {
  position: relative !important;
}

.fixed_section {
  position: fixed !important;
  width: 100%;
  z-index: 2000 !important;
  top: 72px;
  top: 0;
}

.mobile_only {
  display: none;
}

/*--------------------------------------------

COLORS

---------------------------------------------*/
.brand_primary {
  color: #010202;
}

.back_brand_primary {
  background-color: #010202;
}

.back_brand_primary_medium {
  color: #010202;
  background-color: #7FD2A9;
}

.back_brand_primary_light {
  color: #010202;
  background-color: #BEE9D5;
}

.back_brand_primary_extra_light {
  color: #010202;
  background-color: #EFF8F5;
}

.brand_secondary {
  color: #290739;
}

.back_brand_secondary {
  background-color: brand-secondary;
}

.brand_secondary_medium {
  color: #947FB4;
}

.back_brand_secondary_medium {
  color: #290739;
  background-color: #947FB4;
}

.brand_secondary_light {
  color: #D9D4E8;
}

.back_brand_secondary_light {
  color: #290739;
  background-color: #D9D4E8;
}

.brand_tertiary {
  color: #F18702;
}

.back_brand_tertiary {
  background-color: #F18702;
}

.back_brand_tertiary_medium {
  background-color: #F2BB7C;
}

/*--------------------------------------------

LINKS

---------------------------------------------*/
a {
  color: #010202;
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

a.button {
  display: inline-block;
  padding: 15px;
  font-size: 19px;
  line-height: 1.558571429;
  color: #290739;
  text-decoration: none;
  background: #010202;
}

a.button:hover {
  background: black;
}

/*--------------------------------------------

STRUCTURE [GRID ESTABLISHED IN CSS DIRECTORY]

---------------------------------------------*/
/*wraps the grid*/
#wrap {
  position: relative;
  min-width: 100%;
  min-height: 100%;
  z-index: 1000;
  text-align: left;
}

.wrap {
  /*position:relative;*/
  min-width: 100%;
}

.masthead {
  margin-top: 70px;
}

.main {
  text-align: left;
}

.col .inner {
  padding: 30px;
}

.bottom_0 .col {
  margin-bottom: 0 !important;
}

.top_0 .col {
  margin-top: 0 !important;
}

.section.padded {
  padding: 120px 0;
}

.section.padded_half {
  padding: 70px 0;
}

.section.padded_bottom {
  padding: 0 0 70px 0;
}

.section.padded_top {
  padding: 120px 0 0 0;
}

@media only screen and (max-width: 1100px) {
  /*----MAIN---*/
  .mobile_only,
img.mobile_only {
    display: inline-block !important;
  }

  .mobile_only.mobile_block {
    display: block !important;
  }

  .mobile_hide,
img.mobile_hide {
    display: none !important;
  }

  #wrap,
div.main-wrap,
div.section,
.guttered .col,
.guttered_deep .col,
.col {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
  }
}
*[dir=rtl],
*[dir=rtl] #wrap {
  direction: rtl;
  text-align: right;
  unicode-bidi: embed;
}

/*-------------------------

FONTS / TYPE

--------------------------*/
ul {
  list-style: none;
  font-size: 19px;
  line-height: 1.558571429;
}

/*-------P--------*/
p {
  font-weight: normal;
  -text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 19px;
  line-height: 1.6365000005;
  margin: 0 0 33.785px 0;
}

.back_brand_primary p {
  color: #fff;
}

/*------HEADINGS-----*/
h1, h2, h3, h4, h5 {
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  margin-top: 0;
  margin-bottom: 14.5px;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 34px;
  margin-bottom: 25px;
}

h3 {
  font-size: 33px;
}

h4 {
  font-size: 23px;
}

h5 {
  font-size: 22px;
}

/*------HEADINGS-----*/
.back_brand_primary h1,
.back_brand_primary h2,
.back_brand_primary h3,
.back_brand_primary h4,
.back_brand_primary h5 {
  color: #fff;
}

/*------SPECIAL-------*/
h1.extra {
  display: inline-block;
  font-size: 62px;
  line-height: 73px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}

@media only screen and (max-width: 1100px) {
  h1.extra {
    font-size: 50px;
    line-height: 59px;
  }
}
/*----------

LIFT EFFECT 

------------*/
.lift {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 150px, 0px);
  -webkit-transform: translate3d(0px, 150px, 0px);
  -o-transform: translate(0px, 150px);
  -ms-transform: translate(0px, 150px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 
.lift {
    -webkit-transform: translateY(-50px);    
}	
 */
.lift.no_fade {
  opacity: 1;
}

.lift.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 0 5px 0;
  z-index: 5000;
  background: #159E8F;
}

header ul {
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

header .center {
  width: 90%;
}

header ul.logos {
  display: inline-block;
  margin-left: 0;
}

header ul.logos li {
  display: inline-block;
}

header,
header ul,
header ul.logos li a,
header #nav-toggle {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

header a.unep_logo {
  float: left;
  display: inline-block;
  width: 70px;
  height: 53px;
  background: url("../img/unep_logo_white.png") 0 12px no-repeat;
  background-size: 70%;
}

header nav {
  display: inline-block;
  float: right;
  margin-top: 15px;
}

header nav ul {
  float: left;
}

header ul.language-switcher li {
  display: inline;
  margin: 0 0 0 30px;
}

header nav.mobile ul.language-switcher {
  text-transform: uppercase;
  display: none;
}

header nav.mobile ul.language-switcher li {
  margin: 0 0 0 35px;
}

header ul.language-switcher li a {
  color: white;
  font-size: 15.3px;
  font-weight: normal;
  text-decoration: none;
}

header ul.language-switcher li a:hover {
  color: rgba(255, 255, 255, 0.6);
}

header a.download {
  color: white;
  font-size: 15.3px;
  font-weight: normal;
  text-decoration: none;
  float: right;
  padding: 5px 10px;
  border: solid 1px rgba(255, 255, 255, 0.77);
  border-radius: 15px;
  margin: 0 0 0 25px;
}

header a.download:hover {
  background: rgba(255, 255, 255, 0.05);
}

/*-----------------

RAISED: Not using

----------------*/
header.raised {
  top: -20px;
  padding: 30px 0 4px 0;
  background-color: white;
}

header.raised ul.logos li {
  display: inline-block;
}

@media only screen and (max-width: 659px) {
  header.raised ul.logos li:first-of-type {
    display: none;
  }
}
header.raised a.unep_logo {
  background: url("../img/unep_logo.png") 0 0 no-repeat;
  background-size: 100%;
  transform: scale(0.92);
  -webkit-transform: scale(0.92);
}

header.raised ul.language-switcher li a {
  color: #290739;
}

/*--------------*/
@media only screen and (max-width: 1200px) {
  header ul.language-switcher li {
    display: inline;
    margin: 0 0 0 20px;
  }
}
@media only screen and (max-width: 980px) {
  header ul.language-switcher li {
    display: inline;
    margin: 0 0 0 15px;
  }

  *[dir=rtl] header.raised ul.logos li {
    margin: 0 90% 0 0px;
  }

  header.raised #nav-toggle {
    top: 22px;
  }
}
@media only screen and (max-width: 800px) {
  header nav ul.language-switcher {
    display: none;
  }

  header nav.mobile ul.language-switcher {
    display: block;
  }
}
@media only screen and (max-width: 650px) {
  header nav.mobile ul.language-switcher li {
    display: inline;
  }
}
@media only screen and (max-width: 674px) {
  header nav.mobile {
    margin-top: 0;
  }
}
.nav-icon {
  width: 50px;
  height: 37px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-icon span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-icon span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

.nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 32px;
  left: 8px;
}

.panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: auto;
  -webkit-transition: visibility 0s 0.6s;
  -moz-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
  z-index: 2100;
  opacity: 0;
}

.panel::after,
.panel .mask {
  /* overlay layer */
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}

.panel.is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
  opacity: 1;
}

.panel.is-visible::after,
.panel.is-visible .mask {
  background: rgba(0, 0, 0, 0.6) !important;
  -webkit-transition: background 0.3s 0s;
  -moz-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
  z-index: 1000;
}

.mask {
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mask.is-visible {
  background: rgba(38, 44, 53, 0.9) !important;
  -webkit-transition: background 0.3s 0s;
  -moz-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
  z-index: 1999;
  visibility: visible;
}

.panel-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: white;
  overflow-y: auto;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
  overflow-x: hidden;
}

.panel-content {
  z-index: 2200 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  padding: 50px;
  overflow: auto !important;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch !important;
}

.panel-content p {
  font-size: 22px !important;
  line-height: 25px;
}

.from-right .panel-container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.from-left .panel-container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.is-visible .panel-container {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

@media only screen and (min-width: 768px) {
  .panel-container {
    width: 70%;
  }
}
@media only screen and (min-width: 1170px) {
  .panel-container {
    width: 50%;
  }
}
/*-----------

PANEL CONTENT

-------------*/
.panel .logo-wrap {
  width: 150px !important;
}

.panel nav {
  display: block !important;
  margin-top: 100px;
}

.panel ul {
  display: block !important;
  margin: 0px 0 0 0px;
}

*[dir=rtl] .panel ul {
  margin-right: 100px;
}

.panel nav ul li {
  display: block !important;
  width: 100%;
  margin: 0 0 10px 0 !important;
}

.panel ul li a {
  font-size: 19px;
  text-decoration: none;
  color: #04a4e4;
}

.landing h1 {
  margin-top: 10vh;
}

.landing p {
  margin-bottom: 45vh;
}

.background-video-wrap {
  position: relative;
  overflow: hidden;
  background-image: url("../img/egr2020_poster.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.landing button {
  display: none;
}

#graph .section.padded {
  padding: 120px 0 90px 0;
}

#graph .iframe-wrap {
  display: block;
  width: 100%;
  height: 500px;
  background: white;
  margin: 0 0 30px 0;
}

#graph iframe {
  display: block;
  width: 100%;
  height: 100%;
}

#wake-up-call {
  position: relative;
  width: 100%;
  color: white;
}

#wake-up-call p {
  margin-bottom: 75vh;
}

#wake-up-call p:last-of-type {
  margin-bottom: 50vh;
}

#wake-up-call p a {
  color: #7FD2A9;
}

#wake-up-call p a:hover {
  color: white;
}

#wake-up-call .center {
  z-index: 2;
}

#wake-up-call div.tint_absolute {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

#wake-up-call span.credit {
  font-size: 13.3px;
  display: block;
  margin: 30px 0 0 0;
}

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  60% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
#green-recovery p,
#green-recovery h2 {
  display: block;
  width: 53.6%;
}

#green-recovery p {
  margin-bottom: 23vh;
}

#recovery-wrap {
  display: block;
  position: sticky;
  bottom: 0;
  width: 100%;
  max-width: 1200px;
  background-size: 100%;
}

#recovery {
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 1100px) {
  #recovery {
    height: 300px;
  }
}
@media only screen and (max-width: 1100px) {
  #green-recovery p,
#green-recovery h2 {
    width: 100%;
  }

  #green-recovery p:last-of-type {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 659px) {
  #recovery {
    width: 500px;
  }
}
#recovery .recovery-item {
  position: absolute;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
}

#recovery .recovery-item.initial {
  opacity: 1;
}

#recovery .recovery-item:hover,
#recovery .recovery-item.bounce {
  cursor: pointer;
  animation-name: bounce;
  -moz-animation-name: bounce;
}

#recovery .recovery-item.bounce {
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}

/*------------------------------------*/
#rotate_phone {
  display: none;
  float: left;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  border-top: solid 1px #010202;
  border-bottom: solid 1px #010202;
}

#rotate_phone img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

@media only screen and (max-width: 659px) {
  #rotate_phone {
    display: block;
  }
}
/*------------------------------------*/
/*
'bush', 
		'houses_back', 
		'front_house', 
		'solar_left',
		'solar_right',
		'tree_behind_house', 
		'tree_in_front_of_house',
		'tree_left',
		'tree_right',
		'tree_very_back',
		'turbine_pole',
		'turbine'
*/
#recovery .recovery-item#bush {
  width: 7%;
  right: 4%;
}

#recovery .recovery-item#houses_back {
  width: 19.5%;
  right: 8%;
}

#recovery .recovery-item#front_house {
  width: 11%;
  right: 8%;
}

#recovery .recovery-item#solar_left {
  width: 12%;
  right: 15.5%;
  bottom: 202px;
}

#recovery .recovery-item#solar_right {
  width: 9%;
  right: 7.7%;
  bottom: 390px;
}

#recovery .recovery-item#tree_behind_house {
  width: 6.5%;
  right: 14%;
  bottom: 80px;
}

#recovery .recovery-item#tree_in_front_of_house {
  width: 4.5%;
  right: 12%;
}

#recovery .recovery-item#tree_left {
  width: 6%;
  right: 26%;
}

#recovery .recovery-item#tree_right {
  width: 6%;
  right: 0%;
}

#recovery .recovery-item#tree_very_back {
  width: 7%;
  right: 13%;
  bottom: 220px;
}

#recovery .recovery-item#turbine_pole {
  width: 2.9%;
  right: 33%;
}

#recovery .recovery-item#turbine {
  width: 20%;
  right: 23%;
  bottom: 95px;
  animation: rotation 8s infinite linear;
  transform-origin: 40% 55%;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@media only screen and (max-width: 1100px) {
  #recovery {
    left: -150px;
  }

  #recovery .recovery-item#solar_left {
    bottom: 36%;
  }

  #recovery .recovery-item#solar_right {
    bottom: 70%;
  }

  #recovery .recovery-item#tree_behind_house {
    bottom: 15%;
  }

  #recovery .recovery-item#tree_very_back {
    bottom: 41%;
  }

  #recovery .recovery-item#turbine {
    bottom: 17%;
  }
}
@media only screen and (max-width: 659px) {
  #recovery .recovery-item#solar_left {
    bottom: 28%;
  }

  #recovery .recovery-item#solar_right {
    bottom: 54%;
  }

  #recovery .recovery-item#tree_behind_house {
    bottom: 12%;
  }

  #recovery .recovery-item#tree_very_back {
    bottom: 32%;
  }

  #recovery .recovery-item#turbine {
    bottom: 14%;
  }
}
#scenarios {
  position: relative;
  width: 100%;
  min-height: 100vh;
  -webkit-transition: background 0.77s ease-in-out;
  -moz-transition: background 0.77s ease-in-out;
  transition: background 0.77s ease-in-out;
}

#scenarios-graph-wrap.col {
  position: relative;
  width: 350px;
  margin: 0 15px 0 100px;
  color: white;
  z-index: 1;
}

#scenarios-graph-wrap img {
  display: none;
}

#scenarios-graph-wrap div.labels_y span {
  position: absolute;
  left: -20px;
  font-size: 13.3px;
  line-height: 15px;
}

#scenarios-graph-wrap div.labels_y span:nth-of-type(1) {
  top: -5px;
}

#scenarios-graph-wrap div.labels_y span:nth-of-type(2) {
  top: 18.5%;
}

#scenarios-graph-wrap div.labels_y span:nth-of-type(3) {
  top: 38.5%;
}

#scenarios-graph-wrap div.labels_y span:nth-of-type(4) {
  top: 58%;
}

#scenarios-graph-wrap div.labels_y span:nth-of-type(5) {
  top: 77.5%;
}

#scenarios-graph-wrap div.labels_y span:nth-of-type(6) {
  top: 97.5%;
}

#scenarios-graph-wrap div.labels_x span {
  position: absolute;
  left: 0px;
  font-size: 13.3px;
  line-height: 15px;
}

#scenarios-graph-wrap div.labels_x span:nth-of-type(1) {
  left: 2%;
}

#scenarios-graph-wrap div.labels_x span:nth-of-type(2) {
  left: 31%;
}

#scenarios-graph-wrap div.labels_x span:nth-of-type(3) {
  left: 63%;
}

#scenarios-graph-wrap div.labels_x span:nth-of-type(4) {
  left: 94%;
}

#scenarios-graph-wrap span.x_axis,
#scenarios-graph-wrap span.y_axis {
  position: absolute;
}

#scenarios-graph-wrap span.y_axis {
  top: -25px;
}

#scenarios-graph-wrap span.x_axis {
  right: -35px;
  bottom: 5px;
}

#scenarios-graph-wrap text {
  fill: white;
  font-size: 6.65px;
}

div#emoji-wrap.col {
  position: relative;
  width: 130px;
  height: 100%;
  margin: 0;
  z-index: 2000;
  overflow-wrap: break-word;
}

div.emoji {
  display: block;
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  font-size: 14.25px;
  -webkit-transition: background 0.77s ease-in-out;
  -moz-transition: background 0.77s ease-in-out;
  transition: background 0.77s ease-in-out;
  transition: transform 0.5s;
}

div.emoji .scenario {
  display: none;
}

div.emoji .scenario img {
  width: 60px;
  margin: 0 auto 10px auto;
}

div.emoji ul.emissions-target li {
  font-size: 15.2px;
  display: inline;
}

div.emoji ul.emissions-target li:nth-of-type(1) {
  font-size: 28.5px;
}

div#emoji-wrap .labels {
  color: white;
  font-size: 13.3px;
  line-height: 15px;
}

div#emoji-wrap .labels span {
  position: absolute;
  left: 0;
}

div#emoji-wrap .labels span:nth-of-type(1) {
  top: 115px;
}

div#emoji-wrap .labels span:nth-of-type(2) {
  top: 160px;
}

div#emoji-wrap .labels span:nth-of-type(3) {
  top: 200px;
}

div#emoji-wrap .labels span:nth-of-type(4) {
  top: 365px;
}

div#emoji-wrap .labels span:nth-of-type(5) {
  top: 450px;
}

div#emoji-wrap .labels span:nth-of-type(6) {
  top: 590px;
}

/*-------------------------

TRANSITIONS

------------------*/
#scenarios.scenario_1 {
  background: #E25454;
}
#scenarios.scenario_1 #scenarios-graph-wrap img.scenario_1 {
  display: block;
}
#scenarios.scenario_1 div.emoji {
  background: #C32434;
  transform: translateY(0px);
}

#scenarios.scenario_2 {
  background: #E37B73;
}
#scenarios.scenario_2 #scenarios-graph-wrap img.scenario_2 {
  display: block;
}
#scenarios.scenario_2 div.emoji {
  background: #DB5454;
  transform: translateY(25px);
}

#scenarios.scenario_3 {
  background: #EEB1AB;
}
#scenarios.scenario_3 #scenarios-graph-wrap img.scenario_3 {
  display: block;
}
#scenarios.scenario_3 div.emoji {
  background: #E27B73;
  transform: translateY(85px);
}

#scenarios.scenario_4 {
  background: #C9DBAF;
}
#scenarios.scenario_4 #scenarios-graph-wrap img.scenario_4 {
  display: block;
}
#scenarios.scenario_4 div.emoji {
  background: #93CA6B;
  transform: translateY(180px);
}

#scenarios.scenario_5 {
  background: #A4CFAA;
}
#scenarios.scenario_5 #scenarios-graph-wrap img.scenario_5 {
  display: block;
}
#scenarios.scenario_5 div.emoji {
  background: #63B27B;
  transform: translateY(280px);
}

#scenarios.scenario_6 {
  background: #64B47C;
}
#scenarios.scenario_6 #scenarios-graph-wrap img.scenario_6 {
  display: block;
}
#scenarios.scenario_6 div.emoji {
  background: #04A25B;
  transform: translateY(350px);
}

/*-------------------------

MEDIA QUERIES

------------------*/
@media only screen and (max-width: 1280px) {
  #scenarios-graph-wrap.col {
    transform: scale(0.95);
    margin-right: 0;
  }

  div#emoji-wrap {
    transform: scale(0.89);
  }
}
@media only screen and (max-width: 1100px) {
  div.interactive-wrap {
    float: left;
    clear: both;
    width: 100%;
    height: 600px;
    transform: scale(0.9);
  }

  #scenarios-graph-wrap.col {
    transform: scale(1);
  }

  div#emoji-wrap {
    transform: scale(1);
  }

  #scenarios-graph-wrap.col {
    width: 330px;
    margin: 0px 0 0 50px;
  }

  #scenarios-graph-wrap span.y_axis {
    top: 0px;
  }

  #scenarios-graph-wrap img {
    margin: 20px 0 0 20px;
  }

  #scenarios-graph-wrap div.labels_y span {
    left: 0;
  }

  #scenarios-graph-wrap div.labels_y span:nth-of-type(1) {
    top: 15px;
  }

  div#emoji-wrap {
    float: right;
    transform: scale(0.73);
  }

  div#emoji-wrap .labels span:nth-of-type(6) {
    top: 570px;
  }
}
#rotate_phone_scenarios {
  display: none;
  float: left;
  width: 100%;
  padding: 15px 0;
  text-align: center;
}

#rotate_phone_scenarios img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

@media only screen and (max-width: 650px) {
  #scenarios .interactive-wrap {
    display: none;
  }

  #rotate_phone_scenarios {
    display: block;
  }
}
span.thermometer-label {
  font-size: 13.3px;
  line-height: 14px;
}

/*Thermometer + Reading Wrap */
#thermometer-reading-combo-wrap {
  position: relative;
  float: left;
  z-index: 10;
}

/*Thermometer reading */
#thermometer-reading-wrap {
  position: relative;
  float: left;
  width: 100px;
  margin: 0 0 0 40px;
}

/*Thermometer reading */
#thermometer-reading {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  height: 250px;
  text-align: center;
  background: url("../img/thermometer_reading.png") right 45px repeat-y;
  background-size: 20%;
  border-bottom: solid 5px black;
  overflow: hidden;
}

#thermometer-reading .value {
  position: absolute;
  top: 15px;
  left: 0px;
  width: 100%;
  padding: 15px 0 0 0;
  font-size: 26.6px;
  font-weight: bold;
  border-top: solid 5px black;
  transition: transform 0.5s;
}

/*arrow*/
#thermometer-reading .value img {
  width: 40px;
  margin: 15px auto 0 auto;
}

/*Thermometer */
#thermometer {
  position: relative;
  display: block;
  float: left;
  margin: 0 0 0 40px;
}

@media only screen and (max-width: 1205px) {
  #thermometer {
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 1100px) {
  #thermometer-reading-wrap {
    margin: 0;
    transform: scale(0.7);
  }
}
@media only screen and (max-width: 650px) {
  #thermometer-reading-combo-wrap {
    transform: scale(0.6);
  }
}
/*drag me */
#thermometer div.drag_me {
  position: absolute;
  top: 20px;
  right: -170px;
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: black;
  background: #8A7BB7 url("../img/emojis/emoji_drag_me.svg") center 25% no-repeat;
  background-size: 35%;
  text-align: center;
  font-size: 13.3px;
  z-index: 1111;
}

#thermometer div.drag_me.spin {
  -webkit-animation: spin 2s linear 1;
  -moz-animation: spin 2s linear 1;
  -o-animation: spin 2s linear 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  animation-iteration-count: 2;
}

#thermometer div.drag_me span {
  display: block;
  margin-top: 70px;
  line-height: 1.0910000003;
}

#thermometer div.drag_me img.arrow_left {
  position: absolute;
  width: 45px;
  top: 45px;
  left: -20px;
}

@-webkit-keyframes spin {
  0% {
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
  }
  80% {
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
  }
  85% {
    -moz-transform: rotateZ(12deg);
    -webkit-transform: rotateZ(12deg);
    -o-transform: rotateZ(12deg);
    -ms-transform: rotateZ(12deg);
  }
  95% {
    -moz-transform: rotateZ(-12deg);
    -webkit-transform: rotateZ(-12deg);
    -o-transform: rotateZ(-12deg);
    -ms-transform: rotateZ(-12deg);
  }
  100% {
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
  }
  80% {
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
  }
  85% {
    -moz-transform: rotateZ(12deg);
    -webkit-transform: rotateZ(12deg);
    -o-transform: rotateZ(12deg);
    -ms-transform: rotateZ(12deg);
  }
  95% {
    -moz-transform: rotateZ(-12deg);
    -webkit-transform: rotateZ(-12deg);
    -o-transform: rotateZ(-12deg);
    -ms-transform: rotateZ(-12deg);
  }
  100% {
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
  }
  80% {
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
  }
  85% {
    -moz-transform: rotateZ(12deg);
    -webkit-transform: rotateZ(12deg);
    -o-transform: rotateZ(12deg);
    -ms-transform: rotateZ(12deg);
  }
  95% {
    -moz-transform: rotateZ(-12deg);
    -webkit-transform: rotateZ(-12deg);
    -o-transform: rotateZ(-12deg);
    -ms-transform: rotateZ(-12deg);
  }
  100% {
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
  }
  80% {
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
  }
  85% {
    -moz-transform: rotateZ(12deg);
    -webkit-transform: rotateZ(12deg);
    -o-transform: rotateZ(12deg);
    -ms-transform: rotateZ(12deg);
  }
  95% {
    -moz-transform: rotateZ(-12deg);
    -webkit-transform: rotateZ(-12deg);
    -o-transform: rotateZ(-12deg);
    -ms-transform: rotateZ(-12deg);
  }
  100% {
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
  }
}
/*thermometer outline*/
.progressbar {
  width: 40px;
  height: 450px;
  position: absolute;
  top: 100px;
  left: 0%;
  margin-top: -107px;
  margin-left: -22px;
  background: #fff;
  border-bottom: 0;
  -webkit-border-top-left-radius: 60px;
  -webkit-border-top-right-radius: 60px;
  -moz-border-radius-topleft: 60px;
  -moz-border-radius-topright: 60px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}

.progressbar::before {
  content: " ";
  position: absolute;
  z-index: 0;
  bottom: -70px;
  left: -33px;
  width: 66px;
  height: 66px;
  border: 20px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*thermometer bulb inner*/
.progressbar::after {
  content: "";
  display: block;
  width: 66px;
  height: 66px;
  position: absolute;
  bottom: -51px;
  left: -13px;
  background: #EF7C7E;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

/*thermometer value / mercury*/
.progressbar-value {
  position: absolute;
  display: block;
  margin: 0;
  border: 0;
  width: 13px;
  height: 170px;
  bottom: 0px;
  left: 13px;
  overflow: hidden;
  background: #EF7C7E;
  /*rose*/
}

/*this is independent from thermometer graphic, make shorter than progressbar*/
#slider-vertical {
  position: absolute;
  height: 200px;
  top: 80px;
  left: -9px;
  background: none;
  border: none;
}

.ui-slider-vertical .ui-slider-handle {
  left: -7px;
  background: #A32531;
  width: 27px;
  height: 27px;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  cursor: pointer;
}

.ui-slider-vertical .ui-slider-range {
  background: #a32531;
  background: linear-gradient(180deg, #a32531 39%, #ef7c7e 92%);
}

/*-------------------------

READING ANIMATION

------------------*/
#scenarios.scenario_1 #thermometer-reading .value {
  transform: translateY(0px);
}

#scenarios.scenario_2 #thermometer-reading .value {
  transform: translateY(25px);
}

#scenarios.scenario_3 #thermometer-reading .value {
  transform: translateY(45px);
}

#scenarios.scenario_4 #thermometer-reading .value {
  transform: translateY(120px);
}

#scenarios.scenario_5 #thermometer-reading .value {
  transform: translateY(140px);
}

#scenarios.scenario_6 #thermometer-reading .value {
  transform: translateY(158px);
}

#shipping-aviation {
  background: #BEE9D5;
}

#ship-animation {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 370px;
  background: #BEE9D5;
}

#ship {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 75%;
  max-width: 875px;
}

@media only screen and (max-width: 1100px) {
  #ship-animation {
    height: 300px;
  }

  #ship {
    bottom: 40px;
  }
}
@media only screen and (max-width: 980px) {
  #ship {
    bottom: 20px;
  }
}
@media only screen and (max-width: 650px) {
  #ship-animation {
    height: 230px;
  }
}
#ship.animated {
  -webkit-animation: ship_one 235s linear infinite;
  -moz-animation: ship_one 235s linear infinite;
  -o-animation: ship_one 235s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

@-webkit-keyframes ship_one {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
#waves1 {
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 100%;
  height: 200px;
}

#waves2 {
  position: absolute;
  right: -99%;
  bottom: -2px;
  width: 100%;
  height: 200px;
}

#waves1.animated {
  -webkit-animation: waves_one 235s linear infinite;
  -moz-animation: waves_one 235s linear infinite;
  -o-animation: waves_one 235s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

#waves2.animated {
  -webkit-animation: waves_two 235s linear infinite;
  -moz-animation: waves_two 235s linear infinite;
  -o-animation: waves_two 235s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

@-webkit-keyframes waves_one {
  0% {
    right: 0%;
  }
  100% {
    right: 100%;
  }
}
@-webkit-keyframes waves_two {
  0% {
    right: -99%;
  }
  100% {
    right: 0%;
  }
}
#missed-opportunity {
  position: relative;
  background: #149C8C;
}

#missed-opportunity.section.padded {
  padding: 120px 0 90px 0;
}

#missed-opportunity img#plane {
  position: absolute;
  top: 200px;
  left: -520px;
  width: 500px;
  z-index: 10;
  z-index: 2200;
}

#missed-opportunity img#plane.animated {
  -webkit-animation: plane 4s linear 1;
  -moz-animation: plane 4s linear 1;
  -o-animation: plane 4s linear 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

@-webkit-keyframes plane {
  0% {
    left: -520px;
  }
  100% {
    left: 100%;
  }
}
#maps.section {
  padding: 0 0 90px 0;
}

#maps .center {
  width: 1300px;
}

@media only screen and (max-width: 1100px) {
  #maps .center {
    width: 100%;
  }
}
div.map {
  position: relative;
}

div.map a.pin {
  display: inline-block;
  font-size: 19px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  width: 37px;
  height: 53px;
  position: absolute;
  background: url("../img/map/pin_white.svg") 0 0 no-repeat;
  background-size: 100%;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

div.map a.pin:hover {
  color: white;
  background: url("../img/map/pin_purple.svg") 0 0 no-repeat;
  background-size: 100%;
  animation-name: bounce;
  -moz-animation-name: bounce;
}

@media only screen and (max-width: 980px) {
  div.map a.pin {
    transform: scale(0.7);
  }
}
@media only screen and (max-width: 659px) {
  div.map a.pin {
    transform: scale(0.6);
  }
}
.pin.CA {
  left: 20%;
  top: 10%;
}

.pin.US {
  left: 18%;
  top: 22%;
}

.pin.MX {
  left: 17%;
  top: 32%;
}

.pin.BR {
  left: 29%;
  top: 55%;
}

.pin.AR {
  left: 29%;
  top: 75%;
}

.pin.UK {
  left: 45%;
  top: 14%;
}

.pin.FR {
  left: 46.5%;
  top: 21%;
}

.pin.DE {
  left: 49%;
  top: 16%;
}

.pin.IT {
  left: 50%;
  top: 23.5%;
}

.pin.TR {
  left: 54%;
  top: 23.5%;
}

.pin.SA {
  left: 56%;
  top: 33%;
}

.pin.ZA {
  left: 52%;
  top: 72%;
}

.pin.RU {
  left: 65%;
  top: 16%;
}

.pin.IN {
  left: 67%;
  top: 40%;
}

.pin.CH {
  left: 73%;
  top: 30%;
}

.pin.KP {
  left: 78.5%;
  top: 21%;
}

.pin.JP {
  left: 82%;
  top: 23%;
}

.pin.ID {
  left: 78%;
  top: 50%;
}

.pin.AU {
  left: 82%;
  top: 72%;
}

#map-data {
  width: 800px;
  padding: 20px;
  background: white;
  border: solid 10px #947FB4;
}

#maps table {
  border-collapse: collapse;
  padding: 30px;
  width: 100%;
}

@media only screen and (max-width: 866px) {
  #map-data {
    width: 80%;
    float: none;
  }
}
#maps table th:nth-of-type(1) {
  width: 220px;
}

#maps table tr td:nth-of-type(3) {
  width: 220px;
  text-align: center;
}

#maps table tr td:nth-of-type(2),
#maps table tr td:nth-of-type(4) {
  width: 175px;
}

#maps table th,
#maps table td {
  padding: 8px 10px;
}

#maps table td.striped {
  background-image: linear-gradient(90deg, #c4c4c4 2.38%, #ffffff 2.38%, #ffffff 50%, #c4c4c4 50%, #c4c4c4 52.38%, #ffffff 52.38%, #ffffff 100%);
  background-size: 84px 84px;
}

#maps table span.neg,
#maps table span.pos {
  display: inline-block;
  height: 17px;
  width: 22px;
}

#maps table td.neutral {
  position: relative;
  text-align: center;
}

#maps table td.neutral span {
  left: 0;
  position: absolute;
  display: inline-block;
  height: 17px;
  width: 50%;
  left: 25%;
  background: rgba(0, 0, 0, 0.1);
}

#maps table span.neg {
  float: right;
  margin: 0 2px 0 0px;
  background: #EA5054;
}

#maps table span.pos {
  float: left;
  margin: 0 0 0 -8px;
  background: #C9E1AB;
}

#maps table ul,
#maps table li {
  margin: 0;
  padding: 0;
}

#maps table ul {
  position: relative;
  width: 100%;
}

#maps table tr.legend,
#maps table tr.legend ul li {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
}

#maps table tr.legend td.unit {
  position: relative;
}

#maps table tr.legend td.unit span {
  display: inline-block;
  position: absolute;
  right: 15px;
}

#maps table tr.legend ul li {
  position: absolute;
  left: calc(0% - 12px);
}

#maps table tr.legend ul li:nth-of-type(2) {
  left: calc(25% - 10px);
}

#maps table tr.legend ul li:nth-of-type(3) {
  left: calc(50% - 10px);
}

#maps table tr.legend ul li:nth-of-type(4) {
  left: calc(75% - 5px);
}

#maps table tr.legend ul li:nth-of-type(5) {
  left: calc(100% - 5px);
}

#map-data div.description {
  width: 100%;
  border-top: 2px solid black;
  margin-top: 25px;
  padding: 20px 0;
}

#map-data div.description span {
  font-weight: bold;
  margin-top: 20px;
}

#rotate_phone_map {
  display: none;
  float: left;
  width: 100%;
  padding: 15px 0;
  text-align: center;
}

#rotate_phone_map img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

@media only screen and (max-width: 659px) {
  div.map {
    display: none;
  }

  #rotate_phone_map {
    display: block;
  }
}
/* Modal Background */
.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.4);
}

/* Modal Content/Box */
.modal-content {
  margin: 15% auto;
  z-index: 1111;
  position: relative;
}

@media only screen and (max-width: 1100px) {
  .modal-content {
    width: 80%;
    margin: 20% auto;
  }
}
.modal-content .inner {
  z-index: 10;
}

/* Close Button */
.close {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../img/x.png") 0 0 no-repeat;
  background-size: 100%;
  z-index: 1;
  position: absolute;
  top: 10px;
  right: 10px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.77;
}

#reforming-consumption {
  background: #008778;
  position: relative;
}

#reforming-consumption.section.padded {
  background: #008778;
  padding: 120px 0 90px 0;
}

#reforming-consumption p,
#reforming-consumption h2,
#reforming-consumption ul {
  display: block;
  width: 53.6%;
}

#reforming-consumption p {
  margin-bottom: 23vh;
}

#reforming-consumption p:last-of-type {
  margin: 0 0 25px 0;
}

#reforming-consumption ul.reforms {
  list-style: disc;
  margin: 0 0 0 25px;
}

#reforming-consumption ul.reforms li {
  line-height: 1.9014571434;
}

#reforming-consumption-graphic-wrap {
  display: block;
  position: sticky;
  bottom: 0;
  float: right;
  width: 500px;
  background: #008778;
}

#reforming-consumption-graphic {
  width: 100%;
  height: 700px;
  position: relative;
  background: #008778;
}

#reforming-consumption-graphic img#rich_people {
  position: absolute;
  top: 40px;
  left: -20px;
  width: 225px;
  z-index: 2;
}

#reforming-consumption-graphic img#dots {
  position: absolute;
  top: 430px;
  left: 16%;
  width: 300px;
}

#reforming-consumption-graphic img#emission_big {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 360px;
  mix-blend-mode: multiply;
}

#reforming-consumption-graphic img#emission_small {
  position: absolute;
  top: 150px;
  right: 30px;
  width: 200px;
  mix-blend-mode: multiply;
}

#reforming-consumption-graphic span.line {
  position: absolute;
  top: 285px;
  left: 88px;
  display: block;
  width: 1px;
  height: 127px;
  background: black;
  z-index: 3;
}

#reforming-consumption-graphic span.line_2 {
  position: absolute;
  top: 360px;
  right: 193px;
  display: block;
  width: 1px;
  height: 30px;
  background: black;
  z-index: 3;
}

#reforming-consumption-graphic span.bracket {
  position: absolute;
  top: 390px;
  left: 243px;
  display: block;
  width: 125px;
  height: 20px;
  border-top: solid 1px black;
  border-left: solid 1px black;
  border-right: solid 1px black;
  z-index: 3;
}

#reforming-consumption-graphic span.heading_1 {
  position: absolute;
  top: 80px;
  right: 40px;
  display: inline-block;
  z-index: 3;
  width: 240px;
  font-size: 19px;
  line-height: 30px;
  color: #DAD4E7;
}

#reforming-consumption-graphic span.heading_2 {
  position: absolute;
  top: 230px;
  right: -10px;
  display: inline-block;
  z-index: 3;
  width: 200px;
  font-size: 19px;
  line-height: 30px;
  color: #DAD4E7;
}

@media only screen and (max-width: 1100px) {
  #reforming-consumption p,
#reforming-consumption h2,
#reforming-consumption ul {
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  #reforming-consumption-graphic-wrap {
    width: 500px;
    transform: scale(0.8);
  }

  #reforming-consumption-graphic img#rich_people {
    left: 5%;
  }

  #reforming-consumption-graphic img#emission_big {
    right: 11%;
  }

  #reforming-consumption-graphic img#emission_small {
    left: 44%;
  }

  #reforming-consumption-graphic span.heading_1 {
    left: 58%;
  }

  #reforming-consumption-graphic span.heading_2 {
    left: 60%;
  }

  #reforming-consumption-graphic span.line {
    left: 17%;
  }

  #reforming-consumption-graphic span.line_2 {
    left: 64%;
  }

  #reforming-consumption-graphic span.bracket {
    left: 51%;
  }
}
@media only screen and (max-width: 650px) {
  #reforming-consumption-graphic-wrap {
    float: left;
    margin-left: -100px;
    transform: scale(0.6);
  }
}
#call-to-action {
  display: block;
  width: 100%;
  position: relative;
  background: #C9E1AB;
}

#call-to-action p,
#call-to-action h2 {
  display: block;
  width: 53.6%;
}

#call-to-action .copy p:nth-child(even),
#call-to-action .copy p:last-of-type {
  margin-bottom: 23vh;
}

#cta-items-wrap {
  display: block;
  position: sticky;
  bottom: 0;
  width: 100%;
  max-width: 1200px;
  background: #C9E1AB;
}

#cta-items {
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 1100px) {
  #call-to-action p,
#call-to-action h2 {
    width: 100%;
  }
}
#call-to-action .cta-item {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  opacity: 1;
}

#cta-items .cta-item#plant {
  width: 12%;
  right: 10%;
}

#cta-items .cta-item#guy {
  width: 20%;
  right: 15%;
}

#cta-items .cta-item#woman {
  width: 15%;
  right: 0;
}

#cta-items .cta-item#snail {
  width: 8%;
  right: 50%;
}

footer {
  color: #010202;
  background: #159E8F;
}

footer a.unep_logo {
  display: inline-block;
  width: 133px;
  height: 110px;
  background: url("../img/unep_logo.png") center 0 no-repeat;
  background-size: 75%;
  margin: 0 auto;
  float: right;
}

footer ul.links {
  width: 100%;
  display: table;
}

footer ul.links li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

footer ul.links a {
  display: table;
  width: 100%;
  width: 150px;
  color: white;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
}

footer ul.links a img {
  width: 150px;
  margin: 0 auto;
}

footer ul.links a.circle {
  display: table;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  color: white;
  text-decoration: none;
  background: #290739;
}

footer ul.links a span {
  display: table-cell;
  vertical-align: middle;
}

footer ul.links a.circle:hover {
  background: #947FB4;
}

footer span.hash {
  display: block;
  margin-top: 10px;
}

@media only screen and (max-width: 1100px) {
  footer {
    text-align: text-center;
  }

  footer ul.links li {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
    clear: both;
  }

  footer a.unep_logo,
footer span {
    float: none;
    background-position: 0 center;
    margin: 0 0 5px 3%;
  }
}

/*# sourceMappingURL=style.css.map */
