.front-page-search .state-field {
  display: flex;
}

.front-page-search .state-field label {
  font-size: 1.3em;
}

.front-page-search .state-field select {
  color: var(--wp--custom--greyd--input--label--color--text);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}

.front-page-search .application-type-field {
  margin-top: 3em;
  display: flex;
  gap: 1em;
}

.front-page-search .application-choice {
  flex: 1 1 0;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

.front-page-search .application-choice input[type=checkbox] {
  position: absolute;
  top: 1em;
  left: 1em;
  border: none;
  background-color: var(--wp--preset--color--custom-light-brown);
}

.front-page-search .application-choice label {
  flex-grow: 1;
  margin: 0;
  padding: 2.5em 1em 1em;
  border: 1px solid var(--wp--preset--color--secondary);
  border-width: 1px 1px 4px 1px;
  border-radius: 16px;
  background-color: #fff;
  font-size: 1.3em;
  font-weight: bold;
}
input[type=checkbox]:checked + .front-page-search .application-choice label {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--lightest);
}

.front-page-search .application-choice label::before {
  display: block;
  height: 3em;
  margin-bottom: 0.5em;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.front-page-search .application-choice label[for=agriculture]::before {
  content: "";
  background-image: url(../img/icon_agriculture.svg);
}
input[type=checkbox]:checked + .front-page-search .application-choice label[for=agriculture]::before {
  background-image: url(../img/icon_agriculture-white.svg);
}

.front-page-search .application-choice label[for=fertilizer-blending]::before {
  content: "";
  background-image: url(../img/icon_fertilizer.svg);
}
input[type=checkbox]:checked + .front-page-search .application-choice label[for=fertilizer-blending]::before {
  background-image: url(../img/icon_fertilizer-white.svg);
}

.front-page-search .application-choice label[for=landscape-horticulture]::before {
  content: "";
  background-image: url(../img/icon_horticulture.svg);
}
input[type=checkbox]:checked + .front-page-search .application-choice label[for=landscape-horticulture]::before {
  background-image: url(../img/icon_horticulture-white.svg);
}

.front-page-search .application-choice label[for=soil-blending]::before {
  content: "";
  background-image: url(../img/icon_soil-blending.svg);
}
input[type=checkbox]:checked + .front-page-search .application-choice label[for=soil-blending]::before {
  background-image: url(../img/icon_soil-blending-white.svg);
}

.front-page-search .application-choice label[for=turf-golf-courses]::before {
  content: "";
  background-image: url(../img/icon_turf.svg);
}
input[type=checkbox]:checked + .front-page-search .application-choice label[for=turf-golf-courses]::before {
  background-image: url(../img/icon_turf-white.svg);
}

.front-page-search .submit {
  margin-top: 2em;
  text-align: center;
}

@media (max-width: 991.98px) {
  .front-page-search .state-field {
    display: block;
  }
  .front-page-search .application-type-field {
    flex-wrap: wrap;
  }
  .front-page-search .application-choice {
    flex-grow: 0;
    flex-basis: calc(33.33% - 0.6666666667em);
  }
  .front-page-search .application-choice label {
    font-size: min(1.2em, 4.25vw);
  }
}
@media (max-width: 575.99px) {
  .front-page-search .application-choice {
    flex-basis: calc(50% - 1em);
  }
  .front-page-search .application-choice label::before {
    height: 2.5em;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .left-float-md {
    float: left;
    max-width: 16em;
    margin-right: 2em;
  }
}
@media (min-width: 1200px) {
  .left-float-lg {
    float: left;
    max-width: 16em;
    margin-right: 2em;
  }
}
/* Filter Message Box Styling */
.message-box {
  font-family: var(--wp--preset--font-family--body, inherit);
  font-size: var(--wp--preset--font-size--base, 1em);
  font-weight: var(--wp--custom--font-weight--regular, 400);
  line-height: var(--wp--custom--line-height--normal, 1.5);
  padding: var(--wp--preset--spacing--small, 1em);
  border-width: 1px 1px 1px 5px;
  border-radius: 2px;
  border-style: solid;
  color: var(--wp--preset--color--foreground, currentColor);
  background-color: var(--wp--preset--color--lightest, #ffffff);
  box-shadow: 0px 6px 9px -2px rgba(0, 0, 0, 0.2);
  border-color: var(--wp--preset--color--vivid-cyan-blue, #0693e3);
}

.message-box::before {
  content: "p";
  padding: var(--wp--preset--spacing--small, 0.5em);
  font-family: "ElegantIcons" !important;
  speak: never;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: initial;
  color: inherit;
}

.message-box.visible {
  display: block;
}

.hidden {
  display: none;
}

/* Events Page (Single and Index css) */
#tribe-events-pg-template {
  max-width: 100% !important;
  padding: 0 !important;
}

.tribe-events-l-container {
  padding: 0 !important;
}

.button.is-style-prim {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.2s;
  cursor: pointer;
  text-align: center;
  font-family: var(--wp--custom--greyd--button--typography--font-family) !important;
  font-size: var(--wp--custom--greyd--button--typography--font-size) !important;
  font-weight: var(--wp--custom--greyd--button--typography--font-weight) !important;
  line-height: var(--wp--custom--greyd--button--typography--line-height) !important;
  text-transform: var(--wp--custom--greyd--button--typography--text-transform) !important;
  letter-spacing: var(--wp--custom--greyd--button--typography--letter-spacing) !important;
  word-spacing: var(--wp--custom--greyd--button--typography--word-spacing) !important;
  padding-top: var(--wp--custom--greyd--button--spacing--padding--top) !important;
  padding-bottom: var(--wp--custom--greyd--button--spacing--padding--bottom) !important;
  padding-left: var(--wp--custom--greyd--button--spacing--padding--left) !important;
  padding-right: var(--wp--custom--greyd--button--spacing--padding--right) !important;
  color: var(--wp--custom--greyd--button--prim--color--text) !important;
  background: var(--wp--custom--greyd--button--prim--color--background) !important;
  border-radius: var(--wp--custom--greyd--button--prim--border--radius) !important;
  border-width: var(--wp--custom--greyd--button--prim--border--width) !important;
  border-style: var(--wp--custom--greyd--button--prim--border--style) !important;
  border-color: var(--wp--custom--greyd--button--prim--border--color) !important;
  box-shadow: var(--wp--custom--greyd--button--prim--shadow) !important;
}

.tribe-events .tribe-events-c-view-selector__list-item-text {
  /* font-family: var(--wp--custom--greyd--button--typography--font-family) !important; */
  font-family: var(--wp--preset--font-family--avenir-lt-std) !important;
  font-size: var(--wp--custom--greyd--button--typography--font-size) !important;
  font-weight: var(--wp--custom--greyd--button--typography--font-weight) !important;
  line-height: var(--wp--custom--greyd--button--typography--line-height) !important;
  text-transform: var(--wp--custom--greyd--button--typography--text-transform);
  letter-spacing: var(--wp--custom--greyd--button--typography--letter-spacing);
  word-spacing: var(--wp--custom--greyd--button--typography--word-spacing);
  /* color: var(--wp--custom--greyd--button--prim--color--text)!important; */
  color: var(--wp--preset--color--primary) !important;
}

.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input {
  background-color: var(--wp--custom--greyd--input--prim--color--background) !important;
  color: var(--wp--custom--greyd--input--label--color--text) !important;
  /* font-family: var(--wp--custom--greyd--button--typography--font-family) !important; */
  font-family: var(--wp--preset--font-family--avenir-lt-std) !important;
  font-size: var(--wp--custom--greyd--button--typography--font-size) !important;
  font-weight: bold !important;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}

.tribe-events .tribe-events-header__events-bar {
  padding: 15px;
}

.tribe-events .tribe-events-c-search__input-control-icon-svg path {
  /* fill: var(--wp--custom--greyd--button--prim--color--text) !important; */
  fill: var(--wp--preset--color--primary) !important;
}

.tribe-events-c-search__input-group {
  margin-right: 15px !important;
}

.tribe-events .tribe-events-calendar-list__event-details, .tribe-events-event-meta.primary {
  flex-grow: 1;
  margin: 0;
  padding: 1em;
  border: 1px solid var(--wp--preset--color--primary);
  border-width: 1px 1px 6px 1px;
  border-radius: 24px;
  /* background-color: #fff !important; */
  background-color: #FFF3D6 !important;
  font-size: var(--wp--custom--greyd--button--typography--font-size);
  font-weight: var(--wp--custom--greyd--button--typography--font-weight);
  /* font-family: var(--wp--custom--greyd--button--typography--font-family); */
  font-family: var(--wp--preset--font-family--avenir-lt-std) !important;
  padding-bottom: 60px;
}

.tribe-events h1, .tribe-events h2, .tribe-events h3, .tribe-events h4, .tribe-events h5, .tribe-events h6, h2.tribe-events-single-event-title {
  color: var(--wp--preset--color--primary) !important;
  /* font-family: var(--wp--preset--font-family--heading)!important; */
  font-family: var(--wp--preset--font-family--avenir-lt-std) !important;
  font-weight: var(--wp--custom--font-weight--semi-bold) !important;
  line-height: var(--wp--custom--line-height--tight) !important;
}

.tribe-events p, .tribe-events time span, .tribe-events-c-subscribe-dropdown__list, .tribe-events-content, #tribe-events-footer, .tribe-events-back a, .tribe-events-content p {
  /* color: var(--wp--preset--color--darkest)!important; */
  color: var(--wp--preset--color--primary) !important;
  /* font-family: var(--wp--preset--font-family--body)!important; */
  font-family: var(--wp--preset--font-family--avenir-lt-std) !important;
  font-size: var(--wp--preset--font-size--base) !important;
  font-style: normal !important;
  font-weight: 400 !important;
}

.tribe-events span.tribe-events-calendar-list__event-date-tag-daynum {
  font-weight: bold !important;
  font-size: 28px !important;
}

.tribe-events p.tribe-events-calendar-list__event-title {
  font-weight: bold !important;
  font-size: 24px !important;
}

.tribe-events .tribe-common-g-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tribe-events .tribe-events-c-nav__next, .tribe-events .tribe-events-c-nav__prev {
  font-weight: bold !important;
}

.tribe-events .tribe-events-calendar-list__month-separator-text {
  font-weight: bold !important;
  font-size: 24px !important;
}

.tribe-events-meta-group {
  font-weight: 400;
  padding: 0;
}

.tribe-events-meta-group a, p.tribe-events-back, .tribe-events-back a {
  font-weight: bold !important;
}

.tribe-events-meta-group .tribe-events-single-section-title {
  margin-top: 10px;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown__button {
  width: 270px !important;
}

.tribe-events a {
  color: var(--wp--preset--color--primary) !important;
}

.tribe-events-meta-group .tribe-events-single-section-title {
  color: var(--wp--preset--color--tertiary);
  font-size: var(--wp--preset--font-size--medium);
}

.tribe-events-event-meta:before {
  border: none;
}

.tribe-events-meta-group a {
  color: var(--wp--preset--color--primary) !important;
}

.tribe-events-meta-group a:hover {
  text-decoration: underline;
}

.tribe-common .tribe-common-h8 {
  font-family: var(--wp--custom--greyd--button--typography--font-family) !important;
  font-size: var(--wp--preset--font-size--base) !important;
}

@media (max-width: 575.99px) {
  .tribe-events-calendar-list__event-date-tag, .tribe-events-calendar-list__event-featured-image-wrapper {
    display: none;
  }
}
/* Typographical Elements
--------------------------------------------- */
.border-white img {
  border: 6px solid #fff;
}

.wp-block-greyd-list a:hover {
  text-decoration: underline;
}

mark {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #212b32;
}
mark.has-inline-color {
  color: inherit !important;
  font-style: unset;
  font-feature-settings: none;
  font-variant-ligatures: none;
  text-decoration-thickness: 0.75rem;
  text-decoration-line: underline;
  text-underline-offset: -0.25rem;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-color: rgba(109, 53, 61, 0.5);
}
mark.has-inline-color.has-theme-primary-color, mark.has-inline-color.has-theme-background-color {
  text-decoration-color: rgba(164, 188, 194, 0.5);
}
@media (max-width: 576px) {
  mark.has-inline-color {
    text-decoration-thickness: 0.5rem;
  }
}

/* Navigation
---------------------------------------------------------------------------- */
header .button:not(:hover) span[aria-hidden]:not(:first-child:last-child) {
  margin-left: 0 !important;
}

@media (min-width: 576px) and (max-width: 1043px) {
  header .hidden-sm,
  header .wp-block-column.wp-block-column.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1043px) and (max-width: 1200px) {
  header .hidden-md,
  header .wp-block-column.wp-block-column.hidden-md {
    display: none !important;
  }
}
@media screen and (max-width: 1043px) {
  header .hidden-md.mobile-menu {
    display: block !important;
  }
}
.primary-nav .search a, .primary-nav .search a:hover,
.primary-nav .search .is-style-clear.button:hover {
  text-decoration: none !important;
}
.primary-nav .gs_aQNnW0:hover {
  text-decoration: none !important;
}

.mobile-menu a {
  color: inherit !important;
}
.mobile-menu .is-style-button-outline a {
  color: var(--wp--custom--greyd--button--sec--color--text) !important;
}

/* Sections/Patterns
---------------------------------------------------------------------------- */
/* Hero & Page Titles
--------------------------------------------- */
.hero {
  overflow: hidden;
  min-height: 350px;
}
@media screen and (max-width: 1043px) {
  .home .hero .gs_6Jdd1a, .hero-home .gs_6Jdd1a {
    width: 100% !important;
    padding: 40px 32px !important;
  }
  .home .hero .gs_F9LIiY, .hero-home .gs_F9LIiY {
    min-height: 400px !important;
    border-top-left-radius: 80px !important;
    border-left-width: 25px !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  .home .hero, .hero-home {
    min-height: 600px;
  }
  .home .hero .gs_F9LIiY, .hero-home .gs_F9LIiY {
    min-height: 400px !important;
    border-top-left-radius: 80px !important;
    border-left-width: 25px !important;
  }
}
@media screen and (max-width: 564px) {
  .home .hero, .hero-home {
    min-height: 300px !important;
  }
}
.hero mark {
  background-color: rgba(0, 0, 0, 0);
  text-decoration-color: rgba(164, 188, 194, 0.5);
}
@media screen and (max-width: 991px) {
  .hero {
    background-size: 50% !important;
    min-height: 250px !important;
  }
  .hero .hero-inner {
    background-size: 50% !important;
  }
}

/* CTA Sections
--------------------------------------------- */
@media screen and (max-width: 768px) {
  .cta {
    background-size: 50% !important;
  }
}
@media screen and (max-width: 991.98px) {
  .cta .gs_lhL95s {
    padding: 48px 30px !important;
  }
}

/* Privacy Policy
--------------------------------------------- */
#policy .accordion-heading {
  font-size: 21px !important;
}

/* Forms
---------------------------------------------------------------------------- */
textarea {
  resize: vertical;
}

.select-items {
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
}

.select-items, .dropdown {
  border-radius: 24px !important;
}

.input:focus::-webkit-input-placeholder {
  color: transparent;
}

.input:focus::-moz-placeholder {
  color: transparent;
}

.input:-moz-placeholder {
  color: transparent;
}

.input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.input:focus::-moz-placeholder {
  opacity: 0;
}

.input:-moz-placeholder {
  opacity: 0;
}

.select-selected::after {
  position: absolute;
  content: "C";
  font-family: ElegantIcons;
  font-weight: 400;
  right: 10px;
}

/* input:not([type=submit]):focus-visible, 
.input:focus-visible, 
textarea:focus-visible, 
select:focus-visible, 
input[type="radio"]:focus-visible + span, 
input[type="checkbox"]:focus-visible + span, 
select:focus-visible + .select-selected {
  outline: 2px dotted #ffc531 !important;
  outline-offset: 3px;
} */
.subscribe .label_wrap {
  display: none;
}

/* Blocks
---------------------------------------------------------------------------- */
.wp-block-separator.is-style-wide, .wp-block-separator.is-style-wide.has-background {
  border-color: rgba(155, 155, 155, 0.5) !important;
}

.yt-embed iframe {
  border-radius: 0px;
}

/* Tabs
--------------------------------------------- */
.is-style-sec .greyd_tab {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.is-style-sec .button:hover span[aria-hidden]:not(:first-child:last-child) {
  margin-left: 0 !important;
}

.is-style-sec .greyd_tab {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.is-style-sec .button:hover span[aria-hidden]:not(:first-child:last-child) {
  margin-left: 0 !important;
}

/* Cards
--------------------------------------------- */
/* Flip Card */
.flip-card {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1000px;
}
@media screen and (max-width: 576px) {
  .flip-card {
    min-height: 310px !important;
  }
}
@media screen and (min-width: 1440px) {
  .flip-card {
    min-height: 385px !important;
  }
}
.flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
@media screen and (max-width: 576px) {
  .flip-card .flip-card-inner {
    min-height: 260px !important;
  }
}
.flip-card:hover .flip-card-inner, .flip-card:focus-within .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card .flip-box-front,
.flip-card .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.flip-card .flip-box-back {
  transform: rotateY(180deg);
}
.flip-card a {
  color: #6d353d !important;
}
.flip-card a:hover, .flip-card a:focus {
  color: #260907 !important;
}

/* Accordion
--------------------------------------------- */
.wp-block-greyd-accordion__title .icon {
  color: var(--wp--preset--color--secondary);
}

.wp-block-greyd-accordion-item {
  background: #fff;
}

.wp-block-greyd-accordion__content {
  padding-top: 8px !important;
}

.wp-block-greyd-accordion__content p:first-child {
  margin-top: 0 !important;
}

/* Carousel
--------------------------------------------- */
.partners .wp-block-image img {
  margin: auto !important;
  display: flex;
}

.blog-post a {
  text-decoration: none !important;
}

/* Objects & Backgrounds
---------------------------------------------------------------------------- */
/* Top Left */
.mark-duotone-tl {
  background-image: url("/wp-content/uploads/2025/06/logo-mark-duotone-ltr.svg") !important;
  background-position: 0% 0%;
  background-repeat: no-repeat !important;
  background-size: 15%;
}

/* Top Right */
.mark-duotone-tr {
  background-image: url("/wp-content/uploads/2025/06/logo-mark-duotone-rtl.svg") !important;
  background-position: 100% 0%;
  background-repeat: no-repeat !important;
  background-size: 15%;
}

/* Bottom Left */
.mark-duotone-bl {
  background-image: url("/wp-content/uploads/2025/06/logo-mark-duotone-ltr.svg") !important;
  background-position: 0% 100% !important;
  background-repeat: no-repeat !important;
  background-size: 15%;
}

/* Bottom Right */
.mark-duotone-br {
  background-image: url("/wp-content/uploads/2025/06/logo-mark-duotone-rtl.svg") !important;
  background-position: 100% 100% !important;
  background-repeat: no-repeat !important;
  background-size: 15%;
}

@media screen and (max-width: 1024px) {
  .mark-duotone-tr,
  .mark-duotone-tl,
  .mark-duotone-br,
  .mark-duotone-bl {
    background-image: none !important;
  }
}

/* Image with Decor */
.img-with-decor {
  position: relative;
  z-index: 0;
}
.img-with-decor::before, .img-with-decor::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 163px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none; /* Ensures the decoration doesn't block clicks */
}
.img-with-decor::before {
  top: -60px;
  right: -60px;
  background-image: url("/wp-content/uploads/2025/06/decor-tr.svg");
}
.img-with-decor::after {
  bottom: -60px;
  left: -60px;
  background-image: url("/wp-content/uploads/2025/06/decor-bl.svg");
}
@media (max-width: 991px) {
  .img-with-decor::before, .img-with-decor::after {
    width: 100px;
    height: 110px;
  }
  .img-with-decor::before {
    top: -40px;
    right: -40px;
  }
  .img-with-decor::after {
    bottom: -40px;
    left: -40px;
  }
}
@media (max-width: 575px) {
  .img-with-decor::before, .img-with-decor::after {
    width: 70px;
    height: 80px;
  }
  .img-with-decor::before {
    top: -30px;
    right: -30px;
  }
  .img-with-decor::after {
    bottom: -30px;
    left: -30px;
  }
}

/* Blog
---------------------------------------------------------------------------- */
.greyd-posts-slider .pagination {
  margin-top: 30px;
  font-size: clamp(16px, 0.875rem + (1vw - 3.2px) * 0.4, 21px);
  font-weight: 600;
}

/* Footer
---------------------------------------------------------------------------- */
footer .footer-background {
  background-image: url(https://nicolejoseph.wpenginepowered.com/wp-content/uploads/2025/06/footer-logo-mark.svg);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}
@media screen and (max-width: 991px) {
  footer .footer-background {
    background-size: 30% !important;
    background-position: 100% 100% !important;
  }
}

footer nav,
footer .form_wrapper {
  margin-top: 0 !important;
  margin-block-start: 0;
}

@media screen and (max-width: 991px) {
  footer .footer-content {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
  }
  footer h3 {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 768px) {
  .quick-links {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .label {
  color: #fff !important;
}

footer nav,
footer .form_wrapper {
  margin-top: 0 !important;
  margin-block-start: 0;
}

@media screen and (max-width: 768px) {
  .quotation-marks {
    background-size: 60px !important;
  }
}/*# sourceMappingURL=styles.css.map */