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: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
:root {
  --grid-gutter: 20px;
  --page-gutter: 40px;
}
@media (min-width: 721px) {
  .mq-md-down-only {
    display: none!important;
  }
}
@media (max-width: 720px) {
  .mq-lg-up-only {
    display: none!important;
  }
}
@font-face {
  font-family: 'Union';
  src: 'url(assets/fonts/union_regular.otf)';
}
[data-debug-layout="true"]:after {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  padding: 0.5em;
  font-size: 16px;
  z-index: 100;
}
@media (min-width: 1801px) {
  [data-debug-layout="true"]:after {
    content: 'xl: 1801px +';
    color: #00c8a9;
  }
}
@media (min-width: 721px) and (max-width: 1800px) {
  [data-debug-layout="true"]:after {
    content: 'lg: 721px - 1800px';
    color: #00b0b8;
  }
}
@media (min-width: 481px) and (max-width: 720px) {
  [data-debug-layout="true"]:after {
    content: 'md: 481px - 720px';
    color: #0098c7;
  }
}
@media (max-width: 480px) {
  [data-debug-layout="true"]:after {
    content: 'sm: 0 - 480px';
    color: #0080d6;
  }
}
@media (max-width: 320px) {
  [data-debug-layout="true"]:after {
    content: 'xs: 0 - 320px';
    color: #0068e5;
  }
}
[data-debug-outline="true"] > * {
  outline: 1px solid hsla(0, 100%, 45%, 0.333);
}
[data-debug-outline="true"] > * > * {
  outline: 1px solid hsla(30, 100%, 45%, 0.333);
}
[data-debug-outline="true"] > * > * > * {
  outline: 1px solid hsla(60, 100%, 45%, 0.333);
}
[data-debug-outline="true"] > * > * > * > * {
  outline: 1px solid hsla(90, 100%, 45%, 0.333);
}
[data-debug-outline="true"] > * > * > * > * > * {
  outline: 1px solid hsla(120, 100%, 45%, 0.333);
}
[data-debug-outline="true"] > * > * > * > * > * > * {
  outline: 1px solid hsla(150, 100%, 45%, 0.333);
}
[data-debug-outline="true"] > * > * > * > * > * > * > * {
  outline: 1px solid hsla(180, 100%, 45%, 0.333);
}
[data-debug-outline="true"] > * > * > * > * > * > * > * > * {
  outline: 1px solid hsla(210, 100%, 45%, 0.333);
}
[data-debug-outline="true"] > * > * > * > * > * > * > * > * > * {
  outline: 1px solid hsla(240, 100%, 45%, 0.333);
}
[data-debug-outline="true"] > * > * > * > * > * > * > * > * > * > * {
  outline: 1px solid hsla(270, 100%, 45%, 0.333);
}
[data-debug-baseline="true"] {
  background: linear-gradient(to bottom, #e10000, #e10000 1px, transparent 1px, transparent);
  background-size: 100% 1.3rem;
}
[data-debug-layout="true"]:before {
  content: '';
  position: fixed;
  width: auto;
  margin: 0 auto;
  top: 0;
  left: 20px;
  right: calc( 20px  -  20px );
  bottom: 0;
  z-index: 1;
  opacity: 0.15;
  background-size: 8.33333333% auto;
  background-image: linear-gradient(to right, currentColor calc(100% -  20px ), transparent 1px);
  pointer-events: none;
  mix-blend-mode: multiply;
}
@media (min-width: 1801px) {
  [data-debug-layout="true"]:before {
    color: #00c8a9;
  }
}
@media (min-width: 721px) and (max-width: 1800px) {
  [data-debug-layout="true"]:before {
    color: #00b0b8;
  }
}
@media (min-width: 481px) and (max-width: 720px) {
  [data-debug-layout="true"]:before {
    color: #0098c7;
  }
}
@media (max-width: 480px) {
  [data-debug-layout="true"]:before {
    color: #0080d6;
  }
}
@media (max-width: 320px) {
  [data-debug-layout="true"]:before {
    color: #0068e5;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
figure {
  margin: 0;
  padding: 0;
}
img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}
button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: left;
}
:focus {
  outline: none;
}
html {
  background: #fff;
}
body {
  background-color: #ffffff;
  color: #000000;
}
body[data-template="map"] {
  background-color: #ddd;
}
#map {
  width: calc(100% - 360px);
  height: 100%;
  position: fixed;
  top: 0;
  left: 360px;
  bottom: 0;
}
@media (max-width: 720px) {
  #map {
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    height: 66vh;
  }
}
.mapboxgl-ctrl-attrib,
.mapboxgl-ctrl-logo {
  display: none!important;
}
.mapboxgl-ctrl-geocoder {
  box-shadow: none!important;
  border: 1px solid;
}
.mapboxgl-ctrl-geocoder--icon-search {
  display: none!important;
}
.mapboxgl-ctrl-geocoder--input {
  padding: 6px 10px!important;
}
aside {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 360px;
  background: white;
  overflow-y: scroll;
  height: 100vh;
}
@media (max-width: 720px) {
  aside {
    width: 100%;
    left: 0;
    top: 66vh;
    bottom: 0;
    right: 0;
    height: 34vh;
  }
}
aside code {
  position: fixed;
  left: 0;
  /* right: 0; */
  background: white;
  bottom: 0;
  padding: 0.5rem 1rem;
  width: 360px;
  display: block;
  /* color: red; */
  z-index: 100;
}
@media (max-width: 720px) {
  aside code {
    display: none;
  }
}
aside img {
  margin-bottom: 1rem;
}
aside p {
  margin-bottom: 1rem;
}
#map > * {
  cursor: crosshair;
}
.map-title {
  padding: 0 1rem;
}
.is-hovered-on-map {
  background: #eee;
}
.marker[href*="lemon"] {
  background: #ffff53 !important;
}
.marker[href*="passionfruit"] {
  background: #e8c8ff !important;
}
.marker[href*="feijoa"] {
  background: #aed99a !important;
}
.marker[href*="lime"] {
  background: #9df39d !important;
}
.marker[href*="rosemary"] {
  background: #a0cda0 !important;
}
.marker[href*="olive"] {
  background: #cfdfcf !important;
}
.marker[href*="macadamia"] {
  background: #f7f3e1 !important;
}
.marker[href*="eucalyptus"] {
  background: #b4d9c9 !important;
}
.marker[href*="persimmon"] {
  background: #ffb179 !important;
}
.marker[href*="grapefruit"] {
  background: #ffdb79 !important;
}
.marker[href*="parsley"] {
  background: #b4d9c9 !important;
}
.marker[href*="orchard"] {
  background: #fec2ff !important;
}
.marker[href*="lemon"],
.marker[href*="passionfruit"],
.marker[href*="feijoa"],
.marker[href*="lime"],
.marker[href*="rosemary"],
.marker[href*="olive"],
.marker[href*="macadamia"],
.marker[href*="eucalyptus"],
.marker[href*="persimmon"],
.marker[href*="grapefruit"] {
  border: 1px solid!important;
}
.marker[href*="lemon"]::after,
.marker[href*="passionfruit"]::after,
.marker[href*="feijoa"]::after,
.marker[href*="lime"]::after,
.marker[href*="rosemary"]::after,
.marker[href*="olive"]::after,
.marker[href*="macadamia"]::after,
.marker[href*="eucalyptus"]::after,
.marker[href*="persimmon"]::after,
.marker[href*="grapefruit"]::after {
  border: 1px solid!important;
}
.marker[href*="lemon"] ~ .marker,
.marker[href*="passionfruit"] ~ .marker,
.marker[href*="feijoa"] ~ .marker,
.marker[href*="lime"] ~ .marker,
.marker[href*="rosemary"] ~ .marker,
.marker[href*="olive"] ~ .marker,
.marker[href*="macadamia"] ~ .marker,
.marker[href*="eucalyptus"] ~ .marker,
.marker[href*="persimmon"] ~ .marker,
.marker[href*="grapefruit"] ~ .marker {
  border: 1px solid!important;
}
.marker[href*="lemon"] ~ .marker::after,
.marker[href*="passionfruit"] ~ .marker::after,
.marker[href*="feijoa"] ~ .marker::after,
.marker[href*="lime"] ~ .marker::after,
.marker[href*="rosemary"] ~ .marker::after,
.marker[href*="olive"] ~ .marker::after,
.marker[href*="macadamia"] ~ .marker::after,
.marker[href*="eucalyptus"] ~ .marker::after,
.marker[href*="persimmon"] ~ .marker::after,
.marker[href*="grapefruit"] ~ .marker::after {
  border: 1px solid!important;
}
html {
  font-size: 16px;
}
body,
input,
textarea,
button {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0;
  word-spacing: 0;
}
body .mapboxgl-map,
input .mapboxgl-map,
textarea .mapboxgl-map,
button .mapboxgl-map {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
.text p {
  margin: 0 0 1.3rem;
}
.text-large {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
  word-spacing: 0;
}
aside {
  padding: 1rem 0;
}
code {
  font-family: monospace;
}
.marker {
  line-height: 1.4rem;
  width: 1.5rem;
  height: 1.5rem;
  background: white;
  border: none;
  box-shadow: none!important;
  text-align: center;
  border-radius: 50%;
  position: relative;
}
.marker::after {
  content: attr(title);
  display: block;
  line-height: 1.4rem;
  background: white;
  border-radius: 1rem;
  white-space: nowrap;
  padding: 0 0.5rem;
  position: absolute;
  left: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  z-index: 10000;
}
.marker:hover,
.marker.is-hovered-on-list {
  background-color: #ffff64 !important;
  box-shadow: none!important;
  z-index: 10000;
}
.marker:hover::after,
.marker.is-hovered-on-list::after {
  opacity: 1;
  background-color: #ffff64;
}
.marker.place {
  width: 1rem;
  height: 1rem;
  background: red;
}
.list-item {
  padding: 0 1rem;
}
.list-item:hover {
  background: #eee;
}
.list-item:webkit-details-marker {
  display: none;
}
.list-item summary {
  display: block;
  cursor: pointer;
}
.list-item summary::-webkit-details-marker {
  display: none;
}
.list-item .dropdown {
  display: none;
}
.list-item[open] {
  padding: 0rem 1rem 1rem;
}
.list-item[open] .dropdown {
  display: block;
}
.list-item[open] summary {
  margin-bottom: 1rem;
}
.list-item[open] p:last-child {
  margin-bottom: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
.circle {
  padding: 0 0.5em;
}
a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
a:hover {
  border-bottom: 1px solid;
}
code {
  font-family: ui-monospace, monospace;
  font-variation-settings: 'wght' 440, 'wdth' 100, 'opsz' 100, 'slnt' 0;
  font-size: 0.9rem;
}
inner {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}
inner {
  width: 100%;
  padding-left: 20px;
  padding-right: calc( 20px  -  20px );
}
inner:before,
inner:after {
  display: table;
  content: "";
}
inner:after {
  clear: both;
}
