/*!
Theme Name: Northstar2018
Theme URI: http://www.northstarrecycling.com/
Author: Darby O'Brien
Author URI: http://darbyobrien.com/
Description: Northstar Recycling 2018
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: northstar2018
Tags: custom-background, custom-logo, custom-menu, featured-images

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.

Northstar2018 is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://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
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin:0 auto 1em;
	line-height:100%;
	}
.overlay-cap span,
#tagline h2,
h1 {
	font-size:2em;
	font-weight:300;
	letter-spacing:.2em;
	text-transform:uppercase;
	}
h2 {font-size:1.7em;}
h3 {
	font-size:1.6em;
	font-weight:300;
	letter-spacing:.2em;
	text-transform:uppercase;
	}
h4,
#job-app .orange-title .gfield_label {
	font-size:1.4em;
	color:#e86d1f;
	}
h5 {font-size:1.3em;}
h6 {font-size:1.1em;
	font-weight:300;
	letter-spacing:.2em;
	text-transform:uppercase;
	}
p, ul, ol {
	font-size:1.1em;
	margin:0 auto 1em;
	line-height:200%;
	}

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: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	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
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://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 {
	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: #232323;
	-webkit-border-radius:0.5em; 
	-moz-border-radius:0.5em; 
	border-radius:0.5em;
	background: #f3f3f3;
	color:#232323;
	font-weight:700;
	padding: .5em 1.5em;
}

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: #ccc;
}

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;
	background:#f3f3f3;
	border: 0px solid #ccc;
	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%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:active,
a:visited,
a:focus {
	color:#e86d1f;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	text-decoration:none;
	outline:0;
	}
a:hover {
	color: #000;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}

a:focus {
	outline:0;
}

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

/*--------------------------------------------------------------
## Header & Menus
--------------------------------------------------------------*/
#mobile-navigation {display:none;}
#masthead {
	background:rgba(0,0,0,.7);
	width:100%;
	position:fixed;
	height:80px;
	z-index:99;
	}
.main-navigation {
	display: block;
	width:50%;
	float:left;
	}
.main-navigation a {
	color:#fff;
	font-weight:400;
	margin:0;
	padding:33px 20px 0;
	display: block;
	text-decoration: none;
	position:relative;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	z-index: 9999;
	}
.main-navigation a:hover {
	color:#e86d1f;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
.main-navigation ul {
	list-style: none;
	margin:0 40px 0 0;
	padding:0;
	text-align:center;
	position:relative;
	float:right;
	}
.main-navigation ul li {
	float: left;
	font-size:14px;
	letter-spacing:.05em;
	line-height:100%;
	position: relative;
	text-transform:uppercase;
	margin:0;
	padding:0;
	}	
.main-navigation ul ul {
	float: left;
	background:rgba(0,0,0,.5);
	position: absolute;
	top: 20px;
	left: -999em;
	width:120px;
	padding-top:34px;
	padding-bottom:10px;
	margin-left:-60px;
	z-index: 8;
	}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
	}
.main-navigation ul ul a {
	width: 120px;
	padding:10px 5px;
	}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 50%;
	}
.main-navigation li {
	float: left;
	position: relative;
	}
.site-logo {
	width:80px;
	height:80px;
	text-align:center;
	position:absolute;
	top:0;
	left:50%;
	z-index:9;
	margin-left:-40px;
	}
.site-logo img {
	display:inline-block;
	vertical-align: middle;
	width:100%;
	height:100%;
	padding:10px;
	}
#contact-menu {
	display: block;
	width:50%;
	float:left;
	}
#contact-menu a {
	color:#fff;
	font-weight:400;
	margin:0;
	padding:6px 20px;
	display: block;
	text-decoration: none;
	position:relative;
	}
#contact-menu ul {
	width:100%;
	list-style: none;
	margin:28px 0 0 100px;
	padding:0;
	text-align:center;
	position:relative;
	}
#contact-menu ul li  {
	float: left;
	font-size:14px;
	letter-spacing:.05em;
	line-height:100%;
	position: relative;
	text-transform:uppercase;
	margin:0 10px;
	padding:0;
	}
#contact-menu .login {
	border:2px solid #fff;
	-webkit-border-radius:.5em;
	-moz-border-radius:.5em;
	border-radius:.5em;
	margin-top:-3px;
	padding:0 10px;
	}
.nav-links {
	display: flex;
	clear:both;
	}
.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 {
	background:#f3f3f3;
	float: left;
	width: 50%;
	padding:1em;
	border-right:1px solid #fff;
	flex: 1;
	}
.nav-links .nav-previous a,
.nav-links .nav-next a {
	color:#000;
	font-weight:400 !important;
	}
.nav-links .nav-previous a:before {
	content:"previous article";
	color:#e86d1f;
	display:block;
	text-transform:uppercase;
	font-size:.6em;
	font-weight:700;
	letter-spacing:.1em;
	padding-bottom:.5em;
	}
.nav-links .nav-next a:before {
	content:"next article";
	color:#e86d1f;
	display:block;
	text-transform:uppercase;
	font-size:.6em;
	font-weight:700;
	letter-spacing:.1em;
	padding-bottom:.5em;
	}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	background:#f3f3f3;
	float: right;
	text-align: right;
	border-left:1px solid #fff;
	width: 50%;
	padding:1em;
	flex: 1;
}

/*----------------------------------------------
## MOBILE MENU ROLLS TOGETHER THE MAIN + LITTLE
----------------------------------------------*/
.menu-toggle {
	font-size:14px;
	font-weight:400;
	letter-spacing:.05em;
	line-height:100%;
	display: block;
	position:fixed;
	top:9px;
	right:1em;
	margin:0;
	text-transform:uppercase;
	border: 2px solid #fff;
	background:none;
	color:#fff;
	box-shadow: none;
	cursor: pointer;
	-webkit-appearance: button;
	text-shadow:none;
	z-index:999;
	}
.menu-toggle:hover,
.menu-toggle:focus {
	border: 2px solid #fff;
	background:none;
	color:#fff;
	box-shadow: none;
	text-shadow:none;
	}
#mobile-navigation.toggled .menu-toggle {
	background:#fff;
	color:#000;
	}
#mobile-navigation {
	margin-top:0;
	float:left;
	clear:both;
	width:100%;
	height:100%;
	}
#mobile-navigation ul {
	background:rgba(0,0,0,.7);
	display: none;
	list-style: none;
	margin:50px 0 0;
	padding:10px 0 1000px;
	text-align:center;
	position:relative;
	}
#mobile-navigation ul ul {padding:0;}
#mobile-navigation ul li {
	font-size:15px;
	letter-spacing:0.1em;
	line-height:100%;
	position: relative;
	text-transform:uppercase;
	margin:0 auto 1em;
	padding:0;
	}
#mobile-navigation a {
	color:#fff;
	font-weight:300;
	margin:0 auto;
	padding:0;
	display: block;
	text-decoration: none;
	}
#mobile-navigation ul li ul {margin:10px 0;}
#mobile-navigation ul li ul li {
	font-size:15px;
	height:20px;
	letter-spacing:0.1em;
	line-height:100%;
	position: relative;
	text-transform:none;
	margin:0 auto;
	padding:0;
	}
#mobile-navigation ul li ul li a {color:#fff;}
.menu-toggle,
#mobile-navigation.toggled ul {display: block;}
#mobile-navigation .sub-menu {background:none;}
#mobile-navigation .login {
	border:2px solid #fff;
	-webkit-border-radius:.5em;
	-moz-border-radius:.5em;
	border-radius:.5em;
	margin-top:2em;
	padding:5px 10px;
	width:90px;
	}

/*-------------------------
# ICON MENUS
-------------------------*/
.menuicon-wrapper,
.alt-menuicon-wrapper,
.staff-wrapper {
	background:#fff;
	width:100%;
	float:left;
	clear:both;
	position:relative;
	padding:4em 13% 5% 14%;
	margin:0;
	text-align:center;
	display:table;
	}
.alt-menuicon-wrapper {padding-top:10%;}
.staff-wrapper {padding:0 10%;}
.iconmenu-entry {
	border-right:5px solid #fff;
	border-left:5px solid #fff;
	background:#f3f3f3;
	width:33.3%;
	margin:0;
	padding:0;
	position:relative;
	display:table-cell;
	vertical-align:top;
	}
.thumb-wrap {
	position:absolute;
	top:-65px;
	left:50%;
	width:130px;
	height:130px;
	background:#e86d1f;
	-webkit-border-radius:50%; 
	-moz-border-radius:50%; 
	border-radius:50%;
	z-index:8;
	margin:0;
	margin-left:-65px;
	padding:0;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
.thumb-wrap:after {
	content:"";
	display:block;
	padding-bottom:100%;
	}
.iconmenu-entry:hover .thumb-wrap {
	background:#000;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
.thumb-img {
	position:absolute;
	width:64%;
	height:64%;
	top:15%;
	left:19%;
	margin:0;
	padding:0;
	}
.iconmenu-content {
	width:100%;
	float:left;
	margin:0;
	padding:60px 1em 4em;
	}
.iconmenu-entry h5 {
	color:#000;
	margin:1em auto;
	}
.iconmenu-entry p {
	color:#555;
	text-align:left;
	font-weight:400;
	line-height:150%;
	}
.iconmenu-up {
	background: url("images/up-arrow.png") no-repeat 0 0;
	background-position:center center;
	background-size:50px;
	height:25px;
	width:100%;
	position:absolute;
	bottom:-3px;
	margin:0 auto;
	cursor:pointer;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
.iconmenu-entry:hover .iconmenu-up {
	background: url("images/up-arrow-blk.png") no-repeat 0 0;
	background-position:center center;
	background-size:50px;
	bottom:-5px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
.lm-btn {
	font-size:1em;
	width:100%;
	position:absolute;
	text-align:center;
	bottom:1.5em;
	left:0;
	color:#e86d1f;	
	}
/* TEAM MENU VARIATION*/
.teammenu-entry {
	width:20%;
	margin:0;
	padding:1%;
	float:left;
	position:relative;
	text-align:center;
	}
.teammenu-entry:after {
	content:"";
	display:block;
	padding-bottom:0;
	}
.teammenu-thumb {
	background:#e86d1f;
	width:80%;
	-webkit-border-radius:50%; 
	-moz-border-radius:50%; 
	border-radius:50%;
	float:left;
	margin:0 10% 2em;
	padding:0;
	position:relative;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	cursor:pointer;
	}
.teammenu-thumb:after {
	content:"";
	display:block;
	padding-bottom:100%;
	}
.teammenu-img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}
.teammenu-up {
	background: url("images/up-arrow.png") no-repeat 0 0;
	background-position:center center;
	background-size:50px;
	height:25px;
	width:100%;
	position:absolute;
	bottom:-3px;
	left:0;
	margin:0 auto;
	cursor:pointer;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
.teammenu-entry:hover .teammenu-up,
.teammenu-thumb.selected .teammenu-up {
	background: url("images/up-arrow-blk.png") no-repeat 0 0;
	background-position:center center;
	background-size:50px;
	bottom:-5px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
.teammenu-entry:hover .teammenu-thumb,
.teammenu-thumb.selected {
	background:#000;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
.teammenu-entry h5 {color:#000;}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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;
	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
--------------------------------------------------------------*/
#primary {
	width:100%;
	margin-top:0;
	min-height:100vh;
	float:left;
	clear:both;
	background:#fff;
	}
#primary-home a,
#primary a,
#secondary a {font-weight:700;}	
/* VERTICALLY CENTERED */
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
	}
.middle {
    display: table-cell;
    vertical-align: middle;
	}
.inner {
    margin-left: auto;
    margin-right: auto; 
    width:100%;
	}
/* ANCHOR FOR PAGES */
.anchor{
	font-size:1rem;
	display: block;
	height: 120px;
	margin-top:-120px;
	visibility: hidden;
	}
.team-anchor{
	font-size:1rem;
	display: block;
	height: 120px;
	margin-top:-120px;
	visibility: hidden;
	}
.down-anchor {
	background: url("images/down-arrow.png") no-repeat 0 0;
	background-size:100%;
	height:25px;
	width:50px;
	clear:both;
	margin:0 auto 3em;
	cursor: pointer;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
.down-anchor:hover {
	opacity:.5;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}	
/*-------------------------------------------
# SINGLE BLOG POST + MAIN INDEX TEMPLATE
-------------------------------------------*/
/* LAZY LOADER STYLES */
/* .infinite-wrap IS FOR THE CONTENT TEMPLATE PART */
.padded-blog {
	background:#fff;
	width:100%;
	margin:0 auto;
	padding:3em 13.8% 0;
	position:relative;
	float:left;
	clear:both;
	}
.infinite-wrap {
	width:100%;
	margin:0 auto;
	padding:0 13.8%;
	position:relative;
	float:left;
	clear:both;
	}
div#infinite-handle {
	text-align:center;
	float:left;
	clear:both;
	margin:1em auto;
	width:100%;
	position:relative;
	z-index:9;
	}
div#infinite-handle span {background:none;}
div#infinite-handle span button,
div#infinite-handle span button:hover {
	text-transform:uppercase;
	color:#000;
	font-weight:700;
	border:0;
	font-size:1.2em;
	letter-spacing:.1em;
	padding:1em;
	}
.blog-header {
	width:100%;
	float:left;
	clear:both;
	position:relative;
	padding:150px 0 0;
	margin:0;
	}
.blog-header hr {
	background-color:#404040;
	width:140px;
	height:1.5px;
	margin:2em auto 70px;
	}
.dateline {
	color:#e86d1f;
	font-size:1em;
	padding:0 0 1em;
	font-weight:700;
	/*margin-top:-2em;*/
	text-align:left;
	}
.featured-pic {
	width:100%;
	height:400px;
	text-align:center;
	margin:0 auto 1em;
	}
.featured-pic img {width:100%;}
/* BLOG MENU */
#blog-menu {
	background:#232323;
	width:100%;
	float:left;
	clear:both;
	position:relative;
	padding:2em 14.2%;
	margin:0;
	text-align:center;
	}
#blog-menu ul {
	list-style: none;
	margin:10px 0 0;
	padding:0;
	position:relative;
	}
#blog-menu ul li {
	float: left;
	font-size:.75em;
	letter-spacing:.05em;
	line-height:100%;
	position: relative;
	margin:0 0 10px;
	padding:0 .8em;
	border-left:1px solid #e86d1f;
	}
#blog-menu .current-menu-item a {
	text-transform:uppercase;
	color:#e86d1f;
	font-weight:400;
	}
#blog-menu ul:before {
	content:"Categories";
	display:block;
	color:#e86d1f;
	float:left;
	font-size:.85em;
	padding-right:.7em;
	line-height:.8em;
	}
#blog-menu a,
#blog-menu a:active,
#blog-menu a:visited,
#blog-menu a:focus {
	color:#fff;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	text-decoration:none;
	outline:0;
	}
#blog-menu a:hover {
	color:#e86d1f;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
#newsletter-wrap {
	background:#f3f3f3;
	width:100%;
	padding:60px 5%;
	position:relative;
	display: flex;
	display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	}
#newsletter-wrap .gfield_required {color:#e86d1f;}	
#newsletter-wrap h4 {
	width:260px;
	line-height:32px;
	margin:0;
	padding:0 20px 0 0;
	}
#newsletter-wrap .gform_wrapper {
	width:500px;
	height:32px;
	position:relative;
	}
#newsletter-wrap .ginput_container_email {
	width:340px;
	height:32px;
	padding:0;
	margin:0;
	}
#newsletter-wrap .gfield_label {display:none;}
#newsletter-wrap input[type="text"],
#newsletter-wrap input[type="email"] {
	background:#fff;
	width:340px;
	height:32px;
	}
#newsletter-wrap .gform_wrapper .gform_footer input.button, 
#newsletter-wrap .gform_wrapper .gform_footer input[type="submit"] {
	background:#fff;
	color:#e86d1f;
	border:1px solid #e86d1f;
	text-transform:uppercase;
	width:130px;
	height:32px;
	padding:0;
	margin:0;
	position:absolute;
	top:0;
	right:0;
	}
#newsletter-wrap ul {list-style:none;}
#newsletter-wrap ul,
#newsletter-wrap li {
	font-size:1em;
	margin:0;
	padding:0;
	}
	/* PLACEHOLDER OPACITY STRONG ARM */
	::-webkit-input-placeholder {
	   opacity:1 !important;
	   color:#444 !important;
	}

	:-moz-placeholder { /* Firefox 18- */
	   opacity:1 !important;
	   color:#444 !important; 
	}

	::-moz-placeholder {  /* Firefox 19+ */
	   opacity:1 !important;
	   color:#444 !important;  
	}

	:-ms-input-placeholder {  
	   opacity:1 !important;
	   color:#444 !important;  
	}
	
/*-------------------------------------------
# THE HOMEPAGE
-------------------------------------------*/	
#tagline {
	width:100%;
	height:100vh;
	position:relative;
	margin:0 auto;
	text-align:center;
	}
#tagline img {
	width:12vw;
	margin:80px auto 2em;
	}
#tagline h2 {
	color:#fff;
	text-transform:uppercase;
	font-weight:300;
	max-width:50%;
	letter-spacing:.2em;
	margin:0 auto 2em;
	}
.down-arrow {
	background: url("images/down-arrow.png") no-repeat 0 0;
	background-size:100%;
	height:25px;
	width:50px;
	clear:both;
	margin:0 auto 3em;
	cursor: pointer;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
.down-arrow:hover {
	opacity:.5;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
/* .hp-content IS ALSO USED ON ABOUT, CLIENTS, SERVICES */
.hp-content,
.alt-hp-content,
.short-content {
	width:100%;
	float:left;
	clear:both;
	position:relative;
	padding:100px 15%;
	margin:0;
	}
.alt-hp-content {
	background:#fff;
	padding:5% 15%;
	}
.short-content {
	padding:0 15%;
	}
.white-overlay {
	background:rgba(255,255,255,.8);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	}
.overlay-content {
	position:relative;
	z-index:3;
	}
.hp-content hr,
.alt-hp-content hr {
	background-color:#404040;
	width:140px;
	height:1.5px;
	margin:0 auto 3em;
	}
.hp-content h4 {
	padding-top:1em;
	}
.hp-content h4:first-child {
	padding-top:0;
	}
/* COLLAGE ON HOMEPAGE */
.collage-wrap {
	width:100%;
	float:left;
	clear:both;
	height:360px;
	margin:0;
	padding:0;
	position:relative;
	}
.overlay-cap {
	background:rgba(0,0,0,.7);
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	z-index:8;
	}
.overlay-cap span {
	color:#fff;
	text-transform:uppercase;
	font-weight:300;
	letter-spacing:.2em;
	margin:0 auto 2em;
	}
.hp-collage {
	width:33%;
	height:100%;
	float:left;
	margin:0;
	padding:0;
	}
.hp-collage:nth-of-type(3) {width:34%;}
/* LOGO SLIDER ON HOMEPAGE */
.logo-slider {
	background:#fff;
	width:100%;
	margin:0 auto;
	padding:1em 5%;
	position:relative;
	float:left;
	clear:both;
	}
.wpls-logo-slider.center .slick-slide {
	opacity:1 !important;
	transform: scale(.8) !important;
	transition: all 300ms ease 0s;
	}
.wpls-logo-showcase.center .slick-center {
	opacity: 1;
	transform: scale(.8);
	}
/* BLOG TEASER ON HOMEPAGE */
.padded-row {
	background:#f3f3f3;
	width:100%;
	margin:0 auto;
	padding:3em 13.8%;
	position:relative;
	float:left;
	clear:both;
	}
.padded-row hr {
	background-color:#404040;
	width:140px;
	height:1.5px;
	margin-top:0;
	}
#talk-teaser {padding-bottom:2em;}
.hp-blog-entry {
	width:32%;
	margin:0 .6% 1.2%;
	float:left;
	position:relative;
	border:1px solid #ccc;
	}
.hp-blog-entry:after {
	content:"";
	display:block;
	padding-bottom:100%;
	}
.hp-blog-thumb {
	position:absolute;
	width:100%;
	height:61%;
	top:0;
	left:0;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
.hp-blog-content {
	width:100%;
	height:40%;
	background:#363636;
	position:absolute;
	bottom:0;
	left:0;
	padding:1em 5%;
	}
.hp-blog-content h4,
.hp-blog-content p {
	color:#fff;
	letter-spacing:.05em;
	line-height:110%;
	}
.hp-blog-content h4 {
	font-weight:700;
	font-size:1.2vw;
	margin:0;
	}
.hp-blog-content p {
	position:absolute;
	bottom:1em;
	left:1em;
	font-size:1.1vw;
	margin:0;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
.hp-blog-entry:hover .hp-blog-content p {
	color:#e86d1f;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
.hp-blog-entry:hover .hp-blog-thumb {
	opacity:.5;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
/* CONTACT SIDEBAR STYLES - HOMEPAGE ONLY */
#secondary {
	background:#fff;
	margin:0;
	padding:5% 10% 0;
	float:left;
	clear:both;
	width:100%;
	text-align:center;
	}
#secondary hr {
	background-color:#404040;
	width:140px;
	height:1.5px;
	margin-top:0;
	}
#secondary .widget {
	width:40%;
	float:left;
	padding:5%;
	text-align:left;
	}
#secondary .widget:nth-of-type(2) {width:60%;}
#secondary ul {
	margin:0;
	padding:0;
	list-style:none;
	}
/* GRAVITY FORMS TWEAKS */
#secondary .gfield_required {color:#e86d1f;}
#secondary .name_first label {display:none;}
#secondary .gform_wrapper {margin-top:0;}
#secondary .gform_anchor {
	font-size:1rem;
	display: block;
	height: 120px;
	margin-top:-120px;
	visibility: hidden;
	position:relative;
	}
	
/*---------------------------
## DEFAULT PAGE STYLES
--------------------------*/
.page-banner {
	width:100%;
	height:100vh;
	float:left;
	clear:both;
	position:relative;
	}
.banner-title {
	background:#fff;
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	padding-top:2em;
	}
.banner-title hr {
	background-color:#404040;
	width:140px;
	height:1.5px;
	margin:2em auto;
	}
.default-content,
.alt-default-content {
	background:#fff;
	width:100%;
	float:left;
	clear:both;
	position:relative;
	padding:150px 15% 2em;
	margin:0;
	}
.alt-default-content {padding-bottom:0;}
.default-content hr,
.alt-default-content hr {
	background-color:#404040;
	width:140px;
	height:1.5px;
	margin:2em auto;
	}
.page-title {
	text-align:center;
	}
.archive-row {
	width:100%;
	margin:0 auto;
	padding:0 11.8% 10%;
	position:relative;
	float:left;
	clear:both;
	text-align:center;
	}

/*---------------------------
## ABOUT PAGE STYLES
--------------------------*/
.about-content {
	background:#fff;
	width:100%;
	float:left;
	clear:both;
	position:relative;
	padding:70px 15%;
	margin:0;
	}
.about-content hr {
	background-color:#404040;
	width:140px;
	height:1.5px;
	margin:2em auto;
	}
/* DARK BACKGROUND + WHITE TEXT EXCERPT USED ON ABOUT PAGE */
.excerpt-content {
	background:#363636;
	width:100%;
	float:left;
	clear:both;
	position:relative;
	padding:5% 15%;
	margin:0;
	color:#fff;
	}
.excerpt-content ul {
	width:100%;
	font-size: 1.3vw;
	list-style:none;
	margin:0;
	padding: 1em 0;
	font-weight:700;
	text-align:center;
	display: table;
	}
.excerpt-content ul li {
	display: table-cell;
	padding:5px 15px;
	vertical-align:middle;
	margin:0;
	border-right:1px solid #e86d1f;
	}
.excerpt-content ul li:last-child {
	border:0;
	white-space: nowrap;
	}

/*---------------------------
## SERVICES MAIN STYLES
--------------------------*/
/* FULL WIDTH META SLIDER WRAPPER */
.nslider-wrap {
	width:100%;
	float:left;
	clear:both;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
	}
.nslider-wrap .metaslider .caption-wrap {
    position: absolute;
    bottom:0;
    left: 0;
    color: #fff;
    opacity: 1;
    margin: 0;
    display: flex;
    width: 100%;
    line-height:100%;
    height: 100%;
	text-align:center;
	}
.nslider-wrap .metaslider .caption {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .2em;
    font-size: 3vw;
    margin: 0 auto;
	display:flex;
    align-items: center;
    vertical-align: middle;
	}
/* THE CIRCLES BEGIN */	
.little-chart {display:none;}
.services-row {
	width:100%;
	margin:0 auto;
	padding:5% 11.8%;
	position:relative;
	float:left;
	clear:both;
	text-align:center;
	}
.services-row h3 {padding-bottom:.75em;}
.services-row hr {
	background-color:#404040;
	width:140px;
	height:1.5px;
	margin:0 auto;
	margin-bottom:-5%;
	}
.service-entry {
	width:30%;
	margin:0 1.6% 7%;
	float:left;
	position:relative;
	padding:0 3.5%;
	cursor:pointer;
	}
.hidden-content {
	display:block;
	width:100%;
	height:100%;
	padding:0;
	position:fixed;
	z-index:9;
	top:0;
	left:0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
    -ms-transform: scale(0,0);
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
	}
.service-circle.active .flyout-overlay {
	background: url("images/flyout-overlay.png") no-repeat 0 0;
	background-size:cover;
	width:100%;
	height:100%;
	padding:0;
	position:fixed;
	z-index:9;
	top:0;
	left:0;	
	}
.service-circle.active .hidden-content {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
	}
/* hc is short for hidden content */
.hc-inner {
	width:70%;
	height:70%;
	position:absolute;
	top:15%;
	left:15%;
	margin:0;
	padding:0;
	background:#f3f3f3;
	box-shadow:1px 1px 2px 1px #999;
	}
.hc-img {
	position:absolute;
	top:0;
	left:0;
	width:40%;
	height:100%;
	margin:0;
	padding:0;
	}
.hc-textwrap {
	position:absolute;
	top:0;
	right:5%;
	width:50%;
	height:100%;
	margin:0;
	padding:0;
	display: table;
	}
.hc-text {
    display: table-cell;
    vertical-align: middle;
	text-align:left;
	}
.hc-text h5 {
	font-size:1.8vw;
	color:#e86d1f;
	margin:0 auto .25em;
	line-height:160%;
	}
.hc-text p {}
.close-button {
	width:50px;
	height:50px;
	background:#e86d1f;
	-webkit-border-radius:50%; 
	-moz-border-radius:50%; 
	border-radius:50%;
	position:absolute;
	top:-50px;
	right:-50px;
	color:#fff;
	font-weight:700;
	line-height:50px;
	font-size:25px;
	cursor:pointer;
	}
.service-entry:nth-of-type(4) {clear:both;}
.service-circle {
	width:100%;
	-webkit-border-radius:50%; 
	-moz-border-radius:50%; 
	border-radius:50%;
	float:left;
	position:relative;
	box-shadow:1px 1px 1px #ccc;
	cursor:pointer !important;
	}
.service-circle:after {
	content:"";
	display:block;
	padding-bottom:100%;
	}		
.up-arrow {
	background: url("images/up-arrow.png") no-repeat 0 0;
	background-position:center center;
	background-size:30px;
	height:14px;
	width:100%;
	position:absolute;
	bottom:-4px;
	margin:0 auto;
	cursor:pointer;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	}
.service-circle:hover .up-arrow {
	bottom:-2px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	}
.service-content {
	clear:both;
	width:100%;
	margin:0 auto;
	padding:.5em 0;
	}
.service-content h5,
.service-content h6 {
	font-size:1.4vw;
	font-weight:700;
	letter-spacing:.01em;
	text-transform:capitalize;
	margin:0 auto;
	line-height:150%;
	color:#232323;
	width:70%;
	}
.service-content h5 {width:50%;}

/*---------------------------
## TEAM GALLERY STYLES
--------------------------*/
.row-wrapper {
	width:100%;
	margin:0;
	padding:0;
	float:left;
	clear:both;
	position:relative;
	}
.team-header {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	}
.owners-row,
.recycling-row,
.business-row,
.account-row,
.finance-row {
	background:#fff;
	width:100%;
	margin:0 auto;
	padding:0 5%;
	position:relative;
	top:0;
	height:0;
	left:-100%;
	text-align:center;
	overflow:hidden;
	transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	display:flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	}
.open-it {
	left:0;
	height:auto;
	padding-top:3em;
	transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	}
.team-entry {
	width:290px;
	height:375px;
	margin:1em;
	float:left;
	position:relative;
	padding:0;
	cursor:pointer;
	}
.team-overlay {
	background: url("images/team-cutout.png") no-repeat 0 0;
	background-size:cover;
	background-position:center center;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	z-index:8;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
.team-entry:hover .team-overlay {
	background:rgba(232,109,31,.3);
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
.team-arrow {
	background: url("images/up-arrow.png") no-repeat 0 0;
	background-position:center center;
	background-size:50px;
	height:25px;
	width:100%;
	position:absolute;
	top:248px;
	left:0;
	z-index:99;
	display:block;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	}
.team-entry:hover .team-arrow {
	top:254px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	} 
.team-title {
	color:#232323;
	width:100%;
	position:absolute;
	top:280px;
	left:0;
	padding:0;
	margin:0 auto;
	z-index:9;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
.team-title h5,
.team-title h6 {
	margin:0;
	padding:0;
	letter-spacing:.01em;
	line-height:150%;
	}
.team-title h5 {font-size:1em;}
.team-title h6 {
	font-size:.8em;
	font-weight:300;
	}
.team-entry:hover .team-title {
	background:none;
	color:#fff;
	top:290px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
.hidden-team {
	background:#f3f3f3;
	width:80%;
	height:70%;
	padding:0;
	position:fixed;
	top:15%;
	left:10%;
	transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
    -ms-transform: scale(0,0);
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
	}
.team-entry.reveal .hidden-team {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
	z-index:999!important;
	}
.team-entry.reveal .team-entry {z-index:1;}
.team-entry.reveal .flyout-overlay {
	background: url("images/flyout-overlay.png") no-repeat 0 0;
	background-size:cover;
	width:100%;
	height:100%;
	padding:0;
	position:fixed;
	z-index:9;
	top:0;
	left:0;	
	}
.ht-img {
	position:absolute;
	top:0;
	left:0;
	width:40%;
	height:100%;
	margin:0;
	padding:0;
	}
.ht-text {
	text-align:left;
	position:absolute;
	top:0;
	right:0;
	width:60%;
	height:100%;
	margin:0;
	padding:2em;
	line-height:140%;
	overflow-y:scroll;
	}
.ht-text img {display:none;}
.ht-text h5 {
	color:#e86d1f;
	margin:0;
	line-height:160%;
	}
.ht-text h6,
.ht-text ul,
.ht-text p {
	line-height:160%;
	}
.ht-text h6 {margin:0;}
.ht-text ul {
	list-style:none;
	margin:0 0 1em;
	padding:0;
	}
	
/*-----------------------------------------------------------
## CLIENT PAGE STYLES - GRID OF CIRCLES SHARED WITH SERVICES
------------------------------------------------------------*/
#testimonials {
	width:100%;
	float:left;
	clear:both;
	overflow:hidden;
	position:relative;
	padding:0;
	margin:0;
	text-align:center;
	}
#testimonials img {max-height:400px;}
#testimonials .metaslider .caption-wrap {
	height:100%;
	width:100%;	
	display: flex;
	display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	/*background:rgba(255,255,255,.8);
	opacity:1;*/
	color:#000;
	
	}
#testimonials .metaslider .caption {
	max-width:100%;
	padding:0 20%;
	}
#testimonials p {
	font-size:1em;
	font-weight:700;
	}
#testimonials .flex-direction-nav .flex-next,
#testimonials .flexslider:hover .flex-next {opacity:1;right: 10%; }
#testimonials .flex-direction-nav .flex-prev,
#testimonials .flexslider:hover .flex-prev {opacity:1;left: 10%;}

/* CLIENTS GRID */
.main-clients {
	width:100%;
	float:left;
	clear:both;
	position:relative;
	padding:5% 15% 0;
	margin:0;
	margin-bottom:-5%;
	}
.main-clients hr {
	background-color:#404040;
	width:140px;
	height:1.5px;
	margin:2em auto 4em;
	}	
.clients-row {
	width:100%;
	margin:0 auto;
	padding:0 11.8% 10%;
	position:relative;
	float:left;
	clear:both;
	text-align:center;
	}
.client-entry {
	width:27%;
	margin:10% 3.1% 1em;
	float:left;
	position:relative;
	padding:0;
	cursor:pointer;
	}
.client-entry:after {
	content:"";
	display:block;
	padding-bottom:100%;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
.client-overlay,
.services-overlay {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	z-index:8;
	-webkit-border-radius:50%; 
	-moz-border-radius:50%; 
	border-radius:50%;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
.client-entry:hover .client-overlay {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	}
.client-arrow {
	background: url("images/up-arrow.png") no-repeat 0 0;
	background-position:center bottom;
	background-size:50px;
	height:25px;
	width:100%;
	position:absolute;
	bottom:-5px;
	left:0;
	z-index:99;
	display:block;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	}
.client-entry:hover .client-arrow {
	bottom:-3px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	} 
.client-title {
	color:#232323;
	width:100%;
	position:absolute;
	top:100%;
	left:0;
	padding:10px 5%;
	margin:0 auto;
	z-index:9;
	}
.client-title h5 {
	font-size:1.2em;
	margin:0;
	padding:0;
	letter-spacing:.01em;
	line-height:140%;
	}
.hidden-client {
	background:#f3f3f3;
	width:70%;
	height:70%;
	padding:0;
	position:fixed;
	top:15%;
	left:15%;
	transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
    -ms-transform: scale(0,0);
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
	}
.client-entry.reveal .hidden-client {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
	z-index:999!important;
	}
.client-entry.reveal .client-entry {z-index:1;}
.client-entry.reveal .flyout-overlay {
	background: url("images/flyout-overlay.png") no-repeat 0 0;
	background-size:cover;
	width:100%;
	height:100%;
	padding:0;
	position:fixed;
	z-index:9;
	top:0;
	left:0;	
	}
.hc-img {
	position:absolute;
	top:0;
	left:0;
	width:40%;
	height:100%;
	margin:0;
	padding:0;
	}
.hidcli-text {
	text-align:left;
	position:absolute;
	top:0;
	right:0;
	width:60%;
	height:100%;
	line-height:200%;
	margin:0;
	padding:5%;
	overflow-y:scroll;
	}
.hidcli-text img {display:none;}
.hidcli-text h5 {
	color:#e86d1f;
	margin:0;
	line-height:160%;
	}
.hidcli-text h6,
.hidcli-text ul,
.hidcli-text p {line-height:160%;}
.hidcli-text h6 {margin:0;}
.hidcli-text ul {
	list-style:disc;
	margin:0 0 1em 1.5em;
	padding:0;
	}
	
/*----------------------------------
## CAREER PAGE + JOB POSTING STYLES
----------------------------------*/
.jobs-hero {
	width:100%;
	}
.jobs-hero img {
	width:100%;
	max-width:2000px;
	margin:80px auto 0;
	padding:0;
	display:block;
	}
.jobs-title {
	background:#fff;
	width:100%;
	position:relative;
	left:0;
	bottom:0;
	padding:2em 0;
	}
.jobs-title hr {
	background-color:#404040;
	width:140px;
	height:1.5px;
	margin:2em auto;
	}
.job-posting {
	width:100%;
	float:left;
	clear:both;
	position:relative;
	padding:10% 15% 0;
	margin:0;
	}
.job-posting hr {
	background-color:#404040;
	width:140px;
	height:1.5px;
	margin:1em auto 4em;
	}
.job-date {
	font-size:1.7vw;
	color:#e86d1f;
	}
.job-posting h6 {
	font-weight:700;
	padding-top:1em;
	line-height:200%;
	}
.job-posting ul {
	list-style:none;
	margin:0 auto 1em;
	padding:0;
	}
.job-posting ul li:before {
	content:"-";
	letter-spacing:.25em;
	}
/* THE JOB FORM */
#job-app {
	width:100%;
	float:left;
	clear:both;
	position:relative;
	padding:5% 15%;
	margin:0;
	}
#job-app .name_first label,
#job-app .name_last label {display:none !important;}
#job-app .gform_wrapper .gfield_required {color:#e86d1f;}
#job-app .gform_body ul {font-size:1.1em !important;}
#job-app .orange-title select {
	font-weight:700;
	background: url("images/select.png") no-repeat 0 0 #f3f3f3;
	background-position:right center;
	background-size:44px;
	border:0;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
	outline:0;
	}
#job-app .orange-title select option {background:#f3f3f3;}
#job-app .gform_description {font-style:italic;}
.hide-description #job-app .gform_description {display:none;}
.hide-description #job-app {padding-top:0;}
/*-------------------
## ARCHIVES
-------------------*/
.archive-header {
	width:100%;
	float:left;
	clear:both;
	position:relative;
	margin:100px 0 0;
	padding:5%;
	}
.archive-header hr {
	background-color:#404040;
	width:140px;
	height:1.5px;
	margin:2em auto 4em;
	}
	
/*--------------------------------------------------------------
## FOOTER STYLES
--------------------------------------------------------------*/
#colophon {
	background: url("images/logo.png") no-repeat 0 0 #232323;
	background-size:100px;
	background-position:center 20px;
	color:#797979;
	width:100%;
	float:left;
	clear:both;
	padding:140px 10% 10px;
	text-align:center;
	margin:0;
	}
#social-menu ul {
	width:120px;
	list-style:none;
	margin:1em auto 0;
	padding:0;
	}
#social-menu ul li {
	float:left;
	margin:0 5px;
	width:30px;
	height:30px;
	overflow:hidden;
	text-indent:-9999px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	}
#social-menu ul li a {
	float:left;
	width:30px;
	height:30px;
	}
#social-menu .linkedin {
	background: url("images/linkedin.png") no-repeat 0 0 #797979;
	background-size:12px;
	background-position:center center;
	}
#social-menu .twitter {
	background: url("images/twitter.png") no-repeat 0 0 #797979;
	background-size:16px;
	background-position:center center;
	}
#social-menu .facebook {
	background: url("images/facebook.png") no-repeat 0 0 #797979;
	background-size:18px;
	background-position:center center;
	}
	
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	width:100% !important;
	position:relative;
	}

.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;
	font-size:.8em;
	font-style:italic;
	color:#777;
}

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## MEDIA QUERIES
--------------------------------------------------------------*/

@media screen and (min-width:1400px) {
	#tagline h2 {max-width:700px;}
	#tagline img {max-width:260px;}
	.excerpt-content ul {font-size:1.2em;}
}

@media screen and (max-width:1070px) {
	.main-navigation a {padding:33px 10px 0;}
	#contact-menu a {padding: 6px 10px;}
}

@media screen and (max-width:900px) {	
	.main-navigation,
	#contact-menu {display:none;}
	#mobile-navigation {display:block;}
	#masthead {height:50px;}
	.site-logo {
		width:50px;
		height:50px;
		margin-left:-25px;
		}
	.jobs-hero img {margin-top:50px;}
	.site-logo img {padding:3px;}
	.hp-content,
	.excerpt-content,
	.default-content {padding:70px 2em;}
	.alt-hp-content,
	.about-content,
	.padded-row,
	.main-clients {padding:2em 2em 1em;}
	.padded-blog {padding:2em 2em 0;}
	.infinite-wrap,
	.short-content {padding:0 2em;}
	#job-app {padding:1em 2em 0;}
	.available-positions {
		text-align:center;
		padding:2em 2em 1em;
		margin:0;
		}
	.available-positions ul {font-size:.9em;margin:0 auto;}
	.available-positions li {
		float:none;
		margin:0 auto 1em;
		border-right:0;
		}
	.available-positions ul li:after {
		height:1px;
		width:80px;
		background:#e86d1f;
		content:"";
		display:block;
		margin:1em auto 0;
		}
	.available-positions ul li:last-child:after {display:none;} 
	.staff-wrapper {padding:0;}
	.alt-menuicon-wrapper {padding:70px 2em;}
	.menuicon-wrapper {padding:3em 2em;}
	.owners-row,
	.recycling-row,
	.business-row,
	.account-row,
	.finance-row {padding:1em .5em;}
	.blog-header {padding:100px 0 0;}
	.blog-header hr {margin:2em auto 40px;}
	h1,
	#tagline h2,
	.overlay-cap span {font-size:1.5em;}
	h2 {font-size:1.4em;}
	h3 {font-size:1.3em;}
	h4,
	.iconmenu-entry h5,
	#job-app .orange-title .gfield_label {font-size:1.2em;}
	.client-title h5,
	h5 {font-size:1.1em;}
	h6, p, ul, ol {font-size:1em;}
	.clients-row {padding:0 5% 10%;}
	.client-entry {
		width:45%;
		margin:7% 2.5%;
		}
	.excerpt-content ul {
		font-size: 1em;
		padding:0;
		display: block;
		}
	.excerpt-content ul li {
		display: block;
		padding:.5em;
		margin:0 auto;
		max-width:80%;
		border-right:0;
		}
	.excerpt-content ul li:after {
		height:1px;
		width:80px;
		background:#e86d1f;
		content:"";
		display:block;
		margin:1em auto 0;
		}
	.excerpt-content ul li:last-child:after {display:none;}
	#tagline img {
	    width: 103px;
	    margin-bottom:2em;
		}
	#tagline h2 {
		margin-bottom:1.5em;
		max-width:370px;
		}
	.down-arrow {
		height:20px;
		width:41px;
		margin-bottom:2em;
		}
	.hidden-client,
	.hidden-team {
		width:100%;
		height:100%;
		top:0;
		left:0;
		}
	.close-button {
		width:35px;
		height:35px;
		top:1em;
		right:1em;
		line-height:35px;
		font-size:20px;
		z-index:9999;
		}
	.hc-img {display:none;}
	.hidcli-text {
		top:0;
		width:100%;
		height:100%;
		padding:1em 2em;
		}
	.hidcli-text img {
		display:block;
		position:relative;
		z-index:-1;
		margin-bottom:1em;
		width:100%;
		}
	.little-chart {
		width:100%;
		height:150px;
		background:#e86d1f;
		float:left;
		clear:both;
		margin-bottom:1em;
		position:relative;
		z-index:-1;
		display:block;
		}
	#newsletter-wrap {
		padding:2em 1.5em 90px;
		display: flex;
		display: -webkit-flex;
	    -webkit-flex-direction: column;
	    flex-direction: column;
		text-align:center;
		overflow:hidden;
		}
	#newsletter-wrap h4 {
		width:100%;
		margin:0 auto;
		padding:0;
		}
	#newsletter-wrap .gform_wrapper {width:100%;}
	#newsletter-wrap .ginput_container_email,
	#newsletter-wrap input[type="text"],
	#newsletter-wrap input[type="email"] {
		width:280px;
		margin:0 auto;
		}
	#newsletter-wrap .gform_wrapper .gform_footer input.button, 
	#newsletter-wrap .gform_wrapper .gform_footer input[type="submit"] {
		width:130px;
		height:32px;
		padding:0;
		margin:0 auto;
		position:relative;
		left:50%;
		margin-left:-65px;
		}
		
}

@media screen and (max-width:800px) {
.iconmenu-entry p,
.lm-btn,
.teammenu-entry h5  {font-size:1em;}
#testimonials p  {
	font-size:.8em;
	line-height:120%;}
#testimonials img {height:300px !important;}
/*.alt-menuicon-wrapper {padding:70px 2em;}*/
.menuicon-wrapper {
	display:flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center; 
	justify-content: center;
	}
.iconmenu-entry {
	border:0;
	width:270px;
	margin:20px auto 70px;
	position:relative;
	display:flex;
	float:none;
	clear:both;
	}
.iconmenu-entry:last-child {margin-bottom:0;}

}

@media screen and (max-width:700px) {
	#blog-menu ul:before {
		width:100%;
		clear:both;
		line-height:220%;
		text-align:left;
		}
	#blog-menu ul li:first-child {
		border:0;
		padding-left:0;
		}
	.hp-blog-entry {
	    width: 270px;
		float:none;
	    margin: 0 auto 1em;
	    clear:both;
		}
	.hp-blog-content h4,
	.hp-blog-content p {font-size:.85em;}
	#secondary .widget,
	#secondary .widget:nth-of-type(2) {
	    width: 100%;
	    clear:both;
	    padding:1em 5% 0;
		}
	.hidden-team {/*min-height:400px;*/}
	.ht-img {
		display:none;width:100px;
		height:100px;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
		top:10px;
		left:10px;
		position:relative;
		/*margin-left:-60px;*/
		z-index:4;
		}
	.hidcli-text {font-size:85%;}
	.ht-text img {
		width:100px;
		height:100px;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
		margin-left:-50px;
		position:relative;
		left:50%;
		z-index:4;
		display:block;
		vertical-align:middle;
		}
	.ht-text {
		font-size:85%;
		/*background:#fff;*/
		width:100%;
		height:100%;
		top:0;
		padding:1em 3em;
		z-index:3;
		float:left;
		}
	.ht-text h6 {letter-spacing:1px;}
		
}

@media screen and (max-width:600px) {
	.hp-collage {width:100%;}
	.hp-collage:nth-of-type(2),
	.hp-collage:nth-of-type(3) {display:none;}
	.teammenu-entry {
		width:50%;
		padding:0 5%;
		}
	.teammenu-entry:last-child {
		clear:both;
		margin-left:25%;
		}
	.client-entry {
		width:90%;
		clear:both;
		margin:12% 5%;
		}
	.hp-content hr,
	.padded-row hr,
	#secondary hr {
	    width: 90px;
	    height: 1px;
		}
	.nav-links {display: block;font-size:90%;}
	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous {
		width: 100%;
		clear:both;
		border-bottom:1px solid #fff;
		border-right:0;
		}
	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		border-left:0;
		width: 100%;
		}


		
}