body.fl-builder-edit > span.select2-container.select2-container--open {
	top: 0 !important;
}

.fl-page {
	overflow-x: hidden;
}

@media (max-width:767px) {
	.mobile-shape-none .fl-builder-layer {
		display: none !important;
	}
}

/*
 * Header
 */

#region-dialog {
    position: absolute;
    z-index: 102;
    left: 20px;
    top: -4px;
    line-height: 1.5;
	
	color: #0047bb;
    background-color: #eff2f5;
    border-color: #eff2f5;
}

.alert-dismissible .close {
	background: none !important;
	border-radius: 0 !important;
	border: none !important;
}

#topbar-crumbs #breadcrumbs > span {
	display: flex;
	gap: 5px;
	max-width: 400px;
}

#topbar-crumbs #breadcrumbs > span > a,
#topbar-crumbs #breadcrumbs > span > span > a,
#topbar-crumbs #breadcrumbs > span .breadcrumb_last {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

#topbar-crumbs #breadcrumbs > span > a,
#topbar-crumbs #breadcrumbs > span > span > a {
	max-width: 80px;
}

img[src$="TrueCommerce-logo.svg"] {
	height: 30px;
}

.js-header-nav > div {
	position: relative;
}

#site-search {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#site-search form {
	flex: 1 0 auto;
}

#site-search .form-control {
	border: none;
	border-bottom: 2px solid #c5cfda;
	border-radius: 0;
	background: none;
	height: 48px;
	font-size: inherit;
}

#site-search button[type="submit"] {
	padding: 0;
	height: 48px;
	width: 48px;
	line-height: 48px;
	color: #ffffff;
	border: none;
}

#site-search .btn-link {
	background: none !important;
	border-radius: 0;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.js-toggle-search i {
	color: #008ad8;
	font-size: 14px;
}

#fl-main-content.fl-overlay::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background: rgb(0 40 85 / 80%);
}

#menu-topbar-nav,
#menu-topbar-nav-1 {
	position: relative;
	z-index: 101;
}

#menu-topbar-nav .uabb-has-submenu .sub-menu,
#menu-topbar-nav-1 .uabb-has-submenu .sub-menu {
	z-index: 101;
}

ul.fl-menu-horizontal li.mega-menu > ul.sub-menu > li > ul.sub-menu > li.menu-item-has-children:not(:last-child) {
    margin-bottom: 20px;
}

ul.fl-menu-horizontal li.mega-menu > ul.sub-menu > li > ul.sub-menu > li > .fl-has-submenu-container a {
    font-weight: bold;
	color: #000000;
}

@media (min-width:768px) {
	#menu-header-nav>.fl-has-submenu,
	#menu-b2b-ecommerce>.fl-has-submenu {
		position: relative;
	}

	#menu-header-nav>.fl-has-submenu>.sub-menu,
	#menu-b2b-ecommerce>.fl-has-submenu>.sub-menu {
		border-radius: 10px;
		overflow: visible;
		padding: 20px;
		background: #ffffff;
		box-shadow: 0px 2px 7px 0px rgba(0, 173, 187, 0.1);
		left: 50% !important;
		right: auto !important;
		top: 125% !important;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	#menu-b2b-ecommerce>.fl-has-submenu>.sub-menu {
		box-shadow: 0px 2px 7px 0px rgba(0, 173, 187, 0.2);
	}

	#menu-header-nav>.fl-has-submenu.mega-menu>.sub-menu {
		width: auto !important;
		min-width: 480px;
	}

	#menu-header-nav>li:first-child.fl-has-submenu.mega-menu>.sub-menu {
		min-width: 600px;
	}

	#menu-header-nav>li>a::after,
	#menu-b2b-ecommerce>li>a::after,
	#menu-header-nav>li>.fl-has-submenu-container>a::after,
	#menu-b2b-ecommerce>li>.fl-has-submenu-container>a::after {
		content: '';
		width: 100%;
		height: 50%;
		background: none;
		top: 100%;
		left: 0;
		display: block;
		position: absolute;
	}
	#menu-header-nav>.fl-has-submenu>.sub-menu::before,
	#menu-b2b-ecommerce>.fl-has-submenu>.sub-menu::before {
		content: '';
		display: block;
		height: 20px;
		width: 20px;
		background: #fff;
		border: inherit;
		position: absolute;
		top: -10px;
		left: calc(50% - 14px);
		-webkit-clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
		clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
		border-radius: 0 0 0 3px;
	}
}

@media (max-width:991px) {
	.js-header-nav .fl-menu {
		text-align: right;
	}
	
	.fl-menu-mobile-clone .fl-menu {
		text-align: center;
	}
}

@media (max-height:899px) {
	#menu-header-nav ul.sub-menu a {
		padding-top: 6px;
		padding-bottom: 6px;
	}
}

@media (max-height:767px) {
	#menu-header-nav ul.sub-menu a {
		padding-top: 3px;
		padding-bottom: 3px;
	}
}

@media (max-width:767px) {
	header .fl-module-menu .fl-module-content {
		margin-left: 0;
	}
	
	.demo-btn a {
		margin-left: 20px !important;
		margin-right: 20px !important;
		margin-bottom: 20px !important;
	}
	
	#menu-header-nav > li {
		border-top: 1px solid #c5cfda;
	}
	
	#menu-header-nav > li:last-child {
		border-top-color: transparent
	}
	
	#menu-header-nav a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	#menu-header-nav .sub-menu a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#menu-header-nav li.fl-has-submenu ul.sub-menu {
		padding: 0;
		box-shadow: none;
	}
	
	#menu-topbar-nav .uabb-has-submenu .sub-menu,
	#menu-topbar-nav-1 .uabb-has-submenu .sub-menu {
		position: absolute;
		right: 0;
	}
	
	#menu-topbar-nav .uabb-has-submenu:first-child .sub-menu,
	#menu-topbar-nav-1 .uabb-has-submenu:first-child .sub-menu {
		left: 0;
		right: auto;
	}
	
	#footer .uabb-creative-menu .menu > li {
		margin-left: 5px;
		margin-right: 5px;
	}
	
	#footer .uabb-creative-menu .menu > li > a,
	#footer .uabb-creative-menu .menu > li > .uabb-has-submenu-container > a {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#footer .uabb-creative-menu .sub-menu {
		display: block !important;
	}
	
	#footer .uabb-creative-menu-expanded ul.sub-menu li a {
		text-indent: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#footer .fl-module-uabb-advanced-menu .fl-module-content {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media (max-width:767px) {
	#topbar .uabb-creative-menu .menu {
		text-align: center;
	}
	
	#topbar .uabb-creative-menu .menu > li {
		display: inline-block;
	}
}

.tc-menu-container .fl-col-content {
	width: fit-content;
	margin: 0 auto;
}
	
/*
 * Banners
 */

@media (max-width:767px) {
	.hero-graphic .uabb-hotspot-container {
		width: 100%;
	}
}

.fl-page-content .fl-builder-content > .fl-row:first-child .fl-row-content-wrap .uabb-photo-content {
	background: none;
}

/*.fl-page-content .fl-builder-content > .fl-row:first-child h1 {
	text-shadow: 0 0 50px rgb(255 255 255 / 70%);
}*/

.fl-page-content .fl-builder-content > .fl-row:first-child .fl-row-content-wrap {
	position: relative;
	background-image: none !important;
}

.fl-page-content .fl-builder-content > .fl-row:first-child .fl-row-content-wrap .fl-row-content {
	position: relative;
	z-index: 2;
}

.fl-page-content .fl-builder-content > .fl-row:first-child .fl-row-content-wrap::before,
.fl-page-content .fl-builder-content > .fl-row:first-child .fl-row-content-wrap::after {
	content: '';
	width: 500px;
	height: 100%;
	top: 0;
	position: absolute;
	background-repeat: no-repeat;
	z-index: 1;
}

.fl-page-content .fl-builder-content > .fl-row:first-child .fl-row-content-wrap::before {
	background-image: url('../img/banner-left-bg.svg');
	background-position: left bottom;
	left: 0;
}

.fl-page-content .fl-builder-content > .fl-row.fl-row-has-layers:first-child .fl-row-content-wrap::before {
	background-position: left bottom;
}

.fl-page-content .fl-builder-content > .fl-row:first-child .fl-row-content-wrap::after {
	background-image: url('../img/banner-right-bg.svg');
	background-position: right top;
	right: 0;
}

@media (max-width:1439px) {
	.fl-page-content .fl-builder-content > .fl-row:first-child .fl-row-content-wrap::before,
	.fl-page-content .fl-builder-content > .fl-row:first-child .fl-row-content-wrap::after {
		width: 400px;
	}
}

@media (max-width:1199px) {
	.fl-page-content .fl-builder-content > .fl-row:first-child .fl-row-content-wrap::before,
	.fl-page-content .fl-builder-content > .fl-row:first-child .fl-row-content-wrap::after {
		width: 300px;
	}
}

@media (max-width:767px) {
	.fl-page-content .fl-builder-content > .fl-row:first-child .fl-row-content-wrap::before,
	.fl-page-content .fl-builder-content > .fl-row:first-child .fl-row-content-wrap::after {
		content: none;
	}
}

/* disable for specific pages */
.home .fl-page-content .fl-builder-content > .fl-row:first-child h1 {
	text-shadow: none;
	max-width: 500px;
}

[lang="de-DE"] .home .fl-page-content .fl-builder-content > .fl-row:first-child h1 {
	max-width: 100%;
}

.fl-page-content .fl-module-content .fl-builder-content > .fl-row:first-child .fl-row-content-wrap::before,
.fl-page-content .fl-module-content .fl-builder-content > .fl-row:first-child .fl-row-content-wrap::after,
.home .fl-page-content .fl-builder-content > .fl-row:first-child .fl-row-content-wrap::before,
.home .fl-page-content .fl-builder-content > .fl-row:first-child .fl-row-content-wrap::after {
	content: none;
}

/*
 * General
 */

:where(.wp-block-group.has-background) {
    padding: 2.5em 3.75em;
	border-radius: 45px;
	margin-top: 2em;
    margin-bottom: 2em;
}

.wp-block-columns {
	margin-top: 1.75em;
	align-items: center !important;
}

.align-column-buttons .fl-col-group-equal-height .fl-module {
	height: 100%;
}

.align-column-buttons .fl-col-group-equal-height .fl-module > .fl-module-content {
	height: 100%;
}

.align-column-buttons .fl-col-group-equal-height .fl-module > .fl-module-content > .uabb-infobox {
	height: calc(100% - 40px);
}

.align-column-buttons .fl-col-group-equal-height .fl-module > .fl-module-content > .uabb-infobox .uabb-infobox-left-right-wrap,
.align-column-buttons .fl-col-group-equal-height .fl-module > .fl-module-content > .uabb-infobox .uabb-infobox-content {
	height: 100%;
}

.align-column-buttons .fl-col-group-equal-height .fl-module > .fl-module-content > .uabb-infobox .uabb-infobox-content {
	display: flex;
	flex-direction: column;
}

.align-column-buttons .fl-col-group-equal-height .fl-module > .fl-module-content > .uabb-infobox .uabb-infobox-content > div {
	flex: 0 0 auto;
}

.align-column-buttons .fl-col-group-equal-height .fl-module > .fl-module-content > .uabb-infobox .uabb-infobox-content > .uabb-infobox-text-wrap {
	display: grid;
	flex-direction: column;
	flex: 1 0 auto;
}

.align-column-buttons .fl-col-group-equal-height .fl-module > .fl-module-content > .uabb-infobox .uabb-infobox-content > .uabb-infobox-text-wrap .uabb-infobox-button {
    align-self: flex-end;
}

.card-border:hover .fl-col-content {
	border-color: #008ad8;
}

.p-max-width p {
    max-width: 70ch;
}

.p-center p {
    margin-left: auto;
    margin-right: auto;
}

.fl-builder-layer {
	bottom: -1px;
}

.slide-group {
    display: flex;
}

.wp-embedded-content,
.single-resource iframe {
	width: 100%;
	aspect-ratio: 16/9;
}

.wp-block-image:not(.rounded-0) img {
    border-radius: 30px;
}

.wp-block-quote {
    background: #002855;
    border-radius: 30px;
    color: #fff;
    padding: 2em;
}

.fl-module-fl-post-content .button,
.wp-block-button .wp-block-button__link {
	color: #fff;
    background-color: #ff6720;
    border-radius: 9999px;
	font-weight: 600;
	min-width: 200px;
    min-height: 55px;
	padding-left: 20px;
	padding-right: 20px;
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=number], input[type=search], input[type=url], textarea {
	border-radius: 0;
}

.site-social-icon {
	color: #002855;
    font-size: 16px;
    background: #ffffff;
	-moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    line-height: 36px;
    height: 36px;
    width: 36px;
    text-align: center;
    box-sizing: border-box;
}

.site-social-icon:hover,
.site-social-icon:focus,
.site-social-icon:active {
	color: #ff6720;
}

.site-social-icon + .site-social-icon {
	margin-left: 10px;
}

.ckeditor-accordion-toggler {
	display: block;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border-bottom: 2px solid #c5cfda;
	border-radius: 0;
    padding: 15px 0.75rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	position: relative;
	font-size: 18px;
    color: #012855;
    font-family: "IBM Plex Sans",sans-serif;
    font-weight: 500;
}

.ckeditor-accordion-toggler::before {
	content: "\ea0a";
	font-family: 'Ultimate-Icons' !important;
	margin-right: 1rem;
	color: #008ad8;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ckeditor-accordion-container > dl dd {
    display: none;
    padding: 1.5em;
    margin: 0;
    will-change: height;
}

.fl-page .single-network-image .fl-photo-img,
.fl-page .single-network-image .fl-photo-content {
	height: 120px;
	object-fit: contain;
	object-position: center;
	background: #ffffff;
	border-radius: 30px;
}

/*
 * Blog
 */

.post-card {
	font-size: 16px;
	border-radius: 45px;
    border: 2px solid #C5CFDA;
	overflow: hidden;
	height: inherit;
}

.card.post-card.related-resource-card {
	margin-bottom: 2.5em;
}

.post-card--image {
	position: relative;
}

.post-card--image > img {
    aspect-ratio: 1.5;
    width: 100%;
    object-fit: cover;
}

.post-card--image .post-card--icon img {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 36px;
	height: 36px;
}

.media .post-card--image > img {
	aspect-ratio: 1.2;
    max-width: 100%;
}

@media (min-width:768px) {
	.media .post-card--image > img {
	    max-width: 360px;
	}
}

@media (min-width:992px) {
	.media .post-card--image > img {
	    max-width: 480px;
	}
}

.fl-post-grid .media .post-card--image > img {
    width: 100%;
}

@media (min-width:768px) {
	.fl-post-grid .media .post-card--image > img {
	    width: 360px;
	}
}

@media (min-width:992px) {
	.fl-post-grid .media .post-card--image > img {
	    width: 480px;
	}
}

.post-card--body {
    padding: 30px;
}

.card .post-card--body-title {
    font-size: 20px;
	line-height: 26px;
	margin: 0;
	padding: 0 0 5px;
}

.post-card--body-meta {
    padding: 0 0 10px;
    font-size: 14px;
    font-weight: 500;
}

.post-card--body-excerpt {
    margin-bottom: 20px;
}

.post-card--body-link {
    color: #ffffff;
    font-weight: 600;
    border-radius: 50px;
    background: #ff6720;
    padding: 20px 50px 20px 50px;
	align-self: flex-start;
}

.post-card--body-link:hover {
	background-color: #bf4d18;
	color: #ffffff;
	outline: none;
	box-shadow: none;
}

.featured-post--image,
.featured-post--image div {
    height: 100%;
}

.featured-post--image img {
    height: 100%;
    object-fit: cover;
    border-radius: 0 45px 45px 0;
}

@media (min-width:575px) {
	.fl-module-fl-post-content > .fl-module-content > .post-card {
		display: flex;
		flex-direction: row-reverse;
	}

	.fl-module-fl-post-content > .fl-module-content > .post-card .post-card--image > img {
		aspect-ratio: 1.2;
		width: 240px;
		min-width: 240px;
		height: 100%;
	}
	
	.fl-module-fl-post-content > .fl-module-content > .post-card .post-card--image .post-card--icon img {
		bottom: auto;
		top: 10px;
	}
}

@media (min-width:768px) {
	.fl-module-fl-post-content > .fl-module-content > .post-card .post-card--image > img {
	    width: 360px;
	    min-width: 360px;
	}
}

@media (min-width:992px) {
	.fl-module-fl-post-content > .fl-module-content > .post-card .post-card--image > img {
	    width: 480px;
	    min-width: 480px;
	}
	
	.page .fl-module-fl-post-content > .fl-module-content > .post-card .post-card--image > img,
	.single-post .fl-module-fl-post-content > .fl-module-content > .post-card .post-card--image > img,
	.single-faq .fl-module-fl-post-content > .fl-module-content > .post-card .post-card--image > img {
	    width: 360px;
	    min-width: 360px;
	}
}

.card-button {
	background: #ffffff;
	border-radius: 50px;
	min-height: 62px;
	position: relative;
	overflow: hidden;
}

.card-button img {
	width: 62px;
	height: 100%;
	object-fit: cover;
}

.card-button--title {
	font-size: 16px;
	font-weight: 700;
}

.sidebar-nav .pagenav > span {
	font-size: 24px;
	color: #012855;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
	display: block;
	margin-bottom: 15px;
}

.sidebar-nav .menu .fl-has-submenu .sub-menu {
	display: none;
	padding: 0 20px;
}

.sidebar-nav .menu .fl-has-submenu.current_page_parent .sub-menu {
	display: block;
}

.sidebar-nav .fl-menu .fl-has-submenu.fl-active > .sub-menu {
	display: block;
    visibility: visible;
    opacity: 1;
}

.sidebar-nav li {
	margin: 5px 0;
}

.sidebar-nav li a {
	color: #051c2c;
	font-weight: 500;
	padding: 10px 0;
	line-height: 1.2;
}

.sidebar-nav .current_page_item a,
.sidebar-nav a:hover,
.sidebar-nav a:focus,
.sidebar-nav a:active {
	color: #0047bb;
}

.sidebar-nav .fl-menu-toggle {
	display: none;
/*    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg)  translate(-4px,-4px);
    transform: rotate(45deg) translate(-4px,-4px);*/
}

.industry-card.card {
	border: none;
	position: relative;
	margin-bottom: 50px;
}

.industry-card--body {
	font-size: 16px;
	border-radius: 45px;
    border: 2px solid #C5CFDA;
	max-width: 80%;
	align-self: center;
	bottom: 0;
	background: #ffffff;
	transform: translateY(50%);
	padding: 30px;
	position: absolute;
	z-index: 3;
	-webkit-transition: all .30s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
}

.industry-card--image img {
	width: 100%;
	border-radius: 45px;
}

.industry-card--body-title {
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 10px;
	text-align: center;
}

.industry-card--body-excerpt {
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 20px;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all .30s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
}

.industry-card--body-link {
    color: #ffffff;
    font-weight: 600;
    border-radius: 50px;
    background: #ff6720;
    padding: 20px 50px 20px 50px;
	align-self: center;
}

.industry-card.card:hover .industry-card--body-link,
.industry-card--body-link:hover {
	background-color: #bf4d18;
	color: #ffffff;
	outline: none;
	box-shadow: none;
}

.industry-card.card:hover .industry-card--body-excerpt {
	max-height: 200px;
}

.industry-card.card:hover .industry-card--body {
	padding-top: 65px;
}

.duo-image {
    width: 110px;
    position: absolute;
    border-radius: 25px;
	overflow: hidden;
    top: 0;
    left: 50%;
    margin: -55px 0 0 -55px;
	opacity: 0;
	-webkit-transition: all .30s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
}

.industry-card.card:hover .duo-image {
	opacity: 1;
}

/*
 * FAQ
 */

.faq-card .btn {
	font-size: 18px;
	color: #012855;
    font-family: "IBM Plex Sans",sans-serif;
    font-weight: 500;
	padding-top: 15px;
	padding-bottom: 15px;
}

.faq-card .btn.focus,
.faq-card .btn:focus {
	box-shadow: none;
	color: inherit;
	top: 0;
}

.faq-card .card-header {
	border-bottom: 2px solid #c5cfda;
}

.faq-card .card-icon--open {
	display: none;
	color: #008ad8;
}

.faq-card .card-icon--close {
	color: #0047bb;
}

.collapsed .card-icon--open {
	display: inherit;
}

.collapsed .card-icon--close {
	display: none;
}

.faq-card .btn:hover .card-icon {
	color: #0047bb;
}

.fl-page .wp-block-ub-content-toggle-accordion {
	border: none;
}

.fl-page .wp-block-ub-content-toggle-accordion-title-wrap {
	background: none !important;
	border-bottom: 2px solid #c5cfda;
}

.fl-page .wp-block-ub-content-toggle-accordion-title {
	font-size: 18px;
	color: #012855 !important;
    font-family: "IBM Plex Sans", sans-serif;
	padding-left: 10px;
}

.fl-page .wp-block-ub-content-toggle-accordion-title strong {
	font-weight: 500 !important;
}

.fl-page .wp-block-ub-content-toggle-accordion-title-wrap {
	flex-direction: row-reverse;
}

.fl-page .wp-block-ub-content-toggle-accordion-state-indicator::after {
	content: "\ea0a";
	border: none;
	color: #008ad8;
	font-family: 'Ultimate-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	transform: none;
}

.fl-page .wp-block-ub-content-toggle-accordion-title-wrap .wp-block-ub-content-toggle-accordion-state-indicator.open {
	transform: none;
}

.fl-page .wp-block-ub-content-toggle-accordion-title-wrap .wp-block-ub-content-toggle-accordion-state-indicator.open::after {
	content: "\ea09";
	color: #0047bb;
}

/*
 * Events
 */

.event-card-wrap {
	border:2px solid #C5CFDA;
	padding: 20px 30px 20px;
	-webkit-border-radius:45px;
	-moz-border-radius:45px;
	border-radius:45px;
	height: inherit;
	position: relative;
}

@media (min-width:768px) {
	.event-card-wrap {
		padding: 35px 50px 30px;
	}
}

.event-card {
	display:-ms-flexbox;
	display:flex;
}

.event-card .event-card--img {
	margin-right:30px;
}

.event-card .event-card--img img {
	display:block;
	width:135px;
	min-width:135px;
	height: 135px;
	object-fit: contain;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	margin:0 auto
}

.event-card .event-card--body {
	-ms-flex-positive:1;
	flex-grow:1;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
}

.event-card .event-card--body-details {
	margin-top:auto
}

.event-card .event-card--body-details .event-meta {
	display:inline-block;
	margin-right:20px;
	font-weight:500;
	color:#000000;
	font-size:16px;
	line-height:1.8
}

.event-card .event-card--body-details .event-meta:last-child {
	margin-right:0
}

.event-card .event-card--body-details .event-meta._loc {
	background:url(/wp-content/uploads/2023/04/tc-icon-marker.png) no-repeat -4px 2px;
	padding-left:25px
}

.event-card .event-card--body-details .event-meta._date {
	background:url(/wp-content/uploads/2023/04/tc-icon-grid.svg) no-repeat -4px 2px;
	padding-left:25px
}

.event-card-wrap .event-card--footer {
	border-top:2px solid #C5CFDA;
	padding-top:30px;
	margin-top:30px;
	text-align:center
}

.event-card--footer .event-card--link a {
	padding:20px 50px;
	background-color:#ff6720;
	color:#fff;
	-webkit-border-radius:45px;
	-moz-border-radius:45px;
	border-radius:45px;
	font-weight:700;
	display:inline-block;
	text-decoration:none
}

.event-card--footer .event-card--link a:hover {
	background-color:#bf4d18;
	color:#fff
}

@media(max-width:1199px) {
    .event-card .event-card--title {
		font-size: 24px;
		line-height: 1.4;
		letter-spacing: 0px;
	}
}

@media(max-width:991px) and (min-width:768px) {
    .event-card .event-card--img {
		width:100%;
		min-width:100%;
		margin-right:0;
		margin-bottom:20px
	}
    .event-card {
		-ms-flex-direction:column;
		flex-direction:column;
		text-align: center;
	}
}

@media(max-width:600px) {
    .event-card .event-card--img {
		width:100%;
		min-width:100%;
		margin-right:0;
		margin-bottom:20px
	}
    .event-card {
		-ms-flex-direction:column;
		flex-direction:column;
		text-align: center;
	}
}

/*
 * Trading Partners (Network)
 */

.trading-partner-card  {
	padding: 25px 25px 40px;
	border: 2px solid #C5CFDA;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	height: inherit;
}

.trading-partner-card--image {
	border-bottom: 2px solid #C5CFDA;
	margin-bottom: 20px;
}

.trading-partner-card--image img {
	height: 100px;
	object-fit: contain;
}

.customer-card .trading-partner-card--image img {
	max-width: 200px;
}

.trading-partner-card--title {
	font-size: 20px;
	line-height: 26px;
}

.trading-partner-card--link {
	line-height: 1;
}

.trading-partner-card--link a {
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
}

.partner-meta img {
    width: 20px;
    height: 28px;
    margin-right: 15px;
    object-fit: contain;
}

.partner-meta img[src*="website"] {
	transform: scale(0.75);
}

.tc-partner-filter .facetwp-facet {
	margin-bottom: 20px !important
}

.tc-partner-filter .facetwp-input-wrap {
	display: block;
}

.tc-partner-filter .facetwp-input-wrap .facetwp-search {
	width: 100%;
	padding-left: 0;
	padding-right: 40px;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
}

.tc-partner-filter .facetwp-input-wrap .facetwp-icon {
	left: auto;
	right: 0
}

.tc-partner-filter .fs-wrap {
	width: 100%
}

.single-resource-infographic .resource-image img {
	aspect-ratio: 8.5/11;
    object-fit: cover;
    object-position: top;
}

/*
 * Marketo
 */

body .mktoForm {
	width: auto !important;
	color: #051c2c !important;
    font-family: "IBM Plex Sans", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.8;
    font-style: normal;
}

body .mktoForm div,
body .mktoForm span,
body .mktoForm label,
body .mktoForm p {
	max-width: 100%;
}

html[lang="fr-FR"] body .mktoForm label {
	width: auto !important;
}

body .mktoForm .form-heading {
	font-size: 24px !important;
	font-weight: 500 !important;
	text-align: center;
}

body .mktoForm form {
	display: none;
}

body .mktoForm .mktoFormRow fieldset > legend {
    display: none;
}

body .mktoForm .mktoGutter:empty,
body .mktoForm .mktoOffset:empty {
	display: none;
}

body .resource-form .mktoForm,
body .resource-form .mktoForm p,
body .resource-form .mktoForm span,
body .resource-form .mktoForm a,
body .resource-form .mktoForm h2, 
body .resource-form .mktoForm h3, 
body .resource-form .mktoForm h4, 
body .resource-form .mktoForm h5, 
body .resource-form .mktoForm h6 {
	color: #ffffff !important;
}

body .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField {
	border-radius: 0 !important;
	max-width: 100%;
}

body .mktoForm input[type=text],
body .mktoForm input[type=url],
body .mktoForm input[type=email],
body .mktoForm input[type=tel],
body .mktoForm input[type=number],
body .mktoForm input[type=date],
body .mktoForm select.mktoField,
body .mktoForm textarea.mktoField {
	border: 2px solid #c5cfda;
	box-shadow: none;
	padding: 6px 12px;
	color: #000000;
}

body .mktoForm input[type=text]:focus,
body .mktoForm input[type=url]:focus,
body .mktoForm input[type=email]:focus,
body .mktoForm input[type=tel]:focus,
body .mktoForm input[type=number]:focus,
body .mktoForm input[type=date]:focus,
body .mktoForm select.mktoField:focus,
body .mktoForm textarea.mktoField:focus {
	border: 2px solid #c5cfda;
}

body .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLabel {
	display: block;
}

body .mktoForm input.mktoField.mktoInvalid,
body .mktoForm select.mktoField.mktoInvalid,
body .mktoForm textarea.mktoField.mktoInvalid,
body .mktoForm div.mktoLogicalField.mktoInvalid {
	border: 2px solid #c6007e;
}

body .mktoForm .mktoError .mktoErrorMsg {
	background-color: #c6007e;
	border-color: #c6007e;
	background-image: none;
	border-radius: 0;
	box-shadow: rgba(0,0,0,0.3) 0 2px 7px;
	line-height: 1.2;
	font-size: 13px;
}

body .mktoForm .mktoError .mktoErrorArrow {
	background-color: #c6007e;
	border-color: #c6007e;
}

body .mktoForm .mktoCaptchaDisclaimer {
	font-weight: normal !important;
	font-size: 13px;
}

body .mktoForm .mktoButtonWrap.mktoPaperMashup,
body .mktoButtonWrap.mktoSimple {
	margin-top: 10px !important;
	margin-left: 0 !important;
}

body .mktoForm .mktoButtonWrap.mktoPaperMashup .mktoButton,
body .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
body .mktoForm .mktoButtonWrap.mktoRound .mktoButton {
	background-color: #ff6720;
	background-image: none;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.2;
    padding: 6px 12px;
    font-weight: 700;
    text-shadow: none;
    border: 1px solid #ff6720;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	-moz-border-radius: 50px;
    -webkit-border-radius: 50px;
	border-radius: 50px;
    width: 200px;
    min-height: 55px;
}

body .mktoForm .mktoButtonWrap.mktoRound .mktoButton:active,
body .mktoForm .mktoButtonWrap.mktoRound .mktoButton:focus,
body .mktoForm .mktoButtonWrap.mktoRound .mktoButton:hover {
    border: 1px solid #bf4d18;
	background-image: none;
	background-color: #bf4d18;
}

body .mktoForm .mktoButtonWrap.mktoRound .mktoButton:active {

}

body .mktoForm .mktoButtonRow,
body .mktoButtonWrap.mktoRound {
	margin-left: 0 !important;
	display: block !important;
	text-align: center;
}

body .mktoForm fieldset {
	border: none;
}

body .mktoForm fieldset legend {
	margin: 0;
	padding: 0;
}

body .mktoForm #LbloptIn.mktoLabel,
body .mktoForm #LblwebsiteTermsOptin.mktoLabel {
	width: calc(100% - 36px) !important;
	max-width: calc(100% - 36px) !important;
}

body .mktoForm #LblUnsubscribed.mktoLabel {
	width: calc(100% - 70px) !important;
	max-width: calc(100% - 70px) !important;
}

body .resource-form .mktoForm #LbloptIn.mktoLabel,
body .resource-form .mktoForm #LblwebsiteTermsOptin.mktoLabel,
body .resource-form .mktoForm #LblUnsubscribed.mktoLabel {
	float: right !important;
}

body.fl-theme-builder-header-demo-header .mktoForm #LblwebsiteTermsOptin.mktoLabel a,
body .resource-form .mktoForm #LblwebsiteTermsOptin.mktoLabel a,
body .resource-form .mktoForm #LblUnsubscribed.mktoLabel a {
	display: contents;
}

body .resource-form .mktoForm #LblUnsubscribed.mktoLabel ~ .mktoRadioList {
	width: 70px !important;
}

body .resource-form .mktoForm #LblUnsubscribed.mktoLabel ~ .mktoRadioList > label {
	margin-top: 0;
	margin-bottom: 0.5em;
	line-height: 1;
}

body .mktoForm input#FirstName,
body .mktoForm input#LastName,
body .mktoForm input#Company,
body .mktoForm input#Email,
body .mktoForm input#Phone,
body .mktoForm input#Industry,
body .mktoForm select#Country,
body .mktoForm input#ExpectedTradingPartners,
body .mktoForm select#howdidyouhearaboutus,
body .mktoForm select#Business_System,
body .mktoForm select#Trading_Partners_Expected,
body .mktoForm .mktoFieldDescriptor.mktoFormCol textarea#Comments {
	width: 100% !important;
}

/*body .mktoForm .mktoFieldDescriptor,
body .mktoForm .mktoFormCol {
    margin-bottom: 0 !important;
}*/

body .mktoForm.mktoLayoutAbove .mktoRadioList,
body .mktoForm.mktoLayoutAbove .mktoCheckboxList {
	width: auto !important;
}

body .mktoForm .mktoFormCol,
body.fl-theme-builder-header-demo-header .mktoForm .mktoFormCol,
body .fl-module-fl-post-content .mktoForm .mktoFormCol {
	float: none;
}

body .mktoForm .mktoFieldDescriptor .mktoFieldWrap {
	width: 100% !important;
	float: none;
}

body .fl-module-fl-post-content .mktoForm {
    background: #eff2f5;
    padding: 2em;
    border-radius: 40px;
}

body .mktoForm h1 {
	font-size: 35px
}

body .mktoForm .mktoField#fullNameNew {
	width: 100% !important;
}

body .mktoForm #LblwebsiteTermsOptin.mktoLabel ~ .mktoCheckboxList,
body .mktoForm #LbloptIn.mktoLabel ~ .mktoCheckboxList {
	width: 30px !important;
}

body .mktoForm #LblwebsiteTermsOptin.mktoLabel,
body .mktoForm #LbloptIn.mktoLabel {
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	float: right !important;
	display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

body .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap #LblCountry {
	width: auto !important;
}

body .mktoForm .mktoRequiredField .mktoAsterix {
	display: none;
}

/*
 * FacetWP
 */

body .facetwp-facet {
	margin-bottom: 0 !important;
}

body .facetwp-type-search {

}

body .facetwp-facet input.facetwp-search,
body .facetwp-facet input.facetwp-location {
	height: 50px;
	font-size: 15px;
	font-weight: 500;
	padding: 10px calc( 50px / 3 ) 10px 50px;
	color: #051c2c;
	border-radius: 0;
	border: 0;
	border-bottom: 2px solid #c5cfda;
	background: none;
}

body .facetwp-facet input.facetwp-search {
	width: 360px;
}

body .facetwp-type-search .facetwp-icon {
    right: auto;
	left: 20px;
	line-height: 50px;
	font-family: 'Ultimate-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body .facetwp-type-search .facetwp-icon::before {
	content: "\e96f";
	background: none;
	line-height: inherit;
	animation: none !important;
}

body .facetwp-type-date_range {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.facetwp-facet.facetwp-facet-date.facetwp-type-date_range::before {
    content: '';
    background: #002855;
    width: 448px;
    height: 512px;
    clip-path: path('M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z');
    transform: scale(0.05) translate(-1025%);
    position: absolute;
    left: 0;
}


body input.facetwp-date {
    padding: 12px;
    border: 2px solid #C5CFDA;
    border-radius: 5px;
	font-size: 15px;
    font-weight: 500;
    background: none;
	width: 120px;
	text-align: center;
}

body input.facetwp-date + input.facetwp-date {
	margin-left: 20px;
}

body .facetwp-type-fselect {

}

body .facetwp-type-fselect .fs-label-wrap {
    border: 2px solid #C5CFDA;
    border-radius: 5px;
    font-weight: 500;
}

body .facetwp-type-fselect .fs-label-wrap .fs-label {
	padding: 12px;
	line-height: 1.375;
}

body .facetwp-alpha {
	color: #c5cfda;
	font-size: 16px;
    font-weight: 700;
}

body .facetwp-alpha.available {
    color: #1a3c62;
}

body .facetwp-pager {
    text-align: center;
}

body .facetwp-page {
	padding: 5px 12px;
}

body .facetwp-page.active {
	background: rgb(197 207 218 / 33%);
	color: inherit;
}

body .facetwp-page.prev,
body .facetwp-page.next {
    background: #ff6720;
    border-radius: 50px;
    color: #ffffff;
}