/*!
Theme Name: greenbax
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: grb
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.

greenbax 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

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
/**
 * 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
--------------------------------------------------------------*/
.secondary-content-left em {
  font-style: italic !important;
}
.secondary-content-left strong {
  font-weight: bold !important;
}
.secondary-content-left blockquote {
  margin: 0;
}

.secondary-content-left blockquote p {
  padding: 15px;
  background: #eee;
  border-radius: 5px;
}

.secondary-content-left blockquote p::before {
  content: '\201C';
}

.secondary-content-left blockquote p::after {
  content: '\201D';
}
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	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;
}

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

/* Links
--------------------------------------------- */
/*a {
	color: #4169e1;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
/* .main-navigation {
	display: block;
	width: 100%;
} */

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

.main-navigation ul ul {
	display: block;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    background: #5D4B9F;
    margin: 0 0 0 30px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

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

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
}

.main-navigation li {
	position: relative;
}

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

/* Small menu. */
/* .menu-toggle,
.main-navigation.toggled ul {
	display: block;
} */

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	/* .main-navigation ul {
		display: flex;
	} */
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

/*lead form styles*/
.section.hero-banner.lead-section {
	position: relative;
	z-index: 1;
	background-color: #fff;
	border-radius: 50px 0px 0px 0px;
	padding: 0;
	padding-bottom: 30px;
	margin: 0 0 0 7.8rem;
}
.hero-banner__inner-page.lead-page {
	padding: 72px 190px 0 100px;
}
.lead-page * {
	font-weight: Montserrat, sans-serif;
}
.lead-page h1 {
	width: 66%;
	position: relative;
	color: #4B9E46;
	font-size: 21px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 52px;
	text-transform: uppercase;
}
.lead-page h1:after {
	position: relative;
	content: '';
	display: block;
	width: 75px;
	height: 3px;
	top: 30px;
	background-color: #5D4B9F;
}
.lead-page .content {
	color: #707073;
	font-size: 16px;
	font-weight: 600;    
	text-transform: none;
	line-height: 1.5;
}
.lead-page .content strong{
	font-weight: bold !important;
}
.lead-page .content em {
	font-style: italic !important;
}
.page-template-thank-you-page .lead-page .content p {
	font-size: 18px;
	margin: 18px 0;
}
.page-template-thank-you-page .lead-page .content .nav-btn {
	display: block;
	margin: 32px 0;
	color: #fff;
	width: auto;
	max-width: 320px;
	font-size: 18px;
	text-transform: uppercase;
}

.form-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.lead-form {
	padding: 0 0 20px 0;
	margin: 20px 0 20px 0;
	width: 100%;
	z-index: 5;
	position: relative;
	font-size: 16px;
}
.lead-form input[type="text"], .lead-form input[type="tel"], .lead-form input[type="email"] {
	width: 100%;
	height: 48px;
	color: #707073;
	padding: 13px 17px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 24px;
	background-color: #f5f5f5;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #BBBBBC;
}
.lead-form input[type="text"]:focus-visible, .lead-form input[type="tel"]:focus-visible, .lead-form input[type="email"]:focus-visible {
	outline: none;
}
.lead-form label {
	display: block;
	color: #5D4B9F;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 24px;
	/*margin-bottom: 6px;*/
	text-transform: uppercase;
}
.lead-form legend {
	display: block;
	color: #5D4B9F;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
}
.lead-form .select-wrapper {
	margin: 0 21px 15px 0 !important;
	width: 100%;
}
.lead-form .select-wrapper:first-of-type {
	margin-right: 21px;
}
.lead-form .select-wrapper input[type="text"] {
	margin: 6px 0 0;
}
.lead-form select {
	width: 100%;
	height: 48px;
	margin: 6px 0 0;
	padding: 13px 17px;
	color: #707073;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	background: #F5F5F5;
	appearance: none;
	background-image: url('../grb/assets/img/select_arrows.png');
	background-repeat: no-repeat;
	background-position: 95% center;
	border: 1px solid rgba(187, 187, 188, 0.5);
}
.lead-form select::-ms-expand {
	display: none;
}
.lead-form select:not(:first-of-type) {
	margin-right: 0;
}
.lead-form select:focus-visible {
	outline: none;
}
.lead-form select option {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
.lead-form .wrap-wrapper {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.lead-form .input-wrapper {
	width: 100%;
	margin: 0 0 15px 0;
}
.lead-form .input-wrapper.oneline {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}
.lead-form .wrap-wrapper .input-wrapper:first-of-type {
	margin-right: 21px;
}
.lead-form .oneline {
	margin-top: 15px;
}
.lead-form .input-wrapper.oneline legend {
	margin-right: 20px;
}
.lead-form .input-wrapper.oneline label {
	font-weight: 600;
	font-size: 12px;
	line-height: 24px;
	color: #707073;
	text-transform: capitalize;
	margin-left: 6px;
}
.lead-form .input-wrapper.oneline input[type="checkbox"] {
	position: relative;
	margin-right: 0;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 24px;
	height: 22px;
	border: 0.15em solid currentColor;
	border-radius: 0.15em;
	/* transform: translateY(-0.075em); */
	display: grid;
	background: #F5F5F5;
	accent-color: #e3e3e3;
	border: 1px solid rgba(187, 187, 188, 0.5);
	place-content: center;
}
.lead-form .input-wrapper.oneline input[type="checkbox"]:checked {
	background-color: #fff;
}
.lead-form .input-wrapper.oneline input[type="checkbox"]:before {
	content: "";
	width: 44px;
	height: 38px;
	background-image: url('../grb/assets/img/form_checkbox.png');
	background-repeat: no-repeat;
	background-size: 38px auto;
	background-position: 7px 2px;
	transform: scale(0);
	transition: 0.12s transform ease-in-out;
}
.lead-form .input-wrapper.oneline input[type="checkbox"]:checked::before {
	transform: scale(1);
}
.lead-form .radio-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 8px;
}
.lead-form .radio-wrapper > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.lead-form .radio-wrapper label {
	color: #707073;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 13px;
	margin-right: 32px;
}
.lead-form .radio-wrapper input[type="radio"] {
	appearance: none;
	background-color: #F5F5F5;
	margin: 13px 9px 23px 0;
	color: rgba(187, 187, 188, 0.5);
	width: 25px;
	height: 25px;
	border: 1px solid rgba(187, 187, 188, 0.5);
	border-radius: 50%;
	transform: translateY(-2px);
	display: grid;
	place-content: center;
}
.lead-form .radio-wrapper input[type="radio"]::before {
	content: "";
	width: 17px;
	height: 17px;
	border-radius: 50%;
	transform: scale(0);
	transition: 0.12s transform ease-in-out;
	/*box-shadow: inset 1em 1em var(#098A89);*/
	background-color: #098A89;
}
.lead-form .radio-wrapper input[type="radio"]:checked::before {
	transform: scale(1);
}
input[type="radio"]:focus {
	/*outline: max(2px, 0.15em) solid rgba(187, 187, 188, 0.5);
	outline-offset: max(2px, 0.15em);*/
}

.lead-form textarea {
	padding: 8px;
}
.lead-form .lead_submit {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 102px;
	height: 42px;
	margin: 0 0 0 auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	background-color: #4B9E46;
	color: #fff;
	outline: none;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	cursor: pointer;
	transition: all .15s;
}
.lead-form .lead_submit div {
	display: block;
	width: 54px;
	height: 43px;
	margin-right: 0 !important;
	position: absolute;
	left: -54px;
	top: 0;
	background-color: #fff;
	background-image: linear-gradient(0deg, #7ac24f 33.33%, #ffffff 33.33%, #ffffff 50%, #7ac24f 50%, #7ac24f 83.33%, #ffffff 83.33%, #ffffff 100%);
	background-size: 24px 23px;
	background-position-y: 97%;
}
.lead-form .lead_submit span {
	display: block;
	height: 22px;
}
.lead-form .lead_submit:hover {
	background: rgb(60,126,56);
	transition: background 0.2s;
}
.banner-img {
	height: 825px;
	width: auto;
	object-fit: contain;
}
.banner-img.mobile-only {
	width: 100%;
	height: auto;
	object-fit: contain;
}
.send_response {
	background-color: #f5f5f5;
	border-bottom: 3px solid #4b9e46;
	padding: 20px;
	margin: 20px auto;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Montserrat';
	font-size: 18px;
	font-weight: 700;
	color: #4b9e46;
}

/*Secondary page*/
        .sec-page {
            padding: 0;
            margin: 0;
            width: 100%;
            max-width: 100%;
        }
        .page-template-secondary-page .arrow-graphics-2 {
            display: none;
        }
        .page-template-secondary-page .greenbaxhome.screen {
            background-image: url('https://greenbaxmarketplace.io/wp-content/uploads/2023/06/arrow_graphics.jpg');
            background-repeat: no-repeat;
        }

        .secondary-hero {
            padding: 0 7.8rem;
            margin: 0;
            width: 100%;
            max-width: 100%;
            height: auto;
            min-height: 500px;
            background-origin: content-box;
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
            z-index: 1;
        }
        .secondary-hero .social {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }
        .secondary-hero img {
            width: 100%;
            height: auto;
            max-height: 500px;
            position: absolute;
            z-index: 1;
        }
        .secondary-hero .secondary-headings {
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 0 64px;
            position: absolute;
            z-index: 3;
            left: 7.8rem;
            bottom: 0;
            background-color: #098A89;
            width: 100%;
            max-width: 865px;
            height: 202px;
            color: #fff;
            border-radius: 0 40px 0 0;
        }
        .secondary-heading {
            display: block;
            font-size: 72px;
            font-weight: 700;
            text-transform: uppercase;
            line-height: 1.2;
        }
        .secondary-subheading {
            display: block;
            font-size: 32px;
            font-weight: 700;
            text-transform: uppercase;
            line-height: 1.5;
            color: #7AC24F;
        }
		.secondary-subheading{
          font-size: 50px!important;
		}
        .secondary-heading{
            font-size: 50px!important;
        }
        .secondary-content {
            display: flex;
            justify-content: space-between;
            gap: 65px;
            margin: 40px 7.8rem 0;
            padding: 54px 60px;
            margin-top: 40px;
            background-color: #f5f5f5;
        }
        .secondary-content .secondary-content-left {
            font-size: 18px;
            line-height: 32px;
            color: #707073;
            font-weight: 600;
            max-width: 1110px;
        }
        .secondary-content .secondary-content-left > span {
            font-weight: 600;
            font-size: 32px;
            line-height: 50px;
            text-transform: uppercase;
            color: #098A89;
            position: relative;
        }
        .secondary-content .secondary-content-left > span:after {
            content:'';
            display: block;
            width: 120px;
            height: 4px;
            background-color: #D9D9D9;
            position: relative;
            margin: 40px 0;
        }

        .secondary-content .secondary-content-left h1 {
        	font-size: 36px;
            margin-bottom: 28px;
            line-height: 1;
            color: #515151;
        }
        .secondary-content .secondary-content-left h2 {
        	font-size: 32px;
            margin-bottom: 28px;
            line-height: 1;
            color: #515151;
        }
        .secondary-content .secondary-content-left h3 {
        	font-size: 28px;
            margin-bottom: 24px;
            line-height: 1;
            color: #515151;
        }
        .secondary-content .secondary-content-left h4 {
        	font-size: 24px;
            margin-bottom: 24px;
            line-height: 1;
            color: #515151;
        }
        .secondary-content .secondary-content-left h5 {
        	font-size: 22px;
            margin-bottom: 24px;
            line-height: 1;
            color: #515151;
        }
        .secondary-content .secondary-content-left h6 {
        	font-size: 20px;
            margin-bottom: 24px;
            line-height: 1;
            color: #515151;
        }

        .secondary-content .secondary-content-right {
            max-width: 406px;
        }
        .secondary-content .secondary-content-left p {
            margin: 12px 0;
        }
        .secondary-content .secondary-content-left ul {
			list-style: disc;
			padding-left: 18px;
        }
        .secondary-content .secondary-content-left ol {
        	list-style: decimal;
			padding-left: 18px;
        }

        .secondary-btn-group.mobile-version{
            display: none;
            opacity: 0
        }

        .secondary-content-right img {
			height: 100%;
			width: auto;
			max-width: 368px;
			max-height: 368px;
			border-radius: 50%;
			border: 10px solid #fff;
			object-fit: cover;
			box-sizing: border-box;
        }
        .sec-one-btn, .sec-two-btn {
          /* 
          	padding: 33px 25px; 
          	font-size: 28px;
          */
            position: relative;
            display: flex;
			justify-content: space-between;
			align-items: center;
            font-size: 21px;
            font-weight: 600;
            text-align: center;
            color: #fff;
            max-height: 100px;
            margin: 36px auto;
            padding: 22px 17px;
            background-color: #098A89;
            max-width: 350px;
            transition: .3s ease-in-out all;
        }
        .sec-one-btn:hover {
            background-color: #076362;
        }
        .sec-two-btn {
            background-color: #7AC24F;
        }
        .sec-two-btn:hover {
            background-color: #5c923b;
        }
        .sec-one-btn span.btn-text,
        .sec-two-btn span.btn-text {
        	text-align: left;	
        }
        .sec-one-btn span.shev, .sec-two-btn span.shev {
          /*
          	font-size: 140px;
          	height: 28px;
          */
			font-size: 95px;
			font-weight: 300;
			display: inline-block;
			height: 21px;
			line-height: 0.01;
			position: relative;
			top: 0px;
        }
        .secondary-cta {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            height: 500px;
            margin: 60px 0;
            padding: 0 7.8rem;
        }
        .secondary-cta .left-cta {
            position: relative;
            width: 100%;
            max-width: 820px;
            height: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            border-right: 23px solid #5d4b9f;
        }
        .secondary-cta .right-cta {
            width: 100%;
            max-width: 540px;
            padding: 100px 60px 60px 100px;
            color: #5D4B9F;
            font-weight: 600;
        }
        .secondary-cta .right-cta span {
            display: block;
            font-size: 48px;
            line-height: 54px;
            margin-bottom: 24px;
        }
        .secondary-cta .right-cta p {
            font-size: 36px;
            line-height: 44px;
        }
        .secondary-cta .sec-two-btn {
			position: absolute;
			left: 0;
			bottom: 0;
			margin: 0;
			display: flex;
			justify-content: space-between;
			align-items: center;
			max-width: 350px;
			width: 100%;
			font-size: 28px;
			border-radius: 0 40px 0 0;
        }
        .secondary-cta .sec-two-btn .shev {
			font-size: 140px;
			font-weight: 300;
			display: inline-block;
			height: 28px;
			line-height: 0.01;
			position: relative;
			top: 0px;
        }
        .secondary-cta .sec-two-btn:hover {
            border-color: #7AC24F;
        }
        .secondary-cta .sec-two-btn span {
            top: -12px;
        }

        @media all and (max-width: 1367px) {
            .sec-page .secondary-content {
                flex-wrap: wrap;
                justify-content: flex-start;
                gap: 0;
            }
            .secondary-content .secondary-content-left {
                width: 100%;
                max-width: 100%;
            }
            .secondary-content .secondary-content-right {
                width: 100%;
                max-width: 100%;
                display: flex;
                gap: 60px;
            }
            .sec-one-btn, .sec-two-btn {
                margin: 36px 0;
            }
        }
        @media all and (max-width: 1024px) {
            .secondary-cta {
                display: block;
                height: auto;
            }
            .secondary-cta .left-cta {
                max-width: 100%;
                height: 500px;
            }
            .secondary-cta .right-cta {
                padding: 50px 0;
            }
        }

        @media all and (max-width: 850px) {
        	.secondary-content .secondary-content-right {
    		    flex-wrap: wrap;
        	}
        	.secondary-hero .secondary-headings {
        		width: auto;
        	}
            .secondary-btn-group.desktop-version{
				display: none;
				opacity: 0;
            }
			.secondary-btn-group.mobile-version{
				display: block;
				opacity: 1;
            }
        }

        @media all and (max-width: 768px) {
            .secondary-hero  .secondary-headings {
                width: auto;
                max-width: 100%;
            }
            .secondary-content {
                display: block;
            }
            .secondary-content-left {
                max-width: 100%;
            }
            .secondary-content-right {
                max-width: 100%;
            }
            .sec-one-btn, .sec-two-btn {
                margin-left: 0;
            }
            .sec-one-btn span, .sec-two-btn span {
                top: -2px;
            }
            .secondary-cta {
                display: block;
                height: auto;
            }
            .secondary-cta .left-cta {
                height: 400px;
            }
            .sec-two-btn.open-popup {
                max-width: 350px;
            }
            .secondary-cta .right-cta {
                padding: 50px 0;
            }
        }

        @media all and (max-width: 650px) {
            .secondary-hero {
                padding: 0;
                background-size: auto 100%;
            }
            .secondary-hero .secondary-headings {
                left: 0;
                max-width: 90%;
                height: auto;
                padding: 15px 25px;
            }
            .secondary-subheading {
                font-size: 32px!important;
                line-height: 1.1;
            }
            .secondary-heading {
                font-size: 32px!important;
                line-height: 1.1;
            }
            .secondary-hero .social {
                display: none;
            }
            .secondary-content {
                margin: 40px 0;
                padding: 35px 26px;
                display: block;
            }
            .secondary-cta {
                display: block;
                padding: 0 26px;
                height: auto;
            }
            .secondary-cta .left-cta {
                height: 210px;
                border-right: 9px solid #5d4b9f;
            }
            .secondary-content .secondary-content-left > span {
                font-size: 18px;
                line-height: 40px;
            }
            .secondary-content .secondary-content-left p {
                font-size: 18px;
                line-height: 32px;
            }
            .secondary-content .secondary-content-left > span:after {
                margin: 24px 0;
            }

            .sec-one-btn, .sec-two-btn {
                align-items: center;
            }
            .sec-one-btn span, .sec-two-btn span {
                top: -14px;
            }
            .secondary-cta .sec-two-btn {
                font-size: 20px;
                max-width: 220px;
                height: 58px;
                display: flex;
                justify-content: space-around;
                align-items: center;
                padding: 0;
                line-height: 1;
                border-radius: 0 28px 0 0;
            }
            .secondary-cta .sec-two-btn span {
                font-size: 80px;
                display: inline-block;
                position: relative;
                top: 13px;
            }
            .secondary-cta .sec-two-btn.open-popup span.btn-text {
				font-size: 20px;
				top: 0;
            }
            .secondary-cta .sec-two-btn.open-popup span.shev {
				font-size: 70px;
				height: 14px;
            }
            .secondary-cta .right-cta {
                padding: 0;
            }
            .secondary-cta .right-cta span {
                margin-top: 24px;
                font-size: 40px;
                line-height: 42px;
            }
            .secondary-cta .right-cta p {
                font-size: 24px;
                line-height: 30px;
            }
        }
		        
		.cd-popup {
		    position: fixed;
		    left: 0;
		    top: 0;
		    height: 100%;
		    width: 100%;
		    background-color: rgba(94, 110, 141, 0.9);
		    opacity: 0;
		    visibility: hidden;
		    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
		    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
		    transition: opacity 0.3s 0s, visibility 0s 0.3s;
		    overflow-y: auto;
		    z-index: 10000;
		}

		.cd-popup.is-visible {
		    opacity: 1;
		    visibility: visible;
		    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
		    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
		    transition: opacity 0.3s 0s, visibility 0s 0s;
		}

		.cd-popup-container {
		    display: inline-block;
		    width: auto !important;
		    max-width: 100% !important;
		    overflow-x: hidden;
		    border: none;
		    position: relative;
		    margin-left: auto;
		    margin-right: auto;
		    text-align: center;
		    background: transparent;
		    border-radius: .25em .25em .4em .4em;
		    text-align: center;
		    box-shadow: none;
		    margin: 0;
		    top: 50vh;
		    left: 50%;
		    transform: translate(-50%, -50%);
		    /* Force Hardware Acceleration in WebKit */
		    -webkit-backface-visibility: hidden;
		    -webkit-transition-property: -webkit-transform;
		    -moz-transition-property: -moz-transform;
		    transition-property: transform;
		    -webkit-transition-duration: 0.3s;
		    -moz-transition-duration: 0.3s;
		    transition-duration: 0.3s;
		}

		.cd-popup-container p {
		    margin: 0;
		    padding: 3em 1em;
		    padding-top: 1em;
		}

		.cd-popup-container .cd-popup-close {
		    position: absolute;
		    top: 8px;
		    right: 2px;
		    width: 32px;
		    height: 32px;
		}
		.cd-popup-close i {
		    pointer-events: none;
		    width: 32px;
		    height: 32px;
		    font-size: 32px;
		    background-color: #fff;
		    border-radius: 50%;
		}

		.cd-close-button {
		    color: #545454;
		    border-bottom: none;
		}

		.cd-popup-container .cd-popup-close::before {
		    -webkit-transform: rotate(45deg);
		    -moz-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		    -o-transform: rotate(45deg);
		    transform: rotate(45deg);
		    left: 8px;
		}

		.cd-popup-container .cd-popup-close::after {
		    -webkit-transform: rotate(-45deg);
		    -moz-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		    -o-transform: rotate(-45deg);
		    transform: rotate(-45deg);
		    right: 8px;
		}

		.is-visible .cd-popup-container {
		    -webkit-transform: translateY(-50%, -50%);
		    -moz-transform: translateY(-50%, -50%);
		    -ms-transform: translateY(-50%, -50%);
		    -o-transform: translateY(-50%, -50%);
		    transform: translate(-50%, -50%);
		}

		@media only screen and (min-width: 1170px) {
		    .cd-popup-container {
		        margin: 0;
		    }
		}

/*Secondary page ends*/

/*Dashboard login page*/
.dashboard-login {
	position: relative;
	z-index: 2;
}
.dashboard-login .hero-banner__inner-page {
	background-color: #098A89;
    padding: 70px;
    border-radius: 0 0 135px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 70px;
}
.left-dashboard {
	max-width: 327px;
    width: 25%;
}
.left-dashboard h1 {
	margin: 30px 0;
    color: #FFF;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}
.left-dashboard h1 span {
	display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.left-dashboard p {
	color: #FFF;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
}
.left-dashboard .dashboard-login-hero {
	height: 275px;
    width: auto;
    max-width: 275px;
    max-height: 275px;
    border-radius: 50%;
    border: 10px solid #fff;
    object-fit: cover;
    box-sizing: border-box;
}
.right-dashboard {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	gap: 40px;
	width: 75%;
}
.right-dashboard a:hover {
	opacity: 1;
}
.right-dashboard .payment-method {
	width: 412px;
	position: relative;
	border-radius: 0px 50px;
	background: #FFF;
    box-sizing: border-box;
	box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.20);
	transition: 0.3s ease-in-out;
}
.right-dashboard .payment-method:hover {
	border-radius: 50px 0px;
}
.right-dashboard .payment-method .payment-top {
	padding: 40px;
}
.right-dashboard .payment-method .payment-top img {
	display: block;
	max-width: 100%;
	width: auto;
	height: 150px;
	object-fit: contain;
	margin: 0 auto;
}
.right-dashboard .payment-method .payment-bottom {
	background-color: #F2F2F2;
	position: relative;
	width: 100%;
	height: 85px;
	left: 0;
	bottom: 0;
	border-radius: 0px 0 0 50px;
}
.right-dashboard .payment-method .payment-bottom .dash-login-link {
	display: block;
    position: absolute;
    width: 95px;
    height: 95px;
    top: -44px;
    right: 44px;
    padding: 20px;
    background-color: #098A89;
    border: 7px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
}
.right-dashboard .payment-method .payment-bottom img {
	width: 100%;
}
.page-template-dashboard-login .cta-wrapper {
	display: none;
}

/*Dashboard login page ends*/

@media all and (max-width: 1367px) {
	.hero-banner__inner-page.lead-page {
		padding: 30px;
	}
	.lead-form .wrap-wrapper .input-wrapper:first-of-type {
		/*margin-right: 0;*/
	}
	.lead_submit {
		margin-top: 20px;
	}
	.secondary-content-right img {
		max-width: 300px;
		max-height: 300px;
    	object-fit: cover;
    }
	.dashboard-login .hero-banner__inner-page {
		display: block;
		height: auto;
		border-radius: 0;
		width: 100%;
		padding: 22px;
		box-sizing: border-box;
	}
	.left-dashboard {
		width: 100%;
		max-width: 100%;
	}
	.left-dashboard img {
		display: none;
	}
	.right-dashboard {
		display: block;
		width: 100%;
		margin: 32px auto;
	}
	.right-dashboard .payment-method {
		margin: 32px auto;
	}
}
@media all and (max-width: 1024px) {
	.hero-banner__inner-page.lead-page {
		padding: 30px;
	}
	.lead_submit {
		margin-top: 20px;
	}
}
@media all and (max-width: 992px) {
	.section.hero-banner.lead-section {
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: wrap;
		background-color: transparent;
		margin: 0;
	}
	.hero-banner__inner-page.lead-page {
		padding: 30px;
		padding-top: 270px;
		background-color: #fff;
	}
	.banner-img.mobile-only {
		border-radius: 120px 0 0 0;
		background-color: transparent;
		object-fit: cover;
	}
	.dashboard-login .hero-banner__inner-page {
		display: block;
		height: auto;
		border-radius: 0;
		width: 100%;
		padding: 22px;
		box-sizing: border-box;
	}
	.left-dashboard {
		width: 100%;
		max-width: 100%;
	}
	.left-dashboard img {
		display: none;
	}
	.right-dashboard {
		width: 100%;
		margin: 32px auto;
	}
}
@media all and (max-width: 768px) {
	.hero-banner__inner-page.lead-page {
		padding-top: 180px;
	}
	.dashboard-login .hero-banner__inner-page {
		display: block;
		height: auto;
		border-radius: 0;
		width: 100%;
		padding: 22px;
		box-sizing: border-box;
	}
	.left-dashboard {
		width: 100%;
		max-width: 100%;
	}
	.left-dashboard img {
		display: none;
	}
	.right-dashboard {
		width: 100%;
		margin: 32px auto;
	}
	.right-dashboard .payment-method {
		width: 100%;
	}
}
@media all and (max-width: 650px) {
	.section.hero-banner.lead-section {
		margin-left: 0;
		margin-right: 0;
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-start;
		align-items: flex-start;
		background-color: transparent;
	}
	.hero-banner__inner-page.lead-page {
		padding-left: 20px;
		padding-right: 18px;
		padding-top: 30px;
		background-color: #fff;
	}
	.lead-form {
		margin-top: 15px;
	}
	.wrap-wrapper {
		flex-wrap: wrap;
	}
	.lead-form .wrap-wrapper .input-wrapper:first-of-type {
		margin-right: 0;
	}
	.lead-form .radio-wrapper {
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.lead-form .radio-wrapper input[type="radio"] {
		margin: 10px;
		margin-left: 0;
	}
	.lead-form .radio-wrapper label {
		margin-bottom: 4px;
	}
	.lead-form .select-wrapper:first-of-type {
		margin-right: 0;
	}
	.lead-form .select-wrapper {
		margin-bottom: 15px;
	}
	.lead-form .radio-wrapper > div {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.lead-form .input-wrapper.oneline label {
		margin-bottom: 0;
	}
	.lead-form .input-wrapper.oneline legend {
		width: 50%;
	}
	.lead-form .lead_submit {
		margin: 54px auto 32px 54px;
	}
	.send_response {
		margin: 54px auto 32px;
	}
}
/* cusomer suport holidays */
.dashboard-login .holidays {
    margin-top: 30px;
}

.dashboard-login .holidays h2 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    width: 100%;
}

.dashboard-login .holidays .holiday-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.dashboard-login .holidays .holiday-title {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.dashboard-login .holidays .holiday-date {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

/* 2-column layout for holiday blocks */
.dashboard-login .holidays {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
}

.dashboard-login .holidays h2 {
    grid-column: 1 / -1; /* Make heading span both columns */
}

/* Responsive: single column on smaller screens */
@media (max-width: 768px) {
    .dashboard-login .holidays {
        grid-template-columns: 1fr;
    }
}

.state-notice {
    font-size: 0.85em; color: #555; margin-top: 1rem;
}
