a[class*="btn-cluster"] {
  --a: 0.3;
  background-color: rgba(var(--r), var(--g), var(--b), var(--a)) !important;
}

a[class*="btn-cluster"]:hover {
  --a: 0.6;
}

/* cyan */
.btn-cluster-1 {
  --r: 16;
  --g: 220;
  --b: 218;
}

/* magenta */
.btn-cluster-2 {
  --r: 220;
  --g: 29;
  --b: 191;
}

/* blue */
.btn-cluster-3 {
  --r: 14;
  --g: 10;
  --b: 214;
}

/* yellow */
.btn-cluster-4 {
  --r: 220;
  --g: 220;
  --b: 15;
}

/* purple */
.btn-cluster-5 {
  --r: 107;
  --g: 35;
  --b: 214;
}

/* green */
.btn-cluster-6 {
  --r: 0;
  --g: 174;
  --b: 19;
}

.wagtail-richtext img {
  max-width: 100%;
  height: auto;
}

.responsive-object {
  position: relative;
}

.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.leaflet-container {
  height: 100%;
  width: 100%;
}

.small-multiple-map-viewer {
  height: 300px;
}

.map-viewer {
  height: 550px;
}

div[id*="overview-map"] > .map-viewer {
  height: 450px;
}

.tooltip-container {
  padding: 5px;
  max-width: 250px;
  width: max-content;
  white-space: normal;
  font-family: "Work Sans", "Helvetica Neue", sans-serif;
}

.tooltip-container p {
  margin: 0px;
  color: #000;
}

.legend-container {
  border: 1px #333;
  background-color: #fff;
  border-radius: 5px;
  opacity: 0.9;
  max-width: 375px;
}

h4,
h5,
h6,
p.h4,
p.h5,
p.h6 {
  line-height: unset;
}

.logo-img {
  max-width: 180px;
}

.legend-container,
.legend-entry {
  font-size: 0.75rem;
}

.legend-title,
.legend-label {
  text-align: center;
}

.legend-label {
  font-size: 0.6rem;
  text-transform: uppercase;
}

.bubble-wrapper {
  border: 1px solid;
}

label.heading {
  font-size: 0.75rem;
  font-weight: normal;
  text-transform: uppercase;
}

.main-idea {
  background-color: #e5e5e5;
  font-size: 150%;
  min-height: 50vh;
}

.main-idea * {
  line-height: unset;
}

body {
  font-size: 20px;
}

strong,
b {
  font-weight: 500;
}

.banner-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/static/images/home_cover.jpg");
}

.banner-text-container h1,
.banner-text-container h2,
.banner-text-container h3,
.banner-text-container h4,
.banner-text-container p {
  color: white;
  text-shadow: 1px 1px black;
  padding-left: 10px;
}

.stream-field-block img {
  max-height: 75vh;
  width: auto;
  display: block;
  margin: auto;
  padding-bottom: 25px;
}

img.cluster-icon {
  max-height: 75px;
}

h1,
h2 {
  line-height: unset;
}

h1,
h2 {
  margin-bottom: 3vh;
}

.h6 > small {
  color: #787e8d;
}
