/*!
Theme Name: NWF Blog 2022
Theme URI: https://blog.nwf.org
Author: Openbox9 (Joe Tan)

DO NOT EDIT style.css DIRECTLY. 

Use style.scss.
*/
/*
Fonts
*/
/*
Colors
*/
/*
Responsive breakpoints
*/
/*
Animations
*/
/*
Misc
*/
:root {
  --scrollbarWidth: 0px;
  --viewportWidth: calc(100vw - var(--scrollbarWidth, 0));
  --blockMargin: 4rem;
  --gutter: calc((100vw - 1200px) / 2);
}
@media screen and (max-width: 1324.1379310345px) {
  :root {
    --gutter: 4.6875vw;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --blockMargin: 3rem;
  }
}
@keyframes loading {
  100% {
    background-position: 0px -570px;
  }
}
@keyframes loop {
  from {
    transform: translate(0%, 0%);
  }
  to {
    transform: translate(-50%, 0%);
  }
}
/*
Author: Joe Tan (joetan54@gmail.com)

Copyright (c) 2018 Joe Tan
THIS CODE MAY NOT BE REDISTRIBUTED WITHOUT EXPLICIT PERMISSION
*/
/*
@mixin icon-char($what) {
    @if map-has-key($icons, $what) {

        content: make-icon(map-get($icons, $what));
    }
    @else {
        content: '???';
    }

}
@mixin icon-font($what) {
    font-family: $font-icon;
    font-weight: normal;
    text-rendering: auto; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
    text-transform:none !important;
    @if map-has-key($icons, $what) {
        @include icon-char($what);
    }
}
*/
xmp {
  margin: 0 0 1em;
  background: yellow;
  color: #000;
  overflow: hidden;
  font-size: 10px;
}

img.sample {
  background: #00aaee;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: #000;
  text-align: left;
  min-width: 320px;
}

html {
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #00AD85;
}

body {
  padding: 0 0 0px 0;
  background: #fff;
}
body.rtl {
  direction: rtl;
  unicode-bidi: embed;
  text-align: right;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

em strong,
strong em {
  font-weight: bold;
  font-style: italic;
}

.hidden {
  display: block;
  position: absolute !important;
  top: -10000px !important;
  height: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  visibility: hidden !important;
}

.clear {
  clear: both;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.entity {
  font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

.text-sans-serif {
  font-family: "Fira Sans", sans-serif;
}

.text-serif {
  font-family: Georgia, Times, serif;
}

.text-headline {
  font-family: "Patua One", sans-serif;
}

.text-cursive {
  font-family: cursive;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

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

.text-alignright,
.text-right {
  text-align: right;
}

.text-alignleft,
.text-left {
  text-align: left;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.text-red {
  color: red;
}

.text-green {
  color: #7cb147;
}

.text-blue {
  color: #065C7F;
}

.text-light-blue {
  color: blue;
}

.text-orange {
  color: #F3901A;
}

.text-yellow {
  color: yellow;
}

.text-navy-blue {
  color: navy;
}

.text-teal {
  color: #00AD85;
}

.text-purple {
  color: purple;
}

.text-gray {
  color: #707070;
}

.text-silver {
  color: #f4f4f4;
}

.text-dark-gray {
  color: #393939;
}

.text-nowrap {
  white-space: nowrap;
}

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

img[align=left],
img.alignleft {
  margin: 0 15px 15px 0;
}

img[align=right],
img.alignright {
  margin: 0 0 15px 15px;
}

img.aligncenter {
  display: block;
  margin: 0 auto 15px auto;
}

img.circle {
  border-radius: 50%;
}

img,
a > img {
  border: 0;
}

a {
  color: #065C7F;
  text-decoration: underline;
  transition: all 0.25s ease;
}
a:hover {
  text-decoration: none;
}
a.more {
  white-space: nowrap;
}

iframe {
  max-width: 100%;
}
.fb_iframe_widget iframe {
  max-width: none;
}

.clickable {
  cursor: pointer;
}

.anchor:before {
  content: "";
  display: block;
  height: 120px;
  margin: -120px 0 0;
}

th, td {
  border: 0;
}

.toggle {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .mobile-only, .desktop-hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .mobile-hide, .desktop-only {
    display: none !important;
  }
}
.fb_iframe_widget,
.fb_iframe_widget > span {
  max-width: 100%;
  width: 100%;
}

.has-background.has-red-background-color {
  background-color: red;
}
.has-background.has-blue-background-color {
  background-color: #065C7F;
}
.has-background.has-black-background-color {
  background-color: #000;
}
.has-background.has-dark-gray-background-color {
  background-color: #393939;
}
.has-background.has-gray-background-color {
  background-color: #707070;
}
.has-background.has-light-gray-background-color {
  background-color: #b9b9b9;
}
.has-background.has-white-background-color {
  background-color: #fff;
}

.has-text-color.has-red-color {
  color: red;
}
.has-text-color.has-blue-color {
  color: #065C7F;
}
.has-text-color.has-black-color {
  color: #000;
}
.has-text-color.has-dark-gray-color {
  color: #393939;
}
.has-text-color.has-gray-color {
  color: #707070;
}
.has-text-color.has-light-gray-color {
  color: #b9b9b9;
}
.has-text-color.has-white-color {
  color: #fff;
}

/*
Styles loaded into backend Gutenberg admin and front end
*/
.has-padding-top {
  padding-top: calc(var(--blockMargin, 4rem) * 1) !important;
}

.has-padding-bottom {
  padding-bottom: calc(var(--blockMargin, 4rem) * 1) !important;
}

.has-no-padding-top {
  padding-top: 0 !important;
}

.has-no-padding-bottom {
  padding-bottom: 0 !important;
}

.has-margin-top {
  margin-top: calc(var(--blockMargin, 4rem) * 1) !important;
}

.has-margin-bottom {
  margin-bottom: calc(var(--blockMargin, 4rem) * 1) !important;
}

.has-half-margin-top {
  margin-top: calc(var(--blockMargin, 2rem) * 0.5) !important;
}

.has-half-margin-bottom {
  margin-bottom: calc(var(--blockMargin, 2rem) * 0.5) !important;
}

.has-neg-margin-top {
  margin-top: calc(var(--blockMargin, -4rem) * -1) !important;
}

.has-neg-margin-bottom {
  margin-bottom: calc(var(--blockMargin, -4rem) * -1) !important;
}

.has-neg-half-margin-top {
  margin-top: calc(var(--blockMargin, -2rem) * -0.5) !important;
}

.has-neg-half-margin-bottom {
  margin-bottom: calc(var(--blockMargin, -2rem) * -0.5) !important;
}

.has-no-margin-top {
  margin-top: 0 !important;
}

.has-no-margin-bottom {
  margin-bottom: 0 !important;
}

.has-auto-margin-horizontal {
  margin-left: auto !important;
  margin-right: auto !important;
}

.has-max-width-400 {
  max-width: 400px;
}
.has-max-width-400.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-500 {
  max-width: 500px;
}
.has-max-width-500.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-600 {
  max-width: 600px;
}
.has-max-width-600.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-700 {
  max-width: 700px;
}
.has-max-width-700.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-800 {
  max-width: 800px;
}
.has-max-width-800.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-900 {
  max-width: 900px;
}
.has-max-width-900.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-1000 {
  max-width: 1000px;
}
.has-max-width-1000.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-1100 {
  max-width: 1100px;
}
.has-max-width-1100.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.has-max-width-1200 {
  max-width: 1200px;
}
.has-max-width-1200.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.query-posts {
  position: relative;
  width: 100%;
}
.query-posts .extended-info {
  margin: calc(var(--blockMargin, 2rem) * 0.5) auto;
  width: 100%;
}
.query-posts .no-results {
  margin: calc(var(--blockMargin, 2rem) * 0.5) auto;
  width: 100% !important;
  margin-left: 0 !important;
  text-align: center;
}
.query-posts .hentry.promo-wide {
  margin-top: calc(var(--blockMargin, 6rem) * 1.5);
  margin-bottom: calc(var(--blockMargin, 6rem) * 1.5);
}
.query-posts .hentry.empty.static {
  order: 10000 !important;
}
.query-posts .hentry.heading {
  width: 100% !important;
}

.query-posts.two-across {
  --gap: 3em;
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gap));
  margin-left: calc(-1 * var(--gap));
  width: calc(100% + var(--gap));
}
.query-posts.two-across > .hentry:not(.promo-wide) {
  margin-top: var(--gap);
  margin-left: var(--gap);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .query-posts.two-across {
    flex-direction: column;
    margin-left: 0;
    width: 100%;
  }
  .query-posts.two-across > .hentry:not(.promo-wide) {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .query-posts.two-across > .hentry:not(.promo-wide) {
    width: calc(50% - var(--gap));
  }
}

.query-posts.three-across {
  --gap: 3em;
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gap));
}
.query-posts.three-across > .hentry:not(.promo-wide) {
  margin-top: var(--gap);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .query-posts.three-across {
    flex-direction: column;
    margin-left: 0;
    width: 100%;
  }
  .query-posts.three-across > .hentry:not(.promo-wide) {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .query-posts.three-across > .hentry:not(.promo-wide) {
    width: calc(50% - 2em);
  }
}
@media screen and (min-width: 1024px) {
  .query-posts.three-across > .hentry:not(.promo-wide) {
    width: calc(33.333% - 1.5em);
  }
}

.query-posts.four-across {
  --gap: 3.5em;
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gap));
}
.query-posts.four-across > .extended-info {
  margin-top: calc(var(--blockMargin, 2rem) * 0.5);
  margin-bottom: calc(var(--blockMargin, 2rem) * 0.5);
}
.query-posts.four-across > .hentry:not(.promo-wide) {
  margin-top: var(--gap);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .query-posts.four-across {
    flex-direction: column;
    width: 100%;
  }
  .query-posts.four-across > .hentry:not(.promo-wide) {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .query-posts.four-across > .hentry:not(.promo-wide) {
    width: calc(50% - 1.5em);
  }
}
@media screen and (min-width: 1000px) {
  .query-posts.four-across > .hentry:not(.promo-wide) {
    width: calc(33% - 1.5em);
  }
}
@media screen and (min-width: 1200px) {
  .query-posts.four-across > .hentry:not(.promo-wide) {
    width: calc(25% - 1.5em);
  }
}

.query-posts.three-across.with-promos > .hentry.promo-wide {
  order: -50 !important;
}
@media screen and (max-width: 767px) {
  .query-posts.three-across.with-promos > .hentry:nth-child(1),
  .query-posts.three-across.with-promos > .hentry:nth-child(2),
  .query-posts.three-across.with-promos > .hentry:nth-child(3) {
    order: -100;
  }
}
@media screen and (min-width: 768px) {
  .query-posts.three-across.with-promos > .hentry:nth-child(1),
  .query-posts.three-across.with-promos > .hentry:nth-child(2),
  .query-posts.three-across.with-promos > .hentry:nth-child(3),
  .query-posts.three-across.with-promos > .hentry:nth-child(4) {
    order: -100;
  }
}
@media screen and (min-width: 1024px) {
  .query-posts.three-across.with-promos > .hentry:nth-child(1),
  .query-posts.three-across.with-promos > .hentry:nth-child(2),
  .query-posts.three-across.with-promos > .hentry:nth-child(3),
  .query-posts.three-across.with-promos > .hentry:nth-child(4),
  .query-posts.three-across.with-promos > .hentry:nth-child(5),
  .query-posts.three-across.with-promos > .hentry:nth-child(6) {
    order: -100;
  }
}

.query-posts.four-across.with-promos > .hentry.promo.resource {
  order: -90 !important;
}
.query-posts.four-across.with-promos > .hentry.promo-wide {
  order: -50 !important;
}
@media screen and (max-width: 767px) {
  .query-posts.four-across.with-promos > .hentry:nth-child(1),
  .query-posts.four-across.with-promos > .hentry:nth-child(2) {
    order: -100;
  }
  .query-posts.four-across.with-promos > .hentry:nth-child(3) {
    order: -85;
  }
  .query-posts.four-across.with-promos > .hentry:nth-child(4) {
    order: -85;
  }
}
@media screen and (min-width: 768px) {
  .query-posts.four-across.with-promos > .hentry:nth-child(1) {
    order: -100;
  }
  .query-posts.four-across.with-promos > .hentry:nth-child(2),
  .query-posts.four-across.with-promos > .hentry:nth-child(3),
  .query-posts.four-across.with-promos > .hentry:nth-child(4),
  .query-posts.four-across.with-promos > .hentry:nth-child(5) {
    order: -85;
  }
}
@media screen and (min-width: 1000px) {
  .query-posts.four-across.with-promos > .hentry:nth-child(1),
  .query-posts.four-across.with-promos > .hentry:nth-child(2) {
    order: -100;
  }
  .query-posts.four-across.with-promos > .hentry:nth-child(3),
  .query-posts.four-across.with-promos > .hentry:nth-child(4),
  .query-posts.four-across.with-promos > .hentry:nth-child(5),
  .query-posts.four-across.with-promos > .hentry:nth-child(6),
  .query-posts.four-across.with-promos > .hentry:nth-child(7),
  .query-posts.four-across.with-promos > .hentry:nth-child(8) {
    order: -80;
  }
}
@media screen and (min-width: 1200px) {
  .query-posts.four-across.with-promos > .hentry:nth-child(1),
  .query-posts.four-across.with-promos > .hentry:nth-child(2),
  .query-posts.four-across.with-promos > .hentry:nth-child(3) {
    order: -100;
  }
  .query-posts.four-across.with-promos > .hentry:nth-child(4),
  .query-posts.four-across.with-promos > .hentry:nth-child(5),
  .query-posts.four-across.with-promos > .hentry:nth-child(6),
  .query-posts.four-across.with-promos > .hentry:nth-child(7),
  .query-posts.four-across.with-promos > .hentry:nth-child(8),
  .query-posts.four-across.with-promos > .hentry:nth-child(9),
  .query-posts.four-across.with-promos > .hentry:nth-child(10),
  .query-posts.four-across.with-promos > .hentry:nth-child(11) {
    order: -80;
  }
}

input[type=submit],
input[type=button],
button,
.button {
  position: relative;
  display: inline-block;
  margin: 0em 0 0;
  padding: 1em 2.5em;
  font-family: "Fira Sans", sans-serif;
  font-size: initial;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  color: #fff;
  background: #065C7F;
  background-clip: padding-box;
  border: 0;
  border-radius: 0px;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s linear;
}
input[type=submit] > .icon,
input[type=button] > .icon,
button > .icon,
.button > .icon {
  margin-left: 0.5em;
}
input[type=submit].aligncenter, input[type=submit].center,
input[type=button].aligncenter,
input[type=button].center,
button.aligncenter,
button.center,
.button.aligncenter,
.button.center {
  display: block;
  max-width: 250px;
  margin: 0 auto 1em;
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover,
.button:hover {
  background-color: #e7e7e7;
  text-decoration: none;
}
input[type=submit].loading:after,
input[type=button].loading:after,
button.loading:after,
.button.loading:after {
  position: absolute;
  right: -40px;
  top: 50%;
  margin: -15px 0 0 0;
  display: block;
  background: url(images/loading.png) no-repeat center top;
  width: 30px;
  height: 30px;
  content: " ";
  animation: loading 1s steps(19) infinite;
}
input[type=submit].done,
input[type=button].done,
button.done,
.button.done {
  cursor: default;
  color: #555;
  border-color: #555;
}
input[type=submit].done:hover,
input[type=button].done:hover,
button.done:hover,
.button.done:hover {
  color: #555;
  background: none;
}

button.unstyled,
.button.unstyled {
  padding: 3px 5px;
  background: none;
  color: #363636;
  font-size: 100%;
  font-family: arial, sans-serif;
  background: #eee;
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  border: 1px solid #ccc;
  border-radius: 3px;
}

button.unstyled:hover {
  background: #eeeeee;
}

input[type=text],
input[type=password],
input[type=email],
textarea {
  line-height: 1;
  margin: 0;
  padding: 15px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 20px;
}

textarea {
  width: 100%;
}

/*
.input.select {
    position: relative;
    z-index: 1000;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    //
    //padding: 2px 10px 2px 10px;


    cursor: pointer;
    text-align: left;
    strong {
        position: relative;
        display: block;
        margin: 0;
        padding: 8px 30px 7px 10px;
        min-width: 100px;
        font-size: 14px;
        font-weight: normal;
        background: $color-green;
        color: white;
        .text {
            display: inline-block;
            min-width: 170px;
        }
        .icon {
            position: absolute;
            top: 50%;
            right: 10px;
            height: 20px;
            line-height: 20px;
            margin: -10px 0 0;
            @include transition(transform 0.2s linear);
        }
    }
    &.on {
        strong .icon {
            @include transform(rotate(180deg));
        }
    }
    > select {
        position: absolute;
        z-index: -1000;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }
    .select {
        zoom:1;
        margin: 0;
        padding: 0;
        list-style: none;
        box-sizing: border-box;

        font-size: 14px;
        padding: 0px 0px 5px;
        background: $color-green;
        color: white;
        .option {
            display: block;
            padding: 7px 10px;
            cursor: pointer;
            white-space: normal;
            line-height: normal;
            background: $color-green;
            color: white;

            &.selected,
            &:hover {
                color: $color-text;
            }
            &:last-child {
                border-bottom: 0;
            }
        }
    }
    > .select {
        display: none;

        position: absolute;
        z-index: 1001;
        top: 100%;
        left: 0;
        width: 100%;
        max-height: 300px;
        overflow: auto;
        overflow-x: hidden;
        -ms-overflow-style:-ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
        &::-webkit-scrollbar {
            height: 0;
            width: 0;
        }
    }

    &.on {
        > .select {
            display: block !important;
        }
    }

    @media screen and (max-width:$mobile-breakpoint) {
        select {
            z-index: 1;

        }
        .select {
            display: none !important;
        }
    }
    @media screen and (max-height:600px) {
        select {
            z-index: 1;

        }
        .select {
            display: none !important;
        }
    }
}
*/
/* @group Pagination */
.posts-nav {
  top: 5em;
  clear: both;
  margin: 4em 0 2em;
  white-space: nowrap;
  font-weight: 400;
}
.posts-nav.max-page-1 {
  display: none;
}
.posts-nav.no-ajax {
  visibility: visible;
}
.posts-nav.ajax-pager {
  visibility: visible;
  text-align: center;
}
.posts-nav:after {
  content: " ";
  display: block;
  clear: both;
}
.posts-nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.posts-nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  padding: 0;
  list-style: none;
  color: #808080;
}
.posts-nav ul li.page_info {
  display: none;
}
.posts-nav ul li a {
  display: block;
  padding: 0.5em 0.7em;
  line-height: normal;
  text-decoration: none;
  border: 0;
  color: inherit;
  border-radius: 3px;
}
.posts-nav ul li a:hover {
  color: white;
  background: #808080;
}
.posts-nav ul li.active_page a {
  padding: 0.5em 1em;
  color: #fff;
  background: #00AD85;
}

@media screen and (max-width: 700px) {
  .posts-nav {
    top: 0;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 12px;
  }
  .posts-nav ul li {
    margin-right: 3px;
  }
}
.posts-nav.ajax-pager {
  text-align: center;
}
.posts-nav.ajax-pager .button.done {
  color: #707070;
  cursor: default;
  background: none;
}

/* @end */
#overlay-mask {
  display: block;
  position: fixed;
  z-index: 199999;
  top: 0%;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: background 0.5s ease-in-out;
}
#overlay-mask:before {
  display: none;
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  background: url(images/loading.png) no-repeat center top;
  animation: loading 1s steps(19) infinite;
}
#overlay-mask:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgba(255, 255, 255, 0.8);
  transition: height 0.5s ease-in-out;
}
body.overlay-loading #overlay-mask, body.overlay-init #overlay-mask {
  top: 0%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}
body.overlay-loading #overlay-mask:before {
  display: block;
}
body.overlay-on #overlay-mask:before {
  display: none;
}
body.overlay-on #overlay-mask:after {
  height: 100%;
}

#overlay {
  display: none;
  position: fixed;
  z-index: 200000;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0px 0 0;
  text-align: center;
  color: white;
}
body.overlay-init #overlay {
  display: block;
  transition: transform 0.5s ease-in-out;
  transform: translate(0, -100%);
}
body.overlay-on #overlay {
  transform: translate(0, 0%);
}
#overlay .content-wrap {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#overlay .content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
#overlay.player .content {
  padding: 0 0 56.25% 0;
}
#overlay.player .content iframe {
  display: block;
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-height: calc(100vh - 6em);
  transform: translate(0, 50%);
}
#overlay .close {
  position: absolute;
  z-index: 200001;
  top: 25px;
  right: 25px;
  cursor: pointer;
  text-align: right;
  color: #000;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#overlay .close span {
  display: inline-block;
  vertical-align: middle;
}

.hentry {
  position: relative;
  box-sizing: border-box;
}

.hentry.empty {
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.hentry.excerpt.category-conservation {
  --category-color: #00AD85;
  --category-icon: url(images/icons/conservation.svg);
  --category-icon-white: url(images/icons/conservation-white.svg);
}
.hentry.excerpt.category-garden-habitats {
  --category-color: #7cb147;
  --category-icon: url(images/icons/garden-habitats.svg);
  --category-icon-white: url(images/icons/garden-habitats-white.svg);
}
.hentry.excerpt.category-get-outside {
  --category-color: #065C7F;
  --category-icon: url(images/icons/get-outside.svg);
  --category-icon-white: url(images/icons/get-outside-white.svg);
}
.hentry.excerpt.category-students-and-nature {
  --category-color: #F3901A;
  --category-icon: url(images/icons/students-and-nature.svg);
  --category-icon-white: url(images/icons/students-and-nature-white.svg);
}
.hentry.excerpt.category-students-nature {
  --category-color: #F3901A;
  --category-icon: url(images/icons/students-nature.svg);
  --category-icon-white: url(images/icons/students-nature-white.svg);
}
.hentry.excerpt.category-wildlife-facts {
  --category-color: #B5862F;
  --category-icon: url(images/icons/wildlife-facts.svg);
  --category-icon-white: url(images/icons/wildlife-facts-white.svg);
}
.hentry.excerpt.category-environmental-justice {
  --category-color: #065C7F;
  --category-icon: url(images/icons/environmental-justice.svg);
  --category-icon-white: url(images/icons/environmental-justice-white.svg);
}
.hentry.excerpt .thumbnail {
  display: block;
  position: relative;
  padding: 0 0 100%;
}
.hentry.excerpt .thumbnail .img,
.hentry.excerpt .thumbnail img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background: rgba(0, 173, 133, 0.1);
}
.hentry.excerpt .thumbnail:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2em;
  height: 0.7em;
  background: var(--category-color, rgba(244, 244, 244, 0.5)) no-repeat 50% 50%;
  background-size: 70% auto;
}
.hentry.excerpt .title {
  margin-bottom: 0.5rem;
  color: #003057;
}
.hentry.excerpt .title:last-child {
  margin-bottom: 0;
}
.hentry.excerpt .title a {
  display: block;
  color: inherit;
}
.hentry.excerpt .title a:hover {
  text-decoration: underline;
}
.hentry.excerpt .meta {
  font-size: 0.77em;
}
.hentry.excerpt .meta a {
  color: inherit;
  text-decoration: none;
}
.hentry.excerpt .meta a:hover {
  text-decoration: underline;
}

.hentry.excerpt.hero .thumbnail {
  padding-bottom: 67.926988266%;
  margin-bottom: 2.5rem;
}
.hentry.excerpt.hero .thumbnail:after {
  left: var(--padding-left, 0);
  height: 1em;
  width: 4em;
  bottom: auto;
  top: 100%;
}

.hentry.excerpt.small-wide {
  --thumbnail-size: 165px;
  box-sizing: border-box;
  padding: 1em calc(var(--thumbnail-size) + 1.5em) 1em 0;
  border-bottom: 2px solid #003057;
  min-height: var(--thumbnail-size);
}
.hentry.excerpt.small-wide .thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  width: var(--thumbnail-size);
  height: 100%;
  max-height: calc(var(--thumbnail-size) * 1.2);
  padding: 0;
}
.hentry.excerpt.small-wide .title {
  font-size: 1.11rem;
}

.hentry.excerpt.related .thumbnail {
  margin: 0 0 1rem;
}
.hentry.excerpt.related .title {
  font-size: 1rem;
}

.hentry.excerpt.title-only {
  border-top: 2px solid currentColor;
  padding: 0.5em 0 0;
  margin: 0 0 1.5em;
}
.hentry.excerpt.title-only .thumbnail,
.hentry.excerpt.title-only .content,
.hentry.excerpt.title-only .meta {
  display: none;
}
.hentry.excerpt.title-only .title {
  font-size: 1rem;
}
.hentry.excerpt.title-only:last-child {
  margin-bottom: 0;
}

.hentry.excerpt.featured {
  --x: 7%;
}
.hentry.excerpt.featured .thumbnail {
  margin: 0 0 1rem;
  background: none;
}
.hentry.excerpt.featured .thumbnail img {
  border-radius: 50%;
}
.hentry.excerpt.featured .thumbnail:after {
  bottom: var(--x);
  left: var(--x);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-image: var(--category-icon-white);
}
.hentry.excerpt.featured .title {
  font-size: 1.11rem;
}
@media screen and (min-width: 1024px) {
  .hentry.excerpt.featured > *:not(.thumbnail) {
    padding-left: 2rem;
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .hentry.excerpt.featured {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.hentry.excerpt.wide {
  --thumbnail-size: 165px;
  padding: 0 0 calc(var(--blockMargin, 2rem) * 0.5) calc(var(--thumbnail-size) + 2em);
  margin: 0 0 calc(var(--blockMargin, 2rem) * 0.5);
  border-bottom: 3px solid #b9b1a4;
}
.hentry.excerpt.wide .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--thumbnail-size);
  height: 100%;
  max-height: calc(var(--thumbnail-size));
  padding: 0;
}
.hentry.excerpt.wide .content {
  margin-top: 0.5em;
}
@media screen and (max-width: 560px) {
  .hentry.excerpt.wide {
    padding-left: 0;
  }
  .hentry.excerpt.wide .thumbnail {
    position: relative;
    top: auto;
    left: auto;
    height: var(--thumbnail-size);
    margin: 0 0 1em;
  }
}

.hentry.excerpt.promoted .thumbnail {
  padding-bottom: 66.9642857143%;
}
.hentry.excerpt.promoted .thumbnail:before {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.hentry.excerpt.promoted .title {
  box-sizing: border-box;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  padding: 2rem;
  color: white;
}
.hentry.excerpt.promoted.stretch .thumbnail {
  padding-bottom: 0;
  height: 100%;
}
.hentry.excerpt.promoted.stretch .title {
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
}

body.page-home .wp-block-theme-blocks-featured-posts .featured.posts .meta {
  display: none;
}

#header {
  --header-background-color: #003057;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
}
#header:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 460px;
  height: 100%;
  background: url(images/topographic-square.png) no-repeat 50% 0%;
  background-size: cover;
  max-width: 100vw;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
body.admin-bar #header {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #header {
    margin-top: 46px;
  }
}
#header ul, #header li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header a {
  color: inherit;
  font-weight: 500;
  text-decoration: none;
}
#header > .layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: [top-start] var(--gutter) [left] auto [middle-start] 1fr [middle-end] auto [right] var(--gutter) [top-end];
  grid-template-areas: "top top top top top" "search search search search search" ". logo nav cta .";
  align-items: center;
}
#header > .layout:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 3;
  grid-row-end: 4;
}
#header .block-toggle {
  position: relative;
  z-index: 1;
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
  align-self: start;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
}
@media screen and (min-width: 1025px) {
  #header .block-toggle .toggle {
    display: inline-block;
    padding: 0.5em 2em;
    border-radius: 0 0 10px 10px;
    background: #000;
    color: #fff;
    line-height: 1;
    font-weight: 500;
  }
  #header .block-toggle .toggle.menu {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1100px) {
  #header .block-toggle .toggle {
    font-size: 0.8em;
  }
}
#header .block-top {
  position: relative;
  z-index: 1;
  padding: 5px 2em 0;
  grid-area: top;
  background: #000;
  color: #fff;
}
#header .block-top > ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0em 0;
  gap: 1em;
  overflow: hidden;
  max-height: 0;
  transition: padding 0.5s ease-in-out, max-height 0.5s ease-in-out;
}
body.top-on #header .block-top > ul {
  padding-top: 1em;
  padding-bottom: 1em;
  max-height: 100vh;
  overflow: scroll;
}
#header .block-top > ul > li > a {
  display: inline-block;
  position: relative;
  padding: 0.25em 0;
}
#header .block-top > ul > li > a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  margin: -3px 0 0;
  background: currentColor;
  opacity: 0;
  transition: opacity 0.25s ease;
}
#header .block-top > ul > li > a:hover:after {
  opacity: 1;
}
#header .block-top > .toggle {
  display: inline-block;
  padding: 0.5em 2em;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 0 0 10px 10px;
  background: #000;
  color: #fff;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  #header .block-top {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 830px) {
  #header .block-top a {
    font-weight: 400;
  }
}
#header > .layout:before,
#header .block-logo,
#header .block-nav,
#header .block-cta {
  color: #fff;
}
#header > .layout:before,
#header .block-nav {
  background: var(--header-background-color);
}
#header .block-logo {
  grid-area: logo;
}
#header .block-logo a, #header .block-logo img {
  display: block;
  line-height: 1;
}
#header .block-logo img {
  width: 190px;
}
@media screen and (max-width: 500px) {
  #header .block-logo img {
    width: 130px;
  }
}
#header .block-nav {
  grid-area: nav;
  padding: 0.2em 0;
}
#header .block-nav > ul {
  display: flex;
  justify-content: center;
  gap: 1.5em;
}
#header .block-nav > ul > li {
  padding: 0.7em 0;
}
#header .block-nav > ul > li > a {
  position: relative;
  display: inline-block;
  padding: 0.25em 0;
}
#header .block-nav > ul > li > a:before {
  --size: 40px;
  content: " ";
  display: block;
  box-sizing: border-box;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: var(--size);
  height: var(--size);
  margin-left: calc(var(--size) / -2);
  margin-bottom: -5px;
  background: rgba(0, 0, 0, 0.5) no-repeat 50% 50%;
  background-size: 70% auto;
  border-radius: 50%;
  border: 2px solid currentColor;
  opacity: 0;
  transition: opacity 0.25s ease;
}
#header .block-nav > ul > li > a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  margin: -3px 0 0;
  background: currentColor;
  opacity: 0;
  transition: opacity 0.25s ease;
}
#header .block-nav > ul > li > a:hover:before, #header .block-nav > ul > li > a:hover:after {
  opacity: 1;
}
#header .block-nav > ul > li.current-menu-item > a:before,
#header .block-nav > ul > li.current-menu-item > a:after {
  opacity: 1;
}
#header .block-nav > ul > li.current-menu-item > a:before,
#header .block-nav > ul > li.current-menu-item > a:after {
  opacity: 1;
}
#header .block-nav > ul > li.conservation > a:before {
  color: #00AD85;
  background-color: currentColor;
}
#header .block-nav > ul > li.conservation > a:before {
  background-image: url(images/icons/conservation-white.svg);
}
#header .block-nav > ul > li.garden-habitats > a:before {
  color: #7cb147;
  background-color: currentColor;
}
#header .block-nav > ul > li.garden-habitats > a:before {
  background-image: url(images/icons/garden-habitats-white.svg);
}
#header .block-nav > ul > li.get-outside > a:before {
  color: #065C7F;
  background-color: currentColor;
}
#header .block-nav > ul > li.get-outside > a:before {
  background-image: url(images/icons/get-outside-white.svg);
}
#header .block-nav > ul > li.students-and-nature > a:before {
  color: #F3901A;
  background-color: currentColor;
}
#header .block-nav > ul > li.students-and-nature > a:before {
  background-image: url(images/icons/students-and-nature-white.svg);
}
#header .block-nav > ul > li.students-nature > a:before {
  color: #F3901A;
  background-color: currentColor;
}
#header .block-nav > ul > li.students-nature > a:before {
  background-image: url(images/icons/students-nature-white.svg);
}
#header .block-nav > ul > li.wildlife-facts > a:before {
  color: #B5862F;
  background-color: currentColor;
}
#header .block-nav > ul > li.wildlife-facts > a:before {
  background-image: url(images/icons/wildlife-facts-white.svg);
}
#header .block-nav > ul > li.environmental-justice > a:before {
  color: #065C7F;
  background-color: currentColor;
}
#header .block-nav > ul > li.environmental-justice > a:before {
  background-image: url(images/icons/environmental-justice-white.svg);
}
#header .block-cta {
  position: relative;
  z-index: 1;
  grid-area: cta;
  justify-self: end;
}
#header .block-cta a {
  position: relative;
  display: inline-block;
  padding: 0.25em 0;
}
#header .block-cta a .icon {
  margin-left: 0.5em;
}
#header .block-cta a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  margin: -3px 0 0;
  background: currentColor;
  opacity: 0;
  transition: opacity 0.25s ease;
}
#header .block-cta a:hover:after {
  opacity: 1;
}
#header .block-search {
  position: relative;
  padding: 0.6em 0;
  grid-area: search;
  display: grid;
  grid-template-columns: var(--gutter) 1fr minmax(auto, 800px) 1fr var(--gutter);
  grid-template-areas: ". . query toggle .";
  align-items: center;
  background-color: transparent;
  transition: background-color 0.5s ease-in-out;
}
#header .block-search .block-query {
  grid-area: query;
}
#header .block-search .block-query .query {
  display: flex;
  align-items: center;
  max-width: 0px;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 2px solid currentColor;
  transition: max-width 0.5s ease-in-out;
}
#header .block-search .block-query .query input[type=text] {
  flex-grow: 1;
  background: none;
  padding: 0.5em 0;
  font-size: 18px;
  border: 0;
  outline: 0;
  color: #fff;
}
#header .block-search .block-query .query button {
  background: none;
  color: inherit;
  padding: 0;
  margin: 0;
  border-radius: 0;
  font-size: 20px;
}
#header .block-search .block-query .query ::-webkit-input-placeholder {
  color: #fff;
}
#header .block-search .block-query .query :-moz-placeholder {
  color: #fff;
}
#header .block-search .block-query .query ::-moz-placeholder {
  color: #fff;
}
#header .block-search .block-query .query :-ms-input-placeholder {
  color: #fff;
}
#header .block-search .toggle2 {
  grid-area: toggle;
  display: flex;
  align-items: center;
  justify-content: end;
}
#header .block-search .toggle {
  --size: 40px;
  position: relative;
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f4f4;
  color: #003057;
  border-radius: 50%;
  text-align: center;
}
#header .block-search .toggle .icon {
  font-size: 20px;
}
body.search-on #header .block-search {
  z-index: 5;
  background-color: var(--header-background-color);
  color: #fff;
}
body.search-on #header .block-search .query {
  max-width: 800px;
}
body.search-on #header .block-search .toggle {
  background: inherit;
  color: inherit;
}
body.search-on #header .block-search .toggle .icon:before {
  content: "\f00d";
}
@media screen and (max-width: 1200px) {
  #header .block-nav,
  #header .block-cta {
    font-size: 0.9em;
  }
  #header .block-nav > ul {
    gap: 1em;
  }
  #header > .layout {
    grid-template-columns: [top-start] var(--gutter) [left] 130px [middle-start] 1fr [middle-end] auto [right] var(--gutter) [top-end];
  }
}
@media screen and (min-width: 1025px) {
  #header {
    transition: transform 0.5s ease-in-out;
    transform: translate(0, 0);
  }
  body.scrolled:not(.header-on) #header {
    transform: translate(0, calc(var(--header-top-height) * -1));
  }
  #header .block-nav,
  #header .block-cta {
    transition: opacity 0.5s ease-in-out;
  }
  #header .block-nav > ul > li {
    transition: padding 0.5s ease-in-out;
  }
  #header .block-logo img {
    transition: width 0.5s ease-in-out;
  }
  body.scrolled:not(.header-on) #header .block-nav,
  body.scrolled:not(.header-on) #header .block-cta {
    opacity: 0;
    z-index: -1;
  }
  body.scrolled:not(.header-on) #header .block-nav > ul > li {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.scrolled:not(.header-on) #header .block-logo img {
    width: 100px;
  }
  body.scrolled:not(.header-on) #header:before {
    opacity: 0;
  }
  #header .block-header-toggle {
    position: relative;
    z-index: -1;
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 4;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: end;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  body.scrolled:not(.header-on) #header .block-header-toggle {
    z-index: 10;
    opacity: 1;
  }
  body.scrolled:not(.header-on) #header .block-header-toggle .toggle {
    cursor: pointer;
  }
  #header .block-header-toggle .toggle {
    position: relative;
    width: 100px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: end;
    color: currentColor;
    cursor: default;
    transition: 0.25s ease;
  }
  #header .block-header-toggle .toggle .icon {
    display: block;
    position: relative;
    width: 26px;
    height: 25px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    transform: rotate(0deg);
    opacity: 1;
    margin-left: 2px;
  }
  #header .block-header-toggle .toggle .icon:before, #header .block-header-toggle .toggle .icon:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    top: 50%;
  }
  #header .block-header-toggle .toggle .icon:before {
    border: 2px solid currentColor;
    height: 21px;
    border-width: 3px 0;
    margin: -11px 0 0;
  }
  #header .block-header-toggle .toggle .icon:after {
    height: 3px;
    background: currentColor;
    margin: -2px 0 0;
  }
  body.header-on #header .block-header-toggle .toggle .icon {
    opacity: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 1024px) {
  #header {
    background: var(--header-background-color);
    color: white;
  }
  #header:before {
    display: none;
  }
  #header > .layout {
    grid-template-columns: var(--gutter) auto 1fr 50px var(--gutter);
    grid-template-rows: auto;
    grid-template-areas: ". logo toggle search ." ". nav nav nav ." ". cta cta cta .";
  }
  #header > .layout:before {
    display: none;
  }
  #header .block-logo {
    position: relative;
    z-index: 1;
  }
  #header .block-header-toggle {
    display: none;
  }
  #header .block-toggle {
    grid-area: toggle;
    align-self: center;
    padding: 0 2em 0 0;
    font-size: 0.8em;
    font-weight: 500;
    justify-content: end;
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
  #header .block-toggle .toggle {
    position: relative;
    display: inline-block;
    padding: 0.5em;
  }
  #header .block-toggle .toggle:after {
    content: " ";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 30px;
    height: 7px;
    margin: -8px 0 0 -15px;
    background: url("data:image/svg+xml,%3Csvg version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 width=%22100%25%22 height=%22100%25%22 viewBox=%220 0 76.523 11.953%22%3E%3Cpolyline fill=%22none%22 stroke=%22%23ffffff%22 stroke-width=%225%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 stroke-miterlimit=%2210%22 points=%222.5,2.5 38.262,9.453 74.023,2.5%22/%3E%3C/svg%3E") no-repeat 50% 100%;
    background-size: contain;
    transition: transform 0.25s ease;
    transform: scaleY(1);
  }
  #header .block-toggle .toggle.on:after {
    transform: scaleY(-1);
  }
}
@media screen and (max-width: 1024px) and (max-width: 500px) {
  #header .block-toggle {
    padding-right: 1em;
    -moz-column-gap: 0.5em;
         column-gap: 0.5em;
  }
  #header .block-toggle .toggle {
    padding: 0.5em 0.25em;
    font-size: 18px;
  }
  #header .block-toggle .toggle.top {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #header .block-top,
  #header .block-nav {
    display: none;
    padding: 0;
    margin: 0;
    background: none;
    font-size: 0.9em;
  }
  #header .block-top > ul,
  #header .block-nav > ul {
    flex-direction: column;
    align-items: center;
    max-height: none;
  }
  #header .block-top {
    grid-area: nav;
  }
  body.top-on #header .block-top {
    display: block;
  }
  body.top-on #header .block-top > ul {
    gap: 0.5em;
  }
  #header .block-nav {
    grid-area: nav;
  }
  #header .block-nav > ul {
    gap: 0.5em;
  }
  #header .block-nav > ul > li {
    padding: 0;
  }
  #header .block-nav > ul > li > a:before {
    display: none;
  }
  body.menu-on #header .block-nav {
    display: block;
  }
  body.menu-on #header .block-nav > ul {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  #header .block-search {
    grid-area: unset;
    grid-column-start: 2;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-template-columns: 1fr 50px;
    grid-template-areas: "query toggle";
  }
  #header .block-cta {
    display: none;
    padding: 1em 1em 2em;
    justify-self: center;
  }
  #header .block-cta a {
    position: relative;
    padding: 0.5em 1em;
    border: 2px solid currentColor;
    border-radius: 5px 5px 0 5px;
  }
  body.menu-on #header .block-cta, body.top-on #header .block-cta {
    display: block;
  }
}

#bottom {
  position: relative;
  z-index: 1;
  background: #000;
}
#bottom > .layout {
  --offset: 2em;
  display: grid;
  grid-template-columns: [left] var(--gutter) 1fr calc(var(--blockMargin, 2rem) * 0.5) [middle] calc(var(--blockMargin, 2rem) * 0.5) 1fr var(--gutter) [right];
  grid-template-areas: ". content . . newsletter .";
  align-items: center;
}
#bottom > .layout:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  grid-column-start: left;
  grid-column-end: middle;
  grid-row-start: 1;
  grid-row-end: 2;
  margin-top: calc(var(--offset) * -1);
  padding-bottom: var(--offset);
  background: #000;
}
#bottom > .layout:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  grid-column-start: middle;
  grid-column-end: right;
  grid-row-start: 1;
  grid-row-end: 2;
  margin-bottom: calc(var(--offset) * -1);
  padding-top: var(--offset);
  background: rgba(255, 255, 255, 0.5) url(images/bottom.jpg) no-repeat 50% 100%;
  background-size: cover;
}
@media screen and (max-width: 1100px) and (min-width: 600px) {
  #bottom > .layout:after {
    background-position-y: 80%;
  }
}
@media screen and (max-width: 1100px) {
  #bottom > .layout {
    --offset: 0px;
    grid-template-columns: [left] var(--gutter) 1fr var(--gutter) [right];
    grid-template-areas: ". content ." ". newsletter .";
  }
  #bottom > .layout:before {
    grid-column-start: left;
    grid-column-end: right;
  }
  #bottom > .layout:after {
    grid-column-start: left;
    grid-column-end: right;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
#bottom .block-content {
  position: relative;
  z-index: 1;
  grid-area: content;
  padding: calc(var(--blockMargin, 6rem) * 1.5) calc(var(--blockMargin, 4rem) * 1) calc(var(--blockMargin, 6rem) * 1.5) 0;
  background: #000;
  color: #f4f4f4;
  font-size: 0.9em;
}
#bottom .block-content .wp-block-button {
  margin-top: 2em;
}
@media screen and (max-width: 1100px) {
  #bottom .block-content {
    text-align: center;
    padding-right: 0;
  }
}
#bottom .block-newsletter {
  position: relative;
  z-index: 1;
  grid-area: newsletter;
  padding: calc(var(--blockMargin, 6rem) * 1.5) 0;
  text-align: center;
  color: #fff;
}
#bottom .block-newsletter h3 {
  margin: 0 0 1.5rem;
  font-size: 3rem;
}
#bottom .block-newsletter .buttons {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #003057;
}
#bottom .block-newsletter .buttons .button {
  background-color: #fff;
  color: inherit;
}
#bottom .block-newsletter .social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
  background: #fff;
  padding: 0.25em 1em;
  border-radius: 50px;
  gap: 0.5em;
}
#bottom .block-newsletter .social a {
  --size: 28px;
  display: inline-block;
  width: var(--size);
  height: var(--size);
  line-height: var(--size);
  font-size: 16px;
  background: #003057;
  border-radius: 50%;
  color: #fff;
}
#bottom .block-newsletter .social a:hover {
  background-color: #F3901A;
  color: #fff;
}
@media screen and (max-width: 600px) {
  #bottom .block-newsletter h3 {
    font-size: 2rem;
  }
  #bottom .block-newsletter .buttons {
    flex-direction: column;
    gap: 1em;
  }
  #bottom .block-newsletter .social {
    padding: 0.45em 1.25em;
  }
  #bottom .block-newsletter .social ul.social-icons {
    gap: 1.15em;
  }
  #bottom .block-newsletter .social a {
    --size: 32px;
    font-size: 18px;
  }
}

#footer {
  padding: calc(var(--blockMargin, 6rem) * 1.5) 0 calc(var(--blockMargin, 2rem) * 0.5);
  background: #00AD85;
  color: #000;
}
#footer a:not(.button, .wp-block-button__link, .cta) {
  color: inherit;
}
#footer .layout {
  display: grid;
  grid-template-columns: 1fr minmax(auto, 580px) 1fr;
  grid-template-areas: "logo content cta" "content2 content2 content2";
  gap: 1em;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #footer .layout {
    grid-template-columns: auto auto;
    grid-template-areas: "logo cta" "content content" "content2 content2";
  }
}
@media screen and (max-width: 500px) {
  #footer .layout {
    grid-template-columns: auto;
    grid-template-areas: "logo" "cta" "content" "content2";
    gap: 2em;
  }
}
#footer .block-logo {
  grid-area: logo;
}
#footer .block-logo a,
#footer .block-logo img {
  display: block;
}
#footer .block-logo a {
  max-width: 220px;
}
#footer .block-content {
  grid-area: content;
  text-align: center;
  font-size: 0.7em;
  line-height: 1.3;
}
#footer .block-content2 {
  grid-area: content2;
  text-align: center;
  font-size: 0.7em;
  line-height: 1.3;
}
#footer .block-cta {
  justify-self: end;
  grid-area: cta;
}
#footer .block-cta .wp-block-button a {
  background: #000;
  color: #fff;
}
#footer .block-cta .wp-block-button a:hover {
  background: #F3901A;
}
@media screen and (max-width: 500px) {
  #footer .block-cta,
  #footer .block-logo {
    justify-self: center;
  }
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1324.1379310345px) {
  .wrap {
    margin: 0 4.6875%;
  }
}

.theme-block {
  position: relative;
  margin: 4rem 0;
}
.theme-block:first-child {
  margin-top: 0;
}
.theme-block:last-child {
  margin-bottom: 0;
}
.theme-block.full-width {
  left: 50%;
  width: 100vw;
  width: var(--viewportWidth, 100vw);
  margin-left: -50vw;
  margin-left: calc(var(--viewportWidth, 100vw) / -2);
}

.appear-on-scroll {
  opacity: 0;
  transform: translate(0px, 2rem);
}
.appear-on-scroll.appear-init {
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.appear-on-scroll.appeared {
  opacity: 1;
  transform: translate(0px, 0px);
}
body.no-js .appear-on-scroll {
  opacity: 1;
  transform: none;
}

.intro {
  margin: 0 0 1em;
  font-size: 120%;
}

#wrap {
  position: relative;
  padding: 200px 0 0;
}
#wrap:before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 460px;
  height: 300px;
  background: url(images/topographic-square.png) no-repeat 50% 50%;
  max-width: 100vw;
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  #wrap {
    padding-top: 140px;
  }
}

.main-content {
  position: relative;
  z-index: 1;
}
.main-content .page-blocks {
  min-height: 75vh;
  padding: 0 0 calc(var(--blockMargin, 4rem) * 1);
}

.page-layout {
  position: relative;
  z-index: 1;
}
.page-layout > .layout {
  --main-content-width: 750px;
  display: grid;
  grid-template-columns: var(--gutter) auto var(--gutter);
  grid-template-areas: ". blocks .";
}
.page-layout .page-blocks {
  grid-area: blocks;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 calc(var(--blockMargin, 4rem) * 1);
}

.search-layout {
  position: relative;
  z-index: 1;
}
.search-layout > .layout {
  --main-content-width: 750px;
  display: grid;
  grid-template-columns: var(--gutter) auto var(--gutter);
  grid-template-areas: ". blocks .";
}
.search-layout .page-blocks {
  grid-area: blocks;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 calc(var(--blockMargin, 4rem) * 1);
}

.interior-layout > .layout {
  --main-content-width: 750px;
  display: grid;
  grid-template-columns: var(--gutter) auto var(--main-content-width) auto 180px var(--gutter);
}
.interior-layout > .layout > .block-top {
  position: relative;
  grid-area: top;
}
.interior-layout > .layout > .block-side {
  grid-area: side;
  padding-left: 2em;
}
@media screen and (max-width: 1024px) {
  .interior-layout > .layout {
    --main-content-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .interior-layout > .layout {
    display: block;
    margin-left: var(--gutter);
    margin-right: var(--gutter);
  }
}

.posts-content {
  position: relative;
  z-index: 1;
}
.posts-content > .layout {
  grid-template-areas: ". top top top top ." ". img img img img ." ". . main  .     side  .";
}
.posts-content > .layout > .block-top {
  margin: 0 0 2rem;
}
.posts-content > .layout > .block-top .meta {
  font-size: 0.77em;
  text-transform: uppercase;
}
.posts-content > .layout > .block-top .meta a {
  text-decoration: none;
  font-weight: 400;
}
.posts-content > .layout > .block-top .meta a:hover {
  text-decoration: underline;
}
.posts-content > .layout > .block-featured-image {
  position: relative;
  grid-area: img;
  margin: 0 0 calc(var(--blockMargin, 4rem) * 1);
}
.posts-content > .layout > .block-featured-image img {
  display: block;
  width: 100%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  .posts-content > .layout > .block-featured-image img {
    border-radius: 50px 0 0;
  }
}
.posts-content > .layout > .block-featured-image .caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.5em 1em;
  line-height: 1;
  background: rgba(0, 173, 133, 0.8);
  letter-spacing: 0.03em;
  color: white;
  font-size: 0.77em;
}
.posts-content > .layout > .page-blocks {
  grid-area: main;
}

.archive-content {
  position: relative;
  z-index: 1;
  margin: 0 0 calc(var(--blockMargin, 4rem) * 1);
}
.archive-content > .layout {
  grid-template-areas: ". . top   . side ." ". . posts . side ." ". . nav   . side .";
}
.archive-content > .layout > .block-top {
  margin: 0 0 calc(var(--blockMargin, 4rem) * 1);
  padding-bottom: 2em;
  border-bottom: 3px solid #b9b1a4;
  --size: 130px;
  padding-left: calc(var(--size) + 1.5em);
  min-height: var(--size);
}
.archive-content > .layout > .block-top h1 {
  color: #003057;
}
.archive-content > .layout > .block-top .feed {
  margin-top: 1em;
  font-size: 0.77em;
}
.archive-content > .layout > .block-top .feed a {
  color: inherit;
}
.archive-content > .layout > .block-top .feed a .icon {
  margin: 0 0.5em 0 0;
}
.archive-content > .layout > .block-top .image {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--size);
  height: var(--size);
}
.archive-content > .layout > .block-top .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 50%;
}
.archive-content > .layout > .block-top:not(.has-image) .image {
  background: url(images/avatar.jpg) no-repeat 50% 50%;
  background-size: cover;
  border-radius: 50%;
}
.archive-content > .layout > .query-posts {
  grid-area: posts;
}
.archive-content > .layout > .block-page-nav {
  grid-area: nav;
}

.category-content {
  position: relative;
  z-index: 1;
  margin: 0 0 calc(var(--blockMargin, 4rem) * 1);
}
.category-content > .layout {
  --main-content-width: 750px;
  display: grid;
  grid-template-columns: var(--gutter) auto var(--main-content-width) auto var(--gutter);
  grid-template-areas: "top top top top top" ". . posts . ." ". nav nav nav .";
}
.category-content > .layout > .block-top {
  grid-area: top;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto calc(var(--blockMargin, 8rem) * 2);
}
.category-content > .layout > .query-posts {
  grid-area: posts;
}
.category-content > .layout > .block-page-nav {
  grid-area: nav;
}
@media screen and (max-width: 1024px) {
  .category-content > .layout {
    --main-content-width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .category-content > .layout {
    grid-template-areas: "top top top top top" ". posts posts posts ." ". nav nav nav .";
  }
}

body.theme .page-blocks > .has-background:last-child {
  margin-bottom: calc(var(--blockMargin, -4rem) * -1);
}
body.theme .page-blocks > .has-background + .has-background {
  margin-top: calc(calc(var(--blockMargin, -5rem) * -1.25) - 1px);
}

ul.social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 1em;
}
ul.social-icons a {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  background: white;
  color: #065C7F;
  border-radius: 50%;
}

.front-page-layout {
  display: grid;
  grid-template-columns: calc(var(--gutter) / 2) calc(var(--gutter) / 2) 1fr calc(var(--gutter) / 2) calc(var(--gutter) / 2);
  margin-bottom: calc(var(--blockMargin, 4rem) * 2);
  grid-template-areas: ". hero hero hero ." ". . main . ." ". . posts . ." "feed feed feed feed feed";
}
@media screen and (max-width: 1400px) {
  .front-page-layout {
    grid-template-areas: ". . hero . ." ". . main . ." ". . posts . ." "feed feed feed feed feed";
  }
}
@media screen and (max-width: 1200px) {
  .front-page-layout {
    margin-bottom: calc(var(--blockMargin, 4rem) * 1);
  }
}
.front-page-layout > .theme-block {
  margin-top: 0;
  margin-bottom: 0;
}
.front-page-layout .front-hero-posts {
  grid-area: hero;
}
.front-page-layout .main-content {
  grid-area: main;
  margin: calc(var(--blockMargin, 4rem) * 1) 0;
}
.front-page-layout .front-posts {
  grid-area: posts;
}
.front-page-layout .twitter-feed {
  grid-area: feed;
  margin-top: calc(var(--blockMargin, 4rem) * 1);
  background: url(images/grey-bg.png) repeat #f4f4f4;
}

.meta-topics {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2em;
       column-gap: 2em;
  row-gap: 1em;
  margin: 0 0 1rem;
  letter-spacing: 0.08em;
}
.meta-topics a {
  position: relative;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  padding-left: 40px;
}
.meta-topics a:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: no-repeat 50% 50%;
  background-size: contain;
}
.meta-topics a.term-conservation {
  color: #00AD85;
}
.meta-topics a.term-conservation:before {
  background-image: url(images/icons/conservation.svg);
}
.meta-topics a.term-garden-habitats {
  color: #7cb147;
}
.meta-topics a.term-garden-habitats:before {
  background-image: url(images/icons/garden-habitats.svg);
}
.meta-topics a.term-get-outside {
  color: #065C7F;
}
.meta-topics a.term-get-outside:before {
  background-image: url(images/icons/get-outside.svg);
}
.meta-topics a.term-students-and-nature {
  color: #F3901A;
}
.meta-topics a.term-students-and-nature:before {
  background-image: url(images/icons/students-and-nature.svg);
}
.meta-topics a.term-students-nature {
  color: #F3901A;
}
.meta-topics a.term-students-nature:before {
  background-image: url(images/icons/students-nature.svg);
}
.meta-topics a.term-wildlife-facts {
  color: #B5862F;
}
.meta-topics a.term-wildlife-facts:before {
  background-image: url(images/icons/wildlife-facts.svg);
}
.meta-topics a.term-environmental-justice {
  color: #065C7F;
}
.meta-topics a.term-environmental-justice:before {
  background-image: url(images/icons/environmental-justice.svg);
}

.meta-bottom {
  position: relative;
  clear: both;
  margin-top: 30px;
  padding: 20px 30px;
  border-top: 1px solid #003057;
  font-size: 14px;
}
.meta-bottom a {
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .meta-bottom {
    padding: 10px 0;
  }
}

.widget {
  position: relative;
  font-size: 0.8em;
  line-height: 1.4;
}
.widget h3 {
  font-size: 0.9rem;
  color: #065C7F;
}
.widget a {
  text-decoration: none;
}
.widget a:hover {
  text-decoration: underline;
}
.widget .button {
  padding-left: 1em;
  padding-right: 1em;
}

.widget.share-box {
  --icon-size: 35px;
  padding: 0.5em 0 3em;
  border-top: 4px solid #00AD85;
  color: #003057;
}
.widget.share-box ul, .widget.share-box li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget.share-box > ul {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.widget.share-box > ul a {
  position: relative;
  padding: 0 0 0 calc(var(--icon-size) * 1.2);
  line-height: var(--icon-size);
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: none;
  color: #065C7F;
}
.widget.share-box > ul a .icon {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin-top: calc(var(--icon-size) / -2);
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #065C7F;
  border-radius: 50%;
  transition: background-color 0.25s ease;
}
.widget.share-box > ul a:hover .icon {
  background-color: #00AD85;
}

.bottom-widgets {
  padding: calc(var(--blockMargin, 4rem) * 1) 0 0;
}

.widget.author {
  display: block;
}
.widget.author .avatar {
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 0 1em;
  background: url(images/avatar.jpg) no-repeat 50% 50%;
  background-size: cover;
  border-radius: 50%;
}
.widget.author cite {
  font-style: normal;
  text-transform: uppercase;
}
.widget.author cite a {
  display: block;
}

.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
}
.slick-slider .slick-track:after {
  content: " ";
  display: block;
  clear: both;
}
.slick-slider .slick-slide {
  display: block;
  white-space: normal;
}

.slick-arrow {
  --arrow-size: 30px;
  margin: 0;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  width: var(--arrow-size);
  height: var(--arrow-size);
  line-height: var(--arrow-size);
  border-radius: 50%;
  background: #F3901A;
  transition: background-color 0.25s ease, transform 0.25s ease, margin 0.25s ease;
  text-align: center;
}
.slick-arrow .icon {
  transition: all 0.25s ease;
}

.slick-dots {
  display: block;
  margin: 1em 0.5em 0 0.5em;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
}
.slick-dots li button {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  width: 10px;
  height: 10px;
  background: rgba(204, 204, 204, 0.8);
  text-indent: -10000px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0;
}
.slick-dots li.slick-active button {
  background: #F3901A;
}

.widgets {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.widgets .side-middle {
  margin: calc(var(--blockMargin, 4rem) * 1) 0;
}
@media screen and (min-width: 768px) {
  .widgets .side-top {
    margin-bottom: calc(var(--blockMargin, 40rem) * 10);
  }
  .widgets .side-bottom {
    margin-top: auto;
    order: 100;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .widgets {
    margin: calc(var(--blockMargin, 4rem) * 1) 0;
    padding: 2em 0 0;
    border-top: 2px solid rgba(0, 0, 0, 0.2);
  }
}

.widget {
  position: relative;
  font-size: 0.8em;
  line-height: 1.4;
  margin-bottom: calc(var(--blockMargin, 4rem) * 1);
}
.widget:last-child {
  margin-bottom: 0;
}
.widget h3 {
  font-size: 0.9rem;
  color: #065C7F;
}
.widget a {
  text-decoration: none;
}
.widget a:hover {
  text-decoration: underline;
}
.widget .button {
  padding-left: 1em;
  padding-right: 1em;
}

.widget.share-box {
  --icon-size: 35px;
  padding: 0.5em 0 0;
  border-top: 4px solid #00AD85;
  color: #003057;
}
.widget.share-box ul, .widget.share-box li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget.share-box > ul {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.widget.share-box > ul a {
  position: relative;
  padding: 0 0 0 calc(var(--icon-size) * 1.2);
  line-height: var(--icon-size);
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: none;
  color: #065C7F;
}
.widget.share-box > ul a .icon {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin-top: calc(var(--icon-size) / -2);
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #065C7F;
  border-radius: 50%;
  transition: background-color 0.25s ease;
}
.widget.share-box > ul a:hover .icon {
  background-color: #003057;
}
@media screen and (max-width: 767px) {
  .widget.share-box > ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2em;
  }
}

.bottom-widgets {
  padding: calc(var(--blockMargin, 4rem) * 1) 0 0;
}

.widget.authors {
  display: block;
}
.widget.authors .author {
  display: block;
  position: relative;
}
.widget.authors .avatar {
  position: relative;
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 0 1em;
  background: url(images/avatar.jpg) no-repeat 50% 50%;
  background-size: cover;
  border-radius: 50%;
}
.widget.authors .avatar img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 50%;
}
.widget.authors cite {
  font-style: normal;
  text-transform: uppercase;
}
.widget.authors cite a {
  display: block;
}
@media screen and (min-width: 768px) {
  .widget.authors .author + .author {
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .widget.authors {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
  }
  .widget.authors .author {
    width: 180px;
  }
}
@media screen and (max-width: 450px) {
  .widget.authors .author {
    width: 45%;
  }
}

.theme-block.twitter-feed {
  padding: calc(var(--blockMargin, 4rem) * 1) 0 calc(var(--blockMargin, 6rem) * 1.5);
  margin-bottom: 0;
  color: #003057;
  text-align: center;
}
.theme-block.twitter-feed a {
  color: inherit;
  text-decoration: underline;
}
.theme-block.twitter-feed a:hover {
  text-decoration: none;
}
.theme-block.twitter-feed .block-tweet {
  max-width: 880px;
  margin: 0 auto;
}
.theme-block.twitter-feed .avatar .icon {
  font-size: 30px;
}
.theme-block.twitter-feed .twitter_text {
  font-family: "Patua One", sans-serif;
  font-size: 1.4em;
  line-height: 1.3;
}
.theme-block.twitter-feed .twitter_created_at {
  font-weight: 400;
}

.front-hero-posts > .layout {
  display: grid;
  grid-template-columns: 60% auto;
  -moz-column-gap: 3em;
       column-gap: 3em;
  row-gap: 0.75em;
  grid-template-areas: "one two" "one three" "one four" "one five";
}
.front-hero-posts > .layout .hentry:nth-child(1) {
  grid-area: one;
}
.front-hero-posts > .layout .hentry:nth-child(2) {
  grid-area: two;
}
.front-hero-posts > .layout .hentry:nth-child(3) {
  grid-area: three;
}
.front-hero-posts > .layout .hentry:nth-child(4) {
  grid-area: four;
}
.front-hero-posts > .layout .hentry:nth-child(5) {
  grid-area: five;
}
@media screen and (min-width: 1025px) {
  .front-hero-posts > .layout .hentry:nth-child(1) {
    --padding-left: 2em;
    padding-left: var(--padding-left);
  }
  .front-hero-posts > .layout .hentry:nth-child(1) .thumbnail {
    margin-left: calc(var(--padding-left) * -1);
  }
}
@media screen and (max-width: 1300px) {
  .front-hero-posts > .layout {
    grid-template-columns: 55% auto;
  }
}
@media screen and (max-width: 1200px) {
  .front-hero-posts > .layout .hentry.excerpt.small-wide {
    --thumbnail-size: 130px;
  }
  .front-hero-posts > .layout .hentry.excerpt.small-wide .title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .front-hero-posts > .layout {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "one one" "two three" "four five";
  }
  .front-hero-posts > .layout .hentry:nth-child(1) {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 1024px) {
  .front-hero-posts > .layout .hentry.excerpt.small-wide {
    --thumbnail-size: 120px;
  }
}
@media screen and (max-width: 860px) {
  .front-hero-posts > .layout {
    grid-template-columns: auto;
    grid-template-areas: "one" "two" "three" "four" "five";
  }
}

.front-posts > .layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto 1fr;
  grid-template-areas: "title title title title" "one two three side" "four five six side";
  -moz-column-gap: 4em;
       column-gap: 4em;
  row-gap: 2em;
  /*
          .hentry:nth-child(1) {
              grid-area:one;
          }
          .hentry:nth-child(2) {
              grid-area:two;
          }
          .hentry:nth-child(3) {
              grid-area:three;
          }
          .hentry:nth-child(4) {
              grid-area:four;
          }
          .hentry:nth-child(5) {
              grid-area:five;
          }
          .hentry:nth-child(6) {
              grid-area:six;
          }
          */
}
.front-posts > .layout .block-title {
  grid-area: title;
  text-align: center;
  color: #003057;
}
.front-posts > .layout .side-promo {
  grid-area: side;
}
.front-posts > .layout .side-promo .theme_promo_ad {
  margin: 0 0 2em;
}
@media screen and (max-width: 1024px) {
  .front-posts > .layout {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "title title title" "one two three" "four five six" "side side side";
  }
  .front-posts > .layout .side-promo {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "ad posts";
    gap: 2em;
  }
  .front-posts > .layout .side-promo .theme_promo_ad {
    grid-area: ad;
    margin: 0;
  }
  .front-posts > .layout .side-promo .posts {
    grid-area: posts;
  }
}
@media screen and (max-width: 767px) {
  .front-posts > .layout {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "title title" "one two" "three four" "five six" "side side";
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
  .front-posts > .layout .side-promo {
    display: block;
  }
  .front-posts > .layout .side-promo .theme_promo_ad {
    margin: 0 0 2em;
  }
}

.wp-block-theme-blocks-promotion {
  position: relative;
  margin-bottom: calc(var(--blockMargin, 6rem) * 1.5);
  background: url(images/topographic-square.png) no-repeat 50% 50%;
  background-size: auto;
  background-position: top center;
}
.wp-block-theme-blocks-promotion .block-content {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  max-width: 700px;
  margin: 0 auto;
  padding: calc(var(--blockMargin, 4rem) * 1);
  grid-area: content;
  background: #00AD85;
  color: white;
}
@media screen and (max-width: 500px) {
  .wp-block-theme-blocks-promotion {
    --content-padding: calc(var(--blockMargin, 1.2rem) * 0.3);
  }
}
.wp-block-theme-blocks-promotion .text::before {
  content: " ";
  display: block;
  margin: 25px auto 10px auto;
  width: 40px;
  height: 40px;
  background: url(images/icons/announcement.svg) no-repeat center;
  background-size: contain;
}

.wp-block-theme-blocks-featured-posts {
  --offset: 2em;
}
.wp-block-theme-blocks-featured-posts > .layout {
  /*
          .hentry:nth-child(1) {
              grid-area:one;
          }
          .hentry:nth-child(2) {
              grid-area:two;
          }
          .hentry:nth-child(3) {
              grid-area:three;
          }
          */
}
.wp-block-theme-blocks-featured-posts > .layout .block-title {
  margin: 0 0 2em;
  grid-area: title;
  color: #293329;
  text-align: center;
}
.wp-block-theme-blocks-featured-posts > .layout .block-posts {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2em;
}
.wp-block-theme-blocks-featured-posts > .layout .block-posts .hentry {
  flex-basis: 28%;
}
.wp-block-theme-blocks-featured-posts > .layout .block-posts .hentry:nth-child(3n-2),
.wp-block-theme-blocks-featured-posts > .layout .block-posts .hentry:nth-child(3n) {
  transform: translate(0, 2em);
}
@media screen and (max-width: 1024px) {
  .wp-block-theme-blocks-featured-posts > .layout .block-posts {
    gap: 1em;
    justify-content: space-between;
  }
  .wp-block-theme-blocks-featured-posts > .layout .block-posts .hentry {
    flex-basis: 30%;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-theme-blocks-featured-posts > .layout .block-posts {
    display: block;
  }
  .wp-block-theme-blocks-featured-posts > .layout .block-posts .hentry {
    transform: none !important;
  }
  .wp-block-theme-blocks-featured-posts > .layout .block-posts .hentry + .hentry {
    margin-top: 2em;
  }
  .wp-block-theme-blocks-featured-posts > .layout .block-posts .hentry.empty {
    display: none !important;
  }
}

.theme-block.bottom-posts {
  padding: calc(var(--blockMargin, 2rem) * 0.5) 0 calc(var(--blockMargin, 4rem) * 1);
  background: url(images/grey-bg.png) 50% 50% repeat #f4f4f4;
}
.theme-block.bottom-posts > .wrap > .layout {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "tabs" "posts";
}
.theme-block.bottom-posts .block-tabs {
  grid-area: tabs;
  margin: 0 0 calc(var(--blockMargin, 2rem) * 0.5);
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  line-height: 1;
}
.theme-block.bottom-posts .block-tabs li a {
  display: block;
  padding: 0.75em 2em;
  text-transform: uppercase;
  background: #f4f4f4;
  color: #00AD85;
  font-weight: 400;
  text-decoration: none;
}
.theme-block.bottom-posts .block-tabs li a:hover {
  background-color: #00AD85;
  color: #fff;
}
.theme-block.bottom-posts .block-tabs li.on a {
  background-color: #00AD85;
  color: #fff;
}
.theme-block.bottom-posts .block-posts {
  grid-area: posts;
  display: none;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2em;
}
.theme-block.bottom-posts .block-posts.on {
  display: flex;
}
.theme-block.bottom-posts .block-posts .hentry {
  width: 150px;
}
.theme-block.bottom-posts + #bottom {
  margin-top: calc(var(--blockMargin, -4rem) * -1);
}
@media screen and (max-width: 1000px) {
  .theme-block.bottom-posts .block-posts .hentry:nth-child(n+5) {
    display: none;
  }
}

.theme-block.category-promoted-posts {
  position: relative;
  padding: 0;
  margin-top: calc(var(--blockMargin, 2rem) * 0.5);
  display: grid;
  grid-template-columns: 75% auto;
  grid-template-rows: 1fr auto;
  grid-template-areas: "one two" "one promo";
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.theme-block.category-promoted-posts > .block-icon {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 170px;
  height: 170px;
  margin-left: -85px;
  background: no-repeat 50% 50%;
}
.theme-block.category-promoted-posts > .block-icon:before {
  position: absolute;
  display: block;
  content: " ";
  top: 50%;
  left: 50%;
  width: 110px;
  height: 110px;
  margin: -55px 0 0 -55px;
  border-radius: 50%;
}
.theme-block.category-promoted-posts > .block-icon:after {
  display: block;
  content: " ";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  background: center no-repeat;
  background-size: contain;
}
.theme-block.category-promoted-posts.term-conservation {
  padding-top: 100px;
}
.theme-block.category-promoted-posts.term-conservation > .block-icon {
  background-image: url(images/watercolor-conservation.png);
}
.theme-block.category-promoted-posts.term-conservation > .block-icon:before {
  background-color: #fff;
}
.theme-block.category-promoted-posts.term-conservation > .block-icon:after {
  background-image: url(images/icons/conservation.svg);
}
.theme-block.category-promoted-posts.term-garden-habitats {
  padding-top: 100px;
}
.theme-block.category-promoted-posts.term-garden-habitats > .block-icon {
  background-image: url(images/watercolor-garden-habitats.png);
}
.theme-block.category-promoted-posts.term-garden-habitats > .block-icon:before {
  background-color: #fff;
}
.theme-block.category-promoted-posts.term-garden-habitats > .block-icon:after {
  background-image: url(images/icons/garden-habitats.svg);
}
.theme-block.category-promoted-posts.term-get-outside {
  padding-top: 100px;
}
.theme-block.category-promoted-posts.term-get-outside > .block-icon {
  background-image: url(images/watercolor-get-outside.png);
}
.theme-block.category-promoted-posts.term-get-outside > .block-icon:before {
  background-color: #fff;
}
.theme-block.category-promoted-posts.term-get-outside > .block-icon:after {
  background-image: url(images/icons/get-outside.svg);
}
.theme-block.category-promoted-posts.term-students-and-nature {
  padding-top: 100px;
}
.theme-block.category-promoted-posts.term-students-and-nature > .block-icon {
  background-image: url(images/watercolor-students-and-nature.png);
}
.theme-block.category-promoted-posts.term-students-and-nature > .block-icon:before {
  background-color: #fff;
}
.theme-block.category-promoted-posts.term-students-and-nature > .block-icon:after {
  background-image: url(images/icons/students-and-nature.svg);
}
.theme-block.category-promoted-posts.term-students-nature {
  padding-top: 100px;
}
.theme-block.category-promoted-posts.term-students-nature > .block-icon {
  background-image: url(images/watercolor-students-nature.png);
}
.theme-block.category-promoted-posts.term-students-nature > .block-icon:before {
  background-color: #fff;
}
.theme-block.category-promoted-posts.term-students-nature > .block-icon:after {
  background-image: url(images/icons/students-nature.svg);
}
.theme-block.category-promoted-posts.term-wildlife-facts {
  padding-top: 100px;
}
.theme-block.category-promoted-posts.term-wildlife-facts > .block-icon {
  background-image: url(images/watercolor-wildlife-facts.png);
}
.theme-block.category-promoted-posts.term-wildlife-facts > .block-icon:before {
  background-color: #fff;
}
.theme-block.category-promoted-posts.term-wildlife-facts > .block-icon:after {
  background-image: url(images/icons/wildlife-facts.svg);
}
.theme-block.category-promoted-posts.term-environmental-justice {
  padding-top: 100px;
}
.theme-block.category-promoted-posts.term-environmental-justice > .block-icon {
  background-image: url(images/watercolor-environmental-justice.png);
}
.theme-block.category-promoted-posts.term-environmental-justice > .block-icon:before {
  background-color: #fff;
}
.theme-block.category-promoted-posts.term-environmental-justice > .block-icon:after {
  background-image: url(images/icons/environmental-justice.svg);
}
.theme-block.category-promoted-posts > .hentry:nth-child(1) {
  grid-area: one;
}
.theme-block.category-promoted-posts > .hentry:nth-child(2) {
  grid-area: two;
}
.theme-block.category-promoted-posts > .block-promo {
  grid-area: promo;
  margin-top: 5px;
}
.theme-block.category-promoted-posts > .block-promo a {
  display: block;
}
.theme-block.category-promoted-posts > .block-promo a img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .theme-block.category-promoted-posts {
    grid-template-columns: 50% auto;
    grid-template-rows: auto;
    grid-template-areas: "one one" "two promo";
  }
}
@media screen and (max-width: 767px) {
  .theme-block.category-promoted-posts {
    grid-template-columns: auto;
    grid-template-rows: minmax(300px, 30vh) minmax(200px, 20vh) auto;
    grid-template-areas: "one" "two" "promo";
  }
  .theme-block.category-promoted-posts > .hentry:nth-child(1) .thumbnail {
    padding-bottom: 0;
    height: 100%;
  }
  .theme-block.category-promoted-posts > .hentry:nth-child(1) .title {
    padding-bottom: 2rem;
    padding-left: 1.5rem;
  }
  .theme-block.category-promoted-posts > .block-promo {
    background: #00AD85;
  }
  .theme-block.category-promoted-posts > .block-promo a {
    max-width: 300px;
    margin: 0 auto;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading {
  margin: 0 0 0.5rem 0;
  padding: 0;
  clear: both;
  font-family: "Patua One", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.35;
}
h1.inline,
h2.inline,
h3.inline,
h4.inline,
h5.inline,
h6.inline,
.heading.inline {
  display: inline;
  margin-right: 1em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.heading a {
  text-decoration: none;
  color: inherit;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.heading:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.heading:last-child {
  margin-bottom: 0;
}
h1.has-text-align-center,
h2.has-text-align-center,
h3.has-text-align-center,
h4.has-text-align-center,
h5.has-text-align-center,
h6.has-text-align-center,
.heading.has-text-align-center {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  margin-bottom: 1rem;
  font-size: 2.88rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.5px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 1.94rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
h2.is-style-arrow {
  font-size: 1.667rem;
}
@media screen and (min-width: 1200px) {
  h2.is-style-arrow {
    padding-right: 2em;
  }
}

h3 {
  font-size: 1.333rem;
  line-height: 1.27;
  letter-spacing: -0.125px;
}

h4 {
  font-size: 1.27rem;
}

h5, .h5 {
  font-size: 1.22rem;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Fira Sans", sans-serif;
}

h6 {
  font-size: 1rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br,
  .heading br {
    display: none;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.6rem;
  }
  h3 {
    font-size: 1.3rem;
  }
}
[class*=wp-block] + h1, [class*=wp-block] + h2,
[class*=theme-block] + h1,
[class*=theme-block] + h2,
p + h1,
p + h2,
ol + h1,
ol + h2,
ul + h1,
ul + h2 {
  margin-top: calc(var(--blockMargin, 3.2rem) * 0.8);
}

[class*=wp-block] + h3,
[class*=theme-block] + h3,
p + h3,
ol + h3,
ul + h3 {
  margin-top: calc(var(--blockMargin, 2rem) * 0.5);
}

[class*=wp-block] + h4, [class*=wp-block] + h5, [class*=wp-block] + .h5, [class*=wp-block] + h6,
[class*=theme-block] + h4,
[class*=theme-block] + h5,
[class*=theme-block] + .h5,
[class*=theme-block] + h6,
p + h4,
p + h5,
p + .h5,
p + h6,
ol + h4,
ol + h5,
ol + .h5,
ol + h6,
ul + h4,
ul + h5,
ul + .h5,
ul + h6 {
  margin-top: calc(var(--blockMargin, 1.6rem) * 0.4);
}

.is-style-expandable {
  cursor: pointer;
  position: relative;
  padding-left: 1.5em;
}
.is-style-expandable:hover {
  color: #065C7F;
}
.is-style-expandable:before {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  margin: 0 0.2em 0 0;
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-transform: none;
  content: "\+";
  transition: all 0.2s ease-in-out;
  transform: rotate(90deg);
  font-size: 1em;
  color: currentColor;
}
.is-style-expandable:focus {
  outline: none;
  text-decoration: underline;
}
.is-style-expandable.opened:before {
  transform: rotate(180deg);
  content: "\f068";
}
@media screen and (min-width: 768px) {
  body.theme .is-style-expandable.mobile-expand {
    cursor: default;
    padding-top: 0;
    border-top: 0;
  }
  body.theme .is-style-expandable.mobile-expand:before {
    display: none;
  }
  body.theme .is-style-expandable.mobile-expand + .expand-content {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  body.theme .is-style-expandable.mobile-expand {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding-top: 2rem;
  }
  body.theme .is-style-expandable.mobile-expand:before {
    margin-top: 2rem;
  }
}

.expand-content {
  display: none;
  margin: 0 0 1.5em 0;
}
.expand-content + .is-style-expandable {
  margin-top: 1em;
}

h1.is-style-arrow > a,
h2.is-style-arrow > a,
h3.is-style-arrow > a,
h4.is-style-arrow > a,
h5.is-style-arrow > a,
h6.is-style-arrow > a,
.heading.is-style-arrow > a {
  color: red;
}
h1.is-style-arrow .icon,
h2.is-style-arrow .icon,
h3.is-style-arrow .icon,
h4.is-style-arrow .icon,
h5.is-style-arrow .icon,
h6.is-style-arrow .icon,
.heading.is-style-arrow .icon {
  display: inline-block;
  margin: 0 0 0 0.5rem;
  width: 0.8em;
  height: 0.7em;
  stroke: currentColor;
  stroke-width: 8;
  transition: all 0.25s ease;
}
h1.is-style-arrow a:hover .icon,
h2.is-style-arrow a:hover .icon,
h3.is-style-arrow a:hover .icon,
h4.is-style-arrow a:hover .icon,
h5.is-style-arrow a:hover .icon,
h6.is-style-arrow a:hover .icon,
.heading.is-style-arrow a:hover .icon {
  transform: translate(5px, 0);
}

p {
  margin: 0 0 1em 0;
}
p:last-child {
  margin-bottom: 0;
}

p.has-drop-cap:not(:focus)::first-letter {
  color: red;
  font-size: 4em;
  font-weight: 600;
  line-height: 1;
}

p.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
.wp-block-column p.has-text-align-center {
  max-width: 400px;
}

/*
.has-small-font-size {
	font-size:.88em;
}
p.is-style-intro,
.has-medium-font-size {
	font-size:1.16em;
	margin-bottom: 1.2em;
}
.has-large-font-size {
	font-size:1.6em;
}
*/
p.is-style-intro {
  font-size: var(--wp-preset--font-size--medium, 1.16em);
}

.wp-block-buttons {
  margin-bottom: 1em;
}
.wp-block-buttons:last-child {
  margin-bottom: 0;
}
.wp-block-buttons > .wp-block-button:last-child,
.wp-block-buttons > .wp-block-button.wp-block-button:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .wp-block-buttons > .wp-block-button:last-child,
  .wp-block-buttons > .wp-block-button.wp-block-button:last-child {
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-buttons.is-content-justification-center > .wp-block-button {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
p + .wp-block-buttons {
  margin-top: 1.5em;
}

.wp-block-button {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.wp-block-button > .wp-block-button__link {
  position: relative;
  margin: 0;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  border: 0;
  text-decoration: none;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s ease;
}
.wp-block-button > .wp-block-button__link .icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
  margin: 0 0 0 1em;
  color: var(--background-color, #000);
  background: #fff;
  border: 0px;
  border-radius: 50%;
  transition: all 0.25s ease;
}
.wp-block-button > .wp-block-button__link:visited {
  color: inherit;
}
.clickable:hover .wp-block-button > .wp-block-button__link .icon, .wp-block-button > .wp-block-button__link:hover .icon {
  transform: translate(3px, 0);
}
.wp-block-button:not(.is-style-outline, .is-style-text-link) > .wp-block-button__link {
  background: #f4f4f4;
  color: #000;
}
.wp-block-button:not(.is-style-outline, .is-style-text-link) > .wp-block-button__link.has-red-color {
  color: red;
}
.wp-block-button:not(.is-style-outline, .is-style-text-link) > .wp-block-button__link.has-blue-color {
  color: #065C7F;
}
.wp-block-button:not(.is-style-outline, .is-style-text-link) > .wp-block-button__link.has-black-color {
  color: #000;
}
.wp-block-button:not(.is-style-outline, .is-style-text-link) > .wp-block-button__link.has-dark-gray-color {
  color: #393939;
}
.wp-block-button:not(.is-style-outline, .is-style-text-link) > .wp-block-button__link.has-gray-color {
  color: #707070;
}
.wp-block-button:not(.is-style-outline, .is-style-text-link) > .wp-block-button__link.has-light-gray-color {
  color: #b9b9b9;
}
.wp-block-button:not(.is-style-outline, .is-style-text-link) > .wp-block-button__link.has-white-color {
  color: #fff;
}
.wp-block-button:not(.is-style-outline, .is-style-text-link) > .wp-block-button__link.has-red-background-color {
  background-color: red;
}
.wp-block-button:not(.is-style-outline, .is-style-text-link) > .wp-block-button__link.has-blue-background-color {
  background-color: #065C7F;
}
.wp-block-button:not(.is-style-outline, .is-style-text-link) > .wp-block-button__link.has-black-background-color {
  background-color: #000;
}
.wp-block-button:not(.is-style-outline, .is-style-text-link) > .wp-block-button__link.has-dark-gray-background-color {
  background-color: #393939;
}
.wp-block-button:not(.is-style-outline, .is-style-text-link) > .wp-block-button__link.has-gray-background-color {
  background-color: #707070;
}
.wp-block-button:not(.is-style-outline, .is-style-text-link) > .wp-block-button__link.has-light-gray-background-color {
  background-color: #b9b9b9;
}
.wp-block-button:not(.is-style-outline, .is-style-text-link) > .wp-block-button__link.has-white-background-color {
  background-color: #fff;
}
.wp-block-button:not(.is-style-outline, .is-style-text-link) > .wp-block-button__link:visited {
  color: #000;
}
.wp-block-button:not(.is-style-outline, .is-style-text-link) > .wp-block-button__link:hover {
  background: #F3901A;
  color: white;
}
.wp-block-button.is-style-arrow > .wp-block-button__link {
  display: inline-flex;
  padding: 0;
}
.wp-block-button.is-style-arrow > .wp-block-button__link > .label {
  display: inline-block;
  padding: 0.75rem 1em 0.75rem 2em;
}
.wp-block-button.is-style-arrow > .wp-block-button__link > .i {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.25);
  padding: 0 1.2em 0 1em;
  margin: 0 0 0 0.5em;
  border-radius: 0 100% 100% 0;
  -webkit-clip-path: ellipse(50% 100% at 50% 50%);
          clip-path: ellipse(50% 100% at 50% 50%);
}
.wp-block-button.is-style-arrow > .wp-block-button__link .icon {
  margin: 0;
}
.wp-block-button.is-style-text-link {
  text-transform: uppercase;
}
.wp-block-button.is-style-text-link > .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  background: none !important;
  border-radius: none;
  padding: 0;
  color: inherit;
  font-weight: 600;
  font-size: 0.89em;
  letter-spacing: 0.05em;
  border-radius: 0;
}
@media only screen and (max-width: 430px) {
  .wp-block-button.is-style-text-link > .wp-block-button__link {
    font-size: 0.7em;
  }
}
.wp-block-button.is-style-text-link > .wp-block-button__link > .label {
  display: inline-block;
  padding: 0.75rem 0;
}
@media only screen and (max-width: 430px) {
  .wp-block-button.is-style-text-link > .wp-block-button__link > .label {
    text-align: left;
  }
}
.wp-block-button.is-style-text-link > .wp-block-button__link.has-red-background-color .icon {
  background-color: red;
}
.wp-block-button.is-style-text-link > .wp-block-button__link.has-blue-background-color .icon {
  background-color: #065C7F;
}
.wp-block-button.is-style-text-link > .wp-block-button__link.has-black-background-color .icon {
  background-color: #000;
}
.wp-block-button.is-style-text-link > .wp-block-button__link.has-dark-gray-background-color .icon {
  background-color: #393939;
}
.wp-block-button.is-style-text-link > .wp-block-button__link.has-gray-background-color .icon {
  background-color: #707070;
}
.wp-block-button.is-style-text-link > .wp-block-button__link.has-light-gray-background-color .icon {
  background-color: #b9b9b9;
}
.wp-block-button.is-style-text-link > .wp-block-button__link.has-white-background-color .icon {
  background-color: #fff;
}
.wp-block-button.is-style-text-link > .wp-block-button__link.has-red-background-color .icon {
  color: white;
}
.wp-block-button.is-style-outline > .wp-block-button__link {
  background: none;
  border: 2px solid currentColor;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover {
  background-color: red;
  border-color: red;
  color: #fff !important;
}
.wp-block-button.is-style-outline > .wp-block-button__link .icon {
  border: 0;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-red-color {
  color: red;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-blue-color {
  color: #065C7F;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-black-color {
  color: #000;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-dark-gray-color {
  color: #393939;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-gray-color {
  color: #707070;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-light-gray-color {
  color: #b9b9b9;
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-white-color {
  color: #fff;
}
.has-background .wp-block-button.is-style-outline > .wp-block-button__link:hover {
  background-color: #fff;
  color: red !important;
  border: 2px solid #fff;
}
.wp-block-button.no-arrow > .wp-block-button__link .icon.css-arrow {
  display: none;
}

.wp-block-columns {
  position: relative;
  margin-top: calc(var(--blockMargin, 2rem) * 0.5);
  margin-bottom: calc(var(--blockMargin, 2rem) * 0.5);
}
.wp-block-columns:first-child {
  margin-top: 0;
}
.wp-block-columns:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 782px) {
  .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: calc(var(--blockMargin, 4rem) * 1);
  }
}
@media screen and (max-width: 781px) {
  .wp-block-columns {
    display: block;
  }
  .wp-block-columns .wp-block-column {
    margin-left: auto;
    margin-right: auto;
  }
  .wp-block-columns .wp-block-column + .wp-block-column {
    margin-top: 2rem;
  }
}
.wp-block-columns > .wp-block-column {
  position: relative;
}
@media screen and (min-width: 768px) {
  .wp-block-columns > .wp-block-column.has-padding-left {
    padding-left: 2em;
  }
  .wp-block-columns > .wp-block-column.has-padding-left > .wp-block-image {
    margin-left: -2em;
  }
  .wp-block-columns > .wp-block-column.has-padding-right {
    padding-right: 2em;
  }
  .wp-block-columns > .wp-block-column.has-padding-right > .wp-block-image {
    margin-right: -2em;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-columns {
    display: block;
  }
  .wp-block-columns > .wp-block-column {
    margin-left: 0;
    margin-bottom: 2rem;
  }
  .wp-block-columns > .wp-block-column:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .wp-block-columns.mobile-carousel .wp-block-column.slick-slide {
    margin-left: 0;
  }
  .wp-block-columns.mobile-carousel .slick-list {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
  }
  .wp-block-columns.mobile-carousel .slick-slide {
    padding: 4.6875vw;
  }
}

.wp-block-columns.is-style-separators .wp-block-column:not(:first-child):before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: -2rem;
  width: 1px;
  height: 100%;
  background-color: currentColor;
  opacity: 0.1;
}
@media screen and (max-width: 781px) {
  .wp-block-columns.is-style-separators .wp-block-column {
    margin-left: 0;
  }
  .wp-block-columns.is-style-separators .wp-block-column:not(:first-child):before {
    display: none;
  }
}

.wp-block-columns.is-style-boxes > .wp-block-column {
  padding: 3em 2.5em 2.5em;
  border-radius: 15px;
  background: white;
}
@media screen and (min-width: 782px) {
  .wp-block-columns.is-style-boxes > .wp-block-column:not(:first-child) {
    margin-left: calc(var(--blockMargin, 1rem) * 0.25);
  }
}

figure.wp-caption {
  margin: calc(var(--blockMargin, 4rem) * 1) 0;
  max-width: 100%;
}
figure.wp-caption:first-child {
  margin-top: 0;
}
figure.wp-caption:last-child {
  margin-bottom: 0;
}
figure.wp-caption.alignleft {
  margin-right: 1rem;
  margin-top: 0;
}
figure.wp-caption.alignright {
  margin-left: 1rem;
  margin-top: 0;
}
figure.wp-caption .wp-caption-text {
  font-size: 0.85em;
}

.wp-block-image {
  position: relative;
  margin-top: calc(var(--blockMargin, 4rem) * 1);
  margin-bottom: calc(var(--blockMargin, 4rem) * 1);
}
.wp-block-image:first-child {
  margin-top: 0;
}
.wp-block-image:last-child {
  margin-bottom: 0;
}
.wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image.alignright {
  margin-top: 1em;
  margin-left: calc(var(--blockMargin, 2rem) * 0.5);
}
@media screen and (min-width: 1090px) {
  .wp-block-image.alignright {
    margin-right: calc(var(--blockMargin, -4rem) * -1);
  }
}
.wp-block-image.alignleft {
  margin-top: 1em;
  margin-right: calc(var(--blockMargin, 2rem) * 0.5);
}
@media screen and (min-width: 1090px) {
  .wp-block-image.alignleft {
    margin-left: calc(var(--blockMargin, -4rem) * -1);
  }
}
h1 + .wp-block-image, h2 + .wp-block-image, h3 + .wp-block-image, h4 + .wp-block-image, h5 + .wp-block-image, h6 + .wp-block-image {
  margin-top: 0;
}
.wp-block-image img {
  display: block;
  margin: 0;
}
.wp-block-image figcaption {
  position: relative;
  display: block;
  margin: 1em 0 0;
  padding: 0;
  font-size: 0.8em;
  line-height: 1.3;
  text-align: left;
  font-style: italic;
}
.wp-block-image.hide-caption figcaption {
  display: none;
}
@media screen and (min-width: 1000px) {
  body.theme.interior-page .page-blocks > .wp-block-image:not(.overlap-previous-image) {
    margin-left: -50px;
    margin-right: -50px;
  }
}

.wp-block-image.is-style-graphic {
  margin: 0 auto;
}
.wp-block-image.is-style-graphic figcaption {
  display: none;
}

.wp-block-group {
  position: relative;
  margin-top: calc(var(--blockMargin, 5rem) * 1.25);
  margin-bottom: calc(var(--blockMargin, 5rem) * 1.25);
}
.wp-block-group:first-child {
  margin-top: 0;
}
.wp-block-group:last-child {
  margin-bottom: 0;
}
.wp-block-group > .wp-block-group__inner-container {
  position: relative;
  z-index: 1;
}

.wp-block-group.has-background {
  position: relative;
  padding: calc(var(--blockMargin, 5rem) * 1.25);
}
.wp-block-group.has-background.theme-block {
  padding-left: 0;
  padding-right: 0;
}
.page-blocks > .wp-block-group.has-background.theme-block:first-child {
  margin-top: calc(var(--blockMargin, -4rem) * -1);
}
.page-blocks > .wp-block-group.has-background.theme-block:last-child {
  margin-bottom: calc(var(--blockMargin, -4rem) * -1);
}
.wp-block-group.has-background.theme-block > .wp-block-group__inner-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1324.1379310345px) {
  .wp-block-group.has-background.theme-block > .wp-block-group__inner-container {
    margin-left: 4.6875%;
    margin-right: 4.6875%;
  }
}
.wp-block-group.has-background.has-small-margin {
  padding: calc(var(--blockMargin, 3rem) * 0.75) calc(var(--blockMargin, 3rem) * 0.75) calc(var(--blockMargin, 2.6rem) * 0.65);
}
.wp-block-group.has-background.has-rounded-corners {
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .wp-block-group.has-background {
    padding: calc(var(--blockMargin, 4rem) * 1) calc(var(--blockMargin, 4rem) * 1) calc(var(--blockMargin, 2rem) * 0.5);
  }
}

.wp-block-group.has-background-image > .block-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-group.has-background-image > .block-background img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.theme-block.is-style-full-width + .wp-block-group.theme-block.is-style-introduction {
  margin-top: calc(var(--blockMargin, -4rem) * -1);
}

.wp-block-group.is-style-cards {
  gap: calc(var(--blockMargin, 4rem) * 1);
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .wp-block-group.is-style-cards {
    flex-wrap: wrap;
    gap: calc(var(--blockMargin, 2rem) * 0.5);
  }
}

.wp-block-media-text {
  margin: calc(var(--blockMargin, 4rem) * 1) auto;
  max-width: 1024px;
}
.wp-block-media-text:first-child {
  margin-top: 0;
}
.wp-block-media-text:last-child {
  margin-bottom: 0;
}
.wp-block-media-text .wp-block-media-text__media img {
  display: block;
  border-radius: 20px;
}

.wp-block-embed {
  position: relative;
  margin: 2em 0;
  padding: 0;
}
.wp-block-embed:first-child {
  margin-top: 0;
}
.wp-block-embed:last-child {
  margin-top: 0;
}

.wp-block-embed.is-type-video > .wp-block-embed__wrapper {
  position: relative;
  padding: 0 0 56.25%;
}
.wp-block-embed.is-type-video > .wp-block-embed__wrapper:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: var(--header-border-radius);
  background: rgba(0, 0, 0, 0.5);
}
.wp-block-embed.is-type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: var(--header-border-radius);
}

.page-blocks > .wp-block-embed.is-type-video.has-preview-poster {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper:after {
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  background: url(images/loading-white.png) no-repeat center top;
  width: 30px;
  height: 30px;
  animation: loading 1s steps(19) infinite;
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: var(--header-border-radius);
  opacity: 1;
  transition: opacity 0.25s ease;
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed:after {
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-transform: none;
  content: "\f04b";
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  transform: translate(-50%, -50%);
  background: rgba(255, 0, 0, 0.95);
  color: #fff;
  font-size: 50px;
  border-radius: 50%;
  border: 10px solid currentColor;
  text-align: center;
  transition: border-color 0.25s ease, font-size 0.25s ease;
  text-indent: 5px;
}
.wp-block-embed.is-type-video.has-preview-poster > .wp-block-embed__wrapper > a.embed:hover:after {
  font-size: 60px;
  border-color: red;
}
.wp-block-embed.is-type-video.has-preview-poster.loaded > .wp-block-embed__wrapper:after {
  content: " ";
  display: block;
  position: absolute;
}
.wp-block-embed.is-type-video.has-preview-poster.loaded > .wp-block-embed__wrapper:before, .wp-block-embed.is-type-video.has-preview-poster.loaded > .wp-block-embed__wrapper:after {
  z-index: 2;
}
.wp-block-embed.is-type-video.has-preview-poster.loaded > .wp-block-embed__wrapper > a.embed img {
  opacity: 0.25;
}
.wp-block-embed.is-type-video.has-preview-poster.loaded > .wp-block-embed__wrapper > a.embed:after {
  display: none;
}
.wp-block-embed.is-type-video.has-preview-poster > figcaption {
  font-family: "Patua One", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .wp-block-embed.is-type-video.has-preview-poster > figcaption {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    margin: 50px 0 0;
    transform: translate(-50%, 0%);
    color: white;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    font-size: 30px;
  }
}

.wp-block-gallery {
  margin: calc(var(--blockMargin, 3rem) * 0.75) 0;
}
.wp-block-gallery .blocks-gallery-grid {
  gap: 0.5rem;
}

.wp-block-gallery.is-style-carousel {
  --aspect-ratio: 620/884;
  position: relative;
  display: block;
  margin: calc(var(--blockMargin, 3rem) * 0.75) 0;
}
.wp-block-gallery.is-style-carousel:first-child {
  margin-top: 0;
}
.wp-block-gallery.is-style-carousel:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1590px) {
  .wp-block-gallery.is-style-carousel {
    margin-left: calc(var(--blockMargin, -6rem) * -1.5);
    margin-right: calc(var(--blockMargin, -6rem) * -1.5);
  }
}
.wp-block-gallery.is-style-carousel .block-slides {
  position: relative;
  display: block;
}
.wp-block-gallery.is-style-carousel figure.wp-block-image {
  position: relative;
  white-space: normal;
  display: block;
  margin: 0;
  /*
  height:0;
  width:auto;


  */
}
.wp-block-gallery.is-style-carousel figure.wp-block-image .image {
  position: relative;
  padding: 0 0 calc(var(--aspect-ratio) * 100%);
}
.wp-block-gallery.is-style-carousel figure.wp-block-image .image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.wp-block-gallery.is-style-carousel figure.wp-block-image figcaption {
  max-width: 750px;
  margin: 0.5rem 0 0 0;
  padding: 0 5em 0 0;
}
.wp-block-gallery.is-style-carousel .slick-track {
  display: flex;
  align-items: flex-start;
}
.wp-block-gallery.is-style-carousel .pager {
  position: absolute;
  z-index: 1;
  top: var(--image-height, calc(100% - 1em));
  right: 0;
  margin: 0.5rem 0 0;
  font-size: 0.8rem;
  font-weight: 600;
}
.wp-block-gallery.is-style-carousel .nav {
  display: none;
}
.wp-block-gallery.is-style-carousel .nav.slick-arrow {
  display: block;
}
.wp-block-gallery.is-style-carousel .slick-dots {
  position: absolute;
  z-index: 10000;
  bottom: 1em;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}
.wp-block-gallery.is-style-carousel .slick-arrow {
  --arrow-hover-offset: 0px;
  position: absolute;
  top: calc(var(--image-height) / 2);
  transform: translate(0, -50%);
}
.wp-block-gallery.is-style-carousel .slick-arrow.next {
  left: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 calc(var(--arrow-size) * 0.66 + var(--arrow-hover-offset));
}
.wp-block-gallery.is-style-carousel .slick-arrow.prev {
  right: 100%;
  padding: 0 0 0 0;
  margin: 0 calc(var(--arrow-size) * 0.66 + var(--arrow-hover-offset)) 0 0;
}
.wp-block-gallery.is-style-carousel .slick-arrow:hover {
  --arrow-hover-offset: 3px;
}
@media screen and (max-width: 1249px) {
  .wp-block-gallery.is-style-carousel {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  .wp-block-gallery.is-style-carousel {
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-gallery.is-style-carousel {
    max-width: none;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
  }
  .wp-block-gallery.is-style-carousel .slick-arrow {
    display: none !important;
  }
  .wp-block-gallery.is-style-carousel figure.wp-block-image .image {
    border-radius: 0;
  }
  .wp-block-gallery.is-style-carousel figure.wp-block-image figcaption {
    padding-left: 4.6875vw;
    padding-right: calc(4.6875vw + 5em);
  }
  .wp-block-gallery.is-style-carousel .pager {
    right: 4.6875vw;
  }
}/*# sourceMappingURL=style.css.map */