/*yuj labs general style sheet*/


/*home*/
.home-naming > .et_pb_text_inner{
  display: flex;
	flex-direction: column;
  flex-wrap: nowrap;
}
.home-naming .flexkid {
  padding: 1.3rem;
}
.home-naming h4 {
	font-style: italic;
	font-weight: normal;
}
.home-naming h4 span{
  display:block;
	margin-bottom: 12px;
  font-size:150%;
	font-style: normal;
	font-weight: bold;
}
.home-industries .et_pb_column span.et_pb_image_wrap {
  max-height: 140px;
  overflow: hidden;
}
.home-accelerate .section-cta .et_pb_text_inner p {
	flex-direction: column;
	justify-content: center;
	text-align: center;
	gap: 0;
}


/*solutions*/
.product-intro h2 {
	font-size: 3rem;
}
.product-intro h2 span {
	font-size: 70%;
	display: block;
	color: #8bc53f;
	font-style: normal;
	line-height: 1.2;
	margin-top: 12px;
}
.industry-applications .et_pb_column {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.industry-applications .et_pb_image .et_pb_image_wrap {
	max-height: 120px;
	overflow: hidden;
}

.industry-applications img {
	opacity: .5;
}

.industry-applications .et_pb_module {
	position: relative;
	background: #012e15;
	margin: 0;
	margin-bottom: 0 !important;
}
.industry-applications p {
	position: absolute;
	top: 48%;
	width: 100%;
	text-align: center;
	padding: 0 1rem;
	margin-bottom: 0;
	color: #fff;
	line-height: 1.2;
}

.et_pb_column.agave {
  display: flex;
  flex-direction: column;
  justify-content: center;
	padding: 1rem;
}

/*about*/
.bios h3 {
	margin-top: .8rem;
	font-size: 1.6rem;
}
.bios h3 em {
	font-style: normal;
	display: block !important;
	color: #aaa	!important;
	text-transform: uppercase;
	font-size: 18px;
}

#global-footer .contact-info ul {
	padding-left: 0;
}
#global-footer .contact-info ul li {
	font-size: 108%;
	display: flex;
	align-items: baseline;
	margin-bottom: 12px;
}
#global-footer .contact-info ul li a {
	line-height: 1.6;
}
#global-footer ul .et-pb-icon {
	font-size: 20px;
	color: #8BC53F;
	font-family: ETmodules;
	margin-right: 1rem;
}
#global-footer .et_pb_row_0_tb_footer {
	flex-direction: column !important;
}
#colophon {
	font-size: 88%;
}

/*============================================
	MEDIA QUERIES
=============================================*/
@media only screen and (max-width: 768px) {

}
/* end max 768 */

@media only screen and (min-width: 768px) {

	.header-content h1 {
		font-size: 4rem !important;
	}
	/*home*/
	.home-industries .et_pb_column span.et_pb_image_wrap {
		max-height: 280px;
		overflow: hidden;
	}
	.home-accelerate .section-cta .et_pb_text_inner p {
		flex-direction: row;
		gap: 1rem;
	}
	#consumer-benefits .et_pb_image {
		max-width: 23%;
	}

	.industry-applications .et_pb_column {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.industry-applications .et_pb_module {
		width: 48%;
	}
	.industry-applications .et_pb_image .et_pb_image_wrap {
		max-height: 140px;
	}
	#global-footer .et_pb_row_0_tb_footer {
		flex-direction: row !important;
	}
	.bios h3 em {
		display: inline-block !important;
		margin-left: 4px;
	}
}
/* end 768 */

@media only screen and (min-width: 900px) {

	.header-content h1 {
		font-size: 5rem !important;
	}
	.home-naming > .et_pb_text_inner{
		flex-direction: row;
	}
	.home-industries .et_pb_column span.et_pb_image_wrap {
		max-height: none;
	}
	.industry-applications .et_pb_module {
		width: 32%;
	}
	#consumer-benefits .et_pb_image {
		max-width: 50%;
	}
}
/* end 900 */

@media only screen and (min-width: 1024px) {

	.product-intro h2 {
		font-size: 4rem;
	}
	.product-intro h2 span {
		font-size: 64%;
	}
	.industry-applications .et_pb_image .et_pb_image_wrap {
		max-height: none;
	}
	.industry-applications .et_pb_module {
		top: 42%;
	}
}
/* end 1024 */

@media only screen and (min-width: 1440px) {

	.industry-applications .et_pb_module {
		width: 15%;
		gap: .6rem;
	}
	.industry-applications p {
		top: 37%;
	}
}
/* end 1440 */
@media only screen and (min-width: 1660px) {

}
/* end 1660 */
