/*!
Theme Name: Recycling Rules Subsites Theme
Author: KeyPress Media
Version: 1.0.20
Text Domain: recycling-rules-subsites
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 with others.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

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

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

body {
	margin: 0;
}

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

h1 {
	font-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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/*
b,
strong {
	font-weight: 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

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

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

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

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

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

/*-----------------
# Typography
-------------------*/

@font-face {
	font-family: 'quicksand';
	font-display: swap;
	src: url('fonts/Quicksand-VariableFont_wght.woff2') format('woff2'), url('fonts/Quicksand-VariableFont_wght.woff') format('woff');
}

@font-face {
	font-family: 'quicksand-bold';
	font-display: swap;
	src: url('fonts/Quicksand-Bold.woff2') format('woff2'), url('fonts/Quicksand-Bold.woff') format('woff');
}

/*
@font-face {
    font-family: 'quicksand';
    src: url('fonts/Quicksand-VariableFont_wght.ttf');
	font-display: swap;
}
*/

/*
@font-face {
    font-family: 'quicksand-bold';
    src: url('fonts/Quicksand-Bold.ttf');
	font-display: swap;
	font-display: swap
}
*/

/*--------------------------------------------------------------
# Typography



@font-face {
    font-family: 'Source Sans Pro Semibold';
    src: url('fonts/SourceSansPro-Semibold.eot');
    src: url('fonts/SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SourceSansPro-Semibold.woff2') format('woff2'),
        url('fonts/SourceSansPro-Semibold.woff') format('woff'),
        url('fonts/SourceSansPro-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro Black';
    src: url('fonts/SourceSansPro-Black.eot');
    src: url('fonts/SourceSansPro-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/SourceSansPro-Black.woff2') format('woff2'),
        url('fonts/SourceSansPro-Black.woff') format('woff'),
        url('fonts/SourceSansPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro Light';
    src: url('fonts/SourceSansPro-Light.eot');
    src: url('fonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/SourceSansPro-Light.woff2') format('woff2'),
        url('fonts/SourceSansPro-Light.woff') format('woff'),
        url('fonts/SourceSansPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro Bold';
    src: url('fonts/SourceSansPro-Bold.eot');
    src: url('fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SourceSansPro-Bold.woff2') format('woff2'),
        url('fonts/SourceSansPro-Bold.woff') format('woff'),
        url('fonts/SourceSansPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro It';
    src: url('fonts/SourceSansPro-It.eot');
    src: url('fonts/SourceSansPro-It.eot?#iefix') format('embedded-opentype'),
        url('fonts/SourceSansPro-It.woff2') format('woff2'),
        url('fonts/SourceSansPro-It.woff') format('woff'),
        url('fonts/SourceSansPro-It.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Source Sans Pro SemiboldIt';
    src: url('fonts/SourceSansPro-SemiboldIt.eot');
    src: url('fonts/SourceSansPro-SemiboldIt.eot?#iefix') format('embedded-opentype'),
        url('fonts/SourceSansPro-SemiboldIt.woff2') format('woff2'),
        url('fonts/SourceSansPro-SemiboldIt.woff') format('woff'),
        url('fonts/SourceSansPro-SemiboldIt.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Source Sans Pro Regular';
    src: url('fonts/SourceSansPro-Regular.eot');
    src: url('fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/SourceSansPro-Regular.woff2') format('woff2'),
        url('fonts/SourceSansPro-Regular.woff') format('woff'),
        url('fonts/SourceSansPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro BlackIt';
    src: url('fonts/SourceSansPro-BlackIt.eot');
    src: url('fonts/SourceSansPro-BlackIt.eot?#iefix') format('embedded-opentype'),
        url('fonts/SourceSansPro-BlackIt.woff2') format('woff2'),
        url('fonts/SourceSansPro-BlackIt.woff') format('woff'),
        url('fonts/SourceSansPro-BlackIt.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Source Sans Pro ExtraLight';
    src: url('fonts/SourceSansPro-ExtraLight.eot');
    src: url('fonts/SourceSansPro-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/SourceSansPro-ExtraLight.woff2') format('woff2'),
        url('fonts/SourceSansPro-ExtraLight.woff') format('woff'),
        url('fonts/SourceSansPro-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro BoldIt';
    src: url('fonts/SourceSansPro-BoldIt.eot');
    src: url('fonts/SourceSansPro-BoldIt.eot?#iefix') format('embedded-opentype'),
        url('fonts/SourceSansPro-BoldIt.woff2') format('woff2'),
        url('fonts/SourceSansPro-BoldIt.woff') format('woff'),
        url('fonts/SourceSansPro-BoldIt.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Source Sans Pro ExtraLightIt';
    src: url('fonts/SourceSansPro-ExtraLightIt.eot');
    src: url('fonts/SourceSansPro-ExtraLightIt.eot?#iefix') format('embedded-opentype'),
        url('fonts/SourceSansPro-ExtraLightIt.woff2') format('woff2'),
        url('fonts/SourceSansPro-ExtraLightIt.woff') format('woff'),
        url('fonts/SourceSansPro-ExtraLightIt.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/SourceSansPro-LightIt.eot');
    src: url('fonts/SourceSansPro-LightIt.eot?#iefix') format('embedded-opentype'),
        url('fonts/SourceSansPro-LightIt.woff2') format('woff2'),
        url('fonts/SourceSansPro-LightIt.woff') format('woff'),
        url('fonts/SourceSansPro-LightIt.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}




body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Source Sans Pro Regular';
	font-size: 16px;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: 'Source Sans Pro Regular';
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/


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

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

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

ul, ol {
	margin: 0;
	padding-left: 22px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	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 {
	left: 100%;
}

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

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

.main-navigation li {
	float: left;
	position: relative;
}



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

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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.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;
}

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

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

body {
    font-size: 20px;
    line-height: 1.4;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	width: max-content;
	text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}





/*--------- Custom CSS --------------------*/

hr.hide-on-desktop {
	display:none;
	margin: 30px 0 0;
}

.flip-box {
    background-color: transparent;
    height: 250px;
    perspective: 1000px;
    cursor: pointer;
}
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-box-front {
    background-color: #bbb;
    background-size: cover;
    background-position: center;
}
.flip-box-back {
    background-color: #eaeaea;
    color: #808285;
    transform: rotateY(180deg);
    padding: 15px;
}
.flip-box-front h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    margin: 0;
}
.flip-box-back a.button{
    padding: 12px 24px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #009dff;
    border: 1px solid #009dff;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
.flip-box-back p{
    font-size: 16px;
}
.flip-box {
    background-color: transparent;
    height: 250px;
    perspective: 1000px;
    cursor: pointer;
    max-width: 390px;
    margin: 0 auto 100px;
}
.heading-page.my-5 {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}
.my-5 {
    margin: 80px 0 !important;
}
.banner-heading-cls {
    clear: both;
    display: table;
    width: 100%;
    height: 400px;
    vertical-align: middle;
}
.banner-heading-cls h2 {
    width: 100%;
    text-align: center;
    font-size: 41px;
    line-height: 1.2;
    font-family: Source Sans Pro Regular;
    font-weight: 700;
    color: #3d3d3d;
    letter-spacing: 1px;
    display: table-cell;
    vertical-align: middle;
}

/* Materials Template Css Start */

.accordion_head {
  background-color: #ededed;
  color: royalblue;
  cursor: pointer;
  font-family: Source Sans Pro Regular;
  font-size: 20px;
  margin: 0 0 1px 0;
  padding: 15px 20px;
  font-weight: 400;
}
.accordion_head:hover, .accordion_head:focus, .accordion_head:active {
    color: midnightblue;
}
.accordion_body {
    background: #ffffff;
    padding: 40px 40px 40px 40px;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
	border-bottom:1px solid #ededed;
}
.accordion_body p {
  margin: 0px;
}
.plusminus {
  float: right;
}
/* Materials Template Css End */
.three.columns.footer-widget-2 li {
    list-style: none;
}
.three.columns.footer-widget-2 li a {
    color: #ffffff;
    text-decoration: none;
}
.three.columns.footer-widget-3 h2, .three.columns.footer-widget-4 h2 {
    margin: 0px;
	font-size: 27px;
    font-family: Source Sans Pro Regular;
    font-weight: 400;
    line-height: 32px;
    color: #ffffff;
}
.entry-header .entry-title {
    color: #3d3d3d;
    font-weight: 900;
    font-size: 41px;
    text-align: center;
    margin-top: -150px;
}

.content-area {
    margin-bottom: 50px;
}

@media screen and (max-width:767px){
	.flip-box {
		margin: 0 auto 0px;
	}
	span.lines {
		width: 30px;
		height: 5px;
		background: #000;
		display: block;
		margin-bottom: 5px;
	}

	.menu-main-menu-container {
		position: absolute;
		left: 15px;
		background-color: #fff;
		width: calc(100% - 30px);
		box-shadow: 0 0 2px 0px #000;
		z-index: 999;
		top: 105px;
	}
	.menu-main-menu-container li {
		float: none;
	}

	button.menu-toggle {
		padding: 0;
		background: transparent;
		border: none;
	}
	.menu-toggle .box {
		border-radius: 2px;
		position: relative;
		top: 0;
		left: 0;
		width: 50px;
		height: 50px;

	}

	.menu-toggle .btn {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  width: 30px;
	  cursor: pointer;
	}

	.menu-toggle span {
		display: block;
		width: 100%;
		border-radius: 0;
		height: 5px;
		background: #000;
		transition: all .3s;
		position: relative;
		margin-top: 5px;
	}
	.menu-toggle span + .menu-toggle span {
	  margin-top: 5px;
	}
	.menu-toggle .active span:nth-child(1) {
	  animation: ease .7s top forwards;
	}

	.menu-toggle .not-active span:nth-child(1) {
	  animation: ease .7s top-2 forwards;
	}

	.menu-toggle .active span:nth-child(2) {
	  animation: ease .7s scaled forwards;
	}

	.menu-toggle .not-active span:nth-child(2) {
	  animation: ease .7s scaled-2 forwards;
	}

	.menu-toggle .active span:nth-child(3) {
	  animation: ease .7s bottom forwards;
	}

	.menu-toggle .not-active span:nth-child(3) {
	  animation: ease .7s bottom-2 forwards;
	}
	.hello-week .week {
		font-size: 1em!important;
	}
}
@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top:10px;
    transform: rotate(0);
  }
  100% {
    top: 10px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 10px;
    transform: rotate(45deg);
  }
  50% {
    top: 10px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 10px;
    transform: rotate(0);
  }
  100% {
    bottom: 10px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 10px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 10px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.rr-sched-block {
    width: 20%;
    float: left;
}
.rr-sched-day.active {
    background: #80be41;
}

.rr-sched-day {
    background: #ccc;
    color: #fff;
    padding: 10px 0;
}
.rr-sched-text {
    padding: 15px 0;
}
.rr-sched-block {
    border-top: 2px solid #999;
    border-left: 2px solid #999;
    border-bottom: 2px solid #999;
    text-align: center;
}
.table-structure {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-right: 2px solid #999;
}
.rr-sched-block ul {
    margin-bottom: 0;
    padding-left: 34px;
    text-align: left;
    margin-left: 0;
}
.footer-widget-wrapper .row {
    gap: 2%;
}
.footer-widget-wrapper ul li, .footer-widget-wrapper li a {
    font-size: 14px;
}
.grey-bg {
    background-color: #ededed;
    padding: 80px 0 !important;
}
.grey-bg:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    right: -100vw;
    background: #ededed;
}
.grey-bg:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    left: -100vw;
    background: #ededed;
}
.image-footer {
    width: 123px;
    float: left;
    margin-right: 30px;
}
.footer-widget-full {
    width: calc(100% - 153px);
    float: left;
}
















/*******************
**
** NEW DESIGN
**
*********************/

body {
	font-family: 'quicksand';
	color: #2A3747;
	font-size: 20px;
}

h1, h2, h3, h4, h5 {
	color: #2A3747;
	margin: 0;
}

p {
	margin-bottom: 20px;
}

sup, sub {
	font-size: 60%;
}

.site-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

a:hover, a:focus, a:active {
	color: #2a3746;
}

.qbold {
	font-family: 'quicksand-bold';
	font-weight: normal;
}

/*
* All Pages
*/

.headline {
    padding: 80px 0 40px;
    text-align: center;
    font-weight: 500;
    font-size: 35px;
    max-width: 708px;
    margin: 0 auto;
}

.button-primary {
	color: #fff;
    background-color: #7FBF42;
    display: inline-block;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 27px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
}

.button-primary:after {
	content: '>';
    margin-left: 10px;
    font-size: 30px;
    line-height: 23px;
    font-family: quicksand-bold;
	font-weight: normal;
    vertical-align: text-top;
}

.spacer {
	clear: both;
}

.no-hero {
	margin-top: 115px;
}

.site-content.no-hero {
	max-width: 100%;
	padding: 0; 
}

.title {
	font-family: 'quicksand-bold';
	font-weight: normal;
	margin-bottom: 10px;
}

.title-row {
	padding: 60px 40px 0;
	text-align: center;
}

.title-row p {
	margin-bottom: 20px;
}

.rr-row {
    padding: 80px 30px;
    margin: 80px 0;
	background-color: #f4f4f4;
}

.bluebg {
	background: #e6eaf3;
}

.whitebg {
	background: #fff
}

.content-box {
	background: #fff;
    box-shadow: 0 3px 10px 5px rgba(0 0 0 / .21);
    border-radius: 20px;
    padding: 40px;
}

.full-box {
	max-width: 1200px;
    margin: 0 auto;
}

.desktop-break {
	display: inline;
}

.mobile-break {
	display: none;
}
		
/*
* Header 
*/

.mobile-only {
	display: none;
}

#masthead {
	padding: 23px 0 21px;
    box-shadow: 0 5px 10px rgba(204 204 204 / .5);
	position: fixed;
	width: 100%;
	background: #fff;
	top: 0;
	z-index: 1;
}

.main-navigation {
	float: right;
	width: auto;
	clear: none;
}

/* Logo*/
.site-branding {
	position: relative;
	float: left;
	width: 320px;
}

.custom-logo-link .logo-image {
	float: left;
}

.custom-logo-link .logo-text {
	position: absolute;
    bottom: 0;
    font-size: 20px;
    color: #7FBF42;
    font-family: quicksand;
    text-transform: uppercase;
    letter-spacing: .4em;
    font-weight: 600;
    line-height: 100%;
    margin-left: 80px;
    text-align: center;
    width: 240px;
}

/* Header Menu */

.main-navigation {
	position: relative
}

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

.hamburger-desktop {
	font-family: quicksand;
    font-weight: bold;
    font-size: 30px;
    color: #999;	
	cursor: pointer;
	line-height: 186%;
}

.hamburger-desktop:after
 {
	content: '';
	display: inline-block;
    background-image: url(images/icons/Menu_Icon-light.png);
    background-repeat: no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-left: 15px;
}

.menu-popout .hamburger-desktop {
	color: #2a3746;
}
	

.hamburger-desktop:hover:after,
.hamburger-desktop:focus:after,
.hamburger-desktop:active:after,
.menu-popout .hamburger-desktop:after {
	background-image: url(images/icons/Menu_Icon-dark.png);
}

.menu-popout {
	position: absolute;
    top: 79px;
    /*right: 0;*/
	right: -7px;
    background: transparent;
    /*width: 400px;*/
	width: 360px;
	z-index: 999;
	padding-bottom: 40px;
}

#desktop-menu-popout {
	display: none;
}

#desktop-menu-popout ul {
	background-color: transparent;
    border-top: 7px solid #e5eaf2;
}

.menu-popout li {
	/*padding: 0 40px;*/
	padding: 0 30px;
    display: block;
    width: 100%;
	background: #fff;


	display: flex;
	align-items: center;
}

.menu-popout li a {
	/*padding: 17px 0 17px 45px;*/
	padding: 13px 0 13px 45px;
	font-size: .8em;
	border-bottom: 1px solid #f4f4f4;
	color: #2a3746;
	width: 100%;
}

.menu-popout li:hover {
	background-color: #f4f4f4;
}

.menu-popout li:hover a {
	font-weight: bold;
}

.menu-popout li a:after {
	content: '';
    font-weight: bold;
    background-image: url(images/icons/Menu_Arrow.png);
    background-size: 12px;
	/*background-size: 12px;*/
    width: 15px;
    height: 20px;
    float: right;
    background-repeat: no-repeat;
    margin-top: 4px;
}

.menu-popout li:before {
	content: '';
    /*background-size: 40px;
    width: 40px;
    height: 40px;*/
	background-size: 35px;
    width: 35px;
    height: 35px;
    float: left;
    background-repeat: no-repeat;
    position: absolute;
	/*top: 12px;*/
	/*top: 6px;*/
}	

.menu-popout .guide:before { 
	background-image: url(images/icons/Menu-Guide_Icon.png); 
}

.menu-popout .pickup:before { 
	background-image: url(images/icons/Menu-Clock_Icon.png);	
}

.menu-popout .center:before { 
	background-image: url(images/icons/Menu-Recycling_Center_Icon.png);
}

.menu-popout .where:before { 
	background-image: url(images/icons/Menu-Where_Icon.png); 
}

.menu-popout .disdic:before { 
	background-image: url(images/icons/Menu-Dictionary_Icon.png); 
}

.menu-popout .h2r:before { 
	background-image: url(images/icons/Menu-Hard_to_Recycle_Icon.png); 
}

.menu-popout .econ:before { 
	background-image: url(images/icons/Menu-Economics_Icon.png); 
}

.menu-popout .cart:before { 
	background-image: url(images/icons/Menu-Cart_Icon.png); 
}

.menu-popout .store:before { 
	background-image: url(images/icons/Menu-Our_Store_Icon.png);
}

.menu-popout .recycling-tips:before {
	background-image: url(images/icons/light-bulb-menu-icon.png);
}

.menu-popout .contact:before { 
	background-image: url(images/icons/Menu-Contact_Icon.png);
}

/*
* Event Banner
*/

.event-banner {
	background: #e5eaf2;
    /* position: fixed; */
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    margin-top: -23px;
    margin-bottom: 23px;
	padding: 10px 0;
}

.event-banner strong {
	font-family: quicksand-bold;
	padding-right: 15px;
}

.event-banner .button-primary {
    font-size: 16px;
    padding: 5px 22px;
    line-height: 28px;
    font-family: 'quicksand';
    vertical-align: middle;
    border-radius: 18px;
    margin-left: 15px;
    margin-top: -5px;
}

.event-banner .button-primary:after {
	margin-left: 7px;
    font-size: 17px;
	line-height: 19px;
}

.hero.event-banner-margin {
	/*this pushed the hero image down to account for the extra space taken by the event banner*/
	margin-top: 150px;
}

/*
* Home Page
*/

.hero {
	background-size: cover;
	margin-top: 92px;
	padding: 195px 0 150px;
    background-color: #f2f2f2;
    background-position: center;
}

.hero h1 {
	text-align: center;
    text-transform: uppercase;
	color: #18488D
}

.hero h1 div {
	font-size: 55px;
    padding: 20px 0;
    line-height: 100%;
	text-transform: none;
}

.hero-arrow {
    display: block;
    width: 50px;
    height: 50px;
    margin: -25px auto 0;
}

.info-box {
	float: left;
    width: 31%;
    margin: 0 8px;
    text-align: center;
	padding: 40px 0;
}

.info-box p {
	line-height: 200%;
    margin: 10px 0 30px;
}

.box-title {
	font-family: quicksand-bold;
	font-weight: normal;
    font-size: 28px;
}

h3.box-title {
	margin-top: 25px;
}

.step-1 img {
	width: 130px;
    margin-top: 28px;
}

.step-2 img {
	width: 150px;
    margin-top: 30px;
}

.step-2 .rr-alt-map {
	width: 83px;
}

.step-3 img {
	height: 114px;
    margin-top: 12px;
    margin-bottom: -14px;
}

.step-4 img,
.step-5 img,
.step-6 img {
	height: 80px;
}

.dummy-box {
	width: 16%;
    height: 1px;
    float: left;
}

.site-content.second-row {
	margin-top: 20px;
}

.rr-row.questions {
	text-align: center;
	padding: 0;
}

.questions h4 {
	font-size: 22px;
    margin-bottom: 20px;
}

.back_to_site {
	margin-top: 30px;
}

.back_to_site a {
	text-decoration: none;
	border-bottom: 1px solid;
}

/*
* Where's My Stuff Go? Page
*/

.mrf-map, .facilities-map {
	height: 500px;
    padding: 0!important;
    background-color: #e6eaf3;
}

.map-icon {
	width: 45px;
    background: #fff;
    box-shadow: 0 3px 10px 5px rgba(204 204 204 / .6);
    display: block;
    border-radius: 12px;
}

.mf-box {
	border-radius: 0px;
    padding: 0px 10px;
    width: 400px;
    font-size: 15px;
	position: relative;
}

.mf-box h5 {
    font-family: 'quicksand-bold';
	font-weight: normal;
    padding: 0px;
	font-size: 14px;
}

.mf-box img {
	width: 75px;
    float: left;
	margin-bottom: 5px;
}

.mf-box-title {
	float: left;
    margin-top: 0;
}

.mf-box p {	
	border-top: 1px solid #ddd;
    margin: 15px 0;
	padding-top: 0px;
	clear: both;
}

.mf-box .fun-fact{
	background-color: #f4f4f4;
    padding: 5px 10px;
	margin-bottom: 10px;
}
/*
.mf-box h5:before {
	content: '';
    background-size: 75px;
    width: 75px;
    height: 75px;
    float: left;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 15px;
}

.mf-occ h5:before { 
	background-image: url(images/icons/mf-Cardboard_Icon.png); 
}

.mf-mp h5:before { 
	background-image: url(images/icons/mf-Mixed-Paper_Icon.png); 
}

.mf-carton h5:before { 
	background-image: url(images/icons/mf-Cartons_Icon.png); 
}

.mf-glass h5:before { 
	background-image: url(images/icons/mf-Glass_Icon.png); 
}

.mf-alu h5:before { 
	background-image: url(images/icons/mf-Aluminum_Icon.png); 
}

.mf-metal h5:before { 
	background-image: url(images/icons/mf-Metal_Icon.png); 
}

.mf-pete h5:before { 
	background-image: url(images/icons/mf-Plastic-1_Icon.png); 
}

.mf-hdpe h5:before { 
	background-image: url(images/icons/mf-Plastic-2_Icon.png); 
}

.mf-hdpe-natural h5:before { 
	background-image: url(images/icons/mf-Plastic-2_Icon.png); 
}

.mf-hdpe-colored h5:before { 
	background-image: url(images/icons/mf-Plastic-2_Icon.png); 
}

.mf-pp h5:before { 
	background-image: url(images/icons/mf-Plastic-5_Icon.png); 
}
*/

/*
* Recycling Guide Page
*/

.rg-do h2, 
.rg-dont h2, 
.rg-dropoff h2, {
	padding: 0 0 10px 50px;
}



.recycling-guide .rr-row {
	margin: 20px 0;
}

.recycling-guide .rr-row .title-row {
	text-align: left;
	padding-top: 0;
	max-width: 1050px;
	margin: 0 auto;
	padding-left: 30px;
}

.recycling-guide .content-box {
	padding-left: 50px;
	padding-right: 50px;
	max-width: 1000px;
	margin: 20px auto;
}

.single-stream-box {
	background-color: #7FBF42;
	border-radius: 20px 0px 20px 20px;
	padding: 8px 25px;
	max-width: 1050px;
	position: relative;
}


.single-stream-box::before {
	content: 'Single Stream';
    color: #fff;
    font-family: 'quicksand-bold';
	font-weight: normal;
    top: -27px;
    right: 0px;
    position: absolute;
    background: #7FBF42;
    display: block;
    padding: 19px 80px 0;
    margin-top: -20px;
    border-radius: 20px 20px 0 0;
}

.recycling-guide .rg-do {
	background-color: #deeece;
	margin-top: 80px;
}

.recycling-guide .rg-dropoff {
	background-color: #fff6cf;
}

.recycling-guide .rg-dont {
	background-color: #ffdfd8;
}

.recycling-guide .rg-dontknow {
	background-color: #e5eaf2;
}

.rg-do .title-row h2:after {
	content: '';
	background-image: url(images/icons/DO_Icon.png); 
	background-size: 45px;
    width: 45px;
    height: 45px;
    display: inline-block;
    background-repeat: no-repeat;
	vertical-align: bottom;
	margin-left: 15px;
}

.rg-dropoff h2:after {
	content: '';
	background-image: url(images/icons/DropOff_Icon.png); 
	background-size: 45px;
    width: 45px;
    height: 45px;
    display: inline-block;
    background-repeat: no-repeat;
	vertical-align: bottom;
	margin-left: 15px;
}

.rec-center-dropoff h2:after {
	content: none;
}

.rg-dont h2:after {
	content: '';
	background-image: url(images/icons/DONT_Icon.png); 
	background-size: 45px;
    width: 45px;
    height: 45px;
    display: inline-block;
    background-repeat: no-repeat;
	vertical-align: bottom;
	margin-left: 15px;
}

.rg-dontknow h2:after {
	content: '';
	background-image: url(images/icons/Dont_Know_Icon.png); 
	background-size: 45px;
    width: 45px;
    height: 45px;
    display: inline-block;
    background-repeat: no-repeat;
	vertical-align: bottom;
	margin-left: 15px;
}

.recycling-guide .content-box p {
	text-align: center;
	clear: both;
}

.rg-do .resin {
	width: 45px;
	margin: 12px;
}

.do-item {
	text-align: center;
	width: 120px;
	float: left;
	margin: 0 15px;
	font-size: 15px;
	font-family: quicksand-bold;
	font-weight: normal;
	line-height: 44px;
	margin-bottom: 20px;
	white-space: nowrap;
	text-transform: capitalize;
}

.recycling-guide .item-image {
	background-size: 80px;
    background-repeat: no-repeat;
    background-position: center;
}



.do-item-row {
	overflow: auto;
}

.recycling-guide .do-item-row,
.recycling-guide .content-box > ul,
.rec-center-dropoff .do-item-row {
	border-top: 1px solid #b3b3b3;
	margin-top: 10px;
	padding-top: 20px;
}

.recycling-guide .do-item-row strong {
	font-family: 'quicksand-bold';
}

.recycling-guide .rg-dont .content-box {
	margin: 10px auto;
}

.recycling-guide .rg-dont .half-left {
	width: 490px;
    float: left;
    margin-right: 10px;
	clear: left;
}

.recycling-guide .rg-dont .half-right {
	width: 490px;
    float: left;
    margin-left: 10px;
}

.recycling-guide .rg-dont .content-box-flex {
	overflow: visible;
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-left: -40px;
}

.recycling-guide .rg-dont .half-left.content-box-flex-item,
.recycling-guide .rg-dont .half-right.content-box-flex-item {
	width: calc(50% - 40px);
	float: none;
	clear: none;
	margin: 20px 0 20px 40px;
}

.recycling-guide .rg-dont ul {
	list-style: none; 
	margin-left: 0;
	padding-left: 0;
}

.recycling-guide .rg-dont ul li {
	line-height: 1em;
    font-size: .9em;
    float: left;
    padding: 5px 0 5px 30px;
    width: 50%;
	text-transform: lowercase;
}

.recycling-guide .rg-dont ul li:nth-child(odd) {
	clear: left;
}

.recycling-guide .rg-dont ul li::before {
  content: "\2022";  
  color: #FF7BAC; 
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em;
}

.content-box.no-bg {
	background: none;
    box-shadow: none;
	padding: 0;	
}

.do-item .item-image {
	width: 80px;
	height: 80px;
	padding: 0px;
	margin-left: 20px;
}


/*
.do-item .item-image img {
	max-height: 100px;
}
*/
.recycling-guide h3 {
	position: relative;
}

.rg-do h3 {
	margin-left: 10px;
}	

.rg-do .source-separated h3,
.rg-dropoff .source-separated h3 {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 24px;
}

.source-separated .paper-other:before { 
	background-image: url(images/icons/recguide-items/source-separated/paper-other.jpg); 
    background-size: 80px;
	margin-left: -30px;
	margin-right: 30px;
}

.source-separated .plastic-other:before { 
	background-image: url(images/icons/recguide-items/source-separated/plastic-other.jpg); 
    background-size: 80px;
	margin-left: -30px;
	margin-right: 30px;
}

.source-separated .metal-other:before { 
	background-image: url(images/icons/recguide-items/source-separated/metal-other.jpg); 
    background-size: 80px;
	margin-left: -30px;
	margin-right: 30px;
}

.source-separated .glass-other:before { 
	background-image: url(images/icons/recguide-items/source-separated/glass-other.jpg); 
    background-size: 80px;
	margin-left: -30px;
	margin-right: 30px;
}

.source-separated .christmas-trees:before { 
	background-image: url(images/icons/recguide-items/source-separated/christmas-trees.jpg); 
    background-size: 80px;
	margin-left: -30px;
	margin-right: 30px;
}

.source-separated .christmas-lights:before { 
	background-image: url(images/icons/recguide-items/source-separated/christmas-lights.jpg); 
    background-size: 80px;
	margin-left: -30px;
	margin-right: 30px;
}

.source-separated .election-signs:before { 
	background-image: url(images/icons/recguide-items/source-separated/election-signs.jpg); 
    background-size: 80px;
	margin-left: -30px;
	margin-right: 30px;
}

.rg-do .content-box > h3:before,
.rg-dropoff .content-box > h3:before {
	content: '';
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	display: inline-block;
	background-position: center;
	vertical-align: middle;
	margin-left: -20px;
}

.rg-do .do-item-row h3 {
	margin-left: 0px;
	margin-bottom: 10px;
}

.rg-dropoff .source-separated h3:before {
	background-size: 80px;
	margin-right: 15px;
}

.paper h3:before {
	background-image: url(images/icons/DO_Paper_Icon.png);
	background-size: 60px;
}

.plastic h3:before {
	background-image: url(images/icons/DO_Plastic_Icon.png);
	background-size: 80px;
}

.metal h3:before {
	background-image: url(images/icons/DO_Metal_Icon.png);
	background-size: 60px;
}

.glass h3:before {
	background-image: url(images/icons/DO_Glass_Icon.png);
	background-size: 80px;
}

.deposit .five-cent:before {
	background-image: url(images/icons/DO_Bottle_Deposit_Icon.png);
	background-size: 50px;
}

.deposit .ten-cent:before {
	background-image: url(images/icons/DO_Bottle_Deposit_Iconv2.png);
	background-size: 50px;
}

.source-separated h3:before {
	background-image: url(images/icons/DO_Paper_Icon.png);
	background-size: 60px;
}

/*
* Recycling Center & Curbside Pickup
*/

.two-column-right {
	float: right;
    width: 50%;
	margin-top: 60px;	
    padding-right: 80px;
}

.two-column-left {
	float: left;
    width: 50%;
	margin-top: 60px;
	padding-right: 80px;
}

.when h2:before {
    content: '';
    background-image: url(images/icons/When_Icon.png);
    background-size: 40px;
    width: 45px;
    height: 45px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: bottom;
    margin-right: 15px;
}

.schedule h2:before {
    content: '';
    background-image: url(images/icons/Schedule_Icon.png);
    background-size: 40px;
    width: 45px;
    height: 45px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: bottom;
    margin-right: 15px;
}

.schedule h2.swap-shop:before {
    content: '';
    background-image: url(images/icons/swap-shop.png);
    background-size: 40px;
    width: 45px;
    height: 45px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: bottom;
    margin-right: 15px;
}

h2.swap-shop {
	margin-top: 40px;
}

.rec-center-dropoff h2:before {
    content: '';
    background-image: url(images/icons/items-accepted-1.png);
    background-size: 45px;
    width: 45px;
    height: 45px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: bottom;
    margin-right: 15px;
}

.calendar-box, .weekly-schedule {
	margin: 40px 0;
}

.calendar-box {
	padding: 25px;
}

.calendar-box img {
	/*width: 100%;*/
	width: 22px;
}

.holiday {
	font-weight: 700;
	margin-bottom: 40px;
}

.holiday:before {
	content: '';
    background-color: #fd7f8d;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 10px;
    margin-right: 20px;
    vertical-align: middle;
}


.weekly-schedule .table {
	font-size: 1.1em;
	padding-left: 0px;
	overflow: hidden;
}

.weekly-schedule .table-row {
	width: 100%;
	float: left;
	padding-left: 30px;
}

.weekly-schedule .table-row:nth-child(even)  {
	background-color: #f6f7fb;
}

.weekly-schedule .table-cell {
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
}

.weekly-schedule .table-cell.day {
	width: 48%;
	/*font-family: "quicksand-bold";
	font-weight: normal;*/
}

.weekly-schedule .table-cell.open,
.weekly-schedule .table-cell.closed {
	width: 22%;
}

.weekly-schedule .table-cell.separator {
	width: 8%;
}

.weekly-schedule .table-cell.open {
	text-align: right;
}

.weekly-schedule .table-cell.closed {
	text-align: left;
}

.weekly-schedule .table-cell.separator {
	text-align: center;
}

.weekly-schedule .table-cell.is-closed {
	width: 52%;
	text-align: center;
}

.curbside-map .weekly-schedule .table-cell.day {
	width: 30%;
}

.weekly-schedule .table-cell.text {
	width: 65%;
	text-align: left;
}

.when .note {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 2px solid #f4f4f4;
}

.when p b {
	font-family: "quicksand-bold";
	font-weight: normal;
}

.green-marker {
	float: left;
    width: 60px;
    height: 60px;
    text-align: center;
}

.green-marker img {
	width: 40px;
    margin-top: 20px;
}

.recycling-center #map {
	width: 100%;
	height: 250px;
	margin-bottom: 60px;
}

.curbside-pickup .two-column-right {
	padding-right: 0;
}

.curbside-map {
	margin: 85px 0 60px;
}

.curbside-map ul {
	margin-left: 0;
}

.curbside-map ul li {
	margin: 10px 0;
}

.curbside-pickup .when .title {
	margin-bottom: 20px;
}

.pickup-schedule {
	margin-left: 0;
	list-style: none;
	padding-left: 0;
}

.pickup-schedule li {
	padding: 0 0 30px 50px;
	background-repeat: no-repeat;
	background-size: 32px;
	background-position: 0 0;
}

.pickup-schedule li b {
	width: 140px;
	display: inline-block;
	font-family: 'quicksand-bold';
	font-weight: normal;
	
}

.pickup-schedule li.not-before {
	background-image: url(images/icons/pickup-notbefore.png);
}

.pickup-schedule li.pickup-start {
	background-image: url(images/icons/pickup-start.png);
}

.pickup-schedule li.pickup-end {
	background-image: url(images/icons/pickup-end.png);
}

.pickup-schedule li.take-back {
	background-image: url(images/icons/pickup-takeback.png);
}

.replacement-container {
	height: 50px;
	width: auto;
    vertical-align: sub;
}

.request, .page-template-curbside-pickup-template .contact-details .full-box {
	max-width: 700px;
	margin: 0 auto;
}
.curbside-map .mobile-pdf {
	display: none;
}

.season-content p {
	text-align: center;
}

.season-tabs,
.season-tabs-container{
    display: flex;
}
.season-tabs-container{
    flex: 1;
    justify-content: center;
    align-items: center;
    border-bottom: 3px solid #80CCEC;
    padding: 10px 10px 3px;
    text-align: center;
    cursor: pointer;
    font-family: 'quicksand-bold';
	font-weight: normal;
}
.season-tabs-container.inactive{
    border-bottom: 3px solid #CCCCCC;
	font-weight: normal;
    font-family: 'quicksand';
}

.rr-custom-tab-titles{
	display: flex;
	align-items: stretch; 
}
.rr-custom-tab-title-container{
    flex-grow: 1;
	justify-content: center;
    align-items: center;
    border-bottom: 3px solid #80CCEC;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    font-family: 'quicksand-bold';
	font-weight: normal;
}
.rr-custom-tab-title-container.inactive{
    border-bottom: 3px solid #CCCCCC;
	font-weight: normal;
    font-family: 'quicksand';
}
.rr-custom-tab-content-container{
	text-align: center;
	padding: 20px 10px;
}

.schedule h3 {
	margin-top: 40px;
}

.holiday-list {
	margin-left: 0;
    padding-left: 22px;
	list-style: none;
	margin-top: 30px;
	column-count: 2;
}

.holiday-list li {
	font-size: 16px;
	padding-bottom: 10px;
}

.holiday-list li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #FF7BAC; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.recycling-center .rec-center-dropoff {
	background-color: #f4f4f4;
}

.rec-center-dropoff .source-separated {
	padding-left: 50px;
    padding-right: 50px;
    max-width: 1000px;
    margin: 20px auto;
}

.rec-center-dropoff .title-row {
	text-align: left;
    padding-top: 0;
    max-width: 1050px;
    margin: 0 auto;
    padding-left: 30px;
}

/* Curbside pickup schedule calendar */

.calendar-container .calendar {
	min-height: 200px;
}

.calendar-container .calendar .hidden {
	visibility: hidden;
}
.calendar-container .hello-week {
	margin-top: 40px;
}

.calendar-container .hello-week .navigation {
	justify-content: space-between;
	width: 100%;
}

.calendar-container .hello-week .period {
	font-size: 1.5em;
    font-family: 'quicksand-bold';
    padding-bottom: 5px;
}

.calendar-container .hello-week .week .day {
	color: #2A3747;
	text-transform: lowercase;
	font-family: 'quicksand-bold';
}

.calendar-container .hello-week .day {
	border-radius: 45px;
    margin: 1%;
    padding: 0;
    width: 12%;
}

.calendar-container .hello-week .day.is-today {
	background-color: inherit;
	color: inherit;
	border: 3px solid #2A3747;
}

.calendar-container .hello-week .day.is-disabled {
	cursor: auto;
	opacity: inherit;
}

.calendar-container .hello-week .month .day:not(.is-weekend) {
	background-color: #3FA9F5;
	color: #ffffff;
}

.calendar-container .hello-week.recycling-center .month .day {
	background-color: #3FA9F5;
	color: #ffffff;
}

.calendar-legend {
	margin-left: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.calendar-legend p {
	font-size: inherit;
}

.calendar-legend span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	vertical-align: text-bottom;
	border-radius: 10px;
}

.calendar-legend span.no-pickup {
	background-color: #FF7BAC;
}

.calendar-legend span.normal-pickup {
	/*border: 1px solid #F44336;*/
	/*background-color: #ff9ff3;*/
	background-color: #3FA9F5;
}

.calendar-legend span.pickup-shifted {
	background-color: #18488d;
}

.calendar-legend span.pickup-doubled {
	background-color: #7AC943;
}


/*
* Recycling Economics Page
*/

.eco-percent-image img{
	width: 540px;
}

.page-template-recycling-economics-template h3,
.page-template-recycling-economics-template h4 {
	font-family: 'quicksand-bold';
	font-weight: normal;
	text-align: center;
}

.page-template-recycling-economics-template .reduce-top {
	margin-top: 40px;
    padding-top: 0;
	padding-bottom: 0;
}


.non-bold {
	font-family: 'quicksand';
	font-weight: normal;
}

.eco-percent-image,
.eco-worth-image {
	padding-right: 0;
}

.eco-percent-image img {
	max-height: 608px;
}

.eco-percent-chart table,
.eco-worth-chart table {
	padding: 0;
    overflow: hidden;
    width: 445px;
    margin: 0 auto;
}

.eco-percent-chart table tr,
.eco-worth-chart table tr{
	height: 40px;
	font-size: 18px
}

.eco-percent-chart table tr {
	text-align: left;
}

.eco-percent-chart table tr img {
	width: 33px;
    margin-top: 5px;
    margin-left: 20px;
}

.eco-worth-chart h4 span {
	font-family: 'quicksand';
}

.eco-worth-chart table tr img {
	width: 33px;
    margin-top: 5px;
}

/*.eco-percent-chart .divider,*/
.eco-worth-chart .divider {
	border-left: 1px solid #b3b3b347;
}

.eco-worth-chart table tr td:nth-child(2),
.eco-worth-chart table tr td:nth-child(4),
.eco-worth-chart table tr td:nth-child(6){
    text-align: right;
	padding-right: 5%;
}

/*
.eco-worth-chart tr td:nth-child(2):after {
	content: 'x';
	margin-right: -10px;
    padding-left: 10px;
}
.eco-worth-chart tr td:nth-child(4):before {
	content: '=';
    float: left;
    padding-right: 5px;
}
*/

.page-template-recycling-economics-template .eco-percent-chart table tr.blue,
.page-template-recycling-economics-template .eco-worth-chart table tr.blue {
	background-color: #cbebf8;
    height: 50px;
	font-size: 20px;
}

.eco-percent-chart table tr:nth-child(odd),
.eco-worth-chart table tr:nth-child(odd){
    background-color: #f6f7fb;
}

.eco-percent-chart table td:first-child {
	width: 90px;
}

.eco-percent-chart table td:nth-child(3) {
	text-align: center;
}

.eco-worth-chart table td {
	text-align: center;
}	

.eco-worth-chart table td:first-child {
	width: 85px;
}

.eco-percent-chart .total {
	text-align: left;
}

.source-ref {
	clear: both;
    padding-top: 20px;
    text-align: center;
	font-size: .8em;
}

.eco-horserace {
	text-align: center;
	margin-top: 60px;
}

/*
* Contact Page
*/

.contact-details .full-box {
	max-width: 700px;
}

.contact-details .full-box ul {
	margin: 0;
}

.contact-details .full-box li {
	list-style: none;
	margin: 40px 0;
}

.contact-details .full-box li:before {
    content: '';
    background-size: 30px;
    width: 30px;
    height: 30px;
    float: left;
    background-repeat: no-repeat;
    position: absolute;
	background-position: center;
}

.contact-details .full-box li span {
	margin-left: 60px;
	display: inline-block;
}

.contact-name:before {
	background-image: url(images/icons/Contact-Name.png);
}

.contact-title:before {
	background-image: url(images/icons/Contact-Title.png);
}

.contact-email:before {
	background-image: url(images/icons/Contact-Email.png);
}

.contact-phone:before {
	background-image: url(images/icons/Contact-Phone.png);
}

.contact-details .full-box li:first-child {
	margin-top: 20px;
}
.contact-details .full-box li:last-child {
	margin-bottom: 20px;
}

/*
* Event page
*/

.page-template-event-template h1 {
	font-size: 1.6em;
}

.page-template-event-template .two-column-left,
.page-template-event-template .two-column-right {
	margin-bottom: 60px;
}

.page-template-event-template .two-column-left.center {
	margin-right: auto;
    margin-left: auto;
    float: none;
}

.page-template-event-template .two-column-left .site-content {
	padding: 0;
}

.page-template-event-template .two-column-left p {
	line-height: 1.7em;
}

.page-template-event-template .rr-event-download::before {
	content: '';
    background-image: url(images/icons/event-PDF-Icon.png);
    background-size: 35px;
    width: 35px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

.page-template-event-template .rr-event-download a {
	font-family: 'quicksand-bold';
    text-decoration: none;
    color: #2A3747;
}

.page-template-event-template .rr-event-download a:hover {
    text-decoration: underline;	
}

.page-template-event-template .rr-location-text {
	background-image: url(images/icons/event-Location-Icon.png);
    background-size: 30px;
    background-position-y: 5px;
    background-repeat: no-repeat;
    padding-left: 46px;
}

#map_site {
    position: relative;
    overflow: visible;
    max-width: 100%;
    width: 100%;
    height: 300px;
}
.mapcontainer {
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
  }	

/*
* Footer
*/

footer.site-footer{
	background-color: #2A3747;
	padding-top: 80px;
}

.site-info {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.625;
}

.col2 a,
.col3 a,
.col4 a {
	color: #fff;
    text-decoration: none;
    line-height: 211%;
    display: block;
}

.site-footer .col1 {
	width: 33%;
    float: left;
	text-align: center;
}

.col1 a {
	text-decoration: none;
}

.col1 img {
	width: 50px;
}

.col1 svg, .col1 .logo img {
	width: 80%;
	display: block;
	margin: 0 auto;
}

.site-footer .col2, 
.site-footer .col3,
.site-footer .col4 {
	width: 22%;
    float: left;
	padding-left: 38px;
}

.sub-footer {
	clear: both;
    text-align: center;
    font-size: 14px;
    padding: 40px 0 20px;
    color: #868686;
}

/* Footer Menu */

.mobile-bar {
	/*display: none;*/
	position: fixed;
	bottom: 0;
	background-color: #fff;
	width: 100%;
	box-shadow: 0px -5px 10px rgba(204 204 204 / .5);
	z-index: 9999;
	max-height: 63px;
}
.mobile-bar > a {
	display: block;
	margin: 17px 0;
	width: 20%;
	height: 30px;
	float: left;
	text-align: center;
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center center;
}

.mobile-bar .do {
	background-image:  url(images/icons/Bar_Do_Icon.png);
}
.mobile-bar .dont {
	background-image:  url(images/icons/Bar_Dont_Icon.png);
}
.mobile-bar .dictionary {
	background-image:  url(images/icons/Bar_Dictionary_Icon.png);
}
.mobile-bar .schedule {
	background-image:  url(images/icons/Bar_Schedule_Icon.png);
}
.mobile-bar .hamburger-mobile {
	background-image:  url(images/icons/Menu_Icon-light.png);
}
.mobile-bar .do:hover {
	background-image:  url(images/icons/Bar_Do_Icon_Color.png);
}
.mobile-bar .dont:hover {
	background-image:  url(images/icons/Bar_Dont_Icon_Color.png);
}
.mobile-bar .dictionary:hover {
	background-image:  url(images/icons/Bar_Dictionary_Icon_Color.png);
}
.mobile-bar .schedule:hover {
	background-image:  url(images/icons/Bar_Schedule_Icon_Color.png);
}
.mobile-bar .hamburger-mobile:hover {
	background-image:  url(images/icons/Menu_Icon-dark.png);
}

#mobile-menu-popout .mobile-footer-social {
	display: inline-block;
    text-align: center;
    width: 100%;
    padding-top: 20px;
}

#mobile-menu-popout .mobile-footer-social img {
	width: 40px;
}

#mobile-menu-popout {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    width: 288px;
    box-shadow: -5px 5px 10px rgba(204 204 204 / .5);
    z-index: 999;

	/* Slide effect */
	height: 100%!important;
	/*display: none;*/
	visibility: hidden;
}

#mobile-menu-popout ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    height: 500px;
    position: absolute;
    top: 50%;
    margin-top: -290px;

	/* Slide effect */
	width: 288px;
	background: #fff;
}

#mobile-menu-popout ul li {
	float: left;
    position: relative;
	padding: 0 30px;

	display: flex;/* Edit 05/26/2023 */
	align-items: center;/* Edit 05/26/2023 */
}

#mobile-menu-popout ul li:before {
	background-size: 40px;
    width: 40px;
    height: 40px;
    /*top: 11px;*//* Edit 05/26/2023 */
}

#mobile-menu-popout li a {
	display: block;
    text-decoration: none;
	font-size: 15px;

	width: 100%;/* Edit 05/26/2023 */
}

#mobile-menu-popout li a:after {
	background-size: 10px;
    width: 10px;
}	

#mobile-menu-popout .menu-title {
	font-family: 'quicksand-bold';
	font-weight: normal;
	padding: 20px 0 20px 45px;
	border-bottom: 1px solid #f4f4f4;
	color: #2a3746;
	font-size: 20px;
}

#mobile-menu-popout .menu-title:hover {
	background: #fff;
}

.rr-accordion-header:focus {
	outline: none;
}

.rr-accordion-header .ui-icon {
	background-size: 32px 32px;
	background-repeat: no-repeat;
	background-position: center;
	width: 32px;
	height: 80px;
	display: inline-block;
	float: right;
	cursor: pointer;
}

.rr-accordion-header .ui-icon-minus {
	background-image: url("./images/icons/Minus_Icon.png");
}

.rr-accordion-header .ui-icon-plus {
	background-image: url("./images/icons/Plus_Icon.png");
}

@media (min-width: 1076px) {
	.calendar-container .hello-week .day {
		height: 40px!important;
	}
}


/*
* Mobile
*/

/*Tablet*/
@media (max-width: 1076px) {
	.recycling-guide .rg-dont .half-right,
	.recycling-guide .rg-dont .half-left	{
		width: 100%;
		margin: 10px 0;
	}

	.hello-week .week {
		font-size: 1em!important;
	}
}

/*Phone*/
@media (max-width: 700px) {
	.mobile-only {
		display: block;
	}
	hr.hide-on-desktop {
		display:block;
	}
	body {
		font-size: 18px;
	}	
	.desktop-break {
		display: none;
	}
	.mobile-break {
		display: inline;
	}
	p, li {
		font-size: 15px;
	}
	#primary {
		margin-bottom: 60px;
	}
	.site-content {
		padding: 0;
	}
	footer.site-footer{	
		display: none;
	}
	.no-hero {
		margin-top: 77px;
	}
	.rr-row {
		margin: 30px 0;
		padding: 30px;
	}
	.rr-row.questions {
		padding-bottom: 30px;
	}
	#masthead {
		padding: 20px 0;
	}
	#site-navigation {
		display: none;
	}
	.site-branding {
		width: 220px;
		float: none;
		margin: 0 auto;
	}
	.custom-logo-link .logo-text {
		font-size: 14px;
		left: 0;
		width: 187px;
		margin-left: 54px;
		bottom: -37px;
	}
	.mobile-bar {
		display: none;
	}
	.hero {
		padding: 100px 0 100px;
		margin-top: 80px
	}
	.hero h1 {
		font-size: 25px;
		font-weight: 500;
	}
	.hero h1 div {
		font-size: 38px;
		padding: 0 0 5px;
	}
	.hero-arrow {
		width: 30px;
		height: 30px;
		margin-top: -14px;
	}
	.headline {
	    padding: 20px 15% 20px;
		font-size: 22px;
		padding-bottom: 0;
	}
	.graybgmobile {
		background-color: #f4f4f4;
	}
	.content-box {
		width: 100%;
		padding: 10px 15px;
		box-shadow: 2px 3px 8px rgba(204 204 204 / .8);
	}
	.info-box {
		position: relative;
		text-align: left;	
		margin: 0 0 19px;
	}
	.info-box.step-3 {
		margin-bottom: 0;
	}
	div.box-title {
		display: none;
	}
	.info-box img {
		float: right;
		margin-top: 0;
		position: absolute;
		
	}
	.step-1 img {
		width: 65px;
		right: 21px;
		top: 50%;
		margin-top: -26px;
	}
	.step-2 img {
		width: 60px;
		right: 22px;
		top: 50%;
		margin-top: -22px;
	}
	.step-2 .rr-alt-map {
		width: 46px;
		right: 34px;
	}
	.step-3 img {
		height: 54px;
		width: auto;
		right: 39px;
		top: 50%;
		margin-top: -27px;
	}
	.step-4 img {
		height: 46px;
		right: 34px;
	}
	.step-5 img {
		height: 46px;
		right: 34px;
	}
	.step-6 img {
		height: 46px;
		right: 34px;
	}
	.info-box h3 {
		font-size: 18px;
		margin: 0;
	}
	.info-box p {
		font-size: 14px;
		margin: 0 66px 0 0;
		line-height: 100%;
	}
	.info-box p br {
		display: none; 
	}
	.info-box .button-primary {
		display: none;
	}
	.questions-row {
		padding-bottom: 40px;
	}
	.questions-row h4 {
		margin: 30px 0 10px;
		font-size: 22px;
	}
	.button-primary,
	.event-banner .button-primary 	{
		padding: 6px 13px;
		font-size: 14px;
	}
	.button-primary:after,
	.event-banner .button-primary:after {
		margin-left: 6px;
		font-size: 15px;
		line-height: 14px;
	}
	.title-row {
		padding: 20px 30px 0;
		text-align: left;
	}
	.title-row h2 {
		font-size: 1.2em;
	}
	.title-row p {
		font-size: 15px;
	}
	.page-template-contact-template .full-box li,
	.page-template-curbside-pickup-template .full-box li	{
		margin: 14px 0;
	}
	.page-template-contact-template .full-box ul,
	.page-template-curbside-pickup-template .full-box ul	{
		padding-left: 10px;
	}
	.page-template-contact-template .full-box li:before,
	.page-template-curbside-pickup-template .full-box li:before	{
		background-size: 22px;
		width: 22px;
		height: 22px;
	}
	.page-template-contact-template .full-box li span,
	.page-template-curbside-pickup-template .full-box li span {
		margin-left: 34px;
	}
	.recycling-guide .rg-dont .half-left,
	.recycling-guide .rg-dont .half-right {
		width: 100%;
		margin: 10px 0;
	}

	.recycling-guide .rg-dont .half-left.content-box-flex-item,
	.recycling-guide .rg-dont .half-right.content-box-flex-item {
		width: calc(100% - 40px);
	}

	.recycling-guide .rg-do {
		margin-top: 20px;
	}
	.rg-do .title-row h2, .rg-dont h2, .rg-dontknow h2, .rg-dropoff h2 {
		font-size: 20px;
		padding: 0;
		margin-left: -10px;
	}
	.single-stream-box::before {
		top: -7px;
		padding: 10px 35px 0;
		border-radius: 10px 10px 0 0;
		font-size: 14px;
	}
	.rg-do h2:after,
	.rg-dont h2:after,
	.rg-dontknow h2:after,
	.rg-dropoff  h2:after{
		background-size: 25px;
		width: 25px;
		height: 25px;
		vertical-align: sub;
		margin-left: 10px;
	}
	.recycling-guide .rr-row,
	.rec-center-dropoff.rr-row{
		padding: 20px;
	}
	.single-stream-box {
		border-radius: 10px 0px 10px 10px;
		padding: 1px 15px;
	}
	.recycling-guide .content-box,
	.rec-center-dropoff .content-box {
		padding: 20px;
		margin: 10px auto;
		border-radius: 10px;
	}
	.rg-do h3:before,
	.rr-row .source-separated h3:before	{
		background-size: 40px;
		width: 40px;
		height: 40px;
		margin-left: 0px;
		margin-right: 8px;
	}

	.recycling-guide h3,
	.rec-center-dropoff h3,
	.rg-do .source-separated h3,
	.rg-dropoff .source-separated h3,
	.recycling-guide .do-item-row h2 {
		font-size: 14px;
		margin-left: 0;
	}

	.rr-accordion-header .ui-icon {
		background-size: 20px;
		width: 20px;
		height: 20px;
		margin-top: 10px;
		margin-right: 10px;
	}
	.recycling-guide .content-box p,
    .rec-center-dropoff .content-box p	{
		text-align: left;
		margin-top: 0;
		/*margin-left: 5px;*/
	}

	.rg-do .resin {
		width: 10.5%;
		margin: 12px 1% 0;
	}
	.rg-do h3:before,
	.paper h3:before,
	.metal h3:before,
	.deposit h3:before,
	.deposit .ten-cent:before,
	.deposit .five-cent:before
		{
		background-size: 35px;
		
	}
	
	.do-item {
		width: 33%;
		margin: 0 0 10px;
		font-size: 9px;
		line-height: 1.3em;
		white-space: inherit;
		height: 87px;
	}
	.recycling-guide .item-image {
		width: 56px;
		height: 56px;
		background-size: 36px;
		margin: 0 auto 7px;
		border-radius: 10px;
	}
	.recycling-guide .rg-dont .content-box {
		padding: 15px 27px;
	}
	.rg-dont .do-item {
		line-height: 1.2em;
	}
	.recycling-guide .rg-dont .item-image {
		width: 65px;
		height: 65px;
	}
	.content-box.no-bg {
		padding: 0!important;
	}
	.recycling-guide .rg-dont ul li {
		font-size: 11px;
		padding: 3px 0 3px 15px;
	}
	.recycling-guide .rg-dont ul {
        margin-left: 0;
		padding-left: 0;
	    padding-top: 10px;
	}
	.two-column-left, 
	.two-column-right {
		width: 100%;
		float: none;
		padding: 0 30px;
		margin-top: 0;
	}
	.when h2:before,
	.schedule h2:before	{
		background-size: 31px;
		width: 34px;
		height: 34px;
		margin-right: 10px;
		vertical-align: middle;
	}
	.when h2,
	.schedule h2 {
		font-size: 1.2em;
	}
	.calendar-box, .weekly-schedule {
		margin: 12px 0 20px;
	}

	/* TODO: Remove */
	.weekly-schedule ul li {
		padding: 5px 10px;
		font-size: .8em;
	}

	/* TODO: Remove */
	.weekly-schedule ul li strong {
		width: 105px;
	}

	.weekly-schedule .table {
		font-size: .8em;
	}

	.weekly-schedule .table-cell.day {
		width: 40%;
	}

	.weekly-schedule .table-cell.open,
	.weekly-schedule .table-cell.closed {
		width: 26%;
	}

	.weekly-schedule .table-cell.separator {
		padding-left: 2px;
		padding-right: 2px;
	}

	.weekly-schedule .table-cell.is-closed {
		width: 60%;
	}

	.holiday {
		font-weight: 700;
		margin-bottom: 20px;
		font-size: .8em;
	}
	.holiday:before {
        width: 15px;
		height: 15px;
		border-radius: 8px;
		margin-right: 15px;
	}
	.pickup-schedule li b {
		width: auto;
	}
	.curbside-map .mobile-pdf {
		display: inline-block;
	}
	.curbside-map iframe.map-pdf {
		display: none;
	}
	.curbside-pickup .two-column-right {
		padding-right: 40px;
	}
	.replacement-container {
		float: left;
		padding-right: 5%;
	}
	.request .title {
		line-height: 1.2em;
	}
	.page-template-recycling-economics-template h3 {
		text-align: left;
	}
	.page-template-recycling-economics-template .non-bold {
		display: block;
	}
	.eco-percent-chart,
	.eco-worth-chart,
	.eco-percent-image,
	.eco-worth-image	{
		padding: 40px 0 0;
	}
	.eco-percent-chart table,
	.eco-worth-chart table{
		width: 100%;
	}
	.eco-percent-chart table td:first-child {
		width: 75px;
	}
	.eco-percent-chart table tr img {
		width: 30px;
	}
	.eco-percent-chart table tr, 
	.eco-worth-chart table tr,
	.page-template-recycling-economics-template h4	{
		font-size: .9em;
	}
	.eco-worth-chart table tr td:nth-child(4) {
		padding-right: 4%;
		padding-left: 4%;
	}
	.hello-week .week {
		font-size: 1em!important;
	}
	.season-tabs-container{
		font-size: 15px;
	}
	.calendar-container .hello-week .week .day {
		font-size: .8em;
	}
	.calendar-container .hello-week .period {
		font-size: .9em;
	}
	.calendar-container .hello-week .day {
		height: 1.4em;
	}
	.hello-week .prev, .hello-week .next {
		padding: 0;
	}
	.green-marker {
		width: 50px;
		height: 90px;
	}
	.green-marker img {
		width: 30px;
		margin-top: 20px;
	}
	.holiday-list {
		column-count: 1;
		margin-top: 15px;
	}
	.schedule h3 {
		font-size: .8em;
	}
	.page-template-event-template h2 {
		font-size: 1.2em;
	}
	.page-template-event-template .two-column-left {
		margin-bottom: 30px;
	}
	
}

@media (max-width: 360px) {
	.weekly-schedule .table {
		font-size: .7em;
	}
}

.gm-style-iw button.gm-ui-hover-effect {
    display: none !important;
}

.rr-hidden {
	display: none;
}

.lowercase {
	text-transform: lowercase;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

html {
	display: block;
    visibility: visible;
    opacity: 1;
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	box-sizing: border-box;
}

@media(max-width: 776px){
	.content-box iframe {
		height: auto!important;
	}
	.gm-style-iw {
		max-height: 390px!important;
	}
		.gm-style-iw-d {
		max-height: 385px!important;
	}
}

/* Parent Site */

.parent-site--sites-list {
	display: flex;
	flex-direction: row;
	list-style: none;
	width: 600px;
	margin: 0 auto;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-bottom: 100px;
	padding: 0;
}

.parent-site--sites-list li {
	padding: 10px;
	width: 33%;
}

.parent-site--sites-list.items-1 li,
.parent-site--sites-list.items-2 li,
.parent-site--sites-list.items-3 li {
	text-align: center;
}

.parent-site--sites-list.items-1 li {
	width: 100%;
}

.parent-site--sites-list.items-2 li {
	width: 50%;
}

.parent-site--sites-list li a {
	text-decoration: none;
	color: #2A3747;
}

.parent-site--sites-list li a:hover {
	color: #18488D;
	font-weight: bolder;
}

.site-footer .single-col {
	text-align: center;
}

.site-footer .single-col a {
	color: #fff;
	text-decoration: none;
	line-height: 211%;
	display: block;
}

.site-footer .single-col .logo img {
	width: 25%;
}

@media (max-width: 776px) {
	.parent-site--sites-list {
		flex-direction: column;
		width: 90%;
		align-items: center;
	}

	.parent-site--sites-list li {
		text-align: center;
		width: 100%;
	}
}

/* End Parent Site */

/* Notifications and Tips */

#wptn-container {
	position: fixed;
	right: 10px;
	width: 22%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	animation-name: wptnSlideInUp;
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 1s;
	bottom: -500px;
	z-index: 999;
}

@media (max-width: 1366px) {
	#wptn-container {
		width: 50%;
	}
}

@media (max-width: 700px) {
	#wptn-container {
		width: 100%;
		right: initial;
		animation-name: wptnSlideInUpMobile;
		padding: 20px;
	}
}

/* Notifications */

#wp-notification-wrap {
	animation-name: wptnFadeIn;
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 2.2s;
	opacity: 0;
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#wp-notification {
	display: flex;
	overflow: inherit;
	padding: 0;
}

.wpn-wrap {
	display: flex;
	padding: 20px;
	width: 100%;
}

.wpn-col1 {
	padding-right: 20px;
	border-right: 1px solid #E3E8F0;
	display: flex;
	align-items: center;
}

.wpn-head {

}

.wpn-body {
	display: flex;
	padding-left: 20px;
	margin-bottom: 0;
}

.wpn-icon {
	background-image: url(images/icons/alert-bell-icon.png);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	background-position: center;
	border-radius: 50%;
	/*box-shadow: rgb(0 0 0 / 20%) 2.95px 2.95px 3.6px;*/
	box-shadow: rgb(0 0 0 / 20%) 2.95px 2.95px 3.6px;
}

.wpn-body-main {
	width: fit-content;
	width: -webkit-fill-available;
}

.wpn-body-title {
	font-family: quicksand-bold;
	font-size: 18px;
}

.wpn-body-content {
	font-size: 16px;
}

.wpn-footer {
	padding: 5px 20px;
}

.wpn-footer-main {
	text-align: initial;
}

.wpn-pre-footer-main {
	border-top: 2px solid #F4F4F4;
	margin-top: 10px;
}

.wpn-footer-link {
	font-size: 15px;
}

.wpn-footer-links-separator {
	font-family: 'quicksand';
	color: #E3E8F0;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 15px;
}

#wpn-dismiss-link {
	color: #d8d8d8;
}

#wpn-learn-more-link {
	color: #7FBF42;
}


/*Tablet*/
@media (max-width: 1076px) {

}

/*Phone*/
@media (max-width: 700px) {
	#wp-notification-wrap {
		width: 100%;
		background: #f4f4f4;
		box-shadow: rgb(0 0 0 / 30%) 0px 10px 20px 10px;
	}
}

/* End Notifications */

/* Recycling Tips */

#wp-tip-wrap {
	animation-name: wptnFadeIn;
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 1.8s;
	opacity: 0;
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	position: relative;
}

#wp-tip {
	display: flex;
	overflow: inherit;
	padding: 0;
}

.wpt-wrap {
	display: flex;
	padding: 20px;
}

.wpt-col1 {
	padding-right: 20px;
	border-right: 1px solid #E3E8F0;
	display: flex;
	align-items: center;
}

.wpt-icon {
	background-image: url(images/icons/light-bulb-icon-2.png);
	background-repeat: no-repeat;
	background-size: 44px 40px;
	width: 44px;
	height: 40px;
	background-position: center;
	border-radius: 50%;
	/*box-shadow: rgb(0 0 0 / 20%) 2.95px 2.95px 3.6px;*/
	box-shadow: rgb(0 0 0 / 20%) 2.95px 2.95px 3.6px;
}

.wpt-head {
	/*
	background-color: rgba(227,232,240,.4);
	padding: 5px 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	*/
}

.wpt-head-main {
	display: flex;
	align-items: center;
}

.wpt-head-title {
	font-family: 'quicksand-bold';
	font-size: 16px;
	margin-left: 10px;
}

.wpt-body {
	display: flex;
	padding-left: 20px
}

.wpt-body-main {
	width: fit-content;
	width: -webkit-fill-available;
}

.wpt-body-title {
	font-family: quicksand-bold;
	font-size: 18px;
}

.wpt-body-content {
	font-size: 16px;
}

.wpt-pre-footer-main {
	border-top: 2px solid #F4F4F4;
	margin-top: 10px;
}

.wpt-footer {
	/*background-color: rgba(227,232,240,.4);*/
	padding: 5px 20px;
	/*border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;*/
}

.wpt-footer-main {
	display: flex;
	/*justify-content: center;*/
	align-items: center;
}

.wpt-footer-link {
	/*font-family: quicksand-bold;*/
	font-size: 15px;
}

.wpt-footer-links-separator {
	font-family: 'quicksand';
	color: #E3E8F0;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 15px;
}

#wpt-dismiss-link {
	color: #d8d8d8;
}

#wpt-learn-more-link {
	color: #7FBF42;
}



.wpt-close, .wpn-close {
	box-sizing: border-box;
	position: absolute;

	right: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	border: 2px solid transparent;
	border-radius: 40px
}

.wpt-close::after, .wpn-close::after,
.wpt-close::before, .wpn-close::before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 16px;
	height: 2px;
	background: #2A3747;
	transform: rotate(45deg);
	border-radius: 5px;
	top: 8px;
	left: 1px
}
.wpt-close::after,
.wpn-close::after {
	transform: rotate(-45deg)
}

.wpt-close, .wpn-close {
	cursor: pointer;
}

.wpt-footer-navigation {
	display: flex;
	justify-content: space-between;
	position: absolute;
	right: 10px;
	width: 44px;
}

.wpt-footer-navigation a {
	display: inline-block;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
}

.wpt-footer-navigation a:focus{
	outline:0
}

.wpt-footer-navigation a.wpt-prev {
	background-image: url(images/icons/Back_Icon.png);
}

.wpt-footer-navigation a.wpt-next {
	background-image: url(images/icons/Next_Icon.png);
}

.wpt-overlay {
	width: 100%;
	height: 100%;
	background-color: #7FBF42;
	z-index: 999;
	position: absolute;
	border-radius: 5px;
	font-size: 15px;
}

.wpt-overlay.wpt-overlay-hidden {
	top: 100%;
	-moz-transition: top 0.5s;
	-webkit-transition: top 0.5s;
	transition: top 0.5s;
}

.wpt-overlay.wpt-overlay-visible {
	top: 0;
	-moz-transition: top 0.5s;
	-webkit-transition: top 0.5s;
	transition: top 0.5s;
}

.wpt-overlay-text {
	color: #ffffff;
	height: 65%;
	padding: 20px 20px 10px 20px;
}

.wpt-overlay-text strong {
	font-family: quicksand-bold;
}

.wpt-overlay-buttons {
	color: #ffffff;
	height: 35%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wpt-overlay-buttons span {
	padding: 2px 20px;
	border-radius: 25px;
	cursor: pointer;
}

.wpt-overlay-button-accept {
	background-color: #fff;
	color: #000;
	margin-right: 10px;
	border: 1px solid #fff;
}

.wpt-overlay-button-cancel {
	background-color: transparent;
	color: #fff;
	margin-left: 10px;
	border: 1px solid #fff;
}

/*Phone*/
@media (max-width: 700px) {
	#wp-tip, .wpt-head, .wpt-footer {
		/*border-radius: initial;*/
	}

	#wp-tip-wrap {
		right: initial;
		width: 100%;
		box-shadow: rgb(0 0 0 / 30%) 0px 10px 20px 10px;
	}

	.wpt-footer-navigation {
		right: 10px;
	}

	.wpn-close {
		right: 25px;
		top: 25px;
	}

	.wpt-overlay-text {
		padding: 15px;
		font-size: 14px;
	}

	.wpn-wrap, .wpt-wrap {
		padding: 10px;
	}

	.wpn-col1, .wpt-col1 {
		padding-right: 10px;
	}

	.wpt-body, .wpn-body {
		padding-left: 10px;
	}

	.wpn-footer, .wpt-footer {
		padding: 5px 10px;
	}
}

@keyframes wptnFadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes wptnSlideInUp {
	from {
		bottom: -500px;
	}

	to {
		bottom: 30px;
	}
}

@keyframes wptnSlideInUpMobile {
	from {
		bottom: -500px;
	}

	to {
		bottom: 0px;
	}
}

/* End Recycling Tips */


