/*!
* Theme Name: Watershed Row
* Author: Jolby
* Description: watershed row custom 20xx theme
* Version: 0.1.0
*/

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* Max Width */

.max-width {
  max-width: 1780px;
  margin-left: auto;
  margin-right: auto;
}

/* Link Hovering */

.link-underline {
  position: relative;
  text-decoration-line: none;
}

.link-underline::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(62 76 86 / var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
}

.link-underline:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.link-underline-cream {
  position: relative;
  text-decoration-line: none;
}

.link-underline-active::after {
  transform: translateX(-50%) scaleX(1);
}

.link-underline-cream::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(232 223 214 / var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
}

.link-underline-cream:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.peridot-link {
  font-size: 14px !important;
  font-family: 'peridot-pe-variable' !important;
  font-variation-settings: "ital" 0, "wdth" 125, "wght" 800 !important;
}

.wr-grid-posts-description a {
  text-decoration-line: underline;
}

/* Full nav while hovered or expanded */

.nav-scrolled #hoverLogo {
  display: none !important;
  /* hide */
  pointer-events: none;
  /* ignore mouse events */
}

.nav-header-home {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(62 76 86 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(232 223 214 / var(--tw-text-opacity, 1)) !important;
}

.nav-header-home.link-underline {
  --tw-text-opacity: 1;
  color: rgb(232 223 214 / var(--tw-text-opacity, 1));
}

/* https://fonts.adobe.com/fonts/peridot-pe-variable */

/*Body*/

.font-size-b1 {
  font-family: 'peridot-pe-variable';
  font-size: 16px;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 500;
}

.font-size-b2 {
  font-family: 'peridot-pe-variable';
  font-size: 26px;
  line-height: 46px;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 400;
}

.font-size-b3 {
  font-family: 'peridot-pe-variable';
  font-size: 14px;
  font-variation-settings: "ital" 0, "wdth" 125, "wght" 800;
}

.font-size-b4 {
  font-family: 'peridot-pe-variable';
  font-size: 20px;
  line-height: 35px;
}

@media (min-width: 768px) {
  .font-size-b4 {
    font-size: 37px;
    line-height: 47px;
  }
}

.font-size-b4 {
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 500;
}

/* Eyebrows */

.font-size-eye1 {
  font-family: 'peridot-pe-variable';
  font-size: 16px;
  line-height: 16px;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 500;
}

/* Links */

.font-size-l1 {
  font-family: 'peridot-pe-variable';
  font-size: 14px;
  font-variation-settings: "ital" 0, "wdth" 125, "wght" 800;
}

.font-size-l2::-moz-placeholder {
  font-family: 'peridot-pe-variable';
  font-size: 14px;
  font-variation-settings: "ital" 0, "wdth" 125, "wght" 800;
}

.font-size-l2, .font-size-l2::placeholder {
  font-family: 'peridot-pe-variable';
  font-size: 14px;
  font-variation-settings: "ital" 0, "wdth" 125, "wght" 800;
}

.font-size-l3::-moz-placeholder {
  font-family: 'peridot-pe-variable';
  font-variation-settings: "ital" 0, "wdth" 125, "wght" 800;
}

.font-size-l3, .font-size-l3::placeholder {
  font-family: 'peridot-pe-variable';
  font-variation-settings: "ital" 0, "wdth" 125, "wght" 800;
}

/*Headers*/

.font-size-h1 {
  font-family: BN Mainz, sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-variation-settings: "ital" 0, "wdth" 125, "wght" 800;
}

.font-size-h2 {
  font-family: 'peridot-pe-variable';
  font-size: 30px;
  line-height: 40px;
}

@media (min-width: 1024px) {
  .font-size-h2 {
    font-size: 54px;
    line-height: 66px;
  }
}

.font-size-h2 {
  font-variation-settings: "ital" 0, "wdth" 125, "wght" 800;
}

.font-size-h3 {
  font-family: 'peridot-pe-variable';
  font-size: 25px;
  line-height: 25px;
  font-variation-settings: "ital" 0, "wdth" 125, "wght" 800;
}

.font-size-petals {
  font-family: 'peridot-pe-variable';
  font-size: 40px;
  line-height: 40px;
  font-variation-settings: "ital" 0, "wdth" 125, "wght" 800;
}

.font-size-dates {
  font-family: BN Mainz, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

@media (min-width: 768px) {
  .font-size-dates {
    font-size: 70px;
    line-height: 70px;
  }
}

article p {
  font-family: 'peridot-pe-variable';
  font-size: 26px;
  line-height: 46px;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 400;
  margin-bottom: 26px;
  --tw-text-opacity: 1;
  color: rgb(62 76 86 / var(--tw-text-opacity, 1));
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-\[10px\] {
  inset: 10px;
}

.inset-\[12px\] {
  inset: 12px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[15vh\] {
  bottom: 15vh;
}

.bottom-\[30px\] {
  bottom: 30px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.right-\[20px\] {
  right: 20px;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.m-auto {
  margin: auto;
}

.\!my-\[20px\] {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-\[24px\] {
  margin-top: 24px;
  margin-bottom: 24px;
}

.my-\[50px\] {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[150px\] {
  margin-bottom: 150px;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[24px\] {
  margin-bottom: 24px;
}

.mb-\[35px\] {
  margin-bottom: 35px;
}

.mb-\[5px\] {
  margin-bottom: 5px;
}

.me-\[20px\] {
  margin-inline-end: 20px;
}

.me-\[2rem\] {
  margin-inline-end: 2rem;
}

.ms-\[20px\] {
  margin-inline-start: 20px;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-\[1\.5rem\] {
  margin-top: 1.5rem;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-\[15px\] {
  margin-top: 15px;
}

.mt-\[200px\] {
  margin-top: 200px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[25px\] {
  margin-top: 25px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[32px\] {
  margin-top: 32px;
}

.mt-\[38px\] {
  margin-top: 38px;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-0 {
  height: 0px;
}

.h-\[100vh\] {
  height: 100vh;
}

.h-\[12rem\] {
  height: 12rem;
}

.h-\[20px\] {
  height: 20px;
}

.h-\[23rem\] {
  height: 23rem;
}

.h-\[25px\] {
  height: 25px;
}

.h-\[2px\] {
  height: 2px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[385px\] {
  height: 385px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[500px\] {
  height: 500px;
}

.h-\[650px\] {
  height: 650px;
}

.h-\[70vh\] {
  height: 70vh;
}

.h-\[90vh\] {
  height: 90vh;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-0 {
  max-height: 0px;
}

.min-h-\[500px\] {
  min-height: 500px;
}

.min-h-\[600px\] {
  min-height: 600px;
}

.w-1\/2 {
  width: 50%;
}

.w-40 {
  width: 10rem;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[180px\] {
  width: 180px;
}

.w-\[20px\] {
  width: 20px;
}

.w-\[275px\] {
  width: 275px;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[380px\] {
  width: 380px;
}

.w-\[40px\] {
  width: 40px;
}

.w-\[460px\] {
  width: 460px;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[calc\(100\%-80px\)\] {
  width: calc(100% - 80px);
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.w-\[75px\] {
  width: 75px;
}

.min-w-\[100px\] {
  min-width: 100px;
}

.max-w-\[1000px\] {
  max-width: 1000px;
}

.max-w-\[397px\] {
  max-width: 397px;
}

.max-w-\[650px\] {
  max-width: 650px;
}

.max-w-\[660px\] {
  max-width: 660px;
}

.max-w-\[750px\] {
  max-width: 750px;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.origin-center {
  transform-origin: center;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[32px\] {
  gap: 32px;
}

.gap-\[40px\] {
  gap: 40px;
}

.gap-\[50px\] {
  gap: 50px;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-\[60px\] {
  gap: 60px;
}

.gap-\[90px\] {
  gap: 90px;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.self-stretch {
  align-self: stretch;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.border-2 {
  border-width: 2px;
}

.border-\[2px\] {
  border-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-\[2px\] {
  border-bottom-width: 2px;
}

.border-l-\[2px\] {
  border-left-width: 2px;
}

.border-t-\[2px\] {
  border-top-width: 2px;
}

.border-solid {
  border-style: solid;
}

.border-wr-blue {
  --tw-border-opacity: 1;
  border-color: rgb(62 76 86 / var(--tw-border-opacity, 1));
}

.border-wr-cream {
  --tw-border-opacity: 1;
  border-color: rgb(232 223 214 / var(--tw-border-opacity, 1));
}

.bg-\[\#878E7E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(135 142 126 / var(--tw-bg-opacity, 1));
}

.bg-\[\#8F4E32\] {
  --tw-bg-opacity: 1;
  background-color: rgb(143 78 50 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E8DFD6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 223 214 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-wr-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(62 76 86 / var(--tw-bg-opacity, 1));
}

.bg-wr-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(232 223 214 / var(--tw-bg-opacity, 1));
}

.bg-wr-green {
  --tw-bg-opacity: 1;
  background-color: rgb(135 142 126 / var(--tw-bg-opacity, 1));
}

.bg-wr-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(205 201 201 / var(--tw-bg-opacity, 1));
}

.bg-wr-white {
  --tw-bg-opacity: 1;
  background-color: rgb(232 223 214 / var(--tw-bg-opacity, 1));
}

.bg-wr-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(186 134 58 / var(--tw-bg-opacity, 1));
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[30px\] {
  padding: 30px;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}

.px-\[4\.5rem\] {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}

.px-\[65px\] {
  padding-left: 65px;
  padding-right: 65px;
}

.px-\[7rem\] {
  padding-left: 7rem;
  padding-right: 7rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[100px\] {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[35px\] {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-\[3rem\] {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-\[10px\] {
  padding-bottom: 10px;
}

.pe-\[20px\] {
  padding-inline-end: 20px;
}

.pe-\[35px\] {
  padding-inline-end: 35px;
}

.pe-\[50px\] {
  padding-inline-end: 50px;
}

.ps-2 {
  padding-inline-start: 0.5rem;
}

.ps-\[7\.5rem\] {
  padding-inline-start: 7.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.align-top {
  vertical-align: top;
}

.\!font-bnmainz {
  font-family: BN Mainz, sans-serif !important;
}

.font-\[\"degular-display\"\] {
  font-family: "degular-display";
}

.font-martin {
  font-family: VTC Martin, normal;
}

.\!text-\[20px\] {
  font-size: 20px !important;
}

.\!text-\[40px\] {
  font-size: 40px !important;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[25px\] {
  font-size: 25px;
}

.text-\[26px\] {
  font-size: 26px;
}

.text-\[27px\] {
  font-size: 27px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-\[45px\] {
  font-size: 45px;
}

.text-\[70px\] {
  font-size: 70px;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-\[1\.12\] {
  line-height: 1.12;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-\[31px\] {
  line-height: 31px;
}

.leading-\[33px\] {
  line-height: 33px;
}

.tracking-\[25px\] {
  letter-spacing: 25px;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.tracking-\[50px\] {
  letter-spacing: 50px;
}

.tracking-\[30px\] {
  letter-spacing: 30px;
}

.tracking-\[20px\] {
  letter-spacing: 20px;
}

.tracking-\[10px\] {
  letter-spacing: 10px;
}

.tracking-\[2px\] {
  letter-spacing: 2px;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-wr-blue {
  --tw-text-opacity: 1;
  color: rgb(62 76 86 / var(--tw-text-opacity, 1));
}

.text-wr-brown {
  --tw-text-opacity: 1;
  color: rgb(143 78 50 / var(--tw-text-opacity, 1));
}

.text-wr-cream {
  --tw-text-opacity: 1;
  color: rgb(232 223 214 / var(--tw-text-opacity, 1));
}

.text-wr-green {
  --tw-text-opacity: 1;
  color: rgb(135 142 126 / var(--tw-text-opacity, 1));
}

.opacity-0 {
  opacity: 0;
}

.opacity-\[\.8\] {
  opacity: .8;
}

.outline {
  outline-style: solid;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.\[clip-path\:polygon\(0\%_0\%\2c calc\(100\%-80px\)_0\%\2c 100\%_80px\2c 100\%_100\%\2c 0\%_100\%\)\] {
  clip-path: polygon(0% 0%,calc(100% - 80px) 0%,100% 80px,100% 100%,0% 100%);
}

.\[clip-path\:polygon\(0\%_0\%\2c calc\(100\%-80px\)_0\%\2c 100\%_80px\2c 100\%_100\%\2c 80px_100\%\2c 0\%_calc\(100\%-80px\)\)\] {
  clip-path: polygon(0% 0%,calc(100% - 80px) 0%,100% 80px,100% 100%,80px 100%,0% calc(100% - 80px));
}

/* Fonts */

@font-face {
  font-family: 'BN Mainz';

  font-weight: normal;

  font-style: normal;

  src: url("../../assets/fonts/BNMainz.woff");
}

/* Carousel */

.wr-carousel-nav:focus {
  border: none;
}

.wr-carousel-nav button svg path {
  transition: stroke 0.2s ease;
}

.wr-carousel-nav button:hover svg path {
  stroke: #1E293B;
  /* darker blue-gray or your accent color */
}

.flickity-enabled:focus {
  outline: none !important;
}

/* Other */

.wr-hero {
  position: absolute;
  display: flex;
  justify-content: center;
  padding-inline-start: 0.5rem;
  font-family: VTC Martin, normal;
  font-size: 185px;
  text-transform: uppercase;
  line-height: 60%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wr-dates {
  line-height: 71%;
  max-width: 1000px;
  padding: 20px;
  font-family: VTC Martin, normal;
  font-size: 60px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .wr-dates {
    padding: 0px;
    font-size: 90px;
  }
}

.wr-banner {
  line-height: 71%;
  max-width: 1000px;
  font-family: VTC Martin, normal;
  font-size: 135px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

hr {
  max-width: 1100px;
}

.hr-anim {
  transform-origin: center;
}

/* Only if user is logged in and admin bar visible */

body.admin-bar #siteHeader {
  top: 32px;
}

/* On small screens, WP admin bar taller (46px) */

@media screen and (max-width: 782px) {
  body.admin-bar #siteHeader {
    top: 0px;
  }
}

/* Wordpress Editor */

.editor-styles-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  /* Adjust colors, font, and spacing */
}

.editor-styles-wrapper .wp-block {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.editor-styles-wrapper .wp-block-button__link {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.editor-styles-wrapper a {
  text-decoration: none;
}

.editor-styles-wrapper .wp-block[data-align="wide"] {
  width: 90vw;
  max-width: 1200px;
}

.editor-styles-wrapper .wp-block[data-align="full"] {
  width: 100vw;
  max-width: 100%;
}

.editor-styles-wrapper h1:not(.editor-post-title__input), .watershed-main h1 {
  font-family: BN Mainz, sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-variation-settings: "ital" 0, "wdth" 125, "wght" 800;
}

.block-editor__container img {
  height: -webkit-fill-available !important;
}

.editor-styles-wrapper p, .wp-block-column p {
  font-family: 'peridot-pe-variable';
  font-size: 26px;
  line-height: 46px;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 400;
}

/* Nav */

.header-scrolled #menuLeft,
.header-scrolled #menuRight {
  opacity: 0;
  pointer-events: none;
}

#menuLeft:hover,
#menuRight:hover {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.underline-anim {
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 0% 2px;
  /* start hidden */
  background-position: 0 100%;
  /* bottom left */
  transition: background-size 0.3s ease;
}

/* Overwrite Formidable */

.frm_fields_container input, .frm_fields_container textarea {
  border: transparent !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  color: #3E4C56 !important;
  font-size: 14px !important;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 500 !important;
  font-family: 'peridot-pe-variable' !important;
  text-transform: uppercase !important;
}

.frm_fields_container input {
  border-bottom: 2px solid #3E4C56 !important;
}

.frm_fields_container textarea {
  border: 2px solid #3E4C56 !important;
}

.frm_fields_container input:focus, textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}

.frm_button_submit {
  border: 2px solid #3E4C56 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  font-family: 'peridot-pe-variable' !important;
  font-variation-settings: "ital" 0, "wdth" 125, "wght" 800 !important;
  color: #3E4C56 !important;
}

.email-input {
  height: 40px;
  min-width: 260px;
  border: 2px solid #E8DFD6 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  color: #E8DFD6 !important;
  font-size: 14px !important;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 500 !important;
  font-family: 'peridot-pe-variable' !important;
}

.email-input::-moz-placeholder {
  color: #E8DFD6;
}

.email-input::placeholder {
  color: #E8DFD6;
}

.email-submit {
  height: 40px;
  border-radius: 0 !important;
  background-color: #8B949A !important;
  font-size: 14px !important;
  font-family: 'peridot-pe-variable' !important;
  font-variation-settings: "ital" 0, "wdth" 125, "wght" 800 !important;
  color: #3E4C56 !important;
}

.frm_fields_container label {
  font-size: 14px !important;
  font-family: 'peridot-pe-variable' !important;
  font-variation-settings: "ital" 0, "wdth" 100, "wght" 500 !important;
  color: #3E4C56 !important;
  text-transform: uppercase !important;
}

/* Watershed Hovering */

.yellow-top:hover, .green-top:hover, .blue-bot:hover, .light-blue-bot:hover, .brown-bot:hover {
  transition: opacity 0.25s ease-in-out;
  opacity: 1 !important;
}

.ellipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.collapsed {
  display: none;
}

/* Formidable */

.frm_primary_label {
  border-bottom: 2px solid #3E4C56;
  margin-right: 0 !important;
}

.frm_primary_label[for="field_9jv0r12"] {
  border-bottom: 2px solid transparent;
  margin-right: 0 !important;
}

#field_9jv0r12{
  text-transform: unset !important;
}

/*Safari Overrides*/

details summary::-webkit-details-marker {
  display: none;
}

details summary {
  list-style: none;
}

/*Block Definitions*/

.wr-1up p + p {
  margin-top: 1.5rem;
}

.wp-element-caption {
  margin-top: 20px;
  margin-left: 20px;
  opacity: 0.8;
  /*@apply !font-size-b1 !mt-[20px] !ms-[20px] !text-wr-blue !opacity-[.8];*/
}

/* Font Styling */

@media (min-width: 1024px) {
  .lg\:max-width {
    max-width: 1780px;
    margin-left: auto;
    margin-right: auto;
  }
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.hover\:-translate-x-1:hover {
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:translate-x-1:hover {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-wr-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(62 76 86 / var(--tw-bg-opacity, 1));
}

.hover\:text-wr-cream:hover {
  --tw-text-opacity: 1;
  color: rgb(232 223 214 / var(--tw-text-opacity, 1));
}

.hover\:opacity-60:hover {
  opacity: 0.6;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.group[open] .group-open\:max-h-\[500px\] {
  max-height: 500px;
}

.group[open] .group-open\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:hidden {
  display: none;
}

.group:hover .group-hover\:h-full {
  height: 100%;
}

.group:hover .group-hover\:translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 640px) {
  .sm\:grid {
    display: grid;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:ps-\[8px\] {
    padding-inline-start: 8px;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:bottom-\[40px\] {
    bottom: 40px;
  }

  .md\:left-1\/2 {
    left: 50%;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:my-\[100px\] {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .md\:block {
    display: block;
  }

  .md\:h-\[600px\] {
    height: 600px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-\[350px\] {
    width: 350px;
  }

  .md\:w-\[460px\] {
    width: 460px;
  }

  .md\:w-\[600px\] {
    width: 600px;
  }

  .md\:w-\[645px\] {
    width: 645px;
  }

  .md\:w-\[670px\] {
    width: 670px;
  }

  .md\:w-\[90px\] {
    width: 90px;
  }

  .md\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:\!grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:\!gap-\[85px\] {
    gap: 85px !important;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-\[45px\] {
    gap: 45px;
  }

  .md\:gap-\[50px\] {
    gap: 50px;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:ps-\[120px\] {
    padding-inline-start: 120px;
  }

  .md\:pt-\[100px\] {
    padding-top: 100px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-\[24px\] {
    font-size: 24px;
  }

  .md\:text-\[26px\] {
    font-size: 26px;
  }

  .md\:text-\[30px\] {
    font-size: 30px;
  }

  .md\:text-\[37px\] {
    font-size: 37px;
  }

  .md\:leading-\[28px\] {
    line-height: 28px;
  }

  .md\:leading-\[70px\] {
    line-height: 70px;
  }
}

@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-\[730px\] {
    width: 730px;
  }

  .lg\:w-\[766px\] {
    width: 766px;
  }

  .lg\:w-\[880px\] {
    width: 880px;
  }

  .lg\:w-\[900px\] {
    width: 900px;
  }

  .lg\:max-w-\[780px\] {
    max-width: 780px;
  }

  .lg\:\!flex-row {
    flex-direction: row !important;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:\!flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:pe-\[175px\] {
    padding-inline-end: 175px;
  }

  .lg\:text-\[54px\] {
    font-size: 54px;
  }

  .lg\:font-\[54px\] {
    font-weight: 54px;
  }
}

@media (min-width: 1280px) {
  .xl\:pe-\[280px\] {
    padding-inline-end: 280px;
  }
}

