/*!
Theme Name: Right of Passage
Theme URI: http://underscores.me/
Author: Ryan D Brinkhurst
Author URI: https://www.366technology.com/
Description: Custom Theme for Ecological Corridors
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: right_of_passage
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Right of Passage is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Footer
# Header
# Home
# Universal
# Ecological Connectivity
# I'm the map
# Stories
# Village
# Join the Movement
# Responsive Menu

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	background: #F4F3F2;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Open Sans", sans-serif;
	font-size: 1.04166667vw;
	line-height: 1.3;
}
@media screen and (max-width: 1023px) {
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        font-size: 12px;
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
#backgrounds {
    background-size: 889px auto, 0 0;
  background-repeat: repeat-y;
  background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
@media screen and (max-width: 888px) {
    #backgrounds {
        background-size: 0 0, 343px auto;
      background-repeat: repeat-y;
      background-position: center;
    }
}
/* Links
--------------------------------------------- */
a {
	color: #0F90D8;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: underline;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

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

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.allpops h2 {
  font-weight: normal;
  font-size: 1.5vw;
}
.site-info {
    display: none;
}
#calltoaction {
    background-color: #2B4634;
  padding: 4vw 35px;
    color: #fff;
    text-align: center;
    margin-top: 40px;
 }
#calltoaction p:last-child {
    font-size: 0.9375vw;
}
#calltoaction a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
#calltoaction a:hover {
    text-decoration: underline;
}
#greyfooter {
    background-color: #D3D3D3;
  padding: 15px 35px;
}
.greyfootcell {
    display: table-cell;
  vertical-align: middle;
}
#greyfoottrow {
    display: table-row;
}
#greyfooterinside {
    display: table;
    width: 100%;
}
#glogo img {
    width: 180px;
}
#gcopy {
    font-size: 15px;
    color: #605850;
}
.socialcon {
    display: contents;
}
.socialcon a{
    display: contents;
}
.socialcon img {
    display: inline-block;
  text-align: center;
  vertical-align: middle;
  max-width: 30px;
  max-height: 26px;
  margin: 0 10px;
}
#glogo {
    width: 220px;
  padding-right: 40px;
}
#gcopy {
  padding-right: 50px;
    width: 345px;
}
#glinks {
    width: 380px;
  font-size: 15px;
  font-weight: bold;
}
#glinks a {
    color: #605850;
  margin-right: 50px;
    text-decoration: none;
}
#glinks a:last-child {
    margin-right: 0;
}
#glinks a:hover {
    text-decoration: underline;
}
#gsocial {
  text-align: right;
}
@media screen and (max-width: 1279px) {
    #glinks {
        width: 290px;
    }
    #glinks a:last-child {
        margin-right: inherit;
    }
}
@media screen and (max-width: 1159px) {
    #glogo {
      width: 120px;
      padding-right: 20px;
    }
    #gcopy {
      padding-right: 20px;
      width: 220px;
    }
    #glinks {
      width: 240px;
    }
    #glinks a {
      margin-right: 20px;
    }
}
@media screen and (max-width: 1023px) {
    #calltoaction p:last-child {
        font-size: 10px;
    }
}
@media screen and (max-width: 888px) {
    #calltoaction {
      margin-top: 10px;
    }
    #greyfoottrow {
        display: flex;
          flex-wrap: wrap;
          text-align: center;
    }
    #glogo {
        width: 100%;
        padding-right: 0;
    }
    #gcopy {
        width: 100%;
        order: 5;
        margin-top: 20px;
        font-size: 10px;
        padding-right: 0;
    }
    #glinks {
        width: 100%;
        margin: 20px 0;
        font-size: 12px;
    }
      #glinks a {
        margin-right: 20px;
        margin-left: 20px;
      }
    #gsocial {
        width: 100%;
        text-align: center;
    }
    #glogo img {
      width: 100px;
    }
    .socialcon img {
      max-width: 21px;
      max-height: 19px;
        margin: 0 13px;
    }
    #greyfooter {
      padding: 25px 35px;
    }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead {
    padding: 40px calc(100% - 24.47916667vw) 0px 2.08333333vw;
}
.home #masthead {
    padding: 0;
      height: 960px;
  background-size: cover;
  text-align: center;
  background-position: center;
}
.site-title {
    margin: 0;
}
.site-description {
    margin: 0;
    font-size: 1.25vw;
}
.wpml-ls-statics-shortcode_actions {
    position: absolute;
  top: 20px;
  right: 95px;
    font-size: 15px;
}
.wpml-ls-statics-shortcode_actions a{
    color: #2B4634;
}
.home #verticalhome {
    margin: auto;
}
.home #verticalhome .webversion {
    height: 960px;
}
.home #verticalhome .cellversion {
    height: 805px;
    display: none;
}
.home .site-branding {
    position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  width: 600px;
    margin: auto;
      height: 960px;
}
.site-title {   
    font-size: 4.98vw;
  text-transform: uppercase;
  line-height: 0.82089552;
  margin-bottom: 10px;
  margin-top: 40px;
}
.site-title a{   
  color: #2B4634;
    pointer-events: none;
    text-decoration: none;
}
.home .site-title {   
  font-size: 100px;
    margin-bottom: 20px;
}
.home .site-title a{   
  color: #fff;
}
.home .site-description {
    font-family: "Domine", serif;
  font-size: 28px;
    padding: 0 60px;
}
.entry-header {
    padding: 40px calc(100% - 30vw) 40px 2.08333333vw;
    position: relative;
}
.home .entry-header {
    position: absolute;
    left: -9999px;
    top: -9999px;
}
.home #othertag {
    position: absolute;
  width: 600px;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
    padding: 0 60px;
}
#sitelogo {
    width: 9.375vw;
    min-width: 100px;
}
.home #sitelogo {
    width: 180px;
  margin: 40px auto;
}
@media screen and (max-width: 1279px) {
    .nothome .entry-header {
      padding: 40px calc(100% - 29vw) 40px 2.08333333vw;
    }
}
@media screen and (max-width: 1023px) {
     .nothome .entry-title {
        width: 450px;
         margin: auto;
    }
    .nothome #masthead {
      padding: 40px 40px 0 40px;
        text-align: center;
    }
    .nothome  #sitelogo {
        margin: auto;
    }
    .nothome  .site-title a{
        color: #fff;
    }
    .nothome  .site-description {
        color: #fff;
     font-size: 12px;
    }
    .nothome  .entry-header {
      padding: 40px;
        color: #fff;
        text-align: center;
    }
    .nothome  #verticalhome {
        display: none;
    }
}
@media screen and (max-width: 888px) {
     .nothome .entry-header {
        padding: 0;
        color: #2B4634;
         margin-top: 15px;
      }
    .nothome .entry-title {
        width: 238px;
        margin: auto;
        font-size: 21px;
          background-color: #F4F3F2;
          padding: 10px;
        text-align: center;
    }
.nothome #masthead {
    padding: 20px 40px 0 40px;
  }
  .nothome  .site-title {
      font-size: 42px;
      margin-top: 20px;
}
.nothome .site-branding {
    width: 200px;
    margin: auto;
}
    .home #verticalhome .webversion {
        height: 960px;
        display: none;
    }
    .home #verticalhome .cellversion {
        height: 805px;
        display: inline;
    }
.home #masthead {
      height: 805px;
    }
    .home .site-branding {
      width: 296px;
      height: 805px;
    }
    .home .site-title {
      font-size: 50px;
    }
    .home #othertag {
      width: 196px;
      font-size: 18px;
        bottom: 100px;
        padding: 0;
    }
    .home .site-description {
      font-size: 14px;
        padding: 0 40px;
    }
    #sitelogo {
      width: 100px;
      margin: 20px auto 30px;
    }
    .home #sitelogo {
      width: 100px;
      margin: 20px auto 100px;
    }
    button#responsive-menu-pro-button {
        right: 20px !important;
      }
    .wpml-ls-statics-shortcode_actions {
      font-size: 10px;
      left: 0px;
        right: auto;
    }
}
/*-------------------------------------------------------------
# Home
--------------------------------------------------------------*/
#videohome {
    width: 1386px;
  margin: 40px auto;
  background-size: cover;
  max-width: 100%;
  height: 750px;
    color: #fff;
    padding: 35px 45px;
    display: table;
    background-position: center;
  box-shadow: 0px 3px 20px rgba(0,0,0,0.2);
}
#videorow {
    display: table-row;
}
#videocell {
    display: table-cell;
    vertical-align: bottom;
}
#videoex {
    padding: 0 100px;
    font-size: 1.04166667vw;
}
#videoex h2, #leftandrightbox h2{
    font-size:  2.1875vw;
}
#videoexmobilecon {
    display: none;
}
#videoexmobile {
  background-size: cover;
  background-position: center;
}
.videopop {
    display: none;
    background-color: #000;
    position: fixed;
    top: 10vh;
    height: 80vh;
    left: 10vw;
    width: 80vw;
    z-index: 999;
}
.videopopin {
    height: 100%;
}
#closevideo {
    position: absolute;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
  top: -20px;
  right: -15px;
  background-color: rgba(0,0,0,0.5);
  line-height: 50px;
  border-radius: 100px;
  width: 50px;
    height: 50px;
  text-align: center;
}
.videopop iframe {
    width: 100%;
    height: 100%;
}
.videoaction img {
    width: 2.23958333vw;
  vertical-align: middle;
  margin-right: 7px;
}
.videoaction {
    font-size: 0.9375vw;
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
  cursor: pointer;
}
#videoin {
    box-shadow:  0px 3px 20px rgba(0,0,0,0.2);
}
#videotitle h2 {
    margin-bottom: 0;
}
#leftandrightbox {
    padding: 20px 100px;
      text-align: center;
    font-size: 1.04166667vw;
}
#leftandrightbox h2 {
    line-height: 1.0952381;
}
#leftandrightbox a {
    text-decoration: none;
    font-size: 0.9375vw;
    font-weight: bold;
}
#leftandrightbox a:hover {
    text-decoration: underline;
}
#leftandrightboxin {
    text-align: left;
  width: 1386px;
  margin: auto;
  display: flex;
  column-gap: 70px;
  max-width: 100%;
}
#leftbox {
    background-color: #fff;
  width: 50%;
  box-shadow: 0px 3px 20px rgba(0,0,0,0.2);
  padding: 20px 30px;
}
#leftbox a {
    color: #2B4634;
}
.leftarrow {
    vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
#leftandrightbox .leftarrow, #videoex .leftarrow {
    width: 4.94791667vw;
}
#rightbox {
    border: 10px #fff solid;
  width: 50%;
  box-shadow: 0px 3px 20px rgba(0,0,0,0.2);
  padding: 20px 30px;
    color: #fff;
    background-size: cover;
}    
#rightbox a {
    color: #fff;
}
@media screen and (max-width: 1023px) {
    #videoex h2, #leftandrightbox h2{
        font-size:  21px;
    }
    #videoex, #leftandrightbox{
        font-size:  12px;
    }
    .videoaction {
        font-size: 10px;
    }
    #leftandrightbox a {
      font-size: 10px;
    }
    #leftandrightbox .leftarrow, #videoex .leftarrow {
        width: 48px;
    }
}
@media screen and (max-width: 888px) {
    .leftarrow {
        width: 48px;
    }
    #leftandrightboxin {
        display: contents;
    }
    #leftbox {
        width: 100%;
        padding: 1px 10px;
    }
    #rightbox {
        margin-top: 20px;
        width: 100%;
        padding: 1px 10px;
    }
    #leftandrightbox {   
        margin: auto;
        width: 500px;
        max-width: 100%;
        padding: 20px;
    }
    #leftandrightbox a {
        font-size: 10px;
    }
    #videotext {
        background-color: #fff;
      padding: 10px;
      color: #605850;
    }
    .videopop {
        top: 25vh;
        height: 50vh;
        left: 5vw;
        width: 90vw;
    }
    #videoex {
        display: none;
    }
    #videoexmobilecon {
        display: block;
        padding: 0 20px;
        margin: auto;
        width: 500px;
        max-width: 100%;
        margin-top: -80px;
          position: relative;
    }
    .videoaction {
        font-size: 12px;
        margin-top: 5px;    
    }
    .videoaction img {
        width: 21px;
    }
    #videohome {
        margin: 40px auto 0;
        height: 186px;
        padding: 10px;
        box-shadow: none;
      }
}
/*--------------------------------------------------------------
# Universal
--------------------------------------------------------------*/
.grow { 
    transition: all .2s ease-in-out; 
}
.grow:hover { 
    transform: scale(1.1); 
}
.mobile {
    display: none;
}
#animalback {
    position: absolute;
  z-index: -2;
  right: 2.08333333vw;
  bottom: 0;
  width: 36vw;
}
#animalback2 {
    position: absolute;
  z-index: -2;
  right: 0;
  bottom: 0;
  width: 100vw;
    display: none;
}
#animalback3 {
    position: absolute;
  z-index: -2;
  right: 0;
  bottom: 0;
  width: 100vw;
    display: none;
}
h1 {
    font-family: "Domine", serif;
    font-size: 2.1875vw;
    font-weight: normal;
}
h2 {
    font-family: "Domine", serif;
    font-size: 2.1875vw;
}
.home h2 {   
    font-weight: normal;
}
#blackback, #backinblack {
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}
@media screen and (max-width: 1023px) {
    h2 {
        font-size: 21px;
    }
    #animalback {
      display: none;
    }
    #animalback2 {
        display: block;
    }
}
@media screen and (max-width: 888px) {
h2 {
        font-size: 21px;
    }
    .mobile {
        display: block;
    }
    .computer {
        display: none;
    }
}
@media screen and (max-width: 699px) {
    #animalback2 {
      display: none;
    }
    #animalback3 {
        display: block;
    }
}
/*--------------------------------------------------------------
# Ecological Connectivity
--------------------------------------------------------------*/
.poprightlink {
    display: none;
    position: fixed;
  top: 5vh;
    max-height: 95vh;
  width: 1000px;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 80vw;
    z-index: 3;
  background-color: rgb(255, 255, 255);
  padding:40px 20px 20px;
    overflow-y: auto;
}
.allpops {
    display: none;
    position: fixed;
  top: 5vh;
    max-height: 90vh;
  width: 90vw;
  left: 5vw;
    z-index: 3;
  background-color: rgb(255, 255, 255);
  padding:40px 20px 20px;
    overflow-y: auto;
}
.poprightlink h2{
    	font-family: "Open Sans", sans-serif;
    font-size: calc(12px + 0.83333333vw);
    margin: 0;
    margin-top: 5px;
}
.poprightlink p{
    margin: 0;
}
.closeit, .closeitz {
    position: absolute;
  right: 15px;
  top: 15px;
  height: 10px;
  width: 10px;
    cursor: pointer;
    z-index: 999;
}
.closeit img {
    display: block;
}
.textrowrl {
    display: inline-block;
  width: 70%;
  vertical-align: middle;
}
.secondimagerl {
    display: inline-block;
  max-width: 30%;
  vertical-align: middle;
}
.secondimagerl img{
    margin-top: 5px;
  display: block;
}
#blackback, #backinblack {
    display: none;
    position: fixed;
    background-color: #000;
    opacity: 0.75;
    left: 0;
    width: 100vw;
    top: 0;
    height: 100vh;
    z-index: 2;
}
#ecgreenbottom {
    display: none;
}
#morecurves {
    display: none;
}
#curvyimagez {
    position: absolute;
  top: -20px;
  left: calc(-2.08333333vw - 10px);
  width: 14vw;
}
.clickrow {
    width: 295px;
    text-align: left;
    margin-bottom: 30px;
    max-width: 100%;
}
.imagerow {
    margin-bottom: 5px;
}
#ecrow1table {
      width: 100%;
}
#ecrow1outer, #ecrow2outer, #ecrow3outer {
    background-color: #fff;
  padding: 20px 0 20px 10px;
  margin: 0 2.08333333vw;
    box-shadow: 0px 3px 20px rgba(0,0,0,0.2);
}
#ecrow3outer {
    position: relative;
    background-size: 64vw;
  background-repeat: no-repeat;
}
#ecrow2outer {
    background-color: #605850;
    position: relative;
    padding-top: 0;
    background-image: url(/wp-content/uploads/2025/03/cars.webp);
  background-position: bottom right;
  background-size: 60% auto;
  background-repeat: no-repeat;
}
#lefttextrow2 {
    color: #fff;
  font-size: 1.45833333vw;
  padding: 0 20px 0 5px;
  width: 470px;
  margin: calc(-4.5vw + 20px) auto 0;
  line-height: 1.21428571;
  max-width: 100%;
    font-family: "Domine", serif;
}
#ecrow1, #ecrow2, #ecrow3 {
    display: flex;
}
#ecrow1left, #ecrow2left, #ecrow3left {
    display: inline-block;
  width: calc(50% - 250px);
  vertical-align: top;
  padding-right: 2.08333333vw;
}
#ecrow2left, #ecrow3left {
    position: relative;
}
#ecrow2left #bearimage, #ecrow3left #deerimage {
    margin-left: -10px;
}
#ecrow3left #deerimage {
    margin-top: -20px;
}
#ecrow1centre, #ecrow2centre, #ecrow3centre {
    display: inline-block;
  width: 500px;
  vertical-align: top;
    font-size: 1.04166667vw;
    padding-right: 10px;
    color: #605850;
}
#ecrow1centre {
    background-size: 0;
}
#ecrow3centre {
    position: relative;
}
#ecrow3 a {
    color: #0F90D8;
    text-decoration: none;
    font-weight: bold;
}
#ecrow3 a:hover {
    text-decoration: underline;
}
#ecrow2centre {
    color: #fff;
}
#ecrow3centre {
    color: #2B4634;
}
#ecrow1right, #ecrow2right, #ecrow3right {
  display: inline-block;
  width: calc(50% - 250px);
  padding-left: 2.08333333vw;
    text-align: right;
}
#ecrow3right {
    padding-top: 8vw;
    padding-left: 5vw;
}
#ecrow2right img{
    margin-top: -10vw;
}
#ecrow1centre h2, #ecrow2centre h2, #ecrow3centre h2 {
    font-size: 3.75vw;
      line-height: 1;
      margin: 0;
}
#fr #ecrow1centre h2, #fr #ecrow2centre h2, #fr #ecrow3centre h2 {
    font-size: 3.4vw;
}
#ecrow3centre h2 {
    padding-top: 4vw;
}
#ecrow2centre h2 {
    padding-top: 20px;
  margin-right: calc(-2.08333333vw - 10px);
  padding-right: calc(2.08333333vw + 10px);
  background-image: url(/wp-content/uploads/2025/03/dotcurve.webp), url(/wp-content/uploads/2025/03/dotted-7.webp);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 2.08333333vw auto;
  padding-bottom: 10px;
}
#row1centretext, #row3centretext {
    background-image: url(/wp-content/uploads/2025/03/rightcorner.webp),url(/wp-content/uploads/2025/03/dotted-2.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: top right, top right;
  background-size: 2.08333333vw auto;
  height: 100%;
  padding-right: calc(2.08333333vw + 10px);
  margin-right: calc(-2.08333333vw - 10px);
  padding-top: 5px;
  margin-top: 5px;
}
#row3centretext {
    height: auto;
    min-height: 80%;
}
#row2centretext {
  background-image: url(/wp-content/uploads/2025/03/curvydot.webp),url(/wp-content/uploads/2025/03/dotted-5.webp);
  background-repeat: no-repeat;
  background-size: 2.08333333vw auto;
  padding-left: calc(2.08333333vw + 10px);
  margin-left: calc(-2.08333333vw - 10px);
  padding-top: 1px;
  background-position: top left;
  height: 100%;
}
#dothang {
    right:calc(2.08333333vw + 10px);
  position: absolute;
  margin-top: calc(-5.75vw + 12px);
}
#dothang img {   
    width: 2.08333333vw;
}
@media screen and (max-width: 1150px) {
    #ecrow1centre {
        font-size: 12px;
    }
    #ecrow2centre, #ecrow3centre {
        font-size: 12px;
    }
}
@media screen and (max-width: 1023px) {
    #curvyimagez {
      left: -15px;
    }
    .clickrow {
      max-width: calc(100% - 30px);
      margin-left: 30px;
    }
    #dothang {
      right: 15px;
    }
    #ecrow1left {
      padding-right: 10px;
  width: calc(50% - 240px);
    }
    #ecrow1right {
      padding-left: 0;
  width: calc(50% - 240px);
    }
    #ecrow1outer, #ecrow2outer, #ecrow3outer {
      margin: 0 10px;
    }
    #ecrow1centre {
      width: 480px;
        max-width: 100%;
    }
    #ecrow2left, #ecrow3left {
      padding-right: 10px;
  width: calc(50% - 240px);
    }
    #ecrow2left #bearimage {
        max-width: calc(100% + 5px);
    }
    #ecrow3left #deerimage {
        max-width: calc(100% + 5px);
    }
    #ecrow2right, #ecrow3right {
      padding-left: 0;
  width: calc(50% - 240px);
    }
    #ecrow2right img {
    }
    #ecrow2centre, #ecrow3centre {
      width: 480px;
        max-width: 100%;
    }
    #row1centretext {
        margin-right: -10px;
     padding-right: 10px;
    }
    #ecrow2centre h2, #ecrow3centre h2 {
        margin-right: -10px;
        padding-right: 10px;
    }
    #row2centretext, #row3centretext {
        margin-left: -15px;
      padding-left: 15px;
    }
}
@media screen and (max-width: 888px) {
    #ecgreenbottom {
        display: block;
        position: absolute;
        width: 25px;
      height: 50.67567568vw;
      top: 0;
      left: 45px;
      background-image: url(/wp-content/uploads/2025/03/greendots.webp), url(/wp-content/uploads/2025/03/greenbottom.webp);
      z-index: 9;
      background-size: 25px auto, 25px auto;
      background-position: bottom left, bottom right;
      background-repeat: no-repeat, no-repeat;
    }
    #morecurves {
        display: block;
        position: absolute;
      bottom: -57px;
      right: 0;
      width: 155px;
    }
    #curvyimagez {
        display: none;
    }
    #row3centretext {
        margin-right: 0;
        width: calc(90px + 60.769231%);
      margin: auto;
        background-size: 25px auto, 25px auto;
        padding: 0 45px;
        position: relative;
    }
     .clickrow {
        margin: 0 auto 30px;
        width: 55%;
        text-align: center;
      }
    #ecrow3outer {
        margin: 0;
      background-size: 120vw;
      background-position: top -20vw left;
    }
    #ecrow3left {
        display: block;
        width: 56%;
    }
    #ecrow3centre h2 {
        font-size: 24px;
        text-align: center;
        margin-left: 10px;
        margin-bottom: 40px;
    }
     #ecrow3centre {
         display: block;
         width: 100%;
    }
    #row2centretext {
        margin-left: -40px;
      padding-left: 40px;
      background-size: 25px auto;
    }
    #dothang {
        display: none;
    }
    #lefttextrow2 {
        font-size: 15px;
      font-weight: bold;
      padding: 0;
        padding-bottom: 80px;
        margin-bottom: -40px;
        line-height: 1.5;
        margin-left: -40px;
      padding-left: 40px;
      background-image: url(/wp-content/uploads/2025/03/curvein.webp);
      background-repeat: no-repeat;
      background-size: 25px;
      margin-top: 35px;
      padding-top: 15px;
      max-width: calc(100% + 40px);
    }
    #ecrow2centre h2 {
        font-size: 24px;
        background-size: 25px auto;
      margin-right: -35px;
      padding-right: 35px;
      padding-top: 42vw;
      padding-bottom: 0;
      margin-bottom: 20px;
    }
    #ecrow2outer {
        margin: 0;
    }
    #ecrow2, #ecrow3 {
        flex-wrap: wrap;
    }
    #ecrow2centre {
        order: 3;
      padding: 20px 75px;
      width: 100%;
        margin-top: -65vw;
      position: relative;
    }
    #ecrow2left {
        width: 50%;
    }
    #ecrow2right {
        width: 50%;
      padding-left: 20px;
      padding-top: 40px;
        position: relative;
  z-index: 2;
    }
    #ecrow3right {
        width: 100%;
  padding-left: 0;
  padding-right: 10px;
        margin-top: 10px;
    }
    #ecrow2right img {
      margin-top: 0;
    }
    #ecrow1right {
        display: none;
    }
    #ecrow1centre {
        width: 100%;
        background-color: #fff;
        background-size: 215px auto;
      background-repeat: no-repeat;
      background-position: right bottom 50px;
      padding: 20px 75px 0;
    }
    #ecrow1centre h2 {
        font-size: 24px;
    }
    #ecrow1outer {
        display: contents;
    }
    #ecrow1table {
        display: contents;
    }
    #ecrow1 {
        display: contents;
    }
    #ecrow1left {
        display: block;
      width: 100%;
      padding: 0;
      margin-top: -75px;
    }
    #row1centretext {
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 120px;
        background-image: url(/wp-content/uploads/2025/03/dotted-6.webp);
          background-size: 25px auto;
          background-position: top left;
          margin-left: -40px;
          padding-left: 40px;
          padding-top: 0;
          margin-top: 20px;
      }
    .entry-title {
        position: relative;
    }
    #leftdots {
        background-image: url(/wp-content/uploads/2025/03/bottomcurve.webp);
      width: 25px;
      height: 27px;
      background-size: contain;
      margin-left: -40px;
      margin-top: -5px;
      display: inline-block;
        vertical-align: top;
    }
    #rightdots {
        background-image: url(/wp-content/uploads/2025/03/rightdots-1.webp);
      height: 46px;
      vertical-align: top;
      display: inline-block;
      background-size: auto 25px;
      width: 100%;
      background-position: bottom right;
      background-repeat: no-repeat;
    }
    #bottomdots {
        margin-right: -50px;
    }
}
@media screen and (max-width: 599px) {
    .textrowrl {
      display: block;
      width: 100%;
    }
    .secondimagerl {
      display: block;
        width: 200px;
        margin-top: 7px;
        max-width: 100%;
    }
}
/*--------------------------------------------------------------
# I'm the map
--------------------------------------------------------------*/
#legend {
    padding: 25px 0 25px 350px;
    background-image: url(/wp-content/uploads/2025/04/moredots-1.webp);
  background-repeat: no-repeat;
  background-position: left 2px top;
  background-size: 333px;
}
#legendcol1, #legendcol2, #legendcol3 {
    width: 49%;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}
#legendcol1 {
    margin-right: 2%;
}
#legendcol2 {
}
.legenditem {
    border: 1px solid #172B1D;
  margin: 30px 0;
}
.legendtitlerow {
    background-image: url(/wp-content/uploads/2025/04/arrow.png), url(/wp-content/uploads/2025/04/arrow-1.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center right 10px, center right 10px;
  background-size: 0, 15px;
    cursor: pointer;
}
.legendtitlerow.opendrawer {
  background-size: 15px, 0;
}
.photoleg {
    width: 18%;
  display: inline-block;
  vertical-align: middle;
}
.photoleg img{
    display: block;
}
.titleleg {
    display: inline-block;
  width: 72.54464286%;
  vertical-align: middle;
  padding-left: 20px;
  color: #172B1D;
  font-weight: bold;
  text-transform: uppercase;
  font-size: calc(0.41666667vw + 10px);
  padding-right: 45px;
}
.legendcontentrow {
    padding: 0 20px;
    display: none;
}
#indigenousbullets {
    display: none;
}
#mapfilters #indigenousbullets {
    display:block;
}
#mapfilters #indigenousbullets ul{
    font-size: 12px;
    margin: -15px 22px;
  position: relative;
  padding-bottom: 15px;
}
#legendbutton {
    position: absolute;
  z-index: 9;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 18px 64px 18px 32px;
  margin: 10px;
  display: inline-block;
    color: #2B4634;
    text-decoration: none;
    background-image: url(/wp-content/uploads/2025/04/Polygon-2.png);
  background-repeat: no-repeat;
  background-position: center right 30px;
}
.esri-popup__main-container {
    width:265px !important;
    max-height: 400px !important;
}
.esri-features__container {
    margin-top: -15px !important;
}
.esri-popup__main-container p, .esri-popup__main-container h2, .esri-popup__main-container h3{
	font-family: "Open Sans", sans-serif;
}
 .esri-popup__main-container h2 {
    font-size: 12px !important;
      font-weight: bold !important;
}
 .esri-popup__main-container h3 {
    font-size: 13px !important;
      font-weight: bold !important;
}
 .esri-popup__main-container p {
    font-size: 10px !important;
     color: #172B1D !important;
     margin: 0 !important;
}
 .esri-popup__main-container a {
    font-weight: bold;
     margin-top: 15px;
     display: inline-block;
}
.esri-popup__main-container img {
  width: calc(100% + 36px) !important;
  max-width: calc(100% + 36px) !important;
    margin-left: -18px !important;
}
.esri-popup__main-container calcite-action-bar {
    display: none !important;
}
#imthemap {
    background-color: #fff;
  padding: 15px 20px;
  margin: 0 2.08333333vw;
    box-shadow: 0px 3px 20px rgba(0,0,0,0.2);
    background-image: url(/wp-content/uploads/2025/03/hidden_toggle.png);
    background-size: 0;
}
#imthemapin {   
    display: flex;
}

#legendary {
    width: 350px;
    padding: 0;
    background-image: url(/wp-content/uploads/2025/03/dotty.webp);
  background-size: 333px auto;
  background-position: top right 15px;
  background-repeat: no-repeat;
}
#map {
    height: 90vh;
  width: calc(100% - 350px);
    position: relative;
    max-height: 900px;
}
#viewDiv {
    width: 100%;
  height: 100%;
}
.esri-ui-top-right.esri-ui-corner {
    position:static!important;
    display: block;
}
.esri-ui-top-right.esri-ui-corner div{
    display: block;
}
.esri-layer-list__visible-icon {
    visibility: visible !important;
}
calcite-action {
    display:none !important;
}
calcite-action.esri-layer-list__visible-toggle {
    display:block !important;
    position: relative;
  right: 320px;
  outline: none;
}
calcite-action.esri-layer-list__visible-toggle calcite-icon {
    height: 0;
      width: 0;
      padding: 11px 18px;
      background-image: url(/wp-content/uploads/2025/03/visible_toggle.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
}
calcite-action.esri-layer-list__visible-toggle calcite-icon[icon='view-hide'] {
      background-image: url(/wp-content/uploads/2025/03/hidden_toggle.png);
}
.wrapper--bordered {
    border: 0 !important;
}
calcite-list {
    overflow:hidden;
}
.esri-component.esri-layer-list.esri-widget.esri-widget--panel {
    width: 100%;
    box-shadow: none;
}
.esri-layer-list__item {
    margin: -1px;
}
.esri-layer-list__item-content {
    position: relative;
  left: 40px;
	font-family: "Open Sans", sans-serif;
    font-size: 18px !important;
    font-weight: bold;
    color: #2B4634;
    width: 276px !important;
    line-height: 18px;
  top: -2px;
}
.esri-layer-list__item-content.offstate, #indigenousbullets.offstate ul {
    color: #ADA197;
}
#mdinner {
    padding-right: 40px;
}
#mapdescription {
    background-image: url(/wp-content/uploads/2025/03/dots.webp);
  background-size: 333px auto;
  background-position: bottom right 15px;
  background-repeat: no-repeat;
  padding-bottom: 80px;
    background-color: #fff;
}
#filterdescription {
    font-size: 15px;
  font-style: italic;
  margin-top: 3px;
  margin-bottom: 20px;
    color: #2B4634;
}
#filtertitle, #legendtitle {
    font-size: 28px;
  font-weight: bold;
    color: #2B4634;
}
#mapfiltercon {
    background-image: url(/wp-content/uploads/2025/03/dotted-8.webp);
  background-size: 333px auto;
  background-repeat: no-repeat;
  background-position: left 2px bottom;
  padding-bottom: 55px;
    background-color: #fff;
}
#mapfilters {
    text-transform: uppercase;
}
#mapfilters calcite-list-item[title="Indigenous"], #mapfilters calcite-list-item[title="Autochtone"]{
    order: 90;
}
#mapfilterinner {
    padding-left: 30px;
    position: relative;
  top: -20px;
}
#legendcon {
}  
.esri-ui-top-left.esri-ui-corner {
    left: auto !important;
    right: 0;
}
#hamburger {
    width: 60px;
  position: absolute;
  z-index: 2;
  margin: 10px;
  cursor: pointer;
    display: none;
}
#closeit {
    display: none;
    width: 23px;
    margin: 15px;
    cursor: pointer;
}
#handd {
    display: contents;
}
@media screen and (max-width: 1279px) {
    #legendscolscon {
        display: flex;
      flex-wrap: wrap;
      margin-top: 15px;
    }
    #legendcol1, #legendcol2 {
        display: contents;
    }
    .legenditem {
        width: 100%;
        margin: 10px 0;
    }
}
@media screen and (max-width: 888px) {
    #legend {
        background-size: 0;
    }
    #legendbutton {
        margin-left: 80px;
    }
    #handd {
        background-color: #fff;
        display: block;
        position: relative;
      z-index: 2;
    }
    #mdp {
        width: 238px;
        margin: auto;
        padding: 10px 0;
    }
    #closeit {
        display: block;
    }
    #hamburger {
        display: block;
    }
    #imthemapin {
        display: block;
    }
    #legendary {
        position: absolute;
      z-index: 10;
      background-color: #fff;
      height: auto;
        display: none;
        background-position: top right 11px;
        width: 355px;
        margin: 5px;
        background-image: none;
    }
    #map {
        width: 100%;
    }
    #imthemap {
        overflow-x: hidden;
      position: relative;
        padding: 5px;
        margin: 0;
    }
    #legend {
        padding: 5px;
        margin: 0;
    }
    #mapdescription {
        background-position: bottom right 11px;
        background-image: none;
        padding-bottom: 10px;
    }
    #mapfiltercon {
        background-position: left 11px bottom;
        background-image: none;
        padding-bottom: 0;
    }
}
/*--------------------------------------------------------------
# Stories
--------------------------------------------------------------*/
#storieslayer {
    background-color: #fff;
  padding: 20px 4vw 3vw;
  margin: 0 2.08333333vw;
    box-shadow: 0px 3px 20px rgba(0,0,0,0.2);
    display: flex;
  column-gap: 2.08333333vw;
    flex-wrap: wrap;
}
#story1 {
    color: #605850;
    box-shadow: none;
    padding-left: 0;
}
.story {
    width: calc(33.3333333333% - 1.39vw);
    padding: 10px;
    box-shadow: 0px 3px 20px rgba(0,0,0,0.2);
    margin-bottom: 2.08333333vw;
    font-size: 1.04166667vw;
    position: relative;
    cursor: pointer;
}
.story h2 {
    font-size: 1.25vw;
    color: #2B4634;
    font-weight: bold;
    margin: 0;
    margin: 10px 15px 4.16666667vw;
}
.categorydiv {
    color: #938C84;
    font-weight: bold;
    margin: 10px 15px;
}
.categorydiv.storymap, .sepz.storymap {
    color: #0F90D8;
}
.categorydiv.canadian-geographic-story, .canadian-geographic-story.sepz {
    color: #C90C25;
}
.sepz.storymap, .canadian-geographic-story.sepz {
    font-weight: bold;
}
.postinfo {
    font-size: calc(12px + 0.10416667vw);
    position: absolute;
    bottom: 20px;
}
.postinfo p{
    margin: 2px 15px;
}
.imagehead {
    height: 14.84375vw;
  background-size: cover;
    background-position: center;
}
#tablest {
    display: table;
    height: 100%;
}
#rowst {
    display: table-row;
    height: 100%;
}
#cellst {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
@media screen and (max-width: 1279px) {
    .postinfo {
        font-size:10px;
        bottom: 10px;
    }
    .story {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 1099px) {
.story h2 {
    font-size: 15px;
    }
    .story {
        font-size: 12px;
    }
    .categorydiv {
        font-size: 10px;
    }
}
@media screen and (max-width: 888px) {
    .postinfo {
        position: static;
        margin-top: 10px;
    }
    #storieslayer {
        display: block;
      margin: 0;
    }
    .story {
        width: 100%;
        padding: 0;
        box-shadow: none;
        margin-bottom: 20px;
    }
    .imagehead {
        border: 5px #fff solid;
      box-shadow: 0px 3px 20px rgba(0,0,0,0.2);
      display: inline-block;
      vertical-align: bottom;
      width: 106px;
      height: 106px;
    }
    .rightmobile {
        display: inline-block;
      width: calc(100% - 106px);
      vertical-align: top;
    }
    .categorydiv {
        margin-bottom: 0;
        margin-top: 0;
    }
    .story h2 {
        margin-bottom: 0;
      margin-top: 5px;
    }
    #story1 {
        width: 238px;
      margin: -10px auto 20px;
    }
}

/*--------------------------------------------------------------
# Village
--------------------------------------------------------------*/
#villagerow1 {
    background-color: #fff;
  padding: 20px 0 20px 10px;
  margin: 0 2.08333333vw;
    box-shadow: 0px 3px 20px rgba(0,0,0,0.2);
    position: relative;
}
#villagerow2, #villagerow3, #villagerow4 {
  margin: 0 2.08333333vw;
    box-shadow: 0px 3px 20px rgba(0,0,0,0.2);
    background-size: 100%;
      background-position: left;
    position: relative;
    background-color: #fff;
}
#villagerow4 img{
    display: block;
}
#villagerow3 {
    padding: 20px;
}
#dotsvillage {
    height: 70px;
  position: absolute;
  background-image: url(/wp-content/uploads/2025/03/dots-3-scaled.webp);
  background-size: 90vw;
  background-repeat: no-repeat;
  background-position: bottom right;
  width: calc(41vw + 245px);
  right: 7.4vw;
  top: 0;
}
#dottyvillage {
    position: absolute;
  right: calc(48.4vw + 245px);
  width: 2.60416667vw;
  height: 314px;
  background-image: url(/wp-content/uploads/2025/03/dotty-2.webp);
  background-repeat: no-repeat;
  top: 70px;
  background-size: 100%;
}
#dottedvillage {
    position: absolute;
  right: calc(48.4vw + 245px);
  width: 2.60416667vw;
  height: calc(90px + 4.6875vw);
  background-image: url(/wp-content/uploads/2025/03/dotted-9.webp);
  background-repeat: no-repeat;
  top: 0;
  background-size: 100%;
  background-position: bottom;
}
#villagemiddleimage, #villagemiddletext {
    width: 490px;
    margin: auto;
    color: #605850;
    font-size: 1.04166667vw;
}
#villagemiddletext img {
    width: calc(8.77604167vw + 168.5px);
}
#villagemiddleimage img{
    display: block;
}
#villageleft {
    width: calc(50% - 250px);
      padding: 0 6.9vw 0 3.45vw;
    display: inline-block;
  vertical-align: bottom;
}
#villageleft img {
    margin-bottom: -2.60416667vw;
    position: relative;
      z-index: 2;
}
#villagemiddle {
    width: 490px;
    display: inline-block;
  vertical-align: top;
    font-size: 1.04166667vw;
    color: #605850;
}
#villageright {
    width: calc(50% - 240px);
      padding-right: 7.4vw;
    display: inline-block;
  vertical-align: bottom;
  padding-top: 1.30208333vw;
}
#villagerightimage {
    margin-bottom: -25px;
}
#villagerightimagem {
    display: none;
}
#villagemiddleimagem {
    display: none;
}
#topdotsmobile {
    display: none;
}
#straightdotsm {
    display: none;
}
@media screen and (max-width: 1150px) {
    #villagemiddle, #villagemiddletext {
        font-size: 12px;
    }
}
@media screen and (max-width: 1023px) {
    #villageleft {
      width: calc(50% - 245px);
      padding: 0 10px 0 0;
    }
    #villagemiddle, #villagemiddletext {
        width: 480px;
    }
    #villageright {
      width: calc(50% - 235px);
      padding-right: 10px;
    }
    #dotsvillage {
     width: calc(48.4vw + 245px);
      right: 10px;
    }
    #dottyvillage, #dottedvillage {
      right: calc(48.4vw + 255px);
    }
}
@media screen and (max-width: 888px) {   
    #villagemiddleimagem {
        display: block;
        height: calc(160px + 15vw);
      background-size: cover;
      background-position: bottom right;
      background-repeat: no-repeat;
    }
    #villagerow1, #villagerow2, #villagerow3, #villagerow4 {
        margin: 0;
        box-shadow: none;
    }
    #villagerow1, #villagerow3 {
        padding: 20px 0;
    }
    #villagerow2 {
        height: 255px;
          background-size: 300%;
    }
    #villagemiddleimage {
        display: none;
    }
    #villageleft {
        display: block;
      padding: 0;
      width: 60%;
      margin: auto;
      min-width: 237px;
    }
    #villagemiddle {
        display: block;
      padding: 0;
      width: 60%;
      margin: 30px auto;
      min-width: 237px;
    }
    #villageright {
        width: 37%;
      padding: 0;
      display: block;
      margin-left: 9%;
    }
    #villagerightimage {
        display: none;
    }
    #villagerightimagem {
        margin-bottom: calc(-16.77927928vw - 25px);
      position: relative;
      z-index: 99;
      display: block;
    }
    #villageleft img {
      margin-bottom: 0;
    }
    #villagemiddletext {
        width: 60%;
      margin: 30px auto;
      min-width: 237px;
    }
    #topdotsmobile {
        display: block;
        position: absolute;
      height: 615px;
      width: 35.13513514vw;
      background-position: top left;
      background-size: 100% auto;
      background-repeat: no-repeat;
      left: 9%;
      top: 32.65765766vw;
        background-image: url(/wp-content/uploads/2025/03/topdotsm.webp);
    }
    #straightdotsm {
        display: block;
        width: 312px;
      height: 100%;
      margin-left: calc(9% + 1px);
      background-image: url(/wp-content/uploads/2025/03/straightdots-1.webp);
      background-repeat: repeat-y;
      background-position: top left;
      background-size: 100%;
      max-width: 37%;
    }
    #dotsvillage {
        background-image: url(/wp-content/uploads/2025/03/dots-6.webp);
      width: 312px;
      position: absolute;
      left: calc(9% + 1px);
      height: 140px;
      background-size: 100%;
      max-width: 37%;
      background-position: top right;
      background-repeat: no-repeat;
    }    
    #dottyvillage {
        left: 9%;
      background-image: url(/wp-content/uploads/2025/03/dotty-5.webp);
      background-size: 100% auto;
      width: 312px;
      max-width: 37%;
      top: 0;
      height: 255px;
      background-position: top left;
    }
    #dottedvillage {
        left: calc(9% + 1.35135135vw + 1px);
      width: 5.63063063vw;
    }
}
/*--------------------------------------------------------------
# Join the Movement
--------------------------------------------------------------*/
.page-template-join #calltoaction {
    display:none;
}
.page-template-join #greyfooter {
    margin-top: 40px;
}
#leftimagejoinm {
    display: none;
}
#leftimagejoin {
    display: block;
}
#joinrow1 {
    background-color: #2B4634;
  margin: 0 2.08333333vw;
    box-shadow: 0px 3px 20px rgba(0,0,0,0.2);
    position: relative;
}
#joinleft {
    width: calc(50% - 255px);
  display: inline-block;
  vertical-align: top;
  padding-right: 2.08333334vw;
  margin-right: 10px;
}
#joinmiddle {
    width: 490px;
    display: inline-block;
  vertical-align: top;
    color: #fff;
    padding: 20px 0;
}
#joinright {
    width: calc(50% - 245px);
  display: inline-block;
  vertical-align: bottom;
  padding-left: 10px;
    padding-right: 7.03125vw;
}
#joinrightimagem {
    display: none;
}
#joinrightimage {
    display: block;
}
#joinleft img {
    width: 100%;
}
#joinrow2 {
  margin: 0 2.08333333vw;
    box-shadow: 0px 3px 20px rgba(0,0,0,0.2);
    background-color: #E6E6E6;
    color: #605850;
    padding: 20px;
    position: relative;
}
#joinrow2 h2{
    color: #2B4634;
    text-align: center;
    font-size: 3.75vw;
}
#joinrow2 ul {
    margin: 20px 0 calc(10px + 2vw);
  padding: 0 100px;
  line-height: 1.7;
    background-repeat: no-repeat;
  background-size: 2.60416667vw;
  margin-top: -4.16666667vw;
  padding-top: 2.60416667vw;
  background-position: top 2.08333333vw left;
    background-image: url(/wp-content/uploads/2025/03/curvydots.webp);
}
#joinrow2 ul li{
   background-image: url(/wp-content/uploads/2025/03/check.webp);
  background-repeat: no-repeat;
  background-size: 1.71875vw;
  padding-left: calc(1.71875vw + 10px);
  list-style: none;
  margin: 1.04166667vw 0;  
    background-position: top calc(4px - 0.15625vw) left;
}
#joinul {
        max-width: 80%;
    width: 1450px;
    margin: auto;
}
#joinrow3 {
  margin: 0 2.08333333vw;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
    background-color: #fff;
    color: #605850;
    padding: 20px 3.125vw;
    position: relative;
}
#joinrow3 a{
    color: #0F90D8;
    text-decoration: none;
}
#joinrow3 a:hover{
    text-decoration: underline;
}
#joinrow3 h2{
    color: #2B4634;
    text-align: center;
    font-size: 3.75vw;
    margin-bottom: 0;
    margin-top: 2.08333333vw;
}
#introrow3 {
    max-width: 100%;
    margin: auto;
    width: 1110px;
}
#joinstoriescon {
    margin: 0 -20px;
}
.joinstory {
    width: calc(33.3333333333333333333333333333333333333333333333333% - 40px);
  display: inline-block;
  vertical-align: top;
  margin: 20px;
}
.joinimage img {
    width: 100%;
}
.joinstory h3 {
    font-size: 2.1875vw;
    font-family: "Domine", serif;
    margin-bottom: 0;
    margin-top: 20px;
}
@media screen and (max-width: 1920px) {
    #joinrow2 ul {
       background-position: top 2.08333333vw left calc(125px - 6.51041667vw);
    }
}
@media screen and (max-width: 1023px) {
    #joinleft {
        padding-right: 0;
    }
    #joinright {
        padding-right: 10px;
    }
    #joinmiddle p {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 949px) {
    #joinul {
        max-width: 100%;
    }
}
@media screen and (max-width: 888px) {
    #leftimagejoinm {
        display: block;
    }
    #leftimagejoin {
        display: none;
    }
    #joinrightimage {
        display: none;
    }
    #joinrightimagem {
       display: block;
        position: relative;
        width: 49.616368%;
        z-index: 2;
        margin-bottom: -17.45495495vw;
        margin-left: 16vw;
    }
    #joinright {
        padding: 0;
      width: 100%;
        background-image: url(/wp-content/uploads/2025/03/tallcurvesbottom.webp);
      background-repeat: no-repeat;
      background-size: 5.63063063vw;
      background-position: bottom 20.72072072vw left 9.61538462vw;
    }
    #joinrow1 {
          display: contents;
    }
    #joinleft {
        width: 100%;
          margin: 0;
        margin-top: -48px;
        z-index: -1;
    }
    #joinmiddle {
        width: 100%;
        background-image: url(/wp-content/uploads/2025/03/tallcurves-1.webp);
      background-repeat: no-repeat;
      background-size: 5.63063063vw;
      background-position: top 40px left 9.61538462vw;
        padding: 20px 19.23076923vw;
    }
    #joinflex {
      background-color: #2B4634;
    }
    #joinrow2 {
        margin: 0;
        padding-top: calc(17.45495495vw - 15px);
    }
    #joinrow2 ul {
        background:none;
        padding: 15px;
  }
    #joinrow3 {
        margin: 0;
    }
    #joinstoriescon {
        margin: 0;
    }
    .joinstory {
        width: 100%;
      margin: 20px 0;
    }
    .joinstory h3 {
        text-align: center;
        font-size: 15px;
        margin-top: 10px;
    }
    #joinrow3 h2{
        font-size: 21px;
    }
    #joinrow2 h2{
        font-size: 21px;
    }
    #joinrow2 ul li{
      background-size: 18px;
      padding-left: 28px;
      margin: 10px 0;  
        background-position: top 1px left;
    }
}
/*--------------------------------------------------------------
# Responsive Menu
--------------------------------------------------------------*/
  #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-item-link {
      font-size: 18px;
}