@import "https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap";
body {
  box-sizing: border-box;
  color: #315972;
  letter-spacing: .31px;
  margin: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

body.noscroll {
  overflow: hidden;
}

h1 {
  letter-spacing: .62px;
  text-align: center;
  color: #1e628c;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
  line-height: 38px;
}

h2 {
  letter-spacing: .49px;
  text-align: center;
  color: #000;
  font-size: 22px;
  line-height: 38px;
}

.ci-calculator {
  max-width: 865px;
  margin: 0 auto;
}

sub {
  vertical-align: baseline;
  position: relative;
  top: .4em;
}

.results thead td, .results .result--label, .calculator thead td, .calculator .field--plastic-type {
  letter-spacing: .31px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

.results tbody td, .calculator thead td, .calculator tbody td {
  display: block;
}

@media (width >= 640px) {
  .results tbody td, .calculator thead td, .calculator tbody td {
    display: table-cell;
  }
}

.results tbody td[data-label], .calculator thead td[data-label], .calculator tbody td[data-label] {
  display: flex;
}

@media (width >= 640px) {
  .results tbody td[data-label], .calculator thead td[data-label], .calculator tbody td[data-label] {
    display: table-cell;
  }
}

.results tbody td[data-label]:before, .calculator thead td[data-label]:before, .calculator tbody td[data-label]:before {
  content: attr(data-label);
  text-align: left;
  flex: 0 0 33%;
  padding-right: 20px;
  font-weight: bold;
}

@media (width >= 640px) {
  .results tbody td[data-label]:before, .calculator thead td[data-label]:before, .calculator tbody td[data-label]:before {
    display: none;
  }
}

.button {
  color: #fff;
  background-color: #1e628c;
  border-radius: 5px;
  margin: 10px 0;
  padding: 10px 60px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.button:hover {
  text-decoration: underline;
}

header {
  z-index: 100;
  background-color: #fff;
  justify-content: space-between;
  align-items: end;
  padding: 15px 34px 12px 15px;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 -2px 8px #000;
}

@media (width >= 991px) {
  header {
    padding: 20px 70px 18px;
  }
}

header .logo img {
  width: 110px;
  height: 44px;
}

@media (width >= 991px) {
  header .logo img {
    width: 160px;
    height: 61px;
  }
}

footer {
  color: #fff;
  background-color: #14425e;
  flex-direction: column;
  padding: 26px 20px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
  box-shadow: 0 0 5px #000;
}

@media (width >= 767px) {
  footer {
    flex-direction: row;
    justify-content: space-between;
    padding: 70px;
  }
}

footer a {
  color: #fff;
}

footer a.current, footer a:hover {
  color: #39b1bf;
}

footer .footer--first .footer--social {
  display: block;
}

@media (width >= 767px) {
  footer .footer--first .footer--social {
    display: none;
  }
}

footer .footer--second {
  flex-direction: column;
  display: flex;
}

footer .footer--second .footer--social {
  display: none;
}

@media (width >= 767px) {
  footer .footer--second .footer--social {
    justify-content: flex-end;
    display: flex;
  }
}

footer .footer--social {
  margin-bottom: 20px;
}

footer .footer--social a {
  margin-right: 14px;
}

@media (width >= 767px) {
  footer .footer--social a {
    margin-left: 30px;
    margin-right: 0;
  }
}

footer .footer--social svg {
  width: 20px;
  height: 20px;
}

@media (width >= 767px) {
  footer .footer--social svg {
    width: 20px;
    height: 20px;
  }
}

footer nav.footer {
  display: block;
}

@media (width >= 991px) {
  footer nav.footer {
    display: block;
  }
}

footer .footer--site-name {
  margin-bottom: 8px;
}

@media (width >= 767px) {
  footer .footer--site-name {
    margin-bottom: 22px;
    font-size: 20px;
  }
}

footer .footer--newsletter {
  text-align: left;
  margin-bottom: 22px;
}

@media (width >= 767px) {
  footer .footer--newsletter {
    text-align: right;
    margin-bottom: 34px;
    font-size: 18px;
  }
}

footer .footer--copyright, footer .footer--location {
  margin-top: auto;
  margin-bottom: 16px;
  font-size: 18px;
}

@media (width >= 767px) {
  footer .footer--copyright, footer .footer--location {
    font-size: 18px;
  }

  footer .footer--location {
    text-align: right;
  }
}

@media (width >= 991px) {
  nav.main {
    letter-spacing: 0;
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 400;
  }

  nav.main ul {
    margin: 0;
    padding: 0;
  }

  nav.main li {
    white-space: wrap;
    display: block;
    position: relative;
  }

  nav.main li:hover a:after {
    width: 100%;
  }

  nav.main li:hover ul {
    opacity: 1;
    visibility: visible;
    width: 300px;
    max-height: 300px;
    padding: 10px 3px 5px;
  }

  nav.main li:hover ul li {
    visibility: visible;
  }

  nav.main li ul {
    visibility: hidden;
    opacity: 0;
    z-index: 3000;
    background-color: #2c83a5;
    border-radius: 10px;
    max-height: 0;
    padding: 0;
    transition: max-height .25s, opacity .25s ease-in-out, visibility .25s;
    position: absolute;
    top: 100%;
    left: 0;
    overflow: hidden;
  }

  nav.main li ul li {
    visibility: hidden;
    margin-bottom: 5px;
  }

  nav.main .menu {
    flex-flow: wrap;
    display: flex;
  }

  nav.main li > a {
    color: #315972;
    align-items: center;
    margin-right: 10px;
    padding: 10px;
    text-decoration: none;
    display: flex;
    position: relative;
  }

  nav.main li > a svg {
    width: 9px;
    height: auto;
    margin-left: 5px;
  }

  nav.main li > a.current {
    color: #14425e;
  }

  nav.main li > a:hover:after {
    content: "";
    background-color: #14425e;
    width: 100%;
    height: 1px;
    transition: width .3s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  nav.main li > a:after {
    content: "";
    background-color: #14425e;
    width: 0%;
    height: 1px;
    transition: width .3s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  nav.main li > svg {
    vertical-align: middle;
    width: 8px;
    height: auto;
    margin-left: 5px;
  }

  nav.main li ul li a {
    color: #fff;
    text-decoration: none;
  }

  nav.main li ul li a:after {
    display: none;
  }

  nav.main li ul li a:hover {
    color: #b6d1e2;
  }

  nav.main .search-icon {
    cursor: pointer;
    display: flex;
  }

  nav.main .search-icon a {
    display: flex;
  }

  nav.main .search-icon a svg {
    width: 15px;
    height: 15px;
  }

  nav.main .search-icon a:after, .nav--toggle, .menu--expand-collapse {
    display: none;
  }

  .submenu--wrapper li {
    border-bottom: .5px solid #99c2d1;
  }

  .submenu--wrapper li:last-child {
    border-bottom: none;
  }
}

.nav--toggle {
  cursor: pointer;
  width: 24px;
  height: 20px;
  position: relative;
}

.nav--toggle-bar {
  background-color: #0a212f;
  border-radius: 2px;
  width: 100%;
  height: 2px;
  margin: 8px auto;
  transition: all .25s ease-in-out;
  display: block;
  position: relative;
}

nav.main.open {
  position: initial;
}

nav.main.open .nav--toggle-bar:first-of-type {
  transform: translateY(11px)translateY(-50%)rotate(-45deg);
}

nav.main.open .nav--toggle-bar:nth-of-type(2) {
  opacity: 0;
}

nav.main.open .nav--toggle-bar:nth-of-type(3) {
  transform: translateY(-11px)translateY(50%)rotate(45deg);
}

nav.main.open .menu--wrapper {
  opacity: 1;
  transition: all .25s ease-in-out;
}

nav.main.open .menu--expand-collapse {
  width: 12px;
  position: absolute;
  top: 15px;
  left: 8%;
}

@media (width >= 479px) {
  nav.main.open .menu--expand-collapse {
    left: 20%;
  }
}

@media (width >= 640px) {
  nav.main.open .menu--expand-collapse {
    left: 25%;
  }
}

@media (width >= 767px) {
  nav.main.open .menu--expand-collapse {
    left: 30%;
  }
}

@media (width <= 991px) {
  .nav--toggle, .menu--expand-collapse {
    display: block;
  }

  nav.main {
    z-index: 1;
    justify-content: space-between;
    align-self: start;
    align-items: center;
    padding: 0 15px;
    display: flex;
    position: relative;
  }

  nav.main .menu--wrapper {
    opacity: 0;
    background: #fff;
    height: 100vh;
    padding-top: 80px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  nav.main .menu {
    height: 80vh;
    margin: 0 5px;
    overflow: scroll;
  }

  nav.main ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  nav.main li {
    text-align: left;
    white-space: wrap;
    position: relative;
  }

  nav.main li:hover a:after {
    width: 100%;
  }

  nav.main li:hover ul {
    opacity: 1;
    visibility: visible;
    width: 300px;
    max-height: 300px;
    padding: 10px 3px 5px;
  }

  nav.main li:hover ul li {
    visibility: visible;
  }

  nav.main li ul {
    visibility: visible;
    opacity: 0;
    z-index: 3000;
    background-color: #2c83a5;
    border-radius: 10px;
    max-height: 0;
    padding: 0;
    transition: max-height .25s, opacity .25s ease-in-out, visibility .25s;
    position: absolute;
    top: 100%;
    left: 0;
    overflow: hidden;
  }

  nav.main li ul li {
    visibility: hidden;
    margin-bottom: 5px;
  }

  nav.main li > a {
    color: #315972;
    align-items: center;
    margin-right: 31px;
    padding: 10px;
    text-decoration: none;
    display: flex;
    position: relative;
  }

  nav.main li > a svg {
    width: 9px;
    height: auto;
    margin-left: 5px;
  }

  nav.main li > svg {
    vertical-align: middle;
    width: 8px;
    height: auto;
    margin-left: 5px;
  }

  nav.main li ul li a {
    color: #fff;
    text-decoration: none;
  }

  nav.main li ul li a:after {
    display: none;
  }

  nav.main li ul li a:hover {
    color: #b6d1e2;
  }

  nav.main .search-icon {
    cursor: pointer;
    display: flex;
  }

  nav.main .search-icon a {
    display: flex;
  }

  nav.main .search-icon a svg {
    width: 15px;
    height: 15px;
  }

  nav.main .search-icon a:after {
    display: none;
  }

  nav.main .submenu--wrapper ul, nav.main .submenu--wrapper.open ul {
    display: block;
  }

  nav.main .submenu--wrapper li {
    border-bottom: .5px solid #99c2d1;
  }

  nav.main .submenu--wrapper li:last-child {
    border-bottom: none;
  }
}

nav.footer {
  margin-bottom: 22px;
  font-size: 17px;
  font-weight: 400;
}

nav.footer ul {
  flex-direction: column;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

nav.footer ul li {
  align-items: center;
  height: 38px;
  display: flex;
  position: relative;
}

nav.footer ul li:hover .submenu--wrapper {
  display: block;
}

nav.footer ul li:hover > a, nav.footer ul li:hover > svg path {
  color: #39b1bf;
  fill: #39b1bf;
}

nav.footer ul > li > a {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

nav.footer ul > li > a:hover {
  color: #39b1bf;
  text-decoration: underline;
}

nav.footer ul li > svg {
  fill: #fff;
  vertical-align: middle;
  width: 12px;
  height: auto;
  margin-left: 10px;
}

nav.footer ul .submenu--wrapper {
  z-index: 100;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}

nav.footer ul .submenu--wrapper ul {
  flex-direction: column;
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

nav.footer ul .submenu--wrapper li {
  border-bottom: none;
  height: auto;
  margin-bottom: 10px;
}

nav.footer ul .submenu--wrapper li:last-child {
  margin-bottom: 0;
}

nav.footer ul .submenu--wrapper a {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

nav.footer ul .submenu--wrapper a:hover {
  color: #39b1bf;
  text-decoration: underline;
}

nav.footer a {
  text-decoration: none;
}

nav.footer a.current {
  color: #4e5f69;
}

nav.footer a:hover {
  color: #39b1bf;
  text-decoration: underline;
}

.places-logo {
  text-align: center;
  max-width: 865px;
  margin: 0 auto;
  padding: 40px 30px 20px;
}

.places-logo img {
  width: 325px;
}

@media (width >= 640px) {
  .places-logo img {
    width: 525px;
  }
}

.field--country-select {
  text-align: center;
  border-bottom: 2px solid #dbe2e7;
  margin-bottom: 60px;
  padding-bottom: 40px;
}

.field--country-select label {
  margin-right: 15px;
  font-size: 14px;
  font-weight: bold;
}

.field--country-select .autocomplete-wrapper {
  text-align: left;
  width: 300px;
  display: inline-block;
}

.field--country-select .autocomplete__control {
  border-color: #1d628b;
  border-radius: 7px;
}

.field--country-select .autocomplete__multi-value {
  color: #fff;
  background-color: #1d628b;
  border-radius: 100px;
  font-size: 14px;
}

.field--country-select .autocomplete__multi-value__label {
  color: #fff;
  padding: 5px 3px 5px 15px;
  font-size: 14px;
}

.field--country-select .autocomplete__multi-value__remove {
  cursor: pointer;
  padding: 2px 8px 0;
}

.field--country-select .autocomplete__multi-value__remove:hover {
  background-color: #0000;
}

.field--country-select .autocomplete__clear-indicator {
  cursor: pointer;
}

.field--country-select .autocomplete__dropdown-indicator {
  cursor: pointer;
  color: #1d628b;
}

.field--country-select .autocomplete__dropdown-indicator:hover {
  color: #315972;
}

.field--country-select .autocomplete__option {
  cursor: pointer;
}

.calculator {
  padding: 0 30px;
}

@media (width >= 767px) {
  .calculator {
    margin-left: 60px;
    padding: 0;
  }
}

.calculator tbody td[data-label]:before {
  align-self: center;
}

.calculator thead td {
  vertical-align: top;
  padding-bottom: 12px;
}

.calculator .header--plastic-type, .calculator .field--plastic-type {
  width: 146px;
  padding-right: 20px;
}

@media (width >= 640px) {
  .calculator .header--plastic-type, .calculator .field--plastic-type {
    text-align: right;
  }

  .calculator .header--plastic-type, .calculator .header--tonnage, .calculator .header--benchmark, .calculator .field--tonnage, .calculator .field--benchmark {
    width: 302px;
    padding-right: 20px;
  }
}

.calculator .header--plastic-type {
  display: none;
}

@media (width >= 640px) {
  .calculator .header--plastic-type {
    display: table-cell;
  }
}

.calculator tbody td {
  padding-bottom: 20px;
}

.calculator .field--tonnage input {
  color: #1e628c;
  border: 2px solid #1e628c;
  border-radius: 7px;
  width: 100%;
  padding: 12px 5px 12px 15px;
}

@media (width >= 640px) {
  .calculator .field--tonnage input {
    width: 250px;
  }
}

@media (width >= 767px) {
  .calculator .field--tonnage input {
    width: 275px;
  }
}

.calculator .field--benchmark {
  padding-bottom: 60px;
}

@media (width >= 640px) {
  .calculator .field--benchmark {
    padding-bottom: 20px;
  }
}

.calculator .field--benchmark select {
  color: #1e628c;
  background-color: #0000;
  border: 2px solid #1e628c;
  border-radius: 7px;
  width: 100%;
  padding: 12px 15px;
}

@media (width >= 640px) {
  .calculator .field--benchmark select {
    width: 275px;
  }
}

@media (width >= 767px) {
  .calculator .field--benchmark select {
    width: 300px;
  }
}

.calculate-button--wrapper {
  text-align: center;
  margin: 5px 0 40px;
}

.results {
  margin-bottom: 40px;
}

@media (width >= 640px) {
  .results {
    margin-top: 40px;
  }
}

.results table {
  border-collapse: collapse;
  width: 100%;
}

@media (width >= 640px) {
  .results table {
    max-width: 955px;
  }
}

.results table td {
  text-align: center;
  padding: 16px 30px;
}

@media (width >= 640px) {
  .results table td {
    padding: 16px 10px;
  }
}

.results thead {
  display: none;
}

@media (width >= 640px) {
  .results thead {
    display: table-header-group;
  }
}

.results tbody tr {
  background-color: #f6f6f6;
}

.results tbody tr.result--header {
  background-color: #dbe2e7;
}

.results tbody td {
  color: #315972;
}

.results tbody td[data-label]:before {
  flex-basis: 40%;
  padding-right: 40px;
}

.results .result--icon {
  display: none;
}

@media (width >= 640px) {
  .results .result--icon {
    display: block;
  }
}

.results .result--label {
  text-align: left;
  color: #1e628c;
}

@media (width >= 640px) {
  .results .result--label {
    color: #315972;
    text-align: left;
    width: 170px;
    padding-right: 60px;
    font-weight: 400;
  }
}

@media (width >= 767px) {
  .results .result--label {
    padding-right: 80px;
  }
}

.results .result--header .result--label {
  color: #1e628c;
}

@media (width >= 640px) {
  .results .result--initial {
    width: 150px;
  }

  .results .result--recycling {
    width: 160px;
  }
}

.results .result--savings-wrapper {
  width: 100%;
  position: relative;
}

.results .result--savings {
  text-align: left;
  font-weight: bold;
}

@media (width >= 640px) {
  .results .result--savings {
    width: 146px;
  }
}

.results .result--savings-value {
  z-index: 1;
  padding: 5px;
  position: relative;
}

.results .result--sparkline {
  z-index: 0;
  background-color: #b6d1e2;
  height: 100%;
  position: absolute;
  left: 0;
}

.results-summary {
  letter-spacing: .44px;
  text-align: center;
  color: #315972;
  flex-direction: column;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
}

@media (width >= 640px) {
  .results-summary {
    flex-direction: row;
    margin: 0 auto;
  }
}

.results-summary span {
  font-weight: 700;
}

.results-summary .results-summary--icon {
  text-transform: uppercase;
  color: #fff;
  background-color: #1e628c;
  flex-direction: column;
  flex: none;
  justify-content: center;
  width: 100%;
  padding: 30px 0;
  font-weight: 700;
  display: flex;
}

@media (width >= 640px) {
  .results-summary .results-summary--icon {
    width: 25%;
  }
}

.results-summary .results-summary--icon .results-summary--icon-heading {
  margin-bottom: 16px;
}

.results-summary .results-summary--text {
  text-align: left;
  color: #13425e;
  background-color: #b6d1e2;
  padding: 40px 50px;
}

.results-summary .results-summary--list li {
  padding: 5px;
}

.results-summary .results-summary--list li span + span:last-child:before {
  content: " and ";
}

.results-summary .results-summary--list li span:not(:first-child) + span:last-child:before {
  content: ", and ";
}

.results-summary .results-summary--list li span:nth-of-type(n+2):not(:last-child):before {
  content: ", ";
}

.tooltip-link {
  color: #1e628c;
}

.tooltip-link span {
  border-bottom: 1px dashed #1e628c;
}

.tooltip-icon {
  cursor: pointer;
}

.tooltip-icon img {
  vertical-align: super;
  width: 10px;
}

.ci-calculator .__react_component_tooltip {
  letter-spacing: .22px;
  color: #fff;
  background-color: #1e628c;
  max-width: 300px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

@media (width >= 640px) {
  .ci-calculator .__react_component_tooltip {
    max-width: 500px;
  }
}

.ci-calculator .__react_component_tooltip.show {
  opacity: .95;
}

.ci-calculator .__react_component_tooltip .multi-line {
  text-align: left;
}

.modal--overlay {
  opacity: 0;
  z-index: 100000;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity 1s;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
}

.modal--overlay.visible {
  opacity: 1;
  display: flex;
}

.modal--content {
  background-color: #fff;
  border-radius: 10px;
  max-width: 600px;
  max-height: 100vh;
  padding: 20px;
  overflow-y: auto;
}

#my-widget input {
  width: 96% !important;
}

#my-widget h2 {
  text-align: left !important;
}

.nomark_sso_nav_wrap .nomark_dropdown_menu {
  background-color: #fff !important;
  width: 100% !important;
}

.nomark_sso_nav_wrap .nomark_dropdown_menu:hover .nomark_dropdown_item {
  color: #315972 !important;
  background-color: #fff !important;
}

.intro {
  text-align: center;
  max-width: 865px;
  margin: 0 auto;
  padding: 0 30px 60px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

.intro p {
  padding-bottom: 10px;
}
/*# sourceMappingURL=style.css.map */
