/*
Theme Name: Ergopix
Theme URI: https://www.ergopix.ch
Author: ergopix sàrl
Version: 1.0
*/
* {
	outline: 0 none !important;
}

#wp-admin-bar-customize,
#wp-admin-bar-new-content,
#wp-admin-bar-search,
#wp-admin-bar-comments,
#wp-admin-bar-themes,
#wp-admin-bar-menus,
#wp-admin-bar-customize,
#wp-admin-bar-comments {
	display: none;
}

img.alignnone {
	margin: 2rem 0 2rem 0;
}

.left-content img.alignnone, .right-content img.alignnone {
	margin: 0 0 2rem 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption,
img {
	max-width: 100%;
	height: auto;
}

.wp-caption-text {
	font-size: 0.875em;
	color: #2F3D47;
	opacity: .6;
	margin-top: 5px;
	margin-bottom: 0;
}

body {
	font-family: "AkkuratLLWeb-Regular";
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.text-body {
	color: #2F3D47 !important;
	opacity: 1;
}

.fal, .far {
	font-family: "Font Awesome 5 Pro" !important;
}

.mm-wrapper_opening .mm-wrapper__blocker {
	background-color: rgba(0, 0, 0, .2);
}

.mm-listview {
	margin-top: 10px;
}

.mm-listitem__btn:not(.mm-listitem__text) {
	border: none;
}

:root {
	--mm-line-height: 20px;
	--mm-listitem-size: 44px;
	--mm-navbar-size: 73px;
	--mm-offset-top: 0;
	--mm-offset-right: 0;
	--mm-offset-bottom: 0;
	--mm-offset-left: 0;
	--mm-color-border: #F5F5F5;
	--mm-color-button: #000;
	--mm-color-text: rgba(0, 0, 0, 0.75);
	--mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
	--mm-color-background: #FFF;
	--mm-color-background-highlight: #FFF;
	--mm-color-background-emphasis: #FFF;
	--mm-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
	color: #000;
	font-size: 1.250rem;
}

.mm-listitem.wpml-ls-item {
	display: inline-block;
}

.mm-navbar {
	border-bottom: 2px solid var(--mm-color-border);
}

.mm-listitem_selected > .mm-listitem__text {
	background: transparent;
}

.headroom {
	will-change: transform;
	transition: all .3s;
}

.headroom--pinned {
	transform: translateY(0%);
}

.headroom--unpinned {
	transform: translateY(-120%);
}

.headroom--not-top {
	background-color: #FFF;
	border-bottom: 2px solid rgba(59, 55, 56, .1);
}

.logo-n {
	display: none;
}

.headroom--not-top .logo-n, .mm-navbar__title .logo-n {
	display: inline-block;
}

.headroom--not-top .logo-w {
	display: none;
}

.btn-outline-discover {
	background-color: #ffffff;
	padding: 0.75rem 2rem;
	font-size: 1.1em;
	color: #2F3D47;
	border-color: #ffffff;
}

.bottom-header-mobile .btn-outline-discover {
	padding: 0.5rem 1.2rem;
	font-size: 1.2em;
}

.btn-outline-discover > i {
	font-size: 0.875em;
}

.btn-outline-discover:hover {
	background-color: transparent;
	border-color: #ffffff;
	color: #ffffff;
}

a.btn-search {
	font-size: 1.500rem;
	cursor: pointer;
	margin-right: 30px;
	color: #FFF;
	vertical-align: 2px;
}

a.btn-search:hover {
	color: #FFF;
	opacity: .6;
}

.headroom--not-top a.btn-search {
	color: #2F3D47;
}

.headroom--not-top a.btn-search:hover {
	color: #2F3D47;
	opacity: .6;
}

body.home a.btn-search {
	margin-right: 15px;
	top: 1px;
	position: relative;
}

.text-body-60 {
	color: rgba(47, 61, 71, .6);
}

b, strong {
	font-weight: normal;
	font-family: "AkkuratLLWeb-Bold";
}

em, i {
	font-style: normal;
	font-family: "AkkuratLLWeb-Italic";
}

em strong, i strong, strong i, strong em, em b, i b, b i, b em {
	font-family: "AkkuratLLWeb-BoldItalic";
}

h1, .h1, h2, .h2, h3, .h3, .display-1, .display-2, .display-3, .display-4, .display-5, .key-figure-text {
	line-height: 1;
}

h2, .h2 {
	margin: 2rem 0 1rem 0;
	line-height: 1.1;
}

.the-content > h2:first-child{
	margin-top: 0;
}

h3, .h3 {
	margin: 1.5rem 0 .5rem 0;
	line-height: 1.1;
}

.the-content > h3:first-child{
	margin-top: 0;
}

.pb-10 {
 	padding-bottom: 6rem !important;
}

.pt-10 {
 	padding-top: 6rem !important;
}

h6, .h6 {
	opacity: .6;
}

a {
	color: #FF4E00;
	transition: all .3s;
}

a:hover {
	color: rgba(255, 78, 0, .6);
	text-decoration: none;
}

a:hover .text-body {
	transition: .3s;
}

a.text-body:hover, a:hover .text-body {
	color: #2F3D47;
	opacity: .6;
}

a.link {
	color: #2F3D47;
}

a.link:hover {
	opacity: .6;
}

a.link img {
	transition: .3s;
}

a.link:hover img {
	transform: rotate(45deg);
}

a.anchor.small {
	font-size: 1rem;
}

a.anchor {
	color: #fff;
}

a.anchor .st0 {
	fill: #fff;
}

a.anchor:hover .st0 {
	fill: #2F3D47;
}

a.anchor:before, a.link-cta:before {	
	transition: .3s;
	content: "";
	display: block;
	background-color: #2F3D47;
	position: absolute;
	z-index: 0;
	top: -5px;
	bottom: -5px;
	left: -10px;
	right: -10px;
}

a.link-cta:before {
	background-color: transparent;
}

a.anchor.services-anchor:before {
	background-color: #2F3D47;
}

a.anchor:hover:before {
	background-color: transparent;
}

a.link-cta:hover:before {
	background-color: #2F3D47;
}

a.anchor.services-anchor:hover:before {
	background-color: transparent;
}

a.anchor, a.link-cta {
	cursor: pointer;
	transition: .3s;
}

a.anchor.services-anchor {
	color: #FFF;
	margin: 10px 0 20px 10px;
}

a.anchor:hover {
	color: #2F3D47;
	opacity: 1;
}

 a.link-cta:hover {
	color: #fff;
	opacity: 1;
 }

a.anchor.services-anchor:hover {
	color: #2F3D47;
}

a.anchor .text-body-60, a.link-cta .text-body-60 {
	transition: .3s;
}

a.link-cta:hover .text-body-60 {
	color: rgba(255, 255, 255, .6);
}

a.anchor .text-body-60 {
	color: rgba(255,255,255,.6);
}

a.anchor:hover .text-body-60 {
	color: rgba(47,61,71,.6);
}

a.anchor:hover .anchor-overlay .text-body-60{
	color: rgba(255,255,255,.6);
}

a.anchor svg {
	vertical-align: -2px;
}

a.link-cta svg {
	vertical-align: 0px;
	transition: .3s;
}

a.link-cta:hover svg {
	transform: rotate(45deg);
}

a.anchor .st0, a.link-cta .st0 {
	transition: .3s;
}

a.link-cta:hover .st0 {
	fill: #FFF;
}

a.anchor:hover .st1 {
	fill: #2F3D47;
}

a.anchor.main-anchor {
	color: #fff;
	width: 150px;
	height: 150px;
	background-color: #2F3D47;
	background-size: cover;
	background-position: center;
	font-family: "AkkuratLLWeb-Bold";
}

a.anchor.main-anchor:before {
	display: none;
}

.anchor-overlay{
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}

a.anchor .overlay-header-image{
	background: rgba(0, 0, 0, 0.3);
	background-image: none;
	transition: .3s;
}

a.anchor:hover .overlay-header-image{
	background: rgba(0, 0, 0, 0.5);
	background-image: none;
}

a.anchor.main-anchor:hover .st0 {
	fill: #FFF;
}

.the-content ul {
	list-style-type: circle;
	padding-left: 17px;
}

.the-content ol {
	padding-left: 30px;
}

.the-content ul li,
.the-content ol li {}

.list-inline li {
	display: inline-block;
}

.list-inline li:not(:last-child) {
	margin-right: .5rem;
}

main section {
	padding-top: 25px;
	padding-bottom: 25px;
}

.accordion-item {
	border: 2px solid #ebeaea;
}

.accordion-button {
	transition: background-color .3s;
}

.accordion-button, .accordion-button:focus {
	box-shadow: none;
	background-color: #FFF;
	border-bottom: 2px solid transparent;
}

.accordion-button:not(.collapsed) {
	box-shadow: none;
	border-bottom: 2px solid rgba(59, 55, 56, .1);
	background-color: #F5F5F5;
}

.accordion-body *:last-child {
	margin-bottom: 0;
}

.accordion-button:not(.collapsed):after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232F3D47'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-header-main:after {
	display: none;
}

.accordion-button.accordion-header-main {
	border-bottom: 2px solid #ebeaea;
}

.table {
	border-color: #ebeaea;
}

.table > :not(caption) > * > * {
	padding: 1rem 1.25rem;
	line-height: 1.25;
}

.table-bordered > :not(caption) > * {
	border-width: 2px 0;
}

.table-bordered > :not(caption) > * > * {
	border-width: 0 2px;
}

.table-bordered tr:first-child td {
	border-bottom: 4px solid #ebeaea;
}

.section-image-full {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 80vh;
}

.col-right-intro h2 {
	margin-top: 0;
}

.intro-page,
.office-contact {
	padding-top: 140px;
	padding-bottom: 80px;
	margin-top: -53px;
}

.office-contact {
	margin-top: 50px;
	margin-bottom: 0px;
	border-top: 2px solid #ced4da;
	border-bottom: 2px solid #ced4da;
}

.office-contact .the-content a {
	text-decoration: none;
}

.office-contact .the-content i {
	margin-right: 5px;
}

.footer-menu a {
	color: #2F3D47;
	text-decoration: none;
}

.footer-menu a:hover {
	color: rgba(255, 78, 0, .6);
}

.footer-menu.list-inline li:not(:last-child) {
	margin-right: 0;
}

a.social {
	background-color: rgba(59, 55, 56, .1);
	color: #2F3D47;
	line-height: 31px;
	width: 42px;
	height: 42px;
	line-height: 42px;
}

a.social:hover {
	background-color: #ff4e00;
	color: #FFF;
}

.header-container-mobile {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 80vh;
	overflow: hidden;
	min-height: 550px;
}

.header-mobile {
	left: 0;
	right: 0;
	z-index: 2;
}

.pb-header-mobile {
	padding-bottom: .5rem;
	transition: .3s;
}

.pt-header-mobile {
	padding-top: 1.5rem;
	transition: .3s;
}

.headroom--not-top .pt-header-mobile {
	padding-top: 0;
}

.headroom--not-top .pb-header-mobile {
	padding-bottom: 0;
}

.bottom-header-mobile {
	z-index: 1;
}

.bread {
	border-top: 2px solid rgba(47, 61, 71, .2);
}

.bottom-header-mobile .bread, .post-item-content hr.hr-custom {
	border-top: 2px solid rgba(255, 255, 255, .2);
}

.bread:before {
	content: "";
	border-top: 2px solid rgba(47, 61, 71, 1);
	position: absolute;
	top: -2px;
	left: 0;
	width: 34px;
}

.bottom-header-mobile .bread:before, .post-item-content hr.hr-custom:before {
	border-top: 2px solid rgba(255, 255, 255, 1);
}

.bread a {
	color: #2F3D47;
	text-decoration: none;
	text-transform: lowercase;
}

.bottom-header-mobile .bread a {
	color: #FFF;
}

.bread a:hover {
	color: #2F3D47;
	opacity: .6;
	text-decoration: none;
}

.bottom-header-mobile .bread a:hover {
	color: #FFF;
}

.bread .current-item {
	color: rgba(47, 61, 71, .6);
	text-transform: lowercase;
}

.bottom-header-mobile .bread .current-item {
	color: rgba(255, 255, 255, .6);
}

.bread i {
	color: #2F3D47;
	margin-left: 7px;
	margin-right: 7px;
	vertical-align: -1px;
}

.bottom-header-mobile .bread i {
	color: #FFF;
}

.overlay-header-image {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.25) 67%);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.overlay-header-menu {
	position: absolute;
	left: 0;
	bottom: 43px;
	right: 0;
	padding: 0 85px 0 85px;
	z-index: 4;
	min-height: 77px;
	
}

.top-page {
	z-index: 2;
}

.top-page-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 575px;
	z-index: 2;
	overflow: hidden;
}

.bottom-header-desktop {
	bottom: 75px;
	left: 0.75rem;
	right: 0.75rem;
}

.btn-menu-desktop {
	right: 50px;
	top: 50px;
	cursor: pointer;
	z-index: 5;
}

.menu-icon {
	display: none;
}

hr.hr-custom {
	border-top: 2px solid rgba(47, 61, 71, .2);
	position: relative;
	background-color: transparent;
	opacity: 1;
	margin: 2rem 0;
}

hr.hr-custom:before {
	content: "";
	border-top: 2px solid rgba(47, 61, 71, 1);
	position: absolute;
	top: -2px;
	left: 0;
	width: 34px;
}

hr.hr-custom.hr-white {
	border-top: 2px solid rgba(255, 255, 255, .2);
}

hr.hr-custom.hr-white:before {
	border-top: 2px solid rgba(255, 255, 255, 1);
}

.card a .card-img-top {
	transition: .3s;
}

.card a:hover .card-img-top {
	opacity: .6;
}

.main-section {
	padding-top: 230px;
	transition: .3s;
}

.main-section-offices {
	margin-top: -100px;
}

.page-template-page-main .main-section {
	padding-top: 80px;
	padding-bottom: 80px;
	transition: .3s;
}

.page-template-page-main .content-page section:nth-child(2n+0) .main-section {
	background-color: rgba(212, 221, 227, 0.5);
	border-top: 1px solid #ced4da;
	border-bottom: 2px solid #ced4da;
}

.main-section:before, #about-us:before, #insights:before, #offices:before, #good-reasons:before {
	position: absolute;
	top: 0;
	margin-left: 0;
	text-align: center;
	font-size: 20rem;
	letter-spacing: -11.76px;
	z-index: -1;
	color: rgba(47, 61, 71, .04);
	display: inline-block;
	width: 500%;
	left: 50%;
	margin-left: -250%;
	line-height: 1;
	transition: .3s;
}

#about-us:before, #insights:before, #offices:before, #good-reasons:before {
	text-align: left;
	width: 100%;
	left: -5%;
	margin-left: 0;
	z-index: 0;
	top: 15px;
}

#about-us:before, #offices:before, #good-reasons:before {
	width: 1000%;
}

#good-reasons {
	padding-bottom: 175px;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
	box-shadow: none
}

.info-content p:last-child {
	margin-bottom: 0;
}

.menu-desktop, .menu-images {
	height: calc(100vh - 2rem);
}

.menu-image-container {
	position: absolute;
}

.menu-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.menu-image-container {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: .5s;
}

.menu-image-container.menu-image-active {
	opacity: 1;
	transition: .5s;
}

[data-responsive-background-image] img {
	display: none;
}

.project-title-content.inactive {
	opacity: .6;
}

.project-title-content {
	margin-bottom: 50px;
}

.p-menu-desktop {
	padding: 60px 85px;
}

ul[id^="menu-secondary-menu"] > li > a.nav-link {
  padding-top: 0;
}

.nav-link {
	color: #FFF;
	transition: .3s;
}

.nav-link:hover, .nav-link:focus {
	color: #FFF;
	opacity: .6;
}

.main-menu-title.display-1, .main-menu-title.display-1 {
	transition: .3s;
}

.navbar-nav {
	margin: 0 0 0 -.75rem;
}

.navbar-nav .nav-link {
	padding-right: .75rem;
	padding-left: .75rem;
	color: rgba(255, 255, 255, 1);
	text-transform: lowercase;
}

.dropdown-item {
	padding-right: .75rem;
	padding-left: .75rem;
}

.wpml-ls-legacy-dropdown-click {
	width: auto;
	display: inline-block;
	margin-right: 28px;
	position: relative;
	top: -6px;
}

.wpml-ls-legacy-dropdown-click a {
	border: 2px solid rgba(255, 255, 255, 1);
	padding-top: 5px;
	padding-bottom: 8px;
	border-radius: 50rem !important;
	padding-right: .75rem;
	padding-left: .75rem;
	color: rgba(255, 255, 255, 1);
	text-transform: lowercase;
	background-color: transparent;
}

.headroom--not-top .wpml-ls-legacy-dropdown-click a {
	border: 2px solid #2F3D47;
	color: #2F3D47;
}

.dropdown-toggle:after, .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
	content: "\f078";
	display: inline-block;
	margin-left: 0.5rem;
	vertical-align: 0;
	border: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: .889rem;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
	right: 14px;
	top: 11px;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click a:hover {
	color: #2F3D47;
	background: #FFF;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	z-index: 1000;
	margin: 0;
	font-size: 1rem;
	/* 	color: ; */
	text-align: left;
	list-style: none;
	background-clip: padding-box;
	min-width: 100%;
	padding: 12px 12px 2px 12px;
	color: #2F3D47;
	border-radius: 15px;
	opacity: .9;
	border: 2px solid #d4dde3;
	background-color: #d4dde3;
	top: 110%;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
	border: none;
	color: #2F3D47;
	display: block;
	padding: 0 0 10px 0;
	transition: none;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover, .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:focus, .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:active {
	background-color: transparent;
	color: #ff4e00;
}

.text-white p span {
	color: #FFF !important;
}

.text-white-60 {
	color: rgba(255, 255, 255, .6) !important;
}

.btn-outline-light {
	color: #FFF;
	border-color: #FFF;
}

.btn-outline-light:hover {
	color: #2F3D47;
	background-color: #FFF;
	border-color: #FFF;
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
	box-shadow: none;
}

.list-inline .dropdown-menu li {
	display: block;
}

.dropdown-menu {
	min-width: 100%;
	padding: 1rem 1rem;
	color: #2F3D47;
	border: none;
	border-radius: 5px;
	opacity: 1;
	border: 1px solid #BFBFBF;
	background-color: #d4dde3;
}

.dropdown-item.active, .dropdown-item:active {
	color: #ff4e00;
	text-decoration: none;
	background-color: transparent;
}

.dropdown-item:hover, .dropdown-item:focus {
	color: #ff4e00;
	background-color: #d4dde3;
}

.logo img {
	transition: .3s;
}

.menu-desktop-page {
	right: calc(var(--bs-gutter-x) / 2);
	left: calc(var(--bs-gutter-x) / 2);
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity .2s linear;
	z-index: 9999;
}

.menu-desktop-page-active {
	visibility: visible;
	opacity: 1;
}

.close-menu-desktop-page {
	top: 40px;
	right: 55px;
	z-index: 1;
	cursor: pointer;
}

#offices a.link-cta {
	min-width: 90px;
}

body .wpgmza_map {
	float: none !important;
}

.menu-desktop-arrow {
	display: inline-block;
	margin-left: 15px;
	vertical-align: 0;
	transition: .75s;
}

.mm-listview .wpml-ls-menu-item {
	display: none;
}

.mm-page {
	position: static;
}

.mm-wrapper_opened .mm-page {
	overflow: hidden;
}

.partner {
	border: 1px solid #d4dde3;
}

.partner:hover {
	border: 1px solid #c8d1d7;
}

.partner-logo {
	transition: all .3s ease-out;
}

.partner-logo:hover {
	transform: scale(1.2);
}

.top-page-video {
	width: 100%;
	overflow: hidden;
}

.top-page-video video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.the-content h2 {
	color: #ff4e00;
}

.post-item {
	min-height: 450px;
}

.post-item .post-item-img {
	transition: .5s;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.post-item:hover .post-item-img {
	transform: scale(1.05);
}

.post-item-content {
	bottom: 0;
	z-index: 2;
}

body .wp-paginate, .facetwp-pager {
	display: flex;
	padding-left: 0;
	list-style: none;
	justify-content: center;
}

body ol.wp-paginate li {
	line-height: 1.5;
}

body .wp-paginate li a, body .wp-paginate li span, body .facetwp-page {
	padding: 0.375rem 0.75rem;
	position: relative;
	display: block;
	color: #2F3D47;
	text-decoration: none;
	background: #fff;
	border: 2px solid #dee2e6;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	margin-right: 0;
	text-align: left;
}

body .facetwp-page {
	display: inline;
	list-style: none;
}

body .facetwp-pager a:not(:first-child) {
	margin-left: -2px;
}

body .wp-paginate li:first-child a, body .wp-paginate li:first-child span, body .facetwp-pager a:first-child {
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

body .wp-paginate li:last-child a, body .wp-paginate li:last-child span, body .facetwp-pager a:last-child {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

body .wp-paginate li:not(:first-child) a, body .wp-paginate li:not(:first-child) span {
	margin-left: -2px;
}

body .wp-paginate .current, body .facetwp-page.active {
	color: #1A1A1A;
	background: #dee2e6;
	border: 2px solid #dee2e6;
	margin-right: 0;
	padding: 0.375rem 0.75rem;
	font-weight: normal;
}

body .wp-paginate a:hover, body .wp-paginate a:active, body .facetwp-pager a:hover {
	background: #dee2e6;
	color: #1A1A1A;
}

.sep {
	display: inline-block;
	width: 3px;
	height: 3px;
	background-color: #2F3D47;
	border-radius: 50%;
	vertical-align: 4px;
}

.btn-outline-secondary:hover {
	color: #FFF;
}

.member-subtitle {
	min-height: 55px;
}

.contact-btn-container {
	display: block;
	width: auto !important;
	height: auto !important;
	all: unset;
}

.contact-btn-container .contact-btn {
	display: block;
	position: fixed;
	z-index: 2147483644;
	top: auto;
	bottom: 0;
	width: auto;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	margin: 0;
	border-radius: 3px 3px 0 0;
	color: #fff;
	background-color: #FF4E00;
	background-image: none;
	text-align: center;
	font-size: 1rem;
	letter-spacing: normal;
	word-spacing: normal;
	cursor: pointer;
	transition: all .1s linear;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	right: -2px;
	top: 50%;
	margin-top: -20px;
	bottom: auto;
	animation: feedbackSlideLeft .2s linear;
	border-bottom: 2px solid transparent;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	white-space: nowrap !important;
	padding: 0 16px 0 14px;
	transform: rotate(-90deg) translate(50%, -50%);
	transform-origin: 100% 50%;
	min-width: 112px;
	text-decoration: none;
}

.contact-btn-container .contact-btn:hover {
	background-color: #2F3D47;
}

.mm-btn.mm-btn_next.mm-listitem__btn {
	position: absolute;
	width: 100%;
	height: 100%;
}

.mm-wrapper__blocker {
	z-index: 999999;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
	box-shadow: none !important;
}

.btn-primary:hover {
	color: #263139;
	background-color: #FFF;
	border-color: #263139;
}

#dropdownMenuLink:hover {
	border-color: transparent;
	background-color: transparent;
}

#wt-cli-privacy-save-btn {
	background-color: #2f3d47;
}

h1.baseline {
	font-size: 2rem;
}

.flip-card {
	background-color: transparent;
	width: 100%;
	height: 100%;
	perspective: 1000px;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

.flip-card-inner:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-card-back {
	background-color: #fff;
	transform: rotateY(180deg);
}

body .fs-wrap {
	width: 100%;
	position: relative;
}

body .fs-label-wrap, body .facetwp-reset, body .facetwp-load-more {
	width: 100%;
	background-color: #fff;
	font-weight: 400;
	line-height: 1;
	color: #2F3D47;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-top-width: 1px;
	border-right-color: transparent;
	border-right-width: 1px;
	border-bottom-color: transparent;
	border-bottom-width: 1px;
	border-left-color: transparent;
	border-left-width: 1px;
	font-size: 1em;
	border-radius: 29px;
	border-width: 2px;
	border-color: #2F3D47;
	height: 54px;
}

body .facetwp-reset, body .facetwp-load-more {
	height: 54px;
	padding: 16px 25px 18px 25px;
	text-align: center;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	display: inline-block;
	width: auto;
}

body .facetwp-load-more.facetwp-hidden {
	display: none;
}

body .facetwp-reset:hover, body .facetwp-load-more:hover {
	border-color: #2F3D47;
	background-color: #2F3D47;
	color: #FFF;
}

body .facetwp-type-fselect .fs-label-wrap {
	--bs-gutter-x: 0;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

body .fs-wrap.single .fs-option.selected {
	background-color: #FFF;
	font-weight: bold;
}

body .fs-label-wrap .fs-label {
	padding: 16px 0 18px 20px;
	line-height: 1;
	display: inline-block;
	overflow: visible;
}

body .facetwp-type-fselect .fs-label-wrap .fs-label {
	flex: 1 0 0%;
	max-width: calc(100% - 42px);
	overflow: hidden;
}

body .facetwp-type-fselect .fs-label-wrap .fs-arrow {
	flex: 0 0 auto;
	max-width: 42px;
	width: 42px;
	display: block;
	top: auto;
	line-height: 1;
	right: 0;
	top: 0;
	text-align: center;
	line-height: 24px;
}

body .facetwp-type-fselect .fs-label-wrap .fs-arrow::after {
	position: relative;
	top: -6px;
}

body .fs-arrow::after {
	content: "\f107";
}

body .fs-arrow {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 10px;
	width: 15px;
	height: 10px;
	border: none;
	top: auto;
	right: auto;
	bottom: auto;
	margin: auto;
	font-size: 1em;
	position: relative;
	vertical-align: top;
	top: 28px;
}

body .fs-dropdown {
	border: 2px solid #000;
	border-top: none;
	border-bottom-left-radius: 29px;
	border-bottom-right-radius: 29px;
	padding: 10px 0;
}

body .fs-option, body .fs-search, body .fs-optgroup-label {
	padding: 8px 20px;
	word-break: unset;
}

body .fs-open .fs-label-wrap {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

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

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

body .facetwp-type-fselect .fs-option .fs-option-label {
	white-space: normal;
	line-height: 1.2;
}

body .fs-dropdown .fs-options {
	max-height:inherit;
}

.sidebar-stories h3:first-child{
	margin-top: 0;
}

.page-template-page-stories .the-content *:first-child{
	margin-top: 0;
}

body #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu > li.mega-menu-item > a.mega-menu-link{
	padding: 0 1rem;
}

body #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu > li.mega-menu-item > a.mega-menu-link:first-child{
	padding-left: 0;
}

body #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu > li.mega-menu-item > a.mega-menu-link span{
	transition: .25s;
}

body #mega-menu-wrap-secondary-menu #mega-menu-secondary-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link span{
	transform: rotate(180deg);
}

#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
	left: 0px;
	position: relative;
	border: none;
	height: 0px;
	padding: 0px;
	overflow: hidden;
}

#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
	height: auto;
	padding-left: 16px;
}

#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu li.mega-menu-item-has-children li.mega-menu-item-has-children.mega-collapse-children > a.mega-menu-link > span.mega-indicator:after{
	transform: rotate(90deg);
	transition: .25s;
}

#mega-menu-wrap-secondary-menu #mega-menu-secondary-menu li.mega-menu-item-has-children li.mega-menu-item-has-children.mega-collapse-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after{
	transform: rotate(0deg);
}

body.single-challenge .a2a_button_facebook{
	display: none!important;
}

a:focus {
	outline: none;
}

a:focus-visible {
	outline: 4px solid #ff4e00 !important;
}

mark {
	background-color: transparent;
	color: #ff4e00;
	padding: 0.2em 0;
}

.onetap-accessibility *{
	letter-spacing: 0;
}

.label-home-container{
	padding-bottom: 140px;
}

.label-home{
	width: 125px;
}

/* INSIGHT AGENDA */

body.postid-16323 .intro-page .card-title {
	display:none !important;
}

/* INSIGHT AGENDA */

@media (max-width: 1399.98px) {
	.navbar-nav {
		margin: 0 0 0 -.5rem;
	}

	.navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
		font-size: .944rem;
	}

	.dropdown-item {
		font-size: .944rem;
	}

	.dropdown-toggle:after {
		margin-left: 0.25rem;
		font-size: .778rem;
		vertical-align: -1px;
	}
}

@media (max-width: 1199.98px) {
	.main-section {
		padding-top: 150px;
	}

	.main-section:before, #about-us:before, #insights:before, #offices:before, #good-reasons:before {
		font-size: 15rem;
		letter-spacing: -8px;
	}

	.display-1 {
		font-size: 3.5rem;
	}

	.menu-desktop-arrow {
		max-width: 1.8rem;
	}

	.logo img {
		width: 170px;
	}

	.p-menu-desktop {
		padding: 45px 60px;
	}

	.project-title-content {
		margin-bottom: 30px;
	}

	.navbar-nav {
		margin: 0 0 0 -.15rem;
	}

	.navbar-nav .nav-link {
		padding-right: .15rem;
		padding-left: .15rem;
	}

	.wpml-ls-menu-item.menu-item-has-children.dropdown .nav-link.dropdown-toggle {
		padding-right: .25rem;
		padding-left: .25rem;
	}

	.dropdown-toggle:after {
		margin-left: 0.25rem;
		font-size: .750rem;
		vertical-align: -1px;
	}

	.menu-desktop-arrow {
		width: 40px;
	}

	.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
		top: 9px;
	}

	body .facetwp-type-fselect .fs-label-wrap .fs-arrow::after {
		top: -4px;
	}
}

@media (max-width: 991.98px) {
	
	.col-right-intro h2 {
	  margin-top: 1rem;
	}
	
	.intro-page {
		padding-top: 65px;
		padding-bottom: 60px;
		margin-top: -53px;
	}

	main section {
		margin-bottom: 60px;
	}

	a.btn-search {
		font-size: 1.25rem;
		margin-right: 20px;
		vertical-align: 2px;
	}

	body.home a.btn-search {
		margin-right: 0;
	}

	.tag {
		top: 100px;
	}

	#wptime-plugin-preloader {
		display: none !important;
	}

	.wpml-ls-legacy-dropdown-click {
		margin-right: 16px;
	}

	h5.baseline {
		font-size: 1.7rem;
	}
	
	.menu-icon {
		display: inline-block;
	}
	
	.label-home-container{
		padding-bottom: 30px;
		padding-right: 1rem;
	}
	
	.label-home{
		width: 100px;
	}
}

@media (max-width: 767.98px) {
	.footer-menu.list-inline li:not(:last-child) {
		margin-right: 0;
	}

	.main-section {
		padding-top: 100px;
	}

	.main-section:before, #about-us:before, #insights:before, #offices:before, #good-reasons:before {
		font-size: 10rem;
		letter-spacing: -6px;
	}

	.key-figure-text {
		font-size: 0.875rem;
	}

	html {
		overflow-x: hidden;
	}

	.mobile-insight .card-body {
		flex: inherit;
	}
}

@media (max-width: 574.98px) {
	.btn.btn-outline-primary.rounded-pill {
		width: 100%;
	}

	body.home .display-1 {
		font-size: 3rem;
	}

	.wpml-ls-legacy-dropdown-click {
		margin-right: 5px;
	}

	a.btn-search {
		margin-right: 12px;
	}

	.home-main-menu-title {
		font-size: 2.7rem;
	}
	
	.label-home-container{
		padding-bottom: 40px;
		padding-right: .5rem;
	}
	.label-home{
		width: 75px;
	}
}

@media (min-width: 991.98px) and (max-width: 1499.98px) {
	.col-button-home {
		flex: max-content !important;
		text-align: left !important;
		margin: 10px 0;
	}
}

@media (max-width: 354.98px) {
	.col-button-home {
		flex: max-content !important;
		text-align: left !important;
		margin: 10px 0;
	}
}

@media (min-width: 991.98px) and (max-width: 1199.98px) {
	.display-4.key-figure-number {
		font-size: 2.5rem;
	}
}

@media (min-width: 767.98px) and (max-width: 991.98px) {
	body .facetwp-reset {
		width: 100%;
	}
}

@media (min-width: 1199.98px) and (max-width: 1499.98px) {
	.display-4.key-figure-number {
		font-size: 2.5rem;
	}

	.flip-card-back p {
		font-size: 16px;
	}
}

@media (min-width: 1200px) and (max-width: 1600px) {
	.menu-desktop-arrow {
		max-width: 2.1rem;
	}
}

@media (min-width: 1680px) {
	.flip-card-back h6 {
		font-size: 1rem;
	}
}
