* {
  box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  min-height: 100dvh;
}

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

b,
strong {
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

ul,
ol {
  list-style: none;
}

li {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
  overflow: hidden;
}

html,
body {
  font-size: 16px;
  font-family: "Libre Franklin", serif;
  color: #202020;
}

button,
input,
select {
  font-size: 16px;
  font-family: "Libre Franklin", serif;
}

img,
iframe {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

svg {
  fill: currentColor;
}

p {
  margin-bottom: 1em;
  line-height: 145%;
}

h1 {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

h2 {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

@media (min-width: 701px) {
  p {
    font-size: 1.15rem;
  }
}
header.site-header .inner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media (max-width: 1180px) {
  header.site-header .inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
header.site-header .upper-stripe {
  background: #ddecf8;
}
header.site-header .upper-stripe .inner {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
header.site-header .back-button {
  display: inline-flex;
  border-radius: 8px;
  padding: 1px;
  background: linear-gradient(83deg, #0033cc, #6fc7b4);
  text-decoration: none;
  font-size: 0.875rem;
  color: #202020;
  font-weight: 700;
  box-shadow: 2px 2px 6px 0px rgba(55, 74, 129, 0.15);
}
header.site-header .back-button .button-content {
  border-radius: 8px;
  background: #fff;
  display: flex;
  gap: 10px;
  padding: 12px;
}
header.site-header .back-button .button-content svg {
  transform: translateY(12%);
}
header.site-header .back-button:hover .button-content, header.site-header .back-button:focus-visible .button-content {
  background-color: #0033cc;
  color: #fff;
}
header.site-header .title-stripe {
  background: linear-gradient(90.92deg, #018ed5 0.24%, #0033cc 100%);
  color: #fff;
  position: relative;
}
header.site-header .title-stripe h1 {
  font-size: clamp(1.75rem, 2.75vw, 2.25rem);
}
header.site-header .title-stripe .curves {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
}
header.site-header .title-stripe hgroup {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
@media (min-width: 701px) {
  header.site-header .title-stripe {
    padding-top: 50px;
    padding-bottom: 90px;
  }
}
@media (max-width: 700px) {
  header.site-header .upper-stripe .inner {
    flex-direction: column;
    gap: 1rem;
  }
  header.site-header .upper-stripe .business-logo-holder {
    order: 1;
  }
  header.site-header .upper-stripe .business-logo-holder img {
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
  }
  header.site-header .upper-stripe .back-button-holder {
    order: 2;
    text-align: center;
  }
  header.site-header .title-stripe {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  header.site-header .title-stripe hgroup {
    text-align: left;
  }
}

.topnav {
  position: absolute;
  z-index: 14;
  width: 100%;
  transform: translateY(-50%);
}
.topnav .inner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}
@media (max-width: 1180px) {
  .topnav .inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.topnav ol {
  margin: 0;
  display: flex;
  justify-content: space-between;
  counter-reset: section;
}
.topnav ol li {
  list-style: none;
  counter-increment: section;
  position: relative;
  flex-grow: 1;
  margin: 0;
}
.topnav ol a[href] {
  text-align: center;
  display: block;
  background-color: #efefef;
  color: #0033cc;
  font-weight: 700;
  text-decoration: none;
}
.topnav ol a[href]::before {
  content: counter(section) ". ";
  margin-right: 5px;
}
.topnav ol a[href]:hover, .topnav ol a[href]:focus-visible {
  background-color: #f1fbfe;
  color: #0033cc;
  border-color: #f1fbfe;
  border-color: #0033cc;
}
@media (min-width: 701px) {
  .topnav .nav-toggle-wrapper,
  .topnav .nav-toggle,
  .topnav .nav-toggle-second {
    display: none;
  }
  .topnav .inner {
    background-color: #fff;
    border-radius: 0.5rem;
  }
  .topnav a[href] {
    border-radius: 8px;
    font-size: 20px;
  }
  .topnav nav.nav-tabs ol {
    gap: 9px;
  }
  .topnav nav.nav-tabs ol li {
    padding-right: 1rem;
  }
  .topnav nav.nav-tabs ol li:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    width: 8px;
    height: 100%;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="16" fill="none"><path fill="%23CECECE" d="M8.377 7.442c.369.41.369 1.024 0 1.392l-6.552 6.552c-.409.41-1.023.41-1.392 0a.897.897 0 0 1 0-1.351L6.29 8.178.433 2.282a.897.897 0 0 1 0-1.351.897.897 0 0 1 1.351 0l6.593 6.51Z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
  }
  .topnav nav.nav-tabs ol li a[href] {
    padding-top: 24px;
    padding-bottom: 24px;
    border: 1px solid;
    border-color: #efefef;
  }
  .topnav nav.nav-tabs ol li a[href]:hover, .topnav nav.nav-tabs ol li a[href]:focus-visible {
    border-color: #0033cc;
  }
  .topnav nav.nav-tabs ol li a[href].active {
    background-color: #0033cc;
    border-color: #0033cc;
    color: #fff;
    cursor: default;
  }
  .topnav nav.nav-tabs ol li:last-child {
    padding-right: 0;
  }
  .topnav nav.nav-tabs ol li:last-child:after {
    content: "";
    display: none;
  }
}
@media (min-width: 700px) and (max-width: 1140px) {
  .topnav nav.nav-tabs .nav-list-wrapper ol li a[href] {
    padding: unset;
    font-size: 16px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media (min-width: 700px) and (max-width: 850px) {
  .topnav nav.nav-tabs .nav-list-wrapper ol {
    gap: 0;
  }
  .topnav nav.nav-tabs .nav-list-wrapper ol li {
    padding-right: 10px;
  }
  .topnav nav.nav-tabs .nav-list-wrapper ol li:after {
    display: none;
  }
  .topnav nav.nav-tabs .nav-list-wrapper ol li:last-child {
    padding-right: 0;
  }
  .topnav nav.nav-tabs .nav-list-wrapper ol li a[href] {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .topnav .inner {
    padding: 0;
  }
  .topnav nav.nav-tabs {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 0.5rem;
  }
  .topnav nav.nav-tabs button.nav-toggle {
    height: 44px;
    width: 44px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0.5rem;
    background-color: #fff;
    box-shadow: 7px 4px 9.6px 0px rgba(68, 68, 68, 0.1);
  }
  .topnav nav.nav-tabs button.nav-toggle .x {
    display: none;
  }
  .topnav nav.nav-tabs button.nav-toggle.active .x {
    display: initial;
  }
  .topnav nav.nav-tabs button.nav-toggle.active .lines {
    display: none;
  }
  .topnav nav.nav-tabs ol {
    border-radius: 0.5rem;
    overflow: hidden;
    flex-direction: column;
    box-shadow: 7px 4px 9.6px 0px rgba(68, 68, 68, 0.1);
  }
  .topnav nav.nav-tabs ol li:not(.active) {
    display: none;
  }
  .topnav nav.nav-tabs ol a[href] {
    background-color: #fff;
    display: flex;
    min-height: 44px;
    align-items: center;
    padding-left: 1rem;
  }
  .topnav nav.nav-tabs ol a[href]:before {
    content: "";
    display: none;
  }
  .topnav nav.nav-tabs ol.expanded {
    position: absolute;
    left: 0;
    right: 0;
  }
  .topnav nav.nav-tabs ol.expanded li.active {
    display: flex;
  }
  .topnav nav.nav-tabs ol.expanded li.active a {
    display: flex;
    gap: 10px;
    background-color: #efefef;
  }
  .topnav nav.nav-tabs ol.expanded li.active a:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="12" fill="none"><path fill="%2303C" d="M14.688 1.313a.964.964 0 0 1 0 1.406l-8 8a.964.964 0 0 1-1.407 0l-4-4a.964.964 0 0 1 0-1.407.964.964 0 0 1 1.407 0L6 8.595l7.281-7.281a.964.964 0 0 1 1.406 0Z"/></svg>');
  }
  .topnav nav.nav-tabs ol.expanded li:not(.active) {
    display: flex;
  }
  .topnav nav.nav-tabs ol.expanded li a {
    display: flex;
    width: 100%;
  }
  .topnav nav.nav-tabs ol:not(.expanded) a[href] {
    pointer-events: none;
  }
  .topnav nav.nav-tabs .nav-list-wrapper {
    position: relative;
  }
  .topnav nav.nav-tabs .nav-list-wrapper .nav-toggle-second {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
  }
}

@media (min-width: 701px) {
  .mobile-nav-dropsheet {
    display: none;
  }
}
@media (max-width: 700px) {
  .mobile-nav-dropsheet {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 13;
    background-color: rgba(128, 128, 131, 0.65);
  }
}

main {
  background: #e7e7e7;
}
main .inner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1180px) {
  main .inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 700px) {
  main {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 701px) {
  main {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}

.data-box {
  border-radius: 8px;
  border: 1px solid rgba(0, 51, 204, 0.5);
  background: #fff;
  padding: 46px 36px;
}
.data-box .chart-holder {
  border-radius: 8px;
  border: 1px solid #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 831px) {
  .data-box .chart-holder {
    padding: 36px;
  }
}
.data-box .chart-holder canvas {
  max-width: 100%;
}
.data-box .chart-holder .chart-error {
  color: #202020;
  font-size: 16px;
}
.data-box .chart-holder.has-error-message {
  min-height: 380px;
}

.data-grid {
  display: grid;
  gap: 20px;
}
.data-grid > * {
  border-radius: 8px;
  padding: 24px 12px;
  border: 1px solid rgba(128, 128, 131, 0.35);
  background: #fff;
}

.temperature-grid .thermometer-legend {
  grid-column: 1;
  grid-row: span 2;
}
.temperature-grid > * {
  border-radius: 8px;
  padding: 24px 12px;
  border: 1px solid rgba(128, 128, 131, 0.35);
  background: #fff;
}

.thermometer-legend {
  gap: 20px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thermometer-legend figcaption {
  font-size: 16px;
  line-height: 145%;
}
.thermometer-legend .thermometer {
  flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.thermometer-legend .mercury {
  height: 100%;
  border-radius: 8px;
  width: 42px;
  margin-left: auto;
}
.thermometer-legend .temperature-labels {
  margin: unset;
  height: 100%;
  font-size: 14px;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.thermometer-legend .temperature-labels li {
  margin: 0;
}

@media (max-width: 700px) {
  .data-box .chart-holder {
    padding: 0;
  }
  .data-grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 701px) {
  .data-grid {
    grid-template-rows: 120px 1fr;
  }
  .data-grid .map-legend {
    grid-column: 1;
    grid-row: span 2;
  }
  .data-grid.us-and-ca {
    grid-template-columns: 180px 3fr 2fr;
  }
  .data-grid.us-and-ca .year-range-holder {
    grid-column: span 2;
  }
  .data-grid.us-or-ca {
    grid-template-columns: 180px 1fr;
  }
}
.button-group.change-measurement {
  padding-top: 1rem;
  padding-bottom: 40px;
}
.button-group.change-measurement button {
  flex-grow: 1;
  font-size: 1rem;
  border-radius: 8px;
  color: #202020;
  padding: 1rem;
  cursor: pointer;
  background: #fff;
  border: 1px solid rgba(0, 51, 204, 0.5);
  font-weight: 700;
  position: relative;
}
.button-group.change-measurement button:hover, .button-group.change-measurement button:focus-visible {
  background-color: #f1fbfe;
  border-color: #0033cc;
}
.button-group.change-measurement button.active {
  background-color: #0033cc;
  color: #fff;
}
.button-group.change-measurement button.active:after {
  content: "";
  display: block;
  background-color: #0033cc;
  height: 12px;
  width: 68px;
  position: absolute;
  left: calc(50% - 34px);
  bottom: calc(0% - 10px);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.button-group.change-measurement.change-weather-measurement button:after {
  height: 20px;
  width: 35%;
  left: 33%;
  bottom: calc(0% - 16px);
}
.button-group.change-measurement.change-profit-measurement button:after {
  height: 20px;
  width: 45%;
  left: 27%;
  bottom: calc(0% - 16px);
}
.button-group.change-measurement.with-complicated-buttons button {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.button-group.change-measurement.with-complicated-buttons button .title {
  font-weight: 700;
}
.button-group.change-measurement.with-complicated-buttons button .desc {
  font-weight: 400;
}
.button-group.change-measurement.with-complicated-buttons button dl {
  line-height: 145%;
}
.button-group.change-measurement.with-complicated-buttons button dl dt,
.button-group.change-measurement.with-complicated-buttons button dl dd {
  display: inline;
}
.button-group.change-measurement.with-complicated-buttons button dl dt::after {
  content: ": ";
}
.button-group.change-measurement.with-complicated-buttons button dl dd::after {
  content: "";
  display: block;
}
@media (max-width: 700px) {
  .button-group.change-measurement {
    width: calc(100% + 20px);
    padding-right: 20px;
    overflow-x: scroll;
  }
  .button-group.change-measurement.change-weather-measurement .buttons {
    width: 100%;
    width: calc(100dvw + 140px);
    min-width: 605px;
    display: flex;
    gap: 12px;
  }
  .button-group.change-measurement.change-weather-measurement button {
    flex-basis: 33%;
  }
  .button-group.change-measurement.change-weather-measurement button .desc {
    display: none;
  }
  .button-group.change-measurement.change-weather-measurement button:after {
    height: 20px;
    width: 150px;
    left: calc(50% - 75px);
    bottom: calc(0% - 12px);
  }
  .button-group.change-measurement.change-crop-measurement .buttons {
    min-width: 1000px;
    display: flex;
    gap: 12px;
  }
  .button-group.change-measurement.change-profit-measurement .buttons {
    width: 100%;
    min-width: 970px;
    display: flex;
    gap: 12px;
  }
  .button-group.change-measurement.change-profit-measurement button {
    flex-basis: 25%;
  }
}
@media (min-width: 701px) {
  .button-group.change-measurement {
    display: grid;
  }
  .button-group.change-measurement .buttons {
    display: grid;
    gap: 20px;
  }
  .button-group.change-measurement.change-weather-measurement .buttons {
    grid-template-columns: repeat(3, 1fr);
  }
  .button-group.change-measurement.change-crop-measurement .buttons {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .button-group.change-measurement.change-profit-measurement .buttons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 701px) and (max-width: 1100px) {
  .button-group.change-measurement.change-crop-measurement {
    margin-right: -20px;
    width: calc(100% + 20px);
    overflow-x: scroll;
  }
  .button-group.change-measurement.change-crop-measurement .buttons {
    display: flex;
    min-width: 1050px;
    gap: 20px;
  }
  .button-group.change-measurement.change-profit-measurement {
    margin-right: -20px;
    width: calc(100% + 20px);
    padding-right: 20px;
    overflow-x: scroll;
  }
  .button-group.change-measurement.change-profit-measurement .buttons {
    display: flex;
    min-width: 1050px;
    gap: 20px;
  }
  .button-group.change-measurement.change-profit-measurement button {
    flex-basis: 25%;
  }
}

.box-map {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.box-map .map-and-maplabel {
  display: grid;
  gap: 20px;
}
.box-map figcaption {
  display: grid;
  gap: 0.5rem;
}
.box-map figcaption .bold {
  font-weight: 700;
}
.box-map .svg-localities path:not([fill]) {
  fill: #f8f8f8;
}
.box-map svg {
  width: 100%;
}
.box-map text {
  pointer-events: none;
}
.box-map .map-has-tooltips {
  position: relative;
  max-height: 54dvh;
}
.box-map .map-has-tooltips svg {
  max-height: 54dvh;
}
.box-map path[tooltip=yes]:hover {
  stroke: #000;
  stroke-width: 1.5;
}
.box-map path[tooltip=yes] {
  cursor: pointer;
}
.box-map path[tooltip=yes][data-insufficient=yes] {
  cursor: not-allowed;
}
.box-map .button-holder button {
  width: 100%;
  background-color: #f4f4f4;
  border-radius: 8px;
  color: #202020;
  padding: 0.75em 1.25em;
  margin: 0;
  font-weight: 700;
  cursor: pointer;
  border: none;
  border: 1px solid;
  border-color: #f4f4f4;
}
.box-map .button-holder button .button-content {
  justify-content: center;
  display: flex;
  gap: 10px;
}
.box-map .button-holder button .button-content svg {
  flex-basis: 16px;
  transform: translateY(16%);
}
.box-map .button-holder button:hover, .box-map .button-holder button:focus-visible {
  background-color: #f1fbfe;
  color: #0033cc;
  border-color: #0033cc;
}
.box-map .state-labels text {
  pointer-events: none;
  font-weight: 800;
  font-size: 7.5;
  fill: #202020;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 3px 3px 3px rgba(0, 0, 0, 0.5);
}
.box-map .state-labels.us-labels text {
  font-size: 7.5;
}
.box-map .state-labels.ca-labels text {
  font-size: 13;
}
.box-map .map-has-tooltips .state-labels text {
  opacity: 0;
}
.box-map .map-has-labels svg g path {
  cursor: pointer;
}
.box-map .county-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #202020;
}
.box-map .county-selector fieldset {
  display: flex;
  gap: 10px;
}
.box-map .county-selector fieldset label {
  align-self: center;
}
.box-map .county-selector fieldset select {
  font-weight: 700;
  border: none;
  border-bottom: 2px solid #202020;
}
.box-map .county-selector fieldset select:hover, .box-map .county-selector fieldset select:focus-visible, .box-map .county-selector fieldset select:focus {
  color: #0033cc;
  border-color: #0033cc;
}
.box-map .county-selector button {
  font-size: 1rem;
  display: grid;
  grid-template-columns: 1fr 10px;
  gap: 10px;
}
.box-map .county-selector button svg {
  transform: translateY(12%);
}
.box-map .county-selector button[disabled] {
  border: 1px solid #f4f4f4;
  background-color: #fff;
  color: #808083;
  pointer-events: none;
}

.tooltip {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  transform: translate(-50%, 0);
  font-size: 12px;
  padding: 10px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.1s linear;
  pointer-events: none;
}
.tooltip.visible {
  opacity: 1;
}
.tooltip::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: white;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 700px) {
  .box-map .county-selector fieldset {
    flex-wrap: wrap;
  }
  .box-map .county-selector .button-holder {
    flex-basis: 100%;
  }
}
.map-legend {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
}
.map-legend figcaption {
  font-size: 16px;
  line-height: 145%;
}
.map-legend .temperature-labels {
  margin: unset;
  height: 100%;
  font-size: 14px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.map-legend .temperature-labels li {
  margin: 0;
}
.map-legend .mercury {
  border-radius: 0.5rem;
}
@media (max-width: 700px) {
  .map-legend .mercury {
    height: 2.25rem;
  }
  .map-legend .mercury.temperature {
    background: linear-gradient(90deg, #9b0022 0%, #f2623b 20%, #fedc85 40%, #e8e8e8 50%, #dcf1f7 60%, #69a3cb 80%, #2b2f8a 100%);
  }
  .map-legend .mercury.precipitation {
    background: linear-gradient(90deg, #4793fe 0%, #9bb7fa 20%, #d1d9f5 40%, #e3d8bb 60%, #cbb672 80%, #ab931b 100%);
  }
  .map-legend .mercury.crop-yield {
    background: linear-gradient(90deg, #336155 0%, #559f90 20%, #9de1d1 40%, #fdcb93 60%, #d07a34 80%, #863433 100%);
  }
  .map-legend .temperature-labels {
    flex-direction: row;
    padding-top: 1rem;
    height: unset;
  }
  .map-legend .temperature-labels li {
    display: none;
  }
  .map-legend .temperature-labels li:first-child, .map-legend .temperature-labels li:last-child {
    display: list-item;
  }
  .map-legend .temperature-labels[count="7"] li:nth-child(4) {
    display: list-item;
  }
  .map-legend .temperature-labels[count="11"] li:nth-child(6) {
    display: list-item;
  }
  .map-legend .thermometer.with-under-mercury .insufficient-data-figure-holder {
    display: inline-flex;
    margin-right: 10px;
    margin-top: 10px;
  }
  .map-legend .thermometer.with-under-mercury .insufficient-data-figure-holder svg {
    display: block;
    height: 32px;
    width: 42px;
    border-radius: 8px;
  }
  .map-legend .thermometer.with-under-mercury .insufficient-data-label {
    display: inline-flex;
    transform: translateY(-10px);
  }
}
@media (min-width: 701px) {
  .map-legend .thermometer {
    flex-grow: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .map-legend .mercury {
    height: 100%;
    width: 42px;
    margin-left: auto;
  }
  .map-legend .mercury.temperature {
    background: linear-gradient(180deg, #9b0022 0%, #f2623b 20%, #fedc85 40%, #e8e8e8 50%, #dcf1f7 60%, #69a3cb 80%, #2b2f8a 100%);
  }
  .map-legend .mercury.precipitation {
    background: linear-gradient(180deg, #4793fe 0%, #9bb7fa 20%, #d1d9f5 40%, #e3d8bb 60%, #cbb672 80%, #ab931b 100%);
  }
  .map-legend .mercury.crop-yield {
    background: linear-gradient(180deg, #336155 0%, #559f90 20%, #9de1d1 40%, #fdcb93 60%, #d07a34 80%, #863433 100%);
  }
  .map-legend .temperature-labels {
    flex-direction: column;
  }
  .map-legend .thermometer.with-under-mercury {
    grid-template-columns: 55px 1fr;
    grid-template-rows: 1fr 32px;
    row-gap: 15px;
  }
  .map-legend .thermometer.with-under-mercury .insufficient-data-figure-holder svg {
    display: block;
    height: 100%;
    width: 42px;
    margin-left: auto;
    border-radius: 8px;
  }
  .map-legend .thermometer.with-under-mercury .insufficient-data-label {
    display: flex;
    align-items: center;
  }
}

.year-range-holder .input-wrapper {
  padding-left: 13px;
  padding-right: 16px;
}
.year-range-holder input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background-color: #ddecf8;
  border-radius: 20px;
  cursor: col-resize;
}
.year-range-holder input[type=range]::-webkit-slider-runnable-track {
  background: linear-gradient(to right, #0033cc 0%, #0033cc var(--value), #ddecf8 var(--value), #ddecf8 100%);
  border-radius: 12px;
  height: 12px;
}
.year-range-holder input[type=range]::-moz-range-track {
  background: linear-gradient(to right, #0033cc 0%, #0033cc var(--value), #ddecf8 var(--value), #ddecf8 100%);
  height: 12px;
  border-radius: 12px;
}
.year-range-holder input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -6px;
  background-color: #0033cc;
  border: 2px solid white;
  height: 24px;
  width: 24px;
  border-radius: 50%;
}
.year-range-holder input[type=range]::-moz-range-thumb {
  border: none;
  border-radius: 0;
  background-color: #0033cc;
  border: 2px solid white;
  height: 24px;
  width: 24px;
  border-radius: 50%;
}
.year-range-holder .range-ticks {
  appearance: none;
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
.year-range-holder .range-ticks li {
  text-align: center;
}
.year-range-holder .range-ticks li:first-child {
  text-align: left;
}
.year-range-holder .range-ticks li:last-child {
  text-align: right;
}
.year-range-holder .range-ticks button {
  position: relative;
  background-color: transparent;
  border: none;
  color: #202020;
}
.year-range-holder .range-ticks button:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  height: 6px;
  width: 1px;
  background-color: #202020;
}

.scope-breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
}
.scope-breadcrumbs li {
  text-align: center;
  padding-bottom: 0.875rem;
}
.scope-breadcrumbs li .breadcrumb-text {
  background-color: white;
  border-radius: 4px;
  padding: 8px 14px;
}
.scope-breadcrumbs li button {
  font-size: 1em;
  display: inline;
  appearance: none;
  background-color: transparent;
  color: #0033cc;
  border: none;
  text-decoration: underline;
  font-weight: 650;
  cursor: pointer;
}
.scope-breadcrumbs li button:hover, .scope-breadcrumbs li button:focus {
  text-decoration: none;
}
.scope-breadcrumbs li:after {
  padding-top: 0.875rem;
  display: grid;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="13" fill="none"><path fill="%23CECECE" d="m10.203 11.797-9-9c-.469-.422-.469-1.125 0-1.594.422-.422 1.125-.422 1.594 0L11 9.453l8.203-8.203c.422-.469 1.125-.469 1.594 0a1.103 1.103 0 0 1 0 1.547l-9.047 9a1.027 1.027 0 0 1-1.547 0Z"/></svg>');
}

nav.prev-next {
  display: flex;
  padding-top: 3rem;
  justify-content: space-between;
}
nav.prev-next .button {
  display: inline-flex;
  width: 40%;
  max-width: 220px;
  padding: 1px;
  border-radius: 0.5rem;
  background-color: #fff;
  color: #202020;
  background: linear-gradient(83deg, #0033cc, #6fc7b4);
  text-decoration: none;
}
nav.prev-next .button .button-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 12px 16px;
}
nav.prev-next .button .page-label {
  font-size: 0.875rem;
  display: inline-flex;
  gap: 10px;
  font-weight: 600;
}
nav.prev-next .button .page-label svg {
  transform: translateY(18%);
}
nav.prev-next .button .page-title {
  font-size: 1.25rem;
  font-weight: 700;
  text-wrap: pretty;
}
nav.prev-next .button:hover .button-content, nav.prev-next .button:focus-visible .button-content {
  background-color: #f1fbfe;
  color: #0033cc;
}
nav.prev-next.next-only {
  justify-content: flex-end;
}

.intro-section {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  line-height: 145%;
  font-size: 1.125rem;
  margin-bottom: 1.5em;
}

.final-intro-image {
  padding-top: 3rem;
}
.final-intro-image img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.final-intro-image figcaption {
  padding-top: 0.5em;
  text-align: right;
  font-size: 0.875rem;
  font-style: italic;
}

.info-disclaimer {
  padding-top: 1rem;
  color: #6a6a6a;
}
.info-disclaimer p {
  font-size: 0.875rem;
}

.crop-yield-grid {
  display: grid;
}

.crop-line-graph-holder {
  display: grid;
  gap: 24px;
}
.crop-line-graph-holder .line-graph-legend {
  background-color: #f4f4f4;
  padding: 1rem;
  display: grid;
  gap: 0.75rem;
}
.crop-line-graph-holder .line-graph-legend ul {
  display: grid;
  gap: 0.75rem;
}
.crop-line-graph-holder .line-graph-legend .example-line {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 0.5rem;
}
.crop-line-graph-holder .line-graph-legend .example-line .example {
  position: relative;
  min-height: 24px;
}
.crop-line-graph-holder .line-graph-legend .example-line .example:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  height: 2px;
}
.crop-line-graph-holder .line-graph-legend .example-line .example:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
}
.crop-line-graph-holder .line-graph-legend .example-line .example.current-system {
  background: rgba(51, 97, 85, 0.2);
}
.crop-line-graph-holder .line-graph-legend .example-line .example.current-system:before, .crop-line-graph-holder .line-graph-legend .example-line .example.current-system:after {
  background-color: #336155;
}
.crop-line-graph-holder .line-graph-legend .example-line .example.technology-trend {
  background: rgba(0, 138, 198, 0.2);
}
.crop-line-graph-holder .line-graph-legend .example-line .example.technology-trend:before, .crop-line-graph-holder .line-graph-legend .example-line .example.technology-trend:after {
  background-color: #008ac6;
}
.crop-line-graph-holder .line-graph-legend .example-line .example.technology-trend:after {
  border-radius: 0;
  transform: rotate(45deg);
}

.change-crop-county {
  font-weight: 700;
  text-decoration: underline;
  font-size: 1em;
  border: none;
}
.change-crop-county:hover, .change-crop-county:focus-visible {
  outline: none;
  color: #0033cc;
}
.change-crop-county option {
  font-size: 0.75rem;
}

@media (max-width: 700px) {
  .crop-line-graph-holder {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 701px) {
  .crop-yield-grid {
    grid-template-rows: 120px 1fr;
  }
  .crop-line-graph-holder {
    grid-template-columns: 250px 1fr;
  }
}
.profit-risk-data-wrapper {
  display: grid;
  gap: 1.5rem;
}
.profit-risk-data-wrapper .profit-risk-legend-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.profit-risk-data-wrapper .profit-risk-legend {
  background-color: #f4f4f4;
  padding: 1rem;
  border-radius: 0.5rem;
}
.profit-risk-data-wrapper .profit-risk-legend dt {
  font-weight: 700;
}
.profit-risk-data-wrapper .profit-risk-legend dd {
  margin-bottom: 1.5rem;
}
.profit-risk-data-wrapper .profit-risk-legend dd:last-child {
  margin-bottom: unset;
}
.profit-risk-data-wrapper .explore-wrapper {
  border-radius: 0.5rem;
  background-color: #fff;
  border: 1px solid rgba(128, 128, 131, 0.35);
  padding: 1rem;
  display: grid;
  gap: 1.5rem;
}
.profit-risk-data-wrapper .explore-wrapper button {
  background-color: #f4f4f4;
  border-radius: 8px;
  color: #202020;
  padding: 0.75em 1.25em;
  margin: 0;
  font-weight: 700;
  cursor: pointer;
  border: none;
  border: 1px solid;
  border-color: #f4f4f4;
}
.profit-risk-data-wrapper .explore-wrapper button .button-content {
  justify-content: center;
  display: flex;
  gap: 10px;
  white-space: nowrap;
}
.profit-risk-data-wrapper .explore-wrapper button .button-content svg {
  flex-basis: 16px;
  transform: translateY(16%);
}
.profit-risk-data-wrapper .explore-wrapper button:hover, .profit-risk-data-wrapper .explore-wrapper button:focus-visible {
  background-color: #f1fbfe;
  color: #0033cc;
  border-color: #0033cc;
}
.profit-risk-data-wrapper .profit-risk-charts-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.profit-risk-data-wrapper .profit-risk-charts-wrapper .profit-risk-chart {
  border: 1px solid rgba(128, 128, 131, 0.35);
  padding-top: 1.2rem;
  padding-bottom: 1.2 rem;
  border-radius: 8px;
  height: auto;
  margin: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.profit-risk-data-wrapper .profit-risk-charts-wrapper .profit-risk-chart canvas {
  max-width: 99%;
}
.profit-risk-data-wrapper .profit-risk-charts-wrapper .profit-risk-chart .chart-title {
  font-size: 18px;
}
.profit-risk-data-wrapper .profit-risk-charts-wrapper .profit-risk-chart.has-error-message {
  min-height: 380px;
}
.profit-risk-data-wrapper .profit-risk-farm-form .country-selector {
  display: flex;
  gap: 5px;
}
.profit-risk-data-wrapper .profit-risk-farm-form .country-selector button {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: #fff;
  color: rgba(32, 32, 32, 0.7);
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
}
.profit-risk-data-wrapper .profit-risk-farm-form .country-selector button:hover, .profit-risk-data-wrapper .profit-risk-farm-form .country-selector button:focus-visible {
  background-color: #f1fbfe;
  color: #0033cc;
  border-color: #0033cc;
}
.profit-risk-data-wrapper .profit-risk-farm-form .country-selector button.active {
  color: #202020;
  background-color: #f4f4f4;
}
.profit-risk-data-wrapper .profit-risk-farm-form fieldset {
  width: 100%;
  background-color: #f4f4f4;
  border-radius: 0.5rem;
  padding: 1rem 1rem 1.5rem 1rem;
  display: grid;
  gap: 1.5rem;
}
.profit-risk-data-wrapper .profit-risk-farm-form fieldset.us-selected {
  border-top-left-radius: 0;
}
.profit-risk-data-wrapper .profit-risk-farm-form fieldset.size-and-risk {
  margin-top: 1rem;
}
.profit-risk-data-wrapper .profit-risk-farm-form .field {
  display: grid;
  gap: 5px;
}
.profit-risk-data-wrapper .profit-risk-farm-form label {
  font-weight: 700;
}
.profit-risk-data-wrapper .profit-risk-farm-form select {
  appearance: none;
  font-weight: 700;
  background-color: transparent;
  text-decoration: underline;
  border: none;
  display: block;
  width: 100%;
  font-weight: 400;
  text-decoration: none;
  padding: 0.25rem 1rem 0.25rem 0;
  border-bottom: 1px solid #202020;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="10" fill="none"><path fill="%23202020" d="M8.414 8.664c-.39.39-.976.39-1.328 0l-6.25-6.25a.855.855 0 0 1 0-1.289.855.855 0 0 1 1.289 0l5.586 5.586 5.625-5.625a.92.92 0 0 1 1.289 0c.39.39.39.976 0 1.328l-6.21 6.25Z"/></svg>');
  background-position: center right;
  background-repeat: no-repeat;
}
.profit-risk-data-wrapper .profit-risk-farm-form select:hover, .profit-risk-data-wrapper .profit-risk-farm-form select:focus-visible, .profit-risk-data-wrapper .profit-risk-farm-form select:focus {
  outline: none;
  color: #0033cc;
}
.profit-risk-data-wrapper .profit-risk-farm-form select:hover, .profit-risk-data-wrapper .profit-risk-farm-form select:focus-visible {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="10" fill="none"><path fill="%230033cc" d="M8.414 8.664c-.39.39-.976.39-1.328 0l-6.25-6.25a.855.855 0 0 1 0-1.289.855.855 0 0 1 1.289 0l5.586 5.586 5.625-5.625a.92.92 0 0 1 1.289 0c.39.39.39.976 0 1.328l-6.21 6.25Z"/></svg>');
}
.profit-risk-data-wrapper .profit-risk-farm-form .form-notice {
  background-color: rgba(128, 128, 131, 0.35);
  padding: 0.75rem;
}
.profit-risk-data-wrapper .profit-risk-farm-form .form-notice p {
  font-size: 0.875rem;
  margin: unset;
}

@media (max-width: 700px) {
  .profit-risk-data-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 701px) {
  .profit-risk-data-wrapper {
    grid-template-columns: 256px 1fr;
  }
  .profit-risk-data-wrapper fieldset select {
    max-width: 225px;
  }
}
.next-steps-stripes {
  display: grid;
  gap: 3rem;
}
.next-steps-stripes .stripe {
  width: 100%;
  display: grid;
  line-height: 145%;
  font-size: 1.125rem;
}
.next-steps-stripes .stripe dt {
  font-weight: 700;
}
.next-steps-stripes .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.next-steps-stripes .button {
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 7px;
  display: inline-flex;
  gap: 0.5rem;
}
.next-steps-stripes .button svg {
  width: 1em;
  height: 1rem;
  transform: translateY(20%);
}
.next-steps-stripes .button.primary {
  background-color: #0033cc;
  color: #fff;
}
.next-steps-stripes .button.primary:hover {
  background-color: #253d86;
}
.next-steps-stripes .button.secondary {
  background-color: #fff;
  color: #202020;
  border: 1px solid #808083;
}
.next-steps-stripes .button.secondary:hover {
  background-color: #ddecf8;
  color: #0033cc;
}
.next-steps-stripes .image-and-content {
  display: grid;
  gap: 1.5rem;
}
.next-steps-stripes .image-and-content .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .next-steps-stripes .stripe {
    grid-template-columns: 1fr;
  }
  .next-steps-stripes .image-and-content img {
    width: auto;
  }
}
@media (min-width: 701px) {
  .next-steps-stripes .image-and-content {
    grid-template-columns: 200px 1fr;
  }
}

/*# sourceMappingURL=main.bundle.css.map */
