/*!
Theme Name: Habitat4Humanity
Theme URI: http://underscores.me/
Author: Scott Marlow
Author URI: https://marlowfive-0.com
Description: A custom HTML5 mobile-first WordPress Theme, based on _S, for Habitat for Humanity - Seattle King County.
Version: 2023.10
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: h4h
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Habitat4Humanity is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Colors
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Primary Colors

Bright Blue		#00AFD7, rgb(0,175,215)
Bright Green	#C4D600, rgb(196,214,0)

# Secondary Colors
Blue		#222f6c , rgb(34,47,108) 
Green 		#41A928, rgb(67,176,42)
Orange	 	#EA6528, rgb(255,103,31)
Brick		#A4343A, rgb(164,52,58)

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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%;
	overflow-x: hidden;
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
	font-size: 4.2rem;
	line-height: 1.1;
	margin: 0 0 0.25em 0;
	padding-top: 1.5rem;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bold;
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}
#page .search-field {
	background: transparent url('img/bg-search-icon@2x.png') .25em center no-repeat;
	background-size: 28px;
	border: 2px solid transparent;
	color: transparent;
	height: 36px;
	transition: width .5s;
	width: 36px;
}
#page .search-field:focus {
	background: transparent url('img/bg-search-icon@2x.png') .25em center no-repeat;
	background-size: 28px;
	border: 2px solid #323a3d;
	color: inherit;
	height: 36px;
	padding-left: 36px;
	width: 300px;
}
/* Ninja Forms */
.site .nf-form-content .list-select-wrap .nf-field-element > div, .site  .nf-form-content input:not([type="button"]), .site  .nf-form-content textarea, .site .nf-form-content select.ninja-forms-field {
	color: #444;
}
.site .nf-form-content .list-select-wrap .nf-field-element > div:focus, .site .nf-form-content input:not([type="button"]):focus, .site  .nf-form-content textarea:focus {
	color: #000
}
/* 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], .hidden {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: "NeueHaasGroteskText", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
}
h2, h3, h4, h5, h6 {
	clear: both;
	font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 .25em 0;
	padding: .25em 0;

}
.page-title, .archive-description {
margin: 0 auto .25em auto;
text-align: center;
}
h2, h2 strong {
	font-size: 3.4rem;
}
#tertiary h2, h2.widget-title {
	padding: .125em 0;	
}
.widget-title {
	font-weight: bold;
}
.site-footer h2 {
	margin-bottom: .125em;
}
.c-accordion__title {
	color: #009cbf;
	font-weight: normal;
	margin-bottom: .75em;
}
.c-accordion__title::after {
	background: #009cbf;
	border-radius: 50%;
	color: #000;
	line-height: 1;
	padding: 6px 14px;
}
#cta a {
	font-size: 2.6rem;
	position: relative;
}
#cta a:after {
	content: ">";
	position: absolute;
}
#cta a:after {
	background: #fff;
	border-radius: 50%;
	color: #000;
	margin-left: .5em;
	padding: 0px 13px;
}
.c-accordion__title:hover, .c-accordion__title:focus, .c-accordion__title:active {
	color: #000;
}
.c-accordion__title:hover:after, #cta a:hover:after {
	background: #a4b403;
}
h3 { 
	font-size: 2.8rem;
}
h4, .site div.sharedaddy h3.sd-title, .site-footer h2 {
	font-size: 2.4rem;
}
h5 {
	font-size: 2.1rem;
	font-weight: bold;
}
.widget_contact_info .widget-title {
	font-size: 1.8rem;
}
.callout .widget-title {
	font-size: 3rem;
}
.jetpack_widget_social_icons .widget-title {
	color: #009CBF;
	font-size: 3rem;
}
.site div.sharedaddy h3.sd-title {
	margin-bottom: .5em;
}
h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
	padding: .75em;
}
.has-huge-font-size /* change request */, .has-large-font-size {
	font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
	font-size: 3.5rem !important;
	line-height: 1.3333333;
	margin-bottom: .5em;
}
.has-medium-font-size {
	font-size: 2.4rem !important;
}
.has-small-font-size, #colophon .widget-area {
	font-size: 1.6rem !important;
}
p {
	margin: 0 0 1.5em 0;
}
#utility .widget p, .cred p {
	margin: 0;
}
dfn, cite, em, i {
	font-style: italic;
}
.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 0;
}
.wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote footer {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 0;
}
.wp-block-quote {
	border: none;
	color: #385988;
	/* change request
	font-family: minion-pro, Sabon, Georgia, serif;
	*/
	font-size: 2.1rem;
	font-style: italic;
	margin: 1.5em 0;
	padding: 0 1.5em;
	position: relative;
}
.wp-block-pullquote {
	border: none;
	color: #385988;
	/* change request
	font-family: minion-pro, Sabon, Georgia, serif;
	*/
	font-size: 2.6rem;
	font-style: italic;
	line-height: 1.4;
	margin: 1.5em 0;
	padding: 0 1.5em;
	position: relative;
}
.wp-block-pullquote p, .wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
	font-size: inherit;
	line-height: 1.5;
}
blockquote p:last-of-type, .wp-block-quote p:last-of-type, .wp-block-pullquote p:last-of-type {
	margin: 0;
}
.wp-block-quote:before, .wp-pull-quote {
content: "\10f10d";
font-family: "Font Awesome 5 Duotone";
font-size: inherit;
position: absolute;
top: 0;
left: 0;
opacity: 1;
padding-right: 3.5rem;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	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;
	font-size: 15px;
	font-size: 1.5rem;
}

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

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

big {
	font-size: 125%;
}
#breadcrumbs {
	font-size: 1.2rem;
	margin: .5em 0 0 0;
}
.archive-description {
	font-size: 1.6rem;
}
/**
 * 8.0 - Colors
 */
 .has-black-background-color {
    background-color: #000;
}
.has-black-color {
    color: #000;
}
.has-blueprimary-background-color {
    background-color: #009cbf ;
}
.has-blueprimary-color {
    color: #009cbf;
}
.has-blue-primary-drk-background-color {
    background-color: #02819d;
}
.has-blue-primary-drk-color {
    color: #02819d;
}
.has-greenprimary-background-color {
    background-color: #C4D600;
}
.has-greenprimary-color {
    color: #C4D600;
}
.has-green-primary-drk-background-color {
    background-color: #a4b403;
}
.has-green-primary-drk-color {
    color: #a4b403;
}
.has-gray-lt-background-color {
    background-color: #ccc;
}
.has-gray-lt-color {
    color: #ccc;
}
.has-gray-background-color {
    background-color: #888B8d;
}
.has-gray-color {
    color: #888B8d;
}
.has-gray-drk-background-color {
    background-color: #5b5d5f;
}
.has-gray-drk-color {
    color: #5b5d5f;
}
.has-blue-background-color {
    background-color: #222f6c;
}
.has-blue-drk-color {
    color: #2b4467;
}
.has-blue-drk-background-color {
    background-color: #2b4467;
}
.has-blue-color {
    color: #222f6c;
}
.has-green-background-color {
    background-color: #41A928;
}
.has-green-color {
    color: #41A928;
}
.has-green-drk-background-color {
    background-color: #389023;
}
.has-green-drk-color {
    color: #389023;
}
.has-orange-background-color {
    background-color: #EA6528;
}
.has-orange-color {
    color: #EA6528;
}
.has-orange-drk-background-color {
    background-color: #d55b23;
}
.has-orange-drk-color {
    color: #d55b23;
}
.has-brick-background-color {
    background-color: #A4343A;
}
.has-brick-color {
    color: #A4343A;
}
.has-brick-drk-background-color {
    background-color: #7C262B;
}
.has-brick-drk-color {
    color: #7C262B;
}
.has-white-background-color {
    background-color: #ffffff;
}
.has-white-color {
    color: #ffffff;
}
.has-blue-gradient-gradient-background {
	background: linear-gradient(135deg, rgba(2,129,157,.8) 0%, rgba(255,255,255,.1) 100%);
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr, .wp-block-separator, .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	background-color: #009cbf;
	border: 0;
	height: 2px;
	margin-bottom: 1.5em;
	max-width: none;
}

ul, ol {
	margin: 0 0 1.5em 1.5em;
}
.wp-block-column ul, .wp-block-column ol, form ul {
margin: 0;
padding-left: 1.5em;
}
ul {
	list-style: disc;
}
form ul {
	list-style-type: none;
}
ol {
	list-style: decimal;
}
.widget ul, .widget ol {
	margin: 0 0 1.5em 0;
	padding-left: 0
}
.widget ul {
	list-style: none;
}
ul.wp-block-social-links {
	margin-bottom: .25em;
}
	.site .jetpack_widget_social_icons ul li {
	margin: 0 .25em 0 0;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
.site-content li {
	margin-bottom: .3em
}
dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}
.post-thumbnail img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 240rem;
	width: 100%; 
}
.wp-block-cover, .wp-block-cover-image {
background-size: cover;
min-height: 460px;
margin: 0 auto 1.5em auto;
	padding: 0;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
	padding: 0 8.33333%;
	width: 100%;
}
.wp-block-cover p:not(.has-text-color) {
margin: 0;
text-shadow: 1px 1px 1px #000;
}
#page #content .is-style-hero {
/*	aspect-ratio: 1920 / 850; */
		aspect-ratio: 1920 / 620;
	text-shadow: 1px 1px 1px #000;
}
figure {
	line-height: 0;
	margin: 0 0 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}
figure.wp-block-image {
	display: inline-block;
}
.wp-block-columns .what-we-do  {
	background: #fff;
}
.what-we-do figure {
	margin: 0;
}
.what-we-do .wp-block-group  {
	margin-top: -60px;
	padding-top: 0;
}
.wp-block-media-text {
margin-bottom: 1.5em;
}

table, .wp-block-table {
	border-collapse: collapse;
	line-height: 1.4;
	margin: 0;
	width: 100%;
}
table caption, .wp-block-table figcaption, .wp-block-video figcaption {
	color: #444;
	font-size: 1.8rem;
	font-style: normal;
	margin-bottom: 1.5em;
}
th, .wp-block-table th {
	border: 1px solid #999;
	font-size: 2.1rem;
	hyphens: auto;
	line-height: 1.2;
	vertical-align: bottom;
}
.wp-block-table td {
	border: 1px solid #999;
	font-size: 1.6rem;
	hyphens: auto;
	padding: .25em;
	vertical-align: top;
}
tr:hover {
	background: #eee
}
/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
.fa-group, .fad:before {
	color: rgba(0,175,215,1);
}
.fad:after {
	color: rgba(0,175,215,.4);
}
#utility .goog-te-gadget:before {
color: rgb(67,176,42);
content: "\10f0ac";
font-family: "Font Awesome 5 Duotone";
font-size: 2.8rem;
font-weight: 900;
position: absolute;
top: 0;
left: -3.5rem;
opacity: 1;
padding-right: 3.5rem;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.site .BBFormContainer .BBFormSubmitbutton,
#page .BBFormSection input[type="submit"],
.wp-block-button__link, .wp-block-button__link:visited,
.button, button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-content .nf-form-content button, .site-content .nf-form-content input[type="button"], .site-content .nf-form-content input[type="submit"]{
	background: #009cbf;
	border: 1px solid #009cbf;
	border-radius: 0px;
	box-shadow: 0 1px 1px rgba(0,0,0,.5);
	color: rgba(255,255,255,1);
	display: inline-block;
	font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3333333;
	margin-bottom: 1.5em;
	padding: .25em 1.25em;
	text-decoration: none;
	transition: all .3s;
}
.wp-block-search__button {
	margin-bottom: 0;
	padding: .25em 1.25em;
}
.is-style-outline > .wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background) {
	color: #000;
	border-color: #000;
	padding: .25em 1.25em;
}
.site .BBFormContainer .BBFormSubmitbutton:hover,
.wp-block-button__link:hover, 
.button:hover, button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.site-content .nf-form-content button:hover, .site-content .nf-form-content input[type="button"]:hover, .site-content .nf-form-content input[type="submit"]:hover {
	background: #02819D;
	border-color: #02819D;
}
.site .BBFormContainer .BBFormSubmitbutton:active, .site .BBFormContainer .BBFormSubmitbutton:focus,
.wp-block-button__link:active, .wp-block-button__link:focus,
.button:active, .button:focus,
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,
.site-content .nf-form-content button:focus, .site-content .nf-form-content input[type="button"]:focus, .site-content .nf-form-content input[type="submit"]:focus {
	background: #02819D;
	border-color: #02819D;
}
.is-style-outline > .wp-block-button__link:not(.has-background):hover, .wp-block-button__link.is-style-outline:not(.has-background):hover, .is-style-outline > .wp-block-button__link:not(.has-background):active, .wp-block-button__link.is-style-outline:not(.has-background):active, .is-style-outline > .wp-block-button__link:not(.has-background):focus, .wp-block-button__link.is-style-outline:not(.has-background):focus {
	background: #000;
	color: #fff;
	border-color: #000;
}
#page .BBFormFieldContainer input,
#page .BBFormSection input,
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: #444;
	border: 1px solid #444;
	font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
	line-height: 1.3333333;
	padding: .25em .5em;
}
#page .BBFormFieldContainer input:focus,
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 {
	border-color: #02819d;
	color: #000;
	outline: inherit;
}

select {
	border: 1px solid #444;
	margin-bottom: .75em;
}

textarea {
	margin-bottom: .75em;
	width: 100%;
}
#page label{
	color: #000;
	font-size: 1.8rem;
	font-weight: bold;
}
#page input {
	font-size: 1.8rem;
	margin-bottom: 0;
}
[type="checkbox"],
[type="radio"] {
	margin: 0 .25em;
}
.asterisk {
color: #A4343A;
}
.site-content #mc_embed_signup div.mce_inline_error {
background-color: #A4343A;
}
.site-content #mc_embed_signup input.mce_inline_error {
	border-color: #A4343A;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #009cbf;
	transition: all .25s;
}
.site-footer a {
	color: #fff;
}
.has-background a {
	color: inherit;
}
.site-main .wp-block-button__link:not([href*="kitsaphabitat"])::after, .site-main p a:not([href*="kitsaphabitat"])::after, .site-main li a:not([href*="kitsaphabitat"])::after,
.main-navigation a:not([href*="kitsaphabitat"])::after {
	content: '\f360';
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	margin-right: .25em;
	margin-left: .25em;
	vertical-align:top;
}
.site-main .wp-block-button__link[href^="mailto"]::after, .site-main p a[href^="mailto"]::after {
	content: '\f0e0';
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	margin-right: .25em;
	margin-left: .25em;
	vertical-align:top;
}
.site-main .wp-block-button__link[href$=".pdf"]::after, .site-main .wp-block-button__link[href$=".doc"]::after, .site-main p a[href$=".pdf"]::after, .site-main a[href$=".doc"]::after, .site-main li a[href$=".pdf"]::after, li a[href$=".doc"]::after {
	content: '\f15b';
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	margin-right: .25em;
	margin-left: .25em;
	vertical-align:top;
}
.wp-block-latest-posts li {
	line-height: 1.25;
}
.wp-block-latest-posts li > a:nth-child(-n+2) {
	font-size: 2.1rem;
	font-weight: bold;
}
.entry-meta a, .entry-footer a {
	color: #444;
}
.posted-on a {
	text-decoration: none;
}
.more-link {
display: inline-block;
margin-bottom: .75em;
}
a[href^='tel'] {
	color: inherit;
	text-decoration: none;
}
.site .jetpack_widget_social_icons svg {
	background: #009cbf;
	color: #fff; 
}
#cta a, .cred a {
	color: #fff;
}
.widget_contact_info a {
	color: inherit;
}
.edit-link a {
	float: right;
	text-transform: uppercase;
}
/* Nov 2021 change request */
h1 a, h2 a, h3 a {
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #2b4467;
	text-decoration: none;
}
.site-footer a:hover, .site-footer a:focus, .site-footer a:active {
	color: #ccc;
}
.cred a:hover, .cred a:focus, .cred a:active {
	color: #fff;
	text-decoration: none;
}
.site .jetpack_widget_social_icons svg:hover, .site .jetpack_widget_social_icons svg:focus {
	background: #2b4467;
}
/*
.jetpack_widget_social_icons svg.icon-facebook:hover, .jetpack_widget_social_icons svg.icon-facebook:focus {
background: rgb(24, 119, 242);
}
*/
a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.search-form {
	grid-area: search;
}
.main-navigation {
	clear: both;
	display: block;
	grid-area: nav;
	margin: 1.5em auto;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation a {
	border-bottom: 6px solid transparent;
/* Nov 2021 change request
	color: #fff; */
	color: #000;
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 .75em;
	padding: .25em;
	text-decoration: none;
}
/* Nov 2021 change request */
.home .main-navigation a, .category .main-navigation a, .tag .main-navigation a, .single .main-navigation a, .headroom--unpinned .main-navigation a, .headroom--not-top .main-navigation a, .error404 .main-navigation a {
	color: #000;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
/* Nov 2021 change request 
 * 	background: #fff;*/
	border-bottom: 6px solid #009cbf;
}
.main-navigation ul ul a {
	border-bottom: 4px solid transparent;
	/* Nov 2021 change request */
	color: #000; 
	font-size: 1.6rem;
	margin: 0;
	padding-left: .75em;
	text-transform: none;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {

}
.main-navigation ul li:last-child a[href$="donate/"] {
	background: #009cbf;
	border-color: transparent;
	color: #fff;
	margin-top: .55em;
	padding: .25em 1.25em 0 1.25em;
}
.main-navigation ul li:last-child:hover > a[href$="donate/"], .main-navigation ul li:last-child:focus > a[href$="donate/"] {
	background: #02819d;
	color: #fff;
}
.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
	border-bottom: 4px solid transparent;
}
.main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
	border-bottom: 6px solid #009cbf;
}
.main-navigation .current-menu-item > a, .main-navigation .current_page_item > a {
	border-color: #009cbf;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	margin: auto;
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	clear: both;
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 40%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 40%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.wp-block-image .alignleft, .wp-block-image .alignright {
	clear: both;
	display: inline-block;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.wp-block-image .aligncenter {
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.alignnone {
	margin: 0 0 1.5em 0;
}
.widget-area .alignnone {
	margin: 0;
}
.alignfull {
	margin: 0 calc(50% - 50vw) 1.5em calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}
.site-footer  .alignfull {
	margin-bottom: 0;
}
.alignwide {
	margin: 0 auto 1.5em auto;
	max-width: 100%;
	width: 100%;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}
#utility .widget {
	margin: 0;
}
.widget select {
	max-width: 100%;
}
.widget-area .goog-te-combo, .widget-area .goog-te-banner *, .widget-area .goog-te-ftab *, .widget-area .goog-te-menu *, .widget-area .goog-te-menu2 *, .widget-area .goog-te-balloon * {
font-size: 1.6rem;
}
.confit-hours {
	font-weight: bold;
}
.site-footer .address .widget {
	position: relative;
}
.address:nth-of-type(2) .widget_contact_info:nth-child(n+2){
	padding-left: 1.25em;
	position: relative;
}
.address:nth-of-type(2) .widget_contact_info:nth-child(n+2):before {
	color: #009CBF;
	content: "\10f3c5";
	font-family: "Font Awesome 5 Duotone";
	font-size: inherit;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-content {
	margin: 0 auto 1.5em auto;
	max-width: 108.8rem;
}
.page-template-template-full .site-content {
	max-width: 164rem;
}
.site {
	margin: 0 auto;
	max-width: 280rem;
}
.site-info {
	margin: 0 auto;
	max-width: 160rem;
	padding: 0 3rem;
	width: 100%;
}
.site-header {
	background: rgba(255,255,255,1);
	display: flex;
	flex-direction: column;
	width: 100%;
}

#utility {
/* SM: 5.23 Moved to header	background: #000 url('img/bg-alert.png') -3em center no-repeat;
	background-size: contain;
	color: #fff;
	padding: .5rem 8.33333%;
	position: relative;
	width: 100%;
	*/
	grid-area: utility;
}

.site-branding, .site-content {
	padding: 0 1.5rem
}
#colophon {
background: #5b5d5f;
	padding-top: 1.5em;
}
#sites {
	background: #222f6c;
}
#extended {
	background: #009cbf url('https://kitsaphabitat.org/wp-content/themes/h4h/img/bg-newsetter-construction-texture-color.jpg') top center no-repeat;
	background-size: cover;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 1.5rem 0;
}
.cred {
	background: #000;
	color: #fff;
	font-size: 1.6rem;
	padding-top: .75rem;
	text-align: center;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.archive .post, .blog .post, .category .post {
border-bottom: 1px solid #385988;
padding-bottom: 1.5em;
}
.updated:not(.published) {
	display: none;
}

.page-content,
.entry-summary,
.page-header {
	margin: 1.5em 0 0;
}
.entry-header {
	margin: 1.5em 0 .75em 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-meta, .entry-footer {
	color: #444;
	font-size: 1.6rem;
}
.entry-footer {
	display: block;
}
.post-date {
	font-size: 1.6rem;
	font-style: italic;
}
.entry-meta .byline {
display: none;
}
.cat-links, .tags-links {
	display: none;
	margin: 0 .75em;
}
.wp-block-latest-posts.is-grid {
	border-top: 1px solid #000;
	margin-left: 0;
	padding-top: 1em;
}
.nav-links {
	font-size: 1.8rem;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link, /* Nov 2021: change request */ .svg-logo-link {
	display: block;
	margin: .75em auto .75em auto;
	text-align: center;
}
.svg-logo-link svg {
	height: auto;
	width: 200px;
}
.site-branding {
	grid-area: logo;
	width: 100%;
}
.site-branding .site-description {
	border-top: 1px solid #fff;
	color: #009cbf;
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.2;
	margin: 0 1.5rem;
	padding: .75rem 0 1rem 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
/*--------------------------------------------------------------
## 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-block-image figcaption, .wp-caption .wp-caption-text {
	color: #000;
	display: table-caption;
	font-size: 1.6rem;
	line-height: 1.4;
	margin: 0.25em 0 1em 0;
	width: 100%;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

@media screen and (min-width: 60em) {
.site-header {
	background: #fff;
	position: fixed;
	top: 0;
	display: grid;
	grid-template-columns: auto auto auto;
	grid-template-areas: "logo . search"
		"logo nav nav";
	justify-items: stretch;
	padding: 1.5rem;
	width: 100%;
	z-index: 5000;
}
	/* Headroom Banner Styles // Branden Builds */
.headroom {
	transition-duration: .3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	/* fix for Easy Notification Bar Plugin */
	top: 40px;
}

.headroom--not-top.site-header, .home .headroom--not-top.site-header {
	background: #fff;
}
	.custom-logo-link img {
		max-width: 260px;
}
/* SM: 5.23 moved to header
#utility {
	background: url('img/bg-alert.png'), url('img/bg-alert.png');
	background-color: #000;
	background-position: 0 0, right center;
	background-repeat: no-repeat, no-repeat;
	position: absolute;
	top: 148px;
	z-index: 4000;
}
*/
.is-style-hero .has-text-align-center {
		margin-top: 101px;
	}
#content.site-content {
	margin-top: 145px; 
} 
/* May 2023 change request
.entry-content > .wp-block-cover:first-of-type {
	margin-top: -145px;
}*/
.page-template-template-full .site-content {
	padding: 0 8.333333%
}
	#utility .site-info {
	flex-direction: row;
}
.site-branding {
	width: auto;
}
.custom-logo-link {
	margin: 0;
	padding: 1.5rem 1.5rem 0 1.5rem;
}
.menu-toggle {
	display: none;
}
.main-navigation {
margin: 0 auto;
}
.main-navigation ul {
	display: flex;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	padding: .8em 0;
}
	/* Site credits */
	.main-navigation .page-item-23 {
		display: none;
	}
.main-navigation ul ul {
	background: rgba(255,255,255,.9);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	display: block;
	float: left;
	margin: 0 .75em;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul a {
	padding: .25em .25em .25em .5em;
	width: 220px;
}
.main-navigation ul ul li:hover > a {
	border-bottom: 4px solid #009cbf;
	}
.main-navigation ul ul .current-menu-item > a, .main-navigation ul ul li.focus > a {
	background: rgba(196,214,0,.25);
	border-bottom: 4px solid transparent;
} 
.main-navigation ul ul ul {
	left: -999em;
	margin: 0;
	top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.header-img {
	line-height: 1;
}
#colophon {
	padding-top: 3em;
}
#extended .widget, #extended .widget p {
	margin: 0;
}
.widget, #tertiary p {
		margin-bottom: .75em;
}
	#tertiary .wp-block-image {
		margin-bottom: .5em;
}
.no-sidebar .content-area {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.no-sidebar .site-main {
	margin-right: 0;
}
.wp-block-latest-posts__featured-image {
	float: left;
	margin: 0 .75em 1.5em 0;
}
.wp-block-latest-posts__featured-image img {
	aspect-ratio: 1/1;
	height: 100%;
	width: 100%;
	object-fit: cover;	
}
.wp-block-latest-posts__featured-image.alignleft img {
	max-width: 150px;
	max-height: 150px;	
}
.wp-block-latest-posts__post-excerpt {
		clear: both;
	}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.wp-block-image .alignleft, .alignleft {
	clear: none;
	display: inline-block;
	float: left;
	margin-right: 1.5em;
}

.wp-block-image .alignright, .alignright {
	clear: none;
	display: inline-block;
	float: right;
	margin-left: 1.5em;
}

.wp-block-image .aligncenter {
	clear: both;
}
.mc-field-group {
display: flex;
justify-content: space-between;
max-width: 680px;
}
.wp-block-quote {
	font-size: 2.6rem
}
}
@media screen and (min-width: 100em) {
	.site-header {
	align-items: center;
	grid-template-areas: "logo nav search";
}

body,
.site .BBFormContainer .BBFormSubmitbutton,
#page .BBFormSection input[type="submit"],
.wp-block-button__link, .wp-block-button__link:visited,
.button, button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-content .nf-form-content button, .site-content .nf-form-content input[type="button"], .site-content .nf-form-content input[type="submit"],
input,
select,
optgroup,
textarea,
.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
	font-size: 2rem;
}

.wp-block-pullquote p, .wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
	font-size: 4rem;
}
.wp-block-quote {
font-size: 3.5rem;
}
.wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote footer {
	font-size: 2.4rem;	
}
#extended {
	padding: 1.5em 8.33333%;
}
#extended .widget {
	display: flex;
	align-items: center;
	gap: 1.5em;
}
.cred {
	font-size: 1.8rem;
}
}
@media screen and (min-width: 120em) {
body,
button,
input,
select,
optgroup,
textarea,
.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
	font-size: 2.4rem;
}
.site-header {
	padding: 0 8.33333%;
}
.main-navigation a {
	font-size: 2rem;
	margin: 0 1.5em;
	padding: 1.2em 0;
}
.main-navigation ul ul a {
	font-size: 1.8rem;
}
h1 {
	font-size: 5.6rem;
}
.wp-block-quote {
	font-size: 4rem
}
h2 {
	font-size: 4.4rem;
}
h3, #cta h2 {
	font-size: 4rem;
}
h4 {
	font-size: 3.5rem;
}
h5, .site-footer h2 {
	font-size: 3rem;
}
.site .BBFormContainer[data-bbox-part-id="6fd9e53d-337f-40fe-a0ec-a20b273b3e5d"] .BBFormSubmitbutton,
.wp-block-button__link, .wp-block-button__link:visited,
.button, button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-content .nf-form-content button, .site-content .nf-form-content input[type="button"], .site-content .nf-form-content input[type="submit"]{
	font-size: 2.4rem;
	}
.cred {
	font-size: 1.8rem;
}
}