/**
 * Table of Contents:
 * (easily jump around by using crtl-F > section number)
 *
 * 1 - Omega-Specific Resets & Overrides - Don't edit unless you have to

 * 2 - Global Styles - Add to/Edit these as needed
 * 2.1 Header (.section-header)
 * 2.2 Main Content (.section-content)
 * 2.2 Footer (.section-footer)

 * 3 - Specific Content Type Styles
 * 3.1 Webforms

 * 4 - Specifc Page Styles
 * 4.1 Front Page

 * 5 - Media Queries

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

/**
 * 1 - Omega-Specific Resets & Overrides - Don't edit unless you have to
 * ----------------------------------------------------------------------------
 */

/* basics */
*, *:before, *:after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* hiding misc. uneccessary elements, check theme options before adding */
.alpha-resize-indicator,
.grippie {
	display: none;
}

/* layout */
.region {
	display: block;
	min-height: 0px;
	max-width: 100%;
}

/* containing elements blowing out the sides on mobile */
.page {
	overflow: hidden;
}

/* containers that are also contextual-link areas, and have a position: relative; only when logged in. */
.zone,
.block {
	position: relative;
}

html {
	height: 100%;
	/* Fixing errant resizing of text on orientation change for mobile devices */
	-webkit-text-size-adjust: 100%;
}

#messages#messages {
	margin-left: 265px;
}

div.tabs.tabs {
	margin-left: 81px;
	width: auto;
}

 /**
 * 2 - Global Styles - Add to/Edit these as needed
 * ----------------------------------------------------------------------------
 */

body {
	font-family: 'proxima-nova', sans-serif;
	font-size: 18px;
	line-height: 1.3;
	text-rendering: optimizeLegibility;
	background: url(../img/body-background.jpg) center no-repeat;
	background: url(../img/bio-hazard-background-2.png) center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

body.admin-menu {
	min-height: calc(100% - 29px);
}

.content a, .content a:before, .content a:after {
	transition: .2s ease;
}

/* Formatting fixes */
.logo-img img,
.content img {
	max-width: 100%;
	height: auto;
}

.content iframe {
	max-width: 100%;
}

p:last-child {
	margin-bottom: 0;
}

.view ul,
.view ul li,
ul.menu li {
	margin: 0;
	padding: 0;
}

ul.inline li,
.node-links ul li a, 
.comment-links ul li a {
	display: inline-block;
}

hr {
	background: #ccc;
	background: rgba(0,0,0,0.15);
	margin: 30px auto;
}

/* h1-6 rules */
h1, h2, h3, h4, h5, h6 {
	font-family: 'proxima-nova', sans-serif;
	letter-spacing: 0;
	margin-bottom: .25em;
}

h1 {
	text-transform: uppercase;
	font-size: 46px;
}

h2 {
	font-size: 38px;
}

h3 {
	font-size: 28px;
	font-weight: 300;
}

h3 > strong {
	font-size: 16px;
}

h4 {

}

h5 {

}

h6 {

}

/* Temp Block Style */
.block {
	padding: 20px 0;
}

.block:not(:first-of-type) {
	border-top: 1px solid #ccc;
	border-top: 1px solid rgba(0,0,0,0.15);
}

/* Google's noCaptchaReCaptcha */
.g-recaptcha > div > div {
	margin: 15px auto;
}

/* Useful starting point for webform elements, change up rules as needed */
textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
	border: 1px solid #ccc;
	transition: border .2s ease, box-shadow .2s ease;
}

textarea:hover, select:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover {
	border: 1px solid #999;
}

/* "-moz-box-shadow" isn't a real rule, but omega's defaults have it anyway, so the override needs it too. */
textarea:focus, select:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus  {
	border: 1px solid #333;
	box-shadow: #fff 0 0 0;
}

button, input[type="reset"], input[type="submit"], input[type="button"], .node-links ul li a, .comment-links ul li a {
	border-radius: 2px;
	background: #eee;
	border: 1px solid #ccc;
	padding: 4px 10px 3px;
	padding: 8px 15px;
	text-decoration: none;
}

/** Recaptcha **/
.g-recaptcha > div { 
	margin-top: 18px; 
	width: 100% !important; 
}


/**
 * 2.1 Header (.section-header)
 * ----------------------------------------------------------------------------
 */

.section-header {
	clear: both;
	padding-top: 45px;
}

/* Logo */
.logo-img {
	position: absolute;
	top: -69px;
	left: -102px;
	z-index: 10;
}

.logo-img a {
	display: block;
	width: 443px;
}

/* Menu */
.zone-menu-wrapper {
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#block-superfish-1 {
	float: right;
	padding: 0;
	border-top: none;
}

#superfish-1 li a {
	padding: 12px 15px 11px;
	font-size: 20px;
	text-decoration: none;
	color: #111;
	font-weight: 300;
	box-shadow: 0 1px 0 0 transparent, 0 -1px 0 0 transparent;
}

#superfish-1 li a:hover {
	background: #eee;
	box-shadow: 0 1px 0 0 #008ce2, 0 -1px 0 0 #008ce2;
}

#superfish-1 li a.active {
	background: #008ce2;
	color: #fff;
	cursor: default;
	font-weight: 700;
	box-shadow: 0 -4px 0 -2px #0060a8, 0 4px 0 -2px #0060a8, 0 -8px 0 -5px #111, 0 8px 0 -5px #111;
}

/* Mobile-specific blocks */
#block-block-5,
#block-block-6 {
	display: none;
}

/**
 * 2.2 Main Content (.section-content)
 * ----------------------------------------------------------------------------
 */

.section-content {
}

.zone-content {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-line-pack: stretch;
	    align-content: stretch;
}

#page-title {
	text-align: right;
	margin: 0;
	line-height: 1;
}

#region-content {
	padding-top: 25px;
	width: calc(100% - 285px);
}

#block-system-main {
	border-top: none;
	padding: 0;
}

#block-system-main .webform-confirmation,
#block-system-main .links {
	text-align: right;
	width: 100%;
}

/* General Fields */
.field-name-field-slideshow {
	position: relative;
}

.field-slideshow {
	border-radius: 0 50px;
	overflow: hidden;
	border: 1px solid #ccc;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.25)
}

.field-slideshow-slide img[src*="1047.jpg"] + .field-slideshow-caption {
	color: #333;
	text-shadow: 0 0 2px #fff;
}

.field-slideshow-caption {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 33px;
	color: #fff;
	font-size: 24px;
	text-shadow: 0 0 10px #000;
}

.field-slideshow-pager {
	text-align: center;
}

.field-slideshow-pager a {
	display: inline-block;
	background: #fff;
	width: 24px;
	height: 24px;
	margin: 0 8px;
	border-radius: 50%;
	font-size: 0px; 
	color: transparent;
	box-shadow: inset 0 0 0 1px #008ce2;
	transition: .5s ease;
}

.field-slideshow-pager a.activeSlide {
	box-shadow: inset 0 0 0 6px #008ce2;
}

.field-slideshow-caption h2 {
	text-transform: uppercase;
	margin-bottom: 0;
}

.field-name-body .field-item {
	background: #fff;
	border: 1px solid #ccc;
	padding: 30px;
	margin: 15px 0 30px;
}

.field-name-body .field-item:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.field-name-body .field-item.odd {
	border-radius: 0 50px;
}

.field-name-body .field-item.even {
	border-radius: 50px 0;
}

.field-name-body h2 {
	text-transform: uppercase;
	background: #fff;
	display: inline-block;
}

.field-name-body h2 .h2-after {
	background: #008ce2;
	display: inline-block;
	height: 3px;
	position: absolute;
	left: 30px;
	right: 30px;
	margin-top: 0.57em;
}

.field-name-body h2 .h2-after:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -.3em;
	bottom: -.33em;
	width: 3px;
	background: #111;
	box-shadow: 3px 0 0 0 #008ce2;
}

/* Sidebar */
#region-sidebar-first {
	width: calc(245px);
	background: #fff;
	padding: 375px 0 30px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	box-shadow: 0 1px 0 0 #fff, 0 -1px 0 0 #fff;
}

.region-sidebar-first h2 {
	font-size: 30px;
}

.region-sidebar-first .content a {
	color: #111;
	text-decoration: none;
}

#block-block-4 .content h2 a {
	display: block;
	margin: 0 -1px;
	padding-top: 5px;
	color: #fff;
	background: url(../img/request-quote-background.png) bottom right no-repeat #008ce2;
	text-transform: uppercase;
	line-height: 1;
	transition: .4s ease;
}

#block-block-4 .content h2 a span.button-inner {
	padding: 40px 36px;
	text-align: center;
	font-size: 38px;
	display: block;
}

#block-block-4 .content h2 a:hover {
	background-color: #0060a8;
}

#block-block-1 {
	padding-top: 0;
}

#block-block-4 {
	padding-bottom: 0;
}

#block-block-1 .block-title,
#block-block-1 .content {
	text-align: center;
}

#block-block-1 .content h3,
#block-block-1 .content p {
	margin: 0;
}

#block-block-1 .content h3 {
	font-weight: 700;
}

#block-block-1 .content strong {
	margin-top: 10px;
	display: inline-block;
}

#block-block-1 .content a {
	display: block;
	background: #008CE2;
	color: #fff;
	margin: 0 -1px;
	padding: 10px 0;
}

#block-block-1 .content a:hover {
	background: #0060a8;
}

#block-block-1 .content a[href*="mailto"] {
	font-size: 14px;
}

#block-block-7,
#block-webform-client-block-2 {
	width: 47%;
	width: calc(50% - 15px);
	float: left;
}

#block-block-7 {
	margin-right: 30px;
}

#block-block-7 .block-title,
#block-webform-client-block-2 .block-title {
	font-size: 28px;
}

#block-webform-client-block-2 .form-item {
	max-width: 100%;
}

#block-webform-client-block-2 .form-item {
	margin: 7px 0;
	margin-right: 15px;
}

#block-webform-client-block-2 .webform-client-form {
	margin: 0;
}

/**
 * 2.2 Footer (.section-footer)
 * ----------------------------------------------------------------------------
 */

.section-footer {
	background: #fff;
	border-top: 1px solid #ccc;
}

.region-footer-first .block {
	width: 25%;
	float: left;
	border: none;
}

.region-footer-first .block h2 {
	font-size: 22px;
}

.region-footer-first .block#block-block-2 {
	width: 100%;
}

#block-block-2 .content {
	text-align: center;
}

.bean-footer-business .field-name-field-tagline {
	color: #777;
	font-size: 14px;
}

.bean-footer-business .field-name-field-logo {
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	width: 100px;
}

.bean-footer-business .field-name-field-menu-links {
	float: left;
	margin-top: 15px;
}

.bean-footer-business .field-name-field-menu-links a {
	text-decoration: none;
	font-size: 16px;
}

.ev-copyright {
	font-size: 16px;
	margin-bottom: 15px;
}

.ev-credit {
	font-size: 14px;
}

.ev-credit a {
	color: #111;
	text-decoration: none;
}

 /**
 * 3 - Specific Content Type Styles
 * ----------------------------------------------------------------------------
 */

 /**
 * 3.1 Webforms
 * ----------------------------------------------------------------------------
 */

.node-webform .field-name-body .field-item {
	margin: 30px 0;
}

.webform-client-form {
	background: #fff;
	border: 1px solid #ccc;
	padding: 30px;
	margin: 15px 0 30px;
	border-radius: 0 50px;
}

.webform-client-form > div {
	max-width: 500px;
	margin: 0 auto;
}

.webform-client-form input {
	max-width: 100%;
}

#webform-component-name {
	float: left;
	width: 250px;
	margin-right: 20px;
}

#webform-component-phone {
	float: left;
	width: 155px;
}

#webform-component-email,
#webform-component-organization {
	clear: both;
	width: 425px;
}

#edit-submit {
	background: #008ce2;
	border-radius: 0;
	color: #fff;
	font-family: 'proxima-nova', sans-serif;
	font-size: 24px;
	text-shadow: none;
	border: 1px solid #0060a8;
	transition: .25s ease;
}

#edit-submit:hover {
	background: #0060a8;
}

 /**
 * 4 - Specifc Page Styles
 * ----------------------------------------------------------------------------
 */

 /**
 * 4.1 Front Page
 * ----------------------------------------------------------------------------
 */
.front #page-title {
	display: none;
}

.front .region-content .block-webform {
	padding: 0;
}

.front #block-block-7 {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0 50px;
	padding: 0;
	overflow: hidden;
	margin-bottom: 30px;
}

.front #block-block-7 .content {
	text-align: center;
	padding-top: 70px;
}

.front #block-block-7 iframe {
	max-width: 560px;
	margin: 0 auto;
}

.front .region-content .block-webform {
	border-top: none !important;
}

.front .region-content .block-webform .webform-client-form {
	padding-top: 70px;
	border-radius: 50px 0;
}

.front .region-content .block-block h2.block-title,
.front .region-content .block-webform h2.block-title {
 	display: inline-block;
 	font-size: 38px;
 	text-transform: uppercase;
 	position: absolute;
 	top: 30px;
 	left: 30px;
 	right: 30px;
 	max-width: 500px;
 	margin: 0 auto;

 }

 /**
 * 5 - Media Queries
 * ----------------------------------------------------------------------------
 */

@media screen and (max-width: 1160px) {

	.logo-img {
		position: absolute;
		top: -69px;
		left: -59px;
		z-index: 10;
	}

	.logo-img a {
		width: 358px;
	}

	#region-sidebar-first {
		padding-top: 305px;
	}

}

@media screen and (max-width: 1080px) {

	.logo-img {
		position: absolute;
		top: -69px;
		left: -25px;
		z-index: 10;
	}

	.logo-img a {
		width: 295px;
	}

	#region-sidebar-first {
		padding-top: 240px;
	}

}

@media screen and (max-width: 860px) {

	.section-header {
		margin-bottom: 15px;
	}

	.zone-content {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		    flex-direction: column;
	}

	.field-slideshow-caption {
		font-size: 3vw !important;
	}

	.field-slideshow-caption p {
		margin-bottom: 0;
		font-size: 3vw;
	}

	.field-slideshow-caption h2 {
		font-size: 5vw;
	}

	#region-content {
		width: 100%;
		margin: 0;
		padding: 0 10px;
	}

	#region-sidebar-first,
	#region-sidebar-second {
		-ms-flex-order: 10;
		    order: 10;
		width: 100%;
		margin: 0;
		padding: 0 10px;
		border: none;
		box-shadow: none;
	}

	.logo-img {
		position: absolute;
		top: -85px;
		left: -9px;
		z-index: 10;
	}

	.logo-img a {
		width: 120px;
	}

	#block-block-4 {
		padding: 0;
	}

	#block-block-4 .content h2 a,
	#block-block-4 .content h2 a:hover {
		box-shadow: none;
		padding: 0;
	}

	#block-block-4 .content h2 a img,
	#block-block-4 .content h2 a span {
		float: left;
		width: 50%;
	}

	#block-block-4 .content h2 a span.button-inner {
		padding: 9.7vw calc(25% - 90px);
	}

	#block-block-4 .content h2 a:after {
		content: '';
		display: block;
		clear: both;
	}

	.region-sidebar-first #block-block-1,
	.region-sidebar-first .block-fieldblock {
		width: 50%;
		float: left;
		border: none;
		padding: 20px 10px;
	}

	.region-footer-first .block {
		padding: 10px;
	}

	#block-bean-a-visser-family-company,
	#block-block-2 {
		width: 100%;
		text-align: center;
	}

	#block-block-2 .content {
		text-align: center;
	}

	#block-bean-bio-waste-resources,
	#block-bean-shred-aware {
		width: 50%;
	}

	.region-footer-first-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		    flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.section-footer {
		background: #f8f8f8;
		border-top: 1px solid #ccc;
		padding-top: 10px;
	}

	#block-block-5 {
		display: block;
		padding: 0;
		float: right;
		background: #eee;
	}

	#block-block-5 .content {
		padding: 12px 15px 11px;
		font-size: 20px;
		cursor: pointer;
	}

	#block-block-6 {
		display: block;
		padding: 0;
		float: right;
		border: none;
	}

	#block-block-6 .content a {
		display: block;
		padding: 10px 15px 8px;
		font-size: 24px;
		color: #333;
		text-decoration: none;
		font-weight: 300;
	}

	#block-block-6 .content a .link-description {
		font-size: 18px;
		padding: 4px 5px;
		display: block;
		float: left;
	}

	#block-superfish-1 {
		position: absolute;
		top: 50px;
		top: calc(22px + 1.5em);
		right: -500px;
		opacity: 0;
		transform: translateX(10px);
		z-index: 100;
		background: #fff;
		border: 1px solid #ccc;
		border-top: none;
		transition: opacity .5s ease, transform .5s ease, right 0s ease .5s;
	}

	#block-superfish-1.menu-active {
		right: -1px;
		opacity: 1;
		transform: translateX(0);
		transition: opacity .5s ease, transform .5s ease;
	}

	#superfish-1 li {
		float: none;
	}

	#superfish-1 li a {
		box-shadow: 1px 0 0 0 transparent, -1px 0 0 0 transparent;
	}

	#superfish-1 li a:hover {
		box-shadow: 1px 0 0 0 #008ce2, -1px 0 0 0 #008ce2;
	}

	#superfish-1 li:last-child a {
		box-shadow: 1px 0 0 0 transparent, -1px 0 0 0 transparent, 0 1px 0 0 transparent;
	}

	#superfish-1 li:last-child a:hover {
		box-shadow: 1px 0 0 0 #008ce2, -1px 0 0 0 #008ce2, 0 1px 0 0 #008ce2;
	}

	#superfish-1 li a.active {
		box-shadow: 1px 0 0 0 #0060a8, -1px 0 0 0 #0060a8;
	}

	#superfish-1 li:last-child a.active {
		box-shadow: 1px 0 0 0 #0060a8, -1px 0 0 0 #0060a8, 0 1px 0 0 #0060a8;
	}

	.region-sidebar-first #block-block-1, 
	.region-sidebar-first .block-fieldblock {
		float: none;
		margin: 0 auto;
	}

}

@media screen and (min-width: 740px) {

	.content img[style*="float: left;"] {
		max-width: calc(100% - 200px);
		margin-left: 0 !important;
	}

	.content img[style*="float: right;"] {
		max-width: calc(100% - 200px);
		margin-right: 0 !important;
	}

}

@media screen and (max-width: 740px) {
	
	.content img {
		float: none;
		width: 100%;
		max-width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

}

@media screen and (max-width: 590px) {

	.region-sidebar-first #block-block-1, .region-sidebar-first .block-fieldblock,
	#block-bean-bio-waste-resources, #block-bean-shred-aware {
		width: 100%;
	}

	.field-name-field-slideshow {
		display: none;
	}

	#block-block-4 .content h2 a span.button-inner {
		width: 100%;
		padding: 30px calc(50% - 175px);
	}

	.field-slideshow-caption {
		font-size: 18px;
	}

	.field-slideshow-caption h2 {
		font-size: 32px;
	}

	.field-name-body h2 .h2-after,
	#block-block-6 .content a .link-description,
	#block-block-4 .content img {
		display: none;
	}

	.front .region-content #block-block h2.block-title, .front .region-content .block-webform h2.block-title {
		font-size: 28px;
	}

	#block-block-7, #block-webform-client-block-2 {
		width: 100%;
	}


}


@media screen and (max-width: 420px) {

	#block-block-4 .content h2 a span.button-inner {
		width: 100%;
		padding: 30px calc(50% - 90px);
	}

	#block-block-6 {
		clear: right;
	}

	#block-block-6 .content a {
		padding: 10px 0px 8px;
	}

}