* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

.nk__container {
  max-width: 1100px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: #333333;
  margin: 0 auto;
}
.nk__container p {
  margin: 0;
}
.nk__container .nk__label {
  display: block;
  margin-bottom: 3px;
}
.nk__container .nk__selectbox {
  background-color: #00338d;
  color: #ffffff;
  font-size: 16px;
  padding: 4px 3px;
  outline: none !important;
}
.nk__container .nk__map-container {
  margin-top: 15px;
}
.nk__container .nk__map-container #GMPRGM0193 {
  width: 100%;
  height: 420px;
}
.nk__container .nk__map-container .nk__title {
  color: #333333;
  font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 5px 0;
  padding-top: 0;
}
.nk__container .nk__map-container .nk__width-100 {
  width: 100%;
}
.nk__container .nk__map-container .nk__rateOfSustainability.nk__tooltip .nk__title {
  margin-bottom: 10px;
  font-size: 22px;
}
.nk__container .nk__map-container .nk__rateOfSustainability.nk__tooltip .nk__content {
  width: 185px;
}
.nk__container .nk__map-container .nk__rateOfSustainability.nk__tooltip .nk__content p {
  padding-right: 20px;
  text-align: center;
}
.nk__container .nk__map-container .nk__rateOfSustainability.nk__tooltip .nk__content p span {
  display: block;
}
.nk__container .nk__map-container .nk__rateOfSustainability.nk__tooltip .nk__content p .nk__year-value {
  font-size: 28px;
}
.nk__container .nk__map-container .nk__content {
  float: left;
  width: 180px;
}
.nk__container .nk__map-container .nk__content > p.nk__border-left {
  border-left: 1px solid #b2b2b2;
}
.nk__container .nk__map-container .nk__content > p {
  color: #080808;
  font-size: 20px;
  display: inline-block;
}
.nk__container .nk__map-container .nk__content > p span {
  display: inline-block;
}
.nk__container .nk__map-container .nk__content > p .nk__year {
  font-size: 14px;
  padding-bottom: 0px;
}
.nk__container .nk__map-container .nk__content > p .nk__year-value {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.nk__container .nk__map-container .nk__content > p .nk__year-value.high {
  color: #00338d;
}
.nk__container .nk__map-container .nk__content > p .nk__year-value.mediumHigh {
  color: #1e49e2;
}
.nk__container .nk__map-container .nk__content > p .nk__year-value.mediumLow {
  color: #510dbc;
}
.nk__container .nk__map-container .nk__content > p .nk__year-value.low {
  color: #098e7e;
}
.nk__container .nk__map-container .nk__content > p .nk__year-value.positive {
  color: #269924;
}
.nk__container .nk__map-container .nk__content > p .nk__year-value.negative {
  color: #ed2124;
}
.nk__container .nk__map-container .nk__content > p .nk__change {
  color: #333333;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.nk__container .nk__map-container .nk__content > p .nk__icon {
  display: block;
  height: 19px;
  background: transparent url(../img/up-arrow.png) center no-repeat;
  background-size: 20px;
}
.nk__container .nk__map-container .nk__content > p .nk__icon.negative {
  background: transparent url(../img/down-arrow.png) center no-repeat;
  background-size: 20px;
}
.nk__container .nk__map-container .nk__legend-title {
  margin: 0;
  padding: 20px 0 5px 0;
  color: #00338d;
}
.nk__container .nk__map-container .nk__legend {
  border: 1px solid #989898;
  float: left;
  width: 100%;
  padding: 20px 10px 0px 10px;
}
.nk__container .nk__map-container .nk__legend-wrap {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.nk__container .nk__map-container .nk__legend-wrap:nth-of-type(1) .nk__legend-label input:checked ~ .checkmark {
  background-color: #00338d;
}
.nk__container .nk__map-container .nk__legend-wrap:nth-of-type(2) .nk__legend-label input:checked ~ .checkmark {
  background-color: #1e49e2;
}
.nk__container .nk__map-container .nk__legend-wrap:nth-of-type(3) .nk__legend-label input:checked ~ .checkmark {
  background-color: #510dbc;
}
.nk__container .nk__map-container .nk__legend-wrap:nth-of-type(4) .nk__legend-label input:checked ~ .checkmark {
  background-color: #098e7e;
}
.nk__container .nk__map-container .nk__legend-label {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nk__container .nk__map-container .nk__legend-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.nk__container .nk__map-container .nk__legend-label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #b2b2b2;
}
.nk__container .nk__map-container .nk__legend-label:hover input ~ .checkmark {
  background-color: #b2b2b2;
}
.nk__container .ampopup-content {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #b2b2b2;
  width: 230px !important;
}
.nk__container .ampopup-content .ampopup-header {
  background-color: #b2b2b2;
}
.nk__container .ampopup-content .ampopup-inside {
  padding: 10px;
}
.nk__container .ampopup-content .ampopup-inside .nk__content {
  padding-bottom: 10px;
}

@media (max-width: 580px) {
  .nk__container .nk__selectbox {
    font-size: 16px;
    width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .nk__container .nk__map-container .nk__legend-wrap {
    width: 100%;
  }
}/*# sourceMappingURL=gmprgm0193.css.map */