/*!
Theme Name: 18MR 2024 by Bocoup
Theme URI: https://github.com/bocoup/18mr-website
Author: Bocoup
Author URI: https://bocoup.com
Description: A Custom Wordpress Theme for 18MR
Version: 2.1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 18mr
Tags: custom-background, custom-logo, custom-menu, featured-images, 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.

Hybrid 18MR 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;
}

/* 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: var(--wp--preset--color--black);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1;
}

h1,
h2 {
	margin-top: 0;
}

h2 {
	margin-bottom: 0.5em;
}

.bcp-an-embed #can_embed_form h1,
.bcp-an-embed #can_embed_form h2,
.bcp-an-embed #can_embed_form h3,
.bcp-an-embed #can_embed_form h4,
.bcp-an-embed #can_embed_form h5,
.bcp-an-embed #can_embed_form h6 {
	font-family: var(--wp--preset--font-family--roc-grotesk-wide) !important;
	letter-spacing: inherit !important;
	text-transform: uppercase !important;
	margin-bottom: 2.5rem !important;
}

h3 {
	margin: 0.5em 0;
}

h2 a,
h2 a:hover,
h2 a:visited,
h2 a:focus,
h3 a,
h3 a:hover,
h3 a:visited,
h3 a:focus {
	color: var(--wp--preset--color--black);
}

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
--------------------------------------------- */
body {
	background: #fff;
	font-family: var(--wp--preset--font-family--roc-grotesk);
	font-weight: medium;
	font-size: var(--wp--preset--font-size--small);
}

body p,
body div {
	font-family: var(--wp--preset--font-family--roc-grotesk);
	font-size: var(--wp--preset--font-size--small);
	letter-spacing: 0.5px;
}

body p,
body blockquote {
	line-height: 1.75;
}

.bcp-default-page header {
	background: var(--wp--preset--color--iris-purple);
	color: var(--wp--preset--color--white);
}

#masthead {
	z-index: 999;
	position: relative;
}

#masthead .bcp-site-content-padding {
	display: flex;
	align-items: center;
}

@media screen and (min-width: 1200px) {

	#masthead.bcp-site-content-backing {
		padding-top: 3em;
		padding-bottom: 3em;
	}
}

@media screen and (min-width: 1300px) {

	#masthead.bcp-site-content-backing {
		padding-top: 3em;
		padding-bottom: 3em;
	}
}

.site-branding {
	display: flex;
	margin-bottom: auto;
	align-items: center;
}

.site-branding .site-title {
	margin: 0;
	padding: 0;
	line-height: 0;
}

.site-branding .custom-logo-link {
	margin: 0;
	line-height: 0;
	width: 60px;
}

@media (min-width: 1220px) {

	.site-branding .custom-logo-link {
		width: 90px;
	}
}

@media (min-width: 1400px) {

	.site-branding .custom-logo-link {
		width: 110px;
	}
}

@media (min-width: 1440px) {

	.site-branding .custom-logo-link {
		width: 120px;
	}
}

.site-branding img.custom-logo {
	vertical-align: bottom;
}

.site-branding .site-description {
	width: 100px;
	line-height: 1.1;
	margin: 0;
	font-size: 0.85rem;
	padding-left: 0.5rem;
}

@media screen and (min-width: 1400px) {

	.site-branding .site-description {
		font-size: 1rem;
	}
}

@media screen and (min-width: 1440px) {

	.site-branding .site-description {
		font-size: 1.125rem;
	}
}

.footer-top {
	margin-top: 0;
}

.bcp-header {
	background-color: var(--wp--preset--color--white);
	color: var(--wp--preset--color--black);
}

.bcp-front-page .bcp-header,
.bcp-donate-page .bcp-header,
.bcp-default-page .bcp-header {
	background-color: var(--wp--preset--color--lilac);
	color: var(--wp--preset--color--black);
	border-color: var(--wp--preset--color--black);
}

.bcp-who-we-are-page .bcp-header,
.bcp-our-story-page .bcp-header,
.bcp-what-we-do-page .bcp-header {
	background-color: var(--wp--preset--color--iris-purple);
	color: var(--wp--preset--color--white);
	border-color: var(--wp--preset--color--white);
}

.bcp-action-page .bcp-header,
.bcp-shop-page .bcp-header {
	background-color: var(--wp--preset--color--fire);
	color: var(--wp--preset--color--black);
	border-color: var(--wp--preset--color--black);
}

.bcp-projects-page .bcp-header,
.bcp-programs-page .bcp-header,
.bcp-resources-page .bcp-header,
.bcp-trainings-page .bcp-header,
.bcp-events-page .bcp-header,
.bcp-single .bcp-header {
	background-color: var(--wp--preset--color--bright-olive);
	color: var(--wp--preset--color--black);
	border-color: var(--wp--preset--color--black);
}

.bcp-blog-page .bcp-header,
.bcp-contact-us-page .bcp-header {
	background-color: var(--wp--preset--color--sea-green);
	border-color: var(--wp--preset--color--white);
}

.bcp-front-page .bcp-header .main-navigation button.menu-toggle,
.bcp-donate-page .bcp-header .main-navigation button.menu-toggle,
.bcp-action-page .bcp-header .main-navigation button.menu-toggle,
.bcp-single-action-page .bcp-header .main-navigation button.menu-toggle,
.bcp-projects-page .bcp-header .main-navigation button.menu-toggle,
.bcp-shop-page .bcp-header .main-navigation button.menu-toggle,
.bcp-blog-page .bcp-header .main-navigation button.menu-toggle,
.bcp-contact-us-page .bcp-header .main-navigation button.menu-toggle,
.bcp-programs-page .bcp-header .main-navigation button.menu-toggle,
.bcp-resources-page .bcp-header .main-navigation button.menu-toggle,
.bcp-trainings-page .bcp-header .main-navigation button.menu-toggle,
.bcp-events-page .bcp-header .main-navigation button.menu-toggle {
	filter: brightness(0%);
}

.bcp-about-page .bcp-header img.custom-logo,
.bcp-who-we-are-page .bcp-header img.custom-logo {
	filter: invert(91%) sepia(26%) saturate(595%) hue-rotate(15deg) brightness(102%) contrast(92%);
}

.site-main .entry-header {
	padding-top: 2em;
	padding-bottom: 2em;
}

@media (min-width: 600px) {

	.site-main .entry-header {
		padding-top: 3em;
		padding-bottom: 3em;
	}
}

@media (min-width: 1200px) {

	.site-main .entry-header {
		padding-top: 4em;
		padding-bottom: 4em;
	}
}

.site-main .entry-header h1 {
	margin: 0;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 50px;
	grid-template-areas: "navigation" "copyright";
}

.footer-navigation-container {
	display: flex;
	justify-content: center;
	padding: 1em;
}

@media screen and (min-width: 1000px) {

	.footer-navigation-container {
		padding: 2em;
	}
}

.footer-navigation-container .bcp-site-content-padding {
	width: 100%;
	max-width: 1570px;
}

@media screen and (min-width: 768px) {

	.footer-navigation-container .bcp-site-content-padding {
		grid-area: navigation;
		display: grid;
		grid-template-columns: 0.5fr 2fr 1.5fr;
		grid-template-rows: 1fr;
		grid-template-areas: "logo links social";
		gap: 2%;
		align-items: center;
	}
}

@media screen and (min-width: 1000px) {

	.footer-navigation-container .bcp-site-content-padding {
		gap: 10%;
	}
}

.footer-navigation-container .footer-site-branding {
	grid-area: logo;
	text-align: center;
}

.footer-navigation-container .footer-navigation {
	text-align: center;
	grid-area: links;
}

.footer-navigation-container .footer-navigation .menu-footer-menu-container #footer-menu {
	font-family: var(--wp--preset--font-family--roc-grotesk-wide-light);
	list-style: none;
	padding: 0;
}

.footer-navigation-container .footer-navigation .menu-footer-menu-container #footer-menu li {
	padding: 1em;
}

@media screen and (min-width: 768px) {

	.footer-navigation-container .footer-navigation .menu-footer-menu-container #footer-menu li {
		padding: 0;
	}
}

@media screen and (max-width: 768px) {

	.footer-navigation-container .footer-navigation .menu-footer-menu-container #footer-menu {
		margin-left: 0;
	}
}

.footer-navigation-container .footer-navigation .menu-footer-menu-container #footer-menu a {
	color: inherit;
	text-decoration: none;
	padding: 0.5em 0;
}

.footer-navigation-container .footer-navigation .menu-footer-menu-container #footer-menu a:hover {
	border-bottom: 4px solid;
}

@media screen and (min-width: 769px) {

	.footer-navigation-container .footer-navigation .menu-footer-menu-container #footer-menu {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
}

.footer-navigation-container .footer-social {
	grid-area: social;
}

.footer-navigation-container .footer-social ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	list-style: none;
}

@media screen and (max-width: 768px) {

	.footer-navigation-container .footer-social ul {
		margin: 0;
		padding: 0;
	}
}

.bcp-footer {
	background-color: var(--wp--preset--color--white);
	color: var(--wp--preset--color--black);
}

.bcp-action-page .footer-navigation-container,
.bcp-blog-page .footer-navigation-container {
	background-color: var(--wp--preset--color--yellow);
	color: var(--wp--preset--color--black);
}

.bcp-blog-page .footer-navigation-container {
	background-color: var(--wp--preset--color--lilac);
	color: var(--wp--preset--color--black);
}

.bcp-projects-page .footer-navigation-container,
.bcp-donate-page .footer-navigation-container,
.bcp-programs-page .footer-navigation-container,
.bcp-resources-page .footer-navigation-container,
.bcp-trainings-page .footer-navigation-container,
.bcp-events-page .footer-navigation-container {
	background-color: var(--wp--preset--color--fire);
	color: var(--wp--preset--color--black);
}

.bcp-single .footer-navigation-container {
	background-color: var(--wp--preset--color--fire);
	color: var(--wp--preset--color--black);
}

.bcp-single .footer-navigation-container img.custom-logo {
	filter: invert(91%) sepia(26%) saturate(595%) hue-rotate(15deg) brightness(102%) contrast(92%);
}

.bcp-who-we-are-page .footer-navigation-container,
.bcp-our-story-page .footer-navigation-container,
.bcp-what-we-do-page .footer-navigation-container {
	background-color: var(--wp--preset--color--sea-green);
	color: var(--wp--preset--color--black);
}

.bcp-shop-page .footer-navigation-container {
	background-color: var(--wp--preset--color--iris-purple);
	color: var(--wp--preset--color--black);
}

.bcp-shop-page .footer-navigation-container img.custom-logo {
	filter: invert(91%) sepia(26%) saturate(595%) hue-rotate(15deg) brightness(102%) contrast(92%);
}

.bcp-contact-us-page .footer-navigation-container {
	background-color: var(--wp--preset--color--lilac);
	color: var(--wp--preset--color--black);
}

.bcp-default-page .footer-navigation-container,
.bcp-front-page .footer-navigation-container {
	background-color: var(--wp--preset--color--lilac);
	color: var(--wp--preset--color--black);
}

.bcp-default-page .footer-copyright,
.bcp-front-page .footer-copyright {
	background-color: var(--wp--preset--color--iris-purple);
}

.footer-copyright {
	grid-area: copyright;
	margin: 0;
	background-color: black;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

ul,
ol {
	margin: 0;
	padding-left: 1rem;
}

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

blockquote {
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
}

/* Links
--------------------------------------------- */
a {
	text-decoration: none;
	color: inherit;
}

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

a:focus {
	outline: thin dotted;
}

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

p a,
p a:visited {
	color: var(--wp--preset--color--iris-purple);
	text-decoration: underline;
}

p a:hover,
p a:visited:hover {
	color: var(--wp--preset--color--iris-purple);
	text-decoration: none;
}

h2 a:hover,
h3 a:hover,
h4 a:hover {
	text-decoration: underline;
}

.action-link,
.action-link.black-lilac,
.can_fundraising_widget .can_embed.v5 #can_embed_form input[type="submit"] {
	font-family: var(--wp--preset--font-family--vcr-osd-mono);
	padding: 1rem 3rem;
	max-width: fit-content;
	height: fit-content;
	text-transform: uppercase;
}

.action-link:hover,
.can_fundraising_widget .can_embed.v5 #can_embed_form input:hover[type="submit"] {
	text-decoration: none;
}

@media screen and (max-width: 315px) {

	.action-link,
	.action-link.black-lilac,
	.can_fundraising_widget .can_embed.v5 #can_embed_form input[type="submit"] {
		padding: 0.5rem;
		width: 100%;
		display: block;
		text-align: center;
	}
}

.black-lilac.action-link,
.can_fundraising_widget .can_embed.v5 #can_embed_form input.black-lilac[type="submit"] {
	color: var(--wp--preset--color--lime);
	background-color: var(--wp--preset--color--black);
	box-shadow: -0.5em 0.5em var(--wp--preset--color--lilac);
}

.black-lilac.action-link:hover,
.can_fundraising_widget .can_embed.v5 #can_embed_form input.black-lilac:hover[type="submit"] {
	color: var(--wp--preset--color--black);
	background-color: var(--wp--preset--color--lilac);
	box-shadow: -0.5em 0.5em var(--wp--preset--color--black);
}

.wp-block-buttons.black-lilac a {
	color: var(--wp--preset--color--lime);
	background-color: var(--wp--preset--color--black);
	box-shadow: -0.5em 0.5em var(--wp--preset--color--lilac);
}

.wp-block-buttons.black-lilac a:hover {
	text-decoration: none;
}

.wp-block-buttons.black-lilac a:hover {
	color: var(--wp--preset--color--black);
	background-color: var(--wp--preset--color--lilac);
	box-shadow: -0.5em 0.5em var(--wp--preset--color--black);
}

/* 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
--------------------------------------------------------------*/
.bcp-site-content-backing {
	display: grid;
	place-items: center;
	padding: 1em;
}

@media screen and (min-width: 950px) {

	.bcp-site-content-backing {
		padding: 2em;
	}
}

@media screen and (min-width: 1020px) {

	.bcp-site-content-backing {
		padding: 3em;
	}
}

@media screen and (min-width: 1200px) {

	.bcp-site-content-backing {
		padding-top: 5em;
		padding-bottom: 5em;
	}
}

@media screen and (min-width: 1300px) {

	.bcp-site-content-backing {
		padding-top: 6em;
		padding-bottom: 6em;
	}
}

@media screen and (min-width: 1020px) {

	.cta-join.bcp-site-content-backing {
		padding: 3em;
	}
}

.bcp-site-content-padding {
	width: 100%;
	max-width: 1570px;
}

@media screen and (max-width: 1125px) {

	#action-network-embed-container #can_main_col,
	#action-network-embed-container #can_sidebar {
		width: unset;
	}
}

#action-network-embed-container #action_info {
	display: none;
}

#action-network-embed-container #logo_wrap {
	display: none;
}

#action-network-embed-container li {
	list-style: none;
	margin: 2rem 0;
}

#action-network-embed-container li .floatlabel-wrapper {
	display: flex;
	flex-flow: column nowrap;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.bcp-front-page #masthead {
	padding-bottom: 0;
}

.bcp-front-page .bcp-site-content-padding {
	z-index: 1;
}

.bcp-front-page .cta-join {
	color: var(--wp--preset--color--bright-olive);
	background: linear-gradient(180deg, var(--wp--preset--color--lilac) 50%, var(--wp--preset--color--iris-purple) 50%);
	padding-bottom: 4rem;
	position: relative;
}

.bcp-front-page .cta-join .foreground-block {
	background: var(--wp--preset--color--black);
	padding: 2em 1.5em 2em;
	z-index: 1;
}

@media (min-width: 600px) {

	.bcp-front-page .cta-join .foreground-block {
		padding: 2em 2em 3em;
	}
}

@media (min-width: 800px) {

	.bcp-front-page .cta-join .foreground-block {
		display: grid;
		grid-template-columns: 50% 50%;
		padding: 4em;
		position: relative;
	}
}

@media (min-width: 1250px) {

	.bcp-front-page .cta-join .foreground-block {
		padding: 6em;
		grid-template-columns: 60% 40%;
	}
}

.bcp-front-page .cta-join .foreground-block .hero-quote {
	font-family: var(--wp--preset--font-family--roc-grotesk-wide);
	font-size: var(--wp--preset--font-size--medium);
	text-transform: uppercase;
	line-height: 1;
}

.bcp-front-page .cta-join .foreground-block .hero-quote .quote-text {
	font-weight: 700;
	margin-bottom: 0.5em;
	font-size: var(--wp--preset--font-size--medium);
}

.bcp-front-page .cta-join .foreground-block .hero-quote .quote-author {
	font-size: var(--wp--preset--font-size--small);
}

.bcp-front-page .cta-join .foreground-block p {
	color: var(--wp--preset--color--white);
}

.bcp-front-page .cta-join .foreground-block .action-link,
.bcp-front-page .cta-join .foreground-block .can_fundraising_widget .can_embed.v5 #can_embed_form input[type="submit"],
.can_fundraising_widget .can_embed.v5 #can_embed_form .bcp-front-page .cta-join .foreground-block input[type="submit"] {
	box-shadow: -0.5em 0.5em var(--wp--preset--color--fire);
	background-color: var(--wp--preset--color--bright-olive);
	color: var(--wp--preset--color--black);
}

.bcp-front-page .cta-join .foreground-block .action-link:hover,
.bcp-front-page .cta-join .foreground-block .can_fundraising_widget .can_embed.v5 #can_embed_form input:hover[type="submit"],
.can_fundraising_widget .can_embed.v5 #can_embed_form .bcp-front-page .cta-join .foreground-block input:hover[type="submit"] {
	color: var(--wp--preset--color--black);
	background-color: var(--wp--preset--color--fire);
	box-shadow: -0.5em 0.5em var(--wp--preset--color--bright-olive);
}

.bcp-front-page .cta-join .foreground-block img {
	display: none;
}

@media (min-width: 800px) {

	.bcp-front-page .cta-join .foreground-block img {
		display: block;
		position: absolute;
		width: 40%;
		max-width: 410px;
		right: 1rem;
	}
}

@media (min-width: 1250px) {

	.bcp-front-page .cta-join .foreground-block img {
		right: 5%;
	}
}

.bcp-front-page .cta-join .bg-pattern {
	position: absolute;
	max-width: 1000px;
	z-index: 0;
	right: 0;
	bottom: -8em;
}

.bcp-front-page .active-campaigns {
	background-color: var(--wp--preset--color--iris-purple);
	color: var(--wp--preset--color--white);
	padding-top: 4rem;
	display: grid;
}

.bcp-front-page .active-campaigns h2 {
	justify-self: start;
}

.bcp-front-page .active-campaigns .page-gallery {
	grid-row-start: 2;
}

.bcp-front-page .active-campaigns h2,
.bcp-front-page .active-campaigns h3 a {
	color: var(--wp--preset--color--bright-olive);
}

.bcp-front-page .active-campaigns p {
	color: var(--wp--preset--color--white);
}

.bcp-front-page .active-campaigns .action-link,
.bcp-front-page .active-campaigns .can_fundraising_widget .can_embed.v5 #can_embed_form input[type="submit"],
.can_fundraising_widget .can_embed.v5 #can_embed_form .bcp-front-page .active-campaigns input[type="submit"] {
	color: var(--wp--preset--color--lime);
	background-color: var(--wp--preset--color--black);
	box-shadow: -0.5em 0.5em var(--wp--preset--color--lilac);
}

.bcp-front-page .active-campaigns .action-link:hover,
.bcp-front-page .active-campaigns .can_fundraising_widget .can_embed.v5 #can_embed_form input:hover[type="submit"],
.can_fundraising_widget .can_embed.v5 #can_embed_form .bcp-front-page .active-campaigns input:hover[type="submit"] {
	color: var(--wp--preset--color--black);
	background-color: var(--wp--preset--color--lilac);
	box-shadow: -0.5em 0.5em var(--wp--preset--color--black);
}

.bcp-front-page .featured-project {
	color: var(--wp--preset--color--black);
	background-color: var(--wp--preset--color--fire);
	position: relative;
	overflow: hidden;
}

.bcp-front-page .featured-project .featured-project-header .featured-project-label {
	font-family: var(--wp--preset--font-family--vcr-osd-mono);
	color: var(--wp--preset--color--white);
	background: var(--wp--preset--color--iris-purple);
	border-radius: 3em;
	padding: 0.25em 2em;
	display: inline-block;
	margin-bottom: 1.5em;
}

@media (min-width: 1000px) {

	.bcp-front-page .featured-project .featured-project-content {
		grid-template-columns: 50% auto;
		display: grid;
		gap: 2em;
	}
}

.bcp-front-page .featured-project .window-frame {
	border-color: var(--wp--preset--color--sea-green);
	background-color: var(--wp--preset--color--white);
	grid-template-rows: min-content min-content;
	max-height: fit-content;
	height: fit-content;
}

.bcp-front-page .featured-project .window-frame-text {
	margin-bottom: 1rem;
}

.bcp-front-page .featured-project .action-link,
.bcp-front-page .featured-project .can_fundraising_widget .can_embed.v5 #can_embed_form input[type="submit"],
.can_fundraising_widget .can_embed.v5 #can_embed_form .bcp-front-page .featured-project input[type="submit"] {
	color: var(--wp--preset--color--lime);
	background-color: var(--wp--preset--color--black);
	box-shadow: -0.5em 0.5em var(--wp--preset--color--lilac);
	margin: 1rem 0;
}

.bcp-front-page .featured-project .action-link:hover,
.bcp-front-page .featured-project .can_fundraising_widget .can_embed.v5 #can_embed_form input:hover[type="submit"],
.can_fundraising_widget .can_embed.v5 #can_embed_form .bcp-front-page .featured-project input:hover[type="submit"] {
	color: var(--wp--preset--color--black);
	background-color: var(--wp--preset--color--lilac);
	box-shadow: -0.5em 0.5em var(--wp--preset--color--black);
}

.bcp-front-page .featured-project .bg-pattern {
	position: absolute;
	max-width: 1000px;
	z-index: 0;
	left: 1em;
	bottom: -8em;
}

.bcp-front-page .news {
	color: var(--wp--preset--color--black);
	background-color: var(--wp--preset--color--lime);
	position: relative;
}

.bcp-front-page .news h2 {
	color: var(--wp--preset--color--iris-purple);
}

.bcp-front-page .news .window-frame {
	border-color: var(--wp--preset--color--fire);
	background-color: var(--wp--preset--color--white);
	margin-bottom: 5rem;
}

@media (min-width: 1000px) {

	.bcp-front-page .news .window-frame {
		display: grid;
		grid-template-columns: 400px auto;
		gap: 2em;
	}
}

.bcp-front-page .news .window-frame .featured-post-label {
	font-family: var(--wp--preset--font-family--vcr-osd-mono);
	background-color: var(--wp--preset--color--lilac);
	border-radius: 3em;
	padding: 0.25em 2em;
	display: inline-block;
	margin-bottom: 1em;
}

.bcp-front-page .news .window-frame .featured-post-title {
	color: var(--wp--preset--color--iris-purple);
}

.bcp-front-page .news .page-gallery .action-link,
.bcp-front-page .news .page-gallery .can_fundraising_widget .can_embed.v5 #can_embed_form input[type="submit"],
.can_fundraising_widget .can_embed.v5 #can_embed_form .bcp-front-page .news .page-gallery input[type="submit"] {
	color: var(--wp--preset--color--lime);
	background-color: var(--wp--preset--color--black);
	box-shadow: -0.5em 0.5em var(--wp--preset--color--lilac);
}

.bcp-front-page .news .page-gallery .action-link:hover,
.bcp-front-page .news .page-gallery .can_fundraising_widget .can_embed.v5 #can_embed_form input:hover[type="submit"],
.can_fundraising_widget .can_embed.v5 #can_embed_form .bcp-front-page .news .page-gallery input:hover[type="submit"] {
	color: var(--wp--preset--color--black);
	background-color: var(--wp--preset--color--lilac);
	box-shadow: -0.5em 0.5em var(--wp--preset--color--black);
}

.bcp-front-page .news .bg-pattern {
	position: absolute;
	max-width: 1000px;
	z-index: 0;
	top: 2em;
	right: 0;
}

.bcp-action-page main {
	color: var(--wp--preset--color--white);
	background-color: var(--wp--preset--color--iris-purple);
}

.bcp-action-page h1 {
	color: var(--wp--preset--color--black);
}

.bcp-action-page h2,
.bcp-action-page h3 {
	color: var(--wp--preset--color--bright-olive);
}

.bcp-action-page h2 a,
.bcp-action-page h3 a {
	color: var(--wp--preset--color--bright-olive);
}

.bcp-action-page .entry-header {
	background-color: var(--wp--preset--color--sea-green);
	background-image: url(assets/images/embellishments/actions-who-we-are-bg-pattern.svg);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: right;
}

.bcp-single-action-page header {
	background: var(--wp--preset--color--sea-green);
}

.bcp-single-action-page .content-background {
	background: var(--wp--preset--color--white);
}

.bcp-single-action-page .active-campaigns {
	background: var(--wp--preset--color--lime);
	position: relative;
}

.bcp-single-action-page .active-campaigns ul {
	list-style: none;
}

.bcp-single-action-page .active-campaigns img.bg-pattern {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.bcp-what-we-do-page .entry-header {
	background: var(--wp--preset--color--bright-olive);
	background-image: url(assets/images/embellishments/what-we-do-bg-pattern.svg);
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: 132%;
}

.bcp-what-we-do-page h2,
.bcp-what-we-do-page h3 {
	margin: 1em 0 0.5em;
}

@media (min-width: 1150px) {

	.bcp-what-we-do-page .main-content {
		background: linear-gradient(90deg, white 80%, var(--wp--preset--color--sea-green) 20%);
	}
}

.bcp-our-story-page .entry-header {
	background: var(--wp--preset--color--yellow);
	background-image: url(assets/images/embellishments/our-work-bg-pattern.svg);
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: 160%;
}

@media (min-width: 1150px) {

	.bcp-our-story-page .main-content {
		background: linear-gradient(90deg, white 80%, var(--wp--preset--color--fire) 20%);
	}
}

.bcp-contact-us-page .entry-header {
	background: var(--wp--preset--color--fire);
	color: var(--wp--preset--color--bright-olive);
	background-image: url(assets/images/embellishments/blog-contact-us-bg-pattern.svg);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: right;
}

.bcp-contact-us-page .entry-content {
	background-color: var(--wp--preset--color--lilac);
}

.bcp-contact-us-page .window-frame {
	border-color: var(--wp--preset--color--sea-green);
	background-color: var(--wp--preset--color--white);
	margin-top: 5rem;
}

.bcp-contact-us-page .contact-form .can_embed.v5 #can_embed_form {
	border: none !important;
}

.bcp-contact-us-page .contact-form .can_embed.v5 #can_embed_form input,
.bcp-contact-us-page .contact-form .can_embed.v5 #can_embed_form textarea {
	font-family: var(--wp--preset--font-family--roc-grotesk), sans-serif !important;
	font-size: 1em !important;
}

.bcp-contact-us-page .contact-form .can_embed.v5 #can_embed_form input::placeholder,
.bcp-contact-us-page .contact-form .can_embed.v5 #can_embed_form textarea::placeholder {
	opacity: 0.5;
	font-family: var(--wp--preset--font-family--roc-grotesk), sans-serif !important;
	font-weight: lighter !important;
}

.bcp-contact-us-page .contact-form .can_embed.v5 #can_embed_form h2 {
	font-family: var(--wp--preset--font-family--roc-grotesk-wide) !important;
	color: var(--wp--preset--color--black) !important;
}

.bcp-contact-us-page .contact-form .can_embed.v5 #can_embed_form h4 {
	display: none;
}

.bcp-contact-us-page .contact-form .can_embed.v5 #can_embed_form form #form_col1,
.bcp-contact-us-page .contact-form .can_embed.v5 #can_embed_form form #form_col2 {
	width: 100% !important;
	float: none !important;
}

.bcp-contact-us-page .contact-form .can_embed.v5 #can_embed_form form input[type="submit"] {
	box-shadow: -0.5em 0.5em var(--wp--preset--color--fire) !important;
	background-color: var(--wp--preset--color--bright-olive) !important;
	color: var(--wp--preset--color--black) !important;
	border-radius: 0 !important;
	border: 0 !important;
	margin: 0 0 2rem 0.5rem !important;
	font-family: var(--wp--preset--font-family--vcr-osd-mono) !important;
	padding: 1rem 3rem !important;
	width: auto !important;
	font-size: inherit !important;
	letter-spacing: normal !important;
	transition: none !important;
}

.bcp-contact-us-page .contact-form .can_embed.v5 #can_embed_form form input[type="submit"]:hover {
	color: var(--wp--preset--color--black) !important;
	background-color: var(--wp--preset--color--fire) !important;
	box-shadow: -0.5em 0.5em var(--wp--preset--color--bright-olive) !important;
}

.bcp-programs-page .entry-header,
.bcp-projects-page .entry-header,
.bcp-resources-page .entry-header,
.bcp-trainings-page .entry-header,
.bcp-events-page .entry-header {
	background: var(--wp--preset--color--iris-purple);
	color: var(--wp--preset--color--bright-olive);
	background-image: url(assets/images/embellishments/projects-bg-pattern.svg);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: right;
}

.bcp-programs-page main,
.bcp-projects-page main,
.bcp-resources-page main,
.bcp-trainings-page main,
.bcp-events-page main {
	background-color: var(--wp--preset--color--lilac);
}

.bcp-programs-page h2,
.bcp-projects-page h2,
.bcp-resources-page h2,
.bcp-trainings-page h2,
.bcp-events-page h2 {
	padding-top: 2rem;
}

.bcp-programs-page a.img-container img,
.bcp-projects-page a.img-container img,
.bcp-resources-page a.img-container img,
.bcp-trainings-page a.img-container img,
.bcp-events-page a.img-container img {
	width: 100%;
	height: 285px;
	object-fit: cover;
}

.bcp-who-we-are-page .entry-header {
	background-color: var(--wp--preset--color--lilac);
	background-image: url(assets/images/embellishments/actions-who-we-are-bg-pattern.svg);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: right;
}

.bcp-who-we-are-page .bcp-value {
	font-size: 22px;
}

.bcp-who-we-are-page .bcp-bio-name {
	margin-block-end: 0;
}

.bcp-who-we-are-page .bcp-bio-title-buttons {
	margin-block-start: 0;
}

.bcp-who-we-are-page .bcp-block-section {
	padding-block: 4rem;
}

.bcp-who-we-are-page .bcp-values-section {
	padding-block-end: 4rem;
}

@media (max-width: 949px) {

	.bcp-who-we-are-page div[class*="wp-container-"].bcp-block-row {
		justify-content: center;
	}
}

@media (min-width: 950px) {

	.bcp-who-we-are-page .bcp-values-section {
		padding-block-end: 7rem;
	}

	.bcp-who-we-are-page .bcp-values-title {
		margin-block-start: 4rem;
	}

	.bcp-who-we-are-page .bcp-value-description {
		margin-block-start: 16px;
	}

	.bcp-who-we-are-page .bcp-block-section {
		padding-block: 7rem;
	}

	.bcp-who-we-are-page .bcp-block-row .wp-block-group,
	.bcp-who-we-are-page .bcp-block-columns {
		margin-block-start: 4rem;
	}
}

.bcp-biography-page .site-main {
	background-color: var(--wp--preset--color--lilac);
}

.bcp-single .entry-header {
	background-color: var(--wp--preset--color--lilac);
	position: relative;
}

.bcp-single .entry-header .byline {
	font-family: var(--wp--preset--font-family--vcr-osd-mono);
	font-size: 1em;
	background-color: var(--wp--preset--color--fire);
	color: var(--wp--preset--color--white);
	border-radius: 3em;
	padding: 0.25em 2em;
	display: inline-block;
	position: absolute;
	bottom: -1em;
}

@media (min-width: 1150px) {

	.bcp-single .main-content-wrapper .main-content {
		display: grid;
		grid-template-columns: 70% auto;
		column-gap: 2em;
	}
}

.bcp-single .main-content-wrapper .main-content .post-content {
	margin-top: 2em;
}

.bcp-single .main-content-wrapper .main-content .post-content h2,
.bcp-single .main-content-wrapper .main-content .post-content h3 {
	margin: 1em 0 0.5em;
}

.bcp-single .main-content-wrapper .active-campaigns {
	background-color: var(--wp--preset--color--sea-green);
	padding: 1em;
}

@media (min-width: 1150px) {

	.bcp-single .main-content-wrapper .active-campaigns {
		padding: 2em;
	}
}

.bcp-single .main-content-wrapper .active-campaigns h2 {
	display: inline-block;
	font-family: var(--wp--preset--font-family--vcr-osd-mono);
	font-size: 1.5em;
	color: var(--wp--preset--color--white);
	background: var(--wp--preset--color--iris-purple);
	padding-right: 2em;
	padding-left: 2em;
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;
	margin: 0 0 2em -1.33em;
}

.bcp-single .main-content-wrapper .active-campaigns article {
	margin-bottom: 2em;
}

.bcp-single .main-content-wrapper .active-campaigns img {
	width: 100%;
	height: 285px;
	object-fit: cover;
}

.bcp-single .main-content-wrapper .active-campaigns ul {
	list-style: none;
}

.bcp-single .also-on-the-blog {
	background: var(--wp--preset--color--lime);
	position: relative;
}

.bcp-single .also-on-the-blog .img-container img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.bcp-single .also-on-the-blog img.bg-pattern {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.bcp-shop-page .entry-header {
	background-color: var(--wp--preset--color--lime);
	background-image: url(assets/images/embellishments/shop-donate-bg-pattern.svg);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: right;
}

@media (max-width: 1149px) {

	div[class*="wp-container-"].bcp-shop-items-row {
		justify-content: center;
	}
}

.bcp-blog-page .entry-header {
	background-color: var(--wp--preset--color--fire);
	color: var(--wp--preset--color--bright-olive);
	background-image: url(assets/images/embellishments/blog-contact-us-bg-pattern.svg);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: right;
}

.bcp-blog-page main {
	background-color: var(--wp--preset--color--bright-olive);
}

.bcp-blog-page .blog-posts article.post {
	margin: 2em 0;
}

@media (min-width: 800px) {

	.bcp-blog-page .blog-posts article.post {
		display: grid;
		grid-template-columns: 30% auto;
		grid-column-gap: 2em;
	}
}

.bcp-blog-page .blog-posts article.post img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	margin-bottom: 1em;
}

@media (min-width: 1000px) {

	.bcp-blog-page .blog-posts article.post img {
		height: 400px;
		margin-bottom: 0;
	}
}

.bcp-blog-page .blog-posts article.post h2 {
	font-size: var(--wp--preset--font-size--medium);
}

.bcp-blog-page .pagination {
	text-align: center;
}

.bcp-blog-page .pagination .page-numbers {
	background-color: var(--wp--preset--color--black);
	padding: 0.5em 1em;
	display: inline-block;
	color: var(--wp--preset--color--lime);
}

.bcp-blog-page .pagination .page-numbers.current,
.bcp-blog-page .pagination .page-numbers:hover {
	background-color: var(--wp--preset--color--lilac);
	color: var(--wp--preset--color--black);
}

.bcp-donate-page .entry-header {
	background-color: var(--wp--preset--color--iris-purple);
	color: var(--wp--preset--color--bright-olive);
	background-image: url(assets/images/embellishments/shop-donate-bg-pattern.svg);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: right;
}

.bcp-donate-page .entry-content {
	background-color: var(--wp--preset--color--sea-green);
}

.bcp-donate-page .window-frame {
	border-color: var(--wp--preset--color--lilac);
	background-color: var(--wp--preset--color--white);
	margin-bottom: 5rem;
}

.can_fundraising_widget .can_embed.v5 #can_embed_form input,
.can_fundraising_widget .can_embed.v5 #can_embed_form textarea {
	font-family: var(--wp--preset--font-family--roc-grotesk), sans-serif !important;
	font-size: 1em;
}

.can_fundraising_widget .can_embed.v5 #can_embed_form input::placeholder,
.can_fundraising_widget .can_embed.v5 #can_embed_form textarea::placeholder {
	opacity: 0.5;
	font-weight: 400;
	font-weight: 500 !important;
}

.can_fundraising_widget .can_embed.v5 #can_embed_form #can_sidebar,
.can_fundraising_widget .can_embed.v5 #can_embed_form #donation_recipient_wrap {
	display: none;
}

.can_fundraising_widget .can_embed.v5 #can_embed_form #can_main_col {
	width: 100%;
}

.can_fundraising_widget .can_embed.v5 #can_embed_form .donate_recurring {
	background-color: unset;
	width: fit-content;
	padding: 0;
	padding-top: 10px;
}

.can_fundraising_widget .can_embed.v5 #can_embed_form #donate_login {
	background-color: unset;
	border: none;
	text-align: unset;
	padding: 0;
}

.can_fundraising_widget .can_embed.v5 #can_embed_form label.donate_amount {
	border-radius: 0.5rem;
	color: var(--wp--preset--color--black);
}

.can_fundraising_widget .can_embed.v5 #can_embed_form label.donate_amount.donate_amount-selected {
	background-color: var(--wp--preset--color--lime);
	transition: none;
	border: none;
	font-weight: 700;
}

.can_fundraising_widget .can_embed.v5 #can_embed_form label.donate_amount:hover {
	background-color: var(--wp--preset--color--lime);
	transition: none;
	border: none;
}

.can_fundraising_widget .can_embed.v5 #can_embed_form input[type="submit"] {
	margin-left: auto;
	color: var(--wp--preset--color--lime);
	background-color: var(--wp--preset--color--black);
	box-shadow: -0.5em 0.5em var(--wp--preset--color--sea-green);
	transition: none;
}

.can_fundraising_widget .can_embed.v5 #can_embed_form input[type="submit"]:hover {
	color: var(--wp--preset--color--black) !important;
	background-color: var(--wp--preset--color--lilac) !important;
	box-shadow: -0.5em 0.5em var(--wp--preset--color--black) !important;
}

.search-results .entry-header {
	background-color: var(--wp--preset--color--lilac);
	background-image: url(assets/images/embellishments/actions-who-we-are-bg-pattern.svg);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: right;
	color: var(--wp--preset--color--black);
}

.search-results .entry-header h1 {
	font-size: var(--wp--preset--font-size--medium);
	text-transform: none;
}

.search-results .entry-header mark {
	background-color: var(--wp--preset--color--bright-olive);
	text-transform: none;
}

.no-results #search-form .input-group {
	display: flex;
}

@media screen and (min-width: 500px) {

	.no-results #search-form .input-group {
		width: 50%;
	}
}

.no-results #search-form .input-group input {
	border: none;
	border-radius: 0;
	font-family: var(--wp--preset--font-family--roc-grotesk);
	padding: 0 0.5em;
	flex-grow: 1;
}

.no-results #search-form .input-group button {
	border: 0;
	border-radius: 0;
	background: white;
}

.no-results #search-form .input-group button img {
	max-width: 25px;
}

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

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

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

.main-navigation ul ul {
	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;
}

@media screen and (min-width: 1180px) {

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

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

.main-navigation li {
	position: relative;
	line-height: 2;
}

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

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

.menu-toggle {
	margin-left: auto;
}

@media screen and (min-width: 1180px) {

	.menu-toggle {
		display: none;
	}

	#nav-menu {
		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%;
}

.main-navigation button.menu-toggle {
	border: none;
	background: none;
	padding: 0;
}

.main-navigation button.menu-toggle svg {
	width: 40px;
	height: 60px;
}

#nav-menu {
	justify-content: flex-end;
	font-family: var(--wp--preset--font-family--roc-grotesk-wide);
	font-weight: 700;
}

@media screen and (min-width: 1180px) {

	#nav-menu {
		font-size: 0.875rem;
	}
}

@media screen and (min-width: 1300px) {

	#nav-menu {
		font-size: 1rem;
	}
}

@media screen and (max-width: 1180px) {

	#nav-menu {
		margin-left: -160px;
		position: relative;
	}
}

#nav-menu a {
	color: inherit;
	justify-self: center;
}

@media screen and (max-width: 1180px) {

	#nav-menu a {
		width: 100%;
		text-align: center;
	}
}

#nav-menu > li {
	border-bottom: 4px solid rgba(0, 0, 0, 0);
}

@media screen and (min-width: 1180px) {

	#nav-menu > li {
		padding: 0 0.4rem;
		flex-shrink: 0;
		display: grid;
		flex-flow: column nowrap;
		align-items: center;
		justify-content: center;
	}
}

#nav-menu > li.focus {
	background-color: var(--wp--preset--color--black);
}

#nav-menu > li:last-child {
	color: var(--wp--preset--color--bright-olive);
	background: var(--wp--preset--color--black);
	padding: 0.75ex 1.5em;
	font-family: var(--wp--preset--font-family--vcr-osd-mono);
	text-transform: uppercase;
	border-color: var(--wp--preset--color--bright-olive);
}

#nav-menu > li:last-child.current-menu-item {
	background: var(--wp--preset--color--black);
}

#nav-menu > li:last-child:hover {
	background: var(--wp--preset--color--bright-olive);
	color: var(--wp--preset--color--black);
}

#nav-menu li {
	flex-shrink: 0;
	display: grid;
}

@media screen and (max-width: 1180px) {

	#nav-menu li {
		padding: 1em 0;
	}
}

@media screen and (min-width: 1180px) {

	#nav-menu li {
		place-items: center;
		margin-left: 0.25rem;
	}
}

@media screen and (min-width: 1320px) {

	#nav-menu li {
		margin-left: 0.5rem;
	}
}

@media screen and (min-width: 1440px) {

	#nav-menu li {
		margin-left: 1rem;
	}
}

@media screen and (min-width: 1500px) {

	#nav-menu li {
		margin-left: 1.5rem;
	}
}

@media screen and (min-width: 1550px) {

	#nav-menu li {
		margin-left: 2rem;
	}
}

#nav-menu li.current_page_item,
#nav-menu li:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1180px) {

	#nav-menu li.current_page_item,
	#nav-menu li:hover {
		border-bottom: 4px solid;
		background: none;
	}
}

#nav-menu li.focus {
	background-color: rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 1180px) {

	#nav-menu .menu-item-has-children:hover {
		background-color: var(--wp--preset--color--black);
		color: var(--wp--preset--color--white);
	}
}

#nav-menu .menu-item-has-children:hover:last-child {
	border-bottom: none;
}

@media screen and (min-width: 1180px) {

	#nav-menu .sub-menu {
		color: var(--wp--preset--color--white);
		padding-left: 1.5rem;
		padding-right: 2rem;
		padding: 0.5rem 2rem 0.5rem 1.5rem;
		justify-self: left;
		display: flex;
		flex-flow: column nowrap;
		background-color: var(--wp--preset--color--black);
	}
}

#nav-menu .sub-menu li {
	padding: 1.25rem 0;
}

@media screen and (min-width: 1180px) {

	#nav-menu .sub-menu li:hover {
		color: var(--wp--preset--color--bright-olive);
		position: relative;
		padding: 1.25rem 6em 1.25rem 0;
	}

	#nav-menu .sub-menu li:hover::before {
		content: ">";
		position: absolute;
		left: -0.25rem;
	}

	#nav-menu .sub-menu li:hover a {
		transform: translateX(5px);
	}
}

#nav-menu .sub-menu li a {
	transition: transform 250ms;
}

@media screen and (min-width: 1180px) {

	#nav-menu .sub-menu li:not(:last-child) {
		border-bottom: 4px solid var(--wp--preset--color--lilac);
	}
}

#nav-menu .sub-menu li.current_page_item {
	position: relative;
	padding: 1.25rem 6em 1.25rem 0;
}

@media screen and (min-width: 1180px) {

	#nav-menu .sub-menu li.current_page_item {
		color: var(--wp--preset--color--bright-olive);
	}
}

#nav-menu .sub-menu li.current_page_item::before {
	content: ">";
	position: absolute;
	left: -0.25rem;
}

#nav-menu .sub-menu li.current_page_item:hover a {
	transition: none;
	transform: none;
}

@media screen and (min-width: 1180px) {

	#nav-menu .sub-menu li {
		margin-left: 0;
		padding-right: 8em;
	}
}

#nav-menu .sub-menu li:last-child:hover {
	border: none;
}

@media screen and (max-width: 1180px) {

	#nav-menu .sub-menu li.current_page_item {
		padding: 1rem 0;
	}

	#nav-menu .sub-menu li.current_page_item::before {
		content: "";
	}
}

#nav-menu li:has(> #search-form):hover {
	border-bottom: 4px solid transparent;
	background: none;
}

#nav-menu #search-form .input-group {
	display: flex;
}

#nav-menu #search-form .input-group input {
	border: none;
	border-radius: 0;
	font-family: var(--wp--preset--font-family--roc-grotesk);
	padding: 0 0.5em;
	flex-grow: 1;
}

#nav-menu #search-form .input-group button {
	border: 0;
	border-radius: 0;
	background: white;
}

#nav-menu #search-form .input-group button img {
	max-width: 25px;
}

@media screen and (min-width: 1180px) {

	.bcp-front-page .sub-menu {
		border-bottom: 4px solid var(--wp--preset--color--lilac);
		border-right: 4px solid var(--wp--preset--color--lilac);
		border-left: 4px solid var(--wp--preset--color--lilac);
		margin-left: -4px;
	}
}

@media screen and (max-width: 1180px) {

	.main-navigation .current_page_item {
		border-bottom: none;
	}

	ul li:hover > ul,
	ul li.focus > ul {
		position: unset;
		display: block;
	}
}

.bcp-programs-page #nav-menu > li:last-child,
.bcp-projects-page #nav-menu > li:last-child,
.bcp-resources-page #nav-menu > li:last-child,
.bcp-trainings-page #nav-menu > li:last-child,
.bcp-events-page #nav-menu > li:last-child {
	border-color: var(--wp--preset--color--sea-green);
}

.bcp-programs-page #nav-menu > li:last-child:hover,
.bcp-projects-page #nav-menu > li:last-child:hover,
.bcp-resources-page #nav-menu > li:last-child:hover,
.bcp-trainings-page #nav-menu > li:last-child:hover,
.bcp-events-page #nav-menu > li:last-child:hover {
	background: var(--wp--preset--color--sea-green);
	color: var(--wp--preset--color--black);
	border-color: var(--wp--preset--color--black);
}

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

.post,
.page {
	margin: 0;
}

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

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

.window-frame {
	border: solid 6px;
	padding: 2rem;
	border-radius: 6px;
	border-top-width: 40px;
}

.page-gallery {
	display: grid;
	grid-template-rows: auto auto;
}

.page-gallery ul {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	column-gap: 3rem;
	row-gap: 2rem;
	padding-bottom: 2rem;
	padding-left: 0;
}

.page-gallery li {
	display: grid;
	grid-template-rows: repeat(3, min-content);
}

.page-gallery li a.img-container img {
	object-fit: contain;
}

.page-gallery li:only-child {
	max-width: 30%;
}

.page-gallery .action-link,
.page-gallery .can_fundraising_widget .can_embed.v5 #can_embed_form input[type="submit"],
.can_fundraising_widget .can_embed.v5 #can_embed_form .page-gallery input[type="submit"] {
	place-self: center;
	grid-row: -2;
}

.page-gallery .action-link,
.page-gallery .can_fundraising_widget .can_embed.v5 #can_embed_form input[type="submit"],
.can_fundraising_widget .can_embed.v5 #can_embed_form .page-gallery input[type="submit"] {
	box-shadow: -0.5em 0.5em var(--wp--preset--color--lilac);
	background-color: var(--wp--preset--color--black);
	color: var(--wp--preset--color--bright-olive);
}

.page-gallery .action-link:hover,
.page-gallery .can_fundraising_widget .can_embed.v5 #can_embed_form input:hover[type="submit"],
.can_fundraising_widget .can_embed.v5 #can_embed_form .page-gallery input:hover[type="submit"] {
	color: var(--wp--preset--color--black) !important;
	background-color: var(--wp--preset--color--lilac) !important;
	box-shadow: -0.5em 0.5em var(--wp--preset--color--black) !important;
}

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

.site-newsletter {
	background-image: url("assets/images/newsletter-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.site-newsletter .can_clearfix::before,
.site-newsletter #can_embed_form .donation_recipients::before,
.site-newsletter .can_embed .clearfix::before {
	content: none;
}

.site-newsletter.bcp-site-content-backing {
	padding: 2em 1em;
}

.site-newsletter .can_embed.v5 #can_embed_form {
	background-color: var(--wp--preset--color--black) !important;
	color: var(--wp--preset--color--white) !important;
	border: none !important;
}

.site-newsletter .can_embed.v5 #can_embed_form #action_info,
.site-newsletter .can_embed.v5 #can_embed_form .action_widget,
.site-newsletter .can_embed.v5 #can_embed_form #logo_wrap,
.site-newsletter .can_embed.v5 #can_embed_form .action_sidebar h4 {
	display: none;
}

.site-newsletter .can_embed.v5 #can_embed_form #can_main_col {
	width: inherit !important;
	float: none !important;
	margin-block-end: 1rem;
}

.site-newsletter .can_embed.v5 #can_embed_form #can_sidebar {
	width: inherit !important;
	float: none !important;
	background-color: inherit !important;
	padding: 0 !important;
	box-sizing: inherit !important;
	border: none !important;
}

.site-newsletter .can_embed.v5 #can_embed_form ul {
	margin: 0;
	padding: 0;
}

.site-newsletter .can_embed.v5 #can_embed_form a:hover {
	cursor: pointer;
}

.site-newsletter .can_embed.v5 #can_embed_form > .clearfix {
	padding: 2em;
}

@media screen and (min-width: 768px) {

	.site-newsletter .can_embed.v5 #can_embed_form > .clearfix {
		display: grid;
		grid-template-columns: 47.5% 47.5%;
		gap: 5%;
		padding: 4em;
	}
}

@media screen and (min-width: 1000px) {

	.site-newsletter .can_embed.v5 #can_embed_form > .clearfix {
		padding: 6em;
	}
}

@media screen and (min-width: 1200px) {

	.site-newsletter .can_embed.v5 #can_embed_form > .clearfix {
		padding: 7em;
	}
}

.site-newsletter .can_embed.v5 #can_embed_form h2 {
	color: var(--wp--preset--color--lime);
	font-size: var(--wp--preset--font-size--small) !important;
	margin-top: 0 !important;
	line-height: 1 !important;
}

@media screen and (min-width: 1000px) {

	.site-newsletter .can_embed.v5 #can_embed_form h2 {
		font-size: var(--wp--preset--font-size--medium) !important;
	}
}

.site-newsletter .can_embed.v5 #can_embed_form .entry-title {
	padding-bottom: 0 !important;
	border-bottom: none !important;
}

.site-newsletter .can_embed.v5 #can_embed_form .floatlabel-wrapper .floatlabel-label {
	position: initial !important;
	font-size: inherit !important;
	color: inherit !important;
	padding: initial !important;
	transition: none !important;
	width: auto !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	overflow: auto !important;
	max-width: none !important;
}

.site-newsletter .can_embed.v5 #can_embed_form .floatlabel-wrapper .floatlabel-label-inactive {
	opacity: initial !important;
}

.site-newsletter .can_embed.v5 #can_embed_form select.can_select,
.site-newsletter .can_embed.v5 #can_embed_form span.can_select {
	background-color: var(--wp--preset--color--black) !important;
}

.site-newsletter .can_embed.v5 #can_embed_form .action_sidebar label {
	display: block;
	line-height: normal !important;
	margin-bottom: inherit !important;
}

.site-newsletter .can_embed.v5 #can_embed_form .action_sidebar input[type="text"],
.site-newsletter .can_embed.v5 #can_embed_form .action_sidebar input[type="email"] {
	width: 100%;
	margin: 0.5rem 0 2rem !important;
	border: 0;
	border-radius: 0;
	padding: 0.5rem;
}

.site-newsletter .can_embed.v5 #can_embed_form .action_sidebar input[type="submit"] {
	box-shadow: -0.5em 0.5em var(--wp--preset--color--fire) !important;
	background-color: var(--wp--preset--color--bright-olive) !important;
	color: var(--wp--preset--color--black) !important;
	border-radius: 0 !important;
	border: 0 !important;
	margin: 2rem 0 2rem 0.5rem !important;
	font-family: var(--wp--preset--font-family--vcr-osd-mono) !important;
	padding: 1rem 3rem !important;
	width: auto !important;
	font-size: inherit !important;
	letter-spacing: normal !important;
	transition: none;
}

.site-newsletter .can_embed.v5 #can_embed_form .action_sidebar input[type="submit"]:hover {
	color: var(--wp--preset--color--black) !important;
	background-color: var(--wp--preset--color--fire) !important;
	box-shadow: -0.5em 0.5em var(--wp--preset--color--bright-olive) !important;
}

.site-newsletter .bcp-an-embed {
	position: relative;
}

.site-newsletter .bcp-an-embed .fist {
	display: none;
}

@media screen and (min-width: 768px) {

	.site-newsletter .bcp-an-embed .fist {
		display: block;
		position: absolute;
		bottom: -1.5em;
		left: 5em;
		width: 13%;
	}
}

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