/*
Author: Joe Tan (joetan54@gmail.com)

Copyright (c) 2018 Joe Tan
THIS CODE MAY NOT BE REDISTRIBUTED WITHOUT EXPLICIT PERMISSION
*/
h2:first-child {
  padding-top: 0;
}

a.embed.play:before {
  display: none;
}

.embed {
  position: relative;
  padding: 0 0 56.25%;
}
.embed img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.embed .play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed .play:before, .embed .play:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  margin: -45px 0 0 -45px;
  text-align: center;
  line-height: 90px;
  transition: all 0.2s;
}
.embed .play:before {
  display: block;
  content: " ";
  background: #12b5ea;
  border-radius: 50%;
}
.embed .play:after {
  font-family: "FontAwesome";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none !important;
  content: "\f04b";
  font-size: 30px;
  color: white;
}
.embed .play:hover:before {
  transform: scale(1.2);
}

.wp-block-embed-youtube {
  margin-top: 2em;
  margin-bottom: 2em;
}

.theme-block {
  transform: none !important;
  opacity: 1;
  background: #eee;
  color: white;
}
.theme-block .layout {
  position: relative;
  z-index: 1;
}
.theme-block h1,
.theme-block h2,
.theme-block h3 {
  color: inherit;
  font-weight: 600;
}
.theme-block h1 {
  font-size: 3rem;
}
.theme-block h2 {
  font-size: 2.1rem;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .theme-block h1 {
    font-size: 2.1rem;
  }
  .theme-block h2 {
    font-size: 1.7rem;
  }
}

#navigation {
  position: fixed;
  z-index: 10000;
  top: 20vh;
  right: 0;
}
body.info-window-on #navigation {
  z-index: -1;
}
#navigation ul,
#navigation li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation ul li {
  position: relative;
  margin: 1.5em 1em;
}
#navigation ul li .bullet {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-indent: -10000px;
  overflow: hidden;
  background: white;
  opacity: 0.8;
  border: 2px solid transparent;
}
#navigation ul li .label {
  display: none;
  position: absolute;
  top: 50%;
  right: 100%;
  width: 250px;
  margin: 0 30px 0 0;
  padding: 1em;
  box-sizing: border-box;
  transform: translate(0, -50%);
  background: #00386d;
  color: white;
  line-height: 1;
  font-weight: 600;
  align-items: center;
  font-size: 0.8em;
  filter: drop-shadow(none);
}
#navigation ul li .label strong {
  font-size: 4em;
  line-height: 1;
}
#navigation ul li .label .text {
  margin: 0 0.5em;
  font-family: "Asap Condensed", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.2px;
}
#navigation ul li .label:after {
  content: " ";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 20px;
  height: 100%;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  background: inherit;
}
#navigation ul li.nth-child-1 .label {
  background-color: #a50a51;
}
#navigation ul li.nth-child-2 .label {
  background-color: #12b5ea;
}
#navigation ul li.nth-child-3 .label {
  background-color: #00386d;
}
#navigation ul li.nth-child-4 .label {
  background-color: #FF6F0C;
}
#navigation ul li.nth-child-5 .label {
  background-color: #86af15;
}
#navigation ul li.nth-child-6 .label {
  background-color: #12b5ea;
}
#navigation ul li.nth-child-7 .label {
  background-color: #00386d;
}
#navigation ul li.nth-child-8 .label {
  background-color: #047EAF;
}
#navigation ul li.nth-child-9 .label {
  background-color: #FF6F0C;
}
#navigation ul li.nth-child-10 .label {
  background-color: #00386d;
}
#navigation ul li:hover .bullet, #navigation ul li.on .bullet {
  opacity: 1;
  background: #FF6F0C;
  transform: scale(1.2);
  filter: drop-shadow(none);
  border: 2px solid white;
}
#navigation ul li:hover.nth-child-1 .bullet, #navigation ul li.on.nth-child-1 .bullet {
  background-color: #a50a51;
}
#navigation ul li:hover.nth-child-2 .bullet, #navigation ul li.on.nth-child-2 .bullet {
  background-color: #12b5ea;
}
#navigation ul li:hover.nth-child-3 .bullet, #navigation ul li.on.nth-child-3 .bullet {
  background-color: #00386d;
}
#navigation ul li:hover.nth-child-4 .bullet, #navigation ul li.on.nth-child-4 .bullet {
  background-color: #FF6F0C;
}
#navigation ul li:hover.nth-child-5 .bullet, #navigation ul li.on.nth-child-5 .bullet {
  background-color: #86af15;
}
#navigation ul li:hover.nth-child-6 .bullet, #navigation ul li.on.nth-child-6 .bullet {
  background-color: #12b5ea;
}
#navigation ul li:hover.nth-child-7 .bullet, #navigation ul li.on.nth-child-7 .bullet {
  background-color: #00386d;
}
#navigation ul li:hover.nth-child-8 .bullet, #navigation ul li.on.nth-child-8 .bullet {
  background-color: #047EAF;
}
#navigation ul li:hover.nth-child-9 .bullet, #navigation ul li.on.nth-child-9 .bullet {
  background-color: #FF6F0C;
}
#navigation ul li:hover.nth-child-10 .bullet, #navigation ul li.on.nth-child-10 .bullet {
  background-color: #00386d;
}
#navigation ul li:hover .label {
  display: flex;
}
#navigation ul li.on .bullet {
  opacity: 1;
}

.wp-block-theme-blocks-progress-hero {
  padding: 6em 4.6875% 4em;
  min-height: 50vh;
  background: #00386d;
  color: white;
}
.wp-block-theme-blocks-progress-hero:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: #12b5ea;
}
.wp-block-theme-blocks-progress-hero:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 100%;
  height: 175px;
  background: url(../../images/dots-blue.png) 0% 0;
  mix-blend-mode: multiply;
}
.wp-block-theme-blocks-progress-hero .block-title {
  position: relative;
  margin: 0 auto;
  height: auto;
  width: 900px;
  max-width: 100%;
}
.wp-block-theme-blocks-progress-hero .block-title svg {
  display: block;
}
.wp-block-theme-blocks-progress-hero .block-title h1 {
  display: block;
  padding: 0 0 0.75em;
  text-align: center;
}
.wp-block-theme-blocks-progress-hero .block-content {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-progress-hero .block-title,
.wp-block-theme-blocks-progress-hero .block-content {
    max-width: 350px;
  }
}
@media screen and (max-width: 450px) {
  .wp-block-theme-blocks-progress-hero .block-title,
.wp-block-theme-blocks-progress-hero .block-content {
    max-width: 270px;
  }
}

.wp-block-theme-blocks-progress-section {
  box-sizing: border-box;
  padding: 6em 2em;
}
.wp-block-theme-blocks-progress-section .block-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.wp-block-theme-blocks-progress-section .block-content p {
  font-family: "Asap Condensed", sans-serif;
  font-size: 1.55rem;
  line-height: 1.25;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-progress-section .block-content h2 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 450px) {
  .wp-block-theme-blocks-progress-section .block-content {
    max-width: 270px;
  }
}
.wp-block-theme-blocks-progress-section > .layout {
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-theme-blocks-progress-section.no-min-height > .layout {
  display: block;
  min-height: 0;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-progress-section {
    padding-bottom: 0;
  }
  .wp-block-theme-blocks-progress-section > .layout {
    min-height: 0;
  }
}
.wp-block-theme-blocks-progress-section.is-style-side {
  width: 520px;
  margin: 0 0 0 auto;
  padding: 4em 75px 50px 4em;
}
@media screen and (max-width: 1040px) {
  .wp-block-theme-blocks-progress-section.is-style-side {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-progress-section.is-style-side {
    width: 100%;
  }
  .wp-block-theme-blocks-progress-section.is-style-side#participating {
    margin-bottom: 110vh;
  }
  .wp-block-theme-blocks-progress-section.is-style-side.side-only {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

#participating {
  background-color: #00386d;
}
#participating:after {
  display: none !important;
}
#participating .layout {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#participating h2 {
  max-width: 250px;
  margin: 0;
  line-height: 1.285;
  color: inherit;
}
#participating h2 strong {
  display: block;
  font-size: 180px;
  line-height: 1;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #participating h2 strong {
    font-size: 150px;
  }
}

#bfz-introduction .layout {
  min-height: 0;
  padding-top: 10em;
}
#bfz-introduction .layout .block-content {
  margin-top: -7em;
}
#bfz-introduction .layout .block-content h1 {
  display: inline-block;
  margin: -2.5rem auto 0;
  height: auto;
  padding: 20px 40px;
  font-size: 4.4rem;
  font-weight: 700;
  background-color: #0494cb;
}
#bfz-introduction .layout .block-content h2 {
  max-width: 500px;
  font-size: 2em;
  font-weight: 600;
  margin: 0.5em auto 1.5em;
}
#bfz-introduction a {
  color: #12b5ea;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #bfz-introduction {
    margin-top: 7em;
  }
  #bfz-introduction .layout .block-content {
    margin-top: -6em;
  }
  #bfz-introduction .layout .block-content h1 {
    font-size: 2.5rem;
    padding: 15px 30px;
  }
}

.wp-block-theme-blocks-progress-section-stats {
  box-sizing: border-box;
  width: 520px;
  margin: 0 0 0 auto;
  padding: 4em 75px 50px 4em;
}
.wp-block-theme-blocks-progress-section-stats:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: url(../../images/dots-blue.png) 0% 0;
}
.wp-block-theme-blocks-progress-section-stats .layout > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  min-height: 90vh;
  background-color: inherit;
}
.wp-block-theme-blocks-progress-section-stats .layout > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-top,
.wp-block-theme-blocks-progress-section-stats .layout > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block[data-type="theme-blocks/progress-section-stats-top"] {
  margin: -4em -75px 0 -4em;
}
.wp-block-theme-blocks-progress-section-stats .layout > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-spotlight,
.wp-block-theme-blocks-progress-section-stats .layout > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block[data-type="theme-blocks/progress-section-stats-spotlight"] {
  margin: 0em -75px 0 -4em;
}
.wp-block-theme-blocks-progress-section-stats .block-top {
  padding: 4em 75px 4em 4em;
}
.wp-block-theme-blocks-progress-section-stats .block-top p {
  font-family: Raleway, sans-serif;
  line-height: 1.45;
}
.wp-block-theme-blocks-progress-section-stats .statistic {
  position: relative;
  margin: 0 0 1em -4em;
  padding: 0 0 0 2em;
  background-color: inherit;
}
.wp-block-theme-blocks-progress-section-stats .statistic:before {
  content: " ";
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  width: 40px;
  height: 100%;
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 50%);
          clip-path: polygon(100% 0%, 100% 100%, 0% 50%);
  background: inherit;
}
.wp-block-theme-blocks-progress-section-stats .statistic h2 {
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 1.2;
  font-size: 26px;
  font-weight: 600;
  color: inherit;
}
.wp-block-theme-blocks-progress-section-stats .statistic h2:first-child {
  padding: 0;
}
.wp-block-theme-blocks-progress-section-stats .statistic h2 strong {
  margin: 0 15px 0 0;
  font-size: 100px;
}
.wp-block-theme-blocks-progress-section-stats .statistic h2.long-text-wrap {
  display: block;
}
.wp-block-theme-blocks-progress-section-stats .statistic h2.long-text-wrap strong {
  margin-right: 0;
}
@media screen and (max-width: 500px) {
  .wp-block-theme-blocks-progress-section-stats .statistic h2.long-text-wrap strong {
    font-size: 75px;
  }
}
.wp-block-theme-blocks-progress-section-stats .statistic a {
  text-decoration: underline;
  color: currentColor;
}
.wp-block-theme-blocks-progress-section-stats .statistic a:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-progress-section-stats .statistic {
    padding: 0;
  }
  .wp-block-theme-blocks-progress-section-stats .statistic h2 {
    font-size: 1.25rem;
  }
}
.wp-block-theme-blocks-progress-section-stats .block-spotlight {
  padding: 4em 75px 4em 2em;
  color: #494949;
}
.wp-block-theme-blocks-progress-section-stats .block-spotlight > .block-posts > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.wp-block-theme-blocks-progress-section-stats .block-spotlight h4 {
  margin: 0 0 1em;
  width: 100%;
  text-transform: uppercase;
}
.wp-block-theme-blocks-progress-section-stats .block-spotlight .hentry {
  width: 30%;
  margin: 0 0 1em;
}
.wp-block-theme-blocks-progress-section-stats .block-spotlight .hentry a {
  color: inherit;
}
.wp-block-theme-blocks-progress-section-stats .block-spotlight .hentry .thumbnail {
  position: relative;
  display: block;
  padding: 0 0 66.6666666667%;
  margin: 0 0 0.5em;
  background: rgba(0, 0, 0, 0.1) url(images/fallback-spotlight.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.wp-block-theme-blocks-progress-section-stats .block-spotlight .hentry .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.wp-block-theme-blocks-progress-section-stats .block-spotlight .hentry .title {
  margin: 0;
  font-size: 1rem;
}
@media screen and (max-width: 1040px) {
  .wp-block-theme-blocks-progress-section-stats {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-progress-section-stats {
    width: 100%;
    margin-bottom: 110vh;
  }
  .wp-block-theme-blocks-progress-section-stats .layout {
    min-height: 0;
  }
  .wp-block-theme-blocks-progress-section-stats .block-spotlight > .block-posts > .block-editor-inner-blocks > .block-editor-block-list__layout {
    display: block;
  }
  .wp-block-theme-blocks-progress-section-stats .block-spotlight .hentry {
    width: auto;
  }
}
.wp-block-theme-blocks-progress-section-stats.is-style-full-width {
  width: auto;
  text-align: center;
}
.wp-block-theme-blocks-progress-section + .wp-block-theme-blocks-progress-section-stats.is-style-full-width {
  padding-top: 0;
}
.wp-block-theme-blocks-progress-section-stats.is-style-full-width .layout > .block-editor-inner-blocks > .block-editor-block-list__layout {
  min-height: 0;
}
.wp-block-theme-blocks-progress-section-stats.is-style-full-width .block-top {
  padding-bottom: 6em;
}
.wp-block-theme-blocks-progress-section-stats.is-style-full-width .block-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-theme-blocks-progress-section-stats.is-style-full-width .wp-block-buttons {
  justify-content: center;
}
.wp-block-theme-blocks-progress-section-stats.is-style-full-width .statistic {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-theme-blocks-progress-section-stats.is-style-full-width .statistic:before {
  display: none;
}
.wp-block-theme-blocks-progress-section-stats.is-style-full-width .block-spotlight > .block-posts > .block-editor-inner-blocks > .block-editor-block-list__layout {
  max-width: 800px;
  margin: 0 auto;
}

#bfz-introduction {
  background-color: #494949;
  margin-top: -6em;
}

#functional-zero-introduction,
#functional-zero .block-top,
#functional-zero.side-only {
  background-color: #a50a51;
}

#functional-zero.side-only:after {
  display: none;
}

#reductions-introduction,
#reductions .block-top,
#reductions.side-only {
  background-color: #FF6F0C;
}

#large-cities-introduction,
#large-cities .block-top {
  background-color: #86af15;
}

#methodology-introduction,
#methodology .block-top {
  background-color: #12b5ea;
}

#individuals-introduction,
#individuals .block-top {
  background-color: #00386d;
}

#partners {
  background-color: #a50a51;
}

#functional-zero .block-spotlight .thumbnail {
  border-bottom: 4px solid #a50a51;
}

#reductions .block-spotlight .thumbnail {
  border-bottom: 4px solid #FF6F0C;
}

#large-cities .block-spotlight .thumbnail {
  border-bottom: 4px solid #86af15;
}

#individuals .block-spotlight .thumbnail {
  border-bottom: 4px solid #00386d;
}

#methodology .block-spotlight .thumbnail {
  border-bottom: 4px solid #12b5ea;
}

.wp-block-theme-blocks-progress-section-banner {
  position: relative;
  background: #eee no-repeat 50% 50%;
  background-size: cover;
  margin: 0 0 6em;
}
.wp-block-theme-blocks-progress-section-banner.no-banner {
  margin: 0;
  background: #eee;
}
.wp-block-theme-blocks-progress-section-banner.no-banner .wrap {
  height: 220px;
}
.wp-block-theme-blocks-progress-section-banner.no-banner .wrap .page-title {
  text-align: center;
  background: #eee;
  margin: 0 0 1em 0;
  max-width: none;
  color: #494949;
  letter-spacing: 0.02em;
  box-sizing: unset;
  font-size: 3.2rem;
  padding-bottom: 0.5em;
}
.wp-block-theme-blocks-progress-section-banner.no-banner .wrap:after {
  display: none;
}
@media screen and (max-width: 500px) {
  .wp-block-theme-blocks-progress-section-banner.no-banner .wrap {
    height: 70px;
  }
}
.wp-block-theme-blocks-progress-section-banner.no-banner:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-progress-section-banner.no-banner {
    margin: 0 0 1em;
  }
  .wp-block-theme-blocks-progress-section-banner.no-banner .wrap {
    padding-top: 3em;
  }
  .wp-block-theme-blocks-progress-section-banner.no-banner .wrap #page-title {
    margin-bottom: 0;
    position: relative;
    font-size: 2.2rem;
    width: auto;
    left: 0;
  }
}
.wp-block-theme-blocks-progress-section-banner .wrap {
  position: relative;
  height: 60vh;
}
.wp-block-theme-blocks-progress-section-banner .page-title {
  box-sizing: border-box;
  display: block;
  position: absolute;
  z-index: 1;
  margin: 0;
  bottom: 0;
  left: -30px;
  width: 100%;
  max-width: 500px;
  padding: 0.3em 30px;
  font-size: 4.4rem;
  line-height: 1;
  background: #0494cb;
  color: white;
  text-transform: none;
}
.wp-block-theme-blocks-progress-section-banner .tag {
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  left: -30px;
  top: 100%;
  background: gray;
  color: white;
  font-family: "Asap Condensed", sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  width: 100%;
  padding: 0.7em 30px;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-progress-section-banner .page-title {
    font-size: 2.5rem;
  }
  .wp-block-theme-blocks-progress-section-banner .wrap {
    height: 40vh;
  }
}

#bottom-subscribe {
  background: #00386d;
}

#the-map {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 520px);
  height: 100%;
  background: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.map-ready #the-map {
  display: block;
}
body.full-width-map #the-map {
  width: 100%;
}
@media screen and (max-width: 1040px) {
  #the-map {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #the-map {
    width: 100%;
  }
}
#the-map .btns {
  margin: 0;
  padding: 0;
  list-style: none;
}
#the-map .btns li {
  padding: 0.6em 0;
  background: white;
  border-radius: 2px;
  box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
}
#the-map .btns li:hover {
  color: black;
}
#the-map .jump-btns {
  position: absolute;
  z-index: 1000;
  bottom: 120px;
  left: 10px;
  width: 40px;
}
#the-map .jump-btns li {
  display: block;
  margin: 0 0 10px;
}
#the-map .filter-btns {
  position: absolute;
  z-index: 1000;
  display: flex;
  bottom: 30px;
  right: 30px;
}
#the-map .filter-btns li {
  display: block;
  margin: 0 10px 0 0;
  padding: 0.6em 1em;
}

#the-map-embed {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

#the-info-window {
  box-sizing: border-box;
  position: absolute;
  z-index: 20000;
  width: 530px;
  transform: translate(-50%, -100%);
  margin: -20px 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: white;
}
#the-info-window .info-window {
  position: relative;
  display: grid;
  grid-template-columns: 50% auto;
  grid-template-areas: "main quote" "cta quote";
  font-size: 18px;
}
#the-info-window .info-window .close {
  position: absolute;
  top: 1em;
  right: 1em;
  cursor: pointer;
  line-height: 1;
}
#the-info-window .info-window .block-main {
  grid-area: main;
  padding: 1.5em;
  display: flex;
  flex-direction: column;
}
#the-info-window .info-window .block-main h3 {
  font-size: 1.5rem;
  color: #00386d;
  margin-bottom: 0.65em;
}
#the-info-window .info-window .block-main p {
  margin-bottom: 0.5em;
  font-size: 0.9em;
  line-height: 1.25;
  font-family: Raleway, sans-serif;
}
#the-info-window .info-window .block-main p:last-child {
  margin-bottom: 0;
}
#the-info-window .info-window .block-main .stat .text {
  display: inline;
}
#the-info-window .info-window .block-cta {
  grid-area: cta;
}
#the-info-window .info-window .block-cta a {
  display: block;
  padding: 0.8em 1em 0.8em 1.5em;
  background: #0494cb;
  color: white;
  transition: all 0.1s linear;
  font-family: "Asap Condensed", sans-serif;
  font-weight: 300;
  text-decoration: none;
}
#the-info-window .info-window .block-cta a .icon {
  transition: all 0.1s linear;
  margin-left: 5px;
}
#the-info-window .info-window .block-cta a .icon:hover {
  transform: none !important;
}
#the-info-window .info-window .block-cta a:hover .icon {
  transform: translate(5px, 0) !important;
}
#the-info-window .info-window .block-quote {
  grid-area: quote;
  background: #f1f1f1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.25em 1.8em 1em;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Asap Condensed", sans-serif;
}
#the-info-window .info-window .block-quote p {
  font-size: inherit;
  line-height: 1.3;
  word-spacing: 0;
  letter-spacing: 0;
  margin-bottom: 0.75em;
}
#the-info-window .info-window .block-quote .quote-text {
  font-family: Raleway, sans-serif;
  font-size: 0.88em;
  font-weight: 400;
  line-height: 1.4;
}
#the-info-window .info-window .block-quote .quote-text.empty {
  display: none;
}
#the-info-window .info-window .block-quote .quote-cite {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0.5em;
  font-size: 0.75em;
  letter-spacing: 0.3px;
  line-height: 1.3;
}
#the-info-window .info-window .block-quote .quote-cite.empty {
  display: none;
}
#the-info-window.no-quote .info-window {
  display: block;
}
#the-info-window.no-quote .block-quote {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #the-info-window {
    width: 94.6428571429%;
  }
  #the-info-window .info-window {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  #the-info-window {
    width: 88.3333333333%;
  }
  #the-info-window .info-window {
    display: block;
  }
  #the-info-window .block-quote {
    display: none !important;
  }
}

.community-marker {
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  background: #DAD9DB;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  color: #00386d;
  transition: background 0.2s ease-in-out;
}
.community-marker:hover, .community-marker.selected {
  background: currentColor;
}
.community-marker[data-filter=functionalzero] {
  color: #a50a51;
  background: #e4b5ca;
}
.community-marker[data-filter=functionalzero]:hover, .community-marker[data-filter=functionalzero].selected {
  background: #a50a51;
}
.community-marker[data-filter=reducing] {
  color: #fd8109;
  background: #fed9b5;
}
.community-marker[data-filter=reducing]:hover, .community-marker[data-filter=reducing].selected {
  background: #fd8109;
}
.community-marker[data-filter=largecity] {
  color: #86af15;
  background: #dae7b8;
}
.community-marker[data-filter=largecity]:hover, .community-marker[data-filter=largecity].selected {
  background: #86af15;
}
.community-marker.off {
  z-index: 0 !important;
  color: gray;
  opacity: 0.6;
  cursor: default;
}
.community-marker.off:hover {
  background: #DAD9DB;
}

#list-overlay {
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 4em 2em;
  background: rgba(255, 255, 255, 0.97);
  box-sizing: border-box;
  display: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
body.list-on #list-overlay {
  display: block;
}
#list-overlay .inner {
  position: relative;
  max-height: 100%;
  margin: 0 auto;
  padding: 0 2em 2em;
  box-sizing: border-box;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
#list-overlay .title {
  margin: 0 0 0.7em;
  color: #00386d;
}
#list-overlay .close {
  position: absolute;
  top: 1em;
  right: 1em;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
body.admin-bar #list-overlay .close {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #list-overlay .close {
    margin-top: 46px;
  }
}
#list-overlay .states {
  margin: 0 auto;
  max-width: 1024px;
  -moz-column-count: 3;
       column-count: 3;
  font-size: 0.8em;
  line-height: 1;
}
#list-overlay .states .state {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin: 0 0 2em;
}
#list-overlay h4 {
  margin: 0 0 0.5em;
  color: #12b5ea;
  text-transform: uppercase;
}
#list-overlay ul,
#list-overlay li {
  margin: 0;
  padding: 0;
}
#list-overlay ul li {
  margin: 0 0 0.5em 1em;
}
#list-overlay ul li a {
  font-weight: normal;
  color: inherit;
  text-decoration: none;
}
#list-overlay ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  #list-overlay .states {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (max-width: 600px) {
  #list-overlay .states {
    -moz-column-count: 1;
         column-count: 1;
  }
}

body.list-on {
  overflow: hidden;
  height: 100%;
  margin: 0;
}

#search-overlay {
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.97);
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: scroll;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
body.search-on #search-overlay {
  display: flex;
}
#search-overlay .input {
  width: 600px;
  max-width: 90%;
  padding: 10em 0 0;
  margin: 0;
}
#search-overlay .input input[type=text] {
  display: block;
  width: 100%;
  background: #eee;
}
#search-overlay .input .message {
  display: block;
  margin: 1em 0 0;
  font-size: 0.8em;
}
#search-overlay .close {
  position: absolute;
  top: 1em;
  right: 1em;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
body.admin-bar #search-overlay .close {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #search-overlay .close {
    margin-top: 46px;
  }
}
#search-overlay .results {
  width: 600px;
  max-width: 90%;
  max-height: 75vh;
  margin: 2em 0 0;
  padding: 0;
  list-style: none;
  overflow: scroll;
}
#search-overlay .results li a {
  font-weight: normal;
  color: inherit;
}
#search-overlay.searching .results {
  display: block;
}/*# sourceMappingURL=page.css.map */