.page-template-template-fyp-landing {
  --font-family-serif: "Lora", "Apple Garamond", "Baskerville", "Droid Serif", "Times New Roman", "Times", "Source Serif Pro", serif;
  --font-family-sans-serif: "Inter", -apple-system, "helvetica neue", "helvetica", "roboto", "arial", sans-serif;
  --font-family-button: "Figtree", -apple-system, "helvetica neue", "helvetica", "roboto", "arial", sans-serif;
  --section-padding: 4em 0;
  --color: #061f32;
  --color-medium: #00558c;
  --color-highlight: #007DBA;
  --color-button: #F2B231;
  --color-button-text: #002B49;
  --color-bg-light: #f4f4f4;
  --color-bg-darker: #e1e1e1;
  --font-size-3_5: clamp(2.5rem, 2.1667rem + 1.4815vw, 3.5rem);
  --font-size-3_0: clamp(2.5rem, 2.3333rem + 0.7407vw, 3rem);
  --font-size-2_5: clamp(2rem, 1.8333rem + 0.7407vw, 2.5rem);
  --font-size-2_0: clamp(1.8rem, 1.7333rem + 0.2963vw, 2rem);
  --font-size-1_5: clamp(1.3rem, 1.2333rem + 0.2963vw, 1.5rem);
  --font-size-1_4: clamp(1.2rem, 1.1333rem + 0.2963vw, 1.4rem);
  --font-size-1_3: clamp(1.2rem, 1.1667rem + 0.1481vw, 1.3rem);
  --font-size-1_2: 1.2rem;
  --font-size-base: 1rem;
  --font-size-0_9: 0.9rem;
}
.page-template-template-fyp-landing .container:after {
  display: none;
}
.page-template-template-fyp-landing .font-serif {
  font-family: var(--font-family-serif);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0 !important;
}
.page-template-template-fyp-landing .font-sans-serif {
  font-family: var(--font-family-sans-serif);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  letter-spacing: 0 !important;
}
.page-template-template-fyp-landing .grid {
  display: grid;
}
.page-template-template-fyp-landing .grid > div {
  position: relative;
}
.page-template-template-fyp-landing article > section {
  padding: var(--section-padding);
}
.page-template-template-fyp-landing .small-nav {
  display: none !important;
}
.page-template-template-fyp-landing .hero {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: clamp(4rem, calc(1rem + 14vw), 12rem) !important;
}
.page-template-template-fyp-landing .hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-template-fyp-landing .hero .grid {
  grid-template-columns: repeat(auto-fit, minmax(min(360px, 100%), 1fr));
  gap: 2em 4em;
  align-items: center;
}
.page-template-template-fyp-landing .hero .grid > div {
  text-align: center;
}
.page-template-template-fyp-landing .hero h1 {
  font-family: var(--font-family-serif);
  color: var(--color);
  text-shadow: none;
  font-size: var(--font-size-3_0);
  font-weight: 600;
  text-wrap: balance;
  max-width: 12ch;
  margin: auto;
  letter-spacing: 0;
  line-height: 1.1;
}
.page-template-template-fyp-landing .hero .subheading {
  text-transform: uppercase;
  font-family: var(--font-family-sans-serif);
  font-size: 1.3rem;
  font-weight: 600;
  margin: 1.5em 0;
  color: var(--color-button-text);
}
.page-template-template-fyp-landing .hero .hike-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1em 0;
  gap: 0.7em;
}
.page-template-template-fyp-landing .hero .hike-category {
  color: var(--color-medium);
  fill: var(--color-medium);
  font-size: var(--font-size-1_3);
  font-weight: 600;
  padding: 0.5em 1em;
  border-radius: 3em;
  border: 1px solid var(--color-medium);
  font-family: var(--font-family-serif);
  background: none;
  display: flex;
  gap: 0.2em;
  align-items: center;
}
.page-template-template-fyp-landing .hero .hike-category svg {
  width: 40px;
  pointer-events: none;
  margin: -8px;
}
.page-template-template-fyp-landing .hero .hike-category svg [href="#family"],
.page-template-template-fyp-landing .hero .hike-category svg [href="#redwoods"] {
  fill: none;
  stroke: var(--color-medium);
  stroke-miterlimit: 10;
  stroke-width: 8px;
}
.page-template-template-fyp-landing .hero .hike-category svg:has([href="#family-friendly"]), .page-template-template-fyp-landing .hero .hike-category svg:has([href="#redwoods"]) {
  transform: scale(0.9);
  margin-right: 0;
}
.page-template-template-fyp-landing .hero .hike-category svg:has([href="#redwoods"]), .page-template-template-fyp-landing .hero .hike-category svg:has([href="#horses"]), .page-template-template-fyp-landing .hero .hike-category svg:has([href="#fishing"]), .page-template-template-fyp-landing .hero .hike-category svg:has([href="#bike-friendly"]) {
  margin-right: -5px;
}
.page-template-template-fyp-landing .hero .hike-category.active {
  color: white;
  fill: white;
  background-color: var(--color-medium);
  border-color: var(--color-medium);
}
.page-template-template-fyp-landing .hero .hike-category.active [href="#family"],
.page-template-template-fyp-landing .hero .hike-category.active [href="#redwoods"] {
  stroke: white;
}
.page-template-template-fyp-landing .hero .featured {
  position: relative;
}
.page-template-template-fyp-landing .hero .hike-card {
  border: 1px solid #ccc;
  padding: 0.5em;
  text-decoration: none;
  color: inherit;
  text-align: left;
  display: none;
  background-color: white;
  width: min(100%, 520px);
  margin: auto;
}
.page-template-template-fyp-landing .hero .hike-card.active {
  display: inline-block;
}
.page-template-template-fyp-landing .hero .hike-card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.page-template-template-fyp-landing .hero .hike-card figure {
  position: relative;
}
.page-template-template-fyp-landing .hero .hike-card figure img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
}
.page-template-template-fyp-landing .hero .hike-card .protected:after {
  content: "";
  background-image: url("/wp-content/themes/post/assets/img/badge-b.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 5%;
  right: 2.5%;
  width: 20%;
  height: 100%;
}
.page-template-template-fyp-landing .hero .hike-card .hike-card-content {
  padding: 1em;
}
.page-template-template-fyp-landing .hero .hike-card .hike-card-content .title {
  font-family: var(--font-family-sans-serif);
  font-size: var(--font-size-2_0);
  font-weight: 600;
  color: var(--color-highlight);
  margin-bottom: 0.2em;
}
.page-template-template-fyp-landing .hero .hike-card .hike-card-content .location {
  font-family: var(--font-family-serif);
  color: var(--color);
  font-size: var(--font-size-1_3);
  font-weight: 400;
}
.page-template-template-fyp-landing .fyp-newsletter {
  padding: 2em 0;
}
.page-template-template-fyp-landing .fyp-newsletter .subheading {
  font-family: var(--font-family-serif);
  font-size: 1.4rem;
}
.page-template-template-fyp-landing .fyp-stats {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}
.page-template-template-fyp-landing .fyp-stats .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-template-fyp-landing .fyp-stats .container {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.page-template-template-fyp-landing .fyp-stats .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 3em 6em;
  align-items: center;
}
.page-template-template-fyp-landing .fyp-stats .grid > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  align-items: center;
  text-align: left;
}
.page-template-template-fyp-landing .fyp-stats h2 {
  font-family: var(--font-family-serif);
  font-size: var(--font-size-2_0);
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 0.7em;
  text-align: left;
  color: inherit;
  text-wrap: balance;
}
.page-template-template-fyp-landing .fyp-stats .subheading {
  font-family: var(--font-family-serif);
  font-size: var(--font-size-1_5);
  font-weight: 500;
  line-height: 1.3;
}
.page-template-template-fyp-landing .fyp-stats dl {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 0.7em;
  font-size: var(--font-size-1_5);
  justify-content: center;
  align-items: center;
  margin: 0;
}
.page-template-template-fyp-landing .fyp-stats dt {
  font-family: var(--font-family-sans-serif);
  font-size: var(--font-size-3_0);
  font-weight: 700;
  text-align: right;
}
.page-template-template-fyp-landing .fyp-stats dd {
  font-family: var(--font-family-serif);
  font-size: var(--font-size-2_0);
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .page-template-template-fyp-landing .fyp-stats dt {
    font-size: var(--font-size-2_5);
  }
  .page-template-template-fyp-landing .fyp-stats dd {
    font-size: var(--font-size-1_5);
  }
}
.page-template-template-fyp-landing .fyp-video {
  background-color: var(--color-bg-light);
}
.page-template-template-fyp-landing .fyp-video .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4em;
  align-items: center;
  max-width: 1000px;
  margin-inline: auto;
}
.page-template-template-fyp-landing .fyp-video .grid > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  text-align: center;
}
.page-template-template-fyp-landing .fyp-video .heading {
  font-family: var(--font-family-serif);
  font-size: var(--font-size-2_5);
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-medium);
  text-wrap: balance;
}
.page-template-template-fyp-landing .fyp-video .subheading {
  font-family: var(--font-family-serif);
  font-size: var(--font-size-1_2);
  line-height: 1.3;
  color: var(--color);
  text-wrap: balance;
}
@media (max-width: 767px) {
  .page-template-template-fyp-landing .fyp-video .grid {
    grid-template-columns: 1fr;
    gap: 2em;
  }
  .page-template-template-fyp-landing .fyp-video .grid > div:first-child {
    gap: 1em;
  }
}
.page-template-template-fyp-landing .fyp-posts {
  background-color: var(--color-bg-darker);
}
.page-template-template-fyp-landing .fyp-posts .heading {
  font-family: var(--font-family-sans-serif);
  text-transform: uppercase;
  font-weight: 700;
  font-size: var(--font-size-1_4);
  color: var(--color-medium);
}
.page-template-template-fyp-landing .fyp-posts .post-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 1.5em;
  margin-top: 1em;
}
.page-template-template-fyp-landing .fyp-posts .post-card {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  text-decoration: none;
}
.page-template-template-fyp-landing .fyp-posts .post-card figure {
  position: relative;
}
.page-template-template-fyp-landing .fyp-posts .post-card figure img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}
.page-template-template-fyp-landing .fyp-posts .post-card .title {
  font-family: var(--font-family-button);
  font-weight: 500;
  line-height: 1.3;
  color: var(--color-medium);
}
@media (max-width: 767px) {
  .page-template-template-fyp-landing .fyp-posts h2 {
    text-align: center;
  }
  .page-template-template-fyp-landing .fyp-posts .post-cards {
    display: flex;
    flex-direction: column;
  }
  .page-template-template-fyp-landing .fyp-posts .post-card {
    flex-direction: row;
    align-items: center;
    gap: 1em;
  }
  .page-template-template-fyp-landing .fyp-posts .post-card figure {
    flex: 0 0 30%;
  }
  .page-template-template-fyp-landing .fyp-posts .post-card figure img {
    aspect-ratio: 3/2;
  }
}
.page-template-template-fyp-landing .fyp-events {
  background-color: var(--color-bg-light);
}
.page-template-template-fyp-landing .fyp-events .heading {
  font-family: var(--font-family-sans-serif);
  text-transform: uppercase;
  font-weight: 700;
  font-size: var(--font-size-1_4);
  color: var(--color-medium);
}
.page-template-template-fyp-landing .fyp-events .heading span {
  display: inline-block;
  text-transform: none;
  font-weight: 500;
  margin-inline: 0.2em;
}
.page-template-template-fyp-landing .fyp-events .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
  margin-top: 1em;
}
.page-template-template-fyp-landing .fyp-events .card-event {
  margin: 0;
  padding: 0.5em;
  background-color: #f4f4f4;
  grid-template-columns: 4rem 1fr;
  grid-template-areas: "image image" "date content" "cta cta";
}
.page-template-template-fyp-landing .fyp-events .event-image {
  margin-bottom: 1em;
}
.page-template-template-fyp-landing .fyp-events .event-image img {
  aspect-ratio: 3/2;
}
.page-template-template-fyp-landing .fyp-events .event-title,
.page-template-template-fyp-landing .fyp-events .event-details,
.page-template-template-fyp-landing .fyp-events .event-date {
  font-family: var(--font-family-sans-serif);
}
.page-template-template-fyp-landing .fyp-events .event-date {
  text-transform: uppercase;
  margin-bottom: 0.5em;
  padding-top: 0;
}
.page-template-template-fyp-landing .fyp-events .event-date .event-month,
.page-template-template-fyp-landing .fyp-events .event-date .event-dayofweek {
  font-size: var(--font-size-0_9);
  font-weight: 600;
}
.page-template-template-fyp-landing .fyp-events .event-date .event-day {
  font-size: 2.5rem;
  font-weight: 600;
}
.page-template-template-fyp-landing .fyp-events .event-content {
  padding: 0;
  margin-bottom: 1em;
}
.page-template-template-fyp-landing .fyp-events .event-title {
  font-size: var(--font-size-1_3);
  line-height: 1.2;
  margin-bottom: 0.5em;
  padding-top: 0;
}
.page-template-template-fyp-landing .fyp-events .event-title a {
  font-weight: 600;
  color: var(--color-highlight);
}
.page-template-template-fyp-landing .fyp-events .event-details li:before {
  color: var(--color);
}
.page-template-template-fyp-landing .fyp-events .event-desc {
  font-family: var(--font-family-serif);
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.page-template-template-fyp-landing .fyp-events .event-cta {
  padding: 0;
  justify-content: center;
}
.page-template-template-fyp-landing .fyp-events .event-cta .cta-small {
  width: 100%;
  float: none;
  text-align: center;
  padding: 0.5em 1em;
  background-color: var(--color-highlight);
  color: white;
  border: none;
  font-family: var(--font-family-sans-serif);
  font-size: var(--font-size-base);
  text-transform: uppercase;
}
.page-template-template-fyp-landing .fyp-events .pills {
  display: none;
}
@media (max-width: 767px) {
  .page-template-template-fyp-landing .fyp-events h2 {
    text-align: center;
  }
  .page-template-template-fyp-landing .fyp-events h2 span {
    display: block;
  }
  .page-template-template-fyp-landing .fyp-events .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-template-template-fyp-landing .fyp-events .card-event:first-child {
    grid-column: -1/1;
  }
  .page-template-template-fyp-landing .fyp-events .card-event:not(:first-child) {
    gap: 0;
  }
  .page-template-template-fyp-landing .fyp-events .card-event:not(:first-child) .event-content {
    margin-bottom: 0;
  }
  .page-template-template-fyp-landing .fyp-events .card-event:not(:first-child) .event-content > :not(.event-title),
.page-template-template-fyp-landing .fyp-events .card-event:not(:first-child) .event-cta {
    display: none;
  }
  .page-template-template-fyp-landing .fyp-events .card-event:not(:first-child) .event-date {
    transform: scale(0.7);
    transform-origin: top left;
    margin-left: -0.5rem;
  }
  .page-template-template-fyp-landing .fyp-events .card-event:not(:first-child) .event-title {
    font-size: 0.8em;
    margin-left: -1.2rem;
  }
}
.page-template-template-fyp-landing .fyp-guide {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}
.page-template-template-fyp-landing .fyp-guide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-template-fyp-landing .fyp-guide .grid {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 4em;
  align-items: center;
}
.page-template-template-fyp-landing .fyp-guide .grid > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  align-items: center;
  text-align: center;
}
.page-template-template-fyp-landing .fyp-guide .grid > div:first-child figure {
  display: none;
}
.page-template-template-fyp-landing .fyp-guide .heading {
  font-family: var(--font-family-sans-serif);
  font-size: var(--font-size-1_4);
  font-weight: 600;
  line-height: 1.2;
  color: white;
  text-wrap: balance;
  text-transform: uppercase;
}
.page-template-template-fyp-landing .fyp-guide .subheading {
  font-family: var(--font-family-serif);
  font-size: var(--font-size-2_5);
  font-weight: 600;
  line-height: 1.2;
  color: white;
  text-wrap: balance;
}
.page-template-template-fyp-landing .fyp-guide figure {
  position: relative;
  margin: 2em 0;
}
@media (max-width: 767px) {
  .page-template-template-fyp-landing .fyp-guide .grid {
    grid-template-columns: 1fr;
    gap: 2em;
  }
  .page-template-template-fyp-landing .fyp-guide .grid > div:first-child {
    gap: 1em;
  }
  .page-template-template-fyp-landing .fyp-guide .grid > div:first-child figure {
    display: block;
  }
  .page-template-template-fyp-landing .fyp-guide .grid > div:last-child {
    display: none;
  }
}
.page-template-template-fyp-landing .fyp-pardot .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2em;
}
.page-template-template-fyp-landing .fyp-pardot .container:has(.col-left) {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.page-template-template-fyp-landing .fyp-pardot .container:has(.col-left) .col-left {
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: center;
}
.page-template-template-fyp-landing .fyp-pardot .heading {
  font-family: var(--font-family-sans-serif);
  text-transform: uppercase;
  font-weight: 700;
  font-size: var(--font-size-1_4);
  text-align: center;
  color: var(--color-highlight);
}
.page-template-template-fyp-landing .fyp-pardot .subheading {
  font-family: var(--font-family-serif);
  font-size: var(--font-size-1_2);
  text-align: center;
  margin: 0;
  text-wrap: balance;
  max-width: 28ch;
}

footer {
  --color: white;
  background-color: #020f1b;
  color: var(--color);
  padding: 3em 0;
  font-size: var(--font-size-0_9);
  font-family: var(--font-family-sans-serif);
}
footer > .container {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr auto;
  gap: 2em;
}
footer h2,
footer h3 {
  font-family: var(--font-family-sans-serif);
  color: var(--color);
  font-size: var(--font-size-1_3);
  font-weight: 600;
}
footer a {
  color: white;
  text-decoration: none;
  font-weight: normal;
}
footer a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  footer .content {
    display: flex;
    gap: 4em;
  }
  footer .content > div:first-child {
    flex-grow: 1;
  }
  footer .content > div:last-child {
    flex: 0 0 200px;
  }
}
footer .content p {
  max-width: 50ch;
  text-wrap: pretty;
}
footer nav {
  grid-column: -1/1;
  justify-self: stretch;
  border-top: 1px solid #18496e;
}
footer nav ul {
  display: flex;
  justify-content: center;
  gap: 1em;
  padding: 0;
  line-height: 1;
}
footer nav ul li:not(:last-child) {
  padding: 0 1em 0 0;
  border-right: 1px solid var(--color);
}
@media (min-width: 768px) {
  footer nav {
    grid-column: 2;
    justify-self: flex-start;
    border-top: none;
  }
}
footer .social {
  list-style: none;
  display: flex;
  gap: 0.7em;
  font-size: var(--font-size-1_5);
  padding: 0;
}
footer .social a {
  color: var(--color);
}

/*# sourceMappingURL=fyp-landing.css.map */
