/*!
Theme Name: Recyclemore
Theme URI: http://underscores.me/
Author: Nerd Crossing
Author URI: https://nerdcrossing.com
Description: A custom theme for Recyclemore
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: recyclemore
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.

Recyclemore 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
--------------------------------------------------------------*/

@font-face {
    font-family: "Open Sans";
    src: url("/wp-content/themes/recyclemore/assets/OpenSans-VariableFont_wdth,wght.ttf");
}
@font-face {
    font-family: "Open Sans Italic";
    src: url("/wp-content/themes/recyclemore/assets/OpenSans-Italic-VariableFont_wdth,wght.ttf");
}


:root {
  --silver: #E8E8E8;
  --text: #231F20;
  --lightgreen: #6ABE50;
  --darkgreen: #315F23;
  --headergrey: #D8D8D8;

  --width: 1648px; /* with 2x20px padding leaves 136px border on 1920px page */
  --narrowwidth: 1410px;
  --padding: 20px;
  --mobilepadding: 10px;
}



/* 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
--------------------------------------------- */
html {
	font-size: 18px;
}
body,
button,
input,
select,
optgroup,
textarea {
	color: var( --text );
	font-family: "Open Sans", -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;
}

h1 { 
	font-size: 56px;
}
h2 { 
	font-size: 32px; 
}
h3 { 
	font-size: 28px; 
	font-weight: 600; 
}
h4 { 
	font-size: 24px; 
	font-weight: 600; 
}

@media screen and ( max-width: 600px ) {
	html {
		font-size: 16px;
	}
	h1 {
		font-size: 36px;
		line-height: 1.2;
	}
	h2 { 
		font-size: 30px; 
	}
	h3 { 
		font-size: 24px; 
	}
	h4 { 
		font-size: 20px; 
	}
}

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

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: 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: 1050px ) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		/* column-gap: 2rem; */
	}
}

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

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






/*****************************
 * NERD CROSSING ADDITIONS
 ****************************/

body {
	background-color: var( --silver );
}

.nc-width-control, 
body:not(.home, .page-id-5) main#primary,
.single-post .nc-single-post-sidebar-page {
	max-width: var( --width );
	margin: 0 auto;
	padding-left: var( --mobilepadding );
	padding-right: var( --mobilepadding );
}
.nc-narrow-width {
	max-width: var( --narrowwidth );
	margin: 0 auto;
	padding-left: var( --mobilepadding );
	padding-right: var( --mobilepadding );
}
@media screen and ( min-width: 800px ) {
	.nc-width-control, 
	body:not(.home, .page-id-5) main#primary, 
	.nc-narrow-width,
	.single-post .nc-single-post-sidebar-page {
		padding-left: var( --padding );
		padding-right: var( --padding );
	}
}
a {
	color: var( --darkgreen );
	text-decoration: none;
}
a:hover {
	color: var( --darkgreen );
	text-decoration: underline;
}
a:focus,
a:visited,
a:active {
	color: var( --darkgreen );
}
@media screen and ( max-width: 599px ) {
	article ul {
		margin-left: 0;
	}
}

/* buttons */
button:not( 
	#information-bar-close, 
	.ib-tab, 
	.slick-arrow, 
	.crt-panel-arrow,
	.menu-toggle, 
	#nc-search-icon-container ) {
	min-height: 50px;
	min-width: 248px;
}
.wp-block-button a.wp-block-button__link,
button:not( 
	#information-bar-close, 
	.ib-tab, 
	.slick-arrow, 
	.crt-panel-arrow,
	.menu-toggle, 
	#nc-search-icon-container ),
a.nc-fake-button {
	color: var( --text );
	font-weight: 700;
	font-size: 18px;
	background-color: var( --lightgreen );
	border-radius: 5px;
	padding: 8px 40px;
	margin-bottom: 20px;
	margin-top: 20px;
	border: 1px solid var( --lightgreen );
}
.wp-block-button a.wp-block-button__link:focus,
button:not( 
	#information-bar-close, 
	.ib-tab, 
	.slick-arrow, 
	.crt-panel-arrow,
	.menu-toggle, 
	#nc-search-icon-container ):focus {
	border: 2px dotted white;
}
.wp-block-button a.wp-block-button__link:hover,
button:not( 
	#information-bar-close, 
	.ib-tab, 
	.slick-arrow, 
	.crt-panel-arrow,
	.menu-toggle, 
	#nc-search-icon-container ):hover {
	text-decoration: underline;
}
.wp-block-button.secondary-button a.wp-block-button__link, 
button:not( 
	#information-bar-close, 
	.ib-tab, 
	.slick-arrow, 
	.crt-panel-arrow,
	.menu-toggle, 
	#nc-search-icon-container ),
a.nc-fake-button {
	color: white;
	font-weight: 600;
	background-color: var( --darkgreen );
	border: 1px solid var( --darkgreen );
}
.wp-block-button.secondary-button a.wp-block-button__link:focus, 
button:not( 
	#information-bar-close, 
	.ib-tab, 
	.slick-arrow, 
	.crt-panel-arrow,
	.menu-toggle, 
	#nc-search-icon-container ):focus,
a.nc-fake-button:focus {
	border: 2px dotted white;
}
.wp-block-button.secondary-button a.wp-block-button__link:hover, 
button:not( 
	#information-bar-close, 
	.ib-tab, 
	.slick-arrow, 
	.crt-panel-arrow,
	.menu-toggle, 
	#nc-search-icon-container ):hover,
a.nc-fake-button:hover {
	text-decoration: underline;
}
.wp-block-button.secondary-button a.wp-block-button__link:focus, 
button:not( 
	#information-bar-close, 
	.ib-tab, 
	.slick-arrow, 
	.crt-panel-arrow,
	.menu-toggle, 
	#nc-search-icon-container ):focus {
	border: 3px dotted white;
}
.wp-block-button.secondary-button a.wp-block-button__link, 
button:not( 
	#information-bar-close, 
	.ib-tab, 
	.slick-arrow, 
	.crt-panel-arrow,
	.menu-toggle, 
	#nc-search-icon-container ) a {
	color: white;
}
.wp-block-button.secondary-button a.wp-block-button__link:hover, 
button:not( 
	#information-bar-close, 
	.ib-tab, 
	.slick-arrow, 
	.crt-panel-arrow,
	.menu-toggle, 
	#nc-search-icon-container ):hover {
	text-decoration: underline;
}
.wp-block-button.tertiary-button a.wp-block-button__link {
	color: var( --darkgreen );
	font-weight: 700;
	background-color: white;
	border: 1px solid var( --darkgreen );
}
.wp-block-button.tertiary-button a.wp-block-button__link:focus {
	border: 2px dotted var( --darkgreen );
}
body .elementor-element.elementor-button-info .elementor-button {
	color: white;
	font-weight: 600;
	background-color: var( --darkgreen );
	border: 1px solid var( --darkgreen );
}
body .elementor-element.elementor-button-success .elementor-button {
	color: var( --darkgreen );
	background-color: white;
	border: 1px solid var( --darkgreen );
}
/* Download buttons */
.wp-block-file a.wp-block-file__button {
	background-color: var( --darkgreen );
	color: white;
}
.wp-block-file a.wp-block-file__button:hover, 
.wp-block-file a.wp-block-file__button:visited {
	
	color: white;
}

/* Blockquotes */
blockquote {
	border-left: 5px solid var( --lightgreen );
	margin-left: 0;
	padding: 1px 0 1px 1.5rem;
	font-size: 1.2rem;
	font-weight: 300;
}
blockquote p {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.standout {
	border-left: 5px solid var( --lightgreen );
	margin-left: 0;
	padding: 1px 0 1px 1.5rem;
}
.standout p {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

/* Tables */
.wp-block-table th {
	background-color: var( --lightgreen );
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 1.2rem;
}
.wp-block-table ul,
.wp-block-table ol {
	margin-bottom: 0;
}

.list-as-flex {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	margin-left: 0;
}
/* WP file block */
.wp-block-file:not(.wp-element-button) a {
	font-size: 1rem;
}

/***
 * Information Bar
 *************/
#information-bar {
	background-color: var( --darkgreen );
	padding-bottom: 1.5rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

#information-bar.ib-grey {
	background-color: var( --darkgrey );
}

#information-bar-close {
	padding: 0;
	font-size: 1.5rem;
	color: white;
	background-color: unset;
	border: none;
	cursor: pointer;
}
#information-bar-close:focus {
	border: 1px dotted white;
}
#information-bar, 
#information-bar p {
	color: white;
	text-align: center;
	font-size: 0.95rem;
}
#information-bar .nc-width-control, 
#information-bar .nc-width-control p {
	line-height: 1.5;
}
#information-bar a {
	color: white;
}
#information-bar p.right {
	text-align: right;
	padding-right: 3%;
	margin-bottom: 0.1rem;
}
#information-bar-opener {
	display: none;
	float: right;
	cursor: pointer;
	text-align: right;
	margin-right: 1rem;
}
#information-bar-opener .ib-tab {
	background-color: var( --darkgreen );
	color: white;
	padding: 0.4rem 1rem 0.6rem;
	border-radius: 0 0 20px 20px;
	border: none;
	z-index: 1000;
	position: relative;
}
#information-bar-opener .ib-tab .show-message-arrow {
	position: relative;
	top: -4px;
}

@media screen and ( min-width:500px ) {
	#information-bar p.right {
		float: right;
	}
	#information-bar .nc-width-control {
		padding: 1.2rem 70px 0;
	}
}


/******
 * Header
 **********/

.header-topbar {
	background-color: white;
	padding-top: 34px;
	padding-bottom: 25px;
	box-shadow: 0px 2px 8px #00000054;
	position: relative;
	z-index: 950;
}
.header-topbar .nc-width-control {
	display: flex;
	justify-content: space-between;
}
.header-topbar .site-branding {
	max-width: 250px;
}
.nc-topbar-contact {
	display: none;
}
.nc-topbar-contact img {
	position: relative;
	margin-right: 10px;
	max-width: 134px;
}
.nc-topbar-contact .nc-topbar-telephone  {
	margin-top: 13px;
}
.nc-topbar-contact .nc-topbar-telephone img {
	max-height: 30px;
	top: 10px;
}
.nc-topbar-contact .nc-topbar-email img {
	max-height: 24px;
	top: 6px;
}
.nc-topbar-social {
	display: none;
}
.header-topbar .nc-topbar-social img {
	height: 40px;
	margin: 15px;
}
.nc-topbar-language label {
	border: 1px solid black;
	border-radius: 5px;
	margin-top: 6px;
	display: flex;
	padding: 9px 12px;
}
.nc-topbar-language img {
	max-height: 40px;
	margin-right: 16px;
}
.nc-topbar-language label p {
	position: absolute;
	left: -4000px;
}
#google_language_translator {
	margin-top: 2px;
	max-height: 38px;
}
.nc-topbar-language #google_language_translator select.goog-te-combo {
	border: none !important;
	font-size: 18px;
	width: 170px;
}
.nc-topbar-language #google_language_translator select.goog-te-combo:focus {
	border: 1px dotted !important;
}
@media screen and ( max-width: 599px ) {
	.header-topbar {
		padding-top: 20px;
		padding-bottom: 18px;
	}
	.header-topbar .site-branding {
		margin-right: 10%;
	}
	.nc-topbar-language img {
		display: none;
	}
	.nc-topbar-language label {
		padding: 0 6px;
	}
	.nc-topbar-language #google_language_translator select.goog-te-combo {
		font-size: 14px;
		width: 140px;
		margin-top: 6px;
	}
}
@media screen and ( min-width: 800px ) {
	.nc-topbar-contact {
		display: unset;
	}
}
@media screen and ( min-width: 950px ) {
	.nc-topbar-social {
		display: unset;
	}
}
@media screen and ( min-width: 800px ) and ( max-width: 1149px ) {
	.nc-topbar-contact {
		position: relative;
		top: -6px;
	}
	.nc-topbar-contact p {
		margin: 0;
		font-size: 16px;
	}
	.nc-topbar-contact .nc-topbar-telephone  {
		margin-top: 0;
		margin-bottom: 4px;
	}
}
@media screen and ( min-width: 1150px ) {
	.header-topbar .nc-topbar-contact {
		display: flex;
		gap: 40px;
	}
}


#site-navigation {
	text-align: center;
	position: relative;
	z-index: 950;
}

/* Primary Menu */
.menu-bar-container {
	display: flex;
	justify-content: center;
}
/*
.menu-main-menu-container {
	display: inline-block;
	margin: 0 auto;
}
*/
#primary-menu {
	padding: 0 16px;
	background-color: var( --darkgreen );
}
#primary-menu a {
	color: white;
	padding: 12px;
	font-size: 16px;
	text-transform: uppercase;
}
#primary-menu li.current-menu-item {
	background-color: var( --lightgreen );
}
#primary-menu li.current-menu-item a {
	color: black;
}
@media screen and ( min-width: 1050px ) and ( max-width: 1349px ) {
	#primary-menu a {
		padding: 26px 12px;
	}
}
@media screen and ( min-width: 1350px ) {
	#primary-menu a {
		padding: 26px;
		font-size: unset;
	}
}

/* Search icon */
#nc-search-icon-container {
	background-color: var( --lightgreen );
	border-color: var( --lightgreen );
	height: 42px;
	width: 57px;
	cursor: pointer;
	text-align: center;
	border-radius: 0;
}
#nc-search-icon-container:focus {
	box-shadow: 0px 0px 2px 2px var(--darkgreen) inset;
}
#nc-search-icon-container img {
	width: 22px;
	margin-top: 0;
}
@media screen and ( min-width: 600px ) {
	#nc-search-icon-container {
		height: 76px;
		width: 108px;
	}
	#nc-search-icon-container img {
		width: 32px;
		margin-top: 5px;
	}
}
@media screen and ( min-width: 1350px ) {
	#nc-search-icon-container {
		height: 79px;
	}
}


/* Move main content under menu */
#primary {
	margin-top: -79px;
}

/* Mobile Menu */
.menu-toggle {
	background-color: var( --darkgreen );
	border: none;
}
.menu-toggle span:not( .screen-reader-text ) {
	width: 24px;
	height: 2px;
	background-color: white;
	margin: 5px 0;
	display: block;
}
@media screen and ( max-width: 599px ) {
	button.menu-toggle {
		padding-top: 0.4em;
	}
	.menu-main-menu-container {
		top: 42px;
	}
}
@media screen and ( min-width: 600px ) {
	.menu-toggle span {
		width: 30px;
		height: 4px;
		margin: 7px 0;
	}
}
@media screen and ( min-width: 600px ) and ( max-width: 1049px ) {
	.menu-main-menu-container {
		top: 70px;
	}
}
@media screen and ( max-width: 1049px ) {
	nav#site-navigation {
		display: flex;
		justify-content: space-between;
		max-width: 80%;
		margin: 0 10%;
		background-color: var( --darkgreen );
	}
	.menu-main-menu-container {
		position: absolute;
		left: 0;
	}
}


/*************
 * Search Overlay
 **************/
#nc-search-overlay {
	display: none;
}
#nc-search-overlay.display-search {
	display: unset;
	position: absolute;
	background-color: #6ABE50DD;
	height: 100%;
	width: 100%;
	z-index: 900;
	top: 0;
}
.nc-search-form-container {
	position: absolute;
	top: 50vH;
	left: 50%;
	transform: translateX( -50% );
}
.nc-search-form-container .search-field {
	padding: 24px;
	border-radius: 5px;
}
.nc-search-form-container .search-submit {
	padding: 28px;
	background-color: var( --lightgreen );
	border-color: var( --lightgreen );
	border-radius: 5px;
}
@media screen and ( max-width: 599px ) {
	.nc-search-form-container {
		width: 90%;
	}
	.nc-search-form-container .search-field {
		width: 100%;
		border-color: black;
		margin-bottom: 4px;
	}
	.nc-search-form-container .search-submit {
		border-color: black;
	}
}
@media screen and ( min-width: 600px ) {
	.nc-search-form-container .search-field {
		min-width: 450px;
	}
}




/*************
 * Footer
 * *********/
.nc-footer-topbar {
	background-color: white;
	border-bottom: 10px solid var( --lightgreen );
	padding: 4px;
}
.nc-footer-topbar p {
	font-size: 36px;
	text-align: center;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 8px;
	line-height: 1.5;
}
@media screen and ( min-width: 600px ) {
	.nc-footer-topbar p {
		font-size: 48px;
		line-height: unset;
	}
}

/* main section */
.nc-footer-main-content .nc-width-control {
	margin-top: 50px;
	margin-bottom: 50px;
}
@media screen and ( min-width: 600px ) {
	.nc-footer-main-content .nc-width-control {
		margin-top: 64px;
		margin-bottom: 64px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}
.nc-footer-logo img {
	max-height: 272px;
	max-width: 50%;
}
@media screen and ( max-width: 599px ) {
	.nc-footer-logo {
		text-align: center;
	}
}
@media screen and ( min-width: 600px ) {
	.nc-footer-logo img {
		max-width: unset;
	}
}
@media screen and ( min-width: 600px ) and ( max-width: 799px ) {
	.nc-footer-logo img {
		max-height: 250px;
	}
}
@media screen and ( min-width: 600px ) and ( max-width: 1299px ) {
	.nc-footer-main-content .nc-width-control {
		justify-content: space-around;
		flex-wrap: wrap;
		row-gap: 50px;
	}
}
@media screen and ( min-width: 1300px ) and ( max-width: 1369px ) {
	.nc-footer-logo img {
		max-height: 180px;
	}
}
@media screen and ( min-width: 1370px ) and ( max-width: 1499px ) {
	.nc-footer-logo img {
		max-height: 220px;
	}
}



.nc-footer-contact > div {
	display: flex;
}
.nc-footer-contact img {
	max-width: 35px;
	margin: 17px 25px 0 0;
	position: relative;
	top: 5px;
}
.nc-footer-telephone img {
	max-width: 30px;
	margin: 15px 28px 0 2px;
}
.nc-footer-address img {
	max-width: 28px;
	margin: 19px 25px 0 4px;
}
.nc-footer-contact p {
	font-weight: 600;
}
@media screen and ( max-width: 599px ) {
	.nc-footer-contact {
		margin-top: 24px;
		margin-bottom: 40px;
	}
	.nc-footer-contact p {
		margin-bottom: 6px;
	}
}
@media screen and ( min-width: 950px ) {
	.nc-footer-contact > div.nc-footer-social {
		display: none;
	}
}
/* Form */
.nc-footer-form h2 {
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 24px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.4;
}
.footer-form-box {
	max-width: 700px;
}
.nc-form-halves input {
	max-width: 333px;
}
.nc-footer-form input[type="text"], 
.nc-footer-form input[type="email"], 
.nc-footer-form input[type="tel"], 
.nc-footer-form select, 
.nc-footer-form textarea {
	color: black;
	font-weight: 600;
	border: none;
	border-bottom: 1px solid var( --lightgreen );
	border-radius: unset;
	background-color: var( --silver );
}
.nc-footer-form input[type="submit"] {
	background-color: var( --darkgreen );
	color: white;
	border-radius: 5px;
	padding: 15px 23px;
}
.nc-footer-form input::placeholder, 
.nc-footer-form textarea::placeholder {
	color: black;
	opacity: .7;
/*	font-weight: 600; */
}
.nc-footer-form p {
	margin-top: 10px;
	margin-bottom: 0;
}
.nc-footer-form select {
	width: 100%;
	padding-bottom: 6px;
	margin-top: 4px;
}
.nc-footer-form textarea {
	margin-top: 8px;
}
@media screen and ( min-width: 750px ) {
	.nc-form-halves {
		display: flex;
		justify-content: space-between;
		column-gap: 24px;
	}
}
@media screen and ( min-width: 600px ) and ( max-width: 1299px ) {
	.nc-footer-form {
		border-top: 1px solid var( --lightgreen );
		padding-top: 24px;
	}
}
@media screen and ( min-width: 1300px ) {
	.nc-footer-form {
		border-left: 1px solid var( --lightgreen );
	}
}
@media screen and ( min-width: 1300px ) and ( max-width: 1369px ) {
	.nc-footer-form {
		padding-left: 34px;
	}
}
@media screen and ( min-width: 1370px ) and ( max-width: 1499px ) {
	.nc-footer-form {
		padding-left: 64px;
	}
}
@media screen and ( min-width: 1500px ) {
	.nc-footer-form {
		padding-left: 124px;
	}
}
/*GF replacement */
.nc-footer-form #gform_submit_button_8.gform_button.button {
	background-color: var( --darkgreen );
	border-radius: 5px;
  	padding: 15px 23px;
  	font-size: 1rem;
  	margin-top: -20px;
}
.nc-footer-form .gform-theme--framework .gform-field-label.gfield_label {
	font-size: 1rem;
	margin-bottom: 0;
}
.nc-footer-form .gform-theme--framework .gform-field-label--type-sub {
	color: var( --darkgreen );
}
.nc-footer-form .gform-theme--foundation .gform_fields {
	row-gap: 6px;
}
.nc-footer-form .gform-theme--foundation .gfield textarea.medium {
	min-block-size: unset;
	height: 80px;
}
.nc-footer-form .charleft.ginput_counter.gfield_description, 
.nc-footer-form #validation_message_8_3 {
	text-align: right;
}


/* bottom bar */
.site-info {
	background-color: var( --darkgreen );
	color: white;
}
.site-info p {
	margin-bottom: 19px;
}
.site-info a {
	color: white;
}
.site-info .nc-width-control {
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
}
@media screen and ( max-width: 599px ) {
	.site-info .nc-width-control {
		flex-direction: column;
	}
	.footer-credit {
		order: 3;
		margin-top: 0;
		margin-bottom: 0;
	}
}



/***********
 * Search Result pages and 404
 *********/
.search main#primary, 
.error404 main#primary {
	padding-bottom: 100px;
}


/************************
 * Sidebar pages and posts
 ***********************/
.nc-sidebar-page {
	padding-top: 56px;
	padding-bottom: 118px;
	max-width: var( --width );
	margin: 0 auto;
	padding-left: var( --mobilepadding );
	padding-right: var( --mobilepadding );
}
body .nc-sidebar-page main#primary {
	margin: 0;
	padding: 0;
}
.nc-sidebar-page article {
	background-color: white;
	padding: 0 12px 24px;
}
.nc-sidebar-page article h1 {
	font-size: 36px;
	font-weight: 600;
	background-color: var( --headergrey );
	padding: 13px 12px;
	margin: 0 -12px;
}
.nc-sidebar-page article footer.entry-footer {
	margin-top: 50px;
}
.nc-sidebar-page article footer.entry-footer .cat-links {
	margin-right: 20px;
}
.nc-sidebar-page .nav-links {
	margin-top: 20px;
}
@media screen and ( min-width: 600px ) {
	.nc-sidebar-page {
		display: flex;
		flex-direction: row-reverse;
		gap: 16px;
	}
	.nc-sidebar-page #primary {
		width: calc( 66% - 8px );
	}
}
@media screen and ( min-width: 800px ) {
	.nc-sidebar-page {
		gap: 32px;
		padding-left: var( --padding );
		padding-right: var( --padding );
	}
	.nc-sidebar-page #primary {
		width: calc( 66% - 16px );
	}
	.nc-sidebar-page article {
		padding: 0 32px 12px;
	}
	.nc-sidebar-page article h1 {
		padding: 13px 32px;
		margin: 0 -32px;
	}
}
@media screen and ( max-width: 1199px ) {
	.single-post .tag-links {
		display: block;
	}
}

/* Side Menu */
.nc-sidebar h2 {
	background-color: var( --darkgreen );
	color: white;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 22px 10px 22px 30px;
	margin: 0;
}
.nc-sidebar section {
	margin-bottom: 0;
}

.nc-sidebar ul {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
}
.nc-sidebar li {
	list-style: none;
	padding: 26px 32px;
	border-bottom: 1px solid var( --darkgreen );
}
.nc-sidebar li.current-menu-item {
	background-color: var( --lightgreen );
}
.nc-sidebar li a {
	color: black;
	font-weight: 700;
}
.nc-sidebar-page #secondary .widget {
	margin-bottom: 0;
}
@media screen and ( min-width: 600px ) {
	.nc-sidebar-page aside#secondary {
		width: calc( 34% - 8px );
	}
}
@media screen and ( min-width: 600px ) and ( max-width: 1149px ) {
	.nc-sidebar li {
		padding: 12px 18px;
	}
}
@media screen and ( min-width: 800px ) {
	.nc-sidebar-page aside#secondary {
		width: calc( 34% - 16px );
	}
}



/**************
 * Home Page
 ***********/
.home header.entry-header {
  position: absolute;
  left: -4000px;
}
.home .entry-content {
	margin-top: 0;
}


/* Hero Slider */
.nc-hero-slider {
	margin: 0 auto;
	margin-top: 61px;
}
.nc-hero-slider .slick-arrow::before {
	color: var( --darkgreen );
	font-size: 50px;
}
.nc-hero-slider .slick-prev {
	left: 8%;
}
.nc-hero-slider .slick-next {
	right: 20%;
}
@media screen and ( max-width: 599px ) {
	.nc-hero-slider .slick-prev {
		top: 110%;
	}
	.nc-hero-slider .slick-next {
		top: 110%;
	}
}
@media screen and ( min-width: 600px ) {
	.nc-hero-slider {
		max-width: 80%;
	}
	.nc-hero-slider .slick-prev {
		left: -10%;
	}
	.nc-hero-slider .slick-next {
		right: -5%;
	}
}
@media screen and ( min-width: 1000px ) {
	.nc-hero-slider .slick-arrow::before {
		font-size: 70px;
	}
	.nc-hero-slider .slick-prev {
		left: -85px;
	}
	.nc-hero-slider .slick-next {
		right: -35px;
	}
}
@media screen and ( min-width: 1250px ) {
	.nc-hero-slider {
		max-width: 1034px;
	}
}

/* Intro */
.home-intro-group {
	padding-top: 80px;
	padding-bottom: 40px;
}
.home-intro-group p {
	margin-bottom: 10px;
}
@media screen and ( min-width: 600px ) {
	.home-intro-group {
		padding-top: 64px;
	}
}

/* re:source block */
.nc-home-resouce-block .wp-block-group__inner-container {
	height: 470px;
	background-image: url( /wp-content/themes/recyclemore/assets/plastic-waste-food-packaging-trash-collection.webp );
	background-position: center; 
	padding-top: 50px;
}
.nc-home-resouce-block h2 {
	margin-bottom: 20px;
}
@media screen and ( max-width: 599px ) {
	.nc-home-resouce-block h2 {
		font-size: 45px;
	}
}

/* Announcements */
.nc-home-announcements {
	padding-top: 36px;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.nc-home-announcements h2 {
	font-size: 36px;
	font-weight: 600;
	padding-bottom: 20px;
}
.nc-announcement {
	background-position: center;
	background-size: cover;
	margin-bottom: 16px;
}
.nc-announcement-inner {
	background-color: rgba( 255, 255, 255, 0.8 );
	height: 100%;
	width: 100%;
	padding: 16px 32px;
	border-radius: 5px;
	box-shadow: 0px 0px 8px #00000029;
}
.nc-announcement h3 {
	font-size: 24px;
	text-align: center;
	font-weight: 700;
}
.nc-announcement p {
	text-align: center;
}
.nc-announcement .wp-block-button__link {
	background-color: var( --darkgreen );
	color: white;
}
@media screen and ( min-width: 800px ) {
	.nc-announcement {
		margin-bottom: unset;
	}
	.nc-announcements-container {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		column-gap: 136px;
		row-gap: 68px;
	}
	.nc-announcements-container .nc-announcement {
		width: calc( 50% - 68px );
	}
}

/* Greener */
.home-greener-inner h2 {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: var( --darkgreen );
	color: white;
}
/* data table */
#key-display-box tbody tr:hover {
	background-color: #eeeeee;
}
.key-title .wp-block-group__inner-container {
	display: flex;
	align-items: center;
}
.data-clipart {
	margin: 0 0 0 16px;
	background-color: white;
	padding: 10px;
	border: 1px solid var( --lightgreen );
	border-radius: 90px;
}
.data-clipart img {
	max-height: 50px;
	max-width: 50px;
}
@media screen and ( max-width: 799px ) {
	.key-title {
		background-color: var( --lightgreen );
		padding: 10px;
	}
	.key-title h4 {
		margin: 10px;
	}
}
@media screen and ( min-width: 800px ) {
	#key-display-box {
		position: relative;
		min-height: 400px;
	}
	.key-title {
		position: absolute;
		left: 0;
		height: 133px;
		width: 30%;
		border-bottom: 2px solid var( --darkgreen );
		margin: 0;
		cursor: pointer;
		display: flex;
		align-items: center;
	}
	.key-title h4 {
		margin: 20px;
	}
	.key-title.current-key {
		background-color: var( --lightgreen );
	}
	#key-title-one {
		top: 0;
	}
	#key-title-two {
		top: 133px;
	}
	#key-title-three {
		top: 266px;
	}
	.key-data {
		position: absolute;
		top: 0;
		background-color: white;
		padding: 20px;
		width: 70%;
		min-height: 400px;
		left: -9999px;
	}
	.key-data.display-this-data {
		left: 30%;
	}
}
@media screen and ( min-width: 800px ) and ( max-width: 960px ) {
	.data-clipart {
		margin: 0 0 0 10px;
		padding: 8px;
	}
	.data-clipart img {
		border-radius: 30px;
	}
	.key-title h4 {
		margin: 10px;
		line-height: 1.2;
	}
}

/* Special Programs */
.nc-home-special-programs {
	margin-top: 64px;
	margin-bottom: 110px;
}
.nc-home-special-programs h2 {
	font-size: 36px;
	font-weight: 600;
	padding-bottom: 20px;
}
.nc-home-special-programs .wp-block-cover {
	align-items: end;
	padding: 0;
	min-height: 243px;
}
.nc-home-special-programs .wp-block-cover p {
	background-color: var( --lightgreen );
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 10px;
}
.nc-home-special-programs .wp-block-cover p a {
	color: var( --text );
	font-size: 24px;
	font-weight: 700;
}
.nc-home-special-programs .slick-arrow::before {
	color: var( --darkgreen );
	font-size: 70px;
}
.nc-home-special-programs .slick-prev {
	left: -85px;
}
.nc-home-special-programs .slick-next {
	right: -35px;
}

@media screen and ( max-width: 599px ) {
	.nc-home-special-programs .slick-prev {
		top: 110%;
		left: 0;
	}
	.nc-home-special-programs .slick-next {
		top: 110%;
		right: 50px;
	}
}
@media screen and ( min-width: 600px ) and ( max-width: 999px ) {
	.nc-home-special-programs .slick-arrow::before {
		font-size: 50px;
	}
	.nc-home-special-programs .slick-prev {
		left: -10%;
	}
	.nc-home-special-programs .slick-next {
		right: -5%;
	}
}
@media screen and ( min-width: 600px ) and ( max-width: 1549px ) {
	.nc-home-special-programs {
		max-width: 80%;
	}
}

/* News */
.nc-home-news-inspiration h2 {
	font-size: 36px;
	font-weight: 600;
	padding-bottom: 20px;
}
.nc-home-news-posts {
	padding-bottom: 34px;
}
.nc-home-news-post {
	background-color: white;
	padding: 16px;
	box-shadow: 0px 0px 8px #00000029;
	margin-bottom: 32px;
}
.nc-home-news-post h3 {
	color: var( --darkgreen );
	border-bottom: 2px solid var( --lightgreen );
	margin-top: 24px;
	padding-bottom: 24px;
}
.nc-home-news-post .nc-read-more-button {
	text-align: right;
	margin-bottom: 0;
}
.nc-home-news-post .nc-read-more-button button {
	margin-bottom: 0;
}
@media screen and ( max-width: 599px ) {
	.nc-home-news-post h3 {
		font-size: 32px;
		line-height: 1.3;
	}
}
@media screen and ( min-width: 600px ) {
	.nc-home-news-posts {
		display: flex;
		flex-wrap: wrap;
		gap: 36px;
	}
	.nc-home-news-post {
		width: calc( 50% - 18px );
		padding: 32px;
		margin-bottom: unset;
	}
}



/* Facebook Feed */
.nc-home-social-feed {
	margin-top: 64px;
}
.nc-home-social-feed .crt-panel-next, 
.nc-home-social-feed .crt-panel-prev {
	background-color: var( --darkgreen );
}
.nc-home-social-feed .crt-widget.crt-widget-branded .crt-logo {
	right: 999999px;
}

.nc-home-social-feed .crt-widget .crt-post-fullname a,
.nc-home-social-feed .crt-widget .crt-post-text a, 
.nc-home-social-feed .crt-widget .crt-post-username a {
	color: var( --darkgreen );
}
.nc-home-social-feed .crt-post-date .crt-post-date-link {
	opacity: 1;
}

@media screen and ( max-width: 599px ) {
	.nc-home-social-feed .crt-carousel-feed.crt-controls-outside {
		padding-left: 45px;
		padding-right: 45px;
	}
	.nc-home-social-feed .crt-panel-next, 
	.nc-home-social-feed .crt-panel-prev {
		width: 40px;
		height: 40px;
	}
}






/****
 * Recycling Guide
 */
.page-id-5 header.entry-header {
  position: absolute;
  left: -4000px;
}
.page-id-5, .entry-content {
	margin-top: 0;
}
.page-id-5 h2.wp-block-cover-heading {
	font-size: 56px;
	margin-top: 90px;
}
.page-id-5 .wp-block-cover {
	min-height: 380px;
}
.re-source-text-one {
	margin-top: 90px;
	margin-bottom: 54px;
}
.re-source-logo {
	margin-top: 64px;
	margin-bottom: 64px;
}


/**************
 * News Page
 * This uses the index.php template
 ************/
.nc-news-page {
	padding-top: 36px;
	padding-bottom: 64px;
	max-width: var( --width );
	margin: 0 auto;
	padding-left: var( --mobilepadding );
	padding-right: var( --mobilepadding );
}
body .nc-news-page main#primary {
	padding-left: unset;
	padding-right: unset;
}
.nc-news-item-container article {
	background-color: white;
	margin-bottom: 16px;
}
.nc-news-item-container .nc-news-summary {
	padding: 24px 24px 48px;
}
.nc-news-item-container .nc-news-summary h2 {
	font-size: 24px;
}
.nc-news-item-container .nc-news-summary footer {
	text-align: right;
}
.nc-news-item-container .nc-news-summary footer a {
	color: white;
	background-color: var( --darkgreen );
	padding: 13px 40px;
	border-radius: 5px;
}
.nc-news-item-container .nc-news-summary footer a:focus {
	border: 3px dotted white;
	text-decoration: underline;
}
.posts-navigation .nav-links {
	padding-top: 32px;
}
@media screen and ( min-width: 800px ) {
	.nc-news-page {
		padding-top: 56px;
		padding-bottom: 118px;
		display: flex;
		justify-content: space-between;
		column-gap: 2%;
		max-width: var( --width );
		margin: 0 auto;
	}
	.nc-news-page #primary {
		width: 66%;
	}
	.nc-news-page #secondary {
		width: 32%;
	}
}
@media screen and ( min-width: 1000px ) {
	.nc-news-item-container {
		display: flex;
		flex-wrap: wrap;
		gap: 6%;
	}
	.nc-news-item-container article {
		width: 47%;
		margin-bottom: unset;
	}
}
@media screen and ( min-width: 1400px ) {
	.nc-news-page {
		column-gap: 74px;
		padding-left: var( --padding );
		padding-right: var( --padding );
	}
	.nc-news-page #primary {
		width: calc( 68% - 37px);
	}
	.nc-news-page #secondary {
		width: calc( 32% - 37px);
	}
	.nc-news-item-container {
		gap: 74px;
	}
	.nc-news-item-container article {
		width: calc( 50% - 37px);
	}
}

/* Sidebar */
.nc-news-page #secondary h2 {
	background-color: var( --darkgreen );
	color: white;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 22px 0 22px;
	margin: 0;
	text-align: center;
	box-shadow: 0px 2px 9px #00000029;
}
.nc-sidebar-event {
	display: flex;
	border-bottom: 2px solid var( --darkgreen );
}
.nc-sidebar-event-date {
	background-color: var( --lightgreen );
	width: 25%;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 18px;
}
.nc-sidebar-event-title {
	background-color: white;
	width: 75%;
	padding: 0 12px;
}
.nc-sidebar-event-title h3 {
	font-size: 18px;
}
.nc-sidebar-event-title h3 a {
	color: var( --text );
}


/**
 * About: Agency Staff
 */

.nc-agency-staff-group {
	border-bottom: 2px solid var(--lightgreen);
}
.nc-agency-staff-group h2 {
	margin-top: 0;
	font-size: 36px;
}

@media screen and ( min-width: 1200px ) {
	.nc-agency-staff-group-container > .wp-block-group__inner-container {
		display: flex;
		flex-wrap: wrap;
		gap: 32px;
	}
	.nc-agency-staff-group {
		width: calc( 50% - 18px );
	}
}


/****
 * Schools Teacher Resources
 */
.page-id-963 hr {
	clear: both;
}


/********
 * HHW main page
 */
.hhw-page-icon-links img {
	border-radius: 300px;
}
@media screen and ( min-width: 600px ) and ( max-width: 1499px ) {
	body .hhw-page-icon-links.is-layout-flex {
		flex-wrap: wrap !important;
		justify-content: space-around;
	}
	body .hhw-page-icon-links.is-layout-flex .wp-block-column {
		width: 28%;
		flex-basis: unset;
		flex-grow: unset;
	}
}


/***********
* About / Contact page
*/
.page-id-2501 #gform_1 legend,
.page-id-2501 #gform_1 .gfield_label {
	font-weight: 700;
	font-size: 1rem;
}
.page-id-2501 #gform_1 #gform_submit_button_1 {
	background-color: var( --darkgreen );
	font-size: 1rem;
	padding: 12px 30px;
}
/***********
* Violation Form
*/
.page-id-4552 #gform_2 legend,
.page-id-4552 #gform_2 .gfield_label {
	font-weight: 700;
	font-size: 1rem;
}
.page-id-4552 #gform_2 #gform_submit_button_2 {
	background-color: var( --darkgreen );
	font-size: 1rem;
	padding: 12px 30px;
}
