/*!
Theme Name: FAWM TwentyFour
Theme URI: http://underscores.me/
Author: Grandesigns
Author URI: https://www.grandesigns.net
Description: Custom theme based on FAWM TwentyFour for Feeding America West Michigan
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fawmtwentyfour
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -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;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

/* Custom Styles */

.post, .page {margin-bottom:0px;}
#page {font-family: Arial, Helvetica, sans-serif; font-size:1.2rem;}
#masthead {display:flex; width:100%; justify-content:space-between; padding-bottom:12px; padding-top:12px; align-items:center; margin-bottom:24px;}
.site-branding {width:100%; max-width:340px; margin-right:24px; -webkit-transition: max-width 300ms linear;
  	      -ms-transition: max-width 300ms linear;
  	      transition: max-width 300ms linear;}
#wrapper {max-width:1300px; width:100%; margin-left:auto; margin-right:auto; display:flex; justify-content:space-between;}
#footer-curve {width:100%; height:60px; z-index:11; position:relative; background-image:url(graphics/footer-curve-green.svg); background-repeat:no-repeat; background-size:cover; background-position:bottom center;}
.header-curve {width:100%; height:60px; background-image:url(graphics/header-curve.svg); background-repeat:no-repeat; background-size:cover; background-position:bottom center;}

#colophon {padding:24px; color:#e2e2e2; display:flex; justify-content:space-between; flex-wrap:wrap; font-size:1.4rem; line-height:1.2; 
	align-items:top; background-color:#4E5B31; background-image:url(); background-size:cover;}
#colophon h2 {color:#fff; margin-bottom:0px;}
#footer-logo {width:100%; max-width:125px; margin:30px;}
#page #colophon a, #page #colophon a:visited {color:#fff;}
#primary {max-width:960px; width:100%; margin-right:24px;}
#secondary {max-width:320px; width:100%;}
#primary-menu > li {padding:12px 14px; background-color:#e2e2e2;     	
	    -webkit-transition: padding 300ms linear;
    	-ms-transition: padding 300ms linear;
    	transition: padding 300ms linear;
	}
#primary-menu {display:flex; justify-content:flex-end; flex-wrap:wrap;}
#site-navigation {width:720px; padding-top:0px; font-weight:900;}
#site-navigation #menu-item-22730, #site-navigation #menu-item-22729, 
#site-navigation #menu-item-22731, #site-navigation #header-search, #site-navigation #menu-item-24117 {
	font-weight:400;
} 
#site-navigation #menu-item-34, #site-navigation #header-search {padding-right:24px;}

#header-search .search-submit {padding-top:7px; font-weight:bold;}
#header-search .search-field {width:120px;}
#header-search {position: relative;
top: -1px;}
#site-navigation .sub-menu {width:220px; background-color:#fff; flex-wrap:wrap; font-size:1rem;}
#site-navigation .sub-menu li, #site-navigation ul ul a {width:100%; font-weight:normal;}
#site-navigation .sub-menu a, #site-navigation .sub-menu a:visited {color:#1F2A44; padding:8px 12px;}
#site-navigation .sub-menu a:hover, #site-navigation .sub-menu a:focus {background-color:#e2e2e2;}

.post-thumbnail {line-height:1px;}

.myriad {font-family: myriad-pro, Helvetica, sans-serif;}

.blue-block {background-color:#1F2A44; color:#fff;}
.gold-block {background-color:#C6DF3A; color:#1F2A44;}
.grey-block {background-color:#e2e2e2; color:#1F2A44;}

#primary .wp-block-button__link { color:#fff; background-color:#DE7C00; color:#fff; border-radius:4px; padding:12px 36px;}
#primary .wp-block-button:not(.has-custom-font-size) .wp-block-button__link {font-size:1.1875rem;}
#primary .home-events .wp-block-button__link {padding:12px 16px;}
#primary .wp-block-button__link:visited {color:#fff;}

#colophon .wp-block-button__link, #page button.frm_button_submit.frm_final_submit {font-size:1.1875rem;}


#page a, #page a:visited {color:#1F2A44; text-decoration:none;}
#page a:hover, #page a:focus {text-decoration:underline;}
#primary-menu > li > a {border-bottom:solid 3px transparent;}
#primary-menu > li > a:hover, #primary-menu > li > a:focus, #primary-menu li.current_page_parent > a, #primary-menu li.current_page_item > a {text-decoration:none; border-bottom:solid 3px #DE7C00;}


#primary > header > .entry-title, #primary > header > .page-title {background-color:transparent; color:#4E5B31; padding:0px 0px 0px; margin-bottom:24px; margin-top:0px; font-weight:normal; border-bottom:solid 1px #4E5B31;}
 #page .entry-title a, #page .entry-title a:visited {color:#C6DF3A;}
.entry-content {padding:16px 24px; margin:0px;}
.entry-content > :first-child {margin-top:0px;}
#primary .entry-content p a, #primary .entry-content li a {text-decoration:underline;}

p.footer-socials a {margin-right:16px;}
.footer-socials i {color:#C6DF3A; margin-right:6px;}
.copyright {padding:16px 24px; background-color:#e2e2e2; color:#1F2A44; text-align:center; width:100%;}

.widget_nav_menu ul {list-style-type:none; margin-left:0px; padding-left:0px;}
#secondary .widget_nav_menu a {background-color:#1F2A44; color:#fff; padding:6px 12px 6px 12px; width:100%; display:block;}
#secondary .rpwe-title {font-size:1.2rem; font-weight:normal; margin:0px;}
#secondary .sub-menu {padding-top:6px; padding-left:0px;}
#secondary .widget_nav_menu a {font-weight:bold;}
#secondary .widget_nav_menu .sub-menu a {font-weight:normal;}
#secondary .widget_nav_menu a:hover, 
#secondary .widget_nav_menu a:focus, 
#secondary .widget_nav_menu .current-menu-item > a
 {background-color:#C6DF3A; color:#1F2A44;}
#secondary .widget_nav_menu a:hover, 
#secondary .widget_nav_menu a:focus, 
#secondary .widget_recent_entries a:hover, 
#secondary .widget_recent_entries a:focus,
#secondary .rpwe_widget a:hover, 
#secondary .rpwe_widget a:focus
 {text-decoration:underline;}
#secondary .widget_nav_menu li, 
#secondary .widget_recent_entries li,
#secondary .rpwe_widget li {width:100%; margin-top:6px; margin-bottom:6px;}
#secondary .widget_nav_menu li:first-child, 
#secondary .widget_recent_entries li:first-child,
#secondary .rpwe_widget li:first-child  {margin-top:0px;}
h2.widget-title {margin:0px; padding-top:16px; padding-bottom:16px;}
#custom_html-2 h2.widget-title {line-height:1.2; padding-top:0px; padding-bottom:0px; font-size:1.2rem;}

#primary .post-edit-link, #primary .post-edit-link:visited {background-color:#1F2A44; color:#fff; padding:6px 12px 6px 12px; display:none; border-radius:12px; width:100px; text-align:center;}
#primary .post-edit-link:hover {background-color:#C6DF3A; color:#1F2A44;}

.post .entry-content > :last-child {margin-bottom:16px;}

.blog .entry-footer, .archive .entry-footer, .search-results .entry-footer {margin-bottom:24px;}
.entry-footer span {padding-right:12px; font-weight:bold;}
.entry-footer span a {font-weight:normal;}
.entry-content {padding:0px; padding-top:16px; }

.entry-content, .entry-footer, .entry-meta, .post-navigation {padding-left:24px; padding-right:24px;}
#primary .post-navigation {margin-top:16px; font-weight:bold; display:block;}
.entry-meta {margin-top:12px; font-weight:bold;}

.people-cards {display:flex; flex-wrap:wrap; justify-content:space-between; padding-top:24px;}
.people-card {width:300px; background-color:#e2e2e2; margin-bottom:24px; border-radius:12px;}
#profile .people-card {width:100%;}
#profile .profile-pic {display:block; width:100%; clear:both; height:300px; border-radius:12px 12px 0px 0px;
	background-position:center; background-size:cover; background-repeat:no-repeat;}
.people-header div:first-child {padding-right:24px; min-width:172px;}
.people-card h3 {clear:none; margin:0px; margin-top:16px; padding-left:24px; padding-right:24px;}
.people-header {display:flex;}
.people-card img {width:100%; border-radius:12px 12px 0px 0px;}
.people-card p, .job-title {padding-left:24px; padding-right:24px; display:block;}
.job-title {min-height:56px;}
#primary .entry-content .people-card p a {text-decoration:none;}
#primary .entry-content .people-card p a:hover, #primary .entry-content .people-card p a:focus {text-decoration:underline;}

.page-id-336422 .entry-content, .page-id-3285 .entry-content {padding:0px;}
.post-3285 .people-card h3 {margin-top:0px; line-height:1;}
.people-card .board-title {font-size:1rem; margin-top:16px; margin-left:24px; line-height:1; font-weight:bold;}

.partners {display:flex; flex-wrap:wrap; align-content:center; justify-content:space-around}
.partners a {margin-bottom:24px; display:flex; flex-wrap:wrap; align-content:center; justify-content:center;}

.partners img {max-height:150px;}

.partners.Platinum a {max-width:30%;}
.partners.Gold a {max-width:30%; }
.partners.Silver a {width:21%;}
.partners.Bronze a {width:21%; }

#site-navigation li {background-color:transparent!important;}

#site-navigation li a, #site-navigation li a:visited {color:#fff;}

.entry-footer hr {margin-top:24px; margin-bottom:24px;}

.content-block-image {width:100%; height:200px; background-size:cover; border-radius:12px 12px 0px 0px;}
.content-blocks {display:flex; justify-content:space-between; flex-wrap:wrap;}
.content-block {width:32%; margin-bottom:24px; padding-bottom:8px; background-color:#E2E2E2; border-radius:12px;}
.content-block h2, .content-block h3, .content-block p {margin-top:8px; margin-bottom:8px; padding-left:16px; padding-right:16px;}
.content-block h2, .content-block h3 {line-height:1.2; font-size:1.4rem; margin-top:16px;}
#page a.content-block:hover {text-decoration:none;}
#page a.content-block:hover p:last-child {text-decoration:underline;}
.content-block .fa-arrow-right, .people-card .fa-arrow-right {margin-left:12px;}

.single-product #primary .post-navigation {display:none;}

.single-product #colophon {margin-top:24px;}

.single-product .entry-footer {display:none;}

.single-product #primary {max-width:1300px;}

.product_meta {display:none;}

.woocommerce-product-gallery  {display:none;}

.woocommerce-cart td.product-thumbnail, .woocommerce-cart th.product-thumbnail {display:none;}

.woocommerce-cart th.product-quantity, .woocommerce-cart th.product-subtotal, .woocommerce-cart td.product-quantity, .woocommerce-cart td.product-subtotal  {display:none;}

.woocommerce-cart .variation p {margin-top:0px}
.woocommerce-cart .cart-subtotal {display:none;}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width:160px;
	line-height: 1.87;
}
#page a.checkout-button  {color:#fff;}

#primary .product-name a {font-weight:bold; text-decoration:underline;}

.woocommerce-page div.product div.summary {width:100%; display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.woocommerce-product-details__short-description {  grid-column: 1;
 grid-row-start: 1;
 grid-row-end: 3;
}

.cart.customize-unpreviewable {
 grid-column: 2;
 grid-row: 2;
}

#primary .single-product p.price {background-color: #e2e2e2;
color: #1F2A44; padding: 16px 24px; border-radius:12px;  grid-column: 2;
 grid-row: 1; margin-bottom:0px;}

#primary .single-product .summary.entry-summary {margin:12px;}

#masthead {z-index:100;}

.page-template-template-home #wrapper, .page-template-template-home #primary {max-width:100%; padding:0px; margin:0px;}
.page-template-template-home .entry-header {display:none;}
.page-template-template-home #masthead {background-image:none; border-bottom:0px; margin-bottom:-138px; z-index:500; position:relative;}
.page-template-template-home .entry-content {margin-top:0px; padding-top:0px;}
.page-template-template-home .entry-content p {max-width:900px; margin-left:auto; margin-right:auto; }

.page-template-template-home .wp-block-columns {padding-left:36px; padding-right:36px;}

.page-template-template-home .content-block p:first-child {display:none;}
.page-template-template-home .content-blocks {padding-left:36px; padding-right:36px; margin-top:24px;}
.page-template-template-home .content-blocks > p {display:none;}

.page-template-template-home h2 {font-size:2.5rem; margin-bottom:24px;}

.wp-block-columns.home-join:not(.is-not-stacked-on-mobile)>.wp-block-column {flex-basis:fit-content;}

.news-band {color:#1F2A44; padding:0px 36px 36px; text-align:left; margin-bottom:0px;}
.news-band h2 {text-align:center;}

.obb-columns-3 article {}
.home .organic-block.obb-posts {}

.page-template-template-public_fullwidth .entry-content {max-width:100%; padding-left:0px; padding-right:0px; margin-top:0px; padding-top:0px; z-index:75;}
.page-template-template-public_fullwidth .entry-header {display:none;}
.hero-video video {width:100%;
	display: block;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	object-fit: fill;
	z-index: -40;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
    }
.hero-video {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding-top: 0px;
	top:-1px;}
	
.overlay {
	background: linear-gradient(180deg, rgba(31, 42, 68, .15), rgba(31, 42, 68, .15));
	bottom: 0;
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 50;
	display: block;
}
.video-contents {
	text-align: center;
	position: relative;
	top:-40px;
	z-index: 400;
	display:block; justify-content:space-between; width:100%; 
	padding-left:36px; padding-right:36px; padding-top:140px; padding-bottom:40px; align-items:center;
}
#primary h1.home-entry-title {color:#fff; font-size: 6rem; line-height:1; max-width:600px; text-align:left; margin-bottom:40px;}
.home-buttons {float:left;}
.home #page a.button, .home #page a.button:visited {color:#1F2A44; background-color:#fff; padding:12px 24px; border-radius:12px; margin:12px 24px 80px 0px; font-size:2rem;}
.home-buttons a.button:hover, .home a.button:focus {text-decoration:underline;}
	 
.home figure.is-type-video {
	margin-left: auto;
margin-right: auto;
display: block;
max-width: 640px; width:100%; }	 

#masthead {background-color:rgba(31, 42, 68, 0);
	  -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

#masthead {padding-top:12px; padding-bottom:6px;}

.product-remove a {height:29px;}

.admin-edit {display:none;}
.role-administrator .admin-edit {display:block; margin-bottom:20px;}

.wp-block-details summary {font-weight:bold;}
.wp-block-details summary:hover, .wp-block-details summary:hover:focus {text-decoration:underline;}
.wp-block-details p {padding-left:20px;}

.wp-block-column.has-background {padding:8px 16px 20px;}

.full-width-margins {padding-left:24px; padding-right:24px;}

#primary  h2 {line-height:1.2}

#primary .dark-blue-block {padding:6px 24px 36px; border-radius:12px;}
#primary .dark-blue-block a {color:#fff;}
#primary .dark-blue-block .wp-block-button__link {background-color: #e2e2e2; color:#1F2A44}

#directory .people-card {width:300px;}
#directory .people-card .profile-pic {height:300px; background-size:cover; border-radius:16px 16px 0px 0px;}
#directory .people-card p{margin-top:0px;}

#directory .people-card h2 {font-size:1.3rem; margin-bottom:0px; margin-left:24px; margin-right:24px;}
#directory .people-card h2 .pronouns {display:block; font-size:1rem; line-height:1.6}

.image-headline {background-color:#fff; text-align:center;}

/* Template Configuration */

.page-template-template-public_fullwidth #primary {
	max-width:100%;
}

.page-template-template-public_fullwidth .entry-content, 
.page-template-default.no-sidebar .entry-content, 
 { 
	margin-left:0px; margin-right:0px;
}

.page-template-template-public_fullwidth #primary, 
.product-template-default.no-sidebar #primary, 
{
	margin-right:auto; margin-left:auto;
} 

#frm_field_143_container > div:last-child {margin-top:0px}

.massp-feedback-box {border:solid 2px #1F2A44; padding:12px 0px 12px; margin-bottom:24px}
.massp-feedback-box ul {margin-bottom:0px;}

.obb-toggle-trigger {background-color:#E2E2E2!important}

.category-legislative-update .page-title {display:none;}

#primary .has-inline-color.has-luminous-vivid-orange-color {color:#EB6200!important;}

li > ul, li > ol {margin-left:0px; margin-top:12px; margin-bottom:12px;}

.page-id-3306 #primary h2, .page-id-3306 #primary h3 {color:#F0552B;}

.arrowlinks .noarrows a:after {border:0px; margin:0px; height:0px; width:0px;}

#primary .mshel-block p, #primary .masc-block p, #primary .ptl-block p, #primary .home-join p, #primary .partners-block p {margin-left:0px; margin-right:0px}

.page-template-template-home .wp-block-columns {justify-content:center;}

#secondary ul.sub-menu {margin-top:0px; margin-bottom:0px;}

.product-name a {font-size:1.4rem; line-height:2rem;; margin-bottom:16px;}
.product-name dl.variation {margin-top:12px; margin-left:0px;}

#masthead {background-image:none; border-bottom:0px; margin-bottom:0px; padding-top:24px; padding-bottom:16px;}

#colophon .wp-block-columns {padding:0px;}

#secondary {padding-left:24px;}

#masthead #primary-menu > li > a {color:#1F2A44}

.home .entry-header {display:none;}

#primary {max-width:1300px; margin-left:auto; margin-right:auto;}

.archive #primary, .search-results #primary {padding-left:24px; padding-right:24px;}

.home .entry-content {padding-top:0px;}

#primary .large-slider .slick-prev {left:25px; z-index:100;}
#primary .slick-prev::before {font-size:40px;}
#primary .large-slider .slick-next {right:42px; z-index:100;}
#primary .slick-next::before {font-size:40px;}

#primary .slick-prev:hover::before, #primary .slick-next:hover::before, #primary .slick-prev:focus::before, #primary .slick-next:focus::before  {color:#1F2A44;}

#primary .slick-prev:hover::before, #primary .slick-next:hover::before, #primary .partner-rotator .slick-prev:before, #primary .partner-rotator .slick-next:before  {color:#1F2A44;}

.partner-rotator {padding-top:12px; padding-bottom:26px; margin-left:20px; margin-right:20px;}
.partner-rotator .slick-track {align-items:center; display:flex;}
#primary .partner-rotator .slick-next {right:-5px;}

.slick-slider {line-height:1px;}

h2 {font-size:2.6rem; margin-top:0px;}

.home-mission h2 {margin-bottom:0px; margin-top:24px;}
.home-mission p {margin-top:12px; max-width:900px; margin-left:auto; margin-right:auto; font-weight:400}
.wp-block-column.has-background {padding-bottom:48px;}

#primary .wp-block-button__link {font-family: myriad-pro, Helvetica, sans-serif; font-weight:700; }

.obb-img-and-title {padding-top:104px; background-position:top; background-size:contain; cbackground-repeat:no-repeat; padding-bottom:0px;}

#primary .obb-content .obb-button {text-align:left;}

.home #primary .obb-title-and-meta {background-color:#fff; border-radius:1px; text-align:left;}
.home #primary  .obb-title-and-meta a {color:#000}
.obb-post-meta a {border:0px; font-family: century-gothic, helvetica, sans-serif;
font-weight: 400; font-style: normal; padding:0px; text-transform:uppercase;}

#page #primary .obb-date-info {font-family: myriad-pro, Helvetica, sans-serif;
font-weight:normal; font-style: normal; font-size:.85rem; text-align:left; width:100%; margin-top:24px; padding-bottom:0px;}

#page #primary .obb-title {font-size:1.2rem;}

#page #primary .obb-button .wp-block-button__link {background-color:transparent; color:#1F2A44; text-align:left; padding:0px; min-width:10px; width:auto; margin-bottom:0px; font-size:1rem; background-image:url(https://new.massp.com/wp-content/uploads/2024/03/2.png); background-size:contain; background-position:right; background-repeat:no-repeat; padding-right:30px;}

/* .obb-excerpt {max-height:38px; overflow:hidden; margin-bottom:16px;} */

.massp-home-news {gap:0px;}
.massp-home-news .obb-columns-1  article, .massp-home-news .obb-columns-2  article  {margin-left:0px!important; margin-right:0px!important;}

.obb-columns-2 {padding-right:12px;}

#page .obb-post-container {padding:0px;}

.footer-socials i {color:#2AB1CF;}

.site-info p {margin-bottom:16px; margin-top:16px}

#cart-icon {width:24px; top:3px; position:relative;}

#footer-logo {max-width:170px;}

.home-ptl {margin-bottom:0px;}
.home .entry-footer {display:none;}

#primary a:focus img {border: dashed 1px #fff;}

#masthead #primary-menu > li {height:55px; padding-top:12px; padding-bottom:12px;}

#menu-item-108 > a,#menu-item-106  > a,#menu-item-109  > a,#menu-item-110 > a, #menu-item-23127 > a, #menu-item-26102 > a {margin-left:12px; font-size:1.4rem;}

@media (max-width:1600px) {
	.main-navigation ul li#menu-item-26102:hover > ul,
	.main-navigation ul li#menu-item-26102.focus > ul {
	    left: auto;
	    right: 12px;
	    width: 140px;
	    text-align: right;

	}
}


#masthead {padding-top:12px; padding-bottom:6px; background-color:rgba(255, 255, 255, 1);
}

figure.wp-block-image {margin-top:0px;}

.classy-inline-embed {border-radius:12px; overflow:hidden}

h2 {font-size:1.8rem}

.page h1.entry-title {display:none;}

.page h1 {margin-top:0px;}
.page h2 {font-weight:normal}
#primary h2 {margin-bottom:24px;}

#colophon {font-size:1rem}
#colophon .widget_block {margin-bottom:0px;}

#footer-social a i {font-size:2.4rem; margin-right:12px}

#footer-social a.phone, #footer-social a.phone i {font-size:1.2rem;}
#footer-social a.phone {position:relative; top:-6px; margin-right:12px;}
#footer-social {padding-left:0px;}

#colophon {line-height:1.6; padding-top:36px;}

#colophon .wp-block-columns {padding-left:0px; }

#colophon strong {color:#fff;}

#colophon p {margin-top:0px}

.button-green a {background-color:#4E5B31; font-weight:bold;}

.button-red a {background-color:#B22D3A; font-weight:bold;}

.button-orange a, #primary .button-orange a {background-color:#DE7C00; font-weight:bold;}

#colophon .frm_button_submit {background-color:#DE7C00; font-weight:bold; border:0px; box-shadow:none; padding-top:12px;}

.frm_button_submit.frm_final_submit:hover, .frm_button_submit.frm_final_submit:focus {text-decoration:underline;}

#frm_form_2_container label {color:#fff;}

#frm_form_2_container {margin-top:24px;}

.wp-block-button__link {border-radius:6px;}

.page #colophon .widget_nav_menu, .page #colophon .widget_nav_menu ul {margin-bottom:0px; line-height:1.4}

#menu-item-24117 a {background-color:#B22D3A; color:#fff!important; border-radius:6px; padding:12px 30px 6px; margin-bottom:0px; position:relative; top:-12px}

#site-navigation {width:680px}

#footer-left {width:600px;}
#footer-right {width:500px; margin-top:46px;}

#footer-left p {max-width:400px;}
#footer-left figure {max-width:25%;}

#footer-right p {margin-bottom:0px}

.page-template-default #primary {max-width:100%;}
.page-template-default #primary .entry-content {padding-left:0px; padding-right:0px;}

.wp-block-column > :last-child {margin-bottom:0px;}

.eginline_body {max-height:500px!important;}

#primary-menu li.current_page_item.menu-item-22737 a, #primary-menu ul li.current_page_item a {border-bottom:0px;}

#primary img {border-radius:6px;}
.entry-content h2 {color:#4E5B31; padding-bottom:4px; margin-bottom:16px;}
.entry-content .wp-block-cover h2 {border-bottom:0px;}
.entry-content p {margin-top:16px;}
.page .entry-footer {display:none;}

.wp-block-columns.has-background:last-child {margin-bottom:0px;}

.wp-block-quote {background-color:#BBDDE6; margin-left:0px; margin-right:0px; border-radius:6px; padding:24px 24px;}
.wp-block-quote p {margin:0px; margin-bottom:16px;}
.wp-block-quote {font-size:1.4rem}

.wp-block-column :first-child {margin-top:0px}

.wp-block-column .services {margin-top:20px;}

#colophon {display:block; padding-left:0px; padding-right:0px;}
#masthead-inner {display:flex; justify-content:space-between; width:100%; align-content:center;}
.footer-inner {width:100%; display:flex; justify-content:space-between;}

.entry-content {padding-top:0px;}
#primary-menu {margin-top:0px;}

.wp-block-columns {padding-left:24px; padding-right:24px; max-width:1300px; margin-left:auto; margin-right:auto;}

.wp-block-cover__inner-container {max-width:1300px; }

.wp-block-cover {margin-bottom:30px; padding-top:30px; padding-bottom:80px;}

#primary .wp-block-cover a {color:#fff;}

.entry-content .wp-block-cover:first-child {margin-bottom:-60px; z-index:10;}

.header-curve {z-index:20; position:relative; margin-bottom:30px;}

.wp-block-cover .wp-block-columns {margin-bottom:0px;}

.wp-block-cover .wp-block-columns .wp-block-column :last-child {margin-bottom:0px;}

.wp-block-columns.has-background {padding-left:24px; padding-right:24px; max-width:100%; padding-bottom:30px;}

.entry-content > .wp-block-columns.has-background:last-child {padding-bottom:80px; margin-bottom:-50px;}

.wp-block-columns.has-background  .wp-block-column {max-width:1252px; margin-left:auto; margin-right:auto;}

.wp-block-group {max-width:1300px; padding-left:24px; padding-right:24px; margin-left:auto; margin-right:auto;}

.wp-block-group .wp-block-columns {padding-left:0px; padding-right:0px;}

.wp-block-group.has-background {padding:24px; border-radius:6px;}

.wp-block-group.has-background ul {padding-left:24px;}

#primary .has-background :last-child {margin-bottom:0px;}

#masthead-inner, .footer-inner {width:100%; max-width:1300px; margin-left:auto; margin-right:auto;}
#masthead-inner {padding-left:22px; padding-right:12px;}
.footer-inner {padding-left:24px; padding-right:6px;}

#copyright {background-color:#000; padding:24px;}
.copyright-inner {display:flex;  text-align:center; justify-content:space-between; align-items:center; font-size:.75rem; color:#fff; width:100%; max-width:1300px; margin-left:auto; margin-right:auto;}
#copyright div {padding-left:16px; padding-right:16px;}
#page #copyright a {color:#fff;}

.with_frm_style input, .frm_button_submit {border-radius:6px!important;}

.card {border-radius:6px; border:solid 1px #d9d9d9; padding:24px;}

h1 {margin-bottom:16px;}
h3 {margin-bottom:12px;}
.entry-content .wp-block-buttons {margin-bottom:30px;}

#fafp-wrapper .agency {font-size:1rem;}
#fafp-wrapper .agency h5 {font-size:1rem;}

#frm_form_4_container .frm_submit, #frm_form_5_container .frm_submit {grid-column: span 2 / span 2!important;}

.sponsors {padding-bottom:30px; flex-wrap:wrap;}

#primary .agency h2 {margin-bottom:4px;}

.volunteer-header  {
// box-shadow: inset black 0px 0px 60px -12px; 
}

#field_64086a_label, #field_64086a2_label {padding-bottom:6px}

#frm_form_4_container a, #frm_form_5_container a {margin-left:12px}

#primary .wp-block-cover img {border-radius:0px;}

#primary .wp-block-cover  figure img {border-radius:6px}

#primary .entry-content p a {color:#DE7C00; font-weight:bold;}

.wp-block-details.is-layout-flow {margin-bottom:16px;}

#primary .photo-card {border-radius:6px; padding:24px 24px 36px;}
#primary .photo-card h2 {border-bottom:0px; margin-top:20px; margin-bottom:0px; font-weight:bold;}
#primary .photo-card figure {width:150px; margin-left:auto; margin-right:auto; display:block;  text-align:center;}
#primary .photo-card img {border-radius:75px;}

/* Colors */

#page .has-brand-green-background-color  {background-color:#4E5B31;}
#page .has-brand-orange-background-color  {background-color:#DE7C00;}
#page .has-white-background-color  {background-color:#FFFFFF;}
#page .has-black-background-color  {background-color:#000000;}
#page .has-warm-yellow-background-color  {background-color:#FFB81C;}
#page .has-pale-yellow-background-color  {background-color:#F3DD6D;}
#page .has-light-blue-background-color  {background-color:#BBDDE6;}
#page .has-medium-blue-background-color  {background-color:#003B5C;}
#page .has-deep-green-background-color  {background-color:#1D3C34;}
#page .has-pale-teal-background-color  {background-color:#B6CFD0;}
#page .has-sand-background-color  {background-color:#EDC8A3;}
#page .has-brown-background-color  {background-color:#4E3629;}
#page .has-cool-grey-background-color  {background-color:#D9D9D9;}
#page .has-paynes-grey-background-color  {background-color:#333F48;}
#page .has-maroon-background-color  {background-color:#B22D3A;}
#page .has-warm-grey-background-color  {background-color:#F1F1F1;}

#page .has-brand-green-color  {color:#4E5B31;}
#page .has-brand-orange-color  {color:#DE7C00;}
#page .has-white-color  {color:#FFFFFF;}
#page .has-black-color  {color:#000000;}
#page .has-warm-yellow-color  {color:#FFB81C;}
#page .has-pale-yellow-color  {color:#F3DD6D;}
#page .has-light-blue-color  {color:#BBDDE6;}
#page .has-medium-blue-color  {color:#003B5C;}
#page .has-deep-green-color  {color:#1D3C34;}
#page .has-pale-teal-color  {color:#B6CFD0;}
#page .has-sand-color  {color:#EDC8A3;}
#page .has-brown-color  {color:#4E3629;}
#page .has-cool-grey-color  {color:#D9D9D9;}
#page .has-paynes-grey-color  {color:#333F48;}
#page .has-maroon-color  {color:#B22D3A;}
#page .has-warm-grey-color  {color:#F1F1F1;}

/* Responsive */

@media (min-width:767px){
	/* The sticky class is added to the header with JS when it reaches its scroll position */
	#masthead.sticky {
	  position: fixed;
	  top: 0;
	  width: 100%;
	  background-image:none;
	  box-shadow: 0px 10px 10px RGBA(31, 42, 68, .33);
	  border-bottom:0px;
	  	}
	
	/*#masthead.sticky .site-branding {max-width:150px;
  	 	  -webkit-transition: max-width 300ms linear;
  	      -ms-transition: max-width 300ms linear;
  	      transition: max-width 300ms linear;
	} 
	
	 #masthead.sticky #primary-menu > li {
		padding-top:6px;
		padding-bottom:6px;
    	-webkit-transition: padding-top 300ms linear;
    	-ms-transition: padding-top 300ms linear;
    	transition: padding-top 300ms linear;
    	-webkit-transition: padding-bottom 300ms linear;
    	-ms-transition: padding-bottom 300ms linear;
    	transition: padding-bottom 300ms linear;
	}
	
	#masthead.sticky #primary-menu > li > a {
		color:#1F2A44;
	} */
	
	.admin-bar #masthead.sticky {
		top:32px;
	}

	/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
	#masthead.sticky + .content {
	  padding-top: 130px;
	}
}

.menu-toggle {display:none;}
.slicknav_menu .menu-item-22750 {display:none;}
.slicknav_menu li.search {padding-left:12px; padding-right:12px;}
.slicknav_menu .menu.nav-menu {margin-left:0px;}

#primary .horizontal-photo-card {border-radius:6px; padding:0px;}
#primary .horizontal-photo-card h2 {border-bottom:0px; margin-top:30px; margin-bottom:0px; font-weight:bold;}
#primary .horizontal-photo-card img {border-radius:6px 0px 0px 6px;}
.wp-block-column h3:first-child {margin-top:24px;}

.wp-block-column.has-background {border-radius:6px;}

#block-12 .wp-block-group {padding-left:0px; padding-right:0px;}

#block-12 .wp-block-group figure {margin-right:24px}

#block-12 .wp-block-group figure:last-child {margin-right:0px;}

.fbcm-logo img {border-radius:6px}

.background-video-test {padding-top:40px;}

.background-video-test h3 {line-height:1.2}

.background-video-test .has-background {padding-left:24px; padding-right:24px;}

#frm_field_8_container {margin-bottom:8px;}

#primary .color-border h2 {border-bottom:0px; font-size:3.6rem; font-weight:bold; margin-bottom:0px; line-height:1; margin-top:8px; color:#000;}
#primary .color-border p {margin-top:6px; color:#000;}
.color-border .wp-block-columns {border:solid 4px #F3DD6D; padding:16px; border-radius:6px}

#primary .photo-card.arbitrary-graphic img {border-radius:0px;}
#primary .photo-card.arbitrary-graphic figure {width:auto;}

.overlapping-group {max-width:300px; text-align:center; height:150px; display:flex; align-items:center; justify-content:center; margin-bottom:-105px!important; overflow-hidden; padding:16px;}

.post-overlap {padding-top:64px;}

.blog #primary, .archive #primary, .search-results #primary {padding-left:24px; padding-right:24px;}

.single #primary {max-width:900px;}

.blog #primary #posts-container, .archive #primary #posts-container, .search-results #primary #posts-container {display:flex; flex-wrap:wrap; justify-content:space-between;}

.blog #primary article, .archive #primary article, #primary .is-style-single-post-query-loop-selector, .search-results #primary article {min-width:300px; max-width:32%; background-color:rgb(249, 249, 237); margin-bottom:24px; border-radius:6px; display:block; position:relative; padding-bottom:0px;
box-shadow: 20px 20px 60px 0 rgba(18,76,27,0);
transition: all .3s ease;}

#primary .is-style-single-post-query-loop-selector {max-width:100%; height:100%; margin-bottom:0px; padding-bottom:24px;}

.blog #primary a.post-thumbnail, .blog #primary a.post-thumbnail img, .archive #primary a.post-thumbnail, .archive #primary a.post-thumbnail img, #primary .is-style-single-post-query-loop-selector a.post-thumbnail img, .search-results #primary a.post-thumbnail img {line-height:1px; border-radius:6px 6px 0px 0px; display:block; }

.blog #primary a.post-thumbnail img, .archive #primary a.post-thumbnail img, .search-results #primary a.post-thumbnail img {overflow:hidden; z-index:10; position:relative;}

#posts-container h2.entry-title a, #posts-container h2.entry-title a:visited, #primary .is-style-single-post-query-loop-selector h2 a, #primary .is-style-single-post-query-loop-selector h2 a:visited {font-weight:normal; color:#4E5B31; margin-bottom:0px; font-size:1.8rem; padding-top:0px; padding-left:24px; padding-right:24px; padding-bottom:0px; z-index:11; position:relative; font-weight:bold; display:block; transition: all .3s ease;}

#primary .is-style-single-post-query-loop-selector h2 a {text-decoration:none;}
#primary .is-style-single-post-query-loop-selector h2 {border-bottom:0px; margin-bottom:0px;}
#primary .is-style-single-post-query-loop-selector h2 a:hover, #primary .is-style-single-post-query-loop-selector h2 a:focus {color:#000; text-decoration:underline;}
#primary .is-style-single-post-query-loop-selector .wp-block-post-featured-image img {border-radius:6px 6px 0px 0px;}

/* #posts-container article:hover, #posts-container article:focus, .is-style-single-post-query-loop-selector:hover, .is-style-single-post-query-loop-selector:focus {box-shadow: -1px -1px 17px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: -1px -1px 17px 2px rgba(0,0,0,0.1);
-moz-box-shadow: -1px -1px 17px 2px rgba(0,0,0,0.1);} */

#posts-container h2.entry-title a:hover, .is-style-single-post-query-loop-selector h2 a:hover {color:#000;}

.blog .permalink, .archive .permalink, .search-results .permalink {display:block; margin-top:24px; font-size:1rem; position:absolute; bottom:0px;}

.blog .entry-meta, .archive .entry-meta, .search-results .entry-meta, #primary .is-style-single-post-query-loop-selector .wp-block-post-terms a {padding-top:0px; margin-top:0px; font-weight:normal; text-transform:none; font-size:1rem; padding-bottom:4px; margin-bottom:0px; margin-top:24px; z-index:11; position:relative; font-size:1.2rem; opacity:.8; letter-spacing:1px}

#primary .is-style-single-post-query-loop-selector .wp-block-post-terms a {text-decoration:none;}
#primary .is-style-single-post-query-loop-selector .wp-block-post-terms a:hover, #primary .is-style-single-post-query-loop-selector .wp-block-post-terms a:focus {text-decoration:underline;}
#primary .is-style-single-post-query-loop-selector .wp-block-post-terms {margin-left:24px; margin-right:24px; display:block; margin-bottom:4px;}



#primary #posts-container .excerpt {display:block; font-size:1rem; line-height:1.4rem;}

.single .entry-footer {background-color:#D9D9D9; padding:1px; border-radius:0px; margin-left:24px; margin-right:24px;}

.single .post-thumbnail {margin-left:24px; margin-right:24px; margin-bottom:24px;}

.single .entry-title {margin-left:24px; margin-right:24px; font-size:2em; display:block; position:relative; line-height:1.2em; margin-bottom:0px; margin-top:0px;}

.single .entry-meta {margin-bottom:24px;}

#primary-menu .sub-menu .current_page_parent a, #primary-menu .sub-menu .current_page_ancestor a {border-bottom:0px;}

#primary .ctl-media img {border-radius:0px 0px 6px 6px;}

#primary .ctl-title a {color:#fff;}

#primary .ctl-title a:hover, #primary .ctl-title a:focus {opacity:1; -webkit-filter: opacity(1); text-decoration:underline!important;}

#primary .georgia, #secondary .georgia {font-family: Georgia,serif;}

#primary .cool-timeline-wrapper {max-width:900px; margin-left:auto; margin-right:auto; display:block; position:relative;}

.wp-block-nk-awb.nk-awb {margin-bottom:36px;}

#primary .color-border.white .wp-block-columns {border:solid 4px #FFF;}

.wp-block-embed.aligncenter {text-align:center;}

#primary .color-border h3 {margin-top:0px;}

.single .post .entry-header {text-align:center;}

.wpc-horizontal-layout .wpc-filters-widget-wrapper {justify-content:center;}
.wpc-edit-filter-set {display:none;}

.wpc-posts-found p {display:none;}
.wpc-posts-found {margin-bottom:36px;}

.single .category-newsletter .post-thumbnail {display:none;}

.single .category-newsletter h2 {border-bottom:0px; padding-bottom:0px; margin-bottom:0px;}

.single .category-newsletter .entry-footer {margin-top:24px;}

#primary .no-bottom-margin {margin-bottom:0px;}

.navigation.posts-navigation {width:100%; clear:both; display:block;}

#primary .giftbox {padding-top:24px; padding-bottom:24px;}
#primary .wp-block-buttons  {flex-wrap:wrap;}
.wp-block-button {min-width:130px;}

.blog-cover {margin-bottom:-60px;}

#blog-header, .archive .wp-block-heading {font-size:2.8125rem; margin-top:0px;}

#primary .centered-toggles .wp-block-columns .wp-block-column.is-vertically-aligned-center {align-self:flex-start;}

.centered-toggles summary {text-align:center;}

#footer-tiktok img {}
#footer-tiktok {display:inline-block; border-radius:8px; overflow:hidden; width:39px; height:37px; position:relative; margin-right:10px; margin-bottom:-3px;}

#post-24202 .frm_grid_container h3 {margin-top:0px; margin-bottom:0px; }

.frm_pagination_cont {text-align:center; font-weight:bold; font-size:1.4rem; margin-top:16px;}
#primary .frm_pagination_cont ul {margin-left:0px; padding-left:0px;}

#page #post-24202 .frm_grid_container h3 a {font-weight: normal;
color: #4E5B31;
margin-bottom: 0px;
line-height:1.2;
z-index: 11;
position: relative;
font-weight: bold;
display: block;
transition: all .3s ease; text-decoration:none;}

#page #post-24202 .frm_grid_container h3 a:hover, #page #post-24202 .frm_grid_container h3 a:focus {text-decoration:underline; color:#000;}

#post-24202 .frm_grid_container  {align-items: center;}

#post-24202 .frm_grid_container.frm_no_grid_750 > div {background-color: rgb(249, 249, 237); border-radius:6px; border:0px; margin-bottom:6px; align-self:stretch; align-content:center; padding-top:12px;}

#post-24202 h3 a {text-decoration:underline;}

#post-24202 .frm_grid_container p:last-child {margin-bottom:0px; margin-top:6px}

#r-ingredients {margin-bottom:24px;}

#frm_field_199_container, #frm_field_223_container {margin-bottom:0px; margin-top:10px;}

#colophon .button-red a {width:100%;}

#frm_form_24_container .frm_fields_container {display:flex; min-width:300px; width:100%; max-width:600px; margin-left:auto; margin-right:auto; justify-content:center;}
#frm_form_24_container {width:100%; margin-left:auto; margin-right:auto;}
#frm_field_224_container {min-width:200px; width:100%}
#frm_field_223_container {min-width:100px;}
#frm_field_223_container button {width:100%;}

#frm_form_21_container .frm_third {grid-column: span 5 / span 5;}

#frm_field_199_container button {width:100%;}

.wands-enclosure {display:flex; flex-wrap:wrap; justify-content:left;}
.staffperson {width:200px; min-width:200px; text-align:center; margin-bottom:16px; background-color:#f1f1f1; border-radius:6px 6px 6px 6px; font-size:.9rem; padding-bottom:16px; margin-right:5px;} 
.staffperson h4 {margin-top:0px; margin-bottom:0px; padding-left:16px; padding-right:16px;}
#primary .staffperson img {width:100%; height:200px; margin-bottom:12px; border-radius:6px 6px 0px 0px}

#quote-slider {background-color:#F1F1F1; text-align:left; font-size:1.8rem; height:auto!important;} #quote-slider {background-image:url(https://www.feedwm.org/wp-content/themes/fawmtwentyfour/graphics/quote.png); background-position:10px 0px; background-repeat:no-repeat; background-size:88px; line-height:1.2; padding-bottom:48px; margin-bottom:36px;} 
#quote-slider .quote {padding-left:140px; padding-right:50px; padding-top:60px; max-width:1200px; margin-left:auto; margin-right:auto;} 
#quote-slider .attribution {text-align:left; font-size:1.4rem; padding-top:20px; padding-left:140px; max-width:1200px; margin-left:auto; margin-right:auto;}
#primary .footer-overlap {position:relative; z-index:10; margin-bottom:-56px;}

#forty-desktop-banner {display:block;}
#forty-mobile-banner {display:none;}

#fortynav {display:flex; width:100%; justify-content:center; flex-wrap:wrap; margin-bottom:24px;} #fortynav a {background-color:#4E5B31; color:#fff!important; width:25%; padding-top:6px; min-width:220px; padding-bottom:6px; font-size:1.5rem; margin-top:3px; text-align:center; color:#fff; border-left:solid #fff 3px; text-decoration:none;} #fortynav a:hover {text-decoration:underline; background-color:#DE7C00;} #fortynav a:first-child {border-left:0px;}

.page-id-24964 .display-posts-listing {list-style-type:none; padding-left:0px;}

.page-id-24964 .display-posts-listing img {float:left; margin-right:16px; margin-bottom:24px;}

.page-id-24964 hr {clear:both;}

.archive.paged .archive-description {display:none;}

#page .archive-description a, #page .archive-description a:visited {color:#DE7C00}

#primary h2, #primary h3, #primary p.arialblack {font-weight:900; font-family:"Arial Black", Arial, sans-serif;}

#primary h2.arialregular, #primary h3.arialregular, #primary p.arialregular {
	font-weight:700; font-family: Arial, sans-serif;
}

@media(max-width:995px){#fortynav a {width:50%;} #fortynav a:nth-child(3) {border-left:0px;}}

@media (max-width:767px){
		#forty-desktop-banner {display:none;}
#forty-mobile-banner {display:block;}
	}

@media(max-width:496px) {#fortynav a {width:100%; border-left:0px;}}

@media (min-width:1296px){.staffperson:nth-child(6n+6) {margin-right:0px;}}

@media (max-width:650px){
	.wands-enclosure {display:flex; flex-wrap:wrap; justify-content:space-around;}
	.staffperson {margin-right:0px;}
	.staffperson {width:300px; min-width:200px; text-align:center; margin-bottom:16px; background-color:#f1f1f1; border-radius:6px 6px 6px 6px; font-size:.9rem; padding-bottom:16px; margin-right:5px;} 
	#primary .staffperson img {width:100%; height:300px; margin-bottom:12px; border-radius:6px 6px 0px 0px}
	#primary h3, #primary h2 {text-align:center;}
}

@media (max-width:600px){
.wp-block-cover__background.wp-block-cover__gradient-background.has-background-gradient { background:RGBA(78, 91, 49, .60)!important;
	}
}

@media (max-width:1023px){
	#site-navigation {display:block; width:auto;}
	#site-navigation li {display:none;}
	#site-navigation #menu-item-24117 {display:block; margin-top:37px; font-weight:bold;}
}

@media (max-width:950px){
	.footer-inner {display:block; padding-right:24px;}
	#footer-left, #footer-right {width:100%; max-width:600px; margin-left:auto; margin-right:auto;}
	#block-2 .wp-block-column {flex-basis:50%!important;}
	#block-2 > div {flex-wrap:nowrap!important;}
	#colophon .frm_button_submit {position:relative; top:-16px;}
	.blog #primary #posts-container, .archive #primary #posts-container, .search-results #primary #posts-container {justify-content:space-around;}
}

@media (max-width:600px){
	.wp-block-image .alignright {float:none; margin-left:auto; margin-right:auto;}
	.wp-block-image .alignleft {float:none; margin-left:auto; margin-right:auto;}
	
}

@media (max-width:550px){
	#primary h1 {line-height:1.2;}
	#masthead-inner {display:block;}
	#site-navigation {width:100%; justify-content:center;}
	#primary-menu {justify-content:center;}
	#site-navigation #menu-item-24117 {margin-top:0px; margin-bottom:12px;}
	.site-branding {margin-left:auto; margin-right:auto;}
	#copyright .copyright-inner {flex-wrap:wrap; padding-left:0px; padding-right:0px;}
	#copyright .copyright-inner > div {width:100%; margin-bottom:16px; padding-left:0px; padding-right:0px;}
	#copyright .copyright-inner > div:last-child {margin-bottom:0px;}
	#colophon #footer-logos {flex-wrap:wrap; justify-content:center;}
	#colophon #footer-logos figure {max-width:40%; width:40%; margin-right:0px; margin-bottom:6px;}
	#colophon .wp-block-button a {padding-left:20px; padding-right:20px;}
	#colophon .wp-block-buttons {justify-content:space-between;}
	#footer-left, #footer-right {text-align:center;}
	.footer-inner {padding-left:20px; padding-right:20px;}
	#footer-left .frm_submit {margin-top:-24px;}
	.horizontal-photo-card .wp-block-column:last-child {padding:0px 16px 24px 16px;}
	#primary .horizontal-photo-card img {border-radius:6px 6px 0px 0px;}
	#primary .horizontal-photo-card h2 {margin-top:0px;}
}

@media (max-width:410px){
	#colophon .wp-block-buttons {justify-content:center;}
}

@media print {
	.wp-block-cover, .header-curve, #footer-curve, #footer-left {display:none;} 
	#masthead.sticky {position:relative; top:0px; box-shadow:none; }
	.site-branding {margin-left: auto; margin-right: auto;}
	#colophon #block-4, #colophon .widget_nav_menu {display:none;}
	#footer-right {margin-top:0px;}
	#colophon {margin-top:24px;}
	.footer-inner {justify-content:center;}
	#primary .agency h2 {font-size:1.4rem; font-weight:bold; color:#000;}
	.agency .service {margin-top:0px; background-color:#fff; border:0px; box-shadow: 3px 3px #000;}
	.slicknav_menu, .recipe-backlink {display:none;}
	.page-id-24202 #colophon, .page-id-24202 #copyright {display:none;}
	.site-branding {max-width:200px;}
	.post-24202 .wp-block-column > p:first-child {display:none;}
	.page-id-24202 .site-branding {margin-left:24px;}
	.page-id-24202 #masthead-inner {padding-left:0px;}
}