/*!
Theme Name: Pride
Theme URI: http://underscores.me/
Author: MO Agency
Author URI: https://www.mo.agency
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pride
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Pride 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
--------------------------------------------------------------*/
.site a {
	color: #000;
}

a:visited {
	color: #000;
}

.site a:hover,
.site a:focus,
.site a:active {
	color: #000;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	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 {
	width: 220px;
}

.main-navigation ul ul li {
	width: 100%;
}

.main-navigation ul ul a {
	width: 100%;
}

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

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


/*--------------------------------------------------------------
## Custom Styles
--------------------------------------------------------------*/

#certifications img {
	max-height: 100px;
	width: auto;
}

.gform_button.button {
	min-width: 150px;
	padding: 12px;
	font-weight: 600;
	font-size: 12px !important;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	text-align: center;
	border-radius: 0;
	color: white;
	background: #0B7533;
}

.footer-phone a {

	background-image: url('img/icons/phone-receiver-green.png');
}

.footer-email a {

	background-image: url('img/icons/close-envelope-green.png');
}

.footer-phone a,
.footer-email a {
	padding-left: 25px;
	background-repeat: no-repeat;
	background-size: 20px;
	height: 25px;
	line-height: 25px !important;
	display: block;
	background-position: center left;
}


.site-info a {
	color: white;
	text-decoration: none;
}

.site-info a:hover {
	color: white;
	text-decoration: underline;
}

:focus {
	outline: none;
}

.btn.focus,
.btn:focus {
	box-shadow: none !important;
}

.certificate-slide-inner {
	line-height: 105px;
}

ul,
ol,
li>ul,
li>ol {
	margin-left: 0;
	padding-left: 25px;
}

li>ul,
li>ol {
	margin-top: 10px;
	margin-bottom: 10px;
}

.main-navigation li>ul li.menu-item-has-children:before {
	content: "\f054";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	float: right;
	padding: 8px;
	color: #727272;
	font-size: 11px;
}

#page {
	font-family: 'Montserrat', Arial, sans-serif;
}


.site h1 {
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0.79px;
	line-height: 37px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.site h2 {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.79px;
	line-height: 37px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.site h3 {
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	letter-spacing: 2.1px;

	text-transform: uppercase;
	margin-bottom: 20px;
	    margin-top: 20px !important;
}

.entry-content h3 {
	margin-bottom: 10px;
}

.post-879 .entry-title,
.post-946 .entry-title,
.post-1364 .entry-title {
	display: none;
}

.site h4 {
	font-weight: 600;
	font-size: 20px;

	letter-spacing: 1.25px;
	margin-bottom: 30px;
}


.posts h4 {
	text-transform: uppercase;
}


.site h1 strong {
	font-weight: 600;
}

.site p,
.site td {
	font-family: Arial;
	font-size: 14px;
	margin-bottom: 20px;
	letter-spacing: 0;
	line-height: 19px;
}

p {
	color: #4A4A4A;
}

.section {
	margin-bottom: 50px;
}

/* Customize the label (the container) */
.radio-button {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	cursor: pointer;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	font-size: 14px;
	color: #000000;
	letter-spacing: 2.1px;
	font-weight: 500;
}

/* Hide the browser's default radio button */
.radio-button input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 17px;
	width: 17px;
	border: 4px solid #165A40;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-button:hover input~.checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-button input:checked~.checkmark {
	background-color: #165A40;
}


#page .btn {
	min-width: 150px;
	padding: 12px;

	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	text-align: center;

	border-radius: 0;
}

#page .btn-green {
	color: white;
	background: #0B7533;
}

#page .btn-green:hover {
	background: #9BC322;
}

#page .gmo-free .btn-green:hover {
	background: #727272;
}

#page .btn-light-green {
	color: white;
	background: #9BC322;
}

.hero,
.home-products,
.certificates,
.clients {
	position: relative;
}

.slick-slide img {
	margin: auto;
}

.slider-controls {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -15px;
}

.slider-controls .slider-control {
	color: white;
	border: 0px solid #fff;
	color: #0B7533;
	border-color: #0B7533;
	border-radius: 50%;
	line-height: 1.7rem;
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	position: absolute;
	cursor: pointer;
}

.home-slider-controls .slider-control {
	color: white;
	border: 0px solid #fff;
	background: #0B7533;
}

.slider-control {
	opacity: .8;
	transition: opacity .15s ease;
}

.slider-control:hover {
	opacity: 1;
}

.product-slider-controls {
	width: calc(100% - 30px);
}

#hs-prev {
	left: 10px;
	padding-right: 2px;
	padding-top: 2px;
}

#hs-next {
	right: 10px;
	padding-left: 2px;
	padding-top: 2px;
}

#ns-prev,
#cls-prev {
	left: -45px;
}

#ns-next,
#cls-next {
	right: -45px;
}

#cs-prev {
	left: -30px;
}

#cs-next {
	right: -30px;
}



.product-slide-inner {
	padding: 15px;
	text-align: center;
	background-size: cover;
	margin: 5px;
	height: 480px;
	font-weight: 900;
	font-size: 20px;
	color: white;
	font-family: 'Raleway', sans-serif;
	line-height: 20px;
	max-width: 280px;

}

.product-slide-inner .logo {

	height: 120px;
}

.product-slide-inner .logo {

	height: 120px;
	width: auto;
}

.product-slide-inner .logo img {
	max-width: 160px;
}


.product-slide-inner .title {
	height: 65px;
	color: white;
}

.product-slide-inner .product-thumbnail {
	height: 220px;
}

.product-slide-inner .product-thumbnail img {
	height: 200px;
	padding: 10px;
	width: auto;
}

/*
.product-slider-controls-3,
.product-slider-controls-2 {
	display: none;
} */


.site h2.entry-title {
	margin-bottom: 0;
	line-height: 19px;
}

.site .entry-summary {
	margin-top: 10px;

}

h2.entry-title a {

	font-size: 14px;
	color: #000000;
	letter-spacing: 2.2px;
	font-weight: 700;
	text-decoration: underline;
}


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

.top-bar {
	background: #000;
	font-family: arial;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 27px;
	padding: 8px 0;
}



.top-bar .contact-details {
	float: left;
}

.top-bar .contact-details img {
	display: inline-block;
	padding-right: 10px;
	padding-left: 20px;
}

.top-bar .contact-details img:first-child {
	padding-left: 0px;
}

.top-bar .header-right {
	float: right;
}

.top-bar input {
	line-height: 19px;
	border-radius: 0;
	border: 0;
	padding-left: 30px;
}


.top-bar .social-icon {
	padding: 5px;
	margin-right: 10px;
}

.top-bar .social-icons {
	display: inline-block;
	margin-right: 15px;
}

.top-bar .search-box {
	display: inline-block;
	position: relative;
}


.top-bar .search-btn {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	height: 27px;
	width: 27px;
	line-height: 27px;
	border: 0;
	background: transparent;
}

.main-navigation {
	padding: 15px 0;

}

.nav-toggle {
	display: none;
	padding: 29px;
	text-align: right;
	padding-right: 0px !important;
}

#primary-menu {
	justify-content: flex-end;
}

.main-navigation .menu-item a,
.main-navigation .page_item a {

	display: block;
	margin: 0;
	padding: 10px;

	font-size: 11px;
	color: #727272;
	letter-spacing: 1px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: 500;

}

.main-navigation .menu-item:last-child a {
	margin-right: 0;
}

.main-navigation .menu-item:hover>a {
	color: white;
	background: #0B7533;
	text-decoration: none;

}

.main-navigation li>ul .menu-item:hover>a {
	color: #525252;
	background: #eee;
	text-decoration: none;
}

.main-navigation .current_page_item>a {
	color: #0B7533;
	font-weight: 600;
}

.main-navigation li>ul {
	background: #fff;
}

.main-navigation li>ul .menu-item a {
	padding: 10px;
	margin: 0;
	border-bottom: 1px solid #bbb;
}

.main-navigation ul li:hover>ul {
	left: 1px;
}

.breadcrumbs {
	padding: 8px;
}

.breadcrumbs,
.breadcrumbs a {
	background: #F9F9F9;
	font-size: 11px;
	color: #727272;
	letter-spacing: 1px;
	font-weight: 600;

}

.breadcrumbs a:hover {
	color: #9BC322;
}

.breadcrumbs .current {
	color: #165A40;
	font-weight: 700;
}

::-moz-selection {
	background: #9BC322;
	;
}

::selection {
	background: #9BC322;
	;
}


/*--------------------------------------------------------------
### Hero Styles
--------------------------------------------------------------*/

#home-slider {
	color: #FFFFFF;
	margin-bottom: 50px;
}

#home-slider h1 {
	font-size: 28px;
	font-weight: 600;
	color: #FFFFFF;
	letter-spacing: 0.92px;
	line-height: 30px;
	text-shadow: 0 2px 9px rgba(0, 0, 0, 0.50);
	margin-bottom: 0;
	width: 45%;
	text-transform: none;
}

#history-slider {
	margin-bottom: 0;
}

#history-slider ul.slick-dots {
	display: none !important;
}


#home-slider ul.slick-dots,
#history-slider ul.slick-dots {
	list-style: none;
	position: absolute;
	bottom: -35px;

	padding: 0 0 0 10px;
}

#home-slider ul.slick-dots {
	bottom: -50px;
}

#home-slider ul.slick-dots li,
#history-slider ul.slick-dots li {
	position: relative;
	cursor: pointer;
	display: inline-block;
	margin-right: 5px;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	border: 3px solid #0B7533;
	background: transparent;
	-webkit-transition: all ease-out 250ms;
	-moz-transition: all ease-out 250ms;
	-o-transition: all ease-out 250ms;
	transition: all ease-out 250ms;
}

#home-slider ul.slick-dots li.slick-active,
#history-slider ul.slick-dots li.slick-active {
	border: 1px solid #0B7533;
	background: #0B7533;
}

#home-slider ul.slick-dots li button,
#history-slider ul.slick-dots li button {
	display: none;
}

.hs-wrapper {
	display: table;
	width: 100%;
	/*height: calc(100vh - 88px);*/
	position: relative;
	z-index: 9999;
}

#home-slider .hs-container {
	height: 320px;
}

.hs-container {
	display: table-cell;
	vertical-align: middle;
	padding: 90px 0;
	text-align: left;

}

.hs-container img {
	margin: 0 auto;
}

.hs-subheading {
	font-weight: bold;
	font-size: 1.2rem;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: left;
	margin-bottom: 14px;
}


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

.home-products h1,
.home-products p {
	max-width: 200px;
}

.home-products {
	position: relative;
}

.home-products .details {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}



/*--------------------------------------------------------------
### Banner 1 Styles
--------------------------------------------------------------*/

.banner {
	/* padding: 120px 0; */
	background-size: cover;
	/* background-color: #5a5a5a; */
	min-height: 200px;

	height: 320px;
	position: relative;
}

.banner .container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.banner h1 {
	text-transform: none;

}


.continuous-improvement .banner-1 h1 {
	font-size: 32px;
	font-weight: 600;
	color: #FFFFFF;
	letter-spacing: 0.92px;
	text-align: center;
	line-height: 39px;
	/* max-width: 530px; */
	margin: auto;
}

.banner-1 h1 {
	margin-bottom: 30px;
}

.banner-2 p {
	margin-bottom: 10px;
}

.banner-2 {
	padding: 75px 0;
	background-size: 50%;
	background-position: bottom right !important;
	background-repeat: no-repeat;
	background-color: #f0f0f0;
}

.section-1 .col {
	padding: 60px 15px;
}

.section .left-section,
.section .left-section p {
	color: white;
}

.section .right-section {
	padding-left: 40px;
}

.section .right-section h1 {
	margin-bottom: 25px;
}

.block {
	border: 1px solid #f2f2f2;
	margin-bottom: 55px;
}

.block .heading {
	padding: 5px 15px;
	background: #f2f2f2;
}

.block .heading h2 {
	margin-bottom: 0;
	line-height: 42px;
	font-size: 20px;
}

.block .heading h2 img {
	margin-right: 15px;
}

.block .content {
	padding: 15px;
	position: relative;
	height: 320px;
}

.block .about-banner {
	padding: 30px 20px;
	margin-bottom: 25px;
	background-size: cover;
}


.block .content .btn {
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.block .content p {
	color: black;
}

.clients-section {
	text-align: center;
}

.client-slide-inner {
	height: 160px;
	position: relative;
}

.client-slide-inner img {

	height: 160px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.clients {
	margin-top: 60px;
}

.site-footer {
	background: #F2F2F2;
}

.site-footer .footer-content {
	padding: 60px 0;

}

.footer-contact {
	padding-left: 45px;
	text-align: right;
}

.site-footer .footer-content p {
	font-size: 14px;
	color: #000000;
	letter-spacing: 0;
	line-height: 19px;
}

.footer-content h3 {
	font-size: 20px;
	font-weight: 600;
	color: #165A40;
	letter-spacing: 1.25px;
	margin-top: 32px;
}

.footer-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-nav ul li a {
	font-size: 15px;
	font-weight: 600;
	color: #165A40;
	letter-spacing: 1.25px;
	text-transform: uppercase;
}


.footer-nav ul li>ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	letter-spacing: 0;
	line-height: 19px;
	text-transform: none;
}

.footer-nav ul li>ul li>ul {
	margin-left: 15px;
}

.footer-nav ul li>ul {
	margin-bottom: 20px;
	margin-top: 5px;
}

.site-info {
	background: #165A40;
	text-align: center;
	color: white;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	line-height: 19px;

	padding: 10px;
}

#page .footer-content .btn {
	width: 165px;
}

.footer-content .social-icon {
	margin-right: 10px;
}


/*--------------------------------------------------------------
# About Page Styles
--------------------------------------------------------------*/

.about-us .banner h1 {
	font-size: 32px;
	font-weight: 600;
	color: #FFFFFF;
	letter-spacing: 0.92px;
	text-align: center;
	line-height: 39px;
	/* max-width: 530px; */
	margin: auto;
}

.about-us .entry-header {
	display: none;
}

.about-us .entry-content {
	text-align: center;
}

.about-us .stamp-inner {
	position: relative;
}

.about-us .stamp-inner .background-image {
	width: 100%;
}

.stamp h2,
.stamp h3,
.stamp p,
.stamp li {
	color: white;
}

.stamp ul {
	margin: 0;
}

.stamp li {
	text-align: left;
	margin-bottom: 10px;
}

.site li {
	font-family: Arial;
	font-size: 14px;
	letter-spacing: 0;

	line-height: 19px;
	color: #4A4A4A;
}

.site .site-main li {
	margin-bottom: 10px;
}

.stamp h2 {
	font-size: 20px;
	color: #F9F9F9;
	letter-spacing: 1.25px;
}

.stamp h3 {
	font-size: 14px;
	letter-spacing: 2.1px;
}

.stamp-content {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	padding: 45px;
}

.values h1 {
	text-align: center;
}

.value-inner {
	background: #F2F2F2;
	text-align: center;
	color: #000000;
	padding: 30px;
	height: 340px;
	margin-bottom: 15px;
}

.value-inner h2 {
	font-size: 20px;
	letter-spacing: 1.25px;
	line-height: 24px;
	margin-top: 10px;
}

.value-icon {
	height: 120px;
	line-height: 120px;
}


.history-slide {
	background: #9BC322;
	color: white;
	position: relative;
}

.history-slide:nth-child(3n) {
	background: #165A40;
}

.history-slide:nth-child(3n+1) {
	background: #727272;
}

.history-slide img {
	width: 100%;
}

.history-slide h3 {
	font-weight: 500;
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing: 2.1px;
}

.history-slide p {
	color: #FFFFFF;
}

.history-slide-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.history-slide .history-slide-content-inner {
	padding-left: 60px;
	padding-right: 60px;
	position: relative;
}

.history-slider-controls {

	width: 100%;

}

.history {
	position: relative;
}

.history-slider-controls .slider-control {
	background: white;
	border-radius: 50%;
	color: #9BC322;
	font-size: 20px;
}

.history-slide:nth-child(3n) .history-slider-controls .slider-control {
	color: #165A40;
}

.history-slide:nth-child(3n+1) .history-slider-controls .slider-control {
	color: #727272;
}

.history-slider-controls .slider-control .fas {
	line-height: 30px;
}

.hts-prev {
	left: -60px;
	padding-right: 2px;

}

.hts-next {
	right: 60px;
	padding-left: 3px;
}

.history {
	margin-bottom: 0;
}




.management {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 0px;
}

.management h1 {
	text-align: center;
	margin-bottom: 35px;
}

.team-member-inner {
	padding: 15px;
}

.team-member-image {
	width: 100%;
	height: 200px;
	background-color: #fff;
	border-bottom: 3px solid #9BC322;
	overflow: hidden;
}

.team-member-image img {
	width: 100%;
}

.team-member-content {
	background: #f0f0f0;
	padding: 10px;
}

.team-member-content h3 {
	margin-bottom: 0;
}

.team-member-content p {
	margin-bottom: 0;
	color: #4A4A4A;
}

.our-mills-image {
	width: 100%;
	height: 200px;
}

.our-mills {
	margin-top: 30px;
	margin-bottom: 30px;
}

.mills {
	padding-top: 50px;
	padding-bottom: 40px;
	background-color: #727272;
	color: white;
	margin-bottom: 0px;
}

.our-mills h3 {
	color: white;
}

.our-mills-content p {
	color: white;
}

.our-mills p {
	color: white;
}

.our-mills h3 {
	font-size: 20px;
	color: white;
	letter-spacing: 1.25px;
	font-weight: 600;
}

.our-mills-content {
	position: relative;

}

.our-mills-content p {
	/* position: absolute;
	top: 50%;
	transform: translateY(-50%);
	*/
	margin-top: 5px;
	padding-right: 45px;
}



.sidebar h4 {
	padding-bottom: 10px;
	border-bottom: 2px solid #979797;
}

.posts .banner h1,
.article .banner h1 {
	font-size: 32px;
	font-weight: 600;
	color: #FFFFFF;
	letter-spacing: 0.92px;
	text-align: center;
	line-height: 39px;
	margin: auto;
}

.spacer {
	height: 40px;
}

.article-inner {
	padding-bottom: 0px;
	text-decoration: none !important;
	display: block;
}

.recipes .article-inner,
.campaigns .article-inner {
	max-width: 250px;
	margin: auto;

}

.article-image {
	/* width: 100%;
	height: 200px; */
	background-color: #5a5a5a;
	border-bottom: 3px solid #9BC322;
	overflow: hidden;
}

.article-image img {
	width: 100%;
}

.article-content {
	background: #eee;
	background-color: transparent;
	padding: 15px 0;
	min-height: 150px;
	position: relative;

}

.article.recipe .article-content {
	min-height: 60px;
}

.article-content h3 {
	margin-bottom: 0;
	text-align: left;
}

.article-content p {
	margin-bottom: 10px;
	color: #4A4A4A;
	font-weight: 400;
	text-align: left;
}

.article-content a.read-more,
.article-content .link {
	text-transform: uppercase;
	font-size: 11px;
	color: #000000;
	letter-spacing: 2.2px;
	font-weight: 700;
	text-decoration: underline;
/* 	position: absolute;
	bottom: 15px; */
}

.recipes .article-content {
	min-height: 100px;
}

.recipes-slider .article-content {
	min-height: 45px;
}

.consumer-brand .recipes-slider .article-content {
	min-height: 75px;
}





ul.pagination li {
	padding: 0 5px;
	margin: 0 5px;
	cursor: pointer;
	line-height: 18px;
	color: #165A40;
}

.prev-page,
.next-page {
	font-size: 18px;
	padding: 0 10px;
}

ul.pagination li.active {
	border-bottom: 1px solid #165A40;
}

ul.pagination li.disabled {
	opacity: .4;
	pointer-events: none;
}


ul.pagination {
	margin: 0;
	margin-top: 30px;
	align-items: center;
	justify-content: center;
}

.article .heading,
.article .content {
	border-bottom: 1px solid #c7c7c7;
	margin-bottom: 20px;
}

.article .heading {
	margin-top: 30px;
}

.article.recipe .heading {
	margin-top: 0;
}

.article .content {
	border-color: #e6e6e6;
}

.article.recipe .content {
	border-bottom: 0;
}

.article.recipe .view-more {
	border-top: 1px solid #e6e6e6;
	margin-top: 30px;
	padding-top: 30px;
}

.article.recipe.single-product .view-more {
	border-top: 0;
}

.article .heading h1,
.article .heading h3 {
	margin-bottom: 12px;
}

.article .heading h3 a {
	color: #000;
}

.article.slick-slide {
	padding: 15px;
}



.article .view-more {
	text-align: center;
}

.article .view-more a {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	color: #000000;
	letter-spacing: 2.2px;

}

.article.single-product .view-more a {
	font-size: 14px;
	color: #000000;
	letter-spacing: 2.1px;
	text-align: center;
	font-weight: 600;
}

.news-slider-wrapper {
	position: relative;
	text-align: left;
	margin-top: 20px;
}

.news-slider-wrapper .article-inner {
	max-width: 250px;
	margin: auto;
}

#nws-prev {
	left: -30px;
	padding-top: 2px;
	padding-right: 1px;
}

#nws-next {
	right: -30px;
	padding-top: 2px;
	padding-left: 2px;
}

.news-slider-controls .slider-control {
	background: #0B7533;
	color: white;
}



.outreach-projects .banner {
	text-align: center;
	color: #FFFFFF;
	/* padding: 120px; */
}

.outreach-projects.contact .banner,
.outreach-projects.industrial-products .banner {
	/* padding: 60px; */
}

.outreach-projects .banner h1 {
	font-size: 32px;
	font-weight: 600;
	color: #FFFFFF;
	letter-spacing: 0.92px;
	text-align: center;
	line-height: 39px;
	margin: auto;
}

.article .banner p,
.continuous-improvement .banner p,
.contact .banner h4,
.outreach-projects .banner h4 {
	color: white;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2.1px;
	text-transform: uppercase;
	margin-top: 20px;
}

.outreach-projects.industrial-products .banner .btn-green {
	margin-top: 20px;
}

.outreach-projects .entry-header {
	display: none;
}

.outreach-projects .entry-content {
	text-align: center;
}

.outreach-projects.learnership .entry-content {
	text-align: left;
}

.testimonials {
	background: #F2F2F2;
	padding: 50px 0;

}


.testimonials .row {
	margin-top: 50px;
	margin-bottom: 20px;
}


.outreach-projects h1 {
	text-align: center !important;
}

.testimonials h1 {
	margin-bottom: 75px;
}

.testimonial {
	position: relative;
}

.testimonial-badge {
	position: absolute;
	background: #F9F9F9;
	top: 0;
	left: 0;
	width: 200px;
}

.testimonial-badge .thumbnail {
	border-bottom: 2px solid #9BC322;
	text-align: center;
	background: white;
	padding: 0;
	//width: 200px;
	width: 100%;
}

.testimonial-badge h3,
.testimonial-badge p {
	margin: 10px;
}

.testimonial-badge h3 {
	margin-bottom: 0px;
	letter-spacing: 1.4px;
}

.testimonial-badge p {
	margin-top: 0px;
}

.testimonial-inner {
	padding-left: 130px;
	padding-top: 60px;
	padding-bottom: 30px;
	padding-right: 30px;
	position: relative;
	max-width: 700px;
	margin: auto;
}

.testimonial-content {

	background-color: white;
	box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.11);
	padding: 55px 20px 55px 90px;



	font-weight: 300;
	font-size: 16px;
	color: #000000;
	letter-spacing: 1.25px;
}


.testimonial .quote {
	color: #0B7533;
	font-size: 80px;
	letter-spacing: 1.05px;
	font-weight: 300;
	display: block;
	line-height: 0px;
}

.program-inner {
	border: 1px solid #F9F9F9;
}

.program h2 {
	background: #F9F9F9;
	padding: 10px 15px;
	height: 65px;
	margin-bottom: 0;
	line-height: 45px;
}

.program-icon {
	float: left;
	margin-right: 10px;
}

.program-content {
	padding: 15px;

}

.program .banner {
	/* padding: 60px 0; */
	margin-bottom: 20px;
	height: auto;
	min-height: 100px;
	background-color: #727272;
}

.program-content .description {
	height: 70px;
}


.continuous-improvement .banner {
	text-align: center;
}


.continuous-improvement .entry-header {
	display: none;
}

.continuous-improvement .entry-content {
	margin: 0;
}


.continuous-improvement .featured-image {

	background-size: contain;
	background-repeat: no-repeat;
}

.continuous-improvement .content {

	padding-left: 30px;
}

.continuous-improvement .page-content {
	padding-bottom: 60px;
	margin-bottom: 60px;
	/* border-bottom: 1px solid #979797; */
}

.continuous-improvement .news h1 {
	text-align: center
}


.opportunities {
	background: #F2F2F2;
	padding: 60px 0;
}

.opportunities h1 {
	margin-bottom: 45px;
}

.opportunities .program-inner {
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;
	padding: 60px;

	height: calc(42vw - 30px);
	max-height: 450px;
	border: 0;
	position: relative;
	display: block;
}

.opportunities .program-inner .content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}

.opportunities .program-inner h2 {
	background: transparent;
	font-size: 20px;
	color: #F9F9F9;
	letter-spacing: 1.25px;
	text-align: center;
	margin-top: 20px;
	line-height: 28px;
	height: auto;
}


.opportunities .program-inner .btn {
	color: white;
}

.opportunities .program-inner .btn:hover {
	text-decoration: underline;
}




.opportunities .program-icon {
	float: none;
	margin: 0;
}

.training .testimonials {
	background: transparent;
	margin-bottom: 0px;
	margin-top: 0px;

}

.page-template-page-careers .training .testimonials,
.page-template-page-training .training .testimonials {
	padding-top: 0px;
}

.training .testimonials .testimonial-badge .thumbnail {
	background-color: #5a5a5a;
	height: 202px;
}

.testimonial-content {
	height: 270px;
	display: table-cell;
	vertical-align: middle;
}


.faqs {
	background-color: #165A40;

	padding: 60px;
	margin-bottom: 0;
}

.faqs h1,
.faqs h3,
.faqs p {
	color: white;
}

.faqs h1 {
	margin-bottom: 15px;
}

.faqs h3 {
	margin-top: 15px;
	/* height: 48px; */
}

.faq-inner {
	padding: 0 15px;
}


.site .not-a-link>a {
	cursor: initial !important;
	text-decoration: none !important;
}

.career-path {
	text-align: center;
}

.career-path h3 {
	margin-bottom: 30px;
}

.path-icon {
	margin: 10px auto;
	padding: 15px;
	background-color: #F2F2F2;
	border-radius: 50%;

	display: inline-block;

	height: 100px;
	width: 100px;
	line-height: 70px;
}

.path-icon img {
	display: inline !important;
}

.career-listings {
	background: #F2F2F2;
	padding: 60px 0 30px;
}

.career-listings h1 {
	margin-bottom: 30px;
}

.career-listings .article-content {
	background: white;
	padding: 15px 10px;
}

.heading .links a {
	font-size: 11px;
	color: #000000;
	letter-spacing: 2.2px;
	font-weight: 700;
	text-decoration: underline;
}


.home .section-1 {
	position: relative;
}

.home .section-1 .background {
	position: absolute;
	background-repeat: no-repeat;
	width: 50%;
	background-size: cover;
	height: 300px;
}


.campaigns-slider-wrapper {
	position: relative;
}

.recipes-slider,
.campaigns-slider {
	position: relative;
	margin-top: 30px;
}

.section.recipes,
.section.campaigns {
	/* background-color: #F2F2F2; */
	padding: 50px 0;
}

#rs-prev,
#cmps-prev {
	left: -30px;
	padding-right: 2px;
	padding-top: 2px;
}

#rs-next,
#cmps-next {
	right: -30px;
	padding-left: 2px;
	padding-top: 2px;
}

.consumer-brand .product .image {
	height: 163px;
}

.consumer-brand .product .image img {
	height: 160px;
	width: auto;
}

.consumer-brand .product:hover .image img {
	height: 163px;
}


.consumer-brand .recipes-slider-controls .slider-control {
	color: white;
	border: 0px solid #fff;
	background: #0B7533;
}

.consumer-brand .section {
	text-align: center;
}

.consumer-brand .store-listings.section {
	margin-top: 50px;
}

.consumer-brand .section.recipes {
	margin-bottom: 0;
}

.consumer-brand .grey .article-content {
	text-align: left;
	background: white;
}

.consumer-brand .grey {
	background: #f2f2f2;
	padding: 50px 0;
	margin-bottom: 0;
}


.consumer-brand .product .name {
	padding: 10px;
}

.consumer-brand .recipes p {
	text-transform: uppercase;
	color: #000;
	letter-spacing: 2.1px;
	margin-bottom: 10px;
}


.consumer-brand a {

	text-decoration: underline;
	font-size: 11px;
	color: #000000;
	letter-spacing: 2.2px;
	text-align: center;
	font-weight: 700;

	text-transform: uppercase;

}

.consumer-brand a.article-inner {
	text-decoration: none;
}

.consumer-brand .about a {
	text-transform: none;
	color: white;
	font-size: 14px;
	letter-spacing: 0px;
}

.consumer-brand .store-listings h1 {
	margin-bottom: 10px;
}

.consumer-brand .news h1 {
	margin-bottom: 10px;
}

.consumer-brand .stores-slider {
	position: relative;
	margin-top: 30px;
}

#sts-prev {
	left: -15px;
}

#sts-next {
	right: -15px;
}

.consumer-brand .about.section {
	height: auto;
}

.consumer-brand .about.section .container {
	position: static;
	transform: translate(0);
}

.consumer-brand .about.section .content {
	column-count: 2;
	column-gap: 30px;
}

.consumer-brand .about.section {
	text-align: left;
	padding: 50px 0;
	margin-bottom: 0px;
}

.consumer-brand .certificates.section {
	text-align: left;
	margin-bottom: 0;
	padding: 30px 0;
}

.consumer-brand .about.section h1,
.consumer-brand .about.section p {
	color: white;
	display: inline-block;
}

.consumer-brand .certificates .col,
.consumer-brand .certificates h1 {
	line-height: 108px;
	color: white;
	margin-bottom: 0;
}

.products {
	margin-top: 50px;
}

.campaigns.section {
	margin-bottom: 0;
}


.program {
	margin-bottom: 30px;
}

.pd-left {
	padding-left: 30px;
}

.pd-right {
	padding-right: 30px;
}


.gform_wrapper ul li.gfield {
	clear: none !important;
	float: left;
	width: 49%;
	padding: 0 20px !important;
	box-sizing: border-box;
	margin-bottom: 15px !important;
	margin-top: 0px !important;
	position: relative;
	min-height: 55px;
	margin-right: 1% !important;
}

.site .gform_wrapper .top_label .gfield_error {
	width: 49%;
}

.site .single-careers .gform_wrapper .top_label .gfield_error {
	width: 100%;
}


.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	max-width: 35% !important;
}

.gform_wrapper ul li.gfield label {
	width: 180px;
	float: left;
	line-height: 25px;
	margin-top: 5px !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	position: absolute;
	top: 17px;
}

.gform_wrapper.gf_browser_chrome .gfield_error input[type=email],
.gform_wrapper.gf_browser_chrome .gfield_error input[type=number],
.gform_wrapper.gf_browser_chrome .gfield_error input[type=password],
.gform_wrapper.gf_browser_chrome .gfield_error input[type=tel],
.gform_wrapper.gf_browser_chrome .gfield_error input[type=text],
.gform_wrapper.gf_browser_chrome .gfield_error input[type=url],
.gform_wrapper.gf_browser_chrome .gfield_error select,
.gform_wrapper.gf_browser_chrome .gfield_error textarea,
.gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text] {
	margin-bottom: 10px;
}


.gform_wrapper .top_label .gfield_description {
	margin-left: 180px;
}

.gform_wrapper ul li.gfield.full-width {
	width: 100%;
}

.site .gform_wrapper .top_label input.medium,
.site .gform_wrapper .top_label select.medium,
.site .gform_wrapper textarea.medium {
	width: calc(100% - 190px);
	float: left;
}

.gform_wrapper ul li.gfield.full-width label,
.site .gform_wrapper ul li.gfield.full-width textarea.medium {
	float: none;
	width: 100%;
}

.site .gform_wrapper ul li.gfield.agree-to-terms {
	width: 100%;
}

.site .gform_wrapper ul li.gfield.agree-to-terms .gfield_label {
	width: calc(100% - 50px);
	float: right;
}

.site .gform_wrapper ul li.gfield.agree-to-terms .gfield_checkbox {
	float: left;
	width: 50px;
}

.site .gform_body,
.site .gform_wrapper .gform_footer {

	margin: auto;
}

.site .gform_wrapper .gform_footer {
	padding: 15px;
}

.site .gfield_checkbox input[type="checkbox"] {
	height: 24px;
}

.site .gfield_checkbox input[type="checkbox"]:after {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 2px solid #727272;
	border-radius: 5px;
	background-color: white;
}

.site .gfield_checkbox input[type="checkbox"]:checked:after {
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	background-color: #f2f2f2;
	border-color: #165A40;
	color: #165A40;
	text-align: left;
	line-height: 18px;
	padding: 2px;
}





.contact input[type="text"],
.contact textarea,
.contact select {
	background-color: #F2F2F2;
	border-radius: 4px;
	font-size: 11.11px !important;
	color: #373D40;
	width: 285px;
	/*float: right; */
	border: 0;
	padding: 8px !important;
}

.contact input[type="submit"] {
	border: 0;
}

.contact textarea {
	width: 100%;
	height: 200px;
	float: none;
	/* margin-bottom: 30px; */
}

.contact .form-field {
	margin-bottom: 20px;

}

.contact .form-field label {
	line-height: 40px;
	font-family: Arial;
	font-size: 14px;
	color: #4A4A4A;
	letter-spacing: 0;
}

.contact-form h1 {
	margin-bottom: 50px;
}

.contact-form .container {
	border-bottom: 1px solid #979797;
	padding-bottom: 60px;
}

.locations p {
	text-align: center;
	margin-bottom: 40px;
}

.locations h1 {
	margin-bottom: 40px;
}

.locations h4 {
	text-transform: uppercase;
	margin-bottom: 15px;
}

.location p {
	text-align: left;
	margin-bottom: 10px;
	color: #000;
	letter-spacing: 0;
}

.location {
	margin-bottom: 80px;
	padding-right: 45px;
}



.location .content {
	/* position: absolute;
	top: 50%;
	transform: translateY(-50%); */
}

.location a {
	color: #000;
	text-decoration: underline;
}

.careerpath-slider-controls-6,
.careerpath-slider-controls-5,
.careerpath-slider-controls-4,
.careerpath-slider-controls-3,
.careerpath-slider-controls-2,
.careerpath-slider-controls-1 {
	display: none;
}


.slider-wrapper {
	position: relative;
}

#cps-next {
	right: 0px;
}

#cps-prev {
	left: 0px;
}

#ts-next {
	right: -30px;
}

#ts-prev {
	left: -30px;
}

#pes-next {
	right: -15px;
}

#pes-prev {
	left: -45px;
}

.testimonial[aria-hidden="true"] .testimonial-content {
	box-shadow: none;
}

#testimonials-slider {
	padding-left: 30px;
}

.learnerships .container>h3 {
	text-align: center;
}


.grey-block {
	padding: 50px 0;
	background: #f2f2f2;
}

.grey-block .article-content {
	background-color: white;
}


.single-product .selling-point {
	text-align: center;
}

.single-product .selling-point .icon {
	background: #F9F9F9;
	border: 1px solid #979797;
	padding: 8px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	height: 70px;
	width: 70px;
	line-height: 50px;
	margin-bottom: 15px;
}

.single-product .selling-point .icon img {
	max-height: 40px;
	width: auto;
}

.single-product .content .description {
	margin-top: 20px;
	margin-bottom: 30px;
}

.single-product .nav-tabs {
	margin-left: 0;
	border-bottom: 0;
}

.single-product .tab-content {
	padding: 30px 0;
	background-color: #f2f2f2;
}

.single-product .nav-tabs li {
	font-size: 14px;
	color: #000000;
	letter-spacing: 2.1px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 0;
}

.single-product .nav-tabs .nav-item.show .nav-link,
.single-product .nav-tabs .nav-link.active {
	border: 0;
	border-bottom: 3px solid #9BC322;
}

.single-product .certificates .col {
	line-height: 108px;
	color: white;
	margin-bottom: 0;
}

.single-product .tab-pane {
	max-width: 1140px;
	margin: auto;
	padding-right: 15px;
	padding-left: 15px;
}

.single-product .product.article.recipe .view-more {
	border-top: 0;
}

#page .single-product .btn-green:hover {
	background: #9BC322;
}

.single-product .btn-grey {
	color: white;
	background: #727272;
}

.single-product .btn-grey:hover {
	color: white;
	background-color: #9BC322;
}

.single-product #product-items .product {
	text-align: center;
}

.single-product #product-items .product h3 {
	background: white;
	padding: 15px;
	height: 62px;
	position: relative;
}

.single-product #product-items .product h3 a {
	position: absolute;
	padding: 15px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	box-sizing: border-box;
}

.single-product #product-items .product:hover h3 a {
	text-decoration: underline;
}

.single-product #product-items .product .thumbnail {
	border-bottom: 3px solid #9BC322;
}

.single-product #product-items {
	margin-top: 30px;
}

.single-product .banner {
	text-align: left;
	/* padding: 60px 0; */
}

.single-product .banner h1 {
	text-align: left;
	color: #000000;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0.79px;
	line-height: 37px;
}

.single-product .banner p {
	text-align: left;
	color: #000000;
}

.single-product .product-image {
	text-align: center;
}

.single-product .banner {
	display: none;
}


.industrial-products .search-filters h4 {
	margin-bottom: 0;
}

.industrial-products .search-filters a {
	font-size: 11px;
	color: #000000;
	letter-spacing: 2.2px;
	text-decoration: underline;
	font-weight: 700;
	margin-bottom: 15px;
	display: block;
}

.industrial-products .search-filters .icon {
	padding: 10px;
	background: #f2f2f2;
	border: 4px solid #f2f2f2;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	line-height: 72px;
	text-align: center;
	margin: 15px auto;
}

.industrial-products .filter-category .col {
	text-align: center;
}

.industrial-products .filters {
	border: 1px solid #858585;
	padding: 30px 60px;
	margin: 0px;
	overflow: hidden;
	position: relative;
}

.industrial-products .scroller-control {
	position: absolute;
	top: 0;
	height: 100%;
	width: 30px;
	background-color: #f2f2f2;
	cursor: pointer;
	color: #bbb;
}

.industrial-products .scroller-control:hover {
	background-color: #D8D8D8;
	color: #777;
}

.industrial-products .scroller-control i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.industrial-products .scroller-control.left {
	left: 0;
}

.industrial-products .scroller-control.right {
	right: 0;
}

.industrial-products .filters .row {
	width: 320%;
}

.industrial-products .filters .row.type-filter {
	width: 100%;
}

.industrial-products .filters .row .col {
	text-align: center;
}

.industrial-products .products {
	background-color: #F2F2F2;
	padding: 50px 0;
}

.industrial-products .products h1 {
	margin-bottom: 50px;
}

.industrial-products .product {
	text-align: center;
}

.industrial-products .product h3 {
	background: white;
	padding: 15px;
	height: 62px;
	position: relative;
}

.industrial-products .product h3 a {
	font-size: 14px;
	color: #000000;
	letter-spacing: 2.1px;
	text-align: center;
	font-weight: 600;
	position: absolute;
	padding: 15px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	box-sizing: border-box;
}

.industrial-products .product:hover h3 a {
	text-decoration: underline;
}

.industrial-products .product .thumbnail {
	border-bottom: 3px solid #9BC322;
}

.industrial-products .gmo-free .content {
	background-color: #9BC322;
}

.industrial-products .gt-export .content {
	background-color: #0B7533;
}

.industrial-products .gmo-free h4,
.industrial-products .gmo-free p,
.industrial-products .gt-export h1,
.industrial-products .gt-export p {
	color: white;
	text-align: left;
}

.industrial-products .gmo-free .content-inner,
.industrial-products .gt-export .content-inner {
	padding: 75px 60px;
	max-width: 570px;
	padding-right: 0;
}

.industrial-products .gmo-free .image,
.industrial-products .gt-export .image {
	background-color: #5a5a5a;
}

.industrial-products .certificate-slide {
	text-align: center;
	line-height: 120px;

}

.industrial-products .certificate-slide img {
	display: inline;
	max-width: 60%;
}

.certificate-slide {
	text-align: center;
}

.certificate-slide img {
	display: inline !important;
	max-width: 60%;
}

.industrial-products .certificates a {
	font-weight: 700;
	font-size: 11px;
	color: #000000;
	letter-spacing: 2.2px;
	text-transform: uppercase;
}

.industrial-products .certificates {
	text-align: center;
}

.industrial-products #certificate-slider {
	margin: 30px 0;
}

.industrial-products .search-filters h4 {
	margin-top: 30px;
}

.industrial-products label {
	cursor: pointer;
}

.industrial-products label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.industrial-products label input:checked~.icon {
	border: 4px solid #165A40;
}

.industrial-products .search-filters h1 {
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #979797;
}

.industrial-products .filter-maize .icon,
.industrial-products .filter-category .icon {
	padding: 0px;
	border: 0px;
	overflow: hidden;
}

.industrial-products .filter-maize .icon.all .left,
.industrial-products .filter-maize .icon.all .right {
	width: 50%;
	float: left;
	overflow: hidden;
}

.industrial-products .filter-maize .icon.all .left img,
.industrial-products .filter-maize .icon.all .right img {
	width: 200%;
	max-width: 200%;
}

.global-sales .global-sales-banner h1 {
	font-weight: 300;
}

.global-sales .faq-banner h1 {
	font-weight: 300;
	color: #000;
}

.global-sales .global-sales-banner p {
	color: #fff;
	margin-bottom: 0;
	margin-top: 10px;
}



.global-sales .faq-banner,
.global-sales .faq-banner h1,
.global-sales .faq-banner h1 {
	text-align: left;
}

.global-sales .geared-to-export h3 {
	text-align: center;
	margin-bottom: 60px;
}

.global-sales .feature .content {
	padding: 30px;
	background-color: #F2F2F2;
}

.global-sales .feature {
	margin-bottom: 50px;
}

.global-sales .feature h4 {
	margin-bottom: 15px;
}

.global-sales .feature .image {
	padding: 85px;
	background-size: cover;
}



.article blockquote {
	padding: 15px 0;
	padding-left: 50px;
	padding-bottom: 1px;
	/* box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08); */
	line-height: 60px;
	position: relative;
	font-weight: 500;
	color: black;
	font-size: 18px;
}

.article blockquote p {
	font-weight: 600;
	color: black;
	font-size: 16px;
	line-height: 22px;
}

.article blockquote .quote {
	color: #0B7533;
	font-size: 50px;
	letter-spacing: 1.05px;
	font-weight: 600;
	display: inline-block;
	line-height: 50px;
	position: absolute;
	left: 0;

	font-family: Montserrat;
}

.global-sales .feature .content-inner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 15px;
}

.global-sales .product-exports {
	padding: 60px 0;
	background-color: #F2F2F2;
}

.global-sales .product-exports .article-content {
	background-color: #fff;
	font-size: 14px;
	color: #000000;
	letter-spacing: 2.1px;
	text-align: center;
	font-weight: 600;
	min-height: auto;
	text-transform: uppercase;
}

.global-sales .product-exports h1 {
	margin-bottom: 50px;
}

.global-sales .countries-slider {
	position: relative;
	margin-bottom: 90px;
}

.global-sales #countries-prev {
	left: -30px;
}

.global-sales #countries-next {
	right: -30px;
}

.global-sales .country {
	text-align: center;
}

.global-sales .country .icon img {
	margin: auto;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	border-radius: 100%;
	display: block;
	max-width: 100px;
}

.global-sales .country .icon {
	margin-bottom: 15px;
	padding: 6px;

}

.global-sales .countries h1 {
	margin-bottom: 50px;
}

.certificates-page .certificate .image img {
	width: 180px;
}

.certificates-page .certificate .image {
	padding: 10px;
	line-height: 180px;
	text-align: center;
	border: 2px solid #ccc;
	flex: 0 0 200px;
	max-width: 200px;
}

.certificates-page .certificate {
	margin-bottom: 50px;
}

.certificates-page .certificate h4 {
	margin-bottom: 20px;
	text-transform: uppercase;
	margin-left: -15px;
}

.certificates-page .certificate p {
	margin-bottom: 5px;
}

.certificates-page .certificate .content {
	background: #F2F2F2;
	padding: 40px;
	flex: 0 0 calc(100% - 200px);
	max-width: calc(100% - 200px);
}

.certificates-page .certificates .listings {
	border-bottom: 1px solid #979797;
	padding: 20px 60px;
}

.certificates-page .entry-content {
	padding: 0 60px;
}

.certificates-page #page .btn {
	width: auto;
}

.certificates-page .view-more {
	text-align: center;
}

.certificates-page .view-more a {
	font-weight: 700;
	font-size: 11px;
	color: #000000;
	letter-spacing: 2.2px;
	text-transform: uppercase;
}

.gallery-item,
.gallery-caption {
	padding: 15px;
	font-family: Arial;
	font-size: 14px;
	margin-bottom: 0;
	letter-spacing: 0;
	line-height: 19px;
	font-style: italic;
}

.gallery {
	margin-left: -15px;
	margin-right: -15px;
}

.banner .btn-green {
	margin-top: 20px;
}

.contact .banner .btn-green {
	margin-top: 0;
}

@media (max-width: 1200px) {
	#primary-menu {
		justify-content: flex-start;
		margin-top: 20px;
	}

	.main-navigation ul {
		padding-left: 5px;
	}

	.certificate-slide-inner {
		line-height: 140px;
	}

	.news-slider-controls-4 {
		display: block;
	}

	.global-sales .feature .content-inner {
		position: initial;
		top: 0;
		transform: translateY(0);
	}

	.global-sales .feature .image {
		text-align: center;
	}

	.stamp-content p {
		margin-bottom: 10px;
	}
}

@media (max-width: 1000px) {

	.global-sales .feature .image {
		padding: 45px;
	}

	.news-slider-controls-3 {
		display: block;
	}

	#home-slider h1 {
		width: 100%;
	}

	.home-products .details {
		position: initial;
		transform: translate(0);
	}

	.home-products h1,
	.home-products p {
		max-width: 100%;
	}

	.block .heading h2 {
		font-size: 14px;
	}

	.banner-1 h1 {
		color: white;
		text-shadow: 0px 0px 8px #000;
	}

	.certificate-slide-inner {
		line-height: 190px;
	}

	.banner {
		background-position: center;
	}

	.about-banner {
		background-position: center !important;
	}

	.about-us .stamp-inner {
		margin-bottom: 20px;
	}

	.faqs h3 {
		margin-top: 15px;
		height: auto;
	}
}

@media (max-width: 768px) {

	.site .gfield_checkbox input[type="checkbox"]:after {

		display: none;

	}

	.article .heading h3 a {
		display: block;
	}

	.article.recipe.single-product .view-more {
		padding-top: 0px;
	}

	.industrial-products .product {
		max-width: 300px;
		margin: auto;
	}

	.global-sales .feature .image {
		padding: 20px 25%;
	}

	.certificates-page .entry-content {
		padding: 0 20px;
	}

	.certificates-page .entry-content h1 {
		font-size: 24px;
		line-height: 28px;
	}

	.certificates-page .certificates .listings {
		padding: 20px 20px;
	}


	.careerpath-slider-controls-6,
	.careerpath-slider-controls-5,
	.careerpath-slider-controls-4,
	.careerpath-slider-controls-3,
	.careerpath-slider-controls-2 {
		display: block;
	}

	.news-slider-controls-2 {
		display: block;
	}

	.banner {
		height: 200px;
	}

	.page-id-862 .banner {
		background-position: center right;
	}

	.certificate-slide-inner {
		max-width: 340px;
		margin: auto;
		line-height: 200px;
	}

	#primary-menu {
		justify-content: flex-start;
		margin-top: 0;
		/* margin-left: 15px; */
	}

	.main-navigation ul {
		padding-left: 0;
	}



	.location {
		margin-bottom: 30px;
	}

	.pd-left {
		padding-left: 0;
	}

	.pd-right {
		padding-right: 0;
	}

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

	.main-navigation li {
		display: block;
	}

	.main-navigation {
		padding-bottom: 0;
	}

	.main-navigation .menu-item a {

		padding: 10px 15px !important;
		border-bottom: 1px solid #bbb;
	}

	.main-navigation .menu-item:first-child a {
		border-top: 1px solid #bbb;
	}

	.main-navigation ul ul {
		width: 100%;
		position: initial;
		float: none;
		box-shadow: none;
	}

	.main-navigation li>ul .menu-item a {
		padding: 10px 25px !important;
		border-left: 4px solid #bbb;
		background-color: #fcfcfc;
		width: auto;
	}

	.main-navigation li>ul li>ul .menu-item a {
		background-color: #f9f9f9;
		margin-left: 4px;
		width: auto;
		border-left-width: 3px
	}

	.main-navigation li>ul .menu-item:first-child a {
		border-top: 0;
	}


	.home .section-1 {
		background: none;
		margin-bottom: 0;
	}

	.home .section-1 .background {
		width: 100%;
	}


	.nav-toggle {
		display: inline-block;
	}

	.home-products .details {
		position: relative;
		transform: translateY(0);
		top: 0;
		text-align: center;
	}

	.home-products h1,
	.home-products p {
		max-width: 100%;
	}

	.product-slider-controls-3,
	.product-slider-controls-2 {
		display: block;
	}

	#hs-prev {
		left: 10px;
	}

	#hs-next {
		right: 10px;
	}




	.banner {
		padding: 30px 0;
		min-height: 200px;
		position: relative;
	}

	.banner-2 {
		height: 400px;
	}

	.banner .col-12,
	.banner .col-md-5.offset-md-7 {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
	}


	#home-slider h1,
	.outreach-projects .banner h1 {
		padding: 0 30px;
		text-align: center;
	}

	.top-bar .header-right {
		float: none;
	}

	#primary-menu {
		padding-right: 0;
	}

	#home-slider h1,
	.outreach-projects .banner h1,
	.posts .banner h1,
	.article .banner h1,
	.about-us .banner h1,
	.continuous-improvement .banner h1 {
		font-size: 18px;
		line-height: 20px;
	}

	.outreach-projects .banner {
		padding: 0;
	}

	.section .right-section {
		padding-left: 15px;
	}

	.history-slide .history-slide-content-inner {
		padding-left: 45px;
		padding-right: 45px;
		text-align: center;
		padding-top: 8px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#history-slider ul.slick-dots {
		bottom: -45px;
	}

	.history-slide-content {
		position: relative;
		transform: translate(0, 0);
		top: 0;
		left: 0;
		height: 300px;
	}

	.history-slider-controls {
		max-width: 100%;
		width: 100%;
		transform: translateX(0);
		left: 0;
		margin-top: 10px;
		display: none;
	}

	.hts-prev {
		left: 15px;
	}

	.hts-next {
		right: 15px;
	}


	.team-member-image,
	.our-mills-image {
		height: auto;
	}


	.our-mills-content p,
	.location .content {
		position: relative;
		top: 0;
		transform: translateY(0);
		padding-right: 0;
		padding-top: 15px;
	}

	.our-mills {
		margin: 0;
	}

	.filters .row {
		/* width: 1025% !important; */
		flex-wrap: nowrap;
	}

	.filters .row.type-filter {
		/* width: 450% !important; */
	}

	.gmo-free .content-inner,
	.gt-export .content-inner {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}

	#rs-prev,
	#cmps-prev {
		left: 0px;
	}

	#rs-next,
	#cmps-next {
		right: 0px;
	}

	.article.slick-slide {
		padding: 15px 45px;
	}

	.consumer-brand .product .name {
		padding: 10px 0;
	}

	.consumer-brand .about.section .content {
		column-count: 1;
	}

	.opportunities .program-inner {
		height: calc(84vw - 30px);
	}


	.training .testimonials .testimonial-badge {
		position: initial;
	}

	.training .testimonials .testimonial-badge .thumbnail {
		width: 100%;
		height: auto;
	}

	.testimonial-badge {
		width: auto;
		left: 30px;
		right: 30px;
		background: none;
	}

	.testimonial-inner {
		padding-left: 30px;
		padding-top: 50px;
	}

	.testimonial-content {
		padding-left: 20px;
		padding-top: 50px;
		height: 205px;
	}

	#testimonials-slider {
		padding-left: 0 !important;
	}

	.testimonials h1 {
		margin-bottom: 0;
	}

	#ts-prev {
		left: -20px !important;
	}

	#ts-next {
		right: -20px !important;
	}

	#nws-prev {
		left: 0;
	}

	#nws-next {
		right: 0;
	}

	.faq-inner {
		padding: 0;
	}

	.faqs h3 {
		margin-top: 15px;
		height: auto;
	}

	.faqs h1 {
		margin-bottom: 15px;
	}

	.certificate .content,
	.certificate .image {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.certificate .image img {
		width: auto !important;
	}

	.hs-container {
		padding: 30px 0;
	}

	#home-slider .hs-container {
		height: 300px;
	}

	.product .heading h1 {
		margin-top: 30px;
	}

	/*
	.product .banner h1,
	.product .banner p {
		color: white !important;
		text-shadow: 0px 0px 8px #000;
	} */



	.global-sales #countries-prev {
		left: 0px;
	}

	.global-sales #countries-next {
		right: 0px;
	}

	.global-sales .banner.faq-banner,
	.global-sales .banner.faq-banner h1,
	.global-sales .banner.faq-banner p,
	.single-product .banner,
	.single-product .banner h1,
	.single-product .banner p {
		text-align: center;

	}

	.single-product .banner {
		height: 240px;
	}

	.global-sales .product-exports {
		overflow: hidden;
	}



	.global-sales .banner.faq-banner.section:before,
	.single-product .banner.section:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		opacity: 0.2;
	}

	.global-sales .banner.faq-banner h1,
	.single-product .banner h1 {
		padding: 0;
		padding-left: 0;
	}

	.stamp-content {
		padding: 15px;
		top: calc(50%);
		transform: translateY(-50%);
	}


	.stamp-content h3 {
		line-height: 20px !important;
	}

	.stamp-content p {
		margin-bottom: 5px;
		font-size: 11px;
	}

	.stamp-content .stamp-icon {
		display: none;
	}



	#history-slider {
		margin-bottom: 45px;
	}

	#history-slider ul.slick-dots {
		display: block !important;
	}

	.global-sales .feature {
		padding: 0 15px;
	}


	.history-slide .history-slide-content-inner {
		padding-left: 30px;
		padding-right: 30px;
	}

	.history-slide .history-slide-content-inner h1 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.history-slide .history-slide-content-inner p {
		font-size: 12px;
	}

	.certificates-page .certificate h4 {
		text-align: center;
	}

	#pes-next {
		right: 10px;
	}

	#pes-prev {
		left: 10px;
	}

	#product-exports-slider+.slider-controls {
		top: 60%;
		left: 0;
	}

	.home-slide {
		background-position: center right !important;
	}

	#slick-slide01 .home-slide {
		background-position: center left !important;
	}

	.section-1 .col {
		padding: 30px 15px;
	}

	.section-1 .col h1 {
		font-size: 24px;
		line-height: 28px;
	}

	.top-bar .contact-details {
		width: 100%;
	}


}


@media (max-width: 576px) {



	.site h1 {
		font-size: 24px;
		line-height: 30px;
	}

	.site h2 {
		font-size: 20px;
		line-height: 28px;
	}

	.certificates-page .entry-content h1 {
		font-size: 20px;
		line-height: 24px;
	}

	#ns-prev,
	#cls-prev,
	#cs-prev {
		left: 0;
	}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:hover {
    background: #0b7533;
    color: #fff;
}
	#ns-next,
	#cls-next,
	#cs-next {
		right: 0;
	}

	.product-slide-inner {
		margin: 5px auto;
	}

	.top-bar .contact-details img {
		display: none;
	}

	.top-bar .contact-details {
		color: white !important;
	}



	.stamp h2 {
		font-size: 14px;
		margin-bottom: 8px;
		line-height: 16px;
	}

	.stamp h3 {
		font-size: 9px;
		line-height: 14px !important;
		margin-bottom: 8px;
	}



	.stamp-content p {
		margin-bottom: 3px;
		font-size: 10px;
		line-height: 13px;
	}

	.stamp li {
		font-size: 11px !important;
		line-height: 13px !important;
		margin-bottom: 5px !important;
	}

	.top-bar .social-icons {
		margin-right: 0px;
	}

	.top-bar .social-icon {
		margin-right: 5px;
	}

	.testimonial-content {
		font-size: 12px;
		padding-bottom: 30px;
		height: 210px;
	}

	.page-template-page-careers .testimonial-content {
		font-size: 11px;
		height: 260px;
	}



	.testimonial-badge {
		background: #f0f0f0;
		position: initial;
	}

	.testimonial-badge p {
		margin-bottom: 0;
		padding-bottom: 10px;
	}

	.block .content {
		height: auto;
		padding-bottom: 50px;
	}

	.block .heading h2 {
		font-size: 13px;
	}

	.about.section {
		margin-bottom: 0px;
	}

	.clients-section .clients {
		margin-top: 0;
	}

	.clients-section h3 {
		margin-bottom: 0;
	}

	.banner.banner-1.section {
		padding: 30px;
		height: 240px;
		background-position: left;
	}

	.careers .banner.banner-1.section,
	.training .banner.banner-1.section {
		background-position: center;
	}

	.banner.banner-1.section:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #000;
		opacity: 0.25;
	}

	.top-bar .contact-details a {
		margin-left: 15px;
	}
}

@media (max-width: 1000px) {

	.site .gform_wrapper .top_label input.medium,
	.site .gform_wrapper .top_label select.medium,
	.site .gform_wrapper textarea.medium,
	.site .ginput_container.ginput_container_fileupload {
		width: 100% !important;
	}

	.gform_wrapper .top_label .gfield_description {
		margin-left: 0px;
	}

	.gform_wrapper .global-sales-products-field ul.gfield_checkbox li {
		width: calc(33.3% - 2px);
	}

	.section.form.show {
		max-height: 3000px;
	}

	.footer-contact {
		padding-left: 15px;
		text-align: left;
	}
}

@media (max-width: 768px) {
	.gform_wrapper .global-sales-products-field ul.gfield_checkbox li {
		width: calc(50% - 2px);
	}

	.opportunities .program-inner {
		/* height: calc(36vw - 30px); */
	}



	#main .container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 540px) {
	.gform_wrapper .global-sales-products-field ul.gfield_checkbox li {
		width: calc(100% - 2px);
	}

	.section.form.show {
		max-height: unset;
	}

	.gform_wrapper ul li.gfield {
		width: 100%;
	}


	#page .single-product .content .btn {
		margin-top: 10px;
	}

}

@media (max-width: 400px) {
	.top-bar .contact-details a {
		margin-left: 0px;
		display: block;
	}
}
@media (max-width: 1024px) {
	#home-slider h1 {
/* 		padding-left: 45px; */
		padding-left: 0px;
		width: 50%;
}
	}
	.site-branding.col-xl-2.col-sm-8.col-8 {
/*     padding-left: 57px; */
}
}

.top-bar .contact-details * {
	color: white !important;
}
.gform_wrapper ul li.gfield.industrial-products-field .gfield_checkbox li label {
	width: 75% !important;
}
#ulpb_Row44040-column1 {
width: 100% !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: #f1f1f1; 
    
    color: #0b7533;
    font-weight: 400;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1{
	
	background-color: #fff;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:hover {
    background: #0b7533;
    color: #fff;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:hover{
background: #0b7533;
color: #fff;
}
::marker {
    font-weight: 700;
	color:#000;
}

.hide_permant{
			display:none !important;
		}

