/*--------------------------------------------*/
/* General
/*--------------------------------------------*/

.arrow-yellow {
	position: relative;
}

.arrow-yellow:after {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	color: #FFAB18;
	position: absolute;
	margin-left: 5px;
}

.close-divi-overlay {
	cursor: pointer;
	z-index: 100;
}


/* Measurable Impacts Optimize Row fix */
 
@media (max-width: 768px) {
	.measurable-impacts .et_pb_column{
		width: 100% !important;
	}
}

/* Button icons */
#page-container .et_pb_section .et_pb_button_module_wrapper .et_pb_button:after {
	font-weight: 900 !important;
	margin-top: 1px;
	margin-left: 8px;
}


/*--------------------------------------------*/
/* Mega Menu (Desktop)
/*--------------------------------------------*/


/* HXM Mega Menu */

.hxm-mega {
	position:  fixed !important;
	transform: translate(-50%, -20px);
	opacity: 0;
	visibility: none;
	transition: opacity 0.2s 0s ease-out,  transform 0.2s 0s ease-out;
	overflow: visible !important;
	pointer-events: none;	
}
.hxm-mega.active {
	transition: opacity 0.2s 0s ease-out, transform 0.2s 0s ease-out;
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -1px);
	pointer-events: auto;
}

.hxm-mega.search {
	transform: translate(-90%, -20px);
	width: 300px;
}
.hxm-mega.active.search {
	transform: translate(-90%, -1px);
}

/* Mega menu triangle */
.hxm-mega::before {
	content: '';
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 0 8px 8px;
	top: -7px;
	border-bottom-color: #fff !important;
	left: 50%;
    transform: translate(-50%, 0);
}

.hxm-mega.search::before {
	left: 90%;
}

[class*="hxm-open-"]:not(.search) > a {
	padding-right: 20px;
}

[class*="hxm-open-"]:not(.search) > a::after {
	font-family: ETmodules;
	content: "3";
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 0;
	font-weight: 800;
}




/* Page padding for fixed menu */

div#page-container {
	padding-top: 69px;
}
@media only screen and ( max-width: 767px ) {
	div#page-container {
		padding-top: 0px;
	}
}



/* Mega Menu bar */

#primary-menu li {
	margin: 0;
}
#primary-menu a {
	padding-bottom: 0;
	line-height: 69px;
	height: 69px;
	cursor: pointer;
}

/* Mega Menu Drop Down */

.hxm-mega .et_pb_text_inner a,
.tippy-content .et_pb_text_inner a {
	border-bottom: 2px solid #ffab18;
}
.hxm-mega .et_pb_text_inner a:after,
.tippy-content .et_pb_text_inner a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	color: #FFAB18;
	position: absolute;
	margin-left: 5px;
}

.tippy-arrow {
	z-index: 3 !important;
}
body.admin-bar .tippy-arrow {
	/* top: -15px !important; */
}

.hxm-mega .et_pb_column:not(:last-of-type):after,
.tippy-content .et_pb_column:not(:last-of-type):after {
	content:"";
	position: absolute;
	right: 0;
	top: -30px;
	bottom: -30px;
	width:1px;
	background: #E7E7E7;
}


/* Search  */

.divimegapro-119597 a {
	height: 69px;
	line-height: 69px;
	display: block;
	transform: scaleX(-1);
}

body .dipl_ajax_search_results_wrap {
	position: relative;
}

body .dipl_ajax_search_results {
	background: transparent;
}

body .dipl_ajax_search_item .dipl_ajax_search_item_content {
	/* padding: 0; */
	padding: 3px 0;
	line-height: 1.5;
}

body .dipl_ajax_search_item .dipl_ajax_search_item_content .dipl_ajax_search_item_title{
	position: relative;
	display: inline;
	border-bottom: 2px solid #ffab18;
	text-decoration: none !important;
}

body .dipl_ajax_search_item .dipl_ajax_search_item_content .dipl_ajax_search_item_title:after {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	color: #FFAB18;
	position: absolute;
	margin-left: 5px;
	bottom:  0;
}



/*--------------------------------------------*/
/* Mobile Menu
/*--------------------------------------------*/

/* Toggle */

#hxm-menu-toggle {
	cursor: pointer;
	width: 32px;
	height: 32px;
	line-height: 1;
	background: url(../svg/icon-menu.svg) no-repeat;
}

#hxm-menu-toggle.active {
	background: url(../svg/icon-menu-close.svg) no-repeat;
}

/* Menu */

#hxm-mobile-menu {
	display: none;
	top: 68px;
	width: 100%;
	background-color: white;
	overflow-y: scroll;
	z-index: 100;
}

#hxm-mobile-menu ul {
	list-style: none;
	padding-left: 0 !important;
}

#hxm-mobile-menu li a{
	font-size: 18px;
	color: #333333;
	display: block;
	padding: 18px 0;
	font-weight: 600;
	cursor: pointer;
}

#hxm-mobile-menu ul.menu > li{
	border-bottom: 1px solid #A8A8A8;
	position: relative;
}

#hxm-mobile-menu ul.menu > li:after {
	font-size: 24px;
	font-family: ETmodules;
	font-weight: 600;
	content: "\3d";
	color: #000;
	position: absolute;
	top: 15px;
	right: 0px;
	transition: all .25s ease;
	opacity: 1;
	pointer-events: none;
}

#hxm-mobile-menu ul.menu > li.open:after {
	transform: rotate(90deg);
}

#hxm-mobile-menu .sub-menu {
	padding-left: 15px !important;
	display: none;
	padding-bottom: 10px;
	margin-top: -15px;
}

#hxm-mobile-menu .sub-menu li a {
	/* font-size: 15px; */
	font-weight: normal;
	color: #666666 !important;
	padding: 8px 0;
}

#hxm-mobile-menu li.current-menu-item > a,
#hxm-mobile-menu li.current-menu-ancestor > a,
#hxm-mobile-menu .sub-menu li > a:hover,
#hxm-mobile-menu .sub-menu li.current-menu-item > a
#hxm-mobile-menu li > a:hover {
	color: #FFB618 !important;
}



/*--------------------------------------------*/
/* Hot Spots
/*--------------------------------------------*/

.hxm-hotspot a{
	/* border: 2px solid red; */
	border-radius: 100px;
	position:absolute;
	cursor:pointer;
	display:block;
	z-index:1;
	transform: scale(.9);
	animation: pulse-hxm 3s linear infinite;
}

.hxm-hotspot.journey a {
	width:5%;
	height:11.7%;
}

@media only screen and (max-width : 980px) {
	/* Divi hack */
	#infographic-journey {
		display: none;
	}
}

.hxm-hotspot.demand a {
	width:7.4%;
	height:9.8%;
}

@keyframes pulse-hxm {
	0% {box-shadow: 0 0 0 0 rgba( 255,171,24,0.5 ), 0 0 0 0 rgba( 255,171,24,0.5 );}
	/* 25% {box-shadow: 0 0 0 16px rgba( 255,171,24,0 ), 0 0 0 0 rgba( 255,171,24,0.7 );} */
	/* 50% {box-shadow: 0 0 0 10px rgba( 255,171,24,0 ), 0 0 0 10px rgba( 255,171,24,0 );} */
	33% {box-shadow: 0 0 0 0 rgba( 255,171,24,0 ), 0 0 0 16px rgba( 255,171,24,0 );}
	100% {box-shadow: 0 0 0 0 rgba( 255,171,24,0 ), 0 0 0 16px rgba( 255,171,24,0 );}
}


/*--------------------------------------------*/
/* Card Grid
/*--------------------------------------------*/

.cards-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}

.hxm-card.active {
	border: 2px solid #FFAB18;
}

@media only screen and (max-width : 768px) {
	.cards-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}




/*--------------------------------------------*/
/* Mobile Inforgraphics
/*--------------------------------------------*/

.info-toggles {
	max-width: 400px;
	padding-left: 100px;
	margin: 0 auto;
	position: relative;
}

.info-toggle {
	position: relative;
}

.info-toggle:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 0px;
	cursor: pointer;
	width: 59px;
	height: 63px;
	background: url(../svg/mobile-infographic-title-plus.svg) no-repeat;
	background-size: contain;
	pointer-events: none;
}

.info-toggle .info-toggle-title {
	padding: 12px 42px 12px 70px;
	cursor: pointer;
	margin-bottom: 4px;
	min-height: 62px;
	line-height: 1.2;
}

.info-toggle:not(.off) .info-toggle-title:after {
	font-size: 24px;
	font-family: ETmodules;
	font-weight: 600;
	content: "\3d";
	color: #000;
	position: absolute;
	top: 12px;
	right: 0px;
	transition: all .25s ease;
}

.info-toggle .info-toggle-title.active:after {
	transform: rotate(90deg);
}

.info-toggle .info-toggle-content {
	display: none;
	border: 1px solid #D4D4D4;
	border-radius: 18px;
	margin-bottom: 20px;
	margin-top: 30px;
	margin-left: -40px;
}

body .info-toggle .hxm-card{
	margin: 0 !important;
}

.info-toggle.off .info-toggle-title{
	cursor: default;
}

/* journey */

.info-toggle.off:after {
	background-image: url(../svg/mobile-infographic-title.svg);
}

.info-toggles.journey {
	margin-bottom: 30px;
	background: url(../svg/mobile-infographic-journey-title.svg) no-repeat top 15px left;
	background-size: 29px 218px;
}

.info-toggles.journey .info-toggle .info-toggle-content {
	margin-top: 30px;
}

.info-toggles.journey .loop {
	position: absolute;
	bottom: -26.8px;
	left: 56.3px;
	width: 57px;
}

.info-toggles.journey .info-toggle.last {
	overflow: hidden;
}
.info-toggles.journey .info-toggle.last .info-toggle-title{
	overflow: hidden;
	margin-bottom: 0;
}

/* demand gen */


.info-toggles.demand {
	background: url(../svg/mobile-infographic-demand-title.svg) no-repeat top 15px left;
	background-size: 24px 271px;
	padding-left: 120px;
}

.info-toggles.demand .info-toggle:after {
	background-image: url(../svg/mobile-infographic-demand-toggle.svg);
}

.info-toggles.demand .info-toggle .info-toggle-content {
	margin-top: 0px;
}

.info-toggles.demand .loop {
	position: absolute;
	bottom: 33.9px;
	left: 34px;
	width: 77.5px;
}


@media only screen and (max-width : 400px) {

	.info-toggles.journey {
		padding-left: 80px;
	}

	.info-toggles.demand {
		padding-left: 80px;
	}

	.info-toggles .loop {
		display: none !important;
	}
}



/*--------------------------------------------*/
/* Industry Filters
/*--------------------------------------------*/

.cards-filter {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}

.cards-filter li {
	padding-left: 0;
	margin-right: -1px;
	margin-bottom: -1px;
}

.cards-filter a {
	color: #666;
	padding: 10px 15px;
	border: 1px solid #e2e2e2;
	display: block;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	font-size: 14px;
	line-height: 1;
}

.cards-filter a:hover {
	background-color: #f9f9f9;
}

.cards-filter a.active {
	color: #ffab18;
	background-color: #f9f9f9;
}

.cards-filter li:first-child a {
	border-radius: 3px 0 0 3px;
}

.cards-filter li:last-child a {
	border-radius: 0 3px 3px 0;
}

.vert-title {
	background-color: #333333 !important;
	color: white !important;
	display: none;
}

.vert-title h3 {
	color: white !important;
}


#industry-modal .hxm-card p {
	text-align: center !important;
}



/*--------------------------------------------*/
/* Magnific
/*--------------------------------------------*/

.inline-modal {
	max-width: 885px;
	margin: 60px auto;
	padding: 60px;
	border-radius: 25px;
	position: relative;
	background: #ebf0f0;
	width: auto;
	box-shadow: 0 0 30px rgb(0 0 0 / .15);

	/* Hide on page */
	position: fixed;
	top: 0;
	left: -99999999px;
	opacity: 0;
	overflow: hidden;
}

.inline-modal.bio {
	/* padding: 0; */
}

/* open */
.mfp-ready .inline-modal {
	left: 0;
	position: relative;
	opacity: 1;
}


/* overlay at start */
body .mfp-bg {
	background-color: black;
	opacity: 0;
	transition: all 0.25s ease-out;
}
/* overlay animate in */
body .mfp-bg.mfp-ready {
	opacity: 0.3;
}
/* overlay animate out */
body .mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
body .mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.25s ease-out;
}
/* content animate it */
body .mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
/* content animate out */
body .mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.inline-modal .mfp-close {
	top: 15px;
	right: 15px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: url(../svg/modal_close.svg);
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
}

.inline-modal .mfp-close:active {
	top: 13px;
}

.mfp-iframe-holder .mfp-close {
	width: auto;
}


@media only screen and (max-width : 768px) {
	.inline-modal {
		margin: 30px auto;
		padding: 20px;
		padding-top: 40px;
	}
	.inline-modal .mfp-close {
		width: 30px;
		height: 30px;
	}
}





/*--------------------------------------------*/
/* Case Study / News Slider
/*--------------------------------------------*/

div.dmpro_carousel {
	overflow: visible;
}

div.dmpro_carousel .swiper-arrow-button {
	border: solid 2px #ffab18;
}

div.dmpro_carousel_child {
	border-radius: 25px;
}

div.dmpro_carousel_child .dmpro-carousel-item-content {
	padding: 0;
	position:  absolute;
	top: 0;
	bottom: 0;
	text-align: left;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}

div.dmpro_carousel_child .dmpro-carousel-item-title {
	display: block !important;
	margin: 0;
	width: 80%;
	font-size: 22px;
	line-height: 27.5px;
	padding: 20px;
	padding-bottom: 40px;
	position: relative;
}

div.dmpro_carousel_child .dmpro-carousel-item-title:after {
	width: 65px;
	height: 12px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	content: '';
	-webkit-mask-image: url(../svg/post-arrow.svg);
	mask: url(../svg/post-arrow.svg);
	background-color: currentColor;
}

div.dmpro_carousel_child .dmpro-carousel-image { 
	line-height: 0;
}

/* Case Studies */

.case-study div.dmpro_carousel_child .dmpro-carousel-item-title {
	width: 100%;
	background-color: rgba(255,255,255,.85);
	border-radius: 25px 25px 0 0;
	margin-bottom: -1px;
	font-size: 20px;
	line-height: 25px;
}

.light div.dmpro_carousel_child .dmpro-carousel-item-title {
 	color: white;
}

