/*! 
Theme Name: Green Seal
Theme URI: http://w-i.ca
Author: David Sheppard
Author URI: http://w-i.ca
Description: Green Seal custome tenplate
Version: 1.0.0$dark_text
Tested up to: 5.4s
Requires PHP: 5.6 
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: greenseal
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.

Green Seal is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments 

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,500,700|Cabin&display=swap");
.container, .title_block .title_text {
	text-align: left;
}

@media (min-width: 320px) {
	.container, .title_block .title_text {
		margin: 0 3%;
	}
}

@media (min-width: 768px) {
	.container, .title_block .title_text {
		margin: 0 7%;
	}
}

@media (min-width: 1200px) {
	.container, .title_block .title_text {
		margin: 0 auto;
		max-width: 1200px;
	}
}

.customer_spotlight_out .customer_spotlight, .registry_list .listing_container .registry_item .details .row {
	box-shadow: 0px 10px 13px -1px rgba(0, 0, 0, 0.2);
}

.events_title, .public_site .button_outline, .footer_items .cta_footer .button, .gs_nav .dd .row .button, .gs_nav .dd .row .search-submit, .gs_nav .dd .row .wp-block-button__link, .block_quotes .block_button, .public_site .button, .public_site button:not(.menu-toggle),
.public_site input[type="button"],
.public_site input[type="reset"],
.public_site input[type="submit"], .public_site .button_sm, .footer_form .button, .standard_variations .tab_content_out .standard_summary_btn, .contact_accordian .accordian_title, .footer_items .cta_footer .title, .footer_items .footer_form .title, .block_full_half_page .left .button-link a, .block_steps .item .title, .block_steps .item .mytitle0, .block_steps .item .mytitle1, .block_steps .item .mytitle2, .block_steps .item .mytitle3, .block_steps .item .mytitle4, .block_steps .item .mytitle5 {
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
}

.header * {
	font-family: "PT Sans", sans-serif;
}

body {
	font-size: 14px;
	font-size: 1rem;
}

.type-press-release .title_block .title_text h1, .splah .splash_content .row .title, .block_full_half_page h2, .block_full_half_page .title, .title_block .title_text h1, .title_block .title_text h1 > span, .standard_header .title_text {
	font-size: 1.85714rem;
	line-height: 2.57143rem;
	font-weight: 700;
	font-family: "PT Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.type-press-release .title_block .title_text h1 span, .splah .splash_content .row .title span, .block_full_half_page h2 span, .block_full_half_page .title span, .title_block .title_text h1 span, .standard_header .title_text span {
	font-family: "PT Sans", sans-serif;
}

@media (min-width: 768px) {
	.type-press-release .title_block .title_text h1, .splah .splash_content .row .title, .block_full_half_page h2, .block_full_half_page .title, .title_block .title_text h1, .title_block .title_text h1 > span, .standard_header .title_text {
		font-size: 3.57143rem;
		line-height: 4.28571rem;
	}
}

@media (min-width: 1024px) {
	.type-press-release .title_block .title_text h1, .splah .splash_content .row .title, .block_full_half_page h2, .block_full_half_page .title, .title_block .title_text h1, .title_block .title_text h1 > span, .standard_header .title_text {
		font-size: 3.71429rem;
		line-height: 4.42857rem;
	}
}

@media (min-width: 1200px) {
	.type-press-release .title_block .title_text h1, .splah .splash_content .row .title, .block_full_half_page h2, .block_full_half_page .title, .title_block .title_text h1, .title_block .title_text h1 > span, .standard_header .title_text {
		font-size: 3.92857rem;
		line-height: 4.64286rem;
	}
}

.type-press-release .title_block .title_text h1 b, .splah .splash_content .row .title b, .block_full_half_page h2 b, .block_full_half_page .title b, .title_block .title_text h1 b, .standard_header .title_text b, .type-press-release .title_block .title_text h1 strong, .splah .splash_content .row .title strong, .block_full_half_page h2 strong, .block_full_half_page .title strong, .title_block .title_text h1 strong, .standard_header .title_text strong, .type-press-release .title_block .title_text h1 span b, .splah .splash_content .row .title span b, .block_full_half_page h2 span b, .block_full_half_page .title span b, .title_block .title_text h1 span b, .standard_header .title_text span b, .type-press-release .title_block .title_text h1 span strong, .splah .splash_content .row .title span strong, .block_full_half_page h2 span strong, .block_full_half_page .title span strong, .title_block .title_text h1 span strong, .standard_header .title_text span strong {
	font-weight: 700;
	text-decoration: underline;
	color: #589540;
}

.type-press-release .title_block .title_text h1, .splah .splash_content .row .title {
	font-size: 1.71429rem;
	line-height: 2.42857rem;
}

@media (min-width: 768px) {
	.type-press-release .title_block .title_text h1, .splah .splash_content .row .title {
		font-size: 2rem;
		line-height: 2.71429rem;
	}
}

@media (min-width: 1024px) {
	.type-press-release .title_block .title_text h1, .splah .splash_content .row .title {
		font-size: 2.42857rem;
		line-height: 3.14286rem;
	}
}

@media (min-width: 1200px) {
	.type-press-release .title_block .title_text h1, .splah .splash_content .row .title {
		font-size: 2.85714rem;
		line-height: 3.57143rem;
	}
}

.block_full_half_page p, .block_steps .item .text, .block_steps .item .mytext0, .block_steps .item .mytext1, .block_steps .item .mytext2, .block_steps .item .mytext3, .block_steps .item .mytext4, .block_steps .item .mytext5, .splah .splash_content .row .text, .splah .gs_content .title {
	font-size: 0.85714rem;
	line-height: 1.85714rem;
	font-weight: 300;
	font-family: "PT Sans", sans-serif;
}

@media (min-width: 1024px) {
	.block_full_half_page p, .block_steps .item .text, .block_steps .item .mytext0, .block_steps .item .mytext1, .block_steps .item .mytext2, .block_steps .item .mytext3, .block_steps .item .mytext4, .block_steps .item .mytext5, .splah .splash_content .row .text, .splah .gs_content .title {
		font-size: 1rem;
		line-height: 1.71429rem;
	}
}

@media (min-width: 1200px) {
	.block_full_half_page p, .block_steps .item .text, .block_steps .item .mytext0, .block_steps .item .mytext1, .block_steps .item .mytext2, .block_steps .item .mytext3, .block_steps .item .mytext4, .block_steps .item .mytext5, .splah .splash_content .row .text, .splah .gs_content .title {
		font-size: 1.14286rem;
		line-height: 2.57143rem;
	}
}

.events_title {
	font-size: 1.42857rem;
	line-height: 2.14286rem;
	padding-bottom: 16px;
	margin-bottom: 24px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}

@media (min-width: 768px) {
	.events_title {
		font-size: 1.71429rem;
		line-height: 2.42857rem;
	}
}

.events_title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70px;
	height: 3px;
	background-color: #a3e057;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

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

/**
 * 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;
	outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #222;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	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;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

body {
	text-align: center;
}

.row {
	display: flex;
	flex-wrap: wrap;
}

.img_responsive {
	width: 100%;
	height: auto;
}

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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

.toc {
	overflow-y: auto;
}

.toc > .toc-list {
	overflow: hidden;
	position: relative;
}

.toc > .toc-list li {
	list-style: none;
}

.js-toc {
	overflow-y: hidden;
}

.toc-list {
	margin: 0;
	padding-left: 10px;
}

a.toc-link {
	color: currentColor;
	height: 100%;
}

.is-position-fixed {
	position: fixed !important;
	top: 0;
}

.is-active-link {
	font-weight: 700;
}

.toc-link::before {
	background-color: #EEE;
	content: ' ';
	display: inline-block;
	height: inherit;
	left: 0;
	margin-top: -1px;
	position: absolute;
	width: 2px;
}

.is-active-link::before {
	background-color: #54BC4B;
}

.toc_standards {
	position: fixed;
	left: 0;
	top: 20vh;
	width: 44px;
	height: 40px;
	background: white;
	box-shadow: 5px 5px 15px -1px rgba(0, 0, 0, 0.32);
	border-radius: 0 5px 5px 0;
	transition: all .5s ease-in-out;
	overflow: hidden;
	text-align: left;
	z-index: 120;
	padding: 8px 8px;
}

.toc_standards .toc_standard_list {
	margin-left: 50px;
	transition: all .5s ease-in-out;
}

.toc_standards:hover {
	width: 350px;
	overflow-y: scroll;
	height: 80vh;
}

.toc_standards:hover .toc_standard_list {
	margin-left: 0px;
}

.toc_standards img {
	width: 28px;
	height: auto;
}

.toc_standards ol {
	list-style-type: none;
	padding-top: 8px;
}

.toc_standards ol li {
	list-style-type: none;
	width: 300px;
	padding-bottom: 8px;
}

/* Links
--------------------------------------------- */
a {
	color: #2c77bd;
}

a:hover, a:focus, a:active {
	color: #589540;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
.public_site .button_outline, .footer_items .cta_footer .button, .gs_nav .dd .row .button, .gs_nav .dd .row .search-submit, .gs_nav .dd .row .wp-block-button__link, .block_quotes .block_button, .public_site .button, .public_site button:not(.menu-toggle),
.public_site input[type="button"],
.public_site input[type="reset"],
.public_site input[type="submit"], .public_site .button_sm, .footer_form .button, .standard_variations .tab_content_out .standard_summary_btn, .contact_accordian .accordian_title {
	border: none;
	background: #f38920;
	padding: 16px 32px 16px 32px;
	border: 2px solid #f38920;
	font-size: 1.28571rem;
	line-height: 1.42857rem;
	text-transform: uppercase;
	color: white;
	position: relative;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

.public_site .button_outline:hover, .footer_items .cta_footer .button:hover, .gs_nav .dd .row .button:hover, .gs_nav .dd .row .search-submit:hover, .gs_nav .dd .row .wp-block-button__link:hover, .block_quotes .block_button:hover, .public_site .button:hover, .public_site button:hover:not(.menu-toggle),
.public_site input:hover[type="button"],
.public_site input:hover[type="reset"],
.public_site input:hover[type="submit"], .public_site .button_sm:hover, .footer_form .button:hover, .standard_variations .tab_content_out .standard_summary_btn:hover, .contact_accordian .accordian_title:hover {
	background: #FFF;
	border: 2px solid #f38920;
	color: #f38920;
	text-decoration: none;
}

.public_site .button_outline:active, .footer_items .cta_footer .button:active, .gs_nav .dd .row .button:active, .gs_nav .dd .row .search-submit:active, .gs_nav .dd .row .wp-block-button__link:active, .block_quotes .block_button:active, .public_site .button:active, .public_site button:active:not(.menu-toggle),
.public_site input:active[type="button"],
.public_site input:active[type="reset"],
.public_site input:active[type="submit"], .public_site .button_sm:active, .footer_form .button:active, .standard_variations .tab_content_out .standard_summary_btn:active, .contact_accordian .accordian_title:active, .public_site .button_outline:focus, .footer_items .cta_footer .button:focus, .gs_nav .dd .row .button:focus, .gs_nav .dd .row .search-submit:focus, .gs_nav .dd .row .wp-block-button__link:focus, .block_quotes .block_button:focus, .public_site .button:focus, .public_site button:focus:not(.menu-toggle),
.public_site input:focus[type="button"],
.public_site input:focus[type="reset"],
.public_site input:focus[type="submit"], .public_site .button_sm:focus, .footer_form .button:focus, .standard_variations .tab_content_out .standard_summary_btn:focus, .contact_accordian .accordian_title:focus {
	background: white;
	border: 2px solid #f38920;
	color: #222;
}

.public_site .full.button_outline, .footer_items .cta_footer .full.button, .gs_nav .dd .row .full.button, .gs_nav .dd .row .full.search-submit, .gs_nav .dd .row .full.wp-block-button__link, .block_quotes .full.block_button, .public_site .full.button, .public_site button.full:not(.menu-toggle),
.public_site input.full[type="button"],
.public_site input.full[type="reset"],
.public_site input.full[type="submit"], .public_site .full.button_sm, .footer_form .full.button, .standard_variations .tab_content_out .full.standard_summary_btn, .contact_accordian .full.accordian_title {
	width: 100%;
	display: block;
	margin-bottom: 16px;
	text-align: center;
}

.public_site .button_outline i, .footer_items .cta_footer .button i, .gs_nav .dd .row .button i, .gs_nav .dd .row .search-submit i, .gs_nav .dd .row .wp-block-button__link i, .block_quotes .block_button i, .public_site .button i, .public_site button:not(.menu-toggle) i, .public_site input[type="button"] i, .public_site input[type="reset"] i, .public_site input[type="submit"] i, .public_site .button_sm i, .footer_form .button i, .standard_variations .tab_content_out .standard_summary_btn i, .contact_accordian .accordian_title i {
	padding-left: 16px;
	font-size: 20px;
}

.public_site .button_outline, .footer_items .cta_footer .button, .gs_nav .dd .row .button, .gs_nav .dd .row .search-submit, .gs_nav .dd .row .wp-block-button__link, .block_quotes .block_button {
	background: none;
	color: #f38920;
}

.public_site .button_outline:hover, .footer_items .cta_footer .button:hover, .gs_nav .dd .row .button:hover, .gs_nav .dd .row .search-submit:hover, .gs_nav .dd .row .wp-block-button__link:hover, .block_quotes .block_button:hover {
	background: #f38920;
	color: #FFF;
}

.public_site .button_sm, .footer_items .cta_footer .button, .footer_form .button, .gs_nav .dd .row .button, .gs_nav .dd .row .search-submit, .gs_nav .dd .row .wp-block-button__link, .block_quotes .block_button, .splah .splash_content .row .button {
	font-size: 1.14286rem;
	line-height: 1.28571rem;
	font-weight: normal;
	padding: 12px 24px;
}

.public_site .button {
	text-decoration: none;
}

.public_site .button:hover {
	color: #f38920;
}

.public_site .button_right {
	margin-left: auto;
}

.public_site button:not(.menu-toggle):hover,
.public_site input[type="button"]:hover,
.public_site input[type="reset"]:hover,
.public_site input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

.public_site button:not(.menu-toggle):active, .public_site button:not(.menu-toggle):focus,
.public_site input[type="button"]:active,
.public_site input[type="button"]:focus,
.public_site input[type="reset"]:active,
.public_site input[type="reset"]:focus,
.public_site input[type="submit"]:active,
.public_site 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"],
input,
textarea {
	color: #666;
	border: 1px solid #ccc;
	padding: 16px 24px;
	margin-bottom: 16px;
}

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,
input:focus,
textarea:focus {
	color: #222;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.footer {
	background-color: #f5f7fa;
	padding: 5rem 0;
	border-top: 3px solid #f38920;
}

.footer_items {
	width: 100%;
	display: flex;
	gap: 3%;
	flex-wrap: wrap;
}

.footer_items .footer_item:not(.address) {
	width: 100%;
}

@media (min-width: 768px) {
	.footer_items .footer_item:not(.address) {
		width: 30%;
	}
}

.footer_items .footer-social-links {
	display: flex;
	gap: 24px;
	margin: 0;
	padding: 0;
	padding-top: 24px;
	list-style: none;
}

.footer_items .footer-social-links li {
	display: block;
}

.footer_items .footer-social-links li a {
	color: #222;
	font-size: 34px;
	text-decoration: none;
	transition: all .25s ease;
}

.footer_items .footer-social-links li a:hover {
	color: #a3e057;
}

.footer_items .address {
	width: 100%;
}

@media (min-width: 768px) {
	.footer_items .address {
		width: 30%;
	}
}

.footer_items .address .address_in {
	display: flex;
}

.footer_items .address .address_in img {
	max-width: 75px;
	opacity: 0.9;
	padding-right: 16px;
	padding-bottom: 16px;
}

.footer_items .address .address_in .contact-list {
	flex-grow: 1;
}

.footer_items .cta_footer {
	width: 100%;
	padding-top: 24px;
}

.footer_items .cta_footer .title {
	font-size: 1.42857rem;
	line-height: 1.71429rem;
	padding-bottom: 16px;
}

.footer_items .cta_footer .button {
	display: inline-block;
	width: 200px;
	text-align: center;
}

@media (min-width: 768px) {
	.footer_items .footer_form {
		padding-top: 16px;
	}
}

.footer_items .footer_form .title {
	font-size: 1.42857rem;
	line-height: 1.71429rem;
	padding-bottom: 16px;
}

.footer_items .footer_form .input {
	width: 100%;
}

.footer_items .submit-form {
	margin-bottom: 24px;
	margin-left: auto;
}

.footer-nav {
	display: none;
	visibility: hidden;
}

@media (min-width: 768px) {
	.footer-nav {
		display: block;
		visibility: visible;
	}
}

.footer-nav #top-menu {
	display: flex;
}

.footer-nav #top-menu .menu-item-has-children {
	font-weight: bold;
	width: 20%;
}

.footer-nav #top-menu .menu-item-has-children > a {
	color: #222;
}

.footer-nav #top-menu li {
	line-height: 20px;
}

.footer_form input {
	color: #666;
	border: 1px solid #ccc;
	padding: 16px 24px;
	margin-bottom: 16px;
	margin-bottom: 16px;
}

.mc-inputs {
	display: flex;
	flex-direction: row;
}

.mc-inputs input {
	border-radius: 0;
	border: 1px solid #999;
	border-right: 0;
	text-indent: 12px;
	height: 40px;
	width: 80%;
}

.mc-inputs button {
	width: 20%;
	border: 0;
	color: #fff;
	background-color: #f38920;
	font-size: 22px;
}

.terms {
	text-align: l;
	font-size: 14px;
	width: 100%;
	color: #589540;
}

.terms a {
	color: #589540;
	text-decoration: none;
}

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

.footer-nav ul::before, .footer-nav ul li::before {
	content: none;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
	z-index: 100;
}

.site-header .container, .site-header .title_block .title_text, .title_block .site-header .title_text {
	margin: 0 5%;
}

@media (max-width: 1023px) {
	.gs_nav_mobile {
		display: none;
		visibility: hidden;
	}
	.gs_nav_mobile .top_nav {
		display: flex;
		gap: 10%;
		height: 60px;
		z-index: 100;
	}
	.gs_nav_mobile .gs-logo {
		width: 40%;
		text-align: left;
	}
	.gs_nav_mobile .gs-logo img {
		padding-left: 16px;
		width: 96px;
		margin-bottom: -10px;
	}
	.gs_nav_mobile .ham {
		width: 40%;
		text-align: right;
		margin-left: auto;
		margin-right: 16px;
	}
	.gs_nav_mobile .menu_toggle {
		cursor: pointer;
		background: none;
		text-indent: -9999px;
		border: none;
		width: 40px;
		height: 40px;
		background: #222;
		position: relative;
		margin-left: auto;
		margin-bottom: 20px;
	}
	.gs_nav_mobile .menu_toggle::before {
		content: '';
		position: absolute;
		top: 20%;
		left: 0;
		width: 100%;
		height: 20%;
		background: white;
	}
	.gs_nav_mobile .menu_toggle::after {
		content: '';
		position: absolute;
		bottom: 20%;
		left: 0;
		width: 100%;
		height: 20%;
		background: white;
	}
	.gs_nav_mobile .mobile_menu {
		text-align: left;
		display: block;
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		background: #f5f7fa;
		padding: 32px 5%;
		height: calc(100vh - 60px);
		z-index: 99;
	}
	.gs_nav_mobile .mobile_menu .menu {
		margin-left: 0;
		padding-left: 0;
		list-style: none;
	}
	.gs_nav_mobile .mobile_menu .menu li {
		list-style: none;
	}
	.gs_nav_mobile .mobile_menu .menu li.menu-item-has-children > a {
		text-transform: uppercase;
		padding: 8px 0;
		border-top: 1px solid #6baadd;
	}
	.gs_nav_mobile .mobile_menu .menu li a {
		color: #589540;
		font-size: 1.14286rem;
		line-height: 1.57143rem;
		display: block;
	}
	.gs_nav_mobile .mobile_menu .menu li ul {
		margin-left: 0;
	}
	.gs_nav_mobile .mobile_menu .sub-menu {
		overflow: hidden;
	}
	.certified_dir_mobile {
		text-transform: uppercase;
		padding: 8px 0;
		border-top: 1px solid #6baadd;
	}
	.certified_dir_mobile a {
		color: #589540;
		font-size: 1.14286rem;
		line-height: 1.57143rem;
		display: block;
	}
}

.gs_nav {
	position: relative;
}

.gs_nav::before {
	content: '';
	position: absolute;
	height: 24px;
	width: 100%;
	height: 24px;
	top: 0;
	left: 0;
	background: #a3e057;
	z-index: -1;
}

.gs_nav::after {
	content: '';
	position: absolute;
	height: 4px;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #a3e057;
	z-index: -1;
}

.gs_nav.switched::before, .gs_nav.switched::after {
	background: #D3E6FB;
}

.gs_nav .row {
	flex-wrap: nowrap;
}

.gs_nav .row a {
	white-space: nowrap;
}

.gs_nav .nav_row {
	display: flex;
	justify-content: flex-end;
	height: 103px;
}

.gs_nav .nav_row .gs-logo {
	width: 30%;
	align-self: flex-start;
	margin: auto;
	z-index: 6;
}

.gs_nav .nav_row .gs-logo img {
	margin: -10px 0 -54px 0;
	max-height: 123px;
}

.gs_nav .nav_row .text-nav {
	width: 70%;
}

.gs_nav .nav_row .text-nav * {
	color: #031b3a;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .25s ease;
}

.gs_nav .nav_row .text-nav .top-nav {
	display: flex;
}

.gs_nav .nav_row .text-nav .top-nav * {
	font-size: 14px;
}

.gs_nav .nav_row .text-nav .top-nav .switcher {
	width: 40%;
}

.gs_nav .nav_row .text-nav .top-nav .switcher .row a {
	line-height: 24px;
	padding: 0 24px 0 16px;
	position: relative;
	transition: all 0.2s ease-in-out;
}

.gs_nav .nav_row .text-nav .top-nav .switcher .row a.active {
	background: white;
}

.gs_nav .nav_row .text-nav .top-nav .switcher .row a.active::after {
	transform: rotate(45deg);
	top: 6px;
}

.gs_nav .nav_row .text-nav .top-nav .switcher .row a::after {
	content: '';
	position: absolute;
	right: 8px;
	top: 8px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	transform: rotate(-45deg);
	transition: all 0.2s ease-in-out;
}

.gs_nav .nav_row .text-nav .top-nav .items {
	width: 60%;
}

.gs_nav .nav_row .text-nav .top-nav .items .row {
	display: flex;
	justify-content: flex-end;
	gap: 16px;
}

.gs_nav .nav_row .text-nav .site-nav {
	width: 100%;
	padding-top: 32px;
}

.gs_nav .nav_row .text-nav .site-nav .row {
	display: flex;
	justify-content: flex-end;
	gap: 16px;
	height: 0;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
}

.gs_nav .nav_row .text-nav .site-nav .row.show {
	height: auto;
}

.gs_nav .nav_row .text-nav .site-nav .row .item {
	position: relative;
}

.gs_nav .nav_row .text-nav .site-nav .row .item::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #08489b;
	transition: all 0.2s ease-in-out;
}

.gs_nav .nav_row .text-nav .site-nav .row .item.active a {
	color: #08489b;
}

.gs_nav .nav_row .text-nav .site-nav .row .item.active::after {
	width: 100%;
	left: 0;
}

.gs_nav .nav_row .text-nav .site-nav .row .item_certified a {
	color: #f38920;
	position: relative;
}

.gs_nav .nav_row .text-nav .site-nav .row .item_certified a::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: -2px;
	background: #f38920;
}

.gs_nav .dd {
	position: absolute;
	background: #f5f7fa;
	height: 0;
	width: 100%;
	top: 102px;
	left: 0;
	margin: 0 auto;
	height: 0;
	overflow: hidden;
	z-index: 5;
	display: block;
	overflow: hidden;
}

.gs_nav .dd.open {
	height: auto;
}

.gs_nav .dd::after {
	content: '';
	position: fixed;
	left: 0;
	bottom: -40px;
	height: 38px;
	width: 100%;
	background: url(images/menu/menu_shadow.png) no-repeat 50% 0;
	left: -999em;
}

.gs_nav .dd .row {
	padding: 40px 0;
	gap: 2%;
	align-items: stretch;
}

.gs_nav .dd .row .image {
	height: 100%;
	width: 12%;
	padding-right: 16px;
	bottom: 40px;
}

.gs_nav .dd .row .cta_left {
	width: 21%;
	border-right: 1px solid #BFBFBF;
	padding-right: 5%;
	padding-bottom: 32px;
}

.gs_nav .dd .row .cta_left .img_event img {
	max-width: 150px;
	max-height: 150px;
}

.gs_nav .dd .row .nav_list {
	width: 26%;
	border-right: 1px solid #BFBFBF;
}

.gs_nav .dd .row .nav_list_last {
	border: none;
}

.gs_nav .dd .row .nav_list_large {
	width: 52%;
	border: none;
}

.gs_nav .dd .row .nav_list_large ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5%;
}

.gs_nav .dd .row .nav_list_large ul li {
	width: 45%;
}

.gs_nav .dd .row .cta_right, .gs_nav .dd .row .cta_blog {
	width: 25%;
	padding-bottom: 32px;
}

.gs_nav .dd .row .cta_blog {
	padding-bottom: 0;
}

.gs_nav .dd .row .pull_right {
	margin-left: auto;
}

.gs_nav .dd .row .title, .gs_nav .dd .row strong {
	text-transform: uppercase;
	padding-bottom: 16px;
	font-size: 1.14286rem;
	line-height: 1.85714rem;
	font-weight: normal;
}

.gs_nav .dd .row .view_all {
	color: #f38920;
}

.gs_nav .dd .row p {
	padding: 0;
	margin: 0;
	padding-bottom: 16px;
}

.gs_nav .dd .row .button, .gs_nav .dd .row .wp-block-buttons {
	display: inline-block;
	position: absolute;
	bottom: 40px;
}

.gs_nav .dd .row ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.gs_nav .dd .row ul li {
	padding: 0;
	margin: 0;
	padding-bottom: 8px;
	list-style: none;
}

.gs_nav .dd .row ul li::before {
	content: none;
}

.gs_nav .dd .row ul li a {
	color: #222;
	font-size: 16px 18px/14pxrem;
	line-height: 16px 18px10px/14pxrem;
	white-space: normal;
	position: relative;
	transition: all 0.2s ease-in-out;
}

.gs_nav .dd .row ul li a::after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 50%;
	height: 0;
	opacity: 0;
	background: #a3e057;
	transition: all 0.2s ease-in-out;
}

.gs_nav .dd .row ul li a::before {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 50%;
	height: 0;
	opacity: 0;
	background: #a3e057;
	transition: all 0.2s ease-in-out;
}

.gs_nav .dd .row ul li a:hover {
	color: #a3e057;
}

.gs_nav .dd .row ul li a:hover::before {
	height: 1px;
	opacity: 1;
	width: 100%;
}

.gs_nav .dd .row .blog_items_menu {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.gs_nav .dd .row .blog_items_menu .item {
	display: flex;
	gap: 5%;
}

.gs_nav .dd .row .blog_items_menu .item .img {
	width: 35%;
	max-height: 120px;
}

.gs_nav .dd .row .blog_items_menu .item .text {
	width: 55%;
	font-size: 1rem;
	line-height: 1.14286rem;
}

.gs_nav .dd .row .blog_items_menu .item .text a {
	white-space: normal;
	color: #222;
}

.gs_nav .dd .row .blog_items_menu .item .text a:hover {
	color: #a3e057;
}

.gs_nav .dd .row .companies {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 4%;
}

.gs_nav .dd .row .companies .company_link {
	width: 46%;
	margin-bottom: 8px;
}

.gs_nav .dd .row .companies .company_link a {
	height: 100%;
	display: block;
	text-align: center;
}

.gs_nav .dd .row .companies .company_link img {
	max-width: 100%;
	max-height: 46px;
	height: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.gs_nav .dd .row .search_form .button {
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
}

@media (max-width: 1024px) {
	.gs_nav {
		display: none;
		visibility: hidden;
	}
	.gs_nav_mobile {
		display: block;
		visibility: visible;
	}
}

@media (min-width: 1024px) {
	.gs_nav {
		display: block;
		visibility: visible;
	}
	.gs_nav_mobile {
		display: none;
		visibility: hidden;
	}
}

.site-description {
	display: none;
	visibility: hidden;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 5rem 0;
	width: 100%;
}

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

.block_quotes {
	background: no-repeat 0 50%;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	padding: 5rem 24px;
	margin: 5rem 0;
}

.block_quotes * {
	font-family: "PT Sans", sans-serif;
}

.block_quotes.public {
	padding: 5rem 0;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background-attachment: fixed;
}

.block_quotes > * {
	position: relative;
}

.block_quotes::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(34, 34, 34, 0.4);
	width: 100%;
	height: 100%;
}

.block_quotes.overlay_1::before {
	background: rgba(34, 34, 34, 0);
}

.block_quotes.overlay_2::before {
	background: rgba(34, 34, 34, 0.1);
}

.block_quotes.overlay_3::before {
	background: rgba(34, 34, 34, 0.2);
}

.block_quotes.overlay_4::before {
	background: rgba(34, 34, 34, 0.3);
}

.block_quotes.overlay_5::before {
	background: rgba(34, 34, 34, 0.4);
}

.block_quotes.overlay_6::before {
	background: rgba(34, 34, 34, 0.5);
}

.block_quotes.overlay_7::before {
	background: rgba(34, 34, 34, 0.6);
}

.block_quotes.overlay_8::before {
	background: rgba(34, 34, 34, 0.7);
}

.block_quotes.overlay_9::before {
	background: rgba(34, 34, 34, 0.8);
}

.block_quotes.overlay_10::before {
	background: rgba(34, 34, 34, 0.9);
}

.block_quotes .quotes_in {
	width: 100%;
}

.block_quotes.right .quotes_in, .block_quotes.left .quotes_in {
	width: 100%;
}

@media (min-width: 1024px) {
	.block_quotes.right .quotes_in, .block_quotes.left .quotes_in {
		width: 50%;
	}
}

.block_quotes.right .row {
	justify-content: right;
}

.block_quotes.right .quotes_in {
	margin-left: auto;
}

.block_quotes .quote {
	color: #FFF;
	width: 100%;
	position: relative;
	margin-bottom: 32px;
	text-transform: none;
	letter-spacing: 2px;
	padding-top: 48px;
	font-size: 1.14286rem;
	line-height: 1.85714rem;
}

@media (min-width: 768px) {
	.block_quotes .quote {
		font-size: 1.42857rem;
		line-height: 2.14286rem;
	}
}

.block_quotes .quote strong {
	display: block;
	position: relative;
	margin-bottom: 8px;
	padding-bottom: 8px;
	font-size: 1.42857rem;
	line-height: 2.14286rem;
}

@media (min-width: 768px) {
	.block_quotes .quote strong {
		font-size: 1.71429rem;
		line-height: 2.42857rem;
	}
}

.block_quotes .quote strong::after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: -10px;
	height: 4px;
	width: 130px;
	background: #a3e057;
}

.block_quotes .quote::before {
	content: '';
	position: absolute;
	top: -40px;
	height: 82px;
	width: 100%;
	background: url(images/quote_l.svg) no-repeat 0 0, url(images/quote_r.svg) no-repeat 100% 0;
}

.block_quotes .quote::after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: -20px;
	height: 4px;
	width: 130px;
	background: #f38920;
}

.block_quotes.single .quote, .block_quotes.cta .quote {
	padding-top: 0;
	margin-bottom: 0;
}

.block_quotes.single .quote::after, .block_quotes.single .quote::before, .block_quotes.cta .quote::after, .block_quotes.cta .quote::before {
	content: none;
	background: none;
}

.block_quotes .author {
	color: white;
	font-size: 1rem;
	line-height: 1.71429rem;
	text-align: right;
}

.block_quotes .company {
	color: white;
	font-size: 1.14286rem;
	line-height: 1.28571rem;
	font-weight: bold;
	text-align: right;
}

.block_quotes .company_logo {
	text-align: right;
	margin: auto;
	margin-top: 16px;
}

.block_quotes .block_button {
	margin-top: 32px;
	border-color: white !important;
	color: white !important;
	background: none !important;
	margin-left: auto;
}

.block_quotes .block_button a {
	color: white;
	transition: all 0.2s ease-in-out;
}

.block_quotes .block_button:hover {
	background-color: #f38920 !important;
	border-color: transparent !important;
}

.block_quotes .block_button:hover a {
	text-decoration: none;
}

.block_quotes .cta_items {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	padding-top: 16px;
}

.block_quotes .cta_items .cta_items_left, .block_quotes .cta_items .cta_items_right {
	width: 100%;
	margin-left: auto;
}

@media (min-width: 768px) {
	.block_quotes .cta_items .cta_items_left, .block_quotes .cta_items .cta_items_right {
		width: 50%;
	}
}

.block_full_half_page {
	background: #F6F6F6;
	display: flex;
	flex-wrap: wrap;
}

.block_full_half_page.public {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.block_full_half_page .left {
	width: 100%;
}

@media (min-width: 768px) {
	.block_full_half_page .left {
		width: 50%;
		text-align: right;
	}
	.block_full_half_page .left .container, .block_full_half_page .left .title_block .title_text, .title_block .block_full_half_page .left .title_text {
		max-width: 600px;
		margin: 0 0 0 auto;
		text-align: left;
	}
	.block_full_half_page .left .row {
		padding-right: 48px;
		display: block;
	}
	.block_full_half_page .left h2, .block_full_half_page .left .title {
		margin-right: -48px;
		padding: 5rem 0 16px 0;
	}
}

.block_full_half_page .left .button-link a {
	font-size: 1.71429rem;
	line-height: 2.42857rem;
	color: white;
	text-decoration: none;
}

.block_full_half_page .right {
	background: no-repeat 0 0;
	background-size: cover;
	text-align: center;
	position: relative;
}

@media (min-width: 768px) {
	.block_full_half_page .right {
		width: 50%;
	}
}

.block_full_half_page .right .row {
	padding-left: 48px;
	padding-right: 16px;
}

@media (min-width: 1200px) {
	.block_full_half_page .right .row {
		padding-right: 0;
	}
}

.block_full_half_page.reversed {
	flex-direction: row-reverse;
}

.block_full_half_page.reversed .container, .block_full_half_page.reversed .title_block .title_text, .title_block .block_full_half_page.reversed .title_text {
	margin-left: 0;
}

.block_full_half_page.reversed .left .row {
	padding-right: 16px;
	padding-left: 48px;
}

@media (min-width: 1200px) {
	.block_full_half_page.reversed .left .row {
		padding-right: 0;
	}
}

.block_full_half_page .circle_img {
	position: absolute;
	background: no-repeat 0 0;
	background-size: cover;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 10%;
	width: 300px;
	height: 300px;
}

@media (min-width: 1024px) {
	.block_full_half_page .circle_img {
		width: 400px;
		height: 400px;
	}
}

.block_full_half_page .row {
	padding-bottom: 5rem;
}

.block_steps {
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(5rem/2);
	margin-bottom: calc( 5rem/2);
}

.block_steps * {
	font-family: "PT Sans", sans-serif;
}

.block_steps .container, .block_steps .title_block .title_text, .title_block .block_steps .title_text {
	width: 100%;
}

.block_steps.public {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background: url(images/background-tech-pattern-left.png) left bottom no-repeat, url(images/background-tech-pattern-right.png) right top no-repeat, #C9DEF1;
	background-size: contain;
}

.block_steps .row {
	display: flex;
	justify-content: flex-start;
	gap: 4px;
	background: white;
	border: 4px solid white;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
}

.block_steps .item {
	padding: 48px 16px 32px 16px;
	position: relative;
	min-width: 180px;
	flex: 1 1 0;
}

@media (min-width: 1024px) {
	.block_steps .item {
		flex: 0 1 0;
		width: calc(20% - 4px);
		min-width: calc(20% - 4px);
	}
}

@media (min-width: 1024px) {
	.block_steps .item.item_with_zero {
		width: calc(16% - 4px);
		min-width: calc(16% - 4px);
	}
}

@media (min-width: 1024px) {
	.block_steps .item.item_with_zero.item_0 {
		min-width: unset;
		flex-grow: 1;
	}
}

.block_steps .item .title, .block_steps .item .mytitle0, .block_steps .item .mytitle1, .block_steps .item .mytitle2, .block_steps .item .mytitle3, .block_steps .item .mytitle4, .block_steps .item .mytitle5 {
	font-size: 1.42857rem;
	line-height: 1.71429rem;
	padding-bottom: 8px;
}

.block_steps .item .text, .block_steps .item .mytext0, .block_steps .item .mytext1, .block_steps .item .mytext2, .block_steps .item .mytext3, .block_steps .item .mytext4, .block_steps .item .mytext5 {
	font-size: 1.14286rem;
	line-height: 1.28571rem;
}

.block_steps .item .text p, .block_steps .item .mytext0 p, .block_steps .item .mytext1 p, .block_steps .item .mytext2 p, .block_steps .item .mytext3 p, .block_steps .item .mytext4 p, .block_steps .item .mytext5 p {
	padding-top: 0;
	margin-top: 0;
}

.block_steps.number_top .num {
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -25px;
	width: 40px;
	height: 40px;
	border: 1px solid white;
	background: white;
	text-align: center;
	border-radius: 50%;
	font-size: 1.42857rem;
	line-height: 2.85714rem;
	line-height: 36px;
}

.block_steps.number_inside .item {
	padding: 32px 16px 32px 16px;
}

.block_steps.number_inside .item .num {
	background: none;
	border: none;
	position: relative;
	font-size: 3.42857rem;
	line-height: 3.57143rem;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding-bottom: 16px;
	color: white;
}

.block_steps.number_progress .num {
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	background: url(images/1.svg) no-repeat 0 0;
	background-size: cover;
}

.block_steps.number_progress .item_0 .num {
	background-image: url(images/0.svg);
}

.block_steps.number_progress .item_1 .num {
	background-image: url(images/1.svg);
}

.block_steps.number_progress .item_2 .num {
	background-image: url(images/2.svg);
}

.block_steps.number_progress .item_3 .num {
	background-image: url(images/3.svg);
}

.block_steps.number_progress .item_4 .num {
	background-image: url(images/4.svg);
}

.block_steps.number_progress .item_5 .num {
	background-image: url(images/5.svg);
}

.block_steps .item_logo {
	margin-left: -4px;
	align-self: center;
}

.block_steps .item_logo img {
	width: 100%;
	height: auto;
}

.block_steps.color_blues {
	background-color: #C9DEF1;
}

.block_steps.color_blues .item_logo {
	background: #C9DEF1;
}

.block_steps.color_blues .item_1, .block_steps.color_blues .item_5, .block_steps.color_blues .item_0 {
	background: #C9DEF1;
}

.block_steps.color_blues .item_1 .num, .block_steps.color_blues .item_5 .num, .block_steps.color_blues .item_0 .num {
	border-color: #C9DEF1;
}

.block_steps.color_blues .item_2, .block_steps.color_blues .item_4 {
	background: #AED9FF;
}

.block_steps.color_blues .item_2 .num, .block_steps.color_blues .item_4 .num {
	border-color: #AED9FF;
}

.block_steps.color_blues .item_3 {
	background: #82ABD2;
}

.block_steps.color_blues .item_3 .num {
	border-color: #82ABD2;
}

.block_steps.color_greens {
	background-color: #E3F3CC;
}

.block_steps.color_greens .item_logo {
	background: #E3F3CC;
}

.block_steps.color_greens .item_1, .block_steps.color_greens .item_5, .block_steps.color_greens .item_0 {
	background: #E3F3CC;
}

.block_steps.color_greens .item_1 .num, .block_steps.color_greens .item_5 .num, .block_steps.color_greens .item_0 .num {
	border-color: #E3F3CC;
}

.block_steps.color_greens .item_2, .block_steps.color_greens .item_4 {
	background: #C8EC9B;
}

.block_steps.color_greens .item_2 .num, .block_steps.color_greens .item_4 .num {
	border-color: #C8EC9B;
}

.block_steps.color_greens .item_3 {
	background: #ABE367;
}

.block_steps.color_greens .item_3 .num {
	border-color: #ABE367;
}

.block_steps.public.no_bkg {
	background: none;
}

.block_steps.public.no_bkg .item_logo {
	background: none;
}

.segment_items.private .tab_item {
	border-radius: 0;
	margin-right: 1px;
	margin-bottom: 1px;
	border: none;
	background: #2c77bd;
	color: #FFF;
	padding: 4px 8px;
	font-size: 12px;
	font-family: "PT Sans", sans-serif;
}

.segment_items.private .tab_item.active {
	background: #589540;
}

.segment_items.private .tab_main, .segment_items.private .tab_all {
	background: #08489b;
}

.segment_items.private .segment_items_in {
	padding-right: 4px;
	border-right: 6px solid #666;
}

.segment_items.private .segment_target {
	padding-top: 8px;
	padding-bottom: 8px;
}

.segment_items.private .tg_B2B {
	border-right: 6px solid #589540;
}

.segment_items.private .tg_individual {
	border-right: 6px solid #2c77bd;
}

.segment_items.private .tg_manufacture {
	border-right: 6px solid #926FF2;
}

.segment_items.private .tg_facilities {
	border-right: 6px solid #f38920;
}

.segment_items.private .tg_educational {
	border-right: 6px solid #6CAEDF;
}

.segment_items.private .tg_goverment {
	border-right: 6px solid #a3e057;
}

.segment_items.private .tg_na {
	border-right: 6px solid #940101;
}

.rotate90 {
	transform: rotate(90deg);
}

.entry-content .wp-block-hgs-split-section .top {
	margin-bottom: -5rem;
}

.entry-content .wp-block-hgs-split-section .bottom {
	margin-top: -5rem;
}

/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

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

*,
*:before,
*:after {
	box-sizing: border-box;
}

body {
	font-size: 16px;
	line-height: 1.5;
	font-family: 'PT Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
}

[v-cloak] {
	display: none;
}

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

.text-divider {
	display: inline-block;
	padding: 0 4px;
}

.clearfix {
	clear: both;
}

.container, .title_block .title_text {
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}

.columns {
	display: flex;
	justify-content: space-between;
}

.col-3 > div {
	width: 33%;
	padding: 12px;
}

.col-4 > div {
	width: 25%;
	padding: 12px;
}

.search-results-actions {
	display: flex;
}

.results-counts {
	width: 50%;
}

.prev-next-btns {
	width: 50%;
	display: flex;
	justify-content: flex-end;
}

.orange-btn-hollow {
	display: inline-block;
	border: 2px solid #f38920;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #f38920;
	background-color: transparent;
	transition: all .25s ease;
	padding: 8px 24px;
	font-weight: 700;
	text-decoration: none;
}

.orange-btn-hollow:hover {
	color: #fff;
	background-color: #f38920;
}

.orange-btn-hollow.prev-next:disabled {
	cursor: not-allowed;
	opacity: .45;
}

.orange-btn {
	display: inline-block;
	border: 2px solid #f38920;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: #f38920;
	color: #fff !important;
	transition: all .25s ease;
	padding: 8px 24px;
	font-weight: 700;
	text-decoration: none;
}

.orange-btn:hover {
	color: #f38920 !important;
	background-color: #fff;
}

.btn.cta-btn:hover {
	background-color: #fec393;
}

button.btn, body input[type="submit"] {
	border: 2px solid #a3e057;
	border-radius: 0;
	font-family: 'PT Sans', sans-serif !important;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	padding: 0.75rem 1rem;
	text-transform: uppercase;
	white-space: normal;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

button.btn.hollow, body input[type="submit"].hollow {
	background-color: transparent !important;
	border-color: #f38921;
	color: #f38921 !important;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.component-row {
	margin-bottom: 48px;
}

.copy-html-button {
	position: absolute;
	top: -12px;
	right: 0;
	display: block;
	background-color: #b30000;
	color: #fff !important;
	padding: 1px 10px;
	text-decoration: none;
}

.qa-block {
	max-width: 100%;
	margin-bottom: 12px;
}

.qa-block .qa-question h3, .qa-block .qa-question h4, .qa-block .qa-question h5, .qa-block .qa-question h6 {
	display: block;
	font-size: 24px;
	padding: 6px 0 6px 18px;
	margin-bottom: 24px;
	border-left: 4px solid #589540;
}

.qa-block .qa-answer p {
	font-size: 16px;
	color: #333;
}

.customer-blockquotes-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 12px;
}

.customer-blockquotes-list.left {
	max-width: 300px;
	margin-right: 24px;
	margin-bottom: 24px;
	vertical-align: text-top;
}

.customer-blockquotes-list.right {
	display: block;
	max-width: 300px;
	margin-right: 24px;
	margin-bottom: 24px;
	vertical-align: text-top;
	float: right;
}

.customer-blockquotes-list li {
	display: block;
	max-width: 90%;
	width: 100%;
	background-color: #f0f5fa;
	font-style: italic;
	padding: 24px;
	font-size: 16px !important;
	margin: 24px auto 24px auto;
	position: relative;
}

.customer-blockquotes-list li p {
	font-size: 16px !important;
	margin: 0;
}

.customer-blockquotes-list li:before {
	display: block;
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	top: -12px;
	left: -24px;
	background-image: url("data:image/svg+xml,%3Csvg focusable='false' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' style='fill: %23bad5ec' d='M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z'%3E%3C/path%3E%3C/svg%3E");
}

.customer-blockquotes-list li:after {
	display: block;
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: -12px;
	right: -24px;
	background-image: url("data:image/svg+xml,%3Csvg focusable='false' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' style='fill: %23bad5ec' d='M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z'%3E%3C/path%3E%3C/svg%3E");
}

.customer-blockquotes-list li p:last-of-type {
	margin-bottom: 0;
}

blockquote {
	display: block;
	max-width: 90%;
	width: 100%;
	background-color: #f0f5fa;
	font-style: italic;
	padding: 24px;
	font-size: 16px !important;
	margin: 24px auto 24px auto;
	position: relative;
}

blockquote p {
	font-size: 16px !important;
	margin: 0;
}

blockquote:before {
	display: block;
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	top: -12px;
	left: -24px;
	background-image: url("data:image/svg+xml,%3Csvg focusable='false' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' style='fill: %23bad5ec' d='M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z'%3E%3C/path%3E%3C/svg%3E");
}

blockquote:after {
	display: block;
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: -12px;
	right: -24px;
	background-image: url("data:image/svg+xml,%3Csvg focusable='false' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='currentColor' style='fill: %23bad5ec' d='M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z'%3E%3C/path%3E%3C/svg%3E");
}

blockquote.align-left {
	float: left;
	max-width: 40%;
	margin: 12px 32px 12px 0px !important;
}

blockquote.align-right {
	float: right;
	max-width: 40%;
	margin: 12px 0px 12px 32px !important;
}

blockquote[align="left"], blockquote[style*="float: left"], blockquote[style*="float:left"] {
	margin: 12px 32px 12px 0px !important;
}

blockquote[align="right"], blockquote[style*="float: right"], blockquote[style*="float:right"] {
	margin: 12px 0px 12px 32px !important;
}

.half-row {
	display: flex;
}

.half-row > div {
	width: 50%;
	flex-grow: 1;
}

.customer-spotlight-card {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 48px;
	width: 100%;
	max-width: 460px;
}

.customer-spotlight-card.aligned-left {
	float: left;
	margin: 0 24px 12px 0;
}

.customer-spotlight-card.aligned-right {
	float: right;
	margin: 0 0 12px 24px;
}

.half-row blockquote {
	margin: 0 12px 0 32px;
}

.customer-spotlight-logo {
	width: 100%;
	padding: 8px 24px;
	text-align: center;
	margin-bottom: 12px;
	border: 1px solid #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
}

.customer-spotlight-logo img {
	max-width: 230px;
	max-height: 90px;
	height: auto;
}

.customer-spotlight-headshot {
	width: 40%;
}

.customer-spotlight-headshot img {
	width: 100%;
	height: auto;
	float: left;
}

.customer-spotlight-info {
	width: 60%;
	padding: 24px 24px 0 24px;
	background-color: #dfebcc;
}

.customer-spotlight-info h4, .customer-spotlight-info h5 {
	margin: 0 0 6px 0;
	line-height: 1.2;
	text-transform: uppercase;
	color: #316e41;
}

.customer-spotlight-info p:last-of-type {
	margin-bottom: 0;
}

.customer-spotlight-info strong {
	text-transform: uppercase;
	color: #316e41;
}

.customer-spotlight-image {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	border: 1px solid #ccc;
}

.customer-spotlight-image img {
	width: 100%;
	height: auto;
	float: left;
}

.colored-columns {
	display: flex;
}

.colored-columns > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-grow: 1;
	flex-basis: 0;
	position: relative;
	max-width: 230px;
	border: 2px solid #333;
	margin: 12px 6px;
	padding: 48px 24px 32px 24px;
	text-align: center;
}

.colored-columns > div h3, .colored-columns > div h4, .colored-columns > div h5 {
	font-size: 20px;
	margin: 0 0 12px 0;
}

.colored-columns > div p {
	margin: 0 0 24px 0;
	font-size: 14px;
}

.colored-columns > div p:last-of-type {
	margin-bottom: 0;
}

.colored-columns > div:before {
	display: block;
	content: '';
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	line-height: 58px;
	border: 2px solid #333;
	color: #444;
	font-size: 26px;
	font-weight: 700;
	position: absolute;
	top: -29px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.colored-columns > div:nth-child(1) {
	background-color: #cadef1;
	border-color: #85b5de;
}

.colored-columns > div:nth-child(1):before {
	content: '1';
	color: #85b5de;
	border-color: #85b5de;
}

.colored-columns > div:nth-child(2) {
	background-color: #97b6a0;
	border-color: #2f6e41;
}

.colored-columns > div:nth-child(2):before {
	content: '2';
	color: #2f6e41;
	border-color: #2f6e41;
}

.colored-columns > div:nth-child(3) {
	background-color: #e3f3cb;
	border-color: #b0dd6b;
}

.colored-columns > div:nth-child(3):before {
	content: '3';
	color: #b0dd6b;
	border-color: #b0dd6b;
}

.colored-columns > div:nth-child(4) {
	background-color: #cadef1;
	border-color: #85b5de;
}

.colored-columns > div:nth-child(4):before {
	content: '4';
	color: #85b5de;
	border-color: #85b5de;
}

.colored-columns > div:nth-child(5) {
	background-color: #97b6a0;
	border-color: #2f6e41;
}

.colored-columns > div:nth-child(5):before {
	content: '5';
	color: #2f6e41;
	border-color: #2f6e41;
}

.green-columns {
	display: flex;
}

.green-columns > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-grow: 1;
	flex-basis: 0;
	position: relative;
	max-width: 230px;
	border: 2px solid #589540;
	margin: 12px 6px;
	padding: 48px 24px 32px 24px;
	text-align: center;
}

.green-columns > div h3, .green-columns > div h4, .green-columns > div h5 {
	font-size: 20px;
	margin: 0 0 12px 0;
}

.green-columns > div p {
	margin: 0 0 24px 0;
	font-size: 14px;
}

.green-columns > div p:last-of-type {
	margin-bottom: 0;
}

.green-columns > div:before {
	display: block;
	content: '';
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	line-height: 58px;
	border: 2px solid #589540;
	color: #589540;
	font-size: 26px;
	font-weight: 700;
	position: absolute;
	top: -29px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.green-columns > div:nth-child(1):before {
	content: '1';
}

.green-columns > div:nth-child(2):before {
	content: '2';
}

.green-columns > div:nth-child(3):before {
	content: '3';
}

.green-columns > div:nth-child(4):before {
	content: '4';
}

.green-columns > div:nth-child(5):before {
	content: '5';
}

.green-columns > div:nth-child(6):before {
	content: '6';
}

.col-50-50 {
	display: flex;
}

.col-50-50 > div {
	width: 50%;
	padding: 24px;
}

.col-70-30 {
	display: flex;
}

.col-70-30 > div:first-of-type {
	width: 70%;
	padding: 24px;
}

.col-70-30 > div:last-of-type {
	width: 30%;
	padding: 24px;
}

.col-30-70 {
	display: flex;
}

.col-30-70 > div:first-of-type {
	width: 30%;
	padding: 24px;
}

.col-30-70 > div:last-of-type {
	width: 70%;
	padding: 24px;
}

.has-image img {
	max-width: 100%;
	height: auto;
}

.colored-table {
	width: 90%;
	margin: 0 auto 32px auto;
}

.colored-table thead th {
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	background-color: #343233;
	padding: 6px 10px;
}

.colored-table thead th .hide {
	display: none;
}

.colored-table thead th:first-child {
	background-color: #fff;
}

.colored-table tbody td {
	border: 1px solid #cacbce;
	padding: 4px 12px;
}

.colored-table tbody td:nth-child(1) {
	background-color: #fff;
	vertical-align: middle;
	color: #5fa7dd !important;
	padding: 12px 24px;
}

.colored-table tbody td:nth-child(1) p, .colored-table tbody td:nth-child(1) h3, .colored-table tbody td:nth-child(1) h4, .colored-table tbody td:nth-child(1) h5 {
	color: #5fa7dd !important;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 24px 0;
}

.colored-table tbody td:nth-child(2) {
	background-color: #eff5fb;
	vertical-align: top;
}

.colored-table tbody td:nth-child(2) p {
	font-size: 14px !important;
}

.colored-table tbody td:nth-child(2) ul {
	font-size: 14px !important;
}

.colored-table tbody td:nth-child(2) ul li {
	font-size: 14px !important;
}

.colored-table tbody td:nth-child(3) {
	background-color: #d0e2f5;
	vertical-align: top;
}

.colored-table tbody td:nth-child(3) p {
	font-size: 14px !important;
}

.colored-table tbody td:nth-child(3) ul {
	font-size: 14px !important;
}

.colored-table tbody td:nth-child(3) ul li {
	font-size: 14px !important;
}

.notice-comment-block {
	display: block;
	text-decoration: none;
	max-width: 500px;
	padding: 24px;
	background-color: #f3f3f3;
	position: relative;
	color: #444;
	margin: 0 auto 32px auto;
	transition: opacity .25s ease;
}

.notice-comment-block:before {
	display: block;
	content: '';
	width: 60px;
	height: 60px;
	position: absolute;
	top: -12px;
	left: -12px;
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class=''%3E%3Cpath fill='currentColor' style='fill: %23589540' d='M256 32C114.6 32 0 125.1 0 240c0 47.6 19.9 91.2 52.9 126.3C38 405.7 7 439.1 6.5 439.5c-6.6 7-8.4 17.2-4.6 26S14.4 480 24 480c61.5 0 110-25.7 139.1-46.3C192 442.8 223.2 448 256 448c141.4 0 256-93.1 256-208S397.4 32 256 32zm0 368c-26.7 0-53.1-4.1-78.4-12.1l-22.7-7.2-19.5 13.8c-14.3 10.1-33.9 21.4-57.5 29 7.3-12.1 14.4-25.7 19.9-40.2l10.6-28.1-20.6-21.8C69.7 314.1 48 282.2 48 240c0-88.2 93.3-160 208-160s208 71.8 208 160-93.3 160-208 160z' class=''%3E%3C/path%3E%3C/svg%3E");
	z-index: 2;
}

.notice-comment-block h3, .notice-comment-block h4, .notice-comment-block h5 {
	font-size: 24px;
	margin: 0 0 12px 0;
	text-align: center;
	color: #444;
	text-transform: uppercase;
}

.notice-comment-block .orange-btn {
	display: block;
	text-align: center;
}

.notice-comment-block a {
	text-decoration: none;
	cursor: pointer;
}

.notice-comment-block p {
	margin: 0 0 12px 0;
	color: #444;
}

.table-color-header {
	width: 100%;
	margin-bottom: 32px;
}

.table-color-header thead th {
	text-align: left;
	padding: 5px 7px;
	text-transform: uppercase;
	color: #fff;
}

.table-color-header tbody tr.grey td {
	background-color: #e3e3e3;
}

.table-color-header tbody tr:nth-child(even) td {
	background-color: #e3e3e3;
}

.table-color-header tbody tr td {
	padding: 5px 7px;
	border-bottom: 1px solid #ccc;
}

.grey-card-cols {
	display: flex;
	flex-direction: row;
	padding: 18px 0;
	background-color: #f6f6f6;
	margin-bottom: 32px;
}

.grey-card-cols .grey-card-col {
	flex-grow: 1;
	padding: 0 18px;
}

.grey-card-cols .grey-card-col header {
	border-bottom: 1px solid #f38920;
}

.grey-card-cols .grey-card-col header h2, .grey-card-cols .grey-card-col header h3, .grey-card-cols .grey-card-col header h4, .grey-card-cols .grey-card-col header h5, .grey-card-cols .grey-card-col header h6, .grey-card-cols .grey-card-col header p {
	margin: 0 0 14px 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
}

.grey-card-cols-group {
	display: flex;
	justify-content: space-between;
}

.grey-card-cols-group .grey-card-cols {
	width: 48%;
}

@media (max-width: 800px) {
	.half-row {
		display: flex;
		flex-direction: column;
	}
	.half-row > div {
		width: 100%;
	}
	.customer-spotlight-card {
		max-width: 100%;
	}
}

@media (max-width: 500px) {
	.half-row blockquote {
		margin: 0 32px 32px 32px;
		width: 80%;
	}
	.customer-spotlight-card {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 48px;
	}
	.customer-spotlight-headshot {
		width: 100%;
	}
	.customer-spotlight-headshot img {
		width: 100%;
		height: auto;
		float: left;
	}
	.customer-spotlight-info {
		width: 100%;
		padding: 24px;
	}
	.customer-spotlight-image {
		width: 100%;
	}
}

.explore-section,
.gettoknow-section,
.counters-section {
	padding-top: 12px;
	padding-bottom: 52px;
}

.section-title {
	font-size: 24px;
	letter-spacing: 2px;
	font-weight: 700;
	padding-bottom: 14px;
	margin-bottom: 24px;
	text-transform: uppercase;
	position: relative;
}

.section-title:after {
	display: block;
	content: '';
	width: 70px;
	height: 3px;
	background-color: #a3e057;
}

.section-title.centered {
	text-align: center;
}

.section-title.centered:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.accordion-heading {
	display: block;
	text-decoration: none;
	color: #031b3a;
	cursor: pointer;
	font-size: 1.125rem;
	padding: 0.5rem;
	position: relative;
	background-color: #f5f7fa;
	border: 1px solid #e6e9ed;
}

.accordion-heading a {
	display: block;
	position: relative;
	z-index: 2;
}

.component-title {
	font-size: 22px;
	font-weight: 700;
}

.accordion-toggle:after {
	content: "\F0D7";
	color: #031b3a;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 0px;
	right: 1rem;
	transition: transform 0.25s ease;
	z-index: 1;
}

.accordion-toggle.collapsed:after {
	transform: rotate(-90deg);
}

.old-css {
	/*
.flex-card{
	display: flex;

	.featured-content-block{
		width: 24%;
		margin-bottom: 24px;
	}
}*/
	/* Gravity Forms */
	/* TABLE */
	/* LIST */
	/* DIY */
	/* Fonts */
	/* Colors */
	/* Styles */
	/* Hero banner */
	/* Fonts */
	/* Colors */
	/* Styles */
	/* Featured content component */
	/* Fonts */
	/* Colors */
	/* Styles */
	/* Highlighted content component */
	/* Fonts */
	/* Colors */
	/* Styles */
	/* Parallax component */
	/* Fonts */
	/* Colors */
	/* Styles */
	/* Fonts */
	/* Colors */
	/* Styles */
	/* Fonts */
	/* Colors */
	/* Styles */
	/* Fonts */
	/* Colors */
	/* Styles */
	/* Fonts */
	/* Colors */
	/* Styles */
	/* Fonts */
	/* Colors */
	/* Styles */
	/* Fonts */
	/* Colors */
	/* Styles */
	/* HTML content component */
	/*
 #wpadminbar {
 top:auto!important;
 bottom:0!important;
 }
 */
	/* Utilities */
	/* Transitions */
	/* Footer */
	/* Hero banner */
	/* Testimonials */
	/* Buttons */
	/* Containers */
	/* Components */
	/* MEDIA QUERIES */
}

.old-css pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.old-css pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

.old-css .pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.old-css .container, .old-css .title_block .title_text, .title_block .old-css .title_text {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.old-css .container, .old-css .title_block .title_text, .title_block .old-css .title_text {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.old-css .container, .old-css .title_block .title_text, .title_block .old-css .title_text {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.old-css .container, .old-css .title_block .title_text, .title_block .old-css .title_text {
		width: 1170px;
	}
}

.old-css .container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.old-css .row {
	margin-right: -15px;
	margin-left: -15px;
}

.old-css .col-xs-1, .old-css .col-sm-1, .old-css .col-md-1, .old-css .col-lg-1, .old-css .col-xs-2, .old-css .col-sm-2, .old-css .col-md-2, .old-css .col-lg-2, .old-css .col-xs-3, .old-css .col-sm-3, .old-css .col-md-3, .old-css .col-lg-3, .old-css .col-xs-4, .old-css .col-sm-4, .old-css .col-md-4, .old-css .col-lg-4, .old-css .col-xs-5, .old-css .col-sm-5, .old-css .col-md-5, .old-css .col-lg-5, .old-css .col-xs-6, .old-css .col-sm-6, .old-css .col-md-6, .old-css .col-lg-6, .old-css .col-xs-7, .old-css .col-sm-7, .old-css .col-md-7, .old-css .col-lg-7, .old-css .col-xs-8, .old-css .col-sm-8, .old-css .col-md-8, .old-css .col-lg-8, .old-css .col-xs-9, .old-css .col-sm-9, .old-css .col-md-9, .old-css .col-lg-9, .old-css .col-xs-10, .old-css .col-sm-10, .old-css .col-md-10, .old-css .col-lg-10, .old-css .col-xs-11, .old-css .col-sm-11, .old-css .col-md-11, .old-css .col-lg-11, .old-css .col-xs-12, .old-css .col-sm-12, .old-css .col-md-12, .old-css .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.old-css .col-xs-1, .old-css .col-xs-2, .old-css .col-xs-3, .old-css .col-xs-4, .old-css .col-xs-5, .old-css .col-xs-6, .old-css .col-xs-7, .old-css .col-xs-8, .old-css .col-xs-9, .old-css .col-xs-10, .old-css .col-xs-11, .old-css .col-xs-12 {
	float: left;
}

.old-css .col-xs-12 {
	width: 100%;
}

.old-css .col-xs-11 {
	width: 91.66666667%;
}

.old-css .col-xs-10 {
	width: 83.33333333%;
}

.old-css .col-xs-9 {
	width: 75%;
}

.old-css .col-xs-8 {
	width: 66.66666667%;
}

.old-css .col-xs-7 {
	width: 58.33333333%;
}

.old-css .col-xs-6 {
	width: 50%;
}

.old-css .col-xs-5 {
	width: 41.66666667%;
}

.old-css .col-xs-4 {
	width: 33.33333333%;
}

.old-css .col-xs-3 {
	width: 25%;
}

.old-css .col-xs-2 {
	width: 16.66666667%;
}

.old-css .col-xs-1 {
	width: 8.33333333%;
}

.old-css .col-xs-pull-12 {
	right: 100%;
}

.old-css .col-xs-pull-11 {
	right: 91.66666667%;
}

.old-css .col-xs-pull-10 {
	right: 83.33333333%;
}

.old-css .col-xs-pull-9 {
	right: 75%;
}

.old-css .col-xs-pull-8 {
	right: 66.66666667%;
}

.old-css .col-xs-pull-7 {
	right: 58.33333333%;
}

.old-css .col-xs-pull-6 {
	right: 50%;
}

.old-css .col-xs-pull-5 {
	right: 41.66666667%;
}

.old-css .col-xs-pull-4 {
	right: 33.33333333%;
}

.old-css .col-xs-pull-3 {
	right: 25%;
}

.old-css .col-xs-pull-2 {
	right: 16.66666667%;
}

.old-css .col-xs-pull-1 {
	right: 8.33333333%;
}

.old-css .col-xs-pull-0 {
	right: auto;
}

.old-css .col-xs-push-12 {
	left: 100%;
}

.old-css .col-xs-push-11 {
	left: 91.66666667%;
}

.old-css .col-xs-push-10 {
	left: 83.33333333%;
}

.old-css .col-xs-push-9 {
	left: 75%;
}

.old-css .col-xs-push-8 {
	left: 66.66666667%;
}

.old-css .col-xs-push-7 {
	left: 58.33333333%;
}

.old-css .col-xs-push-6 {
	left: 50%;
}

.old-css .col-xs-push-5 {
	left: 41.66666667%;
}

.old-css .col-xs-push-4 {
	left: 33.33333333%;
}

.old-css .col-xs-push-3 {
	left: 25%;
}

.old-css .col-xs-push-2 {
	left: 16.66666667%;
}

.old-css .col-xs-push-1 {
	left: 8.33333333%;
}

.old-css .col-xs-push-0 {
	left: auto;
}

.old-css .col-xs-offset-12 {
	margin-left: 100%;
}

.old-css .col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.old-css .col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.old-css .col-xs-offset-9 {
	margin-left: 75%;
}

.old-css .col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.old-css .col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.old-css .col-xs-offset-6 {
	margin-left: 50%;
}

.old-css .col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.old-css .col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.old-css .col-xs-offset-3 {
	margin-left: 25%;
}

.old-css .col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.old-css .col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.old-css .col-xs-offset-0 {
	margin-left: 0;
}

@media (min-width: 768px) {
	.old-css .col-sm-1, .old-css .col-sm-2, .old-css .col-sm-3, .old-css .col-sm-4, .old-css .col-sm-5, .old-css .col-sm-6, .old-css .col-sm-7, .old-css .col-sm-8, .old-css .col-sm-9, .old-css .col-sm-10, .old-css .col-sm-11, .old-css .col-sm-12 {
		float: left;
	}
	.old-css .col-sm-12 {
		width: 100%;
	}
	.old-css .col-sm-11 {
		width: 91.66666667%;
	}
	.old-css .col-sm-10 {
		width: 83.33333333%;
	}
	.old-css .col-sm-9 {
		width: 75%;
	}
	.old-css .col-sm-8 {
		width: 66.66666667%;
	}
	.old-css .col-sm-7 {
		width: 58.33333333%;
	}
	.old-css .col-sm-6 {
		width: 50%;
	}
	.old-css .col-sm-5 {
		width: 41.66666667%;
	}
	.old-css .col-sm-4 {
		width: 33.33333333%;
	}
	.old-css .col-sm-3 {
		width: 25%;
	}
	.old-css .col-sm-2 {
		width: 16.66666667%;
	}
	.old-css .col-sm-1 {
		width: 8.33333333%;
	}
	.old-css .col-sm-pull-12 {
		right: 100%;
	}
	.old-css .col-sm-pull-11 {
		right: 91.66666667%;
	}
	.old-css .col-sm-pull-10 {
		right: 83.33333333%;
	}
	.old-css .col-sm-pull-9 {
		right: 75%;
	}
	.old-css .col-sm-pull-8 {
		right: 66.66666667%;
	}
	.old-css .col-sm-pull-7 {
		right: 58.33333333%;
	}
	.old-css .col-sm-pull-6 {
		right: 50%;
	}
	.old-css .col-sm-pull-5 {
		right: 41.66666667%;
	}
	.old-css .col-sm-pull-4 {
		right: 33.33333333%;
	}
	.old-css .col-sm-pull-3 {
		right: 25%;
	}
	.old-css .col-sm-pull-2 {
		right: 16.66666667%;
	}
	.old-css .col-sm-pull-1 {
		right: 8.33333333%;
	}
	.old-css .col-sm-pull-0 {
		right: auto;
	}
	.old-css .col-sm-push-12 {
		left: 100%;
	}
	.old-css .col-sm-push-11 {
		left: 91.66666667%;
	}
	.old-css .col-sm-push-10 {
		left: 83.33333333%;
	}
	.old-css .col-sm-push-9 {
		left: 75%;
	}
	.old-css .col-sm-push-8 {
		left: 66.66666667%;
	}
	.old-css .col-sm-push-7 {
		left: 58.33333333%;
	}
	.old-css .col-sm-push-6 {
		left: 50%;
	}
	.old-css .col-sm-push-5 {
		left: 41.66666667%;
	}
	.old-css .col-sm-push-4 {
		left: 33.33333333%;
	}
	.old-css .col-sm-push-3 {
		left: 25%;
	}
	.old-css .col-sm-push-2 {
		left: 16.66666667%;
	}
	.old-css .col-sm-push-1 {
		left: 8.33333333%;
	}
	.old-css .col-sm-push-0 {
		left: auto;
	}
	.old-css .col-sm-offset-12 {
		margin-left: 100%;
	}
	.old-css .col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.old-css .col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.old-css .col-sm-offset-9 {
		margin-left: 75%;
	}
	.old-css .col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.old-css .col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.old-css .col-sm-offset-6 {
		margin-left: 50%;
	}
	.old-css .col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.old-css .col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.old-css .col-sm-offset-3 {
		margin-left: 25%;
	}
	.old-css .col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.old-css .col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.old-css .col-sm-offset-0 {
		margin-left: 0;
	}
}

@media (min-width: 992px) {
	.old-css .col-md-1, .old-css .col-md-2, .old-css .col-md-3, .old-css .col-md-4, .old-css .col-md-5, .old-css .col-md-6, .old-css .col-md-7, .old-css .col-md-8, .old-css .col-md-9, .old-css .col-md-10, .old-css .col-md-11, .old-css .col-md-12 {
		float: left;
	}
	.old-css .col-md-12 {
		width: 100%;
	}
	.old-css .col-md-11 {
		width: 91.66666667%;
	}
	.old-css .col-md-10 {
		width: 83.33333333%;
	}
	.old-css .col-md-9 {
		width: 75%;
	}
	.old-css .col-md-8 {
		width: 66.66666667%;
	}
	.old-css .col-md-7 {
		width: 58.33333333%;
	}
	.old-css .col-md-6 {
		width: 50%;
	}
	.old-css .col-md-5 {
		width: 41.66666667%;
	}
	.old-css .col-md-4 {
		width: 33.33333333%;
	}
	.old-css .col-md-3 {
		width: 25%;
	}
	.old-css .col-md-2 {
		width: 16.66666667%;
	}
	.old-css .col-md-1 {
		width: 8.33333333%;
	}
	.old-css .col-md-pull-12 {
		right: 100%;
	}
	.old-css .col-md-pull-11 {
		right: 91.66666667%;
	}
	.old-css .col-md-pull-10 {
		right: 83.33333333%;
	}
	.old-css .col-md-pull-9 {
		right: 75%;
	}
	.old-css .col-md-pull-8 {
		right: 66.66666667%;
	}
	.old-css .col-md-pull-7 {
		right: 58.33333333%;
	}
	.old-css .col-md-pull-6 {
		right: 50%;
	}
	.old-css .col-md-pull-5 {
		right: 41.66666667%;
	}
	.old-css .col-md-pull-4 {
		right: 33.33333333%;
	}
	.old-css .col-md-pull-3 {
		right: 25%;
	}
	.old-css .col-md-pull-2 {
		right: 16.66666667%;
	}
	.old-css .col-md-pull-1 {
		right: 8.33333333%;
	}
	.old-css .col-md-pull-0 {
		right: auto;
	}
	.old-css .col-md-push-12 {
		left: 100%;
	}
	.old-css .col-md-push-11 {
		left: 91.66666667%;
	}
	.old-css .col-md-push-10 {
		left: 83.33333333%;
	}
	.old-css .col-md-push-9 {
		left: 75%;
	}
	.old-css .col-md-push-8 {
		left: 66.66666667%;
	}
	.old-css .col-md-push-7 {
		left: 58.33333333%;
	}
	.old-css .col-md-push-6 {
		left: 50%;
	}
	.old-css .col-md-push-5 {
		left: 41.66666667%;
	}
	.old-css .col-md-push-4 {
		left: 33.33333333%;
	}
	.old-css .col-md-push-3 {
		left: 25%;
	}
	.old-css .col-md-push-2 {
		left: 16.66666667%;
	}
	.old-css .col-md-push-1 {
		left: 8.33333333%;
	}
	.old-css .col-md-push-0 {
		left: auto;
	}
	.old-css .col-md-offset-12 {
		margin-left: 100%;
	}
	.old-css .col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.old-css .col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.old-css .col-md-offset-9 {
		margin-left: 75%;
	}
	.old-css .col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.old-css .col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.old-css .col-md-offset-6 {
		margin-left: 50%;
	}
	.old-css .col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.old-css .col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.old-css .col-md-offset-3 {
		margin-left: 25%;
	}
	.old-css .col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.old-css .col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.old-css .col-md-offset-0 {
		margin-left: 0;
	}
}

@media (min-width: 1200px) {
	.old-css .col-lg-1, .old-css .col-lg-2, .old-css .col-lg-3, .old-css .col-lg-4, .old-css .col-lg-5, .old-css .col-lg-6, .old-css .col-lg-7, .old-css .col-lg-8, .old-css .col-lg-9, .old-css .col-lg-10, .old-css .col-lg-11, .old-css .col-lg-12 {
		float: left;
	}
	.old-css .col-lg-12 {
		width: 100%;
	}
	.old-css .col-lg-11 {
		width: 91.66666667%;
	}
	.old-css .col-lg-10 {
		width: 83.33333333%;
	}
	.old-css .col-lg-9 {
		width: 75%;
	}
	.old-css .col-lg-8 {
		width: 66.66666667%;
	}
	.old-css .col-lg-7 {
		width: 58.33333333%;
	}
	.old-css .col-lg-6 {
		width: 50%;
	}
	.old-css .col-lg-5 {
		width: 41.66666667%;
	}
	.old-css .col-lg-4 {
		width: 33.33333333%;
	}
	.old-css .col-lg-3 {
		width: 25%;
	}
	.old-css .col-lg-2 {
		width: 16.66666667%;
	}
	.old-css .col-lg-1 {
		width: 8.33333333%;
	}
	.old-css .col-lg-pull-12 {
		right: 100%;
	}
	.old-css .col-lg-pull-11 {
		right: 91.66666667%;
	}
	.old-css .col-lg-pull-10 {
		right: 83.33333333%;
	}
	.old-css .col-lg-pull-9 {
		right: 75%;
	}
	.old-css .col-lg-pull-8 {
		right: 66.66666667%;
	}
	.old-css .col-lg-pull-7 {
		right: 58.33333333%;
	}
	.old-css .col-lg-pull-6 {
		right: 50%;
	}
	.old-css .col-lg-pull-5 {
		right: 41.66666667%;
	}
	.old-css .col-lg-pull-4 {
		right: 33.33333333%;
	}
	.old-css .col-lg-pull-3 {
		right: 25%;
	}
	.old-css .col-lg-pull-2 {
		right: 16.66666667%;
	}
	.old-css .col-lg-pull-1 {
		right: 8.33333333%;
	}
	.old-css .col-lg-pull-0 {
		right: auto;
	}
	.old-css .col-lg-push-12 {
		left: 100%;
	}
	.old-css .col-lg-push-11 {
		left: 91.66666667%;
	}
	.old-css .col-lg-push-10 {
		left: 83.33333333%;
	}
	.old-css .col-lg-push-9 {
		left: 75%;
	}
	.old-css .col-lg-push-8 {
		left: 66.66666667%;
	}
	.old-css .col-lg-push-7 {
		left: 58.33333333%;
	}
	.old-css .col-lg-push-6 {
		left: 50%;
	}
	.old-css .col-lg-push-5 {
		left: 41.66666667%;
	}
	.old-css .col-lg-push-4 {
		left: 33.33333333%;
	}
	.old-css .col-lg-push-3 {
		left: 25%;
	}
	.old-css .col-lg-push-2 {
		left: 16.66666667%;
	}
	.old-css .col-lg-push-1 {
		left: 8.33333333%;
	}
	.old-css .col-lg-push-0 {
		left: auto;
	}
	.old-css .col-lg-offset-12 {
		margin-left: 100%;
	}
	.old-css .col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.old-css .col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.old-css .col-lg-offset-9 {
		margin-left: 75%;
	}
	.old-css .col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.old-css .col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.old-css .col-lg-offset-6 {
		margin-left: 50%;
	}
	.old-css .col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.old-css .col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.old-css .col-lg-offset-3 {
		margin-left: 25%;
	}
	.old-css .col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.old-css .col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.old-css .col-lg-offset-0 {
		margin-left: 0;
	}
}

.old-css table {
	background-color: transparent;
}

.old-css caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left;
}

.old-css th {
	text-align: left;
}

.old-css .table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.old-css .table > thead > tr > th,
.old-css .table > tbody > tr > th,
.old-css .table > tfoot > tr > th,
.old-css .table > thead > tr > td,
.old-css .table > tbody > tr > td,
.old-css .table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.old-css .table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

.old-css .table > caption + thead > tr:first-child > th,
.old-css .table > colgroup + thead > tr:first-child > th,
.old-css .table > thead:first-child > tr:first-child > th,
.old-css .table > caption + thead > tr:first-child > td,
.old-css .table > colgroup + thead > tr:first-child > td,
.old-css .table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

.old-css .table > tbody + tbody {
	border-top: 2px solid #ddd;
}

.old-css .table .table {
	background-color: #fff;
}

.old-css .table-condensed > thead > tr > th,
.old-css .table-condensed > tbody > tr > th,
.old-css .table-condensed > tfoot > tr > th,
.old-css .table-condensed > thead > tr > td,
.old-css .table-condensed > tbody > tr > td,
.old-css .table-condensed > tfoot > tr > td {
	padding: 5px;
}

.old-css .table-bordered {
	border: 1px solid #ddd;
}

.old-css .table-bordered > thead > tr > th,
.old-css .table-bordered > tbody > tr > th,
.old-css .table-bordered > tfoot > tr > th,
.old-css .table-bordered > thead > tr > td,
.old-css .table-bordered > tbody > tr > td,
.old-css .table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
}

.old-css .table-bordered > thead > tr > th,
.old-css .table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}

.old-css .table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.old-css .table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}

.old-css table col[class*="col-"] {
	position: static;
	display: table-column;
	float: none;
}

.old-css table td[class*="col-"],
.old-css table th[class*="col-"] {
	position: static;
	display: table-cell;
	float: none;
}

.old-css .table > thead > tr > td.active,
.old-css .table > tbody > tr > td.active,
.old-css .table > tfoot > tr > td.active,
.old-css .table > thead > tr > th.active,
.old-css .table > tbody > tr > th.active,
.old-css .table > tfoot > tr > th.active,
.old-css .table > thead > tr.active > td,
.old-css .table > tbody > tr.active > td,
.old-css .table > tfoot > tr.active > td,
.old-css .table > thead > tr.active > th,
.old-css .table > tbody > tr.active > th,
.old-css .table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}

.old-css .table-hover > tbody > tr > td.active:hover,
.old-css .table-hover > tbody > tr > th.active:hover,
.old-css .table-hover > tbody > tr.active:hover > td,
.old-css .table-hover > tbody > tr:hover > .active,
.old-css .table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}

.old-css .table > thead > tr > td.success,
.old-css .table > tbody > tr > td.success,
.old-css .table > tfoot > tr > td.success,
.old-css .table > thead > tr > th.success,
.old-css .table > tbody > tr > th.success,
.old-css .table > tfoot > tr > th.success,
.old-css .table > thead > tr.success > td,
.old-css .table > tbody > tr.success > td,
.old-css .table > tfoot > tr.success > td,
.old-css .table > thead > tr.success > th,
.old-css .table > tbody > tr.success > th,
.old-css .table > tfoot > tr.success > th {
	background-color: #dff0d8;
}

.old-css .table-hover > tbody > tr > td.success:hover,
.old-css .table-hover > tbody > tr > th.success:hover,
.old-css .table-hover > tbody > tr.success:hover > td,
.old-css .table-hover > tbody > tr:hover > .success,
.old-css .table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}

.old-css .table > thead > tr > td.info,
.old-css .table > tbody > tr > td.info,
.old-css .table > tfoot > tr > td.info,
.old-css .table > thead > tr > th.info,
.old-css .table > tbody > tr > th.info,
.old-css .table > tfoot > tr > th.info,
.old-css .table > thead > tr.info > td,
.old-css .table > tbody > tr.info > td,
.old-css .table > tfoot > tr.info > td,
.old-css .table > thead > tr.info > th,
.old-css .table > tbody > tr.info > th,
.old-css .table > tfoot > tr.info > th {
	background-color: #d9edf7;
}

.old-css .table-hover > tbody > tr > td.info:hover,
.old-css .table-hover > tbody > tr > th.info:hover,
.old-css .table-hover > tbody > tr.info:hover > td,
.old-css .table-hover > tbody > tr:hover > .info,
.old-css .table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}

.old-css .table > thead > tr > td.warning,
.old-css .table > tbody > tr > td.warning,
.old-css .table > tfoot > tr > td.warning,
.old-css .table > thead > tr > th.warning,
.old-css .table > tbody > tr > th.warning,
.old-css .table > tfoot > tr > th.warning,
.old-css .table > thead > tr.warning > td,
.old-css .table > tbody > tr.warning > td,
.old-css .table > tfoot > tr.warning > td,
.old-css .table > thead > tr.warning > th,
.old-css .table > tbody > tr.warning > th,
.old-css .table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}

.old-css .table-hover > tbody > tr > td.warning:hover,
.old-css .table-hover > tbody > tr > th.warning:hover,
.old-css .table-hover > tbody > tr.warning:hover > td,
.old-css .table-hover > tbody > tr:hover > .warning,
.old-css .table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}

.old-css .table > thead > tr > td.danger,
.old-css .table > tbody > tr > td.danger,
.old-css .table > tfoot > tr > td.danger,
.old-css .table > thead > tr > th.danger,
.old-css .table > tbody > tr > th.danger,
.old-css .table > tfoot > tr > th.danger,
.old-css .table > thead > tr.danger > td,
.old-css .table > tbody > tr.danger > td,
.old-css .table > tfoot > tr.danger > td,
.old-css .table > thead > tr.danger > th,
.old-css .table > tbody > tr.danger > th,
.old-css .table > tfoot > tr.danger > th {
	background-color: #f2dede;
}

.old-css .table-hover > tbody > tr > td.danger:hover,
.old-css .table-hover > tbody > tr > th.danger:hover,
.old-css .table-hover > tbody > tr.danger:hover > td,
.old-css .table-hover > tbody > tr:hover > .danger,
.old-css .table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}

.old-css .table-responsive {
	min-height: .01%;
	overflow-x: auto;
}

@media screen and (max-width: 767px) {
	.old-css .table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}
	.old-css .table-responsive > .table {
		margin-bottom: 0;
	}
	.old-css .table-responsive > .table > thead > tr > th,
	.old-css .table-responsive > .table > tbody > tr > th,
	.old-css .table-responsive > .table > tfoot > tr > th,
	.old-css .table-responsive > .table > thead > tr > td,
	.old-css .table-responsive > .table > tbody > tr > td,
	.old-css .table-responsive > .table > tfoot > tr > td {
		white-space: nowrap;
	}
	.old-css .table-responsive > .table-bordered {
		border: 0;
	}
	.old-css .table-responsive > .table-bordered > thead > tr > th:first-child,
	.old-css .table-responsive > .table-bordered > tbody > tr > th:first-child,
	.old-css .table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.old-css .table-responsive > .table-bordered > thead > tr > td:first-child,
	.old-css .table-responsive > .table-bordered > tbody > tr > td:first-child,
	.old-css .table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}
	.old-css .table-responsive > .table-bordered > thead > tr > th:last-child,
	.old-css .table-responsive > .table-bordered > tbody > tr > th:last-child,
	.old-css .table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.old-css .table-responsive > .table-bordered > thead > tr > td:last-child,
	.old-css .table-responsive > .table-bordered > tbody > tr > td:last-child,
	.old-css .table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}
	.old-css .table-responsive > .table-bordered > tbody > tr:last-child > th,
	.old-css .table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.old-css .table-responsive > .table-bordered > tbody > tr:last-child > td,
	.old-css .table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0;
	}
}

.old-css .clearfix:before, .old-css .clearfix:after, .old-css .dl-horizontal dd:before, .old-css .dl-horizontal dd:after, .old-css .container:before, .old-css .title_block .title_text:before, .title_block .old-css .title_text:before, .old-css .container:after, .old-css .title_block .title_text:after, .title_block .old-css .title_text:after, .old-css .container-fluid:before, .old-css .container-fluid:after, .old-css .row:before, .old-css .row:after, .old-css .form-horizontal .form-group:before, .old-css .form-horizontal .form-group:after, .old-css .btn-toolbar:before, .old-css .btn-toolbar:after, .old-css .btn-group-vertical > .btn-group:before, .old-css .btn-group-vertical > .btn-group:after, .old-css .nav:before, .old-css .nav:after, .old-css .navbar:before, .old-css .navbar:after, .old-css .navbar-header:before, .old-css .navbar-header:after, .old-css .navbar-collapse:before, .old-css .navbar-collapse:after, .old-css .pager:before, .old-css .pager:after, .old-css .panel-body:before, .old-css .panel-body:after, .old-css .modal-footer:before, .old-css .modal-footer:after {
	display: table;
	content: '';
}

.old-css .cleafix {
	display: none;
}

.old-css .h3 a,
.old-css a {
	color: #589540;
}

.old-css .html-content-component {
	clear: both;
}

.old-css form.search-form label {
	width: calc(100% - 50px);
}

.old-css form.search-form button.search-submit {
	padding: 4px 10px !important;
	font-size: 2rem;
	width: 50px;
}

.old-css form.search-form button.search-submit:hover, .old-css form.search-form button.search-submit:active, .old-css form.search-form button.search-submit:focus {
	background-color: #fec393 !important;
	border-radius: 0;
	padding: 4px 10px !important;
	font-size: 2rem;
	width: 50px;
}

.old-css form.search-form button.search-submit:hover:before, .old-css form.search-form button.search-submit:active:before, .old-css form.search-form button.search-submit:focus:before {
	display: none;
}

.old-css .gform_wrapper form {
	padding: 0.01rem 0 0.5rem 1rem;
	background-color: #f5f7fa;
}

@media screen and (max-width: 767px) {
	.old-css .gform_wrapper form {
		padding: 0.01rem 1rem 0;
	}
}

.old-css .gform_wrapper form .gfield .gfield_label, .old-css .gform_wrapper form .gfield label {
	color: #031b3a;
	font-weight: 400;
}

.old-css .gform_wrapper form .gfield .gfield_label .gfield_required, .old-css .gform_wrapper form .gfield label .gfield_required {
	color: #f38921;
}

.old-css .gform_wrapper form .gfield .ginput_container input, .old-css .gform_wrapper form .gfield .ginput_container select {
	background-color: #fff;
	border: none;
}

.old-css .gform_wrapper form .gfield .ginput_container select {
	height: 50px;
}

.old-css .gform_wrapper form .gfield .ginput_container select:disabled {
	opacity: 0.6;
}

.old-css .gform_wrapper form .gfield .ginput_container .gfield_radio label {
	padding-left: 24px !important;
}

.old-css .gform_wrapper form .gfield .ginput_container .gfield_radio input[type='radio'] {
	margin-top: 3px;
}

.old-css .gform_wrapper form .gfield .ginput_container .gfield_checkbox label {
	padding-left: 24px !important;
}

.old-css .gform_wrapper form .gfield .ginput_container .gfield_checkbox input[type='checkbox'] {
	margin-top: 3px;
}

.old-css .gform_wrapper form .gfield div.charleft {
	color: #777;
}

.old-css .gform_wrapper form input.gform_button {
	font-weight: 700 !important;
	min-width: 300px;
}

@media screen and (max-width: 767px) {
	.old-css .gform_wrapper form input.gform_button {
		min-width: 0;
		width: 100%;
	}
}

.old-css .gv-widgets-header .gv-right:last-child {
	padding-right: 0;
}

.old-css .gv-widgets-header .gv-widget-custom-content p {
	margin: 0 0 5px 0;
	font-weight: 700;
}

.old-css .gv-widget-pagination {
	display: inline-block;
}

.old-css .gv-widget-page-links {
	display: inline-block;
	margin: 0 0 1rem 1rem;
}

.old-css .gv-widget-page-links ul.page-numbers {
	border: 0;
	width: auto;
}

.old-css .gv-widget-page-links ul.page-numbers li .page-numbers {
	padding: 0 0.5em;
	margin: 0;
	height: auto;
}

.old-css .gv-widget-search {
	margin: 20px -1rem 0 0;
}

.old-css .gv-widget-search .gv-search-box {
	margin: 0 0.5rem 0 0;
	min-width: 0;
}

.old-css .gv-widget-search .gv-search-box:last-child {
	margin-right: 0;
}

.old-css .gv-widget-search .gv-search-box.gv-search-box-submit {
	background-color: #f38921;
	display: block;
	position: absolute;
	top: 27px;
	right: 0;
	text-align: right;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: auto;
	min-width: 50px;
}

.old-css .gv-widget-search .gv-search-box.gv-search-box-submit:hover {
	background-color: #fec393;
}

.old-css .gv-widget-search .gv-search-box.gv-search-box-submit:before {
	content: "\f002";
	color: #fff;
	position: absolute;
	z-index: 1;
	font-size: 1.6rem;
	top: 13px;
	right: 14px;
}

.old-css .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-button {
	font-size: 0 !important;
	padding: 12px 20px !important;
	z-index: 2;
	background-color: transparent !important;
}

.old-css .gv-widget-search .gv-search-box.gv-search-field-select p {
	position: relative;
	display: inline;
}

.old-css .gv-widget-search .gv-search-box.gv-search-field-select p:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	pointer-events: none;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	top: 0.5em;
	right: 0.75em;
	border-top: 6px solid #555;
}

.old-css .gv-widget-search .gv-search-box.gv-search-field-select select {
	height: 50px;
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 1px solid #ccc;
}

.old-css .gv-featured-entry, .old-css .alt.gv-featured-entry {
	background-color: #fff;
}

.old-css .product-template-single-product, .old-css .page-template-flexible-content-page, .old-css .page-template-page-products-services, .old-css .page-template-standard-page, .old-css .page-template-page-standards-list {
	/*
   margin-bottom:60px;
   */
}

.old-css .product-template-single-product .gv-widget-search .gv-search-box, .old-css .page-template-flexible-content-page .gv-widget-search .gv-search-box, .old-css .page-template-page-products-services .gv-widget-search .gv-search-box, .old-css .page-template-standard-page .gv-widget-search .gv-search-box, .old-css .page-template-page-standards-list .gv-widget-search .gv-search-box {
	margin-right: -1px;
}

.old-css .product-template-single-product .gv-widget-search .gv-search-box.gv-search-box-submit, .old-css .page-template-flexible-content-page .gv-widget-search .gv-search-box.gv-search-box-submit, .old-css .page-template-page-products-services .gv-widget-search .gv-search-box.gv-search-box-submit, .old-css .page-template-standard-page .gv-widget-search .gv-search-box.gv-search-box-submit, .old-css .page-template-page-standards-list .gv-widget-search .gv-search-box.gv-search-box-submit {
	position: relative;
}

.old-css .product-template-single-product .gv-widget-search .gv-search-box.gv-search-box-submit:hover, .old-css .page-template-flexible-content-page .gv-widget-search .gv-search-box.gv-search-box-submit:hover, .old-css .page-template-page-products-services .gv-widget-search .gv-search-box.gv-search-box-submit:hover, .old-css .page-template-standard-page .gv-widget-search .gv-search-box.gv-search-box-submit:hover, .old-css .page-template-page-standards-list .gv-widget-search .gv-search-box.gv-search-box-submit:hover {
	background-color: #f38921;
}

.old-css .product-template-single-product .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear, .old-css .page-template-flexible-content-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear, .old-css .page-template-page-products-services .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear, .old-css .page-template-standard-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear, .old-css .page-template-page-standards-list .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear, .old-css .product-template-single-product .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:focus, .old-css .page-template-flexible-content-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:focus, .old-css .page-template-page-products-services .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:focus, .old-css .page-template-standard-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:focus, .old-css .page-template-page-standards-list .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:focus, .old-css .product-template-single-product .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover, .old-css .page-template-flexible-content-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover, .old-css .page-template-page-products-services .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover, .old-css .page-template-standard-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover, .old-css .page-template-page-standards-list .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover, .old-css .product-template-single-product .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:active, .old-css .page-template-flexible-content-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:active, .old-css .page-template-page-products-services .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:active, .old-css .page-template-standard-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:active, .old-css .page-template-page-standards-list .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:active {
	background-color: transparent !important;
	border-radius: 0;
	display: block !important;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 70px;
	right: 3px;
}

.old-css .product-template-single-product .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover:before, .old-css .page-template-flexible-content-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover:before, .old-css .page-template-page-products-services .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover:before, .old-css .page-template-standard-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover:before, .old-css .page-template-page-standards-list .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover:before, .old-css .product-template-single-product .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:focus:hover:before, .old-css .page-template-flexible-content-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:focus:hover:before, .old-css .page-template-page-products-services .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:focus:hover:before, .old-css .page-template-standard-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:focus:hover:before, .old-css .page-template-page-standards-list .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:focus:hover:before, .old-css .product-template-single-product .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover:hover:before, .old-css .page-template-flexible-content-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover:hover:before, .old-css .page-template-page-products-services .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover:hover:before, .old-css .page-template-standard-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover:hover:before, .old-css .page-template-page-standards-list .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover:hover:before, .old-css .product-template-single-product .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:active:hover:before, .old-css .page-template-flexible-content-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:active:hover:before, .old-css .page-template-page-products-services .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:active:hover:before, .old-css .page-template-standard-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:active:hover:before, .old-css .page-template-page-standards-list .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:active:hover:before, .old-css .product-template-single-product .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:focus:before, .old-css .page-template-flexible-content-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:focus:before, .old-css .page-template-page-products-services .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:focus:before, .old-css .page-template-standard-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:focus:before, .old-css .page-template-page-standards-list .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:focus:before, .old-css .product-template-single-product .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:focus:focus:before, .old-css .page-template-flexible-content-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:focus:focus:before, .old-css .page-template-page-products-services .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:focus:focus:before, .old-css .page-template-standard-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:focus:focus:before, .old-css .page-template-page-standards-list .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:focus:focus:before, .old-css .product-template-single-product .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover:focus:before, .old-css .page-template-flexible-content-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover:focus:before, .old-css .page-template-page-products-services .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover:focus:before, .old-css .page-template-standard-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover:focus:before, .old-css .page-template-page-standards-list .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover:focus:before, .old-css .product-template-single-product .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:active:focus:before, .old-css .page-template-flexible-content-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:active:focus:before, .old-css .page-template-page-products-services .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:active:focus:before, .old-css .page-template-standard-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:active:focus:before, .old-css .page-template-page-standards-list .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:active:focus:before, .old-css .product-template-single-product .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:active:before, .old-css .page-template-flexible-content-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:active:before, .old-css .page-template-page-products-services .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:active:before, .old-css .page-template-standard-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:active:before, .old-css .page-template-page-standards-list .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:active:before, .old-css .product-template-single-product .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:focus:active:before, .old-css .page-template-flexible-content-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:focus:active:before, .old-css .page-template-page-products-services .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:focus:active:before, .old-css .page-template-standard-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:focus:active:before, .old-css .page-template-page-standards-list .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:focus:active:before, .old-css .product-template-single-product .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover:active:before, .old-css .page-template-flexible-content-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover:active:before, .old-css .page-template-page-products-services .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover:active:before, .old-css .page-template-standard-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover:active:before, .old-css .page-template-page-standards-list .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover:active:before, .old-css .product-template-single-product .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:active:active:before, .old-css .page-template-flexible-content-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:active:active:before, .old-css .page-template-page-products-services .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:active:active:before, .old-css .page-template-standard-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:active:active:before, .old-css .page-template-page-standards-list .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:active:active:before {
	display: none;
}

.old-css .product-template-single-product .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear, .old-css .page-template-flexible-content-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear, .old-css .page-template-page-products-services .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear, .old-css .page-template-standard-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear, .old-css .page-template-page-standards-list .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear {
	height: 20px;
	margin-right: -4px;
}

.old-css .product-template-single-product .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover, .old-css .page-template-flexible-content-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover, .old-css .page-template-page-products-services .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover, .old-css .page-template-standard-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover, .old-css .page-template-page-standards-list .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover {
	right: 0;
}

.old-css .product-template-single-product .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-button:hover, .old-css .page-template-flexible-content-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-button:hover, .old-css .page-template-page-products-services .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-button:hover, .old-css .page-template-standard-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-button:hover, .old-css .page-template-page-standards-list .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-button:hover, .old-css .product-template-single-product .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-button:focus, .old-css .page-template-flexible-content-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-button:focus, .old-css .page-template-page-products-services .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-button:focus, .old-css .page-template-standard-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-button:focus, .old-css .page-template-page-standards-list .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-button:focus, .old-css .product-template-single-product .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-button:active, .old-css .page-template-flexible-content-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-button:active, .old-css .page-template-page-products-services .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-button:active, .old-css .page-template-standard-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-button:active, .old-css .page-template-page-standards-list .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-button:active {
	border-color: #f38921 !important;
}

.old-css .product-template-single-product .gv-widget-search .gv-search-box.gv-search-field-search_all, .old-css .page-template-flexible-content-page .gv-widget-search .gv-search-box.gv-search-field-search_all, .old-css .page-template-page-products-services .gv-widget-search .gv-search-box.gv-search-field-search_all, .old-css .page-template-standard-page .gv-widget-search .gv-search-box.gv-search-field-search_all, .old-css .page-template-page-standards-list .gv-widget-search .gv-search-box.gv-search-field-search_all {
	flex-grow: 1;
}

.old-css .print-button {
	color: #1c1c1c;
	cursor: pointer;
	margin-top: 20px;
	margin-left: 0;
	font-size: 1rem;
	margin-right: -0.9rem;
}

.old-css .print-button i {
	font-size: 1.5rem;
	margin-left: 0.5rem;
}

.old-css .gv-container .gv-table-view.greenseal {
	border: 0;
}

.old-css .gv-container .gv-table-view.greenseal tbody td {
	border-color: #e6e9ed;
	border-width: 0 0 1px 0;
}

.old-css .gv-container .gv-table-view.greenseal tfoot {
	display: none;
}

.old-css .gv-container .gv-table-view.greenseal tr {
	border: 1px solid #e6e9ed;
	margin: 0.5rem 0;
	padding: 1rem;
}

.old-css .gv-container .gv-table-view.greenseal tr th {
	border-width: 0 0 1px 0;
}

.old-css .gv-container .gv-table-view.greenseal tr th.mfg-logo .gv-field-label {
	display: none;
}

.old-css .gv-container .gv-table-view.greenseal tr td {
	height: 12em;
}

.old-css .gv-container .gv-table-view.greenseal tr td .gv-image {
	margin: 0 auto;
	height: auto;
}

.old-css .gv-container .gv-table-view.greenseal tr td.mfg-logo {
	margin: 0 auto;
	max-height: 100px;
	padding: 1rem;
	width: auto;
}

.old-css .gv-container .gv-table-view.greenseal tr td.short {
	height: 6em;
}

.old-css .gv-container .gv-table-view.greenseal #gv-field-13-5, .old-css .gv-container .gv-table-view.greenseal #gv-field-10-5 {
	padding-right: 1rem;
}

.old-css .gv-container.gv-list-container .gv-list-view {
	padding: 1rem 0;
	align-items: center;
	min-height: 12em;
}

.old-css body.page-template-standard-page .site-content, .old-css body.page-template-page-standards-list .site-content {
	margin-top: 0;
	padding-top: 0;
}

.old-css body.page-template-standard-page .gv-widgets-header .gv-grid-col-1-2.gv-left, .old-css body.page-template-page-standards-list .gv-widgets-header .gv-grid-col-1-2.gv-left {
	width: 33.33333%;
}

.old-css body.page-template-standard-page .gv-widgets-header .gv-grid-col-1-2.gv-right, .old-css body.page-template-page-standards-list .gv-widgets-header .gv-grid-col-1-2.gv-right {
	text-align: left;
	width: 66.66667%;
}

.old-css .gv-list-container {
	display: flex;
	flex-direction: column;
}

.old-css .gv-list-container .gv-list-view {
	padding: 1rem;
	border: 1px solid #e6e9ed;
	display: flex;
	border-width: 1px 0 0 0;
	margin-bottom: 0;
}

.old-css .gv-list-container .gv-list-view .gv-list-view-content {
	padding: 0;
	width: 100%;
}

.old-css .gv-list-container .gv-list-view .gv-list-view-content .standard, .old-css .gv-list-container .gv-list-view .gv-list-view-content .standard-name {
	display: inline-block;
}

.old-css .gv-list-container .gv-list-view .gv-list-view-content .standard {
	font-weight: 700;
	margin-right: 5px;
}

.old-css .gv-list-container .gv-list-view .gv-list-view-content .gv-list-view-content-image {
	padding-bottom: 0;
}

.old-css .gv-list-container .gv-list-view .gv-list-view-title {
	border-bottom: 0;
	padding: 0;
}

.old-css .gv-list-container .gv-list-view.standard-detail {
	border: 0;
	margin: 2rem 0;
	padding: 0;
}

.old-css .gv-list-container .gv-list-view.standard-detail .product-image {
	margin-bottom: 2rem;
}

.old-css .gv-list-container .gv-list-view.standard-detail .product-image img {
	margin: auto;
}

.old-css .gv-back-link.text-pagination {
	cursor: pointer;
}

.old-css body.product-template-single-product .site-content {
	margin-top: 0;
	padding-top: 0;
}

.old-css .gv-diy-container {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}

.old-css .gv-diy-container .gv-diy-view.greenseal {
	padding: 1rem;
	border: 1px solid #e6e9ed;
	display: flex;
	flex-direction: row;
	width: 100%;
	margin: 0 0 1rem;
	align-self: stretch;
	justify-content: left;
	text-align: left;
}

.old-css .gv-diy-container .gv-diy-view.greenseal .product-image {
	margin-bottom: 0;
	width: 33.3%;
}

.old-css .gv-diy-container .gv-diy-view.greenseal .product-image img {
	margin: 0;
	max-height: 150px;
	max-width: 100%;
	width: auto;
}

.old-css .gv-diy-container .gv-diy-view.greenseal .product-name {
	margin: 0;
	width: 33.3%;
}

.old-css .gv-diy-container .gv-diy-view.greenseal .mfg-name {
	margin: 0;
	width: 33.3%;
}

.old-css .gv-diy-container .gv-diy-view.greenseal .mfg-logo img {
	margin: auto;
	max-height: 50px;
	max-width: 100%;
	width: auto;
}

.old-css .gv-diy-container .gv-diy-view.greenseal:hover {
	border-color: #a3e057;
}

.old-css .gv-diy-view.greenseal.product-detail {
	margin-top: 2rem;
}

@media screen and (max-width: 767px) {
	.old-css {
		/* TABLE */
	}
	.old-css .gv-widget-pagination {
		display: inline-block;
		margin: 3rem 1rem 0 0;
	}
	.old-css .gv-widget-page-links {
		display: inline-block;
		margin: 1rem 0;
	}
	.old-css .gv-widget-page-links ul.page-numbers li .page-numbers {
		width: 38px;
	}
	.old-css .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-button {
		width: auto;
	}
	.old-css .gv-widget-search .gv-search-box.gv-search-field-select {
		margin-bottom: 15px;
	}
	.old-css .page-template-standard-page .gv-widgets-header .gv-right, .old-css .page-template-page-standards-list .gv-widgets-header .gv-right {
		display: none;
	}
	.old-css .page-template-standard-page .gv-list-view-content .gv-list-view-content-description, .old-css .page-template-page-standards-list .gv-list-view-content .gv-list-view-content-description {
		padding-right: 0;
	}
	.old-css .page-template-standard-page .gv-list-view-content .gv-list-view-content-image, .old-css .page-template-page-standards-list .gv-list-view-content .gv-list-view-content-image {
		max-width: 100%;
	}
	.old-css .gv-field-label {
		font-size: 0.8rem;
		line-height: 0.8rem;
		left: 11px;
		word-break: break-word;
		position: relative;
	}
	.old-css .gv-field-label a.gv-sort {
		position: absolute;
		top: 4px;
		left: -11px;
	}
	.old-css .gv-container .gv-table-view.greenseal .mfg-logo, .old-css .gv-container .gv-table-view.greenseal .product-image {
		display: none;
	}
	.old-css .gv-container .gv-table-view.greenseal td {
		font-size: 0.75rem;
		line-height: 1rem;
		padding: 0.2em;
		word-break: break-word;
	}
	.old-css .print-button {
		float: right;
		margin-bottom: 1rem;
	}
	.old-css .product-template-single-product .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear, .old-css .page-template-flexible-content-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear, .old-css .page-template-page-products-services .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear, .old-css .page-template-standard-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear, .old-css .page-template-page-standards-list .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear, .old-css .product-template-single-product .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:focus, .old-css .page-template-flexible-content-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:focus, .old-css .page-template-page-products-services .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:focus, .old-css .page-template-standard-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:focus, .old-css .page-template-page-standards-list .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:focus, .old-css .product-template-single-product .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover, .old-css .page-template-flexible-content-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover, .old-css .page-template-page-products-services .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover, .old-css .page-template-standard-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover, .old-css .page-template-page-standards-list .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:hover, .old-css .product-template-single-product .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:active, .old-css .page-template-flexible-content-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:active, .old-css .page-template-page-products-services .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:active, .old-css .page-template-standard-page .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:active, .old-css .page-template-page-standards-list .gv-widget-search .gv-search-box.gv-search-box-submit .gv-search-clear:active {
		display: none !important;
	}
}

.old-css body:not(.home) .wrapper.page-inner-title {
	margin-top: 0;
}

.old-css .hero-component {
	display: flex;
	align-items: center;
	padding: 0;
	position: relative;
}

.old-css .hero-component.flexible-hero {
	float: none;
	width: 100%;
}

.old-css .hero-component .hero-image {
	min-height: 600px;
	background-size: cover;
	background-position: center;
	position: relative;
	width: 100vw;
}

.old-css .hero-component .hero-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	text-align: center;
	z-index: 10;
}

.old-css .hero-component .hero-content h1 {
	margin: 0;
	padding: 0;
	font-size: 3.75rem;
	font-weight: 700;
	color: #fff !important;
	text-decoration: none;
	line-height: 4rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	opacity: 1;
}

.old-css .hero-component .hero-content h2 {
	color: #fff !important;
	font-family: 'PT Sans', sans-serif !important;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2rem;
	letter-spacing: 0;
	margin: 2rem 0;
	text-transform: none;
}

.old-css .hero-component .btn.cta-btn {
	font-size: 1.5rem !important;
	padding: 1rem 5rem;
}

.old-css .hero-component.wrapper.page-inner-title {
	margin-top: 104px;
}

@media screen and (max-width: 991px) {
	.old-css .hero-component.wrapper.page-inner-title {
		margin-top: 79px;
	}
}

@media screen and (max-width: 767px) {
	.old-css .hero-component {
		padding: 0 1rem;
	}
	.old-css .hero-component.flexible-hero {
		width: 100vw;
		margin-left: -50vw;
		margin-right: 50vw;
		left: 50%;
		right: 0;
		position: relative;
		padding: 0;
	}
	.old-css .hero-component .hero-image {
		min-height: 550px;
	}
	.old-css .hero-component .hero-content h1 {
		font-size: 1.75rem;
		line-height: 1.75rem;
	}
	.old-css .hero-component .hero-content h2 {
		font-size: 1.125rem;
		line-height: 1.5rem;
		margin: 2rem 0;
	}
	.old-css .hero-component .hero-content .btn.cta-btn {
		padding: 1rem 2rem;
	}
	.old-css .hero-component.wrapper.page-inner-title {
		margin-top: 0;
	}
}

.old-css .featured-content-component {
	display: flex;
	align-items: center;
	padding: 0;
	position: relative;
	text-align: center;
}

.old-css .featured-content-component a {
	color: #1c1c1c !important;
}

.old-css .featured-content-component a:hover {
	color: #1c1c1c !important;
	text-decoration: none !important;
}

.old-css .featured-content-component .featured-content-block {
	background-size: cover;
	cursor: default;
	overflow: hidden;
	margin-bottom: 2rem;
	padding: 1rem;
	position: relative;
}

.old-css .featured-content-component .featured-content-block.has-link:hover {
	background-color: #f5f7fa !important;
	cursor: pointer;
}

.old-css .featured-content-component .featured-content-block.has-link:hover .featured-content-title, .old-css .featured-content-component .featured-content-block.has-link:hover .featured-content-description {
	color: #1c1c1c !important;
}

.old-css .featured-content-component .featured-content-image {
	margin: auto;
	position: relative;
	z-index: 10;
}

.old-css .featured-content-component .featured-content-image img {
	height: 100px;
	width: auto;
}

.old-css .featured-content-component .featured-content-title {
	color: #031b3a;
	font-family: 'Cabin', sans-serif !important;
	font-size: 1.25rem;
	letter-spacing: 1px;
	margin: 1rem 0 0.5rem;
	position: relative;
	text-transform: uppercase;
	z-index: 10;
}

.old-css .featured-content-component .featured-content-description {
	position: relative;
	z-index: 10;
}

@media screen and (max-width: 767px) {
	.old-css .featured-content-component {
		display: block;
	}
	.old-css .featured-content-component .flex-card-container {
		display: block;
	}
}

.old-css .highlighted-content-component {
	padding: 0;
	position: relative;
	overflow: hidden;
}

.old-css .highlighted-content-component .highlighted-content-container {
	position: relative;
}

.old-css .highlighted-content-component .highlighted-content-container .highlighted-content-sidebar {
	position: relative;
	z-index: 10;
}

.old-css .highlighted-content-component .highlighted-content-container .highlighted-content {
	position: relative;
	z-index: 10;
}

.old-css .highlighted-content-sidebar img {
	max-width: 100%;
	height: auto;
}

.old-css .highlighted-content-component .highlighted-content-container .highlighted-content .btn {
	display: inline-block;
	margin-top: 1rem;
}

@media screen and (max-width: 767px) {
	.old-css .highlighted-content-component {
		width: 100vw;
	}
	.old-css .highlighted-content-component .row {
		margin: 0;
	}
	.old-css .highlighted-content-component .row .col-xs-12 {
		padding: 0;
		width: 100vw;
	}
	.old-css .highlighted-content-component .container, .old-css .highlighted-content-component .title_block .title_text, .title_block .old-css .highlighted-content-component .title_text {
		padding: 0;
	}
	.old-css .highlighted-content-component .highlighted-content-container .highlighted-content-sidebar img {
		margin: 0;
		width: 100vw;
		max-width: none;
	}
	.old-css .highlighted-content-component .highlighted-content-container .highlighted-content {
		padding: 1rem !important;
	}
}

.old-css .parallax-component {
	float: none;
	position: relative;
	width: 100%;
}

.old-css .parallax-component.wrap-highlight {
	background-color: #fff;
}

.old-css .parallax-component .parallax-content-container {
	max-width: 100%;
	padding: 2rem;
	position: relative;
	text-align: center;
	z-index: 10;
}

.old-css .parallax-component .parallax-content-container h2 {
	color: #fff !important;
	margin-bottom: 1rem;
}

.old-css .parallax-component .parallax-content-container .btn.hollow {
	border-color: #fff !important;
	color: #fff !important;
	font-size: 1.25rem;
	margin: 0 0.45rem 1rem;
	min-width: 33%;
}

.old-css .parallax-component .parallax-content-container .btn:hover {
	background-color: rgba(255, 255, 255, 0.4) !important;
}

.old-css .parallax-component .parallax-content-container .parallax-content {
	color: #fff !important;
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
	.old-css .parallax-component {
		/* Buttons */
	}
	.old-css .parallax-component button.btn.hollow {
		display: block;
		margin: 0 auto 1rem !important;
		padding: 1rem 2rem;
	}
}

.old-css .blog-feed-component {
	position: relative;
}

.old-css .blog-feed-component a, .old-css .blog-feed-component a:hover {
	text-decoration: none !important;
}

.old-css .blog-feed-component a .single-thumb-container, .old-css .blog-feed-component a:hover .single-thumb-container {
	border: 1px solid #e6e9ed;
	margin-bottom: 1rem;
}

.old-css .blog-feed-component a .single-thumb-container .single-thumb-inner, .old-css .blog-feed-component a:hover .single-thumb-container .single-thumb-inner {
	margin: 0;
}

.old-css .blog-feed-component a .single-thumb-container .single-thumb-inner .single-thumb-image, .old-css .blog-feed-component a:hover .single-thumb-container .single-thumb-inner .single-thumb-image {
	width: 100%;
}

.old-css .blog-feed-component a .single-thumb-container .single-thumb-inner .single-thumb-image img, .old-css .blog-feed-component a:hover .single-thumb-container .single-thumb-inner .single-thumb-image img {
	min-width: 100%;
}

.old-css .blog-feed-component a .single-thumb-container .single-thumb-content, .old-css .blog-feed-component a:hover .single-thumb-container .single-thumb-content {
	color: #031b3a;
	padding: 1rem;
}

.old-css .blog-feed-component a .single-thumb-container .single-thumb-content p, .old-css .blog-feed-component a:hover .single-thumb-container .single-thumb-content p {
	margin-bottom: 0;
}

.old-css .blog-feed-component a .single-thumb-container .single-thumb-content .date, .old-css .blog-feed-component a:hover .single-thumb-container .single-thumb-content .date {
	font-size: 0.875rem;
	font-style: italic;
}

.old-css .blog-feed-component a .single-thumb-container .single-thumb-content h3, .old-css .blog-feed-component a:hover .single-thumb-container .single-thumb-content h3 {
	font-size: 1.25rem;
	margin: 0.5rem 0;
}

.old-css .blog-feed-component a .single-thumb-container:hover, .old-css .blog-feed-component a:hover .single-thumb-container:hover {
	background-color: #f5f7fa;
}

@media screen and (max-width: 767px) {
	.old-css .blog-feed-component .single-thumb-container {
		margin-bottom: 2rem;
	}
	.old-css .blog-feed-component .single-thumb-container .single-thumb-inner .single-thumb-image {
		margin: 0;
		width: 100%;
	}
	.old-css .blog-feed-component .single-thumb-container .single-thumb-inner .single-thumb-image img {
		min-width: 100%;
	}
	.old-css .blog-feed-component .single-thumb-container .single-thumb-content {
		text-align: left;
	}
}

.old-css .statistics-component {
	position: relative;
}

.old-css .statistics-component .statistics-container {
	display: flex;
	justify-content: center;
}

.old-css .statistics-component .statistics-container .statistics-block {
	letter-spacing: 1px;
	margin-bottom: 1rem;
	text-align: center;
}

.old-css .statistics-component .statistics-container .statistics-block .statistics-number {
	color: #a3e057;
	display: inline-block;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 0.5rem 0 1rem;
}

.old-css .statistics-component .statistics-container .statistics-block .appended-text {
	color: #a3e057;
	display: inline-block;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 1px;
}

.old-css .statistics-component .statistics-container .statistics-block .statistics-image {
	margin: 0 0 0.5rem;
}

.old-css .statistics-component .statistics-container .statistics-block .statistics-image img {
	height: 84px;
	margin: auto;
	width: auto;
}

@media screen and (max-width: 1199px) {
	.old-css .statistics-component .statistics-container {
		display: block;
	}
}

.old-css .accordion-component {
	position: relative;
}

.old-css .accordion-component .accordion .accordion-group.panel {
	box-shadow: none;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
}

.old-css .accordion-component .accordion .accordion-group.panel .accordion-heading {
	background-color: #f5f7fa;
	border: 1px solid #e6e9ed;
}

.old-css .accordion-component .accordion .accordion-group.panel .accordion-heading a.accordion-toggle {
	color: #031b3a !important;
	cursor: pointer;
	display: block;
	font-size: 1.125rem;
	padding: 0.5rem;
	position: relative;
	width: 100%;
}

.old-css .accordion-component .accordion .accordion-group.panel .accordion-heading a.accordion-toggle:hover {
	text-decoration: none !important;
}

.old-css .accordion-component .accordion .accordion-group.panel .accordion-heading a.accordion-toggle:after {
	content: '\f0d7';
	color: #031b3a;
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 0.6rem;
	right: 1rem;
}

.old-css .accordion-component .accordion .accordion-group.panel .accordion-heading a.accordion-toggle.collapsed:after {
	content: '\f0da';
}

.old-css .accordion-component .accordion .accordion-group.panel .accordion-body .accordion-inner {
	padding: 1rem;
}

.old-css .testimonials-component {
	min-height: 400px;
	padding: 0;
	position: relative;
	width: 100%;
}

.old-css .testimonials-component.wrap-testimonial {
	background-color: #fff;
}

.old-css .testimonials-component .evision-main-slider {
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 400px;
	z-index: 10;
}

.old-css .testimonials-component .evision-main-slider .cycle-slideshow {
	position: initial !important;
}

.old-css .testimonials-component .evision-main-slider .slide-item {
	background-position: center;
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 400px;
}

.old-css .testimonials-component .evision-main-slider .slide-item .evision-slider-content {
	color: #fff;
	padding: 5% 2rem 0;
	position: relative;
	z-index: 10;
}

.old-css .testimonials-component .evision-main-slider .slide-item .evision-slider-content .content-text {
	font-size: 1.5rem;
	padding-left: 40px;
	text-align: left;
}

.old-css .testimonials-component .evision-main-slider .slide-item .evision-slider-content .content-text:before {
	content: '"';
	font-size: 100px;
	position: absolute;
	top: 24px;
	left: 0;
}

.old-css .testimonials-component .evision-main-slider .slide-item .evision-slider-content .testimonial-name {
	font-weight: 700;
	font-size: 1.25rem;
	text-align: right;
}

.old-css .testimonials-component .evision-main-slider .slide-item .evision-slider-content .testimonial-byline {
	font-size: 1rem;
	font-style: italic;
	text-align: right;
}

.old-css .testimonials-component #bizlight-sub-pager {
	bottom: 3rem;
	padding: 0;
}

.old-css .testimonials-component #bizlight-sub-pager span {
	border: 1px solid #a3e057;
	opacity: 0.8;
	color: inherit !important;
	border-radius: 0;
	width: 5%;
}

.old-css .testimonials-component #bizlight-sub-pager span.cycle-pager-active, .old-css .testimonials-component #bizlight-sub-pager span:hover {
	background-color: #a3e057;
}

.old-css .testimonials-component .component-title {
	position: relative;
	z-index: 100;
	top: 2rem;
	width: 100%;
}

.old-css .testimonials-component .title-divider {
	position: relative;
	z-index: 100;
}

.old-css .testimonials-component .controls #bizlight-prev, .old-css .testimonials-component .controls #bizlight-next {
	background-color: #fff;
	border-radius: 4px;
	color: #031b3a !important;
	font-size: 2rem;
	opacity: 0.6;
	padding: 0.5rem 1rem;
}

.old-css .testimonials-component .controls #bizlight-prev {
	float: left;
	margin-left: 1rem;
}

.old-css .testimonials-component .controls #bizlight-next {
	float: right;
	margin-right: 1rem;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.old-css .testimonials-component .evision-main-slider .slide-item .evision-slider-content .container, .old-css .testimonials-component .evision-main-slider .slide-item .evision-slider-content .title_block .title_text, .title_block .old-css .testimonials-component .evision-main-slider .slide-item .evision-slider-content .title_text {
		width: auto;
		margin-top: 2rem;
	}
	.old-css .testimonials-component .evision-main-slider .slide-item .evision-slider-content .container .content-text, .old-css .testimonials-component .evision-main-slider .slide-item .evision-slider-content .title_block .title_text .content-text, .title_block .old-css .testimonials-component .evision-main-slider .slide-item .evision-slider-content .title_text .content-text {
		font-size: 1.25rem;
	}
	.old-css .testimonials-component .evision-main-slider .slide-item .evision-slider-content .container .testimonial-name, .old-css .testimonials-component .evision-main-slider .slide-item .evision-slider-content .title_block .title_text .testimonial-name, .title_block .old-css .testimonials-component .evision-main-slider .slide-item .evision-slider-content .title_text .testimonial-name {
		font-size: 1rem;
	}
}

@media screen and (max-width: 767px) {
	.old-css .testimonials-component {
		min-height: 475px;
	}
	.old-css .testimonials-component .evision-main-slider {
		min-height: 475px;
	}
	.old-css .testimonials-component .evision-main-slider .slide-item .evision-slider-content {
		padding: 40px 1rem 0;
	}
	.old-css .testimonials-component .evision-main-slider .slide-item .evision-slider-content .container .content-text, .old-css .testimonials-component .evision-main-slider .slide-item .evision-slider-content .title_block .title_text .content-text, .title_block .old-css .testimonials-component .evision-main-slider .slide-item .evision-slider-content .title_text .content-text {
		font-size: 1.25rem;
	}
	.old-css .testimonials-component .evision-main-slider .slide-item .evision-slider-content .container .content-text:before, .old-css .testimonials-component .evision-main-slider .slide-item .evision-slider-content .title_block .title_text .content-text:before, .title_block .old-css .testimonials-component .evision-main-slider .slide-item .evision-slider-content .title_text .content-text:before {
		top: -29px;
	}
	.old-css .testimonials-component .evision-main-slider .slide-item .evision-slider-content .container .testimonial-name, .old-css .testimonials-component .evision-main-slider .slide-item .evision-slider-content .title_block .title_text .testimonial-name, .title_block .old-css .testimonials-component .evision-main-slider .slide-item .evision-slider-content .title_text .testimonial-name {
		font-size: 1rem;
	}
	.old-css .testimonials-component #bizlight-sub-pager {
		bottom: 1rem;
		padding-right: 0;
	}
	.old-css .testimonials-component #bizlight-sub-pager span {
		width: 20%;
	}
}

.old-css .biographies-component {
	position: relative;
	text-align: center;
}

.old-css .biographies-component .biography-container .biography-image {
	margin-bottom: 1rem;
}

.old-css .biographies-component .biography-container .biography-name h3 {
	color: #a3e057 !important;
}

.old-css .biographies-component .biography-container .biography-title {
	font-weight: 700;
}

.old-css .biographies-component .biography-container .biography-description {
	border-top: 3px solid #a3e057;
	margin-top: 1rem;
	padding-top: 1rem;
	text-align: left;
}

@media print {
	.old-css .gv-table-view.greenseal .gv-sort, .old-css .gv-table-view.greenseal tfoot {
		display: none;
	}
	.old-css .gv-table-view.greenseal a:after {
		content: '';
	}
	.old-css .gv-table-view.greenseal a[href]:after {
		content: none !important;
	}
}

@media screen and (max-width: 767px) {
	.old-css .html-content-component {
		padding: 0 15px;
		margin: 0 auto;
		width: 96%;
	}
}

.old-css html {
	font-size: 16px;
}

.old-css body, .old-css input, .old-css select, .old-css textarea {
	font: 400 16px/22px 'PT Sans', sans-serif !important;
	-webkit-font-smoothing: antialiased;
}

.old-css body {
	background-color: #fff;
	font-family: 'PT Sans', sans-serif !important;
	color: #1c1c1c;
	letter-spacing: 0;
}

.old-css body p {
	margin-bottom: 1rem;
}

.old-css h1, .old-css h2, .old-css h3, .old-css h4, .old-css h5, .old-css h6 {
	font-family: 'Cabin', sans-serif !important;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0 0 0.5rem 0;
}

.old-css h2 {
	line-height: 1.25;
}

.old-css h4 {
	margin-bottom: 1rem;
}

.old-css h1, .old-css h1.entry-title {
	color: #031b3a;
	font-size: 3rem;
	text-transform: none;
}

.old-css body #page .site-content {
	padding: 0 1rem;
}

.old-css body.single #page .site-content #primary #main.site-main article a, .old-css a, .old-css body h3 a, .old-css body h4 a, .old-css .pseudo-link {
	text-decoration: none;
}

.old-css body.single #page .site-content #primary #main.site-main article a:hover, .old-css a:hover, .old-css body h3 a:hover, .old-css body h4 a:hover, .old-css .pseudo-link:hover {
	cursor: pointer;
}

.old-css body.single #page .site-content #primary #main.site-main article a {
	text-decoration-color: transparent !important;
}

.old-css body.single #page .site-content #primary #main.site-main article a:hover {
	text-decoration-color: #487a35 !important;
}

.old-css a.no-underline, .old-css a.no-underline:hover, .old-css a.no-underline:active, .old-css a.no-underline:focus {
	text-decoration: none !important;
}

.old-css .title-divider {
	background-color: #a3e057;
	height: 3px;
	margin: 1rem auto;
	width: 70px;
}

.old-css .title-divider.left {
	margin: 1rem 0;
}

.old-css .light-text {
	color: smartscale(#1c1c1c, 60%);
}

.old-css .bold {
	font-weight: 600;
}

.old-css .italic {
	font-style: italic;
}

.old-css .x-small {
	font-size: 0.75rem;
}

.old-css .expand {
	width: 100%;
}

.old-css .mb-2 {
	margin-bottom: 1rem !important;
}

.old-css .mt-2 {
	margin-top: 1rem !important;
}

.old-css button:hover, .old-css .card-item {
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.old-css .text-divider {
	margin: 0 8px;
}

.old-css button.btn, .old-css body input[type="submit"] {
	border: 2px solid #a3e057;
	border-radius: 0;
	font-family: 'PT Sans', sans-serif !important;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	padding: 0.75rem 1rem;
	text-transform: uppercase;
	white-space: normal;
}

.old-css button.btn.cta-btn, .old-css body input[type="submit"].cta-btn {
	background-color: #f38921 !important;
	border-color: #f38921;
	color: #fff !important;
}

.old-css button.btn.cta-btn:hover, .old-css body input[type="submit"].cta-btn:hover {
	background-color: #fec393 !important;
	border-color: #fec393;
}

.old-css button.btn.hollow, .old-css body input[type="submit"].hollow {
	background-color: transparent !important;
	border-color: #f38921;
	color: #f38921 !important;
}

.old-css button.btn.hollow:hover, .old-css body input[type="submit"].hollow:hover, .old-css button.btn.hollow.active, .old-css body input[type="submit"].hollow.active, .old-css button.btn.hollow.focus, .old-css body input[type="submit"].hollow.focus {
	background-color: #fec393 !important;
	border-color: #f38921;
}

.old-css button.btn:before, .old-css body input[type="submit"]:before {
	display: none;
}

.old-css body .page-inner-title {
	background-color: #f5f7fa;
}

.old-css body .page-inner-title .page-header {
	text-align: left;
}

.old-css .page-template-flexible-content-page .page-inner-title {
	background-image: none;
}

.old-css .page-anchor {
	visibility: hidden;
	top: -135px;
	position: relative;
}

.old-css section {
	margin: 0 0 4rem;
}

.old-css .card-gray {
	background-color: #f5f7fa;
	padding: 1rem;
}

.old-css .card-border {
	border: 1px solid #e6e9ed;
}

.old-css .card-item {
	border: 1px solid #e6e9ed;
	border-radius: 4px;
	box-sizing: border-box;
	position: relative;
}

.old-css .card-item .bottom-content {
	position: relative;
	bottom: 1rem;
	padding: 1rem;
}

.old-css .card-item:hover {
	background-color: #f5f7fa;
}

.old-css .card-item p:last-child {
	margin-bottom: 0;
}

.old-css .cta-button-container {
	margin: 1rem 0;
}

.old-css .flex-card-container {
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.old-css .flex-card-container .flex-card {
	align-self: flex-start;
}

.old-css .flex-card-container .flex-end {
	align-self: flex-end;
}

.old-css .row:before, .old-css .row:after {
	width: 0;
}

.old-css ol {
	line-height: 1.75rem;
	list-style-position: initial;
	margin-left: 40px;
}

.old-css ul {
	line-height: 1.75rem;
	list-style-position: initial;
	margin-left: 40px;
}

.old-css ul.inline-list {
	list-style-type: none;
	display: inline;
	margin-left: 0;
}

.old-css ul.inline-list li {
	display: inline;
}

.old-css ul.inline-list li:after {
	content: ', ';
	margin-left: -2px;
}

.old-css ul.inline-list li:last-child:after {
	content: none;
}

.old-css ul.unstyled {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.old-css ul.unstyled li {
	margin: 0.5rem 0;
}

.old-css ul ul, .old-css ol ul, .old-css ul ol, .old-css ol ol {
	margin-left: 40px;
}

.old-css ul ul, .old-css ol ul {
	list-style-type: disc;
}

.old-css .solid-container {
	background-color: #f7f7f7;
	padding: 1rem;
}

.old-css .sidebar {
	border: 1px solid #e6e9ed;
	padding: 1rem 1rem 1rem 2rem;
}

.old-css form.search-form label {
	display: inline-block;
}

.old-css form.search-form .search-submit, .old-css form.search-form .search-submit:hover {
	background-color: #f38921 !important;
	border: 0 !important;
	display: inline-block;
	height: 42px;
	width: 115px;
	margin: 0 0 0 -5px;
	padding: 10px 12px !important;
}

.old-css .component-title {
	color: #1c1c1c;
	font-family: 'Cabin', sans-serif !important;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.75rem;
	text-align: center;
	text-transform: uppercase;
}

.old-css .component-description {
	font-size: 1.125rem;
	line-height: 1.5rem;
	margin: 0.5rem 0 2rem;
	text-align: center;
}

.old-css .evision-social-section.social-group-nav a, .old-css .evision-social-section.social-group-nav a:hover {
	background-color: transparent;
	border: 0;
	margin: 0;
	text-align: left;
	width: 60px;
}

.old-css .evision-social-section.social-group-nav a[href*=".com"]:before, .old-css .evision-social-section.social-group-nav a[href*=".org"]:before {
	color: #4c596f;
	font-size: 1.75rem;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.old-css .evision-social-section.social-group-nav a[href*="youtube.com"]:before {
	content: "\f16a";
}

.old-css a[href*="youtube.com"]:before {
	content: "\f167";
}

.old-css .image-overlay {
	position: absolute;
	background: transparent;
	opacity: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.old-css #secondary aside ul {
	margin-bottom: 0;
}

.old-css .pagination-container {
	width: 100%;
	text-align: center;
}

.old-css .text-pagination {
	color: #589540;
	margin-top: 2rem;
	position: relative;
}

.old-css .text-pagination.prev {
	padding-left: 1.5rem;
}

.old-css .text-pagination.prev:before {
	content: '';
	background-image: url(/wp-content/themes/Greenseal/library/images/left-arrow.svg);
	width: 20px;
	height: 20px;
	position: absolute;
	display: inherit;
	left: 0;
	top: 2px;
}

.old-css .accordion-group .accordion-heading {
	position: relative;
}

.old-css .accordion-group .accordion-heading a.accordion-toggle:after {
	content: '\f0d7';
	color: #031b3a;
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	right: 0.5rem;
	text-align: right;
	width: 20px;
}

.old-css .accordion-group .accordion-heading a.accordion-toggle.collapsed:after {
	content: '\f0da';
}

.old-css .accordion-group.info-blocks {
	padding: 0.5rem;
	background-color: #f5f7fa;
	margin-bottom: 1rem;
}

.old-css .accordion-group.info-blocks .accordion-heading {
	padding-right: 1.75rem;
}

.old-css .accordion-group.info-blocks .accordion-heading a:hover {
	cursor: pointer;
}

.old-css .accordion-group.info-blocks .accordion-heading .title {
	font-size: 1.125rem;
}

.old-css .accordion-group.info-blocks .accordion-heading .subtitle {
	color: #000;
	font-size: 1rem;
	font-style: italic;
	margin-top: 0.5rem;
}

.old-css .accordion-group.info-blocks .accordion-inner {
	padding: 0.5rem 0.5rem 0;
}

.old-css .accordion-group.info-blocks .accordion-inner p:last-child {
	font-size: 1rem;
	margin-bottom: 0;
}

.old-css .component-bookmark {
	position: absolute;
	top: -140px;
}

@media screen and (min-width: 1025px) {
	.old-css a[href^=tel] {
		color: #000 !important;
		cursor: pointer;
		pointer-events: none;
	}
}

@media screen and (max-width: 1024px) {
	.old-css .component-bookmark {
		top: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.old-css .evision-social-section.social-group-nav a, .old-css .evision-social-section.social-group-nav a:hover {
		width: 45px;
	}
}

@media screen and (min-width: 768px) {
	.old-css .utility-menu-item {
		display: none !important;
	}
	.old-css body:not(.home).evision-right-sidebar #primary {
		padding-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.old-css {
		/* Buttons */
	}
	.old-css button.btn {
		padding: 1rem 2rem;
	}
}

.old-css .parallax-component {
	background-position: fixed;
	min-height: 300px;
	background-size: cover;
	position: relative;
}

.old-css .parallax-component h2 {
	margin: 0;
}

.old-css .parallax-component .parallax-content-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.old-css button.btn, .old-css body input[type="submit"] {
	border: 2px solid #a3e057;
	border-radius: 0;
	font-family: 'PT Sans', sans-serif !important;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	padding: 0.75rem 1rem;
	text-transform: uppercase;
	white-space: normal;
}

.old-css .btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.old-css button.btn.hollow, .old-css body input[type="submit"].hollow {
	background-color: transparent !important;
	border-color: #f38921;
	color: #f38921 !important;
}

.old-css .page-content .revision-table a {
	color: #629b4b;
}

html {
	scroll-behavior: smooth;
}

a {
	color: #589540;
	text-decoration: none;
}

.full {
	width: 100%;
}

.show_hide .show_button {
	color: #f38920;
	position: relative;
	margin-bottom: 8px;
}

.show_hide .show_button i {
	transition: all 0.5s ease-in-out;
}

.show_hide .show_button.expand i {
	transform: rotate(45deg);
}

.show_hide .item {
	height: auto;
	opacity: 1;
	transition: all 0.5s ease-in-out;
}

.show_hide .item.hidden {
	opacity: 0;
	height: 0;
}

.accordian_item {
	border-bottom: 1px solid #BFBFBF;
}

.accordian_title {
	cursor: pointer;
	padding: 16px 8px;
	transition: all 0.2s ease-in-out;
	position: relative;
}

.accordian_title:not(.accordian_plus):before {
	content: '';
	position: absolute;
	top: 21px;
	right: 16px;
	width: 10px;
	height: 10px;
	border-right: 3px solid #222;
	border-bottom: 3px solid #222;
	transform: rotate(-45deg);
	transform: rotate(45deg);
	transition: all 0.2s ease-in-out;
}

.accordian_title.active {
	background: #F6F6F6;
}

.accordian_title.active::before {
	transform: rotate(-135deg);
	top: 24px;
}

.accordian_text {
	margin: 0 auto;
	height: 0;
	overflow: hidden;
}

.accordian_blank {
	border: none;
}

.accordian_blank .accordian_title {
	background: none;
	border: none;
	padding-left: 0;
	padding-right: 0;
}

.accordian_blank .accordian_title.active::before {
	top: 17px;
}

.accordian_plus::before {
	content: '';
	width: 8px;
	height: 8px;
	border-right: 3px solid #222;
	border-bottom: 3px solid #222;
	transform: rotate(-45deg);
	position: absolute;
	top: 21px;
	right: -24px;
	transition: all 0.2s ease-in-out;
}

.title_block {
	background: url(images/header.jpg) no-repeat 50% 50%;
	background-size: cover;
	min-height: 40vh;
	max-height: 350px;
	display: flex;
	align-items: center;
	position: relative;
}

.title_block .title_text {
	color: white;
}

.title_block .title_text h1, .title_block .title_text h1 > span {
	text-shadow: rgba(158, 99, 99, 0.3) 4px 0px 6px;
	display: inline-block;
	display: inline;
}

.title_block.non_page_type_header {
	min-height: 560px;
	max-height: 560px;
}

.title_block.non_page_type_header .title_text {
	color: white;
}

.title_block .meta_header {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: white;
	background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.7) 100%);
	padding: 0 0px;
	display: none;
	visibility: hidden;
}

@media (min-width: 1024px) {
	.title_block .meta_header {
		display: block;
		visibility: visible;
	}
}

.title_block .meta_header .name {
	color: #222;
}

.title_block .meta_header time {
	color: #222;
}

.standard_header {
	background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(images/header_standards.jpg);
	background-blend-mode: normal;
	min-height: 220px;
}

.standard_header .title_text {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.standard_header .standard_header_left {
	width: 15%;
	margin-right: 5%;
	font-weight: 200;
	position: relative;
	border: 7px solid white;
	border-radius: 4px;
}

.standard_header .standard_header_left::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #a3e057;
	mix-blend-mode: multiply;
}

.standard_header .standard_header_left .standard_gs {
	border-bottom: 2px solid white;
	padding: 0 16px;
	z-index: 1;
	position: relative;
}

.standard_header .standard_header_left .standard_number {
	padding: 0 16px;
	z-index: 1;
	position: relative;
}

.standard_header .title_text_h1 {
	width: 80%;
	margin: 0;
	color: #222;
}

.standards_section {
	justify-content: space-between;
	align-items: flex-start;
}

.standards_section .entry-content {
	width: 100%;
	margin-top: 5rem;
	margin-bottom: 0;
}

@media (min-width: 1024px) {
	.standards_section .entry-content {
		width: 72%;
	}
}

.standards_section .entry-content h2:first-child {
	margin-top: 0;
}

.standards_section .entry-content .standards_top_notice {
	background: #f5f7fa;
	padding: 8px 16px;
}

.standards_section .standards_side {
	width: 100%;
	margin-top: 5rem;
	border: 1px solid #BFBFBF;
	padding: 8px;
}

@media (min-width: 768px) {
	.standards_section .standards_side {
		width: 25%;
	}
}

.standards_section .standards_side .standards_side_in {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	flex-direction: column;
	height: 100%;
}

.standards_section .standards_side .standards_resources {
	margin-bottom: 16px;
}

.standards_section .standards_side .standards_resources ul {
	margin: 0;
	padding: 0 0 0 16px;
	list-style: none;
}

.standards_section .standards_side .standards_resources ul li {
	list-style: none;
	position: relative;
}

.standards_section .standards_side .standards_resources ul li::before {
	content: '';
	position: absolute;
	left: -16px;
	top: 7px;
	width: 8px;
	height: 16px;
	background: url(images/bullet.svg) no-repeat 0 0;
}

.standards_section .standards_side .standard_content_bottom {
	align-self: flex-end;
	width: 100%;
	border-top: 1px solid #BFBFBF;
	margin-top: auto;
	padding-top: 24px;
}

.standards_section .standards_side .standard_content_bottom .button {
	display: block;
	margin-bottom: 0;
}

.standards_section .standards_side .standard_content_bottom .standard_updates {
	margin-bottom: 8px;
	padding: 8px;
}

.standards_section .standards_side .standard_content_bottom .standard_updates p {
	font-size: 0.85714rem;
	line-height: 1.14286rem;
}

.standards_section .standard_compass {
	overflow: hidden;
	width: 100%;
	padding: 5rem 0;
}

.standards_section .standard_compass .row {
	flex-wrap: wrap;
	gap: 5%;
}

.standards_section .standard_compass .full {
	padding-bottom: 8px;
	font-size: 14px;
}

.standards_section .standard_compass .left {
	position: relative;
	width: 100%;
	min-height: 500px;
}

@media (min-width: 1024px) {
	.standards_section .standard_compass .left {
		width: 45%;
	}
}

.standards_section .standard_compass .left .compass_imgs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.standards_section .standard_compass .left .img {
	position: absolute;
	width: 50%;
	height: auto;
	cursor: pointer;
	filter: grayscale(100%);
}

.standards_section .standard_compass .left .img img {
	width: 100%;
	height: auto;
}

.standards_section .standard_compass .left .img.active {
	filter: grayscale(0%);
}

.standards_section .standard_compass .left .health {
	top: 0;
	left: 0;
}

.standards_section .standard_compass .left .climate {
	top: 0;
	right: 0;
}

.standards_section .standard_compass .left .water {
	bottom: 0;
	right: 0;
}

.standards_section .standard_compass .left .waste {
	left: 0;
	bottom: 0;
}

.standards_section .standard_compass .right {
	width: 100%;
}

@media (min-width: 1024px) {
	.standards_section .standard_compass .right {
		width: 48%;
	}
}

.standards_section .standard_compass .right .show_climate thead {
	background: #f38920;
}

.standards_section .standard_compass .right .show_health thead {
	background: #3490dc;
}

.standards_section .standard_compass .right .show_waste thead {
	background: #04703C;
}

.standards_section .standard_compass .right .show_water thead {
	background: #6baadd;
}

.standards_section .standard_compass .svg_compass {
	width: 100%;
	height: auto;
}

.standards_section .standard_compass .svg_item {
	cursor: pointer;
	transition: all 0.5s ease-in-out;
	filter: grayscale(100%);
}

.standards_section .standard_compass .svg_item.active {
	filter: grayscale(0%);
}

.standards_section .standard_best {
	padding-bottom: 16px;
}

.standards_section .standard_best .desc {
	padding-bottom: 16px;
}

.standards_section .standard_best .row_practicies {
	justify-content: space-between;
	margin-bottom: 5rem;
}

.standards_section .standard_best .practice_item {
	text-align: center;
}

.standards_section .standard_best .cert_row {
	justify-content: flex-start;
}

.standards_section .standard_best .cert_item {
	text-align: left;
}

.standard_variations .tabs {
	display: flex;
	gap: 4px;
	margin-bottom: 24px;
}

.standard_variations .tabs .tab_item {
	flex: 0 0 1;
	padding: 8px 16px;
	border: 1px solid #CCC;
	border-bottom: none;
	position: relative;
}

.standard_variations .tabs .tab_item::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	height: 2px;
	width: 100%;
	background: white;
}

.standard_variations .tabs .tab_item.active:before {
	background-color: #589540;
}

.standard_variations .tab_content_out {
	position: relative;
}

.standard_variations .tab_content_out .tab_content {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 500ms;
}

.standard_variations .tab_content_out .tab_content div {
	overflow: hidden;
	padding-right: 160px;
}

.standard_variations .tab_content_out .tab_content .standard_summary_btn {
	height: 0;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

.standard_variations .tab_content_out.active .tab_content {
	grid-template-rows: 1fr;
}

.standard_variations .tab_content_out.active .standard_summary_btn {
	height: auto;
	opacity: 1;
}

.standard_variations .tab_content_out .standard_summary_btn {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 14px;
	padding: 4px 8px;
}

.standard_list .item {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #BFBFBF;
	padding: 8px 0;
}

.standard_list .item .left {
	width: 20%;
	padding-left: 8px;
}

.standard_list .item .right {
	width: 75%;
}

.standard_list .item * {
	color: #222;
}

.standard_list .item:not(.item_title):hover {
	background: #F6F6F6;
}

.standard_list .item:not(.item_title):hover * {
	color: #589540;
}

.standard_list .item_title * {
	font-weight: bold;
}

.notice_after {
	padding-top: 5rem;
}

.team_items {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}

.team_items .item {
	text-align: center;
	width: 100%;
	padding-bottom: 16px;
}

@media (min-width: 768px) {
	.team_items .item {
		width: 21%;
	}
}

.team_items .item .title {
	color: #f38920;
}

.team_items .item .role {
	color: #222;
	font-weight: bold;
}

.team_items .item .role_public {
	color: #222;
}

.team_items .item .img {
	position: relative;
	transition: all 0.2s ease-in-out;
}

.team_items .item .img::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	mix-blend-mode: color-dodge;
	transition: all 0.2s ease-in-out;
	z-index: 5;
}

.team_items .item:hover .img {
	filter: brightness(1.3);
}

.team_items a:hover {
	text-decoration: none;
}

.team_content {
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
}

.team_left {
	width: 100%;
}

@media (min-width: 768px) {
	.team_left {
		width: 47%;
	}
}

.team_right {
	width: 100%;
}

@media (min-width: 768px) {
	.team_right {
		width: 47%;
	}
}

.team_right .role {
	font-weight: bold;
}

.team_right .role_list {
	font-style: italic;
}

.contact_accordian {
	border-bottom: none;
}

.contact_accordian .accordian_title {
	display: inline-block;
	width: 200px;
}

.contact_accordian .accordian_title::before {
	border-color: #FFF;
}

.contact_accordian .contact_form {
	margin-top: 32px;
}

.blog_list .centre .cats a, .categories_all_container .categories_all_list .categories_all_list_in .item, .type-post .meta .cats a, .type-press-release .meta .cats a, .type-post .meta .tags a, .type-press-release .meta .tags a {
	margin-right: 16px;
	position: relative;
	text-decoration: none;
	font-family: "PT Sans", sans-serif;
	text-transform: uppercase;
	color: #222;
}

.blog_list .centre .cats a::before, .categories_all_container .categories_all_list .categories_all_list_in .item::before, .type-post .meta .cats a::before, .type-press-release .meta .cats a::before, .type-post .meta .tags a::before, .type-press-release .meta .tags a::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 18px;
	height: 2px;
	background: #589540;
	transition: all 0.3s ease-in-out;
}

.blog_list .centre .cats a:hover, .categories_all_container .categories_all_list .categories_all_list_in .item:hover, .type-post .meta .cats a:hover, .type-press-release .meta .cats a:hover, .type-post .meta .tags a:hover, .type-press-release .meta .tags a:hover {
	color: #589540;
}

.blog_list .centre .cats a:hover::before, .categories_all_container .categories_all_list .categories_all_list_in .item:hover::before, .type-post .meta .cats a:hover::before, .type-press-release .meta .cats a:hover::before, .type-post .meta .tags a:hover::before, .type-press-release .meta .tags a:hover::before {
	width: 100%;
	background: #589540;
}

.listing_container {
	padding: 5rem 0;
}

.blog_list article {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 32px 0;
	padding: 32px 0;
	border-bottom: 1px solid #BFBFBF;
	width: 100%;
}

.blog_list .left {
	align-self: center;
	margin: 16px 0;
	font-family: "PT Sans", sans-serif;
	font-size: 1.14286rem;
	line-height: 1.85714rem;
}

@media (min-width: 768px) {
	.blog_list .left {
		width: 22%;
	}
}

.blog_list .left a {
	text-decoration: none;
}

.blog_list .centre {
	text-align: left;
}

@media (min-width: 768px) {
	.blog_list .centre {
		width: 50%;
	}
}

.blog_list .centre .entry-title, .blog_list .centre .entry-title a {
	font-family: "PT Sans", sans-serif;
	font-size: 1.28571rem;
	line-height: 2rem;
	text-decoration: none;
	margin-bottom: none;
}

.blog_list .centre .entry-content {
	margin: 16px 0;
}

.blog_list .centre .byline a {
	font-family: "PT Sans", sans-serif;
	text-decoration: none;
}

.blog_list .centre .byline a:hover {
	text-decoration: underline;
}

.blog_list .right img, .blog_list .right svg {
	max-width: 250px;
	margin-top: 48px;
}

@media (min-width: 768px) {
	.blog_list .right {
		width: 22%;
	}
}

.blog_list .events-and-webinars #play_circle {
	transition: all 0.5s ease-in-out;
}

.blog_list .events-and-webinars #background {
	transition: all 0.5s ease-in-out;
}

.blog_list .events-and-webinars:hover svg #play_circle {
	fill: #3490dc;
}

.blog_list .events-and-webinars:hover svg #background {
	fill: #3490dc;
}

.about_greenseal_blog {
	padding: 32px 0 0 0;
	display: flex;
	gap: 3%;
}

.about_greenseal_blog .left {
	width: 30%;
}

@media (min-width: 768px) {
	.about_greenseal_blog .left {
		width: 10%;
	}
}

.about_greenseal_blog .left img {
	width: 100%;
	height: auto;
}

.about_greenseal_blog .right {
	width: 82%;
}

@media (min-width: 768px) {
	.about_greenseal_blog .right {
		width: 80%;
	}
}

.categories_all_container {
	padding-top: 24px;
	margin-bottom: -5rem;
}

.categories_all_container .row {
	display: flex;
	flex-wrap: wrap;
}

.categories_all_container .categories_all {
	gap: 5%;
	width: 100%;
}

@media (min-width: 768px) {
	.categories_all_container .categories_all {
		width: 25%;
	}
}

.categories_all_container .categories_all a {
	text-transform: uppercase;
	color: #f38920;
}

.categories_all_container .categories_all a:hover {
	color: #a3e057;
}

.categories_all_container .categories_all_list {
	width: 70%;
}

.categories_all_container .categories_all_list .categories_all_list_in {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.type-post .meta, .type-press-release .meta {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 8px;
}

.type-post .meta .author, .type-press-release .meta .author {
	padding: 16px 0;
	width: 100%;
}

.type-post .meta .author a, .type-press-release .meta .author a {
	text-decoration: none;
}

@media (min-width: 1024px) {
	.type-post .meta .author, .type-press-release .meta .author {
		width: 12%;
		padding-left: 3%;
	}
}

.type-post .meta .name, .type-press-release .meta .name {
	font-family: "PT Sans", sans-serif;
	font-weight: bold;
	padding-bottom: 8px;
}

.type-post .meta .cats, .type-press-release .meta .cats {
	padding: 16px 0;
	width: 100%;
}

@media (min-width: 1024px) {
	.type-post .meta .cats, .type-press-release .meta .cats {
		width: 32%;
		padding-left: 3%;
		border-left: 1px solid #BFBFBF;
	}
}

.type-post .meta .tags, .type-press-release .meta .tags {
	padding: 16px 0;
	width: 100%;
	position: relative;
}

@media (min-width: 1024px) {
	.type-post .meta .tags, .type-press-release .meta .tags {
		width: 32%;
		padding-left: 3%;
		border-left: 1px solid #BFBFBF;
	}
}

.type-post .meta .date, .type-press-release .meta .date {
	padding: 16px 0;
	width: 100%;
}

.type-post .meta .date a, .type-press-release .meta .date a {
	text-decoration: none;
}

@media (min-width: 1024px) {
	.type-post .meta .date, .type-press-release .meta .date {
		width: 12%;
		padding-left: 3%;
		border-left: 1px solid #BFBFBF;
	}
}

.type-post .author_single, .type-press-release .author_single {
	width: 100%;
	margin-top: -pad(4);
	margin-bottom: 5rem;
}

.type-post .author_single .container, .type-post .author_single .title_block .title_text, .title_block .type-post .author_single .title_text, .type-press-release .author_single .container, .type-press-release .author_single .title_block .title_text, .title_block .type-press-release .author_single .title_text {
	border-top: 1px solid #BFBFBF;
	padding-left: 0;
	padding-right: 0;
}

.customer_spotlight_out .customer_spotlight {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 48px;
	padding: 24px;
	width: 100%;
}

@media (min-width: 768px) {
	.customer_spotlight_out .customer_spotlight {
		width: 70%;
	}
}

@media (min-width: 1024px) {
	.customer_spotlight_out .customer_spotlight {
		width: 40%;
	}
}

.customer_spotlight_out .customer_spotlight .left {
	width: 100%;
}

@media (min-width: 768px) {
	.customer_spotlight_out .customer_spotlight .left {
		width: calc(50% - 16px);
	}
}

.customer_spotlight_out .customer_spotlight .left img {
	max-width: 200px;
	height: auto;
	width: 100%;
}

@media (min-width: 768px) {
	.customer_spotlight_out .customer_spotlight .left img {
		width: auto;
	}
}

.customer_spotlight_out .customer_spotlight .right {
	width: 100%;
	border-left: 4px solid #a3e057;
	padding-left: 24px;
}

@media (min-width: 768px) {
	.customer_spotlight_out .customer_spotlight .right {
		width: 50%;
	}
}

.customer_spotlight_out .customer_spotlight .right .text .company {
	font-weight: bold;
	padding-top: 8px;
}

.customer_spotlight_out .customer_spotlight .right .text .title {
	font-style: italic;
}

.customer_spotlight_out .customer_spotlight .right .text .certified {
	padding-top: 8px;
}

.customer_spotlight_out .customer_spotlight .right .text .certified span, .customer_spotlight_out .customer_spotlight .right .text .date span {
	font-weight: bold;
}

@media (min-width: 1024px) {
	.meta_details_post {
		display: none;
		visibility: hidden;
	}
}

.type-events-and-webinars .meta .date {
	width: 50%;
}

.type-events-and-webinars .meta .time {
	width: 50%;
	border-left: 1px solid #BFBFBF;
}

.events_title {
	text-align: left;
	width: 100%;
}

.past_event {
	margin-top: 5rem;
}

.no_events {
	padding: 16px 0;
	text-align: left;
	width: 100%;
}

.event_register {
	margin-top: 16px;
}

.new_list .listing_container .row {
	display: flex;
	flex-wrap: wrap;
	gap: 5%;
}

.new_list .listing_container .row article {
	margin-bottom: 24px;
	padding-bottom: 16px;
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
	width: 100%;
}

@media (min-width: 768px) {
	.new_list .listing_container .row article {
		width: 40%;
	}
}

@media (min-width: 1024px) {
	.new_list .listing_container .row article {
		width: 28%;
	}
}

.new_list .listing_container .row article::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #F6F6F6;
	transition: all 0.2s ease-in-out;
	z-index: -2;
}

.new_list .listing_container .row article:hover::after {
	height: 100%;
	background: linear-gradient(147deg, #a3e057 0%, #589540 100%);
}

.new_list .listing_container .row article::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	right: 30px;
	top: 40%;
	background: url("images/circle-right-solid.svg") no-repeat 100% 100%;
	opacity: 0;
	transform: translateX(-30px);
	transition: all 0.2s ease-in-out;
	z-index: -1;
}

.new_list .listing_container .row article:hover::before {
	opacity: 0.075;
	transform: translateX(0px);
}

.new_list .listing_container .row article .new_source {
	color: #589540;
}

.new_list .listing_container .row article a {
	color: #222;
}

.new_list .listing_container .row article * {
	transition: all 0.2s ease-in-out;
}

.new_list .listing_container .row article:hover * {
	color: white;
}

.new_list .listing_container .row article .entry-title {
	font-size: 1.28571rem;
	line-height: 2rem;
}

.new_list .listing_container .row article .date {
	padding: 8px 0;
}

.new_list .listing_container .row article .news_out_link {
	display: block;
}

.author_info {
	padding-top: 5rem;
}

.author_info .left {
	width: 30%;
	max-width: 230px;
}

.author_info .right {
	width: 65%;
}

.registry_list {
	margin-bottom: 5rem;
}

.registry_list .listing_container .row {
	display: flex;
	flex-wrap: wrap;
	gap: 3%;
	position: relative;
}

.registry_list .listing_container .registry_item {
	padding: 32px 0;
	width: 45%;
}

@media (min-width: 1024px) {
	.registry_list .listing_container .registry_item {
		width: 22%;
	}
}

.registry_list .listing_container .registry_item .entry-header {
	cursor: pointer;
	display: flex;
	gap: 5%;
	position: relative;
}

.registry_list .listing_container .registry_item .entry-header .img {
	width: 40%;
}

.registry_list .listing_container .registry_item .entry-header .img img {
	width: 100%;
	height: auto;
}

.registry_list .listing_container .registry_item .entry-header .title {
	width: 60%;
	padding-top: 8px;
	font-size: 1.14286rem;
	line-height: 1.42857rem;
}

@media (min-width: 768px) {
	.registry_list .listing_container .registry_item .entry-header .title {
		font-size: 1.42857rem;
		line-height: 1.71429rem;
	}
}

.registry_list .listing_container .registry_item .entry-header .step {
	position: absolute;
	top: -27px;
	left: -20px;
	width: 30px;
	height: 30px;
}

.registry_list .listing_container .registry_item .details {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
	overflow: hidden;
}

.registry_list .listing_container .registry_item .details .container, .registry_list .listing_container .registry_item .details .title_block .title_text, .title_block .registry_list .listing_container .registry_item .details .title_text {
	padding: 4px 4px 25px 4px;
}

.registry_list .listing_container .registry_item .details .row {
	flex-wrap: wrap;
	gap: 5%;
	padding: 32px 24px;
	border: 1px solid #F6F6F6;
	background: white;
}

@media (min-width: 768px) {
	.registry_list .listing_container .registry_item .details .left {
		width: 30%;
	}
}

.registry_list .listing_container .registry_item .details .left img {
	max-width: 270px;
	max-height: 200px;
}

.registry_list .listing_container .registry_item .details .left .title {
	font-size: 2rem;
	line-height: 2.42857rem;
	padding-top: 16px;
}

.registry_list .listing_container .registry_item .details .left .step {
	margin-top: 24px;
	font-size: 0.85714rem;
	line-height: 1rem;
}

.registry_list .listing_container .registry_item .details .left .step img {
	width: 40px;
	height: 40px;
}

.registry_list .listing_container .registry_item .details .left .step .step_text {
	margin-top: 8px;
}

.registry_list .listing_container .registry_item .details .left .step_title {
	font-weight: bold;
	display: inline-block;
}

@media (min-width: 768px) {
	.registry_list .listing_container .registry_item .details .right {
		width: 65%;
	}
}

.registry_list .listing_container .registry_item .details .right .content {
	padding-bottom: 32px;
}

.registry_list .listing_container .registry_item .details .right .links {
	display: flex;
	flex-wrap: wrap;
	gap: 20%;
}

.registry_list .listing_container .registry_item .details .right .links .link {
	width: 40%;
}

.registry_list .listing_container .registry_item .details .right .links .link a {
	display: block;
	border-bottom: 1px solid #BFBFBF;
	padding: 8px 16px;
	margin-bottom: 16px;
	position: relative;
	transition: all 0.2s ease-in-out;
}

.registry_list .listing_container .registry_item .details .right .links .link a::after {
	content: '';
	width: 0%;
	height: 2px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: #f38920;
	transition: all 0.5s ease-in-out;
}

.registry_list .listing_container .registry_item .details .right .links .link a:hover {
	border-bottom: 1px solid black;
	color: #222;
}

.registry_list .listing_container .registry_item .details .right .links .link a:hover::after {
	width: 100%;
}

.get_started_item {
	display: flex;
	flex-wrap: wrap;
	gap: 5%;
	align-items: flex-end;
	margin: 32px 0;
}

.get_started_item .left {
	width: 100%;
}

@media (min-width: 768px) {
	.get_started_item .left {
		width: 60%;
	}
}

.get_started_item .right {
	width: 100%;
}

@media (min-width: 768px) {
	.get_started_item .right {
		width: 35%;
	}
}

.get_started_item .right .cta {
	text-align: right;
	margin-bottom: 16px;
}

.get_started_item .right .cta a {
	display: block;
	text-align: center;
}

.standard_list_h2 {
	margin-top: 32px;
}

.close_shows {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	opacity: 0.4;
}

.close_shows:hover {
	opacity: 1;
}

.close_shows:before, .close_shows:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: black;
}

.close_shows:before {
	transform: rotate(45deg);
}

.close_shows:after {
	transform: rotate(-45deg);
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
	margin: 1.5em 0;
}

.pagination {
	text-align: center;
}

.pagination ul {
	list-style: none;
	display: inline-block;
	background-color: white;
	white-space: nowrap;
	padding: 0;
	clear: both;
	border-radius: 3px;
}

.pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
	overflow: hidden;
	border-right: 1px solid #BFBFBF;
}

.pagination li::before {
	content: none;
}

.pagination a, .pagination span {
	margin: 0;
	text-decoration: none;
	padding: 0;
	line-height: 1em;
	font-size: 1em;
	font-weight: normal;
	padding: 0.75em;
	min-width: 1em;
	display: block;
	color: #222;
}

.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
	background-color: #a3e057;
	color: white;
}

.pagination .current {
	cursor: default;
	color: #a3e057;
}

.pagination .current:hover, .pagination .current:focus {
	background-color: white;
	color: #a3e057;
}

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
	float: left;
}

.wp-prev-next .next-link {
	float: right;
}

.wp-block-post-template figure a {
	max-height: 210px;
	overflow: hidden;
}

.home_hero {
	min-height: 70vh;
	align-items: flex-end;
	padding-bottom: 15vh;
}

.home_hero .title_text {
	text-align: center;
}

.home_hero .hero_text {
	font-size: 1.71429rem;
	line-height: 2.42857rem;
	padding: 24px 0;
	text-align: center;
}

.home_hero .hero_button {
	margin-top: 16px;
}

.splah {
	display: flex;
	flex-direction: column;
	gap: 5%;
	align-items: center;
	min-height: calc(100vh + 200px);
	background: url(images/splash.jpg) no-repeat 74% 100%;
	background-attachment: fixed;
}

.splah .splash_title {
	width: 100%;
}

.splah .splash_content {
	margin-top: 96px;
	min-width: 100%;
}

@media (min-width: 1024px) {
	.splah .splash_content {
		margin-top: 0;
		position: absolute;
		top: 50%;
		background: url(images/splash_content.png) no-repeat 50% 50%;
	}
}

.splah .splash_content .row {
	display: flex;
	flex-wrap: wrap;
	gap: 10%;
	justify-content: center;
}

.splah .splash_content .row .left, .splah .splash_content .row .right {
	padding: 32px;
	margin-bottom: 32px;
	background: rgba(255, 255, 255, 0.83);
}

@media (min-width: 1024px) {
	.splah .splash_content .row .left, .splah .splash_content .row .right {
		padding: 32px 0 0 0;
	}
}

@media (min-width: 1024px) {
	.splah .splash_content .row .left, .splah .splash_content .row .right {
		background: none;
	}
}

.splah .splash_content .row .left {
	width: 100%;
	margin-bottom: 48px;
	margin-left: auto;
}

@media (min-width: 1024px) {
	.splah .splash_content .row .left {
		width: 40%;
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) {
	.splah .splash_content .row .left {
		width: 30%;
	}
}

.splah .splash_content .row .right {
	width: 100%;
	margin-right: auto;
}

@media (min-width: 1024px) {
	.splah .splash_content .row .right {
		width: 40%;
	}
}

@media (min-width: 1200px) {
	.splah .splash_content .row .right {
		width: 30%;
	}
}

.splah .splash_content .row .title {
	font-size: 1.71429rem;
	line-height: 1.85714rem;
}

@media (min-width: 1024px) {
	.splah .splash_content .row .title {
		font-size: 2.42857rem;
		line-height: 2.57143rem;
	}
}

.splah .splash_content .row .text {
	font-size: 1.14286rem;
	line-height: 1.42857rem;
	padding: 16px 0 24px 0;
}

.splah .splash_content .row .button {
	display: inline-block;
}

.splah .splash_content .row .looks {
	position: relative;
}

.splah .splash_content .row .looks .looking_for {
	position: absolute;
	top: calc(-35px + -32px);
	left: 0;
	font-size: 2.85714rem;
	line-height: 2.85714rem;
	height: 35px;
	overflow: hidden;
	font-weight: 900;
	color: white;
	opacity: 0.73;
	text-transform: uppercase;
}

.splah .splash_content .row .looks .looking_for .look_out {
	display: block;
}

.splah .splash_content .row .looks .looking_for .look_in {
	display: block;
	font-weight: 900;
}

.splah .gs_content {
	align-self: flex-end;
	position: relative;
	margin-top: auto;
	padding: 32px;
	background: rgba(255, 255, 255, 0.83);
}

.splah .gs_content .title {
	font-weight: bold;
}

.splah .gs_content .splash_logo {
	position: absolute;
	top: -44px;
	right: 58px;
	width: 120px;
	height: auto;
}

.news_page {
	padding: 40px;
}

.page-template .ham, .page-template .footer_items, .page-template .top-nav, .page-template .site-nav {
	display: none;
	visibility: hidden;
}

.modal-header .close {
	z-index: 10;
}

.hidden {
	display: none;
	visibility: hidden;
}

/*# sourceMappingURL=style.css.map */