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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Kanit";
}

body p {
  font-family: "Lato";
}

.btn {
  box-shadow: 5px 6px 0px black;
  padding: 15px;
  order: 3;
  display: flex;
  flex-direction: row;
  margin-top: 17px;
  margin-bottom: 5px;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  position: relative;
  justify-content: center;
  cursor: pointer;
}
.btn:hover {
  box-shadow: 9px 10px 0px black;
}
.btn .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background: #005973;
}
.btn p {
  color: white;
  text-shadow: 2px 2px 0px black;
  font-family: "Kanit";
  font-weight: 800;
  text-transform: uppercase;
  z-index: 2;
}
.btn .twitter-join-icon {
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  margin: 0;
  margin-right: 5px;
}
.btn .twitter-join-icon svg {
  filter: drop-shadow(2px 2px 0px black);
  width: 100%;
}
.btn .twitter-join-icon svg .a {
  fill: white;
}

.special-button, .poll-wrapper .gp-poll button,
.poll-wrapper .gp-answers button {
  box-shadow: 5px 6px 0px black;
  padding: 15px;
  order: 3;
  display: flex;
  flex-direction: row;
  margin-top: 17px;
  margin-bottom: 5px;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  position: relative;
  justify-content: center;
  background: #005973;
  outline: none;
  border: none;
  font-family: "Kanit";
  text-transform: uppercase;
  text-shadow: 2px 2px 0px black;
  font-style: italic;
  font-weight: 800;
  font-size: 16px;
  color: white;
  width: 60%;
  margin: 0 auto;
  cursor: pointer;
}
.special-button:hover, .poll-wrapper .gp-poll button:hover,
.poll-wrapper .gp-answers button:hover {
  box-shadow: 9px 10px 0px black;
}

.sticky-menu {
  background: #F2E03B;
  height: 70px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  display: block;
  z-index: 10;
}

@media (min-width: 650px) {
  #nav-menu,
.sticky-menu {
    display: none;
  }
}
@media (min-width: 650px) {
  #nav-menu {
    display: none;
  }
}

#nav-menu.-open .menu-background {
  background-color: #007799;
}

.menu-button {
  cursor: pointer;
  z-index: 17;
  background-size: 30px 30px;
  background-position: center center;
  background-image: url(img/climate2020/menu-icon-black.png);
  opacity: 0.4;
  background-repeat: no-repeat;
  transition: all 0.15s 0.2s ease-in-out;
}

.menu-background {
  content: "";
  z-index: 15;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
}

.menu-button,
.menu-background {
  width: 65px;
  height: 65px;
  position: fixed;
  right: 40px;
  bottom: 4px;
  border-radius: 50%;
}

#nav-menu.-open .menu-button {
  transition-delay: 0s;
  background-image: url(img/climate2020/x-icon.png);
  opacity: 1;
  transform: rotate(180deg);
}
#nav-menu.-open .menu-background {
  transform: scale(60);
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
#nav-menu.-open nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

nav {
  color: white;
  position: fixed;
  z-index: 16;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition: visibility 0s, opacity 0.3s 0.2s linear, transform 0.5s 0.1s ease-in-out;
  overflow-y: scroll;
}
nav .page-info {
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
nav .page-info p {
  color: white;
  text-align: left;
  font-weight: 400;
}
nav .hr {
  display: block;
  border-bottom: 1px solid white;
  width: 100%;
  margin-bottom: 20px;
}

.noSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.article-menu {
  padding: 20px;
}
.article-menu ul.menu {
  text-align: left;
}
.article-menu .menu-item a {
  font-family: "Kanit", sans-serif;
  padding: 0.2em;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  font-size: 2em;
}
.article-menu .menu-item a:link, .article-menu .menu-item a:hover, .article-menu .menu-item a:visited, .article-menu .menu-item a:active {
  color: white;
  text-decoration: none;
}
.article-menu .sub-menu {
  margin-bottom: 20px;
}
.article-menu .sub-menu .menu-item a {
  padding-left: 20px;
  font-family: "Kanit", sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  text-transform: none;
}

@media all and (max-width: 374px) {
  .menu-button,
.menu-background {
    right: 20px;
  }
}
.header {
  background: #007799;
  position: relative;
  overflow: hidden;
}
.header * {
  box-sizing: border-box;
}
.header .top-bar {
  z-index: 2;
  position: relative;
  padding-top: 20px;
  width: 100%;
  content: "";
  display: table;
  clear: both;
  margin-bottom: 40px;
}
.header .top-bar .quiz-button {
  display: none;
}
.header .top-bar .logo-link {
  background-image: url("img/climate2020/greenpeace-logo-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  background-position: center;
  width: 143px;
  height: 25px;
  float: left;
}
.header .top-bar .share-group {
  float: right;
  display: block;
}
.header .top-bar .share-group > p {
  display: none;
}
.header .top-bar .share-group .facebook-icon,
.header .top-bar .share-group .twitter-icon {
  height: 25px;
  width: 25px;
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: -2px;
}
.header .top-bar .share-group .facebook-icon {
  background-image: url("img/climate2020/facebook-logo-white.png");
  margin-right: 5px;
}
.header .top-bar .share-group .twitter-icon {
  background-image: url("img/climate2020/twitter-logo-white.png");
}
.header .main-header {
  z-index: 2;
}
.header .main-header h1 {
  font-weight: 800;
  font-size: 30px;
  text-shadow: 2px 2px 0px black;
  line-height: 1.1em;
  display: block;
  color: white;
  text-transform: uppercase;
  max-width: 200px;
  margin-bottom: 20px;
}
.header .main-header h1 span {
  font-weight: 300;
}
.header .main-header > p {
  font-size: 14px;
  color: white;
  line-height: 1.4em;
  letter-spacing: 0.02em;
}
.header .main-header > p strong {
  font-weight: 700;
}
.header .background-elements {
  pointer-events: none;
  margin-top: -20px;
  display: block;
  height: 220px;
  position: relative;
}
.header .background-elements .candidate-composite {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}
.header .background-elements .candidate-composite .biden, .header .background-elements .candidate-composite .warren, .header .background-elements .candidate-composite .trump {
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 300px;
  height: 200px;
}
.header .background-elements .candidate-composite .biden {
  position: absolute;
  z-index: 2;
  background-image: url("img/climate2020/biden-cropped-credit.png");
  left: -60px;
  bottom: -17px;
}
.header .background-elements .candidate-composite .warren, .header .background-elements .candidate-composite .trump {
  position: absolute;
  background-image: url("img/climate2020/warren-cropped-credit.png");
  left: 60px;
  width: 370px;
  height: 240px;
  bottom: -22px;
}
.header .background-elements .candidate-composite .trump {
  background-image: url("img/climate2020/trump-cropped-credit.png");
}
.header .background-elements .shards {
  position: relative;
  width: 70%;
  height: 100%;
  max-width: 230px;
}
.header .background-elements .shards svg {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.header .background-elements .shards svg path {
  fill: #99C9D6;
}
.header .background-elements .shards svg:first-child path {
  fill: #66ADC2;
}
.header .background-elements .capital-building {
  background-image: url("img/climate2020/capitol-building-duotone-mobile.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  width: 93%;
  height: 100%;
  max-width: 370px;
  position: absolute;
  right: 0;
}
@media all and (min-width: 375px) {
  .header .top-bar {
    padding-top: 40px;
  }
  .header .top-bar .share-group > p {
    display: inline-block;
    color: white;
    font-size: 12px;
    bottom: 8px;
    position: relative;
    margin-right: 5px;
  }
  .header .main-header p {
    font-size: 16px;
  }
}
@media all and (min-width: 500px) {
  .header .main-header h1 {
    max-width: 100%;
    font-size: 40px;
  }
}
@media all and (min-width: 650px) {
  .header .top-bar {
    padding-top: 40px;
    display: flex;
    flex-direction: row;
  }
  .header .top-bar .logo-link {
    float: none;
    margin-right: auto;
    height: 40px;
    width: 190px;
    margin-top: -8px;
  }
  .header .top-bar .share-group > p {
    display: inline-block;
    color: white;
    font-size: 12px;
    bottom: 8px;
    position: relative;
    margin-right: 5px;
  }
  .header .top-bar .quiz-button {
    display: inline-block;
    padding: 9px 11px;
    margin-top: -7px;
    margin-left: 20px;
    background: #F2E03B;
    text-transform: uppercase;
    color: black;
    font-family: "Kanit";
    font-size: 16px;
    font-weight: 800;
    font-style: italic;
    align-self: flex-start;
    cursor: pointer;
  }
}
@media all and (min-width: 720px) {
  .header .main-header h1, .header .main-header p {
    max-width: 60%;
  }
  .header .main-header h1 {
    font-size: 28px;
  }
  .header .main-header p {
    line-height: 1.5em;
  }
  .header .background-elements {
    margin-top: -90px;
  }
  .header .background-elements .candidate-composite .warren, .header .background-elements .candidate-composite .trump {
    right: 60px;
    width: 330px;
    left: auto;
  }
  .header .background-elements .candidate-composite .biden {
    right: 220px;
    left: auto;
    width: 260px;
  }
  .header .background-elements .capital-building {
    background-image: url("img/climate2020/capitol-building-duotone.png");
    margin-top: -60px;
    max-width: 430px;
    height: 300px;
  }
  .header .background-elements .shards {
    max-width: 180px;
  }
}
@media all and (min-width: 880px) {
  .header .main-header h1, .header .main-header p {
    max-width: 50%;
  }
  .header .main-header h1 {
    font-size: 42px;
  }
  .header .background-elements {
    height: 180px;
  }
  .header .background-elements .candidate-composite .warren, .header .background-elements .candidate-composite .trump {
    width: 460px;
    height: 300px;
    right: -60px;
    bottom: -27px;
  }
  .header .background-elements .candidate-composite .biden {
    width: 370px;
    right: 170px;
    bottom: -19px;
  }
}
@media all and (min-width: 1000px) {
  .header .background-elements {
    margin-top: -130px;
  }
  .header .background-elements .capital-building {
    max-height: none;
    max-width: none;
    height: 420px;
    bottom: -20px;
    width: 460px;
  }
}
@media all and (min-width: 1200px) {
  .header .background-elements .candidate-composite .warren, .header .background-elements .candidate-composite .trump {
    right: -40px;
    width: 550px;
    height: 370px;
    bottom: -33px;
  }
  .header .background-elements .candidate-composite .biden {
    right: 220px;
    width: 480px;
    height: 410px;
    bottom: -25px;
  }
}
@media all and (min-width: 1400px) {
  .header .background-elements .candidate-composite .warren, .header .background-elements .candidate-composite .trump {
    right: 90px;
  }
  .header .background-elements .candidate-composite .biden {
    right: 340px;
  }
}

html {
  background-color: #007799;
}

body {
  max-width: 1440px;
  margin: 0 auto;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}

.constrained {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media all and (min-width: 375px) {
  .constrained {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media all and (min-width: 650px) {
  .constrained {
    padding-right: 60px;
    padding-left: 60px;
  }
}

.scorecard-rankings.show-card-contents .scorecard-list-item {
  box-shadow: none;
  transform: translateY(0);
}
.scorecard-rankings.show-card-contents .scorecard-list-item .collapse-x {
  visibility: hidden;
}
.scorecard-rankings.show-card-contents .scorecard-list-item .next-candidate-button {
  display: none;
}
.scorecard-rankings.show-card-contents .scorecard-list-item.-closed {
  box-shadow: none;
}
.scorecard-rankings.show-card-contents .scorecard-list-item.-closed .top-section {
  height: 240px;
}
.scorecard-rankings.show-card-contents .scorecard-list-item.-closed .issue-scores {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.3s 0.15s ease;
  position: absolute;
  top: 195px;
  left: 15px;
}
.scorecard-rankings.show-card-contents .scorecard .click-area {
  cursor: default;
}
.scorecard-rankings.show-card-contents .scorecard .card-details-container {
  display: block;
}
@media all and (min-width: 575px) {
  .scorecard-rankings.show-card-contents .scorecard.letter-grade .top-section {
    height: 175px;
  }
  .scorecard-rankings.show-card-contents .scorecard.letter-grade .issue-score-group .score-label {
    font-size: 18px;
  }
  .scorecard-rankings.show-card-contents .scorecard.letter-grade .issue-scores {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
    transform: translate(0);
    top: 60px;
    left: 105px;
    transform: scale(0.8);
  }
}
@media all and (min-width: 700px) {
  .scorecard-rankings.show-card-contents .scorecard.number-grade .top-section {
    height: 175px;
  }
  .scorecard-rankings.show-card-contents .scorecard.number-grade .issue-score-group .score-label {
    font-size: 18px;
  }
  .scorecard-rankings.show-card-contents .scorecard.number-grade .issue-scores {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
    transform: translate(0);
    top: 60px;
    left: 105px;
    transform: scale(0.8);
  }
}
@media all and (min-width: 720px) {
  .scorecard-rankings.show-card-contents .scorecard-list-item:hover {
    box-shadow: none;
    transform: translateY(0px);
  }
  .scorecard-rankings.show-card-contents .scorecard-list-item.-closed .top-section {
    height: 210px;
  }
  .scorecard-rankings.show-card-contents .scorecard-list-item .scorecard.number-grade .top-section,
.scorecard-rankings.show-card-contents .scorecard-list-item .scorecard.letter-grade .top-section {
    height: 210px;
  }
}

.scorecard-rankings {
  background: white;
  padding-top: 30px;
  padding-bottom: 30px;
}
.scorecard-rankings .scorecard-group.-hidden {
  display: none;
}
.scorecard-rankings h2 {
  font-weight: 800;
  font-size: 30px;
  color: black;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
}
.scorecard-rankings .sub-head {
  margin-bottom: 35px;
  display: block;
  text-align: center;
}
.scorecard-rankings .scorecard-list-item {
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
  transition: all 0.15s ease;
}
.scorecard-rankings .scorecard-list-item.-closed {
  box-shadow: none;
  transform: none;
}
.scorecard-rankings .scorecard-list-item.-closed .collapse-x {
  visibility: hidden;
}
.scorecard-rankings .scorecard-list-item.-closed .top-section {
  height: 175px;
}
.scorecard-rankings .scorecard-list-item.-closed .issue-scores {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translateX(40px);
  transition: none;
}
.scorecard-rankings .show-button-container {
  text-align: center;
  padding-bottom: 30px;
}
.scorecard-rankings .show-button {
  cursor: pointer;
  display: block;
  font-family: "Kanit";
  font-weight: 800;
  font-style: italic;
  font-size: 16px;
  padding: 15px 10px;
  background: #007799;
  color: white;
  text-transform: uppercase;
}
.scorecard-rankings .hide-button {
  display: none;
}
.scorecard-rankings .scorecard {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid gainsboro;
  border-top: none;
  margin-bottom: 30px;
}
.scorecard-rankings .scorecard.d {
  box-shadow: 0 -8px 0 #005973;
}
.scorecard-rankings .scorecard.r {
  box-shadow: 0 -8px 0 #CC411B;
}
.scorecard-rankings .scorecard.i {
  box-shadow: 0 -8px 0 #313172;
}
.scorecard-rankings .scorecard .click-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 125px;
  cursor: pointer;
  z-index: 2;
}
.scorecard-rankings .scorecard .top-section {
  height: 240px;
}
.scorecard-rankings .scorecard .collapse-x {
  position: absolute;
  left: 5px;
  top: -2px;
  color: gainsboro;
  font-size: 25px;
  font-family: sans-serif;
}
.scorecard-rankings .scorecard .candidate-image {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 70px;
  border-radius: 100%;
}
.scorecard-rankings .scorecard .grade-container {
  position: absolute;
  top: 25px;
  right: 25px;
}
.scorecard-rankings .scorecard .grade-container .grade {
  font-size: 50px;
  font-family: "Kanit";
  font-weight: 800;
}
.scorecard-rankings .scorecard .name-party {
  position: absolute;
  top: 93px;
  left: 15px;
}
.scorecard-rankings .scorecard .name-party h3 {
  display: inline;
  font-weight: 800;
  font-style: italic;
  font-size: 20px;
  text-transform: uppercase;
}
.scorecard-rankings .scorecard .name-party .political-party {
  display: inline;
  font-weight: 300;
  font-family: "Lato";
  font-size: 12px;
  font-style: italic;
}
.scorecard-rankings .scorecard .issue-scores {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.3s 0.15s ease;
  position: absolute;
  top: 195px;
  left: 15px;
}
.scorecard-rankings .scorecard .issue-score-group {
  display: inline-block;
}
.scorecard-rankings .scorecard .issue-score-group:first-child {
  margin-right: 20px;
}
.scorecard-rankings .scorecard .issue-score-group .score-label {
  font-family: "Kanit";
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  margin-bottom: 2px;
}
.scorecard-rankings .scorecard .issue-score-group .score {
  font-family: "Kanit";
  font-weight: 600;
  font-style: italic;
  font-size: 16px;
}
.scorecard-rankings .scorecard .issue-score-group .score span {
  font-size: 24px;
}
.scorecard-rankings .scorecard .praise-shame-button-container {
  position: absolute;
  display: flex;
  flex-direction: row;
  top: 125px;
  left: 0;
  right: 0;
}
.scorecard-rankings .scorecard .praise-shame-button-container .button {
  text-decoration: none;
  padding: 10px;
  text-align: center;
  width: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  transition: opacity 0.15s ease;
}
.scorecard-rankings .scorecard .praise-shame-button-container .button.shame-button {
  background: #F25D1B;
}
.scorecard-rankings .scorecard .praise-shame-button-container .button.praise-button {
  background: #007799;
}
.scorecard-rankings .scorecard .praise-shame-button-container .button:hover {
  opacity: 0.85;
}
.scorecard-rankings .scorecard .button-text {
  font-family: "Kanit";
  font-style: italic;
  font-size: 18px;
  font-weight: 800;
  color: white;
  text-transform: uppercase;
  align-self: center;
  margin-left: 8px;
}
.scorecard-rankings .scorecard .thumb-holder {
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 1px;
  left: 1px;
}
.scorecard-rankings .scorecard .thumb-holder svg {
  width: 42%;
  height: auto;
}
.scorecard-rankings .scorecard .thumb-holder .fa {
  color: black;
  font-size: 20px;
}
.scorecard-rankings .scorecard .card-details-container {
  display: none;
}
.scorecard-rankings .scorecard .breakdown-header {
  font-family: "Kanit";
  font-weight: 800;
  text-transform: uppercase;
  font-size: 16px;
  font-style: italic;
  padding: 15px;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.scorecard-rankings .scorecard .score-breakdown {
  padding: 15px;
  padding-top: 0px;
  line-height: 1.5em;
}
.scorecard-rankings .scorecard .score-breakdown p {
  margin-bottom: 10px;
}
.scorecard-rankings .scorecard .score-breakdown strong {
  font-weight: 700;
}
.scorecard-rankings .scorecard .score-breakdown a:link {
  color: #007799;
}
.scorecard-rankings .scorecard .next-candidate-button {
  cursor: pointer;
  text-align: right;
  font-weight: 600;
  font-family: "Kanit";
  text-transform: uppercase;
  font-style: italic;
  margin-right: 15px;
  font-size: 12px;
  padding-bottom: 20px;
}
@media all and (min-width: 575px) {
  .scorecard-rankings {
    padding-top: 50px;
  }
  .scorecard-rankings .scorecard-list-item.-closed .scorecard.letter-grade .issue-scores {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
    transform: translate(0);
    top: 60px;
    left: 105px;
    transform: scale(0.8);
  }
  .scorecard-rankings h2 {
    font-size: 40px;
  }
  .scorecard-rankings .sub-head {
    margin-bottom: 55px;
  }
  .scorecard-rankings .scorecard.letter-grade .top-section {
    height: 175px;
  }
  .scorecard-rankings .scorecard.letter-grade .candidate-image {
    width: 95px;
  }
  .scorecard-rankings .scorecard.letter-grade .grade-container {
    top: 35px;
    right: 45px;
  }
  .scorecard-rankings .scorecard.letter-grade .name-party {
    top: 25px;
    left: 125px;
  }
  .scorecard-rankings .scorecard.letter-grade .issue-score-group .score-label {
    font-size: 18px;
  }
  .scorecard-rankings .scorecard.letter-grade .issue-scores {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
    transform: translate(0);
    top: 60px;
    left: 105px;
    transform: scale(0.8);
  }
}
@media all and (min-width: 700px) {
  .scorecard-rankings .scorecard.number-grade .top-section {
    height: 175px;
  }
  .scorecard-rankings .scorecard.number-grade .candidate-image {
    width: 95px;
  }
  .scorecard-rankings .scorecard.number-grade .grade-container {
    top: 35px;
    right: 15px;
  }
  .scorecard-rankings .scorecard.number-grade .name-party {
    top: 25px;
    left: 125px;
  }
  .scorecard-rankings .scorecard.number-grade .issue-score-group .score-label {
    font-size: 18px;
  }
  .scorecard-rankings .scorecard.number-grade .issue-scores {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
    transform: translate(0);
    top: 60px;
    left: 105px;
    transform: scale(0.8);
  }
}
@media all and (min-width: 720px) {
  .scorecard-rankings .scorecard-list-item:hover {
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
    transform: translateY(-4px);
  }
  .scorecard-rankings .scorecard-list-item.-closed .top-section {
    height: 210px;
  }
  .scorecard-rankings .show-button {
    max-width: 200px;
    margin: 0 auto;
    padding: 20px 10px;
  }
  .scorecard-rankings .scorecard.number-grade .top-section,
.scorecard-rankings .scorecard.letter-grade .top-section {
    height: 210px;
  }
  .scorecard-rankings .scorecard .top-section {
    height: 210px;
  }
  .scorecard-rankings .scorecard .grade-container {
    right: 55px;
    top: 25px;
  }
  .scorecard-rankings .scorecard .grade-container .grade {
    font-size: 70px;
  }
  .scorecard-rankings .scorecard .breakdown-header {
    padding-top: 25px;
  }
  .scorecard-rankings .scorecard .breakdown-header,
.scorecard-rankings .scorecard .score-breakdown {
    padding-left: 25px;
    padding-right: 25px;
  }
  .scorecard-rankings .scorecard .next-candidate-button {
    margin-right: 25px;
  }
  .scorecard-rankings .scorecard .praise-shame-button-container .button {
    padding: 15px 10px;
    flex-direction: column;
    align-items: center;
  }
  .scorecard-rankings .scorecard .thumb-holder {
    margin-bottom: 7px;
  }
  .scorecard-rankings .scorecard .button-text {
    margin-left: 0px;
  }
}
@media all and (min-width: 870px) {
  .scorecard-rankings {
    padding-top: 60px;
  }
  .scorecard-rankings h2 {
    font-size: 50px;
  }
}

.scorecard.number-grade .grade-container {
  right: 25px;
}
.scorecard.number-grade .grade-container .grade span {
  font-size: 0.5em;
  opacity: 0.2;
  font-style: italic;
}
@media all and (min-width: 720px) {
  .scorecard.number-grade .grade-container .grade {
    font-size: 55px;
  }
}
@media all and (min-width: 870px) {
  .scorecard.number-grade .grade-container .grade {
    font-size: 70px;
  }
}

.chat-module.-open .chat-box {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.chat-module.-open .chat-button path {
  opacity: 0.8;
}
.chat-module.-open .close-button {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.chat-module .chat-button {
  transition: all 0.15s ease-in-out;
  position: fixed;
  bottom: 0px;
  right: 110px;
  z-index: 11;
  width: 50px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.chat-module .chat-button svg {
  width: 30px;
  height: auto;
}
.chat-module .chat-button path {
  fill: black;
  opacity: 0.4;
}
@media all and (max-width: 374px) {
  .chat-module .chat-button {
    right: 90px;
  }
}
.chat-module .close-button {
  cursor: pointer;
  z-index: 14;
  background-size: 30px 30px;
  background-position: center center;
  background-image: url(img/climate2020/x-icon-black.png);
  opacity: 0.8;
  background-repeat: no-repeat;
  transition: all 0.15s ease-in-out;
  width: 65px;
  height: 65px;
  position: fixed;
  right: 5px;
  top: -5px;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
}
.chat-module .chat-box {
  transform: translateY(20px);
  transition: all 0.15s ease-in-out;
  visibility: hidden;
  opacity: 0;
  background: white;
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  padding-bottom: 100px;
  overflow-y: auto;
}
.chat-module .chat-box .box-content h4 {
  background: #007799;
  margin: -40px;
  padding: 60px 40px 80px 40px;
  color: white;
  font-size: 24px;
  font-weight: 800;
}
.chat-module .chat-box .box-content h4,
.chat-module .chat-box .box-content .chat-subhead {
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.1em;
}
.chat-module .chat-box .box-content img {
  width: 250px;
  height: auto;
  max-width: 100%;
}
.chat-module .chat-box .box-content .chat-subhead {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "Kanit";
  font-size: 18px;
  line-height: 1.3em;
}
.chat-module .chat-box .box-content .chat-subhead strong {
  font-weight: 800;
}
.chat-module .chat-box .box-content .twitter-join-button {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  padding: 30px 30px;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.chat-module .chat-box .box-content .twitter-join-button .background {
  background: #66ADC2;
  position: absolute;
  opacity: 0.3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.chat-module .chat-box .box-content .twitter-join-button .twitter-join-icon {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: white;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.chat-module .chat-box .box-content .twitter-join-button .twitter-join-icon svg {
  width: 60%;
  height: auto;
}
.chat-module .chat-box .box-content .twitter-join-button p {
  color: #178EAA;
  font-weight: 800;
  font-family: "Kanit";
  font-size: 18px;
  font-style: italic;
  text-transform: uppercase;
}
@media all and (max-width: 374px) {
  .chat-module .chat-box {
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .chat-module .chat-box .box-content h4 {
    font-size: 18px;
    padding: 60px 40px 60px 40px;
  }
  .chat-module .chat-box .box-content .chat-subhead {
    font-size: 14px;
    margin-top: 20px;
  }
  .chat-module .chat-box .box-content .twitter-join-button .twitter-join-icon svg {
    width: 60%;
    height: auto;
  }
  .chat-module .chat-box .box-content .twitter-join-button p {
    font-size: 16px;
  }
}
@media all and (max-height: 567px) {
  .chat-module .chat-box {
    padding: 0;
  }
  .chat-module .chat-box .box-content {
    height: 100%;
    display: flex;
    flex-direction: row;
  }
  .chat-module .chat-box .box-content img {
    display: none;
  }
  .chat-module .chat-box .box-content h4 {
    box-sizing: border-box;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
  }
  .chat-module .chat-box .box-content .chat-subhead {
    display: none;
  }
  .chat-module .chat-box .box-content .twitter-join-button {
    padding-bottom: 70px;
  }
}
@media all and (min-width: 650px) {
  .chat-module .chat-button {
    bottom: 70px;
    right: 20px;
    background: black;
    opacity: 0.8;
    border-radius: 100%;
    width: 60px;
    height: 60px;
  }
  .chat-module .chat-button path {
    fill: white;
    opacity: 1;
  }
  .chat-module .close-button {
    top: auto;
    bottom: 421px;
    width: 30px;
    height: 30px;
    background-size: 20px 20px;
    right: 25px;
  }
  .chat-module .chat-box {
    box-sizing: border-box;
    width: 320px;
    right: 20px;
    top: auto;
    bottom: 140px;
    left: auto;
    padding: 20px;
    padding-top: 25px;
    border-top: 8px solid #005973;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  }
  .chat-module .chat-box .box-content {
    display: flex;
    flex-direction: column;
  }
  .chat-module .chat-box .box-content h4 {
    display: none;
  }
  .chat-module .chat-box .box-content img {
    width: 200px;
    order: 2;
  }
  .chat-module .chat-box .box-content .chat-subhead {
    order: 1;
    margin-top: 0px;
    margin-bottom: 13px;
  }
  .chat-module .chat-box .box-content .twitter-join-button {
    box-shadow: 5px 6px 0px black;
    padding: 15px;
    order: 3;
    display: flex;
    flex-direction: row;
    margin-top: 17px;
    margin-bottom: 5px;
    transition: all 0.15s ease-in-out;
  }
  .chat-module .chat-box .box-content .twitter-join-button:hover {
    box-shadow: 9px 10px 0px black;
  }
  .chat-module .chat-box .box-content .twitter-join-button .background {
    opacity: 1;
    background: #005973;
  }
  .chat-module .chat-box .box-content .twitter-join-button p {
    color: white;
    text-shadow: 2px 2px 0px black;
  }
  .chat-module .chat-box .box-content .twitter-join-button .twitter-join-icon {
    width: 20px;
    height: 20px;
    padding: 0;
    background: transparent;
    margin: 0;
    margin-right: 5px;
  }
  .chat-module .chat-box .box-content .twitter-join-button .twitter-join-icon svg {
    filter: drop-shadow(2px 2px 0px black);
    width: 100%;
  }
  .chat-module .chat-box .box-content .twitter-join-button .twitter-join-icon svg .a {
    fill: white;
  }
}

.ea-form-section {
  background: #178EAA;
  padding-top: 30px;
  padding-bottom: 20px;
}
.ea-form-section .at .error small.error {
  color: white;
}
.ea-form-section h3 {
  font-weight: 600;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media all and (min-width: 375px) {
  .ea-form-section {
    padding-bottom: 30px;
  }
}
@media all and (min-width: 720px) {
  .ea-form-section h3 {
    text-align: left;
  }
  .ea-form-section .quiz-button-section h3 {
    text-align: center;
  }
}
@media all and (min-width: 800px) {
  .ea-form-section {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media all and (min-width: 800px) {
  .ea-form-section .at input[type=text], .ea-form-section .at input[type=password], .ea-form-section .at input[type=date], .ea-form-section .at input[type=datetime], .ea-form-section .at input[type=datetime-local], .ea-form-section .at input[type=month], .ea-form-section .at input[type=week], .ea-form-section .at input[type=email], .ea-form-section .at input[type=number], .ea-form-section .at input[type=search], .ea-form-section .at input[type=tel], .ea-form-section .at input[type=time], .ea-form-section .at input[type=url], .ea-form-section .at input[type=color], .ea-form-section .at textarea {
    margin-bottom: 0px;
  }
  .ea-form-section .at-row > [class^=at-] {
    margin: 0 4px;
  }
  .ea-form-section .at form, .ea-form-section .at-fields {
    flex-direction: row;
  }
  .ea-form-section .at-form-submit {
    margin-left: 13px;
    margin-top: -2px;
  }
  .ea-form-section .at-form-submit .at-submit {
    padding: 9px 15px;
  }
  .ea-form-section .at {
    overflow: visible;
  }
}

body .ngp-form {
  max-width: none;
}
body ::placeholder {
  /* Firefox, Chrome, Opera */
  color: dimgray !important;
}
body :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: dimgray !important;
}
body ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: dimgray !important;
}
body ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: dimgray !important;
}
body ::-moz-placeholder {
  /* Firefox 19+ */
  color: dimgray !important;
}
body :-moz-placeholder {
  /* Firefox 18- */
  color: dimgray !important;
}
body .at-title, body .at-legend, body .at-markup.FooterHtml {
  display: none;
}
body .at-form-submit, body .at .at-fieldset {
  padding: 0;
}
body .at .at-fieldset {
  min-width: auto;
}
body .at-inner {
  background: transparent;
}
body .at form {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
body .at-row.FirstName.LastName {
  flex-wrap: nowrap;
}
body .at-fields {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
body .at-fieldset.ContactInformation {
  margin: 0px -10px;
  display: flex;
  flex-wrap: nowrap;
}
body .at-row > [class^=at-] {
  min-width: auto;
}
body .content.thankYou p {
  color: white;
}
body .at-form-submit .at-submit {
  margin: 0;
  font-size: 16px;
  width: 100%;
  background: #005973;
  border-radius: 0px;
  box-shadow: 5px 6px 0px black;
  padding: 15px;
  font-family: "Kanit";
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 2px 2px 0px black;
  margin-top: 0px;
  margin-bottom: 5px;
  transition: all 0.15s ease-in-out;
}
body .at-form-submit .at-submit:hover {
  box-shadow: 9px 10px 0px black;
  background: #005973;
}
body .at input[type=text], body .at input[type=password], body .at input[type=date], body .at input[type=datetime], body .at input[type=datetime-local], body .at input[type=month], body .at input[type=week], body .at input[type=email], body .at input[type=number], body .at input[type=search], body .at input[type=tel], body .at input[type=time], body .at input[type=url], body .at input[type=color], body .at textarea {
  border-radius: 0px;
  border: none;
  outline-color: none;
}

.quiz-button-section > .constrained {
  text-align: center;
}
.quiz-button-section .special-button, .quiz-button-section .poll-wrapper .gp-poll button, .poll-wrapper .gp-poll .quiz-button-section button,
.quiz-button-section .poll-wrapper .gp-answers button,
.poll-wrapper .gp-answers .quiz-button-section button {
  display: inline-block;
  margin-bottom: 10px;
  width: auto;
}
@media all and (min-width: 720px) {
  .quiz-button-section h3 {
    text-align: center;
  }
}

.quiz-module .quiz-button {
  font-family: "Kanit";
  font-weight: 800;
  font-style: italic;
  color: black;
  text-transform: uppercase;
  font-size: 28px;
  z-index: 11;
  position: fixed;
  bottom: 0px;
  height: 70px;
  line-height: 70px;
  padding: 0px 40px;
  cursor: pointer;
  opacity: 0.4;
}
@media all and (max-width: 374px) {
  .quiz-module .quiz-button {
    font-size: 22px;
  }
}
@media all and (min-width: 650px) {
  .quiz-module .quiz-button {
    display: none;
  }
}

.quiz-module .shader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #005973;
  opacity: 0.8;
  z-index: 19;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}

.quiz-module.-open .quiz-container, .quiz-module.-open .shader {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  transform: translateY(0px);
}
.quiz-module.-open .shader {
  opacity: 0.8;
}

.quiz-module .quiz-container {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 20;
  transition: all 0.2s ease;
  transform: translateY(20px);
}
.quiz-module .quiz-container .quiz-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 600px;
}
.quiz-module .quiz-container .close-quiz-wrapper {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.quiz-module .quiz-container .close-quiz-x-wrapper {
  display: flex;
  position: absolute;
  top: 0;
  right: 0px;
  background: rgba(255, 255, 255, 0.6);
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  z-index: 3;
  border-radius: 0px;
  cursor: pointer;
}
.quiz-module .quiz-container .close-quiz-x {
  font-size: 34px;
  position: relative;
  font-family: "Kanit";
  top: -3px;
}
@media all and (min-width: 720px) {
  .quiz-module .quiz-container {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
@media all and (min-width: 780px) {
  .quiz-module .quiz-container .close-quiz-x-wrapper {
    display: flex;
    background: white;
    border-radius: 100%;
    right: -60px;
  }
}

.close-quiz-wrapper .close-quiz-button {
  width: 100%;
  font-size: 12px;
  font-family: "Kanit";
  font-style: italic;
  box-sizing: border-box;
  text-transform: uppercase;
  background: #F2F2F2;
  padding: 15px 10px;
  z-index: 30;
  color: #b7b7b7;
  cursor: pointer;
  border-top: 3px solid #005973;
  margin-top: -3px;
}

.poll-wrapper {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #F2F2F2;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.poll-wrapper * {
  box-sizing: border-box;
}
.poll-wrapper .at-form-submit .at-submit {
  margin-top: 15px;
}
@media screen and (min-width: 1000px) {
  .poll-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    max-width: 800px;
  }
}
.poll-wrapper .poll-hero {
  display: none;
}
.poll-wrapper .poll-form-wrapper,
.poll-wrapper .poll-results-wrapper,
.poll-wrapper .gp-ea-form-wrapper {
  padding: 25px;
}
.poll-wrapper .poll-results-wrapper hr {
  display: none;
}
.poll-wrapper .poll-results-wrapper .gp-selected-answer img {
  margin-top: 15px;
}
.poll-wrapper .poll-results-wrapper ul.answer_counts {
  margin-top: 20px;
}
.poll-wrapper .poll-results-wrapper ul.answer_counts li {
  margin-bottom: 12px;
}
.poll-wrapper .gp-ea-form-wrapper .at-inner {
  background: transparent;
}
.poll-wrapper .gp-ea-form-wrapper div:first-child {
  margin-bottom: 10px;
}
.poll-wrapper .featuredImage {
  margin-bottom: 20px;
}
.poll-wrapper .featuredImage img {
  max-width: 100%;
}
.poll-wrapper div.gp-options {
  margin-bottom: 0px;
}
.poll-wrapper div.gp-options label {
  font-family: "Kanit";
  font-weight: 800;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  color: #005973;
  transition: box-shadow 0.2s ease-in-out;
}
.poll-wrapper div.gp-options label:hover {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.poll-wrapper div.gp-options label img {
  max-width: calc(100% + 20px);
  margin: -10px -10px 10px -10px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 495px) {
  .poll-wrapper div.gp-options {
    margin: 0px;
  }
  .poll-wrapper div.gp-options label {
    width: 48%;
    margin: 0px;
    margin-bottom: 15px;
  }
}
.poll-wrapper h1 {
  padding: 20px 40px;
  font-size: 2em;
  padding: 20px 40px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1em;
  color: black;
  margin-top: 0px;
  margin-bottom: 0px;
  background: #F2E03B;
}
.poll-wrapper .ngp-form {
  padding: 0px !important;
}
.poll-wrapper .at-title {
  display: none;
}
.poll-wrapper .FooterHtml {
  font-size: 0.8em;
  color: gray;
}
.poll-wrapper .gp-answers img {
  max-width: 50%;
}
.poll-wrapper .answer_counts {
  margin-top: 0px;
  font-size: 14px;
}
.poll-wrapper .answer_counts li {
  margin-bottom: 4px;
}
.poll-wrapper .gp-answers {
  text-align: left;
  font-family: "Lato";
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.poll-wrapper .gp-result {
  padding: 10px 10px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Kanit";
  font-weight: 800;
  letter-spacing: 0.02em;
}
.poll-wrapper .gp-result.bg-red {
  background: #F2791B;
}
.poll-wrapper .gp-result.bg-green {
  color: white;
  background: #007799;
}
.poll-wrapper .poll-wrapper .answer_counts {
  margin-top: 10px;
}
.poll-wrapper .gp-supplement {
  background: white;
  padding: 10px;
  margin-top: 10px;
}
.poll-wrapper .gp-correct-answer {
  font-style: italic;
  color: #007799;
  font-weight: 700;
}
.poll-wrapper .gp-poll h3.title,
.poll-wrapper .gp-answers h3.title {
  text-align: left;
  font-weight: 800;
  text-transform: uppercase;
  color: black;
  line-height: 1.1em;
  margin-bottom: 17px;
}
@media all and (min-width: 495px) {
  .poll-wrapper div.gp-options {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 720px) {
  .poll-wrapper .gp-poll h3.title,
.poll-wrapper .gp-answers h3.title {
    font-size: 20px;
  }
}

.poll-social-sharing {
  display: none;
}

.footer {
  background: #178EAA;
  padding-top: 40px;
  padding-bottom: 120px;
}
.footer h4, .footer .chat-subhead {
  text-transform: uppercase;
  color: white;
  max-width: 502px;
}
.footer h4 {
  font-weight: 800;
  font-size: 22px;
  line-height: 1.1em;
  margin-bottom: 20px;
}
.footer .chat-subhead {
  font-family: "Kanit";
  font-size: 16px;
  font-style: italic;
  margin-bottom: 30px;
  line-height: 1.2em;
}
.footer .chat-subhead strong {
  font-weight: 800;
}
.footer img {
  width: 100%;
  max-width: 240px;
  height: auto;
  margin-bottom: 10px;
}
.footer .btn {
  max-width: 260px;
}
.footer .copyright-container p {
  color: white;
  margin-top: 40px;
  opacity: 0.5;
  font-size: 14px;
}
.footer .copyright-container p a:link {
  color: white;
}
@media all and (min-width: 650px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .footer h4 {
    font-size: 32px;
  }
}

.introduction-section {
  background: #F2E03B;
  padding-top: 30px;
  padding-bottom: 60px;
  position: relative;
}
.introduction-section .constrained {
  z-index: 2;
  position: relative;
}
.introduction-section .background-elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.introduction-section .background-elements .green-jobs-mobile,
.introduction-section .background-elements .green-jobs,
.introduction-section .background-elements .wind-turbines {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
}
.introduction-section .background-elements .green-jobs-mobile {
  bottom: 0;
  right: 0;
  background-image: url("img/climate2020/green-jobs-duotone-mobile.png");
  width: 150px;
  height: 150px;
}
.introduction-section .background-elements .green-jobs {
  display: none;
  bottom: 0;
  left: 0;
  background-image: url("img/climate2020/green-jobs-duotone.png");
}
.introduction-section .background-elements .wind-turbines {
  top: 0;
  right: 0;
  background-image: url("img/climate2020/wind-turbines-duotone.png");
  width: 160px;
  height: 127px;
}
.introduction-section h2 {
  font-size: 25px;
  max-width: 75%;
  margin-bottom: 20px;
}
.introduction-section h2 i {
  font-size: 0.8em;
}
.introduction-section h2, .introduction-section h3 {
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2em;
}
.introduction-section .subhead {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.2em;
  color: #007799;
  margin-bottom: 20px;
}
.introduction-section h3 {
  font-style: italic;
  font-size: 18px;
  margin-bottom: 2px;
}
.introduction-section .introcution-section-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.introduction-section .introcution-section-text strong {
  color: #005973;
  font-weight: 700;
}
@media all and (min-width: 550px) {
  .introduction-section {
    padding-top: 40px;
  }
  .introduction-section h2 {
    font-size: 30px;
  }
}
@media all and (min-width: 720px) {
  .introduction-section {
    padding-top: 50px;
  }
  .introduction-section h2, .introduction-section h3, .introduction-section .subhead, .introduction-section .introcution-section-text {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .introduction-section h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .introduction-section .subhead {
    font-size: 22px;
    margin-bottom: 36px;
  }
  .introduction-section h3 {
    font-size: 21px;
    margin-bottom: 8px;
  }
  .introduction-section .introcution-section-text {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 28px;
  }
}
@media all and (min-width: 870px) {
  .introduction-section {
    padding-top: 70px;
  }
  .introduction-section .background-elements .wind-turbines {
    width: 210px;
    height: 170px;
  }
  .introduction-section .background-elements .green-jobs-mobile {
    display: none;
  }
  .introduction-section .background-elements .green-jobs {
    display: block;
    width: 220px;
    height: 140px;
  }
  .introduction-section h2 {
    font-size: 40px;
  }
  .introduction-section .subhead {
    font-size: 18px;
  }
  .introduction-section h3 {
    font-size: 25px;
  }
}
@media all and (min-width: 1070px) {
  .introduction-section .background-elements .wind-turbines {
    width: 300px;
    height: 300px;
  }
  .introduction-section .background-elements .green-jobs {
    width: 300px;
    height: 190px;
  }
}

.additional-content-section {
  overflow: hidden;
  background-color: #005973;
  background-image: url("img/climate2020/mobile-shapes-background.png");
  background-size: auto;
  background-repeat: repeat-y;
  padding-top: 80px;
  padding-bottom: 160px;
}
.additional-content-section .article {
  position: relative;
}
.additional-content-section .article.-closed .tab i {
  transform: rotate(0deg);
  top: auto;
}
.additional-content-section .box-shapes {
  display: none;
}
.additional-content-section .second.article {
  top: 80px;
}
.additional-content-section .tab {
  background: white;
  position: absolute;
  left: 20px;
  right: 20px;
  margin-top: -20px;
  padding: 14px;
  text-align: center;
  border: 1px solid gainsboro;
  cursor: pointer;
}
.additional-content-section .tab .tab-header {
  font-weight: 800;
  font-family: "Kanit";
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.additional-content-section .tab .tab-header i {
  color: #005973;
  margin-left: 7px;
  transform: rotate(180deg);
  transition: all 0.15s 0.2s ease;
  position: relative;
  top: 3px;
}
.additional-content-section .article-content {
  background: #F2F2F2;
  padding: 20px;
  padding-top: 45px;
  display: none;
}
.additional-content-section .image-header {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.additional-content-section .image-header img {
  width: calc(100% - 10px);
  box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 34px;
}
.additional-content-section .image-header h3 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.additional-content-section .body-content p {
  margin-bottom: 15px;
  line-height: 1.5em;
}
.additional-content-section .body-content p a:link {
  color: #005973;
  font-weight: 700;
}
.additional-content-section .body-content strong {
  font-family: "Kanit";
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}
.additional-content-section .body-content em {
  font-weight: 700;
  font-style: italic;
}
.additional-content-section .body-content ol {
  font-family: "Lato";
  line-height: 1.3em;
  list-style: none;
  counter-reset: candidate;
}
.additional-content-section .body-content li {
  margin-bottom: 14px;
  width: calc(100% - 25px);
  margin-left: auto;
  counter-increment: candidate;
  position: relative;
}
.additional-content-section .body-content li::before {
  position: absolute;
  left: -20px;
  content: counter(candidate) ".";
  color: #005973;
  font-weight: 800;
  font-family: "Kanit";
}
@media all and (min-width: 800px) {
  .additional-content-section {
    padding-top: 60px;
    padding-bottom: 120px;
    background-image: none;
  }
  .additional-content-section .box-shapes {
    display: block;
  }
  .additional-content-section .box-shapes .box-right {
    height: calc(106% + 3px);
    top: 42px;
    width: 350px;
    background: #F2E03B;
    position: absolute;
    left: calc(100% + 11px);
    transform: skewX(20deg) rotate(20deg);
  }
  .additional-content-section .box-shapes .box-left {
    height: calc(106% + 3px);
    top: 39px;
    width: 350px;
    background: #F2791B;
    position: absolute;
    right: calc(100% + 11px);
    transform: skewX(-20deg) rotate(-20deg);
  }
  .additional-content-section .article-content {
    display: block;
    padding: 35px;
  }
  .additional-content-section .second.article {
    top: 50px;
  }
  .additional-content-section .tab {
    display: none;
  }
  .additional-content-section .image-header {
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 40px;
  }
  .additional-content-section .image-header > img, .additional-content-section .image-header > h3 {
    width: 50%;
  }
  .additional-content-section .image-header img {
    margin-bottom: 0px;
  }
  .additional-content-section .image-header h3 {
    font-size: 35px;
    padding-right: 30px;
    line-height: 0.9em;
  }
}
@media all and (min-width: 900px) {
  .additional-content-section {
    padding-bottom: 160px;
  }
  .additional-content-section .article-content {
    padding: 50px 65px;
  }
  .additional-content-section .first.article .box-bottom {
    position: absolute;
    width: 100%;
    height: 780px;
    top: 100%;
    left: 1200px;
    transform: skewX(-108deg) rotate(90deg);
    background: #66ADC2;
  }
  .additional-content-section .second.article {
    top: 80px;
  }
  .additional-content-section .second.article .box-bottom {
    position: absolute;
    width: 100%;
    height: 780px;
    top: 100%;
    left: -1200px;
    transform: skewX(108deg) rotate(90deg);
    background: #66ADC2;
  }
}

.popup-module.-open .shader, .popup-module.-open .popup-container, .popup-module.-open .popup-wrapper {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
}
.popup-module.-open .shader {
  opacity: 0.8;
}
.popup-module.-open .popup-wrapper {
  pointer-events: none;
}
.popup-module .popup-wrapper {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  padding-top: 70px;
}
.popup-module .shader {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 19;
  background: #005973;
}
.popup-module .popup-container {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  z-index: 20;
  position: relative;
  padding: 20px;
  background: white;
}
.popup-module .shader, .popup-module .popup-container {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 0.2s ease;
}
.popup-module .popup-close-button {
  height: 40px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 23px;
  color: dimgray;
  background: white;
  cursor: pointer;
}
.popup-module .popup-close-button:hover {
  color: black;
}
.popup-module .popup-content {
  text-align: center;
  padding: 30px 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2e03b+0,f2e03b+50,edd529+50,edd529+100 */
  background: #f2e03b;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f2e03b 0%, #f2e03b 50%, #edd529 50%, #edd529 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f2e03b 0%, #f2e03b 50%, #edd529 50%, #edd529 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f2e03b 0%, #f2e03b 50%, #edd529 50%, #edd529 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f2e03b", endColorstr="#edd529",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.popup-module .logo {
  background-image: url("img/climate2020/greenpeace-logo-black.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  background-position: center;
  width: 143px;
  height: 25px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.popup-module .popup-header {
  font-size: 28px;
  font-family: "Kanit";
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.popup-module .popup-header strong {
  font-weight: 800;
}
.popup-module .popup-subhead {
  font-size: 24px;
  font-family: "Kanit";
  font-style: italic;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 18px;
}
@media all and (min-width: 720px) {
  .popup-module .popup-header {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .popup-module .popup-subhead {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .popup-module .popup-content {
    padding: 70px;
  }
}

/*# sourceMappingURL=climate2020-styles.css.map */
