
@media (min-width: 768px) {
	.header--nav-col .subnav--2col-w-img.subnav--2col-w-2img .subnav-colwrap {
		padding: 0 2rem 0 2rem;
	}
	
	.header--nav-col .subnav--2col-w-img.subnav--2col-w-2img {
		display: flex;
	}
	
	.subnav-colwrap-col-l {
		width: 35%;
	}
	
	.subnav-colwrap-col-r {
		width: 65%;
	}
	
	.header--nav-col .subnav--2col-w-img.subnav--2col-w-2img .subnav-desc {
		color: #444;
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.subnav-colwrap.subnav-colwrap-2img {
		flex-direction: column !important;
	}
}

.subnav-colwrap.subnav-colwrap-2img {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.subnav-colwrap.subnav-colwrap-2img a.subnav-cta {
	background: #000;
	font-size: 12px;
	line-height: 140%;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	padding: 10px 25px;
}

.subnav-colwrap.subnav-colwrap-2img img.subnav-bigImg {
	margin-bottom: 0rem;
	height: 112px;
	margin-top: 12px;
	text-align: center;
}

.subnav-colwrap.subnav-colwrap-2img p.subnav-desc {
	min-height: 89px;
}

.subnav-colwrap.subnav-colwrap-2img .subnav-desc a {
	font-size: inherit;
	color: #444;
	text-decoration: underline;
}

.subnav-colwrap.subnav-colwrap-2img .subnav-desc a:hover {
	font-size: inherit;
	color: #18ab50;
	text-decoration: underline;
}

.subnav-colwrap.subnav-colwrap-2img .subnav-title:hover {
	color: #18ab50;
}

.header--nav-col .colwrap a {
	padding: .7rem 2rem .7rem 0 !important;
}

.greyfilter {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1;
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .5;
}

.not-greyfilter {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1;
	-webkit-filter: grayscale(0) !important;
	-moz-filter: grayscale(0) !important;
	-o-filter: grayscale(0) !important;
	filter: grayscale(0) !important;
	opacity: 1 !important;
}

body {
	scroll-padding-top: 4rem;
	scroll-behavior: auto;
}

html {
	scroll-padding-top: 130px;
	scroll-behavior: auto;
}

html.html-with-jar {
	scroll-padding-top: 230px !important;
}

html:has(body.trd-fixed-plus) {
	scroll-padding-top: 180px !important;
}

body.trd-fixed-plus {
	scroll-padding-top: 8rem;
}

/* Home Page */
.zblobs-container {
	display: flex;
	cursor: pointer;
}

.zblob {
	background: #18ab50;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	margin: 20px;
	height: 20px;
	width: 20px;
	transform: scale(1);
	animation: pulse-green 3s infinite;
	border: solid 3px #fff;
}

@keyframes pulse-green {
	0% {
		box-shadow: 0 0 0 0 rgba(28, 217, 100, 1);
	}
	
	100% {
		box-shadow: 0 0 0 25px rgba(28, 217, 100, 0);
	}
}

.ztooltip {
	position: relative;
}

.ztooltip .ztooltiptext {
	visibility: hidden;
	background-color: #fff;
	color: #000;
	border-radius: 6px;
	padding: 22px 35px;
	width: 280px;
	/* Position the tooltip */
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 1;
	box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, .2);
	opacity: 0;
	transition: all .3s linear;
	text-align: left;
}

.ztooltiptext h2 {
	font-size: 20px;
	font-weight: 600;
}

.ztooltip:hover .ztooltiptext {
	visibility: visible;
	opacity: 1;
	transition: all .3s linear;
}

#firstcarousal-1-1 {
	position: absolute;
	top: 9%;
	right: 21%;
}

#firstcarousal-1-2 {
	position: absolute;
	top: 53%;
	left: 15%;
}

#firstcarousal-1-1 .ztooltiptext {
	right: 9px;
	left: auto !important;
	top: 20px !important;
}

#firstcarousal-2-1 {
	position: absolute;
	top: 29%;
	left: 32%;
}

#secondcarousal-1-1 {
	position: absolute;
	top: 11%;
	left: 0%;
}

#secondcarousal-1-1 .ztooltiptext {
	left: auto !important;
	top: 17px !important;
}

#secondcarousal-1-2 {
	position: absolute;
	top: 57%;
	right: 15%;
}

#secondcarousal-1-2 .ztooltiptext {
	left: auto !important;
	top: 17px !important;
	right: 9px;
}

#secondcarousal-2-1 {
	position: absolute;
	top: 3%;
	left: 19%;
}

#secondcarousal-2-2 {
	position: absolute;
	top: 46%;
	right: 2%;
}

#secondcarousal-2-2 .ztooltiptext {
	left: auto !important;
	top: 17px !important;
	right: 9px;
}

/**case-studies-new-page**/
.testi-card--cite.card-cons {
	display: flex;
	flex-direction: column;
}

.testi-card.top-card {
	display: flex;
	flex-direction: row;
	background-color: transparent;
	padding: 6rem 0rem 5rem 0rem;
	margin: 0;
}

.testi-card.top-card figure.has-image {
	width: 33%;
	margin-right: 112px !important;
	/*border-right: 5px solid #18ab50;*/
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.testi-card.top-card .testi-card--cite .company {
	position: static;
}

.testi-card.top-card p.posit {
	max-width: 254px;
	font-size: 13px !important;
	line-height: 18px;
}

.testi-card.top-card .testi-card--quote {
	padding-bottom: 20px;
	padding-top: 20px;
}

.testi-card.top-card .testi-card--quote span.fqt {
	position: absolute;
	left: -36px;
	top: 18px;
}

.testi-all figure.has-image {
	margin-right: 40px !important;
	padding-right: 20px;
}

.testi-lp--main.testi-all {
	background-color: transparent;
	padding-top: 8.67rem;
}

.testi-all .testi-card {
	border: #d7d7d7 1px solid;
}

.is-mobile {
	display: none !important;
}

.person-info {
	margin-top: 30px;
	display: flex;
	flex-direction: row;
}

@media (max-width: 768px) {
	.testi-card.top-card {
		flex-direction: column;
	}
	
	.is-mobile {
		display: block !important;
	}
	
	.testi-card.top-card figure.has-image {
		width: 100%;
		margin-right: 0 !important;
		border-right: 0;
		margin-bottom: 0;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
	}
	
	.top-card figure.has-image {
		display: none !important;
	}
	
	.testi-card.top-card {
		padding: 0 20px;
	}
	
	.testi-card.top-card .testi-card--quote span.fqt {
		position: static;
		left: 0;
		top: 0;
		display: block;
	}
	
	.top-card .testi-card--cite {
		height: 100%;
		border-top: 0;
		padding-left: 0;
		border-left: 0;
	}
	
	.top-card figure.has-image-m.is-mobile {
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
	}
	
	.top-card figure.has-image-m.is-mobile img {
		max-width: 138px;
	}
	
	.top-card .testi-card--cite.card-cons {
		margin-top: 0;
	}
	
	.top-card figure.has-image-m.is-mobile hr {
		background-color: #18ab50 !important;
		height: 4px;
		margin-bottom: 24px !important;
		width: 65px;
	}
}

.company .about--hero h1 {
	text-align: center !important;
}

.company .blog--hero-copy {
	z-index: 1;
}

.blog--content-grid-row-card {
	display: inline-flex !important;
	width: 50% !important;
}

.doc_items_shorcode .doc_item {
	border: 1px solid #bcbaba;
	padding: 10px 10px 20px 10px;
	width: 24%;
	margin: 0;
}

.doc_items_shorcode {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
}

.doc_items_shorcode img#prviewimg {
	width: 100%;
	height: 150px;
	object-fit: cover;
	margin-bottom: 20px;
}

.doc_items_shorcode .doc_date {
	color: #000;
	font-size: 12px;
	margin-bottom: 6px;
}

.doc_items_shorcode .doc_title {
	font-size: 17px;
	height: 87px;
}

.doc_items_shorcode .doc_readmore a {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 10px;
	position: relative;
	height: 12px;
	color: #18ab50;
	font-weight: bold;
	font-size: 14px;
}

.doc_items_shorcode .doc_readmore svg.e-font-icon-svg.e-fas-arrow-right {
	color: #18ab50;
	fill: #18ab50;
	width: 11px;
}

.tab-year-select-wrap {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.tab-year-select-wrap::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 21px;
	width: 19px;
	height: 19px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: translateY(-66%) rotate(45deg);
	pointer-events: none;
}

#tab-year {
	width: 150px;
	max-width: 100%;
	height: 43px;
	padding: 10px;
	border: 0;
	border-radius: 11px;
	background: #18ab50;
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
}

#tab-year::-ms-expand {
	display: none;
}

#tab-year:focus {
	box-shadow: 0 0 0 4px rgba(255, 255, 255, .35), 0 0 0 8px rgba(24, 171, 80, .25);
}
