@charset "UTF-8";
/*!
Theme Name: Oregon Wild
Theme URI: http://underscores.me/
Author: Christina Leikam
Author URI: https://cyphondesign.com/
Description: Custom Wordpress Theme
Version: 1.0.0
Text Domain: oregon_wild
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Oregon Wild is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("ujf1ffd.css");
/*!
 * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/*!
 * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../woff2/fa-regular-400.woff2") format("woff2"), url("../ttf/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../woff2/fa-solid-900.woff2") format("woff2"), url("../ttf/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../woff2/fa-brands-400.woff2") format("woff2"), url("../ttf/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-aws:before {
  content: "\f375";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-modx:before {
  content: "\f285";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-square-js:before {
  content: "\f3b9";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-unity:before {
  content: "\e049";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-vk:before {
  content: "\f189";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-square-reddit:before {
  content: "\f1a2";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-square-font-awesome:before {
  content: "\e5ad";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-square-instagram:before {
  content: "\e055";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-square-hacker-news:before {
  content: "\f3af";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-edge:before {
  content: "\f282";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-square-snapchat:before {
  content: "\f2ad";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-safari:before {
  content: "\f267";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-square-viadeo:before {
  content: "\f2aa";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-centos:before {
  content: "\f789";
}

.fa-adn:before {
  content: "\f170";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-square-dribbble:before {
  content: "\f397";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-node:before {
  content: "\f419";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-square-twitter:before {
  content: "\f081";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-golang:before {
  content: "\e40f";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-square-youtube:before {
  content: "\f431";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-nfc-directional:before {
  content: "\e530";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-meta:before {
  content: "\e49b";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-hips:before {
  content: "\f452";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-discord:before {
  content: "\f392";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-square-steam:before {
  content: "\f1b7";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-square-vimeo:before {
  content: "\f194";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-flag:before {
  content: "\f2b4";
}

.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-apple:before {
  content: "\f179";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-padlet:before {
  content: "\e4a0";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-square-github:before {
  content: "\f092";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-neos:before {
  content: "\f612";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-angular:before {
  content: "\f420";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envira:before {
  content: "\f299";
}

.fa-square-gitlab:before {
  content: "\e5ae";
}

.fa-gitlab-square:before {
  content: "\e5ae";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-square-odnoklassniki:before {
  content: "\f264";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-sith:before {
  content: "\f512";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-hashnode:before {
  content: "\e499";
}

.fa-react:before {
  content: "\f41b";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-gg:before {
  content: "\f260";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-square-pinterest:before {
  content: "\f0d3";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-xing:before {
  content: "\f168";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-less:before {
  content: "\f41d";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-nfc-symbol:before {
  content: "\e531";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-square-google-plus:before {
  content: "\f0d4";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-square-xing:before {
  content: "\f169";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-fly:before {
  content: "\f417";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-viber:before {
  content: "\f409";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-audible:before {
  content: "\f373";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-bilibili:before {
  content: "\e3d9";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-42-group:before {
  content: "\e080";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-square-pied-piper:before {
  content: "\e01e";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-square-facebook:before {
  content: "\f082";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-square-lastfm:before {
  content: "\f203";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-figma:before {
  content: "\f799";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-cmplid:before {
  content: "\e360";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-docker:before {
  content: "\f395";
}

.fa-screenpal:before {
  content: "\e570";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

.fa-wsh:before {
  content: "\e2d0";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-apper:before {
  content: "\f371";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ab";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-square-behance:before {
  content: "\f1b5";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-space-awesome:before {
  content: "\e5ac";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-square-git:before {
  content: "\f1d2";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-square-tumblr:before {
  content: "\f174";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-trello:before {
  content: "\f181";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-android:before {
  content: "\f17b";
}

.fa-bots:before {
  content: "\e340";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-uber:before {
  content: "\f402";
}

.fa-github:before {
  content: "\f09b";
}

.fa-php:before {
  content: "\f457";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f2c6";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-square-whatsapp:before {
  content: "\f40c";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f198";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-usb:before {
  content: "\f287";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f23a";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-sitrox:before {
  content: "\e44a";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-strava:before {
  content: "\f428";
}

.fa-ember:before {
  content: "\f423";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-zhihu:before {
  content: "\f63f";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-pix:before {
  content: "\e43a";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-times::before {
  content: "\f00d";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-camera::before {
  content: "\f030";
}

.fa-x-twitter:before {
  content: "\e61b";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

@-moz-document url-prefix() {
  .grid-margin-x > .cell {
    margin-right: 0.9374rem;
  }
}
.grid-container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1290px;
}
.grid-container.fluid {
  padding-left: 0;
  padding-right: 0;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #231F20;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  clear: both;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, .h1 {
  font-size: 40px;
  line-height: 1.1em;
  margin: 0 0 25px;
  font-weight: 800;
}

h2, .h2 {
  font-size: 25px;
  line-height: 31.5px;
  font-weight: 800;
  margin: 0 0 25px;
}

h3, .h3 {
  font-size: 21px;
  line-height: 28.5px;
  font-weight: 800;
  margin: 0 0 20px;
}

h4, .h4 {
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.1em;
  margin: 0 0 15px;
  letter-spacing: 0.45px;
}

@media only screen and (min-width: 1024px) {
  h1, .h1 {
    font-size: 72px;
  }
  h2, .h2 {
    font-size: 38px;
    line-height: 46px;
  }
  h3, .h3 {
    font-size: 28px;
    line-height: 38px;
  }
  h4, .h4 {
    font-size: 18px;
  }
}
p {
  margin-bottom: 25px;
}

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;
  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;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

@media only screen and (min-width: 1024px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 20px;
  }
}
/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #284836;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
}
a:visited {
  color: #284836;
}
a:hover, a:focus, a:active {
  color: #067886;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
.btn,
.btn-transparent,
.btn-orange,
input[type=button],
input[type=reset],
input[type=submit] {
  padding: 12px 15px;
  background-color: #EABC51;
  color: #000;
  border-radius: 8px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  margin: 0;
  transition: all 0.25s ease;
  text-decoration: none !important;
}
button:visited,
.btn:visited,
.btn-transparent:visited,
.btn-orange:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: #000;
}
button:hover,
.btn:hover,
.btn-transparent:hover,
.btn-orange:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: #284836;
  color: #FBF5E7;
}

.btn-orange {
  background-color: #E47325;
}
.btn-orange:hover {
  background-color: #284836;
  color: #FBF5E7;
}
.btn-orange.yellow:hover {
  background-color: #EABC51;
  color: #231F20;
}
.btn-orange.feather:hover {
  background-color: #FBF5E7;
  color: #231F20;
}

.btn-transparent {
  border: 1px solid #FBF5E7;
  background: rgba(35, 31, 32, 0.4);
  color: #FBF5E7;
}
.btn-transparent:visited {
  color: #FBF5E7;
}
.btn-transparent:hover {
  background-color: rgba(35, 31, 32, 0.7);
  border-color: rgba(35, 31, 32, 0.7);
}

.btn-mrg {
  margin: 35px 0 10px;
}

.arrow-btn-mrg {
  margin: 25px 0 0;
}

.arrow-btn {
  color: #284836;
  display: flex;
  align-items: center;
  font-weight: 800;
  text-decoration: none;
}
.arrow-btn:visited {
  color: #284836;
}
.arrow-btn:hover {
  color: #284836;
}
.arrow-btn:hover::before {
  margin-right: 18px;
}
.arrow-btn::before {
  content: "";
  background: url('data:image/svg+xml,<svg width="58" height="12" viewBox="0 0 58 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="Arrow 1" d="M58 5.78076L48 0.00725889V11.5543L58 5.78076ZM0 6.78076H49V4.78076H0V6.78076Z" fill="%23284836"/></svg>') no-repeat center;
  margin-right: 10px;
  width: 58px;
  position: relative;
  display: inline-block;
  height: 15px;
  background-size: 58px auto;
  transition: all 0.3s ease-in-out;
}
.arrow-btn.white {
  color: #fff;
}
.arrow-btn.white:before {
  background: url('data:image/svg+xml,<svg width="58" height="12" viewBox="0 0 58 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="Arrow 1" d="M58 5.78076L48 0.00725889V11.5543L58 5.78076ZM0 6.78076H49V4.78076H0V6.78076Z" fill="%23FFFFFF"/></svg>') no-repeat center;
  background-size: 58px auto;
}
.arrow-btn.yellow {
  color: #EABC51;
}
.arrow-btn.yellow:before {
  background: url('data:image/svg+xml,<svg width="58" height="12" viewBox="0 0 58 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="Arrow 1" d="M58 5.78076L48 0.00725889V11.5543L58 5.78076ZM0 6.78076H49V4.78076H0V6.78076Z" fill="%23EABC51"/></svg>') no-repeat center;
  background-size: 58px auto;
}

.resource-btn {
  border: 2px solid #E47325;
  color: #000;
  position: relative;
  padding: 10px 25px;
  display: block;
  max-width: 467px;
  line-height: 1.3em;
  text-align: center;
  text-decoration: none;
}
.resource-btn:visited {
  color: #000;
}
.resource-btn:hover {
  background-color: #E47325;
  color: #FBF5E7;
}
.resource-btn:hover:after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="38" height="12" viewBox="0 0 38 12" fill="none"><path d="M38 5.99731L28 0.223812V11.7708L38 5.99731ZM0.720703 6.99731H29V4.99731H0.720703V6.99731Z" fill="%23FBF5E7"/></svg>');
}

@media only screen and (min-width: 640px) {
  .resource-btn {
    text-align: left;
  }
  .resource-btn:hover:after {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="38" height="12" viewBox="0 0 38 12" fill="none"><path d="M38 5.99731L28 0.223812V11.7708L38 5.99731ZM0.720703 6.99731H29V4.99731H0.720703V6.99731Z" fill="%23FBF5E7"/></svg>');
    right: 20px;
  }
  .resource-btn:after {
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="38" height="12" viewBox="0 0 38 12" fill="none"><path d="M38 5.99731L28 0.223812V11.7708L38 5.99731ZM0.720703 6.99731H29V4.99731H0.720703V6.99731Z" fill="%23231F20"/></svg>') no-repeat center center;
    background-size: 37px 37px;
    width: 37px;
    height: 13px;
    position: absolute;
    right: 25px;
    top: calc(50% - 6.5px);
    transition: right 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 1024px) {
  button,
  .btn,
  .btn-orange,
  .btn-transparent,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    padding: 18px 30px;
    font-size: 18px;
    border-radius: 16px;
  }
  .btn-mrg {
    margin: 65px 0 17px;
  }
  .resource-btn {
    padding-right: 100px;
  }
}
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;
  background-color: #FBF5E7;
}
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%;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=url],
.wpcf7-form input[type=password],
.wpcf7-form input[type=search],
.wpcf7-form input[type=number],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=range],
.wpcf7-form input[type=date],
.wpcf7-form input[type=month],
.wpcf7-form input[type=week],
.wpcf7-form input[type=time],
.wpcf7-form input[type=datetime],
.wpcf7-form input[type=datetime-local],
.wpcf7-form input[type=color],
.wpcf7-form textarea {
  color: #231F20;
  border: 1px solid #8c9196;
  border-radius: 0;
  padding: 3px 16px;
  background-color: transparent;
  height: 58px;
  font-size: 1em;
}
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=url]:focus,
.wpcf7-form input[type=password]:focus,
.wpcf7-form input[type=search]:focus,
.wpcf7-form input[type=number]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form input[type=range]:focus,
.wpcf7-form input[type=date]:focus,
.wpcf7-form input[type=month]:focus,
.wpcf7-form input[type=week]:focus,
.wpcf7-form input[type=time]:focus,
.wpcf7-form input[type=datetime]:focus,
.wpcf7-form input[type=datetime-local]:focus,
.wpcf7-form input[type=color]:focus,
.wpcf7-form textarea:focus {
  color: #111;
}
.wpcf7-form textarea {
  height: 200px;
  padding: 16px;
}
.wpcf7-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #231F20;
}
.wpcf7-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #231F20;
}
.wpcf7-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #231F20;
}
.wpcf7-form :-moz-placeholder {
  /* Firefox 18- */
  color: #231F20;
}
.wpcf7-form .wpcf7-radio,
.wpcf7-form .wpcf7-checkbox {
  display: block;
  font-size: 16px;
  margin: 25px 0 15px;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  width: 100%;
  margin-left: 0;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item-label,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  top: -2px;
  line-height: 1em;
}
.wpcf7-form .wpcf7-radio input[type=radio],
.wpcf7-form .wpcf7-radio input[type=checkbox],
.wpcf7-form .wpcf7-checkbox input[type=radio],
.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
  accent-color: #232323;
}
.wpcf7-form input[type=submit] {
  margin-top: 25px;
  background-color: #E47325;
  border: none;
  cursor: pointer;
}
.wpcf7-form input[type=submit]:hover {
  background-color: #284836;
  color: #FBF5E7;
}

.at-inner {
  background-color: transparent !important;
}

.at-title {
  display: none;
}

.at input[type=text],
.at input[type=password],
.at input[type=date],
.at input[type=datetime],
.at input[type=datetime-local],
.at input[type=month],
.at input[type=week],
.at input[type=email],
.at input[type=number],
.at input[type=search],
.at input[type=tel],
.at input[type=time],
.at input[type=url],
.at input[type=color],
.at input[type=tel] {
  background-color: #FBF5E7 !important;
  border-radius: 0 !important;
  color: #231F20 !important;
  height: 52px !important;
  padding: 5px 16px !important;
}
.at textarea {
  background-color: #FBF5E7 !important;
  border-radius: 0 !important;
  color: #231F20 !important;
  padding: 5px 16px !important;
  min-height: 200px !important;
}
.at .select2-container--default .select2-selection--multiple {
  background-color: #FBF5E7 !important;
  border-radius: 0 !important;
  border: none !important;
}
.at .select2-container .select2-search__field {
  margin-top: 0 !important;
}
.at select {
  padding: 5px 16px !important;
  height: 52px !important;
}
.at .select2-selection--single {
  height: 52px !important;
  border-radius: 0 !important;
}
.at .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px !important;
}
.at .select2-dropdown {
  background-color: #FBF5E7 !important;
}
.at .select2-dropdown label {
  color: #231F20 !important;
}
.at ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #231F20 !important;
}
.at ::-moz-placeholder {
  /* Firefox 19+ */
  color: #231F20 !important;
}
.at :-ms-input-placeholder {
  /* IE 10+ */
  color: #231F20 !important;
}
.at :-moz-placeholder {
  /* Firefox 18- */
  color: #231F20 !important;
}
.at .btn-at-primary {
  background-color: #E47325 !important;
  color: #000 !important;
  border: none !important;
  transition: all 0.2s ease;
  font-weight: 800 !important;
  font-size: 16px !important;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase;
  padding: 12px 15px !important;
  line-height: 1em !important;
  letter-spacing: 0.42px;
  border-radius: 8px !important;
}
.at .btn-at-primary:hover {
  background-color: #FBF5E7 !important;
}

.at-form-submit .at-submit {
  float: none !important;
}

.at-form-submit .at-submit.btn-at.btn-at-primary {
  text-shadow: none !important;
}

.at .at-step.active > :before,
.at .at-step.active a:before {
  background-color: #EABC51 !important;
}

.at li.at-step.active {
  border-bottom-color: #E47325 !important;
}

ol.at-steps.clearfix,
section .at .at-steps {
  background-color: #FBF5E7 !important;
}

.at .at-step > a:before,
.at .at-step > b:before {
  background-color: #f4e3bb !important;
}

form .at-radio .at-radios .label-amount input[type=radio] + a {
  background-color: #EABC51 !important;
}

.at form .label-amount input[type=radio]:checked + a {
  background-color: #E47325 !important;
}

.at label input[type=checkbox]:checked + span:before {
  background-color: #284836 !important;
}

.at input[type=checkbox]:checked + span:before {
  background-color: #284836 !important;
}

.at .at-checkbox-title-container:before,
.at input[type=checkbox] + span.at-checkbox-title-container:before {
  border-color: #284836 !important;
}

.at input[type=radio] {
  accent-color: #284836 !important;
}

form .at-radio .at-radios .label-amount input[type=radio]:hover + a {
  background-color: #E47325 !important;
}

.at * {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.at .label-otheramount input[type=number] {
  padding-left: 30px !important;
}

a.nextStep.btn-at-primary,
.submitStep.btn-at.btn-at-primary {
  text-shadow: none !important;
}

.at label input[type=checkbox]:focus + span:before {
  box-shadow: 0 0 4px 0 #284836 !important;
}

.at input[type=checkbox]:focus + span:before {
  box-shadow: 0 0 4px 0 #284836 !important;
  border-color: #284836 !important;
}

.at-fields {
  background-color: transparent !important;
}

.at .at-radio-set-buttons input[type=radio]:checked + label.at-btn-radio {
  border-color: #284836 !important;
}

.at label.at-text input[type=tel],
.at label.at-text input[type=email] {
  background-color: #FBF5E7 !important;
}

.at form .label-amount.tooLong {
  font-size: 13px !important;
}

.at #NVContributionForm2263239 form .label-amount.tooLong {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

.forminator-ui.forminator-design--default .forminator-input {
  height: 58px !important;
}

.forminator-ui.forminator-design--default .forminator-button-submit {
  font-weight: 800 !important;
}

@media only screen and (min-width: 768px) {
  .forminator-ui.forminator-design--default .forminator-button-submit {
    border-radius: 8px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .at .btn-at-primary {
    padding: 18px 30px !important;
    border-radius: 16px !important;
  }
  .at input[type=text],
  .at input[type=password],
  .at input[type=date],
  .at input[type=datetime],
  .at input[type=datetime-local],
  .at input[type=month],
  .at input[type=week],
  .at input[type=email],
  .at input[type=number],
  .at input[type=search],
  .at input[type=tel],
  .at input[type=time],
  .at input[type=url],
  .at input[type=color],
  .at textarea {
    font-size: 20px;
  }
  .at input[type=text] ::-webkit-input-placeholder,
  .at input[type=password] ::-webkit-input-placeholder,
  .at input[type=date] ::-webkit-input-placeholder,
  .at input[type=datetime] ::-webkit-input-placeholder,
  .at input[type=datetime-local] ::-webkit-input-placeholder,
  .at input[type=month] ::-webkit-input-placeholder,
  .at input[type=week] ::-webkit-input-placeholder,
  .at input[type=email] ::-webkit-input-placeholder,
  .at input[type=number] ::-webkit-input-placeholder,
  .at input[type=search] ::-webkit-input-placeholder,
  .at input[type=tel] ::-webkit-input-placeholder,
  .at input[type=time] ::-webkit-input-placeholder,
  .at input[type=url] ::-webkit-input-placeholder,
  .at input[type=color] ::-webkit-input-placeholder,
  .at textarea ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 20px !important;
  }
  .at input[type=text] ::-moz-placeholder,
  .at input[type=password] ::-moz-placeholder,
  .at input[type=date] ::-moz-placeholder,
  .at input[type=datetime] ::-moz-placeholder,
  .at input[type=datetime-local] ::-moz-placeholder,
  .at input[type=month] ::-moz-placeholder,
  .at input[type=week] ::-moz-placeholder,
  .at input[type=email] ::-moz-placeholder,
  .at input[type=number] ::-moz-placeholder,
  .at input[type=search] ::-moz-placeholder,
  .at input[type=tel] ::-moz-placeholder,
  .at input[type=time] ::-moz-placeholder,
  .at input[type=url] ::-moz-placeholder,
  .at input[type=color] ::-moz-placeholder,
  .at textarea ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 20px !important;
  }
  .at input[type=text] :-ms-input-placeholder,
  .at input[type=password] :-ms-input-placeholder,
  .at input[type=date] :-ms-input-placeholder,
  .at input[type=datetime] :-ms-input-placeholder,
  .at input[type=datetime-local] :-ms-input-placeholder,
  .at input[type=month] :-ms-input-placeholder,
  .at input[type=week] :-ms-input-placeholder,
  .at input[type=email] :-ms-input-placeholder,
  .at input[type=number] :-ms-input-placeholder,
  .at input[type=search] :-ms-input-placeholder,
  .at input[type=tel] :-ms-input-placeholder,
  .at input[type=time] :-ms-input-placeholder,
  .at input[type=url] :-ms-input-placeholder,
  .at input[type=color] :-ms-input-placeholder,
  .at textarea :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 20px !important;
  }
  .at input[type=text] :-moz-placeholder,
  .at input[type=password] :-moz-placeholder,
  .at input[type=date] :-moz-placeholder,
  .at input[type=datetime] :-moz-placeholder,
  .at input[type=datetime-local] :-moz-placeholder,
  .at input[type=month] :-moz-placeholder,
  .at input[type=week] :-moz-placeholder,
  .at input[type=email] :-moz-placeholder,
  .at input[type=number] :-moz-placeholder,
  .at input[type=search] :-moz-placeholder,
  .at input[type=tel] :-moz-placeholder,
  .at input[type=time] :-moz-placeholder,
  .at input[type=url] :-moz-placeholder,
  .at input[type=color] :-moz-placeholder,
  .at textarea :-moz-placeholder {
    /* Firefox 18- */
    font-size: 20px !important;
  }
  .forminator-ui.forminator-design--default .forminator-button-submit {
    padding: 16px 30px !important;
    font-size: 18px !important;
    border-radius: 16px !important;
  }
}
.forminator-field-captcha .grecaptcha-badge {
  visibility: visible;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* AOS - Animate on Scroll https://michalsnik.github.io/aos/ */
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/* Slick Slider https://kenwheeler.github.io/slick/ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../gif/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../slick.html");
  src: url("../slickd41d.html#iefix") format("embedded-opentype"), url("../slick-2.html") format("woff"), url("../slick-3.html") format("truetype"), url("../slick-4.html#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-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover: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: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* 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: "•";
  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;
}

.slick-next,
.slick-prev {
  position: absolute;
  bottom: -75px;
  font-size: 0;
  top: auto;
  width: 38px;
  height: 38px;
}
.slick-next:hover:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  color: #231F20;
  width: 38px;
  height: 38px;
  border: 1px solid #231F20;
  border-radius: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}

.slick-next {
  right: calc(50% - 45px);
}
.slick-next:before {
  content: "\f054";
}

.slick-prev {
  left: calc(50% - 45px);
}
.slick-prev:before {
  content: "\f053";
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* 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;
}
.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: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#mega-menu-wrap-menu-left .textwidget p {
  text-transform: uppercase;
  color: #231F20;
  font-weight: 800;
  padding: 0;
  margin: 0;
}
#mega-menu-wrap-menu-left .textwidget p a {
  color: #231F20;
  font-weight: 800;
}
#mega-menu-wrap-menu-left .textwidget p a:visited {
  color: #231F20;
}
#mega-menu-wrap-menu-left #mega-menu-menu-left .mega-menu-item {
  padding-bottom: 0;
}
#mega-menu-wrap-menu-left #mega-menu-menu-left .widget_media_image a {
  display: block;
  padding: 0;
  aspect-ratio: 244/302;
  width: 100%;
  background-color: #000;
}
#mega-menu-wrap-menu-left #mega-menu-menu-left .widget_media_image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
#mega-menu-wrap-menu-left #mega-menu-menu-left .widget_media_image a:hover img {
  opacity: 0.5;
}
#mega-menu-wrap-menu-left #mega-menu-menu-left .widget_media_image .mega-sub-menu li.mega-menu-item {
  padding: 0;
}

#mega-menu-wrap-menu-left.mega-sticky {
  background: #FBF5E7;
}

@media only screen and (max-width: 1200px) {
  #mega-menu-wrap-menu-left.mega-sticky {
    margin: 0;
    width: 100% !important;
    padding: 0 20px;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.nav-column > ul.mega-sub-menu > li.mega-menu-item.widget_text {
    display: none;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item > a.mega-menu-link:hover {
    color: #284836;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 18px;
    line-height: 1.1em;
    font-weight: 400;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 5px 20px;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left li#mega-menu-item-212 .mega-search-wrap {
    margin-top: 25px;
    margin-bottom: 50px;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link > span.mega-indicator {
    display: inline-block;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.orange-nav-btn,
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.green-nav-btn {
    margin-top: 20px;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.orange-nav-btn > a.mega-menu-link {
    border: 2px solid #E47325;
    background-color: #E47325;
    padding: 15px 25px;
    border-radius: 8px;
    color: #231F20;
    text-align: center;
    line-height: 1em;
    font-size: 18px;
    display: block;
    height: auto;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.orange-nav-btn > a.mega-menu-link:visited {
    color: #231F20;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.orange-nav-btn > a.mega-menu-link:hover {
    background-color: #EABC51;
    border-color: #EABC51;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.green-nav-btn > a.mega-menu-link {
    border: 2px solid #284836;
    background-color: transparent;
    padding: 15px 25px;
    border-radius: 8px;
    color: #231F20;
    text-align: center;
    line-height: 1em;
    font-size: 18px;
    display: block;
    height: auto;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.green-nav-btn > a.mega-menu-link:visited {
    color: #231F20;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.green-nav-btn > a.mega-menu-link:hover {
    background-color: #284836;
    color: #FBF5E7;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1em;
    padding: 0;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    font-weight: 400;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu {
    padding: 10px;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu > .mega-menu-item {
    padding: 5px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  #masthead .mega-menu-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left li#mega-menu-item-212 .mega-search input[type=text] {
    box-shadow: none !important;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout.donate-btn ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    color: #231F20;
    font-weight: 700;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout.donate-btn ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:visited {
    color: #231F20;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout.donate-btn ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    color: #FBF5E7;
    font-weight: 700;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-flyout.donate-btn a.mega-menu-link:before {
    bottom: 20px;
    left: calc(50% - 7px);
    position: absolute;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.orange-nav-btn .mega-menu-link {
    border: 2px solid #E47325 !important;
    background-color: transparent;
    padding: 20px 35px;
    border-radius: 16px;
    color: #231F20;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.orange-nav-btn .mega-menu-link:visited {
    color: #231F20;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.orange-nav-btn .mega-menu-link:hover {
    background-color: #E47325;
    color: #FBF5E7;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.green-nav-btn .mega-menu-link {
    border: 2px solid #284836 !important;
    background-color: transparent;
    padding: 20px 35px;
    border-radius: 16px;
    color: #231F20;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.green-nav-btn .mega-menu-link:visited {
    color: #231F20;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.green-nav-btn .mega-menu-link:hover {
    background-color: #284836;
    color: #FBF5E7;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    font-weight: 800;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 1.2em;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.donate-btn.mega-toggle-on > a.mega-menu-link {
    border-bottom: 5px solid #E47325;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.donate-btn > a.mega-menu-link {
    border-bottom: 5px solid #E47325;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.donate-btn > a.mega-menu-link:hover {
    border-bottom: 5px solid #E47325;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item > a.mega-menu-link {
    border-bottom: 5px solid transparent;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.mega-no-link > a:hover {
    cursor: default;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    border-bottom: 5px solid #284836;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column.nav-img > ul.mega-sub-menu > li.mega-menu-item {
    padding-bottom: 0;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left li.mega-menu-item > ul.mega-sub-menu {
    overflow: hidden;
  }
  .max-mega-menu .menu > .menu-item > a {
    transition: none;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
    font-weight: 400;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:hover {
    font-weight: 400;
  }
}
@media only screen and (min-width: 1366px) {
  #mega-menu-wrap-menu-left #mega-menu-menu-left li#mega-menu-item-212 {
    margin-left: 28px;
  }
  #mega-menu-wrap-menu-left #mega-menu-menu-left > li.mega-menu-item.green-nav-btn .mega-menu-link {
    padding: 20px 25px;
  }
}
/* Posts and pages
--------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  background-color: #FBF5E7;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.simple-nav {
  height: 59px;
  display: flex;
  align-items: center;
}
.simple-nav .custom-logo-link {
  max-height: 41px;
}
.simple-nav .custom-logo-link img {
  max-height: 41px;
  width: auto;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

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

.alert-box {
  color: #FBF5E7;
  position: relative;
}
.alert-box.hidden {
  display: none;
}
.alert-box a {
  color: #FBF5E7;
  display: block;
}
.alert-box a:visited {
  color: #FBF5E7;
}
.alert-box .close {
  position: absolute;
  right: 0;
  font-size: 30px;
  line-height: 1em;
  top: 0;
  padding: 10px;
  z-index: 2;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.alert-box .close:hover {
  color: #E47325;
}
.alert-box .alert-text {
  background-color: #067886;
  text-align: center;
  padding: 28.5px 50px;
  display: block;
  width: 100%;
  font-weight: 700;
  line-height: 1.2em;
  transition: all 0.3s ease-in-out;
}
.alert-box a.alert-text:hover {
  background-color: #284836;
}
.alert-box .text-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.home-hero {
  position: relative;
  background-size: cover;
  background-position: center center;
  color: #FBF5E7;
  text-align: center;
}
.home-hero .grid-container {
  position: relative;
  z-index: 2;
  padding: 150px 25px 142px;
}
.home-hero .logo {
  margin-bottom: 35px;
}
.home-hero .logo img {
  max-width: 100px;
}
.home-hero h1 {
  color: #FBF5E7;
  margin-bottom: 50px;
  text-align: center;
}
.home-hero .overlay {
  background: linear-gradient(90deg, #231f20 0.83%, rgba(217, 217, 217, 0) 100%);
  background-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-hero .buttons .btn-wrap {
  display: inline-block;
  margin: 0;
}
.home-hero .buttons .btn-wrap:nth-of-type(2) {
  margin-left: 23px;
}

.photo-credit {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px 10px;
  color: #FBF5E7;
  z-index: 2;
  cursor: pointer;
  transition: width 0.25s ease;
  display: flex;
  align-items: center;
  width: auto;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  right: 0;
}
.photo-credit.active .pc-text {
  display: inline-block;
  width: auto;
  opacity: 1;
  font-size: 10px;
  line-height: 1em;
  margin-left: 10px;
}
.photo-credit .pc-text {
  font-size: 0;
  width: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.wwd-block {
  padding-bottom: 20px;
}
.wwd-block .section-wrap.in-view .cont-left:before {
  height: calc(100% + 35px); /* Adjust height when in view */
  transform: translateY(100); /* Move the line into view */
}
.wwd-block .green-heading {
  background-color: #284836;
  padding: 55px 20px 70px;
}
.wwd-block h2 {
  color: #FBF5E7;
  font-size: 21px;
}
.wwd-block h3 {
  font-family: "miller-text", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 25.5px;
  line-height: 33.75px;
  color: #284836;
  margin: 0 0 25px;
  font-weight: 400;
}
.wwd-block .cont-wrap {
  padding: 52px 20px 31px 55px;
}
.wwd-block .cont-right {
  padding-left: 20px;
}
.wwd-block .cont-left {
  position: relative;
}
.wwd-block .cont-left:before {
  content: "";
  height: 0;
  width: 1px;
  left: 20px;
  top: -65px;
  background-color: #E47325;
  position: absolute;
  transform: translateY(0%); /* Initially move the line out of view */
  transition: height 1s ease, transform 1s ease; /* Add transition effect */
  transition-delay: 0.5s;
}
.wwd-block .img-wrap {
  position: relative;
}

.site-footer {
  background-color: #231F20;
  padding: 58px 0 20px;
  color: #FBF5E7;
}
.site-footer > .grid-container > .grid-x > .large-2 {
  border-bottom: 1px solid #E47325;
}
.site-footer > .grid-container > .grid-x:last-of-type {
  flex-direction: column-reverse;
}
.site-footer .large-10 {
  padding: 50px 0 0;
}
.site-footer h4 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1em;
  margin-bottom: 16.5px;
  text-transform: uppercase;
  color: #FBF5E7;
}
.site-footer h4 a {
  color: #FBF5E7;
}
.site-footer h4 a:visited {
  color: #FBF5E7;
}
.site-footer h4 a:hover {
  color: #E47325;
}
.site-footer a {
  color: #FBF5E7;
  text-decoration: none;
}
.site-footer a:visited {
  color: #FBF5E7;
}
.site-footer a:hover {
  color: #E47325;
}
.site-footer ul {
  list-style-type: none;
  margin: 0 0 50px;
  font-size: 16px;
}
.site-footer ul li {
  margin-bottom: 10px;
}
.site-footer ul li:last-child {
  margin-bottom: 0;
}

.footer-logo {
  max-width: 150px;
  margin-bottom: 31px;
}

.social-link-wrap {
  display: flex;
  font-size: 18px;
}
.social-link-wrap a {
  margin-right: 15px;
  color: #E47325;
}
.social-link-wrap a:visited {
  color: #E47325;
}
.social-link-wrap a:hover {
  color: #FBF5E7;
}
.social-link-wrap a:last-of-type {
  margin-right: 0;
}

.footer-logos {
  padding: 50px 0 35px;
}
.footer-logos .foot-logo {
  margin-right: 19px;
}
.footer-logos .foot-logo:last-of-type {
  margin-right: 0;
}
.footer-logos img {
  max-height: 68px;
  width: auto;
}

.copyright {
  font-size: 14px;
  line-height: 1.1em;
}

.featured-action {
  font-weight: 400;
  color: #fff;
  padding: 20px 0;
}
.featured-action .grid-x {
  background-color: #4E3525;
}
.featured-action .medium-6:last-of-type {
  padding: 35px 35px 24px;
}
.featured-action .img-wrap {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  position: relative;
}
.featured-action .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.cta-section {
  padding: 88px 0 206px;
  text-align: center;
  position: relative;
}
.cta-section.light h2 {
  color: #FBF5E7;
}
.cta-section h2 {
  max-width: 965px;
  margin: 0 auto 37px;
  color: #231F20;
}
.cta-section .btn-mrg {
  margin-top: 55px;
}

.newsletter-signup {
  background: #284836;
  color: #FBF5E7;
  font-family: "miller-text", "Georgia", Cambria, Times New Roman, Times, serif;
  padding: 0 0 67px;
  z-index: 2;
  position: relative;
}
.newsletter-signup h2 {
  font-size: 37.5px;
  line-height: 39px;
  letter-spacing: 1.125px;
  color: #FBF5E7;
}
.newsletter-signup .newsletter-logo {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 112px;
  height: auto;
  top: -56px;
}
.newsletter-signup h2 {
  margin: 0 0 17px;
}
.newsletter-signup .ContactInformation {
  padding-bottom: 0 !important;
}
.newsletter-signup .ContactInformation .at-legend {
  display: none;
}
.newsletter-signup .AdditionalInformation .at-legend {
  color: #FBF5E7;
}
.newsletter-signup .at label {
  color: #FBF5E7;
}
.newsletter-signup .at label small {
  color: rgba(251, 245, 231, 0.5);
}
.newsletter-signup .at label.at-text input[type=tel],
.newsletter-signup .at label.at-text input[type=email] {
  background-color: #FBF5E7 !important;
}
.newsletter-signup .select2-container--default .select2-selection--multiple .select2-selection__rendered li,
.newsletter-signup div.poweredby {
  background-color: #FBF5E7;
  color: #231F20;
}
.newsletter-signup .at span.select2-container--default .select2-selection--multiple {
  min-height: 52px;
  height: auto;
}
.newsletter-signup .select2-search.select2-search--inline {
  display: none;
}
.newsletter-signup .at .at-form .content.thankYou {
  color: #FBF5E7;
}

.latest-news {
  padding: 30px 0 162px;
  background-color: #FBF5E7;
  position: relative;
  z-index: 1;
}
.latest-news.top-border.in-view .line {
  height: 0;
}
.latest-news.top-border.in-view .line:before {
  height: 0;
}
.latest-news .h4 {
  margin-bottom: 25px;
}
.latest-news h3 {
  color: #000;
}
.latest-news .post-thumbnail {
  aspect-ratio: 335/430;
  width: 100%;
  height: auto;
  margin-bottom: 32px;
  background-color: #000;
}
.latest-news .post-thumbnail img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.latest-news-carousel {
  border-bottom: 1px solid #231F20;
  margin-bottom: 20px;
  padding: 0 20px 20px;
}

.post-link-wrap {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}
.post-link-wrap:visited {
  color: rgba(0, 0, 0, 0.8);
}
.post-link-wrap:hover {
  color: rgba(0, 0, 0, 0.8);
}
.post-link-wrap:hover .arrow-btn:before {
  margin-right: 18px;
}
.post-link-wrap:hover .post-thumbnail img {
  opacity: 0.5;
}

.donate-small {
  padding: 50px 0;
  position: relative;
  z-index: 1;
  background-color: #FBF5E7;
}
.donate-small.pbxtra {
  padding-bottom: 100px;
}
.donate-small .grid-x {
  background-color: #fff;
}
.donate-small .img-wrap {
  position: relative;
  aspect-ratio: 209/335;
  width: 100%;
  height: auto;
}
.donate-small .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.donate-small .cell:last-of-type {
  padding: 28px 20px;
}
.donate-small .HeaderHtml {
  display: none;
}
.donate-small fieldset.TributeGift {
  display: none !important;
}
.donate-small .at-check.CoverCostsAmount {
  display: none !important;
}

.three-col-page-links .slick-track {
  display: flex !important;
  margin-left: -35px;
}
.three-col-page-links .slick-slide {
  height: inherit !important;
}
.three-col-page-links .page-link-wrap {
  height: 100%;
  position: relative;
}
.three-col-page-links .page-link-wrap a {
  padding: 265px 20px 30px;
}
.three-col-page-links .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.three-col-page-links .slick-active .overlay {
  background: linear-gradient(to bottom, transparent 0, #000 100%);
}
.three-col-page-links .slick-active a {
  z-index: 2;
}
.three-col-page-links h3 {
  color: #fff;
  margin: 0 0 50px;
}
.three-col-page-links a {
  display: block;
  height: 100%;
  width: 100%;
  color: #FBF5E7;
  position: relative;
}
.three-col-page-links a:visited {
  color: #FBF5E7;
}
.three-col-page-links a:hover .arrow-btn:before {
  margin-right: 18px;
}
.three-col-page-links a h3 {
  color: #fff;
}
.three-col-page-links .page-link-wrap a {
  text-decoration: none;
}
.three-col-page-links .cont-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.three-col-page-links .slick-next {
  bottom: 25px;
  right: 15px;
}
.three-col-page-links .slick-next:before {
  color: #fff;
  border-color: #fff;
  opacity: 1;
}
.three-col-page-links .slick-prev {
  display: none !important;
}

.facts-scrolling-sections {
  position: relative;
  overflow: hidden;
}

.fact-section {
  padding: 50px 0 75px;
  background-color: #EABC51;
  width: 100%;
  box-sizing: border-box;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  overflow: visible !important;
}
.fact-section.first:before {
  display: none;
}
.fact-section:before {
  top: -29px;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 15px solid transparent;
  border-bottom-color: #284836;
  margin-left: -15px;
}
.fact-section .h4 {
  color: #284836;
  margin: 0 0 65px;
}
.fact-section .fact-lg-text {
  font-size: 48px;
  line-height: 1.1em;
  font-weight: 800;
  color: #284836;
  display: block;
}
.fact-section .fact-sm-text {
  font-size: 26px;
  line-height: 1.2em;
  font-weight: 800;
  color: #231F20;
  display: block;
}
.fact-section.green {
  background-color: #284836;
}
.fact-section.green:before {
  border-bottom-color: #284836;
}
.fact-section.green .h4 {
  color: #EABC51;
}
.fact-section.green .fact-lg-text {
  color: #EABC51;
}
.fact-section.green .fact-sm-text {
  color: #FBF5E7;
}
.fact-section.orange {
  background-color: #E47325;
}
.fact-section.orange:before {
  border-bottom-color: #E47325;
}
.fact-section.orange .h4 {
  color: #231F20;
}
.fact-section.orange .fact-lg-text {
  color: #231F20;
}
.fact-section.orange .fact-sm-text {
  color: #FBF5E7;
}
.fact-section.blue {
  background-color: #067886;
}
.fact-section.blue:before {
  border-bottom-color: #067886;
}
.fact-section.blue .h4 {
  color: #FBF5E7;
}
.fact-section.blue .fact-lg-text {
  color: #FBF5E7;
}
.fact-section.blue .fact-sm-text {
  color: #EABC51;
}
.fact-section.brown {
  background-color: #4E3525;
}
.fact-section.brown:before {
  border-bottom-color: #4E3525;
}
.fact-section.brown .h4 {
  color: #EABC51;
}
.fact-section.brown .fact-lg-text {
  color: #EABC51;
}
.fact-section.brown .fact-sm-text {
  color: #FBF5E7;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#popup {
  max-width: 1160px;
  margin: 0 auto;
  background-color: #284836;
  color: #FBF5E7;
  border: none;
  padding: 0;
  border-radius: 16px;
  width: calc(100% - 40px);
  top: 50px;
  min-height: 0;
  height: auto;
  animation: fadeIn 0.5s ease-in-out;
  outline: none !important;
}
#popup .grid-x {
  flex-direction: column-reverse;
}
#popup .cell:first-of-type {
  padding: 35px 25px;
}
#popup .close-button {
  background-color: #FBF5E7;
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #231F20;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}
#popup .close-button:hover {
  background-color: #231F20;
  color: #FBF5E7;
}
#popup h2 {
  color: #FBF5E7;
  margin: 0 0 25px;
}
#popup .img-wrap {
  height: 100%;
  width: 100%;
}
#popup .img-wrap img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.reveal-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.tc-page-hero {
  background-color: #284836;
  color: #FBF5E7;
  padding: 70px 0 64px;
}
.tc-page-hero.bg-brown {
  background-color: #4E3525;
}
.tc-page-hero .grid-x {
  flex-direction: column-reverse;
}
.tc-page-hero .cell:first-of-type {
  padding-right: 44px;
}
.tc-page-hero .cell:last-of-type {
  padding: 0 20px 63px;
}
.tc-page-hero .h3 {
  text-transform: uppercase;
  letter-spacing: 0.405px;
  margin: 0 0 50px;
}
.tc-page-hero h2 {
  color: #EABC51;
  margin: 0 0 25px;
}
.tc-page-hero .hero-content {
  font-family: "miller-text", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 25.5px;
  line-height: 1.32em;
  font-weight: 400;
}
.tc-page-hero .hero-content p {
  line-height: 1.32em;
}
.tc-page-hero .hero-image {
  aspect-ratio: 331/427;
  width: 100%;
  height: auto;
  position: relative;
}
.tc-page-hero .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.tc-page-hero .photo-credit {
  left: 0;
  right: auto;
}

.tc-images-text {
  padding: 65px 0;
}
.tc-images-text .img-wrap {
  position: relative;
}
.tc-images-text .img-wrap.right {
  margin-top: 35px;
  width: calc(100% + 20px);
  max-width: calc(100% + 20px);
  position: relative;
}
.tc-images-text .img-wrap.right img {
  width: 100%;
}
.tc-images-text .img-wrap.left {
  width: calc(85% + 20px);
  max-width: calc(85% + 20px);
  position: relative;
  left: -20px;
}
.tc-images-text .sm-text {
  margin: 35px 0;
}

.lg-text {
  font-family: "miller-text", "Georgia", Cambria, Times New Roman, Times, serif;
  color: #284836;
  font-size: 25.5px;
  line-height: 1.32em;
  padding-left: 22px;
  position: relative;
  overflow: hidden;
}
.lg-text.in-view:before {
  height: 100%;
  transform: translateY(0);
}
.lg-text:before {
  content: "";
  height: 0;
  width: 1px;
  left: 0;
  background-color: #e47325;
  position: absolute;
  transform: translateY(-100%);
  transition: height 1s ease, transform 1s ease;
  transition-delay: 0.5s;
}

.sm-text {
  font-size: 16px;
  line-height: 1.5em;
  color: #231F20;
}

.key-staff-additional-resources {
  padding: 62px 0;
  color: rgba(0, 0, 0, 0.8);
}
.key-staff-additional-resources.pt0 {
  padding-top: 0;
}
.key-staff-additional-resources.pb0 {
  padding-bottom: 0;
}
.key-staff-additional-resources.pbxtra {
  padding-bottom: 100px;
}
.key-staff-additional-resources .h4 {
  margin: 0 0 40px;
  color: rgba(0, 0, 0, 0.8);
}
.key-staff-additional-resources ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.key-staff-additional-resources ul strong {
  display: block;
}
.key-staff-additional-resources ul li {
  margin-bottom: 23px;
}
.key-staff-additional-resources .cell:first-of-type {
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
}

/**
 *  Progress Bar
 */
.progress {
  margin-top: 50px;
  display: block;
  width: 100%;
  height: 10px;
  overflow: hidden;
  background-color: #fff;
  background-image: linear-gradient(to right, #E47325, #E47325);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
  border-bottom: 1px solid #000;
}

.sr_only {
  font-weight: 800;
  color: #231F20;
}
.sr_only span {
  color: rgba(35, 31, 32, 0.5);
}

.co-carousel-block {
  background-color: #fff;
  padding: 68px 0;
}
.co-carousel-block .h4 {
  color: #284836;
  margin: 0 0 25px;
}
.co-carousel-block h3 {
  color: #231F20;
  margin: 0 0 20px;
  font-weight: 800;
}
.co-carousel-block .intro {
  color: #284836;
  font-size: 25.5px;
  font-family: "miller-text", "Georgia", Cambria, Times New Roman, Times, serif;
  line-height: 1.32em;
  font-weight: 400;
}
.co-carousel-block .img-wrap {
  margin-bottom: 29px;
  aspect-ratio: 336/222;
  width: calc(100% + 20px);
  height: auto;
  position: relative;
  left: -20px;
}
.co-carousel-block .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.co-carousel-block .links a {
  display: block;
  margin-bottom: 15px;
}
.co-carousel-block .links a:last-of-type {
  margin-bottom: 0;
}
.co-carousel-block .slick-slide {
  width: 100%;
}
.co-carousel-block .slick-list {
  overflow: visible;
}
.co-carousel-block .carousel-wrap {
  padding-right: 20px;
}
.co-carousel-block .large-6:last-of-type {
  padding-left: 20px;
  padding-right: 20px;
}
.co-carousel-block .progress {
  max-width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
}
.co-carousel-block .sr_only {
  max-width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
}

.co-carousel .slick-next,
.co-carousel .slick-prev {
  font-size: 18px;
  width: auto;
  color: #000;
  bottom: -95px;
  display: block;
}
.co-carousel .slick-next:before,
.co-carousel .slick-prev:before {
  font-size: 0;
  border: none;
  display: none;
}
.co-carousel .slick-prev {
  left: 20px;
}
.co-carousel .slick-next {
  right: 0;
  text-align: right;
}
.co-carousel .slick-slide {
  pointer-events: none;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.co-carousel .slick-active {
  pointer-events: auto;
  height: auto;
  opacity: 1;
}

.page-hero {
  padding: 100px 0;
  position: relative;
}
.page-hero.has-content h1 {
  margin: 0 0 35px;
}
.page-hero h1 {
  color: #FBF5E7;
  margin: 0;
  font-size: 35px;
}
.page-hero h2 {
  color: #FBF5E7;
  font-family: "miller-text", "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: 400;
  margin: 0;
}
.page-hero .grid-container {
  z-index: 1;
  position: relative;
}
.page-hero .overlay {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.35) 40%, rgba(0, 0, 0, 0.1) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.two-col-intro {
  padding: 50px 0;
}
.two-col-intro .cell:first-of-type {
  margin-bottom: 35px;
}

.accordion {
  background-color: transparent;
  margin: 0;
}

.accordion-title {
  background-color: transparent;
  color: #284836;
  border: none;
  border-top: 1px solid #000;
  padding-left: 50px;
  font-weight: 800;
  margin: 0;
  text-decoration: none;
}
.accordion-title:visited {
  color: #284836;
}
.accordion-title:hover, .accordion-title:focus, .accordion-title:active {
  background-color: transparent;
  color: #284836;
}
.accordion-title:hover {
  color: #284836;
}
.accordion-title:before {
  left: 0;
  right: auto;
  width: 34px;
  height: 34px;
  border: 1px solid #000;
  border-radius: 34px;
  font-weight: 300;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  top: calc(50% - 10px);
}

:last-child:not(.is-active) > .accordion-title,
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #000;
}

.is-active > .accordion-title::before {
  padding-bottom: 2px;
}

.accordion-content {
  background-color: transparent;
  border: none;
  padding: 25px 0 50px 50px;
}
.accordion-content h4 {
  text-transform: none;
  font-size: 20px;
  margin: 0 0 20px;
}
.accordion-content .two-col-images {
  width: calc(100% + 50px);
  position: relative;
  left: -50px;
  margin: 25px 0 0;
  padding: 0;
}
.accordion-content .two-col-images .portrait-image {
  position: relative;
}
.accordion-content .basic-content ul li {
  margin-bottom: 15px;
}

.links-cta-wrap ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.links-cta-wrap ul.links a {
  text-decoration: underline;
}
.links-cta-wrap ul.links a:hover {
  color: #E47325;
}
.links-cta-wrap ul.downloads svg {
  margin-right: 37px;
  transition: all 0.3s ease-in-out;
}
.links-cta-wrap ul.downloads li {
  border-top: 1px solid #000;
  padding: 12px 0;
}
.links-cta-wrap ul.downloads li:last-child {
  border-bottom: 1px solid #000;
}
.links-cta-wrap ul.downloads li a {
  display: grid;
  grid-template-columns: 38px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  align-items: center;
  text-decoration: none;
}
.links-cta-wrap ul.downloads li a:hover {
  grid-column-gap: 30px;
}
.links-cta-wrap a {
  color: #000;
}
.links-cta-wrap a:visited {
  color: #000;
}
.links-cta-wrap a.btn-orange:hover {
  color: #FBF5E7;
}
.links-cta-wrap .cell:first-of-type {
  margin-bottom: 35px;
}

.basic-content-large {
  font-size: 1.4em;
}
.basic-content-large p {
  line-height: 1.35em;
}

.single-image img {
  margin-bottom: 25px;
}

.accordion-block {
  padding: 50px 0;
}
.accordion-block.pt0 {
  padding-top: 0;
}
.accordion-block.pb0 {
  padding-bottom: 0;
}

.two-col-images {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
  grid-column-gap: 7px;
  grid-row-gap: 0px;
}
.two-col-images div img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.two-col-image-grid {
  padding: 50px 0;
}
.two-col-image-grid.pb0 {
  padding-bottom: 0;
}
.two-col-image-grid.pt0 {
  padding-top: 0;
}

.top-border .grid-container {
  position: relative;
}

.in-view .line:before {
  width: 100%;
  transform: translateX(0); /* Move the line into view */
}

.line {
  overflow-x: hidden;
}
.line:before {
  content: "";
  height: 1px;
  background-color: #231F20;
  width: 0;
  margin: 0 0 50px;
  display: block;
  transform: translateX(-100%); /* Initially move the line out of view */
  transition: width 1s ease, transform 1s ease; /* Add transition effect */
}

.page-hero-2 {
  background-color: #284836;
  padding: 75px 0;
  color: #FBF5E7;
}
.page-hero-2.pbxtra {
  padding-bottom: 100px;
}
.page-hero-2 h1 {
  color: #EABC51;
}
.page-hero-2 .h2 {
  margin-bottom: 25px;
}
.page-hero-2 .hero-content {
  font-family: "miller-text", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 1.7em;
}
.page-hero-2 .hero-content p {
  line-height: 1.3em;
}
.page-hero-2 p:last-of-type {
  margin-bottom: 0;
}

.text-and-image {
  padding: 50px 0;
}
.text-and-image.image-overlap .grid-x {
  flex-direction: column-reverse;
}
.text-and-image.image-overlap .img-wrap {
  top: -100px;
  margin-bottom: -75px;
}
.text-and-image.image-overlap .cell:first-of-type {
  margin-bottom: 0;
}
.text-and-image .h3 {
  color: #000;
  font-weight: 800;
}
.text-and-image p {
  font-size: 1.3em;
}
.text-and-image .cell:first-of-type {
  margin-bottom: 50px;
}
.text-and-image .img-wrap {
  position: relative;
  width: calc(100% + 20px);
  left: -20px;
  aspect-ratio: 506/651;
}
.text-and-image .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.link-cards {
  padding: 50px 0;
}
.link-cards.pbxtra {
  padding-bottom: 100px;
}
.link-cards .cards {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 19px;
  grid-row-gap: 19px;
}
.link-cards a.card {
  text-decoration: none;
}
.link-cards .card {
  background-color: #EABC51;
  color: #231F20;
  border: none;
  margin: 6px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  transition: background 0.2s ease-in-out;
}
.link-cards a.card:hover {
  background-color: #284836;
  color: #FBF5E7;
}
.link-cards a.card:hover h3 {
  color: #EABC51;
}
.link-cards a.card:hover .arrow-btn {
  color: #EABC51;
}
.link-cards a.card:hover .arrow-btn:before {
  background: url('data:image/svg+xml,<svg width="58" height="12" viewBox="0 0 58 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="Arrow 1" d="M58 5.78076L48 0.00725889V11.5543L58 5.78076ZM0 6.78076H49V4.78076H0V6.78076Z" fill="%23EABC51"/></svg>') no-repeat center;
  color: #EABC51;
  margin-right: 18px;
}
.link-cards h3 {
  color: #000;
}
.link-cards .img-wrap {
  aspect-ratio: 400/265;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.link-cards .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.link-cards .cont-wrap {
  padding: 35px 20px;
}

.three-col-content {
  background-color: #284836;
  padding: 50px 0;
  color: #FBF5E7;
}
.three-col-content h2 {
  color: #EABC51;
  font-weight: 800;
}
.three-col-content a {
  color: #FBF5E7;
}
.three-col-content a:visited {
  color: #FBF5E7;
}
.three-col-content a:hover {
  color: #EABC51;
}
.three-col-content .grid-x {
  justify-content: center;
}
.three-col-content .cell {
  margin-bottom: 15px;
}
.three-col-content .cell:last-of-type {
  margin-bottom: 0;
}

.recommended-hikes {
  padding: 50px 0;
}
.recommended-hikes h4 {
  color: #000;
  margin: 0 0 11px;
}
.recommended-hikes .h4 {
  color: #284836;
}
.recommended-hikes .lg-text {
  padding-left: 0;
  margin-bottom: 35px;
}
.recommended-hikes .legend-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 27px;
  grid-row-gap: 0px;
  margin-bottom: 35px;
}
.recommended-hikes .legend-item p:last-of-type {
  margin-bottom: 0;
}
.recommended-hikes .icon-wrap {
  height: 107px;
  width: 80px;
  border-radius: 24px;
  background: #4a9d5a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recommended-hikes .cell:nth-of-type(2) .icon-wrap {
  background-color: #eeaa46;
}
.recommended-hikes .cell:nth-of-type(3) .icon-wrap {
  background-color: #973325;
}

.accordion-table {
  display: block;
  margin: 0 0 40px 0;
  width: calc(100% + 50px);
  left: -50px;
  position: relative;
}
.accordion-table .h4 {
  color: #284836;
}
.accordion-table .row {
  padding: 0;
  display: block;
  margin-bottom: 10px;
}
.accordion-table .row.header {
  background: #284836;
  padding: 0;
  height: 6px;
  display: none;
}
.accordion-table .row .cell {
  padding: 10px 20px;
  line-height: 1.3em;
}
.accordion-table .row .cell:before {
  margin-bottom: 3px;
  content: attr(data-title);
  min-width: 98px;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: bold;
  display: block;
}
.accordion-table .row .cell:nth-of-type(even) {
  background-color: #EBE7DD;
}
.accordion-table .row .cell:nth-of-type(odd) {
  background-color: #fff;
}
.accordion-table .row .cell[data-title=Name] {
  background-color: #284836;
  color: #FBF5E7;
  font-weight: 800;
  font-size: 18px;
  margin-top: 35px;
}
.accordion-table .row .cell[data-title=Name]:before {
  display: none;
}

.half-image-half-content {
  background-color: #284836;
  color: #FBF5E7;
}
.half-image-half-content h2 {
  color: #EABC51;
}
.half-image-half-content .cell:last-of-type {
  padding: 35px 20px;
}
.half-image-half-content .img-wrap {
  position: relative;
}

.half-content-half-form {
  padding: 50px 0;
}
.half-content-half-form .cell:first-of-type {
  margin-bottom: 35px;
}
.half-content-half-form .img-wrap {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  position: relative;
}
.half-content-half-form .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hiking-guide {
  padding: 50px 0;
  color: #FBF5E7;
}
.hiking-guide.pt0 {
  padding-top: 0;
}
.hiking-guide.pb0 {
  padding-bottom: 0;
}
.hiking-guide.pbxtra {
  padding-bottom: 100px;
}
.hiking-guide h2 {
  color: #FBF5E7;
}
.hiking-guide .grid-x {
  background-color: #4E3525;
}
.hiking-guide .cell:last-of-type {
  padding: 35px 25px 50px;
}

.intro-block {
  padding: 50px 0;
}
.intro-block .h4 {
  color: #284836;
}

.text-and-image-v2 {
  padding: 50px 0;
}
.text-and-image-v2.pb0 {
  padding-bottom: 0;
}
.text-and-image-v2.pt0 {
  padding-top: 0;
}
.text-and-image-v2 .cell:first-of-type {
  margin-bottom: 35px;
}
.text-and-image-v2 .img-wrap {
  width: calc(100% + 20px);
  position: relative;
  left: -20px;
  left: -20px;
}

.video-block {
  padding: 50px 0;
}
.video-block.pb0 {
  padding-bottom: 0;
}
.video-block.pt0 {
  padding-top: 0;
}
.video-block .img-wrap {
  aspect-ratio: 1242/700;
  width: 100%;
  height: auto;
  position: relative;
}
.video-block .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.video-block .video-link {
  display: block;
  position: relative;
}
.video-block .video-link:hover .play-button {
  opacity: 0.5;
}
.video-block .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.video-block .play-button svg {
  width: 50px;
  height: 50px;
}

.stats-block {
  padding: 75px 0;
  color: #FBF5E7;
  text-align: center;
}
.stats-block .cell:last-of-type .stat {
  margin-bottom: 0;
}
.stats-block .stat {
  margin-bottom: 50px;
}
.stats-block .num-wrap {
  font-size: 50px;
  font-weight: 800;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.stats-block .text {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: lowercase;
}

ul.values-accordion.accordion-item:first-child > :first-child {
  border-top: none;
}
ul.values-accordion .ov-heading {
  color: #EABC51;
}
ul.values-accordion .accordion-item {
  position: relative;
  transition: background-color 0.2s ease-in-out;
}
ul.values-accordion .accordion-item.is-active {
  position: relative;
}
ul.values-accordion .accordion-item.is-active .ov-heading {
  position: absolute;
  top: 50px;
  left: auto;
  right: auto;
  max-width: 1290px;
}
ul.values-accordion .accordion-item.is-active.first {
  padding-top: 50px;
}
ul.values-accordion .accordion-item.is-active.first .accordion-title {
  margin-top: 50px;
}
ul.values-accordion .accordion-item:nth-of-type(5n + 1) {
  background-color: #284836;
  color: #FBF5E7;
}
ul.values-accordion .accordion-item:nth-of-type(5n + 1):hover {
  background-color: #1f382a;
}
ul.values-accordion .accordion-item:nth-of-type(5n + 1).is-active:hover {
  background-color: #284836;
}
ul.values-accordion .accordion-item:nth-of-type(5n + 1) .accordion-title,
ul.values-accordion .accordion-item:nth-of-type(5n + 1) .accordion-content {
  color: #FBF5E7;
}
ul.values-accordion .accordion-item:nth-of-type(5n + 2) {
  background-color: #4E3525;
}
ul.values-accordion .accordion-item:nth-of-type(5n + 2):hover {
  background-color: #3d291d;
}
ul.values-accordion .accordion-item:nth-of-type(5n + 2).is-active:hover {
  background-color: #4E3525;
}
ul.values-accordion .accordion-item:nth-of-type(5n + 2) .accordion-title,
ul.values-accordion .accordion-item:nth-of-type(5n + 2) .accordion-content {
  color: #FBF5E7;
}
ul.values-accordion .accordion-item:nth-of-type(5n + 3) {
  background-color: #E47325;
}
ul.values-accordion .accordion-item:nth-of-type(5n + 3):hover {
  background-color: #be5c18;
}
ul.values-accordion .accordion-item:nth-of-type(5n + 3).is-active:hover {
  background-color: #E47325;
}
ul.values-accordion .accordion-item:nth-of-type(5n + 3) .accordion-title,
ul.values-accordion .accordion-item:nth-of-type(5n + 3) .accordion-content {
  color: #000;
}
ul.values-accordion .accordion-item:nth-of-type(5n + 4) {
  background-color: #067886;
}
ul.values-accordion .accordion-item:nth-of-type(5n + 4):hover {
  background-color: #05626e;
}
ul.values-accordion .accordion-item:nth-of-type(5n + 4).is-active:hover {
  background-color: #067886;
}
ul.values-accordion .accordion-item:nth-of-type(5n + 4) .accordion-title,
ul.values-accordion .accordion-item:nth-of-type(5n + 4) .accordion-content {
  color: #FBF5E7;
}
ul.values-accordion .accordion-item:nth-of-type(5n + 5) {
  background-color: #EABC51;
}
ul.values-accordion .accordion-item:nth-of-type(5n + 5):hover {
  background-color: #e5aa23;
}
ul.values-accordion .accordion-item:nth-of-type(5n + 5).is-active:hover {
  background-color: #EABC51;
}
ul.values-accordion .accordion-item:nth-of-type(5n + 5) .accordion-title,
ul.values-accordion .accordion-item:nth-of-type(5n + 5) .accordion-content {
  color: #000;
}
ul.values-accordion .accordion-title {
  padding: 30px 20px;
  font-size: 25px;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  border: none;
}
ul.values-accordion .accordion-title:before {
  display: none;
}
ul.values-accordion .accordion-content {
  max-width: 1290px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
ul.values-accordion .accordion-content .cell {
  font-size: 1.3em;
}
ul.values-accordion :last-child:not(.is-active) > .accordion-title,
ul.values-accordion :last-child > .accordion-content:last-child {
  border: none;
}

.values-block {
  margin-bottom: -1px;
}
.values-block .h4 {
  color: #EABC51;
}
.values-block .pin-spacer:nth-of-type(5n + 1) {
  background-color: #284836;
}
.values-block .pin-spacer:nth-of-type(5n + 1) .fact-section {
  background-color: #284836;
  color: #FBF5E7;
}
.values-block .pin-spacer:nth-of-type(5n + 1) .fact-section .h2 {
  color: #FBF5E7;
}
.values-block .pin-spacer:nth-of-type(5n + 2) {
  background-color: #4E3525;
}
.values-block .pin-spacer:nth-of-type(5n + 2) .fact-section {
  background-color: #4E3525;
  color: #FBF5E7;
}
.values-block .pin-spacer:nth-of-type(5n + 2) .fact-section .h2 {
  color: #FBF5E7;
}
.values-block .pin-spacer:nth-of-type(5n + 3) {
  background-color: #E47325;
}
.values-block .pin-spacer:nth-of-type(5n + 3) .fact-section {
  background-color: #E47325;
  color: #000;
}
.values-block .pin-spacer:nth-of-type(5n + 3) .fact-section .h2 {
  color: #000;
}
.values-block .pin-spacer:nth-of-type(5n + 4) {
  background-color: #067886;
}
.values-block .pin-spacer:nth-of-type(5n + 4) .fact-section {
  background-color: #067886;
  color: #FBF5E7;
}
.values-block .pin-spacer:nth-of-type(5n + 4) .fact-section .h2 {
  color: #FBF5E7;
}
.values-block .pin-spacer:nth-of-type(5n + 5) {
  background-color: #EABC51;
}
.values-block .pin-spacer:nth-of-type(5n + 5) .fact-section {
  background-color: #EABC51;
  color: #000;
}
.values-block .pin-spacer:nth-of-type(5n + 5) .fact-section .h2 {
  color: #000;
}
.values-block .fact-section:before {
  display: none;
  height: 0;
}
.values-block .fact-section .large-7 {
  font-size: 1.3em;
}

.lg-txt-cta-img {
  padding: 65px 0;
  background-color: #FBF5E7;
  position: relative;
  z-index: 1;
}
.lg-txt-cta-img .lg-text {
  padding-left: 0;
}
.lg-txt-cta-img .lg-text p {
  line-height: 1.3em;
}
.lg-txt-cta-img .cell:first-of-type {
  margin-bottom: 50px;
}
.lg-txt-cta-img .img-wrap {
  position: relative;
  width: calc(100% + 20px);
}

.history-intro {
  padding: 50px 0 50px 40px;
}
.history-intro .grid-container {
  position: relative;
}
.history-intro .lg-text {
  padding-left: 0;
  margin-bottom: 35px;
}
.history-intro .img-wrap {
  margin-bottom: 35px;
  aspect-ratio: 706/400;
  width: 100%;
  height: auto;
  position: relative;
}
.history-intro .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.history-intro .vertical-line {
  position: absolute;
  left: -15px;
  height: 88%;
  width: 20px;
  overflow: hidden;
}
.history-intro .vertical-line.in-view:before {
  height: 100%;
  transform: translateY(0);
}
.history-intro .vertical-line.in-view:after {
  bottom: 0;
  top: auto;
  left: 0;
  border-top: 10px solid #E47325;
}
.history-intro .vertical-line:before {
  content: "";
  height: 0;
  width: 1px;
  left: 5px;
  background-color: #e47325;
  position: absolute;
  transform: translateY(-100%);
  transition: height 1s ease, transform 1s ease;
  transition-delay: 0.5s;
}
.history-intro .vertical-line:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid transparent;
  transition: all 0.3s ease-in-out;
  transition-delay: 1.5s;
  top: 0;
}
.history-intro .text-below-arrow {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: -10px;
  font-size: 14px;
  letter-spacing: 1.4px;
  opacity: 0;
  transition: opacity 2s ease;
}
.history-intro .text-below-arrow.in-view {
  opacity: 1;
}

.history-timeline {
  background-color: #fff;
  padding: 75px 0;
}
.history-timeline .grid-container {
  position: relative;
  padding-top: 75px;
}
.history-timeline .year-links li {
  margin-bottom: 25px;
}
.history-timeline .year-links a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
  display: block;
}
.history-timeline .year-links a.active {
  font-weight: 800;
}
.history-timeline .vertical-text {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  text-transform: uppercase;
  position: absolute;
  top: 25px;
  left: 30px;
  font-size: 14px;
  letter-spacing: 1.4px;
  opacity: 0;
  transition: opacity 2s ease;
}
.history-timeline .vertical-text.in-view {
  opacity: 1;
}
.history-timeline ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.history-timeline ul.year-links {
  top: 50px !important;
}
.history-timeline ul.year-links.sticky.is-stuck {
  z-index: 2;
}
.history-timeline .img-wrap {
  aspect-ratio: 464/339;
  width: 100%;
  height: auto;
  margin: 0 0 32px;
}
.history-timeline .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.history-timeline .date-range {
  color: #284836;
  font-size: 44px;
  font-weight: 800;
  margin: 0 0 10px;
  position: relative;
  left: -25px;
  background-color: #fff;
  padding-top: 10px;
}
.history-timeline .year-section {
  position: relative;
  padding-left: 25px;
}
.history-timeline .year-section li:last-of-type .year-wrap {
  margin-bottom: 0;
}
.history-timeline .vertical-line {
  position: absolute;
  left: 0;
  top: 65px;
  height: calc(100% - 65px);
  width: 20px;
  overflow: hidden;
}
.history-timeline .vertical-line.in-view:before {
  height: 100%;
  transform: translateY(0);
}
.history-timeline .vertical-line:before {
  content: "";
  height: 0;
  width: 1px;
  left: 5px;
  background-color: #e47325;
  position: absolute;
  transform: translateY(-100%);
  transition: height 1s ease, transform 1s ease;
  transition-delay: 0.5s;
}
.history-timeline .small-2 {
  margin-top: 90px;
}
.history-timeline .intro {
  font-family: "miller-text", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 20px;
  line-height: 1.5em;
  color: #284836;
}
.history-timeline .h2 {
  padding-top: 25px;
  color: #231F20;
}
.history-timeline .h4 {
  margin: 0 0 15px;
  color: #284836;
  font-weight: 800;
}
.history-timeline h3 {
  color: #284836;
  font-weight: 800;
}
.history-timeline .year-wrap {
  margin-bottom: 50px;
}

.team-grid {
  padding: 50px 0;
  scroll-behavior: auto;
}
.team-grid.pt0 {
  padding-top: 0;
}
.team-grid.pb0 {
  padding-bottom: 0;
}
.team-grid h2 {
  color: #284836;
  margin: 0 0 50px;
}
.team-grid h3 {
  color: #284836;
  margin: 0 0 10px;
  line-height: 1.1em;
}
.team-grid p.title {
  font-size: 14px;
  line-height: 1.1em;
}
.team-grid .img-wrap {
  aspect-ratio: 295/441;
  width: 100%;
  height: auto;
  background-color: #284836;
  margin: 0 0 25px;
  overflow: hidden;
}
.team-grid .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.team-grid .cell {
  margin-bottom: 35px;
}

.team-bio-link {
  cursor: pointer;
}
.team-bio-link:hover .arrow {
  left: 10px;
}
.team-bio-link:hover .img-wrap img {
  transform: scale(1.1);
}
.team-bio-link .arrow {
  position: relative;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.team-member-lightbox {
  min-height: 0;
  height: auto;
  margin: 25px auto;
  max-width: calc(100% - 40px);
  padding: 50px 20px;
  background: #FBF5E7;
  width: 1440px;
}
.team-member-lightbox .close-button {
  padding: 0;
  background-color: transparent;
  color: #231F20;
}
.team-member-lightbox h3.h2 {
  color: #284836;
  margin: 0 0 10px;
  line-height: 1.1em;
}
.team-member-lightbox h1.wp-block-heading,
.team-member-lightbox h2.wp-block-heading,
.team-member-lightbox h3.wp-block-heading {
  color: #284836;
  margin: 0 0 25px;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.32em;
  font-family: "miller-text", "Georgia", Cambria, Times New Roman, Times, serif;
}
.team-member-lightbox p.title {
  margin: 0 0 38px;
  font-size: 18px;
}
.team-member-lightbox .email {
  margin-bottom: 50px;
  display: inline-flex;
  align-items: center;
}
.team-member-lightbox .email:hover .fa-solid {
  color: #E47325;
}
.team-member-lightbox .email a {
  color: #231F20;
  display: flex;
  align-items: center;
}
.team-member-lightbox .email a:visited {
  color: #231F20;
}
.team-member-lightbox .email a:hover {
  color: #E47325;
}
.team-member-lightbox .email .fa-solid {
  color: #284836;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.team-member-lightbox .bio {
  padding-left: 25px;
  border-left: 1px solid #E47325;
}
.team-member-lightbox .bio h3 {
  font-family: "miller-text", "Georgia", Cambria, Times New Roman, Times, serif;
  margin: 0 0 25px;
  font-weight: normal;
  color: #284836;
}
.team-member-lightbox .img-wrap {
  aspect-ratio: 430/645;
  width: 100%;
  height: auto;
  margin: 0 0 25px;
}
.team-member-lightbox .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.team-member-lightbox .close-button:hover {
  color: #E47325;
}

.contact-offices {
  padding: 50px 0;
  background-color: #FBF5E7;
}
.contact-offices .h4 {
  color: #284836;
}
.contact-offices .large-3,
.contact-offices .large-9 {
  overflow: hidden;
  padding-left: 25px;
  position: relative;
}
.contact-offices .large-3.in-view:before,
.contact-offices .large-9.in-view:before {
  height: 100%;
  transform: translateY(0);
}
.contact-offices .large-3:before,
.contact-offices .large-9:before {
  content: "";
  height: 0;
  width: 1px;
  left: 0;
  background-color: #e47325;
  position: absolute;
  transform: translateY(-100%);
  transition: height 1s ease, transform 1s ease;
  transition-delay: 0.5s;
}
.contact-offices .large-3 .cell,
.contact-offices .large-9 .cell {
  margin-bottom: 35px;
}
.contact-offices .large-3 .cell:last-of-type,
.contact-offices .large-9 .cell:last-of-type {
  margin-bottom: 0;
}
.contact-offices .large-3 {
  margin-bottom: 50px;
}
.contact-offices p:last-of-type {
  margin-bottom: 0;
}
.contact-offices a {
  color: #231F20;
}
.contact-offices a:visited {
  color: #231F20;
}
.contact-offices a:hover {
  color: #E47325;
}
.contact-offices .mailing-address {
  font-size: 0.8em;
}

.contact-form-block {
  padding: 50px 0;
  background-color: #fff;
}
.contact-form-block .staff-contact a {
  color: #231F20;
  text-decoration: underline;
}
.contact-form-block .staff-contact a:visited {
  color: #231F20;
}
.contact-form-block .staff-contact a:hover {
  color: #E47325;
}
.contact-form-block .intro {
  max-width: 900px;
}
.contact-form-block .intro a {
  color: #284836;
  font-weight: 800;
  text-decoration: underline;
}
.contact-form-block .intro a:visited {
  color: #284836;
}
.contact-form-block .intro a:hover {
  color: #E47325;
}
.contact-form-block .lg-text {
  padding-left: 0;
}
.contact-form-block .h4 {
  color: #284836;
}
.contact-form-block .disclaimer {
  padding-top: 35px;
  font-size: 0.75em;
  max-width: 715px;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}
.contact-form-block .disclaimer.in-view:before {
  width: 294px;
  transform: translateX(0);
}
.contact-form-block .disclaimer:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 0;
  background-color: #e47325;
  transform: translateX(-100%);
  transition: width 1s ease, transform 1s ease;
}

.donate-large {
  padding: 50px 0;
}
.donate-large .cont-wrap {
  background-color: #FBF5E7;
  padding: 35px 20px;
}
.donate-large h1 {
  font-size: 28px;
}
.donate-large .large-text {
  font-size: 1.4em;
  color: #284836;
  font-family: "miller-text", "Georgia", Cambria, Times New Roman, Times, serif;
}
.donate-large .form-embed {
  margin-top: 50px;
}
.donate-large .HeaderHtml {
  display: none;
}
.donate-large .fastAction {
  background-color: #FBF5E7 !important;
}
.donate-large .fastAction.clearfix p {
  background-color: #FBF5E7 !important;
}
.donate-large ol.at-steps.clearfix,
.donate-large section .at .at-steps {
  background-color: #efeadf !important;
}
.donate-large .at .at-step.active > :before,
.donate-large .at .at-step.active a:before {
  background-color: #284836 !important;
}
.donate-large .at .at-radio-set-buttons .at-btn-radio-wrapper label.at-btn-radio {
  background-color: #FBF5E7 !important;
}
.donate-large .at .at-radio-set-buttons .at-btn-radio-wrapper label.at-btn-radio:hover,
.donate-large .at .at-radio-set-buttons .at-btn-radio-wrapper label.at-btn-radio:focus {
  background-color: #f1f3f5 !important;
}

.single-post .entry-header,
.single-resource .entry-header {
  background-color: #284836;
  color: #FBF5E7;
  text-align: center;
  padding: 80px 0;
}
.single-post .entry-header h1,
.single-post .entry-header h2,
.single-resource .entry-header h1,
.single-resource .entry-header h2 {
  color: #FBF5E7;
}
.single-post .entry-header .entry-categories a,
.single-resource .entry-header .entry-categories a {
  color: #FBF5E7;
}
.single-post .entry-header .entry-categories a:visited,
.single-resource .entry-header .entry-categories a:visited {
  color: #FBF5E7;
}
.single-post .entry-header .entry-categories a:hover,
.single-resource .entry-header .entry-categories a:hover {
  text-decoration: underline;
}
.single-post .entry-header .cont-wrap,
.single-resource .entry-header .cont-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.single-post .entry-header .cont-wrap p:last-of-type,
.single-resource .entry-header .cont-wrap p:last-of-type {
  margin-bottom: 0;
}

.sep {
  margin: 0 10px;
  display: inline-block;
}

.back-to-posts {
  font-size: 0.9em;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 50px;
}
.back-to-posts a {
  color: #FBF5E7;
}
.back-to-posts a:visited {
  color: #FBF5E7;
}
.back-to-posts a:hover {
  color: #E47325;
}
.back-to-posts span {
  display: inline-block;
  margin: 0 5px 0 0;
}

.blog-hero-text {
  margin-top: 5px;
  font-family: "miller-text", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 1.7em;
}

.post-thumbnail {
  aspect-ratio: 1440/695;
  width: 100%;
  height: auto;
  max-height: 695px;
}
.post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.entry-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 50px 0;
}

.wp-block-heading {
  color: #284836;
}

.wp-block-embed.is-type-video {
  margin: 50px 0;
}

.wp-block-embed.responsive-embed iframe {
  width: 100%;
}

.wp-block-quote {
  border-color: #E47325;
  margin: 35px 0;
  padding: 0 0 0 20px;
  font-size: 1.5em;
}
.wp-block-quote:before {
  content: "";
  background: url('data:image/svg+xml,<svg width="34" height="28" viewBox="0 0 34 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.7884 13.4746C13.3404 14.5306 14.9244 16.8186 14.9244 20.0746C14.9244 24.3866 11.8444 27.2906 7.88444 27.2906C3.66044 27.2906 0.668438 24.2986 0.668438 20.0746C0.668438 18.0506 1.02044 16.5546 2.60444 12.5066L7.26844 0.0106368H14.3084L10.7884 13.4746ZM29.4444 13.4746C31.9964 14.5306 33.5804 16.8186 33.5804 20.0746C33.5804 24.3866 30.5004 27.2906 26.5404 27.2906C22.3164 27.2906 19.3244 24.2986 19.3244 20.0746C19.3244 18.0506 19.6764 16.5546 21.2604 12.5066L25.9244 0.0106368H32.9644L29.4444 13.4746Z" fill="%23E47325"/></svg>');
  background-size: 34px 28px;
  height: 28px;
  width: 34px;
  display: block;
  margin-bottom: 25px;
}
.wp-block-quote:after {
  content: "";
  background: url('data:image/svg+xml,<svg width="34" height="28" viewBox="0 0 34 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.97244 0.587511C12.1084 0.587511 15.1004 3.57951 15.1004 7.80351C15.1004 9.82751 14.7484 11.3235 13.1644 15.3715L8.58844 27.8675H1.46044L4.98044 14.3155C2.51644 13.3475 0.844438 11.0595 0.844438 7.80351C0.844438 3.49151 3.92444 0.587511 7.97244 0.587511ZM26.6284 0.587511C30.7644 0.587511 33.7564 3.57951 33.7564 7.80351C33.7564 9.82751 33.4044 11.3235 31.8204 15.3715L27.2444 27.8675H20.1164L23.6364 14.3155C21.1724 13.3475 19.5004 11.0595 19.5004 7.80351C19.5004 3.49151 22.5804 0.587511 26.6284 0.587511Z" fill="%23E47325"/></svg>');
  background-size: 34px 28px;
  height: 28px;
  width: 34px;
  display: block;
  margin-top: 25px;
}
.wp-block-quote p {
  line-height: 1.2em;
  color: #231F20;
}

.copy-link {
  position: relative;
}

.copied-message {
  position: absolute;
  top: -35px;
  left: -16px;
  background-color: #fff;
  color: #231F20;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  width: 75px;
  text-align: center;
}
.copied-message:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: calc(50% - 5px);
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.entry-footer {
  max-width: 860px;
  padding: 0 20px;
  margin: 0 auto;
}

.share-links {
  position: relative;
  overflow: hidden;
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-size: 30px;
  padding: 38px 0 100px;
}
.share-links.in-view:before {
  width: 156px;
  transform: translateX(0);
  left: 0;
}
.share-links:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 0;
  background-color: #e47325;
  transform: translateX(-100%);
  transition: width 1s ease, transform 1s ease;
}
.share-links .text {
  font-size: 16px;
  margin-right: 25px;
}
.share-links a {
  color: #000;
  display: inline-block;
  margin-right: 15px;
}
.share-links a:last-of-type {
  margin-right: 0;
}
.share-links a:visited {
  color: #000;
}
.share-links a:hover {
  color: #E47325;
}

.featured-article {
  padding: 50px 0;
}
.featured-article .grid-x {
  background-color: #4E3525;
  color: #FBF5E7;
}
.featured-article h3 {
  color: #EABC51;
}
.featured-article h3 a {
  color: #EABC51;
}
.featured-article h3 a:visited {
  color: #EABC51;
}
.featured-article h3 a:hover {
  color: #E47325;
}
.featured-article .cont-wrap {
  padding: 35px 25px;
}
.featured-article .img-wrap {
  aspect-ratio: 676/472;
  width: 100%;
  height: auto;
}
.featured-article .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.post-filter {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  flex-direction: column;
}
.post-filter.pt {
  padding-top: 50px;
}
.post-filter form ul {
  display: flex;
  margin-left: 0;
  flex-direction: column;
}

.filter-icon {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.filter-icon .text {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.8em;
  margin-left: 25px;
}

a.post-wrap {
  text-decoration: none;
}

.post-wrap {
  background-color: #fff;
  display: block;
  position: relative;
  color: #000;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.post-wrap:hover {
  background-color: #284836;
  color: #FBF5E7;
}
.post-wrap:hover h3,
.post-wrap:hover p {
  color: #FBF5E7;
}
.post-wrap:hover .img-wrap img {
  transform: scale(1.1);
}
.post-wrap:hover .categories {
  background-color: rgba(251, 245, 231, 0.2);
  color: #FBF5E7;
}
.post-wrap h3 {
  color: #000;
}
.post-wrap p {
  color: #000;
  font-size: 0.8em;
}
.post-wrap .date {
  color: #284836;
  font-weight: 800;
  margin-bottom: 0;
}
.post-wrap .img-wrap {
  aspect-ratio: 399/224;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.post-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.post-wrap .cont-wrap {
  padding: 35px 25px;
}
.post-wrap .categories {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #FBF5E7;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.2px;
  color: #000;
  font-weight: 600;
}

.results {
  padding-bottom: 100px;
}
.results .cell {
  margin-bottom: 50px;
}

.wp-pagenavi {
  padding-top: 50px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-pagenavi span.current {
  border: none;
  text-decoration: underline;
  font-weight: normal;
}
.wp-pagenavi a {
  border: none;
  color: #000;
}
.wp-pagenavi a:visited {
  color: #000;
}
.wp-pagenavi a:hover {
  color: #E47325;
}

a.previouspostslink,
a.nextpostslink {
  text-transform: uppercase;
  font-weight: 800;
  color: #000;
}
a.previouspostslink:visited,
a.nextpostslink:visited {
  color: #000;
}
a.previouspostslink:hover,
a.nextpostslink:hover {
  color: #E47325;
}

.searchandfilter {
  width: 100%;
}
.searchandfilter label {
  width: 100%;
  max-width: 300px;
}
.searchandfilter ul li {
  width: 100%;
  text-align: center;
}

.search-filter-reset {
  background-color: #E47325 !important;
  color: #231F20;
  border: none;
  cursor: pointer;
}
.search-filter-reset:hover {
  background-color: #284836 !important;
  color: #FBF5E7;
}

.sf-field-category select,
.sf-field-taxonomy-event-category select,
.sf-field-taxonomy-blog-type select,
.sf-field-taxonomy-resource-topic select,
.sf-field-taxonomy-resource-type select {
  border: 2px solid #E47325;
  border-radius: 8px;
  background-color: #fff;
  height: 38px;
  color: #231F20;
  font-weight: 800;
}

.no-results {
  padding-bottom: 100px;
  text-align: center;
}

.search-form {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0px;
  max-width: 600px;
  margin: 0 auto;
}
.search-form .search-field {
  background-color: #fff;
  height: 52px;
  padding: 0 15px;
  border: none;
  box-shadow: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.search-form .search-submit {
  border: none;
  background-color: #E47325;
  color: #231F20;
  padding: 0 15px;
  height: 52px;
  box-shadow: none;
  border-radius: 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  cursor: pointer;
}
.search-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #231F20;
  opacity: 1;
}
.search-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #231F20;
  opacity: 1;
}
.search-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #231F20;
  opacity: 1;
}
.search-form :-moz-placeholder {
  /* Firefox 18- */
  color: #231F20;
  opacity: 1;
}

.error-404 {
  padding: 50px 0;
  background-color: #fff;
}
.error-404 h1 {
  color: #284836;
}
.error-404 .img-wrap {
  max-width: 1050px;
  margin: 35px auto;
}
.error-404 .search-form .search-field {
  background-color: #FBF5E7;
  border-radius: 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.error-404 .search-form .search-submit {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.events-grid-list {
  background-color: #fff;
  padding: 50px 0 100px;
}
.events-grid-list .month-wrap {
  border-bottom: 1px solid #000;
}
.events-grid-list .month-wrap.duplicate-month {
  display: none;
}
.events-grid-list .month {
  background-color: #000;
  color: #FBF5E7;
  display: inline-block;
  padding: 10px 15px;
  line-height: 1em;
  margin: 0;
  font-size: 14px;
}

.view-toggle {
  display: none;
}

.month-wrap {
  border-top: 1px solid #fff;
  position: relative;
  top: -1px;
  margin-bottom: -1px;
}

.event-item {
  border-bottom: 1px solid #000;
  padding: 23px 0 70px;
}
.event-item .cat {
  color: #284836;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 800;
  text-transform: uppercase;
}
.event-item .date-time {
  font-weight: 800;
  font-size: 22.5px;
  color: #284836;
  margin: 0 0 5px;
}
.event-item h3 {
  color: #284836;
  font-weight: 500;
  font-size: 22.5px;
  line-height: 30px;
}
.event-item h3 a {
  color: #284836;
}
.event-item h3 a:visited {
  color: #284836;
}
.event-item h3 a:hover {
  text-decoration: underline;
}
.event-item .cont-wrap {
  padding-left: 20px;
  padding-right: 20px;
}

.vert-date-wrap {
  padding: 0 20px;
}

.vert-date {
  color: #231F20;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
}
.vert-date .day {
  font-size: 57px;
  display: block;
  line-height: 1em;
  margin-bottom: 20px;
}

.grid-view {
  display: none;
}

.search-filter-results-list {
  margin-top: 25px;
}

.single-event .back-to-posts {
  margin-bottom: 50px;
}
.single-event .event-category {
  color: #EABC51;
  font-weight: 800;
  font-size: 0.9em;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  margin: 0 0 35px;
}
.single-event .h2 {
  color: #FBF5E7;
  text-transform: none;
  margin: 0 0 25px;
}
.single-event .event-date,
.single-event .event-location {
  color: #FBF5E7;
  font-size: 1.3em;
  line-height: 1.4em;
}
.single-event .entry-content {
  padding: 50px 0;
}

.event-hero {
  background-color: #284836;
}
.event-hero .cell.large-5 {
  padding: 50px 0;
}
.event-hero .post-thumbnail {
  aspect-ratio: 840/696;
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
}
.event-hero .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.large-intro-text {
  color: #284836;
  font-family: "miller-text", "Georgia", Cambria, Times New Roman, Times, serif;
}
.large-intro-text p {
  font-size: 1.7em;
  line-height: 1.2em;
}

.event-form {
  background-color: #fff;
  padding: 50px 0 100px;
}
.event-form h2 {
  margin: 0 0 35px;
}
.event-form .at a {
  color: #284836;
  text-decoration: underline;
}
.event-form .at a:visited {
  color: #284836;
}
.event-form .at a:hover {
  color: #E47325;
}
.event-form .FooterHtml {
  margin-top: 50px;
}
.event-form .at input[type=text],
.event-form .at input[type=password],
.event-form .at input[type=date],
.event-form .at input[type=datetime],
.event-form .at input[type=datetime-local],
.event-form .at input[type=month],
.event-form .at input[type=week],
.event-form .at input[type=email],
.event-form .at input[type=number],
.event-form .at input[type=search],
.event-form .at input[type=tel],
.event-form .at input[type=time],
.event-form .at input[type=url],
.event-form .at input[type=color],
.event-form .at textarea,
.event-form .at label.at-text input[type=tel],
.event-form .at label.at-text input[type=email] {
  background-color: #fff !important;
  border-color: #231F20 !important;
}
.event-form .at-row label {
  color: #231F20 !important;
}

.resource-hero {
  background-color: #284836;
  color: #FBF5E7;
  padding: 50px 0;
}
.resource-hero .h2 {
  color: #EABC51;
}
.resource-hero .intro {
  font-size: 1.7em;
  font-family: "miller-text", "Georgia", Cambria, Times New Roman, Times, serif;
}

.resource-posts {
  background: linear-gradient(to bottom, #284836 0, #284836 250px, #FBF5E7 250px, #FBF5E7 100%);
}
.resource-posts .post-filter .filter-icon .text {
  color: #FBF5E7;
}
.resource-posts .results {
  padding-top: 50px;
}
.resource-posts .post-wrap:hover .arrow-btn {
  color: #FBF5E7;
}
.resource-posts .post-wrap:hover .arrow-btn:before {
  margin-right: 18px;
  background: url('data:image/svg+xml,<svg width="58" height="12" viewBox="0 0 58 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path id="Arrow 1" d="M58 5.78076L48 0.00725889V11.5543L58 5.78076ZM0 6.78076H49V4.78076H0V6.78076Z" fill="%23FBF5E7"/></svg>') no-repeat center;
}
.resource-posts .post-wrap .img-wrap {
  aspect-ratio: 399/265;
  background-color: #067886;
}
.resource-posts .post-wrap p {
  font-size: 1em;
}

.sf-field-category select,
.sf-field-taxonomy-event-category select,
.sf-field-taxonomy-blog-type select,
.sf-field-taxonomy-resource-topic select,
.sf-field-taxonomy-resource-type select {
  font-size: 16px;
  text-transform: uppercase;
}

.search-results #primary {
  padding: 50px 0;
}
.search-results .hentry {
  margin-bottom: 25px;
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.search-results .hentry.no-img {
  padding: 25px 20px;
}
.search-results .hentry .large-4 {
  min-height: 250px;
}
.search-results .hentry .large-8 {
  padding: 25px 20px;
}
.search-results .event-meta {
  margin-bottom: 25px;
}
.search-results .wp-pagenavi {
  margin-top: 50px;
}

.no-results {
  padding: 50px 0;
}

.search-result-count {
  font-weight: 800;
  margin: 0 0 35px;
  text-transform: uppercase;
}

.backToTop {
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 25px;
  right: 25px;
  left: auto;
  position: fixed;
  text-align: center;
  color: #067886;
  text-decoration: none;
}
.backToTop:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #FBF5E7;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  z-index: 1;
  border-radius: 50%;
}
.backToTop:hover .fa-solid {
  color: #E47325;
}
.backToTop .fa-solid {
  font-size: 30px;
  color: #067886;
  z-index: 2;
  display: block;
  transition: all 0.3s ease-in-out;
}

.image-gallery-slider {
  margin: 50px 0 100px;
}

.gallery-carousel .slick-slide .img-wrap {
  margin: 0 5px;
  position: relative;
  aspect-ratio: 1036/583;
  width: calc(100% - 10px);
  height: 100%;
}
.gallery-carousel .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.thumbnail-caption {
  font-size: 0.8em;
  text-align: center;
  margin-top: 5px;
  padding: 0 25px;
}

.hero-slider-carousel {
  color: #FBF5E7;
  margin: 0 !important;
}
.hero-slider-carousel h2 {
  color: #FBF5E7;
}
.hero-slider-carousel p {
  color: #FBF5E7;
  font-size: 1.4em;
  line-height: 1.2em;
}
.hero-slider-carousel .slick-track {
  display: flex;
  align-items: stretch;
}
.hero-slider-carousel .slick-track {
  display: flex !important;
}
.hero-slider-carousel .slick-slide {
  height: inherit !important;
  padding: 50px 0 100px;
}
.hero-slider-carousel .hero-img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-slider-carousel .hero-img-wrap img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.hero-slider-carousel .hero-content-wrap {
  z-index: 2;
  position: relative;
  height: 100%;
}
.hero-slider-carousel .hero-overlay {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.35) 40%, rgba(0, 0, 0, 0.1) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero-slider-carousel .slick-next,
.hero-slider-carousel .slick-prev {
  bottom: 25px;
  z-index: 3;
}
.hero-slider-carousel .slick-next:before,
.hero-slider-carousel .slick-prev:before {
  color: #FBF5E7;
  border: none;
  opacity: 1;
}
.hero-slider-carousel .slick-next {
  right: 0;
}
.hero-slider-carousel .slick-prev {
  right: 35px;
  left: auto;
}

.ec_cart_page,
.ec_account_page,
.ec_product_page,
.ec_product_details_page,
.post-password-form {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1250px;
  margin: 75px auto;
}

.ec_cart_page {
  margin-bottom: 150px;
}
.ec_cart_page:after {
  content: "";
  clear: both;
  display: block;
}

.logo-slider-block {
  padding: 25px 0;
}
.logo-slider-block.pt0 {
  padding-top: 0;
}
.logo-slider-block.pb0 {
  padding-bottom: 0;
}
.logo-slider-block h2 {
  text-align: center;
}
.logo-slider-block .slick-track {
  display: flex;
  align-items: center;
}
.logo-slider-block .logo-slider__item {
  padding: 0 15px;
}
.logo-slider-block .logo-wrap {
  aspect-ratio: 2/1;
  width: 100%;
  height: auto;
}
.logo-slider-block .logo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* 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 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;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

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

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

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

@media only screen and (min-width: 640px) {
  .featured-action .img-wrap {
    aspect-ratio: unset;
    height: 100%;
    width: 100%;
  }
  .tc-page-hero {
    padding: 0;
  }
  .tc-page-hero .grid-x {
    flex-direction: row;
  }
  .tc-page-hero .cell:first-of-type {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tc-page-hero .cell:last-of-type {
    padding: 75px 0 50px;
  }
  .tc-page-hero .hero-image {
    width: 100%;
    height: 100%;
  }
  .tc-page-hero .hero-image img {
    max-height: 100%;
  }
  .text-and-image.image-overlap .grid-x {
    flex-direction: row;
  }
  .text-and-image.image-overlap .img-wrap {
    margin-bottom: -100px;
    left: 0;
    width: 100%;
  }
  .text-and-image .grid-x {
    align-items: center;
  }
  .link-cards .cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .link-cards .card {
    padding-bottom: 35px;
    position: relative;
  }
  .link-cards .card .arrow-btn {
    position: absolute;
    bottom: 35px;
    left: 20px;
  }
  .tc-images-text {
    padding: 175px 0 110px;
    background: linear-gradient(to bottom, #284836 0%, #284836 100px, #FBF5E7 100px, #FBF5E7 100%);
    position: relative;
  }
  .tc-images-text.bg-brown {
    background: linear-gradient(to bottom, #4E3525 0%, #4E3525 100px, #FBF5E7 100px, #FBF5E7 100%);
  }
  .tc-images-text.bottom-bg-green:after, .tc-images-text.bottom-bg-brown:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75px;
  }
  .tc-images-text.bottom-bg-green .img-wrap.left, .tc-images-text.bottom-bg-brown .img-wrap.left {
    margin-bottom: -110px;
  }
  .tc-images-text.bottom-bg-green:after {
    background-color: #284836;
  }
  .tc-images-text.bottom-bg-brown:after {
    background-color: #4E3525;
  }
  .tc-images-text .cell:first-of-type {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .tc-images-text .grid-container {
    z-index: 2;
    position: relative;
  }
  .tc-images-text .img-wrap.right {
    position: relative;
    top: -175px;
    margin-bottom: -175px;
    margin-left: auto;
  }
  .tc-images-text .img-wrap.right.portrait {
    aspect-ratio: 294/388;
    max-width: 294px;
    width: 100%;
    height: auto;
  }
  .tc-images-text .img-wrap.right.landscape {
    aspect-ratio: 619/358;
    width: 100%;
    height: auto;
  }
  .tc-images-text .img-wrap.left {
    max-width: 85%;
  }
  .tc-images-text .img-wrap.left.portrait {
    aspect-ratio: 394/520;
    max-width: 394px;
    width: 100%;
    height: auto;
  }
  .tc-images-text .img-wrap.left.landscape {
    aspect-ratio: 482/358;
    width: 100%;
    height: auto;
    max-width: 482px;
  }
  .tc-images-text .img-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .tc-images-text .lg-text {
    margin-bottom: 50px;
  }
  .tc-images-text .sm-text {
    margin-bottom: 0;
  }
  .tc-images-text .sm-text p:last-of-type {
    margin-bottom: 0;
  }
  .accordion-table {
    display: table;
  }
  .half-image-half-content .cell:last-of-type {
    padding: 50px 35px;
  }
  .half-image-half-content .cell.image-container {
    position: relative;
  }
  .half-image-half-content .cell .img-wrap {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .half-image-half-content .cell .img-wrap img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
  }
  .hiking-guide .grid-x {
    align-items: center;
  }
  .hiking-guide .cell:first-of-type {
    position: relative;
  }
  .hiking-guide .cell:last-of-type {
    padding: 50px;
  }
  .hiking-guide .img-wrap {
    height: 100%;
    width: 100%;
  }
  .text-and-image-v2 .cell:first-of-type {
    position: relative;
  }
  .text-and-image-v2 .img-wrap {
    position: absolute;
    top: 0;
    margin-bottom: 0;
    height: 100%;
  }
  .text-and-image-v2 .img-wrap img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
  }
  .lg-txt-cta-img .cell:first-of-type {
    margin-bottom: 0;
  }
  .history-intro {
    background: linear-gradient(to bottom, #4E3525 0%, #4E3525 100px, #FBF5E7 100px, #FBF5E7 100%);
  }
  .history-intro.bg-green {
    background: linear-gradient(to bottom, #284836 0%, #284836 100px, #FBF5E7 100px, #FBF5E7 100%);
  }
  .history-intro .grid-container {
    margin-top: 100px;
  }
  .history-intro .vertical-line {
    height: 80%;
  }
  .history-intro .cell:last-of-type {
    position: relative;
    top: -125px;
    margin-bottom: -100px;
  }
  .team-bio-link {
    padding-bottom: 13px;
    position: relative;
    height: 100%;
  }
  .team-bio-link .arrow {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .post-wrap {
    height: 100%;
  }
  .resource-posts .post-wrap {
    padding-bottom: 50px;
  }
  .resource-posts .post-wrap .arrow-btn {
    position: absolute;
    bottom: 65px;
    left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .wwd-block {
    padding-bottom: 65px;
  }
  .wwd-block .section-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }
  .wwd-block .img-wrap {
    position: relative;
    height: calc(100% + 70px);
    width: 100%;
    right: 0;
    top: -70px;
    margin-bottom: -70px;
  }
  .wwd-block .img-wrap img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
  }
  .site-footer > .grid-container > .grid-x:last-of-type {
    flex-direction: row;
    align-items: flex-end;
  }
  .site-footer .copyright p:last-of-type {
    margin-bottom: 0;
  }
  .footer-logos {
    padding: 0;
    display: flex;
    justify-content: flex-end;
  }
  .newsletter-signup .ContactInformation .at-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0px;
  }
  .newsletter-signup .ContactInformation .at-fields .FirstName {
    grid-column: span 2;
  }
  .latest-news-carousel {
    max-width: 1290px;
    padding: 0 7.5px 50px;
    margin: 0 auto 50px;
  }
  .latest-news-carousel .ln-post-wrap {
    margin-left: 12.5px;
    margin-right: 12.5px;
  }
  .latest-news-carousel .slick-next,
  .latest-news-carousel .slick-prev {
    bottom: -65px;
  }
  .page-hero {
    padding: 150px 0;
  }
  .page-hero.tall {
    padding: 200px 0;
  }
  .video-block .play-button svg {
    width: 75px;
    height: 75px;
  }
  .history-timeline .grid-container {
    padding-top: 50px;
  }
  .history-timeline .small-2 {
    margin-top: 100px;
  }
  .history-timeline .year-links a {
    margin-bottom: 35px;
  }
  .post-filter {
    flex-direction: row;
  }
  .post-filter form ul {
    flex-direction: row;
    margin-left: 27px;
  }
  .searchandfilter ul li {
    margin-right: 17px;
    text-align: left;
    max-width: 100%;
    width: auto;
  }
  .searchandfilter ul li:last-child {
    margin-right: 0;
  }
  .filter-icon {
    margin-bottom: 0;
  }
  .logo-slider-block {
    padding: 50px 0;
  }
  .logo-slider-block h2 {
    margin-bottom: 35px;
  }
  .logo-slider-block .grid-container {
    padding-left: 75px;
    padding-right: 75px;
  }
  .logo-slider-block .slick-next,
  .logo-slider-block .slick-prev {
    bottom: auto;
    top: 50%;
  }
  .logo-slider-block .slick-next {
    right: -55px;
  }
  .logo-slider-block .slick-prev {
    left: -55px;
  }
}
@media only screen and (min-width: 1024px) {
  .alert-box .close {
    font-size: 40px;
    top: calc(50% - 30px);
    right: 20px;
  }
  .home-hero .logo {
    margin-bottom: 75px;
  }
  .home-hero .logo img {
    max-width: 160px;
  }
  .home-hero h1 {
    margin-bottom: 100px;
  }
  .home-hero .buttons a:nth-of-type(2) {
    margin-left: 25px;
  }
  .home-hero .btn, .home-hero .btn-orange, .home-hero .btn-transparent {
    min-width: 187px;
  }
  .photo-credit {
    padding: 10px 15px;
  }
  .photo-credit.active .pc-text {
    font-size: 16px;
  }
  .wwd-block .section-wrap {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
  }
  .wwd-block .green-heading {
    padding-top: 120px;
  }
  .wwd-block h2 {
    font-size: 28px;
    line-height: 38px;
    max-width: 1250px;
    margin: 0 auto 15px;
  }
  .wwd-block h3 {
    font-size: 34px;
    line-height: 45px;
  }
  .wwd-block .img-wrap {
    aspect-ratio: 707/757;
    height: auto;
  }
  .wwd-block .cont-wrap {
    padding-top: 75px;
  }
  .site-footer {
    padding: 70px 0 55px;
  }
  .site-footer.in-view .large-10:before {
    width: 100%;
    transform: translateX(0%); /* Move the line into view */
  }
  .site-footer > .grid-container > .grid-x > .large-2 {
    border-bottom: none;
  }
  .site-footer > .grid-container > .grid-x:last-of-type {
    margin-top: 50px;
  }
  .site-footer .large-10 {
    position: relative;
    overflow: hidden;
  }
  .site-footer .large-10:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 1px;
    width: 0;
    background-color: #E47325;
    transform: translateX(-100%); /* Initially move the line out of view */
    transition: width 1s ease, transform 1s ease; /* Add transition effect */
  }
  .social-link-wrap {
    font-size: 26px;
    justify-content: flex-end;
  }
  .featured-action {
    padding: 65px 0 107px;
  }
  .featured-action .h3 {
    margin-bottom: 35px;
  }
  .featured-action .medium-6:last-of-type {
    padding: 75px 50px 75px 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .featured-action .btn-mrg {
    margin-top: 45px;
  }
  .cta-section {
    padding: 169px 0;
  }
  .cta-section .btn-mrg {
    margin-top: 75px;
  }
  .newsletter-signup h2 {
    font-size: 50px;
    line-height: 52px;
    letter-spacing: 1.5px;
  }
  .newsletter-signup .newsletter-logo {
    width: 150px;
    top: -75px;
  }
  .latest-news.top-border.in-view .line {
    height: auto;
  }
  .latest-news.top-border.in-view .line:before {
    height: 1px;
  }
  .latest-news .grid-container {
    position: relative;
  }
  .h4 {
    margin-bottom: 35px;
  }
  .latest-news-carousel {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .donate-small {
    padding: 100px 0;
  }
  .donate-small.pbxtra {
    padding-bottom: 175px;
  }
  .donate-small .img-wrap {
    aspect-ratio: unset;
    height: 100%;
    width: 100%;
  }
  .three-col-page-links .slick-track {
    margin-left: 0;
  }
  .three-col-page-links .slick-active .overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.8) 75%, rgba(0, 0, 0, 0.85));
    z-index: 3;
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
  }
  .three-col-page-links .slick-active:hover .overlay {
    opacity: 0.7;
    z-index: 1;
  }
  .three-col-page-links h3 {
    min-height: 76px;
  }
  .three-col-page-links .cont-wrap {
    display: block;
    position: relative;
    padding-bottom: 50px;
  }
  .three-col-page-links .cont-wrap .arrow-btn {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .three-col-page-links .slick-prev,
  .three-col-page-links .slick-next {
    bottom: calc(50% - 19px);
  }
  .three-col-page-links .slick-prev {
    display: block !important;
    left: 15px;
    z-index: 2;
  }
  .three-col-page-links .slick-prev:before {
    color: #fff;
    border-color: #fff;
  }
  .three-col-page-links .slick-next {
    right: 15px;
  }
  .three-col-page-links .slick-active.hover .overlay {
    opacity: 0.7;
    z-index: 1;
  }
  .three-col-page-links .slick-active.hover.darken .overlay {
    opacity: 1;
    z-index: 2;
  }
  .three-col-page-links .slick-active.hover.darken:hover .overlay {
    opacity: 0.7;
    z-index: 1;
  }
  .fact-section {
    padding: 75px 0 250px;
  }
  .fact-section .fact-lg-text {
    font-size: 95px;
  }
  .fact-section .fact-sm-text {
    font-size: 50px;
    max-width: 65%;
  }
  #popup {
    top: 0;
  }
  #popup .grid-x {
    flex-direction: row;
  }
  #popup .cell:first-of-type {
    padding: 75px 100px 75px 50px;
  }
  #popup p {
    max-width: 85%;
    font-size: 26px;
  }
  .tc-page-hero {
    padding: 0;
    position: relative;
  }
  .tc-page-hero .grid-x {
    flex-direction: row;
    align-items: center;
  }
  .tc-page-hero .cell:last-of-type {
    padding: 100px 0 50px;
  }
  .tc-page-hero .hero-image {
    max-height: 938px;
  }
  .tc-page-hero .cont-wrap {
    max-width: 515px;
  }
  .tc-page-hero .h3 {
    margin: 0 0 100px;
  }
  .tc-page-hero h2 {
    margin: 0 0 35px;
  }
  .tc-page-hero .hero-content {
    font-size: 34px;
  }
  .tc-images-text.bottom-bg-green, .tc-images-text.bottom-bg-brown {
    padding-bottom: 206px;
  }
  .tc-images-text.bottom-bg-green:after, .tc-images-text.bottom-bg-brown:after {
    height: 110px;
  }
  .tc-images-text.bottom-bg-green .img-wrap.left, .tc-images-text.bottom-bg-brown .img-wrap.left {
    margin-bottom: -206px;
  }
  .tc-images-text .sm-text {
    margin: 107px 0 0;
  }
  .lg-text {
    padding-left: 27px;
    padding-right: 50px;
    font-size: 34px;
  }
  .sm-text {
    font-size: 20px;
  }
  .key-staff-additional-resources {
    padding: 104px 0;
  }
  .key-staff-additional-resources.pbxtra {
    padding-bottom: 193px;
  }
  .key-staff-additional-resources .cell:first-of-type {
    padding-left: 105px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .key-staff-additional-resources .cell:last-of-type {
    position: relative;
    padding-left: 105px;
    overflow: hidden;
  }
  .key-staff-additional-resources .cell:last-of-type.in-view:before {
    height: 100%;
    transform: translateY(0);
  }
  .key-staff-additional-resources .cell:last-of-type:before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: height 1s ease, transform 1s ease;
    transition-delay: 0.5s;
  }
  .co-carousel-block .progress {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .co-carousel-block .sr_only {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .co-carousel-block .intro {
    font-size: 34px;
    max-width: 800px;
    margin-bottom: 75px;
  }
  .co-carousel-block .grid-x {
    align-items: center;
  }
  .co-carousel-block .links a {
    margin-bottom: 20px;
  }
  .co-carousel-block .img-wrap {
    margin-bottom: 0;
  }
  .co-carousel .slick-next,
  .co-carousel .slick-prev {
    bottom: -120px;
  }
  .co-carousel .slick-prev {
    left: calc(50% - 455px);
  }
  .co-carousel .slick-next {
    right: calc(50% - 475px);
  }
  .progress {
    margin-top: 78px;
  }
  .page-hero {
    padding: 200px 0;
  }
  .page-hero.has-content h1 {
    margin: 0 0 50px;
  }
  .page-hero.tall {
    padding: 250px 0;
  }
  .page-hero h1 {
    font-size: 50px;
  }
  .page-hero h2 {
    font-size: 34px;
  }
  .two-col-intro {
    padding: 100px 0 75px;
  }
  .accordion-content h4 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .accordion-content .two-col-images {
    margin-top: 50px;
    width: calc(100% + 105px);
    left: -105px;
  }
  .accordion-title,
  .accordion-content {
    padding-left: 105px;
  }
  .accordion-block {
    padding: 75px 0;
  }
  .two-col-image-grid .two-col-images {
    padding: 0;
  }
  .page-hero-2 {
    padding: 120px 0;
  }
  .page-hero-2.pbxtra {
    padding-bottom: 185px;
  }
  .text-and-image.image-overlap .img-wrap {
    top: -150px;
    margin-bottom: -150px;
  }
  .link-cards.pbxtra {
    padding-bottom: 150px;
  }
  .link-cards .cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .three-col-content {
    padding: 85px 0;
  }
  .three-col-content h2 {
    margin-bottom: 50px;
  }
  .three-col-content .cell {
    margin-bottom: 0;
  }
  .three-col-content .cell p:last-of-type {
    margin-bottom: 0;
  }
  .three-col-content .cont-wrap {
    padding-right: 35px;
  }
  .recommended-hikes {
    padding: 112px 0 75px;
  }
  .recommended-hikes .legend-item {
    margin-bottom: 0;
  }
  .recommended-hikes .legend-item:last-of-type {
    margin-bottom: 0;
  }
  .recommended-hikes .map-embed {
    margin-top: 50px;
  }
  .accordion-table {
    display: table;
    table-layout: fixed;
    position: relative;
    width: calc(100% + 105px);
    left: -105px;
  }
  .accordion-table .row {
    display: table-row;
  }
  .accordion-table .row:nth-of-type(even) {
    background-color: #EBE7DD;
  }
  .accordion-table .row:nth-of-type(odd) {
    background-color: #fff;
  }
  .accordion-table .row.header {
    display: table-row;
    background-color: #284836;
    color: #FBF5E7;
    font-weight: 800;
    font-size: 22px;
  }
  .accordion-table .row.header .cell {
    display: table-cell;
  }
  .accordion-table .row.header .cell:before {
    display: none;
  }
  .accordion-table .row.header .cell[data-title=Name] {
    font-weight: 800;
    font-size: 22px;
    color: #FBF5E7;
  }
  .accordion-table .row .cell {
    display: table-cell;
    padding: 20px 30px;
    border-right: 3px solid #FBF5E7;
  }
  .accordion-table .row .cell:last-of-type {
    border-right: none;
  }
  .accordion-table .row .cell:before {
    display: none;
  }
  .accordion-table .row .cell[data-title=Name] {
    background-color: transparent;
    margin-top: 0;
    font-weight: normal;
    color: #000;
  }
  .accordion-table .row .cell:nth-of-type(odd) {
    background-color: transparent;
  }
  .accordion-table .row .cell:nth-of-type(even) {
    background-color: transparent;
  }
  .half-image-half-content h2 {
    margin: 0 0 45px;
  }
  .half-image-half-content .cell:last-of-type {
    padding: 92px;
  }
  .half-image-half-content .cont-wrap {
    max-width: 615px;
  }
  .half-content-half-form {
    padding: 90px 0;
  }
  .half-content-half-form .grid-x {
    align-items: center;
  }
  .half-content-half-form .cell:first-of-type {
    padding-right: 50px;
    margin-bottom: 0;
  }
  .half-content-half-form h2 {
    margin-bottom: 65px;
  }
  .hiking-guide {
    padding: 85px 0;
  }
  .hiking-guide.pbxtra {
    padding-bottom: 165px;
  }
  .hiking-guide .cont-wrap {
    max-width: 565px;
  }
  .intro-block {
    padding: 84px 0;
  }
  .text-and-image-v2 {
    padding: 84px 0;
  }
  .video-block {
    padding: 84px 0;
  }
  .stats-block {
    padding: 185px 0 215px;
  }
  .stats-block .stat {
    margin-bottom: 0;
  }
  .stats-block .num-wrap {
    font-size: 72px;
  }
  .stats-block .text {
    font-size: 26px;
    max-width: 250px;
    margin: 0 auto;
  }
  .stats-block .grid-x {
    justify-content: center;
  }
  ul.values-accordion .accordion-item.is-active .accordion-title {
    padding-top: 75px;
  }
  ul.values-accordion .accordion-item.is-active.first .accordion-title {
    padding-top: 50px;
  }
  ul.values-accordion .accordion-item .accordion-title {
    font-size: 38px;
  }
  ul.values-accordion .accordion-item .accordion-content .cell {
    position: relative;
    top: -95px;
    margin-bottom: -95px;
  }
  .values-block .h4 {
    margin-bottom: 75px;
  }
  .values-block .fact-section {
    padding: 75px 0 100px;
  }
  .lg-txt-cta-img {
    padding: 116px 0 123px;
  }
  .lg-txt-cta-img .grid-x {
    align-items: center;
  }
  .history-intro {
    background: linear-gradient(to bottom, #4E3525 0%, #4E3525 150px, #FBF5E7 150px, #FBF5E7 100%);
  }
  .history-intro.bg-green {
    background: linear-gradient(to bottom, #284836 0%, #284836 150px, #FBF5E7 150px, #FBF5E7 100%);
  }
  .history-intro .grid-container {
    margin-top: 150px;
  }
  .history-intro .vertical-line {
    height: 85%;
  }
  .history-intro .img-wrap {
    margin-bottom: 75px;
  }
  .history-intro .cell:last-of-type {
    top: -150px;
    margin-bottom: -150px;
  }
  .history-timeline ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .history-timeline .year-wrap {
    display: grid;
    grid-template-columns: 0.75fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 53px;
    grid-row-gap: 0;
  }
  .history-timeline {
    padding: 100px 0;
  }
  .history-timeline .grid-container {
    padding-top: 0;
  }
  .history-timeline .vertical-line {
    top: 105px;
    height: calc(100% - 105px);
  }
  .history-timeline .intro {
    font-size: 28px;
  }
  .history-timeline .date-range {
    font-size: 72px;
    left: -80px;
    margin-bottom: 25px;
  }
  .history-timeline .year-links a {
    font-size: 21px;
  }
  .history-timeline .small-2 {
    margin-top: 150px;
  }
  .history-timeline .year-section {
    padding-left: 65px;
  }
  .history-timeline .h4 {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .history-timeline .cont-wrap {
    margin-top: 50px;
  }
  .history-timeline .intro {
    margin-bottom: 100px;
  }
  .history-timeline .year-wrap {
    margin-bottom: 100px;
  }
  .history-timeline .vertical-text {
    top: -15px;
  }
  .team-grid {
    padding: 75px 0 175px;
  }
  .team-grid h2 {
    margin-bottom: 75px;
  }
  .team-grid h3 {
    font-size: 24px;
  }
  .team-grid p.title {
    font-size: 16px;
  }
  .team-member-lightbox {
    background: linear-gradient(to right, #284836 0%, #284836 25%, #FBF5E7 25%, #FBF5E7 100%);
    border: none;
    padding: 75px 50px;
  }
  .team-member-lightbox h1.wp-block-heading, .team-member-lightbox h2.wp-block-heading, .team-member-lightbox h3.wp-block-heading {
    font-size: 34px;
  }
  .team-member-lightbox .img-wrap {
    max-width: 430px;
  }
  .team-member-lightbox .email {
    margin-bottom: 75px;
  }
  .team-member-lightbox p.title {
    font-size: 26px;
  }
  .contact-offices {
    padding: 90px 0;
  }
  .contact-offices .large-3 {
    margin-bottom: 0;
  }
  .contact-offices .large-3 .cell,
  .contact-offices .large-9 .cell {
    margin-bottom: 0;
  }
  .contact-offices .large-9:before {
    transition-delay: 1s;
  }
  .contact-form-block {
    padding: 75px 0;
  }
  .contact-form-block .intro {
    margin-bottom: 50px;
  }
  .contact-form-block .intro p:last-of-type {
    margin-bottom: 0;
  }
  .donate-large {
    padding: 125px 0;
  }
  .donate-large h1 {
    font-size: 50px;
  }
  .donate-large .cont-wrap {
    padding: 50px;
  }
  .single-post .entry-header,
  .single-resource .entry-header {
    padding-bottom: 105px;
  }
  .single-post .entry-header h1, .single-post .entry-header h2,
  .single-resource .entry-header h1,
  .single-resource .entry-header h2 {
    margin-bottom: 40px;
  }
  .back-to-posts {
    margin-bottom: 75px;
  }
  .blog-hero-text {
    margin-top: 50px;
  }
  .entry-content {
    padding: 120px 0 50px;
  }
  .wp-block-quote {
    padding: 0 0 0 43px;
    margin: 50px 0;
    color: #231F20;
  }
  .wp-block-quote:before {
    margin-bottom: 50px;
  }
  .wp-block-quote:after {
    margin-top: 50px;
  }
  .featured-article {
    padding: 100px 0 50px;
  }
  .featured-article .grid-x {
    flex-direction: row-reverse;
  }
  .featured-article .img-wrap {
    aspect-ratio: unset;
    height: 100%;
    width: 100%;
  }
  .featured-article .cont-wrap {
    padding: 90px 55px;
  }
  .results {
    padding-bottom: 175px;
  }
  .wp-pagenavi {
    padding-top: 75px;
  }
  .sf-field-category select,
  .sf-field-taxonomy-event-category select,
  .sf-field-taxonomy-blog-type select,
  .sf-field-taxonomy-resource-topic select,
  .sf-field-taxonomy-resource-type select {
    height: 54px;
    border-radius: 16px;
    padding-left: 22px;
  }
  .post-filter.pt {
    padding-top: 100px;
  }
  .no-results {
    padding-bottom: 200px;
  }
  .error-404 {
    padding: 100px 0 150px;
  }
  .view-toggle {
    display: block;
    text-align: right;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.48px;
  }
  .view-toggle .grid-view {
    display: initial;
  }
  .view-toggle a {
    color: #000;
  }
  .view-toggle a:visited {
    color: #000;
  }
  .view-toggle a:hover {
    color: #E47325;
  }
  .view-toggle a.active {
    font-weight: bold;
  }
  .events-grid-list {
    padding: 80px 0 199px;
  }
  .events-grid-list .month {
    font-size: 18px;
  }
  .vert-date {
    font-size: 20px;
  }
  .vert-date .day {
    font-size: 76px;
  }
  .event-item {
    padding: 58px 0 135px;
  }
  .event-item .cat {
    font-size: 16px;
  }
  .event-item h3 {
    font-size: 26px;
    line-height: 37px;
  }
  .single-event .back-to-posts {
    margin-bottom: 55px;
  }
  .single-event .event-category {
    margin: 0 0 50px;
  }
  .single-event .h2 {
    margin: 0 0 50px;
  }
  .single-event .entry-content {
    padding: 100px 0 75px;
  }
  .event-hero {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 100%;
    position: relative;
  }
  .event-hero .cell.large-5 {
    padding: 50px 0 87px;
  }
  .event-hero .hero-bg-lrg {
    aspect-ratio: 840/696;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center center;
  }
  .event-form {
    padding: 80px 0 150px;
  }
  .event-form h2 {
    margin: 0 0 75px;
  }
  .resource-hero {
    padding: 120px 0 65px;
  }
  .resource-posts .results {
    padding-top: 25px;
  }
  .post-wrap .cont-wrap {
    padding: 40px 50px;
  }
  .resource-posts .post-wrap .arrow-btn {
    left: 49px;
  }
  .search-results .hentry.no-img {
    padding: 50px;
  }
  .search-results .hentry .large-8 {
    padding: 50px;
  }
  .search-results #primary {
    padding: 100px 0 150px;
  }
  .no-results {
    padding: 100px 0 150px;
  }
  .search-result-count {
    margin: 0 0 50px;
  }
  .backToTop:before {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
  }
  .backToTop .fa-solid {
    font-size: 55px;
  }
  .hero-slider-carousel .slick-slide {
    padding: 200px 0 75px;
  }
  .hero-slider-carousel .slick-next,
  .hero-slider-carousel .slick-prev {
    bottom: 50px;
  }
  .post-password-form {
    margin: 150px auto;
  }
}
@media only screen and (min-width: 1200px) {
  .simple-nav {
    height: 84px;
  }
  .simple-nav .custom-logo-link {
    max-height: 62px;
  }
  .simple-nav .custom-logo-link img {
    max-height: 62px;
  }
  .wwd-block .section-wrap {
    grid-column-gap: 80px;
  }
  .site-branding {
    background: rgba(251, 245, 231, 0.9);
    width: 100%;
    position: relative;
    z-index: 3;
  }
  .home-hero {
    position: relative;
    top: -84px;
    margin-bottom: -84px;
  }
  .home-hero .grid-container {
    padding-top: 270px;
    padding-bottom: 200px;
  }
  .co-carousel .slick-next {
    right: calc(50% - 600px);
  }
  .co-carousel .slick-prev {
    left: calc(50% - 580px);
  }
  .co-carousel-block {
    padding: 133px 0 113px;
  }
  .co-carousel-block .progress {
    max-width: 1024px;
  }
  .co-carousel-block .sr_only {
    max-width: 1024px;
  }
  .page-hero {
    padding: 350px 0 250px;
    position: relative;
    top: -84px;
    margin-bottom: -84px;
  }
  .page-hero.tall {
    padding: 350px 0 250px;
  }
  .video-block .play-button svg {
    width: 100px;
    height: 100px;
  }
  .link-cards .card {
    padding-bottom: 56px;
  }
  .link-cards .card .arrow-btn {
    left: 50px;
    bottom: 56px;
  }
  .link-cards .cont-wrap {
    padding: 57px 50px 35px;
  }
  .donate-large {
    padding-top: 209px;
    position: relative;
    top: -84px;
    margin-bottom: -84px;
  }
  .history-timeline ul.year-links {
    top: 75px !important;
  }
}
@media only screen and (min-width: 1290px) {
  .wwd-block h2 {
    max-width: 1220px;
  }
  .history-timeline .vertical-text {
    left: 10px;
  }
}
@media only screen and (min-width: 1366px) {
  .home-hero .grid-container {
    padding-top: 295px;
    padding-bottom: 295px;
  }
  .footer-logo {
    max-width: 163px;
  }
  .donate-small .cell:last-of-type {
    padding: 50px 20px 50px 50px;
  }
  .three-col-page-links .page-link-wrap a {
    padding: 400px 50px 30px;
  }
  .three-col-page-links h3 {
    max-width: 65%;
  }
  .tc-images-text {
    padding-top: 225px;
    background: linear-gradient(to bottom, #284836 0%, #284836 150px, #FBF5E7 150px, #FBF5E7 100%);
  }
  .tc-images-text .img-wrap {
    overflow: hidden;
  }
  .tc-images-text .img-wrap.right {
    top: -225px;
    margin-bottom: -225px;
  }
  .tc-images-text .img-wrap.left {
    max-width: calc(65% + 100px);
    left: -100px;
    margin-bottom: 30px;
  }
  .lg-text {
    padding-right: 75px;
  }
  .co-carousel-block .img-wrap {
    width: calc(100% + 58px);
    max-width: calc(100% + 58px);
    left: -58px;
  }
  .co-carousel-block .large-6:last-of-type {
    padding-left: 50px;
  }
  .co-carousel-block .cont-wrap {
    max-width: 600px;
  }
  .text-and-image-v2 .img-wrap {
    left: -58px;
    width: calc(100% + 58px);
    max-width: calc(100% + 58px);
  }
  .team-member-lightbox {
    padding: 100px 150px 100px 75px;
  }
  .team-member-lightbox .large-8 {
    padding-left: 50px;
  }
  .wp-block-embed.is-type-video {
    max-width: 1250px;
    width: 1250px;
    position: relative;
    left: -215px;
    margin: 65px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .home-hero .grid-container {
    padding-top: 400px;
    padding-bottom: 350px;
  }
  .half-image-half-content .cell:last-of-type {
    padding: 150px 95px;
  }
  .half-content-half-form .cell:first-of-type {
    padding-right: 100px;
  }
  .page-hero.tall {
    padding: 450px 0 350px;
  }
}
@media only screen and (min-width: 1920px) {
  .page-hero.tall {
    padding: 500px 0 400px;
  }
}
/*# sourceMappingURL=maps/style.css.map */
