@charset "UTF-8";
/*
	Theme Name: GTRLC 2015
	Theme URI: http://html5blank.com
	Description: GTRLC Theme
	Version: 1.7.1
	Author: Matthew Niedzielski (@mattnie)
	Author URI: http://lakeeffectassociates.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Clearfix https://css-tricks.com/snippets/css/clear-fix/*/
.group:before, .field-guides-container:before, .newsletter-signup-download .row:before,
.newsletter-signup-form .row:before, .current-initiatives .initiative .details:before, .news-wrapper.content article:before,
.group:after,
.field-guides-container:after,
.newsletter-signup-download .row:after,
.newsletter-signup-form .row:after,
.current-initiatives .initiative .details:after,
.news-wrapper.content article:after {
  content: "";
  display: table;
}

.group:after, .field-guides-container:after, .newsletter-signup-download .row:after,
.newsletter-signup-form .row:after, .current-initiatives .initiative .details:after, .news-wrapper.content article:after {
  clear: both;
}

.group, .field-guides-container, .newsletter-signup-download .row,
.newsletter-signup-form .row, .current-initiatives .initiative .details, .news-wrapper.content article {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation
*    change, without disabling
*    user zoom.
*/
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 */
[hidden] {
  display: none;
}

/**
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
*/
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
* Improve readability of focused elements when they are also in an
* active/hover state.
*/
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold;
}

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.6666666667em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  box-sizing: content-box;
  height: 0;
}

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
*/
input[type=search] {
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

svg:not(:root) {
  overflow: hidden;
}

/* Changing Susy default global settings */
h1 {
  font-family: "chaparral-pro", sans-serif;
  font-size: 42px;
  color: #3F4B00;
  line-height: 50px;
  font-weight: normal;
}

h2 {
  font-family: "chaparral-pro", sans-serif;
  font-size: 21px;
  color: #6D8D23;
  line-height: 25px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

h3 {
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 19px;
  color: #3F4B00;
  line-height: 21px;
  font-weight: 500;
  margin-bottom: 5px;
}

h3 + p {
  margin-top: 0;
}

/* Sub Head 1 */
h4 {
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 26px;
  color: #3F4B00;
  line-height: 30px;
  font-weight: 500;
}

/* Sub Head 2 */
h5 {
  font-family: "chaparral-pro", sans-serif;
  font-size: 30px;
  color: #3F4B00;
  line-height: 33px;
}

.callout {
  font-family: "chaparral-pro", sans-serif;
  font-size: 24px;
  color: #696A6C;
  line-height: 30px;
  font-style: italic;
}

p {
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 18px;
  color: #696A6C;
  line-height: 28px;
  font-weight: 400;
}
p.serif {
  font-family: "chaparral-pro", sans-serif;
  font-size: 20px;
  color: #4A4A4A;
  line-height: 27px;
}
p b {
  color: #69321E;
  font-weight: bold;
}

.callout p,
p.callout {
  font-size: 22px !important;
  color: #6D8D23 !important;
  font-style: italic !important;
  font-family: "chaparral-pro", sans-serif !important;
  line-height: 1.4em !important;
  margin: 1em 0;
}
.callout p + p,
p.callout + p {
  margin-top: 1em;
}

a {
  color: #69321E;
  cursor: pointer;
}

ul li,
ol li {
  margin: 8px 0;
}

.button {
  font-family: "franklin-gothic-urw", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 0 20px;
  border-radius: 2px;
  transition: ease 0.2s;
  -webkit-appearance: none;
  border: 2px solid #F89828;
  border-radius: 2px;
  background: transparent;
}
.button.orange {
  color: #F89828;
  border-color: #B56A13;
}
.button.blue {
  color: #396E8E;
  border-color: #124664;
}
.button.rust {
  color: #69321E;
  border-color: #451C0D;
}
.button.grey {
  color: #696A6C;
  border-color: #414244;
}
.button.green {
  color: #3F4B00;
  border-color: #3F4B00;
}
.button.inatgreen {
  background-color: #74ac00;
  border-color: #74ac00;
}
.button:hover {
  padding: 0 22px;
  border-left: 2px solid;
  border-right: 2px solid;
  background-color: #ff9921;
  border-color: #bf6b09;
  color: #fff;
}
.button:hover.blue {
  background-color: #2f7098;
  border-color: #0c486a;
}
.button:hover.rust {
  background-color: #702f17;
  border-color: #491a09;
}
.button:hover.grey {
  background-color: #5e6677;
  border-color: #3a404b;
}
.button:hover.green {
  background-color: #3f4b00;
  border-color: #3f4b00;
}
.button:hover.inatgreen {
  background-color: #74ac00;
  border-color: #74ac00;
}
.button.fill.green {
  color: #fff;
  background-color: #3F4B00;
}
.button.fill.green:hover {
  background-color: transparent;
  color: #3F4B00;
}
.button.fill.inatgreen {
  color: #fff;
  background-color: #74ac00;
}
.button.fill.inatgreen:hover {
  background-color: transparent;
  color: #74ac00;
}
.button.fill.orange {
  color: #fff;
  background-color: #F89828;
}
.button.fill.orange:hover {
  background-color: #ff9921;
  border-color: #bf6b09;
}

.lines-button {
  display: inline-block;
  margin: 0 1em;
  border: none;
  background: none;
  padding: 1rem 0.5rem;
  transition: 0.3s;
  cursor: pointer;
  user-select: none;
  border-radius: 0.2857142857rem;
  /* */
}
.lines-button span {
  display: block;
}
.lines-button:hover {
  opacity: 1;
}
.lines-button:active {
  transition: 0;
}

.lines {
  display: inline-block;
  width: 2rem;
  height: 0.2222222222rem;
  background: #fff;
  transition: 0.3s;
  position: relative;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 2rem;
  height: 0.2222222222rem;
  background: #fff;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: 0.1428571429rem center;
  transform-origin: 0.1428571429rem center;
}
.lines:before {
  top: 0.6666666667rem;
}
.lines:after {
  top: -0.6666666667rem;
}

.lines-button:hover .lines:before {
  top: 0.5714285714rem;
}
.lines-button:hover .lines:after {
  top: -0.5714285714rem;
}

.lines-button.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

.lines-button.x2 .lines {
  transition: background 0.3s 0.5s ease;
}
.lines-button.x2 .lines:before, .lines-button.x2 .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}

.lines-button.x2.close .lines {
  transition: background 0.3s 0s ease;
  background: transparent;
}
.lines-button.x2.close .lines:before, .lines-button.x2.close .lines:after {
  transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  top: 0;
  width: 2rem;
}
.lines-button.x2.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.site-header {
  background-color: rgba(63, 75, 0, 0.85);
  padding: 29px 0 22px;
  position: relative;
  z-index: 100;
}
.site-header .inside {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  position: relative;
}
.site-header .inside:after {
  content: " ";
  display: block;
  clear: both;
}
.site-header .lines-button {
  position: absolute;
  top: 0;
  left: 19px;
}
@media all and (min-width: 48.0625em) {
  .site-header .lines-button {
    display: none;
  }
}
.site-header .logo {
  text-align: center;
}
@media all and (min-width: 48.0625em) {
  .site-header .logo {
    text-align: left;
    float: left;
  }
}
.site-header .logo .gtrlc {
  display: inline-block;
  width: 107px;
  height: 36px;
  background-image: url(./assets/images/logos/gtrlc_logo_white.svg);
  background-size: 107px 36px;
}
.no-svg .site-header .logo .gtrlc {
  background-image: url(./assets/images/logos/gtrlc_logo_white.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .site-header .logo .gtrlc {
    background-image: url(./assets/images/logos/gtrlc_logo_white@2x.png);
  }
}
@media all and (min-width: 31.25em) and (max-width: 48em) {
  .site-header .logo .gtrlc {
    width: 130px;
    height: 45px;
    background-image: url("./assets/images/logos/gtrlc_logo_white.svg");
    background-size: 130px 45px;
  }
  .no-svg .site-header .logo .gtrlc {
    background-image: url("./assets/images/logos/gtrlc_logo_white_desktop.png");
  }
}
@media only screen and (min-width: 31.25em) and (max-width: 48em) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 31.25em) and (max-width: 48em) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 31.25em) and (max-width: 48em) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 31.25em) and (max-width: 48em) and (min-device-pixel-ratio: 1.5) {
  .no-svg .site-header .logo .gtrlc {
    background-image: url("./assets/images/logos/gtrlc_logo_white_desktop@2x.png");
  }
}
@media all and (min-width: 48.0625em) {
  .site-header .logo .gtrlc {
    width: 183px;
    height: 63px;
    background-image: url("./assets/images/logos/gtrlc_logo_white.svg");
    background-size: 183px 63px;
  }
  .no-svg .site-header .logo .gtrlc {
    background-image: url("./assets/images/logos/gtrlc_logo_white_desktop.png");
  }
}
@media only screen and (min-width: 48.0625em) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 48.0625em) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 48.0625em) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 48.0625em) and (min-device-pixel-ratio: 1.5) {
  .no-svg .site-header .logo .gtrlc {
    background-image: url("./assets/images/logos/gtrlc_logo_white_desktop@2x.png");
  }
}
.site-header .logo .gtrlc span {
  display: none;
}
@media all and (min-width: 48.0625em) and (max-width: 62.4375em) {
  .site-header {
    padding-bottom: 50px;
  }
}
.site-header .site-navigation {
  display: none;
}
.site-header .site-navigation.open {
  display: block;
}
@media all and (min-width: 48.0625em) {
  .site-header .site-navigation {
    display: block;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media all and (min-width: 62.5em) {
  .site-header .site-navigation {
    display: block;
    bottom: 7px;
    float: left;
    left: 60px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    z-index: 1;
  }
}
@media all and (max-width: 48em) {
  .site-header .site-navigation.open {
    position: absolute;
    width: 100%;
    left: 0;
    top: 66px;
    background-color: #6D8D23;
    padding: 25px;
  }
}
.site-header .util {
  display: none;
  position: relative;
  float: right;
  text-align: center;
  z-index: 10;
  position: relative;
}
@media all and (min-width: 31.25em) and (max-width: 48em) {
  .site-header .util {
    display: block;
    position: absolute;
    right: 19px;
    top: -35px;
  }
  .site-header .util .contact {
    display: none;
  }
}
@media all and (min-width: 48.0625em) {
  .site-header .util {
    display: block;
  }
}
@media all and (min-width: 48.0625em) and (max-width: 62.4375em) {
  .site-header .util {
    margin-top: -15px;
  }
}
.site-header .util .contact {
  color: #F89828;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  transition: ease 0.2s all;
}
.site-header .util .contact:hover {
  color: #69321E;
}
.site-header .util .donate {
  margin-top: 10px;
}
.site-header .mobile-menu {
  margin-top: 80px;
  text-align: center;
}
@media all and (min-width: 48.0625em) {
  .site-header .mobile-menu {
    display: none;
  }
}
.site-header .mobile-menu .support {
  display: inline-block;
  color: #F89828;
  font-family: "chaparral-pro", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 36px;
  border: 1px solid #F89828;
  padding: 0 12px;
}
.site-header .mobile-menu address.vcard {
  margin-top: 20px;
  text-transform: none;
}
.site-header .mobile-menu address.vcard .phone,
.site-header .mobile-menu address.vcard .email {
  display: none;
}
.site-header .mobile-menu .social {
  margin: 20px auto;
}
.site-header .mobile-menu .accredited {
  display: inline-block;
  width: 51px;
  height: 46px;
  background-image: url(./assets/images/logos/accredited_logo.svg);
  background-size: 51px 46px;
}
.no-svg .site-header .mobile-menu .accredited {
  background-image: url(./assets/images/logos/accredited_logo.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .site-header .mobile-menu .accredited {
    background-image: url(./assets/images/logos/accredited_logo@2x.png);
  }
}
.site-header .mobile-menu .accredited span {
  display: none;
}

.site-footer {
  clear: both;
  background-color: #DBD7BD;
}
.site-footer .inside {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
}
.site-footer .inside:after {
  content: " ";
  display: block;
  clear: both;
}
.site-footer .logos {
  text-align: center;
  margin-bottom: 25px;
}
.site-footer .logos .gtrlc {
  margin-right: 30px;
}
.site-footer .social {
  margin-top: 25px;
}
@media all and (min-width: 48.0625em) {
  .site-footer .address {
    float: left;
    width: 30%;
    float: left;
    margin-right: 5%;
    padding-left: 10px;
  }
  .site-footer .logos {
    float: left;
    width: 30%;
    float: right;
    margin-right: 0;
    text-align: right;
    padding-right: 10px;
  }
  .site-footer .social {
    margin: 0;
    width: 30%;
    float: left;
    margin-right: 5%;
  }
  .site-footer .social p {
    margin: 0 0 15px;
    color: #3F4B00;
    font-size: 14px;
    line-height: 1.2em;
  }
}
.site-footer .accredited {
  display: inline-block;
  width: 51px;
  height: 46px;
  background-image: url(./assets/images/logos/accredited_logo.svg);
  background-size: 51px 46px;
}
.no-svg .site-footer .accredited {
  background-image: url(./assets/images/logos/accredited_logo.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .site-footer .accredited {
    background-image: url(./assets/images/logos/accredited_logo@2x.png);
  }
}
@media all and (min-width: 48.0625em) {
  .site-footer .accredited {
    width: 102px;
    height: 92px;
    background-image: url("./assets/images/logos/accredited_logo.svg");
    background-size: 102px 92px;
  }
  .no-svg .site-footer .accredited {
    background-image: url("./assets/images/logos/accredited_logo@2x.png");
  }
}
@media only screen and (min-width: 48.0625em) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 48.0625em) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 48.0625em) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 48.0625em) and (min-device-pixel-ratio: 1.5) {
  .no-svg .site-footer .accredited {
    background-image: url("./assets/images/logos/accredited_logo@3x.png");
  }
}
.site-footer .accredited span {
  display: none;
}
.site-footer .gtrlc {
  display: inline-block;
  width: 107px;
  height: 37px;
  background-image: url(./assets/images/logos/gtrlc_logo_green.svg);
  background-size: 107px 37px;
}
.no-svg .site-footer .gtrlc {
  background-image: url(./assets/images/logos/gtrlc_logo_green.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .site-footer .gtrlc {
    background-image: url(./assets/images/logos/gtrlc_logo_green@2x.png);
  }
}
.site-footer .gtrlc span {
  display: none;
}
@media all and (min-width: 48.0625em) {
  .site-footer .gtrlc {
    display: none;
  }
}

address.vcard {
  text-align: center;
  font-family: "chaparral-pro", sans-serif;
  color: #3F4B00;
  font-style: normal;
  font-size: 13px;
  line-height: 19px;
}
@media all and (min-width: 48.0625em) {
  address.vcard {
    text-align: left;
  }
}
address.vcard a {
  color: #3F4B00;
}
address.vcard .org {
  font-weight: bold;
  text-decoration: none;
}
address.vcard .phone {
  display: block;
  margin-top: 10px;
}
address.vcard .adr {
  display: block;
}
address.vcard .adr .line {
  display: block;
}
address.vcard .hours {
  display: block;
  margin-top: 10px;
}
@media all and (min-width: 48.0625em) {
  address.vcard .email {
    display: none;
  }
}

.social {
  text-align: center;
}
.social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social li {
  display: inline-block;
}
.social a {
  display: inline-block;
  width: fit-content !important;
  height: 30px;
  transition: ease 0.2s;
}
.social a:hover {
  opacity: 0.8;
}

.site-navigation {
  font-family: "chaparral-pro", sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
.site-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-navigation a {
  color: #3F4B00;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 500;
  text-decoration: none;
}
@media all and (max-width: 48em) {
  .site-navigation > ul > li > a:before {
    content: "+ ";
    font-weight: bold;
    font-size: 1.1em;
  }
  .site-navigation > ul > li > a.open {
    color: #fff;
  }
  .site-navigation > ul > li > a.open:before {
    content: "- ";
    font-weight: bold;
    font-size: 1.1em;
  }
  .site-navigation > ul > li.current-menu-parent a {
    color: #fff;
  }
  .site-navigation > ul > li ul {
    display: none;
  }
  .site-navigation > ul > li .open + ul {
    display: block;
    margin-left: 20px;
  }
  .site-navigation > ul > li .open + ul .current-menu-item a {
    color: #3F4B00;
    font-weight: 600;
  }
  .site-navigation > ul > li .open + ul a {
    color: #fff;
    text-transform: none;
    font-family: "chaparral-pro", sans-serif;
    font-weight: 500;
  }
  .site-navigation > ul > li .open + ul a.active, .site-navigation > ul > li .open + ul a:hover {
    color: #3F4B00;
    font-weight: 600;
  }
}
@media all and (min-width: 48.0625em) {
  .site-navigation {
    text-align: center;
  }
  .site-navigation a {
    font-family: "chaparral-pro", sans-serif;
    color: #fff;
    font-weight: 600;
  }
  .site-navigation > ul > li {
    display: inline-block;
    margin: 0 8px;
    position: relative;
  }
  .site-navigation > ul > li > a {
    cursor: pointer;
  }
  .site-navigation > ul > li.current-menu-parent > a, .site-navigation > ul > li.open > a {
    color: #DBD7BD;
  }
  .site-navigation > ul > li.open ul {
    display: block;
  }
  .site-navigation > ul > li ul {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    text-align: left;
    width: 200px;
  }
  .site-navigation > ul > li ul li {
    margin: 5px 0;
    padding: 10px 10px 8px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .site-navigation > ul > li ul .current-menu-item a {
    color: #3F4B00;
    font-weight: 600;
    border-bottom: 2px solid #3F4B00;
  }
  .site-navigation > ul > li ul a {
    text-transform: none;
    text-decoration: none;
    color: #6D8D23;
    display: block;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    line-height: 1em;
  }
  .site-navigation > ul > li ul a:hover, .site-navigation > ul > li ul a.active {
    color: #3F4B00;
    font-weight: 600;
    border-bottom: 2px solid #3F4B00;
  }
}
@media all and (min-width: 48.0625em) and (max-width: 51.9375em) {
  .site-navigation a {
    font-size: 15px;
  }
}

.module {
  margin-bottom: 1.5em;
}

.image-text-split .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px 0;
}
@media all and (min-width: 48em) {
  .image-text-split .row:nth-child(odd) .image {
    order: 2;
  }
  .image-text-split .row:nth-child(odd) .text {
    order: 1;
  }
}
.image-text-split .row .image,
.image-text-split .row .text {
  width: 100%;
  margin-top: 15px;
}
@media all and (min-width: 48em) {
  .image-text-split .row .image,
  .image-text-split .row .text {
    margin-top: 0px;
    width: 49.5%;
  }
}
.image-text-split .row .text {
  display: flex;
  align-items: center;
}
.image-text-split .row .text .content {
  max-width: 95%;
}
@media all and (min-width: 62.5em) {
  .image-text-split .row .text .content {
    max-width: 85%;
  }
}
.image-text-split .row .image img {
  display: block;
  width: 100%;
  height: auto;
}
.image-text-split p {
  color: #3F4B00;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  margin-top: 0;
}
.image-text-split a {
  color: #F89828;
  font-size: 20px;
  font-weight: 400;
  font-family: "chaparral-pro", sans-serif;
}
.image-text-split a:hover, .image-text-split a:focus {
  text-decoration: none;
}
@media all and (min-width: 62.5em) {
  .image-text-split p,
  .image-text-split a {
    font-size: 25px;
    font-weight: 500;
  }
}

.accordion .accordion__heading {
  border-color: #6D8D23;
  border-width: 2px;
  border-radius: 3px;
}
.accordion .accordion__trigger {
  color: #3F4B00;
  font-size: 21px;
  background-color: transparent;
}
.accordion .accordion__trigger::after {
  border-top-color: #3F4B00;
}
.accordion .accordion__trigger:hover, .accordion .accordion__trigger:focus {
  background-color: #6D8D23;
  color: #fff;
}
.accordion .accordion__trigger[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #6D8D23;
  color: #fff;
}
.accordion .accordion__panel {
  border-style: solid;
  border-color: #6D8D23;
  border-width: 2px;
  border-radius: 3px;
  margin-top: -2px;
  background-color: #fff;
  margin-bottom: 20px;
}
.accordion .accordion__panel[aria-hidden=false] {
  padding-top: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

html {
  background-image: url("./assets/images/paper-15.jpg");
}

body {
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 18px;
  color: #696A6C;
  line-height: 28px;
  font-weight: 400;
}

.skip-to-content-link {
  background: #e77e23;
  height: 30px;
  left: 50%;
  top: 0;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  line-height: 1em;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
}

.main {
  position: relative;
}
.main .header-image {
  position: relative;
  z-index: 10;
  margin-top: -94px;
  overflow: hidden;
  max-height: 580px;
}
.main .header-image.short {
  max-height: 350px;
}
.main .header-image.short img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  min-height: 200px;
}
@media all and (min-width: 48.0625em) {
  .main .header-image.short img {
    min-height: 280px;
  }
}
.main .header-image.short h1 {
  font-family: "franklin-gothic-urw", sans-serif;
  top: 55%;
}
@media all and (min-width: 21.875em) {
  .main .header-image.short h1 {
    top: 65%;
  }
}
@media all and (min-width: 62.5em) {
  .main .header-image.short h1 {
    top: 50%;
    font-size: 55px;
  }
}
.main .header-image.donation-form {
  max-height: 500px;
}
@media all and (min-width: 31.25em) and (max-width: 48em) {
  .main .header-image {
    margin-top: -100px;
  }
}
@media all and (min-width: 48.0625em) and (max-width: 62.4375em) {
  .main .header-image {
    top: -150px;
    margin-top: 0;
    margin-bottom: -150px;
  }
}
@media all and (min-width: 62.5em) {
  .main .header-image {
    top: -130px;
    margin-top: 0;
    margin-bottom: -130px;
  }
}
@media all and (min-width: 86.875em) {
  .main .header-image img {
    margin-top: -100px;
  }
}
.main .header-image h1 {
  position: absolute;
  width: 95%;
  top: 46%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-style: italic;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 600;
  text-shadow: 3px 3px 2px rgba(50, 50, 50, 0.7);
}
@media all and (min-width: 48.0625em) {
  .main .header-image h1 {
    top: 50%;
    font-size: 32px;
  }
}
@media all and (min-width: 56.25em) {
  .main .header-image h1 {
    font-size: 47px;
    top: 48%;
  }
}
@media all and (min-width: 62.5em) {
  .main .header-image h1 {
    top: 41%;
    font-size: 55px;
  }
}
@media all and (min-width: 68.4375em) {
  .main .header-image h1 {
    font-size: 60px;
  }
}
.main .content {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.main .content:after {
  content: " ";
  display: block;
  clear: both;
}
.main .content.new {
  max-width: 1240px;
}
.main.two-columns {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.main.two-columns:after {
  content: " ";
  display: block;
  clear: both;
}
@media all and (min-width: 48.0625em) {
  .main.two-columns .content {
    width: 74.6987951807%;
    float: left;
    margin-right: 1.2048192771%;
  }
}
.main.two-columns .sidebar {
  padding: 0 10px;
}
@media all and (min-width: 48.0625em) {
  .main.two-columns .sidebar {
    width: 15.6626506024%;
    float: right;
    margin-right: 0;
  }
}

picture {
  width: 100%;
  height: auto;
}
picture img {
  display: block;
  width: 100%;
  height: auto;
}

.page-header h1 {
  margin-bottom: 0;
}
.page-header h1 + p {
  margin-top: 10px;
}
.page-header p {
  font-size: 26px;
  color: #6D8D23;
  font-style: italic;
  font-family: "chaparral-pro", sans-serif;
}

.archive .page-header h1 {
  margin: 20px 0;
}

.page-header.split {
  position: relative;
  z-index: 50;
}
.page-header.split .title-box {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 20px;
  background-color: #3F4B00;
  margin-top: -50px;
}
@media all and (min-width: 31.25em) {
  .page-header.split .title-box {
    width: 40%;
    float: left;
  }
}
.page-header.split .title-box h1 {
  color: #fff;
  font-size: 34px;
  line-height: 1em;
}
.page-header.split .title-box p {
  color: #fff;
  font-size: 19px;
  line-height: 1em;
  font-style: normal;
  font-family: "franklin-gothic-urw", sans-serif;
}
.page-header.split .introduction {
  margin-top: 20px;
  border-top: 2px solid #3F4B00;
}
@media all and (min-width: 31.25em) {
  .page-header.split .introduction {
    width: 50%;
    float: right;
    margin-right: 0;
    margin-right: 7%;
  }
}
.page-header.split .introduction p {
  font-size: 18px;
  color: #4A4A4A;
  font-family: "franklin-gothic-urw", sans-serif;
  font-style: normal;
}
.page-header.split .secondary {
  margin-top: 20px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
@media all and (min-width: 31.25em) {
  .page-header.split .secondary {
    width: 40%;
    float: left;
  }
}
@media all and (min-width: 48.0625em) {
  .page-header.split .secondary {
    width: 30%;
    float: left;
    margin-left: 10%;
  }
}
.page-header.split .secondary img {
  display: block;
  width: 100%;
  height: auto;
}

.home .header-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 750px;
  background: #45562a;
  background: url(/wp-content/uploads/2019/09/WilsonOrchard_Farmland_OMP_Aerial_NoahJurik_2018-2.jpg);
  background-size: cover;
  background-position: 50% 34%;
  padding: 0 20px;
}
.home .header-image h3 {
  font-family: "sofia-pro", sans-serif;
  color: white;
  font-size: 30px;
  margin: 0;
  padding: 10px;
  text-align: center;
}
@media (min-width: 68.4375em) {
  .home .header-image h3 {
    font-size: 49px;
  }
}
@media (max-width: 38.4375em) {
  .home .header-image h3 i {
    line-height: 1.25em;
    display: block;
  }
}
.home .header-image p {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  max-width: 630px;
  text-align: center;
}
@media (min-width: 600px) {
  .home .header-image p {
    font-size: 25px;
  }
}
@media (min-width: 68.4375em) {
  .home .header-image p {
    margin: 29px 0 50px;
  }
}

.block1 {
  position: relative;
  z-index: 20;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.block1:after {
  content: " ";
  display: block;
  clear: both;
}
@media all and (min-width: 48.0625em) {
  .block1 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .block1:after {
    content: " ";
    display: block;
    clear: both;
  }
}
.block1 .text-1 {
  margin-top: -25px;
}
.block1 .text-1 .wrap {
  padding: 15px;
  color: #dbd7bd;
  background-color: #3F4B00;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.block1 .text-1 h2 {
  color: #dbd7bd;
  margin: 0px;
}
.block1 .text-1 p {
  color: #dbd7bd;
  margin-top: 0;
}
@media all and (min-width: 48.0625em) {
  .block1 .text-1 {
    width: 50%;
    float: left;
    padding-right: 10px;
    margin-top: -80px;
  }
  .block1 .text-1 .wrap {
    width: 95%;
    float: right;
    padding: 26px 17px 20px 30px;
  }
  .block1 .text-1 h2 {
    margin: 10px 0;
  }
  .block1 .text-1 .donate {
    display: block;
    margin-top: -15px;
    float: right;
  }
}
@media all and (min-width: 55em) {
  .block1 .text-1 {
    margin-top: -110px;
  }
}
@media all and (min-width: 48.0625em) {
  .block1 .text-1.campaign {
    margin-top: -40px;
  }
}
@media all and (min-width: 55em) {
  .block1 .text-1.campaign {
    margin-top: -70px;
  }
}
@media all and (max-width: 48em) {
  .block1 .text-2 {
    margin-top: 40px;
  }
}
.block1 .text-2 .wrap hr {
  height: 3px;
  width: 98%;
  border: none;
  background-color: #3F4B00;
  margin: 20px 0 10px;
}
.block1 .text-2 .wrap p {
  clear: both;
  color: #37393A;
  text-transform: uppercase;
  margin-top: 0;
}
@media all and (min-width: 48.0625em) {
  .block1 .text-2 {
    padding-left: 10px;
    width: 50%;
    float: right;
    margin-right: 0;
  }
}
.block1 .text-3 {
  margin-top: 20px;
}
.block1 .text-3 .wrap {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
}
.block1 .text-3 .wrap img {
  display: block;
  width: 100%;
  height: auto;
}
@media all and (min-width: 48.0625em) {
  .block1 .text-3 {
    padding-left: 10px;
    width: 50%;
    float: right;
    margin-right: 0;
    clear: right;
  }
  .block1 .text-3 .wrap {
    width: 95%;
  }
}
@media all and (max-width: 48em) {
  .block1 .text-4 {
    margin-top: 40px;
    padding: 0 12px;
  }
  .block1 .text-4 .wrap {
    width: 90%;
    margin: 0 auto;
  }
  .block1 .text-4 .wrap div {
    margin: 0 auto;
  }
}
@media all and (min-width: 48.0625em) {
  .block1 .text-4 {
    padding-right: 10px;
    width: 50%;
    float: left;
    margin-top: 20px;
  }
  .block1 .text-4 .wrap {
    width: 80%;
    float: right;
    padding: 26px 25px 26px 25px;
    background-color: #fff;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
@media all and (min-width: 55em) {
  .block1 .text-4 {
    margin-top: -10px;
  }
}
.block1 .text-5 {
  display: none;
  padding-left: 10px;
  width: 50%;
  float: right;
  margin-right: 0;
  margin-top: 28px;
}
.block1 .text-5 .wrap {
  padding: 26px 26px 10px 26px;
  color: #fff;
  background-color: #3F4B00;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
  width: 72%;
}
.block1 .text-5 h1 {
  color: #fff;
  font-size: 74px;
  margin: 0;
}
.block1 .text-5 p {
  color: #6D8D23;
  margin: 1em 0;
  font-size: 19px;
  font-style: italic;
  font-weight: 300;
}

.image-header2 {
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  max-height: 700px;
}
@media all and (min-width: 48.0625em) {
  .image-header2 {
    margin-top: -40px;
    float: left;
  }
}
@media all and (min-width: 86.875em) {
  .image-header2 > img {
    margin-top: -100px;
  }
}

.block2 {
  position: relative;
  z-index: 30;
  clear: both;
  margin-bottom: 50px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.block2:after {
  content: " ";
  display: block;
  clear: both;
}
@media all and (min-width: 48.0625em) {
  .block2 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .block2:after {
    content: " ";
    display: block;
    clear: both;
  }
}
.block2 .text-1 {
  margin-top: 20px;
}
.block2 .text-1 .wrap {
  padding: 20px 20px 100px;
  background-color: #3F4B00;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  text-align: center;
}
.block2 .text-1 h2 {
  color: #fff;
  margin: 0.7em 5%;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 18px;
  text-align: left;
  text-transform: none;
}
.block2 .text-1 input {
  background-color: #DBD7BD;
  color: #3F4B00;
  padding: 5px;
  border: none;
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 20px;
  width: 90%;
}
.block2 .text-1 .btn.secondary {
  background-color: #6D8D23;
  color: #3F4B00;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 500;
  vertical-align: baseline;
  margin-top: 2px;
  width: 20%;
  min-width: 100px;
  float: right;
  border: none;
  margin-right: 5%;
}
@media all and (min-width: 48.0625em) {
  .block2 .text-1 {
    padding-right: 10px;
    width: 50%;
    float: left;
    margin-top: -34px;
  }
}
.block2 .text-2 {
  margin-top: 22px;
  color: #fff;
}
.block2 .text-2 .wrap {
  overflow: hidden;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.block2 .text-2 img {
  display: block;
  width: 100%;
}
@media all and (min-width: 48.0625em) {
  .block2 .text-2 {
    padding-left: 10px;
    width: 50%;
    float: right;
    margin-right: 0;
    margin-top: 22px;
  }
  .block2 .text-2 .wrap {
    width: 90%;
  }
  .block2 .text-2 p {
    display: block;
  }
}
@media all and (min-width: 62.5em) {
  .block2 .text-2 p {
    font-size: 122px;
    line-height: 1em;
  }
  .block2 .text-2 p span {
    font-size: 26px;
    width: 200px;
  }
}
.block2 .text-3 {
  margin-top: 28px;
  clear: left;
}
.block2 .text-3 .wrap {
  color: #fff;
  background-color: #3F4B00;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
  overflow: hidden;
}
.block2 .text-3 img {
  display: block;
  width: 100%;
}
@media all and (min-width: 48.0625em) {
  .block2 .text-3 {
    padding-right: 10px;
    width: 50%;
    float: left;
  }
  .block2 .text-3 .wrap {
    width: 85%;
    float: right;
  }
}
.block2 .text-4 {
  margin-top: 28px;
  text-align: center;
}
.block2 .text-4 .wrap {
  overflow: hidden;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  min-height: 230px;
  background-color: #6D8D23;
  padding: 50px 0 0;
}
.block2 .text-4 p {
  margin: 10px 10px 0;
  font-size: 29px;
  color: #DBD7BD;
}
.block2 .text-4 a {
  text-decoration: none;
  color: #DBD7BD;
}
@media all and (min-width: 48.0625em) {
  .block2 .text-4 {
    padding-left: 10px;
    width: 50%;
    float: right;
    margin-right: 0;
  }
  .block2 .text-4 .wrap {
    width: 60%;
  }
}
.image-header2 {
  position: relative;
}
.image-header2 .foot {
  text-align: center;
  position: absolute;
  bottom: 20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #fff;
  opacity: 0.5;
  font-family: "chaparral-pro", sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  display: block;
  display: none;
}
@media all and (min-width: 40.625em) {
  .image-header2 .foot {
    bottom: 50px;
  }
}
@media all and (min-width: 28.125em) {
  .image-header2 .foot {
    display: block;
  }
}

.by_the_numbers {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.by_the_numbers .foot {
  bottom: 150px;
}
.by_the_numbers .bx-pager {
  display: none;
}
.by_the_numbers .bx-controls-direction .bx-next,
.by_the_numbers .bx-controls-direction .bx-prev {
  display: block;
  height: 62px;
  width: 36px;
  text-indent: -999em;
  top: 50%;
  transform: translateY(-50%);
}
.by_the_numbers .bx-controls-direction .bx-next {
  position: absolute;
  right: 5px;
  background-image: url("./assets/images/icn_right_arrow_numbers.png");
}
@media all and (min-width: 31.25em) {
  .by_the_numbers .bx-controls-direction .bx-next {
    right: 15px;
  }
}
.by_the_numbers .bx-controls-direction .bx-prev {
  position: absolute;
  left: 5px;
  background-image: url("./assets/images/icn_left_arrow_numbers.png");
}
@media all and (min-width: 31.25em) {
  .by_the_numbers .bx-controls-direction .bx-prev {
    left: 15px;
  }
}
.by_the_numbers .bx-wrapper,
.by_the_numbers .bx-viewport,
.by_the_numbers .bx-viewport li {
  height: 100% !important;
}
.by_the_numbers .bx-viewport li .wrap {
  margin: 50% auto 0;
  transform: translateY(-50%);
}
@media all and (min-width: 40.625em) {
  .by_the_numbers .bx-viewport li .wrap {
    margin: 30% auto 0;
  }
}
@media all and (min-width: 81.25em) {
  .by_the_numbers .bx-viewport li .wrap {
    margin: 22% auto 0;
  }
}
@media all and (min-width: 93.75em) {
  .by_the_numbers .bx-viewport li .wrap {
    margin: 18% auto 0;
  }
}
.by_the_numbers ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}
.by_the_numbers li {
  margin: 0;
}
.by_the_numbers li .wrap {
  width: 80%;
  max-width: 630px;
  margin: 0 auto;
  text-align: center;
}
.by_the_numbers p {
  margin: 20px 0 0;
  color: #fff;
  font-size: 2.167em;
  font-family: "chaparral-pro", sans-serif;
  line-height: 1em;
}
.by_the_numbers span {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.795em;
  display: block;
  line-height: 1em;
}
.by_the_numbers span b {
  color: #fff;
  font-size: 1.257em;
}
@media all and (max-width: 40.5625em) {
  .by_the_numbers p {
    font-size: 1.889em;
  }
  .by_the_numbers span {
    font-size: 1.618em;
  }
}
@media all and (max-width: 30.5625em) {
  .by_the_numbers p {
    font-size: 1.589em;
  }
  .by_the_numbers span {
    font-size: 1.318em;
  }
}
.by_the_numbers .cta {
  text-align: center;
}
.by_the_numbers .cta h3 {
  font-size: 98px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  font-family: "chaparral-pro", sans-serif;
  line-height: 1em;
}
@media all and (max-width: 30.5625em) {
  .by_the_numbers .cta h3 {
    font-size: 60px;
  }
}
.by_the_numbers .cta p {
  font-size: 34px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media all and (max-width: 30.5625em) {
  .by_the_numbers .cta p {
    font-size: 28px;
  }
}

.stats-section {
  background: url(/wp-content/uploads/2019/09/WilsonOrchard_Farmland_OMP_Aerial_NoahJurik_2018-2.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
}

.stats-box {
  background: #3F4B00;
  margin: 100px;
  position: relative;
}

.stats-row img {
  max-width: 59px;
  margin-right: 10px;
}

.stats-content {
  display: flex;
  justify-content: space-between;
  padding: 26px 26px 31px;
}

.stats-row p, .stats-row h6 {
  color: white;
  display: flex;
  align-items: center;
  margin: 0;
}

.stats-box > h3, .stats-box > p {
  color: white;
  text-align: center;
  margin: 10px auto;
}

.stats-box > h3 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 2px;
}

.stats-box > p {
  font-family: "chaparral-pro", sans-serif;
  font-size: 19px;
  line-height: 28px;
}

.stats-extra {
  border: 1px solid #F89828;
  display: flex;
  justify-content: center;
  padding: 10px 10px 10px 20px;
}

.stats-extra-box {
  display: flex;
  align-items: center;
  width: 50%;
  justify-content: center;
}

.stats-extra-box img {
  width: 37px;
  height: auto;
  margin-right: 15px;
}

.stats-extra-box > div {
  margin-right: 15px;
  align-self: flex-start;
}

.stats-box {
  padding: 30px 30px;
}
.stats-box h3 {
  margin-top: 0;
}
.stats-box .primary-stats {
  display: flex;
  flex-wrap: wrap;
  max-width: 550px;
  margin: 0 auto;
}
.stats-box .primary-stats .stats-primary-box {
  width: 100%;
  margin: 20px auto;
  display: flex;
  justify-content: center;
}
@media all and (min-width: 48.0625em) {
  .stats-box .primary-stats .stats-primary-box {
    width: 50%;
    margin: 50px auto;
  }
}
.stats-box .primary-stats .stats-primary-box .image img {
  width: 100%;
  max-height: 100px;
}
.stats-box .primary-stats .stats-primary-box .text {
  margin-left: 20px;
}
.stats-box .primary-stats .stats-primary-box p {
  font-weight: bold;
  color: #fff;
  line-height: 1em;
  margin: 10px 0;
}
.stats-box .primary-stats .stats-primary-box .stats-number {
  font-size: 45px;
  margin: 0;
}
.stats-box .subtitle {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}
.stats-box .stats-extra {
  display: block;
  display: flex;
  margin: 0 auto;
  max-width: 550px;
  padding: 20px 30px;
  flex-wrap: wrap;
  text-decoration: none;
}
.stats-box .stats-extra:hover, .stats-box .stats-extra:focus {
  background-color: #F89828;
}
.stats-box .stats-extra .stats-extra-box {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media all and (min-width: 48.0625em) {
  .stats-box .stats-extra .stats-extra-box {
    width: 50%;
  }
}
.stats-box .stats-extra img {
  width: 60px;
  height: auto;
}
.stats-box .stats-extra .text {
  width: 60%;
}
.stats-box .stats-extra-number {
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  margin: 0;
}
.stats-box .stats-extra-text {
  font-size: 17px;
  color: #fff;
  margin: 0;
}

.news-header {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  margin-top: 60px;
  padding: 0 10px;
}
.news-header:after {
  content: " ";
  display: block;
  clear: both;
}
.news-header h1 {
  font-size: 26px;
  font-family: "franklin-gothic-urw", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.1em;
  color: #4A4A4A;
}
.news-header p {
  font-family: "chaparral-pro", sans-serif;
  font-size: 20px;
  line-height: 1.3em;
  margin: 1em 0;
}

.news-wrapper.content {
  padding: 0;
}
.news-wrapper.content article {
  margin-bottom: 50px;
  padding: 0 10px;
}
.news-wrapper.content article h2,
.news-wrapper.content article h2 a {
  color: #69321E;
  text-decoration: none;
  font-size: 28px;
  line-height: 1em;
  margin: 0;
  font-family: "chaparral-pro", sans-serif;
  font-weight: normal;
  text-transform: none;
}
.news-wrapper.content article .date {
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 16px;
  color: #616161;
  font-style: italic;
}
.news-wrapper.content article p,
.news-wrapper.content article .category {
  font-size: 16px;
}
.news-wrapper.content article .post-thumb {
  text-decoration: none;
}
@media all and (min-width: 48.0625em) {
  .news-wrapper.content article .post-thumb {
    float: left;
    max-width: 397px;
    margin-right: 22px;
  }
}
.news-wrapper.content article .post-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.single .news-wrapper h1 {
  margin-top: 0;
  margin-bottom: 0;
  color: #69321E;
}

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

.widget_archive h3,
.widget_categories h3 {
  color: #4A4A4A;
  text-transform: uppercase;
}
.widget_archive ul,
.widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_archive ul ul,
.widget_categories ul ul {
  margin-left: 12px;
}
.widget_archive ul ul li,
.widget_categories ul ul li {
  margin: 5px 0;
}
.widget_archive ul ul a,
.widget_categories ul ul a {
  font-size: 16px;
}
.widget_archive a,
.widget_categories a {
  text-decoration: none;
}
.widget_archive a:hover, .widget_archive a:focus,
.widget_categories a:hover,
.widget_categories a:focus {
  text-decoration: underline;
}

.baw_widgetarchives_widget_class h3 {
  margin-bottom: 0;
  color: #4A4A4A;
  text-transform: uppercase;
}
.baw_widgetarchives_widget_class ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.baw_widgetarchives_widget_class ul ul a {
  font-size: 16px;
}
.baw_widgetarchives_widget_class ul ul li {
  margin: 5px 0;
}
.baw_widgetarchives_widget_class .baw-year a {
  text-decoration: none;
}
.baw_widgetarchives_widget_class .baw-months {
  margin-left: 25px;
}

.pagination {
  padding-left: 10px;
  padding-bottom: 15px;
}

.postheader {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.postheader:after {
  content: " ";
  display: block;
  clear: both;
}
.postheader .image {
  max-height: 690px;
  overflow: hidden;
}
.postheader img {
  width: 100%;
  height: auto;
}
.postheader .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.postheader .embed-container iframe,
.postheader .embed-container object,
.postheader .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.postheader .back-to-blog {
  margin-top: 20px;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  color: #4A4A4A;
}
.postheader .back-to-blog:hover, .postheader .back-to-blog:focus {
  color: #69321E;
  text-decoration: underline;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: left;
  font-size: 18px;
  background: #fff;
  width: 80%;
  max-height: 347px;
  max-width: 500px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
@media all and (min-width: 48.0625em) {
  .swiper-slide {
    width: 52%;
  }
}
.swiper-slide .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px 20px;
  color: #fff;
}
.swiper-slide .text .category {
  text-transform: uppercase;
  font-size: 18px;
}
.swiper-slide .text h2 {
  color: #fff;
  font-weight: normal;
  font-size: 35px;
  margin: 15px 0 0;
  line-height: 1em;
  text-transform: none;
}
.swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper-slide .placeholder {
  background-color: #3F4B00;
  width: 100%;
  height: 100%;
  text-align: center;
}

.publication-button {
  margin: 20px 0;
  background-color: #69321E;
  color: #fff;
  border: 1px solid #69321E;
  height: 41px;
  font-size: 18px;
  line-height: 40px;
  text-decoration: none;
  display: inline-block;
  padding: 0 10px;
}
.publication-button:hover {
  color: #69321E;
  background-color: #fff;
}

@media all and (min-width: 34.375em) {
  .staff-members .staff-member,
  .staff-ameri .staff-member {
    width: 46.1538461538%;
    float: left;
  }
  .staff-members .staff-member:nth-child(2n+1),
  .staff-ameri .staff-member:nth-child(2n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .staff-members .staff-member:nth-child(2n+2),
  .staff-ameri .staff-member:nth-child(2n+2) {
    margin-left: 53.8461538462%;
    margin-right: -100%;
    clear: none;
  }
}
@media all and (min-width: 48.0625em) {
  .staff-members .staff-member,
  .staff-ameri .staff-member {
    width: 30%;
    float: left;
  }
  .staff-members .staff-member:nth-child(3n+1),
  .staff-ameri .staff-member:nth-child(3n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .staff-members .staff-member:nth-child(3n+2),
  .staff-ameri .staff-member:nth-child(3n+2) {
    margin-left: 35%;
    margin-right: -100%;
    clear: none;
  }
  .staff-members .staff-member:nth-child(3n+3),
  .staff-ameri .staff-member:nth-child(3n+3) {
    margin-left: 70%;
    margin-right: -100%;
    clear: none;
  }
}
@media all and (min-width: 62.5em) {
  .staff-members .staff-member,
  .staff-ameri .staff-member {
    width: 24.0963855422%;
    float: left;
  }
  .staff-members .staff-member:nth-child(4n+1),
  .staff-ameri .staff-member:nth-child(4n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .staff-members .staff-member:nth-child(4n+2),
  .staff-ameri .staff-member:nth-child(4n+2) {
    margin-left: 25.3012048193%;
    margin-right: -100%;
    clear: none;
  }
  .staff-members .staff-member:nth-child(4n+3),
  .staff-ameri .staff-member:nth-child(4n+3) {
    margin-left: 50.6024096386%;
    margin-right: -100%;
    clear: none;
  }
  .staff-members .staff-member:nth-child(4n+4),
  .staff-ameri .staff-member:nth-child(4n+4) {
    margin-left: 75.9036144578%;
    margin-right: -100%;
    clear: none;
  }
}
.staff-members .staff-member .image,
.staff-ameri .staff-member .image {
  position: relative;
  margin: 10px 0;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
}
.staff-members .staff-member .image:nth-child(even),
.staff-ameri .staff-member .image:nth-child(even) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.staff-members .staff-member .image:nth-child(odd),
.staff-ameri .staff-member .image:nth-child(odd) {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.staff-members .staff-member .image:hover:after,
.staff-ameri .staff-member .image:hover:after {
  background-color: rgba(0, 0, 0, 0);
}
.staff-members .staff-member .image:after,
.staff-ameri .staff-member .image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.55);
  transition: all ease 0.3s;
  z-index: 5;
}
.staff-members .staff-member .image .staff-picture,
.staff-ameri .staff-member .image .staff-picture {
  width: 100%;
  height: auto;
  display: block;
}
.staff-members .staff-member .image .staff-title,
.staff-ameri .staff-member .image .staff-title {
  position: absolute;
  top: 5px;
  left: 15px;
  width: 95%;
  z-index: 20;
}
.staff-members .staff-member .image .staff-title h4,
.staff-ameri .staff-member .image .staff-title h4 {
  color: #fff;
  font-size: 22px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin: 0;
  font-family: "chaparral-pro", sans-serif;
  line-height: 1em;
}
.staff-members .staff-member .image .staff-title h5,
.staff-ameri .staff-member .image .staff-title h5 {
  color: #fff;
  font-size: 12px;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400;
  margin: 5px 0 0;
  text-transform: uppercase;
  line-height: 1em;
}
.staff-members .staff-member .description,
.staff-ameri .staff-member .description {
  display: none;
}
.staff-members .staff-member .og-details,
.staff-ameri .staff-member .og-details {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.staff-members .staff-member .og-details:after,
.staff-ameri .staff-member .og-details:after {
  content: " ";
  display: block;
  clear: both;
}
@media all and (min-width: 48.0625em) {
  .staff-members .staff-member .og-details .header,
  .staff-ameri .staff-member .og-details .header {
    width: 24.0963855422%;
    float: left;
    margin-right: 1.2048192771%;
  }
}
.staff-members .staff-member .og-details .header h4,
.staff-ameri .staff-member .og-details .header h4 {
  font-size: 40px;
  font-family: "chaparral-pro", sans-serif;
  margin: 25px 0 0;
}
.staff-members .staff-member .og-details .header h5,
.staff-ameri .staff-member .og-details .header h5 {
  font-size: 19px;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: normal;
  color: #6D8D23;
  text-transform: uppercase;
  margin: 5px 0;
}
@media all and (min-width: 48.0625em) {
  .staff-members .staff-member .og-details .text,
  .staff-ameri .staff-member .og-details .text {
    width: 74.6987951807%;
    float: right;
    margin-right: 0;
  }
}
.staff-members .staff-member.og-expanded .image:after,
.staff-ameri .staff-member.og-expanded .image:after {
  background-color: rgba(0, 0, 0, 0);
}
.staff-members .staff-member .og-expander,
.staff-ameri .staff-member .og-expander {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  margin: 10px auto 0 auto;
  width: 100%;
  text-align: left;
  height: 0;
  overflow: hidden;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.staff-members .staff-member .og-expander:after,
.staff-ameri .staff-member .og-expander:after {
  content: " ";
  display: block;
  clear: both;
}
.staff-members .staff-member .og-expander-inner,
.staff-ameri .staff-member .og-expander-inner {
  padding: 5px 30px 20px;
}
.staff-members .staff-member .og-close,
.staff-ameri .staff-member .og-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -6px;
  right: 20px;
  cursor: pointer;
}
.staff-members .staff-member .og-close::before,
.staff-members .staff-member .og-close::after,
.staff-ameri .staff-member .og-close::before,
.staff-ameri .staff-member .og-close::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  background: #888;
  transform: rotate(45deg);
}
.staff-members .staff-member .og-close::after,
.staff-ameri .staff-member .og-close::after {
  transform: rotate(-45deg);
}
.staff-members .staff-member .og-close:hover::before,
.staff-members .staff-member .og-close:hover::after,
.staff-ameri .staff-member .og-close:hover::before,
.staff-ameri .staff-member .og-close:hover::after {
  background: #333;
}
.staff-members .staff-member .og-loading,
.staff-ameri .staff-member .og-loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ddd;
  box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  animation: loader 0.5s infinite ease-in-out both;
}
@keyframes loader {
  0% {
    background: #ddd;
  }
  33% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
  }
  66% {
    background: #ccc;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
  }
}

.staff-acord h2 button.accordion__trigger {
  text-transform: uppercase;
  color: #6D8D23;
}

.landscript-editions .edition {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.landscript-editions .edition:after {
  content: " ";
  display: block;
  clear: both;
}
.landscript-editions .edition .image {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}
@media all and (min-width: 34.375em) {
  .landscript-editions .edition .image {
    width: 23%;
    float: left;
  }
}
.landscript-editions .edition .image img {
  display: block;
}
.landscript-editions .edition .edition-detail {
  padding-top: 15px;
}
.landscript-editions .edition .edition-detail a span {
  display: none;
}
@media all and (min-width: 34.375em) {
  .landscript-editions .edition .edition-detail {
    width: 60%;
    float: right;
    margin-right: 0;
    margin-right: 10%;
  }
  .landscript-editions .edition .edition-detail a span {
    display: inline;
  }
}
@media all and (min-width: 48.0625em) {
  .landscript-editions .edition .edition-detail {
    padding-top: 55px;
  }
}
.landscript-editions .edition .edition-detail h4 {
  margin: 0;
}

.contactus .row {
  display: grid;
  grid-template-columns: 1fr;
}
.contactus .row .contact {
  order: -1;
}
.contactus .row .contact-form__list {
  order: -2;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .contactus .row {
    place-items: center;
    grid-template-columns: 1fr 2fr;
  }
  .contactus .row .contact {
    order: 1;
    width: 80%;
  }
  .contactus .row .contact-form__list {
    order: 2;
    margin-bottom: 0;
  }
}
@media all and (min-width: 48.0625em) {
  .contactus .contact {
    width: 40%;
    float: left;
    margin-right: 1.2048192771%;
  }
  .contactus .map {
    width: 55%;
    float: right;
    margin-right: 0;
  }
  .contactus .map .acf-map {
    width: 100%;
    height: 415px;
  }
  .contactus .send-us-a-message {
    clear: both;
    width: 40%;
    float: left;
    margin-right: 1.2048192771%;
  }
  .contactus .keep-in-touch {
    width: 55%;
    float: right;
    margin-right: 0;
  }
}
.contactus .acf-map {
  width: 90%;
  margin: 0 auto;
  height: 350px;
}

.hp-wrap {
  display: none;
}

#ninja_forms_form_1_all_fields_wrap label,
#contact_support_newsletter label {
  display: block;
}

.keep-in-touch input {
  background-color: #fff;
  color: #3F4B00;
  padding: 5px;
  border: none;
  border-radius: 0;
  margin-bottom: 10px;
  font-size: 20px;
  width: 90%;
}
.keep-in-touch .btn.secondary {
  background-color: #6D8D23;
  color: #3F4B00;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 500;
  vertical-align: baseline;
  margin-top: 2px;
  width: 20%;
  min-width: 100px;
  float: right;
  border: none;
  margin-right: 5%;
}
.contact-form__list {
  max-width: 100%;
}
.contact-form__list .contact-form__list-container {
  margin: auto;
  max-width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .contact-form__list .contact-form__list-container {
    max-width: 768px;
  }
}
.contact-form__list .contact-form__list-container .contact-form__list-container__row {
  display: grid;
  gap: 2rem 1rem;
  grid-template-columns: 1fr;
  text-align: center;
}
@media screen and (min-width: 499px) {
  .contact-form__list .contact-form__list-container .contact-form__list-container__row {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 968px) {
  .contact-form__list .contact-form__list-container .contact-form__list-container__row {
    grid-template-columns: auto auto auto;
    grid-template-rows: auto;
  }
}
.contact-form__list .contact-form__list-container .contact-form__list-container__row a.col-4 {
  aspect-ratio: 4/3;
  background: #6D8D23;
  border-radius: 1rem;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  display: grid;
  margin: auto;
  max-width: 200px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 1rem;
  place-items: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
.contact-form__list .contact-form__list-container .contact-form__list-container__row a.col-4:hover, .contact-form__list .contact-form__list-container .contact-form__list-container__row a.col-4:active {
  box-shadow: 0 0 20px -10px #000;
  -webkit-transform: translate3d(0, -0.2rem, 0) scale(1.01);
  -moz-transform: translate3d(0, -0.2rem, 0) scale(1.01);
  transform: translate3d(0, -0.2rem, 0) scale(1.01);
}
.contact-form__list .contact-form__list-container .contact-form__list-container__row a.col-4:focus, .contact-form__list .contact-form__list-container .contact-form__list-container__row a.col-4:focus-within {
  outline: 1px dotted #3F4B00;
}

.trail_alert {
  padding: 5px 10px;
  color: #fff;
  background-color: #ff7900;
  margin-top: 20px;
  line-height: 1.3em;
}
.trail_alert .title {
  font-weight: bold;
  font-size: 1.1em;
}

.preserve-wrap {
  margin-top: 70px;
}

@media all and (min-width: 48.0625em) {
  .preserve-left {
    width: 40%;
    float: left;
  }
}
.preserve-left .page-header {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 20px;
  background-color: #3F4B00;
  margin-bottom: 20px;
}
.preserve-left .page-header h1 {
  color: #fff;
  font-size: 34px;
  line-height: 1.2em;
  margin-top: 0px;
  font-family: "chaparral-pro", sans-serif;
  padding-right: 35px;
}
.preserve-left .page-header p {
  color: #fff;
  font-size: 19px;
  line-height: 1em;
  font-style: normal;
  font-family: "franklin-gothic-urw", sans-serif;
  color: #fff;
  font-style: normal;
}
.preserve-left .page-header p b {
  font-family: "franklin-gothic-urw", sans-serif;
  color: #DBD7BD;
  font-weight: normal;
}
.preserve-left .page-header.gtrlc-property {
  padding-bottom: 45px;
  background-repeat: no-repeat;
  background-image: url(./assets/images/logos/gtrlc_icon.svg);
  background-size: 41px 42px;
}
.no-svg .preserve-left .page-header.gtrlc-property {
  background-image: url(./assets/images/logos/gtrlc_icon.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .preserve-left .page-header.gtrlc-property {
    background-image: url(./assets/images/logos/gtrlc_icon@2x.png);
  }
}
.preserve-left .page-header.naturepreserve {
  background-repeat: no-repeat;
  background-position: 97% 14%;
  background-image: url("./assets/images/Preserve-Icon.png");
  background-size: 40px;
}
.preserve-left .page-header.naturalarea {
  background-repeat: no-repeat;
  background-position: 97% 14%;
  background-image: url("./assets/images/NaturalArea-Icon.png");
  background-size: 40px;
}
.preserve-left .page-header.sanctuary {
  background-repeat: no-repeat;
  background-position: 97% 14%;
  background-image: url("./assets/images/Sanctuary-Icon.png");
  background-size: 40px;
}
.preserve-left .page-header.ecoforest {
  background-repeat: no-repeat;
  background-position: 97% 14%;
  background-image: url("./assets/images/EcoForest-Icon.png");
  background-size: 40px;
}
.preserve-left .page-header .activities-title {
  color: #fff;
  font-weight: normal;
  margin: 0;
  line-height: 1em;
  font-size: 15px;
}
.preserve-left .page-header .preserve-icons {
  margin-top: 0;
}
.preserve-left .page-header .links-list a {
  color: #fff;
  text-decoration: none;
}
.preserve-left .page-header .links-list a:hover, .preserve-left .page-header .links-list a:focus {
  text-decoration: underline;
}
.preserve-left .page-header .links-list > div {
  margin-bottom: 4px;
}
.preserve-left .page-header .links-list .maps-links {
  margin-bottom: 12px;
}
.preserve-left .page-header .links-list img {
  max-width: 22px;
  max-height: 22px;
  vertical-align: middle;
  margin-right: 10px;
}
.preserve-left .property-type {
  padding-left: 40px;
  background-position: top left;
  background-size: 30px;
  background-repeat: no-repeat;
}
.preserve-left .property-type img {
  width: 40px;
  height: auto;
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
  display: block;
  display: none;
}
.preserve-left .property-type h4 {
  color: #fff;
  margin: 15px 0 0;
  font-size: 18px;
  line-height: 1.5em;
}
.preserve-left .property-type p {
  margin: 0;
  font-size: 15px;
  line-height: 1.25em;
}
.preserve-left .property-type.naturepreserve {
  background-image: url("./assets/images/Preserve-Icon.png");
}
.preserve-left .property-type.naturalarea {
  background-image: url("./assets/images/NaturalArea-Icon.png");
}
.preserve-left .property-type.sanctuary {
  background-image: url("./assets/images/Sanctuary-Icon.png");
}
.preserve-left .property-type.ecoforest {
  background-image: url("./assets/images/EcoForest-Icon.png");
}
.preserve-left .button {
  text-align: center;
  width: 100%;
  display: block;
}
.preserve-left .inaturalist {
  margin-top: 25px;
  display: block;
  border: 2px solid #74ac00;
  padding: 10px 10px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom: none;
  text-align: center;
  text-decoration: none;
}
.preserve-left .inaturalist:hover, .preserve-left .inaturalist:focus {
  background-color: #6D8D23;
}
.preserve-left .inaturalist:hover p,
.preserve-left .inaturalist:hover h3, .preserve-left .inaturalist:focus p,
.preserve-left .inaturalist:focus h3 {
  color: #fff;
}
.preserve-left .inaturalist img {
  margin: 0 auto;
}
.preserve-left .inaturalist h3 {
  font-family: "franklin-gothic-urw", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  color: #74ac00;
}
.preserve-left .inaturalist p {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.3em;
  text-align: center;
}
.preserve-left .inaturalist p a {
  text-decoration: underline;
}
.preserve-left .inaturalist p a:hover, .preserve-left .inaturalist p a:focus {
  font-style: italic;
}
.preserve-left .modal p {
  font-size: 16px;
}
.preserve-left .gallery {
  margin-top: 20px;
  margin-bottom: 20px;
}
.preserve-left .gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.preserve-left .gallery li {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
  width: 22.2222222222%;
  float: left;
}
.preserve-left .gallery li:nth-child(even) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.preserve-left .gallery li:nth-child(odd) {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.preserve-left .gallery li:nth-child(4n+1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.preserve-left .gallery li:nth-child(4n+2) {
  margin-left: 25.9259259259%;
  margin-right: -100%;
  clear: none;
}
.preserve-left .gallery li:nth-child(4n+3) {
  margin-left: 51.8518518519%;
  margin-right: -100%;
  clear: none;
}
.preserve-left .gallery li:nth-child(4n+4) {
  margin-left: 77.7777777778%;
  margin-right: -100%;
  clear: none;
}
.preserve-left .gallery li img {
  display: block;
  width: 100%;
  height: auto;
}
.preserve-left .traillist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.preserve-left .traillist li {
  color: #3F4B00;
  padding-left: 20px;
  background-image: url(./assets/images/location_pin.svg);
  background-size: 18px 24px;
  background-repeat: no-repeat;
  background-position: top left;
  margin-bottom: 15px;
}
.no-svg .preserve-left .traillist li {
  background-image: url(./assets/images/location_pin.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .preserve-left .traillist li {
    background-image: url(./assets/images/location_pin@2x.png);
  }
}
.preserve-left .traillist .title {
  font-size: 24px;
  margin-right: 5px;
  display: block;
}
.preserve-left .traillist .title a {
  color: #3F4B00;
  text-decoration: none;
}
.preserve-left .traillist .miles {
  font-weight: bold;
}
@media all and (min-width: 48.0625em) {
  .preserve-right {
    width: 60%;
    float: right;
    margin-right: 0;
    padding-left: 42px;
  }
}
.preserve-right article {
  margin-top: 20px;
  border-top: 2px solid #3F4B00;
}

.preserve-trail-map {
  margin-top: 25px;
}
.preserve-trail-map .acf-map {
  width: 100%;
  height: 400px;
}

#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar, #swipebox-bottom-bar.visible-bars {
  transform: translate3d(0, -50px, 0);
}

.give-embed-form-wrapper.modal {
  display: block;
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 744px;
  max-height: 100vh;
  width: 85vw;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
.modal__container iframe {
  border: none;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 1rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.gm-style-iw a {
  display: inline-block;
  font-size: 15px;
  line-height: 1em;
  max-width: 178px;
  text-decoration: none;
}

.trails-preserves .one-half h3 {
  margin: 0;
}
.trails-preserves .one-half p {
  margin-top: 5px;
}
.trails-preserves .gtrlc-icon-p {
  line-height: 1em;
}
.trails-preserves .gtrlc-icon {
  float: left;
  margin-right: 10px;
}
@media all and (min-width: 48.0625em) {
  .trails-preserves .one-half {
    width: 46.1538461538%;
    float: left;
    margin-right: 7.6923076923%;
  }
  .trails-preserves .one-half.last {
    width: 46.1538461538%;
    float: right;
    margin-right: 0;
  }
}

.preserve-display .preserve-map {
  display: block;
}
.preserve-display .preserve-list {
  display: none;
}
.preserve-display.list-view .preserve-filters {
  background-color: #3F4B00;
}
.preserve-display.list-view .preserve-map {
  display: none;
}
.preserve-display.list-view .preserve-list {
  display: block;
}
.preserve-display .buttons {
  text-align: right;
}
.preserve-display .buttons a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 5px 20px 5px 35px;
  border-left: 4px solid;
  border-right: 4px solid;
  border-top-right-radius: 5px 10px;
  border-top-left-radius: 5px 10px;
  transition: ease 0.2s;
}
.preserve-display .buttons a:hover {
  padding: 5px 22px 5px 37px;
  border-left: 2px solid;
  border-right: 2px solid;
}
.preserve-display .buttons a.map {
  background-color: #6D8D23;
  border-color: #293101;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-image: url(./assets/images/icn_map_view.svg);
  background-size: 16px 21px;
}
.no-svg .preserve-display .buttons a.map {
  background-image: url(./assets/images/icn_map_view.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .preserve-display .buttons a.map {
    background-image: url(./assets/images/icn_map_view@2x.png);
  }
}
.preserve-display .buttons a.map:hover {
  background-color: #70961a;
  border-color: #2a3200;
}
.preserve-display .buttons a.list {
  background-color: #3F4B00;
  border-color: #50661D;
  background-position: 5px center;
  background-repeat: no-repeat;
  background-image: url(./assets/images/icn_list_view.svg);
  background-size: 23px 21px;
}
.no-svg .preserve-display .buttons a.list {
  background-image: url(./assets/images/icn_list_view.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .preserve-display .buttons a.list {
    background-image: url(./assets/images/icn_list_view@2x.png);
  }
}
.preserve-display .buttons a.list:hover {
  background-color: #3f4b00;
  border-color: #536d16;
}

.preserve-filters {
  height: 80px;
  background-color: #6D8D23;
  padding: 25px 0;
}
.preserve-filters select {
  float: right;
  margin-right: 10px;
}

.preserve-map {
  width: 100%;
  height: 400px;
}
@media all and (min-width: 48.0625em) {
  .preserve-map {
    height: 600px;
  }
}
@media all and (min-width: 62.5em) {
  .preserve-map {
    height: 800px;
  }
}

.prop-type-header {
  margin-bottom: 10px;
  padding: 15px;
  background-color: #fff;
  border-top: 5px solid #3F4B00;
}
@media all and (min-width: 48.0625em) {
  .prop-type-header {
    display: flex;
  }
}
.prop-type-header .icon-wrapper {
  width: 1fr;
  max-width: 70px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.prop-type-header .icon-wrapper img {
  max-width: 100%;
}
.prop-type-header .text-wrapper {
  width: 1fr;
}
@media all and (min-width: 48.0625em) {
  .prop-type-header .text-wrapper {
    padding-left: 20px;
  }
}
.prop-type-header h3 {
  font-size: 21px;
  font-weight: bold;
  font-family: "chaparral-pro", sans-serif;
  color: #3F4B00;
}

.preserve-list {
  background-color: #3F4B00;
  padding: 10px;
}
.preserve-list .preserve {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.preserve-list .preserve:after {
  content: " ";
  display: block;
  clear: both;
}
.preserve-list .preserve .image {
  width: 90%;
  margin: 0 auto;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}
.preserve-list .preserve .image img {
  display: block;
}
.preserve-list .preserve .preserve-detail {
  position: relative;
  color: #fff;
  padding-top: 45px;
}
@media all and (min-width: 34.375em) {
  .preserve-list .preserve .preserve-detail {
    width: 60%;
    float: right;
    margin-right: 0;
    margin-right: 10%;
  }
}
@media all and (min-width: 48.0625em) {
  .preserve-list .preserve .preserve-detail {
    padding-top: 55px;
  }
}
.preserve-list .preserve .preserve-detail h4,
.preserve-list .preserve .preserve-detail h4 a {
  font-family: "chaparral-pro", sans-serif;
  color: #fff;
  margin: 0;
  text-decoration: none;
}
.preserve-list .preserve .preserve-detail h4 {
  padding-right: 35px;
}
.preserve-list .preserve .preserve-detail p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.preserve-list .preserve .preserve-detail b {
  color: #fff;
  color: #DBD7BD;
  font-weight: normal;
}
.preserve-list .preserve .property-type {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
}
.preserve-list .preserve .property-type.naturepreserve {
  background-repeat: no-repeat;
  background-image: url("./assets/images/Preserve-Icon.png");
  background-size: 40px;
}
.preserve-list .preserve .property-type.naturalarea {
  background-repeat: no-repeat;
  background-image: url("./assets/images/NaturalArea-Icon.png");
  background-size: 40px;
}
.preserve-list .preserve .property-type.sanctuary {
  background-repeat: no-repeat;
  background-image: url("./assets/images/Sanctuary-Icon.png");
  background-size: 40px;
}
.preserve-list .preserve .property-type.ecoforest {
  background-repeat: no-repeat;
  background-image: url("./assets/images/EcoForest-Icon.png");
  background-size: 40px;
}
.preserve-list .preserve.gtrlc-property .preserve-detail {
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url(./assets/images/logos/gtrlc_icon.svg);
  background-size: 41px 42px;
}
.no-svg .preserve-list .preserve.gtrlc-property .preserve-detail {
  background-image: url(./assets/images/logos/gtrlc_icon.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .preserve-list .preserve.gtrlc-property .preserve-detail {
    background-image: url(./assets/images/logos/gtrlc_icon@2x.png);
  }
}

.preserve-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}
.preserve-icons li {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.preserve-icons li:last-child {
  margin-right: 0;
}
.preserve-icons li.birding {
  background-image: url(./assets/images/activity-icons/White_Birding.svg);
  background-size: 40px 40px;
}
.no-svg .preserve-icons li.birding {
  background-image: url(./assets/images/activity-icons/White_Birding.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .preserve-icons li.birding {
    background-image: url(./assets/images/activity-icons/White_Birding@2x.png);
  }
}
.preserve-icons li.fishing {
  background-image: url(./assets/images/activity-icons/White_Fishing.svg);
  background-size: 40px 40px;
}
.no-svg .preserve-icons li.fishing {
  background-image: url(./assets/images/activity-icons/White_Fishing.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .preserve-icons li.fishing {
    background-image: url(./assets/images/activity-icons/White_Fishing@2x.png);
  }
}
.preserve-icons li.hiking {
  background-image: url(./assets/images/activity-icons/White_Hiking.svg);
  background-size: 40px 40px;
}
.no-svg .preserve-icons li.hiking {
  background-image: url(./assets/images/activity-icons/White_Hiking.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .preserve-icons li.hiking {
    background-image: url(./assets/images/activity-icons/White_Hiking@2x.png);
  }
}
.preserve-icons li.hunting {
  background-image: url(./assets/images/activity-icons/White_Hunting.svg);
  background-size: 40px 40px;
}
.no-svg .preserve-icons li.hunting {
  background-image: url(./assets/images/activity-icons/White_Hunting.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .preserve-icons li.hunting {
    background-image: url(./assets/images/activity-icons/White_Hunting@2x.png);
  }
}
.preserve-icons li.boating {
  background-image: url(./assets/images/activity-icons/White_Kayaking.svg);
  background-size: 40px 40px;
}
.no-svg .preserve-icons li.boating {
  background-image: url(./assets/images/activity-icons/White_Kayaking.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .preserve-icons li.boating {
    background-image: url(./assets/images/activity-icons/White_Kayaking@2x.png);
  }
}
.preserve-icons li.biking {
  background-image: url(./assets/images/activity-icons/White_Biking.svg);
  background-size: 40px 40px;
}
.no-svg .preserve-icons li.biking {
  background-image: url(./assets/images/activity-icons/White_Biking.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .preserve-icons li.biking {
    background-image: url(./assets/images/activity-icons/White_Biking@2x.png);
  }
}
.preserve-icons li.parking {
  background-image: url(./assets/images/activity-icons/White_Parking.svg);
  background-size: 40px 40px;
}
.no-svg .preserve-icons li.parking {
  background-image: url(./assets/images/activity-icons/White_Parking.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .preserve-icons li.parking {
    background-image: url(./assets/images/activity-icons/White_Parking@2x.png);
  }
}
.preserve-icons li.sanctuary {
  background-image: url(./assets/images/activity-icons/White_Sanctuary.svg);
  background-size: 40px 40px;
}
.no-svg .preserve-icons li.sanctuary {
  background-image: url(./assets/images/activity-icons/White_Sanctuary.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .preserve-icons li.sanctuary {
    background-image: url(./assets/images/activity-icons/White_Sanctuary@2x.png);
  }
}
.preserve-icons li.scenic {
  background-image: url(./assets/images/activity-icons/White_Scenic.svg);
  background-size: 40px 40px;
}
.no-svg .preserve-icons li.scenic {
  background-image: url(./assets/images/activity-icons/White_Scenic.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .preserve-icons li.scenic {
    background-image: url(./assets/images/activity-icons/White_Scenic@2x.png);
  }
}
.preserve-icons li.winter {
  background-image: url(./assets/images/activity-icons/White_Winter.svg);
  background-size: 40px 40px;
}
.no-svg .preserve-icons li.winter {
  background-image: url(./assets/images/activity-icons/White_Winter.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .preserve-icons li.winter {
    background-image: url(./assets/images/activity-icons/White_Winter@2x.png);
  }
}
.preserve-icons li.swimming {
  background-image: url(./assets/images/activity-icons/White_Swimming.svg);
  background-size: 40px 40px;
}
.no-svg .preserve-icons li.swimming {
  background-image: url(./assets/images/activity-icons/White_Swimming.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .preserve-icons li.swimming {
    background-image: url(./assets/images/activity-icons/White_Swimming@2x.png);
  }
}
.preserve-icons li.running {
  background-image: url(./assets/images/activity-icons/White_Running.svg);
  background-size: 40px 40px;
}
.no-svg .preserve-icons li.running {
  background-image: url(./assets/images/activity-icons/White_Running.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .preserve-icons li.running {
    background-image: url(./assets/images/activity-icons/White_Running@2x.png);
  }
}
.preserve-icons li.universal {
  background-image: url(./assets/images/activity-icons/White_Universal.svg);
  background-size: 40px 40px;
}
.no-svg .preserve-icons li.universal {
  background-image: url(./assets/images/activity-icons/White_Universal.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .preserve-icons li.universal {
    background-image: url(./assets/images/activity-icons/White_Universal@2x.png);
  }
}

.current-initiatives .initiative {
  clear: both;
  margin-bottom: 35px;
}
.current-initiatives .initiative .image {
  margin-bottom: 20px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
  cursor: pointer;
}
@media all and (min-width: 31.25em) {
  .current-initiatives .initiative .image {
    max-width: 45%;
    float: right;
    margin-left: 20px;
  }
}
.current-initiatives .initiative .image img {
  display: block;
  width: 100%;
  height: auto;
}
.current-initiatives .initiative .specifics {
  position: relative;
  border-top: 2px solid #6D8D23;
}
.current-initiatives .initiative .specifics h4 {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #6D8D23;
}
.current-initiatives .initiative .details {
  clear: both;
  margin-bottom: 60px;
}
.current-initiatives .initiative .details p {
  margin-top: 10px;
}

.map-downloads .edition {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.map-downloads .edition:after {
  content: " ";
  display: block;
  clear: both;
}
.map-downloads .edition .image {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}
@media all and (min-width: 34.375em) {
  .map-downloads .edition .image {
    width: 23%;
    float: left;
  }
}
.map-downloads .edition .image img {
  display: block;
}
.map-downloads .edition .edition-detail {
  padding-top: 40px;
}
.map-downloads .edition .edition-detail p {
  margin: 5px 0 10px;
}
.map-downloads .edition .edition-detail a span {
  display: none;
}
@media all and (min-width: 34.375em) {
  .map-downloads .edition .edition-detail {
    width: 60%;
    float: right;
    margin-right: 0;
    margin-right: 10%;
  }
  .map-downloads .edition .edition-detail a span {
    display: inline;
  }
}
.map-downloads .edition .edition-detail h4 {
  margin: 0;
}
.map-downloads .gtrlc-property .edition-detail {
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url(./assets/images/logos/gtrlc_icon_green.svg);
  background-size: 31px 31px;
}
.no-svg .map-downloads .gtrlc-property .edition-detail {
  background-image: url(./assets/images/logos/gtrlc_icon_green.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .map-downloads .gtrlc-property .edition-detail {
    background-image: url(./assets/images/logos/gtrlc_icon_green@2x.png);
  }
}

.donate-intro p {
  color: #6D8D23;
  font-size: 1.2em;
}

.donate-button {
  background-image: url("./assets/images/donation_banner_v2.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  min-height: 130px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2em;
  padding-left: 257px;
  padding-top: 32px;
  font-family: "chaparral-pro", sans-serif;
  text-decoration: none;
}
@media all and (min-width: 48.0625em) {
  .donate-button {
    font-size: 25px;
    line-height: 1.4em;
  }
}

.donation-types {
  position: relative;
  background-color: #3F4B00;
  padding: 25px 0 50px;
  color: #fff;
}
.donation-types::before {
  content: "";
  background-image: url("./assets/images/donation_options_background.jpg");
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.15;
}
.donation-types h1 {
  color: #fff;
}
.donation-types .options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.donation-types .options a {
  display: block;
  width: 48%;
  background-color: #6D8D23;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin: 20px 0;
  padding: 0 5px;
  border-radius: 10px;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 23px;
  line-height: 28px;
  transition: 0.3s;
  height: 148px;
  position: relative;
}
@media all and (min-width: 36.625em) {
  .donation-types .options a {
    font-size: 25px;
    width: 32%;
  }
}
@media all and (min-width: 47.625em) {
  .donation-types .options a {
    width: 23%;
    height: 198px;
  }
}
.donation-types .options a:hover, .donation-types .options a:focus {
  background-color: #F89828;
}
.donation-types .options a span {
  display: block;
  position: relative;
  max-width: 186px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.donation-types .options a span small {
  font-size: 16px;
  font-family: "franklin-gothic-urw", sans-serif;
  display: inline-block;
  line-height: 1.2em;
  margin-top: 10px;
  font-weight: 400;
  font-style: normal;
}
.donation-types .content h3 {
  color: #fff;
}
.donation-types .content p {
  color: #fff;
}

.donation-page-content {
  max-width: 90%;
  margin: 1em auto 0;
}
.donation-page-content + .experiences-section {
  margin-top: 5em;
}

.donate-row {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.donate-row:after {
  content: " ";
  display: block;
  clear: both;
}

@media all and (min-width: 48.0625em) {
  .donate-content {
    width: 57.8313253012%;
    float: left;
    margin-right: 1.2048192771%;
    margin-left: 42.1686746988%;
  }
  .donate-contact {
    width: 32.5301204819%;
    float: left;
    margin-right: 1.2048192771%;
    margin-left: -101.2048192771%;
  }
}
.donation-content {
  margin-top: 35px;
}

/* Donation Page */
.donate-content h3 {
  font-family: "chaparral-pro", sans-serif;
  color: #3F4B00;
  font-weight: 600;
}

article .donate-row {
  margin-top: 30px;
}

.donation-types h1 {
  color: #fff;
  font-family: "franklin-gothic-urw", sans-serif;
  text-shadow: 1px 1px 1px #226594;
  font-weight: 500;
}

@media (min-width: 47.625em) {
  .donation-types .options a {
    width: 24%;
    height: 198px;
    margin: 7px 0px;
  }
}
.project .featured-image {
  justify-content: flex-end;
}
.project .featured-image .container {
  width: 100%;
  height: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.project-left {
  padding-right: 20px;
}
@media all and (min-width: 48.0625em) {
  .project-left {
    width: 70%;
    float: left;
  }
}
.project-left h1 {
  font-weight: 600;
  margin-top: 0;
}
.project-left h1 + p {
  margin-top: 0;
}
.project-left p.location {
  color: #3F4B00;
  font-style: normal;
  font-size: 20px;
}

@media all and (min-width: 48.0625em) {
  .project-right {
    width: 30%;
    float: left;
  }
}

.donation-goal-box {
  background-color: #3F4B00;
  color: #fff;
  text-align: center;
  padding: 30px 20px;
  margin-top: -130px;
  z-index: 100;
  position: relative;
}
.donation-goal-box p {
  color: #fff;
}
.donation-goal-box .still-needed .title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin-top: 0;
}
.donation-goal-box .still-needed .number {
  margin: 0;
  font-size: 50px;
  font-weight: 600;
}
.donation-goal-box .precentage-wrapper {
  margin: 30px auto 5px;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
}
.donation-goal-box .precentage-wrapper .percentage {
  height: 16px;
  background-color: #F89828;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
}
.donation-goal-box .precentage-wrapper .percentage span {
  padding: 0 5px;
}
.donation-goal-box .ends-on-wrapper {
  border-bottom: 1px solid #fff;
}
.donation-goal-box .ends-on-wrapper p {
  font-style: italic;
  margin: 0.8em 0;
  font-size: 15px;
}
.donation-goal-box .raised-goal-wrapper {
  padding: 15px 0;
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
  position: relative;
}
.donation-goal-box .raised-goal-wrapper:after {
  content: "";
  background-color: #3F4B00;
  width: 70px;
  height: 21px;
  background-image: url("./assets/images/donations_leaf.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.donation-goal-box .raised-goal-wrapper div {
  width: 45%;
}
.donation-goal-box .raised-goal-wrapper .title {
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.donation-goal-box .raised-goal-wrapper .number {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 1em;
}
.donation-goal-box .donate-button-wrapper .button {
  width: 80%;
  font-size: 20px;
  letter-spacing: 2px;
  border: none;
}
.donation-goal-box .donate-button-wrapper .button:hover, .donation-goal-box .donate-button-wrapper .button:focus {
  background-color: #bf6b09;
}

.js-give-embed-form-modal-opener {
  width: 80%;
  font-size: 20px;
  letter-spacing: 2px;
  border: none;
  font-family: "franklin-gothic-urw", sans-serif;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 0 20px;
  border-radius: 2px;
  transition: ease 0.2s;
  -webkit-appearance: none;
  border-radius: 2px;
  background-color: #F89828 !important;
}
.js-give-embed-form-modal-opener:hover, .js-give-embed-form-modal-opener:focus {
  background-color: #bf6b09 !important;
}

.projects-list {
  margin-top: 50px;
}
@media all and (min-width: 40.625em) {
  .projects-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media all and (min-width: 40.625em) {
  .projects-list .active-project {
    width: 33%;
  }
}

.active-project {
  padding: 10px;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}
.active-project .wrapper {
  background-color: #3F4B00;
  height: 100%;
}
.active-project img {
  width: 100%;
  height: auto;
}
.active-project .text {
  padding: 10px;
}
.active-project h2,
.active-project p {
  color: #fff;
}
.active-project h2 {
  margin: 0;
  text-transform: none;
  font-size: 17px;
}
.active-project .location {
  font-size: 15px;
  margin: 0;
}
.active-project .percentage-number {
  font-weight: bold;
  margin: 5px auto 0px;
  text-align: right;
  font-family: "franklin-gothic-urw", sans-serif;
}
.active-project .precentage-wrapper {
  margin: 0px auto 5px;
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden;
}
.active-project .precentage-wrapper .percentage {
  height: 12px;
  background-color: #F89828;
}
.active-project .needed {
  font-weight: bold;
  margin: 0;
  font-family: "franklin-gothic-urw", sans-serif;
}

.featured-image {
  position: relative;
  z-index: 0;
}

#lightgallery {
  position: absolute;
  left: 5px;
  bottom: 5px;
  background-color: #3F4B00;
  border: 0;
  color: #fff;
  font-weight: bold;
  padding: 10px;
}

.header-image.campaign-for-generations {
  position: relative;
}
.header-image.campaign-for-generations .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-family: "sofia-pro", sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 1.2em;
  padding: 0 15px;
}
@media all and (min-width: 43.75em) {
  .header-image.campaign-for-generations .text {
    top: 50%;
  }
}
@media all and (min-width: 62.5em) {
  .header-image.campaign-for-generations .text {
    top: 40%;
    font-size: 40px;
  }
}
.header-image.campaign-for-generations .text h1 {
  font-style: normal;
  font-weight: normal;
  top: auto;
  position: relative;
}
.header-image.campaign-for-generations .donate-button-wrapper {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: right;
  padding: 0 20px;
}

.content.campaign-for-generations h2 {
  font-size: 26px;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: bold;
  color: #3F4B00;
  margin-bottom: 0;
}
.content.campaign-for-generations h2.center {
  text-align: center;
}
.content.campaign-for-generations p {
  color: #6D8D23;
  font-size: 22px;
  font-style: italic;
  text-align: center;
  font-family: "chaparral-pro", sans-serif;
  max-width: 946px;
  margin: 0 auto;
}
.content.campaign-for-generations p + h2 {
  margin-top: 50px;
}
.content.campaign-for-generations .donate-button-wrapper.centered {
  text-align: center;
  margin-bottom: 20px;
}

.cwu-progress-bar {
  margin-bottom: 30px;
}

.cwu-contribute-button {
  max-width: 400px;
}

.cwu-explore {
  min-width: 310px;
  height: 800px;
  margin-bottom: 50px;
}

.newsletter-signup-download,
.newsletter-signup-form {
  background-color: #69321E;
  color: #fff;
  padding: 20px 20px 15px;
}
@media all and (min-width: 37.5em) {
  .newsletter-signup-download,
  .newsletter-signup-form {
    padding: 25px 30px 20px;
  }
}
.newsletter-signup-download h2,
.newsletter-signup-form h2 {
  color: #fff !important;
}
.newsletter-signup-download label,
.newsletter-signup-form label {
  display: block;
}
.newsletter-signup-download input[type=text],
.newsletter-signup-download input[type=email],
.newsletter-signup-form input[type=text],
.newsletter-signup-form input[type=email] {
  border: 1px solid #fff;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  height: 32px;
  font-size: 16px;
  line-height: 36px;
  width: 100%;
  padding: 0 5px;
}
.newsletter-signup-download input[type=submit],
.newsletter-signup-form input[type=submit] {
  background-color: #fff;
  color: #69321E;
  border: 1px solid #fff;
  height: 32px;
  font-size: 16px;
  line-height: 27px;
}
.newsletter-signup-download input[type=submit]:hover,
.newsletter-signup-form input[type=submit]:hover {
  color: #fff;
  background-color: transparent;
}
.newsletter-signup-download input[type=submit],
.newsletter-signup-form input[type=submit] {
  margin-top: 25px;
}
.newsletter-signup-download .row .field,
.newsletter-signup-form .row .field {
  float: left;
  padding: 8px 1%;
}
@media all and (min-width: 34.375em) {
  .newsletter-signup-download .row .field,
  .newsletter-signup-form .row .field {
    width: 45%;
  }
}
.newsletter-signup-download .row.final,
.newsletter-signup-form .row.final {
  padding: 8px 1%;
}
.newsletter-signup-download .row.final small,
.newsletter-signup-form .row.final small {
  line-height: 1.1em;
  padding-top: 5px;
}
.newsletter-signup-download .file-download-screen,
.newsletter-signup-form .file-download-screen {
  display: none;
}
.newsletter-signup-download .file-download-screen h2,
.newsletter-signup-form .file-download-screen h2 {
  color: #fff !important;
  margin-bottom: 30px !important;
}
.newsletter-signup-download .file-download-screen a,
.newsletter-signup-form .file-download-screen a {
  background-color: #fff;
  color: #69321E;
  border: 1px solid #fff;
  height: 41px;
  font-size: 18px;
  line-height: 40px;
  text-decoration: none;
  display: inline-block;
  padding: 0 10px;
}
.newsletter-signup-download .file-download-screen a:hover,
.newsletter-signup-form .file-download-screen a:hover {
  color: #fff;
  background-color: transparent;
}

.newsletter-signup-form {
  background: #3F4B00;
  color: #fff;
  padding: 20px 20px 15px;
}
@media all and (min-width: 37.5em) {
  .newsletter-signup-form {
    padding: 25px 30px 20px;
  }
}
.newsletter-signup-form h2 {
  color: #fff !important;
}
.newsletter-signup-form label {
  display: block;
}
.newsletter-signup-form input[type=text],
.newsletter-signup-form input[type=email] {
  border: 1px solid #fff;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  height: 32px;
  font-size: 16px;
  line-height: 36px;
  width: 100%;
  padding: 0 5px;
}
.newsletter-signup-form button {
  background-color: #fff;
  color: #69321E;
  border: 1px solid #fff;
  height: 32px;
  font-size: 16px;
  line-height: 27px;
}
.newsletter-signup-form button:hover {
  color: #fff;
  background-color: transparent;
}
.newsletter-signup-form .row .field {
  float: left;
  padding: 8px 1%;
}
@media all and (min-width: 34.375em) {
  .newsletter-signup-form .row .field {
    width: 45%;
  }
}
.newsletter-signup-form .row.final {
  padding: 8px 1%;
}
.newsletter-signup-form .row.final small {
  line-height: 1.1em;
  padding-top: 5px;
}

.newsletter-signup-form {
  margin-top: 50px;
}
.newsletter-signup-form .interior {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
}
.newsletter-signup-form .interior:after {
  content: " ";
  display: block;
  clear: both;
}
.newsletter-signup-form h2 {
  width: 100%;
}
.newsletter-signup-form #lblResult {
  width: 100%;
}
.newsletter-signup-form p {
  color: #fff;
}
.newsletter-signup-form .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newsletter-signup-form .field {
  width: 100%;
  max-width: 400px;
}
@media all and (min-width: 56.25em) {
  .newsletter-signup-form .field {
    width: 33%;
  }
}
.newsletter-signup-form .cap-field {
  width: 100%;
  margin-top: 15px;
}
.newsletter-signup-form .submit-field {
  margin-top: 15px;
  vertical-align: baseline;
}
.newsletter-signup-form label {
  font-size: 16px;
  line-height: 25px;
}
.newsletter-signup-form input {
  height: 32px;
  font-size: 16px;
}

.header-image.field-guides {
  position: relative;
  margin-bottom: 40px;
}
.header-image.field-guides .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-family: "sofia-pro", sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 1.2em;
  padding: 0 15px;
}
@media all and (min-width: 43.75em) {
  .header-image.field-guides .text {
    top: 50%;
  }
}
@media all and (min-width: 62.5em) {
  .header-image.field-guides .text {
    top: 40%;
    font-size: 40px;
  }
}
.header-image.field-guides .text h1 {
  font-style: normal;
  font-weight: normal;
  top: auto;
  position: relative;
  color: #fff;
}
.header-image.field-guides img,
.header-image.field-guides picture {
  max-width: 1440px;
  margin: 0 auto;
}

.field-guides-container {
  margin-top: 25px;
}
.field-guides-container .field-guide-button {
  padding: 25px;
}
@media all and (min-width: 34.375em) {
  .field-guides-container .field-guide-button {
    width: 50%;
    float: left;
  }
}
.field-guides-container .field-guide-button img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.field-guides-container .field-guide-button .post-thumb {
  position: relative;
  display: block;
}
.field-guides-container .field-guide-button .post-thumb:hover .overlay, .field-guides-container .field-guide-button .post-thumb:focus .overlay {
  display: block;
}
.field-guides-container .field-guide-button .overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(63, 75, 0, 0.9);
  text-align: center;
}
.field-guides-container .field-guide-button .overlay span {
  display: inline-block;
  padding: 0 10px;
  color: #3F4B00;
  background-color: #fff;
  height: 41px;
  font-size: 18px;
  line-height: 40px;
  text-decoration: none;
  padding: 0 10px;
  margin-top: 29%;
}
.field-guides-container .field-guide-button h2 a {
  color: #4A4A4A;
  text-decoration: none;
  text-transform: none;
  font-family: "franklin-gothic-urw", sans-serif;
}

.module {
  margin-bottom: 1.5em;
}

.image-text-split .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px 0;
}
@media all and (min-width: 48em) {
  .image-text-split .row:nth-child(odd) .image {
    order: 2;
  }
  .image-text-split .row:nth-child(odd) .text {
    order: 1;
  }
}
.image-text-split .row .image,
.image-text-split .row .text {
  width: 100%;
  margin-top: 15px;
}
@media all and (min-width: 48em) {
  .image-text-split .row .image,
  .image-text-split .row .text {
    margin-top: 0px;
    width: 49.5%;
  }
}
.image-text-split .row .text {
  display: flex;
  align-items: center;
}
.image-text-split .row .text .content {
  max-width: 95%;
}
@media all and (min-width: 62.5em) {
  .image-text-split .row .text .content {
    max-width: 85%;
  }
}
.image-text-split .row .image img {
  display: block;
  width: 100%;
  height: auto;
}
.image-text-split p {
  color: #3F4B00;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  margin-top: 0;
}
.image-text-split a {
  color: #F89828;
  font-size: 20px;
  font-weight: 400;
  font-family: "chaparral-pro", sans-serif;
}
.image-text-split a:hover, .image-text-split a:focus {
  text-decoration: none;
}
@media all and (min-width: 62.5em) {
  .image-text-split p,
  .image-text-split a {
    font-size: 25px;
    font-weight: 500;
  }
}

.page-template-template-volunteer-home .header-image {
  width: 100%;
}

.volunteer-cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2em;
}

.volunteer-cta {
  display: block;
  width: 100%;
  min-height: 120px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  position: relative;
  text-align: center;
  display: flex;
  align-content: center;
  margin-bottom: 20px;
}
.volunteer-cta:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 40.7407407407%;
}
.volunteer-cta > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media all and (min-width: 37.5em) {
  .volunteer-cta {
    width: 49%;
    min-height: 200px;
  }
}
@media all and (min-width: 50em) {
  .volunteer-cta {
    width: 24%;
    min-height: 200px;
  }
}
.volunteer-cta:hover::before, .volunteer-cta:focus::before {
  border: 1px solid #F89828;
  background-color: rgba(0, 0, 0, 0.2);
}
.volunteer-cta::before {
  border-radius: 6px;
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.4);
}
.volunteer-cta .text {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  color: #fff;
  font-size: 21px;
  font-style: italic;
  font-weight: 600;
  text-shadow: rgba(0, 0, 0, 0.3137254902) 0 2px 4px;
}
.volunteer-cta .icon {
  display: block;
  margin: 0 auto 1em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.volunteer-cta .list {
  background-image: url("./assets/images/VolunteerManual&Resources-01.png");
  width: 50px;
  height: 50px;
}
.volunteer-cta .cal {
  background-image: url("./assets/images/icn_calendar_orange.png");
  width: 50px;
  height: 50px;
}
.volunteer-cta .report {
  background-image: url("./assets/images/icn_submit-report.png");
  width: 50px;
  height: 50px;
}
.volunteer-cta .resources {
  background-image: url("./assets/images/icn_list_orange.png");
  width: 50px;
  height: 47px;
}
.volunteer-programs {
  margin: 0 -20px;
  padding: 10px 10px;
  color: #fff;
  position: relative;
}
.volunteer-programs h2 {
  font-size: 42px;
  font-family: "franklin-gothic-urw", sans-serif;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}
.volunteer-programs .content > p {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
}
.volunteer-programs h2 {
  color: #fff;
  line-height: 1.2em;
}
.volunteer-programs:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(63, 75, 0, 0.85);
  z-index: 1;
}
.volunteer-programs .content {
  position: relative;
  z-index: 2;
}
.volunteer-programs .programs {
  display: flex;
  flex-wrap: wrap;
}
.volunteer-programs .program {
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 40px;
}
@media all and (min-width: 31.25em) and (max-width: 47.875em) {
  .volunteer-programs .program {
    width: 49%;
    margin-right: 2%;
  }
  .volunteer-programs .program:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 48em) {
  .volunteer-programs .program {
    width: 32%;
    margin-right: 2%;
  }
  .volunteer-programs .program:nth-child(3n) {
    margin-right: 0;
  }
}
.volunteer-programs .program a {
  border-radius: 6px;
  text-decoration: none;
  display: block;
  overflow: hidden;
  height: 100%;
}
.volunteer-programs .program a:hover, .volunteer-programs .program a:focus {
  box-shadow: 0 0 3px 5px rgba(0, 0, 0, 0.2);
}
.volunteer-programs .program a:hover h3, .volunteer-programs .program a:focus h3 {
  text-decoration: underline;
}
.volunteer-programs .program h3 {
  font-size: 23px;
  font-style: italic;
  margin-top: 0;
  line-height: 1.2em;
}
.volunteer-programs .program .image img {
  width: 100%;
  height: auto;
}
.volunteer-programs .program .text {
  padding: 15px;
}

.experiences-section {
  margin: 0 -20px;
}
.experiences-section h2 {
  text-align: center;
  font-size: 42px;
  font-family: "franklin-gothic-urw", sans-serif;
  font-style: italic;
  font-weight: 600;
  text-transform: none;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../swipebox/img/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../swipebox/img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

[hidden] {
  display: none;
}

.visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

div.awesomplete {
  display: inline-block;
  position: relative;
}

div.awesomplete > input {
  display: block;
}

div.awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  border-radius: 0.3em;
  margin: 0.2em 0 0;
  background: hsla(0, 0%, 100%, 0.9);
  background: linear-gradient(to bottom right, white, hsla(0, 0%, 100%, 0.8));
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
  text-shadow: none;
}

div.awesomplete > ul[hidden],
div.awesomplete > ul:empty {
  display: none;
}

@supports (transform: scale(0)) {
  div.awesomplete > ul {
    transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    transform-origin: 1.43em -0.43em;
  }
  div.awesomplete > ul[hidden],
  div.awesomplete > ul:empty {
    opacity: 0;
    transform: scale(0);
    display: block;
    transition-timing-function: ease;
  }
}
/* Pointer */
div.awesomplete > ul:before {
  content: "";
  position: absolute;
  top: -0.43em;
  left: 1em;
  width: 0;
  height: 0;
  padding: 0.4em;
  background: white;
  border: inherit;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

div.awesomplete > ul > li {
  position: relative;
  padding: 0.2em 0.5em;
  cursor: pointer;
}

div.awesomplete > ul > li:hover {
  background: hsl(200, 40%, 80%);
  color: black;
}

div.awesomplete > ul > li[aria-selected=true] {
  background: hsl(205, 40%, 40%);
  color: white;
}

div.awesomplete mark {
  background: hsl(65, 100%, 50%);
}

div.awesomplete li:hover mark {
  background: hsl(68, 100%, 41%);
}

div.awesomplete li[aria-selected=true] mark {
  background: hsl(86, 100%, 21%);
  color: inherit;
}

.page-template-template-volunteer-home .header-image {
  width: 100%;
}

.volunteer-cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2em;
}

.volunteer-cta {
  display: block;
  width: 100%;
  min-height: 120px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  position: relative;
  text-align: center;
  display: flex;
  align-content: center;
  margin-bottom: 20px;
}
.volunteer-cta:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 40.7407407407%;
}
.volunteer-cta > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media all and (min-width: 37.5em) {
  .volunteer-cta {
    width: 49%;
    min-height: 200px;
  }
}
@media all and (min-width: 50em) {
  .volunteer-cta {
    width: 24%;
    min-height: 200px;
  }
}
.volunteer-cta:hover::before, .volunteer-cta:focus::before {
  border: 1px solid #F89828;
  background-color: rgba(0, 0, 0, 0.2);
}
.volunteer-cta::before {
  border-radius: 6px;
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.4);
}
.volunteer-cta .text {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  color: #fff;
  font-size: 21px;
  font-style: italic;
  font-weight: 600;
  text-shadow: rgba(0, 0, 0, 0.3137254902) 0 2px 4px;
}
.volunteer-cta .icon {
  display: block;
  margin: 0 auto 1em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.volunteer-cta .list {
  background-image: url("./assets/images/VolunteerManual&Resources-01.png");
  width: 50px;
  height: 50px;
}
.volunteer-cta .cal {
  background-image: url("./assets/images/icn_calendar_orange.png");
  width: 50px;
  height: 50px;
}
.volunteer-cta .report {
  background-image: url("./assets/images/icn_submit-report.png");
  width: 50px;
  height: 50px;
}
.volunteer-cta .resources {
  background-image: url("./assets/images/icn_list_orange.png");
  width: 50px;
  height: 47px;
}
.volunteer-programs {
  margin: 0 -20px;
  padding: 10px 10px;
  color: #fff;
  position: relative;
}
.volunteer-programs h2 {
  font-size: 42px;
  font-family: "franklin-gothic-urw", sans-serif;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}
.volunteer-programs .content > p {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
}
.volunteer-programs h2 {
  color: #fff;
  line-height: 1.2em;
}
.volunteer-programs:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(63, 75, 0, 0.85);
  z-index: 1;
}
.volunteer-programs .content {
  position: relative;
  z-index: 2;
}
.volunteer-programs .programs {
  display: flex;
  flex-wrap: wrap;
}
.volunteer-programs .program {
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 40px;
}
@media all and (min-width: 31.25em) and (max-width: 47.875em) {
  .volunteer-programs .program {
    width: 49%;
    margin-right: 2%;
  }
  .volunteer-programs .program:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 48em) {
  .volunteer-programs .program {
    width: 32%;
    margin-right: 2%;
  }
  .volunteer-programs .program:nth-child(3n) {
    margin-right: 0;
  }
}
.volunteer-programs .program a {
  border-radius: 6px;
  text-decoration: none;
  display: block;
  overflow: hidden;
  height: 100%;
}
.volunteer-programs .program a:hover, .volunteer-programs .program a:focus {
  box-shadow: 0 0 3px 5px rgba(0, 0, 0, 0.2);
}
.volunteer-programs .program a:hover h3, .volunteer-programs .program a:focus h3 {
  text-decoration: underline;
}
.volunteer-programs .program h3 {
  font-size: 23px;
  font-style: italic;
  margin-top: 0;
  line-height: 1.2em;
}
.volunteer-programs .program .image img {
  width: 100%;
  height: auto;
}
.volunteer-programs .program .text {
  padding: 15px;
}

.experiences-section {
  margin: 0 -20px;
}
.experiences-section h2 {
  text-align: center;
  font-size: 42px;
  font-family: "franklin-gothic-urw", sans-serif;
  font-style: italic;
  font-weight: 600;
  text-transform: none;
}

/*------------------------------------*\
    NICK
\*------------------------------------*/
.contactus .map {
  margin-top: 20px;
}

article a {
  text-decoration: none;
  font-weight: 600;
  color: #2d130a;
}

article a:hover {
  text-decoration: underline;
}

iframe {
  max-width: 100%;
}

/*  calendar */
.calendar-buttons {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
  flex-direction: row-reverse;
}

/* Homepage */
.video-section .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home img {
  width: 100%;
}

.get-involved-box a img {
  height: 323px;
  object-fit: cover;
}

a.button {
  border: 2px solid #F89828;
  border-radius: 2px;
  background: transparent;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 16px;
}

.button.blue {
  background: transparent;
  color: #396E8E;
  font-weight: 600;
}

.button:hover.blue {
  color: white;
}

.intro-text {
  max-width: 980px;
  margin: 50px auto;
}

.intro-text p {
  font-size: 22px;
  line-height: 34px;
  font-family: "chaparral-pro", sans-serif;
  text-align: center;
  font-weight: 600;
}

.intro-boxes {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: space-between;
}

.intro-video {
  width: 62%;
  flex-basis: 62%;
  position: relative;
}

.intro-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

img.play-button {
  position: absolute;
  max-width: 80px;
  width: 12%;
  height: auto;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.intro-sidebar {
  width: 34%;
  flex-basis: 34%;
}

.intro-sidebar p {
  color: #5C6626;
  font-family: "chaparral-pro", sans-serif;
  font-size: 22px;
  line-height: 34px;
}

.intro-sidebar > p {
  margin-right: 15px;
}

.green-box {
  background: #3F4B00;
  padding: 39px 35px;
  color: white;
  height: 100%;
}

.intro-sidebar .green-box p {
  color: white;
}

.green-box a {
  margin: auto;
  text-align: center;
  display: block;
  width: 300px;
}

a.donate.orange.button {
  border: 0;
  padding: 10px 35px;
}

p.video-text {
  color: white;
  text-transform: uppercase;
  font-size: 23px;
  font-family: "franklin-gothic-urw", sans-serif;
  margin: 0;
}

p.video-title {
  color: white;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: bold;
  font-family: "franklin-gothic-urw", sans-serif;
  line-height: 0.9em;
  margin: 0;
}

.video-text-wrapper {
  position: absolute;
  bottom: 54px;
  left: 43px;
}

.vp-flex.vp-vt-youtube {
  max-width: 1200px;
  max-height: 90%;
  width: 100%;
  width: calc(100% - 200px);
  height: 100%;
  max-width: 100%;
  width: 100%;
}

.YouTubePopUp-Wrap.VideoPopUpWrap {
  max-width: 100%;
}

.section-title {
  font-size: 42px;
  text-align: center;
  position: relative;
  width: 1400px;
  max-width: 100%;
  margin: 50px auto;
  font-weight: 600;
  line-height: 1.2;
}

@media (max-width: 1200px) and (min-width: 961px) {
  .intro-sidebar p {
    font-size: 19px;
    line-height: 1.6;
  }
  .green-box {
    padding: 18px 20px;
  }
  .intro-sidebar {
    width: 43%;
    width: calc(42% - 15px);
    flex-basis: 43%;
    flex-basis: calc(42% - 15px);
  }
  .intro-video {
    width: 57%;
    width: calc(58% - 15px);
    flex-basis: 57%;
    flex-basis: calc(58% - 15px);
  }
}
@media (min-width: 1200px) {
  .section-title:before {
    content: "";
    height: 2px;
    width: 33%;
    background: #4A4A4A;
    position: absolute;
    left: 0;
    bottom: 6px;
  }
  .section-title:after {
    content: "";
    height: 2px;
    width: 33%;
    background: #4A4A4A;
    position: absolute;
    right: 0;
    bottom: 6px;
  }
}
.get-involved-box {
  width: 32%;
  max-width: 400px;
}

.get-involved-boxes {
  margin: auto;
  display: flex;
  justify-content: space-evenly;
}

a.get-involved-title h6 {
  background: #3f4b00;
  color: white;
  text-align: center;
  padding: 16px;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  margin: 12px 0;
  text-transform: uppercase;
}

a.get-involved-title {
  text-decoration: none;
}

.page-width {
  max-width: 1400px;
  margin: 50px auto;
}

.field-report-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.field-report-single {
  width: 48%;
  max-width: 600px;
  min-width: 334px;
  border-radius: 6px;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

@media (max-width: 780px) {
  .field-report-single {
    width: 90%;
  }
}
.field-report-info h5 {
  margin-top: 18px;
  font-family: "franklin-gothic-urw", sans-serif;
  color: #4A4A4A;
  font-size: 23px;
  margin-bottom: 28px;
  line-height: 1.3;
}

.field-reports.page-width {
  padding: 0 20px;
}

.field-reports.page-width > p {
  max-width: 1080px;
  margin: 25px auto 50px;
}

p.guide-type {
  background: white;
  position: absolute;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  margin: auto;
  right: 0;
  left: 0;
  width: 178px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 19px;
}

.field-report-info {
  padding: 23px;
}

.field-report-image {
  background: #3c3c3c;
  height: 320px;
  position: relative;
  border-radius: 5px 5px 0 0;
}

.field-report-single:first-of-type .field-report-image {
  background: url(/wp-content/uploads/2019/10/Field-Guide_Fall-Color-Hike-Guide_Web-Thumb_2019.jpg);
  background-size: cover;
}

.field-report-single:last-of-type .field-report-image {
  background: url(/wp-content/uploads/2019/08/Bukowski-Upper-Manistee-Herp-Survey-June-2019-Summer-5-e1566332399591.jpg);
  background-size: cover;
  background-position: top;
}

/* Publications and Stories */
.post.category-videos.has-post-thumbnail a.post-thumb:after {
  content: "";
  width: 67px;
  height: 67px;
  background: url("/wp-content/themes/gtrlc-2015/assets/images/play.png");
  background-size: 100%;
  position: absolute;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.post.category-videos.has-post-thumbnail .post-thumb {
  position: relative;
  display: flex;
}

.file-download {
  margin: 20px 0;
}

.publications-grid .publication-type p {
  display: none;
}

.publications-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.publication-type {
  width: 32%;
  width: calc(33.33333% - 10px);
  flex-basis: 32%;
  flex-basis: calc(33.33333% - 10px);
  height: 215px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.publication-type img {
  max-width: 70px;
  max-height: 57px;
  transition: 0.2s;
}

.publication-type a:hover img {
  transition: 0.2s;
  transform: scale(1.2);
}

.publication-type a {
  height: 100%;
  width: 100%;
  text-align: center;
  margin: auto;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.3490196078);
}

.publications-grid .publication-type p {
  display: none;
}

.publication-type.publication-type-1 {
  background-image: url("/wp-content/uploads/2020/04/Lower-Woodcock-Lake_Aerial_Drone_Summer_Noah-Jurik_2019.jpg");
  background-size: cover;
}

.publication-type.publication-type-2 {
  background-image: url("/wp-content/uploads/2020/04/Lower-Woodcock-Lake_Aerial_Drone_Summer_Noah-Jurik_2019.jpg");
  background-size: cover;
}

.publication-type.publication-type-3 {
  background-image: url("/wp-content/uploads/2020/04/Lower-Woodcock-Lake_Aerial_Drone_Summer_Noah-Jurik.jpg");
  background-size: cover;
}

.publication-type.publication-type-4 {
  background-image: url("/wp-content/uploads/2020/04/Lower-Woodcock-Lake_Aerial_Drone_Summer_Noah-Jurik.jpg");
  background-size: cover;
}

.publication-type.publication-type-5 {
  background-image: url("/wp-content/uploads/2020/04/Lower-Woodcock-Lake_Aerial_Drone_Summer_Noah-Jurik_2019.jpg");
  background-size: cover;
}

.publication-type.publication-type-6 {
  background-image: url("/wp-content/uploads/2020/04/Lower-Woodcock-Lake_Aerial_Drone_Summer_Noah-Jurik_2019.jpg");
  background-size: cover;
}

.publication-type h5 {
  color: white;
  text-decoration: none;
  font-size: 26px;
  font-weight: 500;
  margin: 15px;
}

/* Category Pages */
form.search img {
  max-width: 21px;
}

form.search {
  display: flex;
  justify-content: center;
  align-items: center;
}

button.search-submit {
  background: #566B1D;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  height: 36px;
  width: 38px;
  transition: 0.2s;
}

button.search-submit:hover {
  background: #485a17;
  transition: 0.2s;
}

form.search input.search-input {
  height: 30px;
  border: 2px solid #556a1d;
  width: 330px;
  padding: 1px 10px;
  font-size: 14px;
  font-family: "chaparral-pro", sans-serif;
  max-width: 65vw;
}

.news-wrapper.content article .date {
  color: #5C6626;
  font-weight: 500;
  font-family: "chaparral-pro", sans-serif;
  font-style: normal;
  font-size: 16px;
}

.category .featured-image h1.entry-title {
  text-transform: uppercase;
  font-weight: 500;
  text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.5803921569);
  letter-spacing: 1px;
  margin: 0 0 22px;
  padding: 0;
}

.category article .category {
  font-size: 19px;
  color: #4C4D46;
  font-weight: 500;
}

.news-wrapper.content article h2, .news-wrapper.content article h2 a {
  color: #3f4b00;
  font-weight: 600;
  font-size: 27px;
}

.widget_archive h3, .widget_categories h3 {
  color: #396E8E;
  font-weight: 600;
}

.widget_archive a, .widget_categories a {
  color: #4C4D46;
  font-weight: 500;
}

.issuuembed.issuu-isrendered {
  width: 100% !important;
}

.news-wrapper.content .issuu ~ h2 {
  margin-bottom: 5px;
}

.issuu-branding {
  display: none !important;
}

div#ird3-main {
  background-color: #e8e6e7 !important;
}

.news-wrapper.content article {
  position: relative;
}

/* Campaign for Generations */
.content.campaign-for-generations p {
  color: #4A4A4A;
  font-size: 18px;
}

.content.campaign-for-generations a.button.rust {
  background: #3F4B00;
  border: 0;
  border-radius: 0;
}

.content.campaign-for-generations h2.center {
  color: #6D8D23;
  text-align: left;
  font-family: "chaparral-pro", sans-serif;
  font-size: 24px;
  text-transform: none;
  letter-spacing: 0.1px;
}

.header-image .cwu-contribute-button {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
}

/* Our Board */
.featured-image {
  margin-top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 260px;
  margin-bottom: 40px;
  flex-direction: column;
}

.featured-image h1.entry-title {
  text-align: center;
  padding: 0px 0 0;
  color: white;
  font-weight: bold;
  font-family: "franklin-gothic-urw", sans-serif;
  text-transform: uppercase;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6196078431);
}

.staff-members .staff-member .image .staff-title, .staff-ameri .staff-member .image .staff-titleq {
  top: 20px;
}

.staff-members .staff-member .image:nth-child(odd), .staff-ameri .staff-member .image:nth-child(odd), .staff-members .staff-member .image, .staff-ameri .staff-member .image {
  border-radius: 0;
}

.staff-members .staff-member .image .staff-title h4, .staff-ameri .staff-member .image .staff-title h4 {
  text-decoration: none;
  border: 0;
}

.staff-members .staff-member .og-details .header h4, .staff-ameri .staff-member .og-details .header h4 {
  font-weight: 600;
}

.staff-members .staff-member .og-details .header h5, staff-ameri .staff-member .og-details .header h5 {
  font-weight: 500;
  line-height: 1.35;
}

.staff-members .staff-member .image, .staff-ameri .staff-member .image {
  margin: 12px 0 0;
}

.staff-members .staff-member.og-expanded .image .staff-title h4,
.staff-ameri .staff-member.og-expanded .image .staff-title h4,
.staff-members .staff-member.og-expanded .image .staff-title h5,
.staff-ameri .staff-member.og-expanded .image .staff-title h5 {
  display: none;
}

.page-template-template-staff section.content .page-header {
  display: none;
}

.caldera-grid label {
  font-family: "chaparral-pro", sans-serif;
  color: #4A4A4A;
}

/*
.staff-members .staff-member.og-expanded .image .staff-picture {
  opacity: .6;
}

.staff-members .staff-member.og-expanded .image .staff-title h4, .staff-ameri .staff-member.og-expanded .image .staff-title h4 {
  color: #3F4B00;
}

.staff-members .staff-member.og-expanded .image .staff-title h5, .staff-ameri .staff-member.og-expanded .image .staff-title h5 {
  color: #6D8D23;
} 
*/
.description .header h4 {
  color: #5C6626;
}

.description .header h5 {
  color: #6D8D23;
}

/* Navigation */
.site-header .lines-button {
  z-index: 999;
}

header.site-header {
  background-color: #3F4B00;
}

@media (min-width: 62.5em) {
  .main .header-image {
    top: 0px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 48.0625em) {
  .iframe-container {
    width: 397px;
    max-width: 95%;
    float: left;
    margin-right: 22px;
  }
  header.site-header ul.sub-menu {
    box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.2705882353);
  }
  .site-header .inside {
    max-width: 1240px;
  }
  .site-navigation > ul > li {
    max-width: 136px;
    text-align: center;
    line-height: 1.35;
    height: 39px;
    display: flex;
    align-items: center;
  }
  .site-header .inside {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  a.donate.orange.button.link {
    padding: 12px 32px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
  }
  .site-header .site-navigation {
    position: initial;
    float: none;
    margin: 0 0 -6px 31px;
    clear: both;
    padding: 0;
    right: unset;
    display: block;
    /* margin-right: -198px; */
    text-align: right;
    width: 100%;
  }
  .site-navigation ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .site-navigation > ul > li ul a {
    text-transform: none;
    text-decoration: none;
    color: #3F4B00;
    display: block;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    line-height: 1em;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    padding: 0 0 10px;
    border-bottom: 2px solid #566B1D;
  }
  .site-navigation > ul > li ul {
    top: 22px;
    padding-top: 33px;
  }
  .site-navigation > ul > li ul li {
    margin: 0;
    padding: 10px 10px 3px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .util {
    display: block;
    position: absolute !important;
    top: -38px;
    right: 5px;
    left: unset;
    bottom: unset;
  }
  .site-header .util a.donate {
    border-radius: 0px 0px 3px 3px;
  }
  .site-navigation > ul > li ul li:last-of-type a {
    border-bottom: none;
  }
}
/* General Page */
article img {
  max-width: 100%;
}

body blockquote {
  margin: 20px 0 0;
}

.image-text-split p {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 500;
  font-size: 22px;
}

body blockquote p {
  font-family: "chaparral-pro", sans-serif;
  font-weight: 600;
  color: #F89828;
  font-size: 23px;
  line-height: 29px;
}

.page-template-default a img.alignright, .page-template-default a img.alignleft {
  max-width: 550px;
}

body p, body ul, body li {
  font-family: "chaparral-pro", sans-serif;
  color: #4A4A4A;
  font-size: 17px;
  line-height: 26px;
}

p.intro {
  font-size: 20px;
  line-height: 25px;
  color: #6D8D23;
  font-weight: 700;
}

/* FAQ */
.faq article p b {
  color: #86A042;
}

.page-template-default header.page-header {
  display: none;
}

.faq article {
  margin-top: 60px;
}

/* Trail and Preserves - Archive */
/* .preserve-indicator img {
  max-width: 40px;
  margin-right: 10px;
  height: 40px;
}

.preserve-indicator {
  max-width: 1120px;
  margin: auto;
  margin-bottom: 10px;
}

.preserve-indicator div {
  width: 352px;
  justify-content: center;
  display: flex;
  align-items: center;
  background: #3f4b00;
  padding: 7px;
  margin: 0;
} 

.preserve-indicator p {
  color: white;
  margin: 0;
}



*/
p.gtrlc-icon-p {
  margin-top: 46px;
}

.category-descriptions-intro {
  text-align: center;
}
.category-descriptions-intro h2 {
  color: #3F4B00;
  margin: 25px 0 5px;
}
.category-descriptions-intro p {
  margin: 0 auto 15px;
  max-width: 800px;
}

.preserves-types {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  text-align: center;
  padding: 10px 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.preserves-types .intro {
  border-bottom: 2px solid #3F4B00;
}
.preserves-types .intro h2 {
  color: #3F4B00;
  margin: 10px 0 5px;
}
@media all and (min-width: 48.0625em) {
  .preserves-types .intro {
    margin-bottom: 15px;
    width: 80%;
    border-bottom: none;
  }
}
.preserves-types .description {
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.preserves-types .description .img {
  width: 20%;
}
.preserves-types .description .img img {
  width: 100%;
  height: auto;
  max-width: 50px;
  display: block;
  margin: 0 auto;
}
.preserves-types .description h3 {
  width: 75%;
  text-align: left;
  margin: 0;
}
.preserves-types .description p {
  margin-bottom: 0;
}
.preserves-types .description:last-child {
  border-bottom: none;
}
@media all and (min-width: 48.0625em) and (max-width: 62.4375em) {
  .preserves-types .description {
    width: 50%;
  }
}
@media all and (min-width: 62.5em) {
  .preserves-types .description {
    width: 25%;
  }
}
.preserves-types .description img {
  width: 50px;
  height: 50px;
}

.preserves-types .description p {
  font-size: 14px;
}

.page-id-4990 .main .content {
  max-width: 1120px;
  position: relative;
  padding: 0;
}

.preserves-types h3 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: bold;
  font-family: "chaparral-pro", sans-serif;
  color: #3F4B00;
}

.preserve-display.list-view .preserve-list {
  background: transparent;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1120px;
  margin: auto;
  padding: 0;
}

.preserve-display .preserve-map {
  max-width: 1120px;
  margin: auto;
}

.preserve-filters {
  background: #f9f9f7;
}

.preserve-list .preserve .image {
  width: 100%;
  border-radius: 0;
}

.preserve-list .preserve .preserve-detail {
  width: 100%;
  margin: 0;
  padding: 18px 27px;
}

.preserve-list .preserve .image img {
  width: 100%;
  height: 325px;
  object-fit: cover;
  object-position: center;
}

.preserve-display.list-view .preserve-filters {
  background: none;
}

.preserve-list .preserve.gtrlc-property .preserve-detail {
  background-position: 97% 10%;
}

.preserve-icons {
  margin-top: 12px;
}

.preserve-left .traillist li {
  background-image: url(./assets/images/Symbol_map.png);
  padding-left: 33px;
}

.preserve-list .preserve.gtrlc-property .preserve-detail {
  padding-bottom: 10px;
  background-image: url(./assets/images/logos/gtrlc_icon_white.png);
}

.preserve-filters div.awesomplete > input {
  border: 2px solid #3F4B00;
  padding: 2px 10px;
  font-family: "chaparral-pro", sans-serif;
}

div.awesomplete > input::placeholder, div.awesomplete > input::-ms-input-placeholder, div.awesomplete > input:-ms-input-placeholder {
  color: #3F4B00;
}

.preserve-filters select {
  float: none;
  margin-left: 25px;
  border: 2px solid #3F4B00;
  padding: 2px 10px;
  font-family: "chaparral-pro", sans-serif;
}

select.location-filter {
  margin-left: 4px;
}

.preserve-display .buttons {
  /* position: absolute; */
  right: 0;
}

.preserve-display .buttons a.map, .preserve-display .buttons a.list {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 999;
}

.preserve-display .buttons a.list {
  right: 150px;
}

.preserve-left .page-header {
  border-radius: 0;
}

.preserve-display .buttons a.map, .preserve-display .buttons a.list {
  border-radius: 0;
  border: 0;
  background-color: #4A4A4A;
  font-size: 16px;
  background-size: 20px 15px;
  font-family: "chaparral-pro", sans-serif;
  padding: 5px 25px 5px 38px;
}

.preserve-display .buttons a.map {
  background-color: #4A4A4A;
}

.preserve-display .buttons a.list {
  border-radius: 0;
  border: 0;
  background-color: #3F4B00;
}

.button ~ .button {
  margin-left: 10px;
}

.preserve-list .preserve {
  background: #3f4b00;
  margin: 0 0 24px;
}

.one-third, .preserves-types .one-third {
  width: 100%;
  flex-basis: 100%;
  border: none;
  padding: 0 20px;
}

@media (min-width: 900px) {
  .one-third {
    width: 32%;
    flex-basis: 32%;
  }
  .preserves-types .one-third {
    flex-basis: 30%;
    border-right: 1px solid;
    width: 30%;
    padding: 0 20px;
  }
  .preserves-types .one-third:last-of-type {
    flex-basis: 38%;
    width: 38%;
    border: none;
  }
}
@media (min-width: 720px) {
  .preserve-list .preserve {
    flex-basis: 49%;
    width: 49%;
    flex-basis: calc(50% - 12px);
    width: calc(50% - 12px);
    max-width: initial;
    background: #3f4b00;
    margin: 0 0 24px;
  }
}
@media (max-width: 900px) {
  .preserves-types {
    flex-wrap: wrap;
    padding: 14px;
  }
  .preserve-display .buttons a.map, .preserve-display .buttons a.list {
    position: static;
    float: left;
  }
  .preserve-display .buttons a.map, .preserve-display .buttons a.list {
    position: static;
    float: left;
  }
  .preserve-display .buttons a.list {
    margin: 0 0px 0 10px;
  }
  .page-id-4990 .main .content {
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
    width: 96%;
    width: calc(100% - 20px);
  }
  .preserve-filters .content {
    justify-content: space-between;
  }
  .preserve-filters select,
  .preserve-filters .content > .awesomplete {
    margin: 0.25em 0;
  }
  .preserve-filters {
    padding: 0px 0px;
    height: initial;
  }
  .preserve-list {
    margin: 0 10px;
    width: 97%;
    width: calc(100% - 20px);
  }
}
/* Trail and Preserves - Single */
.preserve-left, .preserve-right {
  width: 50%;
  float: left;
}

.preserve-right article {
  color: #4C4D46;
}

.preserve-right p b i, p.trail-intro {
  font-style: normal;
  font-family: "franklin-gothic-urw", sans-serif;
  color: #4C4D46;
  font-size: 19px;
  font-weight: bold;
}

.preserve-right article {
  border: 0;
  border-bottom: 2px solid #3F4B00;
}

.preserve-left .traillist .title {
  font-family: "chaparral-pro", sans-serif;
  max-width: 95%;
}

.preserve-left .page-header.gtrlc-property {
  background-image: url(./assets/images/logos/gtrlc_icon_white.png);
  background-size: 42px;
}

.preserve-left .button {
  margin-bottom: 10px;
}

.preserve-left .traillist .details {
  margin-bottom: 5px;
}

.preserve-left .traillist .details span {
  font-size: 15px;
  border-right: 1px solid black;
  padding: 0 5px 0 0;
  color: #5C6626;
}

.preserve-left .traillist .details span:last-child {
  border: none;
}

a.map-download {
  color: #396E8E;
  font-family: "chaparral-pro", sans-serif;
  font-weight: 600;
  display: block;
}

.preserve-left .gallery {
  margin-bottom: 0;
}

.preserve-left .traillist {
  margin-top: 34px;
}

.preserve-left .traillist .title a {
  font-weight: 600;
}

.page-template-template-trails-preserves .swiper-slide,
.preserve-template-default .swiper-slide {
  max-width: 100%;
}

.preserve-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 20px;
}

@media (max-width: 800px) {
  .preserve-wrap .preserve-left, .preserve-wrap .preserve-right {
    width: 100%;
    padding: 0;
  }
}
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.gallery.group .swiper-slide img, .news-wrapper.content article.gallery .swiper-slide img, .current-initiatives .initiative .gallery.details .swiper-slide img, .newsletter-signup-download .gallery.row .swiper-slide img,
.newsletter-signup-form .gallery.row .swiper-slide img, .gallery.field-guides-container .swiper-slide img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
}

.swiper-button-prev {
  background-image: url(./assets/images/triangle_left.png);
}

.swiper-button-next {
  background-image: url(./assets/images/triangle_right.png);
}

.swiper-button-prev, .swiper-button-next {
  max-width: 15px;
  background-size: 100%;
}

/* Recaptcha */
.g-recaptcha {
  overflow: hidden;
}

/* Site Footer */
.site-footer .inside {
  display: flex;
  flex-direction: row;
}

.logos {
  order: 5;
}

.site-footer {
  background: white;
}

.site-footer .social p p {
  color: #4A4A4A;
  font-size: 13px;
  line-height: 17px;
}

.site-footer p.social-handle {
  color: #F89828;
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.site-footer .support .social-handle {
  margin-bottom: 0;
}

.support ul {
  list-style: none;
  padding-inline-start: 0px;
  margin-top: 0;
}

.support ul li {
  line-height: 18px;
}

.support ul li a {
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  color: #4A4A4A;
}

.site-footer .social {
  text-align: left;
}

.site-footer p.social-handle {
  color: #F89828;
}

footer .social img {
  width: auto;
  object-fit: contain;
  height: 100%;
}

.social ul {
  text-align: left;
}

.social a {
  width: 100%;
  height: 25px;
  margin-right: 7px;
}

.map-downloads .edition .image {
  border-radius: 0;
}

a.publication-button {
  background: transparent;
  color: #396E8E;
  font-weight: 600;
  border-color: #124664;
  border: 2px solid #396E8E;
}

.field-guide-button h2 {
  min-height: 54px;
  margin-bottom: 5px;
}

@media (max-width: 760px) {
  .field-guide-button h2 {
    font-size: 18px;
  }
}
@media (min-width: 48.0625em) {
  .site-footer .support {
    margin: 0;
    width: 28%;
    float: left;
    margin-right: 0;
  }
  .site-footer .logos {
    float: left;
    width: 15%;
    float: right;
    margin-right: 0;
    text-align: right;
    padding-right: 10px;
  }
  .site-footer .address > p {
    color: #4A4A4A;
    font-size: 12px;
    line-height: 17px;
  }
  .site-footer .social p:not(.social-handle) {
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 12px;
    line-height: 17px;
  }
}
/* Partnerships */
@media (min-width: 31.25em) {
  .current-initiatives .initiative:nth-child(2n) .image {
    float: left;
    margin-left: 0;
    margin-right: 20px;
  }
}
.current-initiatives .initiative .specifics h4 {
  margin-top: 20px;
  font-family: "chaparral-pro", sans-serif;
  font-weight: 700;
  font-size: 21px;
}

.current-initiatives .initiative .image {
  border-radius: 0;
}

@media (min-width: 1201px) {
  .sub-image {
    width: 50%;
    float: right;
    margin-left: 16px;
  }
}
@media (max-width: 1020px) {
  .site-header .util {
    margin-top: 0;
  }
  .site-header .util {
    top: -18px;
    padding: 0;
    right: 22px;
    max-width: 120px;
    float: right;
    text-align: right;
  }
  .site-header .inside {
    flex-wrap: wrap;
  }
  .site-navigation ul {
    margin: 25px 0 0;
  }
  .site-header .site-navigation {
    margin: 0;
  }
  .site-header {
    padding-bottom: 25px;
  }
}
@media (max-width: 960px) {
  .intro-sidebar > p {
    margin: 20px;
  }
  .green-box {
    margin-bottom: 20px;
  }
  .intro-sidebar {
    width: 100%;
    flex-basis: 100%;
  }
  .intro-video {
    width: 100%;
    flex-basis: 100%;
    padding: 20px;
  }
  .main.group.home .intro-boxes, .news-wrapper.content article.main.home .intro-boxes, .current-initiatives .initiative .main.home.details .intro-boxes, .newsletter-signup-download .main.home.row .intro-boxes,
  .newsletter-signup-form .main.home.row .intro-boxes, .main.home.field-guides-container .intro-boxes {
    margin: 0;
  }
  .stats-box > h3 {
    font-size: 30px;
  }
  .stats-content {
    padding: 20px 20px 152px;
    flex-wrap: wrap;
  }
  .stats-row {
    width: 100%;
  }
  .stats-intro {
    max-width: 100%;
  }
  .stats-row h6 {
    width: initial;
  }
  .stat > div {
    width: initial;
  }
  .stats-row p:not(.number) {
    width: initial;
  }
}
@media (min-width: 48.0625em) and (max-width: 55em) {
  .site-footer .support, .site-footer .social, .site-footer .address, .site-footer .logos {
    width: initial;
    max-width: 250px;
    margin: 0;
    padding: 10px;
  }
  .site-footer .inside {
    justify-content: center;
  }
}
@media (max-width: 48.0625em) {
  .publication-type {
    max-width: 48%;
    min-width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .home .header-image {
    height: 79vh;
    min-height: 574px;
  }
  .home .header-image h1 {
    padding-top: 61px;
  }
  .inside > div {
    width: 100%;
    max-width: 406px;
    margin: auto;
    padding: 0 20px;
  }
  .YouTubePopUp-Wrap.VideoPopUpWrap {
    max-width: 100%;
  }
  .vp-flex.vp-vt-youtube {
    max-width: 100%;
  }
  body img.alignright, body img.alignleft, .page-template-default a img.alignright, .page-template-default a img.alignleft {
    float: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .stats-row p.number {
    font-size: 38px;
  }
  .stat.stat-grid > .grid-text {
    flex-basis: 80%;
    justify-content: flex-start;
  }
  .stat {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: repeat(auto-fill, minmax(59px, 0fr) minmax(194px, 2fr));
  }
  .stat.stat-grid > div {
    justify-content: flex-start;
  }
  .stat.stat-grid > div {
    height: 42px;
  }
  .stats-box {
    margin: 70px auto;
    max-width: 447px;
  }
  .stats-extra {
    max-width: 350px;
    width: 95%;
    bottom: 38px;
    right: 0;
    left: 0;
    margin: auto;
  }
  footer.site-footer.group p:not(.social-handle), .current-initiatives .initiative footer.site-footer.details p:not(.social-handle), .newsletter-signup-download footer.site-footer.row p:not(.social-handle),
  .newsletter-signup-form footer.site-footer.row p:not(.social-handle), footer.site-footer.field-guides-container p:not(.social-handle) {
    font-size: 14px;
    line-height: 1.4;
  }
  .site-footer .inside {
    flex-wrap: wrap;
    padding: 20px 10px;
  }
  h3.section-title {
    margin: 10px auto;
  }
  .intro-text {
    padding: 0 20px;
  }
  p.video-title {
    font-size: 29px;
    max-width: 82%;
  }
  p.video-text {
    max-width: 82%;
  }
  .get-involved-box {
    width: 100%;
    margin-bottom: 35px;
  }
  .get-involved-boxes {
    flex-wrap: wrap;
    padding: 0 15px;
  }
  a.donate.orange.button {
    border: 0;
    padding: 4px 20px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 16px;
  }
  a.button {
    padding: 5px 10px;
    text-align: center;
    width: unset;
  }
  .header-image a.button {
    margin: 0 20px;
  }
  .stats-content {
    padding: 5px 5px 146px;
  }
}
@media (max-width: 420px) {
  .publication-type {
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
  }
  .stats-extra-box {
    width: 100%;
    justify-content: center;
  }
  .stats-extra {
    flex-wrap: wrap;
  }
  .stats-content {
    padding: 5px 5px 179px;
  }
  .stats-extra {
    max-width: 90%;
  }
  p.stats-extra-number {
    width: 100%;
  }
  .stats-extra-box p {
    width: 150px;
    max-width: 100%;
  }
  .stats-row {
    padding: 0 0 12px 0;
    min-width: unset;
  }
  .stats-box > h3 {
    font-size: 28px;
    line-height: 1.4;
  }
  .stats-box {
    margin: 70px auto;
    padding: 15px;
    max-width: 353px;
  }
  .stats-content {
    padding: 0 0 179px;
  }
}
@media (max-width: 1080px) {
  .page-id-4990 article#post-4990, main.main.group .preserve-display, .current-initiatives .initiative main.main.details .preserve-display, .newsletter-signup-download main.main.row .preserve-display,
  .newsletter-signup-form main.main.row .preserve-display, main.main.field-guides-container .preserve-display {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.site-footer {
  clear: both;
  background-color: #DBD7BD;
}
.site-footer .inside {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
}
.site-footer .inside:after {
  content: " ";
  display: block;
  clear: both;
}
.site-footer .logos {
  text-align: center;
  margin-bottom: 25px;
}
.site-footer .logos .gtrlc {
  margin-right: 30px;
}
.site-footer .social {
  margin-top: 25px;
}
@media all and (min-width: 48.0625em) {
  .site-footer .address {
    float: left;
    width: 30%;
    float: left;
    margin-right: 5%;
    padding-left: 10px;
  }
  .site-footer .logos {
    float: left;
    width: 30%;
    float: right;
    margin-right: 0;
    text-align: right;
    padding-right: 10px;
  }
  .site-footer .social {
    margin: 0;
    width: 30%;
    float: left;
    margin-right: 5%;
  }
  .site-footer .social p {
    margin: 0 0 15px;
    color: #3F4B00;
    font-size: 14px;
    line-height: 1.2em;
  }
}
.site-footer .accredited {
  display: inline-block;
  width: 51px;
  height: 46px;
  background-image: url(./assets/images/logos/accredited_logo.svg);
  background-size: 51px 46px;
}
.no-svg .site-footer .accredited {
  background-image: url(./assets/images/logos/accredited_logo.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .site-footer .accredited {
    background-image: url(./assets/images/logos/accredited_logo@2x.png);
  }
}
@media all and (min-width: 48.0625em) {
  .site-footer .accredited {
    width: 102px;
    height: 92px;
    background-image: url("./assets/images/logos/accredited_logo.svg");
    background-size: 102px 92px;
  }
  .no-svg .site-footer .accredited {
    background-image: url("./assets/images/logos/accredited_logo@2x.png");
  }
}
@media only screen and (min-width: 48.0625em) and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-width: 48.0625em) and (-o-min-device-pixel-ratio: 3/2), only screen and (min-width: 48.0625em) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 48.0625em) and (min-device-pixel-ratio: 1.5) {
  .no-svg .site-footer .accredited {
    background-image: url("./assets/images/logos/accredited_logo@3x.png");
  }
}
.site-footer .accredited span {
  display: none;
}
.site-footer .gtrlc {
  display: inline-block;
  width: 107px;
  height: 37px;
  background-image: url(./assets/images/logos/gtrlc_logo_green.svg);
  background-size: 107px 37px;
}
.no-svg .site-footer .gtrlc {
  background-image: url(./assets/images/logos/gtrlc_logo_green.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .site-footer .gtrlc {
    background-image: url(./assets/images/logos/gtrlc_logo_green@2x.png);
  }
}
.site-footer .gtrlc span {
  display: none;
}
@media all and (min-width: 48.0625em) {
  .site-footer .gtrlc {
    display: none;
  }
}

address.vcard {
  text-align: center;
  font-family: "chaparral-pro", sans-serif;
  color: #3F4B00;
  font-style: normal;
  font-size: 13px;
  line-height: 19px;
}
@media all and (min-width: 48.0625em) {
  address.vcard {
    text-align: left;
  }
}
address.vcard a {
  color: #3F4B00;
}
address.vcard .org {
  font-weight: bold;
  text-decoration: none;
}
address.vcard .phone {
  display: block;
  margin-top: 10px;
}
address.vcard .adr {
  display: block;
}
address.vcard .adr .line {
  display: block;
}
address.vcard .hours {
  display: block;
  margin-top: 10px;
}
@media all and (min-width: 48.0625em) {
  address.vcard .email {
    display: none;
  }
}

.social {
  text-align: center;
}
.social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social li {
  display: inline-block;
}
.social a {
  display: inline-block;
  width: fit-content !important;
  height: 30px;
  transition: ease 0.2s;
}
.social a:hover {
  opacity: 0.8;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
