/*!
Theme Name: Colonial Chemical
Theme URI: http://underscores.me/
Author: Spencer Verdon
Author URI: https://spencerverdon.com/
Description: 
Version: 3.3.95
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: colonial-chemical
Tags: 

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.

Colonial Chemical 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
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* 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
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	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: 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 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 0 1.5em 3em;
}

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

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

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

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

.post,
.page {
	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%;
}

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

/*--------------------------------------------------------------
## BEGIN CUSTOM CSS
--------------------------------------------------------------*/

:root{
    --green: #44a95a;
}

body{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}

body.fixed{
	overflow-y: hidden;
}

h1{
	font-size: 3rem;
	/*text-transform: uppercase;*/
	font-weight: 300;
}

h2{
	font-size: 2.5rem;
	font-weight: normal;
}

h3{
	font-size: 2rem;
}

h4{
	font-size: 1.2rem;
	margin: 0 0 1rem 0;
}

h5{
	font-size: 1.375rem;
	font-weight: 300;
}

h6{
	font-size: 1.5rem;
	font-weight: 300;
	margin: 0;
}

a{
	text-decoration: none;
	color: #44a95a;
}

p{
	font-size: 1rem;
	margin-bottom: 1em;
}

td, th{
	font-size: 1rem;
}

ul{
	margin: 0;
	padding: 0;
}

ol{
	margin-bottom: 1.5em;
}

li{
	font-size: 1rem;
}

i{
	font-size: 1rem;
}

strong, b{
	font-weight: bolder;
}

.margins{
	padding-left: 7vw;
	padding-right: 7vw;
}

.inline{
	display: inline-block;
	vertical-align: top;
}

.half{
	width: 50%;
}

.quarter{
	width: 25%;
}

.third{
	width: 33.33%;
}

.twothird{
	width: 66.66%;
}

.fifth{
	width: 20%;
}

.sixth{
    width: 11.11%;
}

.green{
	color: #44a95a;
}

.bold-green{
	font-weight: bold;
	color: #44a95a;
}

.d-hide{
	display: none !important;
}

a.button{
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 15px;
	color: white;
	background-color: #44A95A;
	border: 1px solid #44A95A;
	border-radius: 30px;

	transition: all 250ms ease;
}

.woocommerce a.button{
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 15px;
	color: white;
	background-color: #44A95A;
	border: 1px solid #44A95A;
	border-radius: 30px;

	transition: all 250ms ease;
}

a.button.clear{
	color: #44A95A;
	background-color: transparent;
}

a.button.white{
	color: white;
	border: 1px solid white;
	background-color: transparent;
}

a.button:hover{
	color: #44A95A;
	background-color: transparent;
}

.woocommerce a.button:hover{
	color: #44A95A;
	background-color: transparent;
}

a.button.clear:hover{
	color: white;
	background-color: #44A95A;
}

a.button.white:hover{
	color: #44A95A;
	background-color: white;
}

.post, .page{
	margin: 0 !important;
}

.page-template-fwidth .entry-content{
	margin-top: 0;
}

.page-template-default .content-area a, .page-template-fwidth .content-area a, .page-template-sales-regions .site-content a{
	color: #44A95A;
}

input:focus, select:focus{
	outline: none;
}

/* ANIMATIONS */

.js-fade-in{
	opacity: 0 !important;
}

.js-slide-in{
	transform: translate3d(0, 40px, 0);
	opacity: 0;

	transition: all 800ms ease;
}

.js-slide-left{
	transform: translate3d(40px, 0, 0); 
	opacity: 0;

	transition: all 800ms ease;
}

.js-slide-right{
	transform: translate3d(-50px, 0, 0); 
	opacity: 0;

	transition: all 800ms ease;
}

.js-delay{
	transform: translate3d(40px, 0, 0);
	opacity: 0;

	transition: all 800ms ease;
}

.anim{
	transform: translate3d(0, 0, 0);
	opacity: 1 !important;
}

.hidden{
	display: none;
	opacity: 0;
}

.is-visible{
	opacity: 1 !important;
	max-height: 1000px !important;
	display: block;
}

/* END Animations */

/* NEW Metric CSS */

.metrics{
    padding: 3.5vw 0;
    text-align: center;
}

.metrics .flex-wrapper {
    display: flex;
    flex-flow: row wrap;
}

.metric{
    padding: 0 2vw;
    text-align: left;
}

.metric img{
    max-width: 90px;
    margin-bottom: 25px;
    opacity: 1;

    transition: all 250ms ease;
}

.metric img:hover{
    opacity: .5;
}

.metric h3{
    margin-top: 0px;
    margin-bottom: 15px;
}

.metric p{
    margin-bottom: 45px;
}
/* END NEW METRIC CSS */

/* OLD METRIC CSS */

/* .metrics{
	padding: 100px 0 0 0;
	text-align: center;
}

.home .metrics h2{
	font-size: 3rem;
	font-weight: 300;
    color: #60BF9C;
}

.flex-wrapper {
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 50px;
}

.single-chart {
  width: 33.33%;
  justify-content: space-around;
  padding: 0 100px 50px 100px;
}

.single-chart .chart-title{
	height: 100px;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}

.circle{
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
}

.circle.animate{
  animation: progress 1s ease-out forwards;
}

h6.chart-desc{
	margin-bottom: 50px;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange .circle {
  stroke: #ff9f00;
}

.circular-chart.green .circle {
  stroke: #4CC790;
}

.circular-chart.blue .circle {
  stroke: #3c9ee5;
}

.percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
  opacity: 1;
}

a .percentage:hover{
	opacity: .5;

	transition: all 250ms ease;
} */
/* END OLD METRIC CSS */

/* Block CSS */
.single-chart-wrapper{
	display: flex;
	flex-flow: row nowrap;
	padding-bottom: 50px;
	text-align: center;
}

.single-chart-wrapper .single-chart{
	width: 100%;
}

/* END Metric Circle CSS */

/* SJV Slider */
#sjv-slider{
	width: 100vw;
    overflow: hidden;
    position: relative;
}

#sjv-slider .slide-wrapper{
	position: relative;
	height: 500px;
    display: flex;
    margin-left: 0;
}

#sjv-slider .slide{
    width: 100vw;
    height: 100%;
}

#sjv-slider .slide .slide-content{
    opacity: 0;
    transform: translateX(-50px);
    max-width: 750px;

    transition: all 1s ease;
}

#sjv-slider .slide.active .slide-content{
    opacity: 1;
    transform: translateX(0);
}

#sjv-slider .slide .margins{
    padding: 7vw;
}

#sjv-slider-dots{
    position: absolute;
    bottom: 0;
    margin-bottom: 5px;
    left: 50vw;
    text-align: center;
    z-index: 100;
}

#sjv-slider .dot{
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 10px;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 5px;
    opacity: .5;

    transition: all 250ms ease;
}

#sjv-slider .dot.active{
    background-color: white;
}

#sjv-slider .dot:hover{
    opacity: 1;
    cursor: pointer;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

header .site-branding{
	width: 25%;
	display: inline-block;
	vertical-align: middle;
}

header .main-navigation{
	width: 75%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	float: none;
}

header .main-navigation li{
	display: inline-block;
	float: none;
}

header .main-navigation a{
	font-size: 1rem;
	padding: 5px 30px;
}

header.site-header{
	font-size: 0;
	padding: 25px 4vw;
	padding: 0!important;
	background-color: white;
	position: fixed;
	z-index: 1000;
	width: 100%;
	box-shadow: 0 4px 15px rgba(0,0,0,.15);
}

header .wrapper{
	padding: 0 4vw;
}

header.site-header .site-branding img{
	max-width: 200px;
}

header a{
	color: #000;
	opacity: 1;

	transition: all 250ms ease;
}

header ul, footer ul, aside ul{
	list-style: none;
}

@media (hover: hover) and (pointer: fine) {
	header li a:hover{
		opacity: .5;
	}
}

#content{
    padding-top: 162px;
}

.menu-main-menu-container{
	display: inline-block;
	vertical-align: middle;
}

header .site-branding{
	padding: 25px 0;
}

header a.button{
	padding: 10px 15px;
}

nav{
	width: 75%;
}

nav.desktop-nav{
	text-align: right;
	vertical-align: middle;
}

.desktop-nav li{
	display: inline-block;
}

.desktop-nav #primary-menu > li > a{
	padding: 6px 30px;
}

header nav.mobile-nav{
	display: none;
	text-align: right;
}

.mobile-menu-overlay{
	display: none;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #333;
	z-index: 999;
	overflow-y: scroll;

	transition: all 250ms ease;
}

.mobile-menu-overlay.active{
	display: block;
	opacity: 1;
}

.mobile-x{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	z-index: 1000;
	padding: 15px;
	margin: -15px;

	transition: all 250ms ease;
}

.mobile-x:hover > .bar2{
	width: 20px;
}

.bar {
	width: 35px;
	height: 4px;
	background-color: #333;
	margin: 6px 0;
	transition: 250ms;
	text-align: right;
}

.bar.change{
	background-color: white;
}

.bar1.change {
	-webkit-transform: rotate(-45deg) translate(0px, 0px);
	transform: rotate(-45deg) translate(-7px, 6px);
}

.bar2.change {
	opacity: 0;
}

.bar3.change {
	-webkit-transform: rotate(45deg) translate(0px, 0px);
	transform: rotate(45deg) translate(-8px, -7px);
}

#echempax{
	margin: 20px 0;
}

.mobile-nav .search-form{
	margin-bottom: 25px;
}

.top-menu{
	font-size: .9rem;
	text-transform: none;
	text-align: right;
}

.top-menu-wrap{
	font-size: 0;
	padding-left: 40%;
}

.top-menu-wrap ul{
	border-radius: 0 0 0 15px;
	background-color: #DDDDDD;
	padding: 10px 4vw 10px 0;
}

.top-menu-wrap li{
	display: inline-block;
	text-align: right;
	vertical-align: middle;
	padding: 0 15px;
}

.top-menu i{
	margin-right: 8px;
	color: #44A95A;
}

.search-form .search-submit{
	display: none;
}

ul.sub-menu{
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	position: absolute;
	padding-top: 43px;
	background-color: white;
	width: 200px;

	transition: all 250ms ease;
}

ul.sub-menu.active{
	max-height: 1000px;
	opacity: 1;
	overflow: visible;
}

ul.sub-menu li{
	display: block;
	text-align: left;
	padding: 5px 10px;
}

ul.sub-menu li:hover{
	background-color: #ccc;
}

ul.sub-menu li a{
	padding: 5px 10px;
	margin: -5px -10px;
}

ul.sub-menu .menu-item-has-children > a::after{
	content: '+';
	padding-left: 10px;
}

ul.sub-menu .sub-menu{
	padding-top: 0px;
	left: 100%;
	margin-top: -29px;
}

.sub-menu li > ul, .sub-menu li > ol{
	margin-left: 0;
}

.current-menu-item > a, .current-page-ancestor > a {
    color: #44a95a !important;
    font-weight: bold;
}

/* Full Width Cool Sub Menu */

/*ul.sub-menu{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	font-size: 0;
	text-align: center;
	padding-top: 46px;
}

ul.sub-menu.active{
	display: block;
}

ul.sub-menu li{
	border-right: 2px solid #DDDDDD;
	border-top: 2px solid #DDDDDD;
	border-bottom: 2px solid #DDDDDD;
	vertical-align: middle;
	background-color: white;
	text-align: center;
	height: 35vh;
	padding-top: 8vh;
}

ul.sub-menu li:hover{
	background-color: #ddd;
	cursor: pointer;
}

ul.sub-menu li a{
	text-align: center;
	padding: 5px;
}

ul.sub-menu li::before{
	content: "";
	background-size: 75px;
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
	width: 100%;
	display: block;
	text-align: center;
}

ul.sub-menu li#menu-item-3396::before{
	background-image: url('http://spencerv.sg-host.com/wp-content/uploads/2020/05/Personal-care-green.png');
}

ul.sub-menu li#menu-item-3393::before{
	background-image: url('http://spencerv.sg-host.com/wp-content/uploads/2020/05/Household-Industrial-icon-green.png');
}

ul.sub-menu li#menu-item-3397::before{
	background-image: url('http://spencerv.sg-host.com/wp-content/uploads/2020/05/Vehicle-care-green.png');
}

ul.sub-menu li#menu-item-3395::before{
	background-image: url('http://spencerv.sg-host.com/wp-content/uploads/2020/05/Industrial-lubricants-green.png');
}

ul.sub-menu li#menu-item-3394::before{
	background-image: url('http://spencerv.sg-host.com/wp-content/uploads/2020/05/Oil-Field-green.png');
}*/



/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/

.home h2{
	font-size: 5rem;
}


.hero{
	color: white;
}

.hero .margins{
	padding: 7vw;
}

.hero-text{
	max-width: 650px;
}

.green-box{
	position: absolute;
    width: 300px;
    height: 100px;
    background-color: #44A95A;
    opacity: .8;
    right: 0;
    margin-top: -50px;
}

.h-markets-text{
    font-size: 0;
    vertical-align: top;
    margin: 0 auto;
    text-align: center;
}

.h-markets-text h2{
	font-weight: 300;
	color: #44A95A;
    line-height: 1em;
    margin: 0;
    text-align: left;
}

.h-markets-text p{
    text-align: left;
}

.markets-tabs{
	font-size: 0;
	margin-top: 50px;
}

.tabs .tab{
	vertical-align: middle;
	height: 279px;
	text-align: center;
    background-color: transparent;
    border-radius: 10px;
    padding: 3vw 0;
    color: #44A95A;

    transition: all 250ms ease;
}

.markets-tabs .tab h6{
	color: #44A95A;
}

.tabs .tab:hover{
	cursor: pointer;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
	background-color: #44A95A;
	color: white;
}

.tabs .tab:hover img{
	filter: brightness(0) invert(1);
}

.tabs .tab:hover h6{
	color: white;
}

.tabs .tab.active{
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
	background-color: #44A95A;
	color: white;
}

.tabs .tab.active img{
	filter: brightness(0) invert(1);
}

.tabs .tab img{
	max-width: 125px;
}

.tab-content-area{
	background-color: #FBFBFB;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
	border-radius: 18px;
	margin-top: 50px;
}

.tab-content-area .content{
	display: none;
	opacity: 0;

	transition: all 250ms ease;
}

.tab-content-area .content.active{
	display: block;
	opacity: 1;
}

.tab-content-area img{
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}

.content .margins{
	padding: 3vw;
}

.content .text{
	padding-left: 3vw;
}

.content .text li{
	padding: 5px 0;
}

.content .text a.button{
	margin-top: 50px;
}

section.ncp{
	font-size: 0;
	background-color: #44A95A;
	color: white;
}

.ncp .margins{
	padding: 7vw;
}

.ncp h2{
	font-size: 4rem;
	font-weight: 700;
	line-height: 4.5rem;
    margin: 0;
    opacity: .5;

    transition: all 250ms ease;
}

.ncp h2:hover{
	opacity: 1;
	cursor: pointer;
}

.ncp h2.active{
	opacity: 1;
}

.ncp h2::before{
	content: url('../png/entypo_triangle-right.png');
	vertical-align: middle;
}

.ncp .links{
	margin-bottom: 100px;
}

.ncp .ncp-content{
	opacity: 0;
	display: none;

	transition: all 250ms ease;
}

.ncp .ncp-content .margins{
	padding: 0 3vw;
}

.ncp .ncp-content.active{
	opacity: 1;
	display: block;
}

.ncp .ncp-content p{
	max-width: 500px;
	margin-top: 50px;
}

.ncp .ncp-content img{
	display: none;
}

.h-podcasts{
	font-size: 0;
}

.h-podcasts .margins{
	padding: 7vw 7vw 0vw 7vw;
}

.h-podcasts p{
	max-width: 500px;
}

.h-podcasts .episodes img{
	transform: translate(-150px, -100px);
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}

h2.fancy{
	margin-top: 0;
	line-height: 4.125rem;
	position: relative;
	z-index: 2;
}

.podcasts-scroll{
	max-height: 200px;
	overflow: scroll;
}

.podcasts-scroll::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}

.podcasts-scroll::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .5);
	box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.podcasts-list{
	margin-top: -50px;
}

.podcasts-list h4, .podcasts-list h4 a{
	color: #44A95A;
}

.h-podcasts li{
	padding: 10px 0;
	border-bottom: 1px solid #C4C4C4;
}

.h-podcasts li::before{
	vertical-align: middle;
	content: url('../png/ic_sharp-play-circle-filled-white.png');
	width: 15px;
	height: 15px;
	padding-right: 20px;
}

.h-news{
	font-size: 0;
}

.h-news .margins{
	padding: 3.5vw 7vw 3.5vw 7vw;
}

.h-news h2{
	margin-block-start: 0;
    margin-block-end: 0;
    display: inline-block;
    vertical-align: middle;
	margin-right: 50px;
}

.h-news .recent-blogs{
	margin-top: 50px;
}

.h-news .recent-blogs .blog{
    margin-bottom: 35px;
}

.h-news .blog .margins{
	padding: 0 1vw;
}

.h-news .blog .featured-image{
	height: 200px;
	width: 100%;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
	margin-bottom: 20px;
}

.h-news .blog p.blog-date{
	letter-spacing: 2px;
	font-size: .9rem;
	margin-bottom: 0;
	color: #777;
}

.h-news .blog h4{
	color: #44A95A;
	opacity: 1;

	transition: all 250ms ease;
}

.h-news .blog h4:hover{
	opacity: .5;
}

/* Association Logos */
#association-logos{
	font-size: 0;
	padding-bottom: 50px;
}

#association-logos .inline{
	padding: 2vw;
    text-align: center;
    vertical-align: middle;
}

#association-logos img{
	max-height: 120px;
	filter: grayscale(100%);

	transition: all 250ms ease;
}

#association-logos img:hover{
	filter: grayscale(0%);
}

/*--------------------------------------------------------------
## Product Finder
--------------------------------------------------------------*/

#product-finder{
	font-size: 0;
}

.pf-side{
	display: inline-block;
	width: 30%;
}

.pf-main{
	display: inline-block;
	vertical-align: top;
	width: 70%;
}

.pf-side .margins, .pf-main .margins{
	padding: 3.5vw;
}

/* NEW PRODUCT FINDER */
.product-categories{
    margin-top: 3.5vw;
}

.product-categories .pf-filters{
	display: none;
}

.cat-toggle{
	display: none;
	cursor: pointer;
}

ul.cat-list{
    list-style: none;
}

ul.cat-list.sub-list{
    overflow: hidden;
    max-height: 0;
    opacity: 0;

    transition: all 500ms ease;
}

li.cat-item.active > .sub-list{
    max-height: 10000px;
    opacity: 1;
}

li.cat-item a{
    display: block;
}

li.toggle-list{
    border-bottom: 1px solid rgba(143, 143, 143, 0.5);
    padding: 5px 0;
}

li.cat-item{
    position: relative;
    line-height: 2em;
}

li.cat-item a:hover{
    cursor: pointer;
}

.sub-list a{
    margin-left: 30px;
    color: #8F8F8F;

    transition: color 250ms ease;
}

.sub-list a:hover{
    color: #44A95A;
}

.sub-list a::before{
    content: '';
    position: absolute;
    display: block;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
}

.sub-list a.checked::after{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: var(--green);
    border-radius: 50%;
}

li.toggle-list > a{
    color: #4e4e4e;
    font-weight: bold;
    margin-left: 0;
}

li.toggle-list > a::before{
    display: none;
}

li.toggle-list > a::after{
    content: '+';
    position: absolute;
    right: 0;
    background: transparent;
}

li.toggle-list.active > a::after{
    content: '–';
}

/* Product Finder - Search */
.pf-search input{
    width: 100%;
    border-radius: 10px;
    padding: 5px 10px;
}

/* Product Finder - Top Filters */

.pf-filters{
    display: flex;
    justify-content: flex-end;
    margin: 2vw 0;
}

.pf-filters p{
    margin: 0;
}

.pf-filters .pf-filter{
	display: flex;
	align-items: center;
	padding: 0 25px;
}

.pf-filters .remove-cats{
    display: flex;
    margin-right: auto;
}

.pf-filters .order{
    display: flex;
    align-items: center;
}

.pf-filters select{
    border-radius: 10px;
    padding: 5px;
    margin-left: 15px;
}

.pf-filters select:hover{
	cursor: pointer;
}

.clear-filters{
    display: none;
    align-items: center;
    padding: 5px 10px;
    background-color: gray;
    color: white;
    border-radius: 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35);

    transition: all 250ms ease;
}

.clear-filters.active{
    display: flex;
}

.clear-filters:hover{
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.20);
    background-color: var(--green);
}

.clear-filters i{
    margin-left: 5px;
}

/* END Filters */

.pf-result{
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.pf-result .flex{
    display: flex;
	padding: 20px 0;
    align-items: center;
}

.pf-result .flex:hover{
	cursor: pointer;
}

.pf-result .flex i{
    margin-left: auto;
    padding: 20px;
    transform: rotate(0);

    transition: all 250ms ease;
}

.pf-result .flex i.active{
    transform: rotate(180deg);
}

.pf-result .flex i:hover{
    cursor: pointer;
}

.pf-result .hidden-content{
    max-height: 0;
    overflow: hidden;

    transition: all 500ms ease;
}

.pf-result .hidden-content.show{
    max-height: 1000px;
}

.pf-result h3{
    margin: 0 7px 0 0;
    opacity: 1;
    font-size: 1.5rem;

    transition: all 250ms ease;
}

.pf-result .flex:hover h3{
	margin-left: 25px;
}

.pf-result h3:hover{
    opacity: .75;
}

.pf-result h6::before{
	content: '| ';
}

.pf-result .button{
    text-transform: none;
    font-weight: bold;
    letter-spacing: 0;
}

.pf-result .button i{
    margin-right: 10px;
}

.button-wrapper{
    margin: 30px 0;
}

.button-wrapper .add-to-cart{
    margin-right: 30px;
}

/* AJAX Loader */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../gif/fluid-loader.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

/* ul.product-categories{
	list-style: none;
}

ul.product-categories li{
	width: 100%;
}

ul.product-categories li a{
	display: block;
	border-bottom: 1px solid #C4C4C4;
	padding: 10px 0;
	color: #8C8C8C;
}

ul.product-categories li a::after{
	content: '+';
	float: right;
}

ul.product-categories li a.expanded::after{
	content: '-';
	float: right;
}

ul.children{
	opacity: 0;
	max-height: 0;
	overflow: hidden;

	transition: all 400ms ease;
}

ul.children.expand{
	opacity: 1;
	max-height: 10000px;
}

ul.children input{
	display: inline-block;
	vertical-align: middle;
	width: 10%;
}

ul.children input:hover{
	cursor: pointer;
}

ul.children li{
	display: inline-block;
	width: 90%;
	vertical-align: middle;
	padding: 10px 0;
}

ul.children label{
	vertical-align: middle;
}

ul.children .children{
	opacity: 1;
	max-height: 1000px;
	margin-left: 25px;
}

.pf-main table{
	border-spacing: 0px;
}

.theader{
	background-color: #44A95A;
	color: white;
	font-size: 0;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.35);
}

.theader .inline{
	width: 33.33%;
	padding: 15px;
}

.theader p{
	margin: 0;
	background-color: #44A95A;

	transition: all 250ms ease;
}

.theader p:hover{
	background-color: #349249;
	cursor: pointer;
}

.theader p.sorted i{
	opacity: 1;
}

.theader p.sorted[data-order=ASC] i{
	transform: rotate(180deg);
}

.theader i{
	opacity: 0;
	padding: 0 5px;
}

.pf-main table tr{
	border-collapse: collapse;
}

.pf-main table td{
	width: 33.33%;
	padding: 15px;
	color: #8C8C8C;
	border-bottom: 1px solid #8C8C8C;
}

.pf-main table td.ptitle a{
	color: #44A95A;
	font-weight: 700;

	transition: all 250ms ease;
}

.pf-main table td.ptitle a:hover {
    opacity: .5;
}

.table-scroll{
	max-height: 75vh;
	overflow-y: scroll;
} */

/* hide uncategorized */
li.cat-item.cat-1, li.cat-item.cat-507{
	display: none;
}

/*--------------------------------------------------------------
## Product
--------------------------------------------------------------*/

.product{
	font-size: 0;
}

.products-link i{
	margin-right: 10px;
}

div.products{
	display: inline-block;
	vertical-align: top;
	width: 70%;
	padding: 7vw 0;
}

.p-head-text{
	border-bottom: 1px solid #7B7A7A;
	font-size: 0;
}

.p-head-text .inline{
	width: 50%;
	vertical-align: middle;
}

.p-head-text .inline a{
	float: right;
}

.p-content p.regulatory{
	margin-bottom: 0;
	margin-block-end: 0;
}

.product h1{
	font-size: 2rem;
	text-transform: none;
}

.product h2{
	font-size: 1.5rem;
	margin-bottom: .2em;
}

.product h2.desc{
	text-transform: uppercase;
}

.product ul{
	padding-left: 20px;
}

.product p, .product li, .product td{
	color: #505050;
}

.p-content{
	font-size: 1rem;
	color: #505050;
}

table.prop-table{
	border-collapse: collapse;
	margin-bottom: 40px;
    box-shadow: 4px 4px 16px rgb(0 0 0 / 25%);
    border-radius: 10px;
    overflow: hidden;
}

table.prop-table thead{
    background-color: var(--green);
    color: white;
}

table.prop-table th{
	text-align: left;
}

table.prop-table tr:nth-child(even){
	background-color: #44A95A3b;
}

table.prop-table td, table.prop-table th{
	padding: 7px;
}

/*--------------------------------------------------------------
## Product Sidebar
--------------------------------------------------------------*/

.p-side{
	display: inline-block;
	vertical-align: top;
	width: 30%;
	padding: 7vw 0;
}

.p-side .margins{
	padding-left: 0px;
	padding-right: 7vw;
}

.p-side h3{
	font-size: 1.1rem;
	font-weight: bold;
	color: #44A95A;
	margin-block-start: 0px;
	margin-block-end: 0px;
}

.p-side-block{
	padding-bottom: 50px;
}

.p-side-header{
	/*background-color: #44A95A;*/
	padding: 10px 0;
	border-bottom: 1px solid #7B7A7A;
	/*box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);*/
}

ul.p-side-links{
	list-style: none;
	padding-left: 0px;
}

.p-side-links li{
	padding: 5px 0;
}

.p-side-links a{
	color: #44A95A;
	padding: 10px 0;
	opacity: 1;

	transition: all 250ms ease;
}

.p-side-links a:hover{
	opacity: .5;
}

/*--------------------------------------------------------------
## Formulations
--------------------------------------------------------------*/

.formulations .theader .inline:first-child, .formulations table td:first-child{
	width: 80%;
}

.formulations .theader .inline, .formulations table td{
	width: 20%;
}

ul.formulation-categories{
	list-style: none;
}

ul.formulation-categories li{
	width: 100%;
}

ul.formulation-categories li a{
	display: block;
	border-bottom: 1px solid #C4C4C4;
	padding: 10px 0;
	color: #8C8C8C;
}

ul.formulation-categories li a::after{
	content: '+';
	float: right;
}

ul.formulation-categories li a.expanded::after{
	content: '-';
	float: right;
}

.single-formulation{
	font-size: 0;
}

.single-formulation .formulations{
	display: inline-block;
	vertical-align: top;
	width: 70%;
	padding: 7vw 0;
}

.single-formulation .p-head-text .inline{
	width: 25%;
}

.single-formulation .p-head-text .inline:first-child{
	width: 75%;
}

.single-formulation .p-head-text .form-number{
	text-align: right;
}

table.prop-table.form-table tr:nth-child(even){
	background-color: transparent;
}

table.form-table tr:first-child{
	border-bottom: none;
}

table.form-table tr{
	border-bottom: 1px solid lightGray;
}

table.form-table tr td:first-child, table.form-table tr td:last-child {
	width: 15%;
}

.formulations h4{
	margin: 1.5em 0 1em 0;
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/

.post-template-default .entry-content a{
	color: #44A95A;
}

.post-template-default .entry-content{
	max-width: 800px;
	padding: 50px 0;
}

.post-template-default .blog-cats h6{
	display: inline-block;
	padding-right: 20px;
}


/*--------------------------------------------------------------
## Search Results
--------------------------------------------------------------*/

.search .site-content a{
	color: #44A95A;
	opacity: 1;

	transition: all 250ms ease;
}

.search .site-content a:hover{
	opacity: .5;
}

.search .margins{
	padding-bottom: 7vw;
}

.search-results article.product{
	font-size: 1rem;
}

/*--------------------------------------------------------------
## WOOCommerce
--------------------------------------------------------------*/

span.cart-contents-count{
	background-color: #44A95A;
	border: 2px solid white;
	color: white;
    border-radius: 50px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2rem;
}

p.return-to-shop{
	display: none;
}

.woocommerce td.product-name a{
	color: #44A95A;
}

.woocommerce .product_meta{
	font-size: 1rem;
}

.woocommerce .product_meta a{
	color: #44A95A;
}

.woocommerce > a.button, button, .button{
	font-size: 1rem !important;
}

.woocommerce a.button.alt, .woocommerce button.button.alt{
	background-color: #44A95A;
	opacity: 1;

	transition: all 250ms ease;
}

.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover{
	background-color: #44A95A;
	opacity: .5;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{
	padding-bottom: 7vw;
}

.product .woocommerce-notices-wrapper{
	font-size: 1rem;
}

.product .woocommerce-notices-wrapper ul{
	padding: 1em 2em 1em 3.5em;
}

/* Hiding prices, etc. for sample requests */

/* Cart */
.cart_totals table, .cart_totals h2{
	display: none;
}

/* Checkout */

th.product-total, td.product-total{
	display: none;
}

.woocommerce-checkout-review-order-table tfoot{
	display: none;
}

/* Order Confirmation */
.woocommerce-table--order-details tfoot{
	display: none;
}

/* Product Template CSS */

article.product header.entry-header{
	display: none;
}

div.type-product{
	display: inline-block;
	vertical-align: top;
	width: 70%;
	padding: 7vw 0;
}

/* WPForms */

div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form textarea{
	background-color: #F5F5F5;
	border: none;
}

div.wpforms-container-full .wpforms-form button[type=submit]{
	background-color: #44A95A;
	color: white;
	border: none;
	border-radius: 5px;
	width: 100%;
	opacity: 1;

	transition: all 250ms ease;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover{
	background-color: #44A95A;
	opacity: .5;
	border: none;
}

.wpforms-form ::placeholder{
	color: #C4C4C4;
}

.wpforms-form textarea:focus, .wpforms-form input:focus{
	border: none !important;
}

.wpforms-form button:focus{
	background-color: #44A95A !important;
	opacity: .5 !important;
	border: none !important;
}

/*--------------------------------------------------------------
## eCommerce additions
--------------------------------------------------------------*/

#product-vars{
	background-color: #44A95A;
    color: white;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,.35);
}

#product-vars a.button{
	color: white !important;
	border: 1px solid white;
	background-color: transparent !important;
}

#product-vars a.button:hover{
	color: #44A95A !important;
	background-color: white !important;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

footer{
	font-size: 0;
	background-color: #333;
	color: white;
}

footer .inline{
	vertical-align: top;
}

footer .margins{
	padding: 3vw 7vw;
}

footer a{
	color: white;
	padding: 5px 0;

	transition: all 250ms ease;
}

footer a:hover{
	opacity: .5;
}

footer li{
    margin: 5px 0;
}

.product .entry-footer{
	display: none;
}

.bottom-footer{
    margin-top: 3vw;
    border-top: 1px solid white;
}

.bottom-footer section{
    margin-top: 3vw;
}

.bottom-footer a{
    display: inline-block;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
h2.widget-title{
	font-weight: 700;
	font-size: 1.2rem;
}

footer .widget-area{
    border-top: 1px solid white;
    margin-top: 50px;
    padding-top: 30px;
}

footer .widget-area a{
    display: inline-block;
}

/* Mailchimp Styles */
#mc_embed_signup form{
	padding: 0 !important;
}

#mc_embed_signup input.button{
	background-color: #44A95A;
	border: 1px solid #44A95A;
    padding: 10px 15px;
    margin: 0 !important;
    font-size: .9rem !important;
    text-transform: uppercase; 
    border-radius: 30px;
    width: auto !important;
    height: auto !important;
    line-height: 1.5rem;
}

#mc_embed_signup input.button:hover{
	background-color: transparent;
	color: #44A95A;
}

#mc_embed_signup input.email{
	border: none !important;
	padding: 10px !important;
}

/*--------------------------------------------------------------
## Sales Regions - Map SVG
--------------------------------------------------------------*/

.mapsvg-controller-view-content h5{
	margin-bottom: .5em;
}

/*--------------------------------------------------------------
## Cookie Consent
--------------------------------------------------------------*/

#cookie-law-info-bar{
    width: 400px !important;
    box-shadow: 0 -1px 10px rgb(172 171 171 / 40%);
    border-radius: 5px;
}

.cli-bar-btn_container a:first-child{
	margin-left: 0 !important;
}

.cli-bar-btn_container a.cli_settings_button{
	background-color: white !important;
    color: #44A95A !important;
    border: 1px solid #44A95A;
}

/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/

section.error-404{
	text-align: center;
	padding: 50px 0 100px 0;
	color: white;
}

section.error-404 h1{
	font-size: 6rem;
	font-weight: bold;
}

/*--------------------------------------------------------------
## Mobile Styles
--------------------------------------------------------------*/

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

	.quarter{
		width: 50%;
	}

	.h-news .blog{
		margin-top: 50px;
	}

	.top-menu-wrap{
		padding-left: 30%;
	}

}

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

    .sixth{
        width: 33.33%;
    }

	/* HEADER */

	header nav.mobile-nav{
		display: inline-block;
	}

	header nav.desktop-nav{
		display: none;
	}

	header nav.mobile-nav .margins{
		padding-top: 150px;
	}

	header.site-header .site-branding img{
		max-width: 100px;
	}

	.top-menu.desktop{
		display: none;
	}

	nav.mobile-nav li, nav.mobile-nav li a{
		padding: 10px 0;
		color: white;
	}

	nav.mobile-nav li a{
		font-size: 1.5rem;
	}

	.menu-main-menu-container{
		display: block;
		padding-bottom: 50px;
	}

	ul.sub-menu{
		background-color: transparent;
		position: relative;
		padding: 0 25px 0 0;
		width: 100%;
		margin-left: 0;
	}

	ul.sub-menu li{
		text-align: right;
		padding: 5px 0;
	}

	ul.sub-menu li a{
		margin: 0;
		font-size: 1.25rem;
	}

	ul.sub-menu .sub-menu{
		margin-top: 0;
		left: 0;
	}

	ul.sub-menu li:hover{
		background-color: transparent;
	}

	.top-menu-wrap{
		padding-left: 0;
		padding-top: 50px;
	}

	.top-menu-wrap ul{
		border-radius: 0;
		background-color: transparent;
		padding: 0;
	}

	.top-menu-wrap li{
		display: block;
	}

	span.cart-contents-count{
		font-size: 1rem;
	}

	header nav.mobile-nav .margins{
		padding-bottom: 100px;
	}

    #content{
        padding-top: 80px;
    }

	/* PRODUCT FINDER */

	.pf-side{
		display: block;
		width: 100%;
	}

	.pf-main{
		display: block;
		width: 100%;
		padding-top: 35px;
	}

	.pdesc, .pinci{
		display: none;
	}

	.ptitle{
		width: 100%;
	}

	.single-chart{
		width: 50%;
	}

	#association-logos .inline{
		padding: 2vw 7vw;
	}

}

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

	/* Home */
	h2.fancy{
		font-size: 3rem;
		line-height: 3.125rem;
	}

	.tabs .tab{
		width: 100%;
		display: block;
	}

	/* Products */

	div.type-product{
		display: block;
		width: 100%;
	}

	.p-side{
		display: block;
		width: 100%;
	}

	.p-side .margins{
		padding-left: 7vw;
	}

	div.products{
		display: block;
		width: 100%;
	}
	
	.p-head-text{
		width: 100%;
		display: block;
	}
	
	.p-head-text a{
		float: none;
	}

	.single-chart{
		width: 100%;
	}

	/* Product Finder */
	.product-categories{
		display: none;
        overflow-y: scroll;
		margin-top: 3.5vw;
		position: fixed;
		top: 0;
		left: 0;
		background: white;
		height: 100vh;
		width: 100vw;
		z-index: 1000;
		padding: 50px 7vw;
	}

	.product-categories.active{
		display: block;
	}

	.product-categories .pf-filters{
		display: flex;
	}

	.product-categories .pf-filters .pf-filter, .product-categories .pf-filters .order{
		display: flex;
	}

	.cat-toggle{
		display: flex;
		z-index: 1001;
		align-items: center;
		justify-content: center;
		position: fixed;
		bottom: 7vw;
		right: 7vw;
		background-color: var(--green);
		color: white;
		box-shadow: 0px 4px 12px rgb(0 0 0 / 25%);
		padding: 25px;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		cursor: pointer;
	}

	.cat-toggle .fa-times{
		display: none;
	}

	.cat-toggle.active .fa-times{
		display: block;
	}

	.cat-toggle.active .fa-filter{
		display: none;
	}

	.pf-filters{
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: 30px 0;
	}

	.pf-filters .pf-filter{
		flex-wrap: wrap;
		padding: 20px 0;
		display: none;
	}

	.pf-filters .order{
		flex-wrap: wrap;
		display: none;
	}

	.pf-filters select{
		margin-left: 0;
	}

	.pf-filters .order p{
		width: 100%;
		margin-bottom: 1.5vw;
	}

	#pf-results{
		max-width: 100vw;
	}

	.pf-result .flex{
		flex-wrap: wrap;
	}

	.pf-result h3{
		width: 90%;
		margin: 0;
	}

	.pf-result .flex:hover h3{
		margin-left: 0;
	}

	.pf-result h6{
		font-size: 1.25rem;
	}

	.pf-result h6::before{
		content: '';
	}

	.pf-result .flex i{
		text-align: center;
		width: 10%;
		padding: 20px 0 !important;
		margin-left: 0;
	}

	.pf-result h6{
		order: 3;
	}

	.button-wrapper .add-to-cart{
		margin-bottom: 3.5vw;
	}
	
}


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

	.half{
		width: 100%;
	}

	.third{
		width: 100%;
	}

	.quarter{
		width: 100%;
	}

	.fifth{
		width: 100%;
	}

    .sixth{
		width: 50%;
	}

	.d-hide{
		display: inline-block !important;
	}

	h2{
		font-size: 3rem;
		line-height: 2.75rem;
	}

	/* HOME */

	.green-box{
		display: none;
	}

	.markets-tabs .tab-content-area{
		display: none;
	}

	.tabs .tab:hover{
		box-shadow: none;
		background-color: transparent;
		color: #44A95A;
	}

	.tabs .tab:hover img{
		filter: none;
	}

	.tabs .tab.active{
		box-shadow: none;
		background-color: transparent;
		color: #44A95A;
	}

	.tabs .tab.active img{
		filter: none;
	}

	.ncp .links{
		margin-bottom: 50px;
	}

	.ncp h2{
		font-size: 2.5rem;
		line-height: 2.5rem;
	}

	.ncp .inline:nth-child(2){
		margin-top: 50px;
	}

	.h-podcasts .episodes img{
		transform: translate(0px, 0px);
	}

	.podcasts-list{
		margin-top: 50px;
	}

	/* FORMULATIONS */
	.single-formulation .formulations{
		width: 100%;
	}


	/* FOOTER */

	footer .inline{
		margin-top: 50px;
	}
	
}

/* PRINT CSS */

@page{
	size: auto;
}

@media print{
	header, footer{
		display: none;
	}

	div#content{
		padding-top: 0 !important;
	}

	.single-formulation .formulations{
		width: 100%;
		display: block;
	}

	.p-side{
		display: none;
	}
}
