:root {
	--crunchy-grey: #999C9F;
	--crunchy-bg-grey: #f2f2f2;
	--section-py: min(8%, 90px);
	--wp--style--global--content-size: 1720px;
	--dark-color: #181a1d;
	--crunchy-green: #6ee972;
	--brand-green: var(var(--crunchy-green));
  }

.container,
.wp-block-group__inner-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
	padding-left: 15px;
	padding-right: 15px;
}

h1 {
	color: var(--crunchy-black);
	font-size: min(45px, 8vw);
	margin-bottom: 1em;
}

h2 {
	font-size: 40px;
    line-height: 55px;
    font-weight: 900;
	text-transform: none;
}
h2:first-child {
	margin-top: 0;
}
h2:not(:last-child) {
	margin-bottom: 55px;
}

h3 {
	font-size: 32px;
	line-height: 120%;
}
h3:first-child {
	margin-top: 0;
}
h3:not(:last-child) {
	margin-bottom: 18px;
}

.the-content h5 {
	font-weight: 400;
	font-size: 1.25rem;	
	margin-bottom: 0.5em;
	line-height: 130%;
	letter-spacing: 0;
	color: var(--crunchy-black);
}
.the-content h5:first-child {
	margin-top: 0;
}
.the-content ul {
	font-size: 1rem;
}
.the-content .color-green,
.the-content .green-color {
	color: var(--crunchy-green);
}

.wp-block-image:last-child {
	margin-bottom: 0;
} 

.the-content p {
	margin-top: 0;
}
.the-content p:last-child {
	margin-bottom: 0;
}
.the-content p + h3 {
	margin-top: 1.25em;
}
.the-content .mt0, .the-content .mt-0 {
	margin-top: 0;
}
.the-content .mb-0, .the-content .mb0 {
	margin-bottom: 0;
}
.the-content .mb-30, .the-content .mb30 {
	margin-bottom: 30px;
}

main[role=main] > section.wp-block-group {
	--padding-inline: 30px;
	--grid-content-size: 1400px;
	display: grid;
	grid-template-columns: minmax(var(--padding-inline), 1fr) min(100% - var(--padding-inline) * 2, var(--grid-content-size)) minmax(var(--padding-inline), 1fr);
  }
  main[role=main] > section.wp-block-group.mw-75 {
	--grid-content-size: 1400px;
  }
  main[role=main] > section.wp-block-group > * {
	grid-column: 2;
  }

#masthead {
	min-height: 540px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--crunchy-black);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#masthead h1 {
	text-align: center;
	margin: 0;
	padding: 5vh 0;
	font-size: 43px;
	line-height: 110%;
	color: white;
}

.the-content > .wp-block-group {
	padding-top: max(80px, 10vh);
	padding-bottom: max(80px, 10vh);
	position: relative;
}
.pb-0,
.wp-block-group.pb-0,
.pb0,
.wp-block-group.pb0,
.wp-block-group:last-child:not(.dark-bg):not(.grey-bg):not(.green-bg):not(.image-bg):not(.wp-block-ct-ct-acf-text) {
	padding-bottom: 0;
}
.pt0,
.wp-block-group.pt0,
.pt-0,
.wp-block-group.pt-0 {
	padding-top: 0;
}

body.single.single-industry-insights .the-content .wp-block-group.mw-800 {
	max-width: 800px !important;
}

.dark-bg {
	background-color: var(--crunchy-black);
	color: white;
}
.dark-bg * {
	color: white;
}

.grey-bg,
.gray-bg {
	background-color: #f5f5f5;
}

.green-dots-bg:before {
	background-image: url(diamond-pattern-2.png);
	background-repeat: no-repeat;
	background-size: auto;
}
.green-dots-bg.bottom-right:before {
	position: absolute;
	height: 80%;
	aspect-ratio: 1;
	display: block;
	content: '';
	bottom: 0;
	right: 0;
}
.green-dots-bg > * {
	position: relative;
}
	
.green-bg {
	background-color: var(--crunchy-dark-green);
}

.green-cubes-bg {
	position: relative;	
}
.green-cubes-bg > * {
	position: relative;
	z-index: 2;
}
.green-cubes-bg:before {
	width: 25vw;
	height: 25vw;
	background-image: url(cubes-bg-green.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	position: absolute;
	content: '';
	display: block;
	z-index: 1;
}
.green-cubes-bg.left-top:before {
	top: 0;
	left: 0;
}
.green-cubes-bg.right-top:before {
	top: 0;
	right: 0;
	transform: scaleX(-1);
}
.green-cubes-bg.right-bottom:before {
	right: 0;
	bottom: 0;
	transform: scale(-1);
	background-position: right bottom;
}

.image-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.white-text, .white-text *, .color-white, .color-white *, .white-color, .white-color * {color: white;}
	
.tasks-grid figure {
	text-align: center;
}
.tasks-grid figure img {
	width: 25%;
}
.tasks-grid figcaption {
	font-size: 1rem;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 20px;
}	

.contact-form-wrap {
	margin-left: auto;
	margin-right: auto;
}

.side-tabs .tabs-container {
	display: flex;
	flex-direction: row;	
	justify-content: space-between;
	align-items: flex-start;
}
.side-tabs .tabs-container h3 {
	font-size: 2rem;
	font-weight: 900;
	margin-top: 0;
}
.side-tabs .tabs-nav-wrap {
	width: 25%;
	order: 2;
	max-width: 255px;
}
.side-tabs .tabs-nav-wrap + div {
	width: 70%;
	max-width: 100%;
	order: 1;
}
.side-tabs .tabs-nav-wrap a {
	display: block;
	color: gray;
	padding: 10px 10px;
	border-left: 3px solid lightgray;
	font-size: 1rem;
	text-decoration: none;
	font-weight: 400;
	margin-left: 10px;
}
.side-tabs .tabs-nav-wrap a.active {
	color: var(--crunchy-green);
	border-color: var(--crunchy-green);
}
.side-tabs .wp-block-group.hidden {
	display: none;
}

.wp-block-buttons .ghost .wp-block-button__link {
	background-color: transparent;
	color: var(--crunchy-green);
	font-size: 1rem;
	text-transform: uppercase;
	border: none;
	margin: .41668rem .41668rem .41668rem 0;
	padding: 1.35714rem 2.5rem;
	position: relative;
	text-align: center;
	display: inline-block;
	line-height: 1.2;
	outline: none;
	cursor: pointer;
	font-weight: 900;
	letter-spacing: 3.2px;
	border-radius: 0;
}
.wp-block-buttons .ghost .wp-block-button__link:before {
	position: absolute;
    top: auto;
    bottom: 0;
    left: -35px;
    width: 120px;
    height: 2px;
    background: #58da5d;
    background: linear-gradient(270deg,#58da5d,#58da5d 50px,rgba(88,218,93,.35) 51px,transparent);
	right: 28%;
	content: '';
	display: block;
	transform: none;
	transition: all .2s ease-in-out;
}
.wp-block-buttons .ghost .wp-block-button__link:after {
	display: inline-block;
    margin-left: 11px;
    content: "";
    font-family: FontAwesome;
    font-weight: 400;
	position: static;
    transform: none;
    background: none;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
	bottom: -11px;
	transition: all .2s ease-in-out;
}
.wp-block-buttons .ghost .wp-block-button__link:hover {
	color: white;
	background: var(--crunchy-green);
}
.wp-block-buttons .ghost .wp-block-button__link:hover:before {
	left: 20px;
}
.wp-block-buttons .ghost .wp-block-button__link:hover:after {
	color: white;
}

.wp-embed-aspect-16-9.wp-has-aspect-ratio iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

.wp-block-code {
	padding: 1rem;
	border: 2px solid lightgray;
	margin: 2rem 0;
}
.wp-block-code code {
	padding: 0.5em;
	color: var(--crunchy-green);
	background-color: var(--crunchy-black);
}

/* new footer form */
#support-contact-form .contact-form > header > h3 {
	margin-bottom: 3rem;
  }
  #support-contact-form .contact-form-wrap {
	margin-left: auto;
	margin-right: auto;
  }
  #support-contact-form #crmWebToEntityForm {
	background-color: white;
	position: relative;
	z-index: 3;
	top: -80px;
	padding: 32px 26px;
	border: 4px solid var(--crunchy-green);
	color: var(--crunchy-black) !important;
	font-size: 16px;
	font-family: Nunito Sans, sans-serif;
	line-height: 1.6666em;
	max-width: 650px !important;
  }
  #support-contact-form #crmWebToEntityForm .zcwf_title {
	display: none;
  }
  #support-contact-form #crmWebToEntityForm .zcwf_row {
	margin: 0 0 1.25002rem 0;
  }
  #support-contact-form #crmWebToEntityForm .zcwf_col_lab {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
	font-size: inherit !important;
	font-family: inherit !important;
	line-height: inherit;
	color: inherit;
	font-weight: 400;
  }
  #support-contact-form #crmWebToEntityForm .zcwf_col_lab label {
	padding: 0;
	font-size: inherit !important;
	font-family: inherit !important;
	line-height: inherit;
	color: inherit;
	font-weight: inherit;
  }
  #support-contact-form #crmWebToEntityForm .zcwf_col_fld {
	padding: 0;
	width: 100%;
	float: none;
  }
  #support-contact-form #crmWebToEntityForm .zcwf_col_fld input[type=text],
  #support-contact-form #crmWebToEntityForm .zcwf_col_fld textarea {
	width: 100%;
	max-width: 100%;
  }
  #support-contact-form #crmWebToEntityForm .zcwf_col_fld input[type=text] {
	height: 40px;
  }
  #support-contact-form #crmWebToEntityForm input[type=reset] {
	display: none;
  }
  #support-contact-form #crmWebToEntityForm input[type=submit] {
	border: 2px solid var(--crunchy-black);
	background: transparent;
	color: var(--crunchy-black);
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: 600;
	padding: 1em;
	text-align: center;
	min-width: 150px;
	transition: all 0.3s;
	cursor: pointer;
	border-radius: 0;
	font-size: 16px;
	font-family: inherit;
  }
  #support-contact-form #crmWebToEntityForm input[type=submit]:hover {
	background: var(--crunchy-green);
	border-color: var(--crunchy-green);
	color: white;
  }
  @media (min-width: 600px) {
	#support-contact-form #crmWebToEntityForm .zcwf_title + .zcwf_row + .zcwf_row, #support-contact-form #crmWebToEntityForm .zcwf_title + .zcwf_row + .zcwf_row + .zcwf_row, #support-contact-form #crmWebToEntityForm .zcwf_title + .zcwf_row + .zcwf_row + .zcwf_row + .zcwf_row, #support-contact-form #crmWebToEntityForm .zcwf_title + .zcwf_row + .zcwf_row + .zcwf_row + .zcwf_row + .zcwf_row {
	  width: 48%;
	  display: inline-block;
	  vertical-align: top;
	}
	#support-contact-form #crmWebToEntityForm .zcwf_title + .zcwf_row + .zcwf_row, #support-contact-form #crmWebToEntityForm .zcwf_title + .zcwf_row + .zcwf_row + .zcwf_row + .zcwf_row {
	  margin-right: 3%;
	}
	#support-contact-form #crmWebToEntityForm .zcwf_row.wfrm_fld_dpNn + .zcwf_row:not(.wfrm_fld_dpNn) + .zcwf_row:not(.wfrm_fld_dpNn) {
	  width: 48%;
	  display: inline-block;
	  margin-right: 3%;
	  vertical-align: top;
	}
	#support-contact-form #crmWebToEntityForm .zcwf_row.wfrm_fld_dpNn + .zcwf_row:not(.wfrm_fld_dpNn) + .zcwf_row:not(.wfrm_fld_dpNn) + .zcwf_row:not(.wfrm_fld_dpNn) {
	  width: 48%;
	  display: inline-block;
	  vertical-align: top;
	}
	#support-contact-form #crmWebToEntityForm .zcwf_row.wfrm_fld_dpNn + .zcwf_row:not(.wfrm_fld_dpNn) + .zcwf_row:not(.wfrm_fld_dpNn) + .zcwf_row:not(.wfrm_fld_dpNn) + .zcwf_row:not(.wfrm_fld_dpNn) {
	  text-align: center;
	}
  }