/* Support #84567 - Show blog post featured images */

html .single.single-post-post .has-post-thumbnail .entry-image > img { display: block; }

/* Support #85006 - Sign up form spacing */

#post-56 section.bg_light_green,
#post-52 section.bg_light_green:nth-of-type(6),
#post-52 section.bg_light_green:nth-of-type(7) {
    padding: 0 15px;
}

/* Support #86889 - Make flex justification for footer */

.flex-space-between {
    justify-content: space-between;
}

/* Support #88745 - Donate page background size/position */

	@media screen and (min-width: 850px){
	    .template-donate #content .section.donate-section {
	        background-size: 120%;
	        background-position: top;
	        background-color: #004E4B;
	    }
	}

/* Support #91366 - Spacing at the top of News Page */

#post-6320 .text-section+.blog-section {
    margin-top: 0;
}

/* Support #95710 - Remove blog overlap on Press Releases page */

    .text-section+.blog-section { margin-top: 0px; }

/* Support #96919 - Sticky post entry category */

	.sticky-post .entry-category { display: none; }

/* Support #99423 - Center RSVP button on Summit page */

	#post-11770 p.contains-button { text-align: center; }

/* Support #99988 - Field alignment on RSVP form */

	.section .wForm .oneField#tfa_192-D, .section .wForm .oneField#tfa_193-D, .section .wForm .oneField#tfa_194-D { flex: 0 0 100%; }

/* Support #100065 - Footer section on mobile */

	@media screen and (max-width: 600px){
	    .footer .stay-in-loop .container {
	        min-width: 100%;
	        margin-bottom: 2em;
	    }

	    .footer .pfg-form.formid-sign-up { width: 100%; }
	    .footer .stay-in-loop .signup-form input[type="text"] { width: 80%; }
	    .footer .stay-in-loop { display: block; }

	    .footer ul.footer-social-links {
	        display: flex;
	        flex-wrap: wrap;
	        margin-left: 13px;
	    }

	    .footer ul.footer-social-links li {
	        width: 25%;
	        text-align: center;
	    }
	}

/* Support #100066 - Hide entry category on single posts */

	.single-post .entry-category { display: none; }
	.single-post .entry-category { display: none; }

/* Support #100123 - Mobile header */

	@media ( max-width: 990px ) {
		.tagline > a { display: none; }
		.tagline > .tagline-button { display: block; }
	}

/* Support #102958 - Mobile responsiveness for "Figure" images */

	@media screen and (max-width: 750px){
		figure {
    		max-width: 100%;
    		margin: 2em 0;
		}
	}

/* Support #103669 - Friends of Foodcorp Survey Mobile fix */	
@media only screen and (max-width:767px){
	.page-id-12336 .section .wForm form{
		display:block;
	}
}

/* Support #105186 - Remove facets and Change BG color of a headline inside latest news page */
.page-id-10403 #post-10403 section.bg_light_tan{
	background-color:#F6F4E8;
}	
.page-id-10403 .content-collection-wrapper.style-grid .content-collection-item{
	padding-bottom:0;
}
.page-id-10403 #post-10403 .facetwp-facet-stories_categories{
	display:none;
}