@charset "UTF-8";
/*!
 Theme Name: Roanoke Valley Greenways
 Theme URI: http://underscores.me/
 Author: William Alexander
 Author URI: https://williamalexander.co/
 Description: This is a custom WordPress theme developed in February 2020 for Roanoke Valley Greenways.
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: greenways
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 Roanoke Valley Greenways is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
 */
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 # Theme
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
}
/**
 * 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;
}
/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  margin: 1rem 0 1rem;
  font-weight: 500;
  text-align: center;
}
h2 {
  font-size: 2rem;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  max-width: 100%;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation .color-band {
  display: none;
}
.main-navigation .nacvcloser {
  display: none;
}
.main-navigation #masthead a.custom-logo-link {
  display: block;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 90%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 800px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: grid;
  }
  .main-navigation .color-band {
    display: block;
  }
  #masthead a.custom-logo-link {
    display: none;
  }
  .nacvcloser {
    display: none;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
 # Accessibility
 --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
 # Alignments
 --------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
 # Clearings
 --------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/
.sticky {
  display: block;
}
.post, .page {
  margin: 0;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 0;
}
.page-links {
  clear: both;
  margin: 0;
}
/*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
 # Media
 --------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
 ## Captions
 --------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
 ## Galleries
 --------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
 # Slick
 --------------------------------------------------------------*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url(".//images/ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir="rtl"] .slick-prev:before {
  content: "\2192";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir="rtl"] .slick-next:before {
  content: "\2190";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*--------------------------------------------------------------
 # Theme
 --------------------------------------------------------------*/
body {
  font-family: canada-type-gibson, sans-serif;
  background: white;
  overflow-x: hidden;
}
@media screen and (max-width: 800px) {
  body {
    padding-top: 50px;
  }
}
@media screen and (max-width: 800px) {
  body {
    padding-top: 70px;
  }
}
.alignfull {
  margin: 32px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
:focus {
  outline-color: none;
  outline: none;
}
.hidden {
  display: none;
}
#masthead a.custom-logo-link {
  margin-right: auto;
}
div#page {
  max-width: 2000px;
  margin: 0 auto;
  background: #f6f6f3;
}
div#page #primary {
  background: white;
  max-width: 1100px;
  margin: -80px auto 0;
  padding-top: 0px;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
@media screen and (max-width: 800px) {
  div#page #primary {
    margin: 0px auto 0;
    padding-top: 1px;
  }
}
@media screen and (max-width: 700px) {
  div#page #primary {
    margin: 0px auto 0;
    padding-top: 30px;
  }
}
div#page #primary header.entry-header {
  text-align: center;
  position: relative;
  font-size: 2rem;
  margin: 0;
  color: #22316b;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 700px) {
  div#page #primary header.entry-header {
    margin-bottom: 0px;
    margin-top: 10px;
  }
}
div#page #primary header.entry-header h1.entry-title-back {
  -webkit-text-stroke: 10px white;
  text-shadow: 0px -2px 6px black;
  font-weight: 500;
  line-height: 1;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  div#page #primary header.entry-header h1.entry-title-back {
    display: none;
  }
}
div#page #primary header.entry-header h1.entry-title {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  font-weight: 500;
  line-height: 1;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  div#page #primary header.entry-header h1.entry-title {
    position: static;
  }
}
@media screen and (max-width: 700px) {
  div#page #primary header.entry-header h1.entry-title {
    font-size: 2.3rem;
    margin-bottom: 20px;
  }
}
div#page #primary header.page-header {
  text-align: center;
  position: relative;
  font-size: 2rem;
  margin: 0;
  color: #22316b;
  z-index: 10;
}
div#page #primary header.page-header h1.page-title-back {
  -webkit-text-stroke: 10px white;
  text-shadow: 0px -2px 6px black;
  font-weight: 500;
  line-height: 1;
}
div#page #primary header.page-header h1.page-title {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  font-weight: 500;
  line-height: 1;
}
div header#masthead {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 220px;
  position: relative;
}
@media screen and (max-width: 550px) {
  div header#masthead {
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
}
div header#masthead .site-branding {
  position: relative;
}
@media screen and (max-width: 550px) {
  div header#masthead .site-branding {
    display: none;
  }
}
div header#masthead .backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}
div header#masthead .backgrounds .left-background {
  background-image: url("images/header-left.jpg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50vw;
}
@media screen and (max-width: 800px) {
  div header#masthead .backgrounds .left-background {
    background-position: -20px center;
  }
}
@media screen and (max-width: 950px) {
  div header#masthead .backgrounds .left-background {
    background-position: -70px center;
  }
}
@media screen and (max-width: 550px) {
  div header#masthead .backgrounds .left-background {
    background-position: -160px center;
  }
}
div header#masthead .backgrounds .right-background {
  background-image: url("images/header-right.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50vw;
}
@media screen and (max-width: 800px) {
  div header#masthead .backgrounds .right-background {
    background-position: -30px center;
  }
}
@media screen and (max-width: 950px) {
  div header#masthead .backgrounds .right-background {
    background-position: -100px center;
  }
}
div header#masthead a {
  text-decoration: none;
  color: #22316b;
}
div header#masthead a.custom-logo-link {
  max-width: 140px;
  margin-bottom: 20px;
}
div header#masthead .site-title {
  font-family: "charterregular";
  color: #1fa964;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 5rem;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  div header#masthead .site-title {
    font-size: 2.5rem !important;
  }
}
div header#masthead .site-description {
  margin: 0;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1;
  font-weight: 300;
}
@media screen and (max-width: 700px) {
  div header#masthead .site-description {
    font-size: 1rem !important;
  }
}
div header#masthead .site-branding-mobile {
  display: none;
  margin: 0 auto;
}
div header#masthead .site-branding-mobile .site-description {
  color: white;
  font-size: 1rem !important;
  margin-top: 3px;
}
div header#masthead .site-branding-mobile .site-title {
  font-size: 2rem !important;
  margin: 0;
  line-height: 1;
  margin-top: -5px;
}
@media screen and (max-width: 550px) {
  div header#masthead .site-branding-mobile {
    display: block;
  }
}
div header#masthead nav#site-navigation {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto 1.5rem;
  text-align: center;
  float: none;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  overflow: visible;
}
@media screen and (max-width: 800px) {
  div header#masthead nav#site-navigation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: black;
    z-index: 100;
    overflow-y: auto;
  }
  .logged-in div header#masthead nav#site-navigation {
    top: 40px;
  }
  div header#masthead nav#site-navigation .menu-toggle {
    background: white;
    border: none;
    background: white;
    border: none;
    background: none;
    color: white;
    font-size: 3rem;
    padding: 0 10px;
    line-height: 1;
    /* height: 1rem; */
    position: relative;
    margin-top: -0.5rem;
  }
  div header#masthead nav#site-navigation a.custom-logo-link {
    max-width: 35px;
    height: auto;
    margin: 0 auto 0 0;
    display: block;
  }
  div header#masthead nav#site-navigation .color-band {
    display: none;
  }
}
@media screen and (max-width: 800px) and (max-width: 550px) {
  div header#masthead nav#site-navigation a.custom-logo-link {
    margin: 0 0 0 0;
  }
}
div header#masthead nav#site-navigation .color-band {
  background: #22316b;
  background: black;
  height: 3.6rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -1.8rem;
  border-radius: 3px;
}
div header#masthead nav#site-navigation ul {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}
div header#masthead nav#site-navigation ul ul.sub-menu {
  background: #22316b;
  background: black;
  display: block;
}
div header#masthead nav#site-navigation ul li {
  float: none;
  position: relative;
}
div header#masthead nav#site-navigation ul li.home-logo {
  background-image: url("images/LogoIcon.png");
  background-color: transparent;
  height: 150px;
  padding: 10px;
  background-size: contain;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}
div header#masthead nav#site-navigation ul li.home-logo a {
  text-indent: -99999px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
div header#masthead nav#site-navigation ul li a {
  color: white;
  padding: 10px;
}
.toggled .menu-menu-1-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: black;
  margin: 0;
  padding: 0;
}
.toggled .menu-menu-1-container li.home-logo {
  margin-top: 20px;
  margin-bottom: 20px;
}
.nacvcloser {
  position: fixed;
  top: 0;
  right: 0;
  padding: 20px;
  color: white;
  font-weight: bold;
  font-size: 2rem;
  text-shadow: 0px 0px 5px black;
  cursor: pointer;
}
.toggled .nacvcloser {
  display: block;
}
@media screen and (max-width: 900px) {
  .hentry {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.entry-content p, .entry-content ul, .entry-content ol {
  max-width: 690px;
  margin: 0 auto 0.5rem;
  font-size: 1.2rem;
  line-height: 1.7;
  font-weight: 300;
}
.trailfinder-container {
  position: relative;
}
.trailfinder-container .trailfinder {
  background: #569e39;
  font-family: canada-type-gibson, sans-serif;
  color: white;
  text-align: center;
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}
.trailfinder-container .trailfinder h2 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2.5rem;
  position: relative;
  top: -13px;
  line-height: 1;
  max-width: 90%;
  margin: 0 auto;
}
.trailfinder-container .trailfinder h2 span {
  font-weight: 500;
  font-size: 3.5rem;
  position: relative;
  top: 4px;
}
@media screen and (max-width: 800px) {
  .trailfinder-container .trailfinder h2 span {
    font-size: 3rem;
    display: block;
  }
}
.trailfinder-container .trailfinder .icons {
  display: grid;
  max-width: 80%;
  width: 80%;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
  margin: 0 auto;
  align-items: center;
  mix-blend-mode: darken;
  opacity: 50%;
}
.trailfinder-container .trailfinder h3 {
  color: #396927;
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 1.1;
  max-width: 90%;
  margin: 0 auto;
}
.trailfinder-container .trailfinder p {
  color: #396927;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.1;
  max-width: 90%;
  margin: 0 auto;
}
.trailfinder-container .trailfinder p a {
  text-decoration: none;
  color: #396927;
  transition: all 0.25s;
  padding: 10px 60px;
  margin: 0 auto;
  margin-top: 20px;
  display: block;
  width: fit-content;
  border-radius: 3px;
}
.trailfinder-container .trailfinder p a:hover {
  color: black;
  background: rgba(57, 105, 39, 0.5);
}
.trailfinder-container .trailfinder form {
  width: 70%;
  margin: 20px auto;
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  /* arrows */
}
@media screen and (max-width: 600px) {
  .trailfinder-container .trailfinder form {
    width: 90%;
    display: block;
  }
}
.trailfinder-container .trailfinder form input.datalist {
  width: 100%;
  padding: 10px;
  margin-right: 1rem;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  border: none;
  border-radius: 3px;
}
.trailfinder-container .trailfinder form input.find-a-trail {
  border: none;
  font-size: 1rem;
  line-height: 1;
  padding: 10px 30px;
  background: #396927;
  color: white;
  text-transform: uppercase;
  font-weight: 100;
}
.trailfinder-container .trailfinder form select#activities {
  width: 100%;
  padding: 10px;
  margin-right: 1rem;
  width: 100%;
  padding-left: 15px;
  border: none;
  border-radius: 3px;
}
@media screen and (max-width: 600px) {
  .trailfinder-container .trailfinder form select#activities {
    margin-bottom: 20px;
  }
}
.trailfinder-container .trailfinder form select {
  /* styling */
  background-color: white;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.trailfinder-container .trailfinder form select.minimal {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.trailfinder-container .trailfinder form select.minimal:focus {
  background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}
.trailfinder-container .trailfinder form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.trailfinder-container .trailfinder form button.find-a-trail {
  border: none;
  font-size: 1rem;
  line-height: 1;
  padding: 10px 30px;
  background: #396927;
  color: white;
  text-transform: uppercase;
  font-weight: 100;
  white-space: nowrap;
}
.trailfinder-container .trailfinder form input::-webkit-calendar-picker-indicator {
  opacity: 0.15;
  height: 20px;
  width: 20px;
  color: #396927;
}
.trailfinder-container .trailfinder form input.datalist:hover::-webkit-calendar-picker-indicator {
  opacity: 1;
}
.trailfinder-container .photo-background {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 0;
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  display: flex;
  align-items: stretch;
}
.trailfinder-container .photo-background .photo-side {
  width: 50vw;
  background-image: url("images/mid-page-photo.png");
  background-repeat: no-repeat;
}
.trailfinder-container .photo-background .left-side {
  background-size: auto 100%;
  background-position: left center;
}
.trailfinder-container .photo-background .right-side {
  background-size: auto 100%;
  background-position: right center;
}
@media only screen and (min-width: 2000px) {
  .trailfinder-container .photo-background {
    margin: 0 calc(50% - 1000px);
    max-width: 2000px;
    width: 100vw;
  }
}
.volunteer-gallery {
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s;
}
.volunteer-gallery.show {
  visibility: visible;
  opacity: 1;
}
.volunteer-spotlight {
  text-align: center;
  padding: 90px 40px;
}
.volunteer-spotlight h2 {
  color: #d9501e;
  text-transform: uppercase;
  font-size: 2.75rem;
  margin-bottom: 40px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 0px;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .volunteer-spotlight h2 {
    margin-top: 20px;
  }
}
.volunteer-spotlight p {
  font-size: 1.5rem;
  font-weight: 100;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .volunteer-spotlight p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.volunteer-spotlight .buttons a {
  display: inline-block;
  padding: 10px 40px;
  margin: 0 10px;
  text-decoration: none;
  color: white;
  background: #d9501e;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 100;
  line-height: 1.1;
  transition: all 0.25s;
}
.volunteer-spotlight .buttons a:hover {
  background: #bb4419;
}
.volunteer-spotlight .each-image {
  width: 300px;
  height: 300px;
  background-size: cover;
  background-position: center;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0.8;
  transition: all 500ms ease;
}
@media screen and (max-width: 700px) {
  .volunteer-spotlight .each-image {
    height: 150px;
  }
}
.volunteer-spotlight .slick-center {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  transform: scale(1.25);
  opacity: 1;
  z-index: 1;
  position: relative;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.volunteer-spotlight .slick-list {
  padding: 45px 75px !important;
}
@media screen and (max-width: 700px) {
  .volunteer-spotlight .slick-list {
    padding: 15px 15px !important;
  }
}
.volunteer-spotlight .slick-prev:before, .volunteer-spotlight .slick-next:before {
  color: #22316b;
  opacity: 0.75;
  width: 30px;
}
.featured-patron {
  text-align: center;
  padding: 40px 40px;
  background: #eeeeea;
}
.featured-patron img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
}
.featured-patron p {
  max-width: 840px;
  margin: 0 auto 30px;
  font-weight: 100;
  font-size: 1.5rem;
}
.featured-patron h2 {
  color: #d9501e;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
}
.featured-patron h3 {
  color: #d9501e;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
}
.featured-patron a.button {
  background: #441711;
  padding: 10px 60px 10px 40px;
  border-radius: 3px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin-top: 30px;
  font-weight: 100;
  font-size: 1.3rem;
  transition: all 0.25s;
  line-height: 1;
}
.featured-patron a.button span {
  color: red;
  -webkit-text-stroke: 1px white;
  position: absolute;
  margin-left: 5px;
  transition: all 0.25s;
}
.featured-patron a.button:hover {
  background: rgba(68, 23, 17, 0.71);
}
.featured-patron a.button:hover span {
  font-size: 2rem;
  margin-top: -9px;
  margin-left: 8px;
}
.partners-container {
  position: relative;
}
.partners-container .partners {
  text-align: center;
  padding: 80px 40px;
  position: relative;
  z-index: 1;
  background: white;
}
.partners-container .partners h2 {
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 2.2rem;
}
.partners-container .partners .borders {
  background: gray;
}
.partners-container .partners .borders .partners-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(auto, auto));
  align-items: stretch;
  gap: 1px;
}
@media screen and (max-width: 800px) {
  .partners-container .partners .borders .partners-grid {
    grid-template-columns: repeat(4, minmax(auto, auto));
  }
}
@media screen and (max-width: 800px) {
  .partners-container .partners .borders .partners-grid {
    grid-template-columns: repeat(3, minmax(auto, auto));
  }
}
@media screen and (max-width: 600px) {
  .partners-container .partners .borders .partners-grid {
    grid-template-columns: repeat(2, minmax(auto, auto));
  }
}
.partners-container .partners .borders .partners-grid a {
  display: flex;
  align-items: center;
  padding: 1vw 2vw;
  background: white;
}
.partners-container .partners .borders .partners-grid a img {
  filter: grayscale(1);
  transition: all 0.25s;
}
.partners-container .partners .borders .partners-grid a:hover img {
  filter: none;
}
.partners-container .photo-background {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 0;
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  display: flex;
  align-items: stretch;
}
.partners-container .photo-background .photo-side {
  width: 50vw;
  background-image: url("images/lower-page-photo.png");
  background-repeat: no-repeat;
}
.partners-container .photo-background .left-side {
  background-size: auto 100%;
  background-position: left center;
}
.partners-container .photo-background .right-side {
  background-size: auto 100%;
  background-position: right center;
}
@media only screen and (min-width: 2000px) {
  .partners-container .photo-background {
    margin: 0 calc(50% - 1000px);
    max-width: 2000px;
    width: 100vw;
  }
}
.rules-and-regs {
  background-image: url("images/runner.jpg");
  background-position: top center;
  background-size: contain;
  background-color: #431611;
  background-repeat: no-repeat;
  min-height: 250px;
}
@media screen and (max-width: 800px) {
  .rules-and-regs {
    padding-top: 15vw;
  }
}
.rules-and-regs h2 {
  text-align: center;
  color: #d9501e;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1;
  padding: 40px 40px 20px;
}
.rules-and-regs .content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .rules-and-regs .content {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
  }
}
.rules-and-regs .content .side-column {
  display: flex;
  align-items: center;
}
.rules-and-regs .content .side-column img {
  max-width: 230px;
  margin: 140px 60px 60px 20px;
}
@media screen and (max-width: 800px) {
  .rules-and-regs .content .side-column img {
    margin: 0px auto;
  }
}
.rules-and-regs .content .main-column {
  background: white;
  padding: 40px;
  margin: 140px 20px 60px 60px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .rules-and-regs .content .main-column {
    padding: 20px;
    margin: 20px;
    max-width: 90%;
  }
}
.rules-and-regs .content .main-column h3 {
  color: #d9501e;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 20px;
}
.rules-and-regs .content .main-column p {
  margin: 0;
}
.rules-and-regs .content .main-column p strong {
  font-weight: 600;
}
.rules-and-regs .content .main-column a.button {
  display: inline-block;
  padding: 7px 60px;
  background: #d9501e;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.3rem;
  transition: all 0.25s;
}
.rules-and-regs .content .main-column a.button:hover {
  background: #bb4419;
}
.single-trails .map-container {
  position: relative;
}
@media screen and (max-width: 700px) {
  .single-trails .map-container {
    height: auto;
    height: 50vh !important;
    max-height: 50vh;
  }
}
.single-trails .interior-map-top {
  mask: url("images/shorter-mask.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask: url("images/shorter-mask.svg");
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  margin-top: -190px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 550px) {
  .single-trails .interior-map-top {
    mask: none;
    -webkit-mask: none;
    margin-top: 0px;
  }
}
.single-trails .trail-gallery-holder {
  padding: 80px 40px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s;
}
@media screen and (max-width: 700px) {
  .single-trails .trail-gallery-holder {
    padding: 0 40px;
  }
}
.single-trails .trail-gallery-holder .trail-gallery-no-slick {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-trails .trail-gallery-holder.show {
  visibility: visible;
  opacity: 1;
}
.single-trails .trail-gallery-holder .each-image {
  width: 300px;
  height: 300px;
  background-size: cover;
  background-position: center;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0.8;
  transition: all 500ms ease;
}
@media screen and (max-width: 700px) {
  .single-trails .trail-gallery-holder .each-image {
    height: 150px;
  }
}
.single-trails .trail-gallery-holder .slick-center {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  transform: scale(1.25);
  opacity: 1;
  z-index: 1;
  position: relative;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.single-trails .trail-gallery-holder .slick-list {
  padding: 45px 75px !important;
}
.single-trails .trail-gallery-holder .slick-prev:before, .single-trails .trail-gallery-holder .slick-next:before {
  color: #22316b;
  opacity: 0.75;
  width: 30px;
}
.single-trails .interactive-map-container {
  padding: 20px;
  background: #569e39;
  position: relative;
  width: 90%;
  margin: -350px auto 0;
  z-index: 2;
}
.single-trails .interactive-map-container h3 {
  color: white;
  text-transform: uppercase;
  font-weight: 100;
  text-align: center;
  margin-top: 10px;
}
.single-trails .interactive-map-container .elevation-graph {
  margin-top: 10px;
  background: white;
  padding: 10px 10px 0;
}
.single-trails .map-tools h3 {
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin-top: 20px;
  font-size: 1.5rem;
}
.single-trails .map-tools .the-map-tools {
  padding: 10px 150px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .single-trails .map-tools .the-map-tools {
    padding: 10px 100px 0;
  }
}
@media screen and (max-width: 800px) {
  .single-trails .map-tools .the-map-tools {
    padding: 10px 50px 0;
  }
}
@media screen and (max-width: 550px) {
  .single-trails .map-tools .the-map-tools {
    display: block;
  }
}
.single-trails .map-tools .the-map-tools .tool-button {
  padding: 10px;
  text-align: center;
  display: grid;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.2;
  cursor: pointer;
  max-width: 20%;
}
@media screen and (max-width: 550px) {
  .single-trails .map-tools .the-map-tools .tool-button {
    margin: 0 auto;
  }
}
.single-trails .map-tools .the-map-tools .tool-button img {
  padding: 0 35px 10px;
  transition: all 0.25s;
  position: relative;
  min-width: 140px;
}
.single-trails .map-tools .the-map-tools .tool-button img:hover {
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.3));
  top: -3px;
}
.single-trails .map-tools a.add-your-business {
  text-decoration: none;
  font-style: italic;
  color: black;
  text-align: center;
  display: block;
  font-weight: 100;
  padding: 5px;
}
.single-trails .trailfinder-container .trailfinder {
  padding-bottom: 350px;
}
.single-trails .facts-container {
  position: relative;
}
.single-trails .facts-container .facts {
  text-align: center;
  padding: 30px 40px;
  position: relative;
  z-index: 1;
  background: white;
}
.single-trails .facts-container .facts h2 {
  font-weight: 300;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 1.75rem;
  text-transform: uppercase;
}
.single-trails .facts-container .facts .borders {
  background: gray;
}
.single-trails .facts-container .facts .borders .facts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, auto));
  align-items: stretch;
  gap: 1px;
}
@media screen and (max-width: 950px) {
  .single-trails .facts-container .facts .borders .facts-grid {
    display: block;
  }
}
.single-trails .facts-container .facts .borders .facts-grid .factoid {
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  background: white;
  color: #593f27;
}
@media screen and (max-width: 950px) {
  .single-trails .facts-container .facts .borders .facts-grid .factoid {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(89, 63, 39, 0.15);
  }
  .single-trails .facts-container .facts .borders .facts-grid .factoid:last-of-type {
    border-bottom: 0px dashed #593f27;
  }
}
.single-trails .facts-container .facts .borders .facts-grid .factoid .big-text {
  font-weight: 600;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 0.8;
  margin-bottom: 0.5rem;
}
.single-trails .facts-container .facts .borders .facts-grid .factoid .small-text {
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 1.1;
  text-transform: uppercase;
}
.single-trails .facts-container .facts .borders .facts-grid .factoid.length span {
  display: block;
  font-size: 3rem;
}
.single-trails .facts-container .facts .borders .facts-grid .factoid.elevation-gain span {
  display: block;
  font-size: 3rem;
}
.single-trails .facts-container .facts .borders .facts-grid .factoid.use .big-text {
  font-size: 3rem;
}
.single-trails .facts-container .facts .borders .facts-grid .factoid.difficulty .big-text {
  font-size: 4rem;
}
.single-trails .facts-container .facts .borders .facts-grid .factoid.surface .big-text {
  font-size: 3rem;
}
.single-trails .facts-container .facts .borders .facts-grid .factoid.wheelchair .big-text {
  font-size: 3.5rem;
}
.single-trails .facts-container .facts .borders .facts-grid .factoid.trailheads .big-text {
  font-size: 3.5rem;
}
.single-trails .facts-container .facts .borders .facts-grid .factoid.report {
  position: relative;
}
.single-trails .facts-container .facts .borders .facts-grid .factoid.report a {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
}
.single-trails .facts-container .facts .borders .facts-grid .factoid.report .big-text img {
  max-width: 100px;
}
.single-trails .facts-container .photo-background {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 0;
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  display: flex;
  align-items: stretch;
}
.single-trails .facts-container .photo-background .photo-side {
  width: 50vw;
  background-image: url("images/lower-page-photo.png");
  background-repeat: no-repeat;
}
.single-trails .facts-container .photo-background .left-side {
  background-size: auto 100%;
  background-position: left center;
}
.single-trails .facts-container .photo-background .right-side {
  background-size: auto 100%;
  background-position: right center;
}
@media only screen and (min-width: 2000px) {
  .single-trails .facts-container .photo-background {
    margin: 0 calc(50% - 1000px);
    max-width: 2000px;
    width: 100vw;
  }
}
.single-trails .trail-activities h3 {
  font-weight: 300;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 1.75rem;
  text-transform: uppercase;
}
.single-trails .trail-activities .activities {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px;
}
.single-trails .trail-activities .activities a {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  background: #593f27;
  text-transform: uppercase;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.25s;
  white-space: nowrap;
}
.single-trails .trail-activities .activities a:last-child {
  margin-right: 0;
}
.single-trails .trail-activities .activities a:hover {
  background: black;
}
.single-trails .trail-activities .prohibited-activities .activities {
  opacity: 0.5;
}
.single-trails .related-links {
  padding: 40px;
}
.single-trails .related-links h3 {
  font-weight: 100;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.5rem;
  text-transform: uppercase;
  background: #593f27;
  color: white;
  padding: 5px 20px;
}
.single-trails .related-links .related-links-slider {
  background: #ded9d4;
  padding: 30px;
}
.single-trails .related-links .related-links-slider a {
  background: white;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  color: black;
  display: block;
  margin: 0 10px;
  font-size: 1.2rem;
}
.single-trails .related-links .related-links-slider a span {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-top: 7px;
}
.single-trails .related-links .slick-prev {
  left: 10px;
}
.single-trails .related-links .slick-next {
  right: 10px;
}
.single-trails .rules-and-regs {
  background-image: url("images/runner.jpg");
  background-position: top center;
  background-size: contain;
  background-color: #431611;
  background-repeat: no-repeat;
  min-height: 250px;
}
.single-trails .rules-and-regs h2 {
  text-align: center;
  color: #d9501e;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1;
  padding: 40px 40px 20px;
}
.single-trails .rules-and-regs .content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .single-trails .rules-and-regs .content {
    display: block;
    padding-bottom: 40px;
  }
}
.single-trails .rules-and-regs .content .side-column {
  background: white;
  padding: 40px;
  margin: 140px 60px 60px 20px;
  display: block;
}
@media screen and (max-width: 800px) {
  .single-trails .rules-and-regs .content .side-column {
    margin: 20px auto;
    max-width: 90%;
  }
}
.single-trails .rules-and-regs .content .side-column h3 {
  color: #d9501e;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}
.single-trails .rules-and-regs .content .side-column ul, .single-trails .rules-and-regs .content .side-column ol {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
.single-trails .rules-and-regs .content .side-column ul li, .single-trails .rules-and-regs .content .side-column ol li {
  margin: 0;
  padding: 0;
}
.single-trails .rules-and-regs .content .main-column {
  background: white;
  padding: 40px;
  margin: 140px 20px 60px 60px;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .single-trails .rules-and-regs .content .main-column {
    margin: 0px auto;
  }
}
.single-trails .rules-and-regs .content .main-column h3 {
  color: #d9501e;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 10px;
}
.single-trails .rules-and-regs .content .main-column p {
  margin: 0;
}
.single-trails .rules-and-regs .content .main-column p strong {
  font-weight: 600;
}
.single-trails .rules-and-regs .content .main-column a.button {
  display: inline-block;
  padding: 7px 60px;
  background: #d9501e;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.3rem;
  transition: all 0.25s;
}
.single-trails .rules-and-regs .content .main-column a.button:hover {
  background: #bb4419;
}
.single-trails .rules-and-regs .content .main-column .rules h4 {
  font-weight: 500;
}
.single-trails .rules-and-regs .content .main-column .rules ul, .single-trails .rules-and-regs .content .main-column .rules ol {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
.single-trails .rules-and-regs .content .main-column .rules ul li, .single-trails .rules-and-regs .content .main-column .rules ol li {
  margin: 0;
  padding: 0;
}
.single-trails .rules-and-regs .content .main-column .jurisdictions {
  margin-top: 50px;
}
.single-trails .rules-and-regs .content .main-column .jurisdictions a {
  text-decoration: none;
  font-weight: 400;
  color: black;
}
.single-trails .rules-and-regs .content .main-column .jurisdictions a::after {
  content: "|";
  margin: 0 7px;
}
.single-trails .rules-and-regs .content .main-column .jurisdictions a:last-of-type::after {
  content: "";
}
.page-id-4701 header.entry-header {
  display: none;
}
.page-id-4701 .rules-and-regs {
  background-image: url("images/runner.jpg");
  background-position: top center;
  background-size: contain;
  background-color: #431611;
  background-repeat: no-repeat;
  min-height: 250px;
  margin-top: 100px;
}
.page-id-4701 .rules-and-regs h2 {
  text-align: center;
  color: #d9501e;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1;
  padding: 40px 40px 20px;
}
.page-id-4701 .rules-and-regs .content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.page-id-4701 .rules-and-regs .content .side-column {
  background: white;
  padding: 40px;
  margin: 140px 60px 60px 20px;
  display: block;
  flex-basis: 55%;
}
.page-id-4701 .rules-and-regs .content .side-column h3 {
  color: #d9501e;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}
.page-id-4701 .rules-and-regs .content .side-column ul, .page-id-4701 .rules-and-regs .content .side-column ol {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
.page-id-4701 .rules-and-regs .content .side-column ul li, .page-id-4701 .rules-and-regs .content .side-column ol li {
  margin: 0;
  padding: 0;
}
.page-id-4701 .rules-and-regs .content .main-column {
  background: white;
  padding: 40px;
  margin: 140px 20px 60px 60px;
  width: 100%;
  text-align: left;
}
.page-id-4701 .rules-and-regs .content .main-column h3 {
  color: #d9501e;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 10px;
}
.page-id-4701 .rules-and-regs .content .main-column p {
  margin: 0;
}
.page-id-4701 .rules-and-regs .content .main-column p strong {
  font-weight: 600;
}
.page-id-4701 .rules-and-regs .content .main-column a.button {
  display: inline-block;
  padding: 7px 60px;
  background: #d9501e;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.3rem;
  transition: all 0.25s;
}
.page-id-4701 .rules-and-regs .content .main-column a.button:hover {
  background: #bb4419;
}
.page-id-4701 .rules-and-regs .content .main-column .rules h4 {
  font-weight: 500;
}
.page-id-4701 .rules-and-regs .content .main-column .rules ul, .page-id-4701 .rules-and-regs .content .main-column .rules ol {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
.page-id-4701 .rules-and-regs .content .main-column .rules ul li, .page-id-4701 .rules-and-regs .content .main-column .rules ol li {
  margin: 0;
  padding: 0;
}
.page-id-4701 .rules-and-regs .content .main-column .jurisdictions {
  margin-top: 50px;
}
.page-id-4701 .rules-and-regs .content .main-column .jurisdictions a {
  text-decoration: none;
  font-weight: 400;
  color: black;
}
.page-id-4701 .rules-and-regs .content .main-column .jurisdictions a::after {
  content: "|";
  margin: 0 7px;
}
.page-id-4701 .rules-and-regs .content .main-column .jurisdictions a:last-child::after {
  content: "";
}
.home header#masthead, .post-type-archive-trails header#masthead, .page-id-5062 header#masthead {
  mask: none !important;
  -webkit-mask: none !important;
}
.home.page header#masthead, .post-type-archive-trails.page header#masthead, .page-id-5062.page header#masthead {
  mask: none;
  -webkit-mask: none;
}
.home .map-container, .post-type-archive-trails .map-container, .page-id-5062 .map-container {
  position: relative;
}
@media screen and (max-width: 700px) {
  .home .map-container, .post-type-archive-trails .map-container, .page-id-5062 .map-container {
    height: auto;
  }
}
.home .interior-map-top, .post-type-archive-trails .interior-map-top, .page-id-5062 .interior-map-top {
  mask: url("images/shorter-mask.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask: url("images/shorter-mask.svg");
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  margin-top: -190px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 700px) {
  .home .interior-map-top, .post-type-archive-trails .interior-map-top, .page-id-5062 .interior-map-top {
    height: 50vh !important;
  }
}
@media screen and (max-width: 550px) {
  .home .interior-map-top, .post-type-archive-trails .interior-map-top, .page-id-5062 .interior-map-top {
    mask: none;
    -webkit-mask: none;
    margin-top: 0px;
  }
}
.page header#masthead, .single header#masthead, .error404 header#masthead {
  mask: url("images/TopMapForClipping.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask: url("images/TopMapForClipping.svg");
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  padding-top: 115px;
  margin-bottom: -20px;
}
@media screen and (max-width: 550px) {
  .page header#masthead, .single header#masthead, .error404 header#masthead {
    mask: none;
    -webkit-mask: none;
  }
}
@media screen and (max-width: 800px) {
  .page header#masthead, .single header#masthead, .error404 header#masthead {
    padding-bottom: 100px;
    margin-bottom: 70px;
  }
  .page header#masthead .backgrounds .right-background, .single header#masthead .backgrounds .right-background, .error404 header#masthead .backgrounds .right-background {
    background-position: left center;
  }
  .page header#masthead .backgrounds .left-background, .single header#masthead .backgrounds .left-background, .error404 header#masthead .backgrounds .left-background {
    background-position: right center;
  }
}
@media screen and (max-width: 550px) {
  .page header#masthead, .single header#masthead, .error404 header#masthead {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
.page div#page #primary.inside, .single div#page #primary.inside, .error404 div#page #primary.inside {
  margin: -150px auto 0;
  padding-top: 100px;
  background-image: linear-gradient(180deg, #c4d7db 0, transparent 210px);
}
.page div#page #primary.inside header.entry-header h1.entry-title-back, .single div#page #primary.inside header.entry-header h1.entry-title-back, .error404 div#page #primary.inside header.entry-header h1.entry-title-back {
  -webkit-text-stroke: 0px white;
  text-shadow: 0px 0px 0px black;
  font-weight: 500;
}
.single .post-thumbnail {
  margin-top: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
.photo-gallery {
  padding: 60px 40px;
}
.photo-gallery .gallery-slideshow .each-image {
  width: 300px;
  height: 300px;
  background-size: cover;
  background-position: center;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0.8;
  transition: all 500ms ease;
}
@media screen and (max-width: 700px) {
  .photo-gallery .gallery-slideshow .each-image {
    height: 150px;
  }
}
.photo-gallery .gallery-slideshow .slick-center {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  transform: scale(1.25);
  opacity: 1;
  z-index: 1;
  position: relative;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.photo-gallery .gallery-slideshow .slick-list {
  padding: 45px 75px !important;
}
.photo-gallery .gallery-slideshow .slick-prev:before, .photo-gallery .gallery-slideshow .slick-next:before {
  color: #22316b;
  opacity: 0.75;
  width: 30px;
}
.archive header#masthead .backgrounds, .search header#masthead .backgrounds {
  mask: url("images/TopMapForClipping.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask: url("images/TopMapForClipping.svg");
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
}
.archive div#page #primary, .search div#page #primary {
  margin: -140px auto 0;
  padding-top: 100px;
  background-image: linear-gradient(180deg, #c4d7db 0, transparent 210px);
}
@media screen and (max-width: 550px) {
  .archive div#page #primary, .search div#page #primary {
    margin: 0px auto 0;
    padding-top: 1px;
    background-image: none;
    background-color: White;
  }
}
.archive div#page #primary header.page-header h1.page-title-back, .search div#page #primary header.page-header h1.page-title-back {
  -webkit-text-stroke: 0px white;
  text-shadow: 0px 0px 0px black;
  font-weight: 500;
}
@media screen and (max-width: 550px) {
  .archive div#page #primary header.page-header h1.page-title-back, .search div#page #primary header.page-header h1.page-title-back {
    font-size: 3rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 550px) {
  .archive div#page #primary header.page-header h1.page-title, .search div#page #primary header.page-header h1.page-title {
    font-size: 3rem;
    line-height: 1.2;
  }
}
.archive article, .search article {
  max-width: 750px;
  padding: 30px 20px;
  margin: 0 auto 0px;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 600px) {
  .archive article, .search article {
    padding: 20px 20px;
  }
}
.archive article a.all-clicker, .search article a.all-clicker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.archive article .text header.entry-header, .search article .text header.entry-header {
  margin: 0 !important;
  padding: 0 !important;
}
.archive article .top, .search article .top {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .archive article .top, .search article .top {
    display: block;
  }
}
.archive article .top img, .search article .top img {
  grid-column-start: 1;
  grid-column-end: 4;
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .archive article .top img, .search article .top img {
    display: none;
  }
}
.archive article .top .text, .search article .top .text {
  grid-column-start: 4;
  grid-column-end: 13;
  text-align: left;
}
.archive article .top .text p, .search article .top .text p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.7;
}
.archive article .entry-header, .search article .entry-header {
  font-size: 1.5rem;
}
.archive article .entry-header h2, .search article .entry-header h2 {
  text-align: left;
  margin: 0;
  font-size: 1.5rem;
  margin-bottom: 10px;
  line-height: 1;
}
.archive article .entry-header h2 a, .search article .entry-header h2 a {
  color: black;
  text-decoration: none;
  text-transform: uppercase;
}
.archive article .trail-details, .search article .trail-details {
  margin-top: 20px;
}
.archive article .trail-details h3, .search article .trail-details h3 {
  text-align: center;
  background: #e6e6e6;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-top: 10px;
  border-radius: 3px;
}
.archive article .trail-details .details-grid, .search article .trail-details .details-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0 1rem;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .archive article .trail-details .details-grid, .search article .trail-details .details-grid {
    display: block;
  }
}
.archive article .trail-details .details-grid .factoid div, .search article .trail-details .details-grid .factoid div {
  display: inline-block;
}
.archive article .trail-details .details-grid .factoid .small-text, .search article .trail-details .details-grid .factoid .small-text {
  font-weight: 700;
}
.archive article .trail-details .details-grid .factoid .big-text, .search article .trail-details .details-grid .factoid .big-text {
  text-transform: capitalize;
}
.archive article .trail-details .details-grid .factoid:nth-child(1), .search article .trail-details .details-grid .factoid:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
}
.archive article .trail-details .details-grid .factoid:nth-child(2), .search article .trail-details .details-grid .factoid:nth-child(2) {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
}
.archive article .trail-details .details-grid .factoid:nth-child(3), .search article .trail-details .details-grid .factoid:nth-child(3) {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 2;
}
.archive article .trail-details .details-grid .factoid:nth-child(4), .search article .trail-details .details-grid .factoid:nth-child(4) {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 2;
  grid-row-end: 3;
}
.archive article .trail-details .details-grid .factoid:nth-child(5), .search article .trail-details .details-grid .factoid:nth-child(5) {
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 3;
  display: flex;
}
.archive article .trail-details .details-grid .factoid:nth-child(5) a, .search article .trail-details .details-grid .factoid:nth-child(5) a {
  background: black;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  border-radius: 3px;
  width: 100%;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  border: 1px solid black;
  transition: all 0.25s;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .archive article .trail-details .details-grid .factoid:nth-child(5) a, .search article .trail-details .details-grid .factoid:nth-child(5) a {
    margin-top: 10px;
  }
}
.archive article .trail-details .details-grid .factoid:nth-child(5) a:hover, .search article .trail-details .details-grid .factoid:nth-child(5) a:hover {
  background: white;
  color: black;
}
.trail-system-trails article {
  max-width: 750px;
  padding: 30px 20px;
  margin: 0 auto 0px;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 600px) {
  .trail-system-trails article {
    padding: 20px 20px;
  }
}
.trail-system-trails article a.all-clicker {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.trail-system-trails article .top {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .trail-system-trails article .top {
    display: block;
  }
}
.trail-system-trails article .top img {
  grid-column-start: 1;
  grid-column-end: 4;
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .trail-system-trails article .top img {
    display: none;
  }
}
.trail-system-trails article .top .text {
  grid-column-start: 4;
  grid-column-end: 13;
  text-align: left;
}
.trail-system-trails article .top .text header.entry-header {
  margin: 0 !important;
  padding: 0 !important;
}
.trail-system-trails article .top .text p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.7;
}
.trail-system-trails article .entry-header {
  font-size: 1.5rem;
  margin: 0 !important;
}
.trail-system-trails article .entry-header h2 {
  text-align: left;
  margin: 0;
  font-size: 1.5rem;
  margin-bottom: 10px;
  line-height: 1;
}
.trail-system-trails article .entry-header h2 a {
  color: black;
  text-decoration: none;
  text-transform: uppercase;
}
.trail-system-trails article .trail-details {
  margin-top: 20px;
}
.trail-system-trails article .trail-details h3 {
  text-align: center;
  background: #e6e6e6;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-top: 10px;
  border-radius: 3px;
}
.trail-system-trails article .trail-details .details-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0 1rem;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .trail-system-trails article .trail-details .details-grid {
    display: block;
  }
}
.trail-system-trails article .trail-details .details-grid .factoid div {
  display: inline-block;
}
.trail-system-trails article .trail-details .details-grid .factoid .small-text {
  font-weight: 700;
}
.trail-system-trails article .trail-details .details-grid .factoid .big-text {
  text-transform: capitalize;
}
.trail-system-trails article .trail-details .details-grid .factoid:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
}
.trail-system-trails article .trail-details .details-grid .factoid:nth-child(2) {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
}
.trail-system-trails article .trail-details .details-grid .factoid:nth-child(3) {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 2;
}
.trail-system-trails article .trail-details .details-grid .factoid:nth-child(4) {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 2;
  grid-row-end: 3;
}
.trail-system-trails article .trail-details .details-grid .factoid:nth-child(5) {
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 3;
  display: flex;
}
.trail-system-trails article .trail-details .details-grid .factoid:nth-child(5) a {
  background: black;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  border-radius: 3px;
  width: 100%;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  border: 1px solid black;
  transition: all 0.25s;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .trail-system-trails article .trail-details .details-grid .factoid:nth-child(5) a {
    margin-top: 10px;
  }
}
.trail-system-trails article .trail-details .details-grid .factoid:nth-child(5) a:hover {
  background: white;
  color: black;
}
footer#colophon {
  margin-top: 0px;
  text-align: center;
}
footer#colophon .site-info {
  max-width: 1100px;
  margin: 0px auto 0;
  padding: 80px 40px 300px;
  background: white;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
@media screen and (max-width: 600px) {
  footer#colophon .site-info {
    padding: 80px 20px 300px;
  }
}
footer#colophon .site-info a {
  text-decoration: none;
  color: #22316b;
  font-size: 0.85em;
}
footer#colophon .site-info a.custom-logo-link {
  max-width: 110px;
  margin-bottom: 20px;
  margin-top: 40px;
}
footer#colophon .site-info .site-title {
  font-family: "charterregular";
  color: #1fa964;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 5em;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  footer#colophon .site-info .site-title {
    font-size: 2.5rem;
  }
}
footer#colophon .site-info .site-description {
  margin: 0;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1;
  font-weight: 300;
}
@media screen and (max-width: 700px) {
  footer#colophon .site-info .site-description {
    font-size: 1rem;
  }
}
footer#colophon .site-info form {
  width: 70%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-around;
}
@media screen and (max-width: 600px) {
  footer#colophon .site-info form {
    width: 100%;
    display: block;
  }
}
footer#colophon .site-info form label {
  width: 100%;
  padding-right: 2rem;
}
footer#colophon .site-info form input.search-field {
  width: 100%;
  height: 100%;
  padding-left: 15px;
}
footer#colophon .site-info form input.search-submit {
  border: none;
  font-size: 1rem;
  line-height: 1;
  padding: 10px 30px;
  background: #569e39;
  color: white;
  text-transform: uppercase;
  font-weight: 100;
}
@media screen and (max-width: 600px) {
  footer#colophon .site-info form input.search-submit {
    margin-top: 20px;
  }
}
footer#colophon .site-info .powered-by {
  text-align: right;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  width: 300px;
  gap: 0.5rem;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 0.8rem;
  margin-left: auto;
  margin-top: 30px;
  margin-right: 5vw;
  position: relative;
}
@media screen and (max-width: 800px) {
  footer#colophon .site-info .powered-by {
    margin-right: auto;
    display: flex;
  }
}
footer#colophon .site-info .powered-by .text {
  flex-basis: 65%;
}
footer#colophon .site-info .powered-by a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
footer#colophon .footer-menu {
  background: #569e3a;
  width: fit-content;
  margin: 0 auto;
  border-radius: 3px;
}
footer#colophon .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  footer#colophon .footer-menu ul {
    display: block;
    text-align: center;
  }
}
footer#colophon .footer-menu ul li a {
  text-decoration: none;
  color: white;
  padding: 5px 0px 5px 10px;
  text-transform: uppercase;
  font-weight: 100;
  display: block;
  transition: all 0.3s;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  footer#colophon .footer-menu ul li a {
    padding: 5px 40px 5px 40px;
  }
}
footer#colophon .footer-menu ul li a::after {
  content: "|";
  padding-left: 10px;
}
@media screen and (max-width: 800px) {
  footer#colophon .footer-menu ul li a::after {
    content: "";
    padding-left: 0px;
  }
}
footer#colophon .footer-menu ul li a:hover {
  color: #22316b;
}
footer#colophon .footer-menu ul li a:hover::after {
  color: white;
}
footer#colophon .footer-menu ul li:first-child a {
  padding-left: 40px;
}
footer#colophon .footer-menu ul li:last-child a {
  padding-right: 40px;
}
footer#colophon .footer-menu ul li:last-child a::after {
  content: "";
  padding-left: 0px;
}
footer#colophon .footer-info {
  margin-top: 2rem;
  font-style: italic;
  font-size: 0.8rem;
}
footer#colophon .footer-info a {
  color: black;
}
footer#colophon .footer-info span {
  font-style: normal;
  font-weight: 600;
}
.footer-finale {
  width: 100%;
  padding-top: 75%;
  background-image: url("images/footer-finale.png");
  background-size: cover;
  background-position: center;
  margin-top: -430px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
  .footer-finale {
    margin-top: -350px;
    padding-top: 100%;
  }
}
.marker {
  background-image: url("images/ParkMarker.gif");
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 50px;
  border-radius: 0;
  cursor: pointer;
}
.photo-marker {
  background-image: url("images/PhotosMarker.gif");
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 50px;
  border-radius: 0;
  cursor: pointer;
  display: none;
}
.amenity-icon {
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  border-radius: 0;
  display: none;
}
.amenity-icon.bathroom {
  z-index: 1;
}
.mapboxgl-popup.parking-popup {
  max-width: 150px !important;
}
.mapboxgl-popup.parking-popup .mapboxgl-popup-content {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  background-color: white;
  border: 1px solid #757575;
}
.mapboxgl-popup.parking-popup .mapboxgl-popup-content h3 {
  background-color: white;
  padding: 5px;
  color: black;
  font-weight: 400;
}
.mapboxgl-popup-anchor-bottom.parking-popup .mapboxgl-popup-tip {
  border-top-color: #6f6f6f;
}
.mapboxgl-popup-close-button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  background-color: transparent;
  color: white;
  font-weight: bold;
  font-size: 1.3rem;
  text-shadow: 0px 0px 3px black;
  padding: 10px 13px;
}
.mapboxgl-popup-anchor-bottom.parking-popup .mapboxgl-popup-close-button {
  padding: 1px 4px;
  color: black;
  text-shadow: 0px 0px 0px black;
}
.mapboxgl-popup.photo-popup {
  max-width: 200px !important;
}
.mapboxgl-popup.photo-popup .mapboxgl-popup-content {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  background-color: white;
}
.mapboxgl-popup-anchor-bottom.photo-popup .mapboxgl-popup-tip {
  border-top-color: white;
}
.news-container {
  margin: 0;
  padding: 20px;
  overflow: auto;
}
.news-container .post p {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.8;
}
hr.wp-block-separator {
  max-width: 700px;
  margin: 30px auto;
}
#static-map .mapboxgl-ctrl.mapboxgl-ctrl-group {
  margin-bottom: 50px;
}
.report-trail-maintenance {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s;
  z-index: 1000;
  padding: 20px;
  max-width: 100vw;
  max-height: 100vh;
}
.report-trail-maintenance.show {
  visibility: visible;
  opacity: 1;
}
.report-trail-maintenance .form-holder {
  max-width: 800px;
  padding: 30px;
  background: white;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 5px;
  overflow-y: auto;
}
.report-trail-maintenance .form-holder .closer {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-weight: 1.5rem;
  color: black;
  cursor: pointer;
}
.report-trail-maintenance .form-holder h2 {
  margin: 0;
  line-height: 1;
}
.report-trail-maintenance .form-holder p {
  margin: 0;
  margin-top: 10px;
}
.trail-hover {
  color: black;
  font-weight: 400;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  background: white;
  padding: 2px 5px;
}
.mapboxgl-popup.photo-popup {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1111111111;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100vw;
  min-width: 100vw;
  transform: translate(0px, 0px) !important;
  transition: all 0.25s;
}
.mapboxgl-popup.photo-popup img {
  max-width: 600px;
  height: auto;
  max-height: 80vh !important;
}
.mapboxgl-popup.photo-popup .mapboxgl-popup-tip {
  display: none;
}
.wp-block-buttons {
  margin: 30px auto;
  max-width: 880px;
}
.wp-block-buttons .wp-block-button__link {
  background-color: #441812;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  padding: 12px 24px;
  text-align: center;
  text-transform: uppercase;
}
.wp-block-buttons.donate-buttons .wp-block-button__link {
  background: #441711;
  padding: 5px 60px 5px 40px;
  border-radius: 3px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin-top: 30px;
  font-weight: 100;
  font-size: 1.3rem;
  transition: all 0.25s;
}
.wp-block-buttons.donate-buttons .wp-block-button__link:hover {
  background: rgba(68, 23, 17, 0.71);
}
.wp-block-buttons.donate-buttons .wp-block-button__link:hover span {
  font-size: 2rem;
  margin-top: -9px;
  margin-left: 8px;
}
.wp-block-buttons.donate-buttons .wp-block-button__link span {
  color: red;
  -webkit-text-stroke: 1px white;
  position: absolute;
  margin-left: 5px;
  transition: all 0.25s;
}
a.donate-button {
  background: #441711;
  padding: 5px 60px 5px 40px;
  border-radius: 3px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin-top: 30px;
  font-weight: 100;
  font-size: 1.3rem;
  transition: all 0.25s;
}
a.donate-button:hover {
  background: rgba(68, 23, 17, 0.71);
}
a.donate-button span {
  color: red;
  -webkit-text-stroke: 1px white;
  position: absolute;
  margin-left: 5px;
  transition: all 0.25s;
}
a.donate-button span:hover {
  font-size: 2rem;
  margin-top: -9px;
  margin-left: 8px;
}
.wp-block-file {
  max-width: 700px;
  padding: 10px 20px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-file a {
  display: block;
  width: fit-content;
  text-decoration: none;
  color: black;
}
.wp-block-file a.wp-block-file__button {
  margin-top: 0px;
  background: #441711;
  padding: 5px 20px 5px 20px;
  border-radius: 3px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-weight: 100;
  font-size: 1rem;
  transition: all 0.25s;
}
.wp-block-file a.wp-block-file__button:hover {
  background: rgba(68, 23, 17, 0.71);
  color: black;
}
a.brown-button {
  margin-top: 0px;
  background: #441711;
  padding: 5px 20px 5px 20px;
  border-radius: 3px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-weight: 100;
  font-size: 1rem;
  transition: all 0.25s;
  line-height: 1.5;
}
a.brown-button:hover {
  background: rgba(68, 23, 17, 0.71);
  color: black;
}
.holdctrl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-shadow: 0px 0px 5px black;
  font-size: 3rem;
  opacity: 0.5;
  pointer-events: none;
  padding: 4vw;
  line-height: 1;
  text-align: center;
}
.trail-gallery-no-slick {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-media-icons ul {
  list-style-type: none;
  margin: 0;
  margin-top: 20px;
  padding: 0;
  text-align: center;
}
.social-media-icons ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.social-media-icons ul li a {
  display: block;
  padding: 5px;
  opacity: 0.5;
  transition: all 0.25s;
}
.social-media-icons ul li a:hover {
  opacity: 1;
}
.social-media-icons ul li a img {
  max-width: 30px;
}
.site-alert {
  padding: 5px 20px;
  text-align: center;
  background: #d8501e;
  color: white;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  line-height: 1.1;
}
.site-alert.site-wide {
  background: #a03b16;
}
.site-alert img.alert-icon {
  max-width: 50px;
}
.site-alert p {
  margin: 0;
  padding: 0;
}
.site-alert strong {
  font-weight: 600;
}
.site-alert a.alert-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 800px) {
  .site-alert:first-of-type {
    padding-top: 40px;
  }
}
@media screen and (max-width: 550px) {
  ul ul.sub-menu {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 550px) {
  .home header#masthead {
    margin-bottom: 0;
  }
}
/* IE Fixes */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .partners-container .partners .borders .partners-grid {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }
  .partners-container .partners .borders {
    background: none;
  }
  .partners-container .partners .borders .partners-grid a {
    max-width: 160px;
  }
  div#page #primary header.entry-header h1.entry-title-back {
    display: none;
  }
  div#page #primary header.entry-header h1.entry-title {
    position: static;
  }
  .partners-container .partners .borders .partners-grid a img, .partners-container .partners .borders .partners-grid a:hover img {
    width: 100%;
  }
  .trailfinder-container .trailfinder .icons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .trailfinder-container .trailfinder .icons img {
    max-width: 10%;
    width: 10%;
  }
  .main-navigation ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  div header#masthead nav#site-navigation ul li.home-logo {
    width: 150px;
  }
}
/*# sourceMappingURL=style.css.map */