@charset "UTF-8";
/* CSS reset */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul,
ol,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

/* Sass stuff */
/* Spacing */
/* Colours */
/* Mixins are compiled ahead of time, so we can't use CSS vars in our mq mixins */
/* Maybe readex pro, poppins, and syne, archivo, ibm plex mono, inter?? */
html {
  font-size: 112.5%;
}
@media (min-width: 769px) and (max-width: 991px) {
  html {
    font-size: 108%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 98%;
  }
}
@media (max-width: 440px) {
  html {
    font-size: 92%;
  }
  html p,
  html dt,
  html dd,
  html th,
  html td,
  html nav li > a,
  html .with-bullets > li,
  html .body-text {
    font-size: 105%;
  }
}

/*18px*/
body, button {
  font-family: "Readex Pro", sans-serif;
  font-weight: 300;
  line-height: 1.75;
  color: #000000;
}

p {
  margin-top: 0;
  line-height: 1.55;
  margin-bottom: 1rem;
}
p.mb--0 {
  margin-bottom: 0;
}

strong {
  font-family: "Readex Pro", sans-serif;
  font-weight: 600;
}

code {
  padding: 2px 4px;
  background-color: rgba(180, 180, 180, 0.15);
  border: 1px solid rgba(180, 180, 180, 0.85);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
.logo {
  margin: 1.38rem 0 1rem 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

h1,
.h1 {
  margin-top: 0;
  font-size: 3.052rem;
  letter-spacing: -0.07rem;
}
h1:not(.not-caps),
.h1:not(.not-caps) {
  text-transform: uppercase;
}
@media (max-width: 440px) {
  h1,
  .h1 {
    font-size: 2.441rem;
  }
}

h2,
.h2 {
  font-size: 2.074rem;
  letter-spacing: -0.05rem;
}
@media (max-width: 440px) {
  h2,
  .h2 {
    font-size: 1.728rem;
  }
}

h3,
.h3 {
  font-size: 1.728rem;
  letter-spacing: -0.04rem;
}
@media (max-width: 440px) {
  h3,
  .h3 {
    font-size: 1.44rem;
  }
}

h4,
.h4 {
  font-size: 1.44rem;
  letter-spacing: -0.03rem;
}
@media (max-width: 440px) {
  h4,
  .h4 {
    font-size: 1.2rem;
  }
}

h5,
.h5 {
  font-size: 1.2rem;
  letter-spacing: -0.025rem;
}
@media (max-width: 440px) {
  h5,
  .h5 {
    font-size: 1.125rem;
  }
}

small,
.text_small {
  font-size: 0.8rem;
}

/* Base CSS */
/* Grid for main page layout */
html,
body {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 2em;
  display: grid;
  grid: auto-flow min-content/1fr;
  grid-gap: 1em;
  grid-template-areas: "header " "nav    " "aside  " "main   " "footer ";
}
@media (max-width: 768px) {
  body {
    margin: 1.2em;
  }
}

header {
  grid-area: header;
}

aside {
  grid-area: aside;
}

nav {
  grid-area: nav;
}

main {
  grid-area: main;
}

footer {
  grid-area: footer;
}

@media (min-width: 769px) {
  body {
    grid: auto-flow min-content/1fr 5fr;
    grid-template-areas: "header header" "nav    ...   " "...    main  " "footer main  ";
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  body.map {
    grid: auto-flow min-content/1fr 5fr;
    grid-template-areas: "header header" "nav    ...   " "main   main  " "main   main  " "footer ...   ";
  }
}
@media (min-width: 993px) {
  body {
    grid: auto-flow min-content/1fr 5.5fr;
    grid-template-areas: "header header" "nav    ...   " "...    main  " "footer main  ";
  }
}
/* Inner grid for product page layout */
.inner-content.inner-content--with-summary {
  max-width: 500px;
  display: grid;
  grid: auto-flow min-content/1fr;
  grid-gap: 1em;
  grid-template-areas: "flash      " "summary    " "description" "predictions";
}
.inner-content.inner-content--with-summary .flash {
  grid-area: flash;
}
.inner-content.inner-content--with-summary .description {
  grid-area: description;
}
.inner-content.inner-content--with-summary .summary {
  grid-area: summary;
}
.inner-content.inner-content--with-summary .predictions {
  grid-area: predictions;
}
@media (min-width: 769px) {
  .inner-content.inner-content--with-summary {
    max-width: none;
    grid: auto-flow min-content/2fr 1fr;
    grid-gap: 0 2em;
    grid-template-areas: "flash       summary" "description summary" "predictions summary" "...         summary";
  }
}

/* Sections */
header {
  display: flex;
  align-items: center;
  padding-bottom: calc(0.25 * 1rem);
}
@media (max-width: 768px) {
  header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
    padding-bottom: 2px;
  }
}

a.logo {
  display: inline-flex;
  align-items: center;
  font-size: 1.8rem;
  margin: 0;
  line-height: 1;
  text-decoration: none;
  padding-bottom: 2px;
}
a.logo .logo--img {
  width: 34px;
  margin-right: calc(0.5 * 1rem);
}
a.logo span {
  text-transform: uppercase;
  color: black;
}
@media (min-width: 769px) {
  a.logo {
    border-bottom: 2px solid black;
  }
  a.logo:hover, a.logo:focus {
    text-decoration: none;
    border-bottom: 2px solid #00b7ff;
  }
}
@media (max-width: 992px) {
  a.logo {
    padding-bottom: 0;
  }
  a.logo .logo--img {
    padding-bottom: 2px;
  }
}
@media (max-width: 768px) {
  a.logo {
    font-size: 1.953rem;
  }
}
@media (max-width: 440px) {
  a.logo {
    font-size: 1.44rem;
  }
}

.header--right {
  flex: 1;
}
.header--right a {
  text-decoration: none;
}
@media (min-width: 769px) {
  .header--right {
    border-bottom: 2px solid black;
    align-self: end;
    text-align: end; /* offset for the header link underline */
  }
}

/* hide the subheading on other pages */
@media (max-width: 768px) {
  .index header {
    border-bottom: 1.5px solid black;
    margin-bottom: calc(2 * 1rem);
    border-bottom: 1.5px solid black;
  }
  .index header .logo > span {
    display: inline-block;
  }
  .index header .header--right {
    display: inline-block;
  }
}
@media (min-width: 441px) and (max-width: 805px) {
  .index header .header--right {
    font-size: 92%;
  }
}
/* Hide footer on error */
.error footer {
  visibility: hidden;
}

footer {
  line-height: 1.55;
  position: relative;
}
footer #back-to-top {
  margin-top: 10px;
  position: relative;
}
footer #back-to-top span {
  padding-right: 4px;
}

.contact footer .contact {
  display: none;
}

@media (max-width: 768px) {
  footer {
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 60px;
    border-top: 2px dotted black;
    text-align: right;
  }
  footer .contact {
    display: none;
  }
  .years footer,
  .groundhog-predictions footer {
    border-top: none;
  }
}
/* pages */
.all-predictions {
  padding: calc(0.75 * 1rem) 0 0 0;
  margin: 0;
  text-align: left;
}
@media (max-width: 440px) {
  .all-predictions {
    padding-top: calc(1.5 * 1rem);
  }
}

.inner-content h2 {
  padding-bottom: calc(0.25 * 1rem);
  margin-bottom: calc(0.75 * 1rem);
  border-bottom: 1.5px solid black;
}

.groundhog--image {
  margin: 0;
  padding: 0;
}
.groundhog--image img {
  border: 2px solid black;
  border-radius: 2px 2px 0 0;
}
.groundhog--image figcaption {
  display: none;
}

.groundhog--type {
  font-size: 80%;
  background: #eee;
  text-align: center;
  border: 2px solid black;
  border-top: none;
}
@media (max-width: 768px) {
  .groundhog--type {
    font-size: 85%;
  }
}

.groundhog--residence {
  border-left: 2px solid black;
  border-right: 2px solid black;
  padding: calc(0.75 * 1rem) calc(0.5 * 1rem) calc(0.5 * 1rem) calc(0.75 * 1rem);
}
.groundhog--residence .subhead {
  font-weight: 400;
  font-size: 130%;
  line-height: 1.45;
}
@media (max-width: 768px) {
  .groundhog--residence .subhead {
    margin-bottom: calc(0.25 * 1rem);
  }
}
.groundhog--residence .icon.icon--map {
  margin-right: calc(0.5 * 1rem);
}

.groundhog--source {
  background: black;
  color: white;
  padding: calc(0.25 * 1rem) calc(0.75 * 1rem) calc(0.25 * 1rem) calc(0.75 * 1rem);
  font-size: 80%;
}
.groundhog--source > a {
  margin-right: calc(0.5 * 1rem);
  display: inline-block;
}
@media (max-width: 768px) {
  .groundhog--source {
    font-size: 85%;
  }
}

.groundhog--contact {
  margin-top: 1rem;
  text-align: center;
}
.groundhog--contact p {
  font-size: 80%;
  margin: 0;
  display: inline-block;
}
@media (max-width: 768px) {
  .groundhog--contact p {
    background: #f9f9f9;
    font-size: 85%;
    border: 1px solid black;
    padding: calc(0.25 * 1rem);
  }
}

.index h1 {
  margin-bottom: calc(3 * 1.5 * 1rem);
}
.index hr {
  border: none;
}

.intro-sentence div {
  border: 1.5px solid black;
  padding: 5px 15px;
  text-align: center;
  font-size: 90%;
  margin-top: calc(2.5 * 1.5 * 1rem);
  margin-bottom: calc(3 * 1.5 * 1rem);
  background: #f9f9f9;
}
.intro-sentence div > span {
  display: block;
}
.intro-sentence div > span:first-of-type {
  margin-bottom: calc(0.25 * 1rem);
}
@media (max-width: 768px) {
  .intro-sentence div {
    padding: 8px;
    max-width: 500px;
    margin-top: calc(2 * 1.5 * 1rem);
    margin-bottom: calc(3 * 1.5 * 1rem);
  }
  .intro-sentence div > span:first-of-type {
    display: none;
  }
}

.heading-with-right-link {
  margin-top: calc(1.5 * 1rem);
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
}
.heading-with-right-link .heading {
  margin: 0;
  border-bottom: 1.5px solid black;
}
@media (max-width: 768px) {
  .heading-with-right-link .heading {
    padding-right: 1rem;
  }
}
.heading-with-right-link .heading a {
  text-decoration: none;
}
.heading-with-right-link .right-link {
  flex: 1;
  border-bottom: 1.5px solid black;
  align-self: end;
  text-align: end; /* offset for the header link underline */
  white-space: nowrap;
}
.heading-with-right-link .right-link a {
  text-decoration: none;
}

.map--container {
  display: flex;
  gap: 1rem;
  height: 500px;
  margin-top: calc(2 * 1rem);
}

.map--list,
.map--leaflet,
.screenreader-message {
  z-index: 1;
}
.map--list:focus,
.map--leaflet:focus,
.screenreader-message:focus {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.map--list--wrapper,
.map--leaflet {
  height: 100%;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}

.map--list--wrapper {
  position: relative;
}
.map--list--wrapper::after {
  content: "";
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1em;
  position: absolute;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 100%);
}
.map--list--wrapper:hover {
  border-bottom: 2px dashed black;
}
.map--list--wrapper:hover::after {
  height: 2em;
}
@media (max-width: 768px) {
  .map--list--wrapper {
    display: none;
  }
}
.map--list--wrapper .map--list {
  overflow-y: scroll;
  max-width: 350px;
  padding-right: 1rem;
  height: 100%;
}
@media (min-width: 769px) and (max-width: 991px) {
  .map--list--wrapper .map--list {
    max-width: 320px;
  }
}
.map--list--wrapper .sortable--map--search--container {
  padding-top: 0;
  margin-top: calc(-1 * 0.5 * 1rem);
}
.map--list--wrapper .top-border {
  position: sticky;
  top: 0;
  z-index: 1;
  width: calc(100% + 1rem);
  border-top: 2px solid black;
  margin-top: calc(0.25 * 1rem);
  margin-bottom: 1rem;
}

.map--leaflet {
  flex: 3 0 200px;
  border: 2px solid black;
}

.map--list li {
  margin-bottom: calc(0.75 * 1rem);
}
.map--list .card {
  width: 100%;
  padding-bottom: calc(0.75 * 1rem);
  line-height: 1.65;
  overflow: hidden;
}
.map--list .card:hover .card--heading {
  color: black;
  text-decoration: none;
}
.map--list .card:focus {
  background: rgba(180, 180, 180, 0.05);
  outline: 2px dotted #00b7ff;
  outline-offset: -8px;
}
.map--list .card.selected {
  background: rgba(180, 180, 180, 0.15);
  outline: 2px dotted black;
  outline-offset: -8px;
}
.map--list .card--heading {
  margin-bottom: calc(0.25 * 1rem);
  text-decoration: none;
}
.map--list .card--subhead {
  margin-left: calc(0.75 * 1rem);
  margin-bottom: 0;
}
.map--list a.link-button {
  display: inherit;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
  padding: calc(0.25 * 1rem) calc(0.5 * 1rem);
  border: 2px solid black;
  border-radius: 4px;
  box-shadow: inset 0 -2px 0 #ddd;
  cursor: pointer;
  display: inline-block;
  margin-top: calc(0.5 * 1rem);
  font-size: 85%;
  background: white;
}
.map--list a.link-button:hover:not(:disabled) {
  color: rgba(0, 0, 0, 0.8);
  background: #f9f9f9;
  box-shadow: inset 0 -2px 0 #ccc;
}
.map--list a.link-button:focus {
  outline: #00b7ff 2px dotted;
  outline-offset: 2px;
}
.map--list a.link-button:active:not(:disabled) {
  top: 2px;
  box-shadow: none;
}
.map--list a.link-button:disabled {
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  cursor: not-allowed;
}
.map--list a.link-button:hover {
  color: #00b7ff !important;
}

.leaflet-popup-tip-container,
.leaflet-tooltip-top::before {
  display: none;
}

.leaflet-popup-content-wrapper,
.leaflet-tooltip {
  border-radius: 0;
  border: 2px solid black;
}

.leaflet-popup-content,
.leaflet-tooltip {
  font-family: "Readex Pro", sans-serif;
  font-weight: 300;
  margin: calc(0.75 * 1rem) 1rem calc(0.75 * 1rem) calc(0.75 * 1rem);
}

.leaflet-popup-content a {
  color: black;
}

.leaflet-popup-content .groundhog-name {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.leaflet-popup--triangle {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 25px solid #f9ed63;
  position: absolute;
  right: 2px;
  top: 2px;
}

.leaflet-popup--winter .leaflet-popup--triangle {
  border-right-color: #90e5ff;
}

.leaflet-popup--none .leaflet-popup--triangle {
  border-right-color: #eee;
}

.leaflet-tooltip-pane {
  z-index: 701;
}

@media (max-width: 768px) {
  .leaflet-popup {
    bottom: -3px !important;
  }
}
.predictions--heading {
  padding-bottom: calc(0.25 * 1rem);
  margin-bottom: 0;
  border-bottom: 1.5px solid black;
}

.predictions--summary ul {
  padding: 1rem 0 calc(0.25 * 1rem) 0;
}
.predictions--summary li {
  display: inline-block;
  margin-bottom: calc(0.75 * 1rem);
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .predictions--summary li:first-of-type .predictions--summary--item {
    margin-bottom: 1rem;
  }
}
.predictions--summary--item {
  display: flex;
  justify-items: center;
  align-items: center;
  padding-right: calc(0.75 * 1rem);
}
.predictions--summary--item .icon {
  padding: calc(0.75 * 1rem);
  font-size: 190%;
  line-height: 1;
  background: white;
  border-right: 2px solid black;
  display: none;
}
.predictions--summary--item strong {
  margin: 0 calc(0.5 * 1rem);
  line-height: 0.1;
}
.predictions--summary .predictions--summary--highlight {
  padding: 0 calc(0.25 * 1rem);
}
.predictions--summary--spring .predictions--summary--highlight {
  background: linear-gradient(140deg, transparent, #f9ed63);
}
.predictions--summary--winter .predictions--summary--highlight {
  background: linear-gradient(140deg, transparent, #90e5ff);
}

.predictions > h2 {
  padding-bottom: calc(0.25 * 1rem);
  margin-top: 30px;
  border-bottom: 1.5px solid black;
}

.predictions--navigation {
  margin: calc(1.5 * 1rem) 0 calc(2 * 1rem) 0;
  display: flex;
  justify-content: space-between;
}

/* elements */
details > summary {
  display: inherit;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
  padding: calc(0.25 * 1rem) calc(0.5 * 1rem);
  border: 2px solid black;
  border-radius: 4px;
  box-shadow: inset 0 -2px 0 #ddd;
  cursor: pointer;
  display: list-item;
  width: fit-content;
  list-style-type: none;
  font-size: 120%;
  padding: 1px 6px 4px 5px;
}
details > summary:hover:not(:disabled) {
  color: rgba(0, 0, 0, 0.8);
  background: #f9f9f9;
  box-shadow: inset 0 -2px 0 #ccc;
}
details > summary:focus {
  outline: #00b7ff 2px dotted;
  outline-offset: 2px;
}
details > summary:active:not(:disabled) {
  top: 2px;
  box-shadow: none;
}
details > summary:disabled {
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  cursor: not-allowed;
}
details > summary span {
  font-size: 85%;
}
details > summary::-webkit-details-marker {
  display: none;
}
details > summary::before {
  content: "☰";
}
details > summary:hover, details > summary:focus {
  color: #00b7ff !important;
}
details > summary:focus {
  outline: black 2px dotted;
}
details > ul {
  margin: calc(0.75 * 1rem) 0;
  padding-left: calc(0.5 * 1rem);
  padding-bottom: calc(0.25 * 1rem);
}
@media (max-width: 768px) {
  details.nav--sm {
    display: inline-block !important;
  }
  details.nav--sm[open] > summary {
    position: absolute;
    right: 1em;
    bottom: 0.67em;
  }
  details.nav--sm > summary {
    float: right;
  }
  details.nav--sm > summary:active:not(:disabled) {
    top: unset;
  }
}

.highlight {
  color: black;
  border: 2px solid black;
  padding-right: 1rem;
  margin-bottom: calc(0.25 * 1rem);
  line-height: 1.45;
  display: flex;
  align-items: stretch;
}
.highlight.highlight--winter {
  background: rgba(144, 229, 255, 0.5019607843);
}
.highlight.highlight--spring {
  background: rgba(249, 237, 99, 0.5019607843);
}
.highlight.highlight--none {
  background: #eee;
}
.highlight > div {
  display: flex;
  align-items: center;
  border-radius: 2px;
}
.highlight > div:first-of-type {
  justify-content: center;
}
.highlight .icon {
  font-size: 125%;
  background: white;
  border-right: 2px solid black;
  width: 50px;
  margin-right: calc(0.5 * 1rem);
}
.highlight .message {
  padding: calc(0.75 * 1rem) 0;
}

a {
  color: currentColor;
}
a.underline {
  text-decoration: underline;
}
@media (max-width: 768px) {
  a.underline-mobile {
    text-decoration: underline;
  }
}
a:hover, a:focus {
  color: #00b7ff;
  text-decoration: underline;
}
a:focus {
  outline: black 2px dotted;
  outline-offset: 2px;
}

.link--icon {
  display: inline-flex;
  align-items: center;
}
.link--icon > svg {
  fill: black;
}
.link--icon > .icon {
  margin-right: calc(0.25 * 1rem);
  height: 20px;
  width: 20px;
  margin-top: -2px;
}
.link--icon > .icon.icon--right {
  margin-right: 0;
  margin-left: calc(0.25 * 1rem);
  margin-top: -3px;
}
.link--icon > .icon.icon--plus, .link--icon > .icon.icon--add {
  margin-top: -4px;
}
.link--icon > .icon.icon--map {
  height: 22px;
  width: 22px;
  margin-top: -7px;
}
.link--icon.link--icon--right .icon--map {
  margin-left: calc(0.25 * 1rem);
}
.link--icon:hover svg, .link--icon:focus svg {
  fill: #00b7ff;
}

ul.with-bullets {
  list-style-type: disc;
  padding-left: 1rem;
}

ol.with-decimals {
  list-style-type: decimal;
  padding-left: 1rem;
}

p + ul:not(.no-paragraph-margin),
p + ol:not(.no-paragraph-margin) {
  margin-top: calc(-1 * 0.75 * 1rem);
  margin-bottom: 1rem;
}

.overflow-x,
[class^=groundhogs] main,
.years main {
  overflow-x: auto;
}

.data-table.predictions:not(.predictions--has-details) thead > tr > th:nth-of-type(1) {
  width: 45%;
}

.data-table.predictions.predictions--has-details thead > tr > th:nth-of-type(1) {
  width: 20%;
}
.data-table.predictions.predictions--has-details thead > tr > th:nth-of-type(2) {
  width: 30%;
}

/* Standard Tables */
.data-table {
  /* shadow */
}
.data-table .data-table__title {
  margin-bottom: 0;
  border: none;
}
.data-table caption {
  text-align: left;
}
.data-table table {
  border-collapse: collapse;
  width: 100%;
  white-space: nowrap;
}
.data-table table.data-table__table--with-line-breaks {
  white-space: initial;
}
.data-table table td,
.data-table table th {
  border-bottom: transparent solid 1px;
  text-align: left;
  padding: calc(0.5 * 1rem);
}
@media (max-width: 768px) {
  .data-table table td,
  .data-table table th {
    border-bottom: #eee solid 1px;
  }
  .data-table table td:first-of-type,
  .data-table table th:first-of-type {
    padding-left: calc(0.25 * 1rem);
  }
}
.data-table table tr:hover {
  background: rgba(180, 180, 180, 0.15);
}
.data-table table tr[onclick]:hover {
  cursor: pointer;
}
.data-table table tr[onclick]:hover a {
  color: #00b7ff;
  text-decoration: underline;
}
.data-table table tr[onclick]:focus-within {
  outline: 1.5px dotted black;
  outline-offset: 2px;
  background: rgba(180, 180, 180, 0.1);
}
.data-table table tr[onclick] > th > a:focus {
  outline: none;
}
.data-table table thead.visible tr:hover {
  background-color: transparent;
}
.data-table table thead.visible th {
  border-top: 1.5px solid black;
  border-bottom: 1.5px solid black;
}
.data-table table thead.visible + tbody th {
  font-weight: 400;
}
.data-table table thead:not(.visible) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}
.data-table table thead:not(.visible) + tbody th {
  font-weight: 600;
}
.data-table table thead:not(.visible) + tbody tr:first-of-type th,
.data-table table thead:not(.visible) + tbody tr:first-of-type td {
  border-top: 1.5px solid black;
}
.data-table table tbody:hover td,
.data-table table tbody:hover th {
  border-bottom: #eee solid 1px;
}
.data-table table tbody tr:last-of-type th,
.data-table table tbody tr:last-of-type td {
  border-bottom: 1.5px solid black;
}
.data-table[role=region][aria-labelledby][tabindex] {
  overflow: auto;
}
.data-table[role=region][aria-labelledby][tabindex]:focus {
  outline: 2px dotted black;
  outline-offset: -2px;
}
.data-table[role=region][aria-labelledby][tabindex] {
  background: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0)), linear-gradient(to right, rgba(255, 255, 255, 0), #fff 70%) 0 100%, radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
  background-position: 0 0, 100%, 0 0, 100%;
  background-attachment: local, local, scroll, scroll;
}

/* components */
.card--grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 0.75fr));
  grid-gap: 1rem;
}
.card--grid > li,
.card--grid > li > a {
  display: inline-grid;
}
.card--grid > li:focus, .card--grid > li:hover,
.card--grid > li > a:focus,
.card--grid > li > a:hover {
  color: black;
  text-decoration: none;
}
.card--grid > li:focus .card--heading,
.card--grid > li > a:focus .card--heading {
  color: #00b7ff;
}

.card {
  text-align: left;
  border: 2px solid black;
  display: inline-block;
  position: relative;
}
.card:hover {
  background: #f9f9f9;
}
.card:hover .card--bg-change {
  background: rgba(249, 237, 99, 0.5019607843);
}
.card:hover .card--heading {
  color: #00b7ff;
  text-decoration: underline;
}
.card.card--winter:hover .card--bg-change {
  background: rgba(144, 229, 255, 0.5019607843);
  color: black;
}
.card.card--no-prediction:hover {
  background: white;
  opacity: 1;
}
.card--triangle {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 25px solid #f9ed63;
  position: absolute;
  right: 0;
}
.card--heading {
  text-transform: uppercase;
  margin: 1rem 1rem calc(0.5 * 1rem) calc(0.75 * 1rem);
  white-space: nowrap;
  text-decoration: underline;
}
.card--subhead {
  margin-left: calc(0.75 * 1rem);
  margin-bottom: calc(0.75 * 1rem);
}
.card--details {
  border-top: 2px solid black;
}
.card.card--winter .card--bg-change {
  background: black;
  color: white;
}
.card.card--winter .card--bg-change .icon {
  color: black;
}
.card.card--winter .card--triangle {
  border-right-color: #90e5ff;
}
.card.card--no-prediction {
  opacity: 0.65;
}
.card.card--no-prediction .card--bg-change {
  background: rgba(180, 180, 180, 0.15);
}
.card.card--no-prediction .card--triangle {
  border-right-color: rgba(180, 180, 180, 0.3);
}
.card.card--no-prediction .icon span {
  display: inline-block;
  translate: 0 -2px;
}

.index .card--details {
  font-size: 80%;
  padding-left: calc(0.75 * 1rem);
  padding-bottom: calc(0.25 * 1rem);
  padding-top: calc(0.25 * 1rem);
}

.predictions .card--details {
  display: flex;
  justify-items: center;
  align-items: center;
  padding-right: calc(0.75 * 1rem);
}
.predictions .card--details .icon {
  padding: calc(0.75 * 1rem);
  margin-right: calc(0.75 * 1rem);
  font-size: 150%;
  line-height: 1;
  background: white;
  border-right: 2px solid black;
}

.get-the-data .get-the-data--header {
  font-size: 1.563rem;
  letter-spacing: -0.03rem;
  margin-bottom: calc(0.75 * 1rem);
  margin-top: 0;
  border-bottom: 1.5px solid black;
  padding-bottom: 8px;
}
.get-the-data .get-the-data--button-list li {
  display: inline-block;
}
.get-the-data .get-the-data--button-list li:first-of-type {
  margin-right: calc(0.5 * 1rem);
  margin-bottom: calc(0.5 * 1rem);
}
.get-the-data .get-the-data--button-list li a.link-button,
.get-the-data .get-the-data--button-list li button {
  display: inherit;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
  padding: calc(0.25 * 1rem) calc(0.5 * 1rem);
  border: 2px solid black;
  border-radius: 4px;
  box-shadow: inset 0 -2px 0 #ddd;
  cursor: pointer;
}
.get-the-data .get-the-data--button-list li a.link-button:hover:not(:disabled),
.get-the-data .get-the-data--button-list li button:hover:not(:disabled) {
  color: rgba(0, 0, 0, 0.8);
  background: #f9f9f9;
  box-shadow: inset 0 -2px 0 #ccc;
}
.get-the-data .get-the-data--button-list li a.link-button:focus,
.get-the-data .get-the-data--button-list li button:focus {
  outline: #00b7ff 2px dotted;
  outline-offset: 2px;
}
.get-the-data .get-the-data--button-list li a.link-button:active:not(:disabled),
.get-the-data .get-the-data--button-list li button:active:not(:disabled) {
  top: 2px;
  box-shadow: none;
}
.get-the-data .get-the-data--button-list li a.link-button:disabled,
.get-the-data .get-the-data--button-list li button:disabled {
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  cursor: not-allowed;
}

nav {
  z-index: 2;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav a {
  color: black;
  text-decoration: underline;
}
nav a[aria-current] {
  font-weight: bold;
}
@media (max-width: 768px) {
  nav .nav--sm {
    display: block;
    position: fixed;
    width: 100%;
    min-height: 30px;
    background: white;
    border-top: 2px solid black;
    bottom: 0px;
    z-index: 1;
    padding: 0.8em 1.2em 0.8em 1.2em;
    margin-left: -1.2em;
  }
  nav .nav--sm[open] + .nav--sm--logo {
    display: none;
  }
  nav .nav--sm--logo {
    position: fixed;
    bottom: 0;
    z-index: 10;
    padding: 0.8em 1.2em 0.8em 0;
  }
  nav .nav--sm--logo a {
    display: flex;
    text-decoration: none;
  }
  nav .nav--sm--logo img {
    height: 29px;
  }
  nav .nav--sm--logo span {
    text-decoration: underline;
    margin-left: calc(0.25 * 1rem);
  }
  nav .nav--md {
    display: none;
  }
}
@media (min-width: 769px) {
  nav .nav--sm,
  nav .nav--sm--logo {
    display: none;
  }
  nav .nav--md {
    display: block;
  }
}

/* Hide nav on error */
.error nav {
  visibility: hidden;
}

.inner-content__header {
  margin-bottom: calc(1.5 * 1rem);
  display: grid;
  grid: auto-flow min-content/1fr;
  grid-gap: 0em;
  grid-template-areas: "back    download" "heading heading";
  /* Grid positioning */
  /* CSS styling */
}
.inner-content__header .page_header--back {
  grid-area: back;
}
.inner-content__header .page_header--heading {
  grid-area: heading;
}
.inner-content__header .page_header--download {
  grid-area: download;
}
.inner-content__header .page_header--back {
  margin-bottom: calc(0.25 * 1rem);
}
.inner-content__header .page_header--heading {
  margin-bottom: 0;
  border-bottom: 2px solid black;
}
@media (min-width: 769px) {
  .inner-content__header {
    border-bottom: 2px solid black;
    grid: auto-flow min-content/2.95fr 1fr;
    grid-template-areas: "back back" "heading download";
  }
  .inner-content__header .page_header--heading {
    border-bottom: none;
  }
  .inner-content__header .page_header--download {
    align-self: end;
    justify-self: end;
    display: inherit;
  }
  .inner-content__header .page_header--download > a {
    padding: 0 calc(0.5 * 1rem);
    border: 2px solid black;
    border-bottom: none;
    border-radius: 2px 2px 0 0;
  }
}

.skip-link {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  width: 200px;
  padding: 0px 52px 0px 0px;
  text-align: center;
  top: 0;
  left: 35px;
  box-sizing: content-box;
}
.skip-link img {
  width: 40px;
  position: absolute;
  transform: rotate(180deg);
  right: 12px;
  top: -40px;
  transition: top 0.8s ease 0.25s;
}
.skip-link:focus {
  clip: rect(auto, auto, auto, auto);
  height: inherit;
  overflow: inherit;
  background: #00b7ff;
  color: white;
  border: 2px dotted black;
  border-top: none;
}
.skip-link:focus img {
  top: -15px;
}

th[data-sort].sort {
  cursor: pointer;
  position: relative;
}
th[data-sort].sort:hover {
  background: rgba(180, 180, 180, 0.15);
}
th[data-sort].sort:hover::after {
  border-top: 7px solid rgba(180, 180, 180, 0.8);
}
th[data-sort].sort::after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid rgba(180, 180, 180, 0.5);
  content: "";
  position: absolute;
  margin-right: 10px;
  right: 0;
  top: 45%;
}
th[data-sort].sort.asc::after {
  border-top: 7px solid black;
  top: 45%;
}
th[data-sort].sort.desc::after {
  border-bottom: 7px solid black;
  border-top: 0;
  top: 48%;
}
th[data-sort].sort:focus {
  outline: 2px black dotted;
  outline-offset: 2px;
}
th[data-sort].sort:focus:not(:hover) {
  color: #00b7ff;
}
th[data-sort].sort:focus:not(:hover).asc::after {
  border-top-color: #00b7ff;
}
th[data-sort].sort:focus:not(:hover).desc::after {
  border-bottom-color: #00b7ff;
}

.data-table table th.extra-padding {
  padding-right: 30px;
}

.sortable--groundhogs--search--container,
.sortable--map--search--container {
  padding-top: 5px;
}
.sortable--groundhogs--search--container .sortable--groundhogs--search--results,
.sortable--map--search--container .sortable--groundhogs--search--results {
  display: inline-block;
}
.sortable--groundhogs--search--container input,
.sortable--map--search--container input {
  -webkit-appearance: none;
  font-size: 16px;
  border: 1.5px solid black;
  background-color: rgba(180, 180, 180, 0.1);
  padding: 2px 6px;
}
.sortable--groundhogs--search--container input:focus,
.sortable--map--search--container input:focus {
  outline: 2px dotted #00b7ff;
  outline-offset: 2px;
}
.sortable--groundhogs--search--container .results,
.sortable--map--search--container .results {
  display: inline-block;
  width: 90px;
  color: #555;
  margin-left: calc(0.25 * 1rem);
}
@media (max-width: 440px) {
  .sortable--groundhogs--search--container,
  .sortable--map--search--container {
    margin-left: calc(0.25 * 1rem);
    margin-bottom: calc(0.25 * 1rem);
  }
  .sortable--groundhogs--search--container input,
  .sortable--map--search--container input {
    padding: 5px 8px;
    margin-top: 3px;
    margin-bottom: 1px;
  }
}

#sortable--year--form {
  margin-bottom: 1rem;
  text-align: right;
}
#sortable--year--form select {
  font-family: inherit;
  color: black;
  display: inline-block;
  font-size: 1em;
  line-height: 1.33;
  width: auto;
  padding: 5px;
  padding-right: 5px;
  padding-right: 25px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1.5px solid black;
  border-radius: 0;
  appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, white 0%, white 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 10px top 50%, 0 0;
  background-size: 12px auto, 100%;
}
#sortable--year--form select:hover {
  color: #00b7ff;
  cursor: pointer;
}
#sortable--year--form select:focus {
  color: #00b7ff;
  outline: 2px dotted black;
  outline-offset: 2px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.screenreader-message:not(:focus, :focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.letter-spacing--less {
  letter-spacing: -3px;
}
@media (max-width: 440px) {
  .letter-spacing--less {
    letter-spacing: -1px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.hidden--desktop {
  display: none;
}

@media (max-width: 768px) {
  main {
    margin-top: -30px;
  }
  .hidden--desktop {
    display: block;
  }
  .hidden--mobile {
    display: none;
  }
  .center--mobile {
    text-align: center !important;
  }
}
@media (max-width: 440px) {
  .hidden--mobile-xs {
    display: none;
  }
}
/* These are basically our "content" pages */
.max-width--850 {
  max-width: 850px;
}
.max-width--850 a {
  text-decoration: underline;
}

.flip-x {
  display: inline-block;
  transform: scale(-1, 1);
}

.large-font {
  font-size: 115%;
}

.predictions--sort {
  text-align: right;
}

.site-title {
  letter-spacing: -0.2px;
}

.no-script,
.display--none {
  display: none;
}

/* for obfuscating emails. Idea comes from https://mauriciorobayo.github.io/react-obfuscate-email/?path=/docs/react-obfuscate-email--mail */
a > span.roe::after {
  content: "@";
}

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