/*!
Theme Name: Arcora Foundation
Theme URI: https://marlowfive-0.com
Author: Scott Marlow
Author URI: https://marlowfive-0.com
Description: a custom-branded, mobile-responsive HTML5 Theme for Arcora, the nonprofit foundation of Delta Dental of Washington
Version: 05.2025
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: af
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Arcora Foundation 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
	- Colors
	- 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 {
	font-size: 62.5%;
	line-height: 1.15;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

/* 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 {
	font-size: 3.6rem;
	margin: 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: 600;
}

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

address {
	font-style: normal;
}
/* 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
--------------------------------------------------------------*/

/* Colors
--------------------------------------------- */
.has-black-color {
	color: #000 !important;
}
.has-black-background-color {
	background: #000 !important;
}
.has-green-color {
	color: #43b02a !important;
}
.has-green-background-color {
	background: #43b02a !important;
}
.has-green-25-color {
	color: rgba(67,176,42,.25) !important;
}
.has-green-25-background-color {
	background: rgba(67,176,42,.25) !important;
}
.has-blue-color {
	color: #00aec7 !important;
}
.has-blue-background-color {
	background: #00aec7 !important;
}
.has-purple-color {
	color: #563d82 !important;
}
.has-purple-background-color {
	background: #563d82 !important;
}
.has-pink-color {
	color: #c6007e !important;
}
.has-pink-background-color {
	background: #c6007e !important;
}
.has-yellow-color {
	color: #eaaa00 !important;
}
.has-yellow-background-color {
	background: #eaaa00 !important;
}
.has-orange-color {
	color: #dc582a !important;
}
.has-orange-background-color {
	background: #dc582a !important;
}
.has-greylt-color {
	color: #ebebeb !important;
}
.has-greylt-background-color {
	background: #ebebeb !important;
}
.has-white-color {
	color: #fff !important;
}
.has-white-background-color {
	background: #fff !important;
}
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1 {
	color: inherit;
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-weight: 600;
	line-height: 1.2;
	padding: .25em 0;
}
h2,
h3,
h4,
h5,
.page-title {
	color: inherit;
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 .5em 0;
	padding: .25em 0;
}
h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
	border-radius: 1.5em;
	padding: .75em 1em;
	text-shadow: 2px 2px 4px #444;
}
.wp-block-group.has-background, .wp-block-column.has-background {
	border-radius: 1.5em;
	box-shadow: 4px 12px 18px #999;
	padding: .75em;
}
.wp-block-media-text h2.has-background, .wp-block-media-text h3.has-background {
	border-radius: 0 1.5em 1.5em 0;
}
.has-media-on-the-right h2.has-background, .has-media-on-the-right h3.has-background {
	border-radius: 1.5em 0 0 1.5em
}
.wp-block-media-text__content h2.has-background, .wp-block-media-text__content h3.has-background  {
	margin: 0 -9.54125% .5em -9.54125%;
}
@media screen and (min-width: 60em) {
	.wp-block-group.has-background, .wp-block-column.has-background {
	padding: 1.5em 1.5em .75em 1.5em;
	}
}
.entry-title {
	margin-bottom: 0;
}
.archive .entry-title {
	font-size: 3rem;
	margin-bottom: 0;
}
.archive .page-title {
	font-size: 3.6rem;
	padding: .75em 0 0 0;
}
h2 {
	font-size: 3.2rem;
}
.mrw-accordion {
	border-radius: 1.5em;
	margin: 2em 0;
}
.mrw-accordion .mrw-accordion__heading:not(.has-background) {
	background-color: transparent;
}
.page-header .widgettitle {
	display: none;
}
h3, .widget-title, .site #jp-relatedposts h3.jp-relatedposts-headline em   {
	font-size: 2.8rem;
	font-weight: 600;
	margin: 0 0 .25em 0;
}
.widget-title {
	color: #fff;
}
.site #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context, .site #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	opacity: 1;
	padding-right: 0;
}
h4 {
	font-size: 2.4rem;
	color: inherit;
	line-height: 1.2;
}
.entry-content div.sharedaddy h3.sd-title, .entry-meta div.sharedaddy h3.sd-title {
	font-size: 1.6rem;
	line-height: 1.2;
	text-transform: uppercase;
}
.site #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title, .site #jp-relatedposts .jp-relatedposts-items p {
	font-size:24px;
	color: inherit;
	line-height: 1.2;
}
.archive .posted-on, .archive .tags-links {
	font-weight: 400;
}
.posted-on a, .tags-links a {
	font-weight: 400;
}
.byline {
	display: none;
}
.entry-content div.sharedaddy h3.sd-title::before, .entry-meta div.sharedaddy h3.sd-title::before, .site #jp-relatedposts h3.jp-relatedposts-headline em::before {
	display: none;
}
@media screen and (min-width: 60em) {
	h1 {
		font-size: 5rem;
	}
	h2 {
		font-size: 4rem;
	}
	h3 {
		font-size: 2.8rem;
	}
	h4 {
		font-size: 2.4rem;
	}
}
p {
	margin: 0 0 1.5em 0;
}
.site-footer p {
	margin-bottom: .75em;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote, .wp-block-quote, .wp-block-pullquote blockquote  {
	border-left: 8px solid #43b02a;
	font-size: 1.8rem;
	font-style: normal;
	margin: 0 0 1.5em 0;
	padding: 0 1em;
	quotes: "" ""
}
.wp-block-pullquote  {
	background: #fff;
	border: none;
	color: #000;
	line-height: 1.5;
	margin: 0 0 1.5em 0;
	padding: 0;
	text-align: left;
}
.wp-block-pullquote blockquote {
	border-right: 8px solid #43b02a;
}
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
	max-width: 35rem;
}
.wp-block-pullquote p, .wp-block-pullquote blockquote, .wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
		font-size: 2.1rem;
}
blockquote p:last-of-type, .wp-block-quote p:last-of-type, .wp-block-pullquote p:last-of-type {
	margin-bottom: 0;
}
.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer, .testimonial-entry-title {
	font-size: 1.6rem;
	margin-top: 0;
	text-transform: none;
}
.site .testimonial-entry-title {
	padding-left: 1.8em;
}
.wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote footer {
	color: #000;
	font-size: 1.8rem;
	text-transform: none;
}
address {
	margin: 0 0 1.5em;
}

pre {
	background: none;
	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%;
}
.has-huge-font-size {
	font-size: 4rem !important;
	line-height: 1.25;
	margin-bottom: .25em;
}
.has-large-font-size {
	font-size: 2.8rem !important;
	line-height: 1.25;
	margin-bottom: .25em;
}
.has-medium-font-size {
	font-size: 2.4rem !important;
}
.has-normal-font-size {
	font-size: 1.9rem !important;
}
.has-small-font-size {
	font-size: 1.6rem !important;
}
/* Community Report */
.stat p {
	margin-bottom: 0;
}
@media screen and (min-width: 100em) {
body,
button,
input,
select,
optgroup,
textarea {
	font-size: 1.8rem;
}
	h1 {
		font-size: 5rem;
	}
	h2 {
		font-size: 4rem;
	}
	.has-large-font-size {
	font-size: 3.2rem  !important;
	}
	.has-medium-font-size {
	font-size: 2.5rem !important;
}
	blockquote, .wp-block-quote, .wp-block-pullquote blockquote {
		font-size: 2.1rem;
	}
}
@media screen and (min-width: 120em) {

	h1 {
		font-size: 6rem;
	}
	h2 {
		font-size: 5rem;
	}
	h3 {
		font-size: 4rem;
	}
	h4 {
		font-size: 3.2rem;
	}
	.has-huge-font-size {
		font-size: 6rem  !important;
	}
	.has-large-font-size {
	font-size: 4rem  !important;
	}
	.has-medium-font-size {
	font-size: 2.8rem  !important;
	}
}


/* Elements
--------------------------------------------- */
body {
background: #fff;
}
hr, .wp-block-separator, .site .wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.site .wp-block-separator.has-background:not(.is-style-dots) {
	background-color: #43b02a;
	border: 0;
	height: 8px;
	margin: 1.5em auto;
	opacity: 1;
}
.wp-block-separator.is-style-wide {
	background-color: #43b02a;
	border: 0;
	height: 8px;
	margin: .0 calc(50% - 50vw) 1.5em calc(50% - 50vw);
	opacity: 1;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	width: 250px;
}
.wp-block-separator.is-style-dots::before {
	content: "---";
	letter-spacing: .25em;
}
ul,
ol {
	margin: 0 0 1.5em 1.5em;
	padding-left: 0;
}

li {
	margin-bottom: .25em;
}
ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
.entry-content .sd-content ul li, .entry-meta .sd-content ul li {
	margin: 0 .75em 0 0;
}
dt {
	font-weight: 600;
}

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%;
}
.wp-block-latest-posts__featured-image img {
	aspect-ratio: 16/9;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.site-main .has-media-on-the-right .wp-block-media-text__media, .site-main .has-media-on-the-right .wp-block-media-text__media img {
	border-top-right-radius: 1.5em;
	border-top-left-radius: 0;
	border-bottom-right-radius: 1.5em;
	border-bottom-left-radius: 1.5em;
}
.site-main .wp-block-media-text__media, .site-main .wp-block-media-text__media img {
	border-top-left-radius: 1.5em;
	border-bottom-right-radius: 1.5em;
	border-bottom-left-radius: 1.5em;
}
.wp-block-cover {
	margin-bottom: 1.5em;
	padding: 0 3em;
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient)::before, .wp-block-cover .wp-block-cover__gradient-background {
opacity: .3;
}
.wp-block-group {
	clear: both;
}
.wp-block-group.has-background {
	margin-bottom: 1.5em;
}
.wp-block-column.has-background {
	padding: .75em;
}
.wp-block-cover__inner-container {
	text-shadow: 2px 2px 4px #000;
}
.wp-block-latest-posts li {
	margin-bottom: .75em;
}
.site #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img, .wp-block-latest-posts__featured-image img {
	border-radius: 1.5em;
}
.jp-carousel-wrap .jp-carousel-titleanddesc {
	margin-top: 8px;
	padding-top: 12px;
}
.jp-carousel-wrap .jp-carousel-titleanddesc-title {
	margin-bottom: 4px;
}
.wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img, .stat {
	border-radius: 3em;
}

table, .wp-block-table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
	overflow-x: inherit;
	width: 100%;
}
.wp-block-table th {
	border: 1px solid #000;
	color: #000;
	font-size: 1.8rem;
	font-weight: 600;
}
.wp-block-table td {
	border: 1px solid #000;
	font-size: 1.6rem;
	padding: .25em;
	vertical-align: top;
}
tr:nth-child(odd) {
	background: #fff;
}
.wp-block-table figcaption {
	font-size: 1.6rem;
}
/* Links
--------------------------------------------- */
a {
	color: #000;
	font-weight: 600;
	text-decoration: underline;
}
.has-text-color a {
	color: inherit;
}
.entry-meta a, .posted-on a {
	color: inherit;
	text-decoration: none;
}
.cat-links a, .tags-links a, .author a {
	color: #43b02a;
	text-decoration: none;
	text-transform: uppercase;
}
.widget-area a {
	color: #fff;
}
a[href^='tel'], .cred a {
	color: inherit;
	text-decoration: none;
}
.testimonial-entry-title a {
	color: #000;
	font-weight: 400;
}
.edit-link a {
	float: right;
	font-size: 1.8rem;
	text-transform: uppercase;
}
.site #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-weight: 400;
}

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

a:focus {
	outline: thin dotted;
}

/* Forms
--------------------------------------------- */
.more-link, button, input[type=button], input[type=reset], input[type=submit], .wp-block-button__link, .wp-block-button__link:visited {
	background: #fff;
	border: 2px solid #43b02a;
	border-radius: 1.5em;
	color: #000;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: .75em;
	padding: 0.5em 1.5em;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	transition: all .3s;
}
.more-link {
	margin-left: .5em;
	padding: .125em .75em;
}
.is-style-outline > .wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color) {
	background: rgba(255,255,255,.1);
	border-color: #fff;
	border-radius: 1.5em;
	color: #fff;
	font-size: 1.8rem;
	padding: 0.75em 1.5em;
	text-shadow: none;
}
.is-style-outline > .wp-block-button__link:not(.has-text-color):hover, .wp-block-button__link.is-style-outline:not(.has-text-color):hover {
	background: rgba(255,255,255,.8);
	color: #43b02a;
}
.wp-block-button__link:hover, button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	background: #000;
	border: 2px solid #43b02a;
	color: #fff;
	text-decoration: none;
}
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 {
	background: #fff;
	color: #43b02a;
	text-decoration: none;
}

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 {
	background: #fff;
	border: 2px solid #43b02a;
	border-radius: 1.5em;
	color: #444;
	font-size: 1.6rem;
	line-height: 1.2;
	padding: .5em;
	text-transform: none;
	width: 100%;
}
.site-header input[type=search] {
	width: 150px;
	transition: width .5s;
}
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 {
	background: rgba(255,255,255,.8);
	color: #000;
}
.site-header input[type=search]:focus {
	width: 250px;
}
select {
	border: 2px solid #000;
	border-radius: 4px;
}

textarea {
	width: 100%;
}
label, #page .gform_wrapper.gravity-theme .gfield_label {
	display:  inline-block;
	font-size: 1.8rem;
	font-weight: 600;
}
@media screen and (min-width: 120em) {
button, input[type=button], input[type=reset], input[type=submit], .wp-block-button__link, .wp-block-button__link:visited,	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 {
		font-size: 1.8rem;	
}
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
	grid-area: header;
	text-align: center;
}
.site-header, .site-info {
	max-width: 192rem;
}
.site-info {
	margin: 0 auto;
	text-align: center;
}
.site-main {
	grid-area: main;
	margin: 0 auto;
	max-width: 101rem;
}
.page-template-page-full .site-main {
	max-width: 131rem;
}
.site-branding {
	padding: .75em 1.5rem;
}
.site-main, .widget-area, .site-info {
		padding: 0 1.5rem;
}
.site-info {
	font-size: 1.6rem;
}
.cred {
	margin: auto;
	text-align: center;
}
.widget-area {
	padding: .5em 1.5rem;
}
#secondary.widget-area {
	background: #000;
	border-top: 10px solid #43b02a;
	color: #fff;
	clear: both;
	font-size: 1.6rem;
	grid-area: sidebar;
	margin: 1.5em 0 0 0;
	padding: .75em;
}
.site-footer {
	clear: both;
	color: #fff;
	grid-area: footer;
	padding: .5em 1.5em .125em 1.5em;
}
#colophon.site-footer {
	background: #000;
	color: #fff;
}
.page-header {
	grid-area: header;
}

@media screen and (min-width: 60em) {
.single	.site {
	display: grid;
		grid-template-columns: 3fr 1fr;
		grid-template-rows: auto;
		grid-template-areas:
"header header"
			"main main"
			"aside aside"
			"sidebar sidebar"
			"footer footer"
}
	.single .entry-meta {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.widget-area {
	padding: .25em 3rem;
}
	.site-header {
		align-items: center;
		display: flex;
		justify-content: space-around;
		text-align: inherit;
	}
	.site-branding {
		flex-shrink: 0;
	}
	.page-header .widget {
	padding-top: 1.5em;
}
	.archive .type-post {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	#secondary.widget-area {
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	#jp-relatedposts .jp-relatedposts-items-visual {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
	}
	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		max-width: 35rem;
	}
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
#utility .wp-block-jetpack-contact-info {
	font-weight: bold;
}
.main-navigation {
	display: flex;
	flex-direction: column;
	align-items: end;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
/* Site Credits page */
.main-navigation .page-item-9072 {
	display: none;
}
.main-navigation ul ul {
	background: #43b02a;
	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: calc(50% - 120px);*/
	left: 100%;
}

.main-navigation ul ul a {
	border-radius: 0;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;
	text-shadow: 1px 1px 3px #444;
	width: 250px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: calc(50% - 120px);
}

.main-navigation li {
	margin-bottom: 0;
	position: relative;
}

.main-navigation a {
	border: 2px solid transparent;
	border-radius: 1.5em;
	color: #000;
	display: block;
	font-size: 1.6rem;
	line-height: 1.3333333;
	padding: .5em 1em;
	text-decoration: none;
	transition: border .5s;
}
.main-navigation a:hover, .main-navigation a:focus, .main-navigation a:active {
	background: #000;
	border: 2px solid #43b02a;
	color: #fff;
}
.main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
	background: #000;
	border: 2px solid #43b02a;
	color: #fff;
}
.main-navigation .current-menu-ancestor > a:hover, .main-navigation .current-menu-ancestor > a:focus, .main-navigation .current-menu-ancestor > a:active {

}
.main-navigation ul ul .current_page_item > a {
	color: #fff;
}
.main-navigation ul ul a:hover, .main-navigation ul ul a:focus, .main-navigation ul ul a:active {
	background: #000;
	color: #fff;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
/* Footer menu. */
.menu-footer-navigation-container ul {
	list-style-type: none;
}
.menu-footer-navigation-container a {
	font-weight: bold;
	padding: .75em 0;
	text-decoration: none;
}
@media screen and (min-width: 60em) {

	.menu-toggle, .mobile {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		justify-content: space-around;
		margin-top: 0;
		width: 100%;
	}
	.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
		padding-top: .95em;
	}
	.main-navigation ul ul {
	background: none;
	flex-direction: column;
	width: auto;
}
	.main-navigation ul ul a {
		background: #43b02a
	}
}

@media screen and (min-width: 60em) {
	#utility {
		display: flex;
		justify-content: flex-end;
	}
	#utility .wp-block-jetpack-contact-info {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 120em) {
	.main-navigation a {
		font-size: 1.8rem;
	}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	font-size: 1.6rem;
	margin: 1.5em 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;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}
.entry-header {
	margin-bottom: .5em;
	padding-top: 1.5em;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-meta, .entry-footer {
font-size: 1.6rem;
}
.cat-links, .tag-links {
	display: none;
}
.wp-block-latest-posts {
	margin-left: 0;
}
.wp-block-latest-posts li > a:first-of-type {
	display: block;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.33333;
	margin: 0 auto;
	text-decoration: none;
}
.wp-block-latest-posts__post-full-content {
	margin-top: 1.5em;
}
.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date, .posted-on, #jp-relatedposts .jp-relatedposts-items time {
	font-size: 1.4rem;
	text-transform: uppercase;
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

.widget select {
	font-size: 1.6rem;
	max-width: 100%;
	padding: .5em .25em;
}
.entry-content .jetpack_widget_social_icons ul {
	display: flex;
	justify-content: center;
}
.site-footer .jetpack-address__address1 {
	font-size: 1.8rem;
	font-weight: 600;
}
@media screen and (min-width: 60em) {
	.wp-block-latest-posts li > a:first-of-type {
		font-size: 2.1rem;
	}
	.widget-area .widget, .widget-area ul {
		margin: 0;
	}
	#utility .widget {
		display: flex;
		align-items: center;
		margin: 0 0 0 1.5em
	}
	.widget select {
		width: 35rem;
	}
}
/* 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;
	margin: 0 auto;
	max-width: 30rem;
}
.site-footer .site-description {
	font-size: 2.1rem;
	font-style: italic;
	margin: 1em auto;
	text-align: center;
}

@media screen and (min-width: 100em) {
	.site-footer .site-description {
		font-size: 2.4rem;
	}
}
	
/* 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, .wp-block-embed figcaption, .wp-block-image figcaption {
	color: #000;
	font-size: 1.6rem;
	line-height: 1.3755;
	margin: .75em auto 0 auto;
	position: relative;
	text-align: center;
}

.wp-caption-text {
	text-align: center;
}
.wp-block-image figcaption a {
	display: block;
	padding: .5em;
}
.wp-block-image figcaption a:hover, .wp-block-image figcaption a:focus, .wp-block-image figcaption a:focus {
	text-decoration: none;
}
/* 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: 4px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 1.8rem;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 104040400;
}

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

/* Alignments
--------------------------------------------- */

.alignleft, .alignright, .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright {
	position: relative;
}
.wp-block-image .aligncenter {
	text-align: center;
}

.alignwide {
	margin: 0 auto 1.5em auto;
	max-width: 128rem;
  width: 100%;
}
.alignfull, .wp-block-image.alignfull img {
	margin: 0 calc(50% - 50vw) 1.5em calc(50% - 50vw);
		max-width: 100vw;
	padding: 0 1.5rem;
		width: 100vw;
}
@media screen and (min-width: 60em) {
.alignleft {
	display: inline-block;
	/*rtl:ignore*/
	float: left;

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

.alignright {
	display: inline-block;
	/*rtl:ignore*/
	float: right;

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

}

.mm-archive .intro-text {
	border-radius: 15px;
	opacity: 0.91;
	background: #43B049;
	padding: 3.5rem 4rem;
	max-width:804px;
	display: block;
	margin: 0 auto;
	position: relative;
	top: -3.5rem;
}

.mm-archive .intro-text p {
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 33px;
	text-align: center;
	margin-bottom: 0;
}

.mm-archive .inner {
	display: block;
	max-width: 392px;
    margin-bottom: 3rem;
	text-decoration: none;
	transition: all .2s ease-in-out; 
	@media screen and (max-width: 767px) {
		max-width: 100%;
		align-items: center;
		display: flex;
		justify-content: center;
		flex-direction: column;
		margin-bottom:4rem !important;
	}
}
.mm-archive .inner:hover {
	transform: scale(1.05); 
}

.mm-archive .post-image {
	@media screen and (max-width: 767px) {
		width:100%;
	}
}

.mm-archive .post-image {
	max-width:392px;
	height: 223px;
	background-position: center;
	background-repeat:no-repeat;
	background-size: cover;
	border-radius: 43px;
	display: block;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.mm-archive h1 {
	color: #000;
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.6px;
	margin: 1.5rem 0 1rem 0;
	@media screen and (max-width: 767px) {
		text-align: center;
	}
}

.mm-archive .date {
	color: #3D3D3D;
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 250% */
	letter-spacing: -0.24px;
	text-transform: uppercase;
	margin: 1rem 0;
}

.mm-archive .excerpt-content p {
	color: #000;
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 166.667% */
	letter-spacing: -0.36px;
	display: inline;
}

.mm-archive .read-more {
	color: #000;
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -0.36px;
	text-decoration-line: underline;
	display: inline;
}

.mm-archive .buttons{
	display: flex;
	margin: 1rem auto;
	margin-bottom:8rem;
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	@media screen and (max-width: 767px) {
		flex-direction: column;
		margin-bottom:4rem;
	}
}

  .mm-archive .buttons a {
	border-radius: 50px;
	color: #43B049;
	padding: 1rem 2.5rem;
	text-decoration: none;
	border: 2px solid #43B049;
	margin: 0 1rem;
	margin-bottom: 1rem;
  }

  .mm-archive .buttons a:hover, .mm-archive .buttons a.active {
	background-color: #43B049;
	color: white;
  }

.mm-single .post-title {
	color: #000;
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.88px;
	margin-top:8rem;
}

.mm-single .date {
	color: #3D3D3D;
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 250% */
	letter-spacing: -0.24px;
	text-transform: uppercase;
	margin: 4rem 0;
}

.mm-single .post-image {
	width:100%;
	height: 497px;
	background-position: center;
	background-repeat:no-repeat;
	background-size: cover;
	border-radius: 43px;
	display: block;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	margin-bottom:4rem;
}

.mm-single p, ul, ol, li {
	color: #000;
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: -0.36px;
}

.mm-single p strong {
	color: #000;
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 166.667% */
	letter-spacing: -0.36px;
}

.mm-single a {
	color: #000;
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: -0.36px;
	text-decoration-line: underline;
}

.mm-single .terms, .mm-single .terms a {
	color: #43B049;
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: -0.36px;
	text-decoration-line: underline;
	text-transform: uppercase;
}

.mm-single .back-btn {
	border-radius: 22.17px;
	background: #43B049;
	color: #FFF;
	font-family: "Gotham A", "Gotham B", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.4px;
	text-decoration: none;
	padding: 1.5rem 2.5rem;
	margin: 10rem 0;
	display: inline-block;
}

.mm-single h1 {
	font-size: 7rem;
}
.mm-single h2 {
	font-size: 6rem;
}
.mm-single h3 {
	font-size: 5rem;
}
.mm-single h4 {
	font-size: 4rem;
}
.mm-single h5 {
	font-size: 3rem;
}
.mm-single h6 {
	font-size: 2rem;
}