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

HOME PAGE

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

body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
	font-display: swap;
}

body a {
	text-decoration: none;
}

a.fusion-textcolor-highlight span.button-large{
	background-color: #ffbd19 !important;
	color: #333 !important;
}

a:hover.fusion-textcolor-highlight {
	opacity: .8;
	text-decoration: none;
}


/* Hero -------------------- */

.home_hero {
	background: url(../images/hero-bkrd.jpg) #fff repeat-x center top;
	height:800px;
	padding: 150px 0;
}

.home_hero a {
	text-decoration: none;
}

.home_hero img {
	width: 85%;
}

.home_hero_content h1 {
	color: #333;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
	font-display: swap;
	font-size: 44px;
	font-weight: 800;
	margin: 30px 0 25px 0;
}

.home_hero_content p {
	color: #333;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
	font-display: swap;
	margin-bottom: 32px;
}

.home_hero_content p a.cta-arrow {
	background: none;
	color: #333;
	margin: 0;
	padding: 0;
}

.home_hero_content p a.cta-arrow span.arrow {
	background: url(../images/cta-arrow-blue.png) no-repeat -2px 0;
	display: inline-block;
	height: 12px;
	width: 12px;
}

/* RWD ---------- */

@media (max-width: 1200px) {

	.home_hero {
		background-position: 0 -150px;
		height: 650px;
		padding: 50px 0;
	}

	.home_hero img {
		width: 100%;
	}

}

@media (max-width: 768px) {

	.home_hero_content h1 {
		font-size: 32px !important;
		line-height: 42px !important;
	}

}

@media (max-width: 668px) {

	.home_hero_content h1 {
		margin-top: 0;
	}

	.home_hero_content img {
		display: none;
	}

	.home_hero {
		height: 575px;
	}

	.home_hero img {
		width: 90%;
	}

	.home_hero_content p {
		font-size: 14px;
	}

}

@media (max-width: 578px) {

	.home_hero_content {
		text-align: center;
	}

}


/* 
 --------------------
 --------------------
	Home Product Info
 --------------------
 -------------------- */

.home_product_intro {
	margin-bottom: 0;
}

.home_product_intro_nav {
	margin: 75px 0 40px 0;
	text-align: left;
}

.home_product_intro_nav a {
	color: #333;
	display: inline-block;
	font-size: 22px;
	font-weight: 600;
	line-height: 2.25em;
}

.home_product_intro_nav a.intro-nav-first {
	text-align: left;
	min-width: 20%;
}

.home_product_intro_nav a.intro-nav-mid {
	text-align: center;
	min-width: 24%;
}

.home_product_intro_nav a.intro-nav-last {
	text-align: right;
	min-width: 28%;
}

.home_product_intro_nav a:hover {
	color: #333;
	text-decoration: none;
}

.home_product_intro_nav a span {
	border-bottom: 4px solid #a6a6a6;
	padding-bottom: 3px;
}

.home_product_intro_nav a.cycle-pager-active span {
	border-bottom: 4px solid #009b65;
	padding-bottom: 3px;
}

.home_product_intro h2 {
	font-weight: 600;
	line-height: 1.25em;
	margin-bottom: 20px;
}

.home_product_intro p {
	font-size: 18px;
	line-height: 1.65em;
	margin-bottom: 30px;
}

.home_product_intro_col1 {
	float: left;
	width: 45%;
}

.home_product_intro_col1 img {
	object-fit: contain;
	height: 415px;
}

.home_product_intro_col2 {
	float: left;
	margin: 25px 0 0 25px;
	width: 50%;
}


/* RWD ---------- */

@media (max-width: 1024px) {

	.home_product_intro_nav a {
		font-size: 14px;
		min-width: 25%;
	}

}

@media (max-width: 768px) {

	.home_product_intro_nav a {
		display: block;
		font-size: 18px;
	}

	.home_product_intro_nav {
		margin-top: 0;
	}

	.home_product_intro_nav a {
		display: block;
		font-size: 20px;
		min-width: 100%;
	}

	.home_product_intro_nav a.intro-nav-first,
	.home_product_intro_nav a.intro-nav-mid,
	.home_product_intro_nav a.intro-nav-last {
		text-align: center;
		min-width: 100%;
	}

	.home_product_intro_col1 {
		text-align: center;
		width: 100%;
	}

	.home_product_intro_col2 {
		margin: 0 0 50px 0;
		text-align: center;
		width: 100%;
	}

}


/* 
 --------------------
 --------------------
	Intro Demo
 --------------------
 -------------------- */

.home-intro-demo {
	margin-bottom: 0;
}

.home-intro-demo-module {
	background-color: #e6e7e8;
}

.home-intro-demo-module {
  background: url(../images/intro-demo-bottom-edge.png) no-repeat center bottom;
  margin-bottom: 100px;
  padding-bottom: 100px;
}

.home-intro-demo-module-top {
	border-bottom: 1px solid #999;
	display: flow-root;
	margin: 25px 25px 65px 30px;
}

.home-intro-demo-module-top p {
	border-right: 1px solid #999;
	float: left;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25em;
	margin: 0 0 25px 0;
	padding: 0 45px 10px 0;
}

.home-intro-demo-module-top ul {
	float: left;
}

.home-intro-demo-module-top li {
	float: left;
	list-style: none;
}

.home-intro-demo-module-top li img {
	height: 88px;
	margin: -10px 35px 0 8px;
	object-fit: contain;
	width: 75px;
}

.home-intro-demo-module-top a {
	border: 2px solid #333;
	border-radius: 20px;
	color: #333;
	float: right;
	font-size: 18px;
	font-weight: 600;
	margin: 20px 25px 0 0;
	padding: 4px 16px;
}

.home-intro-demo-module-top a:hover {
	color: #333;
	opacity: .8;
}

.home-intro-demo-module-content {
	margin-bottom: 35px;
	text-align: center;
}

.home-intro-demo-module-content h3 {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 35px;
}

.home-intro-demo-module-content p {
	font-size: 18px;
	margin-bottom: 35px;
	padding: 0 150px;
}

.home-intro-demo-module-content a {
	margin: 0 12px !important;
}


/* RWD ---------- */

@media (max-width: 1100px) {

	.home-intro-demo-module-top li img {
		height: 68px;
		margin: 0 35px 0 8px;
		object-fit: contain;
		width: 55px;
	}

}

@media (max-width: 960px) {

	.home-intro-demo {
		margin-top: 50px;
	}

	.home-intro-demo-module-top li img {
		height: 58px;
		margin: 0 35px 0 8px;
		object-fit: contain;
		width: 45px;
	}

	.home-intro-demo-module-top a {
		display: none;
	}

}

@media (max-width: 668px) {

	.home-intro-demo-module-top p {
		border-right: 0;
		padding: 0;
		text-align: center;
		width: 100%;
	}

	.home-intro-demo-module-top ul {
		padding-left: 4rem;
	}

	.home-intro-demo-module-content p {
		padding: 0 25px;
	}

}

@media (max-width: 480px) {

	.home-intro-demo-module-top ul {
		padding-left: 1rem;
	}

	.home-intro-demo-module-top li img {
		margin: 0 25px 0 8px;
	}

}

/* Clients -------------------- */

.home_clients {
}

.home_clients_header {
	display: block;
	margin: 100px 0 25px 0;
	text-align: center;
}

.home_clients_header h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
	font-display: swap;
	font-size: 16px;
	letter-spacing: 2px !important;
	text-transform: uppercase;
}

.home_clients_logos {
	display: inline-block;
	mix-blend-mode: multiply;
	text-align: center;
}

.home_clients_logos img {
	float: left;
	width: 175px;
}

.home_clients_logos a {
	color: #214c6c;
	font-style: italic;
}

.home_clients_testimonials {
	float: left;
	margin: 50px 0 50px 0 !important;
}

.home_clients_testimonials blockquote {
	background: url(../images/home-quote.png) transparent no-repeat;
	border: 0;
	color: #333;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
	font-display: swap;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 42px;
	padding: 25px 35px 25px 50px;
}

.home_clients_testimonials img,
.home_clients_testimonials p {
	float: right;
	padding-top: 25px;
}

.home_clients_testimonials p {
	padding-left: 10px;
}

/* RWD ---------- */

@media (max-width: 960px) {

	.home_clients_logos img {
		width: 100px;
	}

}

@media (max-width: 668px) {

	.home_clients_logos img {
		width: 75px;
	}

	.home_clients_testimonials blockquote {
		font-size: 22px;
	}

	.home_clients_testimonials p {
		padding: 0 50px;
	}

}

@media (max-width: 480px) {

	.home_clients_logos img {
		width: 65px;
	}

}


/* 
 --------------------
 --------------------
	Intro Testimonials
 --------------------
 -------------------- */

.home-intro-testimonials {

}

.home_product_testimonial_nav span.prevControl,
.home_product_testimonial_nav span.nextControl {
	padding-right: 10px;
}

.home_product_testimonial_nav span:hover.prevControl,
.home_product_testimonial_nav span:hover.nextControl {
	opacity: .8;
}

.home_product_testimonial_nav a {
	background-color: #555;
	border: 2px solid #ccc;
	border-radius: 75px;
	color: transparent;
	display: inline-block;
	height: 24px;
	margin-right: 12px;
	width: 24px;
}

.home_product_testimonial_nav a.cycle-pager-active {
	background-color: #fff;
}

.home_product_testimonial_col {
	position: relative;
	margin-top: -60;
	z-index: 9999;
}

.home_product_testimonial_col1 {
	float: left;
	margin-top: 50px;
	width: 30%;
}

.home_product_testimonial_col1 h2 {
	font-weight: 600;
	margin-bottom: 15px;
	padding-right: 45px;
}


.home_product_testimonial_col1 p {
	margin-bottom: 40px;
	padding-right: 45px;
}


.home_product_testimonial_col2 {
	float: left;
	width: 25%;
}

.home_product_testimonial_col2 img {
	width: 100%;
}

.home_product_testimonial_col3 {
	float: right;
	margin-top: 50px;
	width: 40%;
}

.home_product_testimonial_col3 blockquote {
	border: none;
	background-color: transparent;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.3em;
}

/* RWD ---------- */

@media (max-width: 1260px) {

	.home_product_testimonial_col2 img {
		border-bottom: 8px solid #999;
		padding: 0 8px;
	}

}

@media (max-width: 1100px) {

	.home_product_testimonial_col {
		margin-top: 0;
	}

	.home_product_testimonial_col1,
	.home_product_testimonial_col2,
	.home_product_testimonial_col3 {
		margin-top: 25px;
	}

	.home_product_testimonial_col3 blockquote {
		font-size: 20px;
		line-height: 1.3em;
	}

}

@media (max-width: 960px) {

	.home-intro-testimonials {
		margin-bottom: 50px;
	}

}

@media (max-width: 768px) {

	.home_product_testimonial_nav {
		text-align: center;
	}

	.home_product_testimonial_col1,
	.home_product_testimonial_col3 {
		display: block;
		text-align: center;
		width: 100%;
	}

	.home_product_testimonial_col1 h2,
	.home_product_testimonial_col1 p {
		padding: 0 25px 0 25px;
	}

	.home_product_testimonial_col2 {
		text-align: center;
		width: 100%;
	}

	.home_product_testimonial_col2 img {
		width: 50%;
	}

}

@media (max-width: 480px) {

	.home_product_testimonial_col2 img {
		width: 75%;
	}

}







/* Reviews -------------------- */

.home_reviews {
	background: url(../images/review-bkrd.png) no-repeat center 95px;
	padding: 50px 0;
}

.review-card {
	background: rgb(212,212,212);
	background: linear-gradient(-25deg, rgba(212,212,212,1) 35%, rgba(205,205,205,1) 35%); 
	border-radius: 15px;
	height: 120px;
	padding: 20px 25px 0 20px;
}

.review-card-left {
	float: right;
	width: 55%;
}

.review-card-right {
	float: left;
	width: 55%;
}

.review-card-left p,
.review-card-right p {
	float: right;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
	font-display: swap;
	font-size: 42px;
	font-style: italic;
	font-weight: 600;
	line-height: 40px;
	margin-top: 10px;
	padding: 0;
	text-align: right;
}

.review-card-left p em,
.review-card-right p em {
	display: block;
	font-weight: 300;
	font-size: 14px;
}


/* RWD ---------- */

@media (max-width: 1280px) {


	.review-card-left img,
	.review-card-right img {
		width: 120px;
	}

	.review-card-left p,
	.review-card-right p {
		font-size: 32px;
	}

}

@media (max-width: 1100px) {

	.review-card-left img,
	.review-card-right img {
		width: 110px;
	}

	.review-card-left p,
	.review-card-right p {
		font-size: 32px;
	}

	.review-card-left p em,
	.review-card-right p em {
		font-size: 12px;
	}

}

@media (max-width: 1000px) {

	.review-card-left {
		width: 65%;
	}

	.review-card-right {
		width: 65%;
	}

	.review-card-left img,
	.review-card-right img {
		width: 100px;
	}

	.review-card-left p,
	.review-card-right p {
		font-size: 28px;
	}

}

@media (max-width: 768px) {

	.review-card-left {
		width: 85%;
	}

	.review-card-right {
		width: 85%;
	}

	.review-card-left img,
	.review-card-right img {
		width: 70px;
	}

	.review-card-left p,
	.review-card-right p {
		font-size: 32px;
	}

}


@media (max-width: 480px) {

	.review-card {
		height: 100px;
	}

	.review-card-left img,
	.review-card-right img {
		width: 100%;
	}

	.review-card-left p,
	.review-card-right p {
		display: none;
	}

}


/* Video -------------------- */

.home_video {
	background-color: #214c6c;
	color: #fff;
	padding: 100px 0;
}

.home_video h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
	font-display: swap;
	font-size: 38px;
	margin-bottom: 45px !important;
	text-align: center;
}

.home_video_embed {
	padding-bottom: 35px;
	text-align: center;
}

.home_video iframe {
	height: 457px;
	width: 768px;
}

.home_video_cta {
	padding-bottom: 5px;
	text-align: center;
}

/* RWD ---------- */

@media (max-width: 668px) {

	.home_video h2 {
		font-size: 28px;
	}

}

@media (max-width: 480px) {

	.home_video iframe {
		height: 200px;
		width: 450px;
	}

}


/* Products -------------------- */

.home_products {
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 75%, rgba(204,204,204,1) 100%); 	
	font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
	font-display: swap;
	padding: 125px 0;
}

.home_products .row {
	margin-bottom: 100px;
}

.home_products img,
.home_products video {
	border-radius: 10px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
	width: 90%;
}

.home_products h3 {
	color: #333;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
	font-display: swap;
	font-size: 32px;
	margin: 15px 0;
}

.home_products p {
	color: #333;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
	font-display: swap;
	line-height: 30px;
}

/* RWD ---------- */

@media (max-width: 480px) {

	.home_products img,
	.home_products video {
		width: 100%;
	}

	.home_products h3 {
		font-size: 28px;
	}

	.home_products p {
		line-height: 24px;

	}

}


/* Case Studies -------------------- */

.home_case_studies {
	background-color: #009b65;
	color: #fff;
	padding: 100px 0;
}

.home_case_studies_row {
}

.home_case_studies img {
	border-radius:  10px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.home_case_studies h2 {
	font-size: 44px;
	margin-bottom: 50px !important;
}

.home_case_studies h4 {
	font-size: 26px;
	margin: 15px 0 25px 0;
}

.home_case_studies h6 {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 20px 0 25px 0;
	text-transform: uppercase;
}

.home_case_studies a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.home_case_studies_row_cta {
	padding-top: 100px;
	text-align: center;
}

/* RWD ---------- */

@media (max-width: 480px) {

	.home_case_studies a {
		margin-bottom: 45px !important;
	}

}


/* Miscellaneous -------------------- */

.home_hero_content a,
.home_product_intro_col a,
.home_video a,
.home_products a,
.home_case_studies a.home-cta-yellow,
.home-intro-demo-module-content a,
.home_product_testimonial_col1 a.home-cta-yellow,
.home_product_testimonial_col1 a.home-cta-green {
	background-color: green;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
	font-display: swap;
	font-weight: 600;
	margin: 0 10px 10px 0;
	padding: 10px 25px;
}

.home_hero_content a:hover,
.home_video a:hover,
.home_products a:hover,
.home_case_studies a:hover {
	color: #fff;
	opacity: .8;
	text-decoration: none;
}

.home_hero_content a.home-cta-green,
.home_video a.home-cta-green,
.home_products a.home-cta-green,
.home-intro-demo-module-content a.home-cta-green,
.home_product_testimonial_col1 a.home-cta-green {
	background-color: #019b65;
}

.home-intro-demo-module-content a:hover.home-cta-green,
.home_product_testimonial_col1 a:hover.home-cta-green {
	color: #fff;
	opacity: .8;
}

.home_hero_content a.home-cta-blue,
.home_product_intro_col a.home-cta-blue,
.home_video a.home-cta-blue,
.home_products a.home-cta-blue,
.home_case_studies a.home-cta-blue {
	background-color: #205f80;
	color: #fff !important;
}

.home_hero_content a.home-cta-yellow,
.home_product_intro_col a,
.home_video a.home-cta-yellow,
.home_products a.home-cta-yellow,
.home_case_studies a.home-cta-yellow,
.home_product_testimonial_col1 a.home-cta-yellow {
	background-color: #ffbd19;
	color: #214c6c !important;
}

.home-intro-demo-module-content a.home-cta-clear {
	background-color: transparent;
	border: #333 2px solid;
	color: #333;
	padding: 8px 23px;
}

.home-intro-demo-module-content a:hover.home-cta-clear,
.home_product_intro_col2 a:hover.home-cta-yellow,
.home_product_intro_col2 a:hover.home-cta-blue,
.home_product_testimonial_col1 a:hover.home-cta-yellow {
	opacity: .8 !important;
}

img.nostyles {
	border: 0;
	box-shadow: none;
}


/* RWD ---------- */

@media (max-width: 960px) {

	.home_hero_content a,
	.home_video a,
	.home_products a,
	.home_case_studies a {

	}

}

/* OVERRIDES FIXES ---------- */

section#content article .post-content {
	width: 50%;
}

html.avada-header-color-not-opaque .layout-wide-mode .fusion-header-wrapper {
  background-color: #009b65 !important;
}

video {
  pointer-events: none;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
	font-size: 18px !important;
}

@media screen and (max-width: 480px) {
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a, div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    font-size: 18px !important;
  }
}