/*
Theme Name: Greener Land
Theme URI: https://wordpress.org/themes/greenerland/
Author: D. de Zeeuw / Neko Media
Author URI: https://wordpress.org/
Description: Greener Land brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 3.7
Tested up to: 6.6
Requires at least: 4.7
Requires PHP: 5.2.4
License: CC BY-NC 4.0
License URI: https://creativecommons.org/licenses/by-nc/4.0/
Text Domain: greenerland
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns

This license enables reusers to distribute, remix, adapt, and build upon the material in any medium or format for noncommercial purposes only, and only so long as attribution is given to the creator

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Tailwind
2.0 Components
--------------------------------------------------------------*/

/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.-ml-24 {
  margin-left: -6rem;
}

.-ml-32 {
  margin-left: -8rem;
}

.-ml-40 {
  margin-left: -10rem;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mt-14 {
  margin-top: -3.5rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-28 {
  margin-bottom: 7rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-40 {
  margin-left: 10rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-12 {
  height: 3rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-80 {
  max-height: 20rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-1\/4 {
  width: 25%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-36 {
  width: 9rem;
}

.w-6\/12 {
  width: 50%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-full {
  width: 100%;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-screen-sm {
  max-width: 640px;
}

.max-w-xl {
  max-width: 36rem;
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.list-inside {
  list-style-position: inside;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-stretch {
  align-items: stretch;
}

.justify-between {
  justify-content: space-between;
}

.justify-evenly {
  justify-content: space-evenly;
}

.gap-24 {
  gap: 6rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.border {
  border-width: 1px;
}

.border-none {
  border-style: none;
}

.bg-emerald-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-8 {
  padding: 2rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-center {
  text-align: center;
}

.align-middle {
  vertical-align: middle;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  /* font-size: 1rem; */
  font-size: 0.875rem;
}

a{
  transition: color 0.15s ease-in, border-bottom 0.2s ease-in;
}

a:hover{
  transition: color 0.15s ease-out, border-bottom 0.2s ease-out;
}

.main-nav-items a {
  border-bottom: 2px dotted transparent;
}

/* primary colors */

.bg-green-dark {
  background-color: #014b43;
  color: #fff;
}

.bg-orange {
  background-color: #c88141;
  color: #fff;
}

.text-green {
  color: #014b43;
}

.text-orange {
  color: #c88141;
}

/* Secondary colors */

.bg-green {
  background-color: #347235;
  color: #fff;
}

.bg-green-light {
  background-color: #D4CD16;
  color: #014b43;
}

.bg-green-lightest{
  background-color: #E2EA95;
  color: #014b43;
}

.bg-green-offwhite {
  background-color: #ECEFC4;
  color: #014b43;
}

.bg-green-75{
  background-color: #D5DF62;
  color: #014b43;
}

.bg-green-50{
  background-color: #E2EA95;
  color: #014b43;
}

.bg-orange-light {
  background-color: #E3A857;
  color: #014b43;
}

.bg-yellow {
  background-color: #FFE135;
  color: #014b43;
}

.text-green {
  color: #347235;
}

.text-green-light {
  color: #D4CD16;
}

.text-orange-light {
  color: #E3A857;
}

.text-yellow {
  color: #FFE135;
}

.bg-green a:hover,
.bg-green a:active,
.bg-green a.active,
.bg-green-dark a:hover,
.bg-green-dark a:active,
.bg-green-dark a.active {
  color: #D4CD16;
  text-decoration: none;
  border-bottom-color: #D4CD16;
}

.bg-green-dark .btn-skew:hover{
  color: #FFF;
  border-bottom-color: #FFF;
}

.bg-orange a:hover,
.bg-orange a.active,
.bg-orange a:active {
  color: #FFE135;
  text-decoration: none;
  border-bottom-color: #FFE135;
}

.bg-yellow a:hover,
.bg-yellow a.active,
.bg-yellow a:active{
  color: #014b43;
  text-decoration: none;
  border-bottom-color: #014b43;
}

.bg-green-light a:hover,
.bg-green-light a:active,
.bg-green-offwhite a:hover,
.bg-green-offwhite a:active,
.bg-green-light.active,
.bg-green-offwhite a.active{
  color: #E3A857;
  text-decoration: none;
  border-bottom-color: #E3A857;
}

h1,h2,h3,h4,h5,h6, .button{
  font-family: 'Staatliches', sans-serif;
  /* pt to px2.0625
  /* px to rem  X / 16

  */
}

h4{
  font-size: 1.5rem;
}

.jumbo-contrast{
  text-shadow: -3px -3px 0 rgba(0,0,0,0.5);
}

h1, .h1{
  font-size: 3.125rem;
  line-height: 3.5rem;
}

h2, .h2{
  font-size: 2.625rem;
  letter-spacing: 0.075rem;
  line-height: 2.75rem;
}

h3, .h3{
  font-size: 1.8125rem
}

.font-body {
  font-family: 'Poppins', sans-serif;
  /* 16px / 1rem / ~14pt */
}

.font-header {
  font-family: 'Staatliches', sans-serif;
}

.diagonal {
  /* Note: The diagonal div carries the background color */
  margin-top: 50px;
  padding: 5% 20px;
  /* Added a percentage value for top/bottom padding to keep the wrapper inside of the parent */
  transform: skewY(3deg);
}

.diagonal > * {
  transform: skewY(-3deg);
}

.diagonal-flip {
  /* Note: The diagonal div carries the background color */
  margin-top: 50px;
  padding: 5% 0px 3% 0px;
  /* Added a percentage value for top/bottom padding to keep the wrapper inside of the parent */
  transform: skewY(-3deg);
}

.section.diagonal.diagonal-margin--small{
  /* margin-top: 32px; */
  padding-top: 32px;
}

.diagonal-flip > * {
  transform: skewY(3deg);
}

.section  {
  position:relative;
}

.section.diagonal {
  margin-top: -50px;
}

/* Backgrounds */

.background-forest {
  background-image: url('./assets/images/background_trees_dark.jpg');
  background-size:cover;
  background-position: 0 0;
  background-repeat: repeat;
}

.main-nav{
  z-index: 10;
  position:relative;
  color: white;
  background-color: #014b43;
}

iframe{
  overflow:hidden;
  border-radius: 12px;
}

/* Custom shapes */

.skewed-media {
  position:absolute;
  border-radius: 8px 0;
  top: 8px;
  background: #FFE135;
  z-index: 1;
  transform: skewY(2.5deg);
  left: 8px;
}

.skewed-container {
  position: relative;
  border-radius: 8px;
  z-index: 1;
  transform: skewY(2.5deg);
}

.background-media {
  position:absolute;
  border-radius: 8px;
  top: 8px;
  background: #FFe135;
  opacity: 1;
  z-index: 1;
  left: 8px;
}

#content > svg {
  height: 100px;
  margin-top: -100px;
}

/* .video-background {
  width: 560px;
  height: 295px;
  top: 21px;
  overflow:hidden;
} */

.video-background {
  /* width: 760px; */
  /* height: 472px; */
  top: 0.65rem;
  left: 0.65rem;
  overflow:hidden;
  transform: skewY(2.8deg) scale(1, 0.9);
}

.skewed-media ~ iframe {
  position: relative;
  overflow:hidden;
  margin-top: 32px;
  -webkit-clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%, 0% 0%);
          clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%, 0% 0%);
  z-index:2;
}

.skewed-media ~ img,
.skewed-media ~ .skewed-content {
  position: relative;
  transform: skewY(2.8deg);
  border-radius: 8px;
  z-index: 2;
}

.w-max-px-475 {
  max-width: 475px;
}

@media (max-width: 512px) {

  .site-header > svg {
    height: 100px;
    margin-top: 0;
  }
  .mainfooter svg {
    height: 15px;
 }
  #content > svg {
    height: 15px;
    margin-top: -15px !important;
  }

  .menu-top-menu-container > ul {
    padding-bottom: 2rem;
  }

  .main-navigation > button {
    display: block
  }

  .menu-top-menu-container .menu {
    display:none
  }

  .main-navigation.toggled-on .menu-top-menu-container .menu{
    display:block;
  }

  a[title=Search] {
    display:none;
  }

  .jumbo,
  .wrapper,
  .mainfooter > .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 513px) {
  .main-navigation > button {
    display: none
  }

  .menu-top-menu-container .menu {
    display:flex;
  }
}

/* Interventions */

.list-interventions {
  width: calc(100% - 48px);
}

.list-interventions a > * {
  transition: all 0.2s ease-in-out;
}

.list-interventions a p {
  border-bottom: transparent 2px dashed;
  position: relative;
  z-index: 1;
  transition: all 0.05s ease-in;
}

.list-interventions a:hover p {
  color: #c88141;
  border-bottom: #c88141 2px dashed;
  transition: all 0.05s ease-out;
}

.bg-orange .list-interventions a:hover p {
  color: #FFE135;
  border-bottom: #FFE135 2px dashed;
  transition: color 0.05s ease-out;
}

.list-interventions a:hover .background-media {
  transform: translateX(2px) translateY(2px);
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}

.list-interventions a:hover .z-10 {
  transform: translateX(-2px) translateY(-2px);
  transition: all 0.2s ease-in-out;
}

.list-interventions .background-media{
  max-width: 23rem;
  max-height: 12rem;
}

.list-interventions a .related-thumb{
  box-shadow: 9px 9px 0 1px #FFE135;
  transition: all 0.2s ease-in-out;
}

.list-interventions a:hover .related-thumb{
  box-shadow: 11px 11px 0 1px #FFF;
  transition: all 0.2s ease-in-out;
}

.intervention-filter {
  margin-bottom: 16px;
}

.intervention-filter > label{
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: 'Staatliches', sans-serif;
  margin-bottom: 6px;
}

.intervention-filter .radio-group {
  margin-bottom: 26px;
  margin-top: 16px;
}

.intervention-filters label input {
  visibility: hidden;
  display: inline-block;
}

.intervention-filters label input ~ div {
  content: " ";
  height: 14px;
  width: 14px;
  border: 3px solid #FFF;
  display: inline-block;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  top: 2px;
  margin-left: -16px;
  margin-right: 6px;
  transition: background-color 0.2s ease-out;
  z-index:2;
}

.intervention-filters label input ~ span {
  display:inline-block;
  margin-right: 16px;
}

.intervention-filters label input[type="checkbox"] ~ div {
  border-radius: 0;
}

.intervention-filters label input:checked ~ div {
  background-color: #c88141;
  transition: background-color 0.2s ease-in;
}

.intervention-filters select {
  padding: 10px 36px 10px 16px;
  border-radius: 24px;
  color: #014b43;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-origin: content-box;
  background-position: right -1em center;
  background-repeat: no-repeat;
  background-size: auto;
  box-sizing: border-box;
  padding-right: 1.5em;
  width: 100%;
  max-width: 245px;
}

a.button.btn-back {
  font-size: 2.75rem;
  transform: scaleY(1.25);
  line-height: 2rem;
  min-width:50px
}

.btn-skew {
  /* font-size: 1.375rem;
  z-index: 10;
  position: relative;
  color: #fff;
  padding: 18px 35px 6px 35px;
  display: inline-block;
  letter-spacing: 0.075rem; */
  font-size: 1.375rem;
  z-index: 10;
  position: relative;
  color: #fff;
  padding: 26px 35px 20px 35px;
  display: inline-block;
  letter-spacing: 0.075rem;
  min-width:236px;
  top: -4px;
}

.btn-skew:before{
  background-color: #014b43;
  z-index: -1;
  content: " ";
  position: absolute;
  height: 100%;
  width: calc(100% - 21px);
  /* width - (skew + perspective) */
  margin-top: -0;
  margin-left: -0;
  border-radius: 3px;
  transform-style: preserve-3d;
  transform: perspective(5rem) skew(-12deg, 2deg) rotateY(10deg);
  top: 0;
  transition: background-color 0.1s ease-out;
}

.btn-skew.secondary:before {
  background-color: #c88141;
  color: #fff;
}

.btn-skew:hover:before{
  background-color: hsl(48, 100%, 50%);
  transition: all 0.1s ease-out;
}

.button.btn-skew:hover{
  color: #fff;
  text-shadow: 0 0 0.5rem #990;
  cursor:pointer;
}

/* Variation in button - skew2 */

.button.btn-skew-2 {
  /* padding: 13px 35px 12px 35px;
  top: 2px; */
  padding: 22px 35px 21px 35px;
  top: 5px;
  min-width: 212px;
  text-align: center;
}

.btn-skew-2:before {
  width: calc(100% - 14px);
  /* width - (skew + perspective) */
  transform: perspective(4cm) skew(-12deg, 2deg) rotateY(10deg);
  margin-left: -19px;
  /* counter the different perspective */
  height: 75%;
  top: 7px;
}

.mainfooter {
  width: 100vw;
  overflow: hidden;
  
}

footer.mainfooter > div.section.diagonal {
  padding-top: 60px;
  padding-bottom: 120px;
}

/* Intervention page */

img.image-icon-intervention {
  position: absolute;
  right: 16px;
  top: -75px;
  border-radius: 5px;
  transform: skew(0deg, 4deg);
  box-shadow: 8px 6px 0 1px #FFE135;
}

/* COMPONENTS */

/* Accordion */

.accordion-container {
  display:none;
}

.accordion label{
  position: relative;
  margin-bottom: 16px;
}

.accordion .accordion-title{
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  font-size: 2.625rem;
  letter-spacing: 0.25rem;
  font-family: 'Staatliches', sans-serif;
  cursor: pointer
}

.accordion label:after {
  content: "";
  position: relative;
  margin: 0 0 0 1rem;
  display: inline-block;
  border: 10px solid transparent;
  border-top: 11px solid #014b43;
  border-bottom:  none;
  top: -6px;
  rotate: -90deg;
  transition: rotate 0.2s ease-in-out;
}

.accordion label.btn-skew:after,
.accordion input:checked ~ label.btn-skew:after {
  border-top-color:#fff;
  border-bottom-color: #fff;
}

.accordion input:checked ~ .accordion-container {
  display: block;
}

.accordion input:checked ~ label:after {
  rotate: 0deg;
  transition: rotate 0.2s ease-in-out;
}

.accordions, .accordions-head, .accordion-content {
  background-color: transparent !important;
}

.accordions h3 {
  color: #c88141;
  font-size: 2rem;
}

/* Header menu */

.custom-logo-link {
  width: 225px;
  height: 24px;
  display: block;
}

.main-nav svg {
  fill: #fff;
  height: 1.45rem;
  width: 1.45rem;
  margin-top: 6px;
}

.main-navigation.toggled-on > button .icon-bars{
  display:none;
}

.main-navigation.toggled-on > button .icon-close{
  display: block;
}

.main-navigation button .icon-close{
  display:none;
}

.menu-toggle {
  position: absolute;
  top: -3px;
  right: 32px;
}

.main-nav-items{
  margin-left:5%;
}

.main-nav-items li.menu-item{
  margin-right:1.5rem;
}

/* Main intro */

.section.main-intro.diagonal {
  margin-top: -85px;
}

/* Range slider */

.slidecontainer {
  width: 100%;
  /* Width of the outside container */
}

/* The slider itself */

.slider {
  -webkit-appearance: none;
  /* Override default CSS styles */
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  /* Full-width */
  height: 5px;
  /* Specified height */
  background: #ffff;
  /* Grey background */
  outline: none;
  /* Remove outline */
  opacity: 0.7;
  /* Set transparency (for mouse-over effects on hover) */
  /* 0.2 seconds transition on hover */
  transition: opacity .2s;
  border-radius: 12px;
}

/* Mouse-over effects */

.slider:hover {
  opacity: 1;
  /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 14px;
  /* Set a specific slider handle width */
  height: 14px;
  /* Slider handle height */
  background: #ffffff;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
  border-radius: 100%;
  border: 3px solid #E3A857;
}

.slider::-moz-range-thumb {
  width: 14px;
  /* Set a specific slider handle width */
  height: 14px;
  /* Slider handle height */
  background: #ffffff;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
}

.slidecontainer datalist {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.slidecontainer option {
  padding: 0;
  font-family: 'Staatliches', sans-serif;
  letter-spacing: 0.075rem;
}

/* Intervention goals */

.intervention-goal-list {
  list-style-image: url("assets/images/icon_checkmark.png")
}

.intervention-goal-list, .intervention-goal-list ul{
  list-style-position: inside!important;
}

.intervention-goal-list li{
  margin-top: 2.5rem;
  font-family: 'Staatliches', sans-serif;
  letter-spacing: 0.075rem;
  list-style-image: url("./assets/images/icon_checkmark.png") !important;
}

.intervention-goal-list li:first-child{
  margin-top: 0;
}

.intervention-goal-image {
  box-shadow: 8px 8px 0 1px #FFE135;
}

/* animated background video */

.background-cover-media {
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

/* Overrides from Richtext fields from the CMS*/

/* richtext - content controlled by the author from the CMS so no direct styling control can be applied */

.richtext h4,
.richtext h5,
.richtext h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  margin-bottom: 0.875rem;
}

.richtext ul,
.richtext ol {
  list-style-type: disc;
  padding-left: 2.5rem;
  list-style-position: outside;
  margin-top: 0.875rem;
  margin-bottom: 1.875rem;
}

.richtext a {
  text-decoration: underline;
  color: #008000;
}

.richtext a:hover {
  text-decoration: underline;
  color: #c88141;
  transition: color 0.15s ease-in-out;
}

.richtext a:visited {
  color: #a3540f;
}

.richtext ol {
  list-style-type: decimal;
}

.richtext p {
  margin-bottom: 2.2rem;
}

.richtext pre {
  padding: 0rem 0rem;
  margin: 0 0 1rem 0;
  border-radius: 3px;
  font-size: 75%;
  color: #c88141;
}

/* set highlight images to be full width */

.richtext img[alt^="highlight"],
img.highlight {
  position: relative;
  margin-bottom: 2.5rem;
}

.richtext blockquote {
  font-size: 3.75rem;
  line-height: 3.6rem;
  font-family: 'Staatliches', sans-serif;
  letter-spacing: 0.075rem;
  color: #fff;
  margin-top: 2.5rem;
  padding-bottom: 5.5rem;
  text-align: center;
  font-weight: normal;
}

.richtext blockquote:after {
  content: " “";
  position: absolute;
  color: white;
  font-size: 6rem;
  display: block;
  font-weight: bold;
  font-family: serif;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 1.75rem;
}

.richtext table {
  margin-bottom: 2rem;
  width: 100%;
}

.richtext table td {
  padding: 6px 18px 6px 0;
  border-bottom: 1px dashed rgba(0,100,0,0.5);
  font-size: 1.125rem;
}

@media (max-width: 750px) {
  video.background-cover-media {
    display: none;
  }
}

@media (min-width: 577px) {
  .md\:background-none{
    background: none;
  }

  .main-nav > nav {
    padding-top: 16px;
  }
}

@media (max-width: 576px) {
  .main-nav-items{
    margin-left:0;
  }

  /* .richtext {
    margin-bottom: 1rem;
  } */

  .richtext p {
    margin-bottom: 1rem;
  }

  .richtext h1,
  .richtext h2,
  .richtext h3{
    font-size: 2rem;
    margin-bottom: 0.875rem;
  }

  .richtext h4,
  .richtext h5,
  .richtext h6 {
    font-size: 1.5rem;
    margin-bottom: 0.875rem;
    
  }

  .richtext ul, .richtext ol {
    padding-left: 0.5rem;
    list-style-position: inside;
  }

  .richtext ul li, .richtext ol li{
    margin-bottom: 0.5rem;
  }

  .richtext > img[alt^="highlight"],
  img.highlight {
    position: relative;
    margin-left: -1.5rem;
    width: calc(100vw + 20px);
    height: auto;
    display: block;
    max-width: unset;
    margin-bottom: 1.5rem;
  }

  .richtext iframe {
    margin-left: -1.5rem;
  }

  .w-full\@small-only{
    width: calc(100vw + 2rem);
    margin-left: -1.5rem;
    position: relative;
    display: block;
    max-width: inherit;
  }

  footer.mainfooter > div.section.diagonal {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  /* .main-nav{
    padding-top: 75px;
  } */

  .button.btn-skew{
    padding: 16px 6px;
    margin: 0;
    min-width: 11rem;
    border-radius: 6px;
  }

  .button.btn-skew:active,
  .button.btn-skew:hover{
    background-color: hsl(48, 100%, 50%);
    color: #014b43;
    text-shadow: none;
  }

  .button.btn-skew:before {
    transform: unset;
    margin: 0;
    left:0;
    width: 100%;
    right:0;
    /* content: "";
    display:none; */
  }

  .accordion .accordion-title{
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }

  .richtext blockquote {
    font-size: 1.75rem;
    line-height: 2rem;
    font-family: 'Staatliches', sans-serif;
    letter-spacing: 0.075rem;
    color: #fff;
    margin-top: 2.5rem;
    padding-bottom: 5.5rem;
    text-align: center;
    font-weight: normal;
  }

  .richtext blockquote:after {
    content: "“";
    position: absolute;
    color: white;
    font-size: 3rem;
    display: block;
    font-weight: bold;
    font-family: serif;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 1rem;
  }
}

@media (min-width: 768px) {
  .md\:float-right {
    float: right;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:-ml-40 {
    margin-left: -10rem;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md\:-mt-28 {
    margin-top: -7rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:mb-28 {
    margin-bottom: 7rem;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:ml-28 {
    margin-left: 7rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mt-48 {
    margin-top: 12rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-2\/4 {
    width: 50%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-6xl {
    max-width: 72rem;
  }

  .md\:max-w-screen-md {
    max-width: 768px;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:max-w-6xl {
    max-width: 72rem;
  }

  .lg\:max-w-screen-md {
    max-width: 768px;
  }

  .lg\:max-w-screen-xl {
    max-width: 1280px;
  }
} 