@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/**
 * Import all front-end CSS partials.
 * 
 * This theme uses postcss-preset-env which allows for future CSS syntax to be used.
 * By default, all features are enabled.
 * https://preset-envdb.org/features
 *[ajax_load_more post_type="post, portfolio" posts_per_page="6" button_label="Load More"]

 * Compiles to assets/styles/theme-styles
 */
/* Set project variables such as colors, breakpoints, etc. */
/**
 * Custom Breakpoints
 * 
 * Use: @include breakpoint() {}
 *
 */
@font-face {
  font-family: 'modernhiker';
  src: url("/wp-content/themes/modern-hiker/source/fonts/ModernHiker/modernhiker.eot?gs1ub7");
  src: url("/wp-content/themes/modern-hiker/source/fonts/ModernHiker/modernhiker.eot?gs1ub7#iefix") format("embedded-opentype"), url("/wp-content/themes/modern-hiker/source/fonts/ModernHiker/modernhiker.ttf?gs1ub7") format("truetype"), url("/wp-content/themes/modern-hiker/source/fonts/ModernHiker/modernhiker.woff?gs1ub7") format("woff"), url("/wp-content/themes/modern-hiker/source/fonts/ModernHiker/modernhiker.svg?gs1ub7#modernhiker") format("svg");
  font-weight: normal;
  font-style: normal; }

.font-modernhiker {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'modernhiker' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-backpacking:before {
  content: "\e92c"; }

.icon-camera:before {
  content: "\e90e"; }

.icon-photography:before {
  content: "\e90e"; }

.icon-comments:before {
  content: "\e90f"; }

.icon-donate:before {
  content: "\e911"; }

.icon-find-hike:before,
.icon-hike:before {
  content: "\e912"; }

.icon-gear:before,
.icon-gear-review:before {
  content: "\e914"; }

.icon-hiking:before {
  content: "\e915"; }

.icon-journal:before {
  content: "\e918"; }

.icon-mountain-biking:before {
  content: "\e91a"; }

.icon-press-release:before {
  content: "\e91b"; }

.icon-search:before {
  content: "\e91d"; }

.icon-shop:before {
  content: "\e91e"; }

.icon-weather:before {
  content: "\e92b"; }

.icon-dif-option-3-1:before {
  color: #808133;
  content: "\e90d"; }

.icon-dif-option-3-2:before {
  color: #5f9930;
  content: "\e913"; }

.icon-dif-option-3-3:before {
  color: #1e6574;
  content: "\e919"; }

.icon-dif-option-3-4:before {
  color: #dc8442;
  content: "\e910"; }

.icon-dif-option-3-5:before {
  color: #c1613c;
  content: "\e91c"; }

.icon-dif-option-3-6:before {
  color: #ccc;
  content: "\e916"; }

.icon-dif-option-3-6:after {
  color: #ccc;
  content: "\e917"; }

.icon-dif-option-1-1:before {
  content: "\e91f"; }

.icon-dif-option-1-2:before {
  content: "\e921"; }

.icon-dif-option-1-3:before {
  content: "\e923"; }

.icon-dif-option-1-4:before {
  content: "\e920"; }

.icon-dif-option-1-5:before {
  content: "\e924"; }

.icon-dif-option-1-6:before {
  content: "\e922"; }

.icon-dif-option-2-1:before {
  content: "\e925"; }

.icon-dif-option-2-2:before {
  content: "\e927"; }

.icon-dif-option-2-3:before {
  content: "\e929"; }

.icon-dif-option-2-4:before {
  content: "\e926"; }

.icon-dif-option-2-5:before {
  content: "\e92a"; }

.icon-dif-option-2-6:before {
  content: "\e928"; }

/* WordPress has a lot of necessary default styles.*/
/* These will rarely need to be modified.*/
/**
 * Default WordPress image alignment styles.
 */
.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

/**
 * Default WordPress gallery styles.
 */
.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; }

/**
 * Default WordPress media styles.
 */
video, object {
  max-width: 100%;
  height: auto; }

pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/**
 * Screen Reader Text
 *
 * Hide text from vision that is only useful for screen readers users.
 * https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/
 *
 */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/**
 * Default WordPress typography styles.
 */
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%; }

.post-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (min-width: 48em) {
    .post-grid {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .post-grid .post-box {
    margin-bottom: 4rem;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.25); }
    @media screen and (min-width: 48em) {
      .post-grid .post-box {
        width: 31%;
        margin-right: 2%; } }
    .post-grid .post-box .post-content {
      padding: 2rem; }
      .post-grid .post-box .post-content .fav {
        margin-top: 1rem; }
    .post-grid .post-box h2 {
      margin: .5rem 0 0 0;
      line-height: 1.1;
      font-size: 1.75rem; }
    .post-grid .post-box .post-box-content {
      padding: 1.5rem; }
    .post-grid .post-box .post-box-image {
      position: relative; }
      .post-grid .post-box .post-box-image img {
        margin-top: 0;
        min-width: 100%; }
      .post-grid .post-box .post-box-image .category {
        position: absolute;
        bottom: -1rem;
        left: 1.5rem;
        color: #fff;
        padding: 1rem; }

.pagination {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagination a {
    color: #fff;
    padding: .5rem 1rem;
    margin-right: .5rem; }
  .pagination .current {
    padding: .5rem 1rem;
    margin-right: .5rem; }

.category-filters {
  margin-bottom: 2rem; }
  .category-filters .button {
    margin-right: .5rem;
    color: #fff !important;
    font-size: 0.75rem; }

.author-banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url("../../assets/images/banner-author.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../../assets/images/banner-author.jpg"); }

.author-follow {
  font-size: 2rem;
  margin-top: 2rem; }
  .author-follow a {
    color: #fff; }

.author-stats-wrapper {
  padding: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 48em) {
    .author-stats-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .author-stats-wrapper .stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2rem;
    margin-bottom: 2rem; }
    .author-stats-wrapper .stat a {
      color: #000; }
    .author-stats-wrapper .stat span {
      font-size: 1rem;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 1rem; }

/************************************************

Global

Place generic, global styles here. 

*************************************************/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  background: white; }

/* Suppress focus ring on form controls for mouse users */
[data-whatintent="mouse"] *:focus {
  outline: none; }

.container {
  max-width: 75rem;
  padding: 0 1.5rem;
  margin: 0 auto; }

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

.button {
  display: inline-block;
  background: #f07a39;
  color: #fff;
  font-weight: 800;
  padding: 12px 20px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer; }

.qaic-btn {
  background: #671f48;
  color: #ffffff;
  padding: 1rem 2rem;
  border-bottom: 0px; }
  .qaic-btn:hover {
    background: #331415 !important;
    color: #ffffff !important;
    padding: 1rem 2rem; }

.content {
  margin-bottom: 4rem; }

.entry-content img {
  margin-top: 1rem; }

.page-title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 3.75rem; }

.page-banner {
  color: #fff;
  background-size: cover;
  background-position: center center;
  background-color: #000;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem; }
  .page-banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .page-banner h1 {
    text-transform: uppercase; }

.post-image {
  height: 300px;
  background-size: cover;
  background-position: center center; }

.post-filters {
  background: #1a5b6a;
  padding: 0;
  margin-bottom: 3rem; }
  .post-filters .searchandfilter ul {
    margin: 0;
    padding: 0; }
    .post-filters .searchandfilter ul li {
      margin: 0 !important;
      padding: 0 !important; }
  .post-filters .searchandfilter .sf-input-radio {
    display: none; }
  .post-filters .searchandfilter .sf-field-taxonomy-guide_category ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 48em) {
      .post-filters .searchandfilter .sf-field-taxonomy-guide_category ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .post-filters .searchandfilter > ul > li > ul > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 10%;
            flex: 1 1 10%;
    width: auto;
    text-align: center;
    border-bottom: 2px solid rgba(255, 255, 255, 0.25);
    padding: 1.5rem 0 !important; }
    @media screen and (min-width: 48em) {
      .post-filters .searchandfilter > ul > li > ul > li {
        border-right: 2px solid rgba(255, 255, 255, 0.25); } }
    .post-filters .searchandfilter > ul > li > ul > li:last-child {
      border-right: none !important;
      border-bottom: none !important; }
    .post-filters .searchandfilter > ul > li > ul > li label {
      color: #fff;
      cursor: pointer !important; }

.post-banner {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 400px;
  padding: 2rem;
  text-align: center;
  position: relative;
  margin-bottom: 3rem; }
  .post-banner.no-margin {
    margin-bottom: 0; }
  @media screen and (min-width: 62em) {
    .post-banner {
      background-attachment: fixed; } }
  .post-banner h1 {
    font-size: 3rem;
    margin: 0; }
    @media screen and (min-width: 62em) {
      .post-banner h1 {
        font-size: 4.5rem; } }
  .post-banner .difficulty {
    background: #3CA908;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: .5rem 1rem; }
  .post-banner .location {
    font-size: 1.5rem;
    margin-top: .5rem; }
    .post-banner .location a {
      color: #fff; }
  .post-banner .social-sharing {
    position: absolute;
    bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-transform: uppercase;
    font-size: 1.25rem !important;
    width: 50%;
    max-width: 500px; }
    .post-banner .social-sharing a {
      font-size: 1.25rem !important;
      color: #fff; }

.byline {
  font-size: 15px;
  color: #FFFFFF a;
    color-font-weight: 800;
    color-padding: 2px; }

#comment-block {
  margin-top: 3rem; }

@media screen and (min-width: 48em) {
  .sidebar {
    margin-left: 2rem;
    width: 30%; } }

.sidebar .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #eaeaea;
  padding: 2rem; }
  .sidebar .author-info .author-profile-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .sidebar .author-info .author-profile-link a img {
      margin-bottom: .5rem; }
  .sidebar .author-info .author-follow {
    font-size: 1rem;
    margin: 0; }
    .sidebar .author-info .author-follow span {
      margin: 0 .25rem; }
  .sidebar .author-info p {
    font-size: .75rem; }

.single-tribe_events .tribe-events-event-meta {
  font-size: 1.125rem !important;
  background-color: #fafafa; }

.tribe-events-single-section-title {
  color: #662048; }

.single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-gcal:hover,
.single-tribe_events a.tribe-events-ical,
.single-tribe_events a.tribe-events-ical:hover {
  background-image: #E7CC72;
  color: #331415;
  padding: 10px;
  border-radius: 0px;
  font-size: 16px; }

.single-tribe_events a.tribe-events-gcal:hover,
.single-tribe_events a.tribe-events-ical:hover {
  background-image: none;
  background-color: #331415;
  color: white;
  padding: 10px;
  border-radius: 0px; }

.footer {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .footer h2 {
    font-size: 0.875rem;
    text-transform: uppercase; }
  .footer p {
    font-size: 1rem; }
  .footer a {
    color: #000;
    text-decoration: none; }
  .footer .inner-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 2px solid #000;
    padding-top: 2rem; }
    @media screen and (min-width: 48em) {
      .footer .inner-footer {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .footer .inner-footer .left-footer {
      text-align: center;
      width: 100%; }
      @media screen and (min-width: 48em) {
        .footer .inner-footer .left-footer {
          max-width: 50%;
          text-align: left; } }
      .footer .inner-footer .left-footer .footer-logo {
        width: 18.75rem; }
      .footer .inner-footer .left-footer .address {
        font-size: 1.25rem; }
        @media screen and (min-width: 48em) {
          .footer .inner-footer .left-footer .address {
            padding: 1rem 0; } }
    .footer .inner-footer .right-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (min-width: 48em) {
        .footer .inner-footer .right-footer {
          max-width: 50%; } }
      .footer .inner-footer .right-footer .social-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 2rem 0; }
        @media screen and (min-width: 48em) {
          .footer .inner-footer .right-footer .social-icons {
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end; } }
        .footer .inner-footer .right-footer .social-icons a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 3.125rem;
          height: 3.125rem;
          background: #747C80;
          margin-right: .5rem; }
          .footer .inner-footer .right-footer .social-icons a img {
            max-width: 50%;
            max-height: 50%; }
    .footer .inner-footer .footer-menu ul {
      padding: 0;
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      list-style: none; }
      @media screen and (min-width: 48em) {
        .footer .inner-footer .footer-menu ul {
          -webkit-column-count: 3;
             -moz-column-count: 3;
                  column-count: 3; } }
      .footer .inner-footer .footer-menu ul li {
        font-size: 1.25rem;
        line-height: 1.5; }
    .footer .inner-footer .right-footer .gform_body li.gf_inline {
      padding-right: 0 !important;
      padding: 0 !important;
      margin: 0 !important; }
      .footer .inner-footer .right-footer .gform_body li.gf_inline input {
        margin: 0 !important; }
    .footer .inner-footer .right-footer .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
      line-height: 1 !important; }

.gform_wrapper .gfield_required {
  color: #b90000 !important;
  margin-left: 4px; }

.gform_wrapper select {
  border-radius: 0px;
  padding: 5px;
  height: 44px;
  margin-bottom: 5px;
  margin-top: 0px !important;
  color: white; }

.gform_wrapper .gform_button {
  background: #000;
  color: #fff !important;
  border: 0px;
  border: 2px solid transparent; }

.gform_wrapper .gform_button:hover {
  background: #fff;
  color: #000 !important;
  border: 2px solid #000; }

.gform_wrapper textarea {
  border-radius: 0px;
  border: 2px solid #cccccc;
  padding: 5px; }

input {
  border-radius: 0px;
  border: 2px solid #cccccc;
  padding: 5px;
  height: 44px;
  margin-bottom: 5px; }

input[type="checkbox"],
input[type="radio"] {
  height: auto; }

.gform_wrapper .gfield_radio li label {
  font-size: 1em; }

.gfield_radio {
  margin-top: -0.5rem !important; }

/**
 * Main navigation styles.
 * 
 */
.site-header {
  position: relative;
  z-index: 999;
  height: 5.3125rem;
  background: #fff;
  top: 0; }
  @media screen and (min-width: 75em) {
    .site-header {
      position: sticky; } }
  .site-header .site-header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 1rem 1rem; }
    @media screen and (min-width: 75em) {
      .site-header .site-header-container {
        padding: 1.5rem 1rem; } }
  .site-header .site-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .site-header .site-title .logo img {
      position: relative;
      z-index: 999;
      top: 2rem;
      width: 7.5rem;
      max-width: none; }
      @media screen and (min-width: 48em) {
        .site-header .site-title .logo img {
          margin-right: 2rem; } }
  .site-header .mobile-open {
    position: absolute;
    right: 0; }
    @media screen and (min-width: 75em) {
      .site-header .mobile-open {
        display: none; } }
    .site-header .mobile-open button {
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-transform: uppercase;
      border: none;
      background: #000;
      color: #fff;
      height: 5.3125rem;
      width: 5rem; }
      .site-header .mobile-open button img {
        width: 2.1875rem;
        margin-bottom: .5rem; }
  .site-header .search-form {
    background: #fff;
    padding: 2rem;
    font-size: 1.25rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 75rem;
    margin: 0 auto; }
    @media screen and (min-width: 75em) {
      .site-header .search-form {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: -1rem;
        padding: 0;
        height: 4.25rem; } }
    @media screen and (min-width: 75em) {
      .site-header .search-form.open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .site-header .search-form #search-field {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: .5rem 0; }
    .site-header .search-form input {
      border: none;
      border-bottom: 2px solid #41484B; }
    .site-header .search-form button {
      cursor: pointer;
      text-transform: uppercase;
      background: transparent;
      border: none; }
      .site-header .search-form button img {
        width: 1.5rem; }
    .site-header .search-form label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      -webkit-clip-path: inset(50%);
              clip-path: inset(50%);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute !important;
      width: 1px;
      word-wrap: normal !important; }
      @media screen and (min-width: 75em) {
        .site-header .search-form label {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          position: relative !important;
          clip: auto;
          -webkit-clip-path: none;
                  clip-path: none;
          height: auto;
          width: auto;
          margin: 0;
          margin-right: 1rem; }
          .site-header .search-form label img {
            width: 1rem;
            margin-right: .5rem; } }
    .site-header .search-form .close-search-button {
      display: none; }
      @media screen and (min-width: 75em) {
        .site-header .search-form .close-search-button {
          display: block; } }
      .site-header .search-form .close-search-button .close-search {
        cursor: pointer;
        width: 1.5rem; }

.main-navigation-wrapper {
  height: 2.8125rem;
  display: none;
  position: absolute;
  left: 0;
  top: 5.3125rem;
  width: 100%; }
  .main-navigation-wrapper.open {
    display: block; }
  @media screen and (min-width: 75em) {
    .main-navigation-wrapper {
      position: relative;
      display: block;
      height: auto;
      top: auto; } }
  .main-navigation-wrapper .main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: right;
    margin: 0;
    padding: 0;
    width: 100%; }
    @media screen and (min-width: 75em) {
      .main-navigation-wrapper .main-navigation {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .main-navigation-wrapper .main-navigation li {
      list-style: none;
      background: #41484B;
      width: 100%;
      border-bottom: 2px solid rgba(255, 255, 255, 0.25); }
      @media screen and (min-width: 75em) {
        .main-navigation-wrapper .main-navigation li {
          width: auto;
          background: none; } }
      .main-navigation-wrapper .main-navigation li.float-right {
        margin-left: auto; }
    .main-navigation-wrapper .main-navigation a {
      display: block;
      font-size: 1.25rem;
      padding: 2rem;
      text-decoration: none;
      color: #fff;
      letter-spacing: 0.25px; }
      @media screen and (min-width: 75em) {
        .main-navigation-wrapper .main-navigation a {
          margin-right: 1.25rem;
          color: #41484B;
          padding: 0; } }
    .main-navigation-wrapper .main-navigation .menu-item-has-children {
      position: relative; }
      .main-navigation-wrapper .main-navigation .menu-item-has-children > a {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .main-navigation-wrapper .main-navigation .menu-item-has-children > a:after {
          position: absolute;
          right: 2rem;
          content: "+";
          font-size: 3.75rem;
          display: inline-block;
          margin-left: 0.5rem; }
          @media screen and (min-width: 75em) {
            .main-navigation-wrapper .main-navigation .menu-item-has-children > a:after {
              color: #41484B;
              right: 0;
              position: relative;
              content: "";
              border-bottom: 1px solid #000;
              border-right: 1px solid #000;
              height: 0.25rem;
              width: 0.25rem;
              -webkit-transform: rotate(45deg);
                      transform: rotate(45deg); } }
      .main-navigation-wrapper .main-navigation .menu-item-has-children .sub-menu {
        display: none; }
        @media screen and (min-width: 75em) {
          .main-navigation-wrapper .main-navigation .menu-item-has-children .sub-menu {
            position: absolute;
            left: 0;
            padding: 0;
            margin-top: 1rem;
            background: #41484B;
            width: 16.5625rem; } }
        .main-navigation-wrapper .main-navigation .menu-item-has-children .sub-menu li {
          border: none; }
          @media screen and (min-width: 75em) {
            .main-navigation-wrapper .main-navigation .menu-item-has-children .sub-menu li {
              padding: 1rem 2rem; } }
          .main-navigation-wrapper .main-navigation .menu-item-has-children .sub-menu li a {
            color: #fff; }
      .main-navigation-wrapper .main-navigation .menu-item-has-children.open > .sub-menu {
        display: block;
        padding: 0; }
    .main-navigation-wrapper .main-navigation .search {
      position: relative;
      display: none;
      padding-left: 1rem; }
      @media screen and (min-width: 75em) {
        .main-navigation-wrapper .main-navigation .search {
          display: block; } }
      .main-navigation-wrapper .main-navigation .search a {
        cursor: pointer; }
    .main-navigation-wrapper .main-navigation button {
      background: transparent;
      border: 0; }

.secondary-navigation {
  display: none;
  list-style: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 1rem 1rem 0; }
  @media screen and (min-width: 75em) {
    .secondary-navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .secondary-navigation li {
    margin-right: .5rem;
    padding-right: .5rem;
    border-right: 1px solid #41484B; }
    .secondary-navigation li a {
      border-bottom: 2px solid #E7CC72; }
    .secondary-navigation li:last-child {
      border-right: none; }

.sticky .site-title .logo img {
  -webkit-transition: width .5s;
  transition: width .5s;
  top: 0;
  width: 4.375rem; }

.logged-in .hide-logged-in {
  display: none; }

.hike-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 48em) {
    .hike-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .hike-wrapper .pgmm {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    height: 400px;
    width: 100%; }
    @media screen and (min-width: 48em) {
      .hike-wrapper .pgmm {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        height: 700px; } }
    @media screen and (min-width: 48em) {
      .hike-wrapper .pgmm .canvas {
        height: 700px !important; } }
  .hike-wrapper .hikes {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    @media screen and (min-width: 48em) {
      .hike-wrapper .hikes {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        height: 700px;
        overflow: scroll; } }
  .hike-wrapper .hike-wrapper-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    .hike-wrapper .hike-wrapper-single:hover {
      background: rgba(0, 0, 0, 0.05); }
    .hike-wrapper .hike-wrapper-single a {
      color: #000; }
    .hike-wrapper .hike-wrapper-single p {
      margin: 0;
      font-size: .85rem; }
    .hike-wrapper .hike-wrapper-single .hike-image {
      width: 200px;
      min-width: 200px; }
    .hike-wrapper .hike-wrapper-single .hike-info {
      padding: 1rem 2rem 1rem 1rem; }
      .hike-wrapper .hike-wrapper-single .hike-info h2 {
        margin-top: 0;
        font-size: 1.25rem; }

.pagination {
  margin-top: 2rem; }
  .pagination a {
    padding: .5rem .75rem;
    background: #f07a39;
    color: #fff; }
  .pagination .page-numbers.dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: .5rem .75rem; }

.toggle-filters {
  color: #fff;
  padding: 0 2rem; }
  @media screen and (min-width: 48em) {
    .toggle-filters {
      text-align: left; } }
  .toggle-filters select {
    max-width: 100%;
    width: 50%;
    height: 50px;
    padding: 0 .5rem; }
    @media screen and (min-width: 48em) {
      .toggle-filters select {
        width: 200px;
        margin-right: 1rem; } }
  .toggle-filters ul {
    padding: 0;
    margin: 0; }
    @media screen and (min-width: 48em) {
      .toggle-filters ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .toggle-filters .sf-field-submit input, .toggle-filters .sf-field-reset input {
    font-weight: bold;
    color: #fff;
    background: #f07a39;
    border: 0;
    padding: .5rem 1rem; }
  @media screen and (min-width: 48em) {
    .toggle-filters .sf-field-submit {
      margin-right: 1rem; } }

.hike-finder.custom-filters {
  background: url("../../assets/images/pattern-blue.jpg") #c8e5bc;
  display: none; }
  .hike-finder.custom-filters.open {
    display: block; }

.custom-filters.hike-finder .sf-field-taxonomy-hike_tags li {
  font-size: 12px;
  cursor: pointer; }
  @media screen and (min-width: 48em) {
    .custom-filters.hike-finder .sf-field-taxonomy-hike_tags li {
      padding-left: 4px;
      margin-right: 1rem; } }

.sf-option-active .sf-label-checkbox:before {
  color: #fff !important; }

.pin-info h2 {
  margin: 0;
  font-size: 1.5rem; }

.pin-info p {
  margin: 0;
  font-size: 12px; }
  .pin-info p span {
    font-weight: bold; }

.pin-info img {
  height: 150px;
  width: 100%; }

.hike-finder-banner .button {
  position: absolute;
  bottom: 0; }

.custom-filters.hike-finder .searchandfilter li .sf-label-checkbox:before {
  content: "";
  color: #407f8e;
  display: block;
  font-family: modernhiker;
  font-size: 3.5rem;
  margin-bottom: 10px;
  padding: .5rem 0; }

.sf-field-taxonomy-hike_tags {
  width: 100%; }
  .sf-field-taxonomy-hike_tags li {
    text-align: center; }
    .sf-field-taxonomy-hike_tags li input {
      display: none; }

.icon-accessible:before,
.custom-filters.hike-finder .searchandfilter li input[value='accessible'] + label:before {
  content: "\e900"; }

.icon-camping:before,
.custom-filters.hike-finder .searchandfilter li input[value='camping'] + label:before {
  content: "\e901"; }

.icon-dog-friendly:before,
.custom-filters.hike-finder .searchandfilter li input[value='dog-friendly'] + label:before {
  content: "\e902"; }

.icon-historical-interest:before,
.custom-filters.hike-finder .searchandfilter li input[value='historical-interest'] + label:before {
  content: "\e903"; }

.icon-hot-springs:before,
.custom-filters.hike-finder .searchandfilter li input[value='hot-springs'] + label:before {
  content: "\e904"; }

.icon-kid-friendly:before,
.custom-filters.hike-finder .searchandfilter li input[value='kid-friendly'] + label:before {
  content: "\e905"; }

.icon-multi-use-trail:before,
.custom-filters.hike-finder .searchandfilter li input[value='multi-use-trail'] + label:before {
  content: "\e906"; }

.icon-potable-water:before,
.custom-filters.hike-finder .searchandfilter li input[value='potable-water'] + label:before {
  content: "\e907"; }

.icon-shade:before,
.custom-filters.hike-finder .searchandfilter li input[value='shade'] + label:before {
  content: "\e908"; }

.icon-solitude:before,
.custom-filters.hike-finder .searchandfilter li input[value='solitude'] + label:before {
  content: "\e909"; }

.icon-views:before,
.custom-filters.hike-finder .searchandfilter li input[value='views'] + label:before {
  content: "\e90a"; }

.icon-views-vista:before,
.custom-filters.hike-finder .searchandfilter li input[value='views-vista'] + label:before {
  content: "\e90a"; }

.icon-waterfall:before,
.custom-filters.hike-finder .searchandfilter li input[value='waterfall'] + label:before {
  content: "\e90b"; }

.icon-water-features:before,
.custom-filters.hike-finder .searchandfilter li input[value='water-features'] + label:before {
  content: "\e90c"; }

.single-hike .hike-permit-info-embed, .single-gear .hike-permit-info-embed {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  width: auto;
  margin-bottom: 40px; }

.single-hike .hike-permit-info-url, .single-gear .hike-permit-info-url {
  display: block;
  background: #F2F2F2;
  margin-top: 50px; }
  @media screen and (min-width: 48em) {
    .single-hike .hike-permit-info-url, .single-gear .hike-permit-info-url {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 60px;
      margin-top: 50px; } }
  .single-hike .hike-permit-info-url .col-left, .single-gear .hike-permit-info-url .col-left {
    padding-top: 40px; }
    @media screen and (min-width: 48em) {
      .single-hike .hike-permit-info-url .col-left, .single-gear .hike-permit-info-url .col-left {
        padding-top: 20px; } }
    .single-hike .hike-permit-info-url .col-left h2, .single-gear .hike-permit-info-url .col-left h2 {
      margin: 0;
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 700;
      font-size: 36px;
      line-height: 42px; }
    .single-hike .hike-permit-info-url .col-left p, .single-gear .hike-permit-info-url .col-left p {
      margin-top: 5px;
      margin-bottom: 0px;
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 23px; }
  .single-hike .hike-permit-info-url .col-right, .single-gear .hike-permit-info-url .col-right {
    padding-bottom: 30px;
    margin: 30px 20px 0 auto; }
    .single-hike .hike-permit-info-url .col-right a, .single-gear .hike-permit-info-url .col-right a {
      padding: 15px 30px;
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 30px; }

.single-hike .hike-stats-wrapper, .single-gear .hike-stats-wrapper {
  padding: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 48em) {
    .single-hike .hike-stats-wrapper, .single-gear .hike-stats-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .single-hike .hike-stats-wrapper .stat, .single-gear .hike-stats-wrapper .stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2rem;
    margin-bottom: 2rem; }
    .single-hike .hike-stats-wrapper .stat a, .single-gear .hike-stats-wrapper .stat a {
      color: #000; }
    .single-hike .hike-stats-wrapper .stat span, .single-gear .hike-stats-wrapper .stat span {
      font-size: 1rem;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 1rem; }

.single-hike .inner-content, .single-gear .inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 48em) {
    .single-hike .inner-content, .single-gear .inner-content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media screen and (min-width: 48em) {
    .single-hike .inner-content .main, .single-gear .inner-content .main {
      width: 66%; } }

.single-hike .trail-info, .single-gear .trail-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 48em) {
    .single-hike .trail-info, .single-gear .trail-info {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .single-hike .trail-info .info-box, .single-gear .trail-info .info-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    padding: 1.5rem; }
  .single-hike .trail-info span, .single-gear .trail-info span {
    display: block;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold; }

.hike-gallery {
  margin-top: 3rem; }
  .hike-gallery .gallery-icon img {
    border: none !important;
    max-height: 100px !important;
    overflow: hidden;
    padding: .25rem; }

.trail-tags {
  background: url("../../assets/images/bg-trails.png") #c8e5bc;
  background-size: cover;
  background-position: center center;
  padding: 5rem 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (min-width: 48em) {
    .trail-tags .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .trail-tags span {
    font-size: 3.25rem;
    margin-bottom: .5rem; }
  .trail-tags a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0.75rem;
    font-weight: bold;
    margin: 1rem 2rem;
    color: #000;
    text-transform: uppercase; }

.featured-books {
  padding: 1rem 0 2rem; }
  .featured-books .books {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 48em) {
      .featured-books .books {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .featured-books .books .book {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .featured-books .books .book .book-image img {
        min-width: 120px;
        width: 120px;
        margin-right: 1rem;
        margin-top: 0; }
      .featured-books .books .book h3 {
        font-size: 1.5rem; }

.featured-articles-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff; }
  @media screen and (min-width: 48em) {
    .featured-articles-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      height: 35rem; } }
  .featured-articles-wrapper .featured-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    background-size: cover;
    background-position: center center;
    height: 20rem;
    padding: 2rem;
    text-align: center; }
    .featured-articles-wrapper .featured-article h2 {
      margin: .5rem 0;
      line-height: 1.2; }
    .featured-articles-wrapper .featured-article p {
      font-size: 1.5rem;
      margin-top: 0; }
    .featured-articles-wrapper .featured-article a {
      color: #fff; }
  @media screen and (min-width: 48em) {
    .featured-articles-wrapper .large-feature {
      border-right: 5px solid #fff;
      width: 60%;
      height: 100%; } }
  @media screen and (min-width: 48em) {
    .featured-articles-wrapper .split-feature {
      width: 40%; } }
  @media screen and (min-width: 48em) {
    .featured-articles-wrapper .split-feature .featured-article {
      height: 50%; } }
  @media screen and (min-width: 48em) {
    .featured-articles-wrapper .split-feature .bottom-feature {
      border-top: 4px solid #fff; } }

.hike-finder {
  background: url("../../assets/images/bg-trails.png") #c8e5bc;
  background-size: cover;
  background-position: center center;
  padding: 4rem 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .hike-finder .hike-types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 100%; }
    .hike-finder .hike-types a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 0.75rem;
      font-weight: bold;
      margin: 1rem 2rem;
      color: #000;
      text-transform: uppercase; }
      .hike-finder .hike-types a span {
        margin-bottom: .5rem;
        display: block;
        text-transform: uppercase;
        font-size: 3rem; }
  .hike-finder .hike-search-form {
    width: 500px;
    max-width: 100%;
    height: 66px; }
  .hike-finder .button {
    padding: 1.5rem; }

.infinite-scroll .item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-top: 3rem !important;
  border-top: 2px solid #000; }
  @media screen and (min-width: 48em) {
    .infinite-scroll .item {
      width: 65%; } }

.infinite-scroll .item.alm-item.featured-article {
  padding: 4rem 2rem !important;
  background-size: cover !important;
  background-position: center center !important;
  color: #fff !important; }
  .infinite-scroll .item.alm-item.featured-article a {
    color: #fff !important; }
  @media screen and (min-width: 48em) {
    .infinite-scroll .item.alm-item.featured-article .post-content {
      width: 60%; } }

.infinite-scroll .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding-top: 1rem; }
  .infinite-scroll .post-info .post-categories {
    margin: 0;
    padding: 0;
    list-style: none; }
  .infinite-scroll .post-info p {
    text-transform: uppercase;
    font-size: 0.875rem;
    margin: 0 !important; }
  .infinite-scroll .post-info .tag {
    margin-bottom: 0;
    padding: .25rem .5rem;
    font-size: .75rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase; }

.infinite-scroll .post-content {
  width: 100%; }
  .infinite-scroll .post-content h2 {
    margin: .5rem 0; }
    .infinite-scroll .post-content h2 a {
      color: #000; }

.infinite-scroll .item.alm-item {
  padding: 0 !important; }

.infinite-scroll .post-image {
  margin-right: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 140px;
  height: 180px !important; }
  @media screen and (min-width: 62em) {
    .infinite-scroll .post-image {
      max-width: 300px; } }
  .infinite-scroll .post-image img {
    position: relative !important;
    left: auto;
    right: auto;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
    max-width: 100% !important; }

.tag {
  text-transform: uppercase;
  margin-bottom: 0;
  background: #000;
  padding: .25rem .5rem;
  font-size: .75rem !important;
  font-weight: bold; }
  .tag.orange, .tag.gear {
    background: #f07a39; }
  .tag.blue, .tag.hike {
    background: #378be2; }
  .tag.green, .tag.post {
    background: #4c9d24; }
  .Features .tag {
    background: #a17027; }
  .Journal .tag, .How-To .tag {
    background: #24759d; }
  .Editorial .tag {
    background: #9d244c; }
  .tag.park {
    background: #f07a39; }
  .Lists .tag {
    background: #9d4c24; }
  .News .tag {
    background: #4c9d24; }
  .tag a {
    color: #fff;
    text-transform: uppercase; }

.alm-load-more-btn {
  color: #fff;
  font-size: 1.25rem;
  border: none;
  background: #f07a39;
  padding: 1rem;
  margin-top: 1.5rem; }

.single-post .entry-content {
  background: #fff;
  position: relative; }

.single-post .post-title-box {
  position: relative;
  text-align: center; }
  .single-post .post-title-box h1 {
    margin-bottom: 0; }

.single-post .inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 48em) {
    .single-post .inner-content {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media screen and (min-width: 48em) {
    .single-post .inner-content .main {
      width: 66%; } }

body {
  font-family: 'Open Sans', sans-serif; }

a {
  color: #1a5b6a;
  text-decoration: none; }

p {
  font-size: 1.125rem;
  line-height: 1.65; }

h1,
.h1 {
  font-size: 3rem;
  line-height: 1.25; }

h2,
.h2 {
  font-size: 2.25rem;
  line-height: 1.4; }

h3,
.h3 {
  font-size: 1.75rem;
  line-height: 1.4; }

ul li, ol li {
  line-height: 1.5; }

/**
 * Default WordPress image alignment styles.
 */
.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

/**
 * Default WordPress gallery styles.
 */
.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; }

/**
 * Default WordPress media styles.
 */
video, object {
  max-width: 100%;
  height: auto; }

pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/**
 * Screen Reader Text
 *
 * Hide text from vision that is only useful for screen readers users.
 * https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/
 *
 */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/**
 * Default WordPress typography styles.
 */
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%; }


/*# sourceMappingURL=theme-styles.css.map*/