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-family: 'Lato', sans-serif;
  vertical-align: baseline
}

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

body {
  line-height: 100%
}

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
}

#mywidthdiv {
  background-color: #fff;
  border: 2px solid #909295;
  bottom: 20px;
  color: #909295;
  height: auto;
  left: 20px;
  padding: 10px;
  position: fixed;
  text-align: center;
  width: auto;
  z-index: 999999;
  display: block
}

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

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none
}

/* body,
html {
  overflow-x: hidden;
  width: 100%
} */

body {
  font-size: 100%;
  font-family: 'Lato', sans-serif;
  color: #505260;
  background: #fff
}

* {
  margin: 0;
  padding: 0
}

.table-responsive-outter {
  width: 100%;
  height: auto;
  position: relative
}

.table-responsive {
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative
}

.table-responsive {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive .table {
  margin-top: 0;
  margin-bottom: 0
}

p {
  line-height: 1.7;
  margin: 0 0 20px;
  padding: 0
}

b {
  font-weight: 700
}

small {
  font-size: 70%
}

h1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  margin: 20px 0;
  padding: 0;
  text-shadow: 0 1px 0 #fff;
  color: #505260
}

@media (min-width: 768px) {
  h1 {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 125%;
  font-weight: 400;
  line-height: 100%;
  margin: 0 0 20px;
  padding: 0;
  text-shadow: 0 1px 0 #fff;
  color: #009a4f
}

h3 {
  font-size: 100%;
  font-weight: 400;
  line-height: 100%;
  margin: 0 0 20px;
  padding: 0;
  text-shadow: 0 1px 0 #fff;
  color: #009a4f
}

sup,
.sup {
  position: relative;
  bottom: 1ex;
  font-size: 80%;
}

table tr:nth-of-type(odd) {
  background: #fff
}

table tr:nth-of-type(even) {
  background: #f5f5f1
}

table th {
  background: #f5f5f1;
  color: #525353;
  font-weight: 600
}

table td,
table th {
  padding: 6px;
  border: 1px solid #d3d0ce;
  text-align: left
}

#contentstuff {
  margin-left: 20px;
  margin-right: 20px
}

#iframe_container {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  z-index: 99
}

#iframe_opener {
  position: absolute;
  height: 100%;
  width: 100%;
  border: none;
  overflow-y: auto
}

@media only screen and (max-width:768px) {
  #iframe_container {
    top: 50px
  }
}

a {
  color: #009a4f
}

img {
  border: 0;
  width: 100%;
  /* max-width: 100%; */
  height: auto
}

* {}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

*,
*:after,
*:before {}

a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}

.noborder {
  border: 0 !important;
  outline: none !important
}

.noshow {
  display: none !important
}

a.nounderlineahref,
a.nounderlineahref:link,
a.nounderlineahref:visited {
  text-decoration: none !important;
  outline: none !important;
  border: 0 !important
}

a.nounderlineahref:active,
a.nounderlineahref:hover {
  text-decoration: none !important;
  outline: none !important;
  border: 0 !important
}

.noborder {
  border: 0 !important;
  outline: none !important
}

a img {
  text-decoration: none !important;
  outline: none !important;
  border: 0 !important
}

a div {
  text-decoration: none !important;
  outline: none !important;
  border: 0 !important
}

input,
textarea {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 1rem
}

input::-ms-clear,
textarea::-ms-clear {
  display: none
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.clearfix {
  display: inline-block
}

html[xmlns] .clearfix {
  display: block
}

* html .clearfix {
  height: 1%
}

.fleft {
  float: left
}

.fright {
  float: right
}

.clear {
  clear: both;
  padding: 0;
  margin: 0
}

.flex {
  display: flex;
}

.flex-wrapper {
  display: flex;
}

.ewg-green {
  color: #009a4f;
}

.invisible {
  visibility: hidden;
}

.tac {
  text-align: center;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table
}

.clearfix:after {
  clear: both
}

#long_map_title {
  font-size: 110%;
  color: #fff;
  line-height: 150%;
  padding: 0;
  min-height: 66px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background: rgba(0, 154, 79, .85);
  position: fixed;
  z-index: 999;
  right: auto;
  left: 0;
  top: 80px;
  bottom: auto;
  opacity: 1;
  display: inline-table;
  width: 100%;
  height: auto;
  font-weight: 400;
  -o-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -khtml-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .3);
  box-shadow: 0 10px 10px rgba(0, 0, 0, .3);
  padding: 0;
  margin: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

#long_map_title.closed {
  -webkit-transform: translateY(-300px);
  -moz-transform: translateY(-300px);
  -ms-transform: translateY(-300px);
  -o-transform: translateY(-300px);
  transform: translateY(-300px);
  visibility: visible;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

#text_long_map_title {
  float: none;
  width: 100%;
  padding: 20px 70px 20px 20px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

#close_long_map_title {
  float: none;
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, .3);
  position: fixed;
  z-index: 9999;
  top: 80px;
  right: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  cursor: pointer;
  -o-border-radius: 0 0 0 .25em;
  -ms-border-radius: 0 0 0 .25em;
  -khtml-border-radius: 0 0 0 .25em;
  -moz-border-radius: 0 0 0 .25em;
  -webkit-border-radius: 0 0 0 .25em;
  border-radius: 0 0 0 .25em;
  color: #fff
}

#close_long_map_title.closed {
  float: none
}

#close_long_map_title i {
  line-height: 50px
}

#close_long_map_title i#fa-plus {
  display: none
}

#close_long_map_title i#fa-minus {
  display: inline-block
}

#close_long_map_title.closed i#fa-plus {
  display: inline-block
}

#close_long_map_title.closed i#fa-minus {
  display: none
}

#close_long_map_title:hover {
  background: rgba(0, 0, 0, .1)
}

#long_map_title strong,
#long_map_title b {
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase
}

@media only screen and (max-width:768px) {
  #long_map_title {
    top: 50px;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    font-size: 100%;
    -o-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -khtml-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0
  }

  #close_long_map_title {
    float: none;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, .3);
    position: fixed;
    z-index: 9999;
    top: 50px;
    right: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer
  }

  #close_long_map_title i {
    line-height: 40px
  }
}

::-moz-selection {
  background: #c2c2c2;
  color: #fff;
  text-shadow: none
}

::selection {
  background: #c2c2c2;
  color: #fff;
  text-shadow: none
}

input:-moz-placeholder {
  color: #c2c2c2
}

textarea:-moz-placeholder {
  color: #c2c2c2
}

input::-ms-clear {
  display: none
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none
}

#top {
  position: absolute;
  top: 0;
  left: 0
}

#gototop_arrow {
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 9999
}

header[role=banner] {
  align-items: center;
  background: #fafafa;
  box-shadow: 0 8px 14px rgba(0,0,0,.1);
  display: flex;
  height: 50px;
  justify-content: space-between;
  position: relative;
}

header[role=banner] h1 {
  display: none;
  text-align: center;
}

@media (min-width: 768px) {
  header[role=banner] h1 {
    display: block;
    text-align: center;
  }
}

header[role=banner] #cd-logo {
  display: flex;
  flex-shrink: 0;
  margin: 5px 0 0 20px;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

header[role=banner] #cd-logo img {
  display: block;
  height: 40px;
  width: auto
}

/* header[role=banner]::after {
  content: '';
  display: table;
  clear: both
} */

header[role=banner] #cd-logo a {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

@media only screen and (min-width:768px) {
  header[role=banner] {
    height: 80px
  }

  header[role=banner] #cd-logo {
    margin: 10px 0 0 40px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }

  header[role=banner] #cd-logo img {
    display: block;
    height: 60px;
    width: auto
  }

  header[role=banner] #cd-logo .waterkeeper-logo {
    height: 56px;
  }
}

.main-nav {
  margin-right: 20px;
}

@media (min-width: 1024px) {
  .main-nav {
    margin: 0 30px 0 0;
  }
}

.main-nav ul {
  display: flex;
}

.main-nav ul.is-visible {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px)
}

.main-nav a {
  outline: none
}

@media only screen and (min-width:911px) {

  .main-nav a.cd-signin,
  .main-nav a.cd-signup,
  .main-nav a.cd-donate {
    padding: .9em 1.5em !important;
    border: 0 solid rgba(255, 255, 255, .6);
    border-radius: 50em !important;
    background: #999
  }
}

@media only screen and (min-width:769px) {
  .main-nav {
    width: auto;
    height: auto;
    background: 0 0;
    cursor: auto
  }

  .main-nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 80px
  }

  .main-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }

  .main-nav li {
    display: inline-block;
  }

  .main-nav li:nth-last-child(4) {}

  .main-nav a.cd-signin,
  .main-nav a.cd-signup,
  .main-nav a.cd-donate {
    padding: .9em 1.5em !important;
    border: 0 solid rgba(255, 255, 255, .6);
    background: #999
  }

  .main-nav a.cd-donate {
    padding: .9em 1.5em !important;
    border: 0 solid rgba(255, 255, 255, .6);
    background: #999
  }
}

.main-nav a {
  display: inline-block;
  height: auto;
  line-height: 100%;
  background: 0 0
}

.main-nav a.cd-signin,
.main-nav a.cd-signup {
  padding: .5em;
  border: 0 solid rgba(255, 255, 255, .6);
  border-radius: .25em;
  background: #999
}

.main-nav a.cd-donate {
  padding: .5em;
  border: 0 solid rgba(255, 255, 255, .6);
  border-radius: .25em;
  background: #f89c1b
}

.main-nav a.cd-signup {
  background: #009a4f;
  border: 0 solid rgba(255, 255, 255, .6)
}

.main-nav a.cd-signin {
  color: #fff
}

.main-nav a.cd-donate {
  color: #fff
}

.main-nav a.cd-signup {
  color: #fff
}

.main-nav li {
  align-items: center;
  display: flex;
  margin-left: 20px;
}

@media (min-width: 768px) {
  .main-nav li {
    margin-left: 60px;
  }
}

/* .main-nav li:nth-last-child(2) {
  margin-left: .2em
} */

#wrapperty {
  margin: 100px auto;
  width: 80%;
  max-width: 800px
}

@media only screen and (max-width:909px) {

  .main-nav a.cd-donate .hide_on_mobile,
  .main-nav a.cd-signin .hide_on_mobile,
  .main-nav a.cd-signup .hide_on_mobile {
    display: none
  }
}

@media only screen and (max-width:768px) {
  #wrapperty {
    margin: 5% auto;
    width: 100%;
    max-width: none
  }

  .main-nav ul {
    line-height: 50px
  }
}

.my-legend {
  margin: 0 auto;
  padding: 5%;
  text-align: left;
}

.my-legend .legend-subtitle {
  color: #333;
  font-size: 90%;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
  padding: 0
}

.my-legend .legend-subtitle.break {
  margin-bottom: 5%
}

.my-legend .legend-title {
  color: #009a4f;
  font-size: 140%;
  font-weight: 700;
  line-height: 100%;
  margin: 0 auto 5%;
  padding: 0;
}

.report-title {
  color: #009a4f;
  font-size: 140%;
  font-weight: 700;
  line-height: 100%;
  margin: 0 auto;
  padding: 5%;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  background: #f1f1f1
}

.report-title a {
  color: #009a4f
}

.report-title span {
  color: #999
}

.my-legend .legend-scale ul.legend-labels {
  margin: 0;
  margin-bottom: 5%;
  padding: 0;
  float: center;
  list-style: none
}

.my-legend .legend-scale ul.legend-labels li {
  color: #333;
  font-size: 100%;
  font-weight: 700;
  line-height: 100%;
  list-style: outside none none;
  margin-bottom: 5%;
  margin-left: 0
}

.my-legend .legend-scale ul.legend-labels li span {
  display: block;
  float: left;
  height: 16px;
  width: 30px;
  margin-right: 5px;
  border: 1px solid #999
}

.my-legend .legend-source {
  clear: both;
  color: #999;
  font-size: 70%;
  margin: 0 auto 5%;
  padding: 0
}

.my-legend .legend-source a {
  color: #009a4f
}

.my-legend a.btn {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #009b4e;
  color: #009b4e;
  display: block;
  margin: 0;
  padding: 2.5% 3%;
  text-decoration: none;
  font-size: 100%;
  line-height: 150%;
  font-weight: 700;
  margin: 0 0 5%;
  width: 45%;
  float: left
}

.my-legend a.btn:nth-of-type(2) {
  margin-left: 5%
}

.my-legend a.btn:nth-of-type(4) {
  margin-left: 5%
}

.my-legend a.btn:nth-of-type(6) {
  margin-left: 5%
}

.my-legend a.btn:hover {
  background: #009b4e;
  color: #fff
}

.my-legend a.btn.current {
  background: #009b4e;
  color: #fff
}

#map {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  z-index: 99;
  background: #ddd
}

@media (min-width: 768px) {
  #map {
    top: 80px;
  }
}

.map-tooltip {
  max-height: 450px;
  max-width: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px
}

.map-legends.wax-legends.leaflet-control {
  display: none !important
}

.map-tooltip-content h5 {
  font-size: 100%
}

.map-tooltip-content h5 big {
  color: #009a4f
}

.map-tooltip-content p {
  font-size: 100%
}

.map-tooltip-content a {
  color: #009a4f
}

.map-tooltip-content a:hover {
  color: #999
}

@media only screen and (max-width:768px) {
  .map-tooltip {
    max-height: 270px;
    max-width: 220px
  }
}

@media only screen and (max-width:768px) {
  .my-legend a.btn {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #009b4e;
    color: #009b4e;
    display: block;
    margin: 0;
    padding: 2.5% 3%;
    text-decoration: none;
    font-size: 100%;
    line-height: 150%;
    font-weight: 700;
    margin: 5% auto;
    width: 100%;
    float: none;
    display: block
  }

  .my-legend a.btn:nth-of-type(1) {
    margin: 5% auto
  }

  .my-legend a.btn:nth-of-type(2) {
    margin: 5% auto
  }

  .my-legend a.btn:nth-of-type(3) {
    margin: 5% auto
  }

  .my-legend a.btn:nth-of-type(4) {
    margin: 5% auto
  }

  .my-legend a.btn:nth-of-type(6) {
    margin: 5% auto
  }
}

#zoom_message {
  font-size: 90%;
  color: #fff;
  line-height: 110%;
  padding: 1em 2em;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background: #009a4f;
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  left: auto;
  top: auto;
  opacity: 1;
  display: inline-table;
  width: auto;
  height: auto
}

@media only screen and (max-width:768px) {
  #zoom_message {
    bottom: 20px;
    top: auto;
    text-align: center;
    width: 70%;
    left: 15%;
    right: 15%
  }
}

.nav-share {
  width: 32px;
}

.other-maps {
  cursor: pointer;
  max-width: initial;
  width: 32px;
}

.other-maps-close {
  cursor: pointer;
  max-width: initial;
  width: 32px;
}

.findings-bullet {
  align-items: center;
  border: 3px solid #009a4f;
  border-radius: 50%;
  color: #009a4f;
  display: flex;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  height: 24px;
  justify-content: center;
  line-height: 1;
  margin: 0 10px 0 0;
  width: 24px;
}

.key-findings,
.details {
  width: 100%;
}

@media (min-width: 768px) {
  .key-findings,
.details {
  width: 50%;
}
}

.key-findings {
  margin: 0 0 30px;
  padding: 0 40px 0 0;
}

.key-findings li {
  display: flex;
  margin: 0 0 20px;
}

.related-work {
  background-color: #fff;
  display: none;
  padding: 0 40px 20px;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 100;
}

@media (min-width: 768px) {
  .related-work {
    top: 80px;
  }
}

.related-work li {
  font-size: 20px;
}

.related-work a {
  border-bottom: 1px solid #505260;
  color: #505260;
  display: block;
  line-height: 1.2;
  text-decoration: none;
  margin: 14px 0 0;
  padding: 0 0 14px;
}

.related-work li:last-child a {
  border-bottom: none;
}

.related-work a:hover {
  color: #009a4f;
  border-bottom: 1px solid #009a4f;
}

.related-work-header {
  border-bottom: 1px solid #505260;
  color: #505260;
  margin: 24px 0 36px;
  padding: 0 0 14px;
}

.popup-hr {
  margin: 30px 0;
}

.menu-item {
  align-items: center;
  margin: 0 0 20px;
}



.mapboxgl-control-container {
  position: absolute;
  top: 100px;
      right: 10px;
      }
  .mapboxgl-ctrl-attrib {
    display: none;
      }
      
  #menu {
      font-weight: bold;
      left: 20px;
      position: absolute;
      top: 20px;
      z-index: 1;
  }

  @media (min-width: 480px) {
    #menu {
      left: 60px;
      top: 60px;
    }
  }

  .menu-btn {
      align-items: center;
      border-radius: 50%;
      box-shadow: 0px 1px 12px #fff;
      color: #565656;
      cursor: pointer;
      display: flex;
      flex-shrink: 0;
      font-size: 14px;
      height: 36px;
      justify-content: center;
      margin: 0 10px 0 0;
      text-align: center;
      text-decoration: none;
      width: 36px;
  }

  @media (min-width: 768px) {
    #menu .menu-btn {
      font-size: 18px;
      height: 50px;
      width: 50px;
    }
  }

  #menu span {
    font-size: 18px;
    color: #343332;
    max-width: 180px;
    text-shadow: 0px 1px 4px #fff;
  }

  @media (min-width: 768px) {
    #menu span {
      max-width: initial;
    }
  }

  #menu .bacteria-nitrate {
    background-color: #A89CA8;
    color: #FFFFFF;
  }

  #menu .bacteria-nitrate:last-child {
      border: none;
  }

  #menu .bacteria-nitrate:hover {
      background-color: #9c8e9c;
  }

  #menu .bacteria-nitrate.active {
      background-color: #691f74;
      color: #fff;
  }

  #menu .bacteria-nitrate.active:hover {
      background: #571a60;
  }
  
  #menu .bacteria {
    background-color: #A89CA8;
    color: #FFFFFF;
  }

  #menu .bacteria:last-child {
      border: none;
  }

  #menu .bacteria:hover {
      background-color: #9c8e9c;
  }


  #menu .bacteria.active {
      background-color: #007298;
      color: #FFFFFF;
  }

  #menu .bacteria.active:hover {
      background: #005f7e;
  }

  #menu .nitrate {
    background-color: #A89CA8;
    color: #FFFFFF;
  }

  #menu .nitrate:last-child {
      border: none;
  }

  #menu .nitrate:hover {
      background-color: #9c8e9c;
  }

  #menu .nitrate.active {
      background-color: #EB0045;
      color: #FFFFFF;
  }

  #menu .nitrate.active:hover {
      background: #d1003e;
  }
  
  .bacteria-nitrate-legend {
    background: #691f74;
  }

  .bacteria-legend {
    background: #007298;
  }

  .nitrate-legend {
    background: #EB0045;
  }

  .credit_message {
      font-size: 90%;
      color: #fff;
      line-height: 110%;
      padding: 1em 2em;
      -o-border-radius: 4px;
      -ms-border-radius: 4px;
      -khtml-border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: all .5s ease-in-out;
      -moz-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
      background: #009a4f;
      position: fixed;
      z-index: 999;
      right: 20px;
      bottom: 70px;
      left: auto;
      top: auto;
      opacity: 1;
      display: inline-table;
      width: auto;
      height: auto;
  }

  @media only screen and (max-width: 768px) {
      .credit_message {
          bottom: 94px;
          font-size: 60%;
          left: 15%;
          right: 15%;
          text-align: center;
          top: auto;
          width: 70%;
      }
  }

  .credit_message a {
      color: #fff;
      text-decoration: underline;
  }

  .waterkeeper-logo {
    height: 40px;
  }

  .btn-search {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    transform: scale(0);
    transition: all .4s ease-in-out;
    width: 50px;
    z-index: 100;
  }

  @media (min-width: 768px) {
    .btn-search {
      right: 70px;
      top: 45px;
    }
  }

  .btn-report {
    width: 50px;
  }

  .popup-footer {
    display: flex;
    justify-content: flex-end;
  }

  .popup-footer-btn-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .popup-footer-btn-wrapper a {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }

  .mapboxgl-ctrl-top-right {
    transform: scale(0);
    transition: all .4s ease-in-out;
  }

  .search-bar-transition {
    transform: scale(1);
    transition: all .4s ease-in-out;
  }

  .map-key {
    margin: 20px 0;
  }

  .legend-header {
    margin: 0;
  }

  .key-items-wrapper {
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .key-item {
    align-items: center;
    display: flex;
    margin: 10px 10px 10px 0;
  }


  /****************/
  /* LANDING PAGE */
  /****************/

  .main-wrapper {
    margin: 40px auto;
  }

  @media (min-width: 768px){
    .main-wrapper {
      margin: 40px auto;
    }
  }

  .content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .content h2 {
    font-size: 30px;
  }

  .content h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 20px;
  }

  .header-img {
    margin: 0 auto 40px;
  }

  .header-img img {
    width: 100%;
  }

  .content-img {
    display: block;
    margin: 0 auto 60px;
    max-width: 800px;
  }

  .hide-md-flex {
    display: flex;
  }

  @media (min-width: 768px) {
    .hide-md-flex {
        display: none;
    }
  }

  .show-md {
    display: none;
  }

  @media (min-width: 768px) {
    .show-md {
        display: block;
    }
  }

  .source {
    font-size: 14px;
    font-style: italic;
  }

  .more-about-map-wrapper {
    flex-direction: column;
    margin: 0 0 40px;
  }

  @media (min-width: 768px) {
    .more-about-map-wrapper {
      flex-direction: row;
    }
  }

  h4.more-header {
    margin: 0 0 40px;
  }

  .main-wrapper li {
    line-height: 1.7;
    margin: 0 0 20px;
    padding: 0 40px 0 0;
  }

  .more-about-map-wrapper li {
    display: flex;
    line-height: 1.7;
    margin: 0 0 20px;
    padding: 0 40px 0 0;
  }

  .more-about-list {
    max-width: 100%;
  }

  @media (min-width: 768px) {
    .more-about-list {
      flex-shrink: 0;
      max-width: 404px;
    }
  }

  .btn-explore-map-link {
    display: block;
    margin: 0 auto;
    width: 260px;
  }

  .btn-explore-map {
    align-items: center;
    background-color: #009a4f;
    border-radius: 30px;
    color: #fff;
    justify-content: space-around;
    margin: 0 auto -30px;
    padding: 20px 10px;
    position: relative;
    width: 260px;
  }

  .btn-explore-map span {
    font-size: 18px;
    font-weight: 700;
  }

  .btn-explore-map img {
    width: 12px;
  }

  .map-preview {
    display: block;
    margin: 0 auto 80px;
    max-width: 1200px;
  }

  .grid-chart li {
    list-style: disc;
    margin: 0 0 20px 20px;
  }

  .grid-chart li>ul {
    margin: 20px 0 0 20px;
  }

  .grid-chart li>ul>li {
    list-style: circle;
  }

  .item1 {
    margin: 0 0 40px;
  }

  .normal-list {
    margin: 0 0 60px 20px;
  }

  .normal-list li {
    list-style: disc;
  }

  /* FOOTER ON LANDING PAGE */

  .header-logo-img {
    margin-right: 8px;
    width: 31px;
  }

  footer {
    width: 100%;
    background-size: cover;
    font-family: "Lato", sans-serif;
  }
  footer a:link {
    color: #FFFFFF;
    text-decoration: none;
  }
  footer a:visited {
    color: #FFFFFF;
  }
  
  .footer-mobile {
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    text-align: center;
  }
  .footer-mobile p {
    font-size: 12px;
  }
  
  .footer-mobile-links {
    width: 84%;
    margin-bottom: 30px;
    line-height: 1.4;
    font-weight: 300;
    letter-spacing: 0.15em;
  }
  
  .footer-mobile-copyright {
    font-weight: 100;
    width: 84%;
    letter-spacing: 0.11em;
  }
  
  .contact-social {
    background-color: #009a4f;
    color: #fff;
    display: flex;
    padding: 0 0 20px;
  }
  
  .contact {
    width: 70%;
  }
  .contact ul {
    list-style: none;
    padding-left: 40px;
    padding-bottom: 35px;
    font-weight: 300;
  }
  .contact li {
    margin-bottom: 8px;
    font-weight: 300;
    font-size: 90%;
  }
  .contact span {
    font-weight: 400;
  }
  .contact p {
    padding-left: 40px;
    font-size: 0.7em;
    color: #FFFFFF;
    margin-bottom: 0;
    margin-left: 0px;
    font-weight: 300;
  }
  .contact a:link {
    color: #FFFFFF;
  }
  .contact a:visited {
    color: #FFFFFF;
  }
  
  .contact-logo {
    width: 280px;
    margin-top: 30px;
    margin-left: 30px;
    margin-bottom: 50px;
  }
  
  .footer-ewg-logo {
    width: 200px;
    margin-top: 24px;
    margin-bottom: 30px;
  }
  
  .social {
    width: 30%;
  }
  .social span {
    display: block;
    margin: 30px 0;
  }
  .social img:first-child {
    margin: 0 15px 0 5px;
  }
  .social ul {
    margin-left: 12px;
  }
  .social li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    font-weight: 300;
  }
  .social i {
    margin-right: 10px;
  }
  .social a {
    display: flex;
    align-items: center;
  }
  .social a:link {
    color: #FFFFFF;
    text-decoration: none;
  }
  .social a:visited {
    color: #FFFFFF;
  }





  /* USED TO BE IN TEMPLATE PAGE */

  .email-signup-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10000;
    top: 0;
    opacity: .6;
  }

  .email-signup-popup {
    position: absolute;
    background-color: #009A4F;
    color: #FFF;
    width: 34%;
    min-width: 600px;
    z-index: 10001;
    top: 34%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .email-signup-popup h1 {
    color: #FFF;
    text-align: center;
    padding: 0 30px;
  }

  .email-signup-popup p {
    color: #FFF;
    text-align: center;
    line-height: 140%;
    padding: 0 10px;
    font-size: 0.8em;
    margin-bottom: 30px;
  }

  #email-signup-wrapper {
    display: none;
  }

  #email-signup-form input {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  #email-signup-form input[type=submit] {
    background-color: #009A4F;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 1.8em;
    /*width: 180px;*/
    padding: 10px;
    border-radius: 25px;
    margin: 20px auto;
    cursor: pointer;
  }

  #close-email-signup-form {
    color: #FFF;
    float: right;
    text-decoration: underline;
    cursor: pointer;
    font-size: 0.9em;
    margin-right: 20px;
    margin-top: -30px;
  }

  /* .slide-info {
    position: absolute;
    width: 700px;
    background-color: #fff;
    z-index: 100;
    bottom: 0;
    top: 80px;
  } */

  .mapboxgl-popup-content {
    padding: 0;
  }

  .popup {
    /* position: absolute;
    width: 700px;
    background-color: #fff;
    z-index: 100;
    bottom: 0;
    top: 80px; */
    padding: 20px;
  }

  @media (min-width: 768px) {
    .popup {
      padding: 40px 100px 0 ;
    }
  }

  .popup h4 {
    font-size: 30px;
    letter-spacing: .03em;
    margin: 0 0 20px;
  }

  .popup h5 {
    font-size: 18px;
    margin: 0 0 20px;
  }

  .popup p, li {
    font-size: 16px;
  }

  .popup .flex-wrapper {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
  }

  @media (min-width: 768px) {
    .popup .flex-wrapper {
      flex-direction: row;
    }
  }

  .mapboxgl-popup-tip {
    display: none;
  }

  .mapboxgl-popup {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
    transform: none !important;
    max-width: 920px;
    z-index: 110;
  }

  .mapboxgl-popup-content {
    height: 100%;
    overflow: auto;
  }

  .btn-map-info {
    align-items: center;
    background-color: #009A4F;
    border-radius: 50%;
    bottom: 20px;
    color: #fff;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    height: 36px;
    justify-content: center;
    left: 20px;
    position: absolute;
    width: 36px;
    z-index: 100;
  }

  @media (min-width: 768px) {
    .btn-map-info {
      bottom: 60px;
      font-size: 15px;
      height: 50px;
      left: 60px;
      width: 50px;
    }
  }

  .btn-map-info:hover {
    background-color: #008042;
  }

  .btn-map-info a {
    color: #fff;
  }

  .mfp-content {
    position: initial;
  }

  .white-popup-block4 {
    background-color: #fff;
    bottom: 0;
    box-shadow: none;
    color: #505260;
    left: 0;
    margin: 0;
    max-width: 920px;
    overflow: auto;
    padding: 20px;
    position: absolute;
    top: 50px;
    width: 100%;
  }

  @media (min-width: 768px) {
    .white-popup-block4 {
      padding: 40px 100px 0;
      top: 80px;
      width: 95%;
    }
  }

  .white-popup-block4 h1 {
    color: #505260;
    text-transform: none;
  }

  .white-popup-block4 h2 {
    color: #505260;
    line-height: 1.3;
    padding: 15px 20px;
    text-transform: none;
  }

  .white-popup-block4 p {
    padding: 0 20px;
    margin: 0 0 10px;
  }

  .white-popup-block4 ul {
    margin: 0 0 20px;
  }

  .white-popup-block4 li {
    line-height: 1.2;
    list-style: disc;
    padding: 0;
    margin: 0 0 10px 40px;
  }
  
  .white-popup-block4 .mfp-close {
    background: none;
    cursor: pointer;
    height: auto;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
  }

  @media (min-width: 768px) {
    .white-popup-block4 .mfp-close {
      right: 40px;
      top: 40px;
      width: 50px;
    }
  }

  .white-popup-block3 {
    background: 0 0;
    background-color: #fff;
    color: #333;
    margin: 0;
    width: 95%;
    max-width: 350px;
    padding: 10px 10px 10px;
    position: absolute;
    text-align: left;
    top: 50px;
    right: 0;
    border: 0 solid rgba(255,255,255,.5);
    -o-box-shadow: 0 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }

  @media (min-width: 768px) {
    .white-popup-block3 {
      top: 80px;
    }
  }

  .white-popup-block3 .mfp-close {
    color: #fff!important;
    display: none;
    opacity: 1!important;
    font-size: 55px;
    line-height: 55px;
    height: 50px;
    top: -18px;
    right: -166px;
  }

  .my-mfp-zoom-in.mfp-ready.mfp-bg {
    display: none;
  }

  .mapboxgl-popup-close-button {
    top: 10px;
    right: 10px;
    width: 24px;
  }

  @media (min-width: 768px) {
    .mapboxgl-popup-close-button {
      top: 40px;
      right: 40px;
      width: 50px;
    }
  }

  .mapboxgl-popup-close-button:hover {
    background-color: transparent;
  }

  .mapboxgl-popup-close-button.z10 {
    position: absolute;
    z-index: 10;
  }

  .mapboxgl-control-container {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 100%;
  }

  @media (min-width: 768px) {
    .mapboxgl-control-container {
      top: 40px;
      right: 60px;
    }
  }

  a.mapboxgl-ctrl-logo {
    display: none;
  }

  .mapboxgl-ctrl-bottom-left {
    bottom: 20px;
    left: auto;
    right: 0;
  }

  @media (min-width: 768px) {
    .mapboxgl-ctrl-bottom-left {
      bottom: 90px;
      left: auto;
      right: 10px;
    }
  }


  @media screen and (max-width: 480px) {
    .email-signup-popup {
      width: 300px;
      min-width: initial;
      top: 46%;
    }

    .email-signup-popup h1 {
        padding: 0 10px;
    }

    #close-email-signup-form {
      padding-bottom: 10px;
      margin-top: 0;
    }
  }

  /* For collapsable blocks */
.collapsable-header {
  align-items: center;
  background-color: #FBB040;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 22px 0;
}

.collapsable-header h2 {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin: 0 20px 0 24px;
  text-transform: none;
}

  @media (min-width: 600px) {
    .collapsable-header h2 {
      font-size: 34px;
    }
  }

  .collapsable-header .plus {
    height: 30px;
    margin-bottom: 0;
    margin-right: 20px;
    width: 30px;
  }
  
  .collapsable-header .minus {
    display: none;
    margin-bottom: 0;
    margin-right: 20px;
    width: 30px;
  }

.collapsable-block-content {
  display: none;
  margin-top: 22px;
  padding: 0 20px;
  word-break: break-word;
}


.collapsable-block-content h3 {
  color: #505260;
  font-size: 30px;
}

.collapsable-block-content ul {
  padding: 0 20px;
}