/*!
Theme Name: JustMoney
Theme URI: https://rb7design.co.uk/
Author: RB7 Design
Author URI: https://rb7design.co.uk
Description: Description
Version: 1.0.3
Tested up to: 6.03
Requires PHP: 7.4.30
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: justmoney
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.

justmoney 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

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

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

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

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

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

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

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
 h1 {
 	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: 700;
}

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

/* sriracha-regular - latin */
@font-face {
  font-family: 'Sriracha';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/sriracha-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/sriracha-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/sriracha-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/sriracha-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/sriracha-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/sriracha-v10-latin-regular.svg#Sriracha') format('svg'); /* Legacy iOS */
}

/* work-sans-300 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  src: url('assets/fonts/work-sans-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('assets/fonts/work-sans-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/work-sans-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/work-sans-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/work-sans-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/work-sans-v18-latin-300.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-500 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  src: url('assets/fonts/work-sans-v18-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('assets/fonts/work-sans-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/work-sans-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/work-sans-v18-latin-500.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/work-sans-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/work-sans-v18-latin-500.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-800 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  src: url('assets/fonts/work-sans-v18-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('assets/fonts/work-sans-v18-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/work-sans-v18-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/work-sans-v18-latin-800.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/work-sans-v18-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/work-sans-v18-latin-800.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-300 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  src: url('assets/fonts/work-sans-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('assets/fonts/work-sans-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/work-sans-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/work-sans-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/work-sans-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/work-sans-v18-latin-300.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-300italic - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 300;
  src: url('assets/fonts/work-sans-v18-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('assets/fonts/work-sans-v18-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/work-sans-v18-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/work-sans-v18-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/work-sans-v18-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/work-sans-v18-latin-300italic.svg#WorkSans') format('svg'); /* Legacy iOS */
}

/* work-sans-800italic - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 800;
  src: url('assets/fonts/work-sans-v18-latin-800italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('assets/fonts/work-sans-v18-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/work-sans-v18-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/work-sans-v18-latin-800italic.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/work-sans-v18-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/work-sans-v18-latin-800italic.svg#WorkSans') format('svg'); /* Legacy iOS */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

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
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */

a:focus {
	outline: thin dotted;
}

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 {
	width: calc(100% - 340px);
	position: absolute;
	right: 0;
	display: flex;
	justify-content: right;
	bottom: 24px;
}

.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: 100px 0 1.5em;
	font-style: italic;
}

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

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 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;
}

/* RB7
-------------------------------------------- */

.site-footer {
	background-color: #464646;
	position: relative;
	font-size: 1rem;
}
.site-footer p a {
	font-weight: 300;
}
.site-footer__content,
.site-footer__bassline {
	width: 80%;
	max-width: 1080px;
	margin: 0 auto;
}
.site-footer__content {
	padding: 3rem 0;
	color: #fff;
	display: flex;
	justify-content: space-between;
}
.site-footer__bassline {
	padding-bottom: 3rem;
	text-align: center;
	color: #a3a3a3;
	font-size: 0.9rem;
}
.site-footer__bassline a {
	text-decoration: none;
	transition: color 0.4s;
    font-weight: 200;
    color: #a3a3a3 !important;
}
.site-footer__bassline a:hover {
	color: var(--wp--preset--color--jm-lime) !important;
}
#top-social {
	position: absolute;
	top: 0;
	right: 0;
}
.site-footer__content ul,
#top-social ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.site-footer__content a,
.site-footer__content a:hover,
.site-footer__content a:visited {
	color: #fff;
	text-decoration: none;
}
.site-footer__content__logo {
	padding-right: 2em;
	border-right: 1px solid;
	width: 200px;
	flex: 1 4 auto;
	min-width: 120px;
    margin-top: 0.25em;
}
.site-footer__content__logo img {
	width: 100%;
}
.site-footer__content__menu {
	padding: 0 3em 0.3em 3em;
	flex: 5 0 34%;
}
.site-footer__content__connect {
	flex: 5 1 20rem;
	text-align: right;
}
.site-footer__content__connect ul,
#top-social ul {
	display: flex;
	justify-content: end;
}
.site-footer__content__connect ul svg {
	width: 2rem;
	fill: currentColor !important;
}
#top-social ul svg {
	width: 20px;
	fill: var(--wp--preset--color--jm-lime);
	margin: 10px 0 0 10px;
}
#top-social li.social-donate {
	background-color: var(--wp--preset--color--jm-lime);
	padding: 10px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	margin-left: 10px;
}
#top-social li.social-donate a {
	color: white;
	text-decoration: none;
}
.site-footer__content__connect li {
	margin-left: 1.5rem;
}
.site-footer__content__connect li:first-of-type {
	margin-left: 0;
}

.site-footer p {
	margin: 0;
	position: relative;
	z-index: 1;
}
.site-footer__bassline p {
	margin-bottom: 18px;
}
.site-footer__content p:last-of-type {
	margin-bottom: 2rem;
}
.site-footer__bassline ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.cli_settings_button {
	border: 1px solid white;
	padding: 7px 10px;
	font-size: 13px;
	line-height: 1;
}
.site-header {
	padding: 24px 0;
	position: relative;
}
.site-header .custom-logo {
	width: min(300px, 60vw);
	display: block;
}
#page,
.boxed-contents,
body.archive #primary .page-header,
.cat-desc {
	width: 85%;
	max-width: 1130px;
	margin: 0 auto;
}
.cat-desc {
	color: white;
	margin-bottom: 50px;
}
.cat-desc a {
	color: white;
}
body.archive.category-event,
body.archive.category-event .boxed-contents article {
	--current-color: var(--wp--preset--color--jm-lime) !important;
}
body.archive.category-event .past-events .boxed-contents article {
	--current-color: var(--wp--preset--color--jm-forest) !important;
}
body.archive.category-event .posts-navigation .nav-links a {
	color: white;
}
body.archive #primary {
	background-color: var(--current-color);
	padding-top: 20px;
}
body.archive .page-header h1 {
	color: white;
}
body.tag .page-header h1 {
	font-size: 2.8rem;
	margin-bottom: 50px;
	color: black;
}
.alignfull,
.site-footer,
body.archive #primary {
	width: 100vw;
	left: -50vw;
	position: relative;
	margin-left: 50%;
}

.site-footer {
	overflow: hidden;
}
.alignwide {
	max-width: var(--wp--style--global--wide-size);
	margin: 0 auto;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding-left: 0;
}
.wp-block-media-text__content :first-child {
	margin-top: 30px;
}
.wp-block-media-text__content :last-child {
	margin-bottom: 30px;
}
.is-style-popout {
	padding: 72px 40px;
	position: relative;
	top: -40px;
	margin: 0 -40px -80px;
	z-index: 2;
}
.is-style-popout + * {
	padding-top: 40px;
}
.wp-block-group.has-background {
	padding: 80px 0;
}
.wp-block-group.has-background:not(.is-style-popout) {
	margin-top: 80px !important;
}
.wp-block-group.has-background:not(.is-style-popout) + .wp-block-group.has-background:not(.is-style-popout) {
	margin-top: 0 !important;
}
.wp-block-spacer + .wp-block-group.has-background {
	margin-top: 0 !important;
}
.wp-block-group.is-style-popout + .wp-block-group,
.entry-content > .wp-block-group.has-background:first-child {
	margin-top: 0 !important;
}
h2 + .wp-block-columns {
	margin-top: 60px;
}
h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
	padding: 20px;
}
.is-style-leaf {
	position: relative;
}
.is-style-leaf::after {
	content: url(/wp-content/themes/justmoney/assets/img/white_leaf.svg);
	display: block;
	position: relative;
	position: absolute;
	width: 1.6em;
	top: calc(50% - 0.8em);
	right: 20px;
	opacity: 0.5;
}
.wp-block-post-template.is-flex-container,
body .is-layout-flex.wp-block-columns {
	gap: 40px;
	align-items: flex-start;
}
.wp-block-button,
.wp-block-post-excerpt__more-link,
.posts-navigation .nav-links a,
.comment-reply-link,
.bio-link {
    z-index: 2;
    position: relative;
	transition: all 0.2s;
	top: 0;
	left: 0;
}
.wp-block-button::after,
.wp-block-post-excerpt__more-link::after,
.posts-navigation .nav-links a::after,
.comment-reply-link::after,
.bio-link::after,
#cancel-comment-reply-link::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	background-color: var(--wp--preset--color--jm-charcoal);
	top: 8px;
	left: 10px;
	z-index: -1;
	opacity: 10%;
	transition: all 0.2s;
}
.has-jm-forest-background-color .wp-block-button::after,
.has-jm-forest-background-color .wp-block-post-excerpt__more-link::after,
.has-jm-forest-background-color .posts-navigation .nav-links a::after,
.has-jm-forest-background-color .comment-reply-link::after,
.has-jm-forest-background-color .bio-link::after,
#cancel-comment-reply-link::after {
	opacity: 40%;
}
.is-layout-flow .wp-block-post .wp-block-post-excerpt__more-link::after {
	opacity: 10%;
}
.has-jm-forest-background-color .wp-block-button:hover::after,
.has-jm-forest-background-color .wp-block-post-excerpt__more-link:hover::after,
.has-jm-forest-background-color .posts-navigation .nav-links a:hover::after,
.has-jm-forest-background-color .comment-reply-link:hover::after,
.has-jm-forest-background-color .bio-link:hover::after,
#cancel-comment-reply-link:hover::after {
	opacity: 50%;
}
.is-layout-flow .wp-block-post .wp-block-post-excerpt__more-link:hover::after {
	opacity: 15%;
}
.comment-reply-link::after,
#cancel-comment-reply-link::after {
	top: 4px;
	left: 5px;
}
.comment-links {
	display: flex;
	justify-content: space-between;
	margin-top: 6px;
}
.wp-block-post-excerpt__more-link,
.posts-navigation .nav-links a,
.comment-reply-link,
.bio-link,
#cancel-comment-reply-link {
	background-color: transparent;
	border: none;
	outline: 3px solid;
	color: var(--wp--preset--color--jm-black);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 500;
	padding-top: 0.3rem;
	padding-right: 1rem;
	padding-bottom: 0.3rem;
	padding-left: 1rem;
	text-decoration: none;
}
.wp-block-post-excerpt__more-link,
.comment-reply-link,
.bio-link,
#cancel-comment-reply-link {
	color: var(--current-color);
}
.comment-reply-link,
#cancel-comment-reply-link {
	padding: 2px 4px;
	border-width: 1px;
}
.wp-block-button:hover,
.wp-block-post-excerpt__more-link:hover,
.bio-link:hover,
.posts-navigation .nav-links a:hover {
	top: 3px;
	left: 4px;
}
#cancel-comment-reply-link {
	position: relative;
	margin-left: 10px;
}
.comment-reply-link:hover,
#cancel-comment-reply-link:hover {
	top: 1px;
	left: 2px;
}
.wp-block-button:hover::after,
.wp-block-post-excerpt__more-link:hover::after,
.bio-link:hover::after,
.posts-navigation .nav-links a:hover::after {
	top: 2px;
	left: 3px;
	opacity: 15%;
}
.comment-reply-link:hover::after,
#cancel-comment-reply-link:hover::after {
	top: 2px;
	left: 3px;
}
.bio-link {
	display: inline-block;
	width: fit-content;
	position: relative;
	margin: 0 0 0 auto;
	z-index: 10;
	outline: 3px solid !important;
}
.bio-text {
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s;
}
.bio-text.visible {
	max-height: 2000px;
}
.wp-block-column h3.has-background ~ * {
	padding-left: 20px;
	padding-right: 20px;
}
#primary article:first-of-type .entry-content:first-of-type {
	margin-top: 0;
}
.wp-block-group:not(.is-style-popout) h2 {
	padding: 1em 0 0.5em;
}
.has-background h2:first-child {
	padding-top: 0;
}
.is-layout-flow.wp-block-query {
	margin-top: 0;
}
.is-layout-flow .wp-block-post-excerpt {
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
}
.category-uncategorized {
	--current-color: var(--wp--preset--color--jm-charcoal);
}
.category-event {
	--current-color: var(--wp--preset--color--jm-lime);
}
.category-news {
	--current-color: var(--wp--preset--color--jm-forest);
}
.category-blog {
	--current-color: var(--wp--preset--color--jm-raspberry);
}
.category-resources {
	--current-color: var(--wp--preset--color--jm-tangerine);
}
.is-layout-flow .wp-block-post > .wp-block-post-featured-image {
	margin: -20px -20px 0 -20px;
	background-color: white;
}
.is-layout-flow .wp-block-post {
	background-color: var(--wp--preset--color--jm-light-grey);
	padding: 20px;
}
.boxed-contents img.wp-block-post-featured-image {
	max-width: none;
	width: calc(100% + 40px);
}
.boxed-contents img {
	display: block;
}
.is-layout-flow .wp-block-post-terms a,
.boxed-contents .cat-name {
	color: white;
	text-decoration: none;
	padding: 4px 8px;
	background-color: var(--current-color);
}
.is-layout-flow .wp-block-post-terms,
.boxed-contents .cat-name {
	margin: 0 -20px;
	padding: 0 20px;
	text-align: right;
	border-top: 2px solid var(--current-color);
}
.mc4wp-form-fields .required label::after {
	content: '*';
	color: var(--wp--preset--color--jm-raspberry);
	font-weight: 500;
	margin-left: 4px;
}
.mc4wp-form-fields label {
	display: block;
}
.wp-block-buttons + p {
	margin-top: 2em;
}
.boxed-contents a {
	text-decoration: none;
}
.navigation.posts-navigation {
	width: 100%;
}
.boxed-contents .entry-meta {
	font-size: 0.8em;
	font-weight: 500;
	border-left: 3px solid var(--current-color);
	padding-left: 0.6em;
}
.boxed-contents h3 {
	margin-bottom: 12px;
}
.posts-navigation .nav-links a {
	white-space: nowrap;
}
#primary > :last-child {
	padding-bottom: 80px;
}
#primary article:last-of-type > :last-child > .has-background:last-child {
	margin-bottom: -80px;
}
.wp-block-group.has-background .wp-block-buttons:last-child {
	padding-bottom: 20px;
}
.banner-header {
	display: flex;
	align-items: center;
	margin: 4rem 0 30px;
}
.banner-header__featured-image {
	margin-left: 44px;
	position: relative;
}
.banner-header__featured-image::before {
	content: '';
	display: block;
	position: absolute;
	top: -20px;
	left: -20px;
	transform: rotate(3deg);
	background-color: white;
	width: calc(100% + 40px);
	height: calc(100% + 40px);
}
.banner-header__featured-image img {
	height: max-content;
	transform: rotate(3deg);
	background-color: white;
	box-shadow: 4px 4px 16px rgba(0,0,0,0.2);
}
.banner-header .entry-title {
	font-family: 'Work Sans';
	font-size: 2.6rem;
	font-weight: 600;
	position: relative;
	color: white;
	padding: 20px 0 20px 80px;
	background: url(assets/img/white_leaf_50opacity.svg) no-repeat 0 calc(20px + 0.22em);
	background-size: 60px;
	flex: 1 0 50%;
	min-height: 2.88em;
}
.banner-header .entry-title::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: calc(-1em - 20px);
	color: var(--current-color);
	font-family: Sriracha;
	font-size: 4rem;
}
.category-event .banner-header .entry-title::before {
	content: 'Events';
}
.category-blog .banner-header .entry-title::before {
	content: 'Blog';
}
.category-news .banner-header .entry-title::before {
	content: 'News';
}
.category-resources .banner-header .entry-title::before {
	content: 'Resources';
}
.category-stories .banner-header .entry-title::before {
	content: 'Stories';
}

.banner-header .entry-title::after {
	content: '';
	display: inline;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: calc(-50vw + 565px);
	background-color: var(--current-color);
	z-index: -1;
}
body.single h2 {
	font-family: 'Work Sans';
	font-size: 2.6rem;
}
.category-event {
	--current-color: var(--wp--preset--color--jm-lime);
}
.category-blog {
	--current-color: var(--wp--preset--color--jm-raspberry);
}
.category-news {
	--current-color: var(--wp--preset--color--jm-forest);
}
.category-stories {
	--current-color: var(--wp--preset--color--jm-tangerine)
}
.entry-meta {
	color: var(--current-color);
	font-size: 1rem;
	font-weight: 300;
}
.single .entry-meta {
	margin-bottom: 50px;
}
.entry-meta .posted-on time,
.entry-meta .tags-links a {
	font-weight: 500;
	color: var(--current-color);
}
:where(ul, p) a {
	color: var(--current-color);
}
.wp-block-quote {
	position: relative;
	margin: 50px 0 40px;
	padding-left: 90px;
	font-size: 1.2em;
	margin-block-start: 50px !important;
}
.wp-block-quote.is-style-punch-first {
	font-size: 1em;
}
.wp-block-quote > :last-of-type {
	margin-bottom: 0;
}
.wp-block-quote:not(.is-style-punch-first) *:not(cite) {
	font-weight: 700;
}
.wp-block-quote.is-style-punch-first > :first-child {
	font-weight: 700;
	font-size: 1.4em;
}
.wp-block-quote cite {
	text-align: right;
	font-size: 1.2rem;
	display: block;
}
cite::before {
	content: '\2014';
	padding-right: 0.5em;
}
.wp-block-quote > :first-child {
	margin-top: 0;
}
.wp-block-quote > :first-child::before {
	content: '\201C';
	font-size: 160px;
	color: var(--current-color);
	position: absolute;
	top: 0;
	line-height: 0.7;
	left: 0;
	font-weight: 500;
}
.is-style-impact {
	font-family: Sriracha;
}
#comments {
	margin-top: 80px;
	padding-top: 50px;
	border-top: 2px solid;
}
.comment-body img.avatar {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	height: 50px;
	width: 50px;
}
#comments ul {
	list-style: none;
	padding-left: 80px;
	position: relative;
}
#comments article {
	margin-bottom: 36px;
}
.comment-awaiting-moderation {
	font-style: italic;
}
textarea:focus-visible {
	outline:none;
}
.entry-content li {
	margin-bottom: 0.5em;
}
.comment-header {
	display: flex;
	gap: 20px;
	margin-bottom: 12px;
	border-bottom: 1px solid var(--wp--preset--color--jm-light-grey);
	padding-bottom: 5px;
	align-items: flex-end;
	line-height: 1em;
}
.comment-author {
	font-weight: 500;
}
.comment-meta {
	font-size: 0.8em;
}
.comment-content > :last-child {
	margin-bottom: 10px;
}
.is-style-splash .wp-block-media-text__media {
	position: relative;
	display: inline-block;
	margin-left: 20px;
	overflow-y: clip;
}
.is-style-splash .wp-block-media-text__media img {
	display: block;
}
.is-style-splash .wp-block-media-text__media::after {
	content: url(assets/img/img-right-stripe-mask.svg);
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	overflow: clip;
	right: -1px;
}
.is-style-splash .wp-block-media-text__media::before {
	content: '';
	display: block;
	height: calc(100% + 2px);
	width: 100%;
	position: absolute;
	top: -1px;
	left: -40px;
	overflow: clip;
	background: url(assets/img/img-left-trio-mask.svg) no-repeat;
}
.is-style-splash {
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	position: relative;
	left: 50%;
	padding: 0 calc(50vw - 565px);
	background: var(--wp--preset--gradient--h-forest-tangerine);
	color: white;
}
.is-style-splash + *:not(.is-style-popout) {
	margin-top: 80px;
}
.wp-block-columns .wp-embed-aspect-16-9 iframe {
	height: 306px;
}
.is-style-leaf-banner {
	background-image: url(assets/img/white_leaf_10opacity_inset.svg);
	background-size: 50px;
	background-position: 0 -10px;
	margin-top: 80px;
	margin-bottom: 80px;
}
.is-style-leaf-banner :where(h1, h2, h3, h4, h5, p) {
	font-size: 3rem;
	font-weight: 700;
}
.wp-block-column.has-background {
	padding: 20px;
}
.is-layout-flex > .wp-block-column.has-background {
	display: flex;
	flex-direction: column;
}
.is-layout-flex > .wp-block-column.has-background > .wp-block-buttons:last-child {
	margin-top: auto;
	padding-top: 30px;
}
.entry-content > .has-background:not(h1, h2, h3, h4, h5) + :not(.has-background) {
	margin-top: 80px;
}
.wp-block-button.is-style-go-big {
	margin: 50px 0;
}
.wp-block-button.is-style-go-big .wp-block-button__link {
	font-size: 1.6em;
}
.wp-block-post-template.is-layout-flow .boxed-contents__post {
	margin-block-start: 0;
}
body .is-layout-flow > * + .wp-block-buttons {
	margin-top: 30px;
}
.post-navigation a {
	color: var(--current-color);
}
.wp-block-columns h2.is-style-leaf {
	font-size: 2.2rem;
}
body .is-layout-constrained > * + :where(h3,h4,h5) {
	margin-top: 2em;
}
.wp-block-buttons {
	margin-top: 30px;
}
.wp-block-columns.is-style-uneven-heights {
	align-items: flex-start !important;
}
body.archive:not(.tag) #primary .posts-navigation a {
	color: white;
}
.boxed-contents img.has-bottom-border {
	border-bottom: 2px solid var(--current-color);
	margin-bottom: 40px !important;
}
header.entry-header {
	position: relative;
}
.cat-name {
	display: inline-block;
	right: 20px;
	position: absolute;
	top: -42px;
}
h3 {
	margin-top: 2.4em;
}
.boxed-contents h3,
.wp-block-query .wp-block-post-template-is-layout-grid h3 {
	margin-top: 1.8rem;
}
.wp-block-columns + .wp-block-columns {
	margin-top: 80px;
}
.is-style-supersized p {
	font-size: 3rem;
	margin-bottom: 60px !important;
}
.mc4wp-form-fields p {
	display: inline-block;
	margin-right: 40px;
}
.site-notice {
	display: none;
	padding: 10px 0;
	color: white;
	background-color: var(--wp--preset--color--jm-raspberry);
	position: relative;
	align-items: flex-start;
}
.site-notice-dismiss {
	margin-left: 40px;
	white-space: nowrap;
}
.site-notice-dismiss:hover {
	cursor: pointer;
}
.site-notice::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100vw;
	top: 0;
	left: -50vw;
	margin-left: 50%;
	background-color: var(--wp--preset--color--jm-raspberry);
	z-index: -1;
}
.is-style-bio {
	margin-top: 110px !important;
}
.is-style-bio p {
	display: none;
}
.is-style-bio figure {
	position: relative;
	top: -110px;
	margin-bottom: -110px;
}
.is-style-pseudo-heading {
	font-family: Sriracha;
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 10px;
}
.is-style-pseudo-heading + :where(h1, h2, h3, h4) {
	margin-top: 0;
}
.wp-block-columns h2.is-style-leaf {
	max-width: none;
}
.wp-block-group.has-background > .wp-block-quote:first-child {
	margin-top: 0 !important;
}
.wp-block-media-text + .wp-block-group.has-background:not(.is-style-popout) {
	margin-top: 0 !important;
}
input[type="submit"] {
	margin-top: 8px;
}
.wp-block-group.has-background:not(.alignfull) {
	padding: 30px;
}
.sp-testimonial-free-wrapper {
	margin-top: 80px;
	margin-bottom: 80px;
}
.white-text {
	color: white;
}
.columns-3 article.boxed-contents__post p {
	margin: 12px 0;
}
.event-meta {
	color: var(--current-color);
	padding-left: 0.6em;
	border-left: 3px solid;
}
.event-meta > * {
	position: relative;
	left: 1.3em;
	margin-right: 1.3em;
	color: var(--current-color);
}
.event-meta__event-location::before,
.event-meta__event-time::before,
.event-meta__event-date::before {
	display: inline-block;
	height: 0.8em;
	width: 0.8em;
	position: absolute;
	top: 0.1em;
	left: -1.3em;
}
.wp-block-mfb-meta-field-block.event-meta__event-location::before,
.wp-block-mfb-meta-field-block.event-meta__event-time::before,
.wp-block-mfb-meta-field-block.event-meta__event-date::before {
	left: -0.6em;
}
.wp-block-post.category-event .wp-block-mfb-meta-field-block {
	position: relative;
	left: 1.3em;
	margin-right: 1.3em;
	color: var(--current-color);
}
.wp-block-post.category-event .wp-block-mfb-meta-field-block:not(.no-positioning) .value {
	border-left: 3px solid;
	padding-left: 2em;
	left: -1.3em;
	position: relative;
}
.wp-block-mfb-meta-field-block.is-display-inline-block {
	display: inline-block;
}
.wp-block-post.category-event .wp-block-mfb-meta-field-block.event-meta__event-time {
	margin-right: -1.1em;
}
.event-meta__event-date {
	font-weight: bold;
}
.event-meta__event-time::before {
	content: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Outline%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22fill%3A%237fbd38%22%3E%3Cpath%20d%3D%22M12%2C0A12%2C12%2C0%2C1%2C0%2C24%2C12%2C12.013%2C12.013%2C0%2C0%2C0%2C12%2C0Zm0%2C22A10%2C10%2C0%2C1%2C1%2C22%2C12%2C10.011%2C10.011%2C0%2C0%2C1%2C12%2C22Z%22%2F%3E%3Cpath%20d%3D%22M12%2C6a1%2C1%2C0%2C0%2C0-1%2C1v4.325L7.629%2C13.437a1%2C1%2C0%2C0%2C0%2C1.062%2C1.7l3.84-2.4A1%2C1%2C0%2C0%2C0%2C13%2C11.879V7A1%2C1%2C0%2C0%2C0%2C12%2C6Z%22%2F%3E%3C%2Fsvg%3E" );
}
.past-events .event-meta__event-time::before {
	content: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Outline%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22fill%3A%23006837%22%3E%3Cpath%20d%3D%22M12%2C0A12%2C12%2C0%2C1%2C0%2C24%2C12%2C12.013%2C12.013%2C0%2C0%2C0%2C12%2C0Zm0%2C22A10%2C10%2C0%2C1%2C1%2C22%2C12%2C10.011%2C10.011%2C0%2C0%2C1%2C12%2C22Z%22%2F%3E%3Cpath%20d%3D%22M12%2C6a1%2C1%2C0%2C0%2C0-1%2C1v4.325L7.629%2C13.437a1%2C1%2C0%2C0%2C0%2C1.062%2C1.7l3.84-2.4A1%2C1%2C0%2C0%2C0%2C13%2C11.879V7A1%2C1%2C0%2C0%2C0%2C12%2C6Z%22%2F%3E%3C%2Fsvg%3E")
}
.event-meta__event-date::before {
	content: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Outline%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22fill%3A%237fbd38%22%3E%3Cpath%20d%3D%22M19%2C2H18V1a1%2C1%2C0%2C0%2C0-2%2C0V2H8V1A1%2C1%2C0%2C0%2C0%2C6%2C1V2H5A5.006%2C5.006%2C0%2C0%2C0%2C0%2C7V19a5.006%2C5.006%2C0%2C0%2C0%2C5%2C5H19a5.006%2C5.006%2C0%2C0%2C0%2C5-5V7A5.006%2C5.006%2C0%2C0%2C0%2C19%2C2ZM2%2C7A3%2C3%2C0%2C0%2C1%2C5%2C4H19a3%2C3%2C0%2C0%2C1%2C3%2C3V8H2ZM19%2C22H5a3%2C3%2C0%2C0%2C1-3-3V10H22v9A3%2C3%2C0%2C0%2C1%2C19%2C22Z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2215%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%2215%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2215%22%20r%3D%221.5%22%2F%3E%3C%2Fsvg%3E");
}
.past-events .event-meta__event-date::before {
	content: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Outline%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22fill%3A%23006837%22%3E%3Cpath%20d%3D%22M19%2C2H18V1a1%2C1%2C0%2C0%2C0-2%2C0V2H8V1A1%2C1%2C0%2C0%2C0%2C6%2C1V2H5A5.006%2C5.006%2C0%2C0%2C0%2C0%2C7V19a5.006%2C5.006%2C0%2C0%2C0%2C5%2C5H19a5.006%2C5.006%2C0%2C0%2C0%2C5-5V7A5.006%2C5.006%2C0%2C0%2C0%2C19%2C2ZM2%2C7A3%2C3%2C0%2C0%2C1%2C5%2C4H19a3%2C3%2C0%2C0%2C1%2C3%2C3V8H2ZM19%2C22H5a3%2C3%2C0%2C0%2C1-3-3V10H22v9A3%2C3%2C0%2C0%2C1%2C19%2C22Z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2215%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%2215%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2215%22%20r%3D%221.5%22%2F%3E%3C%2Fsvg%3E");
}
.event-meta__event-location::before {
	content: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Outline%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22fill%3A%237fbd38%22%3E%3Cpath%20d%3D%22M12%2C6a4%2C4%2C0%2C1%2C0%2C4%2C4A4%2C4%2C0%2C0%2C0%2C12%2C6Zm0%2C6a2%2C2%2C0%2C1%2C1%2C2-2A2%2C2%2C0%2C0%2C1%2C12%2C12Z%22%2F%3E%3Cpath%20d%3D%22M12%2C24a5.271%2C5.271%2C0%2C0%2C1-4.311-2.2c-3.811-5.257-5.744-9.209-5.744-11.747a10.055%2C10.055%2C0%2C0%2C1%2C20.11%2C0c0%2C2.538-1.933%2C6.49-5.744%2C11.747A5.271%2C5.271%2C0%2C0%2C1%2C12%2C24ZM12%2C2.181a7.883%2C7.883%2C0%2C0%2C0-7.874%2C7.874c0%2C2.01%2C1.893%2C5.727%2C5.329%2C10.466a3.145%2C3.145%2C0%2C0%2C0%2C5.09%2C0c3.436-4.739%2C5.329-8.456%2C5.329-10.466A7.883%2C7.883%2C0%2C0%2C0%2C12%2C2.181Z%22%2F%3E%3C%2Fsvg%3E");
}
.past-events .event-meta__event-location::before {
	content: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Outline%22%20viewBox%3D%220%200%2024%2024%22%20style%3D%22fill%3A%23006837%22%3E%3Cpath%20d%3D%22M12%2C6a4%2C4%2C0%2C1%2C0%2C4%2C4A4%2C4%2C0%2C0%2C0%2C12%2C6Zm0%2C6a2%2C2%2C0%2C1%2C1%2C2-2A2%2C2%2C0%2C0%2C1%2C12%2C12Z%22%2F%3E%3Cpath%20d%3D%22M12%2C24a5.271%2C5.271%2C0%2C0%2C1-4.311-2.2c-3.811-5.257-5.744-9.209-5.744-11.747a10.055%2C10.055%2C0%2C0%2C1%2C20.11%2C0c0%2C2.538-1.933%2C6.49-5.744%2C11.747A5.271%2C5.271%2C0%2C0%2C1%2C12%2C24ZM12%2C2.181a7.883%2C7.883%2C0%2C0%2C0-7.874%2C7.874c0%2C2.01%2C1.893%2C5.727%2C5.329%2C10.466a3.145%2C3.145%2C0%2C0%2C0%2C5.09%2C0c3.436-4.739%2C5.329-8.456%2C5.329-10.466A7.883%2C7.883%2C0%2C0%2C0%2C12%2C2.181Z%22%2F%3E%3C%2Fsvg%3E");
}
.past-events h2 {
	margin-bottom: 1em;
}
.single-post .event-meta {
	font-size: 1.4rem;
}
.wp-block-query ul {
	align-items: start;
}
@media only screen and (min-width: 1280px) {
	body.home main article:first-of-type .wp-block-media-text.is-image-fill:first-of-type .wp-block-media-text__media {
		background-size: contain;
		background-position: center right !important;
		background-repeat: no-repeat;
	}
}

@media only screen and (min-width: 1001px) {
	.site-footer__bassline ul li {
		display: inline;
	}
	.site-footer__bassline ul li:not(:last-of-type) {
		margin-right: 1.6rem;
	}
	.site-footer__bassline ul li:not(:last-of-type)::after {
		content: '|';
		position: relative;
		left: 0.8rem;
	}
    .site-footer__content__menu {
        padding: 0 2em 0.3em 2em;
        flex: 5 0 34%;
    }
	.single .entry-meta {
		position: relative;
		top: -30px;
		max-width: calc(100% - 370px);
	}
	.is-style-leaf {
		max-width: 400px;
	}

}

@media only screen and (min-width: 600px) {
	.wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li,
	.wp-block-post-templater.is-flex-container.is-flex-container.columns-3 > .boxed-contents__post {
		width: calc(50% - 40px);
	}
	body .is-layout-flow > * + * {
		/* margin-block-start: 0; */
	}
}

@media only screen and (min-width: 840px) {
	.wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li,
	.wp-block-post-template.is-flex-container.is-flex-container.columns-3 > .boxed-contents__post {
		width: calc(33.33333% - 26.67px);
	}
}

@media only screen and (max-width: 1330px) {
	.banner-header .entry-title::after {
		left: -7.5vw;
	}
	.is-style-splash {
		padding: 0 7.5%;
	}
	.wp-block-columns .wp-embed-aspect-16-9 iframe {
		height: calc(23.9vw - 11.25px);
	}
}

@media only screen and (max-width: 1100px) {
	h1 {
		font-size: 3rem;
	}
}

@media only screen and (max-width: 1279px) and (min-width: 601px) {
	.wp-block-media-text.alignwide.has-media-on-the-right:not(.is-style-splash) .wp-block-media-text__media {
		width: calc(100% + 12vw);
		height: calc(100% + 40px);
		position: relative;
		top: 20px;
	}
}
@media only screen and (max-width: 1279px) {

}
@media only screen and (max-width: 1100px) {
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 2.6rem;
	}
	h3 {
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 1000px) {
	body:not(.home) .is-style-popout {
		top: 0;
		margin: 0 -40px 0;
		z-index: 2;
	}
	.is-style-popout + * {
		padding-top: 0;
	}
    .site-footer__content {
        display: block;
    }
    .site-footer__content > * {
        margin-bottom: 3em;
        text-align: center;
    }
    .site-footer__content__logo {
        border-right: 0;
        padding-right: 0;
        margin: 0 auto 3em auto;
    }
    .site-footer__content__connect {
        text-align: center;
    }
    .site-footer__content__connect ul {
        justify-content: center;
    }
	#page {
		width: 100%;
		padding: 0 5vw;
		overflow: hidden;
	}
	body {
		--wp--style--global--content-size: 90vw;
		--wp--style--global--wide-size: 90vw;
	}
	#mega-menu-wrap-topnav .mega-menu-toggle + #mega-menu-topnav {
		max-width: calc(95vw - 44px);
	}
	#mega-menu-topnav::before {
		display: block !important;
		content: url(assets/img/white_leaf.svg);
		width: min(60px, 30%);
		position: absolute;
		left: calc(50% - min(30px, 15%));
		top: 34px;
	}
	.banner-header .entry-title {
		flex: 0 0 100%;
	}
	.banner-header .entry-title::after {
		left: -5vw;
		height: calc(100% + 20vw);
	}
	.banner-header {
		flex-wrap: wrap;
		justify-content: center;
	}
	.banner-header__featured-image {
		margin-left: 0;
		flex: 0 1 min(350px, 70%);
	}
	.is-style-popout::before {
		content: '';
		display: block;
		width: 100vw;
		position: absolute;
		height: 100%;
		top: 0;
		left: -50vw;
		margin-left: 50%;
		background-color: inherit;
		z-index: -1;
	}
	body {
		--wp--preset--gradient--h-forest-tangerine: var(--wp--preset--color--jm-forest);
	}
	.is-style-splash .wp-block-media-text__media::after {
		display: none;
	}
	.is-style-splash .wp-block-media-text__media {
		left: 7.5vw;
	}
}

@media only screen and (max-width: 960px) and (min-width: 600px) {
	.wp-block-mfb-meta-field-block.event-meta__event-end-time {
		display: block !important;
	}
	.wp-block-mfb-meta-field-block.event-meta__event-end-time::before {
		position: absolute;
		content: '';
		border-left: 3px solid;
		left: -1.3em;
		height: 100%;
	}

}

@media only screen and (max-width: 840px) {
	.is-style-splash .wp-block-media-text__media::before {
		left: -20px;
	}
}

@media only screen and (max-width: 781px) {
	.is-style-popout {
		padding: 40px;
	}
	.is-layout-flow.wp-block-column:not(:last-of-type) {
		margin-bottom: 40px;
	}
	.wp-block-columns .wp-embed-aspect-16-9 iframe {
		height: 50.625vw;
	}
	.site-notice {
		flex-wrap: wrap;
		justify-content: center;
	}
	.site-notice__text {
		flex: 0 0 100%;
	}
	.site-notice-dismiss {
		margin-top: 12px;
	}
}
@media only screen and (max-width: 600px) {
	.wp-block-media-text__content :first-child {
		margin-top: 60px;
	}
	h1 {
		font-size: 3.4rem;
	}
	.is-style-popout {
		padding: 40px 20px;
	}
	body.home .entry-content > .wp-block-group:first-of-type {
		position: relative;
		top: 30vw;
		margin-bottom: 30vw;
	}
	.wp-block-media-text.is-image-fill:not(.is-style-splash) .wp-block-media-text__media,
	.wp-block-media-text:not(.is-style-splash) .wp-block-media-text__media {
		min-height: 80vw;
		width: 80vw;
		margin: 0 auto;
		position: relative;
		top: -30vw;
		margin-bottom: -35vw;
	}
	.site-footer__content__connect__social-icons li:not(.social-donate) {
		display: none;
	}
	#top-social li.social-donate {
		padding: 5px 8px 7px;
	}
	.wp-block-post-template.is-flex-container {
		flex-wrap: nowrap;
		overflow-x: scroll;
		width: 100vw;
		position: relative;
		left: -5vw;
		padding: 0 5vw;
		max-width: 100vw;
		scroll-snap-type: x mandatory;
		scroll-padding-left: 5vw;
	}
	body.archive #primary .wp-block-post-template.is-flex-container {
		left: 0;
	}

	.wp-block-post-template.is-flex-container li,
	.wp-block-post-template.is-flex-container .boxed-contents__post {
		flex: 0 0 67vw;
		scroll-snap-align: start;
	}
	.wp-block-post-template.is-layout-flow .boxed-contents__post {
		margin-block-start: 0;
	}
	.banner-header .entry-title::before {
		font-size: 3rem;
	}
	.entry-title,
	.banner-header .entry-title {
		font-size: 2rem;
	}
	body.single h2 {
		font-size: 1.8rem;
	}
	.is-style-splash .wp-block-media-text__media::after {
		content: '';
		background-color: var(--wp--preset--color--jm-tangerine);
		z-index: -2;
		width: 200vw;
		left: -100vw;
		display: block;
	}
	.is-style-splash .wp-block-media-text__media {
		z-index: 10;
	}
	.is-style-splash .wp-block-media-text__media::before {
		left: -40px;
	}
}
@media only screen and (max-width: 360px) {
	#top-social li.social-donate {
		display: none;
	}

}
